01KQ1CVRXSEXG00KZP3KJHGD2K: 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: 01KQ1CWN11TE0Y2EET2E1AQ2ZM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T04:04:02.243Zjob assigned to worker 01KQ1CWRWQECCE11KTQ2QNG5J8 [factory aws, i-0722f63946f3bc83f] (queued for 47 s)
 
22026-04-25T04:04:09.171Zstarting task 0: "setup"
32026-04-25T04:04:09.176Z++ uname -s
42026-04-25T04:04:09.179Z+ kern=SunOS
52026-04-25T04:04:09.179Z+ build_user=build
62026-04-25T04:04:09.179Z+ build_uid=12345
72026-04-25T04:04:09.179Z+ work_dir=/work
82026-04-25T04:04:09.180Z+ input_dir=/input
92026-04-25T04:04:09.180Z+ [[ 0 == 12345 ]]
102026-04-25T04:04:09.180Z+ case "$kern" in
112026-04-25T04:04:09.180Z+ groupadd -g 12345 build
122026-04-25T04:04:09.183Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T04:04:11.187Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T04:04:11.317Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T04:04:11.321Z+ home_fs=zfs
162026-04-25T04:04:11.321Z+ [[ zfs == autofs ]]
172026-04-25T04:04:11.322Z+ mkdir -p /home/build
182026-04-25T04:04:11.322Z+ chown build:build /home/build /work
192026-04-25T04:04:13.318Z+ chmod 0700 /home/build /work
202026-04-25T04:04:13.322Zprocess exited: duration 4148 ms, exit code 0
 
212026-04-25T04:04:13.329Zstarting task 1: "rust-toolchain"
222026-04-25T04:04:13.333Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-25T04:04:13.333Z * rust toolchain channel = "1.94.0"
242026-04-25T04:04:13.333Z * rust toolchain profile = "default"
252026-04-25T04:04:13.333Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-25T04:04:13.333Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T04:04:13.333Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T04:04:13.338Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T04:04:13.338Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-25T04:04:13.463Zinfo: downloading installer
312026-04-25T04:04:14.842Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T04:04:14.842Zwarn: /opt/ooce/bin
332026-04-25T04:04:14.842Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T04:04:14.842Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T04:04:14.843Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T04:04:14.843Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T04:04:14.843Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T04:04:14.843Zerror: cannot install while Rust is installed
392026-04-25T04:04:14.843Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T04:04:14.843Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T04:04:14.843Zwarn: /home/build/.rustup/settings.toml
422026-04-25T04:04:14.843Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T04:04:14.843Zwarn: instead of the one inferred from the default host triple.
442026-04-25T04:04:14.867Zinfo: profile set to default
452026-04-25T04:04:14.867Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T04:04:14.874Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-25T04:04:14.992Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-25T04:04:14.995Zinfo: downloading 6 components
492026-04-25T04:04:29.391Z
502026-04-25T04:04:29.391Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-25T04:04:29.426Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-25T04:04:29.426Z
532026-04-25T04:04:29.426Z
542026-04-25T04:04:29.426ZRust is installed now. Great!
552026-04-25T04:04:29.426Z
562026-04-25T04:04:29.426ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T04:04:29.426Zenvironment variable. This has not been done automatically.
582026-04-25T04:04:29.426Z
592026-04-25T04:04:29.426ZTo configure your current shell, you need to source
602026-04-25T04:04:29.427Zthe corresponding env file under $HOME/.cargo.
612026-04-25T04:04:29.427Z
622026-04-25T04:04:29.427ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T04:04:29.427Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T04:04:29.427Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T04:04:29.427Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T04:04:29.427Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T04:04:29.427Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T04:04:29.427Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T04:04:29.427Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T04:04:29.427Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T04:04:29.490Z+ rustup --version
722026-04-25T04:04:29.536Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T04:04:29.536Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T04:04:29.536Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-25T04:04:29.536Z+ cargo --version
762026-04-25T04:04:29.536Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-25T04:04:29.563Z+ rustc --version
782026-04-25T04:04:29.578Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-25T04:04:29.578Zprocess exited: duration 16225 ms, exit code 0
 
802026-04-25T04:04:29.614Zstarting task 2: "authentication"
812026-04-25T04:04:29.632Zprocess exited: duration 21 ms, exit code 0
 
822026-04-25T04:04:29.653Zstarting task 3: "clone repository"
832026-04-25T04:04:29.661Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-25T04:04:29.661Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-25T04:04:29.689ZCloning into '/work/oxidecomputer/omicron'...
862026-04-25T04:04:38.316Z+ cd /work/oxidecomputer/omicron
872026-04-25T04:04:38.316Z+ git fetch origin 2496a22a061f0f95f0e603dd45762bb8bc04b0ce
882026-04-25T04:04:38.588ZFrom https://github.com/oxidecomputer/omicron
892026-04-25T04:04:38.588Z * branch 2496a22a061f0f95f0e603dd45762bb8bc04b0ce -> FETCH_HEAD
902026-04-25T04:04:38.596Z+ [[ -n renovate/russh-monorepo ]]
912026-04-25T04:04:38.596Z++ git branch --show-current
922026-04-25T04:04:38.596Z+ current=main
932026-04-25T04:04:38.596Z+ [[ main != renovate/russh-monorepo ]]
942026-04-25T04:04:38.596Z+ git branch -f renovate/russh-monorepo 2496a22a061f0f95f0e603dd45762bb8bc04b0ce
952026-04-25T04:04:38.609Z+ git checkout -f renovate/russh-monorepo
962026-04-25T04:04:38.775ZSwitched to branch 'renovate/russh-monorepo'
972026-04-25T04:04:38.785Z+ git reset --hard 2496a22a061f0f95f0e603dd45762bb8bc04b0ce
982026-04-25T04:04:38.945ZHEAD is now at 2496a22a0 Update Rust crate russh-keys to 0.49.2
992026-04-25T04:04:38.968Zprocess exited: duration 9270 ms, exit code 0
 
