01KQ057V3RM86N07QKP8NM11TN: 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: 01KQ058883HT30XWHD3ZJ9AY1J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-24T16:31:24.934Zjob assigned to worker 01KQ058K9VZ3X8MBRVS0BNEZEY [factory aws, i-0ab4db0e1f2b45df7] (queued for 52 s)
 
22026-04-24T16:31:32.118Zstarting task 0: "setup"
32026-04-24T16:31:32.124Z++ uname -s
42026-04-24T16:31:32.126Z+ kern=SunOS
52026-04-24T16:31:32.127Z+ build_user=build
62026-04-24T16:31:32.127Z+ build_uid=12345
72026-04-24T16:31:32.127Z+ work_dir=/work
82026-04-24T16:31:32.127Z+ input_dir=/input
92026-04-24T16:31:32.127Z+ [[ 0 == 12345 ]]
102026-04-24T16:31:32.127Z+ case "$kern" in
112026-04-24T16:31:32.127Z+ groupadd -g 12345 build
122026-04-24T16:31:32.130Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-24T16:31:34.132Z+ zfs create -o mountpoint=/work rpool/work
142026-04-24T16:31:34.241Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-24T16:31:34.244Z+ home_fs=zfs
162026-04-24T16:31:34.244Z+ [[ zfs == autofs ]]
172026-04-24T16:31:34.245Z+ mkdir -p /home/build
182026-04-24T16:31:34.245Z+ chown build:build /home/build /work
192026-04-24T16:31:36.245Z+ chmod 0700 /home/build /work
202026-04-24T16:31:36.248Zprocess exited: duration 4127 ms, exit code 0
 
212026-04-24T16:31:36.253Zstarting task 1: "rust-toolchain"
222026-04-24T16:31:36.257Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-24T16:31:36.257Z * rust toolchain channel = "1.94.0"
242026-04-24T16:31:36.257Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-24T16:31:36.257Z * rust toolchain profile = "default"
262026-04-24T16:31:36.257Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-24T16:31:36.257Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-24T16:31:36.259Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-24T16:31:36.259Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-24T16:31:36.330Zinfo: downloading installer
312026-04-24T16:31:37.854Zwarn: It looks like you have an existing installation of Rust at:
322026-04-24T16:31:37.854Zwarn: /opt/ooce/bin
332026-04-24T16:31:37.854Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-24T16:31:37.854Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-24T16:31:37.854Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-24T16:31:37.854Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-24T16:31:37.854Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-24T16:31:37.854Zerror: cannot install while Rust is installed
392026-04-24T16:31:37.854Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-24T16:31:37.854Zwarn: It looks like you have an existing rustup settings file at:
412026-04-24T16:31:37.854Zwarn: /home/build/.rustup/settings.toml
422026-04-24T16:31:37.854Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-24T16:31:37.854Zwarn: instead of the one inferred from the default host triple.
442026-04-24T16:31:37.868Zinfo: profile set to default
452026-04-24T16:31:37.868Zinfo: default host triple is x86_64-unknown-illumos
462026-04-24T16:31:37.871Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-24T16:31:38.013Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-24T16:31:38.016Zinfo: downloading 6 components
492026-04-24T16:31:52.472Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-24T16:31:52.472Z
512026-04-24T16:31:52.502Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-24T16:31:52.502Z
532026-04-24T16:31:52.502Z
542026-04-24T16:31:52.502ZRust is installed now. Great!
552026-04-24T16:31:52.502Z
562026-04-24T16:31:52.502ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-24T16:31:52.502Zenvironment variable. This has not been done automatically.
582026-04-24T16:31:52.502Z
592026-04-24T16:31:52.502ZTo configure your current shell, you need to source
602026-04-24T16:31:52.502Zthe corresponding env file under $HOME/.cargo.
612026-04-24T16:31:52.502Z
622026-04-24T16:31:52.502ZThis is usually done by running one of the following (note the leading DOT):
632026-04-24T16:31:52.502Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-24T16:31:52.502Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-24T16:31:52.502Zsource "~/.cargo/env.nu" # For nushell
662026-04-24T16:31:52.502Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-24T16:31:52.505Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-24T16:31:52.505Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-24T16:31:52.505Zwarn: no default linker (`cc`) was found in your PATH
702026-04-24T16:31:52.505Zwarn: many Rust crates require a system C toolchain to build
712026-04-24T16:31:52.585Z+ rustup --version
722026-04-24T16:31:52.594Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-24T16:31:52.597Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-24T16:31:52.616Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-24T16:31:52.618Z+ cargo --version
762026-04-24T16:31:52.631Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-24T16:31:52.634Z+ rustc --version
782026-04-24T16:31:52.654Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-24T16:31:52.656Zprocess exited: duration 16401 ms, exit code 0
 
802026-04-24T16:31:52.662Zstarting task 2: "authentication"
812026-04-24T16:31:52.678Zprocess exited: duration 16 ms, exit code 0
 
822026-04-24T16:31:52.683Zstarting task 3: "clone repository"
832026-04-24T16:31:52.686Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-24T16:31:52.689Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-24T16:31:52.796ZCloning into '/work/oxidecomputer/omicron'...
862026-04-24T16:32:01.504Z+ cd /work/oxidecomputer/omicron
872026-04-24T16:32:01.504Z+ git fetch origin 42a2fe71942435537847c1719f1d63436b9ceacd
882026-04-24T16:32:01.814ZFrom https://github.com/oxidecomputer/omicron
892026-04-24T16:32:01.814Z * branch 42a2fe71942435537847c1719f1d63436b9ceacd -> FETCH_HEAD
902026-04-24T16:32:01.823Z+ [[ -n eliza/sitrep-eq ]]
912026-04-24T16:32:01.826Z++ git branch --show-current
922026-04-24T16:32:01.826Z+ current=main
932026-04-24T16:32:01.826Z+ [[ main != eliza/sitrep-eq ]]
942026-04-24T16:32:01.826Z+ git branch -f eliza/sitrep-eq 42a2fe71942435537847c1719f1d63436b9ceacd
952026-04-24T16:32:01.829Z+ git checkout -f eliza/sitrep-eq
962026-04-24T16:32:01.916ZSwitched to branch 'eliza/sitrep-eq'
972026-04-24T16:32:01.919Z+ git reset --hard 42a2fe71942435537847c1719f1d63436b9ceacd
982026-04-24T16:32:02.004ZHEAD is now at 42a2fe719 [fm] minimum viable sitrep equality check
992026-04-24T16:32:02.007Zprocess exited: duration 9321 ms, exit code 0
 
