01KJED9NPTC7B9YCZR2KZ85VQC: 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: 01KJEDA5JST1N2MCR0JBVCK9HM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T02:03:06.139Zjob assigned to worker 01KJEDA7DKJYZW86EDPQEPP2N3 [factory aws, i-05fa8dd298b18a916] (queued for 49 s)
 
22026-02-27T02:03:14.550Zstarting task 0: "setup"
32026-02-27T02:03:14.557Z++ uname -s
42026-02-27T02:03:14.560Z+ kern=SunOS
52026-02-27T02:03:14.560Z+ build_user=build
62026-02-27T02:03:14.560Z+ build_uid=12345
72026-02-27T02:03:14.560Z+ work_dir=/work
82026-02-27T02:03:14.560Z+ input_dir=/input
92026-02-27T02:03:14.560Z+ [[ 0 == 12345 ]]
102026-02-27T02:03:14.560Z+ case "$kern" in
112026-02-27T02:03:14.560Z+ groupadd -g 12345 build
122026-02-27T02:03:14.564Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T02:03:16.568Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T02:03:16.628Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T02:03:16.632Z+ home_fs=zfs
162026-02-27T02:03:16.632Z+ [[ zfs == autofs ]]
172026-02-27T02:03:16.632Z+ mkdir -p /home/build
182026-02-27T02:03:16.635Z+ chown build:build /home/build /work
192026-02-27T02:03:18.636Z+ chmod 0700 /home/build /work
202026-02-27T02:03:18.639Zprocess exited: duration 4091 ms, exit code 0
 
212026-02-27T02:03:18.645Zstarting task 1: "rust-toolchain"
222026-02-27T02:03:18.651Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-27T02:03:18.651Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-27T02:03:18.651Z * rust toolchain channel = "1.91.1"
252026-02-27T02:03:18.651Z * rust toolchain profile = "default"
262026-02-27T02:03:18.651Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-27T02:03:18.651Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T02:03:18.654Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T02:03:18.654Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-27T02:03:18.782Zinfo: downloading installer
312026-02-27T02:03:20.625Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T02:03:20.625Zwarn: /opt/ooce/bin
332026-02-27T02:03:20.625Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T02:03:20.625Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T02:03:20.625Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T02:03:20.625Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T02:03:20.625Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T02:03:20.625Zerror: cannot install while Rust is installed
392026-02-27T02:03:20.625Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T02:03:20.657Zinfo: profile set to 'default'
412026-02-27T02:03:20.657Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T02:03:20.660Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-27T02:03:20.871Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-27T02:03:20.871Zinfo: downloading component 'cargo'
452026-02-27T02:03:22.127Zinfo: downloading component 'clippy'
462026-02-27T02:03:22.644Zinfo: downloading component 'rust-docs'
472026-02-27T02:03:24.596Zinfo: downloading component 'rust-std'
482026-02-27T02:03:26.721Zinfo: downloading component 'rustc'
492026-02-27T02:03:35.352Zinfo: downloading component 'rustfmt'
502026-02-27T02:03:35.699Zinfo: installing component 'cargo'
512026-02-27T02:03:36.630Zinfo: installing component 'clippy'
522026-02-27T02:03:37.038Zinfo: installing component 'rust-docs'
532026-02-27T02:03:39.000Zinfo: installing component 'rust-std'
542026-02-27T02:03:40.845Zinfo: installing component 'rustc'
552026-02-27T02:03:47.726Zinfo: installing component 'rustfmt'
562026-02-27T02:03:48.076Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-27T02:03:48.076Z
582026-02-27T02:03:48.578Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-27T02:03:48.578Z
602026-02-27T02:03:48.581Z
612026-02-27T02:03:48.581ZRust is installed now. Great!
622026-02-27T02:03:48.581Z
632026-02-27T02:03:48.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T02:03:48.581Zenvironment variable. This has not been done automatically.
652026-02-27T02:03:48.581Z
662026-02-27T02:03:48.581ZTo configure your current shell, you need to source
672026-02-27T02:03:48.581Zthe corresponding env file under $HOME/.cargo.
682026-02-27T02:03:48.581Z
692026-02-27T02:03:48.581ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T02:03:48.581Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T02:03:48.581Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T02:03:48.581Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T02:03:48.677Z+ rustup --version
742026-02-27T02:03:48.689Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T02:03:48.692Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T02:03:48.780Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-27T02:03:48.785Z+ cargo --version
782026-02-27T02:03:48.862Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-27T02:03:48.865Z+ rustc --version
802026-02-27T02:03:48.945Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-27T02:03:48.951Zprocess exited: duration 30302 ms, exit code 0
 
822026-02-27T02:03:48.957Zstarting task 2: "authentication"
832026-02-27T02:03:48.981Zprocess exited: duration 23 ms, exit code 0
 
842026-02-27T02:03:48.988Zstarting task 3: "clone repository"
852026-02-27T02:03:48.993Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-27T02:03:48.998Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-27T02:03:49.064ZCloning into '/work/oxidecomputer/omicron'...
882026-02-27T02:04:53.650Z+ cd /work/oxidecomputer/omicron
892026-02-27T02:04:53.653Z+ git fetch origin 0c68818c355c7ac10a6f294956c525726c53275e
902026-02-27T02:04:54.317ZFrom https://github.com/oxidecomputer/omicron
912026-02-27T02:04:54.317Z * branch 0c68818c355c7ac10a6f294956c525726c53275e -> FETCH_HEAD
922026-02-27T02:04:54.330Z+ [[ -n sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]]
932026-02-27T02:04:54.333Z++ git branch --show-current
942026-02-27T02:04:54.336Z+ current=main
952026-02-27T02:04:54.336Z+ [[ main != sunshowers/spr/meta-use-oxide-update-engine-from-cratesio ]]
962026-02-27T02:04:54.336Z+ git branch -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio 0c68818c355c7ac10a6f294956c525726c53275e
972026-02-27T02:04:54.339Z+ git checkout -f sunshowers/spr/meta-use-oxide-update-engine-from-cratesio
982026-02-27T02:04:54.887ZSwitched to branch 'sunshowers/spr/meta-use-oxide-update-engine-from-cratesio'
992026-02-27T02:04:54.890Z+ git reset --hard 0c68818c355c7ac10a6f294956c525726c53275e
1002026-02-27T02:04:54.910ZHEAD is now at 0c68818c3 remove patches
1012026-02-27T02:04:54.913Zprocess exited: duration 65918 ms, exit code 0
 