1002026-04-25T04:04:38.980Zstarting task 4: "build"
1012026-04-25T04:04:38.984Z+ source .github/buildomat/ci-env.sh
1022026-04-25T04:04:38.984Z++ export CARGO_TERM_COLOR=always
1032026-04-25T04:04:38.984Z++ CARGO_TERM_COLOR=always
1042026-04-25T04:04:38.984Z+ cargo --version
1052026-04-25T04:04:38.994Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-25T04:04:39.009Z+ rustc --version
1072026-04-25T04:04:39.031Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-25T04:04:39.047Z+ source ./env.sh
1092026-04-25T04:04:39.048Z++ OLD_SHELL_OPTS=ehxB
1102026-04-25T04:04:39.048Z++ set -o xtrace
1112026-04-25T04:04:39.048Z++++ dirname ./env.sh
1122026-04-25T04:04:39.048Z+++ readlink -f .
1132026-04-25T04:04:39.048Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ 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-25T04:04:39.048Z++ case $OLD_SHELL_OPTS in
1232026-04-25T04:04:39.048Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-25T04:04:39.048Z+ 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-25T04:04:39.048Z+ 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-25T04:04:39.049Z+ banner prerequisites
1272026-04-25T04:04:39.049Z
1282026-04-25T04:04:39.049Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-25T04:04:39.049Z # # # # # # # # # # # # # # #
1302026-04-25T04:04:39.049Z # # # # ##### # # ##### # # # # # #### #
1312026-04-25T04:04:39.049Z ##### ##### # ##### # # # # # # # # #
1322026-04-25T04:04:39.049Z # # # # # # # # # # # # # # #
1332026-04-25T04:04:39.050Z # # # ###### # # ###### ### # #### # #### #
1342026-04-25T04:04:39.050Z
1352026-04-25T04:04:39.050Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-25T04:04:49.819Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-25T04:04:57.234Z Startup: Caching catalogs ... Done
1382026-04-25T04:05:03.693ZPlanning: Solver setup ... Done (4.949s)
1392026-04-25T04:05:03.727ZPlanning: Running solver ... Done (0.034s)
1402026-04-25T04:05:03.870ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-25T04:05:03.877ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-25T04:05:03.994ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-25T04:05:04.034ZPlanning: Package planning ... Done (0.036s)
1442026-04-25T04:05:04.071ZPlanning: Merging actions ... Done (0.035s)
1452026-04-25T04:05:04.251ZPlanning: Checking for conflicting actions ... Done (0.181s)
1462026-04-25T04:05:04.256ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-25T04:05:05.067ZPlanning: Evaluating mediators ... Done (0.810s)
1482026-04-25T04:05:05.074ZPlanning: Planning completed in 7.69 seconds
1492026-04-25T04:05:05.086Z Packages to install: 5
1502026-04-25T04:05:05.090Z Mediators to change: 3
1512026-04-25T04:05:05.090Z Services to change: 1
1522026-04-25T04:05:05.090Z Estimated space available: 155.35 GB
1532026-04-25T04:05:05.090ZEstimated space to be consumed: 1.89 GB
1542026-04-25T04:05:05.090Z Create boot environment: No
1552026-04-25T04:05:05.090ZCreate backup boot environment: No
1562026-04-25T04:05:05.090Z Rebuild boot archive: No
1572026-04-25T04:05:05.090Z
1582026-04-25T04:05:05.090ZChanged mediators:
1592026-04-25T04:05:05.090Z mediator clang:
1602026-04-25T04:05:05.090Z version: None -> 15 (system default)
1612026-04-25T04:05:05.090Z
1622026-04-25T04:05:05.090Z mediator llvm:
1632026-04-25T04:05:05.090Z version: 14 (system default) -> 15 (system default)
1642026-04-25T04:05:05.090Z
1652026-04-25T04:05:05.090Z mediator postgresql:
1662026-04-25T04:05:05.090Z version: 15 (system default) -> 18 (system default)
1672026-04-25T04:05:05.091Z
1682026-04-25T04:05:05.091ZChanged packages:
1692026-04-25T04:05:05.091Zhelios-dev
1702026-04-25T04:05:05.091Z developer/build-essential
1712026-04-25T04:05:05.091Z None -> 11-2.0
1722026-04-25T04:05:05.091Z library/libxmlsec1
1732026-04-25T04:05:05.091Z None -> 1.2.35-2.0
1742026-04-25T04:05:05.091Z ooce/developer/clang-15
1752026-04-25T04:05:05.091Z None -> 15.0.7-2.0
1762026-04-25T04:05:05.091Z ooce/developer/llvm-15
1772026-04-25T04:05:05.091Z None -> 15.0.7-2.0
1782026-04-25T04:05:05.091Z ooce/library/postgresql-18
1792026-04-25T04:05:05.091Z None -> 18.1-2.0
1802026-04-25T04:05:05.091Z
1812026-04-25T04:05:05.091ZServices:
1822026-04-25T04:05:05.091Z restart_fmri:
1832026-04-25T04:05:05.091Z svc:/system/update-man-index:default
1842026-04-25T04:05:05.161Z
1852026-04-25T04:05:05.161ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-25T04:05:12.795ZDownload: 213/4272 items 1.3/219.0MB 0% complete (1.9M/s)
1872026-04-25T04:05:20.483ZDownload: 1196/4272 items 83.4/219.0MB 38% complete (8.8M/s)
1882026-04-25T04:05:28.564ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (8.9M/s)
1892026-04-25T04:05:33.570ZDownload: 2481/4272 items 120.0/219.0MB 54% complete (7.5M/s)
1902026-04-25T04:05:39.338ZDownload: 3244/4272 items 202.8/219.0MB 92% complete (15.5M/s)
1912026-04-25T04:05:46.609ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (12.8M/s)
1922026-04-25T04:05:53.193ZDownload: 3284/4272 items 211.8/219.0MB 96% complete (2.0M/s)
1932026-04-25T04:05:59.999ZDownload: 3289/4272 items 212.6/219.0MB 97% complete (1.6M/s)
1942026-04-25T04:06:01.824ZDownload: Completed 218.99 MB in 56.69 seconds (3.9M/s)
1952026-04-25T04:06:01.982Z Actions: 1/4789 actions (Installing new actions)
1962026-04-25T04:06:05.358Z Actions: Completed 4789 actions in 3.36 seconds.
1972026-04-25T04:06:05.663Z Done (0.313s)
1982026-04-25T04:06:05.663Z Done (0.000s)
1992026-04-25T04:06:06.393Z Done (0.736s)
2002026-04-25T04:06:09.566Z Done (2.824s)
2012026-04-25T04:06:09.639Z Done (0.013s)
2022026-04-25T04:06:09.643Z Done (0.000s)
2032026-04-25T04:06:09.980Z Done (0.000s)
2042026-04-25T04:06:10.848ZPlanning: Evaluating mediator changes ... Done
2052026-04-25T04:06:10.957ZPlanning: Checking for conflicting actions ... Done
2062026-04-25T04:06:10.960ZPlanning: Consolidating action changes ... Done
2072026-04-25T04:06:11.117ZPlanning: Evaluating mediators ... Done
2082026-04-25T04:06:11.120ZPlanning: Planning completed in 0.27 seconds
2092026-04-25T04:06:11.136Z Mediators to change: 2
2102026-04-25T04:06:11.136Z Create boot environment: No
2112026-04-25T04:06:11.136ZCreate backup boot environment: No
2122026-04-25T04:06:11.210Z Done
2132026-04-25T04:06:11.210Z Done
2142026-04-25T04:06:11.809Z Done
2152026-04-25T04:06:14.290Z Done
2162026-04-25T04:06:14.365Z Done
2172026-04-25T04:06:14.369Z Done
2182026-04-25T04:06:14.494Z Done
2192026-04-25T04:06:14.761ZPlanning: Evaluating mediator changes ... Done
2202026-04-25T04:06:14.866ZPlanning: Checking for conflicting actions ... Done
2212026-04-25T04:06:14.869ZPlanning: Consolidating action changes ... Done
2222026-04-25T04:06:15.026ZPlanning: Evaluating mediators ... Done
2232026-04-25T04:06:15.030ZPlanning: Planning completed in 0.27 seconds
2242026-04-25T04:06:15.050Z Mediators to change: 1
2252026-04-25T04:06:15.050Z Create boot environment: No
2262026-04-25T04:06:15.050ZCreate backup boot environment: No
2272026-04-25T04:06:15.100Z Done
2282026-04-25T04:06:15.100Z Done
2292026-04-25T04:06:15.706Z Done
2302026-04-25T04:06:18.165Z Done
2312026-04-25T04:06:18.233Z Done
2322026-04-25T04:06:18.236Z Done
2332026-04-25T04:06:18.368Z Done
2342026-04-25T04:06:18.662ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352026-04-25T04:06:18.662Zclang system 15 system
2362026-04-25T04:06:18.662Zcsh system system illumos
2372026-04-25T04:06:18.663Zctags system system illumos
2382026-04-25T04:06:18.663Zfile system system illumos
2392026-04-25T04:06:18.663Zgcc vendor 12 vendor
2402026-04-25T04:06:18.663Zgcc system 14 system
2412026-04-25T04:06:18.663Zgcc system 10 system
2422026-04-25T04:06:18.663Zgo system 1.20 system
2432026-04-25T04:06:18.663Zgo system 1.19 system
2442026-04-25T04:06:18.663Zllvm system 15 system
2452026-04-25T04:06:18.663Zllvm system 14 system
2462026-04-25T04:06:18.663Zmariadb system 10.6 system
2472026-04-25T04:06:18.663Zmta vendor vendor dma
2482026-04-25T04:06:18.663Zopenjdk system 17 system
2492026-04-25T04:06:18.663Zopenjdk system 11 system
2502026-04-25T04:06:18.663Zopenjdk system 1.8 system
2512026-04-25T04:06:18.663Zopenssl vendor 3 vendor
2522026-04-25T04:06:18.663Zperl system 5.36 system
2532026-04-25T04:06:18.664Zpostgresql system 18 system
2542026-04-25T04:06:18.664Zpostgresql system 15 system
2552026-04-25T04:06:18.664Zpostgresql system 13 system
2562026-04-25T04:06:18.664Zpython vendor 3 vendor
2572026-04-25T04:06:18.664Zpython system 2 system
2582026-04-25T04:06:18.664Zpython3 system 3.11 system
2592026-04-25T04:06:18.664Zruby system 3.0 system
2602026-04-25T04:06:18.664Zwords vendor vendor american-english
2612026-04-25T04:06:18.664Zwords system system australian-english
2622026-04-25T04:06:18.664Zwords system system british-english
2632026-04-25T04:06:18.664Zwords system system canadian-english
2642026-04-25T04:06:18.664Zwords system system french
2652026-04-25T04:06:18.664Zwords system system italian
2662026-04-25T04:06:18.664Zwords system system ngerman
2672026-04-25T04:06:18.664Zwords system system ogerman
2682026-04-25T04:06:18.664Zwords system system spanish
2692026-04-25T04:06:18.894ZPUBLISHER TYPE STATUS P LOCATION
2702026-04-25T04:06:18.894Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712026-04-25T04:06:23.494ZFMRI IFO
2722026-04-25T04:06:23.494Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732026-04-25T04:06:23.494Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742026-04-25T04:06:23.494Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752026-04-25T04:06:23.494Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762026-04-25T04:06:23.495Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772026-04-25T04:06:23.495Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2782026-04-25T04:06:23.495Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2792026-04-25T04:06:23.495Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2802026-04-25T04:06:23.495Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2812026-04-25T04:06:23.495Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2822026-04-25T04:06:23.495Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2832026-04-25T04:06:23.495Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2842026-04-25T04:06:23.495Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2852026-04-25T04:06:23.496Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2862026-04-25T04:06:23.496Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2872026-04-25T04:06:23.496Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2882026-04-25T04:06:23.496Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2892026-04-25T04:06:24.611Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2902026-04-25T04:06:24.868Z Updating crates.io index
2912026-04-25T04:06:24.872Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922026-04-25T04:06:25.134Z Updating git repository `https://github.com/oxidecomputer/lldp`
2932026-04-25T04:06:25.910Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2942026-04-25T04:06:26.325Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952026-04-25T04:06:27.317Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962026-04-25T04:06:27.779Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972026-04-25T04:06:29.075Z Updating git repository `https://github.com/oxidecomputer/opte`
2982026-04-25T04:06:29.758Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992026-04-25T04:06:30.080Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002026-04-25T04:06:30.800Z Updating git repository `https://github.com/oxidecomputer/clickward`
3012026-04-25T04:06:31.116Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-04-25T04:06:31.472Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3032026-04-25T04:06:31.859Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3042026-04-25T04:06:32.888Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3052026-04-25T04:06:33.324Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3062026-04-25T04:06:34.019Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072026-04-25T04:06:34.022Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3082026-04-25T04:06:34.289Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3092026-04-25T04:06:34.599Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3102026-04-25T04:06:34.813Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3112026-04-25T04:06:35.069Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3122026-04-25T04:06:35.470Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3132026-04-25T04:06:35.824Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3142026-04-25T04:06:36.339Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3152026-04-25T04:06:36.800Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3162026-04-25T04:06:37.306Z Updating git repository `https://github.com/oxidecomputer/ispf`
3172026-04-25T04:06:37.642Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3182026-04-25T04:06:38.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
3192026-04-25T04:06:39.242Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-04-25T04:06:39.765Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3212026-04-25T04:06:40.023Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3222026-04-25T04:06:40.376Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3232026-04-25T04:06:40.714Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3242026-04-25T04:06:41.477Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3252026-04-25T04:06:42.019Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3262026-04-25T04:06:42.022Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3272026-04-25T04:06:42.105Z Updating git repository `https://github.com/illumos/smf-rs`
3282026-04-25T04:06:42.535Z Updating git repository `https://github.com/oxidecomputer/omicron`
3292026-04-25T04:06:54.648Z Downloading crates ...
3302026-04-25T04:06:54.727Z Downloaded getrandom v0.4.1
3312026-04-25T04:06:54.755Z Downloaded icu_locale_core v2.1.1
3322026-04-25T04:06:54.755Z Downloaded scroll v0.12.0
3332026-04-25T04:06:54.755Z Downloaded pretty-hex v0.4.1
3342026-04-25T04:06:54.755Z Downloaded zerofrom v0.1.6
3352026-04-25T04:06:54.755Z Downloaded yoke-derive v0.8.1
3362026-04-25T04:06:54.755Z Downloaded writeable v0.6.2
3372026-04-25T04:06:54.755Z Downloaded thiserror v1.0.69
3382026-04-25T04:06:54.755Z Downloaded zerocopy-derive v0.7.35
3392026-04-25T04:06:54.755Z Downloaded proc-macro-error v1.0.4
3402026-04-25T04:06:55.185Z Downloaded utf8_iter v1.0.4
3412026-04-25T04:06:55.185Z Downloaded usdt v0.5.0
3422026-04-25T04:06:55.185Z Downloaded syn v2.0.117
3432026-04-25T04:06:55.185Z Downloaded version_check v0.9.5
3442026-04-25T04:06:55.185Z Downloaded serde_json v1.0.149
3452026-04-25T04:06:55.185Z Downloaded utf8parse v0.2.2
3462026-04-25T04:06:55.185Z Downloaded proc-macro-error-attr v1.0.4
3472026-04-25T04:06:55.185Z Downloaded icu_provider v2.1.1
3482026-04-25T04:06:55.185Z Downloaded zerofrom-derive v0.1.6
3492026-04-25T04:06:55.185Z Downloaded usdt-attr-macro v0.5.0
3502026-04-25T04:06:55.185Z Downloaded pest_generator v2.8.6
3512026-04-25T04:06:55.185Z Downloaded serde_spanned v0.6.9
3522026-04-25T04:06:55.185Z Downloaded scroll_derive v0.12.1
3532026-04-25T04:06:55.185Z Downloaded quote v1.0.44
3542026-04-25T04:06:55.185Z Downloaded dtrace-parser v0.2.0
3552026-04-25T04:06:55.185Z Downloaded litemap v0.8.1
3562026-04-25T04:06:55.185Z Downloaded byteorder v1.5.0
3572026-04-25T04:06:55.186Z Downloaded zmij v1.0.21
3582026-04-25T04:06:55.186Z Downloaded thiserror-impl v2.0.18
3592026-04-25T04:06:55.186Z Downloaded clap_lex v1.0.0
3602026-04-25T04:06:55.215Z Downloaded block-buffer v0.10.4
3612026-04-25T04:06:55.215Z Downloaded macaddr v1.0.1
3622026-04-25T04:06:55.215Z Downloaded zerovec-derive v0.11.2
3632026-04-25T04:06:55.215Z Downloaded typeid v1.0.3
3642026-04-25T04:06:55.215Z Downloaded usdt-macro v0.5.0
3652026-04-25T04:06:55.215Z Downloaded unicode-linebreak v0.1.5
3662026-04-25T04:06:55.215Z Downloaded tinystr v0.8.2
3672026-04-25T04:06:55.215Z Downloaded thread-id v4.2.2
3682026-04-25T04:06:55.215Z Downloaded toml_datetime v0.6.11
3692026-04-25T04:06:55.215Z Downloaded thiserror v2.0.18
3702026-04-25T04:06:55.215Z Downloaded thiserror-impl v1.0.69
3712026-04-25T04:06:55.215Z Downloaded potential_utf v0.1.4
3722026-04-25T04:06:55.215Z Downloaded terminal_size v0.4.3
3732026-04-25T04:06:55.215Z Downloaded cfg-if v1.0.4
3742026-04-25T04:06:55.215Z Downloaded unicode-xid v0.2.6
3752026-04-25T04:06:55.215Z Downloaded toml_write v0.1.2
3762026-04-25T04:06:55.215Z Downloaded percent-encoding v2.3.2
3772026-04-25T04:06:55.215Z Downloaded usdt-impl v0.5.0
3782026-04-25T04:06:55.215Z Downloaded serde-value v0.7.0
3792026-04-25T04:06:55.215Z Downloaded swrite v0.1.0
3802026-04-25T04:06:55.215Z Downloaded anstyle v1.0.13
3812026-04-25T04:06:55.216Z Downloaded cargo_metadata v0.21.0
3822026-04-25T04:06:55.216Z Downloaded fs-err v3.3.0
3832026-04-25T04:06:55.216Z Downloaded yoke v0.8.1
3842026-04-25T04:06:55.216Z Downloaded toml v0.8.23
3852026-04-25T04:06:55.216Z Downloaded crypto-common v0.1.7
3862026-04-25T04:06:55.216Z Downloaded digest v0.10.7
3872026-04-25T04:06:55.216Z Downloaded fnv v1.0.7
3882026-04-25T04:06:55.216Z Downloaded unicode-ident v1.0.24
3892026-04-25T04:06:55.216Z Downloaded memmap v0.7.0
3902026-04-25T04:06:55.216Z Downloaded fastrand v2.3.0
3912026-04-25T04:06:55.216Z Downloaded smawk v0.3.2
3922026-04-25T04:06:55.216Z Downloaded zerotrie v0.2.3
3932026-04-25T04:06:55.216Z Downloaded ucd-trie v0.1.7
3942026-04-25T04:06:55.216Z Downloaded toml_edit v0.22.27
3952026-04-25T04:06:55.216Z Downloaded equivalent v1.0.2
3962026-04-25T04:06:55.216Z Downloaded strsim v0.11.1
3972026-04-25T04:06:55.216Z Downloaded stable_deref_trait v1.2.1
3982026-04-25T04:06:55.216Z Downloaded cargo-platform v0.2.0
3992026-04-25T04:06:55.216Z Downloaded typenum v1.19.0
4002026-04-25T04:06:55.216Z Downloaded url v2.5.8
4012026-04-25T04:06:55.216Z Downloaded colorchoice v1.0.4
4022026-04-25T04:06:55.216Z Downloaded dof v0.3.0
4032026-04-25T04:06:55.216Z Downloaded anstyle-query v1.1.5
4042026-04-25T04:06:55.216Z Downloaded textwrap v0.16.2
4052026-04-25T04:06:55.216Z Downloaded generic-array v0.14.7
4062026-04-25T04:06:55.217Z Downloaded zerovec v0.11.5
4072026-04-25T04:06:55.217Z Downloaded plain v0.2.3
4082026-04-25T04:06:55.217Z Downloaded errno v0.3.14
4092026-04-25T04:06:55.217Z Downloaded ordered-float v2.10.1
4102026-04-25T04:06:55.217Z Downloaded is_terminal_polyfill v1.70.2
4112026-04-25T04:06:55.217Z Downloaded camino-tempfile v1.4.1
4122026-04-25T04:06:55.217Z Downloaded tabled_derive v0.7.0
4132026-04-25T04:06:55.217Z Downloaded zerocopy v0.7.35
4142026-04-25T04:06:55.217Z Downloaded heck v0.5.0
4152026-04-25T04:06:55.217Z Downloaded winnow v0.7.14
4162026-04-25T04:06:55.217Z Downloaded serde_tokenstream v0.2.3
4172026-04-25T04:06:55.217Z Downloaded idna_adapter v1.2.1
4182026-04-25T04:06:55.217Z Downloaded form_urlencoded v1.2.2
4192026-04-25T04:06:55.217Z Downloaded unicode-width v0.2.0
4202026-04-25T04:06:55.217Z Downloaded heck v0.4.1
4212026-04-25T04:06:55.217Z Downloaded unicode-width v0.1.14
4222026-04-25T04:06:55.217Z Downloaded cpufeatures v0.2.17
4232026-04-25T04:06:55.217Z Downloaded itoa v1.0.17
4242026-04-25T04:06:55.217Z Downloaded erased-serde v0.4.9
4252026-04-25T04:06:55.217Z Downloaded displaydoc v0.2.5
4262026-04-25T04:06:55.217Z Downloaded autocfg v1.5.0
4272026-04-25T04:06:55.217Z Downloaded anstyle-parse v0.2.7
4282026-04-25T04:06:55.217Z Downloaded anstream v0.6.21
4292026-04-25T04:06:55.217Z Downloaded camino v1.2.2
4302026-04-25T04:06:55.217Z Downloaded bitflags v2.11.0
4312026-04-25T04:06:55.217Z Downloaded cargo_toml v0.21.0
4322026-04-25T04:06:55.217Z Downloaded bytecount v0.6.9
4332026-04-25T04:06:55.217Z Downloaded synstructure v0.13.2
4342026-04-25T04:06:55.218Z Downloaded semver v1.0.27
4352026-04-25T04:06:55.218Z Downloaded clap_derive v4.5.55
4362026-04-25T04:06:55.218Z Downloaded cargo-util-schemas v0.8.2
4372026-04-25T04:06:55.218Z Downloaded anyhow v1.0.102
4382026-04-25T04:06:55.218Z Downloaded serde-untagged v0.1.9
4392026-04-25T04:06:55.218Z Downloaded once_cell v1.21.3
4402026-04-25T04:06:55.218Z Downloaded clap v4.5.60
4412026-04-25T04:06:55.218Z Downloaded sha2 v0.10.9
4422026-04-25T04:06:55.218Z Downloaded log v0.4.29
4432026-04-25T04:06:55.219Z Downloaded pest_meta v2.8.6
4442026-04-25T04:06:55.219Z Downloaded pest_derive v2.8.6
4452026-04-25T04:06:55.219Z Downloaded tempfile v3.25.0
4462026-04-25T04:06:55.219Z Downloaded proc-macro2 v1.0.106
4472026-04-25T04:06:55.219Z Downloaded num-traits v0.2.19
4482026-04-25T04:06:55.219Z Downloaded smallvec v1.15.1
4492026-04-25T04:06:55.219Z Downloaded serde_derive v1.0.228
4502026-04-25T04:06:55.219Z Downloaded icu_properties v2.1.2
4512026-04-25T04:06:55.219Z Downloaded serde_core v1.0.228
4522026-04-25T04:06:55.219Z Downloaded serde v1.0.228
4532026-04-25T04:06:55.219Z Downloaded papergrid v0.11.0
4542026-04-25T04:06:55.219Z Downloaded icu_normalizer_data v2.1.1
4552026-04-25T04:06:55.219Z Downloaded icu_normalizer v2.1.1
4562026-04-25T04:06:55.219Z Downloaded memchr v2.8.0
4572026-04-25T04:06:55.219Z Downloaded indexmap v2.13.0
4582026-04-25T04:06:55.219Z Downloaded icu_collections v2.1.1
4592026-04-25T04:06:55.219Z Downloaded pest v2.8.6
4602026-04-25T04:06:55.323Z Downloaded idna v1.1.0
4612026-04-25T04:06:55.323Z Downloaded hashbrown v0.16.1
4622026-04-25T04:06:55.323Z Downloaded clap_builder v4.5.60
4632026-04-25T04:06:55.323Z Downloaded goblin v0.8.2
4642026-04-25T04:06:55.323Z Downloaded icu_properties_data v2.1.2
4652026-04-25T04:06:55.323Z Downloaded tabled v0.15.0
4662026-04-25T04:06:55.323Z Downloaded syn v1.0.109
4672026-04-25T04:06:55.323Z Downloaded rustix v1.1.3
4682026-04-25T04:06:55.323Z Downloaded libc v0.2.185
4692026-04-25T04:06:55.323Z Compiling proc-macro2 v1.0.106
4702026-04-25T04:06:55.323Z Compiling unicode-ident v1.0.24
4712026-04-25T04:06:55.323Z Compiling quote v1.0.44
4722026-04-25T04:06:55.323Z Compiling serde_core v1.0.228
4732026-04-25T04:06:55.323Z Compiling libc v0.2.185
4742026-04-25T04:06:55.323Z Compiling version_check v0.9.5
4752026-04-25T04:06:55.323Z Compiling serde v1.0.228
4762026-04-25T04:06:55.323Z Compiling stable_deref_trait v1.2.1
4772026-04-25T04:06:55.467Z Compiling memchr v2.8.0
4782026-04-25T04:06:55.509Z Compiling zmij v1.0.21
4792026-04-25T04:06:55.749Z Compiling ucd-trie v0.1.7
4802026-04-25T04:06:55.780Z Compiling autocfg v1.5.0
4812026-04-25T04:06:56.024Z Compiling thiserror v1.0.69
4822026-04-25T04:06:56.024Z Compiling itoa v1.0.17
4832026-04-25T04:06:56.139Z Compiling pest v2.8.6
4842026-04-25T04:06:56.175Z Compiling writeable v0.6.2
4852026-04-25T04:06:56.213Z Compiling litemap v0.8.1
4862026-04-25T04:06:56.368Z Compiling icu_normalizer_data v2.1.1
4872026-04-25T04:06:56.399Z Compiling rustix v1.1.3
4882026-04-25T04:06:56.585Z Compiling byteorder v1.5.0
4892026-04-25T04:06:56.595Z Compiling icu_properties_data v2.1.2
4902026-04-25T04:06:56.715Z Compiling syn v2.0.117
4912026-04-25T04:06:56.800Z Compiling errno v0.3.14
4922026-04-25T04:06:56.817Z Compiling bitflags v2.11.0
4932026-04-25T04:06:56.838Z Compiling serde_json v1.0.149
4942026-04-25T04:06:57.066Z Compiling num-traits v0.2.19
4952026-04-25T04:06:57.083Z Compiling smallvec v1.15.1
4962026-04-25T04:06:57.122Z Compiling typeid v1.0.3
4972026-04-25T04:06:57.248Z Compiling pest_meta v2.8.6
4982026-04-25T04:06:57.294Z Compiling equivalent v1.0.2
4992026-04-25T04:06:57.356Z Compiling hashbrown v0.16.1
5002026-04-25T04:06:57.659Z Compiling thread-id v4.2.2
5012026-04-25T04:06:57.671Z Compiling usdt-impl v0.5.0
5022026-04-25T04:06:57.675Z Compiling proc-macro-error-attr v1.0.4
5032026-04-25T04:06:57.694Z Compiling syn v1.0.109
5042026-04-25T04:06:57.844Z Compiling indexmap v2.13.0
5052026-04-25T04:06:57.894Z Compiling toml_write v0.1.2
5062026-04-25T04:06:58.002Z Compiling winnow v0.7.14
5072026-04-25T04:06:58.025Z Compiling erased-serde v0.4.9
5082026-04-25T04:06:58.501Z Compiling proc-macro-error v1.0.4
5092026-04-25T04:06:58.504Z Compiling percent-encoding v2.3.2
5102026-04-25T04:06:58.696Z Compiling utf8_iter v1.0.4
5112026-04-25T04:06:58.717Z Compiling plain v0.2.3
5122026-04-25T04:06:58.809Z Compiling getrandom v0.4.1
5132026-04-25T04:06:58.834Z Compiling camino v1.2.2
5142026-04-25T04:06:58.852Z Compiling thiserror v2.0.18
5152026-04-25T04:06:58.934Z Compiling log v0.4.29
5162026-04-25T04:06:58.946Z Compiling utf8parse v0.2.2
5172026-04-25T04:06:59.072Z Compiling anstyle-parse v0.2.7
5182026-04-25T04:06:59.089Z Compiling ordered-float v2.10.1
5192026-04-25T04:06:59.252Z Compiling form_urlencoded v1.2.2
5202026-04-25T04:06:59.324Z Compiling synstructure v0.13.2
5212026-04-25T04:06:59.746Z Compiling pest_generator v2.8.6
5222026-04-25T04:06:59.749Z Compiling terminal_size v0.4.3
5232026-04-25T04:06:59.749Z Compiling cfg-if v1.0.4
5242026-04-25T04:06:59.750Z Compiling anstyle v1.0.13
5252026-04-25T04:06:59.750Z Compiling anstyle-query v1.1.5
5262026-04-25T04:06:59.759Z Compiling pretty-hex v0.4.1
5272026-04-25T04:06:59.776Z Compiling is_terminal_polyfill v1.70.2
5282026-04-25T04:06:59.859Z Compiling colorchoice v1.0.4
5292026-04-25T04:06:59.921Z Compiling serde-untagged v0.1.9
5302026-04-25T04:06:59.978Z Compiling anstream v0.6.21
5312026-04-25T04:07:00.002Z Compiling semver v1.0.27
5322026-04-25T04:07:00.089Z Compiling fs-err v3.3.0
5332026-04-25T04:07:00.229Z Compiling fnv v1.0.7
5342026-04-25T04:07:00.277Z Compiling once_cell v1.21.3
5352026-04-25T04:07:00.282Z Compiling heck v0.4.1
5362026-04-25T04:07:00.314Z Compiling clap_lex v1.0.0
5372026-04-25T04:07:00.331Z Compiling strsim v0.11.1
5382026-04-25T04:07:00.333Z Compiling heck v0.5.0
5392026-04-25T04:07:00.490Z Compiling bytecount v0.6.9
5402026-04-25T04:07:00.521Z Compiling unicode-width v0.1.14
5412026-04-25T04:07:00.590Z Compiling fastrand v2.3.0
5422026-04-25T04:07:00.626Z Compiling unicode-xid v0.2.6
5432026-04-25T04:07:01.098Z Compiling anyhow v1.0.102
5442026-04-25T04:07:01.101Z Compiling papergrid v0.11.0
5452026-04-25T04:07:01.101Z Compiling tempfile v3.25.0
5462026-04-25T04:07:01.101Z Compiling clap_builder v4.5.60
5472026-04-25T04:07:01.101Z Compiling memmap v0.7.0
5482026-04-25T04:07:01.101Z Compiling serde_derive v1.0.228
5492026-04-25T04:07:01.566Z Compiling zerofrom-derive v0.1.6
5502026-04-25T04:07:01.570Z Compiling yoke-derive v0.8.1
5512026-04-25T04:07:01.570Z Compiling zerovec-derive v0.11.2
5522026-04-25T04:07:01.570Z Compiling displaydoc v0.2.5
5532026-04-25T04:07:02.145Z Compiling thiserror-impl v1.0.69
5542026-04-25T04:07:02.184Z Compiling zerocopy-derive v0.7.35
5552026-04-25T04:07:02.302Z Compiling pest_derive v2.8.6
5562026-04-25T04:07:02.321Z Compiling scroll_derive v0.12.1
5572026-04-25T04:07:02.542Z Compiling zerofrom v0.1.6
5582026-04-25T04:07:02.679Z Compiling yoke v0.8.1
5592026-04-25T04:07:02.722Z Compiling thiserror-impl v2.0.18
5602026-04-25T04:07:02.869Z Compiling zerovec v0.11.5
5612026-04-25T04:07:02.975Z Compiling zerotrie v0.2.3
5622026-04-25T04:07:03.031Z Compiling zerocopy v0.7.35
5632026-04-25T04:07:03.339Z Compiling scroll v0.12.0
5642026-04-25T04:07:03.422Z Compiling tinystr v0.8.2
5652026-04-25T04:07:03.562Z Compiling potential_utf v0.1.4
5662026-04-25T04:07:03.598Z Compiling icu_locale_core v2.1.1
5672026-04-25T04:07:03.617Z Compiling dtrace-parser v0.2.0
5682026-04-25T04:07:03.636Z Compiling goblin v0.8.2
5692026-04-25T04:07:03.736Z Compiling icu_collections v2.1.1
5702026-04-25T04:07:03.903Z Compiling tabled_derive v0.7.0
5712026-04-25T04:07:04.245Z Compiling icu_provider v2.1.1
5722026-04-25T04:07:04.260Z Compiling clap_derive v4.5.55
5732026-04-25T04:07:04.368Z Compiling unicode-linebreak v0.1.5
5742026-04-25T04:07:04.477Z Compiling icu_normalizer v2.1.1
5752026-04-25T04:07:04.505Z Compiling icu_properties v2.1.2
5762026-04-25T04:07:04.535Z Compiling toml_datetime v0.6.11
5772026-04-25T04:07:04.554Z Compiling serde_spanned v0.6.9
5782026-04-25T04:07:04.624Z Compiling dof v0.3.0
5792026-04-25T04:07:04.755Z Compiling serde_tokenstream v0.2.3
5802026-04-25T04:07:04.801Z Compiling toml_edit v0.22.27
5812026-04-25T04:07:05.236Z Compiling serde-value v0.7.0
5822026-04-25T04:07:05.240Z Compiling cargo-platform v0.2.0
5832026-04-25T04:07:05.240Z Compiling smawk v0.3.2
5842026-04-25T04:07:05.240Z Compiling unicode-width v0.2.0
5852026-04-25T04:07:05.240Z Compiling tabled v0.15.0
5862026-04-25T04:07:05.717Z Compiling macaddr v1.0.1
5872026-04-25T04:07:05.720Z Compiling idna_adapter v1.2.1
5882026-04-25T04:07:05.720Z Compiling textwrap v0.16.2
5892026-04-25T04:07:05.720Z Compiling idna v1.1.0
5902026-04-25T04:07:05.720Z Compiling usdt-macro v0.5.0
5912026-04-25T04:07:05.720Z Compiling usdt-attr-macro v0.5.0
5922026-04-25T04:07:06.006Z Compiling url v2.5.8
5932026-04-25T04:07:06.257Z Compiling toml v0.8.23
5942026-04-25T04:07:06.269Z Compiling clap v4.5.60
5952026-04-25T04:07:06.362Z Compiling camino-tempfile v1.4.1
5962026-04-25T04:07:06.705Z Compiling cargo-util-schemas v0.8.2
5972026-04-25T04:07:06.739Z Compiling cargo_toml v0.21.0
5982026-04-25T04:07:06.904Z Compiling swrite v0.1.0
5992026-04-25T04:07:06.995Z Compiling usdt v0.5.0
6002026-04-25T04:07:07.467Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
6012026-04-25T04:07:07.623Z Compiling cargo_metadata v0.21.0
6022026-04-25T04:07:08.530Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6032026-04-25T04:07:10.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.20s
6042026-04-25T04:07:10.871Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6052026-04-25T04:07:11.444Z Downloading crates ...
6062026-04-25T04:07:11.538Z Downloaded adler2 v2.0.1
6072026-04-25T04:07:11.546Z Downloaded assert_matches v1.5.0
6082026-04-25T04:07:11.549Z Downloaded atomicwrites v0.4.4
6092026-04-25T04:07:11.549Z Downloaded arrayvec v0.7.6
6102026-04-25T04:07:11.549Z Downloaded async-stream-impl v0.3.6
6112026-04-25T04:07:11.549Z Downloaded async-recursion v1.1.1
6122026-04-25T04:07:11.552Z Downloaded async-stream v0.3.6
6132026-04-25T04:07:11.555Z Downloaded atomic-waker v1.1.2
6142026-04-25T04:07:11.555Z Downloaded arrayref v0.3.9
6152026-04-25T04:07:11.557Z Downloaded ascii-canvas v3.0.0
6162026-04-25T04:07:11.560Z Downloaded cmake v0.1.57
6172026-04-25T04:07:11.560Z Downloaded compression-codecs v0.4.37
6182026-04-25T04:07:11.563Z Downloaded crc32fast v1.5.0
6192026-04-25T04:07:11.565Z Downloaded async-bb8-diesel v0.2.1
6202026-04-25T04:07:11.565Z Downloaded base64ct v1.8.3
6212026-04-25T04:07:11.568Z Downloaded async-trait v0.1.89
6222026-04-25T04:07:11.571Z Downloaded async-compression v0.4.41
6232026-04-25T04:07:11.574Z Downloaded byte-wrapper v0.1.0
6242026-04-25T04:07:11.574Z Downloaded bitflags v1.3.2
6252026-04-25T04:07:11.577Z Downloaded bit-vec v0.8.0
6262026-04-25T04:07:11.577Z Downloaded darling_core v0.21.3
6272026-04-25T04:07:11.584Z Downloaded erased-serde v0.3.31
6282026-04-25T04:07:11.586Z Downloaded dunce v1.0.5
6292026-04-25T04:07:11.586Z Downloaded difflib v0.4.0
6302026-04-25T04:07:11.589Z Downloaded bitfield-macros v0.19.4
6312026-04-25T04:07:11.589Z Downloaded bcrypt-pbkdf v0.10.0
6322026-04-25T04:07:11.589Z Downloaded cargo-platform v0.1.9
6332026-04-25T04:07:11.592Z Downloaded backon v1.6.0
6342026-04-25T04:07:11.592Z Downloaded downcast-rs v2.0.2
6352026-04-25T04:07:11.595Z Downloaded base16ct v0.2.0
6362026-04-25T04:07:11.595Z Downloaded document-features v0.2.12
6372026-04-25T04:07:11.595Z Downloaded block-padding v0.3.3
6382026-04-25T04:07:11.595Z Downloaded cargo_metadata v0.19.2
6392026-04-25T04:07:11.597Z Downloaded backoff v0.4.0
6402026-04-25T04:07:11.598Z Downloaded elliptic-curve v0.13.8
6412026-04-25T04:07:11.600Z Downloaded derive_builder_macro v0.20.2
6422026-04-25T04:07:11.603Z Downloaded compression-core v0.4.31
6432026-04-25T04:07:11.603Z Downloaded argon2 v0.5.3
6442026-04-25T04:07:11.603Z Downloaded aes v0.8.4
6452026-04-25T04:07:11.607Z Downloaded cfg_aliases v0.1.1
6462026-04-25T04:07:11.607Z Downloaded endian-type v0.1.2
6472026-04-25T04:07:11.610Z Downloaded debug-ignore v1.0.5
6482026-04-25T04:07:11.610Z Downloaded bit-set v0.5.3
6492026-04-25T04:07:11.610Z Downloaded ff v0.13.1
6502026-04-25T04:07:11.613Z Downloaded ciborium-io v0.2.2
6512026-04-25T04:07:11.615Z Downloaded dropshot-api-manager-types v0.6.0
6522026-04-25T04:07:11.615Z Downloaded atty v0.2.14
6532026-04-25T04:07:11.615Z Downloaded array-init v0.0.4
6542026-04-25T04:07:11.618Z Downloaded embedded-io v0.4.0
6552026-04-25T04:07:11.621Z Downloaded defmt v0.3.100
6562026-04-25T04:07:11.621Z Downloaded cstr-argument v0.1.2
6572026-04-25T04:07:11.621Z Downloaded crunchy v0.2.4
6582026-04-25T04:07:11.625Z Downloaded darling_macro v0.23.0
6592026-04-25T04:07:11.625Z Downloaded bit-set v0.8.0
6602026-04-25T04:07:11.625Z Downloaded cpufeatures v0.3.0
6612026-04-25T04:07:11.628Z Downloaded ed25519 v2.2.3
6622026-04-25T04:07:11.628Z Downloaded flate2 v1.1.9
6632026-04-25T04:07:11.631Z Downloaded crc v3.4.0
6642026-04-25T04:07:11.631Z Downloaded fixedbitset v0.5.7
6652026-04-25T04:07:11.634Z Downloaded embedded-io v0.6.1
6662026-04-25T04:07:11.634Z Downloaded dirs-sys-next v0.1.2
6672026-04-25T04:07:11.634Z Downloaded display-error-chain v0.2.2
6682026-04-25T04:07:11.637Z Downloaded castaway v0.2.4
6692026-04-25T04:07:11.637Z Downloaded dirs-next v2.0.0
6702026-04-25T04:07:11.637Z Downloaded fallible-iterator v0.2.0
6712026-04-25T04:07:11.641Z Downloaded cexpr v0.6.0
6722026-04-25T04:07:11.641Z Downloaded bcs v0.1.6
6732026-04-25T04:07:11.641Z Downloaded const_format_proc_macros v0.2.34
6742026-04-25T04:07:11.644Z Downloaded fixedbitset v0.4.2
6752026-04-25T04:07:11.644Z Downloaded ctr v0.9.2
6762026-04-25T04:07:11.648Z Downloaded darling_macro v0.21.3
6772026-04-25T04:07:11.648Z Downloaded crc-catalog v2.4.0
6782026-04-25T04:07:11.652Z Downloaded float-ord v0.3.2
6792026-04-25T04:07:11.652Z Downloaded dsl_auto_type v0.2.0
6802026-04-25T04:07:11.652Z Downloaded futures-task v0.3.32
6812026-04-25T04:07:11.652Z Downloaded bitfield-struct v0.6.2
6822026-04-25T04:07:11.656Z Downloaded ciborium-ll v0.2.2
6832026-04-25T04:07:11.656Z Downloaded enum-as-inner v0.6.1
6842026-04-25T04:07:11.661Z Downloaded dyn-clone v1.0.20
6852026-04-25T04:07:11.661Z Downloaded crucible-workspace-hack v0.1.0
6862026-04-25T04:07:11.661Z Downloaded crc8 v0.1.1
6872026-04-25T04:07:11.665Z Downloaded cobs v0.3.0
6882026-04-25T04:07:11.668Z Downloaded foreign-types v0.5.0
6892026-04-25T04:07:11.668Z Downloaded foreign-types v0.3.2
6902026-04-25T04:07:11.668Z Downloaded float-cmp v0.10.0
6912026-04-25T04:07:11.671Z Downloaded defmt-parser v1.0.0
6922026-04-25T04:07:11.671Z Downloaded curve25519-dalek-derive v0.1.1
6932026-04-25T04:07:11.671Z Downloaded fd-lock v4.0.4
6942026-04-25T04:07:11.675Z Downloaded convert_case v0.4.0
6952026-04-25T04:07:11.675Z Downloaded foreign-types-shared v0.1.1
6962026-04-25T04:07:11.675Z Downloaded foreign-types-macros v0.2.3
6972026-04-25T04:07:11.681Z Downloaded futures-io v0.3.32
6982026-04-25T04:07:11.681Z Downloaded foreign-types-shared v0.3.1
6992026-04-25T04:07:11.681Z Downloaded futures-macro v0.3.32
7002026-04-25T04:07:11.681Z Downloaded env_filter v1.0.0
7012026-04-25T04:07:11.684Z Downloaded darling_macro v0.20.11
7022026-04-25T04:07:11.684Z Downloaded futures-core v0.3.32
7032026-04-25T04:07:11.684Z Downloaded futures-sink v0.3.32
7042026-04-25T04:07:11.684Z Downloaded cfg_aliases v0.2.1
7052026-04-25T04:07:11.684Z Downloaded buf-list v1.1.2
7062026-04-25T04:07:11.687Z Downloaded ecdsa v0.16.9
7072026-04-25T04:07:11.687Z Downloaded bb8 v0.8.6
7082026-04-25T04:07:11.687Z Downloaded dof v0.4.0
7092026-04-25T04:07:11.690Z Downloaded der_derive v0.7.3
7102026-04-25T04:07:11.690Z Downloaded defmt v1.0.1
7112026-04-25T04:07:11.693Z Downloaded ghash v0.5.1
7122026-04-25T04:07:11.693Z Downloaded dtrace-parser v0.3.0
7132026-04-25T04:07:11.693Z Downloaded cassowary v0.3.0
7142026-04-25T04:07:11.693Z Downloaded blowfish v0.9.1
7152026-04-25T04:07:11.697Z Downloaded deranged v0.5.8
7162026-04-25T04:07:11.697Z Downloaded bit-vec v0.6.3
7172026-04-25T04:07:11.702Z Downloaded corncobs v0.1.4
7182026-04-25T04:07:11.702Z Downloaded diesel-dtrace v0.5.0
7192026-04-25T04:07:11.702Z Downloaded data-encoding v2.10.0
7202026-04-25T04:07:11.707Z Downloaded derive-ex v0.1.8
7212026-04-25T04:07:11.707Z Downloaded colored v3.1.1
7222026-04-25T04:07:11.707Z Downloaded fxhash v0.2.1
7232026-04-25T04:07:11.707Z Downloaded gethostname v0.5.0
7242026-04-25T04:07:11.707Z Downloaded flagset v0.4.7
7252026-04-25T04:07:11.707Z Downloaded foldhash v0.1.5
7262026-04-25T04:07:11.710Z Downloaded hash32 v0.2.1
7272026-04-25T04:07:11.710Z Downloaded globwalk v0.9.1
7282026-04-25T04:07:11.710Z Downloaded either v1.15.0
7292026-04-25T04:07:11.710Z Downloaded critical-section v1.2.0
7302026-04-25T04:07:11.710Z Downloaded hash32 v0.3.1
7312026-04-25T04:07:11.716Z Downloaded bitfield v0.19.4
7322026-04-25T04:07:11.716Z Downloaded headers-core v0.3.0
7332026-04-25T04:07:11.716Z Downloaded hostname v0.4.2
7342026-04-25T04:07:11.716Z Downloaded hex-literal v0.4.1
7352026-04-25T04:07:11.719Z Downloaded httpdate v1.0.3
7362026-04-25T04:07:11.719Z Downloaded home v0.5.12
7372026-04-25T04:07:11.725Z Downloaded filetime v0.2.27
7382026-04-25T04:07:11.728Z Downloaded env_logger v0.11.9
7392026-04-25T04:07:11.728Z Downloaded hex v0.4.3
7402026-04-25T04:07:11.728Z Downloaded cipher v0.4.4
7412026-04-25T04:07:11.733Z Downloaded daft v0.1.5
7422026-04-25T04:07:11.733Z Downloaded cbc v0.1.2
7432026-04-25T04:07:11.737Z Downloaded http-range v0.1.5
7442026-04-25T04:07:11.737Z Downloaded hubpack_derive v0.1.1
7452026-04-25T04:07:11.737Z Downloaded http-body v1.0.1
7462026-04-25T04:07:11.737Z Downloaded ena v0.14.4
7472026-04-25T04:07:11.737Z Downloaded aead v0.5.2
7482026-04-25T04:07:11.740Z Downloaded chacha20 v0.9.1
7492026-04-25T04:07:11.740Z Downloaded hostname v0.3.1
7502026-04-25T04:07:11.740Z Downloaded drift v0.1.3
7512026-04-25T04:07:11.743Z Downloaded funty v2.0.0
7522026-04-25T04:07:11.743Z Downloaded fs_extra v1.3.0
7532026-04-25T04:07:11.749Z Downloaded convert_case v0.10.0
7542026-04-25T04:07:11.749Z Downloaded git-stub-vcs v0.1.0
7552026-04-25T04:07:11.749Z Downloaded hubpack v0.1.2
7562026-04-25T04:07:11.749Z Downloaded diesel_table_macro_syntax v0.3.0
7572026-04-25T04:07:11.749Z Downloaded hyper-tls v0.6.0
7582026-04-25T04:07:11.752Z Downloaded indent_write v2.2.0
7592026-04-25T04:07:11.752Z Downloaded console v0.15.11
7602026-04-25T04:07:11.752Z Downloaded futures-executor v0.3.32
7612026-04-25T04:07:11.754Z Downloaded indoc v1.0.9
7622026-04-25T04:07:11.754Z Downloaded des v0.8.1
7632026-04-25T04:07:11.757Z Downloaded base64 v0.21.7
7642026-04-25T04:07:11.764Z Downloaded find-msvc-tools v0.1.9
7652026-04-25T04:07:11.764Z Downloaded bzip2 v0.6.1
7662026-04-25T04:07:11.764Z Downloaded foldhash v0.2.0
7672026-04-25T04:07:11.769Z Downloaded colored v2.2.0
7682026-04-25T04:07:11.769Z Downloaded derive_builder v0.20.2
7692026-04-25T04:07:11.769Z Downloaded ident_case v1.0.1
7702026-04-25T04:07:11.769Z Downloaded darling v0.21.3
7712026-04-25T04:07:11.772Z Downloaded group v0.13.0
7722026-04-25T04:07:11.772Z Downloaded glob v0.3.3
7732026-04-25T04:07:11.772Z Downloaded git-stub v1.0.0
7742026-04-25T04:07:11.775Z Downloaded derive_builder_core v0.20.2
7752026-04-25T04:07:11.775Z Downloaded darling v0.23.0
7762026-04-25T04:07:11.780Z Downloaded instant v0.1.13
7772026-04-25T04:07:11.780Z Downloaded instability v0.3.11
7782026-04-25T04:07:11.783Z Downloaded defmt-macros v1.0.1
7792026-04-25T04:07:11.784Z Downloaded is_ci v1.2.0
7802026-04-25T04:07:11.784Z Downloaded internet-checksum v0.2.1
7812026-04-25T04:07:11.784Z Downloaded crossbeam-deque v0.8.6
7822026-04-25T04:07:11.787Z Downloaded is-terminal v0.4.17
7832026-04-25T04:07:11.787Z Downloaded crossbeam-utils v0.8.21
7842026-04-25T04:07:11.787Z Downloaded kstat-rs v0.2.4
7852026-04-25T04:07:11.787Z Downloaded lalrpop-util v0.19.12
7862026-04-25T04:07:11.791Z Downloaded keccak v0.1.6
7872026-04-25T04:07:11.791Z Downloaded diff v0.1.13
7882026-04-25T04:07:11.791Z Downloaded crossbeam-epoch v0.9.18
7892026-04-25T04:07:11.796Z Downloaded libscf-sys v1.1.0
7902026-04-25T04:07:11.796Z Downloaded ciborium v0.2.2
7912026-04-25T04:07:11.796Z Downloaded bzip2 v0.4.4
7922026-04-25T04:07:11.800Z Downloaded camino-tempfile-ext v0.3.3
7932026-04-25T04:07:11.800Z Downloaded clang-sys v1.8.1
7942026-04-25T04:07:11.800Z Downloaded lazy_static v1.5.0
7952026-04-25T04:07:11.800Z Downloaded const-oid v0.9.6
7962026-04-25T04:07:11.805Z Downloaded constant_time_eq v0.4.2
7972026-04-25T04:07:11.805Z Downloaded http-body-util v0.1.3
7982026-04-25T04:07:11.805Z Downloaded cookie_store v0.22.1
7992026-04-25T04:07:11.809Z Downloaded console v0.16.2
8002026-04-25T04:07:11.809Z Downloaded cookie v0.18.1
8012026-04-25T04:07:11.809Z Downloaded cancel-safe-futures v0.1.5
8022026-04-25T04:07:11.809Z Downloaded chacha20 v0.10.0
8032026-04-25T04:07:11.812Z Downloaded managed v0.8.0
8042026-04-25T04:07:11.812Z Downloaded maplit v1.0.2
8052026-04-25T04:07:11.812Z Downloaded lru-cache v0.1.2
8062026-04-25T04:07:11.815Z Downloaded lru v0.12.5
8072026-04-25T04:07:11.815Z Downloaded maybe-uninit v2.0.0
8082026-04-25T04:07:11.815Z Downloaded match_cfg v0.1.0
8092026-04-25T04:07:11.819Z Downloaded ahash v0.8.12
8102026-04-25T04:07:11.820Z Downloaded daft-derive v0.1.5
8112026-04-25T04:07:11.824Z Downloaded lru-slab v0.1.2
8122026-04-25T04:07:11.824Z Downloaded linked-hash-map v0.5.6
8132026-04-25T04:07:11.824Z Downloaded crc-any v2.5.0
8142026-04-25T04:07:11.824Z Downloaded blake2 v0.10.6
8152026-04-25T04:07:11.828Z Downloaded memoffset v0.9.1
8162026-04-25T04:07:11.828Z Downloaded lzss v0.8.2
8172026-04-25T04:07:11.828Z Downloaded csv-core v0.1.13
8182026-04-25T04:07:11.828Z Downloaded md5 v0.7.0
8192026-04-25T04:07:11.832Z Downloaded ingot v0.1.1
8202026-04-25T04:07:11.832Z Downloaded md-5 v0.10.6
8212026-04-25T04:07:11.832Z Downloaded inout v0.1.4
8222026-04-25T04:07:11.840Z Downloaded mime v0.3.17
8232026-04-25T04:07:11.841Z Downloaded fatfs v0.3.6
8242026-04-25T04:07:11.841Z Downloaded multimap v0.10.1
8252026-04-25T04:07:11.841Z Downloaded dropshot_endpoint v0.17.0
8262026-04-25T04:07:11.843Z Downloaded newtype_derive v0.1.6
8272026-04-25T04:07:11.844Z Downloaded ipnet v2.11.0
8282026-04-25T04:07:11.844Z Downloaded highway v1.3.0
8292026-04-25T04:07:11.844Z Downloaded nibble_vec v0.1.0
8302026-04-25T04:07:11.844Z Downloaded globset v0.4.18
8312026-04-25T04:07:11.844Z Downloaded new_debug_unreachable v1.0.6
8322026-04-25T04:07:11.844Z Downloaded ipnetwork v0.21.1
8332026-04-25T04:07:11.844Z Downloaded newtype-uuid-macros v0.1.0
8342026-04-25T04:07:11.847Z Downloaded libloading v0.8.9
8352026-04-25T04:07:11.847Z Downloaded jobserver v0.1.34
8362026-04-25T04:07:11.850Z Downloaded half v1.8.3
8372026-04-25T04:07:11.850Z Downloaded newline-converter v0.3.0
8382026-04-25T04:07:11.850Z Downloaded nodrop v0.1.14
8392026-04-25T04:07:11.856Z Downloaded getrandom v0.2.17
8402026-04-25T04:07:11.856Z Downloaded num v0.4.3
8412026-04-25T04:07:11.860Z Downloaded futures-channel v0.3.32
8422026-04-25T04:07:11.860Z Downloaded num-iter v0.1.45
8432026-04-25T04:07:11.860Z Downloaded num-conv v0.2.0
8442026-04-25T04:07:11.860Z Downloaded ingot-types v0.1.2
8452026-04-25T04:07:11.860Z Downloaded impl-trait-for-tuples v0.2.3
8462026-04-25T04:07:11.860Z Downloaded hmac v0.12.1
8472026-04-25T04:07:11.864Z Downloaded getrandom v0.3.4
8482026-04-25T04:07:11.864Z Downloaded fs-err v2.11.0
8492026-04-25T04:07:11.868Z Downloaded normalize-line-endings v0.3.0
8502026-04-25T04:07:11.868Z Downloaded derive-where v1.6.0
8512026-04-25T04:07:11.868Z Downloaded const_format v0.2.35
8522026-04-25T04:07:11.871Z Downloaded num-derive v0.3.3
8532026-04-25T04:07:11.871Z Downloaded linear-map v1.2.0
8542026-04-25T04:07:11.871Z Downloaded libefi-sys v0.1.0
8552026-04-25T04:07:11.877Z Downloaded darling_core v0.23.0
8562026-04-25T04:07:11.880Z Downloaded olpc-cjson v0.1.4
8572026-04-25T04:07:11.880Z Downloaded oso-derive v0.27.3
8582026-04-25T04:07:11.880Z Downloaded opaque-debug v0.3.1
8592026-04-25T04:07:11.880Z Downloaded nonempty v0.12.0
8602026-04-25T04:07:11.880Z Downloaded num-derive v0.4.2
8612026-04-25T04:07:11.880Z Downloaded openssl-macros v0.1.1
8622026-04-25T04:07:11.880Z Downloaded num_threads v0.1.7
8632026-04-25T04:07:11.883Z Downloaded humantime v2.3.0
8642026-04-25T04:07:11.883Z Downloaded dropshot_endpoint v0.16.7
8652026-04-25T04:07:11.888Z Downloaded lock_api v0.4.14
8662026-04-25T04:07:11.888Z Downloaded iana-time-zone v0.1.65
8672026-04-25T04:07:11.892Z Downloaded libsw-core v0.3.2
8682026-04-25T04:07:11.892Z Downloaded httparse v1.10.1
8692026-04-25T04:07:11.892Z Downloaded darling_core v0.20.11
8702026-04-25T04:07:11.895Z Downloaded openssl-probe v0.2.1
8712026-04-25T04:07:11.895Z Downloaded arc-swap v1.8.2
8722026-04-25T04:07:11.898Z Downloaded hyper-staticfile v0.10.1
8732026-04-25T04:07:11.898Z Downloaded ed25519-dalek v2.2.0
8742026-04-25T04:07:11.901Z Downloaded packed_struct_codegen v0.10.1
8752026-04-25T04:07:11.901Z Downloaded mime_guess v2.0.5
8762026-04-25T04:07:11.901Z Downloaded ingot-macros v0.1.1
8772026-04-25T04:07:11.904Z Downloaded derive_more v0.99.20
8782026-04-25T04:07:11.908Z Downloaded parse-display v0.10.0
8792026-04-25T04:07:11.908Z Downloaded darling v0.20.11
8802026-04-25T04:07:11.913Z Downloaded half v2.7.1
8812026-04-25T04:07:11.913Z Downloaded parse-size v1.1.0
8822026-04-25T04:07:11.913Z Downloaded pbkdf2 v0.11.0
8832026-04-25T04:07:11.916Z Downloaded newtype-uuid v1.3.2
8842026-04-25T04:07:11.916Z Downloaded nanorand v0.7.0
8852026-04-25T04:07:11.916Z Downloaded multer v3.1.0
8862026-04-25T04:07:11.916Z Downloaded indoc v2.0.7
8872026-04-25T04:07:11.919Z Downloaded num-complex v0.4.6
8882026-04-25T04:07:11.922Z Downloaded pbkdf2 v0.12.2
8892026-04-25T04:07:11.925Z Downloaded path-slash v0.1.5
8902026-04-25T04:07:11.925Z Downloaded crossterm v0.28.1
8912026-04-25T04:07:11.930Z Downloaded libsw v3.5.0
8922026-04-25T04:07:11.934Z Downloaded nu-ansi-term v0.50.3
8932026-04-25T04:07:11.939Z Downloaded num_enum v0.7.5
8942026-04-25T04:07:11.939Z Downloaded compact_str v0.8.1
8952026-04-25T04:07:11.942Z Downloaded peg-runtime v0.8.5
8962026-04-25T04:07:11.955Z Downloaded phf_shared v0.13.1
8972026-04-25T04:07:11.960Z Downloaded powerfmt v0.2.0
8982026-04-25T04:07:11.960Z Downloaded phf_shared v0.12.1
8992026-04-25T04:07:11.960Z Downloaded phf_shared v0.11.3
9002026-04-25T04:07:11.964Z Downloaded openssl-probe v0.1.6
9012026-04-25T04:07:11.964Z Downloaded num_enum_derive v0.7.5
9022026-04-25T04:07:11.964Z Downloaded num_enum_derive v0.5.11
9032026-04-25T04:07:11.964Z Downloaded num_enum v0.5.11
9042026-04-25T04:07:11.968Z Downloaded predicates-core v1.0.10
9052026-04-25T04:07:11.968Z Downloaded ar_archive_writer v0.5.1
9062026-04-25T04:07:11.968Z Downloaded native-tls v0.2.18
9072026-04-25T04:07:11.971Z Downloaded futures v0.3.32
9082026-04-25T04:07:11.972Z Downloaded predicates-tree v1.0.13
9092026-04-25T04:07:11.975Z Downloaded precomputed-hash v0.1.1
9102026-04-25T04:07:11.975Z Downloaded oxide-tokio-rt v0.1.4
9112026-04-25T04:07:11.975Z Downloaded crypto-bigint v0.5.5
9122026-04-25T04:07:11.978Z Downloaded packed_struct v0.10.1
9132026-04-25T04:07:11.981Z Downloaded der v0.7.10
9142026-04-25T04:07:11.984Z Downloaded proc-macro-crate v1.3.1
9152026-04-25T04:07:11.984Z Downloaded progenitor-macro v0.13.0
9162026-04-25T04:07:11.984Z Downloaded heapless v0.7.17
9172026-04-25T04:07:11.989Z Downloaded libbz2-rs-sys v0.2.2
9182026-04-25T04:07:11.989Z Downloaded flume v0.11.1
9192026-04-25T04:07:11.993Z Downloaded proc-macro-crate v3.4.0
9202026-04-25T04:07:11.993Z Downloaded proc-macro-error-attr2 v2.0.0
9212026-04-25T04:07:11.993Z Downloaded password-hash v0.5.0
9222026-04-25T04:07:11.998Z Downloaded parse-display-derive v0.10.0
9232026-04-25T04:07:11.998Z Downloaded parking_lot_core v0.8.6
9242026-04-25T04:07:11.998Z Downloaded headers v0.4.1
9252026-04-25T04:07:12.001Z Downloaded progenitor-client v0.11.2
9262026-04-25T04:07:12.001Z Downloaded quick-error v1.2.3
9272026-04-25T04:07:12.001Z Downloaded pem-rfc7468 v0.7.0
9282026-04-25T04:07:12.001Z Downloaded peg-macros v0.8.5
9292026-04-25T04:07:12.005Z Downloaded peg v0.8.5
9302026-04-25T04:07:12.005Z Downloaded paste v1.0.15
9312026-04-25T04:07:12.008Z Downloaded allocator-api2 v0.2.21
9322026-04-25T04:07:12.008Z Downloaded progenitor-client v0.10.0
9332026-04-25T04:07:12.008Z Downloaded password-hash v0.4.2
9342026-04-25T04:07:12.011Z Downloaded pin-utils v0.1.0
9352026-04-25T04:07:12.011Z Downloaded phf v0.12.1
9362026-04-25T04:07:12.014Z Downloaded base64 v0.22.1
9372026-04-25T04:07:12.014Z Downloaded radium v0.7.0
9382026-04-25T04:07:12.019Z Downloaded psl-types v2.0.11
9392026-04-25T04:07:12.019Z Downloaded progenitor-macro v0.10.0
9402026-04-25T04:07:12.019Z Downloaded owo-colors v4.3.0
9412026-04-25T04:07:12.019Z Downloaded heapless v0.8.0
9422026-04-25T04:07:12.023Z Downloaded pin-project-internal v1.1.11
9432026-04-25T04:07:12.023Z Downloaded expectorate v1.2.0
9442026-04-25T04:07:12.026Z Downloaded pin-project-lite v0.2.17
9452026-04-25T04:07:12.026Z Downloaded phf v0.13.1
9462026-04-25T04:07:12.026Z Downloaded rand_chacha v0.3.1
9472026-04-25T04:07:12.057Z Downloaded postgres-protocol v0.6.10
9482026-04-25T04:07:12.057Z Downloaded polyval v0.6.2
9492026-04-25T04:07:12.466Z Downloaded poly1305 v0.8.0
9502026-04-25T04:07:12.466Z Downloaded ppv-lite86 v0.2.21
9512026-04-25T04:07:12.466Z Downloaded pkcs8 v0.10.2
9522026-04-25T04:07:12.466Z Downloaded bytes v1.11.1
9532026-04-25T04:07:12.466Z Downloaded parking_lot_core v0.9.12
9542026-04-25T04:07:12.467Z Downloaded predicates v3.1.4
9552026-04-25T04:07:12.467Z Downloaded oxnet v0.1.4
9562026-04-25T04:07:12.467Z Downloaded rand_xorshift v0.4.0
9572026-04-25T04:07:12.467Z Downloaded indicatif v0.18.4
9582026-04-25T04:07:12.467Z Downloaded memmap2 v0.9.10
9592026-04-25T04:07:12.467Z Downloaded indexmap v1.9.3
9602026-04-25T04:07:12.467Z Downloaded proc-macro-error2 v2.0.1
9612026-04-25T04:07:12.467Z Downloaded derive_more v2.1.1
9622026-04-25T04:07:12.467Z Downloaded ref-cast v1.0.25
9632026-04-25T04:07:12.467Z Downloaded progenitor v0.10.0
9642026-04-25T04:07:12.467Z Downloaded litrs v1.0.0
9652026-04-25T04:07:12.467Z Downloaded ref-cast-impl v1.0.25
9662026-04-25T04:07:12.471Z Downloaded psm v0.1.30
9672026-04-25T04:07:12.471Z Downloaded progenitor-extras v0.1.1
9682026-04-25T04:07:12.471Z Downloaded pem v3.0.6
9692026-04-25T04:07:12.471Z Downloaded recursive-proc-macro-impl v0.1.1
9702026-04-25T04:07:12.471Z Downloaded progenitor-macro v0.11.2
9712026-04-25T04:07:12.471Z Downloaded rtoolbox v0.0.3
9722026-04-25T04:07:12.471Z Downloaded progenitor-client v0.13.0
9732026-04-25T04:07:12.471Z Downloaded progenitor v0.13.0
9742026-04-25T04:07:12.471Z Downloaded progenitor v0.11.2
9752026-04-25T04:07:12.471Z Downloaded recursive v0.1.1
9762026-04-25T04:07:12.471Z Downloaded primeorder v0.13.6
9772026-04-25T04:07:12.471Z Downloaded rustc_version v0.1.7
9782026-04-25T04:07:12.471Z Downloaded parking_lot v0.11.2
9792026-04-25T04:07:12.471Z Downloaded dropshot-api-manager v0.6.0
9802026-04-25T04:07:12.471Z Downloaded rfc6979 v0.4.0
9812026-04-25T04:07:12.471Z Downloaded hickory-resolver v0.25.2
9822026-04-25T04:07:12.471Z Downloaded russh-cryptovec v0.7.3
9832026-04-25T04:07:12.471Z Downloaded hickory-resolver v0.24.4
9842026-04-25T04:07:12.471Z Downloaded pkcs1 v0.7.5
9852026-04-25T04:07:12.471Z Downloaded derive_more-impl v2.1.1
9862026-04-25T04:07:12.471Z Downloaded r2d2 v0.8.10
9872026-04-25T04:07:12.471Z Downloaded bumpalo v3.20.2
9882026-04-25T04:07:12.471Z Downloaded rand_seeder v0.4.0
9892026-04-25T04:07:12.471Z Downloaded rustc-hash v2.1.1
9902026-04-25T04:07:12.471Z Downloaded rustc_version v0.4.1
9912026-04-25T04:07:12.471Z Downloaded rand_core v0.9.5
9922026-04-25T04:07:12.472Z Downloaded hashbrown v0.12.3
9932026-04-25T04:07:12.472Z Downloaded rand_core v0.10.0
9942026-04-25T04:07:12.472Z Downloaded rand_chacha v0.9.0
9952026-04-25T04:07:12.472Z Downloaded russh-cryptovec v0.48.0
9962026-04-25T04:07:12.472Z Downloaded pkg-config v0.3.32
9972026-04-25T04:07:12.472Z Downloaded oso v0.27.3
9982026-04-25T04:07:12.472Z Downloaded diesel_derives v2.3.7
9992026-04-25T04:07:12.472Z Downloaded salsa20 v0.10.2
10002026-04-25T04:07:12.472Z Downloaded miniz_oxide v0.8.9
10012026-04-25T04:07:12.472Z Downloaded p256 v0.13.2
10022026-04-25T04:07:12.472Z Downloaded parking_lot v0.12.5
10032026-04-25T04:07:12.472Z Downloaded aes-gcm v0.10.3
10042026-04-25T04:07:12.472Z Downloaded russh-util v0.48.0
10052026-04-25T04:07:12.472Z Downloaded sapling-renderdag v0.1.0
10062026-04-25T04:07:12.472Z Downloaded cc v1.2.56
10072026-04-25T04:07:12.472Z Downloaded scheduled-thread-pool v0.2.7
10082026-04-25T04:07:12.472Z Downloaded scroll_derive v0.13.1
10092026-04-25T04:07:12.472Z Downloaded crossbeam-channel v0.5.15
10102026-04-25T04:07:12.472Z Downloaded semver v0.1.20
10112026-04-25T04:07:12.472Z Downloaded num-rational v0.4.2
10122026-04-25T04:07:12.472Z Downloaded hashbrown v0.13.2
10132026-04-25T04:07:12.472Z Downloaded num-integer v0.1.46
10142026-04-25T04:07:12.472Z Downloaded scopeguard v1.2.0
10152026-04-25T04:07:12.472Z Downloaded ignore v0.4.25
10162026-04-25T04:07:12.472Z Downloaded secrecy v0.10.3
10172026-04-25T04:07:12.472Z Downloaded secrecy v0.8.0
10182026-04-25T04:07:12.472Z Downloaded hyper-rustls v0.27.7
10192026-04-25T04:07:12.472Z Downloaded chacha20poly1305 v0.10.1
10202026-04-25T04:07:12.472Z Downloaded serde-big-array v0.5.1
10212026-04-25T04:07:12.472Z Downloaded serde_plain v1.0.2
10222026-04-25T04:07:12.472Z Downloaded serde_urlencoded v0.7.1
10232026-04-25T04:07:12.472Z Downloaded quinn-udp v0.5.14
10242026-04-25T04:07:12.472Z Downloaded resolv-conf v0.7.6
10252026-04-25T04:07:12.472Z Downloaded serde_repr v0.1.20
10262026-04-25T04:07:12.472Z Downloaded postgres-types v0.2.12
10272026-04-25T04:07:12.472Z Downloaded pkcs5 v0.7.1
10282026-04-25T04:07:12.472Z Downloaded postcard v1.1.3
10292026-04-25T04:07:12.472Z Downloaded serde_bytes v0.11.19
10302026-04-25T04:07:12.473Z Downloaded serde_spanned v1.0.4
10312026-04-25T04:07:12.473Z Downloaded rand_core v0.6.4
10322026-04-25T04:07:12.473Z Downloaded minimal-lexical v0.2.1
10332026-04-25T04:07:12.473Z Downloaded shell-words v1.1.1
10342026-04-25T04:07:12.473Z Downloaded rustls-pemfile v1.0.4
10352026-04-25T04:07:12.473Z Downloaded rustls-native-certs v0.8.3
10362026-04-25T04:07:12.473Z Downloaded openssl-sys v0.9.111
10372026-04-25T04:07:12.473Z Downloaded sha1 v0.10.6
10382026-04-25T04:07:12.473Z Downloaded sigpipe v0.1.3
10392026-04-25T04:07:12.473Z Downloaded rustversion v1.0.22
10402026-04-25T04:07:12.473Z Downloaded signature v2.2.0
10412026-04-25T04:07:12.473Z Downloaded omicron-zone-package v0.12.2
10422026-04-25T04:07:12.473Z Downloaded hyper-util v0.1.20
10432026-04-25T04:07:12.473Z Downloaded signal-hook-tokio v0.3.1
10442026-04-25T04:07:12.473Z Downloaded prefix-trie v0.7.0
10452026-04-25T04:07:12.473Z Downloaded same-file v1.0.6
10462026-04-25T04:07:12.473Z Downloaded rusty-fork v0.3.1
10472026-04-25T04:07:12.473Z Downloaded papergrid v0.17.0
10482026-04-25T04:07:12.473Z Downloaded slog-envlogger v2.2.0
10492026-04-25T04:07:12.473Z Downloaded slog-bunyan v2.5.0
10502026-04-25T04:07:12.473Z Downloaded siphasher v1.0.2
10512026-04-25T04:07:12.473Z Downloaded scroll v0.13.0
10522026-04-25T04:07:12.473Z Downloaded schemars_derive v0.8.22
10532026-04-25T04:07:12.473Z Downloaded http v1.4.0
10542026-04-25T04:07:12.473Z Downloaded progenitor-impl v0.13.0
10552026-04-25T04:07:12.473Z Downloaded jiff-static v0.2.21
10562026-04-25T04:07:12.473Z Downloaded progenitor-impl v0.11.2
10572026-04-25T04:07:12.473Z Downloaded sct v0.7.1
10582026-04-25T04:07:12.473Z Downloaded scrypt v0.11.0
10592026-04-25T04:07:12.473Z Downloaded hickory-server v0.25.2
10602026-04-25T04:07:12.473Z Downloaded serde_derive_internals v0.29.1
10612026-04-25T04:07:12.473Z Downloaded seq-macro v0.3.6
10622026-04-25T04:07:12.473Z Downloaded russh-keys v0.45.0
10632026-04-25T04:07:12.473Z Downloaded serde_path_to_error v0.1.20
10642026-04-25T04:07:12.473Z Downloaded serde-hex v0.1.0
10652026-04-25T04:07:12.473Z Downloaded ssh-cipher v0.2.0
10662026-04-25T04:07:12.477Z Downloaded sec1 v0.7.3
10672026-04-25T04:07:12.477Z Downloaded russh-keys v0.49.2
10682026-04-25T04:07:12.477Z Downloaded pin-project v1.1.11
10692026-04-25T04:07:12.477Z Downloaded ssh-encoding v0.2.0
10702026-04-25T04:07:12.477Z Downloaded sqlparser_derive v0.5.0
10712026-04-25T04:07:12.477Z Downloaded structmeta v0.3.0
10722026-04-25T04:07:12.477Z Downloaded strip-ansi-escapes v0.2.1
10732026-04-25T04:07:12.477Z Downloaded signal-hook-mio v0.2.5
10742026-04-25T04:07:12.477Z Downloaded rustls-pki-types v1.14.0
10752026-04-25T04:07:12.477Z Downloaded rustls-pemfile v2.2.0
10762026-04-25T04:07:12.477Z Downloaded structmeta-derive v0.3.0
10772026-04-25T04:07:12.477Z Downloaded simd-adler32 v0.3.8
10782026-04-25T04:07:12.477Z Downloaded slog-async v2.8.0
10792026-04-25T04:07:12.477Z Downloaded pretty_assertions v1.4.1
10802026-04-25T04:07:12.477Z Downloaded strum v0.27.2
10812026-04-25T04:07:12.478Z Downloaded strum v0.26.3
10822026-04-25T04:07:12.478Z Downloaded rcgen v0.12.1
10832026-04-25T04:07:12.478Z Downloaded slab v0.4.12
10842026-04-25T04:07:12.478Z Downloaded slog-scope v4.4.1
10852026-04-25T04:07:12.478Z Downloaded prettyplease v0.2.37
10862026-04-25T04:07:12.478Z Downloaded sync_wrapper v1.0.2
10872026-04-25T04:07:12.478Z Downloaded smf v0.2.3
10882026-04-25T04:07:12.478Z Downloaded slog-json v2.6.1
10892026-04-25T04:07:12.478Z Downloaded slog-dtrace v0.3.0
10902026-04-25T04:07:12.478Z Downloaded slog-term v2.9.2
10912026-04-25T04:07:12.478Z Downloaded progenitor-impl v0.10.0
10922026-04-25T04:07:12.478Z Downloaded slog-stdlog v4.1.1
10932026-04-25T04:07:12.478Z Downloaded itertools v0.10.5
10942026-04-25T04:07:12.478Z Downloaded supports-color v3.0.2
10952026-04-25T04:07:12.478Z Downloaded serde_cbor v0.11.2
10962026-04-25T04:07:12.478Z Downloaded snafu-derive v0.8.9
10972026-04-25T04:07:12.478Z Downloaded crossterm v0.29.0
10982026-04-25T04:07:12.478Z Downloaded testing_table v0.3.0
10992026-04-25T04:07:12.478Z Downloaded thiserror-impl-no-std v2.0.2
11002026-04-25T04:07:12.478Z Downloaded take_mut v0.2.2
11012026-04-25T04:07:12.478Z Downloaded mio v1.2.0
11022026-04-25T04:07:12.478Z Downloaded tagptr v0.2.0
11032026-04-25T04:07:12.478Z Downloaded tap v1.0.1
11042026-04-25T04:07:12.478Z Downloaded tabwriter v1.4.1
11052026-04-25T04:07:12.478Z Downloaded tabled_derive v0.11.0
11062026-04-25T04:07:12.478Z Downloaded stacker v0.1.23
11072026-04-25T04:07:12.478Z Downloaded termtree v0.5.1
11082026-04-25T04:07:12.478Z Downloaded thread-id v5.1.0
11092026-04-25T04:07:12.478Z Downloaded shlex v1.3.0
11102026-04-25T04:07:12.478Z Downloaded sync-ptr v0.1.4
11112026-04-25T04:07:12.478Z Downloaded spki v0.7.3
11122026-04-25T04:07:12.478Z Downloaded sqlformat v0.3.5
11132026-04-25T04:07:12.478Z Downloaded tinyvec_macros v0.1.1
11142026-04-25T04:07:12.478Z Downloaded num-bigint v0.4.6
11152026-04-25T04:07:12.478Z Downloaded stringprep v0.1.5
11162026-04-25T04:07:12.478Z Downloaded serde_with_macros v3.17.0
11172026-04-25T04:07:12.479Z Downloaded time-core v0.1.8
11182026-04-25T04:07:12.479Z Downloaded rustls-platform-verifier v0.6.2
11192026-04-25T04:07:12.479Z Downloaded string_cache v0.8.9
11202026-04-25T04:07:12.479Z Downloaded rayon-core v1.13.0
11212026-04-25T04:07:12.479Z Downloaded static_assertions v1.1.0
11222026-04-25T04:07:12.479Z Downloaded libxml v0.3.3
11232026-04-25T04:07:12.479Z Downloaded ryu v1.0.23
11242026-04-25T04:07:12.479Z Downloaded signal-hook-registry v1.4.8
11252026-04-25T04:07:12.479Z Downloaded subtle v2.6.1
11262026-04-25T04:07:12.479Z Downloaded publicsuffix v2.3.0
11272026-04-25T04:07:12.479Z Downloaded iddqd v0.3.18
11282026-04-25T04:07:12.479Z Downloaded strum_macros v0.26.4
11292026-04-25T04:07:12.479Z Downloaded smallvec v0.6.14
11302026-04-25T04:07:12.479Z Downloaded tokio-macros v2.7.0
11312026-04-25T04:07:12.479Z Downloaded strum_macros v0.24.3
11322026-04-25T04:07:12.479Z Downloaded ron v0.8.1
11332026-04-25T04:07:12.479Z Downloaded qorb v0.4.1
11342026-04-25T04:07:12.479Z Downloaded nom v7.1.3
11352026-04-25T04:07:12.479Z Downloaded support-bundle-viewer v0.1.2
11362026-04-25T04:07:12.479Z Downloaded spin v0.9.8
11372026-04-25T04:07:12.479Z Downloaded termios v0.3.3
11382026-04-25T04:07:12.479Z Downloaded topological-sort v0.2.2
11392026-04-25T04:07:12.479Z Downloaded thiserror-no-std v2.0.2
11402026-04-25T04:07:12.479Z Downloaded tower-layer v0.3.3
11412026-04-25T04:07:12.479Z Downloaded trait-variant v0.1.2
11422026-04-25T04:07:12.479Z Downloaded tiny-keccak v2.0.2
11432026-04-25T04:07:12.479Z Downloaded try-lock v0.2.5
11442026-04-25T04:07:12.479Z Downloaded tower-service v0.3.3
11452026-04-25T04:07:12.479Z Downloaded tls_codec_derive v0.4.2
11462026-04-25T04:07:12.479Z Downloaded similar v2.7.0
11472026-04-25T04:07:12.479Z Downloaded time-macros v0.2.27
11482026-04-25T04:07:12.479Z Downloaded tokio-rustls v0.25.0
11492026-04-25T04:07:12.479Z Downloaded hyper v1.8.1
11502026-04-25T04:07:12.479Z Downloaded aws-lc-rs v1.16.0
11512026-04-25T04:07:12.479Z Downloaded tokio-native-tls v0.3.1
11522026-04-25T04:07:12.479Z Downloaded strum_macros v0.27.2
11532026-04-25T04:07:12.479Z Downloaded tls_codec v0.4.2
11542026-04-25T04:07:12.479Z Downloaded typify-macro v0.6.1
11552026-04-25T04:07:12.479Z Downloaded tokio-tungstenite v0.23.1
11562026-04-25T04:07:12.480Z Downloaded unarray v0.1.4
11572026-04-25T04:07:12.480Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-04-25T04:07:12.480Z Downloaded tokio-tungstenite v0.21.0
11592026-04-25T04:07:12.480Z Downloaded untrusted v0.9.0
11602026-04-25T04:07:12.480Z Downloaded utf-8 v0.7.6
11612026-04-25T04:07:12.480Z Downloaded hashbrown v0.15.5
11622026-04-25T04:07:12.480Z Downloaded usdt-macro v0.6.0
11632026-04-25T04:07:12.480Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-04-25T04:07:12.480Z Downloaded iri-string v0.7.10
11652026-04-25T04:07:12.480Z Downloaded usdt v0.6.0
11662026-04-25T04:07:12.485Z Downloaded untrusted v0.7.1
11672026-04-25T04:07:12.485Z Downloaded universal-hash v0.5.1
11682026-04-25T04:07:12.485Z Downloaded unicode-truncate v1.1.0
11692026-04-25T04:07:12.485Z Downloaded rsa v0.9.10
11702026-04-25T04:07:12.485Z Downloaded usdt-attr-macro v0.6.0
11712026-04-25T04:07:12.485Z Downloaded unit-prefix v0.5.2
11722026-04-25T04:07:12.485Z Downloaded toml_writer v1.0.6+spec-1.1.0
11732026-04-25T04:07:12.485Z Downloaded rand v0.8.5
11742026-04-25T04:07:12.485Z Downloaded void v1.0.2
11752026-04-25T04:07:12.485Z Downloaded term v0.7.0
11762026-04-25T04:07:12.485Z Downloaded waitgroup v0.1.2
11772026-04-25T04:07:12.485Z Downloaded itertools v0.14.0
11782026-04-25T04:07:12.485Z Downloaded hkdf v0.12.4
11792026-04-25T04:07:12.486Z Downloaded bindgen v0.71.1
11802026-04-25T04:07:12.486Z Downloaded typify-macro v0.4.3
11812026-04-25T04:07:12.486Z Downloaded num-bigint-dig v0.8.6
11822026-04-25T04:07:12.486Z Downloaded itertools v0.13.0
11832026-04-25T04:07:12.486Z Downloaded want v0.3.1
11842026-04-25T04:07:12.486Z Downloaded tokio-rustls v0.26.4
11852026-04-25T04:07:12.486Z Downloaded tokio-dtrace v0.1.1
11862026-04-25T04:07:12.486Z Downloaded term v1.2.1
11872026-04-25T04:07:12.486Z Downloaded wait-timeout v0.2.1
11882026-04-25T04:07:12.486Z Downloaded itertools v0.12.1
11892026-04-25T04:07:12.486Z Downloaded socket2 v0.5.10
11902026-04-25T04:07:12.486Z Downloaded tui-tree-widget v0.23.1
11912026-04-25T04:07:12.486Z Downloaded snafu v0.8.9
11922026-04-25T04:07:12.494Z Downloaded xattr v1.6.1
11932026-04-25T04:07:12.494Z Downloaded xshell-macros v0.2.7
11942026-04-25T04:07:12.494Z Downloaded tokio-rustls v0.24.1
11952026-04-25T04:07:12.494Z Downloaded serde_yaml v0.9.34+deprecated
11962026-04-25T04:07:12.499Z Downloaded unicase v2.9.0
11972026-04-25T04:07:12.499Z Downloaded rustls-webpki v0.103.9
11982026-04-25T04:07:12.499Z Downloaded schemars v0.9.0
11992026-04-25T04:07:12.503Z Downloaded subprocess v0.2.15
12002026-04-25T04:07:12.907Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-04-25T04:07:12.907Z Downloaded uzers v0.12.2
12022026-04-25T04:07:12.913Z Downloaded usdt-impl v0.6.0
12032026-04-25T04:07:12.913Z Downloaded schemars v1.2.1
12042026-04-25T04:07:12.913Z Downloaded zone v0.3.1
12052026-04-25T04:07:12.913Z Downloaded rand v0.9.2
12062026-04-25T04:07:12.913Z Downloaded h2 v0.4.13
12072026-04-25T04:07:12.913Z Downloaded vsss-rs v3.3.4
12082026-04-25T04:07:12.913Z Downloaded vergen-lib v0.1.6
12092026-04-25T04:07:12.913Z Downloaded futures-util v0.3.32
12102026-04-25T04:07:12.913Z Downloaded zone_cfg_derive v0.3.1
12112026-04-25T04:07:12.913Z Downloaded tinyvec v1.10.0
12122026-04-25T04:07:12.913Z Downloaded whoami v1.6.1
12132026-04-25T04:07:12.913Z Downloaded tracing-attributes v0.1.31
12142026-04-25T04:07:12.913Z Downloaded rand v0.10.0
12152026-04-25T04:07:12.913Z Downloaded walkdir v2.5.0
12162026-04-25T04:07:12.913Z Downloaded vergen-git2 v1.0.7
12172026-04-25T04:07:12.913Z Downloaded blake3 v1.8.3
12182026-04-25T04:07:12.913Z Downloaded whoami v2.1.0
12192026-04-25T04:07:12.913Z Downloaded vergen-gitcl v1.0.8
12202026-04-25T04:07:12.913Z Downloaded toml v0.9.12+spec-1.1.0
12212026-04-25T04:07:12.913Z Downloaded xshell v0.2.7
12222026-04-25T04:07:12.913Z Downloaded wyz v0.5.1
12232026-04-25T04:07:12.914Z Downloaded samael v0.0.19
12242026-04-25T04:07:12.914Z Downloaded toml v1.0.6+spec-1.1.0
12252026-04-25T04:07:12.914Z Downloaded unicode-properties v0.1.4
12262026-04-25T04:07:12.914Z Downloaded russh v0.45.0
12272026-04-25T04:07:12.914Z Downloaded p521 v0.13.3
12282026-04-25T04:07:12.914Z Downloaded toml v0.7.8
12292026-04-25T04:07:12.914Z Downloaded socket2 v0.6.3
12302026-04-25T04:07:12.914Z Downloaded rpassword v7.4.0
12312026-04-25T04:07:12.914Z Downloaded zeroize_derive v1.4.3
12322026-04-25T04:07:12.914Z Downloaded aho-corasick v1.1.4
12332026-04-25T04:07:12.914Z Downloaded test-strategy v0.4.5
12342026-04-25T04:07:12.914Z Downloaded quinn v0.11.9
12352026-04-25T04:07:12.914Z Downloaded slog v2.8.2
12362026-04-25T04:07:12.914Z Downloaded zstd-safe v7.2.4
12372026-04-25T04:07:12.914Z Downloaded zeroize v1.8.2
12382026-04-25T04:07:12.914Z Downloaded vergen v9.0.6
12392026-04-25T04:07:12.914Z Downloaded thread_local v1.1.9
12402026-04-25T04:07:12.914Z Downloaded libm v0.2.16
12412026-04-25T04:07:12.914Z Downloaded tungstenite v0.21.0
12422026-04-25T04:07:12.914Z Downloaded typify v0.6.1
12432026-04-25T04:07:12.914Z Downloaded typify v0.4.3
12442026-04-25T04:07:12.914Z Downloaded twox-hash v2.1.2
12452026-04-25T04:07:12.914Z Downloaded tungstenite v0.23.0
12462026-04-25T04:07:12.914Z Downloaded signal-hook v0.3.18
12472026-04-25T04:07:12.914Z Downloaded tokio-stream v0.1.18
12482026-04-25T04:07:12.914Z Downloaded unicode-bidi v0.3.18
12492026-04-25T04:07:12.914Z Downloaded rustyline v14.0.0
12502026-04-25T04:07:12.914Z Downloaded unsafe-libyaml v0.2.11
12512026-04-25T04:07:12.914Z Downloaded schemars v0.8.22
12522026-04-25T04:07:12.914Z Downloaded yasna v0.5.2
12532026-04-25T04:07:12.914Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-04-25T04:07:12.914Z Downloaded tar v0.4.45
12552026-04-25T04:07:12.914Z Downloaded curve25519-dalek v4.1.3
12562026-04-25T04:07:12.914Z Downloaded tracing-core v0.1.36
12572026-04-25T04:07:12.914Z Downloaded steno v0.4.1
12582026-04-25T04:07:12.914Z Downloaded zstd v0.13.3
12592026-04-25T04:07:12.915Z Downloaded git2 v0.20.4
12602026-04-25T04:07:12.915Z Downloaded zerocopy v0.6.6
12612026-04-25T04:07:12.915Z Downloaded reedline v0.40.0
12622026-04-25T04:07:12.915Z Downloaded vte v0.14.1
12632026-04-25T04:07:12.915Z Downloaded uuid v1.23.0
12642026-04-25T04:07:12.915Z Downloaded bitvec v1.0.1
12652026-04-25T04:07:12.915Z Downloaded ssh-key v0.6.7
12662026-04-25T04:07:12.915Z Downloaded chrono v0.4.44
12672026-04-25T04:07:12.915Z Downloaded p384 v0.13.1
12682026-04-25T04:07:12.915Z Downloaded zopfli v0.8.3
12692026-04-25T04:07:12.915Z Downloaded regex v1.12.3
12702026-04-25T04:07:12.915Z Downloaded yansi v1.0.1
12712026-04-25T04:07:12.915Z Downloaded toml_edit v0.19.15
12722026-04-25T04:07:12.915Z Downloaded unicode_categories v0.1.1
12732026-04-25T04:07:12.915Z Downloaded reqwest v0.13.2
12742026-04-25T04:07:12.916Z Downloaded typed-path v0.9.3
12752026-04-25T04:07:12.916Z Downloaded portable-atomic v1.13.1
12762026-04-25T04:07:12.916Z Downloaded zip v0.6.6
12772026-04-25T04:07:12.916Z Downloaded lalrpop v0.19.12
12782026-04-25T04:07:12.916Z Downloaded tokio-postgres v0.7.16
12792026-04-25T04:07:12.916Z Downloaded tower v0.5.3
12802026-04-25T04:07:12.916Z Downloaded reqwest v0.12.28
12812026-04-25T04:07:12.916Z Downloaded quick-xml v0.37.5
12822026-04-25T04:07:12.916Z Downloaded rustls-webpki v0.101.7
12832026-04-25T04:07:12.916Z Downloaded zerocopy-derive v0.8.40
12842026-04-25T04:07:12.916Z Downloaded rayon v1.11.0
12852026-04-25T04:07:12.916Z Downloaded x509-cert v0.2.5
12862026-04-25T04:07:12.916Z Downloaded moka v0.12.13
12872026-04-25T04:07:12.916Z Downloaded unicode-segmentation v1.12.0
12882026-04-25T04:07:12.916Z Downloaded salty v0.3.0
12892026-04-25T04:07:12.916Z Downloaded goblin v0.10.5
12902026-04-25T04:07:12.916Z Downloaded proptest v1.10.0
12912026-04-25T04:07:12.916Z Downloaded zip v4.6.1
12922026-04-25T04:07:12.916Z Downloaded tokio-util v0.7.18
12932026-04-25T04:07:12.916Z Downloaded petname v2.0.2
12942026-04-25T04:07:12.916Z Downloaded unicode-normalization v0.1.25
12952026-04-25T04:07:12.916Z Downloaded tower-http v0.6.8
12962026-04-25T04:07:12.916Z Downloaded rustls-webpki v0.102.8
12972026-04-25T04:07:12.916Z Downloaded serde_with v3.17.0
12982026-04-25T04:07:12.916Z Downloaded tough v0.20.0
12992026-04-25T04:07:12.916Z Downloaded object v0.30.4
13002026-04-25T04:07:12.916Z Downloaded quinn-proto v0.11.13
13012026-04-25T04:07:12.916Z Downloaded nix v0.27.1
13022026-04-25T04:07:12.919Z Downloaded winnow v0.6.26
13032026-04-25T04:07:12.919Z Downloaded polar-core v0.27.3
13042026-04-25T04:07:12.919Z Downloaded openssl v0.10.75
13052026-04-25T04:07:12.919Z Downloaded radix_trie v0.2.1
13062026-04-25T04:07:12.919Z Downloaded bstr v1.12.1
13072026-04-25T04:07:12.920Z Downloaded nix v0.28.0
13082026-04-25T04:07:12.920Z Downloaded time v0.3.47
13092026-04-25T04:07:12.923Z Downloaded tabled v0.20.0
13102026-04-25T04:07:12.936Z Downloaded nix v0.29.0
13112026-04-25T04:07:12.947Z Downloaded regex-syntax v0.6.29
13122026-04-25T04:07:12.951Z Downloaded object v0.37.3
13132026-04-25T04:07:12.954Z Downloaded winnow v0.5.40
13142026-04-25T04:07:12.960Z Downloaded rustls v0.21.12
13152026-04-25T04:07:12.967Z Downloaded vcpkg v0.2.15
13162026-04-25T04:07:13.026Z Downloaded smoltcp v0.9.1
13172026-04-25T04:07:13.030Z Downloaded dropshot v0.17.0
13182026-04-25T04:07:13.030Z Downloaded zlib-rs v0.6.2
13192026-04-25T04:07:13.030Z Downloaded dropshot v0.16.7
13202026-04-25T04:07:13.030Z Downloaded rustls v0.22.4
13212026-04-25T04:07:13.039Z Downloaded openapiv3 v2.2.0
13222026-04-25T04:07:13.045Z Downloaded nix v0.31.2
13232026-04-25T04:07:13.048Z Downloaded smoltcp v0.11.0
13242026-04-25T04:07:13.055Z Downloaded regress v0.10.5
13252026-04-25T04:07:13.061Z Downloaded zerocopy v0.8.40
13262026-04-25T04:07:13.066Z Downloaded hickory-proto v0.25.2
13272026-04-25T04:07:13.076Z Downloaded webpki-roots v1.0.6
13282026-04-25T04:07:13.081Z Downloaded regex-syntax v0.8.10
13292026-04-25T04:07:13.085Z Downloaded sqlparser v0.61.0
13302026-04-25T04:07:13.090Z Downloaded diesel v2.3.7
13312026-04-25T04:07:13.103Z Downloaded rustls v0.23.37
13322026-04-25T04:07:13.110Z Downloaded hickory-proto v0.24.4
13332026-04-25T04:07:13.119Z Downloaded rustix v0.38.44
13342026-04-25T04:07:13.132Z Downloaded typify-impl v0.4.3
13352026-04-25T04:07:13.142Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-04-25T04:07:13.149Z Downloaded tracing v0.1.44
13372026-04-25T04:07:13.163Z Downloaded ratatui v0.29.0
13382026-04-25T04:07:13.187Z Downloaded regex-automata v0.4.14
13392026-04-25T04:07:13.207Z Downloaded chrono-tz v0.10.4
13402026-04-25T04:07:13.219Z Downloaded typify-impl v0.6.1
13412026-04-25T04:07:13.228Z Downloaded petgraph v0.6.5
13422026-04-25T04:07:13.241Z Downloaded sled v0.34.7
13432026-04-25T04:07:13.259Z Downloaded sha3 v0.10.8
13442026-04-25T04:07:13.281Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-04-25T04:07:13.299Z Downloaded zerocopy-derive v0.6.6
13462026-04-25T04:07:13.327Z Downloaded jiff v0.2.21
13472026-04-25T04:07:13.360Z Downloaded petgraph v0.8.3
13482026-04-25T04:07:13.373Z Downloaded libz-sys v1.1.24
13492026-04-25T04:07:13.388Z Downloaded csv v1.4.0
13502026-04-25T04:07:13.416Z Downloaded tokio v1.52.1
13512026-04-25T04:07:13.481Z Downloaded encoding_rs v0.8.35
13522026-04-25T04:07:13.516Z Downloaded ring v0.17.14
13532026-04-25T04:07:13.538Z Downloaded libgit2-sys v0.18.3+1.9.2
13542026-04-25T04:07:13.877Z Downloaded aws-lc-sys v0.37.1
13552026-04-25T04:07:14.130Z Compiling libc v0.2.185
13562026-04-25T04:07:14.130Z Compiling serde v1.0.228
13572026-04-25T04:07:14.152Z Compiling log v0.4.29
13582026-04-25T04:07:14.152Z Compiling shlex v1.3.0
13592026-04-25T04:07:14.286Z Compiling find-msvc-tools v0.1.9
13602026-04-25T04:07:14.286Z Compiling smallvec v1.15.1
13612026-04-25T04:07:14.301Z Compiling syn v2.0.117
13622026-04-25T04:07:14.313Z Compiling typenum v1.19.0
13632026-04-25T04:07:14.459Z Compiling generic-array v0.14.7
13642026-04-25T04:07:14.472Z Compiling subtle v2.6.1
13652026-04-25T04:07:14.521Z Compiling scopeguard v1.2.0
13662026-04-25T04:07:14.571Z Compiling const-oid v0.9.6
13672026-04-25T04:07:14.602Z Compiling lock_api v0.4.14
13682026-04-25T04:07:14.614Z Compiling portable-atomic v1.13.1
13692026-04-25T04:07:14.647Z Compiling zerocopy v0.8.40
13702026-04-25T04:07:14.723Z Compiling critical-section v1.2.0
13712026-04-25T04:07:14.821Z Compiling serde_json v1.0.149
13722026-04-25T04:07:14.849Z Compiling parking_lot_core v0.9.12
13732026-04-25T04:07:15.062Z Compiling pin-project-lite v0.2.17
13742026-04-25T04:07:15.175Z Compiling getrandom v0.2.17
13752026-04-25T04:07:15.209Z Compiling jobserver v0.1.34
13762026-04-25T04:07:15.210Z Compiling errno v0.3.14
13772026-04-25T04:07:15.314Z Compiling rand_core v0.6.4
13782026-04-25T04:07:15.334Z Compiling pkg-config v0.3.32
13792026-04-25T04:07:15.334Z Compiling signal-hook-registry v1.4.8
13802026-04-25T04:07:15.367Z Compiling cc v1.2.56
13812026-04-25T04:07:15.600Z Compiling bitflags v2.11.0
13822026-04-25T04:07:15.637Z Compiling libm v0.2.16
13832026-04-25T04:07:15.713Z Compiling once_cell v1.21.3
13842026-04-25T04:07:15.831Z Compiling parking_lot v0.12.5
13852026-04-25T04:07:15.843Z Compiling mio v1.2.0
13862026-04-25T04:07:15.906Z Compiling num-traits v0.2.19
13872026-04-25T04:07:15.930Z Compiling futures-core v0.3.32
13882026-04-25T04:07:16.081Z Compiling percent-encoding v2.3.2
13892026-04-25T04:07:16.194Z Compiling socket2 v0.6.3
13902026-04-25T04:07:16.242Z Compiling allocator-api2 v0.2.21
13912026-04-25T04:07:16.261Z Compiling foldhash v0.2.0
13922026-04-25T04:07:16.294Z Compiling cpufeatures v0.2.17
13932026-04-25T04:07:16.324Z Compiling futures-sink v0.3.32
13942026-04-25T04:07:16.361Z Compiling futures-io v0.3.32
13952026-04-25T04:07:16.429Z Compiling futures-channel v0.3.32
13962026-04-25T04:07:16.497Z Compiling futures-task v0.3.32
13972026-04-25T04:07:16.525Z Compiling getrandom v0.4.1
13982026-04-25T04:07:16.573Z Compiling hashbrown v0.16.1
13992026-04-25T04:07:16.616Z Compiling slab v0.4.12
14002026-04-25T04:07:16.676Z Compiling rand_core v0.10.0
14012026-04-25T04:07:16.707Z Compiling getrandom v0.3.4
14022026-04-25T04:07:16.841Z Compiling rustversion v1.0.22
14032026-04-25T04:07:16.964Z Compiling form_urlencoded v1.2.2
14042026-04-25T04:07:17.106Z Compiling cmake v0.1.57
14052026-04-25T04:07:17.130Z Compiling dunce v1.0.5
14062026-04-25T04:07:17.217Z Compiling indexmap v2.13.0
14072026-04-25T04:07:17.249Z Compiling synstructure v0.13.2
14082026-04-25T04:07:17.249Z Compiling fs_extra v1.3.0
14092026-04-25T04:07:17.451Z Compiling ident_case v1.0.1
14102026-04-25T04:07:17.485Z Compiling base64ct v1.8.3
14112026-04-25T04:07:17.523Z Compiling aws-lc-sys v0.37.1
14122026-04-25T04:07:17.577Z Compiling flagset v0.4.7
14132026-04-25T04:07:17.644Z Compiling rand_core v0.9.5
14142026-04-25T04:07:17.726Z Compiling pem-rfc7468 v0.7.0
14152026-04-25T04:07:17.801Z Compiling rustix v1.1.3
14162026-04-25T04:07:17.845Z Compiling iana-time-zone v0.1.65
14172026-04-25T04:07:17.845Z Compiling uuid v1.23.0
14182026-04-25T04:07:17.845Z Compiling ring v0.17.14
14192026-04-25T04:07:17.933Z Compiling rustc_version v0.4.1
14202026-04-25T04:07:17.984Z Compiling vcpkg v0.2.15
14212026-04-25T04:07:18.018Z Compiling regex-syntax v0.8.10
14222026-04-25T04:07:18.278Z Compiling aws-lc-rs v1.16.0
14232026-04-25T04:07:18.553Z Compiling tracing-core v0.1.36
14242026-04-25T04:07:18.608Z Compiling pest_generator v2.8.6
14252026-04-25T04:07:18.806Z Compiling openssl-sys v0.9.111
14262026-04-25T04:07:18.943Z Compiling serde_derive v1.0.228
14272026-04-25T04:07:19.101Z Compiling zeroize_derive v1.4.3
14282026-04-25T04:07:19.297Z Compiling zerofrom-derive v0.1.6
14292026-04-25T04:07:19.304Z Compiling yoke-derive v0.8.1
14302026-04-25T04:07:19.544Z Compiling zerocopy-derive v0.8.40
14312026-04-25T04:07:19.742Z Compiling zeroize v1.8.2
14322026-04-25T04:07:20.399Z Compiling zerovec-derive v0.11.2
14332026-04-25T04:07:20.468Z Compiling crypto-common v0.1.7
14342026-04-25T04:07:20.505Z Compiling block-buffer v0.10.4
14352026-04-25T04:07:20.615Z Compiling displaydoc v0.2.5
14362026-04-25T04:07:20.674Z Compiling digest v0.10.7
14372026-04-25T04:07:20.688Z Compiling zerofrom v0.1.6
14382026-04-25T04:07:20.810Z Compiling yoke v0.8.1
14392026-04-25T04:07:20.919Z Compiling tokio-macros v2.7.0
14402026-04-25T04:07:20.994Z Compiling hmac v0.12.1
14412026-04-25T04:07:21.149Z Compiling futures-macro v0.3.32
14422026-04-25T04:07:21.345Z Compiling zerotrie v0.2.3
14432026-04-25T04:07:21.506Z Compiling zerovec v0.11.5
14442026-04-25T04:07:21.632Z Compiling block-padding v0.3.3
14452026-04-25T04:07:21.651Z Compiling sha2 v0.10.9
14462026-04-25T04:07:21.791Z Compiling inout v0.1.4
14472026-04-25T04:07:21.954Z Compiling tinystr v0.8.2
14482026-04-25T04:07:21.963Z Compiling potential_utf v0.1.4
14492026-04-25T04:07:21.995Z Compiling futures-util v0.3.32
14502026-04-25T04:07:22.109Z Compiling icu_locale_core v2.1.1
14512026-04-25T04:07:22.127Z Compiling icu_collections v2.1.1
14522026-04-25T04:07:22.377Z Compiling bytes v1.11.1
14532026-04-25T04:07:22.513Z Compiling cipher v0.4.4
14542026-04-25T04:07:22.612Z Compiling der_derive v0.7.3
14552026-04-25T04:07:22.758Z Compiling icu_provider v2.1.1
14562026-04-25T04:07:22.982Z Compiling tokio v1.52.1
14572026-04-25T04:07:22.988Z Compiling icu_normalizer v2.1.1
14582026-04-25T04:07:23.007Z Compiling icu_properties v2.1.2
14592026-04-25T04:07:23.055Z Compiling http v1.4.0
14602026-04-25T04:07:23.552Z Compiling der v0.7.10
14612026-04-25T04:07:23.569Z Compiling salsa20 v0.10.2
14622026-04-25T04:07:23.703Z Compiling chrono v0.4.44
14632026-04-25T04:07:23.962Z Compiling idna_adapter v1.2.1
14642026-04-25T04:07:23.977Z Compiling ppv-lite86 v0.2.21
14652026-04-25T04:07:24.110Z Compiling idna v1.1.0
14662026-04-25T04:07:24.150Z Compiling pbkdf2 v0.12.2
14672026-04-25T04:07:24.275Z Compiling thiserror-impl v2.0.18
14682026-04-25T04:07:24.284Z Compiling scrypt v0.11.0
14692026-04-25T04:07:24.300Z Compiling rand_chacha v0.9.0
14702026-04-25T04:07:24.535Z Compiling url v2.5.8
14712026-04-25T04:07:24.742Z Compiling spki v0.7.3
14722026-04-25T04:07:24.757Z Compiling aes v0.8.4
14732026-04-25T04:07:24.948Z Compiling cbc v0.1.2
14742026-04-25T04:07:24.991Z Compiling rustls-pki-types v1.14.0
14752026-04-25T04:07:25.089Z Compiling tracing-attributes v0.1.31
14762026-04-25T04:07:25.102Z Compiling rand v0.9.2
14772026-04-25T04:07:25.339Z Compiling pkcs5 v0.7.1
14782026-04-25T04:07:25.436Z Compiling http-body v1.0.1
14792026-04-25T04:07:25.578Z Compiling thiserror v2.0.18
14802026-04-25T04:07:26.056Z Compiling serde_derive_internals v0.29.1
14812026-04-25T04:07:26.060Z Compiling untrusted v0.9.0
14822026-04-25T04:07:26.060Z Compiling schemars v0.8.22
14832026-04-25T04:07:26.060Z Compiling untrusted v0.7.1
14842026-04-25T04:07:26.060Z Compiling openssl-probe v0.2.1
14852026-04-25T04:07:26.060Z Compiling httparse v1.10.1
14862026-04-25T04:07:26.060Z Compiling base64 v0.22.1
14872026-04-25T04:07:26.060Z Compiling pkcs8 v0.10.2
14882026-04-25T04:07:26.249Z Compiling pest_derive v2.8.6
14892026-04-25T04:07:26.264Z Compiling scroll_derive v0.13.1
14902026-04-25T04:07:26.331Z Compiling darling_core v0.20.11
14912026-04-25T04:07:26.374Z Compiling tracing v0.1.44
14922026-04-25T04:07:26.552Z Compiling schemars_derive v0.8.22
14932026-04-25T04:07:26.636Z Compiling tinyvec_macros v0.1.1
14942026-04-25T04:07:26.667Z Compiling tower-service v0.3.3
14952026-04-25T04:07:26.708Z Compiling tokio-util v0.7.18
14962026-04-25T04:07:26.764Z Compiling atomic-waker v1.1.2
14972026-04-25T04:07:26.890Z Compiling rustls v0.23.37
14982026-04-25T04:07:27.043Z Compiling dyn-clone v1.0.20
14992026-04-25T04:07:27.063Z Compiling try-lock v0.2.5
15002026-04-25T04:07:27.479Z Compiling tower-layer v0.3.3
15012026-04-25T04:07:27.513Z Compiling want v0.3.1
15022026-04-25T04:07:27.513Z Compiling scroll v0.13.0
15032026-04-25T04:07:27.513Z Compiling tinyvec v1.10.0
15042026-04-25T04:07:27.614Z Compiling h2 v0.4.13
15052026-04-25T04:07:27.787Z Compiling ipnet v2.11.0
15062026-04-25T04:07:27.812Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15072026-04-25T04:07:27.972Z Compiling spin v0.9.8
15082026-04-25T04:07:28.135Z Compiling aho-corasick v1.1.4
15092026-04-25T04:07:28.180Z Compiling foreign-types-shared v0.1.1
15102026-04-25T04:07:28.206Z Compiling pin-utils v0.1.0
15112026-04-25T04:07:28.288Z Compiling crc32fast v1.5.0
15122026-04-25T04:07:28.336Z Compiling openssl v0.10.75
15132026-04-25T04:07:28.571Z Compiling powerfmt v0.2.0
15142026-04-25T04:07:28.574Z Compiling darling_macro v0.20.11
15152026-04-25T04:07:28.586Z Compiling time-core v0.1.8
15162026-04-25T04:07:28.650Z Compiling httpdate v1.0.3
15172026-04-25T04:07:28.795Z Compiling num-conv v0.2.0
15182026-04-25T04:07:28.818Z Compiling deranged v0.5.8
15192026-04-25T04:07:28.876Z Compiling tempfile v3.25.0
15202026-04-25T04:07:28.898Z Compiling time-macros v0.2.27
15212026-04-25T04:07:29.051Z Compiling darling v0.20.11
15222026-04-25T04:07:29.122Z Compiling regex-automata v0.4.14
15232026-04-25T04:07:29.208Z Compiling foreign-types v0.3.2
15242026-04-25T04:07:29.296Z Compiling goblin v0.10.5
15252026-04-25T04:07:29.839Z Compiling openssl-macros v0.1.1
15262026-04-25T04:07:29.965Z Compiling wait-timeout v0.2.1
15272026-04-25T04:07:30.226Z Compiling quick-error v1.2.3
15282026-04-25T04:07:30.240Z Compiling native-tls v0.2.18
15292026-04-25T04:07:30.264Z Compiling bit-vec v0.8.0
15302026-04-25T04:07:30.330Z Compiling simd-adler32 v0.3.8
15312026-04-25T04:07:30.436Z Compiling crossbeam-utils v0.8.21
15322026-04-25T04:07:30.494Z Compiling usdt-impl v0.6.0
15332026-04-25T04:07:30.572Z Compiling num_threads v0.1.7
15342026-04-25T04:07:30.674Z Compiling hyper v1.8.1
15352026-04-25T04:07:30.695Z Compiling syn v1.0.109
15362026-04-25T04:07:30.716Z Compiling siphasher v1.0.2
15372026-04-25T04:07:30.960Z Compiling time v0.3.47
15382026-04-25T04:07:31.150Z Compiling bit-set v0.8.0
15392026-04-25T04:07:31.240Z Compiling rusty-fork v0.3.1
15402026-04-25T04:07:31.813Z Compiling hyper-util v0.1.20
15412026-04-25T04:07:32.229Z Compiling dof v0.4.0
15422026-04-25T04:07:32.513Z Compiling derive_builder_core v0.20.2
15432026-04-25T04:07:33.228Z Compiling unicode-normalization v0.1.25
15442026-04-25T04:07:33.496Z Compiling dtrace-parser v0.3.0
15452026-04-25T04:07:33.561Z Compiling rustls-native-certs v0.8.3
15462026-04-25T04:07:33.561Z Compiling signature v2.2.0
15472026-04-25T04:07:33.597Z Compiling scroll_derive v0.12.1
15482026-04-25T04:07:33.691Z Compiling thiserror-impl v1.0.69
15492026-04-25T04:07:33.724Z Compiling heapless v0.7.17
15502026-04-25T04:07:33.724Z Compiling slog v2.8.2
15512026-04-25T04:07:33.903Z Compiling rand_xorshift v0.4.0
15522026-04-25T04:07:33.971Z Compiling darling_core v0.21.3
15532026-04-25T04:07:34.069Z Compiling bzip2-sys v0.1.13+1.0.8
15542026-04-25T04:07:34.166Z Compiling sync_wrapper v1.0.2
15552026-04-25T04:07:34.186Z Compiling thread-id v5.1.0
15562026-04-25T04:07:34.254Z Compiling cookie v0.18.1
15572026-04-25T04:07:34.285Z Compiling unicode-properties v0.1.4
15582026-04-25T04:07:34.332Z Compiling unarray v0.1.4
15592026-04-25T04:07:34.463Z Compiling signal-hook v0.3.18
15602026-04-25T04:07:34.509Z Compiling paste v1.0.15
15612026-04-25T04:07:34.509Z Compiling unicode-bidi v0.3.18
15622026-04-25T04:07:34.509Z Compiling adler2 v2.0.1
15632026-04-25T04:07:34.590Z Compiling anyhow v1.0.102
15642026-04-25T04:07:34.590Z Compiling zstd-safe v7.2.4
15652026-04-25T04:07:34.775Z Compiling miniz_oxide v0.8.9
15662026-04-25T04:07:34.802Z Compiling stringprep v0.1.5
15672026-04-25T04:07:34.931Z Compiling thiserror v1.0.69
15682026-04-25T04:07:35.029Z Compiling proptest v1.10.0
15692026-04-25T04:07:35.233Z Compiling tower v0.5.3
15702026-04-25T04:07:35.373Z Compiling scroll v0.12.0
15712026-04-25T04:07:35.687Z Compiling derive_builder_macro v0.20.2
15722026-04-25T04:07:35.886Z Compiling ipnetwork v0.21.1
15732026-04-25T04:07:36.011Z Compiling http-body-util v0.1.3
15742026-04-25T04:07:36.159Z Compiling webpki-roots v1.0.6
15752026-04-25T04:07:36.221Z Compiling rand_chacha v0.3.1
15762026-04-25T04:07:36.258Z Compiling erased-serde v0.3.31
15772026-04-25T04:07:36.305Z Compiling serde_spanned v0.6.9
15782026-04-25T04:07:36.332Z Compiling serde_tokenstream v0.2.3
15792026-04-25T04:07:36.437Z Compiling darling_macro v0.21.3
15802026-04-25T04:07:36.461Z Compiling toml_datetime v0.6.11
15812026-04-25T04:07:36.614Z Compiling md-5 v0.10.6
15822026-04-25T04:07:36.817Z Compiling zerocopy-derive v0.7.35
15832026-04-25T04:07:36.846Z Compiling curve25519-dalek v4.1.3
15842026-04-25T04:07:36.846Z Compiling vergen-lib v0.1.6
15852026-04-25T04:07:36.887Z Compiling num-integer v0.1.46
15862026-04-25T04:07:36.995Z Compiling hash32 v0.2.1
15872026-04-25T04:07:37.027Z Compiling ff v0.13.1
15882026-04-25T04:07:37.102Z Compiling memoffset v0.9.1
15892026-04-25T04:07:37.155Z Compiling zlib-rs v0.6.2
15902026-04-25T04:07:37.163Z Compiling cfg_aliases v0.2.1
15912026-04-25T04:07:37.191Z Compiling psl-types v2.0.11
15922026-04-25T04:07:37.247Z Compiling rustix v0.38.44
15932026-04-25T04:07:37.272Z Compiling litrs v1.0.0
15942026-04-25T04:07:37.317Z Compiling ref-cast v1.0.25
15952026-04-25T04:07:37.529Z Compiling fallible-iterator v0.2.0
15962026-04-25T04:07:37.573Z Compiling iri-string v0.7.10
15972026-04-25T04:07:37.619Z Compiling ryu v1.0.23
15982026-04-25T04:07:37.749Z Compiling smoltcp v0.9.1
15992026-04-25T04:07:37.794Z Compiling base16ct v0.2.0
16002026-04-25T04:07:37.841Z Compiling num-bigint-dig v0.8.6
16012026-04-25T04:07:37.985Z Compiling sec1 v0.7.3
16022026-04-25T04:07:38.039Z Compiling postgres-protocol v0.6.10
16032026-04-25T04:07:38.097Z Compiling serde_urlencoded v0.7.1
16042026-04-25T04:07:38.236Z Compiling document-features v0.2.12
16052026-04-25T04:07:38.628Z Compiling zerocopy v0.7.35
16062026-04-25T04:07:38.643Z Compiling publicsuffix v2.3.0
16072026-04-25T04:07:38.823Z Compiling tower-http v0.6.8
16082026-04-25T04:07:38.882Z Compiling newtype-uuid v1.3.2
16092026-04-25T04:07:39.133Z Compiling nix v0.31.2
16102026-04-25T04:07:39.206Z Compiling group v0.13.0
16112026-04-25T04:07:39.238Z Compiling num-iter v0.1.45
16122026-04-25T04:07:39.408Z Compiling darling v0.21.3
16132026-04-25T04:07:39.491Z Compiling rand v0.8.5
16142026-04-25T04:07:39.507Z Compiling derive_builder v0.20.2
16152026-04-25T04:07:39.555Z Compiling hubpack_derive v0.1.1
16162026-04-25T04:07:39.633Z Compiling oxnet v0.1.4
16172026-04-25T04:07:39.818Z Compiling tokio-native-tls v0.3.1
16182026-04-25T04:07:39.985Z Compiling goblin v0.8.2
16192026-04-25T04:07:40.332Z Compiling flate2 v1.1.9
16202026-04-25T04:07:40.392Z Compiling regex v1.12.3
16212026-04-25T04:07:40.493Z Compiling phf_shared v0.13.1
16222026-04-25T04:07:40.541Z Compiling lazy_static v1.5.0
16232026-04-25T04:07:40.665Z Compiling cargo-platform v0.1.9
16242026-04-25T04:07:40.758Z Compiling hkdf v0.12.4
16252026-04-25T04:07:40.822Z Compiling crypto-bigint v0.5.5
16262026-04-25T04:07:40.858Z Compiling terminal_size v0.4.3
16272026-04-25T04:07:40.884Z Compiling daft-derive v0.1.5
16282026-04-25T04:07:40.903Z Compiling curve25519-dalek-derive v0.1.1
16292026-04-25T04:07:40.903Z Compiling strum_macros v0.27.2
16302026-04-25T04:07:40.916Z Compiling ref-cast-impl v1.0.25
16312026-04-25T04:07:42.541Z Compiling async-trait v0.1.89
16322026-04-25T04:07:42.617Z Compiling vergen v9.0.6
16332026-04-25T04:07:42.617Z Compiling fs-err v3.3.0
16342026-04-25T04:07:42.617Z Compiling ahash v0.8.12
16352026-04-25T04:07:42.617Z Compiling object v0.37.3
16362026-04-25T04:07:42.617Z Compiling winnow v0.5.40
16372026-04-25T04:07:42.617Z Compiling bitflags v1.3.2
16382026-04-25T04:07:42.617Z Compiling bumpalo v3.20.2
16392026-04-25T04:07:42.617Z Compiling managed v0.8.0
16402026-04-25T04:07:42.617Z Compiling unicode-segmentation v1.12.0
16412026-04-25T04:07:42.659Z Compiling foldhash v0.1.5
16422026-04-25T04:07:42.776Z Compiling libbz2-rs-sys v0.2.2
16432026-04-25T04:07:42.845Z Compiling clap_builder v4.5.60
16442026-04-25T04:07:42.884Z Compiling strum v0.27.2
16452026-04-25T04:07:42.893Z Compiling hashbrown v0.15.5
16462026-04-25T04:07:43.331Z Compiling toml_edit v0.19.15
16472026-04-25T04:07:43.469Z Compiling bzip2 v0.6.1
16482026-04-25T04:07:43.499Z Compiling zopfli v0.8.3
16492026-04-25T04:07:43.515Z Compiling dof v0.3.0
16502026-04-25T04:07:43.861Z Compiling elliptic-curve v0.13.8
16512026-04-25T04:07:43.873Z Compiling daft v0.1.5
16522026-04-25T04:07:44.211Z Compiling cargo_metadata v0.19.2
16532026-04-25T04:07:44.305Z Compiling phf v0.13.1
16542026-04-25T04:07:44.411Z Compiling cookie_store v0.22.1
16552026-04-25T04:07:45.048Z Compiling signal-hook-mio v0.2.5
16562026-04-25T04:07:45.510Z Compiling hubpack v0.1.2
16572026-04-25T04:07:45.554Z Compiling bzip2 v0.4.4
16582026-04-25T04:07:45.741Z Compiling hyper-tls v0.6.0
16592026-04-25T04:07:45.789Z Compiling zstd v0.13.3
16602026-04-25T04:07:45.895Z Compiling serde_with_macros v3.17.0
16612026-04-25T04:07:46.107Z Compiling postgres-types v0.2.12
16622026-04-25T04:07:46.114Z Compiling usdt-macro v0.6.0
16632026-04-25T04:07:46.114Z Compiling usdt-attr-macro v0.6.0
16642026-04-25T04:07:46.565Z Compiling dtrace-parser v0.2.0
16652026-04-25T04:07:46.751Z Compiling ed25519 v2.2.3
16662026-04-25T04:07:46.832Z Compiling bstr v1.12.1
16672026-04-25T04:07:47.007Z Compiling phf_shared v0.11.3
16682026-04-25T04:07:47.108Z Compiling pkcs1 v0.7.5
16692026-04-25T04:07:47.108Z Compiling serde-big-array v0.5.1
16702026-04-25T04:07:47.202Z Compiling hex v0.4.3
16712026-04-25T04:07:47.255Z Compiling rfc6979 v0.4.0
16722026-04-25T04:07:47.326Z Compiling clap_derive v4.5.55
16732026-04-25T04:07:47.397Z Compiling serde_repr v0.1.20
16742026-04-25T04:07:47.515Z Compiling strum_macros v0.26.4
16752026-04-25T04:07:47.549Z Compiling enum-as-inner v0.6.1
16762026-04-25T04:07:47.549Z Compiling float-cmp v0.10.0
16772026-04-25T04:07:47.658Z Compiling memmap2 v0.9.10
16782026-04-25T04:07:47.700Z Compiling thread-id v4.2.2
16792026-04-25T04:07:47.784Z Compiling env_filter v1.0.0
16802026-04-25T04:07:47.878Z Compiling encoding_rs v0.8.35
16812026-04-25T04:07:47.933Z Compiling rustc-hash v2.1.1
16822026-04-25T04:07:47.999Z Compiling difflib v0.4.0
16832026-04-25T04:07:48.048Z Compiling static_assertions v1.1.0
16842026-04-25T04:07:48.086Z Compiling new_debug_unreachable v1.0.6
16852026-04-25T04:07:48.165Z Compiling whoami v2.1.0
16862026-04-25T04:07:48.193Z Compiling jiff v0.2.21
16872026-04-25T04:07:48.557Z Compiling fixedbitset v0.4.2
16882026-04-25T04:07:48.591Z Compiling data-encoding v2.10.0
16892026-04-25T04:07:48.776Z Compiling normalize-line-endings v0.3.0
16902026-04-25T04:07:48.894Z Compiling keccak v0.1.6
16912026-04-25T04:07:49.153Z Compiling predicates-core v1.0.10
16922026-04-25T04:07:49.253Z Compiling fixedbitset v0.5.7
16932026-04-25T04:07:49.296Z Compiling precomputed-hash v0.1.1
16942026-04-25T04:07:49.329Z Compiling mime v0.3.17
16952026-04-25T04:07:49.380Z Compiling either v1.15.0
16962026-04-25T04:07:49.393Z Compiling string_cache v0.8.9
16972026-04-25T04:07:49.568Z Compiling itertools v0.13.0
16982026-04-25T04:07:49.624Z Compiling petgraph v0.8.3
16992026-04-25T04:07:49.671Z Compiling predicates v3.1.4
17002026-04-25T04:07:49.671Z Compiling strum v0.26.3
17012026-04-25T04:07:49.701Z Compiling clap v4.5.60
17022026-04-25T04:07:49.771Z Compiling sha3 v0.10.8
17032026-04-25T04:07:49.812Z Compiling hickory-proto v0.25.2
17042026-04-25T04:07:49.893Z Compiling toml_edit v0.22.27
17052026-04-25T04:07:50.269Z Compiling petgraph v0.6.5
17062026-04-25T04:07:50.279Z Compiling tokio-postgres v0.7.16
17072026-04-25T04:07:50.783Z Compiling zip v4.6.1
17082026-04-25T04:07:51.585Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-04-25T04:07:51.740Z Compiling iddqd v0.3.18
17102026-04-25T04:07:51.802Z Compiling env_logger v0.11.9
17112026-04-25T04:07:52.078Z Compiling usdt v0.6.0
17122026-04-25T04:07:52.359Z Compiling usdt-impl v0.5.0
17132026-04-25T04:07:52.375Z Compiling serde_with v3.17.0
17142026-04-25T04:07:52.412Z Compiling ecdsa v0.16.9
17152026-04-25T04:07:52.558Z Compiling rsa v0.9.10
17162026-04-25T04:07:52.782Z Compiling similar v2.7.0
17172026-04-25T04:07:53.336Z Compiling ed25519-dalek v2.2.0
17182026-04-25T04:07:53.538Z Compiling crossterm v0.28.1
17192026-04-25T04:07:53.782Z Compiling zip v0.6.6
17202026-04-25T04:07:54.443Z Compiling toml v0.7.8
17212026-04-25T04:07:54.518Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-04-25T04:07:54.601Z Compiling heck v0.4.1
17232026-04-25T04:07:55.890Z Compiling crossbeam-epoch v0.9.18
17242026-04-25T04:07:55.908Z Compiling tokio-stream v0.1.18
17252026-04-25T04:07:55.908Z Compiling buf-list v1.1.2
17262026-04-25T04:07:55.909Z Compiling x509-cert v0.2.5
17272026-04-25T04:07:55.909Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-04-25T04:07:55.909Z Compiling openapiv3 v2.2.0
17292026-04-25T04:07:55.909Z Compiling sha1 v0.10.6
17302026-04-25T04:07:55.909Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-04-25T04:07:55.909Z Compiling peg-runtime v0.8.5
17322026-04-25T04:07:55.909Z Compiling lalrpop-util v0.19.12
17332026-04-25T04:07:55.909Z Compiling thread_local v1.1.9
17342026-04-25T04:07:55.909Z Compiling slog-async v2.8.0
17352026-04-25T04:07:55.909Z Compiling crossbeam-channel v0.5.15
17362026-04-25T04:07:55.909Z Compiling futures-executor v0.3.32
17372026-04-25T04:07:55.909Z Compiling filetime v0.2.27
17382026-04-25T04:07:56.080Z Compiling is-terminal v0.4.17
17392026-04-25T04:07:56.144Z Compiling take_mut v0.2.2
17402026-04-25T04:07:56.144Z Compiling xattr v1.6.1
17412026-04-25T04:07:56.144Z Compiling term v1.2.1
17422026-04-25T04:07:56.144Z Compiling futures v0.3.32
17432026-04-25T04:07:56.198Z Compiling tar v0.4.45
17442026-04-25T04:07:56.578Z Compiling slog-term v2.9.2
17452026-04-25T04:08:02.593Z Compiling rustls-webpki v0.103.9
17462026-04-25T04:08:05.372Z Compiling tokio-rustls v0.26.4
17472026-04-25T04:08:05.372Z Compiling rustls-platform-verifier v0.6.2
17482026-04-25T04:08:05.576Z Compiling hyper-rustls v0.27.7
17492026-04-25T04:08:05.810Z Compiling reqwest v0.12.28
17502026-04-25T04:08:05.810Z Compiling reqwest v0.13.2
17512026-04-25T04:08:07.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-04-25T04:08:08.019Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-04-25T04:08:11.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.88s
17542026-04-25T04:08:11.825Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Starting download, target: Cockroach
17562026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Starting download, target: Clickhouse
17572026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Starting download, target: Console
17582026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Starting download, target: DendriteStub
17592026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Starting download, target: MaghemiteMgd
17602026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Starting download, target: TransceiverControl
17612026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-04-25T04:08:11.825ZApr 25 04:08:09.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-04-25T04:08:11.825ZApr 25 04:08:09.887 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-04-25T04:08:11.826ZApr 25 04:08:09.887 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-04-25T04:08:11.826ZApr 25 04:08:09.887 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-04-25T04:08:11.826ZApr 25 04:08:09.887 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17672026-04-25T04:08:12.037ZApr 25 04:08:10.848 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-25T04:08:12.224ZApr 25 04:08:11.059 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-04-25T04:08:12.244ZApr 25 04:08:11.079 INFO Download complete, target: Console
17702026-04-25T04:08:12.438ZApr 25 04:08:11.267 INFO Download complete, target: TransceiverControl
17712026-04-25T04:08:12.915ZApr 25 04:08:11.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-04-25T04:08:14.175ZApr 25 04:08:12.994 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-04-25T04:08:14.397ZApr 25 04:08:13.238 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-04-25T04:08:16.108ZApr 25 04:08:14.957 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-04-25T04:08:16.108ZApr 25 04:08:14.957 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-04-25T04:08:16.523ZApr 25 04:08:15.354 INFO Download complete, target: DendriteStub
17772026-04-25T04:08:16.799ZApr 25 04:08:15.644 INFO Download complete, target: MaghemiteMgd
17782026-04-25T04:08:19.763ZApr 25 04:08:18.591 INFO Checking that binary works, target: Clickhouse
17792026-04-25T04:08:19.856ZApr 25 04:08:18.680 INFO Download complete, target: Clickhouse
17802026-04-25T04:08:20.735ZApr 25 04:08:19.574 INFO Checking that binary works, target: Cockroach
17812026-04-25T04:08:20.829ZApr 25 04:08:19.668 INFO Download complete, target: Cockroach
17822026-04-25T04:08:20.833ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-04-25T04:08:20.833Z
17842026-04-25T04:08:20.833Zreal 3:41.771566074
17852026-04-25T04:08:20.833Zuser 7:15.792105889
17862026-04-25T04:08:20.833Zsys 1:25.024822150
17872026-04-25T04:08:20.833Ztrap 0.218064737
17882026-04-25T04:08:20.833Ztflt 0.607101286
17892026-04-25T04:08:20.833Zdflt 0.446530441
17902026-04-25T04:08:20.833Zkflt 0.022773828
17912026-04-25T04:08:20.833Zlock 21:06.325067910
17922026-04-25T04:08:20.833Zslp 22:49.995184351
17932026-04-25T04:08:20.833Zlat 44.080825248
17942026-04-25T04:08:20.833Zstop 2:04.693938311
17952026-04-25T04:08:20.833Z+ banner hack-check
17962026-04-25T04:08:20.842Z
17972026-04-25T04:08:20.842Z # # ## #### # # #### # # ###### #### # #
17982026-04-25T04:08:20.842Z # # # # # # # # # # # # # # # # #
17992026-04-25T04:08:20.842Z ###### # # # #### ##### # ###### ##### # ####
18002026-04-25T04:08:20.842Z # # ###### # # # # # # # # # #
18012026-04-25T04:08:20.842Z # # # # # # # # # # # # # # # # #
18022026-04-25T04:08:20.842Z # # # # #### # # #### # # ###### #### # #
18032026-04-25T04:08:20.843Z
18042026-04-25T04:08:20.843Z+ export CARGO_INCREMENTAL=0
18052026-04-25T04:08:20.843Z+ CARGO_INCREMENTAL=0
18062026-04-25T04:08:20.843Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-04-25T04:08:21.382Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-04-25T04:08:21.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-04-25T04:08:23.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18102026-04-25T04:08:23.836Z Running `target/debug/xtask check-features --ci`
18112026-04-25T04:08:24.129Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-04-25T04:08:24.129Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-04-25T04:08:24.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18142026-04-25T04:08:24.158Z Running `target/debug/xtask download cargo-hack`
18152026-04-25T04:08:25.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-04-25T04:08:25.574Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-04-25T04:08:27.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18182026-04-25T04:08:27.838Z Running `target/debug/xtask-downloader cargo-hack`
18192026-04-25T04:08:27.925ZApr 25 04:08:26.725 INFO Starting download, target: CargoHack
18202026-04-25T04:08:27.947ZApr 25 04:08:26.726 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-04-25T04:08:28.267ZApr 25 04:08:27.044 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-04-25T04:08:28.308ZApr 25 04:08:27.093 INFO Download complete, target: CargoHack
18232026-04-25T04:08:28.308Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18242026-04-25T04:08:28.308Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-04-25T04:08:28.466Zinfo: running `cargo check --bins` on api_identity (1/272)
18262026-04-25T04:08:29.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-04-25T04:08:29.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-04-25T04:08:29.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-04-25T04:08:29.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-04-25T04:08:29.099Z
18312026-04-25T04:08:29.099Zinfo: running `cargo check --bins` on bootstore (2/272)
18322026-04-25T04:08:29.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-04-25T04:08:29.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-04-25T04:08:29.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-04-25T04:08:29.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-04-25T04:08:29.584Z
18372026-04-25T04:08:29.584Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18382026-04-25T04:08:30.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-04-25T04:08:30.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-04-25T04:08:30.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-04-25T04:08:30.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18422026-04-25T04:08:30.156Z
18432026-04-25T04:08:30.156Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18442026-04-25T04:08:30.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-04-25T04:08:30.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-04-25T04:08:30.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-04-25T04:08:30.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18482026-04-25T04:08:30.743Z
18492026-04-25T04:08:30.743Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18502026-04-25T04:08:31.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-04-25T04:08:31.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-04-25T04:08:31.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-04-25T04:08:31.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542026-04-25T04:08:31.354Z
18552026-04-25T04:08:31.354Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18562026-04-25T04:08:31.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-04-25T04:08:31.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-04-25T04:08:31.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-04-25T04:08:31.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18602026-04-25T04:08:31.960Z
18612026-04-25T04:08:31.960Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18622026-04-25T04:08:32.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-04-25T04:08:32.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-04-25T04:08:32.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-04-25T04:08:32.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18662026-04-25T04:08:32.521Z
18672026-04-25T04:08:32.521Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18682026-04-25T04:08:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-04-25T04:08:33.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-04-25T04:08:33.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-04-25T04:08:33.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18722026-04-25T04:08:33.118Z
18732026-04-25T04:08:33.118Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18742026-04-25T04:08:33.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-04-25T04:08:33.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-04-25T04:08:33.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-04-25T04:08:33.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-04-25T04:08:33.576Z
18792026-04-25T04:08:33.576Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18802026-04-25T04:08:33.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-04-25T04:08:34.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-04-25T04:08:34.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-04-25T04:08:34.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-04-25T04:08:34.051Z
18852026-04-25T04:08:34.051Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18862026-04-25T04:08:34.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-04-25T04:08:34.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-04-25T04:08:34.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-04-25T04:08:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-04-25T04:08:34.669Z
18912026-04-25T04:08:34.669Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18922026-04-25T04:08:34.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-04-25T04:08:34.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-04-25T04:08:34.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-04-25T04:08:34.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-04-25T04:08:34.936Z
18972026-04-25T04:08:34.936Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18982026-04-25T04:08:35.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-04-25T04:08:35.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-04-25T04:08:35.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-04-25T04:08:35.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-04-25T04:08:35.630Z
19032026-04-25T04:08:35.630Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19042026-04-25T04:08:35.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-04-25T04:08:35.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-04-25T04:08:35.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-04-25T04:08:35.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-04-25T04:08:35.863Z
19092026-04-25T04:08:35.863Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19102026-04-25T04:08:36.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-04-25T04:08:36.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-04-25T04:08:36.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-04-25T04:08:36.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-04-25T04:08:36.334Z
19152026-04-25T04:08:36.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19162026-04-25T04:08:36.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-04-25T04:08:36.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-04-25T04:08:36.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-04-25T04:08:36.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-04-25T04:08:36.811Z
19212026-04-25T04:08:36.811Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19222026-04-25T04:08:37.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-04-25T04:08:37.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-04-25T04:08:37.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-04-25T04:08:37.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-04-25T04:08:37.282Z
19272026-04-25T04:08:37.282Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19282026-04-25T04:08:37.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-04-25T04:08:37.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-04-25T04:08:37.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-04-25T04:08:37.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-04-25T04:08:37.738Z
19332026-04-25T04:08:37.738Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19342026-04-25T04:08:38.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-04-25T04:08:38.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-04-25T04:08:38.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-04-25T04:08:38.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-04-25T04:08:38.771Z
19392026-04-25T04:08:38.771Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19402026-04-25T04:08:38.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-04-25T04:08:38.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-04-25T04:08:38.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-04-25T04:08:38.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-04-25T04:08:38.837Z
19452026-04-25T04:08:38.837Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19462026-04-25T04:08:39.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-04-25T04:08:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-04-25T04:08:39.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-04-25T04:08:39.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-04-25T04:08:39.180Z
19512026-04-25T04:08:39.180Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19522026-04-25T04:08:39.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-04-25T04:08:39.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-04-25T04:08:39.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-04-25T04:08:39.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-04-25T04:08:39.677Z
19572026-04-25T04:08:39.677Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19582026-04-25T04:08:40.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-04-25T04:08:40.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-04-25T04:08:40.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-04-25T04:08:40.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-04-25T04:08:40.154Z
19632026-04-25T04:08:40.154Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19642026-04-25T04:08:40.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-04-25T04:08:40.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-04-25T04:08:40.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-04-25T04:08:40.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-04-25T04:08:40.796Z
19692026-04-25T04:08:40.796Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19702026-04-25T04:08:40.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-04-25T04:08:41.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-04-25T04:08:41.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-04-25T04:08:41.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-04-25T04:08:41.195Z
19752026-04-25T04:08:41.195Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19762026-04-25T04:08:41.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-04-25T04:08:41.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-04-25T04:08:41.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-04-25T04:08:41.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-04-25T04:08:41.702Z
19812026-04-25T04:08:41.702Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19822026-04-25T04:08:42.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-04-25T04:08:42.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-04-25T04:08:42.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-04-25T04:08:42.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-04-25T04:08:42.110Z
19872026-04-25T04:08:42.144Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19882026-04-25T04:08:42.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-04-25T04:08:42.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-04-25T04:08:42.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-04-25T04:08:42.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-04-25T04:08:42.627Z
19932026-04-25T04:08:42.627Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19942026-04-25T04:08:46.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-04-25T04:08:46.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-04-25T04:08:46.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-04-25T04:08:46.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-04-25T04:08:46.365Z
19992026-04-25T04:08:46.365Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
20002026-04-25T04:08:46.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-04-25T04:08:46.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-04-25T04:08:46.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-04-25T04:08:46.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-04-25T04:08:46.365Z
20052026-04-25T04:08:46.365Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20062026-04-25T04:08:46.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-04-25T04:08:46.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-04-25T04:08:46.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-04-25T04:08:46.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-04-25T04:08:46.365Z
20112026-04-25T04:08:46.365Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20122026-04-25T04:08:46.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-04-25T04:08:46.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-04-25T04:08:46.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-04-25T04:08:46.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-04-25T04:08:46.445Z
20172026-04-25T04:08:46.445Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20182026-04-25T04:08:46.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-04-25T04:08:46.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-04-25T04:08:46.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-04-25T04:08:46.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-04-25T04:08:46.445Z
20232026-04-25T04:08:46.445Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20242026-04-25T04:08:46.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-04-25T04:08:46.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-04-25T04:08:46.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-04-25T04:08:46.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-04-25T04:08:46.445Z
20292026-04-25T04:08:46.445Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20302026-04-25T04:08:46.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-04-25T04:08:46.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-04-25T04:08:46.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-04-25T04:08:46.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-04-25T04:08:46.446Z
20352026-04-25T04:08:46.446Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20362026-04-25T04:08:46.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-04-25T04:08:46.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-04-25T04:08:46.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-04-25T04:08:46.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-04-25T04:08:46.446Z
20412026-04-25T04:08:46.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20422026-04-25T04:08:46.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-04-25T04:08:46.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-04-25T04:08:46.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-04-25T04:08:46.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-04-25T04:08:46.741Z
20472026-04-25T04:08:46.741Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20482026-04-25T04:08:47.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-04-25T04:08:47.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-04-25T04:08:47.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-04-25T04:08:47.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-04-25T04:08:47.244Z
20532026-04-25T04:08:47.244Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20542026-04-25T04:08:47.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-04-25T04:08:47.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-04-25T04:08:47.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-04-25T04:08:47.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-04-25T04:08:47.750Z
20592026-04-25T04:08:47.750Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20602026-04-25T04:08:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-04-25T04:08:48.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-04-25T04:08:48.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-04-25T04:08:48.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-04-25T04:08:48.108Z
20652026-04-25T04:08:48.108Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20662026-04-25T04:08:48.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-04-25T04:08:48.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-04-25T04:08:48.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-04-25T04:08:48.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-04-25T04:08:48.613Z
20712026-04-25T04:08:48.613Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20722026-04-25T04:08:49.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-04-25T04:08:49.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-04-25T04:08:49.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-04-25T04:08:49.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-04-25T04:08:49.579Z
20772026-04-25T04:08:49.579Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20782026-04-25T04:08:49.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-04-25T04:08:49.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-04-25T04:08:49.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-04-25T04:08:49.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-04-25T04:08:49.580Z
20832026-04-25T04:08:49.580Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20842026-04-25T04:08:49.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-04-25T04:08:49.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-04-25T04:08:49.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-04-25T04:08:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-04-25T04:08:49.986Z
20892026-04-25T04:08:49.986Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20902026-04-25T04:08:50.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-04-25T04:08:50.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-04-25T04:08:50.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-04-25T04:08:50.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20942026-04-25T04:08:50.439Z
20952026-04-25T04:08:50.440Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20962026-04-25T04:08:50.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-04-25T04:08:50.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-04-25T04:08:50.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-04-25T04:08:50.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21002026-04-25T04:08:50.913Z
21012026-04-25T04:08:50.913Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21022026-04-25T04:08:51.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-04-25T04:08:51.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-04-25T04:08:51.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-04-25T04:08:51.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21062026-04-25T04:08:51.389Z
21072026-04-25T04:08:51.389Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21082026-04-25T04:08:51.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-04-25T04:08:51.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-04-25T04:08:51.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-04-25T04:08:51.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21122026-04-25T04:08:51.863Z
21132026-04-25T04:08:51.863Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21142026-04-25T04:08:52.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-04-25T04:08:52.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-04-25T04:08:52.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-04-25T04:08:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21182026-04-25T04:08:52.495Z
21192026-04-25T04:08:52.495Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21202026-04-25T04:08:53.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-04-25T04:08:53.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-04-25T04:08:53.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-04-25T04:08:53.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21242026-04-25T04:08:53.134Z
21252026-04-25T04:08:53.134Zinfo: running `cargo check --bins` on nexus-config (51/272)
21262026-04-25T04:08:53.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-04-25T04:08:53.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-04-25T04:08:53.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-04-25T04:08:53.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21302026-04-25T04:08:53.760Z
21312026-04-25T04:08:53.760Zinfo: running `cargo check --bins` on nexus-types (52/272)
21322026-04-25T04:08:54.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-04-25T04:08:54.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-04-25T04:08:54.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-04-25T04:08:54.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21362026-04-25T04:08:54.396Z
21372026-04-25T04:08:54.396Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21382026-04-25T04:08:54.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-04-25T04:08:54.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-04-25T04:08:54.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-04-25T04:08:54.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-04-25T04:08:54.992Z
21432026-04-25T04:08:54.992Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21442026-04-25T04:08:55.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-04-25T04:08:55.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-04-25T04:08:55.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-04-25T04:08:55.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-04-25T04:08:55.575Z
21492026-04-25T04:08:55.575Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21502026-04-25T04:08:56.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-04-25T04:08:56.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-04-25T04:08:56.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-04-25T04:08:56.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-04-25T04:08:56.178Z
21552026-04-25T04:08:56.178Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21562026-04-25T04:08:56.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-04-25T04:08:56.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-04-25T04:08:56.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-04-25T04:08:56.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-04-25T04:08:56.771Z
21612026-04-25T04:08:56.771Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21622026-04-25T04:08:57.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-04-25T04:08:57.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-04-25T04:08:57.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-04-25T04:08:57.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-04-25T04:08:57.371Z
21672026-04-25T04:08:57.371Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21682026-04-25T04:08:57.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-04-25T04:08:57.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-04-25T04:08:57.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-04-25T04:08:57.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-04-25T04:08:57.970Z
21732026-04-25T04:08:57.970Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21742026-04-25T04:08:58.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-04-25T04:08:58.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-04-25T04:08:58.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-04-25T04:08:58.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-04-25T04:08:58.555Z
21792026-04-25T04:08:58.555Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21802026-04-25T04:08:59.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-04-25T04:08:59.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-04-25T04:08:59.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-04-25T04:08:59.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-04-25T04:08:59.136Z
21852026-04-25T04:08:59.136Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21862026-04-25T04:08:59.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-04-25T04:08:59.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-04-25T04:08:59.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-04-25T04:08:59.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-04-25T04:08:59.716Z
21912026-04-25T04:08:59.716Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21922026-04-25T04:09:00.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-04-25T04:09:00.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-04-25T04:09:00.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-04-25T04:09:00.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-04-25T04:09:00.308Z
21972026-04-25T04:09:00.308Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21982026-04-25T04:09:00.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-04-25T04:09:00.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-04-25T04:09:00.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-04-25T04:09:00.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-04-25T04:09:00.894Z
22032026-04-25T04:09:00.894Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22042026-04-25T04:09:01.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-04-25T04:09:01.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-04-25T04:09:01.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-04-25T04:09:01.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-04-25T04:09:01.490Z
22092026-04-25T04:09:01.490Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22102026-04-25T04:09:01.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-04-25T04:09:01.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-04-25T04:09:01.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-04-25T04:09:01.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-04-25T04:09:02.069Z
22152026-04-25T04:09:02.069Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22162026-04-25T04:09:02.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-04-25T04:09:02.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-04-25T04:09:02.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-04-25T04:09:02.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-04-25T04:09:02.653Z
22212026-04-25T04:09:02.653Zinfo: running `cargo check --bins` on ereport-types (67/272)
22222026-04-25T04:09:03.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-04-25T04:09:03.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-04-25T04:09:03.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-04-25T04:09:03.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-04-25T04:09:03.254Z
22272026-04-25T04:09:03.254Zinfo: running `cargo check --bins` on gateway-client (68/272)
22282026-04-25T04:09:03.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-04-25T04:09:03.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-04-25T04:09:03.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-04-25T04:09:03.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-04-25T04:09:03.835Z
22332026-04-25T04:09:03.835Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22342026-04-25T04:09:04.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-04-25T04:09:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-04-25T04:09:04.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-04-25T04:09:04.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-04-25T04:09:04.427Z
22392026-04-25T04:09:04.427Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22402026-04-25T04:09:04.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-04-25T04:09:04.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-04-25T04:09:04.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-04-25T04:09:04.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-04-25T04:09:05.014Z
22452026-04-25T04:09:05.014Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22462026-04-25T04:09:05.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-04-25T04:09:05.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-04-25T04:09:05.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-04-25T04:09:05.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22502026-04-25T04:09:05.607Z
22512026-04-25T04:09:05.607Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22522026-04-25T04:09:06.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-04-25T04:09:06.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-04-25T04:09:06.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-04-25T04:09:06.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22562026-04-25T04:09:06.202Z
22572026-04-25T04:09:06.202Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22582026-04-25T04:09:06.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-04-25T04:09:06.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-04-25T04:09:06.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-04-25T04:09:06.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22622026-04-25T04:09:06.829Z
22632026-04-25T04:09:06.829Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22642026-04-25T04:09:07.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-04-25T04:09:07.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-04-25T04:09:07.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-04-25T04:09:07.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22682026-04-25T04:09:07.424Z
22692026-04-25T04:09:07.424Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22702026-04-25T04:09:07.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-04-25T04:09:07.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-04-25T04:09:07.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-04-25T04:09:07.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22742026-04-25T04:09:08.031Z
22752026-04-25T04:09:08.031Zinfo: running `cargo check --bins` on oxlog (76/272)
22762026-04-25T04:09:08.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-04-25T04:09:08.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-04-25T04:09:08.608Z Checking cfg-if v1.0.4
22792026-04-25T04:09:08.612Z Checking libc v0.2.185
22802026-04-25T04:09:08.713Z Checking serde_core v1.0.228
22812026-04-25T04:09:08.728Z Checking zeroize v1.8.2
22822026-04-25T04:09:08.735Z Checking memchr v2.8.0
22832026-04-25T04:09:08.745Z Checking log v0.4.29
22842026-04-25T04:09:08.753Z Checking smallvec v1.15.1
22852026-04-25T04:09:08.764Z Checking typenum v1.19.0
22862026-04-25T04:09:08.764Z Checking subtle v2.6.1
22872026-04-25T04:09:08.887Z Checking itoa v1.0.17
22882026-04-25T04:09:08.903Z Checking scopeguard v1.2.0
22892026-04-25T04:09:08.924Z Checking stable_deref_trait v1.2.1
22902026-04-25T04:09:08.929Z Checking const-oid v0.9.6
22912026-04-25T04:09:08.986Z Checking portable-atomic v1.13.1
22922026-04-25T04:09:09.001Z Checking lock_api v0.4.14
22932026-04-25T04:09:09.012Z Checking zerofrom v0.1.6
22942026-04-25T04:09:09.107Z Checking critical-section v1.2.0
22952026-04-25T04:09:09.117Z Checking getrandom v0.2.17
22962026-04-25T04:09:09.137Z Checking errno v0.3.14
22972026-04-25T04:09:09.207Z Checking yoke v0.8.1
22982026-04-25T04:09:09.212Z Checking parking_lot_core v0.9.12
22992026-04-25T04:09:09.245Z Checking signal-hook-registry v1.4.8
23002026-04-25T04:09:09.259Z Checking rand_core v0.6.4
23012026-04-25T04:09:09.273Z Checking generic-array v0.14.7
23022026-04-25T04:09:09.363Z Checking zerovec v0.11.5
23032026-04-25T04:09:09.378Z Checking once_cell v1.21.3
23042026-04-25T04:09:09.388Z Checking zerocopy v0.8.40
23052026-04-25T04:09:09.402Z Checking pin-project-lite v0.2.17
23062026-04-25T04:09:09.430Z Checking parking_lot v0.12.5
23072026-04-25T04:09:09.484Z Checking mio v1.2.0
23082026-04-25T04:09:09.558Z Checking socket2 v0.6.3
23092026-04-25T04:09:09.600Z Checking libm v0.2.16
23102026-04-25T04:09:09.615Z Checking zmij v1.0.21
23112026-04-25T04:09:09.706Z Checking crypto-common v0.1.7
23122026-04-25T04:09:09.760Z Checking block-buffer v0.10.4
23132026-04-25T04:09:09.802Z Checking tinystr v0.8.2
23142026-04-25T04:09:09.817Z Checking writeable v0.6.2
23152026-04-25T04:09:09.826Z Checking futures-core v0.3.32
23162026-04-25T04:09:09.838Z Checking equivalent v1.0.2
23172026-04-25T04:09:09.896Z Checking digest v0.10.7
23182026-04-25T04:09:09.914Z Checking litemap v0.8.1
23192026-04-25T04:09:09.945Z Checking allocator-api2 v0.2.21
23202026-04-25T04:09:09.969Z Checking percent-encoding v2.3.2
23212026-04-25T04:09:09.981Z Checking potential_utf v0.1.4
23222026-04-25T04:09:10.084Z Checking icu_locale_core v2.1.1
23232026-04-25T04:09:10.088Z Checking zerotrie v0.2.3
23242026-04-25T04:09:10.107Z Checking foldhash v0.2.0
23252026-04-25T04:09:10.119Z Checking cpufeatures v0.2.17
23262026-04-25T04:09:10.184Z Checking icu_collections v2.1.1
23272026-04-25T04:09:10.197Z Checking serde v1.0.228
23282026-04-25T04:09:10.220Z Checking bitflags v2.11.0
23292026-04-25T04:09:10.255Z Checking serde_json v1.0.149
23302026-04-25T04:09:10.294Z Checking num-traits v0.2.19
23312026-04-25T04:09:10.328Z Checking hashbrown v0.16.1
23322026-04-25T04:09:10.385Z Checking hmac v0.12.1
23332026-04-25T04:09:10.490Z Checking block-padding v0.3.3
23342026-04-25T04:09:10.514Z Checking icu_properties_data v2.1.2
23352026-04-25T04:09:10.589Z Checking bytes v1.11.1
23362026-04-25T04:09:10.617Z Checking icu_normalizer_data v2.1.1
23372026-04-25T04:09:10.630Z Checking icu_provider v2.1.1
23382026-04-25T04:09:10.644Z Checking rand_core v0.10.0
23392026-04-25T04:09:10.686Z Checking futures-sink v0.3.32
23402026-04-25T04:09:10.780Z Checking getrandom v0.4.1
23412026-04-25T04:09:10.783Z Checking futures-channel v0.3.32
23422026-04-25T04:09:10.809Z Checking inout v0.1.4
23432026-04-25T04:09:10.823Z Checking indexmap v2.13.0
23442026-04-25T04:09:10.875Z Checking icu_normalizer v2.1.1
23452026-04-25T04:09:10.904Z Checking icu_properties v2.1.2
23462026-04-25T04:09:10.922Z Checking slab v0.4.12
23472026-04-25T04:09:10.944Z Checking futures-io v0.3.32
23482026-04-25T04:09:10.978Z Checking futures-task v0.3.32
23492026-04-25T04:09:11.023Z Checking tokio v1.52.1
23502026-04-25T04:09:11.054Z Checking cipher v0.4.4
23512026-04-25T04:09:11.078Z Checking sha2 v0.10.9
23522026-04-25T04:09:11.112Z Checking futures-util v0.3.32
23532026-04-25T04:09:11.157Z Checking getrandom v0.3.4
23542026-04-25T04:09:11.261Z Checking utf8_iter v1.0.4
23552026-04-25T04:09:11.298Z Checking base64ct v1.8.3
23562026-04-25T04:09:11.340Z Checking byteorder v1.5.0
23572026-04-25T04:09:11.368Z Checking form_urlencoded v1.2.2
23582026-04-25T04:09:11.382Z Checking fnv v1.0.7
23592026-04-25T04:09:11.474Z Checking flagset v0.4.7
23602026-04-25T04:09:11.500Z Checking rand_core v0.9.5
23612026-04-25T04:09:11.534Z Checking pem-rfc7468 v0.7.0
23622026-04-25T04:09:11.549Z Checking salsa20 v0.10.2
23632026-04-25T04:09:11.594Z Checking http v1.4.0
23642026-04-25T04:09:11.678Z Checking uuid v1.23.0
23652026-04-25T04:09:11.682Z Checking pbkdf2 v0.12.2
23662026-04-25T04:09:11.701Z Checking der v0.7.10
23672026-04-25T04:09:11.743Z Checking idna_adapter v1.2.1
23682026-04-25T04:09:11.796Z Checking scrypt v0.11.0
23692026-04-25T04:09:11.863Z Checking idna v1.1.0
23702026-04-25T04:09:11.934Z Checking aes v0.8.4
23712026-04-25T04:09:11.984Z Checking cbc v0.1.2
23722026-04-25T04:09:12.112Z Checking url v2.5.8
23732026-04-25T04:09:12.124Z Checking rustix v1.1.3
23742026-04-25T04:09:12.161Z Checking tracing-core v0.1.36
23752026-04-25T04:09:12.173Z Checking ppv-lite86 v0.2.21
23762026-04-25T04:09:12.326Z Checking rustls-pki-types v1.14.0
23772026-04-25T04:09:12.425Z Checking spki v0.7.3
23782026-04-25T04:09:12.460Z Checking rand_chacha v0.9.0
23792026-04-25T04:09:12.470Z Checking regex-syntax v0.8.10
23802026-04-25T04:09:12.552Z Checking iana-time-zone v0.1.65
23812026-04-25T04:09:12.585Z Checking pkcs5 v0.7.1
23822026-04-25T04:09:12.607Z Checking tracing v0.1.44
23832026-04-25T04:09:12.655Z Checking rand v0.9.2
23842026-04-25T04:09:12.659Z Checking chrono v0.4.44
23852026-04-25T04:09:12.813Z Checking http-body v1.0.1
23862026-04-25T04:09:12.837Z Checking aws-lc-sys v0.37.1
23872026-04-25T04:09:12.955Z Checking untrusted v0.7.1
23882026-04-25T04:09:12.960Z Checking untrusted v0.9.0
23892026-04-25T04:09:13.025Z Checking base64 v0.22.1
23902026-04-25T04:09:13.058Z Checking openssl-probe v0.2.1
23912026-04-25T04:09:13.067Z Checking ring v0.17.14
23922026-04-25T04:09:13.132Z Checking pkcs8 v0.10.2
23932026-04-25T04:09:13.162Z Checking atomic-waker v1.1.2
23942026-04-25T04:09:13.259Z Checking tinyvec_macros v0.1.1
23952026-04-25T04:09:13.281Z Checking try-lock v0.2.5
23962026-04-25T04:09:13.307Z Checking tower-layer v0.3.3
23972026-04-25T04:09:13.326Z Checking plain v0.2.3
23982026-04-25T04:09:13.343Z Checking aws-lc-rs v1.16.0
23992026-04-25T04:09:13.363Z Checking tower-service v0.3.3
24002026-04-25T04:09:13.428Z Checking want v0.3.1
24012026-04-25T04:09:13.451Z Checking tinyvec v1.10.0
24022026-04-25T04:09:13.465Z Checking ipnet v2.11.0
24032026-04-25T04:09:13.510Z Checking semver v1.0.27
24042026-04-25T04:09:13.547Z Checking httparse v1.10.1
24052026-04-25T04:09:13.708Z Checking spin v0.9.8
24062026-04-25T04:09:13.721Z Checking ucd-trie v0.1.7
24072026-04-25T04:09:13.750Z Checking fastrand v2.3.0
24082026-04-25T04:09:13.762Z Checking dyn-clone v1.0.20
24092026-04-25T04:09:13.774Z Checking foreign-types-shared v0.1.1
24102026-04-25T04:09:13.845Z Checking unicode-ident v1.0.24
24112026-04-25T04:09:13.858Z Checking pin-utils v0.1.0
24122026-04-25T04:09:13.868Z Checking httpdate v1.0.3
24132026-04-25T04:09:13.881Z Checking schemars v0.8.22
24142026-04-25T04:09:13.925Z Checking foreign-types v0.3.2
24152026-04-25T04:09:13.933Z Checking tempfile v3.25.0
24162026-04-25T04:09:13.951Z Checking proc-macro2 v1.0.106
24172026-04-25T04:09:13.987Z Checking pest v2.8.6
24182026-04-25T04:09:14.008Z Checking openssl-sys v0.9.111
24192026-04-25T04:09:14.050Z Checking thiserror v2.0.18
24202026-04-25T04:09:14.123Z Checking wait-timeout v0.2.1
24212026-04-25T04:09:14.155Z Checking aho-corasick v1.1.4
24222026-04-25T04:09:14.172Z Checking rustls-webpki v0.103.9
24232026-04-25T04:09:14.246Z Checking powerfmt v0.2.0
24242026-04-25T04:09:14.261Z Checking anstyle v1.0.13
24252026-04-25T04:09:14.274Z Checking tokio-util v0.7.18
24262026-04-25T04:09:14.400Z Checking bit-vec v0.8.0
24272026-04-25T04:09:14.441Z Checking simd-adler32 v0.3.8
24282026-04-25T04:09:14.495Z Checking siphasher v1.0.2
24292026-04-25T04:09:14.539Z Checking pretty-hex v0.4.1
24302026-04-25T04:09:14.591Z Checking utf8parse v0.2.2
24312026-04-25T04:09:14.605Z Checking rustls v0.23.37
24322026-04-25T04:09:14.615Z Checking quick-error v1.2.3
24332026-04-25T04:09:14.648Z Checking bit-set v0.8.0
24342026-04-25T04:09:14.662Z Checking openssl v0.10.75
24352026-04-25T04:09:14.687Z Checking anstyle-parse v0.2.7
24362026-04-25T04:09:14.707Z Checking rusty-fork v0.3.1
24372026-04-25T04:09:14.790Z Checking deranged v0.5.8
24382026-04-25T04:09:14.878Z Checking regex-automata v0.4.14
24392026-04-25T04:09:14.889Z Checking quote v1.0.44
24402026-04-25T04:09:14.889Z Checking h2 v0.4.13
24412026-04-25T04:09:14.895Z Compiling newtype-uuid v1.3.2
24422026-04-25T04:09:15.003Z Checking unicode-normalization v0.1.25
24432026-04-25T04:09:15.033Z Checking rustls-native-certs v0.8.3
24442026-04-25T04:09:15.064Z Checking crossbeam-utils v0.8.21
24452026-04-25T04:09:15.162Z Checking rand_xorshift v0.4.0
24462026-04-25T04:09:15.283Z Checking crc32fast v1.5.0
24472026-04-25T04:09:15.394Z Checking scroll v0.13.0
24482026-04-25T04:09:15.409Z Checking signature v2.2.0
24492026-04-25T04:09:15.422Z Checking sync_wrapper v1.0.2
24502026-04-25T04:09:15.521Z Checking time-core v0.1.8
24512026-04-25T04:09:15.532Z Checking unicode-bidi v0.3.18
24522026-04-25T04:09:15.618Z Checking anstyle-query v1.1.5
24532026-04-25T04:09:15.657Z Checking is_terminal_polyfill v1.70.2
24542026-04-25T04:09:15.696Z Checking unarray v0.1.4
24552026-04-25T04:09:15.709Z Checking num_threads v0.1.7
24562026-04-25T04:09:15.743Z Checking adler2 v2.0.1
24572026-04-25T04:09:15.790Z Checking num-conv v0.2.0
24582026-04-25T04:09:15.802Z Checking colorchoice v1.0.4
24592026-04-25T04:09:15.818Z Checking unicode-properties v0.1.4
24602026-04-25T04:09:15.847Z Checking miniz_oxide v0.8.9
24612026-04-25T04:09:15.896Z Checking anstream v0.6.21
24622026-04-25T04:09:15.906Z Checking time v0.3.47
24632026-04-25T04:09:16.002Z Checking stringprep v0.1.5
24642026-04-25T04:09:16.086Z Checking proptest v1.10.0
24652026-04-25T04:09:16.155Z Checking goblin v0.10.5
24662026-04-25T04:09:16.193Z Checking tower v0.5.3
24672026-04-25T04:09:16.578Z Checking crossbeam-epoch v0.9.18
24682026-04-25T04:09:16.615Z Checking native-tls v0.2.18
24692026-04-25T04:09:16.651Z Compiling daft v0.1.5
24702026-04-25T04:09:16.793Z Checking syn v2.0.117
24712026-04-25T04:09:16.806Z Checking ipnetwork v0.21.1
24722026-04-25T04:09:16.934Z Checking http-body-util v0.1.3
24732026-04-25T04:09:16.960Z Checking tokio-rustls v0.26.4
24742026-04-25T04:09:17.021Z Checking webpki-roots v1.0.6
24752026-04-25T04:09:17.055Z Checking rand_chacha v0.3.1
24762026-04-25T04:09:17.138Z Checking thiserror v1.0.69
24772026-04-25T04:09:17.150Z Checking scroll v0.12.0
24782026-04-25T04:09:17.189Z Checking hash32 v0.2.1
24792026-04-25T04:09:17.234Z Checking zstd-sys v2.0.16+zstd.1.5.7
24802026-04-25T04:09:17.260Z Checking num-integer v0.1.46
24812026-04-25T04:09:17.338Z Checking serde_spanned v0.6.9
24822026-04-25T04:09:17.350Z Checking toml_datetime v0.6.11
24832026-04-25T04:09:17.372Z Checking md-5 v0.10.6
24842026-04-25T04:09:17.461Z Checking ff v0.13.1
24852026-04-25T04:09:17.481Z Checking iri-string v0.7.10
24862026-04-25T04:09:17.507Z Checking ryu v1.0.23
24872026-04-25T04:09:17.524Z Checking base16ct v0.2.0
24882026-04-25T04:09:17.572Z Checking hyper v1.8.1
24892026-04-25T04:09:17.585Z Checking zlib-rs v0.6.2
24902026-04-25T04:09:17.641Z Checking psl-types v2.0.11
24912026-04-25T04:09:17.654Z Checking fallible-iterator v0.2.0
24922026-04-25T04:09:17.760Z Checking publicsuffix v2.3.0
24932026-04-25T04:09:17.919Z Checking sec1 v0.7.3
24942026-04-25T04:09:17.930Z Checking postgres-protocol v0.6.10
24952026-04-25T04:09:18.053Z Compiling iddqd v0.3.18
24962026-04-25T04:09:18.118Z Checking serde_urlencoded v0.7.1
24972026-04-25T04:09:18.237Z Checking group v0.13.0
24982026-04-25T04:09:18.326Z Checking num-iter v0.1.45
24992026-04-25T04:09:18.384Z Checking goblin v0.8.2
25002026-04-25T04:09:18.437Z Checking zstd-safe v7.2.4
25012026-04-25T04:09:18.469Z Checking hyper-util v0.1.20
25022026-04-25T04:09:18.479Z Checking flate2 v1.1.9
25032026-04-25T04:09:18.482Z Checking dof v0.4.0
25042026-04-25T04:09:18.482Z Checking tower-http v0.6.8
25052026-04-25T04:09:18.596Z Checking heapless v0.7.17
25062026-04-25T04:09:18.754Z Checking rand v0.8.5
25072026-04-25T04:09:18.796Z Checking cookie v0.18.1
25082026-04-25T04:09:19.002Z Checking oxnet v0.1.4
25092026-04-25T04:09:19.028Z Checking tokio-native-tls v0.3.1
25102026-04-25T04:09:19.057Z Checking dtrace-parser v0.3.0
25112026-04-25T04:09:19.100Z Checking phf_shared v0.13.1
25122026-04-25T04:09:19.180Z Checking lazy_static v1.5.0
25132026-04-25T04:09:19.184Z Checking terminal_size v0.4.3
25142026-04-25T04:09:19.239Z Checking zerocopy v0.7.35
25152026-04-25T04:09:19.269Z Checking bzip2-sys v0.1.13+1.0.8
25162026-04-25T04:09:19.269Z Checking signal-hook v0.3.18
25172026-04-25T04:09:19.291Z Checking hkdf v0.12.4
25182026-04-25T04:09:19.302Z Checking crypto-bigint v0.5.5
25192026-04-25T04:09:19.314Z Checking thread-id v5.1.0
25202026-04-25T04:09:19.349Z Checking winnow v0.7.14
25212026-04-25T04:09:19.391Z Checking strsim v0.11.1
25222026-04-25T04:09:19.419Z Checking bumpalo v3.20.2
25232026-04-25T04:09:19.479Z Checking foldhash v0.1.5
25242026-04-25T04:09:19.552Z Checking clap_lex v1.0.0
25252026-04-25T04:09:19.596Z Compiling rayon-core v1.13.0
25262026-04-25T04:09:19.613Z Checking either v1.15.0
25272026-04-25T04:09:19.701Z Checking libbz2-rs-sys v0.2.2
25282026-04-25T04:09:19.722Z Checking winnow v0.5.40
25292026-04-25T04:09:19.734Z Checking hyper-rustls v0.27.7
25302026-04-25T04:09:19.770Z Checking bitflags v1.3.2
25312026-04-25T04:09:19.794Z Checking managed v0.8.0
25322026-04-25T04:09:19.838Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-04-25T04:09:19.956Z Checking hyper-tls v0.6.0
25342026-04-25T04:09:19.976Z Checking smoltcp v0.9.1
25352026-04-25T04:09:20.020Z Checking clap_builder v4.5.60
25362026-04-25T04:09:20.094Z Checking bzip2 v0.6.1
25372026-04-25T04:09:20.123Z Checking zopfli v0.8.3
25382026-04-25T04:09:20.202Z Checking elliptic-curve v0.13.8
25392026-04-25T04:09:20.259Z Checking hashbrown v0.15.5
25402026-04-25T04:09:20.279Z Checking dof v0.3.0
25412026-04-25T04:09:20.449Z Checking signal-hook-mio v0.2.5
25422026-04-25T04:09:20.504Z Checking usdt-impl v0.6.0
25432026-04-25T04:09:20.528Z Checking bzip2 v0.4.4
25442026-04-25T04:09:20.546Z Checking phf v0.13.1
25452026-04-25T04:09:20.559Z Checking num-bigint-dig v0.8.6
25462026-04-25T04:09:20.689Z Checking cookie_store v0.22.1
25472026-04-25T04:09:20.689Z Checking zstd v0.13.3
25482026-04-25T04:09:20.724Z Checking postgres-types v0.2.12
25492026-04-25T04:09:20.777Z Checking dtrace-parser v0.2.0
25502026-04-25T04:09:20.804Z Checking rustls-platform-verifier v0.6.2
25512026-04-25T04:09:20.864Z Checking toml_edit v0.19.15
25522026-04-25T04:09:20.875Z Checking crossbeam-deque v0.8.6
25532026-04-25T04:09:20.940Z Checking bstr v1.12.1
25542026-04-25T04:09:21.006Z Checking regex v1.12.3
25552026-04-25T04:09:21.065Z Checking ed25519 v2.2.3
25562026-04-25T04:09:21.065Z Checking phf_shared v0.11.3
25572026-04-25T04:09:21.065Z Checking ref-cast v1.0.25
25582026-04-25T04:09:21.142Z Checking curve25519-dalek v4.1.3
25592026-04-25T04:09:21.177Z Checking strum v0.27.2
25602026-04-25T04:09:21.211Z Checking hubpack v0.1.2
25612026-04-25T04:09:21.241Z Checking memoffset v0.9.1
25622026-04-25T04:09:21.278Z Checking rustix v0.38.44
25632026-04-25T04:09:21.290Z Checking pkcs1 v0.7.5
25642026-04-25T04:09:21.317Z Checking float-cmp v0.10.0
25652026-04-25T04:09:21.333Z Checking serde-big-array v0.5.1
25662026-04-25T04:09:21.357Z Checking hex v0.4.3
25672026-04-25T04:09:21.375Z Checking erased-serde v0.3.31
25682026-04-25T04:09:21.453Z Checking rfc6979 v0.4.0
25692026-04-25T04:09:21.466Z Checking memmap2 v0.9.10
25702026-04-25T04:09:21.519Z Checking thread-id v4.2.2
25712026-04-25T04:09:21.569Z Checking env_filter v1.0.0
25722026-04-25T04:09:21.593Z Checking encoding_rs v0.8.35
25732026-04-25T04:09:21.607Z Checking fixedbitset v0.4.2
25742026-04-25T04:09:21.624Z Checking new_debug_unreachable v1.0.6
25752026-04-25T04:09:21.693Z Checking static_assertions v1.1.0
25762026-04-25T04:09:21.709Z Checking rustc-hash v2.1.1
25772026-04-25T04:09:21.751Z Checking precomputed-hash v0.1.1
25782026-04-25T04:09:21.762Z Checking toml_write v0.1.2
25792026-04-25T04:09:21.777Z Checking mime v0.3.17
25802026-04-25T04:09:21.818Z Checking whoami v2.1.0
25812026-04-25T04:09:21.831Z Checking unicode-segmentation v1.12.0
25822026-04-25T04:09:21.926Z Checking fixedbitset v0.5.7
25832026-04-25T04:09:21.940Z Checking predicates-core v1.0.10
25842026-04-25T04:09:21.942Z Checking data-encoding v2.10.0
25852026-04-25T04:09:21.963Z Checking keccak v0.1.6
25862026-04-25T04:09:22.013Z Checking difflib v0.4.0
25872026-04-25T04:09:22.059Z Checking normalize-line-endings v0.3.0
25882026-04-25T04:09:22.104Z Checking jiff v0.2.21
25892026-04-25T04:09:22.120Z Checking petgraph v0.8.3
25902026-04-25T04:09:22.120Z Checking sha3 v0.10.8
25912026-04-25T04:09:22.147Z Checking crossterm v0.28.1
25922026-04-25T04:09:22.151Z Checking similar v2.7.0
25932026-04-25T04:09:22.192Z Checking predicates v3.1.4
25942026-04-25T04:09:22.222Z Checking hickory-proto v0.25.2
25952026-04-25T04:09:22.322Z Checking tokio-postgres v0.7.16
25962026-04-25T04:09:22.491Z Checking ed25519-dalek v2.2.0
25972026-04-25T04:09:22.522Z Checking toml v0.7.8
25982026-04-25T04:09:22.552Z Checking reqwest v0.12.28
25992026-04-25T04:09:22.730Z Checking toml_edit v0.22.27
26002026-04-25T04:09:22.837Z Checking string_cache v0.8.9
26012026-04-25T04:09:23.006Z Checking slog v2.8.2
26022026-04-25T04:09:23.266Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26032026-04-25T04:09:23.370Z Checking petgraph v0.6.5
26042026-04-25T04:09:23.561Z Checking env_logger v0.11.9
26052026-04-25T04:09:23.700Z Checking usdt v0.6.0
26062026-04-25T04:09:23.715Z Checking usdt-impl v0.5.0
26072026-04-25T04:09:23.750Z Checking serde_with v3.17.0
26082026-04-25T04:09:23.792Z Checking ecdsa v0.16.9
26092026-04-25T04:09:23.866Z Checking rsa v0.9.10
26102026-04-25T04:09:23.991Z Checking nix v0.31.2
26112026-04-25T04:09:24.123Z Checking clap v4.5.60
26122026-04-25T04:09:24.312Z Checking zip v4.6.1
26132026-04-25T04:09:24.333Z Checking reqwest v0.13.2
26142026-04-25T04:09:24.525Z Checking zip v0.6.6
26152026-04-25T04:09:24.609Z Checking toml_parser v1.0.9+spec-1.1.0
26162026-04-25T04:09:24.863Z Checking itertools v0.13.0
26172026-04-25T04:09:24.884Z Checking strum v0.26.3
26182026-04-25T04:09:24.934Z Checking tokio-stream v0.1.18
26192026-04-25T04:09:24.965Z Checking fs-err v3.3.0
26202026-04-25T04:09:24.978Z Checking ahash v0.8.12
26212026-04-25T04:09:24.993Z Checking object v0.37.3
26222026-04-25T04:09:25.146Z Checking buf-list v1.1.2
26232026-04-25T04:09:25.159Z Checking camino v1.2.2
26242026-04-25T04:09:25.172Z Checking anyhow v1.0.102
26252026-04-25T04:09:25.265Z Checking x509-cert v0.2.5
26262026-04-25T04:09:25.313Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26272026-04-25T04:09:25.328Z Checking openapiv3 v2.2.0
26282026-04-25T04:09:25.368Z Checking toml_datetime v0.7.5+spec-1.1.0
26292026-04-25T04:09:25.408Z Checking sha1 v0.10.6
26302026-04-25T04:09:25.468Z Checking peg-runtime v0.8.5
26312026-04-25T04:09:25.561Z Checking lalrpop-util v0.19.12
26322026-04-25T04:09:25.572Z Checking rayon v1.11.0
26332026-04-25T04:09:25.583Z Checking sigpipe v0.1.3
26342026-04-25T04:09:25.608Z Checking glob v0.3.3
26352026-04-25T04:09:27.195Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26362026-04-25T04:09:27.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
26372026-04-25T04:09:27.638Z
26382026-04-25T04:09:27.638Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26392026-04-25T04:09:28.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-04-25T04:09:28.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-04-25T04:09:28.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-04-25T04:09:28.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-04-25T04:09:28.237Z
26442026-04-25T04:09:28.237Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26452026-04-25T04:09:28.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-04-25T04:09:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-04-25T04:09:28.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-04-25T04:09:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-04-25T04:09:28.881Z
26502026-04-25T04:09:28.881Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26512026-04-25T04:09:29.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-04-25T04:09:29.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-04-25T04:09:29.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-04-25T04:09:29.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26552026-04-25T04:09:29.444Z
26562026-04-25T04:09:29.444Zinfo: running `cargo check --bins` on oxql-types (80/272)
26572026-04-25T04:09:29.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-04-25T04:09:29.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-04-25T04:09:29.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-04-25T04:09:29.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-04-25T04:09:30.035Z
26622026-04-25T04:09:30.035Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26632026-04-25T04:09:30.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-04-25T04:09:30.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-04-25T04:09:30.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-04-25T04:09:30.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-04-25T04:09:30.636Z
26682026-04-25T04:09:30.636Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26692026-04-25T04:09:31.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-04-25T04:09:31.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-04-25T04:09:31.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-04-25T04:09:31.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26732026-04-25T04:09:31.235Z
26742026-04-25T04:09:31.235Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26752026-04-25T04:09:31.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-04-25T04:09:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-04-25T04:09:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-04-25T04:09:31.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26792026-04-25T04:09:31.814Z
26802026-04-25T04:09:31.814Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26812026-04-25T04:09:32.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-04-25T04:09:32.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-04-25T04:09:32.492Z Compiling structmeta-derive v0.3.0
26842026-04-25T04:09:32.607Z Compiling rustls v0.22.4
26852026-04-25T04:09:32.617Z Compiling multer v3.1.0
26862026-04-25T04:09:32.627Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-04-25T04:09:32.628Z Compiling async-stream-impl v0.3.6
26882026-04-25T04:09:32.648Z Compiling dropshot v0.16.7
26892026-04-25T04:09:32.664Z Compiling dropshot_endpoint v0.16.7
26902026-04-25T04:09:32.664Z Compiling newtype-uuid-macros v0.1.0
26912026-04-25T04:09:32.783Z Checking newtype-uuid v1.3.2
26922026-04-25T04:09:32.843Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-04-25T04:09:32.907Z Checking rustls-webpki v0.102.8
26942026-04-25T04:09:32.988Z Checking daft v0.1.5
26952026-04-25T04:09:33.004Z Checking futures-executor v0.3.32
26962026-04-25T04:09:33.207Z Checking thread_local v1.1.9
26972026-04-25T04:09:33.231Z Compiling match_cfg v0.1.0
26982026-04-25T04:09:33.306Z Compiling hostname v0.3.1
26992026-04-25T04:09:33.374Z Checking iddqd v0.3.18
27002026-04-25T04:09:33.414Z Checking futures v0.3.32
27012026-04-25T04:09:33.430Z Checking crossbeam-channel v0.5.15
27022026-04-25T04:09:33.444Z Checking slog-json v2.6.1
27032026-04-25T04:09:33.661Z Compiling structmeta v0.3.0
27042026-04-25T04:09:33.701Z Checking is-terminal v0.4.17
27052026-04-25T04:09:33.761Z Checking serde_spanned v1.0.4
27062026-04-25T04:09:33.873Z Compiling derive-ex v0.1.8
27072026-04-25T04:09:33.893Z Compiling parse-display-derive v0.10.0
27082026-04-25T04:09:33.908Z Checking take_mut v0.2.2
27092026-04-25T04:09:33.936Z Compiling toml_writer v1.0.6+spec-1.1.0
27102026-04-25T04:09:34.146Z Checking term v1.2.1
27112026-04-25T04:09:34.191Z Checking debug-ignore v1.0.5
27122026-04-25T04:09:34.231Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-04-25T04:09:34.291Z Checking toml v0.9.12+spec-1.1.0
27142026-04-25T04:09:34.367Z Checking slog-term v2.9.2
27152026-04-25T04:09:34.403Z Checking slog-async v2.8.0
27162026-04-25T04:09:34.576Z Compiling slog-bunyan v2.5.0
27172026-04-25T04:09:34.705Z Checking tokio-rustls v0.25.0
27182026-04-25T04:09:34.718Z Compiling async-stream v0.3.6
27192026-04-25T04:09:34.863Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27202026-04-25T04:09:34.890Z Checking progenitor-client v0.13.0
27212026-04-25T04:09:34.903Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-04-25T04:09:35.042Z Checking backon v1.6.0
27232026-04-25T04:09:35.123Z Checking waitgroup v0.1.2
27242026-04-25T04:09:35.233Z Checking rustls-pemfile v2.2.0
27252026-04-25T04:09:35.533Z Compiling test-strategy v0.4.5
27262026-04-25T04:09:35.550Z Checking serde_path_to_error v0.1.20
27272026-04-25T04:09:35.579Z Compiling hostname v0.4.2
27282026-04-25T04:09:35.608Z Checking instant v0.1.13
27292026-04-25T04:09:35.716Z Compiling prettyplease v0.2.37
27302026-04-25T04:09:35.733Z Checking backoff v0.4.0
27312026-04-25T04:09:35.819Z Compiling progenitor-extras v0.1.1
27322026-04-25T04:09:35.933Z Checking parse-display v0.10.0
27332026-04-25T04:09:36.065Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-04-25T04:09:36.237Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-04-25T04:09:36.273Z Checking progenitor-client v0.10.0
27362026-04-25T04:09:36.333Z Checking itertools v0.14.0
27372026-04-25T04:09:36.543Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27382026-04-25T04:09:36.929Z Checking regress v0.10.5
27392026-04-25T04:09:37.064Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27402026-04-25T04:09:37.443Z Compiling macaddr v1.0.1
27412026-04-25T04:09:37.706Z Checking num-rational v0.4.2
27422026-04-25T04:09:37.864Z Compiling usdt-macro v0.5.0
27432026-04-25T04:09:37.988Z Compiling usdt-attr-macro v0.5.0
27442026-04-25T04:09:38.003Z Checking num-complex v0.4.6
27452026-04-25T04:09:38.335Z Checking memmap v0.7.0
27462026-04-25T04:09:38.351Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27472026-04-25T04:09:38.379Z Checking num v0.4.3
27482026-04-25T04:09:38.470Z Checking float-ord v0.3.2
27492026-04-25T04:09:38.572Z Compiling toml v0.8.23
27502026-04-25T04:09:38.588Z Checking linked-hash-map v0.5.6
27512026-04-25T04:09:38.617Z Compiling minimal-lexical v0.2.1
27522026-04-25T04:09:38.760Z Checking usdt v0.5.0
27532026-04-25T04:09:38.869Z Compiling nom v7.1.3
27542026-04-25T04:09:38.929Z Checking lru-cache v0.1.2
27552026-04-25T04:09:39.529Z Checking hickory-proto v0.24.4
27562026-04-25T04:09:39.566Z Checking phf_shared v0.12.1
27572026-04-25T04:09:39.705Z Compiling slog-dtrace v0.3.0
27582026-04-25T04:09:39.718Z Compiling chrono-tz v0.10.4
27592026-04-25T04:09:39.896Z Compiling convert_case v0.4.0
27602026-04-25T04:09:39.899Z Checking resolv-conf v0.7.6
27612026-04-25T04:09:40.101Z Checking heck v0.5.0
27622026-04-25T04:09:40.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-04-25T04:09:40.216Z Compiling const_format_proc_macros v0.2.34
27642026-04-25T04:09:40.231Z Checking phf v0.12.1
27652026-04-25T04:09:40.273Z Compiling derive_more v0.99.20
27662026-04-25T04:09:40.374Z Checking tokio-dtrace v0.1.1
27672026-04-25T04:09:40.559Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682026-04-25T04:09:40.675Z Compiling derive-where v1.6.0
27692026-04-25T04:09:41.025Z Checking highway v1.3.0
27702026-04-25T04:09:41.257Z Checking const_format v0.2.35
27712026-04-25T04:09:41.300Z Checking oxide-tokio-rt v0.1.4
27722026-04-25T04:09:41.315Z Checking hickory-resolver v0.24.4
27732026-04-25T04:09:41.737Z Checking gethostname v0.5.0
27742026-04-25T04:09:41.830Z Checking bcs v0.1.6
27752026-04-25T04:09:42.053Z Compiling async-recursion v1.1.1
27762026-04-25T04:09:42.067Z Checking qorb v0.4.1
27772026-04-25T04:09:42.079Z Checking termtree v0.5.1
27782026-04-25T04:09:42.146Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-04-25T04:09:42.538Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27802026-04-25T04:09:42.772Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-04-25T04:09:43.840Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-04-25T04:09:43.840Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-04-25T04:09:45.622Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27842026-04-25T04:09:48.164Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27852026-04-25T04:09:50.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.40s
27862026-04-25T04:09:50.396Z
27872026-04-25T04:09:50.396Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27882026-04-25T04:09:50.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-04-25T04:09:50.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-04-25T04:09:51.073Z Compiling ar_archive_writer v0.5.1
27912026-04-25T04:09:51.187Z Compiling stacker v0.1.23
27922026-04-25T04:09:51.196Z Compiling cfg_aliases v0.1.1
27932026-04-25T04:09:51.206Z Compiling convert_case v0.10.0
27942026-04-25T04:09:51.214Z Checking unicode-width v0.1.14
27952026-04-25T04:09:51.219Z Compiling proc-macro-error v1.0.4
27962026-04-25T04:09:51.229Z Checking fd-lock v4.0.4
27972026-04-25T04:09:51.229Z Checking nibble_vec v0.1.0
27982026-04-25T04:09:51.448Z Compiling nix v0.28.0
27992026-04-25T04:09:51.464Z Checking vte v0.14.1
28002026-04-25T04:09:51.464Z Compiling recursive-proc-macro-impl v0.1.1
28012026-04-25T04:09:51.484Z Checking bytecount v0.6.9
28022026-04-25T04:09:51.502Z Checking endian-type v0.1.2
28032026-04-25T04:09:51.516Z Compiling derive_more-impl v2.1.1
28042026-04-25T04:09:51.516Z Checking strip-ansi-escapes v0.2.1
28052026-04-25T04:09:51.541Z Compiling tabled_derive v0.7.0
28062026-04-25T04:09:51.584Z Checking papergrid v0.11.0
28072026-04-25T04:09:51.622Z Checking radix_trie v0.2.1
28082026-04-25T04:09:51.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092026-04-25T04:09:51.789Z Compiling peg-macros v0.8.5
28102026-04-25T04:09:51.844Z Checking winnow v0.6.26
28112026-04-25T04:09:52.058Z Compiling psm v0.1.30
28122026-04-25T04:09:52.113Z Compiling sqlparser_derive v0.5.0
28132026-04-25T04:09:52.201Z Checking unicode-width v0.2.0
28142026-04-25T04:09:52.321Z Checking derive_more v2.1.1
28152026-04-25T04:09:52.401Z Checking unicode_categories v0.1.1
28162026-04-25T04:09:52.460Z Checking nu-ansi-term v0.50.3
28172026-04-25T04:09:52.499Z Checking home v0.5.12
28182026-04-25T04:09:52.558Z Checking tabled v0.15.0
28192026-04-25T04:09:52.602Z Checking crossterm v0.29.0
28202026-04-25T04:09:52.606Z Checking rustyline v14.0.0
28212026-04-25T04:09:52.666Z Checking reedline v0.40.0
28222026-04-25T04:09:52.850Z Checking recursive v0.1.1
28232026-04-25T04:09:52.929Z Checking display-error-chain v0.2.2
28242026-04-25T04:09:52.942Z Checking sqlparser v0.61.0
28252026-04-25T04:09:52.987Z Checking sqlformat v0.3.5
28262026-04-25T04:09:53.149Z Checking peg v0.8.5
28272026-04-25T04:10:04.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28282026-04-25T04:10:04.235Z
28292026-04-25T04:10:04.235Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28302026-04-25T04:10:04.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-04-25T04:10:04.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-04-25T04:10:04.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-04-25T04:10:08.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28342026-04-25T04:10:08.475Z
28352026-04-25T04:10:08.475Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28362026-04-25T04:10:08.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-04-25T04:10:08.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-04-25T04:10:09.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-04-25T04:10:11.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28402026-04-25T04:10:11.706Z
28412026-04-25T04:10:11.706Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28422026-04-25T04:10:12.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-04-25T04:10:12.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-04-25T04:10:12.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-04-25T04:10:15.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28462026-04-25T04:10:15.739Z
28472026-04-25T04:10:15.739Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28482026-04-25T04:10:16.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-04-25T04:10:16.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-04-25T04:10:16.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-04-25T04:10:19.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28522026-04-25T04:10:19.829Z
28532026-04-25T04:10:19.829Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28542026-04-25T04:10:20.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-04-25T04:10:20.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-04-25T04:10:20.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-04-25T04:10:23.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28582026-04-25T04:10:23.212Z
28592026-04-25T04:10:23.212Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28602026-04-25T04:10:23.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-04-25T04:10:23.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-04-25T04:10:23.887Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-04-25T04:10:26.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28642026-04-25T04:10:26.618Z
28652026-04-25T04:10:26.618Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28662026-04-25T04:10:27.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-04-25T04:10:27.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-04-25T04:10:27.277Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692026-04-25T04:10:30.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28702026-04-25T04:10:30.805Z
28712026-04-25T04:10:30.805Zinfo: running `cargo check --bins` on oximeter (93/272)
28722026-04-25T04:10:31.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-04-25T04:10:31.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-04-25T04:10:31.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-04-25T04:10:31.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28762026-04-25T04:10:31.400Z
28772026-04-25T04:10:31.400Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28782026-04-25T04:10:31.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-04-25T04:10:31.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-04-25T04:10:32.023Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28812026-04-25T04:10:32.189Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28822026-04-25T04:10:32.189Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28832026-04-25T04:10:32.528Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28842026-04-25T04:10:35.567Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28852026-04-25T04:10:35.887Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28862026-04-25T04:10:36.975Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28872026-04-25T04:10:37.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
28882026-04-25T04:10:37.823Z
28892026-04-25T04:10:37.823Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28902026-04-25T04:10:38.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-04-25T04:10:38.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-04-25T04:10:38.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-04-25T04:10:38.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28942026-04-25T04:10:38.436Z
28952026-04-25T04:10:38.436Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28962026-04-25T04:10:38.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-04-25T04:10:38.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-04-25T04:10:38.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-04-25T04:10:38.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29002026-04-25T04:10:39.048Z
29012026-04-25T04:10:39.048Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29022026-04-25T04:10:39.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-04-25T04:10:39.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-04-25T04:10:39.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-04-25T04:10:39.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29062026-04-25T04:10:39.645Z
29072026-04-25T04:10:39.645Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29082026-04-25T04:10:40.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-04-25T04:10:40.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-04-25T04:10:40.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-04-25T04:10:40.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29122026-04-25T04:10:40.244Z
29132026-04-25T04:10:40.244Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29142026-04-25T04:10:40.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-04-25T04:10:40.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-04-25T04:10:40.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-04-25T04:10:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29182026-04-25T04:10:40.847Z
29192026-04-25T04:10:40.847Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29202026-04-25T04:10:41.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-04-25T04:10:41.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-04-25T04:10:41.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-04-25T04:10:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-04-25T04:10:41.453Z
29252026-04-25T04:10:41.453Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29262026-04-25T04:10:41.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-04-25T04:10:41.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-04-25T04:10:41.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-04-25T04:10:41.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29302026-04-25T04:10:42.038Z
29312026-04-25T04:10:42.038Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29322026-04-25T04:10:42.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-04-25T04:10:42.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-04-25T04:10:42.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-04-25T04:10:42.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29362026-04-25T04:10:42.638Z
29372026-04-25T04:10:42.638Zinfo: running `cargo check --bins` on update-engine (103/272)
29382026-04-25T04:10:43.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-04-25T04:10:43.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-04-25T04:10:43.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-04-25T04:10:43.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29422026-04-25T04:10:43.219Z
29432026-04-25T04:10:43.219Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29442026-04-25T04:10:43.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-04-25T04:10:43.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-04-25T04:10:43.930Z Compiling crucible-workspace-hack v0.1.0
29472026-04-25T04:10:44.047Z Checking secrecy v0.10.3
29482026-04-25T04:10:44.054Z Compiling heapless v0.8.0
29492026-04-25T04:10:44.061Z Compiling ingot-macros v0.1.1
29502026-04-25T04:10:44.067Z Compiling toml_edit v0.23.10+spec-1.0.0
29512026-04-25T04:10:44.067Z Checking hash32 v0.3.1
29522026-04-25T04:10:44.087Z Compiling smoltcp v0.11.0
29532026-04-25T04:10:44.087Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29542026-04-25T04:10:44.148Z Checking cobs v0.3.0
29552026-04-25T04:10:44.197Z Compiling thiserror-impl-no-std v2.0.2
29562026-04-25T04:10:44.300Z Checking half v2.7.1
29572026-04-25T04:10:44.300Z Checking universal-hash v0.5.1
29582026-04-25T04:10:44.336Z Checking opaque-debug v0.3.1
29592026-04-25T04:10:44.404Z Checking ciborium-io v0.2.2
29602026-04-25T04:10:44.440Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-04-25T04:10:44.456Z Checking poly1305 v0.8.0
29622026-04-25T04:10:44.505Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29632026-04-25T04:10:44.560Z Checking ciborium-ll v0.2.2
29642026-04-25T04:10:44.619Z Compiling proc-macro-crate v3.4.0
29652026-04-25T04:10:44.738Z Checking postcard v1.1.3
29662026-04-25T04:10:44.753Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29672026-04-25T04:10:44.783Z Checking password-hash v0.5.0
29682026-04-25T04:10:45.011Z Checking chacha20 v0.9.1
29692026-04-25T04:10:45.027Z Compiling proc-macro-crate v1.3.1
29702026-04-25T04:10:45.042Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29712026-04-25T04:10:45.128Z Checking blake2 v0.10.6
29722026-04-25T04:10:45.169Z Compiling num_enum_derive v0.7.5
29732026-04-25T04:10:45.205Z Checking aead v0.5.2
29742026-04-25T04:10:45.278Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29752026-04-25T04:10:45.351Z Compiling foreign-types-macros v0.2.3
29762026-04-25T04:10:45.365Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-04-25T04:10:45.376Z Checking thiserror-no-std v2.0.2
29782026-04-25T04:10:45.446Z Checking foreign-types-shared v0.3.1
29792026-04-25T04:10:45.462Z Checking cpufeatures v0.3.0
29802026-04-25T04:10:45.488Z Checking vsss-rs v3.3.4
29812026-04-25T04:10:45.536Z Checking chacha20 v0.10.0
29822026-04-25T04:10:45.549Z Compiling num_enum_derive v0.5.11
29832026-04-25T04:10:45.598Z Checking argon2 v0.5.3
29842026-04-25T04:10:45.754Z Checking chacha20poly1305 v0.10.1
29852026-04-25T04:10:45.883Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-04-25T04:10:45.934Z Checking foreign-types v0.5.0
29872026-04-25T04:10:46.012Z Checking ciborium v0.2.2
29882026-04-25T04:10:46.059Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29892026-04-25T04:10:46.161Z Checking tabwriter v1.4.1
29902026-04-25T04:10:46.210Z Checking num_enum v0.7.5
29912026-04-25T04:10:46.309Z Checking console v0.15.11
29922026-04-25T04:10:46.325Z Checking newline-converter v0.3.0
29932026-04-25T04:10:46.341Z Checking camino-tempfile v1.4.1
29942026-04-25T04:10:46.430Z Checking atomicwrites v0.4.4
29952026-04-25T04:10:46.455Z Checking byte-wrapper v0.1.0
29962026-04-25T04:10:46.532Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-04-25T04:10:46.571Z Checking cstr-argument v0.1.2
29982026-04-25T04:10:46.606Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-04-25T04:10:46.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30002026-04-25T04:10:46.644Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-04-25T04:10:46.669Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30022026-04-25T04:10:46.689Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-04-25T04:10:46.818Z Checking expectorate v1.2.0
30042026-04-25T04:10:46.862Z Checking num_enum v0.5.11
30052026-04-25T04:10:46.876Z Checking ingot-types v0.1.2
30062026-04-25T04:10:46.951Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30072026-04-25T04:10:46.965Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-04-25T04:10:46.978Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30092026-04-25T04:10:47.053Z Checking rand v0.10.0
30102026-04-25T04:10:47.074Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30112026-04-25T04:10:47.118Z Checking colored v3.1.1
30122026-04-25T04:10:47.182Z Checking indent_write v2.2.0
30132026-04-25T04:10:47.246Z Checking ingot v0.1.1
30142026-04-25T04:10:47.294Z Compiling zone_cfg_derive v0.3.1
30152026-04-25T04:10:47.313Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30162026-04-25T04:10:47.326Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30172026-04-25T04:10:47.358Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-04-25T04:10:47.388Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-04-25T04:10:47.455Z Checking itertools v0.12.1
30202026-04-25T04:10:47.483Z Compiling num-derive v0.4.2
30212026-04-25T04:10:47.560Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30222026-04-25T04:10:47.734Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-04-25T04:10:47.748Z Checking swrite v0.1.0
30242026-04-25T04:10:47.842Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-04-25T04:10:47.945Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-04-25T04:10:48.101Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30272026-04-25T04:10:48.164Z Checking dropshot-api-manager-types v0.6.0
30282026-04-25T04:10:48.223Z Checking smf v0.2.3
30292026-04-25T04:10:48.340Z Checking nanorand v0.7.0
30302026-04-25T04:10:48.362Z Checking whoami v1.6.1
30312026-04-25T04:10:48.402Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30322026-04-25T04:10:48.428Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30332026-04-25T04:10:48.457Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-04-25T04:10:48.460Z Checking zone v0.3.1
30352026-04-25T04:10:48.530Z Checking flume v0.11.1
30362026-04-25T04:10:48.844Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30372026-04-25T04:10:49.805Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30382026-04-25T04:10:50.695Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-04-25T04:10:53.582Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-04-25T04:10:55.617Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-04-25T04:10:56.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
30422026-04-25T04:10:56.834Z
30432026-04-25T04:10:56.834Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30442026-04-25T04:10:57.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-04-25T04:10:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-04-25T04:10:57.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-04-25T04:10:57.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30482026-04-25T04:10:57.432Z
30492026-04-25T04:10:57.432Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30502026-04-25T04:10:57.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-04-25T04:10:57.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-04-25T04:10:57.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-04-25T04:10:57.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30542026-04-25T04:10:58.057Z
30552026-04-25T04:10:58.057Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30562026-04-25T04:10:58.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-04-25T04:10:58.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-04-25T04:10:58.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-04-25T04:10:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30602026-04-25T04:10:58.625Z
30612026-04-25T04:10:58.625Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30622026-04-25T04:10:59.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-04-25T04:10:59.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-04-25T04:10:59.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-04-25T04:10:59.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30662026-04-25T04:10:59.226Z
30672026-04-25T04:10:59.226Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30682026-04-25T04:10:59.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-04-25T04:10:59.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-04-25T04:10:59.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-04-25T04:10:59.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-04-25T04:10:59.821Z
30732026-04-25T04:10:59.821Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30742026-04-25T04:11:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-04-25T04:11:00.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-04-25T04:11:00.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-04-25T04:11:00.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30782026-04-25T04:11:00.420Z
30792026-04-25T04:11:00.421Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30802026-04-25T04:11:00.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-04-25T04:11:00.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-04-25T04:11:00.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-04-25T04:11:00.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-04-25T04:11:01.013Z
30852026-04-25T04:11:01.013Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30862026-04-25T04:11:01.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-04-25T04:11:01.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-04-25T04:11:01.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-04-25T04:11:01.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30902026-04-25T04:11:01.597Z
30912026-04-25T04:11:01.597Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30922026-04-25T04:11:02.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-04-25T04:11:02.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-04-25T04:11:02.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-04-25T04:11:02.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30962026-04-25T04:11:02.192Z
30972026-04-25T04:11:02.192Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30982026-04-25T04:11:02.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-04-25T04:11:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-04-25T04:11:02.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-04-25T04:11:02.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31022026-04-25T04:11:02.784Z
31032026-04-25T04:11:02.784Zinfo: running `cargo check --bins` on installinator-client (115/272)
31042026-04-25T04:11:03.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-04-25T04:11:03.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-04-25T04:11:03.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-04-25T04:11:03.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-04-25T04:11:03.379Z
31092026-04-25T04:11:03.379Zinfo: running `cargo check --bins` on nexus-client (116/272)
31102026-04-25T04:11:03.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-04-25T04:11:03.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-04-25T04:11:03.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-04-25T04:11:03.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31142026-04-25T04:11:04.008Z
31152026-04-25T04:11:04.008Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31162026-04-25T04:11:04.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-04-25T04:11:04.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-04-25T04:11:04.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-04-25T04:11:04.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31202026-04-25T04:11:04.642Z
31212026-04-25T04:11:04.642Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31222026-04-25T04:11:05.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-04-25T04:11:05.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-04-25T04:11:05.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-04-25T04:11:05.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31262026-04-25T04:11:05.221Z
31272026-04-25T04:11:05.221Zinfo: running `cargo check --bins` on oxide-client (119/272)
31282026-04-25T04:11:05.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-04-25T04:11:05.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-04-25T04:11:05.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-04-25T04:11:05.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31322026-04-25T04:11:05.800Z
31332026-04-25T04:11:05.800Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31342026-04-25T04:11:06.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-04-25T04:11:06.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-04-25T04:11:06.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-04-25T04:11:06.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31382026-04-25T04:11:06.397Z
31392026-04-25T04:11:06.397Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31402026-04-25T04:11:06.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-04-25T04:11:06.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-04-25T04:11:06.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-04-25T04:11:06.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31442026-04-25T04:11:06.978Z
31452026-04-25T04:11:06.978Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31462026-04-25T04:11:07.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-04-25T04:11:07.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-04-25T04:11:07.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-04-25T04:11:07.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31502026-04-25T04:11:07.580Z
31512026-04-25T04:11:07.580Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31522026-04-25T04:11:08.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-04-25T04:11:08.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-04-25T04:11:08.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-04-25T04:11:08.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31562026-04-25T04:11:08.196Z
31572026-04-25T04:11:08.196Zinfo: running `cargo check --bins` on installinator-common (124/272)
31582026-04-25T04:11:08.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-04-25T04:11:08.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-04-25T04:11:08.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-04-25T04:11:08.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31622026-04-25T04:11:08.808Z
31632026-04-25T04:11:08.808Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31642026-04-25T04:11:09.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-04-25T04:11:09.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-04-25T04:11:09.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-04-25T04:11:09.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31682026-04-25T04:11:09.386Z
31692026-04-25T04:11:09.386Zinfo: running `cargo check --bins` on wicket-common (126/272)
31702026-04-25T04:11:09.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-04-25T04:11:09.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-04-25T04:11:09.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-04-25T04:11:09.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-04-25T04:11:09.987Z
31752026-04-25T04:11:09.987Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31762026-04-25T04:11:10.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-04-25T04:11:10.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-04-25T04:11:10.673Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31792026-04-25T04:11:10.788Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31802026-04-25T04:11:10.796Z Checking csv-core v0.1.13
31812026-04-25T04:11:10.803Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31822026-04-25T04:11:10.811Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31832026-04-25T04:11:10.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-04-25T04:11:10.831Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-04-25T04:11:10.844Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-04-25T04:11:10.952Z Checking csv v1.4.0
31872026-04-25T04:11:10.967Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31882026-04-25T04:11:11.018Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31892026-04-25T04:11:11.045Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31902026-04-25T04:11:11.285Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31912026-04-25T04:11:11.656Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-04-25T04:11:11.659Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31932026-04-25T04:11:11.988Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-04-25T04:11:17.576Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31952026-04-25T04:11:18.104Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31962026-04-25T04:11:20.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s
31972026-04-25T04:11:20.632Z
31982026-04-25T04:11:20.632Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31992026-04-25T04:11:21.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-04-25T04:11:21.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-04-25T04:11:21.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-04-25T04:11:21.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32032026-04-25T04:11:21.219Z
32042026-04-25T04:11:21.219Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32052026-04-25T04:11:21.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-04-25T04:11:21.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-04-25T04:11:21.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-04-25T04:11:21.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32092026-04-25T04:11:21.900Z
32102026-04-25T04:11:21.900Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32112026-04-25T04:11:22.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-04-25T04:11:22.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-04-25T04:11:22.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-04-25T04:11:22.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32152026-04-25T04:11:22.581Z
32162026-04-25T04:11:22.581Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32172026-04-25T04:11:23.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-04-25T04:11:23.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-04-25T04:11:23.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-04-25T04:11:23.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32212026-04-25T04:11:23.225Z
32222026-04-25T04:11:23.225Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32232026-04-25T04:11:23.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-04-25T04:11:23.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-04-25T04:11:23.984Z Compiling typify-impl v0.6.1
32262026-04-25T04:11:24.114Z Compiling unsafe-libyaml v0.2.11
32272026-04-25T04:11:24.137Z Compiling radium v0.7.0
32282026-04-25T04:11:24.137Z Compiling semver v0.1.20
32292026-04-25T04:11:24.160Z Compiling pin-project-internal v1.1.11
32302026-04-25T04:11:24.163Z Compiling maybe-uninit v2.0.0
32312026-04-25T04:11:24.163Z Checking tap v1.0.1
32322026-04-25T04:11:24.288Z Checking wyz v0.5.1
32332026-04-25T04:11:24.402Z Compiling rustc_version v0.1.7
32342026-04-25T04:11:24.466Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-04-25T04:11:24.487Z Compiling snafu-derive v0.8.9
32362026-04-25T04:11:24.594Z Compiling zerocopy-derive v0.6.6
32372026-04-25T04:11:24.625Z Compiling serde_yaml v0.9.34+deprecated
32382026-04-25T04:11:24.855Z Compiling newtype_derive v0.1.6
32392026-04-25T04:11:25.049Z Checking funty v2.0.0
32402026-04-25T04:11:25.237Z Checking same-file v1.0.6
32412026-04-25T04:11:25.276Z Checking pin-project v1.1.11
32422026-04-25T04:11:25.358Z Compiling owo-colors v4.3.0
32432026-04-25T04:11:25.372Z Compiling cancel-safe-futures v0.1.5
32442026-04-25T04:11:25.385Z Checking crc-catalog v2.4.0
32452026-04-25T04:11:25.425Z Compiling packed_struct v0.10.1
32462026-04-25T04:11:25.478Z Checking crc v3.4.0
32472026-04-25T04:11:25.596Z Checking zerocopy v0.6.6
32482026-04-25T04:11:25.653Z Checking bitvec v1.0.1
32492026-04-25T04:11:25.744Z Checking walkdir v2.5.0
32502026-04-25T04:11:25.890Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-04-25T04:11:25.906Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-04-25T04:11:25.918Z Checking globset v0.4.18
32532026-04-25T04:11:25.948Z Checking olpc-cjson v0.1.4
32542026-04-25T04:11:26.069Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32552026-04-25T04:11:26.086Z Checking pem v3.0.6
32562026-04-25T04:11:26.170Z Compiling packed_struct_codegen v0.10.1
32572026-04-25T04:11:26.237Z Checking libsw-core v0.3.2
32582026-04-25T04:11:26.250Z Checking serde_plain v1.0.2
32592026-04-25T04:11:26.327Z Compiling bitfield-macros v0.19.4
32602026-04-25T04:11:26.383Z Compiling indexmap v1.9.3
32612026-04-25T04:11:26.421Z Checking snafu v0.8.9
32622026-04-25T04:11:26.439Z Checking typed-path v0.9.3
32632026-04-25T04:11:26.454Z Checking nodrop v0.1.14
32642026-04-25T04:11:26.551Z Checking array-init v0.0.4
32652026-04-25T04:11:26.603Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-04-25T04:11:26.676Z Checking libsw v3.5.0
32672026-04-25T04:11:26.832Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32682026-04-25T04:11:26.854Z Checking smallvec v0.6.14
32692026-04-25T04:11:27.010Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32702026-04-25T04:11:27.041Z Checking bitfield v0.19.4
32712026-04-25T04:11:27.068Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32722026-04-25T04:11:27.193Z Checking base64 v0.21.7
32732026-04-25T04:11:27.227Z Checking tough v0.20.0
32742026-04-25T04:11:27.295Z Checking unicode-linebreak v0.1.5
32752026-04-25T04:11:27.317Z Checking linear-map v1.2.0
32762026-04-25T04:11:27.430Z Checking smawk v0.3.2
32772026-04-25T04:11:27.443Z Checking hashbrown v0.12.3
32782026-04-25T04:11:27.491Z Checking tagptr v0.2.0
32792026-04-25T04:11:27.509Z Checking ron v0.8.1
32802026-04-25T04:11:27.560Z Checking textwrap v0.16.2
32812026-04-25T04:11:27.587Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32822026-04-25T04:11:27.635Z Checking moka v0.12.13
32832026-04-25T04:11:27.778Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32842026-04-25T04:11:27.953Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32852026-04-25T04:11:28.022Z Checking steno v0.4.1
32862026-04-25T04:11:28.183Z Checking serde-hex v0.1.0
32872026-04-25T04:11:28.264Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-04-25T04:11:28.332Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-04-25T04:11:28.427Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32902026-04-25T04:11:28.577Z Compiling typify-macro v0.6.1
32912026-04-25T04:11:28.747Z Checking hashbrown v0.13.2
32922026-04-25T04:11:28.843Z Checking crc-any v2.5.0
32932026-04-25T04:11:28.992Z Checking humantime v2.3.0
32942026-04-25T04:11:29.012Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-04-25T04:11:29.027Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32962026-04-25T04:11:29.176Z Checking hickory-resolver v0.25.2
32972026-04-25T04:11:29.180Z Checking object v0.30.4
32982026-04-25T04:11:29.180Z Checking void v1.0.2
32992026-04-25T04:11:29.204Z Checking path-slash v0.1.5
33002026-04-25T04:11:29.248Z Checking utf-8 v0.7.6
33012026-04-25T04:11:29.307Z Checking half v1.8.3
33022026-04-25T04:11:29.335Z Checking lzss v0.8.2
33032026-04-25T04:11:29.383Z Checking tungstenite v0.23.0
33042026-04-25T04:11:29.502Z Checking serde_cbor v0.11.2
33052026-04-25T04:11:29.656Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33062026-04-25T04:11:29.670Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33072026-04-25T04:11:29.808Z Checking nix v0.27.1
33082026-04-25T04:11:29.822Z Checking kstat-rs v0.2.4
33092026-04-25T04:11:29.883Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-04-25T04:11:29.896Z Checking fxhash v0.2.1
33112026-04-25T04:11:29.912Z Checking serde_bytes v0.11.19
33122026-04-25T04:11:30.006Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33132026-04-25T04:11:30.020Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33142026-04-25T04:11:30.087Z Checking tokio-tungstenite v0.23.1
33152026-04-25T04:11:30.298Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33162026-04-25T04:11:30.313Z Checking signal-hook-tokio v0.3.1
33172026-04-25T04:11:30.326Z Compiling typify v0.6.1
33182026-04-25T04:11:30.407Z Compiling progenitor-impl v0.13.0
33192026-04-25T04:11:31.298Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-04-25T04:11:31.923Z Compiling progenitor-macro v0.13.0
33212026-04-25T04:11:32.212Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33222026-04-25T04:11:32.509Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33232026-04-25T04:11:34.220Z Checking progenitor v0.13.0
33242026-04-25T04:11:34.333Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33252026-04-25T04:11:34.336Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33262026-04-25T04:11:37.342Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33272026-04-25T04:11:44.707Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33282026-04-25T04:11:50.949Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-04-25T04:11:52.309Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33302026-04-25T04:11:52.805Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33312026-04-25T04:11:54.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.60s
33322026-04-25T04:11:55.040Z
33332026-04-25T04:11:55.040Zinfo: running `cargo check --bins` on gateway-api (133/272)
33342026-04-25T04:11:55.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-04-25T04:11:55.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-04-25T04:11:55.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-04-25T04:11:55.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-04-25T04:11:55.645Z
33392026-04-25T04:11:55.645Zinfo: running `cargo check --bins` on ipcc (134/272)
33402026-04-25T04:11:56.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-04-25T04:11:56.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-04-25T04:11:56.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-04-25T04:11:56.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-04-25T04:11:56.249Z
33452026-04-25T04:11:56.249Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33462026-04-25T04:11:56.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-04-25T04:11:56.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-04-25T04:11:56.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-04-25T04:11:56.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33502026-04-25T04:11:56.832Z
33512026-04-25T04:11:56.832Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33522026-04-25T04:11:57.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-04-25T04:11:57.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-04-25T04:11:57.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-04-25T04:11:57.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-04-25T04:11:57.437Z
33572026-04-25T04:11:57.437Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33582026-04-25T04:11:57.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-04-25T04:11:57.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-04-25T04:11:57.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-04-25T04:11:57.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-04-25T04:11:58.038Z
33632026-04-25T04:11:58.038Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33642026-04-25T04:11:58.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-04-25T04:11:58.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-04-25T04:11:58.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-04-25T04:11:58.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-04-25T04:11:58.637Z
33692026-04-25T04:11:58.637Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33702026-04-25T04:11:59.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-04-25T04:11:59.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-04-25T04:11:59.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-04-25T04:11:59.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-04-25T04:11:59.233Z
33752026-04-25T04:11:59.233Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33762026-04-25T04:11:59.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-04-25T04:11:59.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-04-25T04:11:59.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-04-25T04:11:59.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-04-25T04:11:59.824Z
33812026-04-25T04:11:59.824Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33822026-04-25T04:12:00.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-04-25T04:12:00.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-04-25T04:12:00.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-04-25T04:12:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-04-25T04:12:00.425Z
33872026-04-25T04:12:00.425Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33882026-04-25T04:12:00.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-04-25T04:12:00.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-04-25T04:12:00.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-04-25T04:12:00.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-04-25T04:12:01.029Z
33932026-04-25T04:12:01.029Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33942026-04-25T04:12:01.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-04-25T04:12:01.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-04-25T04:12:01.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-04-25T04:12:01.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-04-25T04:12:01.635Z
33992026-04-25T04:12:01.635Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34002026-04-25T04:12:02.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-04-25T04:12:02.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-04-25T04:12:02.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-04-25T04:12:02.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-04-25T04:12:02.241Z
34052026-04-25T04:12:02.241Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34062026-04-25T04:12:02.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-04-25T04:12:02.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-04-25T04:12:02.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-04-25T04:12:02.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-04-25T04:12:02.836Z
34112026-04-25T04:12:02.836Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34122026-04-25T04:12:03.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-04-25T04:12:03.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-04-25T04:12:03.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-04-25T04:12:03.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-04-25T04:12:03.436Z
34172026-04-25T04:12:03.436Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34182026-04-25T04:12:03.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-04-25T04:12:03.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-04-25T04:12:03.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-04-25T04:12:03.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-04-25T04:12:04.040Z
34232026-04-25T04:12:04.040Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34242026-04-25T04:12:04.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-04-25T04:12:04.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-04-25T04:12:04.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-04-25T04:12:04.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-04-25T04:12:04.644Z
34292026-04-25T04:12:04.645Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34302026-04-25T04:12:05.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-04-25T04:12:05.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-04-25T04:12:05.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-04-25T04:12:05.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-04-25T04:12:05.248Z
34352026-04-25T04:12:05.248Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34362026-04-25T04:12:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-04-25T04:12:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-04-25T04:12:05.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-04-25T04:12:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-04-25T04:12:05.849Z
34412026-04-25T04:12:05.850Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34422026-04-25T04:12:06.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-04-25T04:12:06.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-04-25T04:12:06.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-04-25T04:12:06.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34462026-04-25T04:12:06.455Z
34472026-04-25T04:12:06.455Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34482026-04-25T04:12:06.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-04-25T04:12:06.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-04-25T04:12:06.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-04-25T04:12:06.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-04-25T04:12:07.055Z
34532026-04-25T04:12:07.056Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34542026-04-25T04:12:07.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-04-25T04:12:07.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-04-25T04:12:07.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-04-25T04:12:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-04-25T04:12:07.658Z
34592026-04-25T04:12:07.658Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34602026-04-25T04:12:08.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-04-25T04:12:08.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-04-25T04:12:08.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-04-25T04:12:08.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34642026-04-25T04:12:08.299Z
34652026-04-25T04:12:08.299Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34662026-04-25T04:12:08.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-04-25T04:12:08.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-04-25T04:12:08.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-04-25T04:12:08.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34702026-04-25T04:12:08.906Z
34712026-04-25T04:12:08.906Zinfo: running `cargo check --bins` on dns-server (156/272)
34722026-04-25T04:12:09.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-04-25T04:12:09.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-04-25T04:12:09.557Z Compiling parking_lot_core v0.8.6
34752026-04-25T04:12:09.557Z Compiling atomicwrites v0.4.4
34762026-04-25T04:12:09.558Z Compiling git-stub v1.0.0
34772026-04-25T04:12:09.560Z Checking prefix-trie v0.7.0
34782026-04-25T04:12:09.560Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34792026-04-25T04:12:09.812Z Compiling git-stub-vcs v0.1.0
34802026-04-25T04:12:09.965Z Checking hickory-server v0.25.2
34812026-04-25T04:12:10.070Z Checking parking_lot v0.11.2
34822026-04-25T04:12:10.090Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34832026-04-25T04:12:10.149Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34842026-04-25T04:12:10.149Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34852026-04-25T04:12:10.241Z Checking sled v0.34.7
34862026-04-25T04:12:12.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34872026-04-25T04:12:12.317Z
34882026-04-25T04:12:12.317Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34892026-04-25T04:12:12.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-04-25T04:12:12.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-04-25T04:12:12.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-04-25T04:12:12.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34932026-04-25T04:12:12.913Z
34942026-04-25T04:12:12.914Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34952026-04-25T04:12:13.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-04-25T04:12:13.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-04-25T04:12:13.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-04-25T04:12:13.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34992026-04-25T04:12:13.516Z
35002026-04-25T04:12:13.516Zinfo: running `cargo check --bins` on sp-sim (159/272)
35012026-04-25T04:12:14.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-04-25T04:12:14.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-04-25T04:12:14.239Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35042026-04-25T04:12:15.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35052026-04-25T04:12:16.188Z
35062026-04-25T04:12:16.188Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35072026-04-25T04:12:16.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-04-25T04:12:16.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-04-25T04:12:16.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-04-25T04:12:16.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35112026-04-25T04:12:16.849Z
35122026-04-25T04:12:16.849Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35132026-04-25T04:12:17.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-04-25T04:12:17.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-04-25T04:12:17.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-04-25T04:12:17.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-04-25T04:12:17.514Z
35182026-04-25T04:12:17.514Zinfo: running `cargo check --bins` on db-macros (162/272)
35192026-04-25T04:12:18.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-04-25T04:12:18.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-04-25T04:12:18.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-04-25T04:12:18.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35232026-04-25T04:12:18.104Z
35242026-04-25T04:12:18.104Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35252026-04-25T04:12:18.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-04-25T04:12:18.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-04-25T04:12:18.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-04-25T04:12:18.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35292026-04-25T04:12:18.695Z
35302026-04-25T04:12:18.695Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35312026-04-25T04:12:19.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-04-25T04:12:19.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-04-25T04:12:19.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-04-25T04:12:19.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35352026-04-25T04:12:19.349Z
35362026-04-25T04:12:19.349Zinfo: running `cargo check --bins` on authz-macros (165/272)
35372026-04-25T04:12:19.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-04-25T04:12:19.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-04-25T04:12:19.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-04-25T04:12:19.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35412026-04-25T04:12:19.933Z
35422026-04-25T04:12:19.933Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35432026-04-25T04:12:20.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-04-25T04:12:20.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-04-25T04:12:20.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-04-25T04:12:20.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35472026-04-25T04:12:20.576Z
35482026-04-25T04:12:20.576Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35492026-04-25T04:12:21.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-04-25T04:12:21.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-04-25T04:12:21.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-04-25T04:12:21.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532026-04-25T04:12:21.220Z
35542026-04-25T04:12:21.220Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35552026-04-25T04:12:21.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-04-25T04:12:21.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-04-25T04:12:21.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-04-25T04:12:21.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35592026-04-25T04:12:21.809Z
35602026-04-25T04:12:21.809Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35612026-04-25T04:12:22.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-04-25T04:12:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-04-25T04:12:22.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-04-25T04:12:22.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-04-25T04:12:22.388Z
35662026-04-25T04:12:22.388Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35672026-04-25T04:12:22.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-04-25T04:12:22.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-04-25T04:12:22.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-04-25T04:12:22.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35712026-04-25T04:12:22.982Z
35722026-04-25T04:12:22.982Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35732026-04-25T04:12:23.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-04-25T04:12:23.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-04-25T04:12:23.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-04-25T04:12:23.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35772026-04-25T04:12:23.567Z
35782026-04-25T04:12:23.567Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35792026-04-25T04:12:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-04-25T04:12:24.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-04-25T04:12:24.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-04-25T04:12:24.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35832026-04-25T04:12:24.139Z
35842026-04-25T04:12:24.139Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35852026-04-25T04:12:24.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-04-25T04:12:24.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-04-25T04:12:24.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-04-25T04:12:24.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35892026-04-25T04:12:24.782Z
35902026-04-25T04:12:24.782Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35912026-04-25T04:12:25.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-04-25T04:12:25.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-04-25T04:12:25.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-04-25T04:12:25.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-04-25T04:12:25.419Z
35962026-04-25T04:12:25.419Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35972026-04-25T04:12:25.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-04-25T04:12:25.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-04-25T04:12:25.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-04-25T04:12:25.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36012026-04-25T04:12:26.052Z
36022026-04-25T04:12:26.052Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36032026-04-25T04:12:26.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-04-25T04:12:26.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-04-25T04:12:26.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-04-25T04:12:26.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36072026-04-25T04:12:26.656Z
36082026-04-25T04:12:26.656Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36092026-04-25T04:12:27.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-04-25T04:12:27.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-04-25T04:12:27.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-04-25T04:12:27.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36132026-04-25T04:12:27.262Z
36142026-04-25T04:12:27.262Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36152026-04-25T04:12:27.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-04-25T04:12:27.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-04-25T04:12:27.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-04-25T04:12:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36192026-04-25T04:12:27.872Z
36202026-04-25T04:12:27.872Zinfo: running `cargo check --bins` on key-manager (179/272)
36212026-04-25T04:12:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-04-25T04:12:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-04-25T04:12:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-04-25T04:12:28.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36252026-04-25T04:12:28.465Z
36262026-04-25T04:12:28.465Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36272026-04-25T04:12:28.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-04-25T04:12:28.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-04-25T04:12:28.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-04-25T04:12:28.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36312026-04-25T04:12:29.079Z
36322026-04-25T04:12:29.079Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36332026-04-25T04:12:29.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-04-25T04:12:29.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-04-25T04:12:29.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-04-25T04:12:29.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36372026-04-25T04:12:29.688Z
36382026-04-25T04:12:29.688Zinfo: running `cargo check --bins` on typed-rng (182/272)
36392026-04-25T04:12:30.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-04-25T04:12:30.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-04-25T04:12:30.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-04-25T04:12:30.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36432026-04-25T04:12:30.267Z
36442026-04-25T04:12:30.267Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36452026-04-25T04:12:30.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-04-25T04:12:30.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-04-25T04:12:31.102Z Compiling typify-impl v0.4.3
36482026-04-25T04:12:31.102Z Compiling libefi-sys v0.1.0
36492026-04-25T04:12:31.106Z Compiling bitfield-struct v0.6.2
36502026-04-25T04:12:31.255Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36512026-04-25T04:12:31.266Z Compiling xshell-macros v0.2.7
36522026-04-25T04:12:31.277Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36532026-04-25T04:12:31.293Z Compiling salty v0.3.0
36542026-04-25T04:12:31.321Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36552026-04-25T04:12:31.483Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36562026-04-25T04:12:31.610Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36572026-04-25T04:12:31.626Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36582026-04-25T04:12:31.641Z Checking xshell v0.2.7
36592026-04-25T04:12:31.829Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36602026-04-25T04:12:31.852Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-04-25T04:12:31.852Z Checking primeorder v0.13.6
36622026-04-25T04:12:31.998Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-04-25T04:12:32.015Z Compiling proc-macro-error-attr2 v2.0.0
36642026-04-25T04:12:32.092Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36652026-04-25T04:12:32.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36662026-04-25T04:12:32.137Z Checking tungstenite v0.21.0
36672026-04-25T04:12:32.317Z Checking p384 v0.13.1
36682026-04-25T04:12:32.332Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36692026-04-25T04:12:32.402Z Compiling proc-macro-error2 v2.0.1
36702026-04-25T04:12:32.505Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36712026-04-25T04:12:32.576Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36722026-04-25T04:12:32.726Z Compiling num-derive v0.3.3
36732026-04-25T04:12:32.741Z Compiling unicase v2.9.0
36742026-04-25T04:12:32.902Z Checking compression-core v0.4.31
36752026-04-25T04:12:32.950Z Compiling mime_guess v2.0.5
36762026-04-25T04:12:33.042Z Checking compression-codecs v0.4.37
36772026-04-25T04:12:33.154Z Compiling tabled_derive v0.11.0
36782026-04-25T04:12:33.180Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36792026-04-25T04:12:33.220Z Checking tokio-tungstenite v0.21.0
36802026-04-25T04:12:33.504Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-04-25T04:12:33.577Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-04-25T04:12:33.604Z Checking libscf-sys v1.1.0
36832026-04-25T04:12:33.741Z Checking papergrid v0.17.0
36842026-04-25T04:12:33.870Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36852026-04-25T04:12:33.885Z Checking testing_table v0.3.0
36862026-04-25T04:12:33.985Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-04-25T04:12:34.130Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36882026-04-25T04:12:34.320Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36892026-04-25T04:12:34.337Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36902026-04-25T04:12:34.518Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-04-25T04:12:34.533Z Checking toml_datetime v1.0.0+spec-1.1.0
36922026-04-25T04:12:34.547Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-04-25T04:12:34.563Z Compiling dropshot v0.17.0
36942026-04-25T04:12:34.712Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36952026-04-25T04:12:34.740Z Checking corncobs v0.1.4
36962026-04-25T04:12:34.743Z Checking toml v1.0.6+spec-1.1.0
36972026-04-25T04:12:34.873Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-04-25T04:12:34.888Z Checking tabled v0.20.0
36992026-04-25T04:12:34.922Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-04-25T04:12:34.963Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-04-25T04:12:35.024Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-04-25T04:12:35.041Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37032026-04-25T04:12:35.130Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-04-25T04:12:35.326Z Checking async-compression v0.4.41
37052026-04-25T04:12:35.342Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37062026-04-25T04:12:35.342Z Checking progenitor-client v0.11.2
37072026-04-25T04:12:35.576Z Compiling dropshot_endpoint v0.17.0
37082026-04-25T04:12:35.579Z Checking secrecy v0.8.0
37092026-04-25T04:12:35.630Z Checking filetime v0.2.27
37102026-04-25T04:12:35.650Z Compiling typify-macro v0.4.3
37112026-04-25T04:12:35.706Z Checking http-range v0.1.5
37122026-04-25T04:12:35.731Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37132026-04-25T04:12:35.792Z Checking xattr v1.6.1
37142026-04-25T04:12:35.898Z Checking tar v0.4.45
37152026-04-25T04:12:36.273Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37162026-04-25T04:12:36.400Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37172026-04-25T04:12:36.434Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-04-25T04:12:36.857Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37192026-04-25T04:12:36.943Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37202026-04-25T04:12:37.002Z Checking atty v0.2.14
37212026-04-25T04:12:37.110Z Checking crc8 v0.1.1
37222026-04-25T04:12:37.218Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-04-25T04:12:37.341Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37242026-04-25T04:12:37.400Z Compiling typify v0.4.3
37252026-04-25T04:12:37.517Z Compiling progenitor-impl v0.11.2
37262026-04-25T04:12:37.536Z Compiling progenitor-impl v0.10.0
37272026-04-25T04:12:37.893Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37282026-04-25T04:12:37.915Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37292026-04-25T04:12:38.029Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37302026-04-25T04:12:38.131Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37312026-04-25T04:12:38.419Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37322026-04-25T04:12:38.436Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37332026-04-25T04:12:38.465Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37342026-04-25T04:12:38.687Z Checking hyper-staticfile v0.10.1
37352026-04-25T04:12:38.701Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37362026-04-25T04:12:38.870Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37372026-04-25T04:12:38.955Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37382026-04-25T04:12:38.974Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37392026-04-25T04:12:39.024Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37402026-04-25T04:12:39.316Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37412026-04-25T04:12:39.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37422026-04-25T04:12:39.593Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37432026-04-25T04:12:39.883Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-04-25T04:12:40.002Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37452026-04-25T04:12:40.099Z Compiling progenitor-macro v0.11.2
37462026-04-25T04:12:40.117Z Compiling progenitor-macro v0.10.0
37472026-04-25T04:12:40.154Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-04-25T04:12:40.590Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37492026-04-25T04:12:43.083Z Checking progenitor v0.10.0
37502026-04-25T04:12:43.158Z Checking progenitor v0.11.2
37512026-04-25T04:12:43.227Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-04-25T04:12:43.292Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-04-25T04:12:48.051Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-04-25T04:12:59.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.76s
37552026-04-25T04:12:59.251Z
37562026-04-25T04:12:59.251Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37572026-04-25T04:12:59.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-04-25T04:12:59.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-04-25T04:13:00.026Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-04-25T04:13:11.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37612026-04-25T04:13:11.304Z
37622026-04-25T04:13:11.304Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37632026-04-25T04:13:11.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-04-25T04:13:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-04-25T04:13:12.080Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-04-25T04:13:23.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37672026-04-25T04:13:23.331Z
37682026-04-25T04:13:23.331Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37692026-04-25T04:13:23.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-04-25T04:13:23.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-04-25T04:13:24.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-04-25T04:13:35.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37732026-04-25T04:13:35.409Z
37742026-04-25T04:13:35.409Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37752026-04-25T04:13:35.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-04-25T04:13:35.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-04-25T04:13:36.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-04-25T04:13:47.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37792026-04-25T04:13:47.457Z
37802026-04-25T04:13:47.457Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37812026-04-25T04:13:48.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-04-25T04:13:48.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-04-25T04:13:48.235Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-04-25T04:13:59.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
37852026-04-25T04:13:59.576Z
37862026-04-25T04:13:59.576Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37872026-04-25T04:14:00.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-04-25T04:14:00.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-04-25T04:14:00.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-04-25T04:14:11.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37912026-04-25T04:14:11.680Z
37922026-04-25T04:14:11.681Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37932026-04-25T04:14:12.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-04-25T04:14:12.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-04-25T04:14:12.461Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-04-25T04:14:23.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s
37972026-04-25T04:14:23.814Z
37982026-04-25T04:14:23.814Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37992026-04-25T04:14:24.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-04-25T04:14:24.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-04-25T04:14:24.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-04-25T04:14:24.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-04-25T04:14:24.426Z
38042026-04-25T04:14:24.426Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38052026-04-25T04:14:24.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-04-25T04:14:24.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-04-25T04:14:24.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-04-25T04:14:24.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38092026-04-25T04:14:25.036Z
38102026-04-25T04:14:25.036Zinfo: running `cargo check --bins` on range-requests (193/272)
38112026-04-25T04:14:25.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-04-25T04:14:25.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-04-25T04:14:25.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-04-25T04:14:25.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-04-25T04:14:25.633Z
38162026-04-25T04:14:25.633Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38172026-04-25T04:14:26.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-04-25T04:14:26.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-04-25T04:14:26.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-04-25T04:14:26.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-04-25T04:14:26.230Z
38222026-04-25T04:14:26.230Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38232026-04-25T04:14:26.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-04-25T04:14:26.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-04-25T04:14:26.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-04-25T04:14:26.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-04-25T04:14:26.848Z
38282026-04-25T04:14:26.849Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38292026-04-25T04:14:27.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-04-25T04:14:27.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-04-25T04:14:27.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-04-25T04:14:27.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-04-25T04:14:27.473Z
38342026-04-25T04:14:27.473Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38352026-04-25T04:14:27.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-04-25T04:14:28.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-04-25T04:14:28.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-04-25T04:14:28.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38392026-04-25T04:14:28.096Z
38402026-04-25T04:14:28.096Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38412026-04-25T04:14:28.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-04-25T04:14:28.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-04-25T04:14:28.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-04-25T04:14:28.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-04-25T04:14:28.724Z
38462026-04-25T04:14:28.724Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38472026-04-25T04:14:29.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-04-25T04:14:29.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-04-25T04:14:29.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-04-25T04:14:29.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-04-25T04:14:29.347Z
38522026-04-25T04:14:29.348Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38532026-04-25T04:14:29.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-04-25T04:14:29.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-04-25T04:14:29.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-04-25T04:14:29.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38572026-04-25T04:14:29.967Z
38582026-04-25T04:14:29.967Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38592026-04-25T04:14:30.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-04-25T04:14:30.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-04-25T04:14:30.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-04-25T04:14:30.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-04-25T04:14:30.590Z
38642026-04-25T04:14:30.590Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38652026-04-25T04:14:31.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-04-25T04:14:31.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-04-25T04:14:31.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-04-25T04:14:31.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38692026-04-25T04:14:31.215Z
38702026-04-25T04:14:31.215Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38712026-04-25T04:14:31.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-04-25T04:14:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-04-25T04:14:31.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-04-25T04:14:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-04-25T04:14:31.841Z
38762026-04-25T04:14:31.841Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38772026-04-25T04:14:32.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-04-25T04:14:32.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-04-25T04:14:32.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-04-25T04:14:32.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38812026-04-25T04:14:32.454Z
38822026-04-25T04:14:32.454Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38832026-04-25T04:14:32.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-04-25T04:14:33.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-04-25T04:14:33.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-04-25T04:14:33.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38872026-04-25T04:14:33.082Z
38882026-04-25T04:14:33.082Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38892026-04-25T04:14:33.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-04-25T04:14:33.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-04-25T04:14:33.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-04-25T04:14:33.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38932026-04-25T04:14:33.725Z
38942026-04-25T04:14:33.725Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38952026-04-25T04:14:34.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-04-25T04:14:34.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-04-25T04:14:34.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-04-25T04:14:34.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38992026-04-25T04:14:34.371Z
39002026-04-25T04:14:34.371Zinfo: running `cargo check --bins` on update-common (208/272)
39012026-04-25T04:14:34.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-04-25T04:14:34.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-04-25T04:14:34.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-04-25T04:14:34.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39052026-04-25T04:14:34.980Z
39062026-04-25T04:14:34.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39072026-04-25T04:14:35.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-04-25T04:14:35.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-04-25T04:14:35.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-04-25T04:14:35.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39112026-04-25T04:14:35.641Z
39122026-04-25T04:14:35.642Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39132026-04-25T04:14:36.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-04-25T04:14:36.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-04-25T04:14:36.409Z Compiling fs-err v2.11.0
39162026-04-25T04:14:36.412Z Checking ignore v0.4.25
39172026-04-25T04:14:36.412Z Checking arc-swap v1.8.2
39182026-04-25T04:14:36.549Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39192026-04-25T04:14:36.557Z Checking predicates-tree v1.0.13
39202026-04-25T04:14:36.568Z Checking parse-size v1.1.0
39212026-04-25T04:14:36.581Z Checking rand_seeder v0.4.0
39222026-04-25T04:14:36.593Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39232026-04-25T04:14:36.662Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39242026-04-25T04:14:36.680Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-04-25T04:14:36.721Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39262026-04-25T04:14:36.749Z Checking slog-scope v4.4.1
39272026-04-25T04:14:36.868Z Compiling petname v2.0.2
39282026-04-25T04:14:36.885Z Checking slog-stdlog v4.1.1
39292026-04-25T04:14:36.888Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39302026-04-25T04:14:36.916Z Checking globwalk v0.9.1
39312026-04-25T04:14:36.973Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39322026-04-25T04:14:37.006Z Checking slog-envlogger v2.2.0
39332026-04-25T04:14:37.098Z Checking camino-tempfile-ext v0.3.3
39342026-04-25T04:14:37.122Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39352026-04-25T04:14:37.156Z Checking sapling-renderdag v0.1.0
39362026-04-25T04:14:37.292Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39372026-04-25T04:14:37.307Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39382026-04-25T04:14:37.398Z Checking subprocess v0.2.15
39392026-04-25T04:14:37.464Z Checking sync-ptr v0.1.4
39402026-04-25T04:14:37.511Z Checking colored v2.2.0
39412026-04-25T04:14:37.583Z Checking assert_matches v1.5.0
39422026-04-25T04:14:37.655Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39432026-04-25T04:14:37.675Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39442026-04-25T04:14:37.789Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39452026-04-25T04:14:37.789Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39462026-04-25T04:14:38.374Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39472026-04-25T04:14:39.670Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39482026-04-25T04:14:41.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
39492026-04-25T04:14:42.065Z
39502026-04-25T04:14:42.065Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39512026-04-25T04:14:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-04-25T04:14:42.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-04-25T04:14:42.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-04-25T04:14:42.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39552026-04-25T04:14:42.656Z
39562026-04-25T04:14:42.657Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39572026-04-25T04:14:43.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-25T04:14:43.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-25T04:14:43.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-04-25T04:14:43.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39612026-04-25T04:14:43.316Z
39622026-04-25T04:14:43.316Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39632026-04-25T04:14:43.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-04-25T04:14:43.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-04-25T04:14:44.040Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-04-25T04:14:44.043Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-04-25T04:14:44.687Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-04-25T04:14:46.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39692026-04-25T04:14:46.438Z
39702026-04-25T04:14:46.438Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39712026-04-25T04:14:46.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-04-25T04:14:46.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-04-25T04:14:46.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-04-25T04:14:46.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-04-25T04:14:47.041Z
39762026-04-25T04:14:47.041Zinfo: running `cargo check --bins` on cert-dev (215/272)
39772026-04-25T04:14:47.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-25T04:14:47.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-25T04:14:47.646Z Checking yasna v0.5.2
39802026-04-25T04:14:48.053Z Checking rcgen v0.12.1
39812026-04-25T04:14:48.313Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-04-25T04:14:48.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39832026-04-25T04:14:48.680Z
39842026-04-25T04:14:48.680Zinfo: running `cargo check --bins` on clickana (216/272)
39852026-04-25T04:14:49.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-04-25T04:14:49.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-04-25T04:14:49.328Z Compiling darling_core v0.23.0
39882026-04-25T04:14:49.331Z Compiling instability v0.3.11
39892026-04-25T04:14:49.438Z Checking castaway v0.2.4
39902026-04-25T04:14:49.451Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39912026-04-25T04:14:49.451Z Compiling indoc v2.0.7
39922026-04-25T04:14:49.457Z Checking unicode-truncate v1.1.0
39932026-04-25T04:14:49.475Z Checking lru v0.12.5
39942026-04-25T04:14:49.475Z Checking cassowary v0.3.0
39952026-04-25T04:14:49.532Z Checking compact_str v0.8.1
39962026-04-25T04:14:50.391Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-04-25T04:14:50.572Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-04-25T04:14:50.855Z Compiling darling_macro v0.23.0
39992026-04-25T04:14:51.268Z Compiling darling v0.23.0
40002026-04-25T04:14:51.870Z Checking ratatui v0.29.0
40012026-04-25T04:14:52.953Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-04-25T04:14:53.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
40032026-04-25T04:14:53.813Z
40042026-04-25T04:14:53.813Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40052026-04-25T04:14:54.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-04-25T04:14:54.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-04-25T04:14:54.533Z Checking headers-core v0.3.0
40082026-04-25T04:14:54.533Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-04-25T04:14:54.732Z Checking headers v0.4.1
40102026-04-25T04:14:55.101Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-04-25T04:14:55.947Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-04-25T04:14:56.426Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-04-25T04:14:56.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40142026-04-25T04:14:57.038Z
40152026-04-25T04:14:57.038Zinfo: running `cargo check --bins` on ch-dev (218/272)
40162026-04-25T04:14:57.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-04-25T04:14:57.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-04-25T04:14:57.759Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-04-25T04:14:58.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40202026-04-25T04:14:58.713Z
40212026-04-25T04:14:58.713Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40222026-04-25T04:14:59.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-04-25T04:14:59.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-04-25T04:14:59.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-04-25T04:14:59.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40262026-04-25T04:14:59.184Z
40272026-04-25T04:14:59.184Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40282026-04-25T04:14:59.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-04-25T04:14:59.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-04-25T04:14:59.899Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-04-25T04:15:00.867Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-04-25T04:15:01.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40332026-04-25T04:15:01.419Z
40342026-04-25T04:15:01.419Zinfo: running `cargo check --bins` on db-dev (221/272)
40352026-04-25T04:15:01.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-04-25T04:15:01.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-04-25T04:15:02.135Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-04-25T04:15:02.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40392026-04-25T04:15:03.093Z
40402026-04-25T04:15:03.093Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40412026-04-25T04:15:03.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-04-25T04:15:03.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-04-25T04:15:03.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-04-25T04:15:03.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40452026-04-25T04:15:03.732Z
40462026-04-25T04:15:03.732Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40472026-04-25T04:15:04.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-04-25T04:15:04.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-04-25T04:15:04.340Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-04-25T04:15:05.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40512026-04-25T04:15:05.192Z
40522026-04-25T04:15:05.192Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40532026-04-25T04:15:05.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-04-25T04:15:05.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-04-25T04:15:05.937Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-04-25T04:15:05.938Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-04-25T04:15:05.941Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40582026-04-25T04:15:05.941Z Checking git-stub v1.0.0
40592026-04-25T04:15:05.941Z Compiling trait-variant v0.1.2
40602026-04-25T04:15:05.941Z Checking is_ci v1.2.0
40612026-04-25T04:15:05.941Z Checking maplit v1.0.2
40622026-04-25T04:15:05.941Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-04-25T04:15:06.130Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-04-25T04:15:06.144Z Checking supports-color v3.0.2
40652026-04-25T04:15:06.250Z Checking git-stub-vcs v0.1.0
40662026-04-25T04:15:06.267Z Checking drift v0.1.3
40672026-04-25T04:15:06.311Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40682026-04-25T04:15:06.345Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40692026-04-25T04:15:06.448Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40702026-04-25T04:15:06.509Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40712026-04-25T04:15:06.552Z Checking dropshot-api-manager v0.6.0
40722026-04-25T04:15:06.617Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40732026-04-25T04:15:06.634Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-04-25T04:15:06.816Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-04-25T04:15:06.850Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-04-25T04:15:07.040Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40772026-04-25T04:15:07.364Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-04-25T04:15:12.324Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-04-25T04:15:13.396Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-04-25T04:15:13.948Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-04-25T04:15:14.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
40822026-04-25T04:15:14.574Z
40832026-04-25T04:15:14.574Zinfo: running `cargo check --bins` on installinator-api (225/272)
40842026-04-25T04:15:15.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-04-25T04:15:15.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-04-25T04:15:15.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-04-25T04:15:15.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-04-25T04:15:15.176Z
40892026-04-25T04:15:15.177Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40902026-04-25T04:15:15.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-04-25T04:15:15.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-04-25T04:15:15.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-04-25T04:15:15.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40942026-04-25T04:15:15.818Z
40952026-04-25T04:15:15.818Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40962026-04-25T04:15:16.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-04-25T04:15:16.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-04-25T04:15:16.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-04-25T04:15:16.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-04-25T04:15:16.467Z
41012026-04-25T04:15:16.467Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
41022026-04-25T04:15:17.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-04-25T04:15:17.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-04-25T04:15:17.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-04-25T04:15:17.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-04-25T04:15:17.106Z
41072026-04-25T04:15:17.106Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41082026-04-25T04:15:17.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-25T04:15:17.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-25T04:15:17.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-04-25T04:15:17.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-04-25T04:15:17.705Z
41132026-04-25T04:15:17.706Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41142026-04-25T04:15:18.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-04-25T04:15:18.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-04-25T04:15:18.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-04-25T04:15:18.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41182026-04-25T04:15:18.293Z
41192026-04-25T04:15:18.293Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41202026-04-25T04:15:18.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-04-25T04:15:18.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-04-25T04:15:18.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-04-25T04:15:18.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41242026-04-25T04:15:18.911Z
41252026-04-25T04:15:18.911Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41262026-04-25T04:15:19.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-04-25T04:15:19.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-04-25T04:15:19.521Z Checking typeid v1.0.3
41292026-04-25T04:15:19.635Z Checking ordered-float v2.10.1
41302026-04-25T04:15:19.656Z Checking unicode-xid v0.2.6
41312026-04-25T04:15:19.674Z Checking cargo-platform v0.2.0
41322026-04-25T04:15:19.703Z Checking erased-serde v0.4.9
41332026-04-25T04:15:19.835Z Checking serde-value v0.7.0
41342026-04-25T04:15:20.017Z Checking serde-untagged v0.1.9
41352026-04-25T04:15:20.174Z Checking cargo-util-schemas v0.8.2
41362026-04-25T04:15:20.875Z Checking cargo_metadata v0.21.0
41372026-04-25T04:15:21.519Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41382026-04-25T04:15:22.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
41392026-04-25T04:15:22.370Z
41402026-04-25T04:15:22.370Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41412026-04-25T04:15:22.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-04-25T04:15:22.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-04-25T04:15:23.103Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41442026-04-25T04:15:23.723Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41452026-04-25T04:15:24.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41462026-04-25T04:15:24.424Z
41472026-04-25T04:15:24.424Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41482026-04-25T04:15:24.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-04-25T04:15:24.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-04-25T04:15:25.277Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41512026-04-25T04:15:25.277Z Compiling vergen-gitcl v1.0.8
41522026-04-25T04:15:25.277Z Compiling dirs-sys-next v0.1.2
41532026-04-25T04:15:25.277Z Compiling diesel_derives v2.3.7
41542026-04-25T04:15:25.277Z Compiling crunchy v0.2.4
41552026-04-25T04:15:25.280Z Compiling glob v0.3.3
41562026-04-25T04:15:25.280Z Compiling dsl_auto_type v0.2.0
41572026-04-25T04:15:25.280Z Checking scheduled-thread-pool v0.2.7
41582026-04-25T04:15:25.559Z Compiling diesel_table_macro_syntax v0.3.0
41592026-04-25T04:15:25.632Z Compiling dirs-next v2.0.0
41602026-04-25T04:15:25.680Z Compiling tiny-keccak v2.0.2
41612026-04-25T04:15:25.760Z Compiling term v0.7.0
41622026-04-25T04:15:25.763Z Checking r2d2 v0.8.10
41632026-04-25T04:15:25.810Z Compiling clang-sys v1.8.1
41642026-04-25T04:15:25.831Z Compiling bit-vec v0.6.3
41652026-04-25T04:15:25.890Z Checking downcast-rs v2.0.2
41662026-04-25T04:15:25.990Z Compiling itertools v0.10.5
41672026-04-25T04:15:26.052Z Compiling bit-set v0.5.3
41682026-04-25T04:15:26.179Z Compiling ascii-canvas v3.0.0
41692026-04-25T04:15:26.212Z Compiling ena v0.14.4
41702026-04-25T04:15:26.314Z Compiling libloading v0.8.9
41712026-04-25T04:15:26.337Z Compiling regex-syntax v0.6.29
41722026-04-25T04:15:26.391Z Compiling diff v0.1.13
41732026-04-25T04:15:26.419Z Compiling bindgen v0.71.1
41742026-04-25T04:15:26.435Z Compiling cexpr v0.6.0
41752026-04-25T04:15:26.677Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41762026-04-25T04:15:26.877Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41772026-04-25T04:15:26.920Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41782026-04-25T04:15:27.034Z Compiling libxml v0.3.3
41792026-04-25T04:15:27.077Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41802026-04-25T04:15:27.136Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41812026-04-25T04:15:27.282Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41822026-04-25T04:15:27.398Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41832026-04-25T04:15:27.474Z Compiling strum_macros v0.24.3
41842026-04-25T04:15:27.599Z Compiling indoc v1.0.9
41852026-04-25T04:15:27.661Z Compiling lalrpop v0.19.12
41862026-04-25T04:15:28.450Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41872026-04-25T04:15:28.644Z Checking derive_builder v0.20.2
41882026-04-25T04:15:28.763Z Compiling oso-derive v0.27.3
41892026-04-25T04:15:28.819Z Checking quick-xml v0.37.5
41902026-04-25T04:15:29.016Z Compiling impl-trait-for-tuples v0.2.3
41912026-04-25T04:15:29.257Z Checking openssl-probe v0.1.6
41922026-04-25T04:15:29.401Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41932026-04-25T04:15:29.693Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41942026-04-25T04:15:29.887Z Checking bb8 v0.8.6
41952026-04-25T04:15:30.164Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41962026-04-25T04:15:30.182Z Checking nonempty v0.12.0
41972026-04-25T04:15:30.223Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41982026-04-25T04:15:30.345Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41992026-04-25T04:15:30.382Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42002026-04-25T04:15:30.435Z Checking console v0.16.2
42012026-04-25T04:15:30.557Z Checking unit-prefix v0.5.2
42022026-04-25T04:15:30.576Z Checking support-bundle-viewer v0.1.2
42032026-04-25T04:15:30.692Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42042026-04-25T04:15:30.741Z Checking indicatif v0.18.4
42052026-04-25T04:15:30.822Z Checking multimap v0.10.1
42062026-04-25T04:15:31.325Z Checking diesel v2.3.7
42072026-04-25T04:15:33.003Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42082026-04-25T04:15:33.571Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42092026-04-25T04:15:33.861Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42102026-04-25T04:15:34.077Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42112026-04-25T04:15:34.650Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42122026-04-25T04:15:34.854Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42132026-04-25T04:15:35.301Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42142026-04-25T04:15:35.924Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42152026-04-25T04:15:37.918Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42162026-04-25T04:15:43.066Z Compiling samael v0.0.19
42172026-04-25T04:15:46.747Z Checking diesel-dtrace v0.5.0
42182026-04-25T04:15:46.993Z Checking async-bb8-diesel v0.2.1
42192026-04-25T04:15:47.858Z Compiling polar-core v0.27.3
42202026-04-25T04:15:52.337Z Checking oso v0.27.3
42212026-04-25T04:16:29.253Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42222026-04-25T04:17:02.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42232026-04-25T04:17:02.692Z
42242026-04-25T04:17:02.692Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42252026-04-25T04:17:03.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-04-25T04:17:03.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-04-25T04:17:03.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-04-25T04:17:03.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42292026-04-25T04:17:03.360Z
42302026-04-25T04:17:03.360Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42312026-04-25T04:17:03.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-04-25T04:17:03.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-04-25T04:17:03.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-04-25T04:17:03.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42352026-04-25T04:17:04.011Z
42362026-04-25T04:17:04.011Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42372026-04-25T04:17:04.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-04-25T04:17:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-04-25T04:17:04.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-04-25T04:17:04.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42412026-04-25T04:17:04.597Z
42422026-04-25T04:17:04.597Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42432026-04-25T04:17:05.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-04-25T04:17:05.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-04-25T04:17:05.465Z Compiling libz-sys v1.1.24
42462026-04-25T04:17:05.598Z Compiling libgit2-sys v0.18.3+1.9.2
42472026-04-25T04:17:05.609Z Compiling vergen-git2 v1.0.7
42482026-04-25T04:17:05.618Z Compiling rustls v0.21.12
42492026-04-25T04:17:05.627Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42502026-04-25T04:17:05.638Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42512026-04-25T04:17:05.641Z Checking sct v0.7.1
42522026-04-25T04:17:05.641Z Checking rustls-webpki v0.101.7
42532026-04-25T04:17:05.768Z Compiling nix v0.29.0
42542026-04-25T04:17:05.815Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-04-25T04:17:05.815Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-04-25T04:17:05.905Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42572026-04-25T04:17:05.981Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42582026-04-25T04:17:06.139Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42592026-04-25T04:17:06.185Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42602026-04-25T04:17:06.215Z Checking rustls-pemfile v1.0.4
42612026-04-25T04:17:06.352Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42622026-04-25T04:17:06.419Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-04-25T04:17:06.533Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42642026-04-25T04:17:06.628Z Checking twox-hash v2.1.2
42652026-04-25T04:17:06.792Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42662026-04-25T04:17:07.327Z Checking tokio-rustls v0.24.1
42672026-04-25T04:17:07.369Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42682026-04-25T04:17:07.430Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42692026-04-25T04:17:07.523Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42702026-04-25T04:17:07.539Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42712026-04-25T04:17:08.027Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42722026-04-25T04:17:08.059Z Checking fatfs v0.3.6
42732026-04-25T04:17:08.171Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42742026-04-25T04:17:08.173Z Compiling seq-macro v0.3.6
42752026-04-25T04:17:12.193Z Compiling git2 v0.20.4
42762026-04-25T04:17:12.307Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42772026-04-25T04:17:12.434Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42782026-04-25T04:17:14.402Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42792026-04-25T04:18:00.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.11s
42802026-04-25T04:18:00.935Z
42812026-04-25T04:18:00.935Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42822026-04-25T04:18:01.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-04-25T04:18:01.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-04-25T04:18:01.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42852026-04-25T04:18:40.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.55s
42862026-04-25T04:18:40.709Z
42872026-04-25T04:18:40.709Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42882026-04-25T04:18:41.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-04-25T04:18:41.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-04-25T04:18:41.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-04-25T04:18:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42922026-04-25T04:18:41.309Z
42932026-04-25T04:18:41.310Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42942026-04-25T04:18:41.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-04-25T04:18:41.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-04-25T04:18:41.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-04-25T04:18:41.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42982026-04-25T04:18:41.954Z
42992026-04-25T04:18:41.954Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
43002026-04-25T04:18:42.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-04-25T04:18:42.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-04-25T04:18:42.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-04-25T04:18:42.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43042026-04-25T04:18:42.615Z
43052026-04-25T04:18:42.615Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43062026-04-25T04:18:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-04-25T04:18:43.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-04-25T04:18:43.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-04-25T04:18:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43102026-04-25T04:18:43.274Z
43112026-04-25T04:18:43.274Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43122026-04-25T04:18:43.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-04-25T04:18:43.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-04-25T04:18:43.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-04-25T04:18:43.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-04-25T04:18:43.912Z
43172026-04-25T04:18:43.912Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43182026-04-25T04:18:44.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-04-25T04:18:44.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-04-25T04:18:44.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-04-25T04:18:44.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-04-25T04:18:44.568Z
43232026-04-25T04:18:44.569Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43242026-04-25T04:18:45.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-04-25T04:18:45.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-04-25T04:18:45.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-04-25T04:18:45.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43282026-04-25T04:18:45.226Z
43292026-04-25T04:18:45.227Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43302026-04-25T04:18:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-04-25T04:18:45.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-04-25T04:18:45.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-04-25T04:18:45.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-04-25T04:18:45.888Z
43352026-04-25T04:18:45.888Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43362026-04-25T04:18:46.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-04-25T04:18:46.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-04-25T04:18:46.784Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-04-25T04:18:46.800Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43402026-04-25T04:18:46.977Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43412026-04-25T04:18:47.016Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43422026-04-25T04:18:47.022Z Checking diff v0.1.13
43432026-04-25T04:18:47.027Z Checking yansi v1.0.1
43442026-04-25T04:18:47.038Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43452026-04-25T04:18:47.053Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43462026-04-25T04:18:47.109Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43472026-04-25T04:18:47.280Z Checking pretty_assertions v1.4.1
43482026-04-25T04:18:47.930Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43492026-04-25T04:19:11.395Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43502026-04-25T04:19:11.398Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43512026-04-25T04:19:11.399Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43522026-04-25T04:19:11.399Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-04-25T04:19:11.399Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43542026-04-25T04:19:11.399Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43552026-04-25T04:19:12.187Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-04-25T04:19:13.270Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43572026-04-25T04:19:51.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43582026-04-25T04:19:51.932Z
43592026-04-25T04:19:51.932Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43602026-04-25T04:19:52.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-04-25T04:19:52.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-04-25T04:19:52.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-04-25T04:19:52.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43642026-04-25T04:19:52.526Z
43652026-04-25T04:19:52.526Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43662026-04-25T04:19:53.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-04-25T04:19:53.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-04-25T04:19:53.300Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43692026-04-25T04:19:53.425Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43702026-04-25T04:19:53.428Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43712026-04-25T04:20:19.006Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43722026-04-25T04:20:19.382Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43732026-04-25T04:20:21.089Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-04-25T04:20:21.531Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43752026-04-25T04:20:24.468Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43762026-04-25T04:20:47.202Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-04-25T04:20:47.878Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43782026-04-25T04:20:49.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.94s
43792026-04-25T04:20:49.696Z
43802026-04-25T04:20:49.696Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43812026-04-25T04:20:50.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-04-25T04:20:50.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-04-25T04:20:50.413Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43842026-04-25T04:20:51.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43852026-04-25T04:20:51.300Z
43862026-04-25T04:20:51.300Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43872026-04-25T04:20:51.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-04-25T04:20:51.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-04-25T04:20:51.955Z Compiling blake3 v1.8.3
43902026-04-25T04:20:52.064Z Checking constant_time_eq v0.4.2
43912026-04-25T04:20:52.064Z Checking arrayvec v0.7.6
43922026-04-25T04:20:52.071Z Checking arrayref v0.3.9
43932026-04-25T04:20:52.085Z Checking topological-sort v0.2.2
43942026-04-25T04:20:52.088Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43952026-04-25T04:20:52.088Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43962026-04-25T04:20:52.088Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43972026-04-25T04:20:52.136Z Checking shell-words v1.1.1
43982026-04-25T04:20:52.938Z Checking omicron-zone-package v0.12.2
43992026-04-25T04:20:53.658Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44002026-04-25T04:20:54.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
44012026-04-25T04:20:54.675Z
44022026-04-25T04:20:54.675Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44032026-04-25T04:20:55.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-04-25T04:20:55.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-04-25T04:20:55.321Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44062026-04-25T04:20:55.641Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44072026-04-25T04:20:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44082026-04-25T04:20:56.222Z
44092026-04-25T04:20:56.222Zinfo: running `cargo check --bins` on schema (254/272)
44102026-04-25T04:20:56.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-04-25T04:20:56.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-04-25T04:20:56.955Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44132026-04-25T04:20:57.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44142026-04-25T04:20:57.853Z
44152026-04-25T04:20:57.853Zinfo: running `cargo check --bins` on xtask (255/272)
44162026-04-25T04:20:58.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-04-25T04:20:58.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-04-25T04:20:58.309Z Checking libc v0.2.185
44192026-04-25T04:20:58.312Z Checking serde v1.0.228
44202026-04-25T04:20:58.399Z Checking zerofrom v0.1.6
44212026-04-25T04:20:58.404Z Checking bitflags v2.11.0
44222026-04-25T04:20:58.411Z Checking hashbrown v0.16.1
44232026-04-25T04:20:58.418Z Checking smallvec v1.15.1
44242026-04-25T04:20:58.428Z Checking serde_json v1.0.149
44252026-04-25T04:20:58.430Z Checking scroll v0.12.0
44262026-04-25T04:20:58.502Z Checking yoke v0.8.1
44272026-04-25T04:20:58.555Z Checking num-traits v0.2.19
44282026-04-25T04:20:58.597Z Checking thiserror v1.0.69
44292026-04-25T04:20:58.668Z Checking zerovec v0.11.5
44302026-04-25T04:20:58.668Z Checking zerotrie v0.2.3
44312026-04-25T04:20:58.689Z Checking errno v0.3.14
44322026-04-25T04:20:58.699Z Checking log v0.4.29
44332026-04-25T04:20:58.779Z Checking toml_datetime v0.6.11
44342026-04-25T04:20:58.806Z Checking rustix v1.1.3
44352026-04-25T04:20:58.844Z Checking serde_spanned v0.6.9
44362026-04-25T04:20:58.855Z Checking indexmap v2.13.0
44372026-04-25T04:20:58.912Z Checking percent-encoding v2.3.2
44382026-04-25T04:20:58.962Z Checking zerocopy v0.7.35
44392026-04-25T04:20:58.974Z Checking goblin v0.8.2
44402026-04-25T04:20:59.032Z Checking getrandom v0.4.1
44412026-04-25T04:20:59.054Z Checking form_urlencoded v1.2.2
44422026-04-25T04:20:59.075Z Checking ordered-float v2.10.1
44432026-04-25T04:20:59.104Z Checking tinystr v0.8.2
44442026-04-25T04:20:59.162Z Checking potential_utf v0.1.4
44452026-04-25T04:20:59.178Z Checking thiserror v2.0.18
44462026-04-25T04:20:59.279Z Checking syn v2.0.117
44472026-04-25T04:20:59.291Z Checking icu_locale_core v2.1.1
44482026-04-25T04:20:59.300Z Checking serde-value v0.7.0
44492026-04-25T04:20:59.303Z Checking icu_collections v2.1.1
44502026-04-25T04:20:59.374Z Checking toml_edit v0.22.27
44512026-04-25T04:20:59.454Z Checking dtrace-parser v0.2.0
44522026-04-25T04:20:59.500Z Checking thread-id v4.2.2
44532026-04-25T04:20:59.583Z Checking once_cell v1.21.3
44542026-04-25T04:20:59.625Z Checking terminal_size v0.4.3
44552026-04-25T04:20:59.628Z Checking cargo-platform v0.2.0
44562026-04-25T04:20:59.692Z Checking memmap v0.7.0
44572026-04-25T04:20:59.759Z Checking tempfile v3.25.0
44582026-04-25T04:20:59.775Z Checking clap_builder v4.5.60
44592026-04-25T04:20:59.823Z Checking textwrap v0.16.2
44602026-04-25T04:20:59.826Z Checking fs-err v3.3.0
44612026-04-25T04:20:59.826Z Checking icu_provider v2.1.1
44622026-04-25T04:20:59.951Z Checking camino-tempfile v1.4.1
44632026-04-25T04:21:00.017Z Checking anyhow v1.0.102
44642026-04-25T04:21:00.036Z Checking tabled v0.15.0
44652026-04-25T04:21:00.068Z Checking icu_properties v2.1.2
44662026-04-25T04:21:00.106Z Checking icu_normalizer v2.1.1
44672026-04-25T04:21:00.212Z Checking macaddr v1.0.1
44682026-04-25T04:21:00.395Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44692026-04-25T04:21:00.460Z Checking toml v0.8.23
44702026-04-25T04:21:00.763Z Checking cargo_toml v0.21.0
44712026-04-25T04:21:00.844Z Checking dof v0.3.0
44722026-04-25T04:21:00.895Z Checking idna_adapter v1.2.1
44732026-04-25T04:21:00.957Z Checking clap v4.5.60
44742026-04-25T04:21:01.013Z Checking idna v1.1.0
44752026-04-25T04:21:01.116Z Checking usdt-impl v0.5.0
44762026-04-25T04:21:01.239Z Checking url v2.5.8
44772026-04-25T04:21:01.372Z Checking usdt v0.5.0
44782026-04-25T04:21:01.590Z Checking cargo-util-schemas v0.8.2
44792026-04-25T04:21:02.275Z Checking cargo_metadata v0.21.0
44802026-04-25T04:21:02.878Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44812026-04-25T04:21:03.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44822026-04-25T04:21:03.421Z
44832026-04-25T04:21:03.421Zinfo: running `cargo check --bins` on dnsadm (256/272)
44842026-04-25T04:21:03.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-04-25T04:21:03.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-04-25T04:21:04.065Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44872026-04-25T04:21:04.538Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44882026-04-25T04:21:04.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44892026-04-25T04:21:05.110Z
44902026-04-25T04:21:05.110Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44912026-04-25T04:21:05.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-04-25T04:21:05.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-04-25T04:21:05.915Z Checking polyval v0.6.2
44942026-04-25T04:21:06.039Z Checking ssh-encoding v0.2.0
44952026-04-25T04:21:06.039Z Checking ctr v0.9.2
44962026-04-25T04:21:06.057Z Checking blowfish v0.9.1
44972026-04-25T04:21:06.068Z Checking p256 v0.13.2
44982026-04-25T04:21:06.068Z Checking p521 v0.13.3
44992026-04-25T04:21:06.098Z Checking password-hash v0.4.2
45002026-04-25T04:21:06.112Z Checking md5 v0.7.0
45012026-04-25T04:21:06.183Z Checking ghash v0.5.1
45022026-04-25T04:21:06.197Z Checking bcrypt-pbkdf v0.10.0
45032026-04-25T04:21:06.214Z Checking russh-cryptovec v0.7.3
45042026-04-25T04:21:06.232Z Checking russh-cryptovec v0.48.0
45052026-04-25T04:21:06.285Z Checking num-bigint v0.4.6
45062026-04-25T04:21:06.302Z Checking aes-gcm v0.10.3
45072026-04-25T04:21:06.321Z Checking pbkdf2 v0.11.0
45082026-04-25T04:21:06.324Z Checking des v0.8.1
45092026-04-25T04:21:06.356Z Checking russh-util v0.48.0
45102026-04-25T04:21:06.381Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45112026-04-25T04:21:06.399Z Checking hex-literal v0.4.1
45122026-04-25T04:21:06.455Z Checking ssh-cipher v0.2.0
45132026-04-25T04:21:06.475Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45142026-04-25T04:21:06.491Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45152026-04-25T04:21:06.491Z Checking socket2 v0.5.10
45162026-04-25T04:21:06.519Z Checking internet-checksum v0.2.1
45172026-04-25T04:21:06.683Z Checking ssh-key v0.6.7
45182026-04-25T04:21:06.773Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45192026-04-25T04:21:07.370Z Checking russh-keys v0.45.0
45202026-04-25T04:21:07.370Z Checking russh-keys v0.49.2
45212026-04-25T04:21:07.934Z Checking russh v0.45.0
45222026-04-25T04:21:22.630Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45232026-04-25T04:21:23.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s
45242026-04-25T04:21:24.024Z
45252026-04-25T04:21:24.024Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45262026-04-25T04:21:24.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-04-25T04:21:24.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-04-25T04:21:24.663Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45292026-04-25T04:21:24.773Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45302026-04-25T04:21:24.780Z Checking termios v0.3.3
45312026-04-25T04:21:25.968Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45322026-04-25T04:21:26.118Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45332026-04-25T04:21:27.894Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45342026-04-25T04:21:28.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45352026-04-25T04:21:28.648Z
45362026-04-25T04:21:28.648Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45372026-04-25T04:21:29.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-04-25T04:21:29.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-04-25T04:21:29.357Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45402026-04-25T04:21:29.360Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45412026-04-25T04:21:29.483Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45422026-04-25T04:21:29.483Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45432026-04-25T04:21:29.497Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45442026-04-25T04:21:29.500Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45452026-04-25T04:21:30.211Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45462026-04-25T04:21:30.559Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45472026-04-25T04:21:30.562Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45482026-04-25T04:21:31.194Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45492026-04-25T04:21:32.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45502026-04-25T04:21:33.010Z
45512026-04-25T04:21:33.010Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45522026-04-25T04:21:33.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-25T04:21:33.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-25T04:21:33.651Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45552026-04-25T04:21:34.100Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45562026-04-25T04:21:34.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45572026-04-25T04:21:34.602Z
45582026-04-25T04:21:34.602Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45592026-04-25T04:21:35.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-04-25T04:21:35.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-04-25T04:21:35.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-04-25T04:21:35.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45632026-04-25T04:21:35.198Z
45642026-04-25T04:21:35.198Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45652026-04-25T04:21:35.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-25T04:21:35.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-25T04:21:35.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-04-25T04:21:35.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45692026-04-25T04:21:35.788Z
45702026-04-25T04:21:35.788Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45712026-04-25T04:21:36.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-25T04:21:36.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-25T04:21:36.543Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45742026-04-25T04:21:37.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45752026-04-25T04:21:37.325Z
45762026-04-25T04:21:37.326Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45772026-04-25T04:21:37.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-25T04:21:37.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-25T04:21:37.979Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45802026-04-25T04:21:37.982Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45812026-04-25T04:21:38.233Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45822026-04-25T04:21:38.236Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45832026-04-25T04:21:39.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45842026-04-25T04:21:39.212Z
45852026-04-25T04:21:39.212Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45862026-04-25T04:21:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-04-25T04:21:39.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-04-25T04:21:39.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45892026-04-25T04:21:39.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45902026-04-25T04:21:39.813Z
45912026-04-25T04:21:39.813Zinfo: running `cargo check --bins` on omicron-package (266/272)
45922026-04-25T04:21:40.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-25T04:21:40.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-25T04:21:40.494Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45952026-04-25T04:21:41.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45962026-04-25T04:21:41.760Z
45972026-04-25T04:21:41.760Zinfo: running `cargo check --bins` on tqdb (267/272)
45982026-04-25T04:21:42.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-25T04:21:42.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-25T04:21:42.547Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46012026-04-25T04:21:42.900Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46022026-04-25T04:21:43.413Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46032026-04-25T04:21:43.416Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46042026-04-25T04:21:49.046Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46052026-04-25T04:21:49.050Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46062026-04-25T04:21:49.612Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46072026-04-25T04:21:49.615Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46082026-04-25T04:21:49.615Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46092026-04-25T04:21:49.615Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46102026-04-25T04:21:50.362Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46112026-04-25T04:21:51.381Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46122026-04-25T04:21:52.155Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46132026-04-25T04:21:52.768Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46142026-04-25T04:21:56.785Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46152026-04-25T04:22:03.085Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46162026-04-25T04:22:03.088Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46172026-04-25T04:22:03.088Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46182026-04-25T04:22:03.088Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46192026-04-25T04:22:04.528Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46202026-04-25T04:22:05.849Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46212026-04-25T04:22:06.515Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46222026-04-25T04:22:07.760Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46232026-04-25T04:22:08.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.52s
46242026-04-25T04:22:08.506Z
46252026-04-25T04:22:08.506Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46262026-04-25T04:22:09.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-25T04:22:09.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-25T04:22:09.221Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46292026-04-25T04:22:09.221Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46302026-04-25T04:22:09.224Z Checking rtoolbox v0.0.3
46312026-04-25T04:22:09.354Z Checking tui-tree-widget v0.23.1
46322026-04-25T04:22:09.454Z Checking rpassword v7.4.0
46332026-04-25T04:22:10.469Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46342026-04-25T04:22:13.417Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46352026-04-25T04:22:15.239Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46362026-04-25T04:22:16.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s
46372026-04-25T04:22:16.334Z
46382026-04-25T04:22:16.334Zinfo: running `cargo check --bins` on wicket (269/272)
46392026-04-25T04:22:16.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-04-25T04:22:16.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-04-25T04:22:17.023Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46422026-04-25T04:22:17.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
46432026-04-25T04:22:17.556Z
46442026-04-25T04:22:17.557Zinfo: running `cargo check --bins` on wicketd (270/272)
46452026-04-25T04:22:18.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-25T04:22:18.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-25T04:22:18.271Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46482026-04-25T04:22:18.274Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46492026-04-25T04:22:18.274Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46502026-04-25T04:22:18.274Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46512026-04-25T04:22:19.253Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46522026-04-25T04:22:19.812Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46532026-04-25T04:22:22.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46542026-04-25T04:22:22.917Z
46552026-04-25T04:22:22.917Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46562026-04-25T04:22:23.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-04-25T04:22:23.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-04-25T04:22:23.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-04-25T04:22:23.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46602026-04-25T04:22:23.505Z
46612026-04-25T04:22:23.505Zinfo: running `cargo check --bins` on zone-setup (272/272)
46622026-04-25T04:22:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-04-25T04:22:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-04-25T04:22:24.169Z Checking uzers v0.12.2
46652026-04-25T04:22:24.444Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46662026-04-25T04:22:25.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46672026-04-25T04:22:25.396Z
46682026-04-25T04:22:25.396Zreal 14:04.438441925
46692026-04-25T04:22:25.396Zuser 20:23.342075795
46702026-04-25T04:22:25.396Zsys 4:11.911954454
46712026-04-25T04:22:25.396Ztrap 0.323926366
46722026-04-25T04:22:25.396Ztflt 0.369073037
46732026-04-25T04:22:25.396Zdflt 0.873382930
46742026-04-25T04:22:25.396Zkflt 0.001610803
46752026-04-25T04:22:25.396Zlock 1:16:46.856305600
46762026-04-25T04:22:25.396Zslp 1:37:40.141417033
46772026-04-25T04:22:25.396Zlat 56.969174739
46782026-04-25T04:22:25.396Zstop 3:31.654956423
46792026-04-25T04:22:25.399Zprocess exited: duration 1066266 ms, exit code 0
 
46802026-04-25T04:22:25.405Zfound 0 output files