1002026-04-24T16:32:02.013Zstarting task 4: "build"
1012026-04-24T16:32:02.017Z+ source .github/buildomat/ci-env.sh
1022026-04-24T16:32:02.019Z++ export CARGO_TERM_COLOR=always
1032026-04-24T16:32:02.019Z++ CARGO_TERM_COLOR=always
1042026-04-24T16:32:02.019Z+ cargo --version
1052026-04-24T16:32:02.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-24T16:32:02.029Z+ rustc --version
1072026-04-24T16:32:02.048Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-24T16:32:02.051Z+ source ./env.sh
1092026-04-24T16:32:02.051Z++ OLD_SHELL_OPTS=ehxB
1102026-04-24T16:32:02.051Z++ set -o xtrace
1112026-04-24T16:32:02.054Z++++ dirname ./env.sh
1122026-04-24T16:32:02.054Z+++ readlink -f .
1132026-04-24T16:32:02.057Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-24T16:32:02.057Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-24T16:32:02.057Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-24T16:32:02.057Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-24T16:32:02.057Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-24T16:32:02.057Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-24T16:32:02.057Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-24T16:32:02.057Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-24T16:32:02.057Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-24T16:32:02.057Z++ case $OLD_SHELL_OPTS in
1232026-04-24T16:32:02.057Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-24T16:32:02.057Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-24T16:32:02.057Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-24T16:32:02.057Z+ banner prerequisites
1272026-04-24T16:32:02.062Z
1282026-04-24T16:32:02.062Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-24T16:32:02.062Z # # # # # # # # # # # # # # #
1302026-04-24T16:32:02.062Z # # # # ##### # # ##### # # # # # #### #
1312026-04-24T16:32:02.062Z ##### ##### # ##### # # # # # # # # #
1322026-04-24T16:32:02.062Z # # # # # # # # # # # # # # #
1332026-04-24T16:32:02.062Z # # # ###### # # ###### ### # #### # #### #
1342026-04-24T16:32:02.062Z
1352026-04-24T16:32:02.062Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-24T16:32:12.390Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-24T16:32:19.759Z Startup: Caching catalogs ... Done
1382026-04-24T16:32:26.250ZPlanning: Solver setup ... Done (4.980s)
1392026-04-24T16:32:26.284ZPlanning: Running solver ... Done (0.035s)
1402026-04-24T16:32:26.420ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-24T16:32:26.434ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-24T16:32:26.549ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-24T16:32:26.586ZPlanning: Package planning ... Done (0.037s)
1442026-04-24T16:32:26.622ZPlanning: Merging actions ... Done (0.036s)
1452026-04-24T16:32:26.833ZPlanning: Checking for conflicting actions ... Done (0.210s)
1462026-04-24T16:32:26.842ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-24T16:32:27.959ZPlanning: Evaluating mediators ... Done (1.117s)
1482026-04-24T16:32:27.967ZPlanning: Planning completed in 8.05 seconds
1492026-04-24T16:32:27.979Z Packages to install: 5
1502026-04-24T16:32:27.982Z Mediators to change: 3
1512026-04-24T16:32:27.982Z Services to change: 1
1522026-04-24T16:32:27.982Z Estimated space available: 155.35 GB
1532026-04-24T16:32:27.982ZEstimated space to be consumed: 1.89 GB
1542026-04-24T16:32:27.982Z Create boot environment: No
1552026-04-24T16:32:27.982ZCreate backup boot environment: No
1562026-04-24T16:32:27.982Z Rebuild boot archive: No
1572026-04-24T16:32:27.982Z
1582026-04-24T16:32:27.982ZChanged mediators:
1592026-04-24T16:32:27.982Z mediator clang:
1602026-04-24T16:32:27.982Z version: None -> 15 (system default)
1612026-04-24T16:32:27.982Z
1622026-04-24T16:32:27.982Z mediator llvm:
1632026-04-24T16:32:27.982Z version: 14 (system default) -> 15 (system default)
1642026-04-24T16:32:27.982Z
1652026-04-24T16:32:27.982Z mediator postgresql:
1662026-04-24T16:32:27.982Z version: 15 (system default) -> 18 (system default)
1672026-04-24T16:32:27.982Z
1682026-04-24T16:32:27.982ZChanged packages:
1692026-04-24T16:32:27.982Zhelios-dev
1702026-04-24T16:32:27.982Z developer/build-essential
1712026-04-24T16:32:27.982Z None -> 11-2.0
1722026-04-24T16:32:27.982Z library/libxmlsec1
1732026-04-24T16:32:27.982Z None -> 1.2.35-2.0
1742026-04-24T16:32:27.982Z ooce/developer/clang-15
1752026-04-24T16:32:27.982Z None -> 15.0.7-2.0
1762026-04-24T16:32:27.982Z ooce/developer/llvm-15
1772026-04-24T16:32:27.983Z None -> 15.0.7-2.0
1782026-04-24T16:32:27.983Z ooce/library/postgresql-18
1792026-04-24T16:32:27.983Z None -> 18.1-2.0
1802026-04-24T16:32:27.983Z
1812026-04-24T16:32:27.983ZServices:
1822026-04-24T16:32:27.983Z restart_fmri:
1832026-04-24T16:32:27.983Z svc:/system/update-man-index:default
1842026-04-24T16:32:28.032Z
1852026-04-24T16:32:28.032ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-24T16:32:33.032ZDownload: 1644/4272 items 116.3/219.0MB 53% complete (23.8M/s)
1872026-04-24T16:32:40.788ZDownload: 2221/4272 items 118.5/219.0MB 54% complete (15.9M/s)
1882026-04-24T16:32:45.991ZDownload: 3273/4272 items 208.6/219.0MB 95% complete (9.5M/s)
1892026-04-24T16:32:50.981ZDownload: 3972/4272 items 214.3/219.0MB 97% complete (9.5M/s)
1902026-04-24T16:32:54.057ZDownload: Completed 218.99 MB in 26.02 seconds (8.4M/s)
1912026-04-24T16:32:54.261Z Actions: 1/4789 actions (Installing new actions)
1922026-04-24T16:32:57.696Z Actions: Completed 4789 actions in 3.44 seconds.
1932026-04-24T16:32:58.010Z Done (0.309s)
1942026-04-24T16:32:58.010Z Done (0.000s)
1952026-04-24T16:32:58.759Z Done (0.749s)
1962026-04-24T16:33:01.994Z Done (2.889s)
1972026-04-24T16:33:02.079Z Done (0.022s)
1982026-04-24T16:33:02.081Z Done (0.000s)
1992026-04-24T16:33:02.409Z Done (0.000s)
2002026-04-24T16:33:03.267ZPlanning: Evaluating mediator changes ... Done
2012026-04-24T16:33:03.373ZPlanning: Checking for conflicting actions ... Done
2022026-04-24T16:33:03.376ZPlanning: Consolidating action changes ... Done
2032026-04-24T16:33:03.531ZPlanning: Evaluating mediators ... Done
2042026-04-24T16:33:03.535ZPlanning: Planning completed in 0.26 seconds
2052026-04-24T16:33:03.552Z Mediators to change: 2
2062026-04-24T16:33:03.552Z Create boot environment: No
2072026-04-24T16:33:03.556ZCreate backup boot environment: No
2082026-04-24T16:33:03.630Z Done
2092026-04-24T16:33:03.630Z Done
2102026-04-24T16:33:04.255Z Done
2112026-04-24T16:33:06.756Z Done
2122026-04-24T16:33:06.829Z Done
2132026-04-24T16:33:06.832Z Done
2142026-04-24T16:33:06.979Z Done
2152026-04-24T16:33:07.238ZPlanning: Evaluating mediator changes ... Done
2162026-04-24T16:33:07.345ZPlanning: Checking for conflicting actions ... Done
2172026-04-24T16:33:07.349ZPlanning: Consolidating action changes ... Done
2182026-04-24T16:33:07.507ZPlanning: Evaluating mediators ... Done
2192026-04-24T16:33:07.516ZPlanning: Planning completed in 0.26 seconds
2202026-04-24T16:33:07.523Z Mediators to change: 1
2212026-04-24T16:33:07.523Z Create boot environment: No
2222026-04-24T16:33:07.533ZCreate backup boot environment: No
2232026-04-24T16:33:07.579Z Done
2242026-04-24T16:33:07.579Z Done
2252026-04-24T16:33:08.175Z Done
2262026-04-24T16:33:10.666Z Done
2272026-04-24T16:33:10.738Z Done
2282026-04-24T16:33:10.741Z Done
2292026-04-24T16:33:10.881Z Done
2302026-04-24T16:33:11.171ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-24T16:33:11.171Zclang system 15 system
2322026-04-24T16:33:11.171Zcsh system system illumos
2332026-04-24T16:33:11.172Zctags system system illumos
2342026-04-24T16:33:11.172Zfile system system illumos
2352026-04-24T16:33:11.172Zgcc vendor 12 vendor
2362026-04-24T16:33:11.172Zgcc system 14 system
2372026-04-24T16:33:11.172Zgcc system 10 system
2382026-04-24T16:33:11.172Zgo system 1.20 system
2392026-04-24T16:33:11.172Zgo system 1.19 system
2402026-04-24T16:33:11.172Zllvm system 15 system
2412026-04-24T16:33:11.172Zllvm system 14 system
2422026-04-24T16:33:11.172Zmariadb system 10.6 system
2432026-04-24T16:33:11.172Zmta vendor vendor dma
2442026-04-24T16:33:11.172Zopenjdk system 17 system
2452026-04-24T16:33:11.172Zopenjdk system 11 system
2462026-04-24T16:33:11.172Zopenjdk system 1.8 system
2472026-04-24T16:33:11.172Zopenssl vendor 3 vendor
2482026-04-24T16:33:11.172Zperl system 5.36 system
2492026-04-24T16:33:11.172Zpostgresql system 18 system
2502026-04-24T16:33:11.172Zpostgresql system 15 system
2512026-04-24T16:33:11.172Zpostgresql system 13 system
2522026-04-24T16:33:11.172Zpython vendor 3 vendor
2532026-04-24T16:33:11.172Zpython system 2 system
2542026-04-24T16:33:11.172Zpython3 system 3.11 system
2552026-04-24T16:33:11.172Zruby system 3.0 system
2562026-04-24T16:33:11.172Zwords vendor vendor american-english
2572026-04-24T16:33:11.172Zwords system system australian-english
2582026-04-24T16:33:11.172Zwords system system british-english
2592026-04-24T16:33:11.172Zwords system system canadian-english
2602026-04-24T16:33:11.172Zwords system system french
2612026-04-24T16:33:11.172Zwords system system italian
2622026-04-24T16:33:11.172Zwords system system ngerman
2632026-04-24T16:33:11.172Zwords system system ogerman
2642026-04-24T16:33:11.172Zwords system system spanish
2652026-04-24T16:33:11.398ZPUBLISHER TYPE STATUS P LOCATION
2662026-04-24T16:33:11.399Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-04-24T16:33:15.970ZFMRI IFO
2682026-04-24T16:33:15.970Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-04-24T16:33:15.970Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-04-24T16:33:15.970Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-04-24T16:33:15.970Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-04-24T16:33:15.970Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-04-24T16:33:15.970Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-04-24T16:33:15.970Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-04-24T16:33:15.970Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-04-24T16:33:15.970Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-04-24T16:33:15.970Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-04-24T16:33:15.970Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-04-24T16:33:15.970Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-04-24T16:33:15.970Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-04-24T16:33:15.970Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-04-24T16:33:15.970Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-04-24T16:33:15.970Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-04-24T16:33:15.970Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-04-24T16:33:17.102Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-04-24T16:33:17.392Z Updating crates.io index
2872026-04-24T16:33:17.395Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-04-24T16:33:17.679Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-04-24T16:33:18.487Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-04-24T16:33:18.941Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-04-24T16:33:20.008Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-04-24T16:33:20.631Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-04-24T16:33:21.981Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-04-24T16:33:22.859Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-04-24T16:33:23.121Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-04-24T16:33:23.972Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-04-24T16:33:24.424Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-04-24T16:33:24.852Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-04-24T16:33:25.148Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-04-24T16:33:26.132Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-04-24T16:33:26.615Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-04-24T16:33:26.929Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-04-24T16:33:27.254Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-04-24T16:33:27.653Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-04-24T16:33:27.984Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-04-24T16:33:28.236Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-04-24T16:33:28.507Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-04-24T16:33:28.972Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-04-24T16:33:29.338Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-04-24T16:33:29.857Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-04-24T16:33:30.363Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-04-24T16:33:30.664Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-04-24T16:33:30.993Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-04-24T16:33:32.336Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-04-24T16:33:32.878Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-04-24T16:33:33.345Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-04-24T16:33:33.613Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-04-24T16:33:33.994Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-04-24T16:33:34.314Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-04-24T16:33:34.669Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-04-24T16:33:35.201Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-04-24T16:33:35.472Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-04-24T16:33:35.708Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-04-24T16:33:36.053Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-04-24T16:33:47.660Z Downloading crates ...
3262026-04-24T16:33:47.703Z Downloaded block-buffer v0.10.4
3272026-04-24T16:33:47.711Z Downloaded anstream v0.6.21
3282026-04-24T16:33:47.716Z Downloaded plain v0.2.3
3292026-04-24T16:33:47.719Z Downloaded byteorder v1.5.0
3302026-04-24T16:33:47.719Z Downloaded bytecount v0.6.9
3312026-04-24T16:33:47.719Z Downloaded dtrace-parser v0.2.0
3322026-04-24T16:33:47.719Z Downloaded crypto-common v0.1.7
3332026-04-24T16:33:47.722Z Downloaded anstyle-query v1.1.5
3342026-04-24T16:33:47.722Z Downloaded autocfg v1.5.0
3352026-04-24T16:33:47.722Z Downloaded memmap v0.7.0
3362026-04-24T16:33:47.722Z Downloaded quote v1.0.44
3372026-04-24T16:33:47.725Z Downloaded pest_generator v2.8.6
3382026-04-24T16:33:47.725Z Downloaded synstructure v0.13.2
3392026-04-24T16:33:47.725Z Downloaded clap v4.5.60
3402026-04-24T16:33:47.730Z Downloaded zerofrom-derive v0.1.6
3412026-04-24T16:33:47.733Z Downloaded version_check v0.9.5
3422026-04-24T16:33:47.733Z Downloaded cargo-util-schemas v0.8.2
3432026-04-24T16:33:47.733Z Downloaded usdt v0.5.0
3442026-04-24T16:33:47.736Z Downloaded utf8_iter v1.0.4
3452026-04-24T16:33:47.737Z Downloaded usdt-macro v0.5.0
3462026-04-24T16:33:47.737Z Downloaded usdt-attr-macro v0.5.0
3472026-04-24T16:33:47.737Z Downloaded unicode-xid v0.2.6
3482026-04-24T16:33:47.737Z Downloaded ucd-trie v0.1.7
3492026-04-24T16:33:47.741Z Downloaded thread-id v4.2.2
3502026-04-24T16:33:47.741Z Downloaded smawk v0.3.2
3512026-04-24T16:33:47.741Z Downloaded textwrap v0.16.2
3522026-04-24T16:33:47.741Z Downloaded icu_properties v2.1.2
3532026-04-24T16:33:47.744Z Downloaded toml_datetime v0.6.11
3542026-04-24T16:33:47.744Z Downloaded zerofrom v0.1.6
3552026-04-24T16:33:47.744Z Downloaded generic-array v0.14.7
3562026-04-24T16:33:47.744Z Downloaded bitflags v2.11.0
3572026-04-24T16:33:47.747Z Downloaded typeid v1.0.3
3582026-04-24T16:33:47.747Z Downloaded serde-untagged v0.1.9
3592026-04-24T16:33:47.747Z Downloaded usdt-impl v0.5.0
3602026-04-24T16:33:47.747Z Downloaded semver v1.0.27
3612026-04-24T16:33:47.750Z Downloaded is_terminal_polyfill v1.70.2
3622026-04-24T16:33:47.750Z Downloaded camino v1.2.2
3632026-04-24T16:33:47.752Z Downloaded percent-encoding v2.3.2
3642026-04-24T16:33:47.755Z Downloaded anyhow v1.0.102
3652026-04-24T16:33:47.755Z Downloaded litemap v0.8.1
3662026-04-24T16:33:47.758Z Downloaded unicode-linebreak v0.1.5
3672026-04-24T16:33:47.761Z Downloaded utf8parse v0.2.2
3682026-04-24T16:33:47.764Z Downloaded thiserror-impl v2.0.18
3692026-04-24T16:33:47.764Z Downloaded thiserror v2.0.18
3702026-04-24T16:33:47.766Z Downloaded fastrand v2.3.0
3712026-04-24T16:33:47.767Z Downloaded equivalent v1.0.2
3722026-04-24T16:33:47.769Z Downloaded yoke-derive v0.8.1
3732026-04-24T16:33:47.769Z Downloaded macaddr v1.0.1
3742026-04-24T16:33:47.772Z Downloaded toml_write v0.1.2
3752026-04-24T16:33:47.772Z Downloaded zerovec-derive v0.11.2
3762026-04-24T16:33:47.772Z Downloaded serde_spanned v0.6.9
3772026-04-24T16:33:47.774Z Downloaded thiserror v1.0.69
3782026-04-24T16:33:47.777Z Downloaded dof v0.3.0
3792026-04-24T16:33:47.777Z Downloaded strsim v0.11.1
3802026-04-24T16:33:47.777Z Downloaded zmij v1.0.21
3812026-04-24T16:33:47.777Z Downloaded stable_deref_trait v1.2.1
3822026-04-24T16:33:47.780Z Downloaded heck v0.5.0
3832026-04-24T16:33:47.780Z Downloaded tabled_derive v0.7.0
3842026-04-24T16:33:47.780Z Downloaded writeable v0.6.2
3852026-04-24T16:33:47.783Z Downloaded potential_utf v0.1.4
3862026-04-24T16:33:47.786Z Downloaded heck v0.4.1
3872026-04-24T16:33:47.789Z Downloaded yoke v0.8.1
3882026-04-24T16:33:47.789Z Downloaded tinystr v0.8.2
3892026-04-24T16:33:47.791Z Downloaded zerocopy-derive v0.7.35
3902026-04-24T16:33:47.794Z Downloaded itoa v1.0.17
3912026-04-24T16:33:47.794Z Downloaded toml v0.8.23
3922026-04-24T16:33:47.797Z Downloaded thiserror-impl v1.0.69
3932026-04-24T16:33:47.797Z Downloaded fnv v1.0.7
3942026-04-24T16:33:47.797Z Downloaded form_urlencoded v1.2.2
3952026-04-24T16:33:47.800Z Downloaded cpufeatures v0.2.17
3962026-04-24T16:33:47.800Z Downloaded idna_adapter v1.2.1
3972026-04-24T16:33:47.804Z Downloaded url v2.5.8
3982026-04-24T16:33:47.807Z Downloaded terminal_size v0.4.3
3992026-04-24T16:33:47.807Z Downloaded swrite v0.1.0
4002026-04-24T16:33:47.807Z Downloaded pretty-hex v0.4.1
4012026-04-24T16:33:47.808Z Downloaded zerotrie v0.2.3
4022026-04-24T16:33:47.808Z Downloaded scroll_derive v0.12.1
4032026-04-24T16:33:47.810Z Downloaded serde-value v0.7.0
4042026-04-24T16:33:47.810Z Downloaded proc-macro-error-attr v1.0.4
4052026-04-24T16:33:47.810Z Downloaded unicode-ident v1.0.24
4062026-04-24T16:33:47.810Z Downloaded errno v0.3.14
4072026-04-24T16:33:47.813Z Downloaded toml_edit v0.22.27
4082026-04-24T16:33:47.816Z Downloaded fs-err v3.3.0
4092026-04-24T16:33:47.818Z Downloaded typenum v1.19.0
4102026-04-24T16:33:47.829Z Downloaded ordered-float v2.10.1
4112026-04-24T16:33:47.832Z Downloaded zerovec v0.11.5
4122026-04-24T16:33:47.832Z Downloaded erased-serde v0.4.9
4132026-04-24T16:33:47.835Z Downloaded cargo-platform v0.2.0
4142026-04-24T16:33:47.835Z Downloaded zerocopy v0.7.35
4152026-04-24T16:33:47.843Z Downloaded sha2 v0.10.9
4162026-04-24T16:33:47.846Z Downloaded winnow v0.7.14
4172026-04-24T16:33:47.849Z Downloaded colorchoice v1.0.4
4182026-04-24T16:33:47.849Z Downloaded scroll v0.12.0
4192026-04-24T16:33:47.852Z Downloaded digest v0.10.7
4202026-04-24T16:33:47.852Z Downloaded unicode-width v0.2.0
4212026-04-24T16:33:47.855Z Downloaded unicode-width v0.1.14
4222026-04-24T16:33:47.857Z Downloaded cargo_metadata v0.21.0
4232026-04-24T16:33:47.857Z Downloaded clap_lex v1.0.0
4242026-04-24T16:33:47.860Z Downloaded anstyle v1.0.13
4252026-04-24T16:33:47.863Z Downloaded proc-macro-error v1.0.4
4262026-04-24T16:33:47.865Z Downloaded camino-tempfile v1.4.1
4272026-04-24T16:33:47.869Z Downloaded cfg-if v1.0.4
4282026-04-24T16:33:47.871Z Downloaded cargo_toml v0.21.0
4292026-04-24T16:33:47.874Z Downloaded serde_tokenstream v0.2.3
4302026-04-24T16:33:47.874Z Downloaded anstyle-parse v0.2.7
4312026-04-24T16:33:47.882Z Downloaded pest_derive v2.8.6
4322026-04-24T16:33:47.885Z Downloaded smallvec v1.15.1
4332026-04-24T16:33:47.887Z Downloaded once_cell v1.21.3
4342026-04-24T16:33:47.887Z Downloaded displaydoc v0.2.5
4352026-04-24T16:33:47.890Z Downloaded log v0.4.29
4362026-04-24T16:33:47.896Z Downloaded icu_provider v2.1.1
4372026-04-24T16:33:47.902Z Downloaded num-traits v0.2.19
4382026-04-24T16:33:47.905Z Downloaded tempfile v3.25.0
4392026-04-24T16:33:47.908Z Downloaded serde_core v1.0.228
4402026-04-24T16:33:47.908Z Downloaded clap_derive v4.5.55
4412026-04-24T16:33:47.911Z Downloaded proc-macro2 v1.0.106
4422026-04-24T16:33:47.915Z Downloaded papergrid v0.11.0
4432026-04-24T16:33:47.925Z Downloaded serde_derive v1.0.228
4442026-04-24T16:33:47.935Z Downloaded icu_normalizer_data v2.1.1
4452026-04-24T16:33:47.937Z Downloaded pest_meta v2.8.6
4462026-04-24T16:33:47.937Z Downloaded getrandom v0.4.1
4472026-04-24T16:33:47.942Z Downloaded icu_normalizer v2.1.1
4482026-04-24T16:33:47.945Z Downloaded icu_locale_core v2.1.1
4492026-04-24T16:33:47.948Z Downloaded memchr v2.8.0
4502026-04-24T16:33:47.951Z Downloaded serde v1.0.228
4512026-04-24T16:33:47.954Z Downloaded icu_collections v2.1.1
4522026-04-24T16:33:47.958Z Downloaded pest v2.8.6
4532026-04-24T16:33:47.961Z Downloaded hashbrown v0.16.1
4542026-04-24T16:33:47.969Z Downloaded indexmap v2.13.0
4552026-04-24T16:33:47.998Z Downloaded idna v1.1.0
4562026-04-24T16:33:48.001Z Downloaded serde_json v1.0.149
4572026-04-24T16:33:48.005Z Downloaded icu_properties_data v2.1.2
4582026-04-24T16:33:48.011Z Downloaded goblin v0.8.2
4592026-04-24T16:33:48.015Z Downloaded clap_builder v4.5.60
4602026-04-24T16:33:48.018Z Downloaded tabled v0.15.0
4612026-04-24T16:33:48.030Z Downloaded syn v1.0.109
4622026-04-24T16:33:48.042Z Downloaded syn v2.0.117
4632026-04-24T16:33:48.057Z Downloaded rustix v1.1.3
4642026-04-24T16:33:48.084Z Downloaded libc v0.2.185
4652026-04-24T16:33:48.150Z Compiling proc-macro2 v1.0.106
4662026-04-24T16:33:48.150Z Compiling unicode-ident v1.0.24
4672026-04-24T16:33:48.153Z Compiling quote v1.0.44
4682026-04-24T16:33:48.153Z Compiling serde_core v1.0.228
4692026-04-24T16:33:48.153Z Compiling libc v0.2.185
4702026-04-24T16:33:48.153Z Compiling version_check v0.9.5
4712026-04-24T16:33:48.153Z Compiling serde v1.0.228
4722026-04-24T16:33:48.153Z Compiling stable_deref_trait v1.2.1
4732026-04-24T16:33:48.429Z Compiling memchr v2.8.0
4742026-04-24T16:33:48.521Z Compiling zmij v1.0.21
4752026-04-24T16:33:48.683Z Compiling itoa v1.0.17
4762026-04-24T16:33:48.925Z Compiling thiserror v1.0.69
4772026-04-24T16:33:48.928Z Compiling ucd-trie v0.1.7
4782026-04-24T16:33:49.038Z Compiling autocfg v1.5.0
4792026-04-24T16:33:49.162Z Compiling pest v2.8.6
4802026-04-24T16:33:49.229Z Compiling writeable v0.6.2
4812026-04-24T16:33:49.247Z Compiling litemap v0.8.1
4822026-04-24T16:33:49.425Z Compiling icu_normalizer_data v2.1.1
4832026-04-24T16:33:49.442Z Compiling icu_properties_data v2.1.2
4842026-04-24T16:33:49.459Z Compiling rustix v1.1.3
4852026-04-24T16:33:49.626Z Compiling byteorder v1.5.0
4862026-04-24T16:33:49.790Z Compiling syn v2.0.117
4872026-04-24T16:33:49.865Z Compiling errno v0.3.14
4882026-04-24T16:33:49.883Z Compiling bitflags v2.11.0
4892026-04-24T16:33:49.960Z Compiling serde_json v1.0.149
4902026-04-24T16:33:50.109Z Compiling num-traits v0.2.19
4912026-04-24T16:33:50.170Z Compiling typeid v1.0.3
4922026-04-24T16:33:50.188Z Compiling pest_meta v2.8.6
4932026-04-24T16:33:50.290Z Compiling smallvec v1.15.1
4942026-04-24T16:33:50.397Z Compiling hashbrown v0.16.1
4952026-04-24T16:33:50.432Z Compiling equivalent v1.0.2
4962026-04-24T16:33:50.717Z Compiling thread-id v4.2.2
4972026-04-24T16:33:50.745Z Compiling usdt-impl v0.5.0
4982026-04-24T16:33:50.788Z Compiling proc-macro-error-attr v1.0.4
4992026-04-24T16:33:50.864Z Compiling syn v1.0.109
5002026-04-24T16:33:50.999Z Compiling indexmap v2.13.0
5012026-04-24T16:33:51.023Z Compiling winnow v0.7.14
5022026-04-24T16:33:51.133Z Compiling toml_write v0.1.2
5032026-04-24T16:33:51.174Z Compiling erased-serde v0.4.9
5042026-04-24T16:33:51.611Z Compiling proc-macro-error v1.0.4
5052026-04-24T16:33:51.640Z Compiling getrandom v0.4.1
5062026-04-24T16:33:51.801Z Compiling plain v0.2.3
5072026-04-24T16:33:51.859Z Compiling thiserror v2.0.18
5082026-04-24T16:33:51.920Z Compiling log v0.4.29
5092026-04-24T16:33:51.991Z Compiling utf8parse v0.2.2
5102026-04-24T16:33:52.008Z Compiling camino v1.2.2
5112026-04-24T16:33:52.036Z Compiling utf8_iter v1.0.4
5122026-04-24T16:33:52.122Z Compiling percent-encoding v2.3.2
5132026-04-24T16:33:52.143Z Compiling anstyle-parse v0.2.7
5142026-04-24T16:33:52.244Z Compiling ordered-float v2.10.1
5152026-04-24T16:33:52.328Z Compiling form_urlencoded v1.2.2
5162026-04-24T16:33:52.509Z Compiling synstructure v0.13.2
5172026-04-24T16:33:52.527Z Compiling pest_generator v2.8.6
5182026-04-24T16:33:52.543Z Compiling terminal_size v0.4.3
5192026-04-24T16:33:52.687Z Compiling cfg-if v1.0.4
5202026-04-24T16:33:52.769Z Compiling pretty-hex v0.4.1
5212026-04-24T16:33:52.785Z Compiling anstyle-query v1.1.5
5222026-04-24T16:33:52.848Z Compiling colorchoice v1.0.4
5232026-04-24T16:33:52.888Z Compiling is_terminal_polyfill v1.70.2
5242026-04-24T16:33:52.905Z Compiling anstyle v1.0.13
5252026-04-24T16:33:52.908Z Compiling serde-untagged v0.1.9
5262026-04-24T16:33:53.082Z Compiling anstream v0.6.21
5272026-04-24T16:33:53.135Z Compiling semver v1.0.27
5282026-04-24T16:33:53.179Z Compiling fs-err v3.3.0
5292026-04-24T16:33:53.235Z Compiling clap_lex v1.0.0
5302026-04-24T16:33:53.366Z Compiling strsim v0.11.1
5312026-04-24T16:33:53.388Z Compiling anyhow v1.0.102
5322026-04-24T16:33:53.453Z Compiling heck v0.4.1
5332026-04-24T16:33:53.470Z Compiling unicode-xid v0.2.6
5342026-04-24T16:33:53.499Z Compiling heck v0.5.0
5352026-04-24T16:33:53.679Z Compiling bytecount v0.6.9
5362026-04-24T16:33:53.700Z Compiling once_cell v1.21.3
5372026-04-24T16:33:53.721Z Compiling fnv v1.0.7
5382026-04-24T16:33:53.738Z Compiling unicode-width v0.1.14
5392026-04-24T16:33:53.814Z Compiling fastrand v2.3.0
5402026-04-24T16:33:53.897Z Compiling clap_builder v4.5.60
5412026-04-24T16:33:54.004Z Compiling tempfile v3.25.0
5422026-04-24T16:33:54.020Z Compiling papergrid v0.11.0
5432026-04-24T16:33:54.042Z Compiling memmap v0.7.0
5442026-04-24T16:33:54.071Z Compiling smawk v0.3.2
5452026-04-24T16:33:54.194Z Compiling serde_derive v1.0.228
5462026-04-24T16:33:54.212Z Compiling zerofrom-derive v0.1.6
5472026-04-24T16:33:54.230Z Compiling yoke-derive v0.8.1
5482026-04-24T16:33:54.372Z Compiling zerovec-derive v0.11.2
5492026-04-24T16:33:54.487Z Compiling displaydoc v0.2.5
5502026-04-24T16:33:55.216Z Compiling thiserror-impl v1.0.69
5512026-04-24T16:33:55.356Z Compiling zerocopy-derive v0.7.35
5522026-04-24T16:33:55.428Z Compiling pest_derive v2.8.6
5532026-04-24T16:33:55.460Z Compiling scroll_derive v0.12.1
5542026-04-24T16:33:55.568Z Compiling zerofrom v0.1.6
5552026-04-24T16:33:55.703Z Compiling yoke v0.8.1
5562026-04-24T16:33:55.879Z Compiling thiserror-impl v2.0.18
5572026-04-24T16:33:55.925Z Compiling zerovec v0.11.5
5582026-04-24T16:33:56.184Z Compiling zerotrie v0.2.3
5592026-04-24T16:33:56.252Z Compiling zerocopy v0.7.35
5602026-04-24T16:33:56.449Z Compiling tinystr v0.8.2
5612026-04-24T16:33:56.499Z Compiling potential_utf v0.1.4
5622026-04-24T16:33:56.595Z Compiling dtrace-parser v0.2.0
5632026-04-24T16:33:56.661Z Compiling icu_locale_core v2.1.1
5642026-04-24T16:33:56.679Z Compiling icu_collections v2.1.1
5652026-04-24T16:33:56.816Z Compiling scroll v0.12.0
5662026-04-24T16:33:56.956Z Compiling tabled_derive v0.7.0
5672026-04-24T16:33:57.098Z Compiling goblin v0.8.2
5682026-04-24T16:33:57.130Z Compiling clap_derive v4.5.55
5692026-04-24T16:33:57.352Z Compiling icu_provider v2.1.1
5702026-04-24T16:33:57.371Z Compiling unicode-linebreak v0.1.5
5712026-04-24T16:33:57.564Z Compiling unicode-width v0.2.0
5722026-04-24T16:33:57.613Z Compiling icu_normalizer v2.1.1
5732026-04-24T16:33:57.655Z Compiling icu_properties v2.1.2
5742026-04-24T16:33:57.674Z Compiling serde_spanned v0.6.9
5752026-04-24T16:33:57.703Z Compiling toml_datetime v0.6.11
5762026-04-24T16:33:57.824Z Compiling dof v0.3.0
5772026-04-24T16:33:57.841Z Compiling serde_tokenstream v0.2.3
5782026-04-24T16:33:57.878Z Compiling toml_edit v0.22.27
5792026-04-24T16:33:57.967Z Compiling serde-value v0.7.0
5802026-04-24T16:33:58.183Z Compiling cargo-platform v0.2.0
5812026-04-24T16:33:58.229Z Compiling tabled v0.15.0
5822026-04-24T16:33:58.345Z Compiling textwrap v0.16.2
5832026-04-24T16:33:58.460Z Compiling macaddr v1.0.1
5842026-04-24T16:33:58.691Z Compiling idna_adapter v1.2.1
5852026-04-24T16:33:58.748Z Compiling camino-tempfile v1.4.1
5862026-04-24T16:33:58.795Z Compiling usdt-macro v0.5.0
5872026-04-24T16:33:58.813Z Compiling idna v1.1.0
5882026-04-24T16:33:58.833Z Compiling usdt-attr-macro v0.5.0
5892026-04-24T16:33:58.910Z Compiling clap v4.5.60
5902026-04-24T16:33:59.285Z Compiling toml v0.8.23
5912026-04-24T16:33:59.408Z Compiling url v2.5.8
5922026-04-24T16:33:59.467Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-04-24T16:33:59.510Z Compiling swrite v0.1.0
5942026-04-24T16:33:59.730Z Compiling cargo_toml v0.21.0
5952026-04-24T16:33:59.910Z Compiling cargo-util-schemas v0.8.2
5962026-04-24T16:34:00.034Z Compiling usdt v0.5.0
5972026-04-24T16:34:00.798Z Compiling cargo_metadata v0.21.0
5982026-04-24T16:34:01.749Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-04-24T16:34:03.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.90s
6002026-04-24T16:34:04.064Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-04-24T16:34:04.625Z Downloading crates ...
6022026-04-24T16:34:04.720Z Downloaded adler2 v2.0.1
6032026-04-24T16:34:04.726Z Downloaded argon2 v0.5.3
6042026-04-24T16:34:04.729Z Downloaded assert_matches v1.5.0
6052026-04-24T16:34:04.729Z Downloaded bit-set v0.5.3
6062026-04-24T16:34:04.732Z Downloaded critical-section v1.2.0
6072026-04-24T16:34:04.732Z Downloaded ascii-canvas v3.0.0
6082026-04-24T16:34:04.736Z Downloaded atomicwrites v0.4.4
6092026-04-24T16:34:04.736Z Downloaded ahash v0.8.12
6102026-04-24T16:34:04.739Z Downloaded async-recursion v1.1.1
6112026-04-24T16:34:04.741Z Downloaded bcrypt-pbkdf v0.10.0
6122026-04-24T16:34:04.741Z Downloaded base16ct v0.2.0
6132026-04-24T16:34:04.744Z Downloaded crucible-workspace-hack v0.1.0
6142026-04-24T16:34:04.744Z Downloaded daft-derive v0.1.5
6152026-04-24T16:34:04.747Z Downloaded async-stream v0.3.6
6162026-04-24T16:34:04.747Z Downloaded async-trait v0.1.89
6172026-04-24T16:34:04.750Z Downloaded derive_builder v0.20.2
6182026-04-24T16:34:04.753Z Downloaded diesel_table_macro_syntax v0.3.0
6192026-04-24T16:34:04.753Z Downloaded crossbeam-deque v0.8.6
6202026-04-24T16:34:04.756Z Downloaded arrayref v0.3.9
6212026-04-24T16:34:04.756Z Downloaded base64ct v1.8.3
6222026-04-24T16:34:04.756Z Downloaded backoff v0.4.0
6232026-04-24T16:34:04.759Z Downloaded crossbeam-utils v0.8.21
6242026-04-24T16:34:04.759Z Downloaded async-stream-impl v0.3.6
6252026-04-24T16:34:04.762Z Downloaded async-bb8-diesel v0.2.1
6262026-04-24T16:34:04.762Z Downloaded crunchy v0.2.4
6272026-04-24T16:34:04.762Z Downloaded allocator-api2 v0.2.21
6282026-04-24T16:34:04.764Z Downloaded debug-ignore v1.0.5
6292026-04-24T16:34:04.765Z Downloaded defmt-parser v1.0.0
6302026-04-24T16:34:04.767Z Downloaded crypto-bigint v0.5.5
6312026-04-24T16:34:04.770Z Downloaded crc8 v0.1.1
6322026-04-24T16:34:04.770Z Downloaded defmt v0.3.100
6332026-04-24T16:34:04.773Z Downloaded array-init v0.0.4
6342026-04-24T16:34:04.777Z Downloaded curve25519-dalek-derive v0.1.1
6352026-04-24T16:34:04.777Z Downloaded ctr v0.9.2
6362026-04-24T16:34:04.779Z Downloaded deranged v0.5.8
6372026-04-24T16:34:04.779Z Downloaded defmt v1.0.1
6382026-04-24T16:34:04.782Z Downloaded data-encoding v2.10.0
6392026-04-24T16:34:04.782Z Downloaded bb8 v0.8.6
6402026-04-24T16:34:04.782Z Downloaded atty v0.2.14
6412026-04-24T16:34:04.785Z Downloaded atomic-waker v1.1.2
6422026-04-24T16:34:04.785Z Downloaded display-error-chain v0.2.2
6432026-04-24T16:34:04.787Z Downloaded bcs v0.1.6
6442026-04-24T16:34:04.790Z Downloaded diesel-dtrace v0.5.0
6452026-04-24T16:34:04.793Z Downloaded crc32fast v1.5.0
6462026-04-24T16:34:04.795Z Downloaded aead v0.5.2
6472026-04-24T16:34:04.795Z Downloaded cpufeatures v0.3.0
6482026-04-24T16:34:04.798Z Downloaded derive_builder_macro v0.20.2
6492026-04-24T16:34:04.798Z Downloaded ciborium-io v0.2.2
6502026-04-24T16:34:04.798Z Downloaded difflib v0.4.0
6512026-04-24T16:34:04.801Z Downloaded darling_macro v0.21.3
6522026-04-24T16:34:04.801Z Downloaded daft v0.1.5
6532026-04-24T16:34:04.804Z Downloaded cfg_aliases v0.2.1
6542026-04-24T16:34:04.804Z Downloaded darling_core v0.23.0
6552026-04-24T16:34:04.806Z Downloaded flagset v0.4.7
6562026-04-24T16:34:04.809Z Downloaded downcast-rs v2.0.2
6572026-04-24T16:34:04.809Z Downloaded csv-core v0.1.13
6582026-04-24T16:34:04.812Z Downloaded dof v0.4.0
6592026-04-24T16:34:04.812Z Downloaded backon v1.6.0
6602026-04-24T16:34:04.814Z Downloaded document-features v0.2.12
6612026-04-24T16:34:04.814Z Downloaded arrayvec v0.7.6
6622026-04-24T16:34:04.817Z Downloaded env_filter v1.0.0
6632026-04-24T16:34:04.817Z Downloaded compression-core v0.4.31
6642026-04-24T16:34:04.820Z Downloaded fixedbitset v0.4.2
6652026-04-24T16:34:04.823Z Downloaded bit-set v0.8.0
6662026-04-24T16:34:04.823Z Downloaded enum-as-inner v0.6.1
6672026-04-24T16:34:04.825Z Downloaded float-cmp v0.10.0
6682026-04-24T16:34:04.826Z Downloaded dunce v1.0.5
6692026-04-24T16:34:04.826Z Downloaded dirs-sys-next v0.1.2
6702026-04-24T16:34:04.826Z Downloaded darling_macro v0.23.0
6712026-04-24T16:34:04.828Z Downloaded cstr-argument v0.1.2
6722026-04-24T16:34:04.828Z Downloaded defmt-macros v1.0.1
6732026-04-24T16:34:04.831Z Downloaded darling v0.23.0
6742026-04-24T16:34:04.833Z Downloaded crc-catalog v2.4.0
6752026-04-24T16:34:04.834Z Downloaded crc v3.4.0
6762026-04-24T16:34:04.834Z Downloaded bitfield-struct v0.6.2
6772026-04-24T16:34:04.836Z Downloaded castaway v0.2.4
6782026-04-24T16:34:04.836Z Downloaded crossbeam-epoch v0.9.18
6792026-04-24T16:34:04.839Z Downloaded endian-type v0.1.2
6802026-04-24T16:34:04.839Z Downloaded cargo-platform v0.1.9
6812026-04-24T16:34:04.839Z Downloaded foreign-types v0.5.0
6822026-04-24T16:34:04.842Z Downloaded cfg_aliases v0.1.1
6832026-04-24T16:34:04.842Z Downloaded dsl_auto_type v0.2.0
6842026-04-24T16:34:04.842Z Downloaded dropshot-api-manager-types v0.6.0
6852026-04-24T16:34:04.842Z Downloaded float-ord v0.3.2
6862026-04-24T16:34:04.845Z Downloaded dtrace-parser v0.3.0
6872026-04-24T16:34:04.845Z Downloaded block-padding v0.3.3
6882026-04-24T16:34:04.845Z Downloaded dyn-clone v1.0.20
6892026-04-24T16:34:04.849Z Downloaded foreign-types-shared v0.3.1
6902026-04-24T16:34:04.852Z Downloaded fallible-iterator v0.2.0
6912026-04-24T16:34:04.852Z Downloaded darling_macro v0.20.11
6922026-04-24T16:34:04.852Z Downloaded foreign-types v0.3.2
6932026-04-24T16:34:04.852Z Downloaded embedded-io v0.4.0
6942026-04-24T16:34:04.855Z Downloaded fd-lock v4.0.4
6952026-04-24T16:34:04.857Z Downloaded ghash v0.5.1
6962026-04-24T16:34:04.858Z Downloaded foreign-types-shared v0.1.1
6972026-04-24T16:34:04.860Z Downloaded foreign-types-macros v0.2.3
6982026-04-24T16:34:04.860Z Downloaded bitfield-macros v0.19.4
6992026-04-24T16:34:04.861Z Downloaded gethostname v0.5.0
7002026-04-24T16:34:04.861Z Downloaded fxhash v0.2.1
7012026-04-24T16:34:04.864Z Downloaded futures-sink v0.3.32
7022026-04-24T16:34:04.865Z Downloaded futures-macro v0.3.32
7032026-04-24T16:34:04.865Z Downloaded globwalk v0.9.1
7042026-04-24T16:34:04.865Z Downloaded ecdsa v0.16.9
7052026-04-24T16:34:04.868Z Downloaded futures-core v0.3.32
7062026-04-24T16:34:04.868Z Downloaded funty v2.0.0
7072026-04-24T16:34:04.868Z Downloaded ciborium-ll v0.2.2
7082026-04-24T16:34:04.868Z Downloaded arc-swap v1.8.2
7092026-04-24T16:34:04.870Z Downloaded filetime v0.2.27
7102026-04-24T16:34:04.873Z Downloaded constant_time_eq v0.4.2
7112026-04-24T16:34:04.873Z Downloaded cipher v0.4.4
7122026-04-24T16:34:04.873Z Downloaded futures-io v0.3.32
7132026-04-24T16:34:04.876Z Downloaded env_logger v0.11.9
7142026-04-24T16:34:04.876Z Downloaded embedded-io v0.6.1
7152026-04-24T16:34:04.880Z Downloaded hash32 v0.2.1
7162026-04-24T16:34:04.880Z Downloaded ed25519 v2.2.3
7172026-04-24T16:34:04.880Z Downloaded derive_builder_core v0.20.2
7182026-04-24T16:34:04.885Z Downloaded either v1.15.0
7192026-04-24T16:34:04.885Z Downloaded derive-ex v0.1.8
7202026-04-24T16:34:04.885Z Downloaded darling v0.21.3
7212026-04-24T16:34:04.887Z Downloaded ena v0.14.4
7222026-04-24T16:34:04.888Z Downloaded der_derive v0.7.3
7232026-04-24T16:34:04.888Z Downloaded compression-codecs v0.4.37
7242026-04-24T16:34:04.890Z Downloaded cbc v0.1.2
7252026-04-24T16:34:04.890Z Downloaded hex-literal v0.4.1
7262026-04-24T16:34:04.894Z Downloaded hex v0.4.3
7272026-04-24T16:34:04.894Z Downloaded darling_core v0.20.11
7282026-04-24T16:34:04.896Z Downloaded futures-task v0.3.32
7292026-04-24T16:34:04.896Z Downloaded dirs-next v2.0.0
7302026-04-24T16:34:04.896Z Downloaded cobs v0.3.0
7312026-04-24T16:34:04.899Z Downloaded drift v0.1.3
7322026-04-24T16:34:04.902Z Downloaded headers-core v0.3.0
7332026-04-24T16:34:04.904Z Downloaded hostname v0.3.1
7342026-04-24T16:34:04.904Z Downloaded blowfish v0.9.1
7352026-04-24T16:34:04.907Z Downloaded home v0.5.12
7362026-04-24T16:34:04.907Z Downloaded httpdate v1.0.3
7372026-04-24T16:34:04.907Z Downloaded http-body v1.0.1
7382026-04-24T16:34:04.910Z Downloaded convert_case v0.10.0
7392026-04-24T16:34:04.910Z Downloaded convert_case v0.4.0
7402026-04-24T16:34:04.910Z Downloaded bitflags v1.3.2
7412026-04-24T16:34:04.913Z Downloaded find-msvc-tools v0.1.9
7422026-04-24T16:34:04.913Z Downloaded buf-list v1.1.2
7432026-04-24T16:34:04.916Z Downloaded ff v0.13.1
7442026-04-24T16:34:04.916Z Downloaded erased-serde v0.3.31
7452026-04-24T16:34:04.918Z Downloaded globset v0.4.18
7462026-04-24T16:34:04.918Z Downloaded cexpr v0.6.0
7472026-04-24T16:34:04.921Z Downloaded hyper-tls v0.6.0
7482026-04-24T16:34:04.921Z Downloaded hubpack_derive v0.1.1
7492026-04-24T16:34:04.921Z Downloaded cargo_metadata v0.19.2
7502026-04-24T16:34:04.924Z Downloaded bitfield v0.19.4
7512026-04-24T16:34:04.924Z Downloaded cassowary v0.3.0
7522026-04-24T16:34:04.924Z Downloaded hostname v0.4.2
7532026-04-24T16:34:04.926Z Downloaded ident_case v1.0.1
7542026-04-24T16:34:04.927Z Downloaded corncobs v0.1.4
7552026-04-24T16:34:04.927Z Downloaded group v0.13.0
7562026-04-24T16:34:04.930Z Downloaded foldhash v0.2.0
7572026-04-24T16:34:04.930Z Downloaded derive_more v0.99.20
7582026-04-24T16:34:04.932Z Downloaded camino-tempfile-ext v0.3.3
7592026-04-24T16:34:04.932Z Downloaded byte-wrapper v0.1.0
7602026-04-24T16:34:04.935Z Downloaded http-range v0.1.5
7612026-04-24T16:34:04.935Z Downloaded derive-where v1.6.0
7622026-04-24T16:34:04.938Z Downloaded cancel-safe-futures v0.1.5
7632026-04-24T16:34:04.940Z Downloaded bit-vec v0.6.3
7642026-04-24T16:34:04.940Z Downloaded colored v2.2.0
7652026-04-24T16:34:04.943Z Downloaded hubpack v0.1.2
7662026-04-24T16:34:04.943Z Downloaded glob v0.3.3
7672026-04-24T16:34:04.943Z Downloaded git-stub v1.0.0
7682026-04-24T16:34:04.946Z Downloaded futures-executor v0.3.32
7692026-04-24T16:34:04.946Z Downloaded instant v0.1.13
7702026-04-24T16:34:04.949Z Downloaded indoc v1.0.9
7712026-04-24T16:34:04.949Z Downloaded is-terminal v0.4.17
7722026-04-24T16:34:04.949Z Downloaded indent_write v2.2.0
7732026-04-24T16:34:04.952Z Downloaded fs_extra v1.3.0
7742026-04-24T16:34:04.952Z Downloaded is_ci v1.2.0
7752026-04-24T16:34:04.952Z Downloaded diff v0.1.13
7762026-04-24T16:34:04.954Z Downloaded async-compression v0.4.41
7772026-04-24T16:34:04.958Z Downloaded inout v0.1.4
7782026-04-24T16:34:04.961Z Downloaded foldhash v0.1.5
7792026-04-24T16:34:04.961Z Downloaded git-stub-vcs v0.1.0
7802026-04-24T16:34:04.961Z Downloaded colored v3.1.1
7812026-04-24T16:34:04.963Z Downloaded hash32 v0.3.1
7822026-04-24T16:34:04.964Z Downloaded ciborium v0.2.2
7832026-04-24T16:34:04.966Z Downloaded libscf-sys v1.1.0
7842026-04-24T16:34:04.966Z Downloaded kstat-rs v0.2.4
7852026-04-24T16:34:04.966Z Downloaded lalrpop-util v0.19.12
7862026-04-24T16:34:04.966Z Downloaded highway v1.3.0
7872026-04-24T16:34:04.969Z Downloaded lazy_static v1.5.0
7882026-04-24T16:34:04.969Z Downloaded bzip2 v0.6.1
7892026-04-24T16:34:04.972Z Downloaded keccak v0.1.6
7902026-04-24T16:34:04.972Z Downloaded bzip2 v0.4.4
7912026-04-24T16:34:04.972Z Downloaded internet-checksum v0.2.1
7922026-04-24T16:34:04.972Z Downloaded instability v0.3.11
7932026-04-24T16:34:04.975Z Downloaded fixedbitset v0.5.7
7942026-04-24T16:34:04.975Z Downloaded linked-hash-map v0.5.6
7952026-04-24T16:34:04.978Z Downloaded fs-err v2.11.0
7962026-04-24T16:34:04.978Z Downloaded lru-slab v0.1.2
7972026-04-24T16:34:04.978Z Downloaded des v0.8.1
7982026-04-24T16:34:04.981Z Downloaded lru v0.12.5
7992026-04-24T16:34:04.981Z Downloaded console v0.15.11
8002026-04-24T16:34:04.981Z Downloaded console v0.16.2
8012026-04-24T16:34:04.984Z Downloaded clang-sys v1.8.1
8022026-04-24T16:34:04.984Z Downloaded const_format_proc_macros v0.2.34
8032026-04-24T16:34:04.987Z Downloaded cmake v0.1.57
8042026-04-24T16:34:04.987Z Downloaded hyper-staticfile v0.10.1
8052026-04-24T16:34:04.990Z Downloaded cookie v0.18.1
8062026-04-24T16:34:04.990Z Downloaded chacha20 v0.10.0
8072026-04-24T16:34:04.992Z Downloaded cookie_store v0.22.1
8082026-04-24T16:34:04.993Z Downloaded chacha20 v0.9.1
8092026-04-24T16:34:04.995Z Downloaded lzss v0.8.2
8102026-04-24T16:34:04.995Z Downloaded bit-vec v0.8.0
8112026-04-24T16:34:04.998Z Downloaded maybe-uninit v2.0.0
8122026-04-24T16:34:04.998Z Downloaded humantime v2.3.0
8132026-04-24T16:34:04.998Z Downloaded maplit v1.0.2
8142026-04-24T16:34:05.001Z Downloaded http-body-util v0.1.3
8152026-04-24T16:34:05.001Z Downloaded match_cfg v0.1.0
8162026-04-24T16:34:05.001Z Downloaded blake2 v0.10.6
8172026-04-24T16:34:05.004Z Downloaded dropshot_endpoint v0.17.0
8182026-04-24T16:34:05.007Z Downloaded memoffset v0.9.1
8192026-04-24T16:34:05.007Z Downloaded managed v0.8.0
8202026-04-24T16:34:05.007Z Downloaded half v1.8.3
8212026-04-24T16:34:05.009Z Downloaded impl-trait-for-tuples v0.2.3
8222026-04-24T16:34:05.009Z Downloaded mime v0.3.17
8232026-04-24T16:34:05.012Z Downloaded md5 v0.7.0
8242026-04-24T16:34:05.012Z Downloaded md-5 v0.10.6
8252026-04-24T16:34:05.012Z Downloaded new_debug_unreachable v1.0.6
8262026-04-24T16:34:05.015Z Downloaded base64 v0.21.7
8272026-04-24T16:34:05.015Z Downloaded nodrop v0.1.14
8282026-04-24T16:34:05.019Z Downloaded darling v0.20.11
8292026-04-24T16:34:05.022Z Downloaded num v0.4.3
8302026-04-24T16:34:05.022Z Downloaded indoc v2.0.7
8312026-04-24T16:34:05.022Z Downloaded ingot-types v0.1.2
8322026-04-24T16:34:05.022Z Downloaded multimap v0.10.1
8332026-04-24T16:34:05.025Z Downloaded futures-channel v0.3.32
8342026-04-24T16:34:05.025Z Downloaded ingot v0.1.1
8352026-04-24T16:34:05.028Z Downloaded nonempty v0.12.0
8362026-04-24T16:34:05.028Z Downloaded nibble_vec v0.1.0
8372026-04-24T16:34:05.028Z Downloaded libsw v3.5.0
8382026-04-24T16:34:05.031Z Downloaded num-conv v0.2.0
8392026-04-24T16:34:05.031Z Downloaded linear-map v1.2.0
8402026-04-24T16:34:05.031Z Downloaded libefi-sys v0.1.0
8412026-04-24T16:34:05.034Z Downloaded newtype_derive v0.1.6
8422026-04-24T16:34:05.034Z Downloaded num-derive v0.3.3
8432026-04-24T16:34:05.034Z Downloaded normalize-line-endings v0.3.0
8442026-04-24T16:34:05.036Z Downloaded newtype-uuid-macros v0.1.0
8452026-04-24T16:34:05.036Z Downloaded newline-converter v0.3.0
8462026-04-24T16:34:05.036Z Downloaded num-derive v0.4.2
8472026-04-24T16:34:05.039Z Downloaded num_threads v0.1.7
8482026-04-24T16:34:05.039Z Downloaded fatfs v0.3.6
8492026-04-24T16:34:05.039Z Downloaded num_enum_derive v0.5.11
8502026-04-24T16:34:05.042Z Downloaded const-oid v0.9.6
8512026-04-24T16:34:05.042Z Downloaded ipnetwork v0.21.1
8522026-04-24T16:34:05.045Z Downloaded libloading v0.8.9
8532026-04-24T16:34:05.045Z Downloaded hmac v0.12.1
8542026-04-24T16:34:05.048Z Downloaded crc-any v2.5.0
8552026-04-24T16:34:05.051Z Downloaded num-iter v0.1.45
8562026-04-24T16:34:05.056Z Downloaded oso-derive v0.27.3
8572026-04-24T16:34:05.059Z Downloaded ar_archive_writer v0.5.1
8582026-04-24T16:34:05.061Z Downloaded openssl-probe v0.2.1
8592026-04-24T16:34:05.061Z Downloaded httparse v1.10.1
8602026-04-24T16:34:05.064Z Downloaded getrandom v0.2.17
8612026-04-24T16:34:05.068Z Downloaded iana-time-zone v0.1.65
8622026-04-24T16:34:05.068Z Downloaded hyper-rustls v0.27.7
8632026-04-24T16:34:05.071Z Downloaded lock_api v0.4.14
8642026-04-24T16:34:05.071Z Downloaded openssl-macros v0.1.1
8652026-04-24T16:34:05.071Z Downloaded opaque-debug v0.3.1
8662026-04-24T16:34:05.071Z Downloaded openssl-probe v0.1.6
8672026-04-24T16:34:05.075Z Downloaded mime_guess v2.0.5
8682026-04-24T16:34:05.079Z Downloaded native-tls v0.2.18
8692026-04-24T16:34:05.082Z Downloaded nanorand v0.7.0
8702026-04-24T16:34:05.082Z Downloaded newtype-uuid v1.3.2
8712026-04-24T16:34:05.082Z Downloaded lru-cache v0.1.2
8722026-04-24T16:34:05.084Z Downloaded parse-display v0.10.0
8732026-04-24T16:34:05.084Z Downloaded aes v0.8.4
8742026-04-24T16:34:05.087Z Downloaded pbkdf2 v0.11.0
8752026-04-24T16:34:05.087Z Downloaded pbkdf2 v0.12.2
8762026-04-24T16:34:05.090Z Downloaded half v2.7.1
8772026-04-24T16:34:05.092Z Downloaded ingot-macros v0.1.1
8782026-04-24T16:34:05.092Z Downloaded getrandom v0.3.4
8792026-04-24T16:34:05.096Z Downloaded futures v0.3.32
8802026-04-24T16:34:05.098Z Downloaded nu-ansi-term v0.50.3
8812026-04-24T16:34:05.098Z Downloaded multer v3.1.0
8822026-04-24T16:34:05.102Z Downloaded path-slash v0.1.5
8832026-04-24T16:34:05.102Z Downloaded peg-runtime v0.8.5
8842026-04-24T16:34:05.102Z Downloaded parse-size v1.1.0
8852026-04-24T16:34:05.104Z Downloaded num-integer v0.1.46
8862026-04-24T16:34:05.104Z Downloaded phf_shared v0.11.3
8872026-04-24T16:34:05.104Z Downloaded libsw-core v0.3.2
8882026-04-24T16:34:05.108Z Downloaded num_enum v0.7.5
8892026-04-24T16:34:05.161Z Downloaded compact_str v0.8.1
8902026-04-24T16:34:05.161Z Downloaded pin-utils v0.1.0
8912026-04-24T16:34:05.161Z Downloaded phf_shared v0.13.1
8922026-04-24T16:34:05.161Z Downloaded const_format v0.2.35
8932026-04-24T16:34:05.161Z Downloaded num_enum_derive v0.7.5
8942026-04-24T16:34:05.161Z Downloaded dropshot_endpoint v0.16.7
8952026-04-24T16:34:05.161Z Downloaded chacha20poly1305 v0.10.1
8962026-04-24T16:34:05.161Z Downloaded jobserver v0.1.34
8972026-04-24T16:34:05.161Z Downloaded num_enum v0.5.11
8982026-04-24T16:34:05.161Z Downloaded ipnet v2.11.0
8992026-04-24T16:34:05.161Z Downloaded litrs v1.0.0
9002026-04-24T16:34:05.161Z Downloaded phf_shared v0.12.1
9012026-04-24T16:34:05.161Z Downloaded bytes v1.11.1
9022026-04-24T16:34:05.161Z Downloaded base64 v0.22.1
9032026-04-24T16:34:05.161Z Downloaded proc-macro-crate v3.4.0
9042026-04-24T16:34:05.161Z Downloaded crossterm v0.29.0
9052026-04-24T16:34:05.162Z Downloaded proc-macro-crate v1.3.1
9062026-04-24T16:34:05.168Z Downloaded predicates-tree v1.0.13
9072026-04-24T16:34:05.168Z Downloaded precomputed-hash v0.1.1
9082026-04-24T16:34:05.168Z Downloaded predicates-core v1.0.10
9092026-04-24T16:34:05.168Z Downloaded proc-macro-error-attr2 v2.0.0
9102026-04-24T16:34:05.168Z Downloaded password-hash v0.5.0
9112026-04-24T16:34:05.168Z Downloaded derive_more-impl v2.1.1
9122026-04-24T16:34:05.168Z Downloaded owo-colors v4.3.0
9132026-04-24T16:34:05.168Z Downloaded progenitor-client v0.10.0
9142026-04-24T16:34:05.168Z Downloaded progenitor-client v0.11.2
9152026-04-24T16:34:05.168Z Downloaded libbz2-rs-sys v0.2.2
9162026-04-24T16:34:05.168Z Downloaded paste v1.0.15
9172026-04-24T16:34:05.171Z Downloaded packed_struct_codegen v0.10.1
9182026-04-24T16:34:05.171Z Downloaded packed_struct v0.10.1
9192026-04-24T16:34:05.171Z Downloaded memmap2 v0.9.10
9202026-04-24T16:34:05.171Z Downloaded progenitor-macro v0.10.0
9212026-04-24T16:34:05.171Z Downloaded pem v3.0.6
9222026-04-24T16:34:05.171Z Downloaded darling_core v0.21.3
9232026-04-24T16:34:05.174Z Downloaded heapless v0.7.17
9242026-04-24T16:34:05.177Z Downloaded phf v0.12.1
9252026-04-24T16:34:05.179Z Downloaded pem-rfc7468 v0.7.0
9262026-04-24T16:34:05.179Z Downloaded peg-macros v0.8.5
9272026-04-24T16:34:05.179Z Downloaded num-rational v0.4.2
9282026-04-24T16:34:05.182Z Downloaded psl-types v2.0.11
9292026-04-24T16:34:05.182Z Downloaded progenitor-macro v0.13.0
9302026-04-24T16:34:05.182Z Downloaded progenitor-macro v0.11.2
9312026-04-24T16:34:05.182Z Downloaded pin-project-lite v0.2.17
9322026-04-24T16:34:05.185Z Downloaded radium v0.7.0
9332026-04-24T16:34:05.188Z Downloaded quick-error v1.2.3
9342026-04-24T16:34:05.188Z Downloaded der v0.7.10
9352026-04-24T16:34:05.192Z Downloaded poly1305 v0.8.0
9362026-04-24T16:34:05.195Z Downloaded pin-project-internal v1.1.11
9372026-04-24T16:34:05.195Z Downloaded phf v0.13.1
9382026-04-24T16:34:05.195Z Downloaded password-hash v0.4.2
9392026-04-24T16:34:05.195Z Downloaded parse-display-derive v0.10.0
9402026-04-24T16:34:05.197Z Downloaded parking_lot_core v0.8.6
9412026-04-24T16:34:05.197Z Downloaded headers v0.4.1
9422026-04-24T16:34:05.200Z Downloaded polyval v0.6.2
9432026-04-24T16:34:05.203Z Downloaded oxide-tokio-rt v0.1.4
9442026-04-24T16:34:05.203Z Downloaded omicron-zone-package v0.12.2
9452026-04-24T16:34:05.206Z Downloaded pkg-config v0.3.32
9462026-04-24T16:34:05.206Z Downloaded primeorder v0.13.6
9472026-04-24T16:34:05.208Z Downloaded rand_chacha v0.3.1
9482026-04-24T16:34:05.209Z Downloaded ppv-lite86 v0.2.21
9492026-04-24T16:34:05.209Z Downloaded derive_more v2.1.1
9502026-04-24T16:34:05.215Z Downloaded ref-cast-impl v1.0.25
9512026-04-24T16:34:05.219Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-04-24T16:34:05.219Z Downloaded ref-cast v1.0.25
9532026-04-24T16:34:05.221Z Downloaded postgres-protocol v0.6.10
9542026-04-24T16:34:05.221Z Downloaded olpc-cjson v0.1.4
9552026-04-24T16:34:05.221Z Downloaded flate2 v1.1.9
9562026-04-24T16:34:05.224Z Downloaded recursive v0.1.1
9572026-04-24T16:34:05.224Z Downloaded rand_xorshift v0.4.0
9582026-04-24T16:34:05.224Z Downloaded predicates v3.1.4
9592026-04-24T16:34:05.227Z Downloaded expectorate v1.2.0
9602026-04-24T16:34:05.227Z Downloaded parking_lot_core v0.9.12
9612026-04-24T16:34:05.230Z Downloaded progenitor v0.11.2
9622026-04-24T16:34:05.230Z Downloaded progenitor v0.10.0
9632026-04-24T16:34:05.233Z Downloaded parking_lot v0.11.2
9642026-04-24T16:34:05.233Z Downloaded heapless v0.8.0
9652026-04-24T16:34:05.236Z Downloaded pkcs8 v0.10.2
9662026-04-24T16:34:05.238Z Downloaded progenitor-extras v0.1.1
9672026-04-24T16:34:05.238Z Downloaded peg v0.8.5
9682026-04-24T16:34:05.241Z Downloaded progenitor-client v0.13.0
9692026-04-24T16:34:05.241Z Downloaded num-complex v0.4.6
9702026-04-24T16:34:05.244Z Downloaded rfc6979 v0.4.0
9712026-04-24T16:34:05.244Z Downloaded hickory-resolver v0.25.2
9722026-04-24T16:34:05.247Z Downloaded psm v0.1.30
9732026-04-24T16:34:05.247Z Downloaded rustc_version v0.4.1
9742026-04-24T16:34:05.250Z Downloaded russh-cryptovec v0.7.3
9752026-04-24T16:34:05.250Z Downloaded ignore v0.4.25
9762026-04-24T16:34:05.250Z Downloaded rustc-hash v2.1.1
9772026-04-24T16:34:05.254Z Downloaded cc v1.2.56
9782026-04-24T16:34:05.254Z Downloaded ed25519-dalek v2.2.0
9792026-04-24T16:34:05.257Z Downloaded crossbeam-channel v0.5.15
9802026-04-24T16:34:05.260Z Downloaded pkcs1 v0.7.5
9812026-04-24T16:34:05.260Z Downloaded hickory-resolver v0.24.4
9822026-04-24T16:34:05.263Z Downloaded r2d2 v0.8.10
9832026-04-24T16:34:05.263Z Downloaded powerfmt v0.2.0
9842026-04-24T16:34:05.263Z Downloaded oxnet v0.1.4
9852026-04-24T16:34:05.266Z Downloaded indexmap v1.9.3
9862026-04-24T16:34:05.266Z Downloaded flume v0.11.1
9872026-04-24T16:34:05.268Z Downloaded rtoolbox v0.0.3
9882026-04-24T16:34:05.271Z Downloaded elliptic-curve v0.13.8
9892026-04-24T16:34:05.271Z Downloaded salsa20 v0.10.2
9902026-04-24T16:34:05.274Z Downloaded pkcs5 v0.7.1
9912026-04-24T16:34:05.277Z Downloaded oso v0.27.3
9922026-04-24T16:34:05.277Z Downloaded rand_core v0.9.5
9932026-04-24T16:34:05.280Z Downloaded rand_core v0.6.4
9942026-04-24T16:34:05.280Z Downloaded postcard v1.1.3
9952026-04-24T16:34:05.283Z Downloaded rand_seeder v0.4.0
9962026-04-24T16:34:05.287Z Downloaded postgres-types v0.2.12
9972026-04-24T16:34:05.287Z Downloaded rand_core v0.10.0
9982026-04-24T16:34:05.290Z Downloaded same-file v1.0.6
9992026-04-24T16:34:05.290Z Downloaded scroll_derive v0.13.1
10002026-04-24T16:34:05.290Z Downloaded scheduled-thread-pool v0.2.7
10012026-04-24T16:34:05.293Z Downloaded indicatif v0.18.4
10022026-04-24T16:34:05.295Z Downloaded sapling-renderdag v0.1.0
10032026-04-24T16:34:05.295Z Downloaded miniz_oxide v0.8.9
10042026-04-24T16:34:05.298Z Downloaded scopeguard v1.2.0
10052026-04-24T16:34:05.301Z Downloaded parking_lot v0.12.5
10062026-04-24T16:34:05.301Z Downloaded crossterm v0.28.1
10072026-04-24T16:34:05.304Z Downloaded progenitor v0.13.0
10082026-04-24T16:34:05.306Z Downloaded secrecy v0.8.0
10092026-04-24T16:34:05.306Z Downloaded scrypt v0.11.0
10102026-04-24T16:34:05.306Z Downloaded papergrid v0.17.0
10112026-04-24T16:34:05.309Z Downloaded proc-macro-error2 v2.0.1
10122026-04-24T16:34:05.312Z Downloaded serde_bytes v0.11.19
10132026-04-24T16:34:05.315Z Downloaded seq-macro v0.3.6
10142026-04-24T16:34:05.315Z Downloaded serde_repr v0.1.20
10152026-04-24T16:34:05.315Z Downloaded semver v0.1.20
10162026-04-24T16:34:05.317Z Downloaded diesel_derives v2.3.7
10172026-04-24T16:34:05.321Z Downloaded serde_spanned v1.0.4
10182026-04-24T16:34:05.321Z Downloaded serde_plain v1.0.2
10192026-04-24T16:34:05.324Z Downloaded serde-big-array v0.5.1
10202026-04-24T16:34:05.324Z Downloaded resolv-conf v0.7.6
10212026-04-24T16:34:05.324Z Downloaded rustc_version v0.1.7
10222026-04-24T16:34:05.327Z Downloaded bumpalo v3.20.2
10232026-04-24T16:34:05.327Z Downloaded serde_urlencoded v0.7.1
10242026-04-24T16:34:05.330Z Downloaded shell-words v1.1.1
10252026-04-24T16:34:05.330Z Downloaded signal-hook-mio v0.2.5
10262026-04-24T16:34:05.330Z Downloaded sha1 v0.10.6
10272026-04-24T16:34:05.333Z Downloaded pin-project v1.1.11
10282026-04-24T16:34:05.337Z Downloaded signal-hook-tokio v0.3.1
10292026-04-24T16:34:05.339Z Downloaded quinn-udp v0.5.14
10302026-04-24T16:34:05.339Z Downloaded rand_chacha v0.9.0
10312026-04-24T16:34:05.342Z Downloaded jiff-static v0.2.21
10322026-04-24T16:34:05.342Z Downloaded sigpipe v0.1.3
10332026-04-24T16:34:05.345Z Downloaded dropshot-api-manager v0.6.0
10342026-04-24T16:34:05.348Z Downloaded openssl-sys v0.9.111
10352026-04-24T16:34:05.350Z Downloaded rustls-native-certs v0.8.3
10362026-04-24T16:34:05.356Z Downloaded rusty-fork v0.3.1
10372026-04-24T16:34:05.358Z Downloaded rustversion v1.0.22
10382026-04-24T16:34:05.358Z Downloaded prefix-trie v0.7.0
10392026-04-24T16:34:05.361Z Downloaded rustls-pemfile v1.0.4
10402026-04-24T16:34:05.364Z Downloaded siphasher v1.0.2
10412026-04-24T16:34:05.367Z Downloaded schemars_derive v0.8.22
10422026-04-24T16:34:05.367Z Downloaded scroll v0.13.0
10432026-04-24T16:34:05.370Z Downloaded slog-bunyan v2.5.0
10442026-04-24T16:34:05.370Z Downloaded slog-envlogger v2.2.0
10452026-04-24T16:34:05.374Z Downloaded sec1 v0.7.3
10462026-04-24T16:34:05.377Z Downloaded sct v0.7.1
10472026-04-24T16:34:05.379Z Downloaded progenitor-impl v0.11.2
10482026-04-24T16:34:05.379Z Downloaded p256 v0.13.2
10492026-04-24T16:34:05.382Z Downloaded secrecy v0.10.3
10502026-04-24T16:34:05.384Z Downloaded serde-hex v0.1.0
10512026-04-24T16:34:05.390Z Downloaded ssh-cipher v0.2.0
10522026-04-24T16:34:05.392Z Downloaded serde_path_to_error v0.1.20
10532026-04-24T16:34:05.393Z Downloaded minimal-lexical v0.2.1
10542026-04-24T16:34:05.395Z Downloaded hashbrown v0.13.2
10552026-04-24T16:34:05.398Z Downloaded serde_derive_internals v0.29.1
10562026-04-24T16:34:05.401Z Downloaded russh-keys v0.45.0
10572026-04-24T16:34:05.401Z Downloaded hashbrown v0.12.3
10582026-04-24T16:34:05.404Z Downloaded ssh-encoding v0.2.0
10592026-04-24T16:34:05.408Z Downloaded simd-adler32 v0.3.8
10602026-04-24T16:34:05.411Z Downloaded signal-hook-registry v1.4.8
10612026-04-24T16:34:05.414Z Downloaded hickory-server v0.25.2
10622026-04-24T16:34:05.417Z Downloaded signature v2.2.0
10632026-04-24T16:34:05.417Z Downloaded shlex v1.3.0
10642026-04-24T16:34:05.419Z Downloaded strum v0.27.2
10652026-04-24T16:34:05.419Z Downloaded subtle v2.6.1
10662026-04-24T16:34:05.419Z Downloaded strum v0.26.3
10672026-04-24T16:34:05.422Z Downloaded strip-ansi-escapes v0.2.1
10682026-04-24T16:34:05.422Z Downloaded structmeta v0.3.0
10692026-04-24T16:34:05.422Z Downloaded rustls-pemfile v2.2.0
10702026-04-24T16:34:05.425Z Downloaded structmeta-derive v0.3.0
10712026-04-24T16:34:05.425Z Downloaded http v1.4.0
10722026-04-24T16:34:05.428Z Downloaded prettyplease v0.2.37
10732026-04-24T16:34:05.433Z Downloaded hyper-util v0.1.20
10742026-04-24T16:34:05.436Z Downloaded slog-async v2.8.0
10752026-04-24T16:34:05.440Z Downloaded slab v0.4.12
10762026-04-24T16:34:05.440Z Downloaded supports-color v3.0.2
10772026-04-24T16:34:05.443Z Downloaded sync_wrapper v1.0.2
10782026-04-24T16:34:05.443Z Downloaded tabled_derive v0.11.0
10792026-04-24T16:34:05.443Z Downloaded aes-gcm v0.10.3
10802026-04-24T16:34:05.443Z Downloaded tap v1.0.1
10812026-04-24T16:34:05.446Z Downloaded tagptr v0.2.0
10822026-04-24T16:34:05.446Z Downloaded slog-stdlog v4.1.1
10832026-04-24T16:34:05.446Z Downloaded take_mut v0.2.2
10842026-04-24T16:34:05.446Z Downloaded slog-scope v4.4.1
10852026-04-24T16:34:05.451Z Downloaded slog-json v2.6.1
10862026-04-24T16:34:05.451Z Downloaded aho-corasick v1.1.4
10872026-04-24T16:34:05.454Z Downloaded slog-term v2.9.2
10882026-04-24T16:34:05.454Z Downloaded pretty_assertions v1.4.1
10892026-04-24T16:34:05.457Z Downloaded smallvec v0.6.14
10902026-04-24T16:34:05.457Z Downloaded progenitor-impl v0.13.0
10912026-04-24T16:34:05.459Z Downloaded termtree v0.5.1
10922026-04-24T16:34:05.459Z Downloaded smf v0.2.3
10932026-04-24T16:34:05.459Z Downloaded slog-dtrace v0.3.0
10942026-04-24T16:34:05.462Z Downloaded sync-ptr v0.1.4
10952026-04-24T16:34:05.465Z Downloaded snafu-derive v0.8.9
10962026-04-24T16:34:05.465Z Downloaded progenitor-impl v0.10.0
10972026-04-24T16:34:05.469Z Downloaded string_cache v0.8.9
10982026-04-24T16:34:05.473Z Downloaded stacker v0.1.23
10992026-04-24T16:34:05.473Z Downloaded time-core v0.1.8
11002026-04-24T16:34:05.473Z Downloaded thread-id v5.1.0
11012026-04-24T16:34:05.473Z Downloaded thiserror-impl-no-std v2.0.2
11022026-04-24T16:34:05.476Z Downloaded static_assertions v1.1.0
11032026-04-24T16:34:05.476Z Downloaded sqlformat v0.3.5
11042026-04-24T16:34:05.476Z Downloaded tinyvec_macros v0.1.1
11052026-04-24T16:34:05.479Z Downloaded tokio-macros v2.7.0
11062026-04-24T16:34:05.488Z Downloaded ron v0.8.1
11072026-04-24T16:34:05.491Z Downloaded strum_macros v0.24.3
11082026-04-24T16:34:05.495Z Downloaded strum_macros v0.27.2
11092026-04-24T16:34:05.499Z Downloaded sqlparser_derive v0.5.0
11102026-04-24T16:34:05.502Z Downloaded strum_macros v0.26.4
11112026-04-24T16:34:05.505Z Downloaded schemars v0.8.22
11122026-04-24T16:34:05.511Z Downloaded rcgen v0.12.1
11132026-04-24T16:34:05.514Z Downloaded ryu v1.0.23
11142026-04-24T16:34:05.517Z Downloaded tabwriter v1.4.1
11152026-04-24T16:34:05.517Z Downloaded support-bundle-viewer v0.1.2
11162026-04-24T16:34:05.517Z Downloaded rustls-pki-types v1.14.0
11172026-04-24T16:34:05.521Z Downloaded serde_cbor v0.11.2
11182026-04-24T16:34:05.524Z Downloaded thiserror-no-std v2.0.2
11192026-04-24T16:34:05.526Z Downloaded tower-layer v0.3.3
11202026-04-24T16:34:05.529Z Downloaded topological-sort v0.2.2
11212026-04-24T16:34:05.529Z Downloaded testing_table v0.3.0
11222026-04-24T16:34:05.529Z Downloaded mio v1.2.0
11232026-04-24T16:34:05.533Z Downloaded termios v0.3.3
11242026-04-24T16:34:05.536Z Downloaded publicsuffix v2.3.0
11252026-04-24T16:34:05.536Z Downloaded thread_local v1.1.9
11262026-04-24T16:34:05.536Z Downloaded hashbrown v0.15.5
11272026-04-24T16:34:05.538Z Downloaded tls_codec v0.4.2
11282026-04-24T16:34:05.541Z Downloaded typify-macro v0.4.3
11292026-04-24T16:34:05.541Z Downloaded tiny-keccak v2.0.2
11302026-04-24T16:34:05.544Z Downloaded stringprep v0.1.5
11312026-04-24T16:34:05.544Z Downloaded spki v0.7.3
11322026-04-24T16:34:05.547Z Downloaded trait-variant v0.1.2
11332026-04-24T16:34:05.547Z Downloaded tower-service v0.3.3
11342026-04-24T16:34:05.547Z Downloaded spin v0.9.8
11352026-04-24T16:34:05.549Z Downloaded try-lock v0.2.5
11362026-04-24T16:34:05.549Z Downloaded tokio-native-tls v0.3.1
11372026-04-24T16:34:05.549Z Downloaded serde_yaml v0.9.34+deprecated
11382026-04-24T16:34:05.552Z Downloaded unarray v0.1.4
11392026-04-24T16:34:05.555Z Downloaded libxml v0.3.3
11402026-04-24T16:34:05.559Z Downloaded time-macros v0.2.27
11412026-04-24T16:34:05.559Z Downloaded nom v7.1.3
11422026-04-24T16:34:05.562Z Downloaded tokio-tungstenite v0.21.0
11432026-04-24T16:34:05.562Z Downloaded signal-hook v0.3.18
11442026-04-24T16:34:05.565Z Downloaded itertools v0.10.5
11452026-04-24T16:34:05.568Z Downloaded untrusted v0.9.0
11462026-04-24T16:34:05.570Z Downloaded rand v0.8.5
11472026-04-24T16:34:05.570Z Downloaded untrusted v0.7.1
11482026-04-24T16:34:05.573Z Downloaded universal-hash v0.5.1
11492026-04-24T16:34:05.573Z Downloaded unit-prefix v0.5.2
11502026-04-24T16:34:05.573Z Downloaded quinn v0.11.9
11512026-04-24T16:34:05.576Z Downloaded iddqd v0.3.17
11522026-04-24T16:34:05.579Z Downloaded typify-macro v0.6.1
11532026-04-24T16:34:05.582Z Downloaded tokio-tungstenite v0.23.1
11542026-04-24T16:34:05.582Z Downloaded unicode-truncate v1.1.0
11552026-04-24T16:34:05.585Z Downloaded usdt-macro v0.6.0
11562026-04-24T16:34:05.585Z Downloaded tokio-dtrace v0.1.1
11572026-04-24T16:34:05.585Z Downloaded tls_codec_derive v0.4.2
11582026-04-24T16:34:05.588Z Downloaded serde_with_macros v3.17.0
11592026-04-24T16:34:05.590Z Downloaded rustls-platform-verifier v0.6.2
11602026-04-24T16:34:05.594Z Downloaded similar v2.7.0
11612026-04-24T16:34:05.598Z Downloaded usdt-attr-macro v0.6.0
11622026-04-24T16:34:05.598Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-04-24T16:34:05.598Z Downloaded term v1.2.1
11642026-04-24T16:34:05.601Z Downloaded rayon-core v1.13.0
11652026-04-24T16:34:05.601Z Downloaded slog v2.8.2
11662026-04-24T16:34:05.604Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-04-24T16:34:05.608Z Downloaded utf-8 v0.7.6
11682026-04-24T16:34:05.610Z Downloaded term v0.7.0
11692026-04-24T16:34:05.610Z Downloaded toml_writer v1.0.6+spec-1.1.0
11702026-04-24T16:34:05.613Z Downloaded num-bigint v0.4.6
11712026-04-24T16:34:05.616Z Downloaded socket2 v0.5.10
11722026-04-24T16:34:05.616Z Downloaded wait-timeout v0.2.1
11732026-04-24T16:34:05.616Z Downloaded socket2 v0.6.3
11742026-04-24T16:34:05.619Z Downloaded qorb v0.4.1
11752026-04-24T16:34:05.622Z Downloaded rsa v0.9.10
11762026-04-24T16:34:05.624Z Downloaded tui-tree-widget v0.23.1
11772026-04-24T16:34:05.624Z Downloaded num-bigint-dig v0.8.6
11782026-04-24T16:34:05.627Z Downloaded void v1.0.2
11792026-04-24T16:34:05.627Z Downloaded iri-string v0.7.10
11802026-04-24T16:34:05.632Z Downloaded want v0.3.1
11812026-04-24T16:34:05.634Z Downloaded waitgroup v0.1.2
11822026-04-24T16:34:05.635Z Downloaded tokio-stream v0.1.18
11832026-04-24T16:34:05.637Z Downloaded subprocess v0.2.15
11842026-04-24T16:34:05.640Z Downloaded itertools v0.12.1
11852026-04-24T16:34:05.643Z Downloaded rand v0.9.2
11862026-04-24T16:34:05.646Z Downloaded hyper v1.8.1
11872026-04-24T16:34:05.650Z Downloaded tokio-rustls v0.25.0
11882026-04-24T16:34:05.652Z Downloaded xattr v1.6.1
11892026-04-24T16:34:05.652Z Downloaded usdt-impl v0.6.0
11902026-04-24T16:34:05.657Z Downloaded schemars v1.2.1
11912026-04-24T16:34:05.665Z Downloaded xshell-macros v0.2.7
11922026-04-24T16:34:05.667Z Downloaded usdt v0.6.0
11932026-04-24T16:34:05.667Z Downloaded tokio-rustls v0.24.1
11942026-04-24T16:34:05.667Z Downloaded rustls-webpki v0.103.9
11952026-04-24T16:34:05.667Z Downloaded h2 v0.4.13
11962026-04-24T16:34:05.671Z Downloaded schemars v0.9.0
11972026-04-24T16:34:05.678Z Downloaded zone v0.3.1
11982026-04-24T16:34:05.681Z Downloaded snafu v0.8.9
11992026-04-24T16:34:05.684Z Downloaded aws-lc-rs v1.16.0
12002026-04-24T16:34:05.689Z Downloaded vergen-lib v0.1.6
12012026-04-24T16:34:05.691Z Downloaded vergen-git2 v1.0.7
12022026-04-24T16:34:05.692Z Downloaded vergen-gitcl v1.0.8
12032026-04-24T16:34:05.694Z Downloaded uzers v0.12.2
12042026-04-24T16:34:05.694Z Downloaded zone_cfg_derive v0.3.1
12052026-04-24T16:34:05.694Z Downloaded vsss-rs v3.3.4
12062026-04-24T16:34:05.697Z Downloaded itertools v0.14.0
12072026-04-24T16:34:05.700Z Downloaded itertools v0.13.0
12082026-04-24T16:34:05.705Z Downloaded walkdir v2.5.0
12092026-04-24T16:34:05.707Z Downloaded whoami v2.1.0
12102026-04-24T16:34:05.707Z Downloaded whoami v1.6.1
12112026-04-24T16:34:05.710Z Downloaded tokio-rustls v0.26.4
12122026-04-24T16:34:05.710Z Downloaded rand v0.10.0
12132026-04-24T16:34:05.713Z Downloaded wyz v0.5.1
12142026-04-24T16:34:05.716Z Downloaded unicase v2.9.0
12152026-04-24T16:34:05.716Z Downloaded twox-hash v2.1.2
12162026-04-24T16:34:05.719Z Downloaded tar v0.4.45
12172026-04-24T16:34:05.719Z Downloaded tracing-attributes v0.1.31
12182026-04-24T16:34:05.721Z Downloaded tinyvec v1.10.0
12192026-04-24T16:34:05.721Z Downloaded test-strategy v0.4.5
12202026-04-24T16:34:05.724Z Downloaded zeroize_derive v1.4.3
12212026-04-24T16:34:05.727Z Downloaded zeroize v1.8.2
12222026-04-24T16:34:05.727Z Downloaded unicode-properties v0.1.4
12232026-04-24T16:34:05.727Z Downloaded toml v1.0.6+spec-1.1.0
12242026-04-24T16:34:05.730Z Downloaded xshell v0.2.7
12252026-04-24T16:34:05.733Z Downloaded toml v0.7.8
12262026-04-24T16:34:05.733Z Downloaded futures-util v0.3.32
12272026-04-24T16:34:05.739Z Downloaded zstd-safe v7.2.4
12282026-04-24T16:34:05.742Z Downloaded zstd v0.13.3
12292026-04-24T16:34:05.742Z Downloaded toml_parser v1.0.9+spec-1.1.0
12302026-04-24T16:34:05.745Z Downloaded russh v0.45.0
12312026-04-24T16:34:05.747Z Downloaded toml v0.9.12+spec-1.1.0
12322026-04-24T16:34:05.750Z Downloaded samael v0.0.19
12332026-04-24T16:34:05.753Z Downloaded typify v0.6.1
12342026-04-24T16:34:05.757Z Downloaded typify v0.4.3
12352026-04-24T16:34:05.759Z Downloaded hkdf v0.12.4
12362026-04-24T16:34:05.779Z Downloaded zerocopy v0.6.6
12372026-04-24T16:34:05.784Z Downloaded uuid v1.23.0
12382026-04-24T16:34:05.787Z Downloaded toml_edit v0.23.10+spec-1.0.0
12392026-04-24T16:34:05.789Z Downloaded yasna v0.5.2
12402026-04-24T16:34:05.792Z Downloaded unicode-bidi v0.3.18
12412026-04-24T16:34:05.792Z Downloaded p521 v0.13.3
12422026-04-24T16:34:05.795Z Downloaded steno v0.4.1
12432026-04-24T16:34:05.798Z Downloaded rustyline v14.0.0
12442026-04-24T16:34:05.801Z Downloaded libm v0.2.16
12452026-04-24T16:34:05.805Z Downloaded vte v0.14.1
12462026-04-24T16:34:05.808Z Downloaded vergen v9.0.6
12472026-04-24T16:34:05.811Z Downloaded tungstenite v0.23.0
12482026-04-24T16:34:05.811Z Downloaded tracing-core v0.1.36
12492026-04-24T16:34:05.814Z Downloaded blake3 v1.8.3
12502026-04-24T16:34:05.823Z Downloaded bitvec v1.0.1
12512026-04-24T16:34:05.831Z Downloaded unsafe-libyaml v0.2.11
12522026-04-24T16:34:05.834Z Downloaded toml_edit v0.19.15
12532026-04-24T16:34:05.843Z Downloaded zopfli v0.8.3
12542026-04-24T16:34:05.846Z Downloaded tungstenite v0.21.0
12552026-04-24T16:34:05.849Z Downloaded ssh-key v0.6.7
12562026-04-24T16:34:05.851Z Downloaded reedline v0.40.0
12572026-04-24T16:34:05.854Z Downloaded unicode_categories v0.1.1
12582026-04-24T16:34:05.857Z Downloaded rpassword v7.4.0
12592026-04-24T16:34:05.860Z Downloaded bindgen v0.71.1
12602026-04-24T16:34:05.864Z Downloaded yansi v1.0.1
12612026-04-24T16:34:05.866Z Downloaded p384 v0.13.1
12622026-04-24T16:34:05.870Z Downloaded reqwest v0.13.2
12632026-04-24T16:34:05.872Z Downloaded zip v0.6.6
12642026-04-24T16:34:05.875Z Downloaded git2 v0.20.4
12652026-04-24T16:34:05.891Z Downloaded tokio-postgres v0.7.16
12662026-04-24T16:34:05.895Z Downloaded zerocopy-derive v0.8.40
12672026-04-24T16:34:05.905Z Downloaded regex v1.12.3
12682026-04-24T16:34:05.909Z Downloaded reqwest v0.12.28
12692026-04-24T16:34:05.916Z Downloaded tower v0.5.3
12702026-04-24T16:34:05.925Z Downloaded typed-path v0.9.3
12712026-04-24T16:34:05.931Z Downloaded rayon v1.11.0
12722026-04-24T16:34:05.935Z Downloaded x509-cert v0.2.5
12732026-04-24T16:34:05.939Z Downloaded salty v0.3.0
12742026-04-24T16:34:05.943Z Downloaded unicode-segmentation v1.12.0
12752026-04-24T16:34:05.946Z Downloaded goblin v0.10.5
12762026-04-24T16:34:05.950Z Downloaded quick-xml v0.37.5
12772026-04-24T16:34:05.953Z Downloaded proptest v1.10.0
12782026-04-24T16:34:05.958Z Downloaded unicode-normalization v0.1.25
12792026-04-24T16:34:05.962Z Downloaded tokio-util v0.7.18
12802026-04-24T16:34:05.966Z Downloaded lalrpop v0.19.12
12812026-04-24T16:34:05.970Z Downloaded rustls-webpki v0.101.7
12822026-04-24T16:34:05.978Z Downloaded tough v0.20.0
12832026-04-24T16:34:05.984Z Downloaded petname v2.0.2
12842026-04-24T16:34:05.987Z Downloaded curve25519-dalek v4.1.3
12852026-04-24T16:34:05.990Z Downloaded rustls-webpki v0.102.8
12862026-04-24T16:34:06.001Z Downloaded zip v4.6.1
12872026-04-24T16:34:06.003Z Downloaded tower-http v0.6.8
12882026-04-24T16:34:06.008Z Downloaded moka v0.12.13
12892026-04-24T16:34:06.013Z Downloaded chrono v0.4.44
12902026-04-24T16:34:06.017Z Downloaded portable-atomic v1.13.1
12912026-04-24T16:34:06.023Z Downloaded object v0.30.4
12922026-04-24T16:34:06.029Z Downloaded serde_with v3.17.0
12932026-04-24T16:34:06.035Z Downloaded winnow v0.5.40
12942026-04-24T16:34:06.040Z Downloaded radix_trie v0.2.1
12952026-04-24T16:34:06.046Z Downloaded quinn-proto v0.11.13
12962026-04-24T16:34:06.051Z Downloaded nix v0.27.1
12972026-04-24T16:34:06.064Z Downloaded polar-core v0.27.3
12982026-04-24T16:34:06.102Z Downloaded bstr v1.12.1
12992026-04-24T16:34:06.102Z Downloaded tabled v0.20.0
13002026-04-24T16:34:06.110Z Downloaded smoltcp v0.9.1
13012026-04-24T16:34:06.110Z Downloaded rustls v0.21.12
13022026-04-24T16:34:06.113Z Downloaded openssl v0.10.75
13032026-04-24T16:34:06.117Z Downloaded nix v0.28.0
13042026-04-24T16:34:06.123Z Downloaded winnow v0.6.26
13052026-04-24T16:34:06.126Z Downloaded hickory-proto v0.24.4
13062026-04-24T16:34:06.133Z Downloaded time v0.3.47
13072026-04-24T16:34:06.140Z Downloaded zerocopy v0.8.40
13082026-04-24T16:34:06.144Z Downloaded rustls v0.22.4
13092026-04-24T16:34:06.152Z Downloaded regress v0.10.5
13102026-04-24T16:34:06.157Z Downloaded nix v0.29.0
13112026-04-24T16:34:06.163Z Downloaded regex-syntax v0.8.10
13122026-04-24T16:34:06.168Z Downloaded dropshot v0.16.7
13132026-04-24T16:34:06.182Z Downloaded zlib-rs v0.6.2
13142026-04-24T16:34:06.186Z Downloaded vcpkg v0.2.15
13152026-04-24T16:34:06.207Z Downloaded object v0.37.3
13162026-04-24T16:34:06.212Z Downloaded dropshot v0.17.0
13172026-04-24T16:34:06.225Z Downloaded hickory-proto v0.25.2
13182026-04-24T16:34:06.235Z Downloaded webpki-roots v1.0.6
13192026-04-24T16:34:06.239Z Downloaded regex-syntax v0.6.29
13202026-04-24T16:34:06.244Z Downloaded smoltcp v0.11.0
13212026-04-24T16:34:06.249Z Downloaded nix v0.31.2
13222026-04-24T16:34:06.259Z Downloaded openapiv3 v2.2.0
13232026-04-24T16:34:06.265Z Downloaded diesel v2.3.7
13242026-04-24T16:34:06.277Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-04-24T16:34:06.293Z Downloaded zerocopy-derive v0.6.6
13262026-04-24T16:34:06.297Z Downloaded rustls v0.23.37
13272026-04-24T16:34:06.303Z Downloaded chrono-tz v0.10.4
13282026-04-24T16:34:06.312Z Downloaded rustix v0.38.44
13292026-04-24T16:34:06.354Z Downloaded sha3 v0.10.8
13302026-04-24T16:34:06.358Z Downloaded tokio v1.52.1
13312026-04-24T16:34:06.378Z Downloaded sqlparser v0.61.0
13322026-04-24T16:34:06.406Z Downloaded sled v0.34.7
13332026-04-24T16:34:06.412Z Downloaded typify-impl v0.6.1
13342026-04-24T16:34:06.421Z Downloaded tracing v0.1.44
13352026-04-24T16:34:06.432Z Downloaded ratatui v0.29.0
13362026-04-24T16:34:06.442Z Downloaded typify-impl v0.4.3
13372026-04-24T16:34:06.486Z Downloaded regex-automata v0.4.14
13382026-04-24T16:34:06.526Z Downloaded petgraph v0.6.5
13392026-04-24T16:34:06.538Z Downloaded jiff v0.2.21
13402026-04-24T16:34:06.573Z Downloaded petgraph v0.8.3
13412026-04-24T16:34:06.587Z Downloaded libz-sys v1.1.24
13422026-04-24T16:34:06.600Z Downloaded csv v1.4.0
13432026-04-24T16:34:06.612Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13442026-04-24T16:34:06.696Z Downloaded encoding_rs v0.8.35
13452026-04-24T16:34:06.726Z Downloaded ring v0.17.14
13462026-04-24T16:34:06.766Z Downloaded libgit2-sys v0.18.3+1.9.2
13472026-04-24T16:34:07.000Z Downloaded aws-lc-sys v0.37.1
13482026-04-24T16:34:07.259Z Compiling libc v0.2.185
13492026-04-24T16:34:07.259Z Compiling serde v1.0.228
13502026-04-24T16:34:07.262Z Compiling find-msvc-tools v0.1.9
13512026-04-24T16:34:07.262Z Compiling shlex v1.3.0
13522026-04-24T16:34:07.425Z Compiling log v0.4.29
13532026-04-24T16:34:07.425Z Compiling smallvec v1.15.1
13542026-04-24T16:34:07.437Z Compiling syn v2.0.117
13552026-04-24T16:34:07.450Z Compiling typenum v1.19.0
13562026-04-24T16:34:07.612Z Compiling generic-array v0.14.7
13572026-04-24T16:34:07.635Z Compiling subtle v2.6.1
13582026-04-24T16:34:07.650Z Compiling scopeguard v1.2.0
13592026-04-24T16:34:07.675Z Compiling const-oid v0.9.6
13602026-04-24T16:34:07.734Z Compiling lock_api v0.4.14
13612026-04-24T16:34:07.750Z Compiling portable-atomic v1.13.1
13622026-04-24T16:34:07.802Z Compiling zerocopy v0.8.40
13632026-04-24T16:34:07.858Z Compiling serde_json v1.0.149
13642026-04-24T16:34:07.958Z Compiling critical-section v1.2.0
13652026-04-24T16:34:08.067Z Compiling parking_lot_core v0.9.12
13662026-04-24T16:34:08.081Z Compiling pin-project-lite v0.2.17
13672026-04-24T16:34:08.257Z Compiling pkg-config v0.3.32
13682026-04-24T16:34:08.262Z Compiling getrandom v0.2.17
13692026-04-24T16:34:08.306Z Compiling jobserver v0.1.34
13702026-04-24T16:34:08.324Z Compiling errno v0.3.14
13712026-04-24T16:34:08.396Z Compiling rand_core v0.6.4
13722026-04-24T16:34:08.481Z Compiling signal-hook-registry v1.4.8
13732026-04-24T16:34:08.667Z Compiling cc v1.2.56
13742026-04-24T16:34:08.683Z Compiling bitflags v2.11.0
13752026-04-24T16:34:08.750Z Compiling libm v0.2.16
13762026-04-24T16:34:08.775Z Compiling parking_lot v0.12.5
13772026-04-24T16:34:08.789Z Compiling mio v1.2.0
13782026-04-24T16:34:08.906Z Compiling once_cell v1.21.3
13792026-04-24T16:34:08.906Z Compiling num-traits v0.2.19
13802026-04-24T16:34:09.068Z Compiling futures-core v0.3.32
13812026-04-24T16:34:09.139Z Compiling percent-encoding v2.3.2
13822026-04-24T16:34:09.217Z Compiling socket2 v0.6.3
13832026-04-24T16:34:09.245Z Compiling allocator-api2 v0.2.21
13842026-04-24T16:34:09.263Z Compiling futures-sink v0.3.32
13852026-04-24T16:34:09.294Z Compiling foldhash v0.2.0
13862026-04-24T16:34:09.326Z Compiling cpufeatures v0.2.17
13872026-04-24T16:34:09.365Z Compiling futures-channel v0.3.32
13882026-04-24T16:34:09.401Z Compiling getrandom v0.4.1
13892026-04-24T16:34:09.510Z Compiling futures-task v0.3.32
13902026-04-24T16:34:09.567Z Compiling hashbrown v0.16.1
13912026-04-24T16:34:09.592Z Compiling slab v0.4.12
13922026-04-24T16:34:09.615Z Compiling futures-io v0.3.32
13932026-04-24T16:34:09.680Z Compiling rustversion v1.0.22
13942026-04-24T16:34:09.752Z Compiling rand_core v0.10.0
13952026-04-24T16:34:09.765Z Compiling getrandom v0.3.4
13962026-04-24T16:34:09.779Z Compiling cmake v0.1.57
13972026-04-24T16:34:10.169Z Compiling synstructure v0.13.2
13982026-04-24T16:34:10.182Z Compiling indexmap v2.13.0
13992026-04-24T16:34:10.216Z Compiling form_urlencoded v1.2.2
14002026-04-24T16:34:10.296Z Compiling dunce v1.0.5
14012026-04-24T16:34:10.396Z Compiling fs_extra v1.3.0
14022026-04-24T16:34:10.411Z Compiling ident_case v1.0.1
14032026-04-24T16:34:10.529Z Compiling base64ct v1.8.3
14042026-04-24T16:34:10.533Z Compiling flagset v0.4.7
14052026-04-24T16:34:10.661Z Compiling aws-lc-sys v0.37.1
14062026-04-24T16:34:10.661Z Compiling rand_core v0.9.5
14072026-04-24T16:34:10.729Z Compiling iana-time-zone v0.1.65
14082026-04-24T16:34:10.761Z Compiling rustix v1.1.3
14092026-04-24T16:34:10.789Z Compiling pem-rfc7468 v0.7.0
14102026-04-24T16:34:10.882Z Compiling ring v0.17.14
14112026-04-24T16:34:10.933Z Compiling uuid v1.23.0
14122026-04-24T16:34:10.998Z Compiling rustc_version v0.4.1
14132026-04-24T16:34:11.040Z Compiling regex-syntax v0.8.10
14142026-04-24T16:34:11.170Z Compiling vcpkg v0.2.15
14152026-04-24T16:34:11.337Z Compiling aws-lc-rs v1.16.0
14162026-04-24T16:34:11.622Z Compiling tracing-core v0.1.36
14172026-04-24T16:34:11.645Z Compiling pest_generator v2.8.6
14182026-04-24T16:34:11.926Z Compiling serde_derive v1.0.228
14192026-04-24T16:34:11.940Z Compiling zeroize_derive v1.4.3
14202026-04-24T16:34:12.185Z Compiling zerofrom-derive v0.1.6
14212026-04-24T16:34:12.355Z Compiling yoke-derive v0.8.1
14222026-04-24T16:34:12.591Z Compiling zeroize v1.8.2
14232026-04-24T16:34:12.607Z Compiling zerocopy-derive v0.8.40
14242026-04-24T16:34:13.363Z Compiling crypto-common v0.1.7
14252026-04-24T16:34:13.416Z Compiling block-buffer v0.10.4
14262026-04-24T16:34:13.518Z Compiling zerovec-derive v0.11.2
14272026-04-24T16:34:13.546Z Compiling displaydoc v0.2.5
14282026-04-24T16:34:13.596Z Compiling digest v0.10.7
14292026-04-24T16:34:13.619Z Compiling zerofrom v0.1.6
14302026-04-24T16:34:13.750Z Compiling yoke v0.8.1
14312026-04-24T16:34:13.855Z Compiling tokio-macros v2.7.0
14322026-04-24T16:34:13.945Z Compiling hmac v0.12.1
14332026-04-24T16:34:14.112Z Compiling futures-macro v0.3.32
14342026-04-24T16:34:14.300Z Compiling zerotrie v0.2.3
14352026-04-24T16:34:14.569Z Compiling block-padding v0.3.3
14362026-04-24T16:34:14.600Z Compiling sha2 v0.10.9
14372026-04-24T16:34:14.685Z Compiling zerovec v0.11.5
14382026-04-24T16:34:14.725Z Compiling inout v0.1.4
14392026-04-24T16:34:14.896Z Compiling cipher v0.4.4
14402026-04-24T16:34:14.910Z Compiling futures-util v0.3.32
14412026-04-24T16:34:15.131Z Compiling tinystr v0.8.2
14422026-04-24T16:34:15.151Z Compiling potential_utf v0.1.4
14432026-04-24T16:34:15.312Z Compiling icu_locale_core v2.1.1
14442026-04-24T16:34:15.330Z Compiling icu_collections v2.1.1
14452026-04-24T16:34:15.426Z Compiling bytes v1.11.1
14462026-04-24T16:34:15.651Z Compiling der_derive v0.7.3
14472026-04-24T16:34:15.840Z Compiling chrono v0.4.44
14482026-04-24T16:34:16.026Z Compiling icu_provider v2.1.1
14492026-04-24T16:34:16.057Z Compiling tokio v1.52.1
14502026-04-24T16:34:16.244Z Compiling http v1.4.0
14512026-04-24T16:34:16.327Z Compiling icu_normalizer v2.1.1
14522026-04-24T16:34:16.672Z Compiling icu_properties v2.1.2
14532026-04-24T16:34:16.861Z Compiling der v0.7.10
14542026-04-24T16:34:17.090Z Compiling ppv-lite86 v0.2.21
14552026-04-24T16:34:17.172Z Compiling salsa20 v0.10.2
14562026-04-24T16:34:17.188Z Compiling pbkdf2 v0.12.2
14572026-04-24T16:34:17.259Z Compiling thiserror-impl v2.0.18
14582026-04-24T16:34:17.301Z Compiling scrypt v0.11.0
14592026-04-24T16:34:17.315Z Compiling aes v0.8.4
14602026-04-24T16:34:17.407Z Compiling rand_chacha v0.9.0
14612026-04-24T16:34:17.554Z Compiling idna_adapter v1.2.1
14622026-04-24T16:34:17.695Z Compiling idna v1.1.0
14632026-04-24T16:34:17.767Z Compiling spki v0.7.3
14642026-04-24T16:34:17.977Z Compiling url v2.5.8
14652026-04-24T16:34:18.051Z Compiling cbc v0.1.2
14662026-04-24T16:34:18.098Z Compiling rustls-pki-types v1.14.0
14672026-04-24T16:34:18.199Z Compiling openssl-sys v0.9.111
14682026-04-24T16:34:18.334Z Compiling tracing-attributes v0.1.31
14692026-04-24T16:34:18.358Z Compiling pkcs5 v0.7.1
14702026-04-24T16:34:18.582Z Compiling rand v0.9.2
14712026-04-24T16:34:18.588Z Compiling thiserror v2.0.18
14722026-04-24T16:34:18.686Z Compiling http-body v1.0.1
14732026-04-24T16:34:18.760Z Compiling serde_derive_internals v0.29.1
14742026-04-24T16:34:18.783Z Compiling untrusted v0.9.0
14752026-04-24T16:34:18.833Z Compiling httparse v1.10.1
14762026-04-24T16:34:18.836Z Compiling base64 v0.22.1
14772026-04-24T16:34:18.902Z Compiling schemars v0.8.22
14782026-04-24T16:34:19.103Z Compiling openssl-probe v0.2.1
14792026-04-24T16:34:19.161Z Compiling untrusted v0.7.1
14802026-04-24T16:34:19.280Z Compiling pkcs8 v0.10.2
14812026-04-24T16:34:19.294Z Compiling pest_derive v2.8.6
14822026-04-24T16:34:19.325Z Compiling scroll_derive v0.13.1
14832026-04-24T16:34:19.584Z Compiling darling_core v0.20.11
14842026-04-24T16:34:19.638Z Compiling tracing v0.1.44
14852026-04-24T16:34:19.652Z Compiling schemars_derive v0.8.22
14862026-04-24T16:34:19.716Z Compiling tinyvec_macros v0.1.1
14872026-04-24T16:34:19.790Z Compiling tokio-util v0.7.18
14882026-04-24T16:34:19.906Z Compiling tower-service v0.3.3
14892026-04-24T16:34:20.005Z Compiling tower-layer v0.3.3
14902026-04-24T16:34:20.122Z Compiling dyn-clone v1.0.20
14912026-04-24T16:34:20.168Z Compiling rustls v0.23.37
14922026-04-24T16:34:20.262Z Compiling try-lock v0.2.5
14932026-04-24T16:34:20.342Z Compiling atomic-waker v1.1.2
14942026-04-24T16:34:20.375Z Compiling want v0.3.1
14952026-04-24T16:34:20.469Z Compiling h2 v0.4.13
14962026-04-24T16:34:20.542Z Compiling scroll v0.13.0
14972026-04-24T16:34:20.908Z Compiling tinyvec v1.10.0
14982026-04-24T16:34:21.061Z Compiling ipnet v2.11.0
14992026-04-24T16:34:21.169Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-04-24T16:34:21.206Z Compiling spin v0.9.8
15012026-04-24T16:34:21.417Z Compiling aho-corasick v1.1.4
15022026-04-24T16:34:21.557Z Compiling num-conv v0.2.0
15032026-04-24T16:34:21.571Z Compiling openssl v0.10.75
15042026-04-24T16:34:21.693Z Compiling time-core v0.1.8
15052026-04-24T16:34:21.710Z Compiling foreign-types-shared v0.1.1
15062026-04-24T16:34:21.801Z Compiling powerfmt v0.2.0
15072026-04-24T16:34:21.804Z Compiling crc32fast v1.5.0
15082026-04-24T16:34:21.852Z Compiling pin-utils v0.1.0
15092026-04-24T16:34:21.915Z Compiling httpdate v1.0.3
15102026-04-24T16:34:21.932Z Compiling darling_macro v0.20.11
15112026-04-24T16:34:22.007Z Compiling deranged v0.5.8
15122026-04-24T16:34:22.126Z Compiling time-macros v0.2.27
15132026-04-24T16:34:22.159Z Compiling foreign-types v0.3.2
15142026-04-24T16:34:22.206Z Compiling tempfile v3.25.0
15152026-04-24T16:34:22.234Z Compiling regex-automata v0.4.14
15162026-04-24T16:34:22.395Z Compiling darling v0.20.11
15172026-04-24T16:34:22.586Z Compiling goblin v0.10.5
15182026-04-24T16:34:23.130Z Compiling openssl-macros v0.1.1
15192026-04-24T16:34:23.177Z Compiling socket2 v0.5.10
15202026-04-24T16:34:23.484Z Compiling hyper v1.8.1
15212026-04-24T16:34:23.512Z Compiling wait-timeout v0.2.1
15222026-04-24T16:34:23.574Z Compiling num_threads v0.1.7
15232026-04-24T16:34:23.725Z Compiling usdt-impl v0.6.0
15242026-04-24T16:34:23.781Z Compiling siphasher v1.0.2
15252026-04-24T16:34:23.880Z Compiling native-tls v0.2.18
15262026-04-24T16:34:23.972Z Compiling simd-adler32 v0.3.8
15272026-04-24T16:34:24.085Z Compiling quick-error v1.2.3
15282026-04-24T16:34:24.197Z Compiling syn v1.0.109
15292026-04-24T16:34:24.218Z Compiling bit-vec v0.8.0
15302026-04-24T16:34:24.451Z Compiling crossbeam-utils v0.8.21
15312026-04-24T16:34:24.471Z Compiling bit-set v0.8.0
15322026-04-24T16:34:24.546Z Compiling hyper-util v0.1.20
15332026-04-24T16:34:24.634Z Compiling rusty-fork v0.3.1
15342026-04-24T16:34:24.796Z Compiling time v0.3.47
15352026-04-24T16:34:25.053Z Compiling derive_builder_core v0.20.2
15362026-04-24T16:34:25.972Z Compiling dof v0.4.0
15372026-04-24T16:34:26.361Z Compiling unicode-normalization v0.1.25
15382026-04-24T16:34:26.391Z Compiling dtrace-parser v0.3.0
15392026-04-24T16:34:26.528Z Compiling rustls-native-certs v0.8.3
15402026-04-24T16:34:26.813Z Compiling signature v2.2.0
15412026-04-24T16:34:26.827Z Compiling thiserror-impl v1.0.69
15422026-04-24T16:34:26.831Z Compiling scroll_derive v0.12.1
15432026-04-24T16:34:26.993Z Compiling heapless v0.7.17
15442026-04-24T16:34:27.154Z Compiling rand_xorshift v0.4.0
15452026-04-24T16:34:27.158Z Compiling slog v2.8.2
15462026-04-24T16:34:27.231Z Compiling darling_core v0.21.3
15472026-04-24T16:34:27.307Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-04-24T16:34:27.342Z Compiling sync_wrapper v1.0.2
15492026-04-24T16:34:27.453Z Compiling thread-id v5.1.0
15502026-04-24T16:34:27.523Z Compiling cookie v0.18.1
15512026-04-24T16:34:27.538Z Compiling unicode-bidi v0.3.18
15522026-04-24T16:34:27.574Z Compiling unarray v0.1.4
15532026-04-24T16:34:27.686Z Compiling unicode-properties v0.1.4
15542026-04-24T16:34:27.703Z Compiling adler2 v2.0.1
15552026-04-24T16:34:27.835Z Compiling signal-hook v0.3.18
15562026-04-24T16:34:27.893Z Compiling zstd-safe v7.2.4
15572026-04-24T16:34:27.907Z Compiling anyhow v1.0.102
15582026-04-24T16:34:28.009Z Compiling paste v1.0.15
15592026-04-24T16:34:28.090Z Compiling stringprep v0.1.5
15602026-04-24T16:34:28.093Z Compiling thiserror v1.0.69
15612026-04-24T16:34:28.116Z Compiling miniz_oxide v0.8.9
15622026-04-24T16:34:28.241Z Compiling proptest v1.10.0
15632026-04-24T16:34:28.426Z Compiling scroll v0.12.0
15642026-04-24T16:34:28.690Z Compiling tower v0.5.3
15652026-04-24T16:34:29.088Z Compiling derive_builder_macro v0.20.2
15662026-04-24T16:34:29.128Z Compiling ipnetwork v0.21.1
15672026-04-24T16:34:29.146Z Compiling http-body-util v0.1.3
15682026-04-24T16:34:29.387Z Compiling webpki-roots v1.0.6
15692026-04-24T16:34:29.509Z Compiling rand_chacha v0.3.1
15702026-04-24T16:34:29.523Z Compiling erased-serde v0.3.31
15712026-04-24T16:34:29.537Z Compiling serde_tokenstream v0.2.3
15722026-04-24T16:34:29.582Z Compiling serde_spanned v0.6.9
15732026-04-24T16:34:29.729Z Compiling toml_datetime v0.6.11
15742026-04-24T16:34:29.732Z Compiling darling_macro v0.21.3
15752026-04-24T16:34:29.846Z Compiling md-5 v0.10.6
15762026-04-24T16:34:29.991Z Compiling zerocopy-derive v0.7.35
15772026-04-24T16:34:30.006Z Compiling curve25519-dalek v4.1.3
15782026-04-24T16:34:30.020Z Compiling vergen-lib v0.1.6
15792026-04-24T16:34:30.201Z Compiling num-integer v0.1.46
15802026-04-24T16:34:30.215Z Compiling hash32 v0.2.1
15812026-04-24T16:34:30.321Z Compiling ff v0.13.1
15822026-04-24T16:34:30.341Z Compiling memoffset v0.9.1
15832026-04-24T16:34:30.422Z Compiling psl-types v2.0.11
15842026-04-24T16:34:30.462Z Compiling litrs v1.0.0
15852026-04-24T16:34:30.525Z Compiling cfg_aliases v0.2.1
15862026-04-24T16:34:30.540Z Compiling rustix v0.38.44
15872026-04-24T16:34:30.540Z Compiling fallible-iterator v0.2.0
15882026-04-24T16:34:30.602Z Compiling iri-string v0.7.10
15892026-04-24T16:34:30.899Z Compiling smoltcp v0.9.1
15902026-04-24T16:34:30.914Z Compiling num-bigint-dig v0.8.6
15912026-04-24T16:34:30.944Z Compiling zlib-rs v0.6.2
15922026-04-24T16:34:30.999Z Compiling ryu v1.0.23
15932026-04-24T16:34:31.099Z Compiling ref-cast v1.0.25
15942026-04-24T16:34:31.184Z Compiling base16ct v0.2.0
15952026-04-24T16:34:31.257Z Compiling serde_urlencoded v0.7.1
15962026-04-24T16:34:31.365Z Compiling sec1 v0.7.3
15972026-04-24T16:34:31.475Z Compiling document-features v0.2.12
15982026-04-24T16:34:31.605Z Compiling zerocopy v0.7.35
15992026-04-24T16:34:31.643Z Compiling postgres-protocol v0.6.10
16002026-04-24T16:34:32.063Z Compiling tower-http v0.6.8
16012026-04-24T16:34:32.175Z Compiling nix v0.31.2
16022026-04-24T16:34:32.210Z Compiling newtype-uuid v1.3.2
16032026-04-24T16:34:32.297Z Compiling publicsuffix v2.3.0
16042026-04-24T16:34:32.461Z Compiling group v0.13.0
16052026-04-24T16:34:32.474Z Compiling num-iter v0.1.45
16062026-04-24T16:34:32.595Z Compiling darling v0.21.3
16072026-04-24T16:34:32.653Z Compiling rand v0.8.5
16082026-04-24T16:34:32.677Z Compiling derive_builder v0.20.2
16092026-04-24T16:34:32.805Z Compiling oxnet v0.1.4
16102026-04-24T16:34:32.985Z Compiling hubpack_derive v0.1.1
16112026-04-24T16:34:33.120Z Compiling tokio-native-tls v0.3.1
16122026-04-24T16:34:33.201Z Compiling goblin v0.8.2
16132026-04-24T16:34:33.561Z Compiling regex v1.12.3
16142026-04-24T16:34:33.766Z Compiling flate2 v1.1.9
16152026-04-24T16:34:33.795Z Compiling phf_shared v0.13.1
16162026-04-24T16:34:33.963Z Compiling lazy_static v1.5.0
16172026-04-24T16:34:33.990Z Compiling cargo-platform v0.1.9
16182026-04-24T16:34:34.039Z Compiling hkdf v0.12.4
16192026-04-24T16:34:34.058Z Compiling crypto-bigint v0.5.5
16202026-04-24T16:34:34.145Z Compiling terminal_size v0.4.3
16212026-04-24T16:34:34.176Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-24T16:34:34.205Z Compiling ref-cast-impl v1.0.25
16232026-04-24T16:34:34.250Z Compiling daft-derive v0.1.5
16242026-04-24T16:34:34.280Z Compiling strum_macros v0.27.2
16252026-04-24T16:34:34.742Z Compiling async-trait v0.1.89
16262026-04-24T16:34:34.814Z Compiling vergen v9.0.6
16272026-04-24T16:34:34.958Z Compiling fs-err v3.3.0
16282026-04-24T16:34:34.999Z Compiling ahash v0.8.12
16292026-04-24T16:34:35.146Z Compiling bitflags v1.3.2
16302026-04-24T16:34:35.205Z Compiling managed v0.8.0
16312026-04-24T16:34:35.232Z Compiling object v0.37.3
16322026-04-24T16:34:35.427Z Compiling unicode-segmentation v1.12.0
16332026-04-24T16:34:35.502Z Compiling winnow v0.5.40
16342026-04-24T16:34:35.756Z Compiling foldhash v0.1.5
16352026-04-24T16:34:35.863Z Compiling libbz2-rs-sys v0.2.2
16362026-04-24T16:34:35.983Z Compiling bumpalo v3.20.2
16372026-04-24T16:34:36.196Z Compiling clap_builder v4.5.60
16382026-04-24T16:34:36.232Z Compiling zopfli v0.8.3
16392026-04-24T16:34:36.257Z Compiling strum v0.27.2
16402026-04-24T16:34:36.394Z Compiling bzip2 v0.6.1
16412026-04-24T16:34:36.553Z Compiling hashbrown v0.15.5
16422026-04-24T16:34:36.660Z Compiling dof v0.3.0
16432026-04-24T16:34:36.910Z Compiling toml_edit v0.19.15
16442026-04-24T16:34:37.113Z Compiling elliptic-curve v0.13.8
16452026-04-24T16:34:37.145Z Compiling daft v0.1.5
16462026-04-24T16:34:37.522Z Compiling cargo_metadata v0.19.2
16472026-04-24T16:34:37.525Z Compiling phf v0.13.1
16482026-04-24T16:34:37.757Z Compiling cookie_store v0.22.1
16492026-04-24T16:34:38.360Z Compiling signal-hook-mio v0.2.5
16502026-04-24T16:34:38.484Z Compiling hubpack v0.1.2
16512026-04-24T16:34:38.828Z Compiling hyper-tls v0.6.0
16522026-04-24T16:34:39.058Z Compiling zstd v0.13.3
16532026-04-24T16:34:39.077Z Compiling bzip2 v0.4.4
16542026-04-24T16:34:39.165Z Compiling serde_with_macros v3.17.0
16552026-04-24T16:34:39.323Z Compiling postgres-types v0.2.12
16562026-04-24T16:34:39.395Z Compiling usdt-attr-macro v0.6.0
16572026-04-24T16:34:39.525Z Compiling usdt-macro v0.6.0
16582026-04-24T16:34:39.877Z Compiling dtrace-parser v0.2.0
16592026-04-24T16:34:40.189Z Compiling ed25519 v2.2.3
16602026-04-24T16:34:40.260Z Compiling bstr v1.12.1
16612026-04-24T16:34:40.280Z Compiling phf_shared v0.11.3
16622026-04-24T16:34:40.363Z Compiling pkcs1 v0.7.5
16632026-04-24T16:34:40.434Z Compiling serde-big-array v0.5.1
16642026-04-24T16:34:40.465Z Compiling hex v0.4.3
16652026-04-24T16:34:40.582Z Compiling rfc6979 v0.4.0
16662026-04-24T16:34:40.631Z Compiling enum-as-inner v0.6.1
16672026-04-24T16:34:40.709Z Compiling strum_macros v0.26.4
16682026-04-24T16:34:40.732Z Compiling serde_repr v0.1.20
16692026-04-24T16:34:40.763Z Compiling clap_derive v4.5.55
16702026-04-24T16:34:40.946Z Compiling float-cmp v0.10.0
16712026-04-24T16:34:41.101Z Compiling thread-id v4.2.2
16722026-04-24T16:34:41.161Z Compiling memmap2 v0.9.10
16732026-04-24T16:34:41.176Z Compiling env_filter v1.0.0
16742026-04-24T16:34:41.190Z Compiling encoding_rs v0.8.35
16752026-04-24T16:34:41.289Z Compiling static_assertions v1.1.0
16762026-04-24T16:34:41.369Z Compiling precomputed-hash v0.1.1
16772026-04-24T16:34:41.383Z Compiling either v1.15.0
16782026-04-24T16:34:41.462Z Compiling difflib v0.4.0
16792026-04-24T16:34:41.484Z Compiling rustc-hash v2.1.1
16802026-04-24T16:34:41.597Z Compiling keccak v0.1.6
16812026-04-24T16:34:41.614Z Compiling normalize-line-endings v0.3.0
16822026-04-24T16:34:41.715Z Compiling fixedbitset v0.4.2
16832026-04-24T16:34:41.944Z Compiling data-encoding v2.10.0
16842026-04-24T16:34:42.041Z Compiling jiff v0.2.21
16852026-04-24T16:34:42.418Z Compiling new_debug_unreachable v1.0.6
16862026-04-24T16:34:42.496Z Compiling mime v0.3.17
16872026-04-24T16:34:42.519Z Compiling fixedbitset v0.5.7
16882026-04-24T16:34:42.562Z Compiling whoami v2.1.0
16892026-04-24T16:34:42.698Z Compiling predicates-core v1.0.10
16902026-04-24T16:34:42.740Z Compiling petgraph v0.8.3
16912026-04-24T16:34:42.753Z Compiling predicates v3.1.4
16922026-04-24T16:34:42.817Z Compiling tokio-postgres v0.7.16
16932026-04-24T16:34:42.831Z Compiling clap v4.5.60
16942026-04-24T16:34:42.914Z Compiling strum v0.26.3
16952026-04-24T16:34:42.941Z Compiling string_cache v0.8.9
16962026-04-24T16:34:43.049Z Compiling hickory-proto v0.25.2
16972026-04-24T16:34:43.172Z Compiling toml_edit v0.22.27
16982026-04-24T16:34:43.208Z Compiling petgraph v0.6.5
16992026-04-24T16:34:43.410Z Compiling sha3 v0.10.8
17002026-04-24T16:34:43.882Z Compiling iddqd v0.3.17
17012026-04-24T16:34:44.646Z Compiling zip v4.6.1
17022026-04-24T16:34:44.662Z Compiling itertools v0.13.0
17032026-04-24T16:34:45.001Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-04-24T16:34:45.023Z Compiling env_logger v0.11.9
17052026-04-24T16:34:45.384Z Compiling usdt v0.6.0
17062026-04-24T16:34:45.626Z Compiling usdt-impl v0.5.0
17072026-04-24T16:34:45.651Z Compiling similar v2.7.0
17082026-04-24T16:34:45.926Z Compiling serde_with v3.17.0
17092026-04-24T16:34:45.941Z Compiling ecdsa v0.16.9
17102026-04-24T16:34:46.245Z Compiling rsa v0.9.10
17112026-04-24T16:34:46.279Z Compiling ed25519-dalek v2.2.0
17122026-04-24T16:34:46.351Z Compiling crossterm v0.28.1
17132026-04-24T16:34:46.948Z Compiling zip v0.6.6
17142026-04-24T16:34:47.641Z Compiling toml v0.7.8
17152026-04-24T16:34:47.932Z Compiling toml_parser v1.0.9+spec-1.1.0
17162026-04-24T16:34:47.946Z Compiling heck v0.4.1
17172026-04-24T16:34:47.978Z Compiling crossbeam-epoch v0.9.18
17182026-04-24T16:34:48.068Z Compiling tokio-stream v0.1.18
17192026-04-24T16:34:48.184Z Compiling buf-list v1.1.2
17202026-04-24T16:34:48.247Z Compiling x509-cert v0.2.5
17212026-04-24T16:34:48.310Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-04-24T16:34:48.470Z Compiling openapiv3 v2.2.0
17232026-04-24T16:34:48.541Z Compiling sha1 v0.10.6
17242026-04-24T16:34:48.575Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-04-24T16:34:48.686Z Compiling peg-runtime v0.8.5
17262026-04-24T16:34:48.776Z Compiling lalrpop-util v0.19.12
17272026-04-24T16:34:48.862Z Compiling thread_local v1.1.9
17282026-04-24T16:34:48.902Z Compiling slog-async v2.8.0
17292026-04-24T16:34:48.975Z Compiling crossbeam-channel v0.5.15
17302026-04-24T16:34:49.115Z Compiling futures-executor v0.3.32
17312026-04-24T16:34:49.229Z Compiling is-terminal v0.4.17
17322026-04-24T16:34:49.333Z Compiling filetime v0.2.27
17332026-04-24T16:34:49.380Z Compiling take_mut v0.2.2
17342026-04-24T16:34:49.432Z Compiling xattr v1.6.1
17352026-04-24T16:34:49.501Z Compiling term v1.2.1
17362026-04-24T16:34:49.581Z Compiling tar v0.4.45
17372026-04-24T16:34:49.598Z Compiling futures v0.3.32
17382026-04-24T16:34:49.870Z Compiling slog-term v2.9.2
17392026-04-24T16:34:56.974Z Compiling rustls-webpki v0.103.9
17402026-04-24T16:34:59.807Z Compiling tokio-rustls v0.26.4
17412026-04-24T16:34:59.807Z Compiling rustls-platform-verifier v0.6.2
17422026-04-24T16:35:00.003Z Compiling hyper-rustls v0.27.7
17432026-04-24T16:35:00.206Z Compiling reqwest v0.13.2
17442026-04-24T16:35:00.206Z Compiling reqwest v0.12.28
17452026-04-24T16:35:02.286Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-04-24T16:35:02.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-04-24T16:35:05.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17482026-04-24T16:35:05.457Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-04-24T16:35:05.512ZApr 24 16:35:04.094 INFO Starting download, target: Console
17502026-04-24T16:35:05.512ZApr 24 16:35:04.095 INFO Starting download, target: Clickhouse
17512026-04-24T16:35:05.512ZApr 24 16:35:04.095 INFO Starting download, target: Cockroach
17522026-04-24T16:35:05.512ZApr 24 16:35:04.095 INFO Starting download, target: DendriteStub
17532026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Starting download, target: MaghemiteMgd
17542026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Starting download, target: TransceiverControl
17552026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-04-24T16:35:05.515ZApr 24 16:35:04.095 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-04-24T16:35:05.994ZApr 24 16:35:04.570 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-04-24T16:35:06.213ZApr 24 16:35:04.790 INFO Download complete, target: TransceiverControl
17632026-04-24T16:35:06.518ZApr 24 16:35:05.093 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-04-24T16:35:06.758ZApr 24 16:35:05.330 INFO Download complete, target: Console
17652026-04-24T16:35:07.553ZApr 24 16:35:06.135 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-04-24T16:35:07.690ZApr 24 16:35:06.268 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-04-24T16:35:08.200ZApr 24 16:35:06.778 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-04-24T16:35:08.502ZApr 24 16:35:07.082 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-04-24T16:35:08.502ZApr 24 16:35:07.082 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-04-24T16:35:09.824ZApr 24 16:35:08.406 INFO Download complete, target: DendriteStub
17712026-04-24T16:35:10.563ZApr 24 16:35:09.146 INFO Download complete, target: MaghemiteMgd
17722026-04-24T16:35:13.097ZApr 24 16:35:11.680 INFO Checking that binary works, target: Cockroach
17732026-04-24T16:35:13.199ZApr 24 16:35:11.781 INFO Download complete, target: Cockroach
17742026-04-24T16:35:14.350ZApr 24 16:35:12.933 INFO Checking that binary works, target: Clickhouse
17752026-04-24T16:35:14.459ZApr 24 16:35:13.041 INFO Download complete, target: Clickhouse
17762026-04-24T16:35:14.471ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-04-24T16:35:14.474Z
17782026-04-24T16:35:14.474Zreal 3:12.389561814
17792026-04-24T16:35:14.474Zuser 7:18.025622787
17802026-04-24T16:35:14.474Zsys 1:24.354975632
17812026-04-24T16:35:14.474Ztrap 0.213442892
17822026-04-24T16:35:14.474Ztflt 0.704724696
17832026-04-24T16:35:14.475Zdflt 0.691985605
17842026-04-24T16:35:14.475Zkflt 0.046617162
17852026-04-24T16:35:14.475Zlock 21:09.365652168
17862026-04-24T16:35:14.475Zslp 22:08.681932504
17872026-04-24T16:35:14.475Zlat 43.352591089
17882026-04-24T16:35:14.475Zstop 1:56.111444981
17892026-04-24T16:35:14.475Z+ banner hack-check
17902026-04-24T16:35:14.475Z
17912026-04-24T16:35:14.475Z # # ## #### # # #### # # ###### #### # #
17922026-04-24T16:35:14.475Z # # # # # # # # # # # # # # # # #
17932026-04-24T16:35:14.475Z ###### # # # #### ##### # ###### ##### # ####
17942026-04-24T16:35:14.475Z # # ###### # # # # # # # # # #
17952026-04-24T16:35:14.475Z # # # # # # # # # # # # # # # # #
17962026-04-24T16:35:14.475Z # # # # #### # # #### # # ###### #### # #
17972026-04-24T16:35:14.475Z
17982026-04-24T16:35:14.475Z+ export CARGO_INCREMENTAL=0
17992026-04-24T16:35:14.475Z+ CARGO_INCREMENTAL=0
18002026-04-24T16:35:14.475Z+ ptime -m timeout 2h cargo xtask check-features --ci
18012026-04-24T16:35:14.995Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-04-24T16:35:15.214Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-04-24T16:35:17.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18042026-04-24T16:35:17.178Z Running `target/debug/xtask check-features --ci`
18052026-04-24T16:35:17.207Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18062026-04-24T16:35:17.210Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18072026-04-24T16:35:17.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18082026-04-24T16:35:17.715Z Running `target/debug/xtask download cargo-hack`
18092026-04-24T16:35:18.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-04-24T16:35:18.805Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-04-24T16:35:21.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18122026-04-24T16:35:21.427Z Running `target/debug/xtask-downloader cargo-hack`
18132026-04-24T16:35:21.474ZApr 24 16:35:20.050 INFO Starting download, target: CargoHack
18142026-04-24T16:35:21.479ZApr 24 16:35:20.051 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18152026-04-24T16:35:21.671ZApr 24 16:35:20.253 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18162026-04-24T16:35:21.721ZApr 24 16:35:20.303 INFO Download complete, target: CargoHack
18172026-04-24T16:35:21.725Zrunning: "/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"
18182026-04-24T16:35:21.737Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18192026-04-24T16:35:21.884Zinfo: running `cargo check --bins` on api_identity (1/272)
18202026-04-24T16:35:22.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-04-24T16:35:22.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-04-24T16:35:22.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-04-24T16:35:22.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-04-24T16:35:22.450Z
18252026-04-24T16:35:22.450Zinfo: running `cargo check --bins` on bootstore (2/272)
18262026-04-24T16:35:22.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-04-24T16:35:22.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-04-24T16:35:22.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-04-24T16:35:22.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18302026-04-24T16:35:23.013Z
18312026-04-24T16:35:23.013Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18322026-04-24T16:35:23.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-04-24T16:35:23.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-04-24T16:35:23.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-04-24T16:35:23.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18362026-04-24T16:35:23.573Z
18372026-04-24T16:35:23.573Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18382026-04-24T16:35:24.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-04-24T16:35:24.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-04-24T16:35:24.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-04-24T16:35:24.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18422026-04-24T16:35:24.141Z
18432026-04-24T16:35:24.141Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18442026-04-24T16:35:24.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-04-24T16:35:24.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-04-24T16:35:24.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-04-24T16:35:24.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18482026-04-24T16:35:24.714Z
18492026-04-24T16:35:24.714Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18502026-04-24T16:35:25.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-04-24T16:35:25.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-04-24T16:35:25.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-04-24T16:35:25.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542026-04-24T16:35:25.291Z
18552026-04-24T16:35:25.291Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18562026-04-24T16:35:25.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-04-24T16:35:25.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-04-24T16:35:25.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-04-24T16:35:25.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18602026-04-24T16:35:25.881Z
18612026-04-24T16:35:25.881Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18622026-04-24T16:35:26.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-04-24T16:35:26.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-04-24T16:35:26.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-04-24T16:35:26.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18662026-04-24T16:35:26.468Z
18672026-04-24T16:35:26.468Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18682026-04-24T16:35:26.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-04-24T16:35:26.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-04-24T16:35:26.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-04-24T16:35:26.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-04-24T16:35:26.927Z
18732026-04-24T16:35:26.927Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18742026-04-24T16:35:27.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-04-24T16:35:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-04-24T16:35:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-04-24T16:35:27.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-04-24T16:35:27.391Z
18792026-04-24T16:35:27.391Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18802026-04-24T16:35:27.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-04-24T16:35:27.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-04-24T16:35:27.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-04-24T16:35:27.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-04-24T16:35:27.855Z
18852026-04-24T16:35:27.855Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18862026-04-24T16:35:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-04-24T16:35:28.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-04-24T16:35:28.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-04-24T16:35:28.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-04-24T16:35:28.319Z
18912026-04-24T16:35:28.319Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18922026-04-24T16:35:28.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-04-24T16:35:28.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-04-24T16:35:28.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-04-24T16:35:28.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-04-24T16:35:28.778Z
18972026-04-24T16:35:28.778Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18982026-04-24T16:35:29.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-04-24T16:35:29.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-04-24T16:35:29.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-04-24T16:35:29.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19022026-04-24T16:35:29.236Z
19032026-04-24T16:35:29.236Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19042026-04-24T16:35:29.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-04-24T16:35:29.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-04-24T16:35:29.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-04-24T16:35:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-04-24T16:35:29.698Z
19092026-04-24T16:35:29.698Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19102026-04-24T16:35:30.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-04-24T16:35:30.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-04-24T16:35:30.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-04-24T16:35:30.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-04-24T16:35:30.158Z
19152026-04-24T16:35:30.159Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19162026-04-24T16:35:30.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-04-24T16:35:30.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-04-24T16:35:30.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-04-24T16:35:30.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-04-24T16:35:30.623Z
19212026-04-24T16:35:30.623Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19222026-04-24T16:35:31.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-04-24T16:35:31.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-04-24T16:35:31.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-04-24T16:35:31.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-04-24T16:35:31.086Z
19272026-04-24T16:35:31.086Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19282026-04-24T16:35:31.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-04-24T16:35:31.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-04-24T16:35:31.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-04-24T16:35:31.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-04-24T16:35:31.558Z
19332026-04-24T16:35:31.558Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19342026-04-24T16:35:31.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-04-24T16:35:32.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-04-24T16:35:32.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-04-24T16:35:32.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-04-24T16:35:32.027Z
19392026-04-24T16:35:32.027Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19402026-04-24T16:35:32.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-04-24T16:35:32.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-04-24T16:35:32.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-04-24T16:35:32.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-04-24T16:35:32.495Z
19452026-04-24T16:35:32.495Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19462026-04-24T16:35:32.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-04-24T16:35:32.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-04-24T16:35:32.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-04-24T16:35:32.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-04-24T16:35:32.959Z
19512026-04-24T16:35:32.959Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19522026-04-24T16:35:33.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-04-24T16:35:33.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-04-24T16:35:33.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-04-24T16:35:33.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-04-24T16:35:33.425Z
19572026-04-24T16:35:33.425Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19582026-04-24T16:35:33.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-04-24T16:35:33.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-04-24T16:35:33.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-04-24T16:35:33.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-04-24T16:35:33.888Z
19632026-04-24T16:35:33.888Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19642026-04-24T16:35:34.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-04-24T16:35:34.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-04-24T16:35:34.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-04-24T16:35:34.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-04-24T16:35:34.354Z
19692026-04-24T16:35:34.354Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19702026-04-24T16:35:34.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-04-24T16:35:34.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-04-24T16:35:34.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-04-24T16:35:34.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-04-24T16:35:34.823Z
19752026-04-24T16:35:34.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19762026-04-24T16:35:35.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-04-24T16:35:35.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-04-24T16:35:35.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-04-24T16:35:35.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-04-24T16:35:35.288Z
19812026-04-24T16:35:35.288Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19822026-04-24T16:35:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-04-24T16:35:35.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-04-24T16:35:35.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-04-24T16:35:35.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-04-24T16:35:35.751Z
19872026-04-24T16:35:35.751Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19882026-04-24T16:35:36.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-04-24T16:35:36.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-04-24T16:35:36.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-04-24T16:35:36.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-04-24T16:35:36.214Z
19932026-04-24T16:35:36.214Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19942026-04-24T16:35:36.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-04-24T16:35:36.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-04-24T16:35:36.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-04-24T16:35:36.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19982026-04-24T16:35:36.673Z
19992026-04-24T16:35:36.673Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20002026-04-24T16:35:37.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-04-24T16:35:37.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-04-24T16:35:37.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-04-24T16:35:37.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-04-24T16:35:37.140Z
20052026-04-24T16:35:37.140Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20062026-04-24T16:35:37.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-04-24T16:35:37.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-04-24T16:35:37.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-04-24T16:35:37.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-04-24T16:35:37.602Z
20112026-04-24T16:35:37.602Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20122026-04-24T16:35:38.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-04-24T16:35:38.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-04-24T16:35:38.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-04-24T16:35:38.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20162026-04-24T16:35:38.059Z
20172026-04-24T16:35:38.059Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20182026-04-24T16:35:38.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-04-24T16:35:38.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-04-24T16:35:38.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-04-24T16:35:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-04-24T16:35:38.528Z
20232026-04-24T16:35:38.528Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20242026-04-24T16:35:38.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-04-24T16:35:38.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-04-24T16:35:38.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-04-24T16:35:38.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-04-24T16:35:38.996Z
20292026-04-24T16:35:38.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20302026-04-24T16:35:39.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-04-24T16:35:39.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-04-24T16:35:39.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-04-24T16:35:39.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-04-24T16:35:39.458Z
20352026-04-24T16:35:39.458Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20362026-04-24T16:35:39.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-04-24T16:35:39.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-04-24T16:35:39.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-04-24T16:35:39.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-04-24T16:35:39.921Z
20412026-04-24T16:35:39.921Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20422026-04-24T16:35:40.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-04-24T16:35:40.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-04-24T16:35:40.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-04-24T16:35:40.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-04-24T16:35:40.384Z
20472026-04-24T16:35:40.384Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20482026-04-24T16:35:40.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-04-24T16:35:40.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-04-24T16:35:40.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-04-24T16:35:40.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-04-24T16:35:40.850Z
20532026-04-24T16:35:40.850Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20542026-04-24T16:35:41.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-04-24T16:35:41.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-04-24T16:35:41.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-04-24T16:35:41.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-04-24T16:35:41.318Z
20592026-04-24T16:35:41.318Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20602026-04-24T16:35:41.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-04-24T16:35:41.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-04-24T16:35:41.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-04-24T16:35:41.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-04-24T16:35:41.786Z
20652026-04-24T16:35:41.786Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20662026-04-24T16:35:42.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-04-24T16:35:42.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-04-24T16:35:42.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-04-24T16:35:42.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-04-24T16:35:42.275Z
20712026-04-24T16:35:42.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20722026-04-24T16:35:42.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-04-24T16:35:42.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-04-24T16:35:42.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-04-24T16:35:42.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-04-24T16:35:42.721Z
20772026-04-24T16:35:42.721Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20782026-04-24T16:35:43.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-04-24T16:35:43.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-04-24T16:35:43.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-04-24T16:35:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-04-24T16:35:43.187Z
20832026-04-24T16:35:43.187Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20842026-04-24T16:35:43.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-04-24T16:35:43.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-04-24T16:35:43.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-04-24T16:35:43.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-04-24T16:35:43.659Z
20892026-04-24T16:35:43.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20902026-04-24T16:35:44.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-04-24T16:35:44.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-04-24T16:35:44.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-04-24T16:35:44.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20942026-04-24T16:35:44.123Z
20952026-04-24T16:35:44.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20962026-04-24T16:35:44.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-04-24T16:35:44.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-04-24T16:35:44.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-04-24T16:35:44.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21002026-04-24T16:35:44.590Z
21012026-04-24T16:35:44.590Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21022026-04-24T16:35:44.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-04-24T16:35:44.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-04-24T16:35:44.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-04-24T16:35:44.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21062026-04-24T16:35:45.052Z
21072026-04-24T16:35:45.052Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21082026-04-24T16:35:45.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-04-24T16:35:45.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-04-24T16:35:45.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-04-24T16:35:45.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-04-24T16:35:45.680Z
21132026-04-24T16:35:45.680Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21142026-04-24T16:35:46.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-04-24T16:35:46.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-04-24T16:35:46.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-04-24T16:35:46.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21182026-04-24T16:35:46.330Z
21192026-04-24T16:35:46.330Zinfo: running `cargo check --bins` on nexus-config (51/272)
21202026-04-24T16:35:46.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-04-24T16:35:46.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-04-24T16:35:46.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-04-24T16:35:46.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21242026-04-24T16:35:46.948Z
21252026-04-24T16:35:46.949Zinfo: running `cargo check --bins` on nexus-types (52/272)
21262026-04-24T16:35:47.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-04-24T16:35:47.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-04-24T16:35:47.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-04-24T16:35:47.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21302026-04-24T16:35:47.583Z
21312026-04-24T16:35:47.583Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21322026-04-24T16:35:48.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-04-24T16:35:48.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-04-24T16:35:48.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-04-24T16:35:48.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-04-24T16:35:48.177Z
21372026-04-24T16:35:48.177Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21382026-04-24T16:35:48.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-04-24T16:35:48.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-04-24T16:35:48.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-04-24T16:35:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21422026-04-24T16:35:48.756Z
21432026-04-24T16:35:48.756Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21442026-04-24T16:35:49.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-04-24T16:35:49.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-04-24T16:35:49.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-04-24T16:35:49.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-04-24T16:35:49.340Z
21492026-04-24T16:35:49.340Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21502026-04-24T16:35:49.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-04-24T16:35:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-04-24T16:35:49.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-04-24T16:35:49.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-04-24T16:35:49.928Z
21552026-04-24T16:35:49.928Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21562026-04-24T16:35:50.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-04-24T16:35:50.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-04-24T16:35:50.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-04-24T16:35:50.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-04-24T16:35:50.518Z
21612026-04-24T16:35:50.518Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21622026-04-24T16:35:51.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-04-24T16:35:51.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-04-24T16:35:51.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-04-24T16:35:51.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-04-24T16:35:51.107Z
21672026-04-24T16:35:51.107Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21682026-04-24T16:35:51.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-04-24T16:35:51.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-04-24T16:35:51.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-04-24T16:35:51.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21722026-04-24T16:35:51.679Z
21732026-04-24T16:35:51.680Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21742026-04-24T16:35:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-04-24T16:35:52.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-04-24T16:35:52.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-04-24T16:35:52.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-04-24T16:35:52.253Z
21792026-04-24T16:35:52.253Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21802026-04-24T16:35:52.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-04-24T16:35:52.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-04-24T16:35:52.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-04-24T16:35:52.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-04-24T16:35:52.822Z
21852026-04-24T16:35:52.822Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21862026-04-24T16:35:53.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-04-24T16:35:53.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-04-24T16:35:53.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-04-24T16:35:53.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-04-24T16:35:53.389Z
21912026-04-24T16:35:53.389Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21922026-04-24T16:35:53.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-04-24T16:35:53.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-04-24T16:35:53.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-04-24T16:35:53.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-04-24T16:35:53.976Z
21972026-04-24T16:35:53.976Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21982026-04-24T16:35:54.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-04-24T16:35:54.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-04-24T16:35:54.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-04-24T16:35:54.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-04-24T16:35:54.559Z
22032026-04-24T16:35:54.559Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22042026-04-24T16:35:55.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-04-24T16:35:55.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-04-24T16:35:55.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-04-24T16:35:55.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-04-24T16:35:55.131Z
22092026-04-24T16:35:55.132Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22102026-04-24T16:35:55.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-04-24T16:35:55.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-04-24T16:35:55.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-04-24T16:35:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-04-24T16:35:55.711Z
22152026-04-24T16:35:55.711Zinfo: running `cargo check --bins` on ereport-types (67/272)
22162026-04-24T16:35:56.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-04-24T16:35:56.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-04-24T16:35:56.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-04-24T16:35:56.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-04-24T16:35:56.289Z
22212026-04-24T16:35:56.289Zinfo: running `cargo check --bins` on gateway-client (68/272)
22222026-04-24T16:35:56.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-04-24T16:35:56.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-04-24T16:35:56.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-04-24T16:35:56.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-04-24T16:35:56.876Z
22272026-04-24T16:35:56.876Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22282026-04-24T16:35:57.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-04-24T16:35:57.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-04-24T16:35:57.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-04-24T16:35:57.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-04-24T16:35:57.452Z
22332026-04-24T16:35:57.452Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22342026-04-24T16:35:57.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-04-24T16:35:57.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-04-24T16:35:57.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-04-24T16:35:57.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22382026-04-24T16:35:58.034Z
22392026-04-24T16:35:58.034Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22402026-04-24T16:35:58.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-04-24T16:35:58.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-04-24T16:35:58.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-04-24T16:35:58.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-04-24T16:35:58.623Z
22452026-04-24T16:35:58.623Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22462026-04-24T16:35:59.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-04-24T16:35:59.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-04-24T16:35:59.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-04-24T16:35:59.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22502026-04-24T16:35:59.194Z
22512026-04-24T16:35:59.194Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22522026-04-24T16:35:59.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-04-24T16:35:59.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-04-24T16:35:59.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-04-24T16:35:59.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22562026-04-24T16:35:59.792Z
22572026-04-24T16:35:59.792Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22582026-04-24T16:36:00.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-04-24T16:36:00.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-04-24T16:36:00.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-04-24T16:36:00.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22622026-04-24T16:36:00.386Z
22632026-04-24T16:36:00.386Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22642026-04-24T16:36:00.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-04-24T16:36:00.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-04-24T16:36:00.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-04-24T16:36:00.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-04-24T16:36:00.956Z
22692026-04-24T16:36:00.956Zinfo: running `cargo check --bins` on oxlog (76/272)
22702026-04-24T16:36:01.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-04-24T16:36:01.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-04-24T16:36:01.560Z Checking cfg-if v1.0.4
22732026-04-24T16:36:01.563Z Checking libc v0.2.185
22742026-04-24T16:36:01.563Z Checking serde_core v1.0.228
22752026-04-24T16:36:01.678Z Checking zeroize v1.8.2
22762026-04-24T16:36:01.687Z Checking memchr v2.8.0
22772026-04-24T16:36:01.695Z Checking log v0.4.29
22782026-04-24T16:36:01.703Z Checking smallvec v1.15.1
22792026-04-24T16:36:01.714Z Checking typenum v1.19.0
22802026-04-24T16:36:01.714Z Checking subtle v2.6.1
22812026-04-24T16:36:01.816Z Checking itoa v1.0.17
22822026-04-24T16:36:01.853Z Checking scopeguard v1.2.0
22832026-04-24T16:36:01.866Z Checking stable_deref_trait v1.2.1
22842026-04-24T16:36:01.876Z Checking const-oid v0.9.6
22852026-04-24T16:36:01.937Z Checking portable-atomic v1.13.1
22862026-04-24T16:36:01.949Z Checking lock_api v0.4.14
22872026-04-24T16:36:01.962Z Checking zerofrom v0.1.6
22882026-04-24T16:36:02.056Z Checking critical-section v1.2.0
22892026-04-24T16:36:02.068Z Checking getrandom v0.2.17
22902026-04-24T16:36:02.068Z Checking errno v0.3.14
22912026-04-24T16:36:02.145Z Checking yoke v0.8.1
22922026-04-24T16:36:02.158Z Checking parking_lot_core v0.9.12
22932026-04-24T16:36:02.182Z Checking signal-hook-registry v1.4.8
22942026-04-24T16:36:02.217Z Checking rand_core v0.6.4
22952026-04-24T16:36:02.227Z Checking generic-array v0.14.7
22962026-04-24T16:36:02.309Z Checking zerovec v0.11.5
22972026-04-24T16:36:02.329Z Checking once_cell v1.21.3
22982026-04-24T16:36:02.339Z Checking zerocopy v0.8.40
22992026-04-24T16:36:02.342Z Checking pin-project-lite v0.2.17
23002026-04-24T16:36:02.391Z Checking parking_lot v0.12.5
23012026-04-24T16:36:02.434Z Checking mio v1.2.0
23022026-04-24T16:36:02.498Z Checking socket2 v0.6.3
23032026-04-24T16:36:02.547Z Checking libm v0.2.16
23042026-04-24T16:36:02.571Z Checking zmij v1.0.21
23052026-04-24T16:36:02.664Z Checking crypto-common v0.1.7
23062026-04-24T16:36:02.711Z Checking block-buffer v0.10.4
23072026-04-24T16:36:02.741Z Checking tinystr v0.8.2
23082026-04-24T16:36:02.769Z Checking litemap v0.8.1
23092026-04-24T16:36:02.783Z Checking allocator-api2 v0.2.21
23102026-04-24T16:36:02.794Z Checking percent-encoding v2.3.2
23112026-04-24T16:36:02.851Z Checking digest v0.10.7
23122026-04-24T16:36:02.913Z Checking futures-core v0.3.32
23132026-04-24T16:36:02.928Z Checking writeable v0.6.2
23142026-04-24T16:36:02.939Z Checking equivalent v1.0.2
23152026-04-24T16:36:03.018Z Checking potential_utf v0.1.4
23162026-04-24T16:36:03.031Z Checking zerotrie v0.2.3
23172026-04-24T16:36:03.047Z Checking foldhash v0.2.0
23182026-04-24T16:36:03.061Z Checking cpufeatures v0.2.17
23192026-04-24T16:36:03.084Z Checking icu_locale_core v2.1.1
23202026-04-24T16:36:03.157Z Checking hmac v0.12.1
23212026-04-24T16:36:03.162Z Checking icu_collections v2.1.1
23222026-04-24T16:36:03.162Z Checking serde v1.0.228
23232026-04-24T16:36:03.194Z Checking bitflags v2.11.0
23242026-04-24T16:36:03.249Z Checking num-traits v0.2.19
23252026-04-24T16:36:03.261Z Checking serde_json v1.0.149
23262026-04-24T16:36:03.271Z Checking hashbrown v0.16.1
23272026-04-24T16:36:03.355Z Checking block-padding v0.3.3
23282026-04-24T16:36:03.444Z Checking icu_properties_data v2.1.2
23292026-04-24T16:36:03.486Z Checking icu_normalizer_data v2.1.1
23302026-04-24T16:36:03.555Z Checking rand_core v0.10.0
23312026-04-24T16:36:03.567Z Checking bytes v1.11.1
23322026-04-24T16:36:03.580Z Checking futures-sink v0.3.32
23332026-04-24T16:36:03.635Z Checking icu_provider v2.1.1
23342026-04-24T16:36:03.672Z Checking futures-channel v0.3.32
23352026-04-24T16:36:03.696Z Checking getrandom v0.4.1
23362026-04-24T16:36:03.764Z Checking indexmap v2.13.0
23372026-04-24T16:36:03.776Z Checking inout v0.1.4
23382026-04-24T16:36:03.839Z Checking futures-io v0.3.32
23392026-04-24T16:36:03.857Z Checking slab v0.4.12
23402026-04-24T16:36:03.868Z Checking icu_properties v2.1.2
23412026-04-24T16:36:03.909Z Checking icu_normalizer v2.1.1
23422026-04-24T16:36:03.920Z Checking futures-task v0.3.32
23432026-04-24T16:36:03.948Z Checking cipher v0.4.4
23442026-04-24T16:36:04.011Z Checking tokio v1.52.1
23452026-04-24T16:36:04.014Z Checking sha2 v0.10.9
23462026-04-24T16:36:04.050Z Checking futures-util v0.3.32
23472026-04-24T16:36:04.151Z Checking getrandom v0.3.4
23482026-04-24T16:36:04.215Z Checking byteorder v1.5.0
23492026-04-24T16:36:04.289Z Checking utf8_iter v1.0.4
23502026-04-24T16:36:04.292Z Checking base64ct v1.8.3
23512026-04-24T16:36:04.322Z Checking form_urlencoded v1.2.2
23522026-04-24T16:36:04.409Z Checking flagset v0.4.7
23532026-04-24T16:36:04.409Z Checking fnv v1.0.7
23542026-04-24T16:36:04.449Z Checking rand_core v0.9.5
23552026-04-24T16:36:04.504Z Checking salsa20 v0.10.2
23562026-04-24T16:36:04.528Z Checking pem-rfc7468 v0.7.0
23572026-04-24T16:36:04.540Z Checking http v1.4.0
23582026-04-24T16:36:04.620Z Checking uuid v1.23.0
23592026-04-24T16:36:04.634Z Checking pbkdf2 v0.12.2
23602026-04-24T16:36:04.685Z Checking der v0.7.10
23612026-04-24T16:36:04.695Z Checking idna_adapter v1.2.1
23622026-04-24T16:36:04.740Z Checking scrypt v0.11.0
23632026-04-24T16:36:04.811Z Checking idna v1.1.0
23642026-04-24T16:36:04.878Z Checking cbc v0.1.2
23652026-04-24T16:36:04.934Z Checking aes v0.8.4
23662026-04-24T16:36:05.005Z Checking rustix v1.1.3
23672026-04-24T16:36:05.053Z Checking url v2.5.8
23682026-04-24T16:36:05.104Z Checking tracing-core v0.1.36
23692026-04-24T16:36:05.116Z Checking ppv-lite86 v0.2.21
23702026-04-24T16:36:05.317Z Checking rustls-pki-types v1.14.0
23712026-04-24T16:36:05.404Z Checking rand_chacha v0.9.0
23722026-04-24T16:36:05.416Z Checking spki v0.7.3
23732026-04-24T16:36:05.426Z Checking regex-syntax v0.8.10
23742026-04-24T16:36:05.481Z Checking iana-time-zone v0.1.65
23752026-04-24T16:36:05.583Z Checking pkcs5 v0.7.1
23762026-04-24T16:36:05.594Z Checking chrono v0.4.44
23772026-04-24T16:36:05.612Z Checking tracing v0.1.44
23782026-04-24T16:36:05.623Z Checking rand v0.9.2
23792026-04-24T16:36:05.819Z Checking http-body v1.0.1
23802026-04-24T16:36:05.842Z Checking aws-lc-sys v0.37.1
23812026-04-24T16:36:05.862Z Checking untrusted v0.9.0
23822026-04-24T16:36:05.950Z Checking untrusted v0.7.1
23832026-04-24T16:36:05.970Z Checking openssl-probe v0.2.1
23842026-04-24T16:36:05.983Z Checking base64 v0.22.1
23852026-04-24T16:36:06.062Z Checking ring v0.17.14
23862026-04-24T16:36:06.077Z Checking pkcs8 v0.10.2
23872026-04-24T16:36:06.107Z Checking atomic-waker v1.1.2
23882026-04-24T16:36:06.204Z Checking tinyvec_macros v0.1.1
23892026-04-24T16:36:06.219Z Checking tower-layer v0.3.3
23902026-04-24T16:36:06.252Z Checking plain v0.2.3
23912026-04-24T16:36:06.268Z Checking try-lock v0.2.5
23922026-04-24T16:36:06.349Z Checking aws-lc-rs v1.16.0
23932026-04-24T16:36:06.361Z Checking tower-service v0.3.3
23942026-04-24T16:36:06.373Z Checking want v0.3.1
23952026-04-24T16:36:06.375Z Checking tinyvec v1.10.0
23962026-04-24T16:36:06.450Z Checking ipnet v2.11.0
23972026-04-24T16:36:06.462Z Checking semver v1.0.27
23982026-04-24T16:36:06.491Z Checking httparse v1.10.1
23992026-04-24T16:36:06.670Z Checking spin v0.9.8
24002026-04-24T16:36:06.691Z Checking dyn-clone v1.0.20
24012026-04-24T16:36:06.703Z Checking httpdate v1.0.3
24022026-04-24T16:36:06.706Z Checking pin-utils v0.1.0
24032026-04-24T16:36:06.762Z Checking ucd-trie v0.1.7
24042026-04-24T16:36:06.773Z Checking foreign-types-shared v0.1.1
24052026-04-24T16:36:06.789Z Checking fastrand v2.3.0
24062026-04-24T16:36:06.843Z Checking unicode-ident v1.0.24
24072026-04-24T16:36:06.855Z Checking foreign-types v0.3.2
24082026-04-24T16:36:06.855Z Checking schemars v0.8.22
24092026-04-24T16:36:06.889Z Checking pest v2.8.6
24102026-04-24T16:36:06.920Z Checking openssl-sys v0.9.111
24112026-04-24T16:36:06.948Z Checking proc-macro2 v1.0.106
24122026-04-24T16:36:06.965Z Checking tempfile v3.25.0
24132026-04-24T16:36:07.046Z Checking thiserror v2.0.18
24142026-04-24T16:36:07.146Z Checking wait-timeout v0.2.1
24152026-04-24T16:36:07.157Z Checking socket2 v0.5.10
24162026-04-24T16:36:07.189Z Checking rustls-webpki v0.103.9
24172026-04-24T16:36:07.249Z Checking tokio-util v0.7.18
24182026-04-24T16:36:07.261Z Checking aho-corasick v1.1.4
24192026-04-24T16:36:07.273Z Checking simd-adler32 v0.3.8
24202026-04-24T16:36:07.400Z Checking anstyle v1.0.13
24212026-04-24T16:36:07.411Z Checking pretty-hex v0.4.1
24222026-04-24T16:36:07.439Z Checking bit-vec v0.8.0
24232026-04-24T16:36:07.516Z Checking utf8parse v0.2.2
24242026-04-24T16:36:07.528Z Checking siphasher v1.0.2
24252026-04-24T16:36:07.579Z Checking quick-error v1.2.3
24262026-04-24T16:36:07.606Z Checking rustls v0.23.37
24272026-04-24T16:36:07.617Z Checking powerfmt v0.2.0
24282026-04-24T16:36:07.631Z Checking bit-set v0.8.0
24292026-04-24T16:36:07.676Z Checking rusty-fork v0.3.1
24302026-04-24T16:36:07.679Z Checking anstyle-parse v0.2.7
24312026-04-24T16:36:07.764Z Checking deranged v0.5.8
24322026-04-24T16:36:07.776Z Checking openssl v0.10.75
24332026-04-24T16:36:07.835Z Checking quote v1.0.44
24342026-04-24T16:36:07.850Z Compiling newtype-uuid v1.3.2
24352026-04-24T16:36:07.862Z Checking h2 v0.4.13
24362026-04-24T16:36:07.940Z Checking regex-automata v0.4.14
24372026-04-24T16:36:07.952Z Checking unicode-normalization v0.1.25
24382026-04-24T16:36:07.996Z Checking rustls-native-certs v0.8.3
24392026-04-24T16:36:08.022Z Checking crossbeam-utils v0.8.21
24402026-04-24T16:36:08.120Z Checking rand_xorshift v0.4.0
24412026-04-24T16:36:08.240Z Checking crc32fast v1.5.0
24422026-04-24T16:36:08.346Z Checking scroll v0.13.0
24432026-04-24T16:36:08.359Z Checking signature v2.2.0
24442026-04-24T16:36:08.377Z Checking sync_wrapper v1.0.2
24452026-04-24T16:36:08.477Z Checking is_terminal_polyfill v1.70.2
24462026-04-24T16:36:08.489Z Checking unicode-bidi v0.3.18
24472026-04-24T16:36:08.563Z Checking unarray v0.1.4
24482026-04-24T16:36:08.574Z Checking adler2 v2.0.1
24492026-04-24T16:36:08.666Z Checking unicode-properties v0.1.4
24502026-04-24T16:36:08.678Z Checking colorchoice v1.0.4
24512026-04-24T16:36:08.697Z Checking num-conv v0.2.0
24522026-04-24T16:36:08.772Z Checking num_threads v0.1.7
24532026-04-24T16:36:08.783Z Checking anstyle-query v1.1.5
24542026-04-24T16:36:08.811Z Checking time-core v0.1.8
24552026-04-24T16:36:08.848Z Checking stringprep v0.1.5
24562026-04-24T16:36:08.860Z Checking miniz_oxide v0.8.9
24572026-04-24T16:36:08.871Z Checking anstream v0.6.21
24582026-04-24T16:36:08.953Z Checking time v0.3.47
24592026-04-24T16:36:08.995Z Checking proptest v1.10.0
24602026-04-24T16:36:09.058Z Checking goblin v0.10.5
24612026-04-24T16:36:09.208Z Checking tower v0.5.3
24622026-04-24T16:36:09.596Z Checking crossbeam-epoch v0.9.18
24632026-04-24T16:36:09.727Z Checking native-tls v0.2.18
24642026-04-24T16:36:09.779Z Checking syn v2.0.117
24652026-04-24T16:36:09.815Z Compiling daft v0.1.5
24662026-04-24T16:36:09.905Z Checking ipnetwork v0.21.1
24672026-04-24T16:36:09.960Z Checking tokio-rustls v0.26.4
24682026-04-24T16:36:10.080Z Checking http-body-util v0.1.3
24692026-04-24T16:36:10.092Z Checking webpki-roots v1.0.6
24702026-04-24T16:36:10.118Z Checking rand_chacha v0.3.1
24712026-04-24T16:36:10.188Z Checking thiserror v1.0.69
24722026-04-24T16:36:10.205Z Checking scroll v0.12.0
24732026-04-24T16:36:10.285Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-04-24T16:36:10.295Z Checking hash32 v0.2.1
24752026-04-24T16:36:10.319Z Checking num-integer v0.1.46
24762026-04-24T16:36:10.393Z Checking toml_datetime v0.6.11
24772026-04-24T16:36:10.427Z Checking serde_spanned v0.6.9
24782026-04-24T16:36:10.449Z Checking md-5 v0.10.6
24792026-04-24T16:36:10.550Z Checking hyper v1.8.1
24802026-04-24T16:36:10.562Z Checking ff v0.13.1
24812026-04-24T16:36:10.575Z Checking psl-types v2.0.11
24822026-04-24T16:36:10.588Z Checking iri-string v0.7.10
24832026-04-24T16:36:10.603Z Checking zlib-rs v0.6.2
24842026-04-24T16:36:10.687Z Checking fallible-iterator v0.2.0
24852026-04-24T16:36:10.698Z Checking base16ct v0.2.0
24862026-04-24T16:36:10.805Z Checking ryu v1.0.23
24872026-04-24T16:36:10.826Z Checking sec1 v0.7.3
24882026-04-24T16:36:10.941Z Checking serde_urlencoded v0.7.1
24892026-04-24T16:36:10.960Z Checking postgres-protocol v0.6.10
24902026-04-24T16:36:11.144Z Checking group v0.13.0
24912026-04-24T16:36:11.183Z Checking publicsuffix v2.3.0
24922026-04-24T16:36:11.270Z Compiling iddqd v0.3.17
24932026-04-24T16:36:11.289Z Checking num-iter v0.1.45
24942026-04-24T16:36:11.343Z Checking heapless v0.7.17
24952026-04-24T16:36:11.401Z Checking goblin v0.8.2
24962026-04-24T16:36:11.448Z Checking dof v0.4.0
24972026-04-24T16:36:11.451Z Checking hyper-util v0.1.20
24982026-04-24T16:36:11.487Z Checking flate2 v1.1.9
24992026-04-24T16:36:11.609Z Checking tower-http v0.6.8
25002026-04-24T16:36:11.747Z Checking zstd-safe v7.2.4
25012026-04-24T16:36:11.782Z Checking rand v0.8.5
25022026-04-24T16:36:11.882Z Checking oxnet v0.1.4
25032026-04-24T16:36:11.907Z Checking cookie v0.18.1
25042026-04-24T16:36:12.075Z Checking tokio-native-tls v0.3.1
25052026-04-24T16:36:12.089Z Checking dtrace-parser v0.3.0
25062026-04-24T16:36:12.117Z Checking phf_shared v0.13.1
25072026-04-24T16:36:12.131Z Checking lazy_static v1.5.0
25082026-04-24T16:36:12.216Z Checking zerocopy v0.7.35
25092026-04-24T16:36:12.230Z Checking terminal_size v0.4.3
25102026-04-24T16:36:12.300Z Checking bzip2-sys v0.1.13+1.0.8
25112026-04-24T16:36:12.313Z Checking signal-hook v0.3.18
25122026-04-24T16:36:12.325Z Checking hkdf v0.12.4
25132026-04-24T16:36:12.375Z Checking crypto-bigint v0.5.5
25142026-04-24T16:36:12.381Z Checking thread-id v5.1.0
25152026-04-24T16:36:12.394Z Checking winnow v0.7.14
25162026-04-24T16:36:12.452Z Checking managed v0.8.0
25172026-04-24T16:36:12.463Z Checking winnow v0.5.40
25182026-04-24T16:36:12.495Z Checking foldhash v0.1.5
25192026-04-24T16:36:12.628Z Checking strsim v0.11.1
25202026-04-24T16:36:12.648Z Checking clap_lex v1.0.0
25212026-04-24T16:36:12.708Z Checking bitflags v1.3.2
25222026-04-24T16:36:12.711Z Checking hyper-rustls v0.27.7
25232026-04-24T16:36:12.780Z Checking libbz2-rs-sys v0.2.2
25242026-04-24T16:36:12.793Z Checking bumpalo v3.20.2
25252026-04-24T16:36:12.793Z Checking either v1.15.0
25262026-04-24T16:36:12.923Z Compiling rayon-core v1.13.0
25272026-04-24T16:36:12.985Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25282026-04-24T16:36:12.996Z Checking zopfli v0.8.3
25292026-04-24T16:36:13.114Z Checking clap_builder v4.5.60
25302026-04-24T16:36:13.164Z Checking bzip2 v0.6.1
25312026-04-24T16:36:13.178Z Checking smoltcp v0.9.1
25322026-04-24T16:36:13.249Z Checking elliptic-curve v0.13.8
25332026-04-24T16:36:13.300Z Checking dof v0.3.0
25342026-04-24T16:36:13.319Z Checking hyper-tls v0.6.0
25352026-04-24T16:36:13.330Z Checking hashbrown v0.15.5
25362026-04-24T16:36:13.485Z Checking signal-hook-mio v0.2.5
25372026-04-24T16:36:13.554Z Checking usdt-impl v0.6.0
25382026-04-24T16:36:13.565Z Checking bzip2 v0.4.4
25392026-04-24T16:36:13.578Z Checking phf v0.13.1
25402026-04-24T16:36:13.589Z Checking num-bigint-dig v0.8.6
25412026-04-24T16:36:13.599Z Checking toml_edit v0.19.15
25422026-04-24T16:36:13.719Z Checking cookie_store v0.22.1
25432026-04-24T16:36:13.768Z Checking zstd v0.13.3
25442026-04-24T16:36:13.795Z Checking postgres-types v0.2.12
25452026-04-24T16:36:13.828Z Checking dtrace-parser v0.2.0
25462026-04-24T16:36:13.951Z Checking rustls-platform-verifier v0.6.2
25472026-04-24T16:36:13.966Z Checking crossbeam-deque v0.8.6
25482026-04-24T16:36:14.041Z Checking bstr v1.12.1
25492026-04-24T16:36:14.060Z Checking regex v1.12.3
25502026-04-24T16:36:14.088Z Checking ed25519 v2.2.3
25512026-04-24T16:36:14.099Z Checking phf_shared v0.11.3
25522026-04-24T16:36:14.139Z Checking ref-cast v1.0.25
25532026-04-24T16:36:14.236Z Checking curve25519-dalek v4.1.3
25542026-04-24T16:36:14.239Z Checking strum v0.27.2
25552026-04-24T16:36:14.269Z Checking hubpack v0.1.2
25562026-04-24T16:36:14.340Z Checking memoffset v0.9.1
25572026-04-24T16:36:14.356Z Checking rustix v0.38.44
25582026-04-24T16:36:14.361Z Checking pkcs1 v0.7.5
25592026-04-24T16:36:14.392Z Checking float-cmp v0.10.0
25602026-04-24T16:36:14.415Z Checking erased-serde v0.3.31
25612026-04-24T16:36:14.426Z Checking hex v0.4.3
25622026-04-24T16:36:14.438Z Checking serde-big-array v0.5.1
25632026-04-24T16:36:14.516Z Checking rfc6979 v0.4.0
25642026-04-24T16:36:14.568Z Checking thread-id v4.2.2
25652026-04-24T16:36:14.579Z Checking memmap2 v0.9.10
25662026-04-24T16:36:14.629Z Checking env_filter v1.0.0
25672026-04-24T16:36:14.642Z Checking encoding_rs v0.8.35
25682026-04-24T16:36:14.645Z Checking rustc-hash v2.1.1
25692026-04-24T16:36:14.645Z Checking unicode-segmentation v1.12.0
25702026-04-24T16:36:14.732Z Checking mime v0.3.17
25712026-04-24T16:36:14.763Z Checking data-encoding v2.10.0
25722026-04-24T16:36:14.775Z Checking fixedbitset v0.4.2
25732026-04-24T16:36:14.792Z Checking jiff v0.2.21
25742026-04-24T16:36:14.903Z Checking static_assertions v1.1.0
25752026-04-24T16:36:14.922Z Checking normalize-line-endings v0.3.0
25762026-04-24T16:36:14.953Z Checking precomputed-hash v0.1.1
25772026-04-24T16:36:14.969Z Checking keccak v0.1.6
25782026-04-24T16:36:15.009Z Checking whoami v2.1.0
25792026-04-24T16:36:15.021Z Checking toml_write v0.1.2
25802026-04-24T16:36:15.032Z Checking difflib v0.4.0
25812026-04-24T16:36:15.035Z Checking fixedbitset v0.5.7
25822026-04-24T16:36:15.131Z Checking predicates-core v1.0.10
25832026-04-24T16:36:15.158Z Checking new_debug_unreachable v1.0.6
25842026-04-24T16:36:15.180Z Checking toml_edit v0.22.27
25852026-04-24T16:36:15.202Z Checking tokio-postgres v0.7.16
25862026-04-24T16:36:15.214Z Checking crossterm v0.28.1
25872026-04-24T16:36:15.225Z Checking string_cache v0.8.9
25882026-04-24T16:36:15.236Z Checking petgraph v0.8.3
25892026-04-24T16:36:15.250Z Checking predicates v3.1.4
25902026-04-24T16:36:15.389Z Checking sha3 v0.10.8
25912026-04-24T16:36:15.549Z Checking hickory-proto v0.25.2
25922026-04-24T16:36:15.595Z Checking ed25519-dalek v2.2.0
25932026-04-24T16:36:15.629Z Checking reqwest v0.12.28
25942026-04-24T16:36:15.832Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25952026-04-24T16:36:15.940Z Checking similar v2.7.0
25962026-04-24T16:36:16.316Z Checking petgraph v0.6.5
25972026-04-24T16:36:16.329Z Checking slog v2.8.2
25982026-04-24T16:36:16.473Z Checking env_logger v0.11.9
25992026-04-24T16:36:16.586Z Checking usdt v0.6.0
26002026-04-24T16:36:16.664Z Checking toml v0.7.8
26012026-04-24T16:36:16.759Z Checking serde_with v3.17.0
26022026-04-24T16:36:16.845Z Checking usdt-impl v0.5.0
26032026-04-24T16:36:16.971Z Checking ecdsa v0.16.9
26042026-04-24T16:36:17.035Z Checking zip v4.6.1
26052026-04-24T16:36:17.122Z Checking rsa v0.9.10
26062026-04-24T16:36:17.305Z Checking nix v0.31.2
26072026-04-24T16:36:17.334Z Checking clap v4.5.60
26082026-04-24T16:36:17.558Z Checking reqwest v0.13.2
26092026-04-24T16:36:17.591Z Checking zip v0.6.6
26102026-04-24T16:36:17.603Z Checking toml_parser v1.0.9+spec-1.1.0
26112026-04-24T16:36:17.753Z Checking itertools v0.13.0
26122026-04-24T16:36:17.910Z Checking strum v0.26.3
26132026-04-24T16:36:17.932Z Checking tokio-stream v0.1.18
26142026-04-24T16:36:18.022Z Checking fs-err v3.3.0
26152026-04-24T16:36:18.051Z Checking ahash v0.8.12
26162026-04-24T16:36:18.162Z Checking object v0.37.3
26172026-04-24T16:36:18.246Z Checking buf-list v1.1.2
26182026-04-24T16:36:18.295Z Checking anyhow v1.0.102
26192026-04-24T16:36:18.307Z Checking camino v1.2.2
26202026-04-24T16:36:18.319Z Checking x509-cert v0.2.5
26212026-04-24T16:36:18.319Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26222026-04-24T16:36:18.396Z Checking openapiv3 v2.2.0
26232026-04-24T16:36:18.426Z Checking toml_datetime v0.7.5+spec-1.1.0
26242026-04-24T16:36:18.490Z Checking sha1 v0.10.6
26252026-04-24T16:36:18.546Z Checking lalrpop-util v0.19.12
26262026-04-24T16:36:18.593Z Checking peg-runtime v0.8.5
26272026-04-24T16:36:18.621Z Checking rayon v1.11.0
26282026-04-24T16:36:18.650Z Checking sigpipe v0.1.3
26292026-04-24T16:36:18.703Z Checking glob v0.3.3
26302026-04-24T16:36:20.318Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-04-24T16:36:20.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s
26322026-04-24T16:36:20.764Z
26332026-04-24T16:36:20.764Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26342026-04-24T16:36:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-04-24T16:36:21.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-04-24T16:36:21.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-04-24T16:36:21.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-04-24T16:36:21.354Z
26392026-04-24T16:36:21.354Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26402026-04-24T16:36:21.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-04-24T16:36:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-04-24T16:36:21.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-04-24T16:36:21.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26442026-04-24T16:36:21.939Z
26452026-04-24T16:36:21.939Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26462026-04-24T16:36:22.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-04-24T16:36:22.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-04-24T16:36:22.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-04-24T16:36:22.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502026-04-24T16:36:22.548Z
26512026-04-24T16:36:22.548Zinfo: running `cargo check --bins` on oxql-types (80/272)
26522026-04-24T16:36:23.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-04-24T16:36:23.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-04-24T16:36:23.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-04-24T16:36:23.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26562026-04-24T16:36:23.137Z
26572026-04-24T16:36:23.137Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26582026-04-24T16:36:23.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-04-24T16:36:23.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-04-24T16:36:23.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-04-24T16:36:23.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26622026-04-24T16:36:23.724Z
26632026-04-24T16:36:23.724Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26642026-04-24T16:36:24.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-04-24T16:36:24.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-04-24T16:36:24.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-04-24T16:36:24.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26682026-04-24T16:36:24.311Z
26692026-04-24T16:36:24.311Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26702026-04-24T16:36:24.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-04-24T16:36:24.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-04-24T16:36:24.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-04-24T16:36:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26742026-04-24T16:36:24.886Z
26752026-04-24T16:36:24.886Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26762026-04-24T16:36:25.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-04-24T16:36:25.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-04-24T16:36:25.563Z Compiling structmeta-derive v0.3.0
26792026-04-24T16:36:25.677Z Compiling rustls v0.22.4
26802026-04-24T16:36:25.689Z Compiling multer v3.1.0
26812026-04-24T16:36:25.699Z Compiling async-stream-impl v0.3.6
26822026-04-24T16:36:25.702Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-04-24T16:36:25.720Z Compiling dropshot v0.16.7
26842026-04-24T16:36:25.734Z Compiling newtype-uuid-macros v0.1.0
26852026-04-24T16:36:25.734Z Compiling dropshot_endpoint v0.16.7
26862026-04-24T16:36:25.856Z Checking newtype-uuid v1.3.2
26872026-04-24T16:36:25.917Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-04-24T16:36:25.972Z Checking rustls-webpki v0.102.8
26892026-04-24T16:36:26.057Z Checking daft v0.1.5
26902026-04-24T16:36:26.079Z Checking futures-executor v0.3.32
26912026-04-24T16:36:26.277Z Checking thread_local v1.1.9
26922026-04-24T16:36:26.300Z Compiling match_cfg v0.1.0
26932026-04-24T16:36:26.344Z Checking iddqd v0.3.17
26942026-04-24T16:36:26.371Z Compiling hostname v0.3.1
26952026-04-24T16:36:26.483Z Checking futures v0.3.32
26962026-04-24T16:36:26.498Z Checking crossbeam-channel v0.5.15
26972026-04-24T16:36:26.532Z Checking slog-json v2.6.1
26982026-04-24T16:36:26.726Z Compiling structmeta v0.3.0
26992026-04-24T16:36:26.764Z Checking serde_spanned v1.0.4
27002026-04-24T16:36:26.895Z Checking is-terminal v0.4.17
27012026-04-24T16:36:26.938Z Compiling derive-ex v0.1.8
27022026-04-24T16:36:26.985Z Compiling parse-display-derive v0.10.0
27032026-04-24T16:36:26.996Z Checking toml_writer v1.0.6+spec-1.1.0
27042026-04-24T16:36:26.999Z Checking debug-ignore v1.0.5
27052026-04-24T16:36:27.106Z Checking term v1.2.1
27062026-04-24T16:36:27.176Z Checking take_mut v0.2.2
27072026-04-24T16:36:27.278Z Checking slog-async v2.8.0
27082026-04-24T16:36:27.324Z Checking slog-term v2.9.2
27092026-04-24T16:36:27.416Z Compiling toml v0.9.12+spec-1.1.0
27102026-04-24T16:36:27.454Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-04-24T16:36:27.527Z Compiling slog-bunyan v2.5.0
27122026-04-24T16:36:27.663Z Checking async-stream v0.3.6
27132026-04-24T16:36:27.792Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27142026-04-24T16:36:27.905Z Checking tokio-rustls v0.25.0
27152026-04-24T16:36:27.977Z Checking progenitor-client v0.13.0
27162026-04-24T16:36:27.982Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27172026-04-24T16:36:28.116Z Checking backon v1.6.0
27182026-04-24T16:36:28.153Z Checking waitgroup v0.1.2
27192026-04-24T16:36:28.290Z Checking rustls-pemfile v2.2.0
27202026-04-24T16:36:28.632Z Compiling test-strategy v0.4.5
27212026-04-24T16:36:28.643Z Checking serde_path_to_error v0.1.20
27222026-04-24T16:36:28.678Z Compiling hostname v0.4.2
27232026-04-24T16:36:28.725Z Checking instant v0.1.13
27242026-04-24T16:36:28.809Z Compiling prettyplease v0.2.37
27252026-04-24T16:36:28.823Z Compiling backoff v0.4.0
27262026-04-24T16:36:28.877Z Compiling parse-display v0.10.0
27272026-04-24T16:36:29.038Z Compiling progenitor-extras v0.1.1
27282026-04-24T16:36:29.170Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27292026-04-24T16:36:29.270Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27302026-04-24T16:36:29.386Z Checking progenitor-client v0.10.0
27312026-04-24T16:36:29.433Z Checking itertools v0.14.0
27322026-04-24T16:36:29.618Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27332026-04-24T16:36:30.014Z Checking regress v0.10.5
27342026-04-24T16:36:30.116Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27352026-04-24T16:36:30.708Z Compiling macaddr v1.0.1
27362026-04-24T16:36:30.856Z Checking num-rational v0.4.2
27372026-04-24T16:36:30.936Z Compiling usdt-attr-macro v0.5.0
27382026-04-24T16:36:30.966Z Compiling usdt-macro v0.5.0
27392026-04-24T16:36:31.139Z Checking num-complex v0.4.6
27402026-04-24T16:36:31.461Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-04-24T16:36:31.476Z Checking memmap v0.7.0
27422026-04-24T16:36:31.495Z Compiling num v0.4.3
27432026-04-24T16:36:31.574Z Compiling float-ord v0.3.2
27442026-04-24T16:36:31.695Z Compiling toml v0.8.23
27452026-04-24T16:36:31.713Z Checking linked-hash-map v0.5.6
27462026-04-24T16:36:31.713Z Checking usdt v0.5.0
27472026-04-24T16:36:31.884Z Compiling minimal-lexical v0.2.1
27482026-04-24T16:36:31.898Z Checking lru-cache v0.1.2
27492026-04-24T16:36:32.146Z Compiling nom v7.1.3
27502026-04-24T16:36:32.548Z Checking hickory-proto v0.24.4
27512026-04-24T16:36:32.643Z Checking phf_shared v0.12.1
27522026-04-24T16:36:32.787Z Compiling slog-dtrace v0.3.0
27532026-04-24T16:36:32.802Z Compiling convert_case v0.4.0
27542026-04-24T16:36:32.981Z Checking resolv-conf v0.7.6
27552026-04-24T16:36:33.167Z Compiling chrono-tz v0.10.4
27562026-04-24T16:36:33.182Z Checking heck v0.5.0
27572026-04-24T16:36:33.286Z Compiling const_format_proc_macros v0.2.34
27582026-04-24T16:36:33.311Z Compiling derive_more v0.99.20
27592026-04-24T16:36:33.411Z Checking phf v0.12.1
27602026-04-24T16:36:33.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-04-24T16:36:33.556Z Checking tokio-dtrace v0.1.1
27622026-04-24T16:36:33.744Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27632026-04-24T16:36:33.967Z Compiling derive-where v1.6.0
27642026-04-24T16:36:34.102Z Checking highway v1.3.0
27652026-04-24T16:36:34.314Z Checking const_format v0.2.35
27662026-04-24T16:36:34.344Z Checking hickory-resolver v0.24.4
27672026-04-24T16:36:34.360Z Checking oxide-tokio-rt v0.1.4
27682026-04-24T16:36:34.770Z Checking gethostname v0.5.0
27692026-04-24T16:36:34.860Z Checking bcs v0.1.6
27702026-04-24T16:36:35.093Z Compiling async-recursion v1.1.1
27712026-04-24T16:36:35.095Z Checking termtree v0.5.1
27722026-04-24T16:36:35.229Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-04-24T16:36:35.294Z Checking qorb v0.4.1
27742026-04-24T16:36:35.644Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-04-24T16:36:35.779Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-04-24T16:36:36.982Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-04-24T16:36:36.982Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-04-24T16:36:38.614Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27792026-04-24T16:36:41.179Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27802026-04-24T16:36:43.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.35s
27812026-04-24T16:36:43.421Z
27822026-04-24T16:36:43.421Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27832026-04-24T16:36:43.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-04-24T16:36:43.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-04-24T16:36:44.085Z Compiling ar_archive_writer v0.5.1
27862026-04-24T16:36:44.195Z Compiling stacker v0.1.23
27872026-04-24T16:36:44.202Z Compiling cfg_aliases v0.1.1
27882026-04-24T16:36:44.207Z Compiling convert_case v0.10.0
27892026-04-24T16:36:44.212Z Checking unicode-width v0.1.14
27902026-04-24T16:36:44.220Z Compiling proc-macro-error v1.0.4
27912026-04-24T16:36:44.231Z Checking fd-lock v4.0.4
27922026-04-24T16:36:44.234Z Checking nibble_vec v0.1.0
27932026-04-24T16:36:44.258Z Compiling nix v0.28.0
27942026-04-24T16:36:44.344Z Checking vte v0.14.1
27952026-04-24T16:36:44.359Z Compiling recursive-proc-macro-impl v0.1.1
27962026-04-24T16:36:44.446Z Checking bytecount v0.6.9
27972026-04-24T16:36:44.458Z Checking endian-type v0.1.2
27982026-04-24T16:36:44.493Z Checking strip-ansi-escapes v0.2.1
27992026-04-24T16:36:44.505Z Compiling derive_more-impl v2.1.1
28002026-04-24T16:36:44.517Z Compiling tabled_derive v0.7.0
28012026-04-24T16:36:44.545Z Checking papergrid v0.11.0
28022026-04-24T16:36:44.589Z Checking radix_trie v0.2.1
28032026-04-24T16:36:44.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28042026-04-24T16:36:44.758Z Compiling peg-macros v0.8.5
28052026-04-24T16:36:44.791Z Checking winnow v0.6.26
28062026-04-24T16:36:45.041Z Compiling psm v0.1.30
28072026-04-24T16:36:45.090Z Compiling sqlparser_derive v0.5.0
28082026-04-24T16:36:45.193Z Checking nu-ansi-term v0.50.3
28092026-04-24T16:36:45.313Z Checking derive_more v2.1.1
28102026-04-24T16:36:45.391Z Checking unicode_categories v0.1.1
28112026-04-24T16:36:45.404Z Checking unicode-width v0.2.0
28122026-04-24T16:36:45.483Z Checking home v0.5.12
28132026-04-24T16:36:45.604Z Checking tabled v0.15.0
28142026-04-24T16:36:45.617Z Checking crossterm v0.29.0
28152026-04-24T16:36:45.629Z Checking rustyline v14.0.0
28162026-04-24T16:36:45.682Z Checking reedline v0.40.0
28172026-04-24T16:36:45.866Z Checking recursive v0.1.1
28182026-04-24T16:36:45.912Z Checking display-error-chain v0.2.2
28192026-04-24T16:36:45.959Z Checking sqlparser v0.61.0
28202026-04-24T16:36:45.992Z Checking sqlformat v0.3.5
28212026-04-24T16:36:46.192Z Checking peg v0.8.5
28222026-04-24T16:36:57.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28232026-04-24T16:36:57.290Z
28242026-04-24T16:36:57.290Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28252026-04-24T16:36:57.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-04-24T16:36:57.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-04-24T16:36:57.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-04-24T16:37:01.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28292026-04-24T16:37:01.536Z
28302026-04-24T16:37:01.536Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28312026-04-24T16:37:02.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-04-24T16:37:02.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-04-24T16:37:02.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-04-24T16:37:04.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28352026-04-24T16:37:04.751Z
28362026-04-24T16:37:04.751Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28372026-04-24T16:37:05.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-04-24T16:37:05.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-04-24T16:37:05.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-04-24T16:37:08.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28412026-04-24T16:37:08.751Z
28422026-04-24T16:37:08.751Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28432026-04-24T16:37:09.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-04-24T16:37:09.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-04-24T16:37:09.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-04-24T16:37:12.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28472026-04-24T16:37:12.801Z
28482026-04-24T16:37:12.801Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28492026-04-24T16:37:13.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-04-24T16:37:13.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-04-24T16:37:13.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-04-24T16:37:16.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28532026-04-24T16:37:16.207Z
28542026-04-24T16:37:16.207Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28552026-04-24T16:37:16.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-04-24T16:37:16.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-04-24T16:37:16.870Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-04-24T16:37:19.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28592026-04-24T16:37:19.627Z
28602026-04-24T16:37:19.627Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28612026-04-24T16:37:20.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-04-24T16:37:20.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-04-24T16:37:20.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-04-24T16:37:23.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28652026-04-24T16:37:23.823Z
28662026-04-24T16:37:23.823Zinfo: running `cargo check --bins` on oximeter (93/272)
28672026-04-24T16:37:24.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-04-24T16:37:24.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-04-24T16:37:24.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-04-24T16:37:24.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28712026-04-24T16:37:24.421Z
28722026-04-24T16:37:24.421Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28732026-04-24T16:37:24.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-04-24T16:37:24.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-04-24T16:37:25.050Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28762026-04-24T16:37:25.211Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28772026-04-24T16:37:25.214Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-04-24T16:37:25.547Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28792026-04-24T16:37:28.596Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28802026-04-24T16:37:28.915Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28812026-04-24T16:37:30.015Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-04-24T16:37:30.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
28832026-04-24T16:37:30.867Z
28842026-04-24T16:37:30.867Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28852026-04-24T16:37:31.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-04-24T16:37:31.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-04-24T16:37:31.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-04-24T16:37:31.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28892026-04-24T16:37:31.463Z
28902026-04-24T16:37:31.463Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28912026-04-24T16:37:31.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-04-24T16:37:32.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-04-24T16:37:32.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-04-24T16:37:32.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28952026-04-24T16:37:32.100Z
28962026-04-24T16:37:32.100Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28972026-04-24T16:37:32.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-04-24T16:37:32.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-04-24T16:37:32.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-04-24T16:37:32.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-04-24T16:37:32.703Z
29022026-04-24T16:37:32.703Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29032026-04-24T16:37:33.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-04-24T16:37:33.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-04-24T16:37:33.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-04-24T16:37:33.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29072026-04-24T16:37:33.305Z
29082026-04-24T16:37:33.305Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29092026-04-24T16:37:33.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-04-24T16:37:33.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-04-24T16:37:33.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-04-24T16:37:33.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132026-04-24T16:37:33.907Z
29142026-04-24T16:37:33.907Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29152026-04-24T16:37:34.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-04-24T16:37:34.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-04-24T16:37:34.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-04-24T16:37:34.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-04-24T16:37:34.510Z
29202026-04-24T16:37:34.510Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29212026-04-24T16:37:35.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-04-24T16:37:35.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-04-24T16:37:35.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-04-24T16:37:35.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29252026-04-24T16:37:35.096Z
29262026-04-24T16:37:35.096Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29272026-04-24T16:37:35.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-04-24T16:37:35.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-04-24T16:37:35.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-04-24T16:37:35.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-04-24T16:37:35.702Z
29322026-04-24T16:37:35.703Zinfo: running `cargo check --bins` on update-engine (103/272)
29332026-04-24T16:37:36.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-04-24T16:37:36.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-04-24T16:37:36.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-04-24T16:37:36.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29372026-04-24T16:37:36.286Z
29382026-04-24T16:37:36.286Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29392026-04-24T16:37:36.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-04-24T16:37:36.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-04-24T16:37:37.003Z Compiling crucible-workspace-hack v0.1.0
29422026-04-24T16:37:37.118Z Checking secrecy v0.10.3
29432026-04-24T16:37:37.125Z Compiling heapless v0.8.0
29442026-04-24T16:37:37.131Z Compiling ingot-macros v0.1.1
29452026-04-24T16:37:37.137Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-04-24T16:37:37.140Z Checking hash32 v0.3.1
29472026-04-24T16:37:37.146Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29482026-04-24T16:37:37.168Z Compiling smoltcp v0.11.0
29492026-04-24T16:37:37.219Z Checking cobs v0.3.0
29502026-04-24T16:37:37.265Z Compiling thiserror-impl-no-std v2.0.2
29512026-04-24T16:37:37.367Z Checking universal-hash v0.5.1
29522026-04-24T16:37:37.367Z Checking half v2.7.1
29532026-04-24T16:37:37.383Z Checking opaque-debug v0.3.1
29542026-04-24T16:37:37.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29552026-04-24T16:37:37.529Z Checking ciborium-io v0.2.2
29562026-04-24T16:37:37.533Z Checking poly1305 v0.8.0
29572026-04-24T16:37:37.621Z Checking postcard v1.1.3
29582026-04-24T16:37:37.675Z Compiling proc-macro-crate v3.4.0
29592026-04-24T16:37:37.697Z Checking ciborium-ll v0.2.2
29602026-04-24T16:37:37.822Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29612026-04-24T16:37:37.874Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29622026-04-24T16:37:37.912Z Checking password-hash v0.5.0
29632026-04-24T16:37:38.121Z Checking chacha20 v0.9.1
29642026-04-24T16:37:38.137Z Compiling proc-macro-crate v1.3.1
29652026-04-24T16:37:38.153Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29662026-04-24T16:37:38.185Z Checking blake2 v0.10.6
29672026-04-24T16:37:38.221Z Compiling num_enum_derive v0.7.5
29682026-04-24T16:37:38.314Z Checking aead v0.5.2
29692026-04-24T16:37:38.388Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29702026-04-24T16:37:38.421Z Compiling foreign-types-macros v0.2.3
29712026-04-24T16:37:38.437Z Checking thiserror-no-std v2.0.2
29722026-04-24T16:37:38.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29732026-04-24T16:37:38.524Z Checking cpufeatures v0.3.0
29742026-04-24T16:37:38.546Z Checking foreign-types-shared v0.3.1
29752026-04-24T16:37:38.594Z Compiling num_enum_derive v0.5.11
29762026-04-24T16:37:38.607Z Checking chacha20 v0.10.0
29772026-04-24T16:37:38.636Z Checking vsss-rs v3.3.4
29782026-04-24T16:37:38.697Z Checking chacha20poly1305 v0.10.1
29792026-04-24T16:37:38.816Z Checking argon2 v0.5.3
29802026-04-24T16:37:38.830Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-04-24T16:37:39.007Z Checking foreign-types v0.5.0
29822026-04-24T16:37:39.086Z Checking ciborium v0.2.2
29832026-04-24T16:37:39.256Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29842026-04-24T16:37:39.271Z Checking tabwriter v1.4.1
29852026-04-24T16:37:39.285Z Checking num_enum v0.7.5
29862026-04-24T16:37:39.396Z Checking console v0.15.11
29872026-04-24T16:37:39.416Z Checking newline-converter v0.3.0
29882026-04-24T16:37:39.510Z Checking atomicwrites v0.4.4
29892026-04-24T16:37:39.527Z Checking camino-tempfile v1.4.1
29902026-04-24T16:37:39.541Z Checking byte-wrapper v0.1.0
29912026-04-24T16:37:39.650Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-04-24T16:37:39.650Z Checking cstr-argument v0.1.2
29932026-04-24T16:37:39.691Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29942026-04-24T16:37:39.704Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-04-24T16:37:39.755Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-04-24T16:37:39.769Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-04-24T16:37:39.782Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29982026-04-24T16:37:39.899Z Checking expectorate v1.2.0
29992026-04-24T16:37:39.947Z Checking num_enum v0.5.11
30002026-04-24T16:37:39.966Z Checking ingot-types v0.1.2
30012026-04-24T16:37:40.027Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30022026-04-24T16:37:40.060Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-04-24T16:37:40.073Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-04-24T16:37:40.136Z Checking rand v0.10.0
30052026-04-24T16:37:40.178Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30062026-04-24T16:37:40.191Z Checking colored v3.1.1
30072026-04-24T16:37:40.264Z Checking indent_write v2.2.0
30082026-04-24T16:37:40.316Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-04-24T16:37:40.331Z Checking ingot v0.1.1
30102026-04-24T16:37:40.390Z Compiling zone_cfg_derive v0.3.1
30112026-04-24T16:37:40.393Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122026-04-24T16:37:40.416Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30132026-04-24T16:37:40.429Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-04-24T16:37:40.505Z Checking itertools v0.12.1
30152026-04-24T16:37:40.592Z Compiling num-derive v0.4.2
30162026-04-24T16:37:40.617Z Checking swrite v0.1.0
30172026-04-24T16:37:40.709Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-04-24T16:37:40.914Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30192026-04-24T16:37:40.932Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-04-24T16:37:41.081Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-04-24T16:37:41.243Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-04-24T16:37:41.257Z Checking dropshot-api-manager-types v0.6.0
30232026-04-24T16:37:41.359Z Checking smf v0.2.3
30242026-04-24T16:37:41.429Z Checking nanorand v0.7.0
30252026-04-24T16:37:41.470Z Checking whoami v1.6.1
30262026-04-24T16:37:41.545Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30272026-04-24T16:37:41.561Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-04-24T16:37:41.574Z Checking zone v0.3.1
30292026-04-24T16:37:41.604Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30302026-04-24T16:37:41.625Z Checking flume v0.11.1
30312026-04-24T16:37:41.962Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30322026-04-24T16:37:42.950Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30332026-04-24T16:37:43.833Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30342026-04-24T16:37:46.794Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-04-24T16:37:48.804Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-04-24T16:37:49.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30372026-04-24T16:37:50.011Z
30382026-04-24T16:37:50.011Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30392026-04-24T16:37:50.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-04-24T16:37:50.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-04-24T16:37:50.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-04-24T16:37:50.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-04-24T16:37:50.605Z
30442026-04-24T16:37:50.605Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30452026-04-24T16:37:51.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-04-24T16:37:51.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-04-24T16:37:51.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-04-24T16:37:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-04-24T16:37:51.198Z
30502026-04-24T16:37:51.198Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30512026-04-24T16:37:51.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-04-24T16:37:51.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-04-24T16:37:51.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-04-24T16:37:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-04-24T16:37:51.795Z
30562026-04-24T16:37:51.795Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30572026-04-24T16:37:52.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-04-24T16:37:52.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-04-24T16:37:52.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-04-24T16:37:52.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-04-24T16:37:52.393Z
30622026-04-24T16:37:52.393Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30632026-04-24T16:37:52.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-04-24T16:37:52.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-04-24T16:37:52.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-04-24T16:37:52.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30672026-04-24T16:37:52.980Z
30682026-04-24T16:37:52.980Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30692026-04-24T16:37:53.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-04-24T16:37:53.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-04-24T16:37:53.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-04-24T16:37:53.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-04-24T16:37:53.573Z
30742026-04-24T16:37:53.573Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30752026-04-24T16:37:54.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-04-24T16:37:54.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-04-24T16:37:54.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-04-24T16:37:54.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-04-24T16:37:54.167Z
30802026-04-24T16:37:54.167Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30812026-04-24T16:37:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-04-24T16:37:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-04-24T16:37:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-04-24T16:37:54.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-04-24T16:37:54.746Z
30862026-04-24T16:37:54.746Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30872026-04-24T16:37:55.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-04-24T16:37:55.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-04-24T16:37:55.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-04-24T16:37:55.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30912026-04-24T16:37:55.333Z
30922026-04-24T16:37:55.333Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30932026-04-24T16:37:55.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-04-24T16:37:55.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-04-24T16:37:55.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-04-24T16:37:55.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30972026-04-24T16:37:55.921Z
30982026-04-24T16:37:55.921Zinfo: running `cargo check --bins` on installinator-client (115/272)
30992026-04-24T16:37:56.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-04-24T16:37:56.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-04-24T16:37:56.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-04-24T16:37:56.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-04-24T16:37:56.518Z
31042026-04-24T16:37:56.518Zinfo: running `cargo check --bins` on nexus-client (116/272)
31052026-04-24T16:37:57.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-04-24T16:37:57.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-04-24T16:37:57.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-04-24T16:37:57.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31092026-04-24T16:37:57.149Z
31102026-04-24T16:37:57.149Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31112026-04-24T16:37:57.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-04-24T16:37:57.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-04-24T16:37:57.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-04-24T16:37:57.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-04-24T16:37:57.779Z
31162026-04-24T16:37:57.780Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31172026-04-24T16:37:58.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-04-24T16:37:58.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-04-24T16:37:58.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-04-24T16:37:58.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31212026-04-24T16:37:58.355Z
31222026-04-24T16:37:58.355Zinfo: running `cargo check --bins` on oxide-client (119/272)
31232026-04-24T16:37:58.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-04-24T16:37:58.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-04-24T16:37:58.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-04-24T16:37:58.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-04-24T16:37:58.939Z
31282026-04-24T16:37:58.939Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31292026-04-24T16:37:59.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-04-24T16:37:59.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-04-24T16:37:59.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-04-24T16:37:59.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-04-24T16:37:59.539Z
31342026-04-24T16:37:59.539Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31352026-04-24T16:38:00.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-04-24T16:38:00.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-04-24T16:38:00.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-04-24T16:38:00.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31392026-04-24T16:38:00.117Z
31402026-04-24T16:38:00.117Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31412026-04-24T16:38:00.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-04-24T16:38:00.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-04-24T16:38:00.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-04-24T16:38:00.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31452026-04-24T16:38:00.712Z
31462026-04-24T16:38:00.712Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31472026-04-24T16:38:01.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-04-24T16:38:01.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-04-24T16:38:01.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-04-24T16:38:01.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-04-24T16:38:01.328Z
31522026-04-24T16:38:01.328Zinfo: running `cargo check --bins` on installinator-common (124/272)
31532026-04-24T16:38:01.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-04-24T16:38:01.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-04-24T16:38:01.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-04-24T16:38:01.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-04-24T16:38:01.941Z
31582026-04-24T16:38:01.941Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31592026-04-24T16:38:02.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-04-24T16:38:02.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-04-24T16:38:02.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-04-24T16:38:02.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31632026-04-24T16:38:02.526Z
31642026-04-24T16:38:02.526Zinfo: running `cargo check --bins` on wicket-common (126/272)
31652026-04-24T16:38:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-04-24T16:38:03.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-04-24T16:38:03.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-04-24T16:38:03.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31692026-04-24T16:38:03.136Z
31702026-04-24T16:38:03.136Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31712026-04-24T16:38:03.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-04-24T16:38:03.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-04-24T16:38:03.814Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-04-24T16:38:03.927Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-04-24T16:38:03.934Z Checking csv-core v0.1.13
31762026-04-24T16:38:03.941Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-04-24T16:38:03.948Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-04-24T16:38:03.960Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-04-24T16:38:03.970Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-04-24T16:38:03.981Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-04-24T16:38:04.092Z Checking csv v1.4.0
31822026-04-24T16:38:04.108Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-04-24T16:38:04.156Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842026-04-24T16:38:04.184Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-04-24T16:38:04.426Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-04-24T16:38:04.793Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31872026-04-24T16:38:04.793Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-04-24T16:38:05.118Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-04-24T16:38:10.693Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-04-24T16:38:11.210Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-04-24T16:38:13.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s
31922026-04-24T16:38:13.782Z
31932026-04-24T16:38:13.782Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31942026-04-24T16:38:14.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-04-24T16:38:14.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-04-24T16:38:14.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-04-24T16:38:14.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31982026-04-24T16:38:14.376Z
31992026-04-24T16:38:14.376Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32002026-04-24T16:38:14.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-04-24T16:38:14.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-04-24T16:38:14.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-04-24T16:38:14.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32042026-04-24T16:38:15.060Z
32052026-04-24T16:38:15.060Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32062026-04-24T16:38:15.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-04-24T16:38:15.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-04-24T16:38:15.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-04-24T16:38:15.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32102026-04-24T16:38:15.746Z
32112026-04-24T16:38:15.746Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32122026-04-24T16:38:16.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-04-24T16:38:16.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-04-24T16:38:16.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-04-24T16:38:16.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32162026-04-24T16:38:16.383Z
32172026-04-24T16:38:16.383Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32182026-04-24T16:38:16.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-04-24T16:38:16.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-04-24T16:38:17.135Z Compiling typify-impl v0.6.1
32212026-04-24T16:38:17.275Z Compiling unsafe-libyaml v0.2.11
32222026-04-24T16:38:17.285Z Compiling radium v0.7.0
32232026-04-24T16:38:17.288Z Compiling semver v0.1.20
32242026-04-24T16:38:17.308Z Compiling pin-project-internal v1.1.11
32252026-04-24T16:38:17.311Z Compiling maybe-uninit v2.0.0
32262026-04-24T16:38:17.319Z Checking tap v1.0.1
32272026-04-24T16:38:17.421Z Checking wyz v0.5.1
32282026-04-24T16:38:17.548Z Compiling rustc_version v0.1.7
32292026-04-24T16:38:17.610Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-04-24T16:38:17.643Z Compiling snafu-derive v0.8.9
32312026-04-24T16:38:17.744Z Compiling zerocopy-derive v0.6.6
32322026-04-24T16:38:17.768Z Compiling newtype_derive v0.1.6
32332026-04-24T16:38:17.955Z Compiling serde_yaml v0.9.34+deprecated
32342026-04-24T16:38:18.006Z Compiling packed_struct v0.10.1
32352026-04-24T16:38:18.258Z Checking same-file v1.0.6
32362026-04-24T16:38:18.380Z Compiling cancel-safe-futures v0.1.5
32372026-04-24T16:38:18.393Z Compiling owo-colors v4.3.0
32382026-04-24T16:38:18.448Z Checking pin-project v1.1.11
32392026-04-24T16:38:18.550Z Checking crc-catalog v2.4.0
32402026-04-24T16:38:18.582Z Checking funty v2.0.0
32412026-04-24T16:38:18.615Z Checking zerocopy v0.6.6
32422026-04-24T16:38:18.643Z Checking crc v3.4.0
32432026-04-24T16:38:18.800Z Checking walkdir v2.5.0
32442026-04-24T16:38:18.907Z Checking bitvec v1.0.1
32452026-04-24T16:38:18.921Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-04-24T16:38:18.961Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-04-24T16:38:18.975Z Checking globset v0.4.18
32482026-04-24T16:38:19.086Z Checking olpc-cjson v0.1.4
32492026-04-24T16:38:19.229Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32502026-04-24T16:38:19.242Z Checking pem v3.0.6
32512026-04-24T16:38:19.298Z Compiling packed_struct_codegen v0.10.1
32522026-04-24T16:38:19.400Z Checking libsw-core v0.3.2
32532026-04-24T16:38:19.413Z Checking serde_plain v1.0.2
32542026-04-24T16:38:19.457Z Compiling bitfield-macros v0.19.4
32552026-04-24T16:38:19.487Z Compiling indexmap v1.9.3
32562026-04-24T16:38:19.545Z Checking nodrop v0.1.14
32572026-04-24T16:38:19.558Z Checking typed-path v0.9.3
32582026-04-24T16:38:19.576Z Checking snafu v0.8.9
32592026-04-24T16:38:19.635Z Checking array-init v0.0.4
32602026-04-24T16:38:19.699Z Checking libsw v3.5.0
32612026-04-24T16:38:19.817Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-04-24T16:38:19.849Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-04-24T16:38:19.938Z Checking smallvec v0.6.14
32642026-04-24T16:38:20.106Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-04-24T16:38:20.167Z Checking bitfield v0.19.4
32662026-04-24T16:38:20.220Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-04-24T16:38:20.337Z Checking tough v0.20.0
32682026-04-24T16:38:20.352Z Checking smawk v0.3.2
32692026-04-24T16:38:20.433Z Checking linear-map v1.2.0
32702026-04-24T16:38:20.447Z Checking hashbrown v0.12.3
32712026-04-24T16:38:20.478Z Checking unicode-linebreak v0.1.5
32722026-04-24T16:38:20.525Z Checking base64 v0.21.7
32732026-04-24T16:38:20.637Z Checking tagptr v0.2.0
32742026-04-24T16:38:20.701Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32752026-04-24T16:38:20.728Z Checking textwrap v0.16.2
32762026-04-24T16:38:20.781Z Checking moka v0.12.13
32772026-04-24T16:38:20.793Z Checking ron v0.8.1
32782026-04-24T16:38:20.948Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32792026-04-24T16:38:21.124Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-04-24T16:38:21.236Z Checking serde-hex v0.1.0
32812026-04-24T16:38:21.321Z Checking steno v0.4.1
32822026-04-24T16:38:21.425Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-04-24T16:38:21.485Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32842026-04-24T16:38:21.588Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-04-24T16:38:21.725Z Compiling typify-macro v0.6.1
32862026-04-24T16:38:21.938Z Checking hashbrown v0.13.2
32872026-04-24T16:38:21.994Z Checking crc-any v2.5.0
32882026-04-24T16:38:22.163Z Checking humantime v2.3.0
32892026-04-24T16:38:22.179Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-04-24T16:38:22.304Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-04-24T16:38:22.347Z Checking hickory-resolver v0.25.2
32922026-04-24T16:38:22.360Z Checking object v0.30.4
32932026-04-24T16:38:22.373Z Checking path-slash v0.1.5
32942026-04-24T16:38:22.402Z Checking half v1.8.3
32952026-04-24T16:38:22.466Z Checking utf-8 v0.7.6
32962026-04-24T16:38:22.488Z Checking void v1.0.2
32972026-04-24T16:38:22.594Z Checking tungstenite v0.23.0
32982026-04-24T16:38:22.597Z Checking lzss v0.8.2
32992026-04-24T16:38:22.597Z Checking serde_cbor v0.11.2
33002026-04-24T16:38:22.782Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33012026-04-24T16:38:22.860Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-04-24T16:38:22.940Z Checking nix v0.27.1
33032026-04-24T16:38:22.997Z Checking kstat-rs v0.2.4
33042026-04-24T16:38:23.023Z Checking fxhash v0.2.1
33052026-04-24T16:38:23.048Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-04-24T16:38:23.096Z Checking serde_bytes v0.11.19
33072026-04-24T16:38:23.143Z Checking tokio-tungstenite v0.23.1
33082026-04-24T16:38:23.180Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-04-24T16:38:23.269Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-04-24T16:38:23.400Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-04-24T16:38:23.446Z Compiling typify v0.6.1
33122026-04-24T16:38:23.473Z Checking signal-hook-tokio v0.3.1
33132026-04-24T16:38:23.557Z Compiling progenitor-impl v0.13.0
33142026-04-24T16:38:24.463Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-04-24T16:38:25.055Z Compiling progenitor-macro v0.13.0
33162026-04-24T16:38:25.375Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-04-24T16:38:25.680Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33182026-04-24T16:38:27.362Z Checking progenitor v0.13.0
33192026-04-24T16:38:27.473Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33202026-04-24T16:38:27.475Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-04-24T16:38:30.473Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-04-24T16:38:37.808Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-04-24T16:38:44.012Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-04-24T16:38:45.348Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-04-24T16:38:45.838Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-04-24T16:38:47.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.46s
33272026-04-24T16:38:48.048Z
33282026-04-24T16:38:48.048Zinfo: running `cargo check --bins` on gateway-api (133/272)
33292026-04-24T16:38:48.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-04-24T16:38:48.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-04-24T16:38:48.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-04-24T16:38:48.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-04-24T16:38:48.632Z
33342026-04-24T16:38:48.632Zinfo: running `cargo check --bins` on ipcc (134/272)
33352026-04-24T16:38:49.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-04-24T16:38:49.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-04-24T16:38:49.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-04-24T16:38:49.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-04-24T16:38:49.222Z
33402026-04-24T16:38:49.222Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33412026-04-24T16:38:49.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-04-24T16:38:49.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-04-24T16:38:49.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-04-24T16:38:49.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33452026-04-24T16:38:49.800Z
33462026-04-24T16:38:49.800Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33472026-04-24T16:38:50.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-04-24T16:38:50.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-04-24T16:38:50.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-04-24T16:38:50.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33512026-04-24T16:38:50.392Z
33522026-04-24T16:38:50.392Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33532026-04-24T16:38:50.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-04-24T16:38:50.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-04-24T16:38:50.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-04-24T16:38:50.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-04-24T16:38:50.980Z
33582026-04-24T16:38:50.980Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33592026-04-24T16:38:51.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-04-24T16:38:51.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-04-24T16:38:51.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-04-24T16:38:51.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33632026-04-24T16:38:51.571Z
33642026-04-24T16:38:51.571Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33652026-04-24T16:38:52.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-04-24T16:38:52.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-04-24T16:38:52.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-04-24T16:38:52.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33692026-04-24T16:38:52.157Z
33702026-04-24T16:38:52.157Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33712026-04-24T16:38:52.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-04-24T16:38:52.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-04-24T16:38:52.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-04-24T16:38:52.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-04-24T16:38:52.751Z
33762026-04-24T16:38:52.751Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33772026-04-24T16:38:53.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-04-24T16:38:53.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-04-24T16:38:53.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-04-24T16:38:53.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-04-24T16:38:53.343Z
33822026-04-24T16:38:53.343Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33832026-04-24T16:38:53.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-04-24T16:38:53.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-04-24T16:38:53.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-04-24T16:38:53.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-04-24T16:38:53.935Z
33882026-04-24T16:38:53.935Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33892026-04-24T16:38:54.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-04-24T16:38:54.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-04-24T16:38:54.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-04-24T16:38:54.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-04-24T16:38:54.534Z
33942026-04-24T16:38:54.534Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33952026-04-24T16:38:55.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-04-24T16:38:55.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-04-24T16:38:55.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-04-24T16:38:55.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-04-24T16:38:55.128Z
34002026-04-24T16:38:55.128Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34012026-04-24T16:38:55.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-04-24T16:38:55.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-04-24T16:38:55.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-04-24T16:38:55.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-04-24T16:38:55.728Z
34062026-04-24T16:38:55.728Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34072026-04-24T16:38:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-04-24T16:38:56.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-04-24T16:38:56.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-04-24T16:38:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-04-24T16:38:56.324Z
34122026-04-24T16:38:56.324Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34132026-04-24T16:38:56.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-04-24T16:38:56.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-04-24T16:38:56.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-04-24T16:38:56.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-04-24T16:38:56.916Z
34182026-04-24T16:38:56.916Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34192026-04-24T16:38:57.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-04-24T16:38:57.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-04-24T16:38:57.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-04-24T16:38:57.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-04-24T16:38:57.515Z
34242026-04-24T16:38:57.515Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34252026-04-24T16:38:58.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-04-24T16:38:58.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-04-24T16:38:58.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-04-24T16:38:58.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34292026-04-24T16:38:58.106Z
34302026-04-24T16:38:58.106Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34312026-04-24T16:38:58.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-04-24T16:38:58.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-04-24T16:38:58.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-04-24T16:38:58.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-04-24T16:38:58.699Z
34362026-04-24T16:38:58.699Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34372026-04-24T16:38:59.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-04-24T16:38:59.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-04-24T16:38:59.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-04-24T16:38:59.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34412026-04-24T16:38:59.287Z
34422026-04-24T16:38:59.287Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34432026-04-24T16:38:59.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-04-24T16:38:59.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-04-24T16:38:59.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-04-24T16:38:59.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-04-24T16:38:59.883Z
34482026-04-24T16:38:59.883Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34492026-04-24T16:39:00.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-04-24T16:39:00.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-04-24T16:39:00.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-04-24T16:39:00.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-04-24T16:39:00.477Z
34542026-04-24T16:39:00.477Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34552026-04-24T16:39:01.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-04-24T16:39:01.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-04-24T16:39:01.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-04-24T16:39:01.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34592026-04-24T16:39:01.112Z
34602026-04-24T16:39:01.112Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34612026-04-24T16:39:01.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-04-24T16:39:01.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-04-24T16:39:01.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-04-24T16:39:01.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-04-24T16:39:01.709Z
34662026-04-24T16:39:01.709Zinfo: running `cargo check --bins` on dns-server (156/272)
34672026-04-24T16:39:02.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-04-24T16:39:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-04-24T16:39:02.359Z Compiling parking_lot_core v0.8.6
34702026-04-24T16:39:02.359Z Compiling git-stub v1.0.0
34712026-04-24T16:39:02.359Z Compiling atomicwrites v0.4.4
34722026-04-24T16:39:02.362Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34732026-04-24T16:39:02.362Z Checking prefix-trie v0.7.0
34742026-04-24T16:39:02.591Z Compiling git-stub-vcs v0.1.0
34752026-04-24T16:39:02.765Z Checking hickory-server v0.25.2
34762026-04-24T16:39:02.867Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34772026-04-24T16:39:02.885Z Checking parking_lot v0.11.2
34782026-04-24T16:39:02.955Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34792026-04-24T16:39:02.955Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34802026-04-24T16:39:03.054Z Checking sled v0.34.7
34812026-04-24T16:39:04.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34822026-04-24T16:39:05.148Z
34832026-04-24T16:39:05.148Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34842026-04-24T16:39:05.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-04-24T16:39:05.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-04-24T16:39:05.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-04-24T16:39:05.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-04-24T16:39:05.742Z
34892026-04-24T16:39:05.742Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34902026-04-24T16:39:06.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-04-24T16:39:06.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-04-24T16:39:06.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-04-24T16:39:06.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-04-24T16:39:06.331Z
34952026-04-24T16:39:06.331Zinfo: running `cargo check --bins` on sp-sim (159/272)
34962026-04-24T16:39:06.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-04-24T16:39:06.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-04-24T16:39:07.042Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34992026-04-24T16:39:08.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
35002026-04-24T16:39:08.972Z
35012026-04-24T16:39:08.972Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35022026-04-24T16:39:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-04-24T16:39:09.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-04-24T16:39:09.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-04-24T16:39:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35062026-04-24T16:39:09.619Z
35072026-04-24T16:39:09.619Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35082026-04-24T16:39:10.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-04-24T16:39:10.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-04-24T16:39:10.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-04-24T16:39:10.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-04-24T16:39:10.264Z
35132026-04-24T16:39:10.264Zinfo: running `cargo check --bins` on db-macros (162/272)
35142026-04-24T16:39:10.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-04-24T16:39:10.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-04-24T16:39:10.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-04-24T16:39:10.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-04-24T16:39:10.847Z
35192026-04-24T16:39:10.847Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35202026-04-24T16:39:11.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-04-24T16:39:11.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-04-24T16:39:11.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-04-24T16:39:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-04-24T16:39:11.421Z
35252026-04-24T16:39:11.421Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35262026-04-24T16:39:11.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-04-24T16:39:11.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-04-24T16:39:11.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-04-24T16:39:11.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302026-04-24T16:39:12.058Z
35312026-04-24T16:39:12.058Zinfo: running `cargo check --bins` on authz-macros (165/272)
35322026-04-24T16:39:12.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-04-24T16:39:12.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-04-24T16:39:12.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-04-24T16:39:12.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-04-24T16:39:12.634Z
35372026-04-24T16:39:12.634Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35382026-04-24T16:39:13.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-04-24T16:39:13.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-04-24T16:39:13.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-04-24T16:39:13.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35422026-04-24T16:39:13.267Z
35432026-04-24T16:39:13.267Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35442026-04-24T16:39:13.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-04-24T16:39:13.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-04-24T16:39:13.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-04-24T16:39:13.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35482026-04-24T16:39:13.905Z
35492026-04-24T16:39:13.905Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35502026-04-24T16:39:14.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-04-24T16:39:14.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-04-24T16:39:14.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-04-24T16:39:14.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-04-24T16:39:14.490Z
35552026-04-24T16:39:14.490Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35562026-04-24T16:39:14.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-04-24T16:39:14.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-04-24T16:39:14.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-04-24T16:39:14.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35602026-04-24T16:39:15.064Z
35612026-04-24T16:39:15.064Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35622026-04-24T16:39:15.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-04-24T16:39:15.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-04-24T16:39:15.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-04-24T16:39:15.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-04-24T16:39:15.653Z
35672026-04-24T16:39:15.653Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35682026-04-24T16:39:16.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-04-24T16:39:16.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-04-24T16:39:16.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-04-24T16:39:16.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-04-24T16:39:16.238Z
35732026-04-24T16:39:16.238Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35742026-04-24T16:39:16.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-04-24T16:39:16.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-04-24T16:39:16.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-04-24T16:39:16.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-04-24T16:39:16.819Z
35792026-04-24T16:39:16.819Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35802026-04-24T16:39:17.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-04-24T16:39:17.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-04-24T16:39:17.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-04-24T16:39:17.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-04-24T16:39:17.467Z
35852026-04-24T16:39:17.467Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35862026-04-24T16:39:18.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-04-24T16:39:18.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-04-24T16:39:18.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-04-24T16:39:18.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35902026-04-24T16:39:18.117Z
35912026-04-24T16:39:18.117Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35922026-04-24T16:39:18.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-04-24T16:39:18.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-04-24T16:39:18.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-04-24T16:39:18.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962026-04-24T16:39:18.759Z
35972026-04-24T16:39:18.759Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35982026-04-24T16:39:19.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-04-24T16:39:19.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-04-24T16:39:19.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-04-24T16:39:19.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-04-24T16:39:19.371Z
36032026-04-24T16:39:19.371Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36042026-04-24T16:39:19.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-04-24T16:39:19.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-04-24T16:39:19.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-04-24T16:39:19.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-04-24T16:39:19.985Z
36092026-04-24T16:39:19.985Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36102026-04-24T16:39:20.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-04-24T16:39:20.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-04-24T16:39:20.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-04-24T16:39:20.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36142026-04-24T16:39:20.590Z
36152026-04-24T16:39:20.590Zinfo: running `cargo check --bins` on key-manager (179/272)
36162026-04-24T16:39:21.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-04-24T16:39:21.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-04-24T16:39:21.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-04-24T16:39:21.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-04-24T16:39:21.184Z
36212026-04-24T16:39:21.184Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36222026-04-24T16:39:21.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-04-24T16:39:21.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-04-24T16:39:21.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-04-24T16:39:21.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-04-24T16:39:21.801Z
36272026-04-24T16:39:21.802Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36282026-04-24T16:39:22.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-04-24T16:39:22.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-04-24T16:39:22.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-04-24T16:39:22.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36322026-04-24T16:39:22.420Z
36332026-04-24T16:39:22.420Zinfo: running `cargo check --bins` on typed-rng (182/272)
36342026-04-24T16:39:22.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-04-24T16:39:22.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-04-24T16:39:22.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-04-24T16:39:22.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-04-24T16:39:23.009Z
36392026-04-24T16:39:23.009Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36402026-04-24T16:39:23.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-04-24T16:39:23.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-04-24T16:39:23.856Z Compiling typify-impl v0.4.3
36432026-04-24T16:39:23.859Z Compiling libefi-sys v0.1.0
36442026-04-24T16:39:23.859Z Compiling bitfield-struct v0.6.2
36452026-04-24T16:39:24.006Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-04-24T16:39:24.016Z Compiling xshell-macros v0.2.7
36472026-04-24T16:39:24.028Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36482026-04-24T16:39:24.060Z Compiling salty v0.3.0
36492026-04-24T16:39:24.071Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36502026-04-24T16:39:24.225Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-04-24T16:39:24.350Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36522026-04-24T16:39:24.366Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36532026-04-24T16:39:24.380Z Checking xshell v0.2.7
36542026-04-24T16:39:24.571Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36552026-04-24T16:39:24.589Z Checking primeorder v0.13.6
36562026-04-24T16:39:24.606Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-04-24T16:39:24.739Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-04-24T16:39:24.762Z Compiling proc-macro-error-attr2 v2.0.0
36592026-04-24T16:39:24.827Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36602026-04-24T16:39:24.842Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-04-24T16:39:24.991Z Checking tungstenite v0.21.0
36622026-04-24T16:39:25.038Z Checking p384 v0.13.1
36632026-04-24T16:39:25.078Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36642026-04-24T16:39:25.155Z Compiling proc-macro-error2 v2.0.1
36652026-04-24T16:39:25.253Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36662026-04-24T16:39:25.423Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36672026-04-24T16:39:25.455Z Compiling num-derive v0.3.3
36682026-04-24T16:39:25.469Z Checking compression-core v0.4.31
36692026-04-24T16:39:25.602Z Compiling unicase v2.9.0
36702026-04-24T16:39:25.783Z Checking compression-codecs v0.4.37
36712026-04-24T16:39:25.810Z Compiling mime_guess v2.0.5
36722026-04-24T16:39:25.927Z Compiling tabled_derive v0.11.0
36732026-04-24T16:39:25.960Z Checking tokio-tungstenite v0.21.0
36742026-04-24T16:39:25.976Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36752026-04-24T16:39:26.279Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36762026-04-24T16:39:26.357Z Checking libscf-sys v1.1.0
36772026-04-24T16:39:26.375Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-04-24T16:39:26.491Z Checking papergrid v0.17.0
36792026-04-24T16:39:26.664Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36802026-04-24T16:39:26.753Z Checking testing_table v0.3.0
36812026-04-24T16:39:26.797Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-04-24T16:39:26.849Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36832026-04-24T16:39:27.102Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36842026-04-24T16:39:27.123Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36852026-04-24T16:39:27.272Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-04-24T16:39:27.310Z Checking toml_datetime v1.0.0+spec-1.1.0
36872026-04-24T16:39:27.325Z Compiling dropshot v0.17.0
36882026-04-24T16:39:27.358Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-04-24T16:39:27.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36902026-04-24T16:39:27.516Z Checking corncobs v0.1.4
36912026-04-24T16:39:27.581Z Checking toml v1.0.6+spec-1.1.0
36922026-04-24T16:39:27.633Z Checking tabled v0.20.0
36932026-04-24T16:39:27.647Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-04-24T16:39:27.650Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-04-24T16:39:27.695Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-04-24T16:39:27.754Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-24T16:39:27.834Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36982026-04-24T16:39:27.903Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36992026-04-24T16:39:28.056Z Checking async-compression v0.4.41
37002026-04-24T16:39:28.111Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37012026-04-24T16:39:28.167Z Checking progenitor-client v0.11.2
37022026-04-24T16:39:28.300Z Compiling dropshot_endpoint v0.17.0
37032026-04-24T16:39:28.386Z Checking secrecy v0.8.0
37042026-04-24T16:39:28.408Z Checking filetime v0.2.27
37052026-04-24T16:39:28.490Z Compiling typify-macro v0.4.3
37062026-04-24T16:39:28.511Z Checking http-range v0.1.5
37072026-04-24T16:39:28.553Z Checking xattr v1.6.1
37082026-04-24T16:39:28.566Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37092026-04-24T16:39:28.680Z Checking tar v0.4.45
37102026-04-24T16:39:29.025Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37112026-04-24T16:39:29.199Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37122026-04-24T16:39:29.214Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37132026-04-24T16:39:29.616Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37142026-04-24T16:39:29.667Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37152026-04-24T16:39:29.708Z Checking atty v0.2.14
37162026-04-24T16:39:29.810Z Checking crc8 v0.1.1
37172026-04-24T16:39:29.916Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-04-24T16:39:30.092Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37192026-04-24T16:39:30.219Z Compiling typify v0.4.3
37202026-04-24T16:39:30.297Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37212026-04-24T16:39:30.334Z Compiling progenitor-impl v0.10.0
37222026-04-24T16:39:30.377Z Compiling progenitor-impl v0.11.2
37232026-04-24T16:39:30.593Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37242026-04-24T16:39:30.775Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37252026-04-24T16:39:30.843Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37262026-04-24T16:39:30.859Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37272026-04-24T16:39:31.294Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37282026-04-24T16:39:31.348Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37292026-04-24T16:39:31.526Z Checking hyper-staticfile v0.10.1
37302026-04-24T16:39:31.576Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-04-24T16:39:31.736Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37322026-04-24T16:39:31.755Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37332026-04-24T16:39:31.823Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37342026-04-24T16:39:31.838Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37352026-04-24T16:39:32.034Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37362026-04-24T16:39:32.114Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37372026-04-24T16:39:32.396Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37382026-04-24T16:39:32.692Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37392026-04-24T16:39:32.897Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37402026-04-24T16:39:32.974Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37412026-04-24T16:39:33.009Z Compiling progenitor-macro v0.10.0
37422026-04-24T16:39:33.117Z Compiling progenitor-macro v0.11.2
37432026-04-24T16:39:33.439Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37442026-04-24T16:39:35.617Z Checking progenitor v0.10.0
37452026-04-24T16:39:35.771Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37462026-04-24T16:39:36.107Z Checking progenitor v0.11.2
37472026-04-24T16:39:36.245Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-04-24T16:39:40.970Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-04-24T16:39:51.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.93s
37502026-04-24T16:39:52.166Z
37512026-04-24T16:39:52.166Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37522026-04-24T16:39:52.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-04-24T16:39:52.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-04-24T16:39:52.945Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-24T16:40:04.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37562026-04-24T16:40:04.232Z
37572026-04-24T16:40:04.233Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37582026-04-24T16:40:04.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-24T16:40:04.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-24T16:40:05.004Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-24T16:40:16.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37622026-04-24T16:40:16.235Z
37632026-04-24T16:40:16.235Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37642026-04-24T16:40:16.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-24T16:40:16.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-24T16:40:17.018Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-24T16:40:28.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37682026-04-24T16:40:28.244Z
37692026-04-24T16:40:28.244Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37702026-04-24T16:40:28.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-24T16:40:28.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-24T16:40:29.025Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-24T16:40:40.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37742026-04-24T16:40:40.236Z
37752026-04-24T16:40:40.236Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37762026-04-24T16:40:40.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-24T16:40:40.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-24T16:40:41.013Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-24T16:40:52.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37802026-04-24T16:40:52.224Z
37812026-04-24T16:40:52.224Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37822026-04-24T16:40:52.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-24T16:40:52.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-24T16:40:53.004Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-24T16:41:04.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37862026-04-24T16:41:04.233Z
37872026-04-24T16:41:04.233Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37882026-04-24T16:41:04.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-24T16:41:04.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-24T16:41:05.014Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-24T16:41:16.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37922026-04-24T16:41:16.250Z
37932026-04-24T16:41:16.250Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37942026-04-24T16:41:16.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-24T16:41:16.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-24T16:41:16.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-04-24T16:41:16.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-04-24T16:41:16.853Z
37992026-04-24T16:41:16.853Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38002026-04-24T16:41:17.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-24T16:41:17.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-24T16:41:17.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-24T16:41:17.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-04-24T16:41:17.454Z
38052026-04-24T16:41:17.454Zinfo: running `cargo check --bins` on range-requests (193/272)
38062026-04-24T16:41:17.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-24T16:41:17.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-24T16:41:17.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-24T16:41:17.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38102026-04-24T16:41:18.050Z
38112026-04-24T16:41:18.051Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38122026-04-24T16:41:18.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-24T16:41:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-24T16:41:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-24T16:41:18.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38162026-04-24T16:41:18.634Z
38172026-04-24T16:41:18.634Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38182026-04-24T16:41:19.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-24T16:41:19.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-24T16:41:19.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-24T16:41:19.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38222026-04-24T16:41:19.251Z
38232026-04-24T16:41:19.251Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38242026-04-24T16:41:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-24T16:41:19.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-24T16:41:19.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-24T16:41:19.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-04-24T16:41:19.871Z
38292026-04-24T16:41:19.871Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38302026-04-24T16:41:20.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-24T16:41:20.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-24T16:41:20.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-24T16:41:20.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-04-24T16:41:20.487Z
38352026-04-24T16:41:20.487Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38362026-04-24T16:41:21.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-24T16:41:21.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-24T16:41:21.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-24T16:41:21.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38402026-04-24T16:41:21.098Z
38412026-04-24T16:41:21.098Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38422026-04-24T16:41:21.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-24T16:41:21.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-24T16:41:21.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-24T16:41:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-04-24T16:41:21.716Z
38472026-04-24T16:41:21.716Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38482026-04-24T16:41:22.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-24T16:41:22.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-24T16:41:22.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-24T16:41:22.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-04-24T16:41:22.333Z
38532026-04-24T16:41:22.333Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38542026-04-24T16:41:22.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-24T16:41:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-24T16:41:22.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-24T16:41:22.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-04-24T16:41:22.960Z
38592026-04-24T16:41:22.960Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38602026-04-24T16:41:23.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-24T16:41:23.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-24T16:41:23.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-24T16:41:23.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-04-24T16:41:23.587Z
38652026-04-24T16:41:23.587Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38662026-04-24T16:41:24.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-24T16:41:24.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-24T16:41:24.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-24T16:41:24.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-04-24T16:41:24.218Z
38712026-04-24T16:41:24.218Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38722026-04-24T16:41:24.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-24T16:41:24.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-24T16:41:24.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-24T16:41:24.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38762026-04-24T16:41:24.814Z
38772026-04-24T16:41:24.814Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38782026-04-24T16:41:25.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-24T16:41:25.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-24T16:41:25.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-24T16:41:25.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38822026-04-24T16:41:25.438Z
38832026-04-24T16:41:25.438Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38842026-04-24T16:41:25.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-24T16:41:25.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-24T16:41:25.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-24T16:41:25.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38882026-04-24T16:41:26.079Z
38892026-04-24T16:41:26.079Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38902026-04-24T16:41:26.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-24T16:41:26.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-24T16:41:26.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-24T16:41:26.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38942026-04-24T16:41:26.737Z
38952026-04-24T16:41:26.737Zinfo: running `cargo check --bins` on update-common (208/272)
38962026-04-24T16:41:27.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-24T16:41:27.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-24T16:41:27.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-24T16:41:27.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-04-24T16:41:27.349Z
39012026-04-24T16:41:27.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39022026-04-24T16:41:27.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-24T16:41:27.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-24T16:41:27.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-24T16:41:27.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39062026-04-24T16:41:28.007Z
39072026-04-24T16:41:28.007Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39082026-04-24T16:41:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-24T16:41:28.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-24T16:41:28.776Z Compiling fs-err v2.11.0
39112026-04-24T16:41:28.781Z Checking ignore v0.4.25
39122026-04-24T16:41:28.781Z Checking arc-swap v1.8.2
39132026-04-24T16:41:28.781Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-04-24T16:41:28.917Z Checking predicates-tree v1.0.13
39152026-04-24T16:41:28.920Z Checking parse-size v1.1.0
39162026-04-24T16:41:28.941Z Checking rand_seeder v0.4.0
39172026-04-24T16:41:28.944Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39182026-04-24T16:41:29.021Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39192026-04-24T16:41:29.038Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-04-24T16:41:29.079Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-04-24T16:41:29.104Z Checking slog-scope v4.4.1
39222026-04-24T16:41:29.225Z Compiling petname v2.0.2
39232026-04-24T16:41:29.239Z Checking slog-stdlog v4.1.1
39242026-04-24T16:41:29.242Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39252026-04-24T16:41:29.273Z Checking globwalk v0.9.1
39262026-04-24T16:41:29.325Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-04-24T16:41:29.357Z Checking slog-envlogger v2.2.0
39282026-04-24T16:41:29.450Z Checking camino-tempfile-ext v0.3.3
39292026-04-24T16:41:29.481Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39302026-04-24T16:41:29.506Z Checking sapling-renderdag v0.1.0
39312026-04-24T16:41:29.644Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39322026-04-24T16:41:29.657Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-04-24T16:41:29.744Z Checking subprocess v0.2.15
39342026-04-24T16:41:29.815Z Checking sync-ptr v0.1.4
39352026-04-24T16:41:29.862Z Checking colored v2.2.0
39362026-04-24T16:41:29.932Z Checking assert_matches v1.5.0
39372026-04-24T16:41:30.024Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-04-24T16:41:30.041Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39392026-04-24T16:41:30.135Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-04-24T16:41:30.137Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-04-24T16:41:30.718Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39422026-04-24T16:41:32.014Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39432026-04-24T16:41:34.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
39442026-04-24T16:41:34.389Z
39452026-04-24T16:41:34.389Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39462026-04-24T16:41:34.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-04-24T16:41:34.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-04-24T16:41:34.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-04-24T16:41:34.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39502026-04-24T16:41:34.982Z
39512026-04-24T16:41:34.982Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39522026-04-24T16:41:35.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-04-24T16:41:35.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-04-24T16:41:35.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-04-24T16:41:35.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39562026-04-24T16:41:35.635Z
39572026-04-24T16:41:35.635Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39582026-04-24T16:41:36.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-24T16:41:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-24T16:41:36.357Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39612026-04-24T16:41:36.360Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39622026-04-24T16:41:37.003Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39632026-04-24T16:41:38.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39642026-04-24T16:41:38.755Z
39652026-04-24T16:41:38.755Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39662026-04-24T16:41:39.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-04-24T16:41:39.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-04-24T16:41:39.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-04-24T16:41:39.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39702026-04-24T16:41:39.348Z
39712026-04-24T16:41:39.348Zinfo: running `cargo check --bins` on cert-dev (215/272)
39722026-04-24T16:41:39.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-24T16:41:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-24T16:41:39.949Z Checking yasna v0.5.2
39752026-04-24T16:41:40.348Z Checking rcgen v0.12.1
39762026-04-24T16:41:40.598Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39772026-04-24T16:41:40.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39782026-04-24T16:41:40.956Z
39792026-04-24T16:41:40.956Zinfo: running `cargo check --bins` on clickana (216/272)
39802026-04-24T16:41:41.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-04-24T16:41:41.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-04-24T16:41:41.595Z Compiling darling_core v0.23.0
39832026-04-24T16:41:41.701Z Compiling instability v0.3.11
39842026-04-24T16:41:41.710Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39852026-04-24T16:41:41.713Z Checking castaway v0.2.4
39862026-04-24T16:41:41.725Z Compiling indoc v2.0.7
39872026-04-24T16:41:41.734Z Checking unicode-truncate v1.1.0
39882026-04-24T16:41:41.745Z Checking lru v0.12.5
39892026-04-24T16:41:41.748Z Checking cassowary v0.3.0
39902026-04-24T16:41:41.811Z Checking compact_str v0.8.1
39912026-04-24T16:41:42.654Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39922026-04-24T16:41:42.834Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39932026-04-24T16:41:43.117Z Compiling darling_macro v0.23.0
39942026-04-24T16:41:43.525Z Compiling darling v0.23.0
39952026-04-24T16:41:44.115Z Checking ratatui v0.29.0
39962026-04-24T16:41:45.163Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39972026-04-24T16:41:45.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
39982026-04-24T16:41:46.015Z
39992026-04-24T16:41:46.015Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40002026-04-24T16:41:46.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-04-24T16:41:46.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-04-24T16:41:46.728Z Checking headers-core v0.3.0
40032026-04-24T16:41:46.730Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40042026-04-24T16:41:46.922Z Checking headers v0.4.1
40052026-04-24T16:41:47.288Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40062026-04-24T16:41:48.121Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40072026-04-24T16:41:48.605Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40082026-04-24T16:41:48.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40092026-04-24T16:41:49.200Z
40102026-04-24T16:41:49.200Zinfo: running `cargo check --bins` on ch-dev (218/272)
40112026-04-24T16:41:49.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-24T16:41:49.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-24T16:41:49.916Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40142026-04-24T16:41:50.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40152026-04-24T16:41:50.861Z
40162026-04-24T16:41:50.862Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40172026-04-24T16:41:51.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-24T16:41:51.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-24T16:41:51.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-04-24T16:41:51.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40212026-04-24T16:41:51.312Z
40222026-04-24T16:41:51.312Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40232026-04-24T16:41:51.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-24T16:41:51.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-24T16:41:52.022Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40262026-04-24T16:41:52.986Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40272026-04-24T16:41:53.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
40282026-04-24T16:41:53.508Z
40292026-04-24T16:41:53.508Zinfo: running `cargo check --bins` on db-dev (221/272)
40302026-04-24T16:41:54.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-04-24T16:41:54.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-04-24T16:41:54.224Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40332026-04-24T16:41:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40342026-04-24T16:41:55.165Z
40352026-04-24T16:41:55.165Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40362026-04-24T16:41:55.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-04-24T16:41:55.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-04-24T16:41:55.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-04-24T16:41:55.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40402026-04-24T16:41:55.808Z
40412026-04-24T16:41:55.808Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40422026-04-24T16:41:56.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-04-24T16:41:56.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-04-24T16:41:56.415Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40452026-04-24T16:41:57.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40462026-04-24T16:41:57.250Z
40472026-04-24T16:41:57.250Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40482026-04-24T16:41:57.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-04-24T16:41:57.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-04-24T16:41:57.994Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-04-24T16:41:57.994Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-04-24T16:41:57.998Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40532026-04-24T16:41:57.998Z Checking git-stub v1.0.0
40542026-04-24T16:41:58.110Z Compiling trait-variant v0.1.2
40552026-04-24T16:41:58.118Z Checking maplit v1.0.2
40562026-04-24T16:41:58.121Z Checking is_ci v1.2.0
40572026-04-24T16:41:58.152Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40582026-04-24T16:41:58.196Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40592026-04-24T16:41:58.222Z Checking supports-color v3.0.2
40602026-04-24T16:41:58.246Z Checking git-stub-vcs v0.1.0
40612026-04-24T16:41:58.331Z Checking drift v0.1.3
40622026-04-24T16:41:58.344Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40632026-04-24T16:41:58.362Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40642026-04-24T16:41:58.439Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40652026-04-24T16:41:58.554Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40662026-04-24T16:41:58.617Z Checking dropshot-api-manager v0.6.0
40672026-04-24T16:41:58.631Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40682026-04-24T16:41:58.669Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40692026-04-24T16:41:58.845Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40702026-04-24T16:41:58.915Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-04-24T16:41:59.053Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40722026-04-24T16:41:59.396Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40732026-04-24T16:42:04.296Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40742026-04-24T16:42:05.351Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40752026-04-24T16:42:05.896Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40762026-04-24T16:42:06.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
40772026-04-24T16:42:06.511Z
40782026-04-24T16:42:06.511Zinfo: running `cargo check --bins` on installinator-api (225/272)
40792026-04-24T16:42:07.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-04-24T16:42:07.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-04-24T16:42:07.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-04-24T16:42:07.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-04-24T16:42:07.110Z
40842026-04-24T16:42:07.110Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40852026-04-24T16:42:07.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-04-24T16:42:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-04-24T16:42:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-04-24T16:42:07.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40892026-04-24T16:42:07.744Z
40902026-04-24T16:42:07.744Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40912026-04-24T16:42:08.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-04-24T16:42:08.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-04-24T16:42:08.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-04-24T16:42:08.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40952026-04-24T16:42:08.378Z
40962026-04-24T16:42:08.378Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40972026-04-24T16:42:08.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-04-24T16:42:08.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-04-24T16:42:08.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-04-24T16:42:08.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41012026-04-24T16:42:09.013Z
41022026-04-24T16:42:09.013Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41032026-04-24T16:42:09.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-04-24T16:42:09.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-04-24T16:42:09.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-04-24T16:42:09.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41072026-04-24T16:42:09.616Z
41082026-04-24T16:42:09.616Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41092026-04-24T16:42:10.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-04-24T16:42:10.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-04-24T16:42:10.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-04-24T16:42:10.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41132026-04-24T16:42:10.205Z
41142026-04-24T16:42:10.205Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41152026-04-24T16:42:10.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-04-24T16:42:10.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-04-24T16:42:10.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-04-24T16:42:10.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41192026-04-24T16:42:10.812Z
41202026-04-24T16:42:10.813Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41212026-04-24T16:42:11.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-04-24T16:42:11.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-04-24T16:42:11.418Z Checking typeid v1.0.3
41242026-04-24T16:42:11.531Z Checking ordered-float v2.10.1
41252026-04-24T16:42:11.552Z Checking unicode-xid v0.2.6
41262026-04-24T16:42:11.570Z Checking cargo-platform v0.2.0
41272026-04-24T16:42:11.595Z Checking erased-serde v0.4.9
41282026-04-24T16:42:11.733Z Checking serde-value v0.7.0
41292026-04-24T16:42:11.905Z Checking serde-untagged v0.1.9
41302026-04-24T16:42:12.060Z Checking cargo-util-schemas v0.8.2
41312026-04-24T16:42:12.738Z Checking cargo_metadata v0.21.0
41322026-04-24T16:42:13.368Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41332026-04-24T16:42:14.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41342026-04-24T16:42:14.209Z
41352026-04-24T16:42:14.209Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41362026-04-24T16:42:14.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-04-24T16:42:14.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-04-24T16:42:14.933Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41392026-04-24T16:42:15.542Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41402026-04-24T16:42:16.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
41412026-04-24T16:42:16.254Z
41422026-04-24T16:42:16.254Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41432026-04-24T16:42:16.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-04-24T16:42:16.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-04-24T16:42:17.101Z Compiling vergen-gitcl v1.0.8
41462026-04-24T16:42:17.101Z Compiling dirs-sys-next v0.1.2
41472026-04-24T16:42:17.101Z Compiling crunchy v0.2.4
41482026-04-24T16:42:17.101Z Compiling glob v0.3.3
41492026-04-24T16:42:17.104Z Compiling diesel_derives v2.3.7
41502026-04-24T16:42:17.104Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41512026-04-24T16:42:17.104Z Compiling dsl_auto_type v0.2.0
41522026-04-24T16:42:17.104Z Checking scheduled-thread-pool v0.2.7
41532026-04-24T16:42:17.393Z Compiling dirs-next v2.0.0
41542026-04-24T16:42:17.427Z Compiling diesel_table_macro_syntax v0.3.0
41552026-04-24T16:42:17.492Z Compiling tiny-keccak v2.0.2
41562026-04-24T16:42:17.524Z Compiling term v0.7.0
41572026-04-24T16:42:17.631Z Checking r2d2 v0.8.10
41582026-04-24T16:42:17.645Z Compiling clang-sys v1.8.1
41592026-04-24T16:42:17.658Z Checking downcast-rs v2.0.2
41602026-04-24T16:42:17.698Z Compiling bit-vec v0.6.3
41612026-04-24T16:42:17.810Z Compiling ascii-canvas v3.0.0
41622026-04-24T16:42:17.916Z Compiling bit-set v0.5.3
41632026-04-24T16:42:18.015Z Compiling itertools v0.10.5
41642026-04-24T16:42:18.058Z Compiling ena v0.14.4
41652026-04-24T16:42:18.072Z Compiling libloading v0.8.9
41662026-04-24T16:42:18.085Z Compiling regex-syntax v0.6.29
41672026-04-24T16:42:18.088Z Compiling diff v0.1.13
41682026-04-24T16:42:18.158Z Compiling bindgen v0.71.1
41692026-04-24T16:42:18.279Z Compiling cexpr v0.6.0
41702026-04-24T16:42:18.363Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41712026-04-24T16:42:18.556Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41722026-04-24T16:42:18.623Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41732026-04-24T16:42:18.713Z Compiling libxml v0.3.3
41742026-04-24T16:42:18.937Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41752026-04-24T16:42:18.978Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41762026-04-24T16:42:19.073Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41772026-04-24T16:42:19.244Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41782026-04-24T16:42:19.260Z Compiling strum_macros v0.24.3
41792026-04-24T16:42:19.275Z Compiling indoc v1.0.9
41802026-04-24T16:42:19.514Z Compiling lalrpop v0.19.12
41812026-04-24T16:42:20.245Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41822026-04-24T16:42:20.437Z Checking derive_builder v0.20.2
41832026-04-24T16:42:20.598Z Compiling oso-derive v0.27.3
41842026-04-24T16:42:20.626Z Checking quick-xml v0.37.5
41852026-04-24T16:42:20.817Z Compiling impl-trait-for-tuples v0.2.3
41862026-04-24T16:42:21.104Z Checking openssl-probe v0.1.6
41872026-04-24T16:42:21.246Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41882026-04-24T16:42:21.513Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41892026-04-24T16:42:21.707Z Checking bb8 v0.8.6
41902026-04-24T16:42:21.981Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41912026-04-24T16:42:22.000Z Checking nonempty v0.12.0
41922026-04-24T16:42:22.017Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41932026-04-24T16:42:22.164Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41942026-04-24T16:42:22.199Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41952026-04-24T16:42:22.235Z Checking console v0.16.2
41962026-04-24T16:42:22.372Z Checking unit-prefix v0.5.2
41972026-04-24T16:42:22.387Z Checking support-bundle-viewer v0.1.2
41982026-04-24T16:42:22.505Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41992026-04-24T16:42:22.545Z Checking indicatif v0.18.4
42002026-04-24T16:42:22.628Z Checking multimap v0.10.1
42012026-04-24T16:42:23.125Z Checking diesel v2.3.7
42022026-04-24T16:42:24.896Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42032026-04-24T16:42:25.190Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42042026-04-24T16:42:25.250Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42052026-04-24T16:42:26.575Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42062026-04-24T16:42:26.863Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42072026-04-24T16:42:26.979Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42082026-04-24T16:42:27.611Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42092026-04-24T16:42:27.634Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42102026-04-24T16:42:29.626Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42112026-04-24T16:42:34.825Z Compiling samael v0.0.19
42122026-04-24T16:42:38.720Z Checking diesel-dtrace v0.5.0
42132026-04-24T16:42:38.959Z Checking async-bb8-diesel v0.2.1
42142026-04-24T16:42:39.533Z Compiling polar-core v0.27.3
42152026-04-24T16:42:44.006Z Checking oso v0.27.3
42162026-04-24T16:43:20.879Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42172026-04-24T16:43:53.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42182026-04-24T16:43:53.970Z
42192026-04-24T16:43:53.970Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42202026-04-24T16:43:54.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-04-24T16:43:54.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-04-24T16:43:54.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-04-24T16:43:54.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42242026-04-24T16:43:54.622Z
42252026-04-24T16:43:54.622Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42262026-04-24T16:43:55.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-04-24T16:43:55.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-04-24T16:43:55.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-04-24T16:43:55.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42302026-04-24T16:43:55.271Z
42312026-04-24T16:43:55.271Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42322026-04-24T16:43:55.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-04-24T16:43:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-04-24T16:43:55.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-04-24T16:43:55.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42362026-04-24T16:43:55.852Z
42372026-04-24T16:43:55.852Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42382026-04-24T16:43:56.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-04-24T16:43:56.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-04-24T16:43:56.704Z Compiling libz-sys v1.1.24
42412026-04-24T16:43:56.835Z Compiling libgit2-sys v0.18.3+1.9.2
42422026-04-24T16:43:56.844Z Compiling vergen-git2 v1.0.7
42432026-04-24T16:43:56.853Z Compiling rustls v0.21.12
42442026-04-24T16:43:56.861Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-04-24T16:43:56.874Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42462026-04-24T16:43:56.877Z Checking sct v0.7.1
42472026-04-24T16:43:56.877Z Checking rustls-webpki v0.101.7
42482026-04-24T16:43:57.002Z Compiling nix v0.29.0
42492026-04-24T16:43:57.047Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42502026-04-24T16:43:57.050Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42512026-04-24T16:43:57.142Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42522026-04-24T16:43:57.215Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42532026-04-24T16:43:57.343Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42542026-04-24T16:43:57.378Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42552026-04-24T16:43:57.425Z Checking rustls-pemfile v1.0.4
42562026-04-24T16:43:57.558Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42572026-04-24T16:43:57.624Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42582026-04-24T16:43:57.771Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42592026-04-24T16:43:57.812Z Checking twox-hash v2.1.2
42602026-04-24T16:43:57.966Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42612026-04-24T16:43:58.478Z Checking tokio-rustls v0.24.1
42622026-04-24T16:43:58.541Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42632026-04-24T16:43:58.610Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42642026-04-24T16:43:58.627Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42652026-04-24T16:43:58.670Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42662026-04-24T16:43:59.149Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42672026-04-24T16:43:59.265Z Checking fatfs v0.3.6
42682026-04-24T16:43:59.289Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42692026-04-24T16:43:59.306Z Compiling seq-macro v0.3.6
42702026-04-24T16:44:03.422Z Compiling git2 v0.20.4
42712026-04-24T16:44:03.563Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42722026-04-24T16:44:03.688Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42732026-04-24T16:44:05.650Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42742026-04-24T16:44:52.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.76s
42752026-04-24T16:44:52.844Z
42762026-04-24T16:44:52.844Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42772026-04-24T16:44:53.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-04-24T16:44:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-04-24T16:44:53.734Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-04-24T16:45:32.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.06s
42812026-04-24T16:45:33.140Z
42822026-04-24T16:45:33.141Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42832026-04-24T16:45:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-04-24T16:45:33.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-04-24T16:45:33.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-04-24T16:45:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42872026-04-24T16:45:33.737Z
42882026-04-24T16:45:33.737Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42892026-04-24T16:45:34.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-04-24T16:45:34.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-04-24T16:45:34.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-04-24T16:45:34.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42932026-04-24T16:45:34.376Z
42942026-04-24T16:45:34.376Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42952026-04-24T16:45:34.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-04-24T16:45:34.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-04-24T16:45:34.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-04-24T16:45:34.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42992026-04-24T16:45:35.036Z
43002026-04-24T16:45:35.036Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43012026-04-24T16:45:35.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-04-24T16:45:35.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-04-24T16:45:35.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-04-24T16:45:35.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-04-24T16:45:35.689Z
43062026-04-24T16:45:35.689Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43072026-04-24T16:45:36.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-04-24T16:45:36.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-04-24T16:45:36.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-04-24T16:45:36.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43112026-04-24T16:45:36.335Z
43122026-04-24T16:45:36.335Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43132026-04-24T16:45:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-04-24T16:45:36.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-04-24T16:45:36.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-04-24T16:45:36.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43172026-04-24T16:45:36.990Z
43182026-04-24T16:45:36.990Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43192026-04-24T16:45:37.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-04-24T16:45:37.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-04-24T16:45:37.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-04-24T16:45:37.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43232026-04-24T16:45:37.644Z
43242026-04-24T16:45:37.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43252026-04-24T16:45:38.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-04-24T16:45:38.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-04-24T16:45:38.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-04-24T16:45:38.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43292026-04-24T16:45:38.297Z
43302026-04-24T16:45:38.297Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43312026-04-24T16:45:38.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-04-24T16:45:38.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-04-24T16:45:39.188Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43342026-04-24T16:45:39.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43352026-04-24T16:45:39.371Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43362026-04-24T16:45:39.405Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43372026-04-24T16:45:39.407Z Checking yansi v1.0.1
43382026-04-24T16:45:39.421Z Checking diff v0.1.13
43392026-04-24T16:45:39.424Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43402026-04-24T16:45:39.434Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43412026-04-24T16:45:39.502Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43422026-04-24T16:45:39.666Z Checking pretty_assertions v1.4.1
43432026-04-24T16:45:40.319Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43442026-04-24T16:46:03.752Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43452026-04-24T16:46:03.760Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43462026-04-24T16:46:03.760Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43472026-04-24T16:46:03.760Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43482026-04-24T16:46:03.760Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43492026-04-24T16:46:03.760Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43502026-04-24T16:46:04.458Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-04-24T16:46:05.536Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43522026-04-24T16:46:44.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43532026-04-24T16:46:44.366Z
43542026-04-24T16:46:44.366Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43552026-04-24T16:46:44.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-04-24T16:46:44.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-04-24T16:46:44.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-04-24T16:46:44.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43592026-04-24T16:46:44.961Z
43602026-04-24T16:46:44.962Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43612026-04-24T16:46:45.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-04-24T16:46:45.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-04-24T16:46:45.743Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43642026-04-24T16:46:45.863Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43652026-04-24T16:46:45.872Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-04-24T16:47:11.377Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43672026-04-24T16:47:11.745Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43682026-04-24T16:47:13.418Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-04-24T16:47:13.855Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43702026-04-24T16:47:16.761Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43712026-04-24T16:47:39.442Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43722026-04-24T16:47:40.058Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43732026-04-24T16:47:41.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.69s
43742026-04-24T16:47:41.868Z
43752026-04-24T16:47:41.868Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43762026-04-24T16:47:42.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-04-24T16:47:42.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-04-24T16:47:42.591Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43792026-04-24T16:47:43.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43802026-04-24T16:47:43.448Z
43812026-04-24T16:47:43.448Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43822026-04-24T16:47:43.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-04-24T16:47:43.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-04-24T16:47:44.107Z Compiling blake3 v1.8.3
43852026-04-24T16:47:44.216Z Checking arrayref v0.3.9
43862026-04-24T16:47:44.220Z Checking arrayvec v0.7.6
43872026-04-24T16:47:44.220Z Checking constant_time_eq v0.4.2
43882026-04-24T16:47:44.236Z Checking topological-sort v0.2.2
43892026-04-24T16:47:44.239Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43902026-04-24T16:47:44.239Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43912026-04-24T16:47:44.239Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43922026-04-24T16:47:44.277Z Checking shell-words v1.1.1
43932026-04-24T16:47:44.997Z Checking omicron-zone-package v0.12.2
43942026-04-24T16:47:45.709Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43952026-04-24T16:47:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43962026-04-24T16:47:46.722Z
43972026-04-24T16:47:46.722Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43982026-04-24T16:47:47.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-04-24T16:47:47.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-04-24T16:47:47.375Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44012026-04-24T16:47:47.689Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44022026-04-24T16:47:48.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44032026-04-24T16:47:48.261Z
44042026-04-24T16:47:48.261Zinfo: running `cargo check --bins` on schema (254/272)
44052026-04-24T16:47:48.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-04-24T16:47:48.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-04-24T16:47:48.992Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44082026-04-24T16:47:49.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44092026-04-24T16:47:49.872Z
44102026-04-24T16:47:49.872Zinfo: running `cargo check --bins` on xtask (255/272)
44112026-04-24T16:47:50.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-04-24T16:47:50.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-04-24T16:47:50.328Z Checking libc v0.2.185
44142026-04-24T16:47:50.409Z Checking serde v1.0.228
44152026-04-24T16:47:50.414Z Checking zerofrom v0.1.6
44162026-04-24T16:47:50.418Z Checking bitflags v2.11.0
44172026-04-24T16:47:50.423Z Checking hashbrown v0.16.1
44182026-04-24T16:47:50.423Z Checking smallvec v1.15.1
44192026-04-24T16:47:50.439Z Checking serde_json v1.0.149
44202026-04-24T16:47:50.442Z Checking scroll v0.12.0
44212026-04-24T16:47:50.511Z Checking yoke v0.8.1
44222026-04-24T16:47:50.561Z Checking num-traits v0.2.19
44232026-04-24T16:47:50.603Z Checking thiserror v1.0.69
44242026-04-24T16:47:50.669Z Checking percent-encoding v2.3.2
44252026-04-24T16:47:50.680Z Checking zerovec v0.11.5
44262026-04-24T16:47:50.697Z Checking zerotrie v0.2.3
44272026-04-24T16:47:50.707Z Checking errno v0.3.14
44282026-04-24T16:47:50.797Z Checking toml_datetime v0.6.11
44292026-04-24T16:47:50.808Z Checking serde_spanned v0.6.9
44302026-04-24T16:47:50.822Z Checking rustix v1.1.3
44312026-04-24T16:47:50.875Z Checking indexmap v2.13.0
44322026-04-24T16:47:50.929Z Checking log v0.4.29
44332026-04-24T16:47:50.941Z Checking form_urlencoded v1.2.2
44342026-04-24T16:47:50.976Z Checking zerocopy v0.7.35
44352026-04-24T16:47:51.047Z Checking getrandom v0.4.1
44362026-04-24T16:47:51.088Z Checking ordered-float v2.10.1
44372026-04-24T16:47:51.088Z Checking thiserror v2.0.18
44382026-04-24T16:47:51.106Z Checking goblin v0.8.2
44392026-04-24T16:47:51.118Z Checking tinystr v0.8.2
44402026-04-24T16:47:51.177Z Checking potential_utf v0.1.4
44412026-04-24T16:47:51.188Z Checking syn v2.0.117
44422026-04-24T16:47:51.296Z Checking icu_locale_core v2.1.1
44432026-04-24T16:47:51.308Z Checking icu_collections v2.1.1
44442026-04-24T16:47:51.318Z Checking serde-value v0.7.0
44452026-04-24T16:47:51.416Z Checking toml_edit v0.22.27
44462026-04-24T16:47:51.472Z Checking dtrace-parser v0.2.0
44472026-04-24T16:47:51.517Z Checking thread-id v4.2.2
44482026-04-24T16:47:51.597Z Checking once_cell v1.21.3
44492026-04-24T16:47:51.621Z Checking cargo-platform v0.2.0
44502026-04-24T16:47:51.635Z Checking terminal_size v0.4.3
44512026-04-24T16:47:51.714Z Checking memmap v0.7.0
44522026-04-24T16:47:51.744Z Checking clap_builder v4.5.60
44532026-04-24T16:47:51.769Z Checking tempfile v3.25.0
44542026-04-24T16:47:51.793Z Checking textwrap v0.16.2
44552026-04-24T16:47:51.838Z Checking fs-err v3.3.0
44562026-04-24T16:47:51.852Z Checking icu_provider v2.1.1
44572026-04-24T16:47:51.961Z Checking camino-tempfile v1.4.1
44582026-04-24T16:47:52.001Z Checking anyhow v1.0.102
44592026-04-24T16:47:52.015Z Checking tabled v0.15.0
44602026-04-24T16:47:52.091Z Checking icu_properties v2.1.2
44612026-04-24T16:47:52.114Z Checking icu_normalizer v2.1.1
44622026-04-24T16:47:52.198Z Checking macaddr v1.0.1
44632026-04-24T16:47:52.387Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44642026-04-24T16:47:52.530Z Checking toml v0.8.23
44652026-04-24T16:47:52.844Z Checking cargo_toml v0.21.0
44662026-04-24T16:47:52.895Z Checking idna_adapter v1.2.1
44672026-04-24T16:47:52.938Z Checking clap v4.5.60
44682026-04-24T16:47:52.968Z Checking dof v0.3.0
44692026-04-24T16:47:53.009Z Checking idna v1.1.0
44702026-04-24T16:47:53.224Z Checking usdt-impl v0.5.0
44712026-04-24T16:47:53.227Z Checking url v2.5.8
44722026-04-24T16:47:53.476Z Checking usdt v0.5.0
44732026-04-24T16:47:53.573Z Checking cargo-util-schemas v0.8.2
44742026-04-24T16:47:54.267Z Checking cargo_metadata v0.21.0
44752026-04-24T16:47:54.871Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44762026-04-24T16:47:55.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44772026-04-24T16:47:55.412Z
44782026-04-24T16:47:55.412Zinfo: running `cargo check --bins` on dnsadm (256/272)
44792026-04-24T16:47:55.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-04-24T16:47:55.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-04-24T16:47:56.055Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44822026-04-24T16:47:56.519Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44832026-04-24T16:47:56.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44842026-04-24T16:47:57.088Z
44852026-04-24T16:47:57.088Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44862026-04-24T16:47:57.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-04-24T16:47:57.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-04-24T16:47:57.891Z Checking polyval v0.6.2
44892026-04-24T16:47:58.014Z Checking ctr v0.9.2
44902026-04-24T16:47:58.024Z Checking ssh-encoding v0.2.0
44912026-04-24T16:47:58.024Z Checking blowfish v0.9.1
44922026-04-24T16:47:58.046Z Checking password-hash v0.4.2
44932026-04-24T16:47:58.062Z Checking p256 v0.13.2
44942026-04-24T16:47:58.065Z Checking p521 v0.13.3
44952026-04-24T16:47:58.088Z Checking russh-cryptovec v0.7.3
44962026-04-24T16:47:58.155Z Checking ghash v0.5.1
44972026-04-24T16:47:58.169Z Checking bcrypt-pbkdf v0.10.0
44982026-04-24T16:47:58.169Z Checking md5 v0.7.0
44992026-04-24T16:47:58.197Z Checking num-bigint v0.4.6
45002026-04-24T16:47:58.211Z Checking des v0.8.1
45012026-04-24T16:47:58.258Z Checking pbkdf2 v0.11.0
45022026-04-24T16:47:58.271Z Checking aes-gcm v0.10.3
45032026-04-24T16:47:58.313Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45042026-04-24T16:47:58.331Z Checking hex-literal v0.4.1
45052026-04-24T16:47:58.335Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45062026-04-24T16:47:58.386Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45072026-04-24T16:47:58.416Z Checking internet-checksum v0.2.1
45082026-04-24T16:47:58.419Z Checking ssh-cipher v0.2.0
45092026-04-24T16:47:58.595Z Checking ssh-key v0.6.7
45102026-04-24T16:47:58.690Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45112026-04-24T16:47:59.226Z Checking russh-keys v0.45.0
45122026-04-24T16:47:59.769Z Checking russh v0.45.0
45132026-04-24T16:48:14.595Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45142026-04-24T16:48:15.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.68s
45152026-04-24T16:48:15.983Z
45162026-04-24T16:48:15.983Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45172026-04-24T16:48:16.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-24T16:48:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-24T16:48:16.627Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45202026-04-24T16:48:16.735Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45212026-04-24T16:48:16.742Z Checking termios v0.3.3
45222026-04-24T16:48:17.929Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45232026-04-24T16:48:18.075Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45242026-04-24T16:48:19.856Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45252026-04-24T16:48:20.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45262026-04-24T16:48:20.604Z
45272026-04-24T16:48:20.604Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45282026-04-24T16:48:21.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-04-24T16:48:21.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-04-24T16:48:21.313Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45312026-04-24T16:48:21.428Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45322026-04-24T16:48:21.435Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45332026-04-24T16:48:21.438Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45342026-04-24T16:48:21.449Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45352026-04-24T16:48:21.449Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45362026-04-24T16:48:22.161Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45372026-04-24T16:48:22.509Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45382026-04-24T16:48:22.509Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45392026-04-24T16:48:23.134Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45402026-04-24T16:48:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45412026-04-24T16:48:24.932Z
45422026-04-24T16:48:24.932Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45432026-04-24T16:48:25.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-24T16:48:25.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-24T16:48:25.570Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45462026-04-24T16:48:26.016Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45472026-04-24T16:48:26.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45482026-04-24T16:48:26.509Z
45492026-04-24T16:48:26.509Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45502026-04-24T16:48:27.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-04-24T16:48:27.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-04-24T16:48:27.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45532026-04-24T16:48:27.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45542026-04-24T16:48:27.102Z
45552026-04-24T16:48:27.102Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45562026-04-24T16:48:27.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-04-24T16:48:27.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-04-24T16:48:27.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-04-24T16:48:27.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45602026-04-24T16:48:27.685Z
45612026-04-24T16:48:27.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45622026-04-24T16:48:28.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-04-24T16:48:28.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-04-24T16:48:28.439Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45652026-04-24T16:48:29.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45662026-04-24T16:48:29.217Z
45672026-04-24T16:48:29.217Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45682026-04-24T16:48:29.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-04-24T16:48:29.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-04-24T16:48:29.864Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45712026-04-24T16:48:29.867Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45722026-04-24T16:48:30.112Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45732026-04-24T16:48:30.113Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45742026-04-24T16:48:30.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45752026-04-24T16:48:31.079Z
45762026-04-24T16:48:31.079Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45772026-04-24T16:48:31.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-24T16:48:31.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-24T16:48:31.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-04-24T16:48:31.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45812026-04-24T16:48:31.662Z
45822026-04-24T16:48:31.662Zinfo: running `cargo check --bins` on omicron-package (266/272)
45832026-04-24T16:48:32.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-04-24T16:48:32.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-04-24T16:48:32.328Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45862026-04-24T16:48:33.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45872026-04-24T16:48:33.579Z
45882026-04-24T16:48:33.579Zinfo: running `cargo check --bins` on tqdb (267/272)
45892026-04-24T16:48:34.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-04-24T16:48:34.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-04-24T16:48:34.353Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45922026-04-24T16:48:34.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45932026-04-24T16:48:35.216Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45942026-04-24T16:48:35.219Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45952026-04-24T16:48:40.834Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45962026-04-24T16:48:40.838Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45972026-04-24T16:48:41.393Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45982026-04-24T16:48:41.396Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45992026-04-24T16:48:41.396Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46002026-04-24T16:48:41.396Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46012026-04-24T16:48:42.151Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46022026-04-24T16:48:43.133Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46032026-04-24T16:48:43.885Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46042026-04-24T16:48:44.489Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46052026-04-24T16:48:48.492Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46062026-04-24T16:48:54.708Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46072026-04-24T16:48:54.708Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46082026-04-24T16:48:54.712Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46092026-04-24T16:48:54.712Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46102026-04-24T16:48:56.133Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46112026-04-24T16:48:57.422Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46122026-04-24T16:48:58.070Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46132026-04-24T16:48:59.301Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46142026-04-24T16:48:59.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.24s
46152026-04-24T16:49:00.046Z
46162026-04-24T16:49:00.046Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46172026-04-24T16:49:00.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-04-24T16:49:00.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-04-24T16:49:00.742Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46202026-04-24T16:49:00.746Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46212026-04-24T16:49:00.746Z Checking rtoolbox v0.0.3
46222026-04-24T16:49:00.871Z Checking tui-tree-widget v0.23.1
46232026-04-24T16:49:00.969Z Checking rpassword v7.4.0
46242026-04-24T16:49:01.960Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46252026-04-24T16:49:04.893Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46262026-04-24T16:49:06.722Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46272026-04-24T16:49:07.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s
46282026-04-24T16:49:07.795Z
46292026-04-24T16:49:07.795Zinfo: running `cargo check --bins` on wicket (269/272)
46302026-04-24T16:49:08.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-04-24T16:49:08.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-04-24T16:49:08.477Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46332026-04-24T16:49:08.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
46342026-04-24T16:49:09.033Z
46352026-04-24T16:49:09.033Zinfo: running `cargo check --bins` on wicketd (270/272)
46362026-04-24T16:49:09.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-04-24T16:49:09.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-04-24T16:49:09.742Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46392026-04-24T16:49:09.745Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46402026-04-24T16:49:09.745Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46412026-04-24T16:49:09.745Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46422026-04-24T16:49:10.743Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46432026-04-24T16:49:11.290Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46442026-04-24T16:49:14.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
46452026-04-24T16:49:14.403Z
46462026-04-24T16:49:14.403Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46472026-04-24T16:49:14.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-04-24T16:49:14.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-04-24T16:49:14.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46502026-04-24T16:49:14.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46512026-04-24T16:49:14.995Z
46522026-04-24T16:49:14.995Zinfo: running `cargo check --bins` on zone-setup (272/272)
46532026-04-24T16:49:15.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-04-24T16:49:15.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-04-24T16:49:15.663Z Checking uzers v0.12.2
46562026-04-24T16:49:15.930Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46572026-04-24T16:49:16.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46582026-04-24T16:49:16.888Z
46592026-04-24T16:49:16.888Zreal 14:02.315498183
46602026-04-24T16:49:16.888Zuser 20:24.831841631
46612026-04-24T16:49:16.888Zsys 4:08.653946328
46622026-04-24T16:49:16.888Ztrap 0.343248113
46632026-04-24T16:49:16.888Ztflt 0.347162999
46642026-04-24T16:49:16.888Zdflt 0.914743699
46652026-04-24T16:49:16.888Zkflt 0.001677036
46662026-04-24T16:49:16.888Zlock 1:14:50.552375707
46672026-04-24T16:49:16.888Zslp 1:37:50.303152140
46682026-04-24T16:49:16.888Zlat 50.336952148
46692026-04-24T16:49:16.888Zstop 3:16.424662391
46702026-04-24T16:49:16.892Zprocess exited: duration 1034757 ms, exit code 0
 
46712026-04-24T16:49:16.898Zfound 0 output files