1022026-02-27T02:04:54.922Zstarting task 4: "build"
1032026-02-27T02:04:54.926Z+ source .github/buildomat/ci-env.sh
1042026-02-27T02:04:54.926Z++ export CARGO_TERM_COLOR=always
1052026-02-27T02:04:54.926Z++ CARGO_TERM_COLOR=always
1062026-02-27T02:04:54.930Z+ cargo --version
1072026-02-27T02:04:54.991Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-27T02:04:54.994Z+ rustc --version
1092026-02-27T02:04:55.074Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-27T02:04:55.078Z+ source ./env.sh
1112026-02-27T02:04:55.081Z++ OLD_SHELL_OPTS=ehxB
1122026-02-27T02:04:55.081Z++ set -o xtrace
1132026-02-27T02:04:55.081Z++++ dirname ./env.sh
1142026-02-27T02:04:55.084Z+++ readlink -f .
1152026-02-27T02:04:55.088Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-27T02:04:55.088Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-02-27T02:04:55.088Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-02-27T02:04:55.088Z++ 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
1192026-02-27T02:04:55.088Z++ 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
1202026-02-27T02:04:55.088Z++ 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
1212026-02-27T02:04:55.088Z++ 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
1222026-02-27T02:04:55.088Z++ 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
1232026-02-27T02:04:55.088Z++ 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
1242026-02-27T02:04:55.088Z++ case $OLD_SHELL_OPTS in
1252026-02-27T02:04:55.088Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-27T02:04:55.088Z+ 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
1272026-02-27T02:04:55.088Z+ 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
1282026-02-27T02:04:55.088Z+ banner prerequisites
1292026-02-27T02:04:55.092Z
1302026-02-27T02:04:55.092Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-27T02:04:55.092Z # # # # # # # # # # # # # # #
1322026-02-27T02:04:55.092Z # # # # ##### # # ##### # # # # # #### #
1332026-02-27T02:04:55.092Z ##### ##### # ##### # # # # # # # # #
1342026-02-27T02:04:55.092Z # # # # # # # # # # # # # # #
1352026-02-27T02:04:55.092Z # # # ###### # # ###### ### # #### # #### #
1362026-02-27T02:04:55.092Z
1372026-02-27T02:04:55.092Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-27T02:05:06.586Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-27T02:05:17.274Z Startup: Caching catalogs ... Done
1402026-02-27T02:05:41.606ZPlanning: Solver setup ... Done (22.646s)
1412026-02-27T02:05:41.771ZPlanning: Running solver ... Done (0.165s)
1422026-02-27T02:05:41.946ZPlanning: Finding local manifests ... Done (0.002s)
1432026-02-27T02:05:41.967ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-27T02:05:43.233ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-27T02:05:43.285ZPlanning: Package planning ... Done (0.052s)
1462026-02-27T02:05:43.336ZPlanning: Merging actions ... Done (0.051s)
1472026-02-27T02:05:43.732ZPlanning: Checking for conflicting actions ... Done (0.396s)
1482026-02-27T02:05:43.744ZPlanning: Consolidating action changes ... Done (0.012s)
1492026-02-27T02:05:44.628ZPlanning: Evaluating mediators ... Done (0.884s)
1502026-02-27T02:05:44.640ZPlanning: Planning completed in 27.21 seconds
1512026-02-27T02:05:44.816Z Packages to install: 4
1522026-02-27T02:05:44.816Z Mediators to change: 2
1532026-02-27T02:05:44.816Z Services to change: 1
1542026-02-27T02:05:44.819Z Estimated space available: 155.43 GB
1552026-02-27T02:05:44.819ZEstimated space to be consumed: 1.81 GB
1562026-02-27T02:05:44.819Z Create boot environment: No
1572026-02-27T02:05:44.819ZCreate backup boot environment: No
1582026-02-27T02:05:44.820Z Rebuild boot archive: No
1592026-02-27T02:05:44.820Z
1602026-02-27T02:05:44.820ZChanged mediators:
1612026-02-27T02:05:44.820Z mediator clang:
1622026-02-27T02:05:44.820Z version: None -> 15 (system default)
1632026-02-27T02:05:44.820Z
1642026-02-27T02:05:44.820Z mediator llvm:
1652026-02-27T02:05:44.820Z version: 14 (system default) -> 15 (system default)
1662026-02-27T02:05:44.820Z
1672026-02-27T02:05:44.820ZChanged packages:
1682026-02-27T02:05:44.820Zhelios-dev
1692026-02-27T02:05:44.820Z developer/build-essential
1702026-02-27T02:05:44.820Z None -> 11-2.0
1712026-02-27T02:05:44.820Z library/libxmlsec1
1722026-02-27T02:05:44.820Z None -> 1.2.35-2.0
1732026-02-27T02:05:44.820Z ooce/developer/clang-15
1742026-02-27T02:05:44.820Z None -> 15.0.7-2.0
1752026-02-27T02:05:44.820Z ooce/developer/llvm-15
1762026-02-27T02:05:44.820Z None -> 15.0.7-2.0
1772026-02-27T02:05:44.820Z
1782026-02-27T02:05:44.820ZServices:
1792026-02-27T02:05:44.820Z restart_fmri:
1802026-02-27T02:05:44.820Z svc:/system/update-man-index:default
1812026-02-27T02:05:44.866Z
1822026-02-27T02:05:44.866ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-27T02:05:49.885ZDownload: 1201/3290 items 83.6/212.6MB 39% complete (17.0M/s)
1842026-02-27T02:05:55.869ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (20.5M/s)
1852026-02-27T02:05:59.572ZDownload: Completed 212.60 MB in 14.70 seconds (14.5M/s)
1862026-02-27T02:05:59.763Z Actions: 1/3689 actions (Installing new actions)
1872026-02-27T02:06:04.401Z Actions: Completed 3689 actions in 4.64 seconds.
1882026-02-27T02:06:04.835Z Done (0.430s)
1892026-02-27T02:06:04.835Z Done (0.000s)
1902026-02-27T02:06:05.965Z Done (1.098s)
1912026-02-27T02:06:11.060Z Done (4.755s)
1922026-02-27T02:06:11.144Z Done (0.017s)
1932026-02-27T02:06:11.150Z Done (0.000s)
1942026-02-27T02:06:11.357Z Done (0.000s)
1952026-02-27T02:06:12.379ZPlanning: Evaluating mediator changes ... Done
1962026-02-27T02:06:12.545ZPlanning: Checking for conflicting actions ... Done
1972026-02-27T02:06:12.549ZPlanning: Consolidating action changes ... Done
1982026-02-27T02:06:12.832ZPlanning: Evaluating mediators ... Done
1992026-02-27T02:06:12.835ZPlanning: Planning completed in 0.45 seconds
2002026-02-27T02:06:12.867Z Mediators to change: 2
2012026-02-27T02:06:12.867Z Create boot environment: No
2022026-02-27T02:06:12.870ZCreate backup boot environment: No
2032026-02-27T02:06:12.939Z Done
2042026-02-27T02:06:12.939Z Done
2052026-02-27T02:06:13.756Z Done
2062026-02-27T02:06:17.748Z Done
2072026-02-27T02:06:17.843Z Done
2082026-02-27T02:06:17.847Z Done
2092026-02-27T02:06:17.995Z Done
2102026-02-27T02:06:18.656ZPlanning: Evaluating mediator changes ... Done
2112026-02-27T02:06:18.659ZPlanning: Merging actions ... Done
2122026-02-27T02:06:18.857ZPlanning: Checking for conflicting actions ... Done
2132026-02-27T02:06:18.861ZPlanning: Consolidating action changes ... Done
2142026-02-27T02:06:19.141ZPlanning: Evaluating mediators ... Done
2152026-02-27T02:06:19.201ZPlanning: Planning completed in 0.80 seconds
2162026-02-27T02:06:19.236Z Packages to change: 1
2172026-02-27T02:06:19.236Z Mediators to change: 1
2182026-02-27T02:06:19.240Z Services to change: 1
2192026-02-27T02:06:19.240Z Create boot environment: No
2202026-02-27T02:06:19.240ZCreate backup boot environment: Yes
2212026-02-27T02:06:21.984Z Actions: 1/6 actions (Updating modified actions)
2222026-02-27T02:06:21.987Z Actions: Completed 6 actions in 0.00 seconds.
2232026-02-27T02:06:21.988Z Done
2242026-02-27T02:06:21.988Z Done
2252026-02-27T02:06:22.209Z Done
2262026-02-27T02:06:26.122Z Done
2272026-02-27T02:06:26.213Z Done
2282026-02-27T02:06:26.217Z Done
2292026-02-27T02:06:26.386Z Done
2302026-02-27T02:06:26.858ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-02-27T02:06:26.858Zclang system 15 system
2322026-02-27T02:06:26.858Zcsh system system illumos
2332026-02-27T02:06:26.858Zctags system system illumos
2342026-02-27T02:06:26.858Zfile system system illumos
2352026-02-27T02:06:26.858Zgcc vendor 12 vendor
2362026-02-27T02:06:26.858Zgcc system 10 system
2372026-02-27T02:06:26.858Zgcc system 7 system
2382026-02-27T02:06:26.858Zgo system 1.20 system
2392026-02-27T02:06:26.858Zgo system 1.19 system
2402026-02-27T02:06:26.858Zllvm system 15 system
2412026-02-27T02:06:26.858Zllvm system 14 system
2422026-02-27T02:06:26.858Zmariadb system 10.6 system
2432026-02-27T02:06:26.858Zmta vendor vendor dma
2442026-02-27T02:06:26.858Zopenjdk system 17 system
2452026-02-27T02:06:26.858Zopenjdk system 11 system
2462026-02-27T02:06:26.858Zopenjdk system 1.8 system
2472026-02-27T02:06:26.858Zopenssl vendor 3 vendor
2482026-02-27T02:06:26.858Zperl system 5.36 system
2492026-02-27T02:06:26.858Zpostgresql system 15 system
2502026-02-27T02:06:26.858Zpostgresql system 13 system
2512026-02-27T02:06:26.858Zpython vendor 3 vendor
2522026-02-27T02:06:26.858Zpython system 2 system
2532026-02-27T02:06:26.858Zpython3 system 3.11 system
2542026-02-27T02:06:26.858Zruby system 3.0 system
2552026-02-27T02:06:26.858Zwords vendor vendor american-english
2562026-02-27T02:06:26.858Zwords system system australian-english
2572026-02-27T02:06:26.858Zwords system system british-english
2582026-02-27T02:06:26.858Zwords system system canadian-english
2592026-02-27T02:06:26.858Zwords system system french
2602026-02-27T02:06:26.858Zwords system system italian
2612026-02-27T02:06:26.858Zwords system system ngerman
2622026-02-27T02:06:26.858Zwords system system ogerman
2632026-02-27T02:06:26.859Zwords system system spanish
2642026-02-27T02:06:27.211ZPUBLISHER TYPE STATUS P LOCATION
2652026-02-27T02:06:27.211Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-02-27T02:06:33.843ZFMRI IFO
2672026-02-27T02:06:33.843Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-02-27T02:06:33.843Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-02-27T02:06:33.844Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-02-27T02:06:33.844Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-02-27T02:06:33.844Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-02-27T02:06:33.844Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-02-27T02:06:33.844Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-02-27T02:06:33.844Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-02-27T02:06:33.844Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-02-27T02:06:33.844Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-02-27T02:06:33.844Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-02-27T02:06:33.844Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-02-27T02:06:33.844Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-02-27T02:06:33.844Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-02-27T02:06:33.844Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-02-27T02:06:33.844Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-02-27T02:06:35.108Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-02-27T02:06:35.765Z Updating crates.io index
2852026-02-27T02:06:35.839Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-02-27T02:06:36.929Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-02-27T02:06:37.652Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-02-27T02:06:38.506Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-02-27T02:06:39.167Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-02-27T02:06:44.773Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-02-27T02:06:50.448Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-02-27T02:06:53.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-02-27T02:06:54.554Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942026-02-27T02:06:57.629Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952026-02-27T02:06:59.255Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-02-27T02:07:01.909Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-02-27T02:07:03.125Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-02-27T02:07:04.296Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-02-27T02:07:05.186Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-02-27T02:07:07.130Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-02-27T02:07:08.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-02-27T02:07:09.074Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-02-27T02:07:09.702Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-02-27T02:07:10.657Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-02-27T02:07:11.322Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-02-27T02:07:11.901Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-02-27T02:07:12.555Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-02-27T02:07:13.425Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-02-27T02:07:14.287Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-02-27T02:07:15.732Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-02-27T02:07:16.360Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-02-27T02:07:17.213Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-02-27T02:07:18.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-02-27T02:07:19.922Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3152026-02-27T02:07:20.743Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-02-27T02:07:21.343Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-02-27T02:07:22.217Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-02-27T02:07:22.926Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-02-27T02:07:23.954Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-02-27T02:07:24.498Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-02-27T02:07:25.213Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-02-27T02:07:25.711Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-02-27T02:07:26.480Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-02-27T02:08:04.321Z Downloading crates ...
3252026-02-27T02:08:04.390Z Downloaded equivalent v1.0.2
3262026-02-27T02:08:04.394Z Downloaded anyhow v1.0.99
3272026-02-27T02:08:04.402Z Downloaded cpufeatures v0.2.14
3282026-02-27T02:08:04.405Z Downloaded bytecount v0.6.8
3292026-02-27T02:08:04.408Z Downloaded crypto-common v0.1.6
3302026-02-27T02:08:04.411Z Downloaded colorchoice v1.0.2
3312026-02-27T02:08:04.411Z Downloaded block-buffer v0.10.4
3322026-02-27T02:08:04.415Z Downloaded clap_lex v0.7.4
3332026-02-27T02:08:04.415Z Downloaded cfg-if v1.0.4
3342026-02-27T02:08:04.415Z Downloaded utf16_iter v1.0.5
3352026-02-27T02:08:04.418Z Downloaded tabled_derive v0.7.0
3362026-02-27T02:08:04.418Z Downloaded terminal_size v0.4.0
3372026-02-27T02:08:04.422Z Downloaded clap_derive v4.5.47
3382026-02-27T02:08:04.422Z Downloaded camino-tempfile v1.4.1
3392026-02-27T02:08:04.425Z Downloaded cargo_metadata v0.21.0
3402026-02-27T02:08:04.428Z Downloaded cargo_toml v0.21.0
3412026-02-27T02:08:04.428Z Downloaded byteorder v1.5.0
3422026-02-27T02:08:04.431Z Downloaded cargo-platform v0.2.0
3432026-02-27T02:08:04.434Z Downloaded displaydoc v0.2.5
3442026-02-27T02:08:04.434Z Downloaded cargo-util-schemas v0.8.2
3452026-02-27T02:08:04.437Z Downloaded toml_write v0.1.2
3462026-02-27T02:08:04.440Z Downloaded toml_edit v0.22.27
3472026-02-27T02:08:04.443Z Downloaded unicode-xid v0.2.6
3482026-02-27T02:08:04.443Z Downloaded anstyle v1.0.11
3492026-02-27T02:08:04.446Z Downloaded yoke-derive v0.7.4
3502026-02-27T02:08:04.446Z Downloaded typeid v1.0.3
3512026-02-27T02:08:04.446Z Downloaded unicode-linebreak v0.1.5
3522026-02-27T02:08:04.449Z Downloaded is_terminal_polyfill v1.70.1
3532026-02-27T02:08:04.449Z Downloaded tempfile v3.24.0
3542026-02-27T02:08:04.453Z Downloaded digest v0.10.7
3552026-02-27T02:08:04.453Z Downloaded toml_datetime v0.6.11
3562026-02-27T02:08:04.456Z Downloaded itoa v1.0.11
3572026-02-27T02:08:04.456Z Downloaded typenum v1.17.0
3582026-02-27T02:08:04.459Z Downloaded thiserror-impl v2.0.18
3592026-02-27T02:08:04.459Z Downloaded scroll_derive v0.12.0
3602026-02-27T02:08:04.459Z Downloaded thread-id v4.2.2
3612026-02-27T02:08:04.462Z Downloaded anstream v0.6.18
3622026-02-27T02:08:04.465Z Downloaded dtrace-parser v0.2.0
3632026-02-27T02:08:04.465Z Downloaded synstructure v0.13.1
3642026-02-27T02:08:04.465Z Downloaded semver v1.0.27
3652026-02-27T02:08:04.468Z Downloaded zerovec-derive v0.10.3
3662026-02-27T02:08:04.468Z Downloaded usdt-attr-macro v0.5.0
3672026-02-27T02:08:04.471Z Downloaded url v2.5.4
3682026-02-27T02:08:04.471Z Downloaded zerofrom-derive v0.1.4
3692026-02-27T02:08:04.475Z Downloaded thiserror v1.0.69
3702026-02-27T02:08:04.478Z Downloaded writeable v0.5.5
3712026-02-27T02:08:04.482Z Downloaded yoke v0.7.4
3722026-02-27T02:08:04.482Z Downloaded tinystr v0.7.6
3732026-02-27T02:08:04.485Z Downloaded anstyle-parse v0.2.5
3742026-02-27T02:08:04.485Z Downloaded percent-encoding v2.3.2
3752026-02-27T02:08:04.485Z Downloaded serde_tokenstream v0.2.3
3762026-02-27T02:08:04.488Z Downloaded generic-array v0.14.7
3772026-02-27T02:08:04.488Z Downloaded pest_generator v2.8.2
3782026-02-27T02:08:04.488Z Downloaded idna_adapter v1.2.0
3792026-02-27T02:08:04.491Z Downloaded fastrand v2.1.1
3802026-02-27T02:08:04.491Z Downloaded toml v0.8.23
3812026-02-27T02:08:04.496Z Downloaded zerocopy-derive v0.7.35
3822026-02-27T02:08:04.499Z Downloaded plain v0.2.3
3832026-02-27T02:08:04.499Z Downloaded unicode-ident v1.0.24
3842026-02-27T02:08:04.502Z Downloaded swrite v0.1.0
3852026-02-27T02:08:04.502Z Downloaded write16 v1.0.0
3862026-02-27T02:08:04.502Z Downloaded textwrap v0.16.2
3872026-02-27T02:08:04.505Z Downloaded utf8parse v0.2.2
3882026-02-27T02:08:04.506Z Downloaded getrandom v0.3.4
3892026-02-27T02:08:04.509Z Downloaded zerofrom v0.1.4
3902026-02-27T02:08:04.511Z Downloaded autocfg v1.4.0
3912026-02-27T02:08:04.512Z Downloaded icu_locid_transform_data v1.5.0
3922026-02-27T02:08:04.515Z Downloaded clap v4.5.48
3932026-02-27T02:08:04.520Z Downloaded zmij v1.0.15
3942026-02-27T02:08:04.523Z Downloaded thiserror v2.0.18
3952026-02-27T02:08:04.527Z Downloaded usdt-macro v0.5.0
3962026-02-27T02:08:04.530Z Downloaded dof v0.3.0
3972026-02-27T02:08:04.530Z Downloaded usdt v0.5.0
3982026-02-27T02:08:04.530Z Downloaded stable_deref_trait v1.2.0
3992026-02-27T02:08:04.533Z Downloaded thiserror-impl v1.0.69
4002026-02-27T02:08:04.533Z Downloaded smawk v0.3.2
4012026-02-27T02:08:04.533Z Downloaded pretty-hex v0.4.1
4022026-02-27T02:08:04.536Z Downloaded icu_provider_macros v1.5.0
4032026-02-27T02:08:04.536Z Downloaded serde_spanned v0.6.9
4042026-02-27T02:08:04.536Z Downloaded anstyle-query v1.1.1
4052026-02-27T02:08:04.539Z Downloaded serde-value v0.7.0
4062026-02-27T02:08:04.539Z Downloaded ucd-trie v0.1.7
4072026-02-27T02:08:04.540Z Downloaded proc-macro-error v1.0.4
4082026-02-27T02:08:04.543Z Downloaded zerovec v0.10.4
4092026-02-27T02:08:04.546Z Downloaded usdt-impl v0.5.0
4102026-02-27T02:08:04.549Z Downloaded proc-macro-error-attr v1.0.4
4112026-02-27T02:08:04.549Z Downloaded form_urlencoded v1.2.2
4122026-02-27T02:08:04.549Z Downloaded version_check v0.9.5
4132026-02-27T02:08:04.553Z Downloaded bitflags v2.9.4
4142026-02-27T02:08:04.555Z Downloaded icu_locid_transform v1.5.0
4152026-02-27T02:08:04.555Z Downloaded fnv v1.0.7
4162026-02-27T02:08:04.559Z Downloaded memmap v0.7.0
4172026-02-27T02:08:04.559Z Downloaded zerocopy v0.7.35
4182026-02-27T02:08:04.575Z Downloaded sha2 v0.10.9
4192026-02-27T02:08:04.578Z Downloaded serde-untagged v0.1.7
4202026-02-27T02:08:04.578Z Downloaded quote v1.0.44
4212026-02-27T02:08:04.578Z Downloaded litemap v0.7.3
4222026-02-27T02:08:04.583Z Downloaded winnow v0.7.14
4232026-02-27T02:08:04.587Z Downloaded unicode-width v0.2.0
4242026-02-27T02:08:04.592Z Downloaded scroll v0.12.0
4252026-02-27T02:08:04.595Z Downloaded pest_meta v2.8.2
4262026-02-27T02:08:04.595Z Downloaded fs-err v3.1.1
4272026-02-27T02:08:04.600Z Downloaded erased-serde v0.4.6
4282026-02-27T02:08:04.600Z Downloaded heck v0.5.0
4292026-02-27T02:08:04.600Z Downloaded heck v0.4.1
4302026-02-27T02:08:04.600Z Downloaded camino v1.2.2
4312026-02-27T02:08:04.604Z Downloaded utf8_iter v1.0.4
4322026-02-27T02:08:04.604Z Downloaded unicode-width v0.1.14
4332026-02-27T02:08:04.608Z Downloaded strsim v0.11.1
4342026-02-27T02:08:04.611Z Downloaded macaddr v1.0.1
4352026-02-27T02:08:04.611Z Downloaded ordered-float v2.10.1
4362026-02-27T02:08:04.614Z Downloaded smallvec v1.15.1
4372026-02-27T02:08:04.614Z Downloaded papergrid v0.11.0
4382026-02-27T02:08:04.617Z Downloaded proc-macro2 v1.0.106
4392026-02-27T02:08:04.620Z Downloaded once_cell v1.21.3
4402026-02-27T02:08:04.623Z Downloaded pest_derive v2.8.2
4412026-02-27T02:08:04.623Z Downloaded errno v0.3.12
4422026-02-27T02:08:04.641Z Downloaded serde_derive v1.0.228
4432026-02-27T02:08:04.644Z Downloaded num-traits v0.2.19
4442026-02-27T02:08:04.647Z Downloaded icu_provider v1.5.0
4452026-02-27T02:08:04.653Z Downloaded icu_normalizer v1.5.0
4462026-02-27T02:08:04.656Z Downloaded icu_normalizer_data v1.5.0
4472026-02-27T02:08:04.663Z Downloaded icu_properties v1.5.1
4482026-02-27T02:08:04.668Z Downloaded log v0.4.29
4492026-02-27T02:08:04.668Z Downloaded icu_locid v1.5.0
4502026-02-27T02:08:04.677Z Downloaded serde_core v1.0.228
4512026-02-27T02:08:04.680Z Downloaded clap_builder v4.5.48
4522026-02-27T02:08:04.689Z Downloaded serde v1.0.228
4532026-02-27T02:08:04.700Z Downloaded icu_collections v1.5.0
4542026-02-27T02:08:04.709Z Downloaded memchr v2.7.4
4552026-02-27T02:08:04.718Z Downloaded hashbrown v0.16.1
4562026-02-27T02:08:04.728Z Downloaded indexmap v2.13.0
4572026-02-27T02:08:04.743Z Downloaded pest v2.8.2
4582026-02-27T02:08:04.769Z Downloaded serde_json v1.0.149
4592026-02-27T02:08:04.774Z Downloaded idna v1.0.3
4602026-02-27T02:08:04.779Z Downloaded goblin v0.8.2
4612026-02-27T02:08:04.800Z Downloaded tabled v0.15.0
4622026-02-27T02:08:04.826Z Downloaded icu_properties_data v1.5.0
4632026-02-27T02:08:04.835Z Downloaded syn v1.0.109
4642026-02-27T02:08:04.843Z Downloaded syn v2.0.117
4652026-02-27T02:08:04.862Z Downloaded rustix v0.38.37
4662026-02-27T02:08:04.881Z Downloaded rustix v1.1.3
4672026-02-27T02:08:04.911Z Downloaded libc v0.2.180
4682026-02-27T02:08:05.004Z Compiling proc-macro2 v1.0.106
4692026-02-27T02:08:05.007Z Compiling quote v1.0.44
4702026-02-27T02:08:05.007Z Compiling unicode-ident v1.0.24
4712026-02-27T02:08:05.007Z Compiling serde_core v1.0.228
4722026-02-27T02:08:05.007Z Compiling serde v1.0.228
4732026-02-27T02:08:05.008Z Compiling version_check v0.9.5
4742026-02-27T02:08:05.008Z Compiling libc v0.2.180
4752026-02-27T02:08:05.008Z Compiling memchr v2.7.4
4762026-02-27T02:08:05.491Z Compiling thiserror v2.0.18
4772026-02-27T02:08:05.930Z Compiling stable_deref_trait v1.2.0
4782026-02-27T02:08:06.059Z Compiling zmij v1.0.15
4792026-02-27T02:08:06.351Z Compiling writeable v0.5.5
4802026-02-27T02:08:06.379Z Compiling thiserror v1.0.69
4812026-02-27T02:08:06.635Z Compiling itoa v1.0.11
4822026-02-27T02:08:06.757Z Compiling ucd-trie v0.1.7
4832026-02-27T02:08:06.939Z Compiling autocfg v1.4.0
4842026-02-27T02:08:06.983Z Compiling litemap v0.7.3
4852026-02-27T02:08:07.392Z Compiling icu_locid_transform_data v1.5.0
4862026-02-27T02:08:07.512Z Compiling byteorder v1.5.0
4872026-02-27T02:08:07.588Z Compiling bitflags v2.9.4
4882026-02-27T02:08:07.926Z Compiling errno v0.3.12
4892026-02-27T02:08:08.056Z Compiling icu_properties_data v1.5.0
4902026-02-27T02:08:08.141Z Compiling serde_json v1.0.149
4912026-02-27T02:08:08.222Z Compiling num-traits v0.2.19
4922026-02-27T02:08:08.332Z Compiling syn v2.0.117
4932026-02-27T02:08:08.394Z Compiling hashbrown v0.16.1
4942026-02-27T02:08:08.459Z Compiling write16 v1.0.0
4952026-02-27T02:08:08.535Z Compiling icu_normalizer_data v1.5.0
4962026-02-27T02:08:08.565Z Compiling rustix v0.38.37
4972026-02-27T02:08:08.632Z Compiling typeid v1.0.3
4982026-02-27T02:08:08.669Z Compiling utf16_iter v1.0.5
4992026-02-27T02:08:08.901Z Compiling utf8_iter v1.0.4
5002026-02-27T02:08:08.945Z Compiling smallvec v1.15.1
5012026-02-27T02:08:09.157Z Compiling equivalent v1.0.2
5022026-02-27T02:08:09.434Z Compiling usdt-impl v0.5.0
5032026-02-27T02:08:09.586Z Compiling indexmap v2.13.0
5042026-02-27T02:08:09.621Z Compiling proc-macro-error-attr v1.0.4
5052026-02-27T02:08:09.669Z Compiling winnow v0.7.14
5062026-02-27T02:08:09.834Z Compiling syn v1.0.109
5072026-02-27T02:08:09.993Z Compiling toml_write v0.1.2
5082026-02-27T02:08:10.247Z Compiling thread-id v4.2.2
5092026-02-27T02:08:10.778Z Compiling proc-macro-error v1.0.4
5102026-02-27T02:08:11.134Z Compiling plain v0.2.3
5112026-02-27T02:08:11.309Z Compiling percent-encoding v2.3.2
5122026-02-27T02:08:11.371Z Compiling getrandom v0.3.4
5132026-02-27T02:08:11.660Z Compiling utf8parse v0.2.2
5142026-02-27T02:08:11.871Z Compiling rustix v1.1.3
5152026-02-27T02:08:12.001Z Compiling log v0.4.29
5162026-02-27T02:08:12.380Z Compiling camino v1.2.2
5172026-02-27T02:08:12.504Z Compiling ordered-float v2.10.1
5182026-02-27T02:08:12.833Z Compiling anstyle-parse v0.2.5
5192026-02-27T02:08:12.978Z Compiling terminal_size v0.4.0
5202026-02-27T02:08:13.095Z Compiling form_urlencoded v1.2.2
5212026-02-27T02:08:13.304Z Compiling anstyle-query v1.1.1
5222026-02-27T02:08:13.443Z Compiling colorchoice v1.0.2
5232026-02-27T02:08:13.493Z Compiling pretty-hex v0.4.1
5242026-02-27T02:08:13.659Z Compiling cfg-if v1.0.4
5252026-02-27T02:08:13.662Z Compiling anstyle v1.0.11
5262026-02-27T02:08:13.730Z Compiling is_terminal_polyfill v1.70.1
5272026-02-27T02:08:14.033Z Compiling anstream v0.6.18
5282026-02-27T02:08:14.080Z Compiling semver v1.0.27
5292026-02-27T02:08:14.679Z Compiling fs-err v3.1.1
5302026-02-27T02:08:14.766Z Compiling unicode-width v0.1.14
5312026-02-27T02:08:14.796Z Compiling anyhow v1.0.99
5322026-02-27T02:08:14.866Z Compiling clap_lex v0.7.4
5332026-02-27T02:08:15.030Z Compiling heck v0.4.1
5342026-02-27T02:08:15.298Z Compiling synstructure v0.13.1
5352026-02-27T02:08:15.341Z Compiling fastrand v2.1.1
5362026-02-27T02:08:15.400Z Compiling strsim v0.11.1
5372026-02-27T02:08:15.458Z Compiling heck v0.5.0
5382026-02-27T02:08:15.967Z Compiling unicode-xid v0.2.6
5392026-02-27T02:08:16.132Z Compiling bytecount v0.6.8
5402026-02-27T02:08:16.159Z Compiling once_cell v1.21.3
5412026-02-27T02:08:16.186Z Compiling fnv v1.0.7
5422026-02-27T02:08:16.382Z Compiling papergrid v0.11.0
5432026-02-27T02:08:16.413Z Compiling clap_builder v4.5.48
5442026-02-27T02:08:16.516Z Compiling tempfile v3.24.0
5452026-02-27T02:08:16.885Z Compiling memmap v0.7.0
5462026-02-27T02:08:17.032Z Compiling smawk v0.3.2
5472026-02-27T02:08:17.215Z Compiling unicode-width v0.2.0
5482026-02-27T02:08:17.289Z Compiling unicode-linebreak v0.1.5
5492026-02-27T02:08:17.769Z Compiling textwrap v0.16.2
5502026-02-27T02:08:17.807Z Compiling camino-tempfile v1.4.1
5512026-02-27T02:08:18.285Z Compiling swrite v0.1.0
5522026-02-27T02:08:18.441Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-02-27T02:08:18.464Z Compiling tabled_derive v0.7.0
5542026-02-27T02:08:19.357Z Compiling serde_derive v1.0.228
5552026-02-27T02:08:19.400Z Compiling zerofrom-derive v0.1.4
5562026-02-27T02:08:19.426Z Compiling yoke-derive v0.7.4
5572026-02-27T02:08:19.501Z Compiling thiserror-impl v2.0.18
5582026-02-27T02:08:19.529Z Compiling zerovec-derive v0.10.3
5592026-02-27T02:08:20.023Z Compiling displaydoc v0.2.5
5602026-02-27T02:08:21.663Z Compiling icu_provider_macros v1.5.0
5612026-02-27T02:08:22.078Z Compiling thiserror-impl v1.0.69
5622026-02-27T02:08:22.282Z Compiling zerocopy-derive v0.7.35
5632026-02-27T02:08:22.699Z Compiling scroll_derive v0.12.0
5642026-02-27T02:08:22.758Z Compiling zerofrom v0.1.4
5652026-02-27T02:08:22.919Z Compiling pest v2.8.2
5662026-02-27T02:08:23.032Z Compiling yoke v0.7.4
5672026-02-27T02:08:23.444Z Compiling zerovec v0.10.4
5682026-02-27T02:08:24.127Z Compiling scroll v0.12.0
5692026-02-27T02:08:24.214Z Compiling zerocopy v0.7.35
5702026-02-27T02:08:24.241Z Compiling clap_derive v4.5.47
5712026-02-27T02:08:24.703Z Compiling goblin v0.8.2
5722026-02-27T02:08:24.734Z Compiling tabled v0.15.0
5732026-02-27T02:08:25.540Z Compiling tinystr v0.7.6
5742026-02-27T02:08:25.641Z Compiling pest_meta v2.8.2
5752026-02-27T02:08:25.645Z Compiling icu_collections v1.5.0
5762026-02-27T02:08:25.866Z Compiling icu_locid v1.5.0
5772026-02-27T02:08:27.417Z Compiling icu_provider v1.5.0
5782026-02-27T02:08:27.664Z Compiling pest_generator v2.8.2
5792026-02-27T02:08:27.695Z Compiling serde_spanned v0.6.9
5802026-02-27T02:08:27.946Z Compiling toml_datetime v0.6.11
5812026-02-27T02:08:27.987Z Compiling dof v0.3.0
5822026-02-27T02:08:28.405Z Compiling icu_locid_transform v1.5.0
5832026-02-27T02:08:28.409Z Compiling toml_edit v0.22.27
5842026-02-27T02:08:28.516Z Compiling serde_tokenstream v0.2.3
5852026-02-27T02:08:28.893Z Compiling erased-serde v0.4.6
5862026-02-27T02:08:29.176Z Compiling serde-value v0.7.0
5872026-02-27T02:08:29.482Z Compiling cargo-platform v0.2.0
5882026-02-27T02:08:29.968Z Compiling icu_properties v1.5.1
5892026-02-27T02:08:30.051Z Compiling serde-untagged v0.1.7
5902026-02-27T02:08:30.081Z Compiling clap v4.5.48
5912026-02-27T02:08:30.138Z Compiling pest_derive v2.8.2
5922026-02-27T02:08:30.215Z Compiling macaddr v1.0.1
5932026-02-27T02:08:30.961Z Compiling dtrace-parser v0.2.0
5942026-02-27T02:08:31.934Z Compiling toml v0.8.23
5952026-02-27T02:08:32.819Z Compiling cargo_toml v0.21.0
5962026-02-27T02:08:32.846Z Compiling usdt-macro v0.5.0
5972026-02-27T02:08:32.849Z Compiling usdt-attr-macro v0.5.0
5982026-02-27T02:08:33.514Z Compiling icu_normalizer v1.5.0
5992026-02-27T02:08:33.933Z Compiling usdt v0.5.0
6002026-02-27T02:08:34.202Z Compiling idna_adapter v1.2.0
6012026-02-27T02:08:34.377Z Compiling idna v1.0.3
6022026-02-27T02:08:34.791Z Compiling url v2.5.4
6032026-02-27T02:08:35.573Z Compiling cargo-util-schemas v0.8.2
6042026-02-27T02:08:37.087Z Compiling cargo_metadata v0.21.0
6052026-02-27T02:08:38.699Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6062026-02-27T02:08:42.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
6072026-02-27T02:08:42.680Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6082026-02-27T02:08:43.504Z Downloading crates ...
6092026-02-27T02:08:43.651Z Downloaded adler2 v2.0.0
6102026-02-27T02:08:43.656Z Downloaded aead v0.5.2
6112026-02-27T02:08:43.659Z Downloaded addr2line v0.24.2
6122026-02-27T02:08:43.669Z Downloaded bzip2 v0.5.2
6132026-02-27T02:08:43.681Z Downloaded crunchy v0.2.2
6142026-02-27T02:08:43.687Z Downloaded derive_builder_macro v0.20.2
6152026-02-27T02:08:43.690Z Downloaded dof v0.4.0
6162026-02-27T02:08:43.694Z Downloaded cstr-argument v0.1.2
6172026-02-27T02:08:43.698Z Downloaded foreign-types-macros v0.2.3
6182026-02-27T02:08:43.701Z Downloaded crossbeam-deque v0.8.5
6192026-02-27T02:08:43.705Z Downloaded deranged v0.5.3
6202026-02-27T02:08:43.710Z Downloaded cobs v0.2.3
6212026-02-27T02:08:43.713Z Downloaded find-msvc-tools v0.1.9
6222026-02-27T02:08:43.718Z Downloaded dropshot_endpoint v0.16.7
6232026-02-27T02:08:43.724Z Downloaded crypto-bigint v0.5.5
6242026-02-27T02:08:43.733Z Downloaded dirs-sys-next v0.1.2
6252026-02-27T02:08:43.737Z Downloaded embedded-io v0.6.1
6262026-02-27T02:08:43.742Z Downloaded diesel-dtrace v0.4.2
6272026-02-27T02:08:43.745Z Downloaded crossterm v0.28.1
6282026-02-27T02:08:43.755Z Downloaded dyn-clone v1.0.20
6292026-02-27T02:08:43.774Z Downloaded fs_extra v1.3.0
6302026-02-27T02:08:43.779Z Downloaded csv-core v0.1.11
6312026-02-27T02:08:43.783Z Downloaded enum-as-inner v0.6.1
6322026-02-27T02:08:43.787Z Downloaded crucible-workspace-hack v0.1.0
6332026-02-27T02:08:43.791Z Downloaded base16ct v0.2.0
6342026-02-27T02:08:43.795Z Downloaded funty v2.0.0
6352026-02-27T02:08:43.798Z Downloaded constant_time_eq v0.3.1
6362026-02-27T02:08:43.802Z Downloaded display-error-chain v0.2.2
6372026-02-27T02:08:43.806Z Downloaded ff v0.13.0
6382026-02-27T02:08:43.809Z Downloaded atomicwrites v0.4.4
6392026-02-27T02:08:43.813Z Downloaded erased-serde v0.3.31
6402026-02-27T02:08:43.818Z Downloaded castaway v0.2.3
6412026-02-27T02:08:43.821Z Downloaded foreign-types v0.3.2
6422026-02-27T02:08:43.824Z Downloaded foreign-types-shared v0.3.1
6432026-02-27T02:08:43.828Z Downloaded fd-lock v4.0.2
6442026-02-27T02:08:43.833Z Downloaded foreign-types-shared v0.1.1
6452026-02-27T02:08:43.836Z Downloaded float-ord v0.3.2
6462026-02-27T02:08:43.839Z Downloaded dropshot-api-manager-types v0.3.0
6472026-02-27T02:08:43.843Z Downloaded futures-core v0.3.32
6482026-02-27T02:08:43.846Z Downloaded foreign-types v0.5.0
6492026-02-27T02:08:43.850Z Downloaded futures-task v0.3.31
6502026-02-27T02:08:43.853Z Downloaded ghash v0.5.1
6512026-02-27T02:08:43.857Z Downloaded const-oid v0.9.6
6522026-02-27T02:08:43.861Z Downloaded hash32 v0.2.1
6532026-02-27T02:08:43.865Z Downloaded futures-io v0.3.31
6542026-02-27T02:08:43.869Z Downloaded fxhash v0.2.1
6552026-02-27T02:08:43.872Z Downloaded fs-err v2.11.0
6562026-02-27T02:08:43.876Z Downloaded globwalk v0.9.1
6572026-02-27T02:08:43.879Z Downloaded headers-core v0.3.0
6582026-02-27T02:08:43.884Z Downloaded hex-literal v0.4.1
6592026-02-27T02:08:43.890Z Downloaded hex v0.4.3
6602026-02-27T02:08:43.894Z Downloaded data-encoding v2.9.0
6612026-02-27T02:08:43.894Z Downloaded cassowary v0.3.0
6622026-02-27T02:08:43.897Z Downloaded bit-vec v0.8.0
6632026-02-27T02:08:43.901Z Downloaded hostname v0.4.2
6642026-02-27T02:08:43.904Z Downloaded critical-section v1.1.3
6652026-02-27T02:08:43.909Z Downloaded hubpack_derive v0.1.1
6662026-02-27T02:08:43.912Z Downloaded futures-sink v0.3.31
6672026-02-27T02:08:43.915Z Downloaded const_format_proc_macros v0.2.34
6682026-02-27T02:08:43.918Z Downloaded foldhash v0.2.0
6692026-02-27T02:08:43.921Z Downloaded bcs v0.1.6
6702026-02-27T02:08:43.926Z Downloaded ecdsa v0.16.9
6712026-02-27T02:08:43.929Z Downloaded http-body v1.0.1
6722026-02-27T02:08:43.932Z Downloaded hyper-tls v0.6.0
6732026-02-27T02:08:43.936Z Downloaded impl-trait-for-tuples v0.2.2
6742026-02-27T02:08:43.940Z Downloaded indent_write v2.2.0
6752026-02-27T02:08:43.944Z Downloaded group v0.13.0
6762026-02-27T02:08:43.948Z Downloaded des v0.8.1
6772026-02-27T02:08:43.951Z Downloaded ident_case v1.0.1
6782026-02-27T02:08:43.954Z Downloaded hash32 v0.3.1
6792026-02-27T02:08:43.958Z Downloaded instant v0.1.13
6802026-02-27T02:08:43.962Z Downloaded instability v0.3.2
6812026-02-27T02:08:43.965Z Downloaded inout v0.1.3
6822026-02-27T02:08:43.968Z Downloaded indoc v1.0.9
6832026-02-27T02:08:43.973Z Downloaded internet-checksum v0.2.1
6842026-02-27T02:08:43.977Z Downloaded globset v0.4.15
6852026-02-27T02:08:43.980Z Downloaded highway v1.3.0
6862026-02-27T02:08:43.983Z Downloaded corncobs v0.1.4
6872026-02-27T02:08:43.986Z Downloaded is_ci v1.2.0
6882026-02-27T02:08:43.989Z Downloaded lazy_static v1.5.0
6892026-02-27T02:08:43.992Z Downloaded bitfield v0.19.2
6902026-02-27T02:08:43.995Z Downloaded lru-cache v0.1.2
6912026-02-27T02:08:43.998Z Downloaded http-body-util v0.1.3
6922026-02-27T02:08:44.002Z Downloaded backon v1.6.0
6932026-02-27T02:08:44.007Z Downloaded libscf-sys v1.1.0
6942026-02-27T02:08:44.010Z Downloaded humantime v2.2.0
6952026-02-27T02:08:44.014Z Downloaded glob v0.3.2
6962026-02-27T02:08:44.017Z Downloaded getrandom v0.2.15
6972026-02-27T02:08:44.021Z Downloaded md-5 v0.10.6
6982026-02-27T02:08:44.025Z Downloaded mime v0.3.17
6992026-02-27T02:08:44.028Z Downloaded lockfree-object-pool v0.1.6
7002026-02-27T02:08:44.032Z Downloaded lru-slab v0.1.2
7012026-02-27T02:08:44.035Z Downloaded fatfs v0.3.6
7022026-02-27T02:08:44.039Z Downloaded hyper-staticfile v0.10.1
7032026-02-27T02:08:44.043Z Downloaded memoffset v0.9.1
7042026-02-27T02:08:44.046Z Downloaded md5 v0.7.0
7052026-02-27T02:08:44.049Z Downloaded newline-converter v0.3.0
7062026-02-27T02:08:44.052Z Downloaded newtype_derive v0.1.6
7072026-02-27T02:08:44.055Z Downloaded multimap v0.10.1
7082026-02-27T02:08:44.059Z Downloaded ingot-types v0.1.2
7092026-02-27T02:08:44.062Z Downloaded ingot v0.1.1
7102026-02-27T02:08:44.065Z Downloaded ipnet v2.11.0
7112026-02-27T02:08:44.068Z Downloaded newtype-uuid-macros v0.1.0
7122026-02-27T02:08:44.070Z Downloaded nodrop v0.1.14
7132026-02-27T02:08:44.074Z Downloaded libloading v0.8.5
7142026-02-27T02:08:44.077Z Downloaded num-derive v0.3.3
7152026-02-27T02:08:44.080Z Downloaded number_prefix v0.4.0
7162026-02-27T02:08:44.083Z Downloaded num v0.4.3
7172026-02-27T02:08:44.086Z Downloaded num-iter v0.1.45
7182026-02-27T02:08:44.089Z Downloaded cookie v0.18.1
7192026-02-27T02:08:44.092Z Downloaded blake2 v0.10.6
7202026-02-27T02:08:44.096Z Downloaded crc-any v2.5.0
7212026-02-27T02:08:44.100Z Downloaded hickory-client v0.25.2
7222026-02-27T02:08:44.104Z Downloaded futures v0.3.31
7232026-02-27T02:08:44.110Z Downloaded openssl-probe v0.1.5
7242026-02-27T02:08:44.113Z Downloaded libefi-sys v0.1.0
7252026-02-27T02:08:44.116Z Downloaded iana-time-zone v0.1.63
7262026-02-27T02:08:44.120Z Downloaded libz-rs-sys v0.5.1
7272026-02-27T02:08:44.123Z Downloaded flume v0.11.1
7282026-02-27T02:08:44.128Z Downloaded oso-derive v0.27.3
7292026-02-27T02:08:44.131Z Downloaded half v2.4.1
7302026-02-27T02:08:44.134Z Downloaded dropshot-api-manager v0.3.0
7312026-02-27T02:08:44.138Z Downloaded mime_guess v2.0.5
7322026-02-27T02:08:44.141Z Downloaded parse-display v0.10.0
7332026-02-27T02:08:44.145Z Downloaded lock_api v0.4.12
7342026-02-27T02:08:44.147Z Downloaded native-tls v0.2.12
7352026-02-27T02:08:44.151Z Downloaded ingot-macros v0.1.1
7362026-02-27T02:08:44.154Z Downloaded der v0.7.10
7372026-02-27T02:08:44.160Z Downloaded peg-runtime v0.8.5
7382026-02-27T02:08:44.163Z Downloaded parse-size v1.1.0
7392026-02-27T02:08:44.166Z Downloaded num-integer v0.1.46
7402026-02-27T02:08:44.169Z Downloaded pbkdf2 v0.12.2
7412026-02-27T02:08:44.172Z Downloaded diesel_derives v2.2.3
7422026-02-27T02:08:44.177Z Downloaded num_enum v0.5.11
7432026-02-27T02:08:44.184Z Downloaded path-slash v0.1.5
7442026-02-27T02:08:44.188Z Downloaded num-rational v0.4.2
7452026-02-27T02:08:44.193Z Downloaded flate2 v1.1.2
7462026-02-27T02:08:44.197Z Downloaded phf_shared v0.12.1
7472026-02-27T02:08:44.200Z Downloaded pin-utils v0.1.0
7482026-02-27T02:08:44.203Z Downloaded ed25519-dalek v2.1.1
7492026-02-27T02:08:44.207Z Downloaded memmap2 v0.9.8
7502026-02-27T02:08:44.211Z Downloaded phf_shared v0.11.2
7512026-02-27T02:08:44.214Z Downloaded bytes v1.11.1
7522026-02-27T02:08:44.219Z Downloaded oxide-tokio-rt v0.1.2
7532026-02-27T02:08:44.222Z Downloaded arc-swap v1.7.1
7542026-02-27T02:08:44.228Z Downloaded predicates-core v1.0.8
7552026-02-27T02:08:44.231Z Downloaded parking_lot_core v0.9.10
7562026-02-27T02:08:44.234Z Downloaded pretty-hex v0.2.1
7572026-02-27T02:08:44.237Z Downloaded oxide-update-engine v0.1.0
7582026-02-27T02:08:44.240Z Downloaded predicates-tree v1.0.12
7592026-02-27T02:08:44.243Z Downloaded indexmap v1.9.3
7602026-02-27T02:08:44.248Z Downloaded ignore v0.4.23
7612026-02-27T02:08:44.251Z Downloaded heapless v0.8.0
7622026-02-27T02:08:44.257Z Downloaded progenitor v0.8.0
7632026-02-27T02:08:44.261Z Downloaded proc-macro-crate v1.3.1
7642026-02-27T02:08:44.264Z Downloaded proc-macro-error-attr2 v2.0.0
7652026-02-27T02:08:44.267Z Downloaded progenitor-client v0.10.0
7662026-02-27T02:08:44.270Z Downloaded progenitor-client v0.8.0
7672026-02-27T02:08:44.270Z Downloaded progenitor-macro v0.8.0
7682026-02-27T02:08:44.273Z Downloaded progenitor-macro v0.11.2
7692026-02-27T02:08:44.276Z Downloaded phf v0.12.1
7702026-02-27T02:08:44.279Z Downloaded phf v0.11.2
7712026-02-27T02:08:44.282Z Downloaded peg-macros v0.8.5
7722026-02-27T02:08:44.285Z Downloaded const_format v0.2.34
7732026-02-27T02:08:44.289Z Downloaded indicatif v0.17.11
7742026-02-27T02:08:44.294Z Downloaded num-derive v0.4.2
7752026-02-27T02:08:44.298Z Downloaded psl-types v2.0.11
7762026-02-27T02:08:44.302Z Downloaded poly1305 v0.8.0
7772026-02-27T02:08:44.306Z Downloaded backtrace v0.3.74
7782026-02-27T02:08:44.309Z Downloaded password-hash v0.5.0
7792026-02-27T02:08:44.313Z Downloaded quick-error v1.2.3
7802026-02-27T02:08:44.316Z Downloaded radium v0.7.0
7812026-02-27T02:08:44.319Z Downloaded postgres-protocol v0.6.8
7822026-02-27T02:08:44.322Z Downloaded predicates v3.1.3
7832026-02-27T02:08:44.326Z Downloaded oxide-update-engine-display v0.1.0
7842026-02-27T02:08:44.330Z Downloaded pkg-config v0.3.31
7852026-02-27T02:08:44.333Z Downloaded progenitor-macro v0.13.0
7862026-02-27T02:08:44.333Z Downloaded ppv-lite86 v0.2.20
7872026-02-27T02:08:44.336Z Downloaded owo-colors v4.2.3
7882026-02-27T02:08:44.339Z Downloaded ref-cast-impl v1.0.25
7892026-02-27T02:08:44.342Z Downloaded recursive-proc-macro-impl v0.1.1
7902026-02-27T02:08:44.345Z Downloaded headers v0.4.1
7912026-02-27T02:08:44.349Z Downloaded rand_xorshift v0.4.0
7922026-02-27T02:08:44.352Z Downloaded progenitor-client v0.11.2
7932026-02-27T02:08:44.355Z Downloaded recursive v0.1.1
7942026-02-27T02:08:44.358Z Downloaded progenitor-extras v0.1.0
7952026-02-27T02:08:44.361Z Downloaded rfc6979 v0.4.0
7962026-02-27T02:08:44.362Z Downloaded ref-cast v1.0.25
7972026-02-27T02:08:44.365Z Downloaded progenitor-client v0.13.0
7982026-02-27T02:08:44.368Z Downloaded progenitor v0.13.0
7992026-02-27T02:08:44.371Z Downloaded jiff-static v0.2.15
8002026-02-27T02:08:44.374Z Downloaded progenitor v0.11.2
8012026-02-27T02:08:44.377Z Downloaded hashbrown v0.12.3
8022026-02-27T02:08:44.380Z Downloaded psm v0.1.30
8032026-02-27T02:08:44.384Z Downloaded rtoolbox v0.0.2
8042026-02-27T02:08:44.388Z Downloaded progenitor-macro v0.10.0
8052026-02-27T02:08:44.391Z Downloaded progenitor v0.10.0
8062026-02-27T02:08:44.394Z Downloaded rustc_version v0.1.7
8072026-02-27T02:08:44.394Z Downloaded oso v0.27.3
8082026-02-27T02:08:44.398Z Downloaded pkcs1 v0.7.5
8092026-02-27T02:08:44.401Z Downloaded rustc_version v0.4.1
8102026-02-27T02:08:44.404Z Downloaded rustc-hash v2.1.1
8112026-02-27T02:08:44.408Z Downloaded postcard v1.0.10
8122026-02-27T02:08:44.411Z Downloaded russh-cryptovec v0.7.3
8132026-02-27T02:08:44.414Z Downloaded r2d2 v0.8.10
8142026-02-27T02:08:44.414Z Downloaded rand_core v0.6.4
8152026-02-27T02:08:44.418Z Downloaded quinn-udp v0.5.5
8162026-02-27T02:08:44.421Z Downloaded oxide-update-engine-types v0.1.0
8172026-02-27T02:08:44.424Z Downloaded rand_core v0.9.3
8182026-02-27T02:08:44.427Z Downloaded salsa20 v0.10.2
8192026-02-27T02:08:44.427Z Downloaded hickory-server v0.25.2
8202026-02-27T02:08:44.432Z Downloaded rand_chacha v0.9.0
8212026-02-27T02:08:44.438Z Downloaded bzip2-sys v0.1.13+1.0.8
8222026-02-27T02:08:44.447Z Downloaded parking_lot v0.12.3
8232026-02-27T02:08:44.450Z Downloaded rand_chacha v0.3.1
8242026-02-27T02:08:44.453Z Downloaded indicatif v0.18.0
8252026-02-27T02:08:44.456Z Downloaded secrecy v0.8.0
8262026-02-27T02:08:44.459Z Downloaded seq-macro v0.3.6
8272026-02-27T02:08:44.464Z Downloaded scroll_derive v0.13.1
8282026-02-27T02:08:44.467Z Downloaded secrecy v0.10.3
8292026-02-27T02:08:44.467Z Downloaded rand_seeder v0.4.0
8302026-02-27T02:08:44.470Z Downloaded openssl-sys v0.9.109
8312026-02-27T02:08:44.474Z Downloaded serde-big-array v0.5.1
8322026-02-27T02:08:44.477Z Downloaded resolv-conf v0.7.0
8332026-02-27T02:08:44.480Z Downloaded scheduled-thread-pool v0.2.7
8342026-02-27T02:08:44.483Z Downloaded serde_bytes v0.11.19
8352026-02-27T02:08:44.486Z Downloaded rustc-demangle v0.1.24
8362026-02-27T02:08:44.486Z Downloaded serde_spanned v1.0.4
8372026-02-27T02:08:44.489Z Downloaded serde_plain v1.0.2
8382026-02-27T02:08:44.492Z Downloaded serde_urlencoded v0.7.1
8392026-02-27T02:08:44.495Z Downloaded serde_repr v0.1.19
8402026-02-27T02:08:44.498Z Downloaded semver v0.1.20
8412026-02-27T02:08:44.498Z Downloaded pin-project v1.1.6
8422026-02-27T02:08:44.511Z Downloaded rustls-pemfile v2.2.0
8432026-02-27T02:08:44.514Z Downloaded simd-adler32 v0.3.7
8442026-02-27T02:08:44.517Z Downloaded signature v2.2.0
8452026-02-27T02:08:44.520Z Downloaded minimal-lexical v0.2.1
8462026-02-27T02:08:44.524Z Downloaded siphasher v1.0.1
8472026-02-27T02:08:44.528Z Downloaded rustversion v1.0.22
8482026-02-27T02:08:44.531Z Downloaded rusty-fork v0.3.0
8492026-02-27T02:08:44.534Z Downloaded sigpipe v0.1.3
8502026-02-27T02:08:44.537Z Downloaded rustls-pemfile v1.0.4
8512026-02-27T02:08:44.540Z Downloaded primeorder v0.13.6
8522026-02-27T02:08:44.540Z Downloaded scopeguard v1.2.0
8532026-02-27T02:08:44.543Z Downloaded papergrid v0.14.0
8542026-02-27T02:08:44.547Z Downloaded slog-bunyan v2.5.0
8552026-02-27T02:08:44.550Z Downloaded hyper-util v0.1.19
8562026-02-27T02:08:44.556Z Downloaded sct v0.7.1
8572026-02-27T02:08:44.560Z Downloaded progenitor-impl v0.11.2
8582026-02-27T02:08:44.562Z Downloaded progenitor-impl v0.13.0
8592026-02-27T02:08:44.566Z Downloaded scrypt v0.11.0
8602026-02-27T02:08:44.569Z Downloaded aes v0.8.4
8612026-02-27T02:08:44.572Z Downloaded sec1 v0.7.3
8622026-02-27T02:08:44.575Z Downloaded http v1.4.0
8632026-02-27T02:08:44.582Z Downloaded ssh-cipher v0.2.0
8642026-02-27T02:08:44.585Z Downloaded sha1 v0.10.6
8652026-02-27T02:08:44.585Z Downloaded prefix-trie v0.7.0
8662026-02-27T02:08:44.587Z Downloaded serde_path_to_error v0.1.20
8672026-02-27T02:08:44.590Z Downloaded russh-keys v0.45.0
8682026-02-27T02:08:44.618Z Downloaded sqlparser_derive v0.5.0
8692026-02-27T02:08:44.621Z Downloaded serde_derive_internals v0.29.1
8702026-02-27T02:08:44.621Z Downloaded serde-hex v0.1.0
8712026-02-27T02:08:44.621Z Downloaded scroll v0.13.0
8722026-02-27T02:08:44.621Z Downloaded itertools v0.10.5
8732026-02-27T02:08:44.622Z Downloaded shlex v1.3.0
8742026-02-27T02:08:44.622Z Downloaded shell-words v1.1.0
8752026-02-27T02:08:44.622Z Downloaded rustls-pki-types v1.14.0
8762026-02-27T02:08:44.622Z Downloaded strum v0.26.3
8772026-02-27T02:08:44.622Z Downloaded strip-ansi-escapes v0.2.0
8782026-02-27T02:08:44.622Z Downloaded schemars_derive v0.8.22
8792026-02-27T02:08:44.622Z Downloaded hashbrown v0.13.2
8802026-02-27T02:08:44.625Z Downloaded slab v0.4.9
8812026-02-27T02:08:44.628Z Downloaded ryu v1.0.18
8822026-02-27T02:08:44.631Z Downloaded sync_wrapper v1.0.1
8832026-02-27T02:08:44.634Z Downloaded structmeta-derive v0.3.0
8842026-02-27T02:08:44.637Z Downloaded subtle v2.6.1
8852026-02-27T02:08:44.637Z Downloaded slog-json v2.6.1
8862026-02-27T02:08:44.640Z Downloaded supports-color v3.0.2
8872026-02-27T02:08:44.643Z Downloaded structmeta v0.3.0
8882026-02-27T02:08:44.643Z Downloaded slog-envlogger v2.2.0
8892026-02-27T02:08:44.646Z Downloaded smallvec v0.6.14
8902026-02-27T02:08:44.649Z Downloaded slog-scope v4.4.0
8912026-02-27T02:08:44.649Z Downloaded tabwriter v1.4.0
8922026-02-27T02:08:44.652Z Downloaded slog-dtrace v0.3.0
8932026-02-27T02:08:44.654Z Downloaded take_mut v0.2.2
8942026-02-27T02:08:44.654Z Downloaded testing_table v0.3.0
8952026-02-27T02:08:44.658Z Downloaded num-bigint v0.4.6
8962026-02-27T02:08:44.661Z Downloaded tabled_derive v0.11.0
8972026-02-27T02:08:44.663Z Downloaded snafu-derive v0.8.5
8982026-02-27T02:08:44.666Z Downloaded smf v0.2.3
8992026-02-27T02:08:44.666Z Downloaded slog-term v2.9.2
9002026-02-27T02:08:44.669Z Downloaded sync-ptr v0.1.4
9012026-02-27T02:08:44.674Z Downloaded tap v1.0.1
9022026-02-27T02:08:44.674Z Downloaded tabled_derive v0.10.0
9032026-02-27T02:08:44.677Z Downloaded static_assertions v1.1.0
9042026-02-27T02:08:44.677Z Downloaded ron v0.7.1
9052026-02-27T02:08:44.681Z Downloaded serde_cbor v0.11.2
9062026-02-27T02:08:44.684Z Downloaded rustls-platform-verifier v0.6.2
9072026-02-27T02:08:44.688Z Downloaded ssh-encoding v0.2.0
9082026-02-27T02:08:44.691Z Downloaded spki v0.7.3
9092026-02-27T02:08:44.694Z Downloaded stacker v0.1.23
9102026-02-27T02:08:44.697Z Downloaded signal-hook-registry v1.4.2
9112026-02-27T02:08:44.697Z Downloaded thread-id v5.0.0
9122026-02-27T02:08:44.700Z Downloaded libm v0.2.8
9132026-02-27T02:08:44.707Z Downloaded tinyvec_macros v0.1.1
9142026-02-27T02:08:44.710Z Downloaded string_cache v0.8.9
9152026-02-27T02:08:44.713Z Downloaded thread_local v1.1.8
9162026-02-27T02:08:44.713Z Downloaded futures-util v0.3.31
9172026-02-27T02:08:44.725Z Downloaded strum_macros v0.27.2
9182026-02-27T02:08:44.728Z Downloaded crossterm v0.29.0
9192026-02-27T02:08:44.734Z Downloaded support-bundle-viewer v0.1.2
9202026-02-27T02:08:44.737Z Downloaded strum_macros v0.26.4
9212026-02-27T02:08:44.740Z Downloaded stringprep v0.1.5
9222026-02-27T02:08:44.740Z Downloaded schemars v0.8.22
9232026-02-27T02:08:44.752Z Downloaded progenitor-impl v0.10.0
9242026-02-27T02:08:44.755Z Downloaded strum_macros v0.24.3
9252026-02-27T02:08:44.759Z Downloaded iddqd v0.3.16
9262026-02-27T02:08:44.765Z Downloaded topological-sort v0.2.2
9272026-02-27T02:08:44.768Z Downloaded spin v0.9.8
9282026-02-27T02:08:44.771Z Downloaded signal-hook v0.3.18
9292026-02-27T02:08:44.774Z Downloaded num-bigint-dig v0.8.6
9302026-02-27T02:08:44.778Z Downloaded thiserror-no-std v2.0.2
9312026-02-27T02:08:44.782Z Downloaded try-lock v0.2.5
9322026-02-27T02:08:44.785Z Downloaded serde_with_macros v3.16.1
9332026-02-27T02:08:44.788Z Downloaded trait-variant v0.1.2
9342026-02-27T02:08:44.788Z Downloaded tower-layer v0.3.3
9352026-02-27T02:08:44.792Z Downloaded termios v0.3.3
9362026-02-27T02:08:44.792Z Downloaded rayon-core v1.12.1
9372026-02-27T02:08:44.795Z Downloaded tls_codec_derive v0.4.1
9382026-02-27T02:08:44.798Z Downloaded tls_codec v0.4.1
9392026-02-27T02:08:44.802Z Downloaded tower-service v0.3.3
9402026-02-27T02:08:44.802Z Downloaded slog v2.8.2
9412026-02-27T02:08:44.805Z Downloaded nom v7.1.3
9422026-02-27T02:08:44.811Z Downloaded serde_yaml v0.9.34+deprecated
9432026-02-27T02:08:44.814Z Downloaded tiny-keccak v2.0.2
9442026-02-27T02:08:44.817Z Downloaded unarray v0.1.4
9452026-02-27T02:08:44.820Z Downloaded time-macros v0.2.27
9462026-02-27T02:08:44.823Z Downloaded typify-macro v0.2.0
9472026-02-27T02:08:44.823Z Downloaded rand v0.8.5
9482026-02-27T02:08:44.826Z Downloaded tokio-tungstenite v0.23.1
9492026-02-27T02:08:44.829Z Downloaded tokio-rustls v0.25.0
9502026-02-27T02:08:44.832Z Downloaded mio v1.0.2
9512026-02-27T02:08:44.837Z Downloaded unit-prefix v0.5.1
9522026-02-27T02:08:44.841Z Downloaded untrusted v0.9.0
9532026-02-27T02:08:44.841Z Downloaded usdt-macro v0.6.0
9542026-02-27T02:08:44.844Z Downloaded typify-macro v0.4.3
9552026-02-27T02:08:44.844Z Downloaded typify-macro v0.6.1
9562026-02-27T02:08:44.844Z Downloaded socket2 v0.5.10
9572026-02-27T02:08:44.847Z Downloaded hashbrown v0.15.4
9582026-02-27T02:08:44.852Z Downloaded quinn v0.11.9
9592026-02-27T02:08:44.856Z Downloaded itertools v0.13.0
9602026-02-27T02:08:44.863Z Downloaded usdt v0.6.0
9612026-02-27T02:08:44.866Z Downloaded utf-8 v0.7.6
9622026-02-27T02:08:44.866Z Downloaded void v1.0.2
9632026-02-27T02:08:44.869Z Downloaded schemars v0.9.0
9642026-02-27T02:08:44.880Z Downloaded usdt-attr-macro v0.6.0
9652026-02-27T02:08:44.883Z Downloaded toml_writer v1.0.6+spec-1.1.0
9662026-02-27T02:08:44.886Z Downloaded qorb v0.4.1
9672026-02-27T02:08:44.888Z Downloaded want v0.3.1
9682026-02-27T02:08:44.891Z Downloaded aho-corasick v1.1.3
9692026-02-27T02:08:44.895Z Downloaded term v1.1.0
9702026-02-27T02:08:44.898Z Downloaded term v0.7.0
9712026-02-27T02:08:44.902Z Downloaded waitgroup v0.1.2
9722026-02-27T02:08:44.905Z Downloaded tokio-stream v0.1.17
9732026-02-27T02:08:44.908Z Downloaded rsa v0.9.8
9742026-02-27T02:08:44.914Z Downloaded universal-hash v0.5.1
9752026-02-27T02:08:44.917Z Downloaded p521 v0.13.3
9762026-02-27T02:08:44.919Z Downloaded xattr v1.3.1
9772026-02-27T02:08:44.922Z Downloaded hyper v1.8.1
9782026-02-27T02:08:44.928Z Downloaded typify v0.2.0
9792026-02-27T02:08:44.932Z Downloaded rand v0.9.2
9802026-02-27T02:08:44.935Z Downloaded uzers v0.12.1
9812026-02-27T02:08:44.938Z Downloaded xshell-macros v0.2.7
9822026-02-27T02:08:44.941Z Downloaded similar v2.7.0
9832026-02-27T02:08:44.944Z Downloaded samael v0.0.19
9842026-02-27T02:08:44.950Z Downloaded untrusted v0.7.1
9852026-02-27T02:08:44.953Z Downloaded rustls-webpki v0.103.9
9862026-02-27T02:08:44.956Z Downloaded tinyvec v1.8.0
9872026-02-27T02:08:44.959Z Downloaded schemars v1.0.4
9882026-02-27T02:08:44.972Z Downloaded zone_cfg_derive v0.3.0
9892026-02-27T02:08:44.975Z Downloaded zone_cfg_derive v0.1.2
9902026-02-27T02:08:44.975Z Downloaded vergen-gitcl v1.0.8
9912026-02-27T02:08:44.978Z Downloaded zone v0.1.8
9922026-02-27T02:08:44.978Z Downloaded vergen-git2 v1.0.7
9932026-02-27T02:08:44.983Z Downloaded zone v0.3.1
9942026-02-27T02:08:44.983Z Downloaded test-strategy v0.4.3
9952026-02-27T02:08:44.986Z Downloaded unicode-properties v0.1.3
9962026-02-27T02:08:44.986Z Downloaded unicase v2.8.1
9972026-02-27T02:08:44.989Z Downloaded usdt-impl v0.6.0
9982026-02-27T02:08:44.989Z Downloaded tar v0.4.44
9992026-02-27T02:08:44.992Z Downloaded blake3 v1.5.4
10002026-02-27T02:08:44.999Z Downloaded toml_parser v1.0.6+spec-1.1.0
10012026-02-27T02:08:45.002Z Downloaded wyz v0.5.1
10022026-02-27T02:08:45.005Z Downloaded itertools v0.14.0
10032026-02-27T02:08:45.011Z Downloaded vsss-rs v3.3.4
10042026-02-27T02:08:45.014Z Downloaded vergen-lib v0.1.6
10052026-02-27T02:08:45.017Z Downloaded russh v0.45.0
10062026-02-27T02:08:45.020Z Downloaded zeroize_derive v1.4.2
10072026-02-27T02:08:45.023Z Downloaded zeroize v1.8.1
10082026-02-27T02:08:45.026Z Downloaded xz2 v0.1.7
10092026-02-27T02:08:45.026Z Downloaded xshell v0.2.7
10102026-02-27T02:08:45.029Z Downloaded tracing-attributes v0.1.27
10112026-02-27T02:08:45.032Z Downloaded vergen v9.0.6
10122026-02-27T02:08:45.032Z Downloaded twox-hash v2.1.0
10132026-02-27T02:08:45.035Z Downloaded whoami v1.5.2
10142026-02-27T02:08:45.038Z Downloaded tungstenite v0.21.0
10152026-02-27T02:08:45.041Z Downloaded value-bag v1.12.0
10162026-02-27T02:08:45.043Z Downloaded tokio-rustls v0.24.1
10172026-02-27T02:08:45.046Z Downloaded tokio-macros v2.6.0
10182026-02-27T02:08:45.046Z Downloaded libxml v0.3.3
10192026-02-27T02:08:45.051Z Downloaded hkdf v0.12.4
10202026-02-27T02:08:45.054Z Downloaded tokio-rustls v0.26.0
10212026-02-27T02:08:45.057Z Downloaded vte_generate_state_changes v0.1.2
10222026-02-27T02:08:45.057Z Downloaded socket2 v0.6.1
10232026-02-27T02:08:45.060Z Downloaded wait-timeout v0.2.0
10242026-02-27T02:08:45.060Z Downloaded tui-tree-widget v0.23.1
10252026-02-27T02:08:45.063Z Downloaded subprocess v0.2.9
10262026-02-27T02:08:45.066Z Downloaded walkdir v2.5.0
10272026-02-27T02:08:45.066Z Downloaded toml v0.9.11+spec-1.1.0
10282026-02-27T02:08:45.069Z Downloaded toml v0.7.8
10292026-02-27T02:08:45.072Z Downloaded zstd-safe v7.2.3
10302026-02-27T02:08:45.075Z Downloaded ron v0.8.1
10312026-02-27T02:08:45.079Z Downloaded publicsuffix v2.3.0
10322026-02-27T02:08:45.082Z Downloaded rpassword v7.4.0
10332026-02-27T02:08:45.085Z Downloaded unicode-truncate v1.1.0
10342026-02-27T02:08:45.088Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10352026-02-27T02:08:45.088Z Downloaded tokio-tungstenite v0.21.0
10362026-02-27T02:08:45.091Z Downloaded tokio-native-tls v0.3.1
10372026-02-27T02:08:45.091Z Downloaded yasna v0.5.2
10382026-02-27T02:08:45.094Z Downloaded zstd v0.13.3
10392026-02-27T02:08:45.098Z Downloaded uuid v1.19.0
10402026-02-27T02:08:45.101Z Downloaded vte v0.11.1
10412026-02-27T02:08:45.104Z Downloaded tokio-dtrace v0.1.0
10422026-02-27T02:08:45.104Z Downloaded time-core v0.1.8
10432026-02-27T02:08:45.107Z Downloaded h2 v0.4.6
10442026-02-27T02:08:45.110Z Downloaded typify v0.4.3
10452026-02-27T02:08:45.114Z Downloaded unicode-bidi v0.3.17
10462026-02-27T02:08:45.116Z Downloaded rustyline v14.0.0
10472026-02-27T02:08:45.121Z Downloaded typify v0.6.1
10482026-02-27T02:08:45.125Z Downloaded zerocopy v0.6.6
10492026-02-27T02:08:45.128Z Downloaded git2 v0.20.2
10502026-02-27T02:08:45.135Z Downloaded snafu v0.8.5
10512026-02-27T02:08:45.140Z Downloaded steno v0.4.1
10522026-02-27T02:08:45.144Z Downloaded itertools v0.12.1
10532026-02-27T02:08:45.151Z Downloaded iri-string v0.7.8
10542026-02-27T02:08:45.157Z Downloaded thiserror-impl-no-std v2.0.2
10552026-02-27T02:08:45.160Z Downloaded prettyplease v0.2.36
10562026-02-27T02:08:45.163Z Downloaded pretty_assertions v1.4.1
10572026-02-27T02:08:45.166Z Downloaded reedline v0.40.0
10582026-02-27T02:08:45.170Z Downloaded tracing-core v0.1.32
10592026-02-27T02:08:45.173Z Downloaded tungstenite v0.23.0
10602026-02-27T02:08:45.176Z Downloaded reqwest v0.13.2
10612026-02-27T02:08:45.181Z Downloaded unicode_categories v0.1.1
10622026-02-27T02:08:45.184Z Downloaded reqwest v0.12.28
10632026-02-27T02:08:45.189Z Downloaded tokio-postgres v0.7.13
10642026-02-27T02:08:45.194Z Downloaded sqlformat v0.3.5
10652026-02-27T02:08:45.197Z Downloaded slog-stdlog v4.1.1
10662026-02-27T02:08:45.200Z Downloaded aes-gcm v0.10.3
10672026-02-27T02:08:45.204Z Downloaded termtree v0.5.1
10682026-02-27T02:08:45.204Z Downloaded tagptr v0.2.0
10692026-02-27T02:08:45.207Z Downloaded strum v0.27.2
10702026-02-27T02:08:45.207Z Downloaded slog-async v2.8.0
10712026-02-27T02:08:45.207Z Downloaded siphasher v0.3.11
10722026-02-27T02:08:45.210Z Downloaded rcgen v0.12.1
10732026-02-27T02:08:45.213Z Downloaded unsafe-libyaml v0.2.11
10742026-02-27T02:08:45.215Z Downloaded goblin v0.10.2
10752026-02-27T02:08:45.222Z Downloaded rayon v1.10.0
10762026-02-27T02:08:45.231Z Downloaded quick-xml v0.37.2
10772026-02-27T02:08:45.237Z Downloaded zopfli v0.8.1
10782026-02-27T02:08:45.240Z Downloaded portable-atomic v1.11.0
10792026-02-27T02:08:45.247Z Downloaded zerocopy-derive v0.8.27
10802026-02-27T02:08:45.254Z Downloaded yansi v1.0.1
10812026-02-27T02:08:45.257Z Downloaded ssh-key v0.6.6
10822026-02-27T02:08:45.263Z Downloaded rustls-webpki v0.101.7
10832026-02-27T02:08:45.278Z Downloaded zip v0.6.6
10842026-02-27T02:08:45.282Z Downloaded toml_edit v0.19.15
10852026-02-27T02:08:45.300Z Downloaded x509-cert v0.2.5
10862026-02-27T02:08:45.306Z Downloaded gimli v0.31.1
10872026-02-27T02:08:45.313Z Downloaded unicode-segmentation v1.12.0
10882026-02-27T02:08:45.316Z Downloaded unicode-normalization v0.1.24
10892026-02-27T02:08:45.320Z Downloaded regex v1.12.3
10902026-02-27T02:08:45.326Z Downloaded rustls-webpki v0.102.8
10912026-02-27T02:08:45.345Z Downloaded tower-http v0.6.8
10922026-02-27T02:08:45.353Z Downloaded lalrpop v0.19.12
10932026-02-27T02:08:45.364Z Downloaded typed-path v0.9.3
10942026-02-27T02:08:45.370Z Downloaded salty v0.3.0
10952026-02-27T02:08:45.377Z Downloaded curve25519-dalek v4.1.3
10962026-02-27T02:08:45.386Z Downloaded quinn-proto v0.11.13
10972026-02-27T02:08:45.393Z Downloaded nix v0.27.1
10982026-02-27T02:08:45.403Z Downloaded openssl v0.10.73
10992026-02-27T02:08:45.413Z Downloaded object v0.30.4
11002026-02-27T02:08:45.422Z Downloaded proptest v1.7.0
11012026-02-27T02:08:45.430Z Downloaded bindgen v0.71.1
11022026-02-27T02:08:45.438Z Downloaded nix v0.29.0
11032026-02-27T02:08:45.448Z Downloaded dropshot v0.16.7
11042026-02-27T02:08:45.469Z Downloaded zip v4.2.0
11052026-02-27T02:08:45.473Z Downloaded time v0.3.47
11062026-02-27T02:08:45.485Z Downloaded diesel v2.2.12
11072026-02-27T02:08:45.504Z Downloaded regex-syntax v0.6.29
11082026-02-27T02:08:45.511Z Downloaded tower v0.5.2
11092026-02-27T02:08:45.519Z Downloaded serde_with v3.16.1
11102026-02-27T02:08:45.531Z Downloaded radix_trie v0.2.1
11112026-02-27T02:08:45.535Z Downloaded webpki-roots v1.0.1
11122026-02-27T02:08:45.539Z Downloaded openapiv3 v2.2.0
11132026-02-27T02:08:45.550Z Downloaded object v0.36.5
11142026-02-27T02:08:45.560Z Downloaded winnow v0.6.26
11152026-02-27T02:08:45.568Z Downloaded winnow v0.5.40
11162026-02-27T02:08:45.576Z Downloaded hickory-proto v0.25.2
11172026-02-27T02:08:45.591Z Downloaded tabled v0.18.0
11182026-02-27T02:08:45.608Z Downloaded rustls v0.23.37
11192026-02-27T02:08:45.624Z Downloaded zlib-rs v0.5.1
11202026-02-27T02:08:45.627Z Downloaded tabled v0.20.0
11212026-02-27T02:08:45.641Z Downloaded hickory-proto v0.24.4
11222026-02-27T02:08:45.656Z Downloaded nix v0.28.0
11232026-02-27T02:08:45.666Z Downloaded polar-core v0.27.3
11242026-02-27T02:08:45.675Z Downloaded tough v0.20.0
11252026-02-27T02:08:45.683Z Downloaded smoltcp v0.9.1
11262026-02-27T02:08:45.693Z Downloaded vcpkg v0.2.15
11272026-02-27T02:08:45.733Z Downloaded bstr v1.10.0
11282026-02-27T02:08:45.740Z Downloaded rustls v0.21.12
11292026-02-27T02:08:45.751Z Downloaded zerocopy v0.8.27
11302026-02-27T02:08:45.772Z Downloaded nix v0.30.1
11312026-02-27T02:08:45.783Z Downloaded regex-syntax v0.8.5
11322026-02-27T02:08:45.790Z Downloaded ratatui v0.29.0
11332026-02-27T02:08:45.809Z Downloaded smoltcp v0.11.0
11342026-02-27T02:08:45.821Z Downloaded csv v1.3.1
11352026-02-27T02:08:45.839Z Downloaded zerocopy-derive v0.6.6
11362026-02-27T02:08:45.848Z Downloaded rustls v0.22.4
11372026-02-27T02:08:45.861Z Downloaded regress v0.10.5
11382026-02-27T02:08:45.868Z Downloaded object v0.37.3
11392026-02-27T02:08:45.879Z Downloaded petname v2.0.2
11402026-02-27T02:08:45.884Z Downloaded lzma-sys v0.1.20
11412026-02-27T02:08:45.912Z Downloaded tracing v0.1.40
11422026-02-27T02:08:45.916Z Downloaded tokio-util v0.7.15
11432026-02-27T02:08:45.923Z Downloaded moka v0.12.10
11442026-02-27T02:08:45.932Z Downloaded sqlparser v0.61.0
11452026-02-27T02:08:45.941Z Downloaded libz-sys v1.1.20
11462026-02-27T02:08:45.961Z Downloaded chrono v0.4.43
11472026-02-27T02:08:45.968Z Downloaded petgraph v0.8.2
11482026-02-27T02:08:45.987Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11492026-02-27T02:08:46.003Z Downloaded typify-impl v0.6.1
11502026-02-27T02:08:46.015Z Downloaded sha3 v0.10.8
11512026-02-27T02:08:46.020Z Downloaded sled v0.34.7
11522026-02-27T02:08:46.029Z Downloaded typify-impl v0.4.3
11532026-02-27T02:08:46.041Z Downloaded regex-automata v0.4.14
11542026-02-27T02:08:46.055Z Downloaded typify-impl v0.2.0
11552026-02-27T02:08:46.068Z Downloaded p384 v0.13.1
11562026-02-27T02:08:46.074Z Downloaded aws-lc-rs v1.16.0
11572026-02-27T02:08:46.081Z Downloaded jiff v0.2.15
11582026-02-27T02:08:46.097Z Downloaded bitvec v1.0.1
11592026-02-27T02:08:46.111Z Downloaded petgraph v0.6.5
11602026-02-27T02:08:46.127Z Downloaded signal-hook-tokio v0.3.1
11612026-02-27T02:08:46.130Z Downloaded signal-hook-mio v0.2.4
11622026-02-27T02:08:46.130Z Downloaded chrono-tz v0.10.4
11632026-02-27T02:08:46.145Z Downloaded rustls-native-certs v0.8.1
11642026-02-27T02:08:46.148Z Downloaded progenitor-impl v0.8.0
11652026-02-27T02:08:46.151Z Downloaded p256 v0.13.2
11662026-02-27T02:08:46.153Z Downloaded sapling-renderdag v0.1.0
11672026-02-27T02:08:46.153Z Downloaded same-file v1.0.6
11682026-02-27T02:08:46.156Z Downloaded postgres-types v0.2.9
11692026-02-27T02:08:46.157Z Downloaded polyval v0.6.2
11702026-02-27T02:08:46.159Z Downloaded papergrid v0.17.0
11712026-02-27T02:08:46.163Z Downloaded pkcs5 v0.7.1
11722026-02-27T02:08:46.166Z Downloaded proc-macro-error2 v2.0.1
11732026-02-27T02:08:46.169Z Downloaded miniz_oxide v0.8.5
11742026-02-27T02:08:46.172Z Downloaded hickory-resolver v0.25.2
11752026-02-27T02:08:46.175Z Downloaded encoding_rs v0.8.34
11762026-02-27T02:08:46.194Z Downloaded tokio v1.49.0
11772026-02-27T02:08:46.230Z Downloaded hickory-resolver v0.24.4
11782026-02-27T02:08:46.235Z Downloaded pin-project-internal v1.1.6
11792026-02-27T02:08:46.238Z Downloaded parking_lot v0.11.2
11802026-02-27T02:08:46.238Z Downloaded oxnet v0.1.4
11812026-02-27T02:08:46.241Z Downloaded omicron-zone-package v0.12.2
11822026-02-27T02:08:46.243Z Downloaded pkcs8 v0.10.2
11832026-02-27T02:08:46.246Z Downloaded pin-project-lite v0.2.14
11842026-02-27T02:08:46.249Z Downloaded base64 v0.21.7
11852026-02-27T02:08:46.252Z Downloaded expectorate v1.2.0
11862026-02-27T02:08:46.255Z Downloaded ar_archive_writer v0.5.1
11872026-02-27T02:08:46.269Z Downloaded bumpalo v3.16.0
11882026-02-27T02:08:46.298Z Downloaded peg v0.8.5
11892026-02-27T02:08:46.305Z Downloaded darling_core v0.20.10
11902026-02-27T02:08:46.309Z Downloaded pem-rfc7468 v0.7.0
11912026-02-27T02:08:46.312Z Downloaded nu-ansi-term v0.50.1
11922026-02-27T02:08:46.315Z Downloaded paste v1.0.15
11932026-02-27T02:08:46.318Z Downloaded pem v3.0.5
11942026-02-27T02:08:46.321Z Downloaded password-hash v0.4.2
11952026-02-27T02:08:46.324Z Downloaded parse-display-derive v0.10.0
11962026-02-27T02:08:46.324Z Downloaded parking_lot_core v0.8.6
11972026-02-27T02:08:46.327Z Downloaded heapless v0.7.17
11982026-02-27T02:08:46.331Z Downloaded precomputed-hash v0.1.1
11992026-02-27T02:08:46.333Z Downloaded powerfmt v0.2.0
12002026-02-27T02:08:46.333Z Downloaded packed_struct_codegen v0.10.1
12012026-02-27T02:08:46.337Z Downloaded multer v3.1.0
12022026-02-27T02:08:46.340Z Downloaded packed_struct v0.10.1
12032026-02-27T02:08:46.340Z Downloaded litrs v0.4.1
12042026-02-27T02:08:46.343Z Downloaded libgit2-sys v0.18.2+1.9.1
12052026-02-27T02:08:46.403Z Downloaded libsw v3.5.0
12062026-02-27T02:08:46.407Z Downloaded cc v1.2.56
12072026-02-27T02:08:46.409Z Downloaded hmac v0.12.1
12082026-02-27T02:08:46.409Z Downloaded elliptic-curve v0.13.8
12092026-02-27T02:08:46.412Z Downloaded derive_more v2.0.1
12102026-02-27T02:08:46.420Z Downloaded darling_core v0.21.0
12112026-02-27T02:08:46.425Z Downloaded pbkdf2 v0.11.0
12122026-02-27T02:08:46.428Z Downloaded compact_str v0.8.0
12132026-02-27T02:08:46.431Z Downloaded num-complex v0.4.6
12142026-02-27T02:08:46.434Z Downloaded newtype-uuid v1.3.2
12152026-02-27T02:08:46.434Z Downloaded nanorand v0.7.0
12162026-02-27T02:08:46.437Z Downloaded linear-map v1.2.0
12172026-02-27T02:08:46.437Z Downloaded hyper-rustls v0.27.7
12182026-02-27T02:08:46.440Z Downloaded allocator-api2 v0.2.21
12192026-02-27T02:08:46.442Z Downloaded base64 v0.13.1
12202026-02-27T02:08:46.443Z Downloaded openssl-macros v0.1.1
12212026-02-27T02:08:46.445Z Downloaded opaque-debug v0.3.1
12222026-02-27T02:08:46.445Z Downloaded olpc-cjson v0.1.4
12232026-02-27T02:08:46.445Z Downloaded num_threads v0.1.7
12242026-02-27T02:08:46.448Z Downloaded num_enum_derive v0.5.11
12252026-02-27T02:08:46.448Z Downloaded num-conv v0.2.0
12262026-02-27T02:08:46.448Z Downloaded ring v0.17.14
12272026-02-27T02:08:46.504Z Downloaded chacha20poly1305 v0.10.1
12282026-02-27T02:08:46.508Z Downloaded httparse v1.9.5
12292026-02-27T02:08:46.508Z Downloaded derive_more v0.99.20
12302026-02-27T02:08:46.508Z Downloaded normalize-line-endings v0.3.0
12312026-02-27T02:08:46.508Z Downloaded nonempty v0.12.0
12322026-02-27T02:08:46.508Z Downloaded nibble_vec v0.1.0
12332026-02-27T02:08:46.508Z Downloaded jobserver v0.1.32
12342026-02-27T02:08:46.508Z Downloaded keccak v0.1.5
12352026-02-27T02:08:46.508Z Downloaded indoc v2.0.6
12362026-02-27T02:08:46.508Z Downloaded half v1.8.3
12372026-02-27T02:08:46.508Z Downloaded new_debug_unreachable v1.0.6
12382026-02-27T02:08:46.509Z Downloaded ipnetwork v0.21.1
12392026-02-27T02:08:46.509Z Downloaded managed v0.8.0
12402026-02-27T02:08:46.509Z Downloaded libsw-core v0.3.1
12412026-02-27T02:08:46.509Z Downloaded derive_more-impl v2.0.1
12422026-02-27T02:08:46.512Z Downloaded futures-channel v0.3.31
12432026-02-27T02:08:46.515Z Downloaded base64 v0.22.1
12442026-02-27T02:08:46.518Z Downloaded derive-where v1.5.0
12452026-02-27T02:08:46.521Z Downloaded lru v0.12.5
12462026-02-27T02:08:46.525Z Downloaded linked-hash-map v0.5.6
12472026-02-27T02:08:46.525Z Downloaded maybe-uninit v2.0.0
12482026-02-27T02:08:46.525Z Downloaded match_cfg v0.1.0
12492026-02-27T02:08:46.525Z Downloaded maplit v1.0.2
12502026-02-27T02:08:46.528Z Downloaded lzss v0.8.2
12512026-02-27T02:08:46.528Z Downloaded darling v0.21.0
12522026-02-27T02:08:46.531Z Downloaded kstat-rs v0.2.4
12532026-02-27T02:08:46.534Z Downloaded foldhash v0.1.5
12542026-02-27T02:08:46.534Z Downloaded fixedbitset v0.5.7
12552026-02-27T02:08:46.537Z Downloaded lalrpop-util v0.19.12
12562026-02-27T02:08:46.537Z Downloaded console v0.16.0
12572026-02-27T02:08:46.540Z Downloaded is-terminal v0.4.13
12582026-02-27T02:08:46.540Z Downloaded crc32fast v1.4.2
12592026-02-27T02:08:46.546Z Downloaded cookie_store v0.22.1
12602026-02-27T02:08:46.546Z Downloaded colored v3.0.0
12612026-02-27T02:08:46.548Z Downloaded ahash v0.8.12
12622026-02-27T02:08:46.549Z Downloaded ed25519 v2.2.3
12632026-02-27T02:08:46.552Z Downloaded derive_builder_core v0.20.2
12642026-02-27T02:08:46.552Z Downloaded futures-executor v0.3.31
12652026-02-27T02:08:46.555Z Downloaded async-bb8-diesel v0.2.1
12662026-02-27T02:08:46.555Z Downloaded hubpack v0.1.2
12672026-02-27T02:08:46.558Z Downloaded hostname v0.3.1
12682026-02-27T02:08:46.558Z Downloaded home v0.5.9
12692026-02-27T02:08:46.558Z Downloaded daft-derive v0.1.4
12702026-02-27T02:08:46.562Z Downloaded derive-ex v0.1.8
12712026-02-27T02:08:46.565Z Downloaded convert_case v0.7.1
12722026-02-27T02:08:46.565Z Downloaded bitflags v1.3.2
12732026-02-27T02:08:46.568Z Downloaded darling v0.20.10
12742026-02-27T02:08:46.572Z Downloaded cmake v0.1.57
12752026-02-27T02:08:46.574Z Downloaded bitfield-struct v0.6.2
12762026-02-27T02:08:46.574Z Downloaded buf-list v1.0.3
12772026-02-27T02:08:46.577Z Downloaded httpdate v1.0.3
12782026-02-27T02:08:46.577Z Downloaded http-range v0.1.5
12792026-02-27T02:08:46.580Z Downloaded backoff v0.4.0
12802026-02-27T02:08:46.580Z Downloaded blowfish v0.9.1
12812026-02-27T02:08:46.583Z Downloaded async-trait v0.1.89
12822026-02-27T02:08:46.586Z Downloaded base64ct v1.6.0
12832026-02-27T02:08:46.589Z Downloaded heck v0.3.3
12842026-02-27T02:08:46.589Z Downloaded crossbeam-epoch v0.9.18
12852026-02-27T02:08:46.592Z Downloaded diff v0.1.13
12862026-02-27T02:08:46.595Z Downloaded derive_builder v0.20.2
12872026-02-27T02:08:46.598Z Downloaded defmt-macros v0.3.9
12882026-02-27T02:08:46.601Z Downloaded fallible-iterator v0.2.0
12892026-02-27T02:08:46.601Z Downloaded drift v0.1.3
12902026-02-27T02:08:46.605Z Downloaded daft v0.1.4
12912026-02-27T02:08:46.608Z Downloaded ctr v0.9.2
12922026-02-27T02:08:46.611Z Downloaded env_logger v0.11.8
12932026-02-27T02:08:46.611Z Downloaded clang-sys v1.8.1
12942026-02-27T02:08:46.614Z Downloaded filetime v0.2.26
12952026-02-27T02:08:46.614Z Downloaded console v0.15.10
12962026-02-27T02:08:46.617Z Downloaded cexpr v0.6.0
12972026-02-27T02:08:46.620Z Downloaded cancel-safe-futures v0.1.5
12982026-02-27T02:08:46.623Z Downloaded camino-tempfile-ext v0.3.2
12992026-02-27T02:08:46.623Z Downloaded chacha20 v0.9.1
13002026-02-27T02:08:46.626Z Downloaded bit-vec v0.6.3
13012026-02-27T02:08:46.626Z Downloaded arrayvec v0.7.6
13022026-02-27T02:08:46.629Z Downloaded argon2 v0.5.3
13032026-02-27T02:08:46.629Z Downloaded array-init v0.0.4
13042026-02-27T02:08:46.629Z Downloaded gethostname v0.5.0
13052026-02-27T02:08:46.632Z Downloaded futures-macro v0.3.31
13062026-02-27T02:08:46.632Z Downloaded curve25519-dalek-derive v0.1.1
13072026-02-27T02:08:46.632Z Downloaded convert_case v0.4.0
13082026-02-27T02:08:46.632Z Downloaded assert_matches v1.5.0
13092026-02-27T02:08:46.635Z Downloaded darling_macro v0.21.0
13102026-02-27T02:08:46.635Z Downloaded atomic-waker v1.1.2
13112026-02-27T02:08:46.635Z Downloaded bit-set v0.5.3
13122026-02-27T02:08:46.638Z Downloaded difflib v0.4.0
13132026-02-27T02:08:46.638Z Downloaded debug-ignore v1.0.5
13142026-02-27T02:08:46.638Z Downloaded embedded-io v0.4.0
13152026-02-27T02:08:46.641Z Downloaded crc8 v0.1.1
13162026-02-27T02:08:46.641Z Downloaded flagset v0.4.6
13172026-02-27T02:08:46.644Z Downloaded document-features v0.2.11
13182026-02-27T02:08:46.644Z Downloaded fixedbitset v0.4.2
13192026-02-27T02:08:46.644Z Downloaded ascii-canvas v3.0.0
13202026-02-27T02:08:46.647Z Downloaded arrayref v0.3.9
13212026-02-27T02:08:46.647Z Downloaded cfg_aliases v0.2.1
13222026-02-27T02:08:46.647Z Downloaded dirs-next v2.0.0
13232026-02-27T02:08:46.650Z Downloaded ciborium-ll v0.2.2
13242026-02-27T02:08:46.650Z Downloaded env_filter v0.1.2
13252026-02-27T02:08:46.653Z Downloaded endian-type v0.1.2
13262026-02-27T02:08:46.654Z Downloaded diesel_table_macro_syntax v0.2.0
13272026-02-27T02:08:46.654Z Downloaded crc-catalog v2.4.0
13282026-02-27T02:08:46.654Z Downloaded bitfield-macros v0.19.2
13292026-02-27T02:08:46.657Z Downloaded bb8 v0.8.5
13302026-02-27T02:08:46.657Z Downloaded dunce v1.0.5
13312026-02-27T02:08:46.657Z Downloaded dsl_auto_type v0.1.2
13322026-02-27T02:08:46.657Z Downloaded defmt-parser v0.3.4
13332026-02-27T02:08:46.659Z Downloaded darling_macro v0.20.10
13342026-02-27T02:08:46.660Z Downloaded ciborium-io v0.2.2
13352026-02-27T02:08:46.660Z Downloaded bcrypt-pbkdf v0.10.0
13362026-02-27T02:08:46.662Z Downloaded colored v2.2.0
13372026-02-27T02:08:46.662Z Downloaded ciborium v0.2.2
13382026-02-27T02:08:46.665Z Downloaded bzip2 v0.4.4
13392026-02-27T02:08:46.668Z Downloaded float-cmp v0.10.0
13402026-02-27T02:08:46.668Z Downloaded ena v0.14.3
13412026-02-27T02:08:46.671Z Downloaded either v1.15.0
13422026-02-27T02:08:46.671Z Downloaded dtrace-parser v0.3.0
13432026-02-27T02:08:46.674Z Downloaded der_derive v0.7.3
13442026-02-27T02:08:46.674Z Downloaded defmt v0.3.8
13452026-02-27T02:08:46.677Z Downloaded cbc v0.1.2
13462026-02-27T02:08:46.680Z Downloaded bit-set v0.8.0
13472026-02-27T02:08:46.680Z Downloaded atty v0.2.14
13482026-02-27T02:08:46.680Z Downloaded async-stream v0.3.6
13492026-02-27T02:08:46.683Z Downloaded crc v3.2.1
13502026-02-27T02:08:46.686Z Downloaded cfg_aliases v0.1.1
13512026-02-27T02:08:46.686Z Downloaded async-recursion v1.1.1
13522026-02-27T02:08:46.689Z Downloaded cipher v0.4.4
13532026-02-27T02:08:46.692Z Downloaded cargo_metadata v0.19.2
13542026-02-27T02:08:46.692Z Downloaded crossbeam-channel v0.5.15
13552026-02-27T02:08:46.694Z Downloaded block-padding v0.3.3
13562026-02-27T02:08:46.697Z Downloaded crossbeam-utils v0.8.21
13572026-02-27T02:08:46.700Z Downloaded cargo-platform v0.1.8
13582026-02-27T02:08:46.700Z Downloaded async-stream-impl v0.3.6
13592026-02-27T02:08:47.176Z Downloaded aws-lc-sys v0.37.1
13602026-02-27T02:08:47.550Z Compiling value-bag v1.12.0
13612026-02-27T02:08:47.553Z Compiling shlex v1.3.0
13622026-02-27T02:08:47.553Z Compiling find-msvc-tools v0.1.9
13632026-02-27T02:08:47.553Z Compiling smallvec v1.15.1
13642026-02-27T02:08:47.553Z Compiling syn v2.0.117
13652026-02-27T02:08:47.726Z Compiling getrandom v0.2.15
13662026-02-27T02:08:47.729Z Compiling jobserver v0.1.32
13672026-02-27T02:08:47.729Z Compiling typenum v1.17.0
13682026-02-27T02:08:48.093Z Compiling rand_core v0.6.4
13692026-02-27T02:08:48.193Z Compiling log v0.4.29
13702026-02-27T02:08:48.214Z Compiling generic-array v0.14.7
13712026-02-27T02:08:48.252Z Compiling cc v1.2.56
13722026-02-27T02:08:48.316Z Compiling lock_api v0.4.12
13732026-02-27T02:08:48.644Z Compiling subtle v2.6.1
13742026-02-27T02:08:48.667Z Compiling scopeguard v1.2.0
13752026-02-27T02:08:48.670Z Compiling portable-atomic v1.11.0
13762026-02-27T02:08:48.864Z Compiling critical-section v1.1.3
13772026-02-27T02:08:48.953Z Compiling const-oid v0.9.6
13782026-02-27T02:08:49.016Z Compiling serde_json v1.0.149
13792026-02-27T02:08:49.039Z Compiling getrandom v0.3.4
13802026-02-27T02:08:49.330Z Compiling pkg-config v0.3.31
13812026-02-27T02:08:49.410Z Compiling parking_lot_core v0.9.10
13822026-02-27T02:08:49.901Z Compiling pin-project-lite v0.2.14
13832026-02-27T02:08:50.625Z Compiling signal-hook-registry v1.4.2
13842026-02-27T02:08:50.770Z Compiling allocator-api2 v0.2.21
13852026-02-27T02:08:50.896Z Compiling once_cell v1.21.3
13862026-02-27T02:08:50.922Z Compiling libm v0.2.8
13872026-02-27T02:08:51.028Z Compiling parking_lot v0.12.3
13882026-02-27T02:08:51.358Z Compiling mio v1.0.2
13892026-02-27T02:08:51.379Z Compiling num-traits v0.2.19
13902026-02-27T02:08:51.429Z Compiling futures-core v0.3.32
13912026-02-27T02:08:51.692Z Compiling percent-encoding v2.3.2
13922026-02-27T02:08:51.913Z Compiling socket2 v0.6.1
13932026-02-27T02:08:52.053Z Compiling slab v0.4.9
13942026-02-27T02:08:52.077Z Compiling futures-sink v0.3.31
13952026-02-27T02:08:52.098Z Compiling foldhash v0.2.0
13962026-02-27T02:08:52.272Z Compiling cpufeatures v0.2.14
13972026-02-27T02:08:52.403Z Compiling hashbrown v0.16.1
13982026-02-27T02:08:52.464Z Compiling futures-channel v0.3.31
13992026-02-27T02:08:52.484Z Compiling futures-task v0.3.31
14002026-02-27T02:08:52.832Z Compiling futures-io v0.3.31
14012026-02-27T02:08:52.884Z Compiling pin-utils v0.1.0
14022026-02-27T02:08:52.910Z Compiling rustversion v1.0.22
14032026-02-27T02:08:52.947Z Compiling form_urlencoded v1.2.2
14042026-02-27T02:08:53.004Z Compiling cmake v0.1.57
14052026-02-27T02:08:53.027Z Compiling base64ct v1.6.0
14062026-02-27T02:08:53.126Z Compiling dunce v1.0.5
14072026-02-27T02:08:53.269Z Compiling fs_extra v1.3.0
14082026-02-27T02:08:53.272Z Compiling ident_case v1.0.1
14092026-02-27T02:08:53.468Z Compiling foldhash v0.1.5
14102026-02-27T02:08:53.595Z Compiling pem-rfc7468 v0.7.0
14112026-02-27T02:08:53.691Z Compiling indexmap v2.13.0
14122026-02-27T02:08:53.764Z Compiling flagset v0.4.6
14132026-02-27T02:08:53.814Z Compiling hashbrown v0.15.4
14142026-02-27T02:08:53.842Z Compiling aws-lc-sys v0.37.1
14152026-02-27T02:08:54.009Z Compiling rand_core v0.9.3
14162026-02-27T02:08:54.258Z Compiling iana-time-zone v0.1.63
14172026-02-27T02:08:54.557Z Compiling ring v0.17.14
14182026-02-27T02:08:54.560Z Compiling rustc_version v0.4.1
14192026-02-27T02:08:54.651Z Compiling uuid v1.19.0
14202026-02-27T02:08:54.986Z Compiling spin v0.9.8
14212026-02-27T02:08:55.070Z Compiling aws-lc-rs v1.16.0
14222026-02-27T02:08:55.113Z Compiling synstructure v0.13.1
14232026-02-27T02:08:55.235Z Compiling regex-syntax v0.8.5
14242026-02-27T02:08:55.397Z Compiling vcpkg v0.2.15
14252026-02-27T02:08:55.646Z Compiling zerocopy v0.8.27
14262026-02-27T02:08:56.177Z Compiling tracing-core v0.1.32
14272026-02-27T02:08:56.480Z Compiling serde_derive_internals v0.29.1
14282026-02-27T02:08:56.544Z Compiling untrusted v0.7.1
14292026-02-27T02:08:56.764Z Compiling httparse v1.9.5
14302026-02-27T02:08:57.030Z Compiling openssl-sys v0.9.109
14312026-02-27T02:08:57.334Z Compiling openssl-probe v0.1.5
14322026-02-27T02:08:57.422Z Compiling base64 v0.22.1
14332026-02-27T02:08:57.653Z Compiling untrusted v0.9.0
14342026-02-27T02:08:57.874Z Compiling schemars v0.8.22
14352026-02-27T02:08:58.072Z Compiling rustix v1.1.3
14362026-02-27T02:08:58.240Z Compiling adler2 v2.0.0
14372026-02-27T02:08:58.262Z Compiling rustix v0.38.37
14382026-02-27T02:08:58.464Z Compiling miniz_oxide v0.8.5
14392026-02-27T02:08:58.756Z Compiling darling_core v0.20.10
14402026-02-27T02:08:59.080Z Compiling try-lock v0.2.5
14412026-02-27T02:08:59.136Z Compiling tinyvec_macros v0.1.1
14422026-02-27T02:08:59.253Z Compiling rustls v0.23.37
14432026-02-27T02:08:59.272Z Compiling atomic-waker v1.1.2
14442026-02-27T02:08:59.486Z Compiling tower-service v0.3.3
14452026-02-27T02:08:59.576Z Compiling tower-layer v0.3.3
14462026-02-27T02:08:59.649Z Compiling dyn-clone v1.0.20
14472026-02-27T02:08:59.834Z Compiling serde_derive v1.0.228
14482026-02-27T02:08:59.876Z Compiling zeroize_derive v1.4.2
14492026-02-27T02:08:59.879Z Compiling zerofrom-derive v0.1.4
14502026-02-27T02:08:59.919Z Compiling yoke-derive v0.7.4
14512026-02-27T02:09:00.841Z Compiling zerovec-derive v0.10.3
14522026-02-27T02:09:01.251Z Compiling zeroize v1.8.1
14532026-02-27T02:09:02.163Z Compiling displaydoc v0.2.5
14542026-02-27T02:09:02.552Z Compiling icu_provider_macros v1.5.0
14552026-02-27T02:09:03.122Z Compiling crypto-common v0.1.6
14562026-02-27T02:09:03.228Z Compiling block-buffer v0.10.4
14572026-02-27T02:09:03.274Z Compiling zerofrom v0.1.4
14582026-02-27T02:09:03.378Z Compiling zerocopy-derive v0.7.35
14592026-02-27T02:09:03.508Z Compiling yoke v0.7.4
14602026-02-27T02:09:03.529Z Compiling digest v0.10.7
14612026-02-27T02:09:03.580Z Compiling tokio-macros v2.6.0
14622026-02-27T02:09:03.729Z Compiling thiserror-impl v2.0.18
14632026-02-27T02:09:03.895Z Compiling zerovec v0.10.4
14642026-02-27T02:09:04.025Z Compiling hmac v0.12.1
14652026-02-27T02:09:04.327Z Compiling futures-macro v0.3.31
14662026-02-27T02:09:04.523Z Compiling block-padding v0.3.3
14672026-02-27T02:09:04.819Z Compiling inout v0.1.3
14682026-02-27T02:09:05.153Z Compiling cipher v0.4.4
14692026-02-27T02:09:05.231Z Compiling sha2 v0.10.9
14702026-02-27T02:09:05.261Z Compiling der_derive v0.7.3
14712026-02-27T02:09:05.359Z Compiling zerocopy v0.7.35
14722026-02-27T02:09:05.977Z Compiling tinystr v0.7.6
14732026-02-27T02:09:06.173Z Compiling icu_collections v1.5.0
14742026-02-27T02:09:06.433Z Compiling icu_locid v1.5.0
14752026-02-27T02:09:06.806Z Compiling futures-util v0.3.31
14762026-02-27T02:09:06.884Z Compiling thiserror v2.0.18
14772026-02-27T02:09:07.058Z Compiling ppv-lite86 v0.2.20
14782026-02-27T02:09:07.358Z Compiling serde v1.0.228
14792026-02-27T02:09:07.435Z Compiling pest v2.8.2
14802026-02-27T02:09:07.472Z Compiling der v0.7.10
14812026-02-27T02:09:07.789Z Compiling icu_provider v1.5.0
14822026-02-27T02:09:08.361Z Compiling salsa20 v0.10.2
14832026-02-27T02:09:08.573Z Compiling bytes v1.11.1
14842026-02-27T02:09:08.597Z Compiling bitflags v2.9.4
14852026-02-27T02:09:08.618Z Compiling icu_locid_transform v1.5.0
14862026-02-27T02:09:08.764Z Compiling chrono v0.4.43
14872026-02-27T02:09:09.054Z Compiling pbkdf2 v0.12.2
14882026-02-27T02:09:09.213Z Compiling scrypt v0.11.0
14892026-02-27T02:09:09.734Z Compiling tokio v1.49.0
14902026-02-27T02:09:10.056Z Compiling icu_properties v1.5.1
14912026-02-27T02:09:10.215Z Compiling http v1.4.0
14922026-02-27T02:09:10.241Z Compiling spki v0.7.3
14932026-02-27T02:09:10.611Z Compiling pest_meta v2.8.2
14942026-02-27T02:09:10.871Z Compiling rand_chacha v0.9.0
14952026-02-27T02:09:12.068Z Compiling aes v0.8.4
14962026-02-27T02:09:12.180Z Compiling cbc v0.1.2
14972026-02-27T02:09:12.339Z Compiling rustls-pki-types v1.14.0
14982026-02-27T02:09:12.435Z Compiling tracing-attributes v0.1.27
14992026-02-27T02:09:12.471Z Compiling zerocopy-derive v0.8.27
15002026-02-27T02:09:13.380Z Compiling pkcs5 v0.7.1
15012026-02-27T02:09:14.481Z Compiling icu_normalizer v1.5.0
15022026-02-27T02:09:14.600Z Compiling pest_generator v2.8.2
15032026-02-27T02:09:14.669Z Compiling http-body v1.0.1
15042026-02-27T02:09:14.888Z Compiling rand v0.9.2
15052026-02-27T02:09:14.936Z Compiling pkcs8 v0.10.2
15062026-02-27T02:09:15.365Z Compiling tracing v0.1.40
15072026-02-27T02:09:15.548Z Compiling idna_adapter v1.2.0
15082026-02-27T02:09:15.804Z Compiling idna v1.0.3
15092026-02-27T02:09:16.137Z Compiling schemars_derive v0.8.22
15102026-02-27T02:09:16.372Z Compiling pest_derive v2.8.2
15112026-02-27T02:09:16.676Z Compiling url v2.5.4
15122026-02-27T02:09:17.200Z Compiling scroll_derive v0.13.1
15132026-02-27T02:09:19.023Z Compiling tokio-util v0.7.15
15142026-02-27T02:09:19.084Z Compiling scroll v0.13.0
15152026-02-27T02:09:19.654Z Compiling ipnet v2.11.0
15162026-02-27T02:09:20.075Z Compiling darling_macro v0.20.10
15172026-02-27T02:09:20.796Z Compiling h2 v0.4.6
15182026-02-27T02:09:21.006Z Compiling tinyvec v1.8.0
15192026-02-27T02:09:21.247Z Compiling want v0.3.1
15202026-02-27T02:09:21.568Z Compiling lazy_static v1.5.0
15212026-02-27T02:09:21.723Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-02-27T02:09:21.782Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15232026-02-27T02:09:21.985Z Compiling aho-corasick v1.1.3
15242026-02-27T02:09:22.275Z Compiling time-core v0.1.8
15252026-02-27T02:09:22.533Z Compiling foreign-types-shared v0.1.1
15262026-02-27T02:09:22.559Z Compiling num-conv v0.2.0
15272026-02-27T02:09:22.583Z Compiling openssl v0.10.73
15282026-02-27T02:09:22.586Z Compiling httpdate v1.0.3
15292026-02-27T02:09:22.678Z Compiling powerfmt v0.2.0
15302026-02-27T02:09:22.826Z Compiling time-macros v0.2.27
15312026-02-27T02:09:23.040Z Compiling deranged v0.5.3
15322026-02-27T02:09:23.086Z Compiling foreign-types v0.3.2
15332026-02-27T02:09:23.113Z Compiling tempfile v3.24.0
15342026-02-27T02:09:23.914Z Compiling regex-automata v0.4.14
15352026-02-27T02:09:25.271Z Compiling darling v0.20.10
15362026-02-27T02:09:25.305Z Compiling goblin v0.10.2
15372026-02-27T02:09:25.405Z Compiling openssl-macros v0.1.1
15382026-02-27T02:09:26.101Z Compiling wait-timeout v0.2.0
15392026-02-27T02:09:26.124Z Compiling native-tls v0.2.12
15402026-02-27T02:09:26.518Z Compiling num_threads v0.1.7
15412026-02-27T02:09:26.635Z Compiling usdt-impl v0.6.0
15422026-02-27T02:09:26.678Z Compiling syn v1.0.109
15432026-02-27T02:09:26.781Z Compiling gimli v0.31.1
15442026-02-27T02:09:26.993Z Compiling quick-error v1.2.3
15452026-02-27T02:09:27.159Z Compiling bit-vec v0.8.0
15462026-02-27T02:09:27.270Z Compiling crossbeam-utils v0.8.21
15472026-02-27T02:09:27.599Z Compiling hyper v1.8.1
15482026-02-27T02:09:27.867Z Compiling bit-set v0.8.0
15492026-02-27T02:09:28.225Z Compiling rusty-fork v0.3.0
15502026-02-27T02:09:30.213Z Compiling hyper-util v0.1.19
15512026-02-27T02:09:31.286Z Compiling addr2line v0.24.2
15522026-02-27T02:09:31.324Z Compiling time v0.3.47
15532026-02-27T02:09:32.036Z Compiling derive_builder_core v0.20.2
15542026-02-27T02:09:33.745Z Compiling dof v0.4.0
15552026-02-27T02:09:34.250Z Compiling unicode-normalization v0.1.24
15562026-02-27T02:09:34.274Z Compiling dtrace-parser v0.3.0
15572026-02-27T02:09:35.075Z Compiling rustls-native-certs v0.8.1
15582026-02-27T02:09:35.146Z Compiling signature v2.2.0
15592026-02-27T02:09:35.447Z Compiling scroll_derive v0.12.0
15602026-02-27T02:09:35.625Z Compiling thiserror-impl v1.0.69
15612026-02-27T02:09:35.843Z Compiling heapless v0.7.17
15622026-02-27T02:09:35.997Z Compiling darling_core v0.21.0
15632026-02-27T02:09:36.083Z Compiling slog v2.8.2
15642026-02-27T02:09:36.246Z Compiling rand_xorshift v0.4.0
15652026-02-27T02:09:36.344Z Compiling sync_wrapper v1.0.1
15662026-02-27T02:09:36.442Z Compiling thread-id v5.0.0
15672026-02-27T02:09:36.523Z Compiling cookie v0.18.1
15682026-02-27T02:09:36.551Z Compiling object v0.36.5
15692026-02-27T02:09:36.573Z Compiling crc32fast v1.4.2
15702026-02-27T02:09:36.812Z Compiling signal-hook v0.3.18
15712026-02-27T02:09:36.849Z Compiling zlib-rs v0.5.1
15722026-02-27T02:09:36.888Z Compiling rustc-demangle v0.1.24
15732026-02-27T02:09:37.024Z Compiling siphasher v0.3.11
15742026-02-27T02:09:37.109Z Compiling anyhow v1.0.99
15752026-02-27T02:09:37.410Z Compiling zstd-safe v7.2.3
15762026-02-27T02:09:37.702Z Compiling unicode-properties v0.1.3
15772026-02-27T02:09:37.725Z Compiling unarray v0.1.4
15782026-02-27T02:09:37.774Z Compiling paste v1.0.15
15792026-02-27T02:09:37.902Z Compiling unicode-bidi v0.3.17
15802026-02-27T02:09:38.088Z Compiling proptest v1.7.0
15812026-02-27T02:09:38.411Z Compiling thiserror v1.0.69
15822026-02-27T02:09:38.573Z Compiling stringprep v0.1.5
15832026-02-27T02:09:38.776Z Compiling phf_shared v0.11.2
15842026-02-27T02:09:39.232Z Compiling scroll v0.12.0
15852026-02-27T02:09:39.578Z Compiling tower v0.5.2
15862026-02-27T02:09:40.480Z Compiling derive_builder_macro v0.20.2
15872026-02-27T02:09:41.366Z Compiling ipnetwork v0.21.1
15882026-02-27T02:09:41.820Z Compiling http-body-util v0.1.3
15892026-02-27T02:09:41.906Z Compiling darling_macro v0.21.0
15902026-02-27T02:09:42.221Z Compiling webpki-roots v1.0.1
15912026-02-27T02:09:42.293Z Compiling toml_datetime v0.6.11
15922026-02-27T02:09:42.436Z Compiling serde_tokenstream v0.2.3
15932026-02-27T02:09:42.762Z Compiling serde_spanned v0.6.9
15942026-02-27T02:09:42.833Z Compiling erased-serde v0.3.31
15952026-02-27T02:09:43.024Z Compiling libz-rs-sys v0.5.1
15962026-02-27T02:09:43.048Z Compiling backtrace v0.3.74
15972026-02-27T02:09:43.306Z Compiling rand_chacha v0.3.1
15982026-02-27T02:09:43.424Z Compiling md-5 v0.10.6
15992026-02-27T02:09:43.738Z Compiling curve25519-dalek v4.1.3
16002026-02-27T02:09:43.945Z Compiling vergen-lib v0.1.6
16012026-02-27T02:09:44.088Z Compiling num-integer v0.1.46
16022026-02-27T02:09:44.286Z Compiling hash32 v0.2.1
16032026-02-27T02:09:44.405Z Compiling ff v0.13.0
16042026-02-27T02:09:44.654Z Compiling memoffset v0.9.1
16052026-02-27T02:09:44.678Z Compiling litrs v0.4.1
16062026-02-27T02:09:44.817Z Compiling fallible-iterator v0.2.0
16072026-02-27T02:09:45.021Z Compiling psl-types v2.0.11
16082026-02-27T02:09:45.252Z Compiling ryu v1.0.18
16092026-02-27T02:09:45.275Z Compiling num-bigint-dig v0.8.6
16102026-02-27T02:09:45.513Z Compiling iri-string v0.7.8
16112026-02-27T02:09:45.627Z Compiling ref-cast v1.0.25
16122026-02-27T02:09:45.648Z Compiling base16ct v0.2.0
16132026-02-27T02:09:45.738Z Compiling smoltcp v0.9.1
16142026-02-27T02:09:45.761Z Compiling cfg_aliases v0.2.1
16152026-02-27T02:09:45.885Z Compiling nix v0.29.0
16162026-02-27T02:09:45.964Z Compiling sec1 v0.7.3
16172026-02-27T02:09:46.342Z Compiling document-features v0.2.11
16182026-02-27T02:09:46.456Z Compiling serde_urlencoded v0.7.1
16192026-02-27T02:09:46.530Z Compiling postgres-protocol v0.6.8
16202026-02-27T02:09:46.778Z Compiling publicsuffix v2.3.0
16212026-02-27T02:09:47.111Z Compiling group v0.13.0
16222026-02-27T02:09:47.151Z Compiling num-iter v0.1.45
16232026-02-27T02:09:47.751Z Compiling rand v0.8.5
16242026-02-27T02:09:48.339Z Compiling newtype-uuid v1.3.2
16252026-02-27T02:09:48.411Z Compiling flate2 v1.1.2
16262026-02-27T02:09:48.431Z Compiling tower-http v0.6.8
16272026-02-27T02:09:49.004Z Compiling darling v0.21.0
16282026-02-27T02:09:49.144Z Compiling oxnet v0.1.4
16292026-02-27T02:09:49.276Z Compiling derive_builder v0.20.2
16302026-02-27T02:09:49.331Z Compiling tokio-native-tls v0.3.1
16312026-02-27T02:09:49.334Z Compiling goblin v0.8.2
16322026-02-27T02:09:49.986Z Compiling regex v1.12.3
16332026-02-27T02:09:50.557Z Compiling terminal_size v0.4.0
16342026-02-27T02:09:50.797Z Compiling cargo-platform v0.1.8
16352026-02-27T02:09:50.822Z Compiling hkdf v0.12.4
16362026-02-27T02:09:50.952Z Compiling crypto-bigint v0.5.5
16372026-02-27T02:09:50.955Z Compiling curve25519-dalek-derive v0.1.1
16382026-02-27T02:09:51.104Z Compiling strum_macros v0.27.2
16392026-02-27T02:09:51.356Z Compiling ref-cast-impl v1.0.25
16402026-02-27T02:09:52.286Z Compiling hubpack_derive v0.1.1
16412026-02-27T02:09:52.432Z Compiling daft-derive v0.1.4
16422026-02-27T02:09:52.538Z Compiling async-trait v0.1.89
16432026-02-27T02:09:53.229Z Compiling vergen v9.0.6
16442026-02-27T02:09:53.591Z Compiling ahash v0.8.12
16452026-02-27T02:09:54.001Z Compiling fs-err v3.1.1
16462026-02-27T02:09:54.025Z Compiling either v1.15.0
16472026-02-27T02:09:54.369Z Compiling unicode-segmentation v1.12.0
16482026-02-27T02:09:54.455Z Compiling managed v0.8.0
16492026-02-27T02:09:54.898Z Compiling buf-list v1.0.3
16502026-02-27T02:09:55.091Z Compiling bitflags v1.3.2
16512026-02-27T02:09:55.221Z Compiling winnow v0.5.40
16522026-02-27T02:09:55.245Z Compiling lockfree-object-pool v0.1.6
16532026-02-27T02:09:55.530Z Compiling simd-adler32 v0.3.7
16542026-02-27T02:09:55.552Z Compiling bumpalo v3.16.0
16552026-02-27T02:09:56.069Z Compiling zopfli v0.8.1
16562026-02-27T02:09:56.167Z Compiling dof v0.3.0
16572026-02-27T02:09:56.190Z Compiling strum v0.27.2
16582026-02-27T02:09:57.167Z Compiling clap_builder v4.5.48
16592026-02-27T02:09:57.707Z Compiling daft v0.1.4
16602026-02-27T02:09:58.132Z Compiling elliptic-curve v0.13.8
16612026-02-27T02:09:58.343Z Compiling hubpack v0.1.2
16622026-02-27T02:09:58.641Z Compiling toml_edit v0.19.15
16632026-02-27T02:09:58.738Z Compiling cargo_metadata v0.19.2
16642026-02-27T02:09:58.762Z Compiling cookie_store v0.22.1
16652026-02-27T02:09:59.006Z Compiling signal-hook-mio v0.2.4
16662026-02-27T02:09:59.197Z Compiling zstd v0.13.3
16672026-02-27T02:09:59.759Z Compiling hyper-tls v0.6.0
16682026-02-27T02:10:00.940Z Compiling serde_with_macros v3.16.1
16692026-02-27T02:10:02.195Z Compiling postgres-types v0.2.9
16702026-02-27T02:10:03.616Z Compiling usdt-macro v0.6.0
16712026-02-27T02:10:03.640Z Compiling usdt-attr-macro v0.6.0
16722026-02-27T02:10:04.466Z Compiling phf v0.11.2
16732026-02-27T02:10:04.792Z Compiling dtrace-parser v0.2.0
16742026-02-27T02:10:05.102Z Compiling ed25519 v2.2.3
16752026-02-27T02:10:05.126Z Compiling bzip2 v0.4.4
16762026-02-27T02:10:05.248Z Compiling bzip2 v0.5.2
16772026-02-27T02:10:05.524Z Compiling bstr v1.10.0
16782026-02-27T02:10:05.588Z Compiling pkcs1 v0.7.5
16792026-02-27T02:10:05.643Z Compiling hex v0.4.3
16802026-02-27T02:10:06.268Z Compiling serde-big-array v0.5.1
16812026-02-27T02:10:06.541Z Compiling rfc6979 v0.4.0
16822026-02-27T02:10:06.563Z Compiling serde_repr v0.1.19
16832026-02-27T02:10:06.746Z Compiling enum-as-inner v0.6.1
16842026-02-27T02:10:06.773Z Compiling clap_derive v4.5.47
16852026-02-27T02:10:06.773Z Compiling strum_macros v0.26.4
16862026-02-27T02:10:07.133Z Compiling float-cmp v0.10.0
16872026-02-27T02:10:07.247Z Compiling env_filter v0.1.2
16882026-02-27T02:10:07.391Z Compiling socket2 v0.5.10
16892026-02-27T02:10:07.694Z Compiling memmap2 v0.9.8
16902026-02-27T02:10:07.820Z Compiling encoding_rs v0.8.34
16912026-02-27T02:10:07.843Z Compiling mime v0.3.17
16922026-02-27T02:10:08.112Z Compiling fixedbitset v0.4.2
16932026-02-27T02:10:08.341Z Compiling precomputed-hash v0.1.1
16942026-02-27T02:10:08.364Z Compiling predicates-core v1.0.8
16952026-02-27T02:10:08.487Z Compiling difflib v0.4.0
16962026-02-27T02:10:08.522Z Compiling rustc-hash v2.1.1
16972026-02-27T02:10:08.697Z Compiling new_debug_unreachable v1.0.6
16982026-02-27T02:10:08.741Z Compiling whoami v1.5.2
16992026-02-27T02:10:08.822Z Compiling fixedbitset v0.5.7
17002026-02-27T02:10:09.311Z Compiling normalize-line-endings v0.3.0
17012026-02-27T02:10:09.473Z Compiling jiff v0.2.15
17022026-02-27T02:10:09.512Z Compiling data-encoding v2.9.0
17032026-02-27T02:10:09.838Z Compiling keccak v0.1.5
17042026-02-27T02:10:11.090Z Compiling static_assertions v1.1.0
17052026-02-27T02:10:11.184Z Compiling clap v4.5.48
17062026-02-27T02:10:11.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-02-27T02:10:11.240Z Compiling strum v0.26.3
17082026-02-27T02:10:11.352Z Compiling sha3 v0.10.8
17092026-02-27T02:10:11.472Z Compiling hickory-proto v0.25.2
17102026-02-27T02:10:11.496Z Compiling predicates v3.1.3
17112026-02-27T02:10:12.102Z Compiling petgraph v0.8.2
17122026-02-27T02:10:12.467Z Compiling tokio-postgres v0.7.13
17132026-02-27T02:10:13.010Z Compiling string_cache v0.8.9
17142026-02-27T02:10:13.485Z Compiling iddqd v0.3.16
17152026-02-27T02:10:13.956Z Compiling toml_edit v0.22.27
17162026-02-27T02:10:16.138Z Compiling petgraph v0.6.5
17172026-02-27T02:10:16.738Z Compiling zip v4.2.0
17182026-02-27T02:10:17.795Z Compiling usdt v0.6.0
17192026-02-27T02:10:18.159Z Compiling usdt-impl v0.5.0
17202026-02-27T02:10:18.326Z Compiling env_logger v0.11.8
17212026-02-27T02:10:18.989Z Compiling ecdsa v0.16.9
17222026-02-27T02:10:19.071Z Compiling similar v2.7.0
17232026-02-27T02:10:19.549Z Compiling serde_with v3.16.1
17242026-02-27T02:10:19.859Z Compiling rsa v0.9.8
17252026-02-27T02:10:19.897Z Compiling ed25519-dalek v2.1.1
17262026-02-27T02:10:20.881Z Compiling zip v0.6.6
17272026-02-27T02:10:21.183Z Compiling toml v0.7.8
17282026-02-27T02:10:22.186Z Compiling crossterm v0.28.1
17292026-02-27T02:10:23.167Z Compiling heck v0.4.1
17302026-02-27T02:10:23.213Z Compiling itertools v0.13.0
17312026-02-27T02:10:23.236Z Compiling itertools v0.10.5
17322026-02-27T02:10:23.494Z Compiling crossbeam-epoch v0.9.18
17332026-02-27T02:10:23.618Z Compiling tokio-stream v0.1.17
17342026-02-27T02:10:23.962Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17352026-02-27T02:10:24.204Z Compiling x509-cert v0.2.5
17362026-02-27T02:10:24.418Z Compiling openapiv3 v2.2.0
17372026-02-27T02:10:24.629Z Compiling sha1 v0.10.6
17382026-02-27T02:10:25.072Z Compiling winnow v0.6.26
17392026-02-27T02:10:25.321Z Compiling peg-runtime v0.8.5
17402026-02-27T02:10:25.756Z Compiling lalrpop-util v0.19.12
17412026-02-27T02:10:25.941Z Compiling thread_local v1.1.8
17422026-02-27T02:10:26.142Z Compiling slog-async v2.8.0
17432026-02-27T02:10:26.218Z Compiling crossbeam-channel v0.5.15
17442026-02-27T02:10:26.475Z Compiling xattr v1.3.1
17452026-02-27T02:10:26.761Z Compiling futures-executor v0.3.31
17462026-02-27T02:10:26.784Z Compiling filetime v0.2.26
17472026-02-27T02:10:27.116Z Compiling is-terminal v0.4.13
17482026-02-27T02:10:27.257Z Compiling term v1.1.0
17492026-02-27T02:10:27.279Z Compiling take_mut v0.2.2
17502026-02-27T02:10:27.298Z Compiling futures v0.3.31
17512026-02-27T02:10:27.415Z Compiling tar v0.4.44
17522026-02-27T02:10:27.914Z Compiling slog-term v2.9.2
17532026-02-27T02:10:36.721Z Compiling rustls-webpki v0.103.9
17542026-02-27T02:10:41.921Z Compiling tokio-rustls v0.26.0
17552026-02-27T02:10:41.921Z Compiling rustls-platform-verifier v0.6.2
17562026-02-27T02:10:42.219Z Compiling hyper-rustls v0.27.7
17572026-02-27T02:10:42.620Z Compiling reqwest v0.13.2
17582026-02-27T02:10:42.620Z Compiling reqwest v0.12.28
17592026-02-27T02:10:47.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17602026-02-27T02:10:47.437Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17612026-02-27T02:10:52.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
17622026-02-27T02:10:52.503Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17632026-02-27T02:10:52.565ZFeb 27 02:10:50.878 INFO Starting download, target: Cockroach
17642026-02-27T02:10:52.565ZFeb 27 02:10:50.879 INFO Starting download, target: Console
17652026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Starting download, target: Clickhouse
17662026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Starting download, target: DendriteStub
17672026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Starting download, target: MaghemiteMgd
17682026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Starting download, target: TransceiverControl
17692026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17702026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17712026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17722026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17732026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-02-27T02:10:52.568ZFeb 27 02:10:50.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-02-27T02:10:52.900ZFeb 27 02:10:51.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-02-27T02:10:53.297ZFeb 27 02:10:51.607 INFO Download complete, target: TransceiverControl
17772026-02-27T02:10:53.588ZFeb 27 02:10:51.899 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-02-27T02:10:53.961ZFeb 27 02:10:52.274 INFO Download complete, target: Console
17792026-02-27T02:10:54.547ZFeb 27 02:10:52.856 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17802026-02-27T02:10:54.875ZFeb 27 02:10:53.188 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17812026-02-27T02:10:55.345ZFeb 27 02:10:53.659 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-02-27T02:10:55.475ZFeb 27 02:10:53.786 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17832026-02-27T02:10:55.475ZFeb 27 02:10:53.786 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17842026-02-27T02:10:58.738ZFeb 27 02:10:57.042 INFO Download complete, target: DendriteStub
17852026-02-27T02:10:58.911ZFeb 27 02:10:57.211 INFO Download complete, target: MaghemiteMgd
17862026-02-27T02:11:03.091ZFeb 27 02:11:01.404 INFO Checking that binary works, target: Cockroach
17872026-02-27T02:11:03.226ZFeb 27 02:11:01.539 INFO Download complete, target: Cockroach
17882026-02-27T02:11:06.148ZFeb 27 02:11:04.461 INFO Checking that binary works, target: Clickhouse
17892026-02-27T02:11:06.308ZFeb 27 02:11:04.621 INFO Download complete, target: Clickhouse
17902026-02-27T02:11:06.448ZAll builder prerequisites installed successfully, and PATH looks valid
17912026-02-27T02:11:06.451Z
17922026-02-27T02:11:06.451Zreal 6:11.326548421
17932026-02-27T02:11:06.451Zuser 17:22.929061939
17942026-02-27T02:11:06.451Zsys 2:30.953649441
17952026-02-27T02:11:06.451Ztrap 0.619313499
17962026-02-27T02:11:06.451Ztflt 1.191607554
17972026-02-27T02:11:06.452Zdflt 1.893656938
17982026-02-27T02:11:06.452Zkflt 0.029651884
17992026-02-27T02:11:06.452Zlock 38:47.241949621
18002026-02-27T02:11:06.452Zslp 1:06:16.380037458
18012026-02-27T02:11:06.452Zlat 1:05.776664051
18022026-02-27T02:11:06.452Zstop 3:10.232486302
18032026-02-27T02:11:06.452Z+ banner hack-check
18042026-02-27T02:11:06.455Z
18052026-02-27T02:11:06.455Z # # ## #### # # #### # # ###### #### # #
18062026-02-27T02:11:06.455Z # # # # # # # # # # # # # # # # #
18072026-02-27T02:11:06.455Z ###### # # # #### ##### # ###### ##### # ####
18082026-02-27T02:11:06.455Z # # ###### # # # # # # # # # #
18092026-02-27T02:11:06.455Z # # # # # # # # # # # # # # # # #
18102026-02-27T02:11:06.455Z # # # # #### # # #### # # ###### #### # #
18112026-02-27T02:11:06.455Z
18122026-02-27T02:11:06.455Z+ export CARGO_INCREMENTAL=0
18132026-02-27T02:11:06.455Z+ CARGO_INCREMENTAL=0
18142026-02-27T02:11:06.455Z+ ptime -m timeout 2h cargo xtask check-features --ci
18152026-02-27T02:11:07.298Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18162026-02-27T02:11:07.609Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18172026-02-27T02:11:10.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
18182026-02-27T02:11:10.914Z Running `target/debug/xtask check-features --ci`
18192026-02-27T02:11:10.945Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18202026-02-27T02:11:10.945Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18212026-02-27T02:11:11.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18222026-02-27T02:11:11.674Z Running `target/debug/xtask download cargo-hack`
18232026-02-27T02:11:12.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18242026-02-27T02:11:13.253Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18252026-02-27T02:11:17.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
18262026-02-27T02:11:17.541Z Running `target/debug/xtask-downloader cargo-hack`
18272026-02-27T02:11:17.585ZFeb 27 02:11:15.897 INFO Starting download, target: CargoHack
18282026-02-27T02:11:17.588ZFeb 27 02:11:15.898 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18292026-02-27T02:11:18.063ZFeb 27 02:11:16.375 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18302026-02-27T02:11:18.140ZFeb 27 02:11:16.452 INFO Download complete, target: CargoHack
18312026-02-27T02:11:18.144Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18322026-02-27T02:11:18.166Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18332026-02-27T02:11:18.393Zinfo: running `cargo check --bins` on api_identity (1/251)
18342026-02-27T02:11:19.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-02-27T02:11:19.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-02-27T02:11:19.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-02-27T02:11:19.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18382026-02-27T02:11:19.235Z
18392026-02-27T02:11:19.235Zinfo: running `cargo check --bins` on bootstore (2/251)
18402026-02-27T02:11:20.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-02-27T02:11:20.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-02-27T02:11:20.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-02-27T02:11:20.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
18442026-02-27T02:11:20.133Z
18452026-02-27T02:11:20.133Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/251)
18462026-02-27T02:11:20.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-02-27T02:11:20.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-02-27T02:11:20.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-02-27T02:11:20.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18502026-02-27T02:11:20.997Z
18512026-02-27T02:11:20.997Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/251)
18522026-02-27T02:11:21.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-02-27T02:11:21.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-02-27T02:11:21.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-02-27T02:11:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18562026-02-27T02:11:21.863Z
18572026-02-27T02:11:21.863Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/251)
18582026-02-27T02:11:22.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-02-27T02:11:22.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-02-27T02:11:22.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-02-27T02:11:22.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18622026-02-27T02:11:22.549Z
18632026-02-27T02:11:22.549Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/251)
18642026-02-27T02:11:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-02-27T02:11:23.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-02-27T02:11:23.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-02-27T02:11:23.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18682026-02-27T02:11:23.228Z
18692026-02-27T02:11:23.228Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/251)
18702026-02-27T02:11:23.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-02-27T02:11:23.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-02-27T02:11:23.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-02-27T02:11:23.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18742026-02-27T02:11:23.911Z
18752026-02-27T02:11:23.911Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/251)
18762026-02-27T02:11:24.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-02-27T02:11:24.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-02-27T02:11:24.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-02-27T02:11:24.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18802026-02-27T02:11:24.598Z
18812026-02-27T02:11:24.598Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/251)
18822026-02-27T02:11:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-02-27T02:11:25.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-02-27T02:11:25.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-02-27T02:11:25.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18862026-02-27T02:11:25.283Z
18872026-02-27T02:11:25.283Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/251)
18882026-02-27T02:11:25.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-02-27T02:11:25.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-02-27T02:11:25.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-02-27T02:11:25.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18922026-02-27T02:11:25.960Z
18932026-02-27T02:11:25.960Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/251)
18942026-02-27T02:11:26.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-02-27T02:11:26.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-02-27T02:11:26.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-02-27T02:11:26.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18982026-02-27T02:11:26.635Z
18992026-02-27T02:11:26.636Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/251)
19002026-02-27T02:11:27.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-02-27T02:11:27.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-02-27T02:11:27.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-02-27T02:11:27.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19042026-02-27T02:11:27.298Z
19052026-02-27T02:11:27.298Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/251)
19062026-02-27T02:11:27.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-02-27T02:11:27.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-02-27T02:11:27.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-02-27T02:11:27.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19102026-02-27T02:11:27.960Z
19112026-02-27T02:11:27.960Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/251)
19122026-02-27T02:11:28.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-02-27T02:11:28.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-02-27T02:11:28.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-02-27T02:11:28.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19162026-02-27T02:11:28.621Z
19172026-02-27T02:11:28.621Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/251)
19182026-02-27T02:11:29.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-02-27T02:11:29.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-02-27T02:11:29.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-02-27T02:11:29.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19222026-02-27T02:11:29.298Z
19232026-02-27T02:11:29.298Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/251)
19242026-02-27T02:11:29.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-02-27T02:11:29.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-02-27T02:11:29.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-02-27T02:11:29.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19282026-02-27T02:11:29.968Z
19292026-02-27T02:11:29.968Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/251)
19302026-02-27T02:11:30.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-02-27T02:11:30.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-02-27T02:11:30.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-02-27T02:11:30.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19342026-02-27T02:11:30.636Z
19352026-02-27T02:11:30.636Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/251)
19362026-02-27T02:11:31.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-02-27T02:11:31.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-02-27T02:11:31.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-02-27T02:11:31.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19402026-02-27T02:11:31.322Z
19412026-02-27T02:11:31.322Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/251)
19422026-02-27T02:11:31.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-02-27T02:11:31.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-02-27T02:11:31.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-02-27T02:11:31.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19462026-02-27T02:11:32.008Z
19472026-02-27T02:11:32.008Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/251)
19482026-02-27T02:11:32.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-02-27T02:11:32.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-02-27T02:11:32.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-02-27T02:11:32.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19522026-02-27T02:11:32.688Z
19532026-02-27T02:11:32.688Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/251)
19542026-02-27T02:11:33.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-02-27T02:11:33.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-02-27T02:11:33.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-02-27T02:11:33.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19582026-02-27T02:11:33.373Z
19592026-02-27T02:11:33.373Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/251)
19602026-02-27T02:11:33.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-02-27T02:11:33.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-02-27T02:11:33.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-02-27T02:11:33.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19642026-02-27T02:11:34.060Z
19652026-02-27T02:11:34.060Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/251)
19662026-02-27T02:11:34.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-02-27T02:11:34.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-02-27T02:11:34.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-02-27T02:11:34.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19702026-02-27T02:11:34.728Z
19712026-02-27T02:11:34.729Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/251)
19722026-02-27T02:11:35.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-02-27T02:11:35.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-02-27T02:11:35.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-02-27T02:11:35.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19762026-02-27T02:11:35.402Z
19772026-02-27T02:11:35.402Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/251)
19782026-02-27T02:11:36.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-02-27T02:11:36.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-02-27T02:11:36.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-02-27T02:11:36.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19822026-02-27T02:11:36.067Z
19832026-02-27T02:11:36.067Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/251)
19842026-02-27T02:11:36.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-02-27T02:11:36.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-02-27T02:11:36.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-02-27T02:11:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19882026-02-27T02:11:36.742Z
19892026-02-27T02:11:36.742Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/251)
19902026-02-27T02:11:37.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-02-27T02:11:37.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-02-27T02:11:37.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-02-27T02:11:37.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19942026-02-27T02:11:37.402Z
19952026-02-27T02:11:37.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/251)
19962026-02-27T02:11:38.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-02-27T02:11:38.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-02-27T02:11:38.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-02-27T02:11:38.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20002026-02-27T02:11:38.075Z
20012026-02-27T02:11:38.075Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/251)
20022026-02-27T02:11:38.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-02-27T02:11:38.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-02-27T02:11:38.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-02-27T02:11:38.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20062026-02-27T02:11:38.743Z
20072026-02-27T02:11:38.743Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/251)
20082026-02-27T02:11:39.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-02-27T02:11:39.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-02-27T02:11:39.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-02-27T02:11:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20122026-02-27T02:11:39.412Z
20132026-02-27T02:11:39.412Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/251)
20142026-02-27T02:11:40.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-02-27T02:11:40.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-02-27T02:11:40.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-02-27T02:11:40.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20182026-02-27T02:11:40.085Z
20192026-02-27T02:11:40.085Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/251)
20202026-02-27T02:11:40.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-02-27T02:11:40.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-02-27T02:11:40.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-02-27T02:11:40.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20242026-02-27T02:11:40.746Z
20252026-02-27T02:11:40.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/251)
20262026-02-27T02:11:41.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-02-27T02:11:41.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-02-27T02:11:41.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-02-27T02:11:41.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20302026-02-27T02:11:41.423Z
20312026-02-27T02:11:41.423Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/251)
20322026-02-27T02:11:42.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-02-27T02:11:42.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-02-27T02:11:42.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-02-27T02:11:42.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20362026-02-27T02:11:42.107Z
20372026-02-27T02:11:42.107Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/251)
20382026-02-27T02:11:42.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-02-27T02:11:42.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-02-27T02:11:42.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-02-27T02:11:42.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20422026-02-27T02:11:42.781Z
20432026-02-27T02:11:42.781Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/251)
20442026-02-27T02:11:43.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-02-27T02:11:43.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-02-27T02:11:43.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-02-27T02:11:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20482026-02-27T02:11:43.451Z
20492026-02-27T02:11:43.452Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/251)
20502026-02-27T02:11:44.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-02-27T02:11:44.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-02-27T02:11:44.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-02-27T02:11:44.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20542026-02-27T02:11:44.122Z
20552026-02-27T02:11:44.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/251)
20562026-02-27T02:11:44.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-02-27T02:11:44.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-02-27T02:11:44.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-02-27T02:11:44.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20602026-02-27T02:11:44.799Z
20612026-02-27T02:11:44.799Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/251)
20622026-02-27T02:11:45.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-02-27T02:11:45.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-02-27T02:11:45.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-02-27T02:11:45.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20662026-02-27T02:11:45.474Z
20672026-02-27T02:11:45.474Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/251)
20682026-02-27T02:11:46.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-02-27T02:11:46.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-02-27T02:11:46.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-02-27T02:11:46.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20722026-02-27T02:11:46.144Z
20732026-02-27T02:11:46.144Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/251)
20742026-02-27T02:11:46.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-02-27T02:11:46.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-02-27T02:11:46.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-02-27T02:11:46.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20782026-02-27T02:11:46.814Z
20792026-02-27T02:11:46.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/251)
20802026-02-27T02:11:47.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-02-27T02:11:47.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-02-27T02:11:47.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-02-27T02:11:47.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20842026-02-27T02:11:47.481Z
20852026-02-27T02:11:47.481Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/251)
20862026-02-27T02:11:48.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-02-27T02:11:48.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-02-27T02:11:48.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-02-27T02:11:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20902026-02-27T02:11:48.157Z
20912026-02-27T02:11:48.157Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/251)
20922026-02-27T02:11:48.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-02-27T02:11:48.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-02-27T02:11:48.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-02-27T02:11:48.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20962026-02-27T02:11:48.854Z
20972026-02-27T02:11:48.854Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/251)
20982026-02-27T02:11:49.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-02-27T02:11:49.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-02-27T02:11:49.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-02-27T02:11:49.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21022026-02-27T02:11:49.739Z
21032026-02-27T02:11:49.739Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/251)
21042026-02-27T02:11:50.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-02-27T02:11:50.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-02-27T02:11:50.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-02-27T02:11:50.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21082026-02-27T02:11:50.617Z
21092026-02-27T02:11:50.617Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/251)
21102026-02-27T02:11:51.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-02-27T02:11:51.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-02-27T02:11:51.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-02-27T02:11:51.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21142026-02-27T02:11:51.502Z
21152026-02-27T02:11:51.502Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/251)
21162026-02-27T02:11:52.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-02-27T02:11:52.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-02-27T02:11:52.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-02-27T02:11:52.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21202026-02-27T02:11:52.389Z
21212026-02-27T02:11:52.389Zinfo: running `cargo check --bins` on key-manager-types (49/251)
21222026-02-27T02:11:53.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-02-27T02:11:53.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-02-27T02:11:53.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-02-27T02:11:53.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21262026-02-27T02:11:53.250Z
21272026-02-27T02:11:53.250Zinfo: running `cargo check --bins` on oxlog (50/251)
21282026-02-27T02:11:54.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-02-27T02:11:54.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-02-27T02:11:54.134Z Checking cfg-if v1.0.4
21312026-02-27T02:11:54.137Z Checking libc v0.2.180
21322026-02-27T02:11:54.138Z Checking serde_core v1.0.228
21332026-02-27T02:11:54.278Z Checking zeroize v1.8.1
21342026-02-27T02:11:54.281Z Checking memchr v2.7.4
21352026-02-27T02:11:54.281Z Checking value-bag v1.12.0
21362026-02-27T02:11:54.281Z Checking smallvec v1.15.1
21372026-02-27T02:11:54.285Z Checking typenum v1.17.0
21382026-02-27T02:11:54.384Z Checking subtle v2.6.1
21392026-02-27T02:11:54.561Z Checking scopeguard v1.2.0
21402026-02-27T02:11:54.669Z Checking itoa v1.0.11
21412026-02-27T02:11:54.689Z Checking stable_deref_trait v1.2.0
21422026-02-27T02:11:54.719Z Checking lock_api v0.4.12
21432026-02-27T02:11:54.785Z Checking log v0.4.29
21442026-02-27T02:11:54.812Z Checking const-oid v0.9.6
21452026-02-27T02:11:54.910Z Checking portable-atomic v1.11.0
21462026-02-27T02:11:55.133Z Checking critical-section v1.1.3
21472026-02-27T02:11:55.221Z Checking byteorder v1.5.0
21482026-02-27T02:11:55.298Z Checking zerofrom v0.1.4
21492026-02-27T02:11:55.325Z Checking allocator-api2 v0.2.21
21502026-02-27T02:11:55.364Z Checking getrandom v0.2.15
21512026-02-27T02:11:55.397Z Checking generic-array v0.14.7
21522026-02-27T02:11:55.532Z Checking yoke v0.7.4
21532026-02-27T02:11:55.618Z Checking rand_core v0.6.4
21542026-02-27T02:11:55.638Z Checking getrandom v0.3.4
21552026-02-27T02:11:55.883Z Checking zerovec v0.10.4
21562026-02-27T02:11:55.901Z Checking signal-hook-registry v1.4.2
21572026-02-27T02:11:55.929Z Checking once_cell v1.21.3
21582026-02-27T02:11:55.951Z Checking parking_lot_core v0.9.10
21592026-02-27T02:11:55.954Z Checking equivalent v1.0.2
21602026-02-27T02:11:56.109Z Checking pin-project-lite v0.2.14
21612026-02-27T02:11:56.171Z Checking mio v1.0.2
21622026-02-27T02:11:56.268Z Checking writeable v0.5.5
21632026-02-27T02:11:56.286Z Checking litemap v0.7.3
21642026-02-27T02:11:56.318Z Checking parking_lot v0.12.3
21652026-02-27T02:11:56.543Z Checking crypto-common v0.1.6
21662026-02-27T02:11:56.623Z Checking block-buffer v0.10.4
21672026-02-27T02:11:56.649Z Checking zmij v1.0.15
21682026-02-27T02:11:56.676Z Checking percent-encoding v2.3.2
21692026-02-27T02:11:56.721Z Checking socket2 v0.6.1
21702026-02-27T02:11:56.749Z Checking libm v0.2.8
21712026-02-27T02:11:56.769Z Checking icu_locid_transform_data v1.5.0
21722026-02-27T02:11:56.866Z Checking digest v0.10.7
21732026-02-27T02:11:56.888Z Checking futures-core v0.3.32
21742026-02-27T02:11:56.929Z Checking zerocopy v0.7.35
21752026-02-27T02:11:57.024Z Checking cpufeatures v0.2.14
21762026-02-27T02:11:57.107Z Checking icu_properties_data v1.5.0
21772026-02-27T02:11:57.142Z Checking foldhash v0.2.0
21782026-02-27T02:11:57.211Z Checking utf16_iter v1.0.5
21792026-02-27T02:11:57.244Z Checking hmac v0.12.1
21802026-02-27T02:11:57.351Z Checking utf8_iter v1.0.4
21812026-02-27T02:11:57.394Z Checking write16 v1.0.0
21822026-02-27T02:11:57.413Z Checking tinystr v0.7.6
21832026-02-27T02:11:57.427Z Checking icu_collections v1.5.0
21842026-02-27T02:11:57.471Z Checking hashbrown v0.16.1
21852026-02-27T02:11:57.540Z Checking icu_normalizer_data v1.5.0
21862026-02-27T02:11:57.562Z Checking block-padding v0.3.3
21872026-02-27T02:11:57.645Z Checking num-traits v0.2.19
21882026-02-27T02:11:57.664Z Checking futures-sink v0.3.31
21892026-02-27T02:11:57.742Z Checking icu_locid v1.5.0
21902026-02-27T02:11:57.791Z Checking inout v0.1.3
21912026-02-27T02:11:57.823Z Checking futures-channel v0.3.31
21922026-02-27T02:11:58.046Z Checking slab v0.4.9
21932026-02-27T02:11:58.065Z Checking pin-utils v0.1.0
21942026-02-27T02:11:58.178Z Checking futures-io v0.3.31
21952026-02-27T02:11:58.181Z Checking futures-task v0.3.31
21962026-02-27T02:11:58.233Z Checking ppv-lite86 v0.2.20
21972026-02-27T02:11:58.253Z Checking serde v1.0.228
21982026-02-27T02:11:58.310Z Checking serde_json v1.0.149
21992026-02-27T02:11:58.378Z Checking cipher v0.4.4
22002026-02-27T02:11:58.460Z Checking futures-util v0.3.31
22012026-02-27T02:11:58.621Z Checking indexmap v2.13.0
22022026-02-27T02:11:58.700Z Checking icu_provider v1.5.0
22032026-02-27T02:11:58.811Z Checking sha2 v0.10.9
22042026-02-27T02:11:58.977Z Checking form_urlencoded v1.2.2
22052026-02-27T02:11:59.165Z Checking base64ct v1.6.0
22062026-02-27T02:11:59.207Z Checking errno v0.3.12
22072026-02-27T02:11:59.234Z Checking bytes v1.11.1
22082026-02-27T02:11:59.345Z Checking bitflags v2.9.4
22092026-02-27T02:11:59.374Z Checking icu_locid_transform v1.5.0
22102026-02-27T02:11:59.423Z Checking foldhash v0.1.5
22112026-02-27T02:11:59.645Z Checking fnv v1.0.7
22122026-02-27T02:11:59.664Z Checking flagset v0.4.6
22132026-02-27T02:11:59.682Z Checking pem-rfc7468 v0.7.0
22142026-02-27T02:11:59.814Z Checking hashbrown v0.15.4
22152026-02-27T02:11:59.895Z Checking rand_core v0.9.3
22162026-02-27T02:11:59.920Z Checking salsa20 v0.10.2
22172026-02-27T02:12:00.004Z Checking uuid v1.19.0
22182026-02-27T02:12:00.020Z Checking der v0.7.10
22192026-02-27T02:12:00.148Z Checking pbkdf2 v0.12.2
22202026-02-27T02:12:00.243Z Checking spin v0.9.8
22212026-02-27T02:12:00.263Z Checking tokio v1.49.0
22222026-02-27T02:12:00.330Z Checking http v1.4.0
22232026-02-27T02:12:00.383Z Checking icu_properties v1.5.1
22242026-02-27T02:12:00.597Z Checking iana-time-zone v0.1.63
22252026-02-27T02:12:00.671Z Checking scrypt v0.11.0
22262026-02-27T02:12:00.772Z Checking chrono v0.4.43
22272026-02-27T02:12:00.853Z Checking rand_chacha v0.9.0
22282026-02-27T02:12:00.934Z Checking aes v0.8.4
22292026-02-27T02:12:01.271Z Checking cbc v0.1.2
22302026-02-27T02:12:01.504Z Checking tracing-core v0.1.32
22312026-02-27T02:12:01.660Z Checking rustls-pki-types v1.14.0
22322026-02-27T02:12:01.791Z Checking spki v0.7.3
22332026-02-27T02:12:01.886Z Checking regex-syntax v0.8.5
22342026-02-27T02:12:02.089Z Checking pkcs5 v0.7.1
22352026-02-27T02:12:02.184Z Checking tracing v0.1.40
22362026-02-27T02:12:02.293Z Checking http-body v1.0.1
22372026-02-27T02:12:02.534Z Checking rand v0.9.2
22382026-02-27T02:12:02.569Z Checking aws-lc-sys v0.37.1
22392026-02-27T02:12:02.635Z Checking thiserror v2.0.18
22402026-02-27T02:12:02.712Z Checking base64 v0.22.1
22412026-02-27T02:12:02.788Z Checking untrusted v0.9.0
22422026-02-27T02:12:02.987Z Checking untrusted v0.7.1
22432026-02-27T02:12:03.213Z Checking openssl-probe v0.1.5
22442026-02-27T02:12:03.223Z Checking ring v0.17.14
22452026-02-27T02:12:03.234Z Checking pkcs8 v0.10.2
22462026-02-27T02:12:03.368Z Checking semver v1.0.27
22472026-02-27T02:12:03.566Z Checking plain v0.2.3
22482026-02-27T02:12:03.631Z Checking icu_normalizer v1.5.0
22492026-02-27T02:12:03.635Z Checking atomic-waker v1.1.2
22502026-02-27T02:12:03.735Z Checking tinyvec_macros v0.1.1
22512026-02-27T02:12:03.772Z Checking dyn-clone v1.0.20
22522026-02-27T02:12:03.791Z Checking tower-layer v0.3.3
22532026-02-27T02:12:03.837Z Checking tower-service v0.3.3
22542026-02-27T02:12:03.937Z Checking try-lock v0.2.5
22552026-02-27T02:12:03.984Z Checking tinyvec v1.8.0
22562026-02-27T02:12:04.061Z Checking lazy_static v1.5.0
22572026-02-27T02:12:04.094Z Checking want v0.3.1
22582026-02-27T02:12:04.215Z Checking rustix v1.1.3
22592026-02-27T02:12:04.242Z Checking aws-lc-rs v1.16.0
22602026-02-27T02:12:04.301Z Checking ipnet v2.11.0
22612026-02-27T02:12:04.421Z Checking idna_adapter v1.2.0
22622026-02-27T02:12:04.630Z Checking idna v1.0.3
22632026-02-27T02:12:04.893Z Checking httparse v1.9.5
22642026-02-27T02:12:05.062Z Checking zerocopy v0.8.27
22652026-02-27T02:12:05.179Z Checking url v2.5.4
22662026-02-27T02:12:05.319Z Checking adler2 v2.0.0
22672026-02-27T02:12:05.358Z Checking unicode-ident v1.0.24
22682026-02-27T02:12:05.509Z Checking ucd-trie v0.1.7
22692026-02-27T02:12:05.530Z Checking fastrand v2.1.1
22702026-02-27T02:12:05.555Z Checking httpdate v1.0.3
22712026-02-27T02:12:05.754Z Checking foreign-types-shared v0.1.1
22722026-02-27T02:12:05.829Z Checking pest v2.8.2
22732026-02-27T02:12:05.894Z Checking foreign-types v0.3.2
22742026-02-27T02:12:05.897Z Checking proc-macro2 v1.0.106
22752026-02-27T02:12:06.010Z Checking miniz_oxide v0.8.5
22762026-02-27T02:12:06.099Z Checking schemars v0.8.22
22772026-02-27T02:12:06.165Z Checking rustls-webpki v0.103.9
22782026-02-27T02:12:06.360Z Checking tempfile v3.24.0
22792026-02-27T02:12:06.574Z Checking openssl-sys v0.9.109
22802026-02-27T02:12:06.728Z Checking wait-timeout v0.2.0
22812026-02-27T02:12:06.752Z Checking aho-corasick v1.1.3
22822026-02-27T02:12:06.942Z Checking quick-error v1.2.3
22832026-02-27T02:12:07.089Z Checking rustls v0.23.37
22842026-02-27T02:12:07.111Z Checking pretty-hex v0.4.1
22852026-02-27T02:12:07.331Z Checking anstyle v1.0.11
22862026-02-27T02:12:07.610Z Checking tokio-util v0.7.15
22872026-02-27T02:12:07.689Z Checking utf8parse v0.2.2
22882026-02-27T02:12:07.749Z Checking bit-vec v0.8.0
22892026-02-27T02:12:07.777Z Checking powerfmt v0.2.0
22902026-02-27T02:12:07.862Z Checking anstyle-parse v0.2.5
22912026-02-27T02:12:08.063Z Checking deranged v0.5.3
22922026-02-27T02:12:08.135Z Checking bit-set v0.8.0
22932026-02-27T02:12:08.138Z Checking openssl v0.10.73
22942026-02-27T02:12:08.310Z Checking regex-automata v0.4.14
22952026-02-27T02:12:08.333Z Checking rusty-fork v0.3.0
22962026-02-27T02:12:08.422Z Checking quote v1.0.44
22972026-02-27T02:12:08.465Z Checking unicode-normalization v0.1.24
22982026-02-27T02:12:08.640Z Checking rustls-native-certs v0.8.1
22992026-02-27T02:12:08.767Z Checking crossbeam-utils v0.8.21
23002026-02-27T02:12:08.857Z Checking rand_xorshift v0.4.0
23012026-02-27T02:12:08.885Z Checking h2 v0.4.6
23022026-02-27T02:12:09.070Z Checking rustix v0.38.37
23032026-02-27T02:12:09.375Z Checking bzip2-sys v0.1.13+1.0.8
23042026-02-27T02:12:09.498Z Checking scroll v0.13.0
23052026-02-27T02:12:09.521Z Checking signature v2.2.0
23062026-02-27T02:12:09.767Z Checking sync_wrapper v1.0.1
23072026-02-27T02:12:09.950Z Checking crc32fast v1.4.2
23082026-02-27T02:12:09.991Z Checking is_terminal_polyfill v1.70.1
23092026-02-27T02:12:10.147Z Checking num_threads v0.1.7
23102026-02-27T02:12:10.219Z Checking num-conv v0.2.0
23112026-02-27T02:12:10.293Z Checking colorchoice v1.0.2
23122026-02-27T02:12:10.459Z Checking anstyle-query v1.1.1
23132026-02-27T02:12:10.462Z Checking unicode-bidi v0.3.17
23142026-02-27T02:12:10.573Z Checking siphasher v0.3.11
23152026-02-27T02:12:10.610Z Checking unarray v0.1.4
23162026-02-27T02:12:10.782Z Checking zlib-rs v0.5.1
23172026-02-27T02:12:10.869Z Checking unicode-properties v0.1.3
23182026-02-27T02:12:11.122Z Checking time-core v0.1.8
23192026-02-27T02:12:11.267Z Checking stringprep v0.1.5
23202026-02-27T02:12:11.446Z Checking time v0.3.47
23212026-02-27T02:12:11.573Z Checking phf_shared v0.11.2
23222026-02-27T02:12:11.887Z Checking proptest v1.7.0
23232026-02-27T02:12:12.273Z Checking anstream v0.6.18
23242026-02-27T02:12:12.474Z Checking tokio-rustls v0.26.0
23252026-02-27T02:12:12.649Z Checking goblin v0.10.2
23262026-02-27T02:12:12.717Z Checking libz-rs-sys v0.5.1
23272026-02-27T02:12:12.720Z Checking tower v0.5.2
23282026-02-27T02:12:12.879Z Checking crossbeam-epoch v0.9.18
23292026-02-27T02:12:12.929Z Checking syn v2.0.117
23302026-02-27T02:12:13.146Z Checking native-tls v0.2.12
23312026-02-27T02:12:13.343Z Checking ipnetwork v0.21.1
23322026-02-27T02:12:13.478Z Checking http-body-util v0.1.3
23332026-02-27T02:12:13.568Z Checking webpki-roots v1.0.1
23342026-02-27T02:12:13.762Z Checking scroll v0.12.0
23352026-02-27T02:12:13.803Z Checking thiserror v1.0.69
23362026-02-27T02:12:13.918Z Checking zstd-sys v2.0.14+zstd.1.5.7
23372026-02-27T02:12:13.958Z Checking toml_datetime v0.6.11
23382026-02-27T02:12:14.129Z Checking serde_spanned v0.6.9
23392026-02-27T02:12:14.244Z Checking num-integer v0.1.46
23402026-02-27T02:12:14.247Z Checking rand_chacha v0.3.1
23412026-02-27T02:12:14.308Z Checking md-5 v0.10.6
23422026-02-27T02:12:14.346Z Checking ff v0.13.0
23432026-02-27T02:12:14.581Z Checking hash32 v0.2.1
23442026-02-27T02:12:14.587Z Checking base16ct v0.2.0
23452026-02-27T02:12:14.682Z Checking ryu v1.0.18
23462026-02-27T02:12:14.709Z Checking fallible-iterator v0.2.0
23472026-02-27T02:12:14.804Z Checking gimli v0.31.1
23482026-02-27T02:12:14.913Z Checking iri-string v0.7.8
23492026-02-27T02:12:14.938Z Checking psl-types v2.0.11
23502026-02-27T02:12:15.147Z Checking either v1.15.0
23512026-02-27T02:12:15.324Z Checking postgres-protocol v0.6.8
23522026-02-27T02:12:15.410Z Checking hyper v1.8.1
23532026-02-27T02:12:15.550Z Checking publicsuffix v2.3.0
23542026-02-27T02:12:15.845Z Checking serde_urlencoded v0.7.1
23552026-02-27T02:12:15.982Z Checking heapless v0.7.17
23562026-02-27T02:12:16.296Z Checking sec1 v0.7.3
23572026-02-27T02:12:16.410Z Checking newtype-uuid v1.3.2
23582026-02-27T02:12:16.718Z Checking num-iter v0.1.45
23592026-02-27T02:12:16.813Z Checking rand v0.8.5
23602026-02-27T02:12:16.879Z Checking group v0.13.0
23612026-02-27T02:12:16.921Z Checking goblin v0.8.2
23622026-02-27T02:12:17.157Z Checking cookie v0.18.1
23632026-02-27T02:12:17.496Z Checking tower-http v0.6.8
23642026-02-27T02:12:17.501Z Checking hyper-util v0.1.19
23652026-02-27T02:12:17.628Z Checking zstd-safe v7.2.3
23662026-02-27T02:12:17.944Z Checking oxnet v0.1.4
23672026-02-27T02:12:18.049Z Checking tokio-native-tls v0.3.1
23682026-02-27T02:12:18.081Z Checking flate2 v1.1.2
23692026-02-27T02:12:18.323Z Checking terminal_size v0.4.0
23702026-02-27T02:12:18.395Z Checking dtrace-parser v0.3.0
23712026-02-27T02:12:18.527Z Checking signal-hook v0.3.18
23722026-02-27T02:12:18.548Z Checking addr2line v0.24.2
23732026-02-27T02:12:18.551Z Checking dof v0.4.0
23742026-02-27T02:12:18.732Z Checking hkdf v0.12.4
23752026-02-27T02:12:18.864Z Checking crypto-bigint v0.5.5
23762026-02-27T02:12:18.888Z Checking thread-id v5.0.0
23772026-02-27T02:12:18.985Z Checking object v0.36.5
23782026-02-27T02:12:19.020Z Checking rustc-demangle v0.1.24
23792026-02-27T02:12:19.098Z Checking managed v0.8.0
23802026-02-27T02:12:19.116Z Checking clap_lex v0.7.4
23812026-02-27T02:12:19.387Z Checking bitflags v1.3.2
23822026-02-27T02:12:19.424Z Checking lockfree-object-pool v0.1.6
23832026-02-27T02:12:19.484Z Compiling rayon-core v1.12.1
23842026-02-27T02:12:19.487Z Checking simd-adler32 v0.3.7
23852026-02-27T02:12:19.516Z Checking bumpalo v3.16.0
23862026-02-27T02:12:19.670Z Checking strsim v0.11.1
23872026-02-27T02:12:19.832Z Checking winnow v0.5.40
23882026-02-27T02:12:19.878Z Checking zopfli v0.8.1
23892026-02-27T02:12:19.927Z Checking smoltcp v0.9.1
23902026-02-27T02:12:19.977Z Checking clap_builder v4.5.48
23912026-02-27T02:12:20.365Z Checking hyper-rustls v0.27.7
23922026-02-27T02:12:20.565Z Checking hyper-tls v0.6.0
23932026-02-27T02:12:20.732Z Checking usdt-impl v0.6.0
23942026-02-27T02:12:20.868Z Checking signal-hook-mio v0.2.4
23952026-02-27T02:12:21.042Z Checking daft v0.1.4
23962026-02-27T02:12:21.311Z Checking num-bigint-dig v0.8.6
23972026-02-27T02:12:21.372Z Checking zstd v0.13.3
23982026-02-27T02:12:21.528Z Checking cookie_store v0.22.1
23992026-02-27T02:12:21.684Z Checking elliptic-curve v0.13.8
24002026-02-27T02:12:21.760Z Checking postgres-types v0.2.9
24012026-02-27T02:12:21.857Z Checking dof v0.3.0
24022026-02-27T02:12:22.210Z Checking dtrace-parser v0.2.0
24032026-02-27T02:12:22.337Z Checking crossbeam-deque v0.8.5
24042026-02-27T02:12:22.434Z Checking regex v1.12.3
24052026-02-27T02:12:22.491Z Checking bstr v1.10.0
24062026-02-27T02:12:22.671Z Checking rustls-platform-verifier v0.6.2
24072026-02-27T02:12:22.757Z Checking phf v0.11.2
24082026-02-27T02:12:22.780Z Checking toml_edit v0.19.15
24092026-02-27T02:12:22.925Z Checking ed25519 v2.2.3
24102026-02-27T02:12:22.946Z Checking bzip2 v0.4.4
24112026-02-27T02:12:23.027Z Checking bzip2 v0.5.2
24122026-02-27T02:12:23.102Z Checking curve25519-dalek v4.1.3
24132026-02-27T02:12:23.250Z Checking ref-cast v1.0.25
24142026-02-27T02:12:23.273Z Checking strum v0.27.2
24152026-02-27T02:12:23.308Z Checking hubpack v0.1.2
24162026-02-27T02:12:23.327Z Checking memoffset v0.9.1
24172026-02-27T02:12:23.359Z Checking pkcs1 v0.7.5
24182026-02-27T02:12:23.398Z Checking serde-big-array v0.5.1
24192026-02-27T02:12:23.446Z Checking hex v0.4.3
24202026-02-27T02:12:23.465Z Checking erased-serde v0.3.31
24212026-02-27T02:12:23.626Z Checking float-cmp v0.10.0
24222026-02-27T02:12:23.646Z Checking rfc6979 v0.4.0
24232026-02-27T02:12:23.758Z Checking socket2 v0.5.10
24242026-02-27T02:12:23.848Z Checking memmap2 v0.9.8
24252026-02-27T02:12:23.867Z Checking thread-id v4.2.2
24262026-02-27T02:12:23.947Z Checking env_filter v0.1.2
24272026-02-27T02:12:24.005Z Checking encoding_rs v0.8.34
24282026-02-27T02:12:24.142Z Checking mime v0.3.17
24292026-02-27T02:12:24.202Z Checking unicode-segmentation v1.12.0
24302026-02-27T02:12:24.292Z Checking data-encoding v2.9.0
24312026-02-27T02:12:24.483Z Checking fixedbitset v0.4.2
24322026-02-27T02:12:24.503Z Checking jiff v0.2.15
24332026-02-27T02:12:24.792Z Checking normalize-line-endings v0.3.0
24342026-02-27T02:12:24.895Z Checking predicates-core v1.0.8
24352026-02-27T02:12:24.917Z Checking fixedbitset v0.5.7
24362026-02-27T02:12:24.935Z Checking backtrace v0.3.74
24372026-02-27T02:12:24.952Z Checking precomputed-hash v0.1.1
24382026-02-27T02:12:24.956Z Checking new_debug_unreachable v1.0.6
24392026-02-27T02:12:25.076Z Checking rustc-hash v2.1.1
24402026-02-27T02:12:25.095Z Checking toml_write v0.1.2
24412026-02-27T02:12:25.113Z Checking winnow v0.7.14
24422026-02-27T02:12:25.198Z Checking whoami v1.5.2
24432026-02-27T02:12:25.270Z Checking keccak v0.1.5
24442026-02-27T02:12:25.303Z Checking difflib v0.4.0
24452026-02-27T02:12:25.417Z Checking static_assertions v1.1.0
24462026-02-27T02:12:25.504Z Checking anyhow v1.0.99
24472026-02-27T02:12:25.523Z Checking tokio-postgres v0.7.13
24482026-02-27T02:12:25.543Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24492026-02-27T02:12:25.617Z Checking sha3 v0.10.8
24502026-02-27T02:12:25.649Z Checking predicates v3.1.3
24512026-02-27T02:12:25.910Z Checking petgraph v0.8.2
24522026-02-27T02:12:26.023Z Checking iddqd v0.3.16
24532026-02-27T02:12:26.237Z Checking reqwest v0.12.28
24542026-02-27T02:12:26.319Z Checking toml v0.7.8
24552026-02-27T02:12:27.010Z Checking string_cache v0.8.9
24562026-02-27T02:12:27.329Z Checking ed25519-dalek v2.1.1
24572026-02-27T02:12:27.777Z Checking similar v2.7.0
24582026-02-27T02:12:28.016Z Checking hickory-proto v0.25.2
24592026-02-27T02:12:28.053Z Checking toml_edit v0.22.27
24602026-02-27T02:12:28.167Z Checking petgraph v0.6.5
24612026-02-27T02:12:28.391Z Checking slog v2.8.2
24622026-02-27T02:12:28.612Z Checking env_logger v0.11.8
24632026-02-27T02:12:28.973Z Checking usdt v0.6.0
24642026-02-27T02:12:28.994Z Checking usdt-impl v0.5.0
24652026-02-27T02:12:29.271Z Checking serde_with v3.16.1
24662026-02-27T02:12:29.528Z Checking ecdsa v0.16.9
24672026-02-27T02:12:29.644Z Checking rsa v0.9.8
24682026-02-27T02:12:30.288Z Checking nix v0.29.0
24692026-02-27T02:12:30.308Z Checking zip v4.2.0
24702026-02-27T02:12:30.692Z Checking zip v0.6.6
24712026-02-27T02:12:30.745Z Checking clap v4.5.48
24722026-02-27T02:12:30.881Z Checking reqwest v0.13.2
24732026-02-27T02:12:31.216Z Checking crossterm v0.28.1
24742026-02-27T02:12:31.401Z Checking itertools v0.10.5
24752026-02-27T02:12:31.586Z Checking itertools v0.13.0
24762026-02-27T02:12:31.683Z Checking strum v0.26.3
24772026-02-27T02:12:31.730Z Checking tokio-stream v0.1.17
24782026-02-27T02:12:31.882Z Checking ahash v0.8.12
24792026-02-27T02:12:32.292Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24802026-02-27T02:12:32.546Z Checking fs-err v3.1.1
24812026-02-27T02:12:32.656Z Checking buf-list v1.0.3
24822026-02-27T02:12:32.719Z Checking x509-cert v0.2.5
24832026-02-27T02:12:32.979Z Checking openapiv3 v2.2.0
24842026-02-27T02:12:32.999Z Checking sha1 v0.10.6
24852026-02-27T02:12:33.003Z Checking winnow v0.6.26
24862026-02-27T02:12:33.098Z Checking peg-runtime v0.8.5
24872026-02-27T02:12:33.305Z Checking lalrpop-util v0.19.12
24882026-02-27T02:12:33.363Z Checking rayon v1.10.0
24892026-02-27T02:12:33.602Z Checking camino v1.2.2
24902026-02-27T02:12:33.622Z Checking sigpipe v0.1.3
24912026-02-27T02:12:33.749Z Checking glob v0.3.2
24922026-02-27T02:12:35.496Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24932026-02-27T02:12:36.052Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24942026-02-27T02:12:36.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.20s
24952026-02-27T02:12:36.658Z
24962026-02-27T02:12:36.659Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/251)
24972026-02-27T02:12:37.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982026-02-27T02:12:37.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992026-02-27T02:12:37.813Z Checking regress v0.10.5
25002026-02-27T02:12:37.816Z Compiling structmeta-derive v0.3.0
25012026-02-27T02:12:37.816Z Compiling rustls v0.22.4
25022026-02-27T02:12:38.006Z Compiling multer v3.1.0
25032026-02-27T02:12:38.028Z Compiling newtype-uuid-macros v0.1.0
25042026-02-27T02:12:38.031Z Compiling async-stream-impl v0.3.6
25052026-02-27T02:12:38.072Z Checking futures-executor v0.3.31
25062026-02-27T02:12:38.290Z Compiling dropshot v0.16.7
25072026-02-27T02:12:38.324Z Checking futures v0.3.31
25082026-02-27T02:12:38.429Z Compiling dropshot_endpoint v0.16.7
25092026-02-27T02:12:38.461Z Checking match_cfg v0.1.0
25102026-02-27T02:12:38.584Z Checking hostname v0.3.1
25112026-02-27T02:12:38.727Z Checking thread_local v1.1.8
25122026-02-27T02:12:38.756Z Checking crossbeam-channel v0.5.15
25132026-02-27T02:12:39.028Z Checking is-terminal v0.4.13
25142026-02-27T02:12:39.180Z Checking take_mut v0.2.2
25152026-02-27T02:12:39.334Z Checking term v1.1.0
25162026-02-27T02:12:39.360Z Checking rustls-webpki v0.102.8
25172026-02-27T02:12:39.532Z Checking slog-async v2.8.0
25182026-02-27T02:12:39.651Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-02-27T02:12:39.792Z Checking slog-term v2.9.2
25202026-02-27T02:12:39.873Z Checking debug-ignore v1.0.5
25212026-02-27T02:12:40.059Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25222026-02-27T02:12:40.369Z Checking toml_parser v1.0.6+spec-1.1.0
25232026-02-27T02:12:40.437Z Checking slog-json v2.6.1
25242026-02-27T02:12:40.540Z Compiling structmeta v0.3.0
25252026-02-27T02:12:40.729Z Checking macaddr v1.0.1
25262026-02-27T02:12:40.854Z Checking serde_spanned v1.0.4
25272026-02-27T02:12:40.945Z Compiling derive-ex v0.1.8
25282026-02-27T02:12:41.074Z Compiling parse-display-derive v0.10.0
25292026-02-27T02:12:41.096Z Checking toml_datetime v0.7.5+spec-1.1.0
25302026-02-27T02:12:41.118Z Checking toml_writer v1.0.6+spec-1.1.0
25312026-02-27T02:12:41.332Z Checking slog-bunyan v2.5.0
25322026-02-27T02:12:41.485Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25332026-02-27T02:12:41.514Z Checking toml v0.9.11+spec-1.1.0
25342026-02-27T02:12:41.534Z Checking async-stream v0.3.6
25352026-02-27T02:12:42.200Z Checking waitgroup v0.1.2
25362026-02-27T02:12:42.264Z Checking rustls-pemfile v2.2.0
25372026-02-27T02:12:42.366Z Checking serde_path_to_error v0.1.20
25382026-02-27T02:12:42.520Z Checking hostname v0.4.2
25392026-02-27T02:12:42.643Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25402026-02-27T02:12:42.694Z Compiling itertools v0.14.0
25412026-02-27T02:12:42.855Z Checking progenitor-client v0.13.0
25422026-02-27T02:12:42.952Z Checking instant v0.1.13
25432026-02-27T02:12:42.987Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25442026-02-27T02:12:43.091Z Checking backoff v0.4.0
25452026-02-27T02:12:43.301Z Checking progenitor-client v0.10.0
25462026-02-27T02:12:43.420Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25472026-02-27T02:12:43.505Z Checking tokio-rustls v0.25.0
25482026-02-27T02:12:43.711Z Checking backon v1.6.0
25492026-02-27T02:12:44.036Z Checking heck v0.5.0
25502026-02-27T02:12:44.278Z Compiling proc-macro-crate v1.3.1
25512026-02-27T02:12:44.506Z Checking unicode-width v0.1.14
25522026-02-27T02:12:44.921Z Checking parse-display v0.10.0
25532026-02-27T02:12:45.035Z Compiling test-strategy v0.4.3
25542026-02-27T02:12:45.091Z Compiling proc-macro-error v1.0.4
25552026-02-27T02:12:45.145Z Compiling num_enum_derive v0.5.11
25562026-02-27T02:12:45.184Z Compiling heapless v0.8.0
25572026-02-27T02:12:45.696Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25582026-02-27T02:12:45.740Z Checking hash32 v0.3.1
25592026-02-27T02:12:45.763Z Compiling ingot-macros v0.1.1
25602026-02-27T02:12:45.861Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25612026-02-27T02:12:45.966Z Compiling smoltcp v0.11.0
25622026-02-27T02:12:46.116Z Checking tabwriter v1.4.0
25632026-02-27T02:12:46.246Z Compiling foreign-types-macros v0.2.3
25642026-02-27T02:12:46.394Z Checking foreign-types-shared v0.3.1
25652026-02-27T02:12:46.544Z Compiling crucible-workspace-hack v0.1.0
25662026-02-27T02:12:46.703Z Checking cobs v0.2.3
25672026-02-27T02:12:46.935Z Checking postcard v1.0.10
25682026-02-27T02:12:47.301Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25692026-02-27T02:12:47.402Z Checking num_enum v0.5.11
25702026-02-27T02:12:47.490Z Checking foreign-types v0.5.0
25712026-02-27T02:12:47.514Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-02-27T02:12:47.592Z Checking cstr-argument v0.1.2
25732026-02-27T02:12:47.620Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-02-27T02:12:47.809Z Checking pretty-hex v0.2.1
25752026-02-27T02:12:47.979Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25762026-02-27T02:12:48.023Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25772026-02-27T02:12:48.081Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25782026-02-27T02:12:48.136Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25792026-02-27T02:12:48.301Z Checking colored v2.2.0
25802026-02-27T02:12:48.345Z Checking secrecy v0.10.3
25812026-02-27T02:12:48.348Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25822026-02-27T02:12:48.365Z Compiling unsafe-libyaml v0.2.11
25832026-02-27T02:12:48.403Z Checking camino-tempfile v1.4.1
25842026-02-27T02:12:48.533Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25852026-02-27T02:12:48.556Z Compiling nix v0.30.1
25862026-02-27T02:12:48.718Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25872026-02-27T02:12:49.191Z Compiling convert_case v0.4.0
25882026-02-27T02:12:49.307Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25892026-02-27T02:12:49.405Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902026-02-27T02:12:49.486Z Compiling zone_cfg_derive v0.3.0
25912026-02-27T02:12:49.753Z Compiling serde_yaml v0.9.34+deprecated
25922026-02-27T02:12:49.815Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25932026-02-27T02:12:50.077Z Compiling derive_more v0.99.20
25942026-02-27T02:12:50.205Z Checking itertools v0.12.1
25952026-02-27T02:12:50.802Z Checking smf v0.2.3
25962026-02-27T02:12:50.947Z Compiling num-derive v0.4.2
25972026-02-27T02:12:51.423Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25982026-02-27T02:12:52.095Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-02-27T02:12:52.555Z Checking ingot-types v0.1.2
26002026-02-27T02:12:52.702Z Checking zone v0.3.1
26012026-02-27T02:12:53.214Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26022026-02-27T02:12:53.360Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26032026-02-27T02:12:53.382Z Checking ingot v0.1.1
26042026-02-27T02:12:53.442Z Compiling typify-impl v0.4.3
26052026-02-27T02:12:55.139Z Compiling typify-impl v0.6.1
26062026-02-27T02:12:56.917Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-02-27T02:12:57.811Z Compiling prettyplease v0.2.36
26082026-02-27T02:12:59.282Z Compiling typify-impl v0.2.0
26092026-02-27T02:12:59.444Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26102026-02-27T02:13:00.656Z Checking num-rational v0.4.2
26112026-02-27T02:13:01.794Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26122026-02-27T02:13:02.017Z Checking num-complex v0.4.6
26132026-02-27T02:13:02.734Z Checking unicode-width v0.2.0
26142026-02-27T02:13:02.897Z Checking num v0.4.3
26152026-02-27T02:13:03.032Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26162026-02-27T02:13:03.744Z Checking password-hash v0.5.0
26172026-02-27T02:13:03.823Z Compiling usdt-macro v0.5.0
26182026-02-27T02:13:04.224Z Compiling usdt-attr-macro v0.5.0
26192026-02-27T02:13:05.322Z Compiling typify-macro v0.4.3
26202026-02-27T02:13:05.343Z Checking blake2 v0.10.6
26212026-02-27T02:13:05.848Z Compiling thiserror-impl-no-std v2.0.2
26222026-02-27T02:13:05.872Z Checking universal-hash v0.5.1
26232026-02-27T02:13:06.325Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26242026-02-27T02:13:07.033Z Compiling typify-macro v0.6.1
26252026-02-27T02:13:07.123Z Checking memmap v0.7.0
26262026-02-27T02:13:07.267Z Checking half v2.4.1
26272026-02-27T02:13:07.367Z Checking opaque-debug v0.3.1
26282026-02-27T02:13:07.491Z Checking float-ord v0.3.2
26292026-02-27T02:13:07.683Z Checking ciborium-io v0.2.2
26302026-02-27T02:13:07.767Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26312026-02-27T02:13:07.845Z Checking ciborium-ll v0.2.2
26322026-02-27T02:13:08.170Z Checking poly1305 v0.8.0
26332026-02-27T02:13:08.574Z Checking thiserror-no-std v2.0.2
26342026-02-27T02:13:08.719Z Checking usdt v0.5.0
26352026-02-27T02:13:08.889Z Checking argon2 v0.5.3
26362026-02-27T02:13:09.036Z Checking console v0.15.10
26372026-02-27T02:13:09.250Z Compiling typify v0.4.3
26382026-02-27T02:13:09.454Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26392026-02-27T02:13:09.640Z Checking toml v0.8.23
26402026-02-27T02:13:10.053Z Checking chacha20 v0.9.1
26412026-02-27T02:13:10.429Z Checking aead v0.5.2
26422026-02-27T02:13:10.497Z Compiling semver v0.1.20
26432026-02-27T02:13:10.696Z Checking indent_write v2.2.0
26442026-02-27T02:13:10.755Z Compiling typify-macro v0.2.0
26452026-02-27T02:13:11.039Z Compiling typify v0.6.1
26462026-02-27T02:13:11.114Z Compiling rustc_version v0.1.7
26472026-02-27T02:13:11.138Z Checking chacha20poly1305 v0.10.1
26482026-02-27T02:13:11.178Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26492026-02-27T02:13:11.229Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26502026-02-27T02:13:11.363Z Compiling progenitor-impl v0.11.2
26512026-02-27T02:13:11.550Z Checking vsss-rs v3.3.4
26522026-02-27T02:13:11.605Z Checking ciborium v0.2.2
26532026-02-27T02:13:12.595Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26542026-02-27T02:13:13.231Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26552026-02-27T02:13:13.727Z Compiling pin-project-internal v1.1.6
26562026-02-27T02:13:14.311Z Compiling derive-where v1.5.0
26572026-02-27T02:13:14.497Z Compiling minimal-lexical v0.2.1
26582026-02-27T02:13:14.664Z Checking linked-hash-map v0.5.6
26592026-02-27T02:13:14.810Z Checking siphasher v1.0.1
26602026-02-27T02:13:15.030Z Compiling nom v7.1.3
26612026-02-27T02:13:15.053Z Checking lru-cache v0.1.2
26622026-02-27T02:13:15.169Z Checking phf_shared v0.12.1
26632026-02-27T02:13:15.282Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26642026-02-27T02:13:15.456Z Compiling typify v0.2.0
26652026-02-27T02:13:15.576Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26662026-02-27T02:13:16.520Z Checking pin-project v1.1.6
26672026-02-27T02:13:16.691Z Compiling newtype_derive v0.1.6
26682026-02-27T02:13:17.064Z Compiling progenitor-impl v0.13.0
26692026-02-27T02:13:18.072Z Checking resolv-conf v0.7.0
26702026-02-27T02:13:18.451Z Compiling progenitor-macro v0.11.2
26712026-02-27T02:13:18.473Z Checking newline-converter v0.3.0
26722026-02-27T02:13:18.666Z Checking hickory-proto v0.24.4
26732026-02-27T02:13:18.690Z Checking progenitor-client v0.11.2
26742026-02-27T02:13:18.717Z Checking atomicwrites v0.4.4
26752026-02-27T02:13:18.944Z Checking pem v3.0.5
26762026-02-27T02:13:19.137Z Compiling snafu-derive v0.8.5
26772026-02-27T02:13:19.446Z Compiling async-recursion v1.1.1
26782026-02-27T02:13:20.408Z Checking csv-core v0.1.11
26792026-02-27T02:13:20.781Z Compiling slog-dtrace v0.3.0
26802026-02-27T02:13:20.944Z Compiling cancel-safe-futures v0.1.5
26812026-02-27T02:13:21.140Z Checking same-file v1.0.6
26822026-02-27T02:13:21.340Z Compiling chrono-tz v0.10.4
26832026-02-27T02:13:21.365Z Checking highway v1.3.0
26842026-02-27T02:13:21.698Z Compiling const_format_proc_macros v0.2.34
26852026-02-27T02:13:21.851Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26862026-02-27T02:13:23.116Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26872026-02-27T02:13:23.560Z Checking hickory-resolver v0.24.4
26882026-02-27T02:13:23.675Z Checking walkdir v2.5.0
26892026-02-27T02:13:23.811Z Checking snafu v0.8.5
26902026-02-27T02:13:23.998Z Compiling progenitor-macro v0.13.0
26912026-02-27T02:13:24.119Z Checking csv v1.3.1
26922026-02-27T02:13:24.486Z Checking expectorate v1.2.0
26932026-02-27T02:13:24.745Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26942026-02-27T02:13:25.045Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26952026-02-27T02:13:25.312Z Compiling progenitor-impl v0.8.0
26962026-02-27T02:13:25.879Z Checking phf v0.12.1
26972026-02-27T02:13:26.069Z Checking tokio-dtrace v0.1.0
26982026-02-27T02:13:26.165Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26992026-02-27T02:13:26.399Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27002026-02-27T02:13:26.662Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27012026-02-27T02:13:27.517Z Checking globset v0.4.15
27022026-02-27T02:13:27.833Z Checking olpc-cjson v0.1.4
27032026-02-27T02:13:28.080Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27042026-02-27T02:13:28.106Z Compiling lzma-sys v0.1.20
27052026-02-27T02:13:28.630Z Checking serde_plain v1.0.2
27062026-02-27T02:13:28.891Z Checking arc-swap v1.7.1
27072026-02-27T02:13:28.922Z Checking typed-path v0.9.3
27082026-02-27T02:13:29.340Z Checking utf-8 v0.7.6
27092026-02-27T02:13:29.685Z Checking bytecount v0.6.8
27102026-02-27T02:13:29.886Z Checking swrite v0.1.0
27112026-02-27T02:13:30.040Z Checking colored v3.0.0
27122026-02-27T02:13:30.418Z Checking papergrid v0.11.0
27132026-02-27T02:13:30.927Z Checking tough v0.20.0
27142026-02-27T02:13:30.964Z Checking progenitor v0.11.2
27152026-02-27T02:13:31.226Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27162026-02-27T02:13:31.837Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27172026-02-27T02:13:32.051Z Compiling progenitor-macro v0.8.0
27182026-02-27T02:13:32.128Z Checking tungstenite v0.21.0
27192026-02-27T02:13:32.450Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27202026-02-27T02:13:32.804Z Checking slog-scope v4.4.0
27212026-02-27T02:13:32.926Z Checking oxide-tokio-rt v0.1.2
27222026-02-27T02:13:33.188Z Checking qorb v0.4.1
27232026-02-27T02:13:33.241Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27242026-02-27T02:13:34.188Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27252026-02-27T02:13:36.648Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27262026-02-27T02:13:36.769Z Checking const_format v0.2.34
27272026-02-27T02:13:36.818Z Checking oxide-update-engine-types v0.1.0
27282026-02-27T02:13:36.843Z Checking progenitor v0.13.0
27292026-02-27T02:13:37.083Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27302026-02-27T02:13:37.259Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27312026-02-27T02:13:37.485Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27322026-02-27T02:13:37.643Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27332026-02-27T02:13:38.327Z Compiling tabled_derive v0.7.0
27342026-02-27T02:13:38.350Z Checking progenitor-client v0.8.0
27352026-02-27T02:13:38.425Z Checking gethostname v0.5.0
27362026-02-27T02:13:38.597Z Compiling heck v0.3.3
27372026-02-27T02:13:38.619Z Checking bcs v0.1.6
27382026-02-27T02:13:38.755Z Checking smawk v0.3.2
27392026-02-27T02:13:38.938Z Checking termtree v0.5.1
27402026-02-27T02:13:38.962Z Checking unicode-linebreak v0.1.5
27412026-02-27T02:13:38.995Z Checking linear-map v1.2.0
27422026-02-27T02:13:39.104Z Compiling zone_cfg_derive v0.1.2
27432026-02-27T02:13:39.182Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27442026-02-27T02:13:39.345Z Checking oxide-update-engine v0.1.0
27452026-02-27T02:13:39.416Z Checking textwrap v0.16.2
27462026-02-27T02:13:39.917Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27472026-02-27T02:13:40.009Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27482026-02-27T02:13:40.199Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27492026-02-27T02:13:40.245Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27502026-02-27T02:13:40.466Z Checking tabled v0.15.0
27512026-02-27T02:13:40.531Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27522026-02-27T02:13:40.604Z Checking steno v0.4.1
27532026-02-27T02:13:40.832Z Checking slog-stdlog v4.1.1
27542026-02-27T02:13:41.044Z Checking tokio-tungstenite v0.21.0
27552026-02-27T02:13:41.819Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27562026-02-27T02:13:42.146Z Checking number_prefix v0.4.0
27572026-02-27T02:13:42.172Z Checking humantime v2.2.0
27582026-02-27T02:13:42.381Z Checking base64 v0.13.1
27592026-02-27T02:13:42.525Z Checking base64 v0.21.7
27602026-02-27T02:13:42.825Z Checking ron v0.7.1
27612026-02-27T02:13:42.848Z Checking indicatif v0.17.11
27622026-02-27T02:13:43.011Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27632026-02-27T02:13:43.184Z Checking xz2 v0.1.7
27642026-02-27T02:13:43.486Z Checking slog-envlogger v2.2.0
27652026-02-27T02:13:43.521Z Checking zone v0.1.8
27662026-02-27T02:13:43.587Z Checking xattr v1.3.1
27672026-02-27T02:13:43.751Z Checking yasna v0.5.2
27682026-02-27T02:13:43.817Z Checking headers-core v0.3.0
27692026-02-27T02:13:43.928Z Checking filetime v0.2.26
27702026-02-27T02:13:43.999Z Checking headers v0.4.1
27712026-02-27T02:13:44.166Z Checking tar v0.4.44
27722026-02-27T02:13:44.189Z Checking subprocess v0.2.9
27732026-02-27T02:13:44.589Z Checking rcgen v0.12.1
27742026-02-27T02:13:44.857Z Checking progenitor v0.8.0
27752026-02-27T02:13:45.081Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27762026-02-27T02:13:47.907Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27772026-02-27T02:13:54.988Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27782026-02-27T02:14:04.991Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27792026-02-27T02:14:07.196Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27802026-02-27T02:14:09.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
27812026-02-27T02:14:09.274Z
27822026-02-27T02:14:09.274Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/251)
27832026-02-27T02:14:10.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-02-27T02:14:10.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-02-27T02:14:10.338Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27862026-02-27T02:14:12.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
27872026-02-27T02:14:12.614Z
27882026-02-27T02:14:12.615Zinfo: running `cargo check --bins` on nexus-config (53/251)
27892026-02-27T02:14:13.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-02-27T02:14:13.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-02-27T02:14:13.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-02-27T02:14:13.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27932026-02-27T02:14:13.565Z
27942026-02-27T02:14:13.565Zinfo: running `cargo check --bins` on nexus-types (54/251)
27952026-02-27T02:14:14.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-02-27T02:14:14.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-02-27T02:14:14.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-02-27T02:14:14.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27992026-02-27T02:14:14.503Z
28002026-02-27T02:14:14.503Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/251)
28012026-02-27T02:14:15.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-02-27T02:14:15.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-02-27T02:14:15.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-02-27T02:14:15.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28052026-02-27T02:14:15.391Z
28062026-02-27T02:14:15.391Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/251)
28072026-02-27T02:14:16.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-02-27T02:14:16.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-02-27T02:14:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-02-27T02:14:16.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28112026-02-27T02:14:16.284Z
28122026-02-27T02:14:16.284Zinfo: running `cargo check --bins` on cockroach-admin-types (57/251)
28132026-02-27T02:14:17.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-02-27T02:14:17.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-02-27T02:14:17.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-02-27T02:14:17.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28172026-02-27T02:14:17.143Z
28182026-02-27T02:14:17.143Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/251)
28192026-02-27T02:14:17.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-02-27T02:14:17.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-02-27T02:14:17.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-02-27T02:14:17.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28232026-02-27T02:14:18.006Z
28242026-02-27T02:14:18.007Zinfo: running `cargo check --bins` on ereport-types (59/251)
28252026-02-27T02:14:18.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-02-27T02:14:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-02-27T02:14:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-02-27T02:14:18.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28292026-02-27T02:14:18.879Z
28302026-02-27T02:14:18.879Zinfo: running `cargo check --bins` on gateway-client (60/251)
28312026-02-27T02:14:19.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-02-27T02:14:19.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-02-27T02:14:19.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-02-27T02:14:19.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28352026-02-27T02:14:19.760Z
28362026-02-27T02:14:19.760Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/251)
28372026-02-27T02:14:20.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-02-27T02:14:20.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-02-27T02:14:20.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-02-27T02:14:20.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28412026-02-27T02:14:20.632Z
28422026-02-27T02:14:20.632Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/251)
28432026-02-27T02:14:21.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-02-27T02:14:21.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-02-27T02:14:21.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-02-27T02:14:21.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28472026-02-27T02:14:21.491Z
28482026-02-27T02:14:21.491Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/251)
28492026-02-27T02:14:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-02-27T02:14:22.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-02-27T02:14:22.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522026-02-27T02:14:22.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28532026-02-27T02:14:22.356Z
28542026-02-27T02:14:22.356Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/251)
28552026-02-27T02:14:23.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-02-27T02:14:23.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-02-27T02:14:23.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-02-27T02:14:23.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28592026-02-27T02:14:23.223Z
28602026-02-27T02:14:23.223Zinfo: running `cargo check --bins` on internal-dns-types (65/251)
28612026-02-27T02:14:24.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-02-27T02:14:24.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-02-27T02:14:24.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-02-27T02:14:24.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28652026-02-27T02:14:24.113Z
28662026-02-27T02:14:24.113Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/251)
28672026-02-27T02:14:24.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-02-27T02:14:24.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-02-27T02:14:24.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-02-27T02:14:24.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28712026-02-27T02:14:24.977Z
28722026-02-27T02:14:24.977Zinfo: running `cargo check --bins` on nexus-types-versions (67/251)
28732026-02-27T02:14:25.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-02-27T02:14:25.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-02-27T02:14:25.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-02-27T02:14:25.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28772026-02-27T02:14:25.883Z
28782026-02-27T02:14:25.884Zinfo: running `cargo check --bins` on omicron-passwords (68/251)
28792026-02-27T02:14:26.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-02-27T02:14:26.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-02-27T02:14:26.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-02-27T02:14:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28832026-02-27T02:14:26.732Z
28842026-02-27T02:14:26.733Zinfo: running `cargo check --bins` on oxql-types (69/251)
28852026-02-27T02:14:27.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-02-27T02:14:27.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-02-27T02:14:27.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-02-27T02:14:27.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28892026-02-27T02:14:27.595Z
28902026-02-27T02:14:27.595Zinfo: running `cargo check --bins` on oximeter-types (70/251)
28912026-02-27T02:14:28.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-02-27T02:14:28.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-02-27T02:14:28.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-02-27T02:14:28.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28952026-02-27T02:14:28.484Z
28962026-02-27T02:14:28.485Zinfo: running `cargo check --bins` on oximeter-types-versions (71/251)
28972026-02-27T02:14:29.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-02-27T02:14:29.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-02-27T02:14:29.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-02-27T02:14:29.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29012026-02-27T02:14:29.377Z
29022026-02-27T02:14:29.377Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/251)
29032026-02-27T02:14:30.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-02-27T02:14:30.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-02-27T02:14:30.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-02-27T02:14:30.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29072026-02-27T02:14:30.241Z
29082026-02-27T02:14:30.241Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (73/251)
29092026-02-27T02:14:31.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-02-27T02:14:31.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-02-27T02:14:31.155Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29122026-02-27T02:14:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
29132026-02-27T02:14:32.116Z
29142026-02-27T02:14:32.116Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/251)
29152026-02-27T02:14:32.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-02-27T02:14:32.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-02-27T02:14:33.067Z Compiling object v0.37.3
29182026-02-27T02:14:33.193Z Compiling stacker v0.1.23
29192026-02-27T02:14:33.197Z Compiling cfg_aliases v0.1.1
29202026-02-27T02:14:33.208Z Compiling convert_case v0.7.1
29212026-02-27T02:14:33.211Z Compiling vte_generate_state_changes v0.1.2
29222026-02-27T02:14:33.235Z Checking fd-lock v4.0.2
29232026-02-27T02:14:33.239Z Checking nibble_vec v0.1.0
29242026-02-27T02:14:33.239Z Compiling recursive-proc-macro-impl v0.1.1
29252026-02-27T02:14:33.331Z Compiling nix v0.28.0
29262026-02-27T02:14:33.498Z Checking endian-type v0.1.2
29272026-02-27T02:14:33.522Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-02-27T02:14:33.693Z Compiling peg-macros v0.8.5
29292026-02-27T02:14:33.714Z Checking radix_trie v0.2.1
29302026-02-27T02:14:33.885Z Checking vte v0.11.1
29312026-02-27T02:14:33.992Z Compiling derive_more-impl v2.0.1
29322026-02-27T02:14:34.052Z Compiling sqlparser_derive v0.5.0
29332026-02-27T02:14:34.120Z Checking unicode_categories v0.1.1
29342026-02-27T02:14:34.430Z Checking nu-ansi-term v0.50.1
29352026-02-27T02:14:34.523Z Checking home v0.5.9
29362026-02-27T02:14:34.761Z Checking sqlformat v0.3.5
29372026-02-27T02:14:34.897Z Checking display-error-chain v0.2.2
29382026-02-27T02:14:35.310Z Checking strip-ansi-escapes v0.2.0
29392026-02-27T02:14:35.482Z Checking reedline v0.40.0
29402026-02-27T02:14:35.738Z Checking derive_more v2.0.1
29412026-02-27T02:14:35.868Z Checking crossterm v0.29.0
29422026-02-27T02:14:36.321Z Checking peg v0.8.5
29432026-02-27T02:14:36.407Z Checking rustyline v14.0.0
29442026-02-27T02:14:39.063Z Compiling ar_archive_writer v0.5.1
29452026-02-27T02:14:39.966Z Compiling psm v0.1.30
29462026-02-27T02:14:40.834Z Checking recursive v0.1.1
29472026-02-27T02:14:40.930Z Checking sqlparser v0.61.0
29482026-02-27T02:15:01.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s
29492026-02-27T02:15:01.342Z
29502026-02-27T02:15:01.342Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/251)
29512026-02-27T02:15:02.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-02-27T02:15:02.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-02-27T02:15:02.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-02-27T02:15:08.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
29552026-02-27T02:15:08.410Z
29562026-02-27T02:15:08.410Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/251)
29572026-02-27T02:15:09.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-02-27T02:15:09.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-02-27T02:15:09.360Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-02-27T02:15:13.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
29612026-02-27T02:15:13.606Z
29622026-02-27T02:15:13.606Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/251)
29632026-02-27T02:15:14.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-02-27T02:15:14.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-02-27T02:15:14.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29662026-02-27T02:15:19.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
29672026-02-27T02:15:20.173Z
29682026-02-27T02:15:20.173Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/251)
29692026-02-27T02:15:20.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702026-02-27T02:15:20.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712026-02-27T02:15:21.112Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-02-27T02:15:26.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
29732026-02-27T02:15:26.810Z
29742026-02-27T02:15:26.810Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/251)
29752026-02-27T02:15:27.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762026-02-27T02:15:27.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772026-02-27T02:15:27.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-02-27T02:15:32.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
29792026-02-27T02:15:32.242Z
29802026-02-27T02:15:32.242Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/251)
29812026-02-27T02:15:33.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822026-02-27T02:15:33.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832026-02-27T02:15:33.176Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29842026-02-27T02:15:37.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
29852026-02-27T02:15:37.752Z
29862026-02-27T02:15:37.752Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/251)
29872026-02-27T02:15:38.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882026-02-27T02:15:38.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892026-02-27T02:15:38.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29902026-02-27T02:15:44.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
29912026-02-27T02:15:44.682Z
29922026-02-27T02:15:44.682Zinfo: running `cargo check --bins` on oximeter (82/251)
29932026-02-27T02:15:45.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-02-27T02:15:45.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-02-27T02:15:45.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962026-02-27T02:15:45.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29972026-02-27T02:15:45.581Z
29982026-02-27T02:15:45.581Zinfo: running `cargo check --bins` on oximeter-schema (83/251)
29992026-02-27T02:15:46.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-02-27T02:15:46.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-02-27T02:15:46.469Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30022026-02-27T02:15:46.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
30032026-02-27T02:15:47.172Z
30042026-02-27T02:15:47.172Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (84/251)
30052026-02-27T02:15:47.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-02-27T02:15:47.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-02-27T02:15:47.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082026-02-27T02:15:47.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30092026-02-27T02:15:48.050Z
30102026-02-27T02:15:48.050Zinfo: running `cargo check --bins` on oximeter-test-utils (85/251)
30112026-02-27T02:15:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-02-27T02:15:48.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-02-27T02:15:48.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142026-02-27T02:15:48.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30152026-02-27T02:15:49.019Z
30162026-02-27T02:15:49.019Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (86/251)
30172026-02-27T02:15:49.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-02-27T02:15:49.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-02-27T02:15:49.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202026-02-27T02:15:49.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30212026-02-27T02:15:49.926Z
30222026-02-27T02:15:49.926Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/251)
30232026-02-27T02:15:50.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-02-27T02:15:50.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-02-27T02:15:50.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-02-27T02:15:50.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30272026-02-27T02:15:50.821Z
30282026-02-27T02:15:50.821Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/251)
30292026-02-27T02:15:51.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-02-27T02:15:51.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-02-27T02:15:51.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-02-27T02:15:51.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30332026-02-27T02:15:51.704Z
30342026-02-27T02:15:51.704Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/251)
30352026-02-27T02:15:52.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-02-27T02:15:52.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-02-27T02:15:52.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-02-27T02:15:52.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30392026-02-27T02:15:52.586Z
30402026-02-27T02:15:52.586Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/251)
30412026-02-27T02:15:53.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-02-27T02:15:53.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-02-27T02:15:53.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-02-27T02:15:53.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30452026-02-27T02:15:53.459Z
30462026-02-27T02:15:53.459Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/251)
30472026-02-27T02:15:54.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-02-27T02:15:54.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-02-27T02:15:54.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-02-27T02:15:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30512026-02-27T02:15:54.345Z
30522026-02-27T02:15:54.346Zinfo: running `cargo check --bins --no-default-features` on gfss (92/251)
30532026-02-27T02:15:55.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-02-27T02:15:55.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-02-27T02:15:55.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-02-27T02:15:55.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30572026-02-27T02:15:55.213Z
30582026-02-27T02:15:55.213Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/251)
30592026-02-27T02:15:55.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-02-27T02:15:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-02-27T02:15:55.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-02-27T02:15:55.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30632026-02-27T02:15:56.064Z
30642026-02-27T02:15:56.064Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/251)
30652026-02-27T02:15:56.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-02-27T02:15:56.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-02-27T02:15:56.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-02-27T02:15:56.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30692026-02-27T02:15:56.965Z
30702026-02-27T02:15:56.965Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/251)
30712026-02-27T02:15:57.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-02-27T02:15:57.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-02-27T02:15:57.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-02-27T02:15:57.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30752026-02-27T02:15:57.858Z
30762026-02-27T02:15:57.858Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/251)
30772026-02-27T02:15:58.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-02-27T02:15:58.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-02-27T02:15:58.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-02-27T02:15:58.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30812026-02-27T02:15:58.755Z
30822026-02-27T02:15:58.755Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/251)
30832026-02-27T02:15:59.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-02-27T02:15:59.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-02-27T02:15:59.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-02-27T02:15:59.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30872026-02-27T02:15:59.654Z
30882026-02-27T02:15:59.654Zinfo: running `cargo check --bins` on trust-quorum-types (98/251)
30892026-02-27T02:16:00.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-02-27T02:16:00.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-02-27T02:16:00.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-02-27T02:16:00.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30932026-02-27T02:16:00.547Z
30942026-02-27T02:16:00.547Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/251)
30952026-02-27T02:16:01.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-02-27T02:16:01.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-02-27T02:16:01.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-02-27T02:16:01.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30992026-02-27T02:16:01.459Z
31002026-02-27T02:16:01.459Zinfo: running `cargo check --bins` on omicron-certificates (100/251)
31012026-02-27T02:16:02.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-02-27T02:16:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-02-27T02:16:02.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-02-27T02:16:02.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31052026-02-27T02:16:02.319Z
31062026-02-27T02:16:02.319Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (101/251)
31072026-02-27T02:16:03.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-02-27T02:16:03.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-02-27T02:16:03.263Z Checking dropshot-api-manager-types v0.3.0
31102026-02-27T02:16:03.267Z Checking nanorand v0.7.0
31112026-02-27T02:16:03.557Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-02-27T02:16:03.637Z Checking flume v0.11.1
31132026-02-27T02:16:03.970Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31142026-02-27T02:16:05.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
31152026-02-27T02:16:05.639Z
31162026-02-27T02:16:05.639Zinfo: running `cargo check --bins` on clickhouse-admin-api (102/251)
31172026-02-27T02:16:06.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-02-27T02:16:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-02-27T02:16:06.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-02-27T02:16:06.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31212026-02-27T02:16:06.506Z
31222026-02-27T02:16:06.506Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (103/251)
31232026-02-27T02:16:07.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-02-27T02:16:07.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-02-27T02:16:07.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-02-27T02:16:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31272026-02-27T02:16:07.383Z
31282026-02-27T02:16:07.383Zinfo: running `cargo check --bins` on bootstrap-agent-client (104/251)
31292026-02-27T02:16:08.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-02-27T02:16:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-02-27T02:16:08.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-02-27T02:16:08.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31332026-02-27T02:16:08.272Z
31342026-02-27T02:16:08.272Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (105/251)
31352026-02-27T02:16:09.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-02-27T02:16:09.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-02-27T02:16:09.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-02-27T02:16:09.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31392026-02-27T02:16:09.178Z
31402026-02-27T02:16:09.178Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (106/251)
31412026-02-27T02:16:09.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-02-27T02:16:09.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-02-27T02:16:09.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-02-27T02:16:09.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31452026-02-27T02:16:10.062Z
31462026-02-27T02:16:10.062Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (107/251)
31472026-02-27T02:16:10.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-02-27T02:16:10.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-02-27T02:16:10.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-02-27T02:16:10.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31512026-02-27T02:16:10.948Z
31522026-02-27T02:16:10.948Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (108/251)
31532026-02-27T02:16:11.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-02-27T02:16:11.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-02-27T02:16:11.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-02-27T02:16:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31572026-02-27T02:16:11.817Z
31582026-02-27T02:16:11.817Zinfo: running `cargo check --bins` on cockroach-admin-client (109/251)
31592026-02-27T02:16:12.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-02-27T02:16:12.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-02-27T02:16:12.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-02-27T02:16:12.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31632026-02-27T02:16:12.689Z
31642026-02-27T02:16:12.689Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (110/251)
31652026-02-27T02:16:13.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-02-27T02:16:13.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-02-27T02:16:13.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-02-27T02:16:13.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31692026-02-27T02:16:13.586Z
31702026-02-27T02:16:13.586Zinfo: running `cargo check --bins` on dns-service-client (111/251)
31712026-02-27T02:16:14.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-02-27T02:16:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-02-27T02:16:14.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-02-27T02:16:14.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31752026-02-27T02:16:14.460Z
31762026-02-27T02:16:14.460Zinfo: running `cargo check --bins` on installinator-client (112/251)
31772026-02-27T02:16:15.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-02-27T02:16:15.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-02-27T02:16:15.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-02-27T02:16:15.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31812026-02-27T02:16:15.338Z
31822026-02-27T02:16:15.338Zinfo: running `cargo check --bins` on nexus-client (113/251)
31832026-02-27T02:16:16.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-02-27T02:16:16.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-02-27T02:16:16.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-02-27T02:16:16.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31872026-02-27T02:16:16.279Z
31882026-02-27T02:16:16.279Zinfo: running `cargo check --bins` on nexus-lockstep-client (114/251)
31892026-02-27T02:16:17.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-02-27T02:16:17.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-02-27T02:16:17.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-02-27T02:16:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31932026-02-27T02:16:17.203Z
31942026-02-27T02:16:17.203Zinfo: running `cargo check --bins` on ntp-admin-client (115/251)
31952026-02-27T02:16:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-02-27T02:16:17.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-02-27T02:16:17.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-02-27T02:16:17.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31992026-02-27T02:16:18.060Z
32002026-02-27T02:16:18.060Zinfo: running `cargo check --bins` on oxide-client (116/251)
32012026-02-27T02:16:18.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-02-27T02:16:18.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-02-27T02:16:18.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-02-27T02:16:18.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32052026-02-27T02:16:18.919Z
32062026-02-27T02:16:18.920Zinfo: running `cargo check --bins` on oximeter-client (117/251)
32072026-02-27T02:16:19.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-02-27T02:16:19.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-02-27T02:16:19.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-02-27T02:16:19.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32112026-02-27T02:16:19.784Z
32122026-02-27T02:16:19.784Zinfo: running `cargo check --bins` on repo-depot-client (118/251)
32132026-02-27T02:16:20.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-02-27T02:16:20.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-02-27T02:16:20.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-02-27T02:16:20.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32172026-02-27T02:16:20.635Z
32182026-02-27T02:16:20.635Zinfo: running `cargo check --bins` on sled-agent-client (119/251)
32192026-02-27T02:16:21.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-02-27T02:16:21.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-02-27T02:16:21.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-02-27T02:16:21.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32232026-02-27T02:16:21.533Z
32242026-02-27T02:16:21.533Zinfo: running `cargo check --bins` on wicketd-client (120/251)
32252026-02-27T02:16:22.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-02-27T02:16:22.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-02-27T02:16:22.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-02-27T02:16:22.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32292026-02-27T02:16:22.442Z
32302026-02-27T02:16:22.442Zinfo: running `cargo check --bins` on installinator-common (121/251)
32312026-02-27T02:16:23.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-02-27T02:16:23.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-02-27T02:16:23.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-02-27T02:16:23.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32352026-02-27T02:16:23.317Z
32362026-02-27T02:16:23.317Zinfo: running `cargo check --bins` on installinator-common-versions (122/251)
32372026-02-27T02:16:24.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-02-27T02:16:24.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-02-27T02:16:24.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-02-27T02:16:24.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32412026-02-27T02:16:24.163Z
32422026-02-27T02:16:24.163Zinfo: running `cargo check --bins` on wicket-common (123/251)
32432026-02-27T02:16:24.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-02-27T02:16:24.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-02-27T02:16:24.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-02-27T02:16:24.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32472026-02-27T02:16:25.066Z
32482026-02-27T02:16:25.066Zinfo: running `cargo check --bins` on omicron-cockroach-admin (124/251)
32492026-02-27T02:16:25.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-02-27T02:16:25.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-02-27T02:16:26.003Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-02-27T02:16:26.007Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32532026-02-27T02:16:26.136Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32542026-02-27T02:16:26.328Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-02-27T02:16:28.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
32562026-02-27T02:16:28.250Z
32572026-02-27T02:16:28.250Zinfo: running `cargo check --bins` on cockroach-admin-api (125/251)
32582026-02-27T02:16:29.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-02-27T02:16:29.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-02-27T02:16:29.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32612026-02-27T02:16:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32622026-02-27T02:16:29.118Z
32632026-02-27T02:16:29.118Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (126/251)
32642026-02-27T02:16:30.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-02-27T02:16:30.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-02-27T02:16:30.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-02-27T02:16:30.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
32682026-02-27T02:16:30.157Z
32692026-02-27T02:16:30.157Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (127/251)
32702026-02-27T02:16:31.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-02-27T02:16:31.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-02-27T02:16:31.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-02-27T02:16:31.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32742026-02-27T02:16:31.161Z
32752026-02-27T02:16:31.161Zinfo: running `cargo check --bins` on dns-server (128/251)
32762026-02-27T02:16:31.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-02-27T02:16:31.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-02-27T02:16:32.043Z Compiling parking_lot_core v0.8.6
32792026-02-27T02:16:32.046Z Compiling moka v0.12.10
32802026-02-27T02:16:32.046Z Checking tagptr v0.2.0
32812026-02-27T02:16:32.189Z Checking prefix-trie v0.7.0
32822026-02-27T02:16:32.193Z Checking fxhash v0.2.1
32832026-02-27T02:16:32.193Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32842026-02-27T02:16:32.193Z Checking hickory-client v0.25.2
32852026-02-27T02:16:32.203Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32862026-02-27T02:16:32.794Z Checking hickory-server v0.25.2
32872026-02-27T02:16:32.911Z Checking parking_lot v0.11.2
32882026-02-27T02:16:33.159Z Checking sled v0.34.7
32892026-02-27T02:16:33.526Z Checking hickory-resolver v0.25.2
32902026-02-27T02:16:35.051Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32912026-02-27T02:16:36.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
32922026-02-27T02:16:36.772Z
32932026-02-27T02:16:36.772Zinfo: running `cargo check --bins` on dns-server-api (129/251)
32942026-02-27T02:16:37.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-02-27T02:16:37.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-02-27T02:16:37.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-02-27T02:16:37.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32982026-02-27T02:16:37.667Z
32992026-02-27T02:16:37.667Zinfo: running `cargo check --bins` on gateway-test-utils (130/251)
33002026-02-27T02:16:38.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-02-27T02:16:38.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-02-27T02:16:38.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-02-27T02:16:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
33042026-02-27T02:16:38.615Z
33052026-02-27T02:16:38.615Zinfo: running `cargo check --bins` on omicron-gateway (131/251)
33062026-02-27T02:16:39.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-02-27T02:16:39.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-02-27T02:16:39.644Z Compiling radium v0.7.0
33092026-02-27T02:16:39.647Z Checking tap v1.0.1
33102026-02-27T02:16:39.648Z Compiling maybe-uninit v2.0.0
33112026-02-27T02:16:39.806Z Compiling zerocopy-derive v0.6.6
33122026-02-27T02:16:39.810Z Checking crc-catalog v2.4.0
33132026-02-27T02:16:39.810Z Compiling packed_struct v0.10.1
33142026-02-27T02:16:39.825Z Checking funty v2.0.0
33152026-02-27T02:16:39.882Z Compiling packed_struct_codegen v0.10.1
33162026-02-27T02:16:39.939Z Checking wyz v0.5.1
33172026-02-27T02:16:39.983Z Checking crc v3.2.1
33182026-02-27T02:16:40.331Z Compiling bitfield-macros v0.19.2
33192026-02-27T02:16:40.376Z Compiling indexmap v1.9.3
33202026-02-27T02:16:40.416Z Checking nodrop v0.1.14
33212026-02-27T02:16:40.518Z Checking smallvec v0.6.14
33222026-02-27T02:16:40.569Z Checking array-init v0.0.4
33232026-02-27T02:16:40.640Z Checking hashbrown v0.12.3
33242026-02-27T02:16:40.672Z Checking bitvec v1.0.1
33252026-02-27T02:16:40.785Z Checking ron v0.8.1
33262026-02-27T02:16:40.925Z Checking hashbrown v0.13.2
33272026-02-27T02:16:41.545Z Checking serde-hex v0.1.0
33282026-02-27T02:16:41.737Z Checking zerocopy v0.6.6
33292026-02-27T02:16:41.823Z Checking bitfield v0.19.2
33302026-02-27T02:16:41.902Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33312026-02-27T02:16:41.987Z Checking crc-any v2.5.0
33322026-02-27T02:16:42.283Z Checking half v1.8.3
33332026-02-27T02:16:42.305Z Checking path-slash v0.1.5
33342026-02-27T02:16:42.326Z Checking object v0.30.4
33352026-02-27T02:16:42.329Z Checking void v1.0.2
33362026-02-27T02:16:42.376Z Checking tungstenite v0.23.0
33372026-02-27T02:16:42.432Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-02-27T02:16:42.477Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33392026-02-27T02:16:42.520Z Checking lzss v0.8.2
33402026-02-27T02:16:42.727Z Checking serde_cbor v0.11.2
33412026-02-27T02:16:42.730Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-02-27T02:16:42.880Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-02-27T02:16:42.989Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33442026-02-27T02:16:43.011Z Checking nix v0.27.1
33452026-02-27T02:16:43.265Z Checking kstat-rs v0.2.4
33462026-02-27T02:16:43.560Z Checking serde_bytes v0.11.19
33472026-02-27T02:16:43.629Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33482026-02-27T02:16:43.670Z Checking tokio-tungstenite v0.23.1
33492026-02-27T02:16:43.893Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33502026-02-27T02:16:44.185Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33512026-02-27T02:16:44.264Z Checking signal-hook-tokio v0.3.1
33522026-02-27T02:16:46.118Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33532026-02-27T02:16:46.242Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33542026-02-27T02:16:50.860Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33552026-02-27T02:16:52.351Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33562026-02-27T02:16:52.796Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33572026-02-27T02:16:54.650Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33582026-02-27T02:16:57.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
33592026-02-27T02:16:58.194Z
33602026-02-27T02:16:58.194Zinfo: running `cargo check --bins` on gateway-api (132/251)
33612026-02-27T02:16:58.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-02-27T02:16:58.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-02-27T02:16:58.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-02-27T02:16:58.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33652026-02-27T02:16:59.077Z
33662026-02-27T02:16:59.077Zinfo: running `cargo check --bins` on ipcc (133/251)
33672026-02-27T02:16:59.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-02-27T02:16:59.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-02-27T02:16:59.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-02-27T02:16:59.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33712026-02-27T02:16:59.968Z
33722026-02-27T02:16:59.968Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/251)
33732026-02-27T02:17:00.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-02-27T02:17:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-02-27T02:17:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-02-27T02:17:00.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33772026-02-27T02:17:00.831Z
33782026-02-27T02:17:00.831Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (135/251)
33792026-02-27T02:17:01.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-02-27T02:17:01.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-02-27T02:17:01.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-02-27T02:17:01.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33832026-02-27T02:17:01.714Z
33842026-02-27T02:17:01.714Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (136/251)
33852026-02-27T02:17:02.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-02-27T02:17:02.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-02-27T02:17:02.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-02-27T02:17:02.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33892026-02-27T02:17:02.585Z
33902026-02-27T02:17:02.587Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (137/251)
33912026-02-27T02:17:03.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-02-27T02:17:03.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-02-27T02:17:03.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-02-27T02:17:03.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33952026-02-27T02:17:03.473Z
33962026-02-27T02:17:03.473Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (138/251)
33972026-02-27T02:17:04.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-02-27T02:17:04.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-02-27T02:17:04.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-02-27T02:17:04.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34012026-02-27T02:17:04.361Z
34022026-02-27T02:17:04.361Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (139/251)
34032026-02-27T02:17:05.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-02-27T02:17:05.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-02-27T02:17:05.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-02-27T02:17:05.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34072026-02-27T02:17:05.238Z
34082026-02-27T02:17:05.238Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (140/251)
34092026-02-27T02:17:06.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-02-27T02:17:06.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-02-27T02:17:06.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-02-27T02:17:06.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34132026-02-27T02:17:06.124Z
34142026-02-27T02:17:06.124Zinfo: running `cargo check --bins` on oximeter-producer (141/251)
34152026-02-27T02:17:06.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-02-27T02:17:06.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-02-27T02:17:06.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-02-27T02:17:06.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
34192026-02-27T02:17:07.061Z
34202026-02-27T02:17:07.061Zinfo: running `cargo check --bins` on internal-dns-resolver (142/251)
34212026-02-27T02:17:07.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-02-27T02:17:07.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-02-27T02:17:07.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-02-27T02:17:07.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34252026-02-27T02:17:07.951Z
34262026-02-27T02:17:07.951Zinfo: running `cargo check --bins` on sp-sim (143/251)
34272026-02-27T02:17:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-02-27T02:17:08.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-02-27T02:17:08.965Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34302026-02-27T02:17:11.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
34312026-02-27T02:17:11.970Z
34322026-02-27T02:17:11.970Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (144/251)
34332026-02-27T02:17:12.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-02-27T02:17:12.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-02-27T02:17:12.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-02-27T02:17:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
34372026-02-27T02:17:12.955Z
34382026-02-27T02:17:12.955Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (145/251)
34392026-02-27T02:17:13.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-02-27T02:17:13.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-02-27T02:17:13.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-02-27T02:17:13.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
34432026-02-27T02:17:13.923Z
34442026-02-27T02:17:13.923Zinfo: running `cargo check --bins` on db-macros (146/251)
34452026-02-27T02:17:14.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-02-27T02:17:14.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-02-27T02:17:14.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-02-27T02:17:14.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34492026-02-27T02:17:14.779Z
34502026-02-27T02:17:14.779Zinfo: running `cargo check --bins` on nexus-macros-common (147/251)
34512026-02-27T02:17:15.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-02-27T02:17:15.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-02-27T02:17:15.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-02-27T02:17:15.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34552026-02-27T02:17:15.643Z
34562026-02-27T02:17:15.643Zinfo: running `cargo check --bins` on nexus-auth (148/251)
34572026-02-27T02:17:16.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-02-27T02:17:16.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-02-27T02:17:16.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-02-27T02:17:16.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
34612026-02-27T02:17:16.607Z
34622026-02-27T02:17:16.607Zinfo: running `cargo check --bins` on authz-macros (149/251)
34632026-02-27T02:17:17.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-02-27T02:17:17.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-02-27T02:17:17.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-02-27T02:17:17.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34672026-02-27T02:17:17.479Z
34682026-02-27T02:17:17.479Zinfo: running `cargo check --bins` on nexus-db-fixed-data (150/251)
34692026-02-27T02:17:18.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-02-27T02:17:18.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-02-27T02:17:18.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-02-27T02:17:18.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
34732026-02-27T02:17:18.407Z
34742026-02-27T02:17:18.407Zinfo: running `cargo check --bins` on nexus-db-model (151/251)
34752026-02-27T02:17:19.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-02-27T02:17:19.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-02-27T02:17:19.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-02-27T02:17:19.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
34792026-02-27T02:17:19.341Z
34802026-02-27T02:17:19.342Zinfo: running `cargo check --bins` on nexus-db-schema (152/251)
34812026-02-27T02:17:20.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-02-27T02:17:20.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-02-27T02:17:20.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-02-27T02:17:20.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34852026-02-27T02:17:20.202Z
34862026-02-27T02:17:20.202Zinfo: running `cargo check --bins` on omicron-rpaths (153/251)
34872026-02-27T02:17:20.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-02-27T02:17:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-02-27T02:17:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-02-27T02:17:20.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34912026-02-27T02:17:21.060Z
34922026-02-27T02:17:21.060Zinfo: running `cargo check --bins` on nexus-defaults (154/251)
34932026-02-27T02:17:21.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-02-27T02:17:21.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-02-27T02:17:21.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-02-27T02:17:21.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34972026-02-27T02:17:21.931Z
34982026-02-27T02:17:21.931Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (155/251)
34992026-02-27T02:17:22.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-02-27T02:17:22.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-02-27T02:17:22.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-02-27T02:17:22.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35032026-02-27T02:17:22.793Z
35042026-02-27T02:17:22.793Zinfo: running `cargo check --bins` on parallel-task-set (156/251)
35052026-02-27T02:17:23.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-02-27T02:17:23.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-02-27T02:17:23.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-02-27T02:17:23.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35092026-02-27T02:17:23.651Z
35102026-02-27T02:17:23.651Zinfo: running `cargo check --bins` on nexus-db-errors (157/251)
35112026-02-27T02:17:24.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-02-27T02:17:24.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-02-27T02:17:24.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-02-27T02:17:24.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
35152026-02-27T02:17:24.610Z
35162026-02-27T02:17:24.610Zinfo: running `cargo check --bins` on nexus-db-lookup (158/251)
35172026-02-27T02:17:25.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-02-27T02:17:25.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-02-27T02:17:25.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-02-27T02:17:25.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
35212026-02-27T02:17:25.561Z
35222026-02-27T02:17:25.561Zinfo: running `cargo check --bins` on nexus-inventory (159/251)
35232026-02-27T02:17:26.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-02-27T02:17:26.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-02-27T02:17:26.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-02-27T02:17:26.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
35272026-02-27T02:17:26.515Z
35282026-02-27T02:17:26.515Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (160/251)
35292026-02-27T02:17:27.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-02-27T02:17:27.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-02-27T02:17:27.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-02-27T02:17:27.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35332026-02-27T02:17:27.423Z
35342026-02-27T02:17:27.423Zinfo: running `cargo check --bins --no-default-features` on sled-storage (161/251)
35352026-02-27T02:17:28.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-02-27T02:17:28.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-02-27T02:17:28.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-02-27T02:17:28.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
35392026-02-27T02:17:28.335Z
35402026-02-27T02:17:28.335Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (162/251)
35412026-02-27T02:17:29.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-02-27T02:17:29.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-02-27T02:17:29.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-02-27T02:17:29.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35452026-02-27T02:17:29.236Z
35462026-02-27T02:17:29.237Zinfo: running `cargo check --bins` on key-manager (163/251)
35472026-02-27T02:17:30.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-02-27T02:17:30.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-02-27T02:17:30.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-02-27T02:17:30.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35512026-02-27T02:17:30.121Z
35522026-02-27T02:17:30.122Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (164/251)
35532026-02-27T02:17:30.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-02-27T02:17:30.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-02-27T02:17:30.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-02-27T02:17:30.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35572026-02-27T02:17:31.012Z
35582026-02-27T02:17:31.012Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (165/251)
35592026-02-27T02:17:31.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-02-27T02:17:31.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-02-27T02:17:31.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-02-27T02:17:31.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35632026-02-27T02:17:31.890Z
35642026-02-27T02:17:31.890Zinfo: running `cargo check --bins` on typed-rng (166/251)
35652026-02-27T02:17:32.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-02-27T02:17:32.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-02-27T02:17:32.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-02-27T02:17:32.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35692026-02-27T02:17:32.746Z
35702026-02-27T02:17:32.746Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (167/251)
35712026-02-27T02:17:33.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-02-27T02:17:33.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-02-27T02:17:33.923Z Compiling libefi-sys v0.1.0
35742026-02-27T02:17:33.926Z Compiling bitfield-struct v0.6.2
35752026-02-27T02:17:33.927Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35762026-02-27T02:17:34.105Z Compiling xshell-macros v0.2.7
35772026-02-27T02:17:34.108Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35782026-02-27T02:17:34.136Z Compiling salty v0.3.0
35792026-02-27T02:17:34.160Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35802026-02-27T02:17:34.180Z Compiling progenitor-impl v0.10.0
35812026-02-27T02:17:34.180Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35822026-02-27T02:17:34.369Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35832026-02-27T02:17:34.825Z Checking xshell v0.2.7
35842026-02-27T02:17:34.832Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35852026-02-27T02:17:35.119Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35862026-02-27T02:17:35.174Z Checking primeorder v0.13.6
35872026-02-27T02:17:35.196Z Compiling proc-macro-error-attr2 v2.0.0
35882026-02-27T02:17:35.409Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35892026-02-27T02:17:35.432Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35902026-02-27T02:17:35.625Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35912026-02-27T02:17:35.656Z Checking p384 v0.13.1
35922026-02-27T02:17:35.973Z Compiling proc-macro-error2 v2.0.1
35932026-02-27T02:17:35.991Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35942026-02-27T02:17:36.474Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35952026-02-27T02:17:36.592Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35962026-02-27T02:17:36.594Z Compiling num-derive v0.3.3
35972026-02-27T02:17:36.731Z Compiling unicase v2.8.1
35982026-02-27T02:17:36.905Z Compiling tabled_derive v0.11.0
35992026-02-27T02:17:37.143Z Compiling mime_guess v2.0.5
36002026-02-27T02:17:37.482Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36012026-02-27T02:17:38.182Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36022026-02-27T02:17:38.306Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36032026-02-27T02:17:38.331Z Checking papergrid v0.17.0
36042026-02-27T02:17:38.729Z Checking libscf-sys v1.1.0
36052026-02-27T02:17:38.985Z Checking testing_table v0.3.0
36062026-02-27T02:17:39.138Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36072026-02-27T02:17:39.489Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36082026-02-27T02:17:39.586Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36092026-02-27T02:17:40.167Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36102026-02-27T02:17:40.212Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36112026-02-27T02:17:40.253Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36122026-02-27T02:17:40.367Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36132026-02-27T02:17:40.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36142026-02-27T02:17:40.608Z Checking corncobs v0.1.4
36152026-02-27T02:17:40.750Z Checking tabled v0.20.0
36162026-02-27T02:17:40.814Z Compiling progenitor-macro v0.10.0
36172026-02-27T02:17:40.838Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36182026-02-27T02:17:40.880Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36192026-02-27T02:17:41.004Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36202026-02-27T02:17:41.276Z Checking secrecy v0.8.0
36212026-02-27T02:17:41.368Z Checking http-range v0.1.5
36222026-02-27T02:17:41.492Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36232026-02-27T02:17:41.699Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36242026-02-27T02:17:41.774Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36252026-02-27T02:17:41.823Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36262026-02-27T02:17:42.544Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36272026-02-27T02:17:42.607Z Checking atty v0.2.14
36282026-02-27T02:17:42.767Z Checking crc8 v0.1.1
36292026-02-27T02:17:42.802Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36302026-02-27T02:17:42.944Z Checking hyper-staticfile v0.10.1
36312026-02-27T02:17:43.173Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36322026-02-27T02:17:43.451Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36332026-02-27T02:17:43.516Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36342026-02-27T02:17:43.575Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36352026-02-27T02:17:43.919Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36362026-02-27T02:17:43.955Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36372026-02-27T02:17:44.014Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36382026-02-27T02:17:44.082Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36392026-02-27T02:17:44.557Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36402026-02-27T02:17:44.623Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36412026-02-27T02:17:44.714Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36422026-02-27T02:17:45.113Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36432026-02-27T02:17:47.295Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36442026-02-27T02:17:47.549Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36452026-02-27T02:17:47.595Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36462026-02-27T02:17:48.259Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36472026-02-27T02:17:48.694Z Checking progenitor v0.10.0
36482026-02-27T02:17:48.801Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36492026-02-27T02:17:48.876Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36502026-02-27T02:17:48.879Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36512026-02-27T02:17:48.879Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36522026-02-27T02:17:48.965Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36532026-02-27T02:17:51.859Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36542026-02-27T02:18:01.106Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36552026-02-27T02:18:18.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.87s
36562026-02-27T02:18:18.874Z
36572026-02-27T02:18:18.874Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (168/251)
36582026-02-27T02:18:19.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-02-27T02:18:19.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-02-27T02:18:19.996Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36612026-02-27T02:18:38.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
36622026-02-27T02:18:38.300Z
36632026-02-27T02:18:38.300Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (169/251)
36642026-02-27T02:18:39.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-02-27T02:18:39.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-02-27T02:18:39.394Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36672026-02-27T02:18:57.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
36682026-02-27T02:18:57.639Z
36692026-02-27T02:18:57.639Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (170/251)
36702026-02-27T02:18:58.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-02-27T02:18:58.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-02-27T02:18:58.736Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36732026-02-27T02:19:16.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s
36742026-02-27T02:19:16.314Z
36752026-02-27T02:19:16.314Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (171/251)
36762026-02-27T02:19:17.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-02-27T02:19:17.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-02-27T02:19:17.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36792026-02-27T02:19:35.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
36802026-02-27T02:19:35.657Z
36812026-02-27T02:19:35.657Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (172/251)
36822026-02-27T02:19:36.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-02-27T02:19:36.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-02-27T02:19:36.746Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852026-02-27T02:19:54.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s
36862026-02-27T02:19:54.932Z
36872026-02-27T02:19:54.932Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (173/251)
36882026-02-27T02:19:55.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-02-27T02:19:55.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-02-27T02:19:56.021Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-02-27T02:20:14.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
36922026-02-27T02:20:14.384Z
36932026-02-27T02:20:14.384Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (174/251)
36942026-02-27T02:20:15.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-02-27T02:20:15.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-02-27T02:20:15.464Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-02-27T02:20:32.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s
36982026-02-27T02:20:32.781Z
36992026-02-27T02:20:32.782Zinfo: running `cargo check --bins` on bootstrap-agent-api (175/251)
37002026-02-27T02:20:33.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-02-27T02:20:33.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-02-27T02:20:33.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-02-27T02:20:33.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37042026-02-27T02:20:33.697Z
37052026-02-27T02:20:33.697Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (176/251)
37062026-02-27T02:20:34.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-02-27T02:20:34.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-02-27T02:20:34.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-02-27T02:20:34.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
37102026-02-27T02:20:34.594Z
37112026-02-27T02:20:34.594Zinfo: running `cargo check --bins` on range-requests (177/251)
37122026-02-27T02:20:35.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-02-27T02:20:35.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-02-27T02:20:35.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-02-27T02:20:35.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37162026-02-27T02:20:35.474Z
37172026-02-27T02:20:35.474Zinfo: running `cargo check --bins` on repo-depot-api (178/251)
37182026-02-27T02:20:36.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-02-27T02:20:36.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-02-27T02:20:36.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-02-27T02:20:36.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37222026-02-27T02:20:36.349Z
37232026-02-27T02:20:36.349Zinfo: running `cargo check --bins` on sled-agent-api (179/251)
37242026-02-27T02:20:37.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-02-27T02:20:37.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-02-27T02:20:37.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-02-27T02:20:37.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
37282026-02-27T02:20:37.245Z
37292026-02-27T02:20:37.245Zinfo: running `cargo check --bins` on sled-diagnostics (180/251)
37302026-02-27T02:20:38.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-02-27T02:20:38.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-02-27T02:20:38.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-02-27T02:20:38.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37342026-02-27T02:20:38.150Z
37352026-02-27T02:20:38.150Zinfo: running `cargo check --bins` on zfs-test-harness (181/251)
37362026-02-27T02:20:38.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-02-27T02:20:38.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-02-27T02:20:38.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-02-27T02:20:38.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37402026-02-27T02:20:39.060Z
37412026-02-27T02:20:39.060Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (182/251)
37422026-02-27T02:20:39.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-02-27T02:20:39.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-02-27T02:20:39.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-02-27T02:20:39.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37462026-02-27T02:20:39.960Z
37472026-02-27T02:20:39.960Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (183/251)
37482026-02-27T02:20:40.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-02-27T02:20:40.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-02-27T02:20:40.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-02-27T02:20:40.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37522026-02-27T02:20:40.866Z
37532026-02-27T02:20:40.866Zinfo: running `cargo check --bins` on sled-agent-health-monitor (184/251)
37542026-02-27T02:20:41.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-02-27T02:20:41.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-02-27T02:20:41.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-02-27T02:20:41.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37582026-02-27T02:20:41.778Z
37592026-02-27T02:20:41.778Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (185/251)
37602026-02-27T02:20:42.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-02-27T02:20:42.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-02-27T02:20:42.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-02-27T02:20:42.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37642026-02-27T02:20:42.702Z
37652026-02-27T02:20:42.702Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (186/251)
37662026-02-27T02:20:43.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-02-27T02:20:43.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-02-27T02:20:43.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-02-27T02:20:43.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37702026-02-27T02:20:43.611Z
37712026-02-27T02:20:43.611Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (187/251)
37722026-02-27T02:20:44.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-02-27T02:20:44.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-02-27T02:20:44.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-02-27T02:20:44.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37762026-02-27T02:20:44.513Z
37772026-02-27T02:20:44.513Zinfo: running `cargo check --bins` on trust-quorum (188/251)
37782026-02-27T02:20:45.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-02-27T02:20:45.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-02-27T02:20:45.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-02-27T02:20:45.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37822026-02-27T02:20:45.422Z
37832026-02-27T02:20:45.422Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (189/251)
37842026-02-27T02:20:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-02-27T02:20:46.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-02-27T02:20:46.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-02-27T02:20:46.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
37882026-02-27T02:20:46.373Z
37892026-02-27T02:20:46.373Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (190/251)
37902026-02-27T02:20:47.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-02-27T02:20:47.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-02-27T02:20:47.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-02-27T02:20:47.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
37942026-02-27T02:20:47.326Z
37952026-02-27T02:20:47.326Zinfo: running `cargo check --bins` on update-common (191/251)
37962026-02-27T02:20:48.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-02-27T02:20:48.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-02-27T02:20:48.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-02-27T02:20:48.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38002026-02-27T02:20:48.218Z
38012026-02-27T02:20:48.218Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (192/251)
38022026-02-27T02:20:49.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-02-27T02:20:49.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-02-27T02:20:49.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-02-27T02:20:49.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
38062026-02-27T02:20:49.189Z
38072026-02-27T02:20:49.189Zinfo: running `cargo check --bins` on reconfigurator-cli (193/251)
38082026-02-27T02:20:50.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-02-27T02:20:50.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-02-27T02:20:50.279Z Compiling fs-err v2.11.0
38112026-02-27T02:20:50.282Z Checking ignore v0.4.23
38122026-02-27T02:20:50.282Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38132026-02-27T02:20:50.282Z Checking predicates-tree v1.0.12
38142026-02-27T02:20:50.415Z Checking parse-size v1.1.0
38152026-02-27T02:20:50.474Z Checking rand_seeder v0.4.0
38162026-02-27T02:20:50.477Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38172026-02-27T02:20:50.497Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38182026-02-27T02:20:50.583Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38192026-02-27T02:20:50.642Z Compiling petname v2.0.2
38202026-02-27T02:20:50.715Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38212026-02-27T02:20:50.975Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38222026-02-27T02:20:51.107Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38232026-02-27T02:20:51.187Z Checking globwalk v0.9.1
38242026-02-27T02:20:51.237Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38252026-02-27T02:20:51.451Z Checking sapling-renderdag v0.1.0
38262026-02-27T02:20:51.510Z Checking camino-tempfile-ext v0.3.2
38272026-02-27T02:20:51.545Z Checking sync-ptr v0.1.4
38282026-02-27T02:20:51.759Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38292026-02-27T02:20:51.895Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38302026-02-27T02:20:52.003Z Checking assert_matches v1.5.0
38312026-02-27T02:20:52.577Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38322026-02-27T02:20:52.776Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38332026-02-27T02:20:52.780Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38342026-02-27T02:20:53.668Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38352026-02-27T02:20:55.884Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38362026-02-27T02:20:59.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
38372026-02-27T02:20:59.745Z
38382026-02-27T02:20:59.745Zinfo: running `cargo check --bins` on omicron-repl-utils (194/251)
38392026-02-27T02:21:00.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-02-27T02:21:00.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-02-27T02:21:00.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-02-27T02:21:00.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38432026-02-27T02:21:00.607Z
38442026-02-27T02:21:00.607Zinfo: running `cargo check --bins` on nexus-test-interface (195/251)
38452026-02-27T02:21:01.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-02-27T02:21:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-02-27T02:21:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-02-27T02:21:01.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
38492026-02-27T02:21:01.574Z
38502026-02-27T02:21:01.574Zinfo: running `cargo check --bins` on oximeter-collector (196/251)
38512026-02-27T02:21:02.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-02-27T02:21:02.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-02-27T02:21:02.569Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38542026-02-27T02:21:02.569Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38552026-02-27T02:21:03.552Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38562026-02-27T02:21:05.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
38572026-02-27T02:21:06.200Z
38582026-02-27T02:21:06.200Zinfo: running `cargo check --bins` on oximeter-api (197/251)
38592026-02-27T02:21:06.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-02-27T02:21:06.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-02-27T02:21:06.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-02-27T02:21:06.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38632026-02-27T02:21:07.090Z
38642026-02-27T02:21:07.090Zinfo: running `cargo check --bins` on cert-dev (198/251)
38652026-02-27T02:21:07.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-02-27T02:21:07.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-02-27T02:21:07.940Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38682026-02-27T02:21:08.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38692026-02-27T02:21:08.508Z
38702026-02-27T02:21:08.508Zinfo: running `cargo check --bins` on clickana (199/251)
38712026-02-27T02:21:09.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-02-27T02:21:09.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-02-27T02:21:09.412Z Checking castaway v0.2.3
38742026-02-27T02:21:09.415Z Checking lru v0.12.5
38752026-02-27T02:21:09.415Z Checking unicode-truncate v1.1.0
38762026-02-27T02:21:09.416Z Compiling instability v0.3.2
38772026-02-27T02:21:09.416Z Compiling indoc v2.0.6
38782026-02-27T02:21:09.531Z Checking cassowary v0.3.0
38792026-02-27T02:21:09.658Z Checking compact_str v0.8.0
38802026-02-27T02:21:10.320Z Checking ratatui v0.29.0
38812026-02-27T02:21:12.265Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38822026-02-27T02:21:13.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
38832026-02-27T02:21:13.440Z
38842026-02-27T02:21:13.440Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (200/251)
38852026-02-27T02:21:14.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-02-27T02:21:14.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-02-27T02:21:14.440Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38882026-02-27T02:21:14.440Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38892026-02-27T02:21:15.311Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38902026-02-27T02:21:15.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
38912026-02-27T02:21:16.140Z
38922026-02-27T02:21:16.140Zinfo: running `cargo check --bins` on ch-dev (201/251)
38932026-02-27T02:21:16.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-02-27T02:21:16.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-02-27T02:21:17.139Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38962026-02-27T02:21:18.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
38972026-02-27T02:21:18.435Z
38982026-02-27T02:21:18.435Zinfo: running `cargo check --bins` on dev-tools-common (202/251)
38992026-02-27T02:21:19.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-02-27T02:21:19.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-02-27T02:21:19.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-02-27T02:21:19.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
39032026-02-27T02:21:19.123Z
39042026-02-27T02:21:19.123Zinfo: running `cargo check --bins` on crdb-seed (203/251)
39052026-02-27T02:21:19.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-02-27T02:21:19.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-02-27T02:21:20.123Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39082026-02-27T02:21:20.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
39092026-02-27T02:21:20.957Z
39102026-02-27T02:21:20.957Zinfo: running `cargo check --bins` on db-dev (204/251)
39112026-02-27T02:21:21.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-02-27T02:21:21.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-02-27T02:21:21.957Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39142026-02-27T02:21:23.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
39152026-02-27T02:21:23.273Z
39162026-02-27T02:21:23.273Zinfo: running `cargo check --bins` on omicron-dev-lib (205/251)
39172026-02-27T02:21:24.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-02-27T02:21:24.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-02-27T02:21:24.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-02-27T02:21:24.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
39212026-02-27T02:21:24.211Z
39222026-02-27T02:21:24.211Zinfo: running `cargo check --bins` on xtask-downloader (206/251)
39232026-02-27T02:21:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-02-27T02:21:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-02-27T02:21:25.064Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39262026-02-27T02:21:26.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
39272026-02-27T02:21:26.296Z
39282026-02-27T02:21:26.296Zinfo: running `cargo check --bins` on omicron-dropshot-apis (207/251)
39292026-02-27T02:21:27.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-02-27T02:21:27.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-02-27T02:21:27.363Z Compiling owo-colors v4.2.3
39322026-02-27T02:21:27.366Z Compiling tabled_derive v0.10.0
39332026-02-27T02:21:27.366Z Checking papergrid v0.14.0
39342026-02-27T02:21:27.366Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39352026-02-27T02:21:27.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39362026-02-27T02:21:27.494Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39372026-02-27T02:21:27.554Z Compiling trait-variant v0.1.2
39382026-02-27T02:21:27.575Z Checking is_ci v1.2.0
39392026-02-27T02:21:27.754Z Checking maplit v1.0.2
39402026-02-27T02:21:27.896Z Checking supports-color v3.0.2
39412026-02-27T02:21:28.012Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39422026-02-27T02:21:28.119Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39432026-02-27T02:21:28.438Z Checking drift v0.1.3
39442026-02-27T02:21:28.673Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39452026-02-27T02:21:28.944Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39462026-02-27T02:21:29.018Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39472026-02-27T02:21:29.270Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39482026-02-27T02:21:29.353Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39492026-02-27T02:21:29.519Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39502026-02-27T02:21:29.672Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39512026-02-27T02:21:29.887Z Checking dropshot-api-manager v0.3.0
39522026-02-27T02:21:30.135Z Checking tabled v0.18.0
39532026-02-27T02:21:30.400Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39542026-02-27T02:21:30.606Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39552026-02-27T02:21:39.171Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39562026-02-27T02:21:40.922Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39572026-02-27T02:21:41.870Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39582026-02-27T02:21:42.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.22s
39592026-02-27T02:21:42.768Z
39602026-02-27T02:21:42.768Zinfo: running `cargo check --bins` on installinator-api (208/251)
39612026-02-27T02:21:43.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-02-27T02:21:43.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-02-27T02:21:43.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-02-27T02:21:43.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39652026-02-27T02:21:43.636Z
39662026-02-27T02:21:43.636Zinfo: running `cargo check --bins` on nexus-external-api (209/251)
39672026-02-27T02:21:44.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-02-27T02:21:44.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-02-27T02:21:44.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-02-27T02:21:44.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39712026-02-27T02:21:44.596Z
39722026-02-27T02:21:44.596Zinfo: running `cargo check --bins` on nexus-internal-api (210/251)
39732026-02-27T02:21:45.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-02-27T02:21:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-02-27T02:21:45.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-02-27T02:21:45.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39772026-02-27T02:21:45.553Z
39782026-02-27T02:21:45.553Zinfo: running `cargo check --bins` on nexus-lockstep-api (211/251)
39792026-02-27T02:21:46.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-02-27T02:21:46.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-02-27T02:21:46.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-02-27T02:21:46.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
39832026-02-27T02:21:46.479Z
39842026-02-27T02:21:46.480Zinfo: running `cargo check --bins` on ntp-admin-api (212/251)
39852026-02-27T02:21:47.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-02-27T02:21:47.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-02-27T02:21:47.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-02-27T02:21:47.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39892026-02-27T02:21:47.352Z
39902026-02-27T02:21:47.353Zinfo: running `cargo check --bins` on ntp-admin-types-versions (213/251)
39912026-02-27T02:21:48.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-02-27T02:21:48.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-02-27T02:21:48.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-02-27T02:21:48.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39952026-02-27T02:21:48.198Z
39962026-02-27T02:21:48.198Zinfo: running `cargo check --bins` on wicketd-api (214/251)
39972026-02-27T02:21:48.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-02-27T02:21:48.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-02-27T02:21:48.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-02-27T02:21:48.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
40012026-02-27T02:21:49.100Z
40022026-02-27T02:21:49.100Zinfo: running `cargo check --bins` on omicron-ls-apis (215/251)
40032026-02-27T02:21:49.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-02-27T02:21:49.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-02-27T02:21:49.949Z Checking typeid v1.0.3
40062026-02-27T02:21:50.069Z Checking ordered-float v2.10.1
40072026-02-27T02:21:50.086Z Checking unicode-xid v0.2.6
40082026-02-27T02:21:50.102Z Checking cargo-platform v0.2.0
40092026-02-27T02:21:50.166Z Checking erased-serde v0.4.6
40102026-02-27T02:21:50.441Z Checking serde-value v0.7.0
40112026-02-27T02:21:50.781Z Checking serde-untagged v0.1.7
40122026-02-27T02:21:51.026Z Checking cargo-util-schemas v0.8.2
40132026-02-27T02:21:52.313Z Checking cargo_metadata v0.21.0
40142026-02-27T02:21:53.419Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40152026-02-27T02:21:54.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
40162026-02-27T02:21:54.670Z
40172026-02-27T02:21:54.670Zinfo: running `cargo check --bins` on mgs-dev (216/251)
40182026-02-27T02:21:55.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-02-27T02:21:55.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-02-27T02:21:55.687Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40212026-02-27T02:21:56.560Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40222026-02-27T02:21:57.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
40232026-02-27T02:21:57.527Z
40242026-02-27T02:21:57.527Zinfo: running `cargo check --bins` on omicron-omdb (217/251)
40252026-02-27T02:21:58.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-02-27T02:21:58.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-02-27T02:21:58.747Z Compiling vergen-gitcl v1.0.8
40282026-02-27T02:21:58.747Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40292026-02-27T02:21:58.750Z Compiling dirs-sys-next v0.1.2
40302026-02-27T02:21:58.750Z Compiling crunchy v0.2.2
40312026-02-27T02:21:58.750Z Compiling glob v0.3.2
40322026-02-27T02:21:58.750Z Compiling dsl_auto_type v0.1.2
40332026-02-27T02:21:58.750Z Checking scheduled-thread-pool v0.2.7
40342026-02-27T02:21:58.750Z Compiling diesel_table_macro_syntax v0.2.0
40352026-02-27T02:21:59.235Z Compiling dirs-next v2.0.0
40362026-02-27T02:21:59.267Z Compiling tiny-keccak v2.0.2
40372026-02-27T02:21:59.415Z Compiling term v0.7.0
40382026-02-27T02:21:59.443Z Checking r2d2 v0.8.10
40392026-02-27T02:21:59.611Z Compiling bit-vec v0.6.3
40402026-02-27T02:21:59.721Z Compiling clang-sys v1.8.1
40412026-02-27T02:21:59.788Z Compiling ena v0.14.3
40422026-02-27T02:22:00.063Z Compiling ascii-canvas v3.0.0
40432026-02-27T02:22:00.243Z Compiling bit-set v0.5.3
40442026-02-27T02:22:00.441Z Compiling diesel_derives v2.2.3
40452026-02-27T02:22:00.514Z Compiling libloading v0.8.5
40462026-02-27T02:22:00.549Z Compiling diff v0.1.13
40472026-02-27T02:22:00.581Z Compiling regex-syntax v0.6.29
40482026-02-27T02:22:00.604Z Compiling bindgen v0.71.1
40492026-02-27T02:22:00.650Z Compiling cexpr v0.6.0
40502026-02-27T02:22:00.673Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40512026-02-27T02:22:01.025Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40522026-02-27T02:22:01.133Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40532026-02-27T02:22:01.289Z Compiling libxml v0.3.3
40542026-02-27T02:22:01.632Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40552026-02-27T02:22:01.775Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40562026-02-27T02:22:02.170Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40572026-02-27T02:22:02.213Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40582026-02-27T02:22:02.237Z Compiling strum_macros v0.24.3
40592026-02-27T02:22:02.531Z Compiling indoc v1.0.9
40602026-02-27T02:22:03.404Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40612026-02-27T02:22:03.760Z Checking derive_builder v0.20.2
40622026-02-27T02:22:03.966Z Compiling lalrpop v0.19.12
40632026-02-27T02:22:04.321Z Compiling impl-trait-for-tuples v0.2.2
40642026-02-27T02:22:05.534Z Compiling oso-derive v0.27.3
40652026-02-27T02:22:05.814Z Checking quick-xml v0.37.2
40662026-02-27T02:22:06.636Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40672026-02-27T02:22:08.022Z Compiling diesel-dtrace v0.4.2
40682026-02-27T02:22:08.299Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40692026-02-27T02:22:08.495Z Checking bb8 v0.8.5
40702026-02-27T02:22:08.716Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40712026-02-27T02:22:09.042Z Checking nonempty v0.12.0
40722026-02-27T02:22:09.137Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40732026-02-27T02:22:09.369Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40742026-02-27T02:22:09.513Z Checking libsw-core v0.3.1
40752026-02-27T02:22:09.783Z Checking libsw v3.5.0
40762026-02-27T02:22:09.837Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40772026-02-27T02:22:10.100Z Checking console v0.16.0
40782026-02-27T02:22:10.745Z Checking unit-prefix v0.5.1
40792026-02-27T02:22:10.943Z Checking oxide-update-engine-display v0.1.0
40802026-02-27T02:22:10.987Z Checking indicatif v0.18.0
40812026-02-27T02:22:11.217Z Checking support-bundle-viewer v0.1.2
40822026-02-27T02:22:11.319Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40832026-02-27T02:22:11.536Z Checking multimap v0.10.1
40842026-02-27T02:22:11.561Z Checking diesel v2.2.12
40852026-02-27T02:22:15.456Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40862026-02-27T02:22:18.449Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40872026-02-27T02:22:18.942Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40882026-02-27T02:22:19.111Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40892026-02-27T02:22:21.222Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40902026-02-27T02:22:22.526Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40912026-02-27T02:22:22.558Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40922026-02-27T02:22:23.868Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40932026-02-27T02:22:28.303Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40942026-02-27T02:22:37.987Z Compiling samael v0.0.19
40952026-02-27T02:22:48.841Z Checking async-bb8-diesel v0.2.1
40962026-02-27T02:22:52.128Z Compiling polar-core v0.27.3
40972026-02-27T02:22:59.656Z Checking oso v0.27.3
40982026-02-27T02:23:49.952Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40992026-02-27T02:24:49.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
41002026-02-27T02:24:49.887Z
41012026-02-27T02:24:49.887Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (218/251)
41022026-02-27T02:24:50.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-02-27T02:24:50.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-02-27T02:24:50.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-02-27T02:24:50.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
41062026-02-27T02:24:50.878Z
41072026-02-27T02:24:50.878Zinfo: running `cargo check --bins` on nexus-saga-recovery (219/251)
41082026-02-27T02:24:51.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-02-27T02:24:51.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-02-27T02:24:51.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-02-27T02:24:51.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
41122026-02-27T02:24:51.861Z
41132026-02-27T02:24:51.861Zinfo: running `cargo check --bins` on nexus-test-utils-macros (220/251)
41142026-02-27T02:24:52.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-02-27T02:24:52.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-02-27T02:24:52.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-02-27T02:24:52.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
41182026-02-27T02:24:52.743Z
41192026-02-27T02:24:52.743Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (221/251)
41202026-02-27T02:24:53.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-02-27T02:24:53.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-02-27T02:24:54.008Z Compiling libz-sys v1.1.20
41232026-02-27T02:24:54.011Z Compiling libgit2-sys v0.18.2+1.9.1
41242026-02-27T02:24:54.166Z Compiling vergen-git2 v1.0.7
41252026-02-27T02:24:54.182Z Compiling rustls v0.21.12
41262026-02-27T02:24:54.197Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41272026-02-27T02:24:54.199Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41282026-02-27T02:24:54.199Z Checking rustls-webpki v0.101.7
41292026-02-27T02:24:54.200Z Checking sct v0.7.1
41302026-02-27T02:24:54.463Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41312026-02-27T02:24:54.542Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41322026-02-27T02:24:54.588Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41332026-02-27T02:24:54.615Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41342026-02-27T02:24:54.938Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41352026-02-27T02:24:54.941Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41362026-02-27T02:24:55.074Z Checking rustls-pemfile v1.0.4
41372026-02-27T02:24:55.224Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41382026-02-27T02:24:55.300Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41392026-02-27T02:24:55.621Z Checking twox-hash v2.1.0
41402026-02-27T02:24:56.078Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41412026-02-27T02:24:56.213Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41422026-02-27T02:24:57.076Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41432026-02-27T02:24:57.241Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41442026-02-27T02:24:57.434Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41452026-02-27T02:24:57.863Z Checking tokio-rustls v0.24.1
41462026-02-27T02:24:58.264Z Checking progenitor-extras v0.1.0
41472026-02-27T02:24:58.462Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41482026-02-27T02:24:58.632Z Checking fatfs v0.3.6
41492026-02-27T02:24:58.704Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41502026-02-27T02:24:58.734Z Compiling seq-macro v0.3.6
41512026-02-27T02:25:05.941Z Compiling git2 v0.20.2
41522026-02-27T02:25:07.744Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41532026-02-27T02:25:07.920Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41542026-02-27T02:25:10.345Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41552026-02-27T02:26:37.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s
41562026-02-27T02:26:37.544Z
41572026-02-27T02:26:37.544Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (222/251)
41582026-02-27T02:26:38.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-02-27T02:26:38.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-02-27T02:26:38.782Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41612026-02-27T02:27:55.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
41622026-02-27T02:27:55.867Z
41632026-02-27T02:27:55.867Zinfo: running `cargo check --bins` on nexus-background-task-interface (223/251)
41642026-02-27T02:27:56.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-02-27T02:27:56.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-02-27T02:27:56.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-02-27T02:27:56.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41682026-02-27T02:27:56.723Z
41692026-02-27T02:27:56.723Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (224/251)
41702026-02-27T02:27:57.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-02-27T02:27:57.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-02-27T02:27:57.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-02-27T02:27:57.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
41742026-02-27T02:27:57.711Z
41752026-02-27T02:27:57.711Zinfo: running `cargo check --bins` on nexus-mgs-updates (225/251)
41762026-02-27T02:27:58.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-02-27T02:27:58.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-02-27T02:27:58.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-02-27T02:27:58.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
41802026-02-27T02:27:58.646Z
41812026-02-27T02:27:58.646Zinfo: running `cargo check --bins` on nexus-networking (226/251)
41822026-02-27T02:27:59.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-02-27T02:27:59.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-02-27T02:27:59.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-02-27T02:27:59.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
41862026-02-27T02:27:59.589Z
41872026-02-27T02:27:59.589Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (227/251)
41882026-02-27T02:28:00.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-02-27T02:28:00.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-02-27T02:28:00.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-02-27T02:28:00.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
41922026-02-27T02:28:00.539Z
41932026-02-27T02:28:00.539Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (228/251)
41942026-02-27T02:28:01.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-02-27T02:28:01.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-02-27T02:28:01.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-02-27T02:28:01.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
41982026-02-27T02:28:01.498Z
41992026-02-27T02:28:01.498Zinfo: running `cargo check --bins` on omicron-dev (229/251)
42002026-02-27T02:28:02.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-02-27T02:28:02.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-02-27T02:28:02.789Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42032026-02-27T02:28:02.792Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42042026-02-27T02:28:02.957Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42052026-02-27T02:28:02.960Z Checking yansi v1.0.1
42062026-02-27T02:28:02.960Z Checking diff v0.1.13
42072026-02-27T02:28:02.960Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-02-27T02:28:02.974Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42092026-02-27T02:28:03.014Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42102026-02-27T02:28:03.465Z Checking pretty_assertions v1.4.1
42112026-02-27T02:28:04.487Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42122026-02-27T02:28:46.198Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42132026-02-27T02:28:46.201Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42142026-02-27T02:28:46.201Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42152026-02-27T02:28:46.201Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42162026-02-27T02:28:46.201Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42172026-02-27T02:28:46.201Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42182026-02-27T02:28:47.505Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42192026-02-27T02:28:49.251Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42202026-02-27T02:30:06.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
42212026-02-27T02:30:06.288Z
42222026-02-27T02:30:06.288Zinfo: running `cargo check --bins` on omicron-pins (230/251)
42232026-02-27T02:30:07.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-02-27T02:30:07.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-02-27T02:30:07.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-02-27T02:30:07.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42272026-02-27T02:30:07.167Z
42282026-02-27T02:30:07.167Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (231/251)
42292026-02-27T02:30:08.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-02-27T02:30:08.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-02-27T02:30:08.259Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42322026-02-27T02:30:08.392Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42332026-02-27T02:30:08.394Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42342026-02-27T02:30:40.918Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42352026-02-27T02:30:41.483Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42362026-02-27T02:30:44.469Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-02-27T02:30:45.109Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42382026-02-27T02:30:50.384Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42392026-02-27T02:31:31.163Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42402026-02-27T02:31:32.135Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42412026-02-27T02:31:34.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
42422026-02-27T02:31:34.932Z
42432026-02-27T02:31:34.932Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (232/251)
42442026-02-27T02:31:35.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-02-27T02:31:35.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-02-27T02:31:35.932Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42472026-02-27T02:31:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
42482026-02-27T02:31:37.200Z
42492026-02-27T02:31:37.200Zinfo: running `cargo check --bins` on omicron-releng (233/251)
42502026-02-27T02:31:37.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-02-27T02:31:37.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-02-27T02:31:38.108Z Compiling blake3 v1.5.4
42532026-02-27T02:31:38.226Z Checking arrayvec v0.7.6
42542026-02-27T02:31:38.229Z Checking arrayref v0.3.9
42552026-02-27T02:31:38.229Z Checking constant_time_eq v0.3.1
42562026-02-27T02:31:38.254Z Checking topological-sort v0.2.2
42572026-02-27T02:31:38.270Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42582026-02-27T02:31:38.273Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42592026-02-27T02:31:38.273Z Checking shell-words v1.1.0
42602026-02-27T02:31:39.389Z Checking omicron-zone-package v0.12.2
42612026-02-27T02:31:40.614Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42622026-02-27T02:31:41.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
42632026-02-27T02:31:42.164Z
42642026-02-27T02:31:42.164Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (234/251)
42652026-02-27T02:31:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-02-27T02:31:42.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-02-27T02:31:43.068Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42682026-02-27T02:31:43.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
42692026-02-27T02:31:43.968Z
42702026-02-27T02:31:43.968Zinfo: running `cargo check --bins` on xtask (235/251)
42712026-02-27T02:31:44.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-02-27T02:31:44.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-02-27T02:31:44.638Z Checking bitflags v2.9.4
42742026-02-27T02:31:44.641Z Checking serde v1.0.228
42752026-02-27T02:31:44.641Z Checking zerofrom v0.1.4
42762026-02-27T02:31:44.764Z Checking thiserror v2.0.18
42772026-02-27T02:31:44.767Z Checking smallvec v1.15.1
42782026-02-27T02:31:44.777Z Checking hashbrown v0.16.1
42792026-02-27T02:31:44.803Z Checking serde_json v1.0.149
42802026-02-27T02:31:44.806Z Checking scroll v0.12.0
42812026-02-27T02:31:44.920Z Checking num-traits v0.2.19
42822026-02-27T02:31:44.948Z Checking yoke v0.7.4
42832026-02-27T02:31:45.000Z Checking rustix v0.38.37
42842026-02-27T02:31:45.127Z Checking thiserror v1.0.69
42852026-02-27T02:31:45.275Z Checking log v0.4.29
42862026-02-27T02:31:45.294Z Checking zerovec v0.10.4
42872026-02-27T02:31:45.297Z Checking percent-encoding v2.3.2
42882026-02-27T02:31:45.553Z Checking goblin v0.8.2
42892026-02-27T02:31:45.573Z Checking form_urlencoded v1.2.2
42902026-02-27T02:31:45.725Z Checking serde_spanned v0.6.9
42912026-02-27T02:31:45.795Z Checking toml_datetime v0.6.11
42922026-02-27T02:31:45.845Z Checking indexmap v2.13.0
42932026-02-27T02:31:45.961Z Checking erased-serde v0.4.6
42942026-02-27T02:31:46.051Z Checking terminal_size v0.4.0
42952026-02-27T02:31:46.164Z Checking pest v2.8.2
42962026-02-27T02:31:46.249Z Checking zerocopy v0.7.35
42972026-02-27T02:31:46.351Z Checking getrandom v0.3.4
42982026-02-27T02:31:46.418Z Checking ordered-float v2.10.1
42992026-02-27T02:31:46.571Z Checking syn v2.0.117
43002026-02-27T02:31:46.866Z Checking serde-untagged v0.1.7
43012026-02-27T02:31:46.927Z Checking serde-value v0.7.0
43022026-02-27T02:31:46.952Z Checking tinystr v0.7.6
43032026-02-27T02:31:47.152Z Checking icu_collections v1.5.0
43042026-02-27T02:31:47.268Z Checking toml_edit v0.22.27
43052026-02-27T02:31:47.323Z Checking icu_locid v1.5.0
43062026-02-27T02:31:47.342Z Checking rustix v1.1.3
43072026-02-27T02:31:47.516Z Checking once_cell v1.21.3
43082026-02-27T02:31:47.855Z Checking clap_builder v4.5.48
43092026-02-27T02:31:47.875Z Checking cargo-platform v0.2.0
43102026-02-27T02:31:48.239Z Checking textwrap v0.16.2
43112026-02-27T02:31:48.316Z Checking icu_provider v1.5.0
43122026-02-27T02:31:48.654Z Checking fs-err v3.1.1
43132026-02-27T02:31:48.754Z Checking dtrace-parser v0.2.0
43142026-02-27T02:31:48.898Z Checking tempfile v3.24.0
43152026-02-27T02:31:48.944Z Checking icu_locid_transform v1.5.0
43162026-02-27T02:31:49.007Z Checking tabled v0.15.0
43172026-02-27T02:31:49.282Z Checking anyhow v1.0.99
43182026-02-27T02:31:49.308Z Checking camino-tempfile v1.4.1
43192026-02-27T02:31:49.620Z Checking macaddr v1.0.1
43202026-02-27T02:31:49.669Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43212026-02-27T02:31:49.896Z Checking toml v0.8.23
43222026-02-27T02:31:50.015Z Checking icu_properties v1.5.1
43232026-02-27T02:31:50.477Z Checking dof v0.3.0
43242026-02-27T02:31:50.550Z Checking cargo_toml v0.21.0
43252026-02-27T02:31:50.923Z Checking clap v4.5.48
43262026-02-27T02:31:51.037Z Checking usdt-impl v0.5.0
43272026-02-27T02:31:51.459Z Checking usdt v0.5.0
43282026-02-27T02:31:52.472Z Checking icu_normalizer v1.5.0
43292026-02-27T02:31:53.013Z Checking idna_adapter v1.2.0
43302026-02-27T02:31:53.159Z Checking idna v1.0.3
43312026-02-27T02:31:53.499Z Checking url v2.5.4
43322026-02-27T02:31:54.034Z Checking cargo-util-schemas v0.8.2
43332026-02-27T02:31:55.313Z Checking cargo_metadata v0.21.0
43342026-02-27T02:31:56.401Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43352026-02-27T02:31:57.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.13s
43362026-02-27T02:31:57.256Z
43372026-02-27T02:31:57.256Zinfo: running `cargo check --bins` on end-to-end-tests (236/251)
43382026-02-27T02:31:58.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-02-27T02:31:58.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-02-27T02:31:58.382Z Checking polyval v0.6.2
43412026-02-27T02:31:58.514Z Checking ctr v0.9.2
43422026-02-27T02:31:58.530Z Checking ssh-encoding v0.2.0
43432026-02-27T02:31:58.533Z Checking blowfish v0.9.1
43442026-02-27T02:31:58.565Z Checking password-hash v0.4.2
43452026-02-27T02:31:58.588Z Checking p256 v0.13.2
43462026-02-27T02:31:58.593Z Checking p521 v0.13.3
43472026-02-27T02:31:58.593Z Checking russh-cryptovec v0.7.3
43482026-02-27T02:31:58.765Z Checking ghash v0.5.1
43492026-02-27T02:31:58.788Z Checking bcrypt-pbkdf v0.10.0
43502026-02-27T02:31:58.815Z Checking md5 v0.7.0
43512026-02-27T02:31:58.850Z Checking num-bigint v0.4.6
43522026-02-27T02:31:58.873Z Checking des v0.8.1
43532026-02-27T02:31:58.950Z Checking aes-gcm v0.10.3
43542026-02-27T02:31:58.996Z Checking pbkdf2 v0.11.0
43552026-02-27T02:31:59.048Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43562026-02-27T02:31:59.071Z Checking hex-literal v0.4.1
43572026-02-27T02:31:59.138Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43582026-02-27T02:31:59.161Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43592026-02-27T02:31:59.213Z Checking ssh-cipher v0.2.0
43602026-02-27T02:31:59.231Z Checking internet-checksum v0.2.1
43612026-02-27T02:31:59.522Z Checking ssh-key v0.6.6
43622026-02-27T02:31:59.701Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43632026-02-27T02:32:00.665Z Checking russh-keys v0.45.0
43642026-02-27T02:32:01.587Z Checking russh v0.45.0
43652026-02-27T02:32:29.682Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43662026-02-27T02:32:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.29s
43672026-02-27T02:32:31.813Z
43682026-02-27T02:32:31.813Zinfo: running `cargo check --bins` on gateway-cli (237/251)
43692026-02-27T02:32:32.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-02-27T02:32:32.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-02-27T02:32:32.721Z Checking termios v0.3.3
43722026-02-27T02:32:32.985Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43732026-02-27T02:32:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
43742026-02-27T02:32:34.113Z
43752026-02-27T02:32:34.113Zinfo: running `cargo check --bins --no-default-features` on installinator (238/251)
43762026-02-27T02:32:34.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-02-27T02:32:34.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-02-27T02:32:35.088Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43792026-02-27T02:32:36.197Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43802026-02-27T02:32:38.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
43812026-02-27T02:32:39.126Z
43822026-02-27T02:32:39.126Zinfo: running `cargo check --bins` on internal-dns-cli (239/251)
43832026-02-27T02:32:39.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-02-27T02:32:39.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-02-27T02:32:40.032Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43862026-02-27T02:32:40.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43872026-02-27T02:32:40.807Z
43882026-02-27T02:32:40.807Zinfo: running `cargo check --bins` on omicron-live-tests (240/251)
43892026-02-27T02:32:41.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-02-27T02:32:41.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-02-27T02:32:41.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-02-27T02:32:41.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
43932026-02-27T02:32:41.686Z
43942026-02-27T02:32:41.686Zinfo: running `cargo check --bins` on live-tests-macros (241/251)
43952026-02-27T02:32:42.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-02-27T02:32:42.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-02-27T02:32:42.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-02-27T02:32:42.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
43992026-02-27T02:32:42.553Z
44002026-02-27T02:32:42.553Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (242/251)
44012026-02-27T02:32:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-02-27T02:32:43.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-02-27T02:32:43.611Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44042026-02-27T02:32:44.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
44052026-02-27T02:32:44.684Z
44062026-02-27T02:32:44.685Zinfo: running `cargo check --bins` on omicron-ntp-admin (243/251)
44072026-02-27T02:32:45.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-02-27T02:32:45.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-02-27T02:32:45.595Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44102026-02-27T02:32:45.598Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44112026-02-27T02:32:46.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44122026-02-27T02:32:47.046Z
44132026-02-27T02:32:47.046Zinfo: running `cargo check --bins` on ntp-admin-types (244/251)
44142026-02-27T02:32:47.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-02-27T02:32:47.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-02-27T02:32:47.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-02-27T02:32:47.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
44182026-02-27T02:32:47.905Z
44192026-02-27T02:32:47.905Zinfo: running `cargo check --bins` on omicron-package (245/251)
44202026-02-27T02:32:48.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-02-27T02:32:48.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-02-27T02:32:48.824Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44232026-02-27T02:32:50.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
44242026-02-27T02:32:50.661Z
44252026-02-27T02:32:50.661Zinfo: running `cargo check --bins` on tqdb (246/251)
44262026-02-27T02:32:51.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-02-27T02:32:51.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-02-27T02:32:51.760Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44292026-02-27T02:32:52.256Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44302026-02-27T02:32:53.333Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44312026-02-27T02:32:53.336Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44322026-02-27T02:33:00.568Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44332026-02-27T02:33:01.661Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44342026-02-27T02:33:01.664Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44352026-02-27T02:33:01.664Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44362026-02-27T02:33:03.066Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44372026-02-27T02:33:03.069Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44382026-02-27T02:33:13.525Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44392026-02-27T02:33:13.528Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44402026-02-27T02:33:13.528Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44412026-02-27T02:33:13.528Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44422026-02-27T02:33:15.904Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44432026-02-27T02:33:18.149Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44442026-02-27T02:33:19.238Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44452026-02-27T02:33:21.387Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44462026-02-27T02:33:22.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.57s
44472026-02-27T02:33:22.482Z
44482026-02-27T02:33:22.482Zinfo: running `cargo check --bins` on wicket-dbg (247/251)
44492026-02-27T02:33:23.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-02-27T02:33:23.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-02-27T02:33:23.459Z Checking rtoolbox v0.0.2
44522026-02-27T02:33:23.463Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44532026-02-27T02:33:23.463Z Checking tui-tree-widget v0.23.1
44542026-02-27T02:33:23.730Z Checking rpassword v7.4.0
44552026-02-27T02:33:29.081Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44562026-02-27T02:33:32.343Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44572026-02-27T02:33:37.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
44582026-02-27T02:33:37.340Z
44592026-02-27T02:33:37.340Zinfo: running `cargo check --bins` on wicket (248/251)
44602026-02-27T02:33:37.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-02-27T02:33:37.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-02-27T02:33:37.359Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44632026-02-27T02:33:37.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44642026-02-27T02:33:37.359Z
44652026-02-27T02:33:37.359Zinfo: running `cargo check --bins` on wicketd (249/251)
44662026-02-27T02:33:37.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-02-27T02:33:37.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-02-27T02:33:37.359Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44692026-02-27T02:33:41.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
44702026-02-27T02:33:41.963Z
44712026-02-27T02:33:41.963Zinfo: running `cargo check --bins` on omicron-workspace-hack (250/251)
44722026-02-27T02:33:42.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-02-27T02:33:42.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-02-27T02:33:42.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-02-27T02:33:42.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
44762026-02-27T02:33:42.835Z
44772026-02-27T02:33:42.835Zinfo: running `cargo check --bins` on zone-setup (251/251)
44782026-02-27T02:33:43.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-02-27T02:33:43.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-02-27T02:33:43.756Z Checking uzers v0.12.1
44812026-02-27T02:33:44.136Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44822026-02-27T02:33:45.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
44832026-02-27T02:33:45.480Z
44842026-02-27T02:33:45.480Zreal 22:38.915901832
44852026-02-27T02:33:45.480Zuser 40:56.848903415
44862026-02-27T02:33:45.480Zsys 6:21.634673206
44872026-02-27T02:33:45.480Ztrap 0.914480888
44882026-02-27T02:33:45.480Ztflt 0.618904086
44892026-02-27T02:33:45.480Zdflt 0.953075235
44902026-02-27T02:33:45.480Zkflt 0.001965433
44912026-02-27T02:33:45.481Zlock 1:49:33.297796814
44922026-02-27T02:33:45.481Zslp 3:34:36.277359589
44932026-02-27T02:33:45.481Zlat 1:47.645589049
44942026-02-27T02:33:45.481Zstop 5:47.190280883
44952026-02-27T02:33:45.485Zprocess exited: duration 1730421 ms, exit code 0
 
44962026-02-27T02:33:45.493Zfound 0 output files