01KJ7ZK8D25XG6A3MRTC0EPYNY: 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: 01KJ7ZKY6QSFAP01DXSPQPWZKZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T14:08:26.825Zjob assigned to worker 01KJ7ZM5RHKEAJ6AGD7XDP6PWF [factory aws, i-0feb8749048a3c074] (queued for 56 s)
 
22026-02-24T14:08:35.179Zstarting task 0: "setup"
32026-02-24T14:08:35.184Z++ uname -s
42026-02-24T14:08:35.187Z+ kern=SunOS
52026-02-24T14:08:35.187Z+ build_user=build
62026-02-24T14:08:35.187Z+ build_uid=12345
72026-02-24T14:08:35.187Z+ work_dir=/work
82026-02-24T14:08:35.187Z+ input_dir=/input
92026-02-24T14:08:35.187Z+ [[ 0 == 12345 ]]
102026-02-24T14:08:35.187Z+ case "$kern" in
112026-02-24T14:08:35.187Z+ groupadd -g 12345 build
122026-02-24T14:08:35.190Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T14:08:37.199Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T14:08:37.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T14:08:37.355Z+ home_fs=zfs
162026-02-24T14:08:37.356Z+ [[ zfs == autofs ]]
172026-02-24T14:08:37.356Z+ mkdir -p /home/build
182026-02-24T14:08:37.356Z+ chown build:build /home/build /work
192026-02-24T14:08:39.327Z+ chmod 0700 /home/build /work
202026-02-24T14:08:39.330Zprocess exited: duration 4153 ms, exit code 0
 
212026-02-24T14:08:39.337Zstarting task 1: "rust-toolchain"
222026-02-24T14:08:39.342Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T14:08:39.342Z * rust toolchain channel = "1.91.1"
242026-02-24T14:08:39.342Z * rust toolchain profile = "default"
252026-02-24T14:08:39.342Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-24T14:08:39.342Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T14:08:39.342Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T14:08:39.345Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T14:08:39.345Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T14:08:39.483Zinfo: downloading installer
312026-02-24T14:08:41.168Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T14:08:41.169Zwarn: /opt/ooce/bin
332026-02-24T14:08:41.169Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T14:08:41.170Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T14:08:41.170Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T14:08:41.170Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T14:08:41.171Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T14:08:41.171Zerror: cannot install while Rust is installed
392026-02-24T14:08:41.171Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T14:08:41.185Zinfo: profile set to 'default'
412026-02-24T14:08:41.186Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T14:08:41.187Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T14:08:41.350Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T14:08:41.351Zinfo: downloading component 'cargo'
452026-02-24T14:08:42.565Zinfo: downloading component 'clippy'
462026-02-24T14:08:42.933Zinfo: downloading component 'rust-docs'
472026-02-24T14:08:44.696Zinfo: downloading component 'rust-std'
482026-02-24T14:08:46.500Zinfo: downloading component 'rustc'
492026-02-24T14:08:55.445Zinfo: downloading component 'rustfmt'
502026-02-24T14:08:55.726Zinfo: installing component 'cargo'
512026-02-24T14:08:56.648Zinfo: installing component 'clippy'
522026-02-24T14:08:57.044Zinfo: installing component 'rust-docs'
532026-02-24T14:08:59.035Zinfo: installing component 'rust-std'
542026-02-24T14:09:00.862Zinfo: installing component 'rustc'
552026-02-24T14:09:07.617Zinfo: installing component 'rustfmt'
562026-02-24T14:09:07.959Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T14:09:07.959Z
582026-02-24T14:09:08.416Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T14:09:08.416Z
602026-02-24T14:09:08.442Z
612026-02-24T14:09:08.442ZRust is installed now. Great!
622026-02-24T14:09:08.443Z
632026-02-24T14:09:08.443ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T14:09:08.443Zenvironment variable. This has not been done automatically.
652026-02-24T14:09:08.444Z
662026-02-24T14:09:08.444ZTo configure your current shell, you need to source
672026-02-24T14:09:08.444Zthe corresponding env file under $HOME/.cargo.
682026-02-24T14:09:08.445Z
692026-02-24T14:09:08.446ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T14:09:08.446Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T14:09:08.446Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T14:09:08.446Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T14:09:08.518Z+ rustup --version
742026-02-24T14:09:08.536Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T14:09:08.537Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T14:09:08.609Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T14:09:08.614Z+ cargo --version
782026-02-24T14:09:08.684Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T14:09:08.695Z+ rustc --version
802026-02-24T14:09:08.769Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T14:09:08.800Zprocess exited: duration 29422 ms, exit code 0
 
822026-02-24T14:09:08.857Zstarting task 2: "authentication"
832026-02-24T14:09:08.887Zprocess exited: duration 51 ms, exit code 0
 
842026-02-24T14:09:08.915Zstarting task 3: "clone repository"
852026-02-24T14:09:08.939Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T14:09:08.939Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T14:09:08.954ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T14:10:16.562Z+ cd /work/oxidecomputer/omicron
892026-02-24T14:10:16.569Z+ git fetch origin 7a071b0c898a9067220d0256bd3c5fe65c531c2a
902026-02-24T14:10:17.293ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T14:10:17.293Z * branch 7a071b0c898a9067220d0256bd3c5fe65c531c2a -> FETCH_HEAD
922026-02-24T14:10:17.306Z+ [[ -n john/shadow-external-types-1 ]]
932026-02-24T14:10:17.309Z++ git branch --show-current
942026-02-24T14:10:17.311Z+ current=main
952026-02-24T14:10:17.312Z+ [[ main != john/shadow-external-types-1 ]]
962026-02-24T14:10:17.312Z+ git branch -f john/shadow-external-types-1 7a071b0c898a9067220d0256bd3c5fe65c531c2a
972026-02-24T14:10:17.315Z+ git checkout -f john/shadow-external-types-1
982026-02-24T14:10:17.352ZSwitched to branch 'john/shadow-external-types-1'
992026-02-24T14:10:17.355Z+ git reset --hard 7a071b0c898a9067220d0256bd3c5fe65c531c2a
1002026-02-24T14:10:17.400ZHEAD is now at 7a071b0c8 Merge branch 'main' into john/shadow-external-types-1
1012026-02-24T14:10:17.402Zprocess exited: duration 68482 ms, exit code 0
 
1022026-02-24T14:10:17.409Zstarting task 4: "build"
1032026-02-24T14:10:17.414Z+ source .github/buildomat/ci-env.sh
1042026-02-24T14:10:17.414Z++ export CARGO_TERM_COLOR=always
1052026-02-24T14:10:17.414Z++ CARGO_TERM_COLOR=always
1062026-02-24T14:10:17.414Z+ cargo --version
1072026-02-24T14:10:17.478Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T14:10:17.482Z+ rustc --version
1092026-02-24T14:10:17.560Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T14:10:17.566Z+ source ./env.sh
1112026-02-24T14:10:17.569Z++ OLD_SHELL_OPTS=ehxB
1122026-02-24T14:10:17.569Z++ set -o xtrace
1132026-02-24T14:10:17.569Z++++ dirname ./env.sh
1142026-02-24T14:10:17.573Z+++ readlink -f .
1152026-02-24T14:10:17.573Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ 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-24T14:10:17.573Z++ case $OLD_SHELL_OPTS in
1252026-02-24T14:10:17.573Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-24T14:10:17.577Z+ 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-24T14:10:17.577Z+ 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-24T14:10:17.577Z+ banner prerequisites
1292026-02-24T14:10:17.577Z
1302026-02-24T14:10:17.577Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-24T14:10:17.577Z # # # # # # # # # # # # # # #
1322026-02-24T14:10:17.577Z # # # # ##### # # ##### # # # # # #### #
1332026-02-24T14:10:17.577Z ##### ##### # ##### # # # # # # # # #
1342026-02-24T14:10:17.577Z # # # # # # # # # # # # # # #
1352026-02-24T14:10:17.577Z # # # ###### # # ###### ### # #### # #### #
1362026-02-24T14:10:17.578Z
1372026-02-24T14:10:17.578Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-24T14:10:29.500Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-24T14:10:39.994Z Startup: Caching catalogs ... Done
1402026-02-24T14:11:04.147ZPlanning: Solver setup ... Done (22.501s)
1412026-02-24T14:11:04.310ZPlanning: Running solver ... Done (0.164s)
1422026-02-24T14:11:04.483ZPlanning: Finding local manifests ... Done (0.003s)
1432026-02-24T14:11:04.495ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-24T14:11:04.636ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-24T14:11:04.694ZPlanning: Package planning ... Done (0.057s)
1462026-02-24T14:11:04.746ZPlanning: Merging actions ... Done (0.052s)
1472026-02-24T14:11:05.032ZPlanning: Checking for conflicting actions ... Done (0.286s)
1482026-02-24T14:11:05.044ZPlanning: Consolidating action changes ... Done (0.011s)
1492026-02-24T14:11:06.051ZPlanning: Evaluating mediators ... Done (1.007s)
1502026-02-24T14:11:06.061ZPlanning: Planning completed in 25.91 seconds
1512026-02-24T14:11:06.076Z Packages to install: 4
1522026-02-24T14:11:06.076Z Mediators to change: 2
1532026-02-24T14:11:06.080Z Services to change: 1
1542026-02-24T14:11:06.080Z Estimated space available: 155.43 GB
1552026-02-24T14:11:06.080ZEstimated space to be consumed: 1.81 GB
1562026-02-24T14:11:06.080Z Create boot environment: No
1572026-02-24T14:11:06.080ZCreate backup boot environment: No
1582026-02-24T14:11:06.080Z Rebuild boot archive: No
1592026-02-24T14:11:06.080Z
1602026-02-24T14:11:06.080ZChanged mediators:
1612026-02-24T14:11:06.080Z mediator clang:
1622026-02-24T14:11:06.080Z version: None -> 15 (system default)
1632026-02-24T14:11:06.080Z
1642026-02-24T14:11:06.080Z mediator llvm:
1652026-02-24T14:11:06.080Z version: 14 (system default) -> 15 (system default)
1662026-02-24T14:11:06.080Z
1672026-02-24T14:11:06.080ZChanged packages:
1682026-02-24T14:11:06.080Zhelios-dev
1692026-02-24T14:11:06.080Z developer/build-essential
1702026-02-24T14:11:06.080Z None -> 11-2.0
1712026-02-24T14:11:06.080Z library/libxmlsec1
1722026-02-24T14:11:06.080Z None -> 1.2.35-2.0
1732026-02-24T14:11:06.080Z ooce/developer/clang-15
1742026-02-24T14:11:06.080Z None -> 15.0.7-2.0
1752026-02-24T14:11:06.080Z ooce/developer/llvm-15
1762026-02-24T14:11:06.080Z None -> 15.0.7-2.0
1772026-02-24T14:11:06.080Z
1782026-02-24T14:11:06.080ZServices:
1792026-02-24T14:11:06.080Z restart_fmri:
1802026-02-24T14:11:06.080Z svc:/system/update-man-index:default
1812026-02-24T14:11:06.131Z
1822026-02-24T14:11:06.131ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-24T14:11:11.133ZDownload: 1872/3290 items 103.3/212.6MB 48% complete (21.0M/s)
1842026-02-24T14:11:16.332ZDownload: 3244/3290 items 203.0/212.6MB 95% complete (22.5M/s)
1852026-02-24T14:11:20.043ZDownload: Completed 212.60 MB in 13.91 seconds (15.3M/s)
1862026-02-24T14:11:20.217Z Actions: 1/3689 actions (Installing new actions)
1872026-02-24T14:11:24.857Z Actions: Completed 3689 actions in 4.64 seconds.
1882026-02-24T14:11:25.286Z Done (0.424s)
1892026-02-24T14:11:25.286Z Done (0.000s)
1902026-02-24T14:11:26.399Z Done (1.112s)
1912026-02-24T14:11:30.890Z Done (4.123s)
1922026-02-24T14:11:30.980Z Done (0.021s)
1932026-02-24T14:11:30.983Z Done (0.000s)
1942026-02-24T14:11:31.139Z Done (0.000s)
1952026-02-24T14:11:32.153ZPlanning: Evaluating mediator changes ... Done
1962026-02-24T14:11:32.322ZPlanning: Checking for conflicting actions ... Done
1972026-02-24T14:11:32.325ZPlanning: Consolidating action changes ... Done
1982026-02-24T14:11:32.612ZPlanning: Evaluating mediators ... Done
1992026-02-24T14:11:32.615ZPlanning: Planning completed in 0.46 seconds
2002026-02-24T14:11:32.649Z Mediators to change: 2
2012026-02-24T14:11:32.649Z Create boot environment: No
2022026-02-24T14:11:32.652ZCreate backup boot environment: No
2032026-02-24T14:11:32.727Z Done
2042026-02-24T14:11:32.727Z Done
2052026-02-24T14:11:33.530Z Done
2062026-02-24T14:11:37.569Z Done
2072026-02-24T14:11:37.662Z Done
2082026-02-24T14:11:37.665Z Done
2092026-02-24T14:11:37.878Z Done
2102026-02-24T14:11:38.527ZPlanning: Evaluating mediator changes ... Done
2112026-02-24T14:11:38.530ZPlanning: Merging actions ... Done
2122026-02-24T14:11:38.723ZPlanning: Checking for conflicting actions ... Done
2132026-02-24T14:11:38.727ZPlanning: Consolidating action changes ... Done
2142026-02-24T14:11:39.001ZPlanning: Evaluating mediators ... Done
2152026-02-24T14:11:39.060ZPlanning: Planning completed in 0.79 seconds
2162026-02-24T14:11:39.098Z Packages to change: 1
2172026-02-24T14:11:39.098Z Mediators to change: 1
2182026-02-24T14:11:39.098Z Services to change: 1
2192026-02-24T14:11:39.098Z Create boot environment: No
2202026-02-24T14:11:39.101ZCreate backup boot environment: Yes
2212026-02-24T14:11:41.735Z Actions: 1/6 actions (Updating modified actions)
2222026-02-24T14:11:41.738Z Actions: Completed 6 actions in 0.00 seconds.
2232026-02-24T14:11:41.738Z Done
2242026-02-24T14:11:41.738Z Done
2252026-02-24T14:11:41.960Z Done
2262026-02-24T14:11:45.817Z Done
2272026-02-24T14:11:45.912Z Done
2282026-02-24T14:11:45.915Z Done
2292026-02-24T14:11:46.082Z Done
2302026-02-24T14:11:46.530ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-02-24T14:11:46.530Zclang system 15 system
2322026-02-24T14:11:46.530Zcsh system system illumos
2332026-02-24T14:11:46.530Zctags system system illumos
2342026-02-24T14:11:46.530Zfile system system illumos
2352026-02-24T14:11:46.530Zgcc vendor 12 vendor
2362026-02-24T14:11:46.530Zgcc system 10 system
2372026-02-24T14:11:46.530Zgcc system 7 system
2382026-02-24T14:11:46.530Zgo system 1.20 system
2392026-02-24T14:11:46.530Zgo system 1.19 system
2402026-02-24T14:11:46.530Zllvm system 15 system
2412026-02-24T14:11:46.530Zllvm system 14 system
2422026-02-24T14:11:46.530Zmariadb system 10.6 system
2432026-02-24T14:11:46.530Zmta vendor vendor dma
2442026-02-24T14:11:46.530Zopenjdk system 17 system
2452026-02-24T14:11:46.530Zopenjdk system 11 system
2462026-02-24T14:11:46.530Zopenjdk system 1.8 system
2472026-02-24T14:11:46.530Zopenssl vendor 3 vendor
2482026-02-24T14:11:46.530Zperl system 5.36 system
2492026-02-24T14:11:46.530Zpostgresql system 15 system
2502026-02-24T14:11:46.534Zpostgresql system 13 system
2512026-02-24T14:11:46.534Zpython vendor 3 vendor
2522026-02-24T14:11:46.534Zpython system 2 system
2532026-02-24T14:11:46.534Zpython3 system 3.11 system
2542026-02-24T14:11:46.534Zruby system 3.0 system
2552026-02-24T14:11:46.534Zwords vendor vendor american-english
2562026-02-24T14:11:46.534Zwords system system australian-english
2572026-02-24T14:11:46.534Zwords system system british-english
2582026-02-24T14:11:46.534Zwords system system canadian-english
2592026-02-24T14:11:46.534Zwords system system french
2602026-02-24T14:11:46.534Zwords system system italian
2612026-02-24T14:11:46.534Zwords system system ngerman
2622026-02-24T14:11:46.534Zwords system system ogerman
2632026-02-24T14:11:46.534Zwords system system spanish
2642026-02-24T14:11:46.877ZPUBLISHER TYPE STATUS P LOCATION
2652026-02-24T14:11:46.877Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-02-24T14:11:53.460ZFMRI IFO
2672026-02-24T14:11:53.460Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-02-24T14:11:53.460Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-02-24T14:11:53.460Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-02-24T14:11:53.460Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-02-24T14:11:53.460Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-02-24T14:11:53.460Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-02-24T14:11:53.460Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-02-24T14:11:53.460Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-02-24T14:11:53.460Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-02-24T14:11:53.461Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-02-24T14:11:53.461Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-02-24T14:11:53.461Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-02-24T14:11:53.461Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-02-24T14:11:53.461Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-02-24T14:11:53.461Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-02-24T14:11:53.461Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-02-24T14:11:54.681Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-02-24T14:11:55.417Z Updating crates.io index
2852026-02-24T14:11:55.421Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-02-24T14:11:55.960Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-02-24T14:11:57.031Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882026-02-24T14:11:59.607Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-02-24T14:12:00.264Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-02-24T14:12:01.136Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-02-24T14:12:05.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-02-24T14:12:11.308Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-02-24T14:12:14.597Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-02-24T14:12:15.188Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952026-02-24T14:12:18.992Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962026-02-24T14:12:20.497Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-02-24T14:12:21.341Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-02-24T14:12:22.563Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-02-24T14:12:23.306Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-02-24T14:12:25.158Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-02-24T14:12:26.384Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-02-24T14:12:27.208Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-02-24T14:12:28.068Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-02-24T14:12:28.811Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-02-24T14:12:29.390Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-02-24T14:12:29.918Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-02-24T14:12:30.527Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-02-24T14:12:31.394Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-02-24T14:12:32.126Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-02-24T14:12:33.563Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-02-24T14:12:34.227Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-02-24T14:12:35.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-02-24T14:12:35.655Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-02-24T14:12:37.495Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3152026-02-24T14:12:38.408Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-02-24T14:12:38.982Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-02-24T14:12:39.804Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-02-24T14:12:40.350Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-02-24T14:12:41.197Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-02-24T14:12:41.646Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-02-24T14:12:42.245Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-02-24T14:12:42.862Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-02-24T14:12:43.553Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-02-24T14:13:24.181Z Downloading crates ...
3252026-02-24T14:13:24.233Z Downloaded autocfg v1.4.0
3262026-02-24T14:13:24.237Z Downloaded anstyle v1.0.11
3272026-02-24T14:13:24.240Z Downloaded anstyle-parse v0.2.5
3282026-02-24T14:13:24.244Z Downloaded anstream v0.6.18
3292026-02-24T14:13:24.248Z Downloaded byteorder v1.5.0
3302026-02-24T14:13:24.251Z Downloaded icu_normalizer_data v1.5.0
3312026-02-24T14:13:24.256Z Downloaded heck v0.5.0
3322026-02-24T14:13:24.260Z Downloaded anstyle-query v1.1.1
3332026-02-24T14:13:24.267Z Downloaded ucd-trie v0.1.7
3342026-02-24T14:13:24.271Z Downloaded zerocopy-derive v0.7.35
3352026-02-24T14:13:24.271Z Downloaded typeid v1.0.3
3362026-02-24T14:13:24.271Z Downloaded tabled_derive v0.7.0
3372026-02-24T14:13:24.271Z Downloaded version_check v0.9.5
3382026-02-24T14:13:24.276Z Downloaded thread-id v4.2.2
3392026-02-24T14:13:24.276Z Downloaded thiserror-impl v2.0.18
3402026-02-24T14:13:24.276Z Downloaded fastrand v2.1.1
3412026-02-24T14:13:24.281Z Downloaded icu_properties v1.5.1
3422026-02-24T14:13:24.281Z Downloaded utf8parse v0.2.2
3432026-02-24T14:13:24.281Z Downloaded zerofrom-derive v0.1.4
3442026-02-24T14:13:24.287Z Downloaded usdt-attr-macro v0.5.0
3452026-02-24T14:13:24.288Z Downloaded icu_locid_transform v1.5.0
3462026-02-24T14:13:24.288Z Downloaded write16 v1.0.0
3472026-02-24T14:13:24.288Z Downloaded serde-untagged v0.1.7
3482026-02-24T14:13:24.296Z Downloaded zerofrom v0.1.4
3492026-02-24T14:13:24.296Z Downloaded digest v0.10.7
3502026-02-24T14:13:24.296Z Downloaded usdt v0.5.0
3512026-02-24T14:13:24.296Z Downloaded utf8_iter v1.0.4
3522026-02-24T14:13:24.296Z Downloaded toml_datetime v0.6.11
3532026-02-24T14:13:24.300Z Downloaded strsim v0.11.1
3542026-02-24T14:13:24.300Z Downloaded writeable v0.5.5
3552026-02-24T14:13:24.300Z Downloaded usdt-macro v0.5.0
3562026-02-24T14:13:24.300Z Downloaded toml_write v0.1.2
3572026-02-24T14:13:24.300Z Downloaded itoa v1.0.11
3582026-02-24T14:13:24.300Z Downloaded utf16_iter v1.0.5
3592026-02-24T14:13:24.303Z Downloaded swrite v0.1.0
3602026-02-24T14:13:24.303Z Downloaded memmap v0.7.0
3612026-02-24T14:13:24.303Z Downloaded unicode-linebreak v0.1.5
3622026-02-24T14:13:24.303Z Downloaded zerovec-derive v0.10.3
3632026-02-24T14:13:24.306Z Downloaded yoke-derive v0.7.4
3642026-02-24T14:13:24.306Z Downloaded tinystr v0.7.6
3652026-02-24T14:13:24.310Z Downloaded unicode-xid v0.2.6
3662026-02-24T14:13:24.310Z Downloaded thiserror v1.0.69
3672026-02-24T14:13:24.314Z Downloaded zmij v1.0.15
3682026-02-24T14:13:24.318Z Downloaded stable_deref_trait v1.2.0
3692026-02-24T14:13:24.318Z Downloaded yoke v0.7.4
3702026-02-24T14:13:24.318Z Downloaded toml v0.8.23
3712026-02-24T14:13:24.322Z Downloaded macaddr v1.0.1
3722026-02-24T14:13:24.322Z Downloaded typenum v1.17.0
3732026-02-24T14:13:24.323Z Downloaded unicode-ident v1.0.19
3742026-02-24T14:13:24.326Z Downloaded percent-encoding v2.3.2
3752026-02-24T14:13:24.326Z Downloaded fnv v1.0.7
3762026-02-24T14:13:24.329Z Downloaded textwrap v0.16.2
3772026-02-24T14:13:24.329Z Downloaded usdt-impl v0.5.0
3782026-02-24T14:13:24.332Z Downloaded scroll_derive v0.12.0
3792026-02-24T14:13:24.332Z Downloaded icu_provider_macros v1.5.0
3802026-02-24T14:13:24.332Z Downloaded is_terminal_polyfill v1.70.1
3812026-02-24T14:13:24.335Z Downloaded serde_spanned v0.6.9
3822026-02-24T14:13:24.335Z Downloaded dof v0.3.0
3832026-02-24T14:13:24.335Z Downloaded cpufeatures v0.2.14
3842026-02-24T14:13:24.339Z Downloaded crypto-common v0.1.6
3852026-02-24T14:13:24.339Z Downloaded colorchoice v1.0.2
3862026-02-24T14:13:24.339Z Downloaded clap_lex v0.7.4
3872026-02-24T14:13:24.339Z Downloaded form_urlencoded v1.2.2
3882026-02-24T14:13:24.344Z Downloaded cfg-if v1.0.4
3892026-02-24T14:13:24.344Z Downloaded bitflags v2.9.4
3902026-02-24T14:13:24.348Z Downloaded url v2.5.4
3912026-02-24T14:13:24.348Z Downloaded thiserror-impl v1.0.69
3922026-02-24T14:13:24.351Z Downloaded serde-value v0.7.0
3932026-02-24T14:13:24.351Z Downloaded plain v0.2.3
3942026-02-24T14:13:24.351Z Downloaded toml_edit v0.22.27
3952026-02-24T14:13:24.356Z Downloaded block-buffer v0.10.4
3962026-02-24T14:13:24.356Z Downloaded proc-macro-error-attr v1.0.4
3972026-02-24T14:13:24.356Z Downloaded dtrace-parser v0.2.0
3982026-02-24T14:13:24.360Z Downloaded cargo-platform v0.2.0
3992026-02-24T14:13:24.360Z Downloaded zerovec v0.10.4
4002026-02-24T14:13:24.363Z Downloaded terminal_size v0.4.0
4012026-02-24T14:13:24.368Z Downloaded erased-serde v0.4.6
4022026-02-24T14:13:24.368Z Downloaded icu_locid v1.5.0
4032026-02-24T14:13:24.372Z Downloaded pretty-hex v0.4.1
4042026-02-24T14:13:24.372Z Downloaded cargo-util-schemas v0.8.2
4052026-02-24T14:13:24.375Z Downloaded errno v0.3.12
4062026-02-24T14:13:24.375Z Downloaded equivalent v1.0.2
4072026-02-24T14:13:24.375Z Downloaded thiserror v2.0.18
4082026-02-24T14:13:24.380Z Downloaded zerocopy v0.7.35
4092026-02-24T14:13:24.393Z Downloaded sha2 v0.10.9
4102026-02-24T14:13:24.396Z Downloaded cargo_toml v0.21.0
4112026-02-24T14:13:24.396Z Downloaded cargo_metadata v0.21.0
4122026-02-24T14:13:24.400Z Downloaded unicode-width v0.2.0
4132026-02-24T14:13:24.403Z Downloaded unicode-width v0.1.14
4142026-02-24T14:13:24.408Z Downloaded camino-tempfile v1.4.1
4152026-02-24T14:13:24.412Z Downloaded serde_tokenstream v0.2.2
4162026-02-24T14:13:24.412Z Downloaded proc-macro-error v1.0.4
4172026-02-24T14:13:24.417Z Downloaded num-traits v0.2.19
4182026-02-24T14:13:24.417Z Downloaded anyhow v1.0.99
4192026-02-24T14:13:24.420Z Downloaded synstructure v0.13.1
4202026-02-24T14:13:24.420Z Downloaded semver v1.0.27
4212026-02-24T14:13:24.420Z Downloaded once_cell v1.21.3
4222026-02-24T14:13:24.423Z Downloaded smallvec v1.15.1
4232026-02-24T14:13:24.426Z Downloaded pest_meta v2.8.2
4242026-02-24T14:13:24.426Z Downloaded tempfile v3.24.0
4252026-02-24T14:13:24.433Z Downloaded scroll v0.12.0
4262026-02-24T14:13:24.433Z Downloaded clap_derive v4.5.47
4272026-02-24T14:13:24.436Z Downloaded camino v1.2.2
4282026-02-24T14:13:24.436Z Downloaded log v0.4.29
4292026-02-24T14:13:24.436Z Downloaded pest_derive v2.8.2
4302026-02-24T14:13:24.436Z Downloaded fs-err v3.1.1
4312026-02-24T14:13:24.439Z Downloaded winnow v0.7.14
4322026-02-24T14:13:24.446Z Downloaded serde_core v1.0.228
4332026-02-24T14:13:24.452Z Downloaded proc-macro2 v1.0.101
4342026-02-24T14:13:24.452Z Downloaded papergrid v0.11.0
4352026-02-24T14:13:24.457Z Downloaded serde_derive v1.0.228
4362026-02-24T14:13:24.460Z Downloaded hashbrown v0.16.1
4372026-02-24T14:13:24.460Z Downloaded icu_provider v1.5.0
4382026-02-24T14:13:24.463Z Downloaded icu_normalizer v1.5.0
4392026-02-24T14:13:24.466Z Downloaded serde v1.0.228
4402026-02-24T14:13:24.469Z Downloaded icu_collections v1.5.0
4412026-02-24T14:13:24.473Z Downloaded quote v1.0.40
4422026-02-24T14:13:24.481Z Downloaded clap v4.5.48
4432026-02-24T14:13:24.485Z Downloaded pest_generator v2.8.2
4442026-02-24T14:13:24.485Z Downloaded memchr v2.7.4
4452026-02-24T14:13:24.490Z Downloaded goblin v0.8.2
4462026-02-24T14:13:24.493Z Downloaded ordered-float v2.10.1
4472026-02-24T14:13:24.493Z Downloaded litemap v0.7.3
4482026-02-24T14:13:24.496Z Downloaded displaydoc v0.2.5
4492026-02-24T14:13:24.501Z Downloaded smawk v0.3.2
4502026-02-24T14:13:24.501Z Downloaded pest v2.8.2
4512026-02-24T14:13:24.505Z Downloaded indexmap v2.13.0
4522026-02-24T14:13:24.508Z Downloaded generic-array v0.14.7
4532026-02-24T14:13:24.508Z Downloaded bytecount v0.6.8
4542026-02-24T14:13:24.511Z Downloaded idna_adapter v1.2.0
4552026-02-24T14:13:24.511Z Downloaded icu_locid_transform_data v1.5.0
4562026-02-24T14:13:24.511Z Downloaded heck v0.4.1
4572026-02-24T14:13:24.514Z Downloaded getrandom v0.3.4
4582026-02-24T14:13:24.526Z Downloaded idna v1.0.3
4592026-02-24T14:13:24.532Z Downloaded clap_builder v4.5.48
4602026-02-24T14:13:24.537Z Downloaded serde_json v1.0.149
4612026-02-24T14:13:24.551Z Downloaded icu_properties_data v1.5.0
4622026-02-24T14:13:24.559Z Downloaded tabled v0.15.0
4632026-02-24T14:13:24.572Z Downloaded syn v1.0.109
4642026-02-24T14:13:24.580Z Downloaded syn v2.0.114
4652026-02-24T14:13:24.597Z Downloaded rustix v0.38.37
4662026-02-24T14:13:24.615Z Downloaded rustix v1.1.3
4672026-02-24T14:13:24.649Z Downloaded libc v0.2.180
4682026-02-24T14:13:24.737Z Compiling proc-macro2 v1.0.101
4692026-02-24T14:13:24.741Z Compiling unicode-ident v1.0.19
4702026-02-24T14:13:24.741Z Compiling serde_core v1.0.228
4712026-02-24T14:13:24.741Z Compiling version_check v0.9.5
4722026-02-24T14:13:24.741Z Compiling serde v1.0.228
4732026-02-24T14:13:24.741Z Compiling libc v0.2.180
4742026-02-24T14:13:24.741Z Compiling memchr v2.7.4
4752026-02-24T14:13:24.741Z Compiling thiserror v2.0.18
4762026-02-24T14:13:25.260Z Compiling stable_deref_trait v1.2.0
4772026-02-24T14:13:25.390Z Compiling zmij v1.0.15
4782026-02-24T14:13:25.670Z Compiling writeable v0.5.5
4792026-02-24T14:13:25.821Z Compiling ucd-trie v0.1.7
4802026-02-24T14:13:26.172Z Compiling litemap v0.7.3
4812026-02-24T14:13:26.210Z Compiling autocfg v1.4.0
4822026-02-24T14:13:26.385Z Compiling thiserror v1.0.69
4832026-02-24T14:13:26.513Z Compiling itoa v1.0.11
4842026-02-24T14:13:26.636Z Compiling bitflags v2.9.4
4852026-02-24T14:13:26.766Z Compiling byteorder v1.5.0
4862026-02-24T14:13:27.096Z Compiling icu_locid_transform_data v1.5.0
4872026-02-24T14:13:27.229Z Compiling quote v1.0.40
4882026-02-24T14:13:27.287Z Compiling errno v0.3.12
4892026-02-24T14:13:27.313Z Compiling icu_properties_data v1.5.0
4902026-02-24T14:13:27.373Z Compiling serde_json v1.0.149
4912026-02-24T14:13:27.588Z Compiling syn v2.0.114
4922026-02-24T14:13:27.799Z Compiling num-traits v0.2.19
4932026-02-24T14:13:27.827Z Compiling equivalent v1.0.2
4942026-02-24T14:13:27.877Z Compiling typeid v1.0.3
4952026-02-24T14:13:27.987Z Compiling utf8_iter v1.0.4
4962026-02-24T14:13:28.124Z Compiling smallvec v1.15.1
4972026-02-24T14:13:28.189Z Compiling rustix v0.38.37
4982026-02-24T14:13:28.234Z Compiling hashbrown v0.16.1
4992026-02-24T14:13:28.368Z Compiling icu_normalizer_data v1.5.0
5002026-02-24T14:13:28.396Z Compiling utf16_iter v1.0.5
5012026-02-24T14:13:28.499Z Compiling write16 v1.0.0
5022026-02-24T14:13:28.699Z Compiling proc-macro-error-attr v1.0.4
5032026-02-24T14:13:28.923Z Compiling usdt-impl v0.5.0
5042026-02-24T14:13:28.991Z Compiling winnow v0.7.14
5052026-02-24T14:13:29.043Z Compiling syn v1.0.109
5062026-02-24T14:13:29.311Z Compiling toml_write v0.1.2
5072026-02-24T14:13:29.454Z Compiling indexmap v2.13.0
5082026-02-24T14:13:29.486Z Compiling thread-id v4.2.2
5092026-02-24T14:13:30.008Z Compiling proc-macro-error v1.0.4
5102026-02-24T14:13:30.360Z Compiling getrandom v0.3.4
5112026-02-24T14:13:30.904Z Compiling rustix v1.1.3
5122026-02-24T14:13:31.087Z Compiling plain v0.2.3
5132026-02-24T14:13:31.282Z Compiling percent-encoding v2.3.2
5142026-02-24T14:13:31.565Z Compiling utf8parse v0.2.2
5152026-02-24T14:13:31.659Z Compiling log v0.4.29
5162026-02-24T14:13:31.714Z Compiling camino v1.2.2
5172026-02-24T14:13:31.759Z Compiling anstyle-parse v0.2.5
5182026-02-24T14:13:32.109Z Compiling form_urlencoded v1.2.2
5192026-02-24T14:13:32.139Z Compiling ordered-float v2.10.1
5202026-02-24T14:13:32.425Z Compiling terminal_size v0.4.0
5212026-02-24T14:13:32.642Z Compiling anstyle-query v1.1.1
5222026-02-24T14:13:32.725Z Compiling pretty-hex v0.4.1
5232026-02-24T14:13:32.850Z Compiling colorchoice v1.0.2
5242026-02-24T14:13:32.956Z Compiling anstyle v1.0.11
5252026-02-24T14:13:33.037Z Compiling cfg-if v1.0.4
5262026-02-24T14:13:33.040Z Compiling is_terminal_polyfill v1.70.1
5272026-02-24T14:13:33.334Z Compiling anstream v0.6.18
5282026-02-24T14:13:33.398Z Compiling semver v1.0.27
5292026-02-24T14:13:34.094Z Compiling fs-err v3.1.1
5302026-02-24T14:13:34.122Z Compiling anyhow v1.0.99
5312026-02-24T14:13:34.173Z Compiling synstructure v0.13.1
5322026-02-24T14:13:34.333Z Compiling unicode-width v0.1.14
5332026-02-24T14:13:34.433Z Compiling strsim v0.11.1
5342026-02-24T14:13:34.695Z Compiling once_cell v1.21.3
5352026-02-24T14:13:34.869Z Compiling heck v0.5.0
5362026-02-24T14:13:35.113Z Compiling fastrand v2.1.1
5372026-02-24T14:13:35.172Z Compiling unicode-xid v0.2.6
5382026-02-24T14:13:35.390Z Compiling heck v0.4.1
5392026-02-24T14:13:35.448Z Compiling clap_lex v0.7.4
5402026-02-24T14:13:35.540Z Compiling bytecount v0.6.8
5412026-02-24T14:13:35.615Z Compiling fnv v1.0.7
5422026-02-24T14:13:35.767Z Compiling papergrid v0.11.0
5432026-02-24T14:13:35.793Z Compiling clap_builder v4.5.48
5442026-02-24T14:13:35.834Z Compiling tempfile v3.24.0
5452026-02-24T14:13:36.182Z Compiling memmap v0.7.0
5462026-02-24T14:13:36.346Z Compiling unicode-linebreak v0.1.5
5472026-02-24T14:13:36.555Z Compiling unicode-width v0.2.0
5482026-02-24T14:13:36.734Z Compiling smawk v0.3.2
5492026-02-24T14:13:36.997Z Compiling camino-tempfile v1.4.1
5502026-02-24T14:13:37.133Z Compiling textwrap v0.16.2
5512026-02-24T14:13:37.697Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-02-24T14:13:37.962Z Compiling tabled_derive v0.7.0
5532026-02-24T14:13:38.028Z Compiling swrite v0.1.0
5542026-02-24T14:13:38.623Z Compiling serde_derive v1.0.228
5552026-02-24T14:13:38.624Z Compiling zerofrom-derive v0.1.4
5562026-02-24T14:13:38.624Z Compiling yoke-derive v0.7.4
5572026-02-24T14:13:38.627Z Compiling zerovec-derive v0.10.3
5582026-02-24T14:13:38.627Z Compiling thiserror-impl v2.0.18
5592026-02-24T14:13:40.029Z Compiling displaydoc v0.2.5
5602026-02-24T14:13:41.256Z Compiling thiserror-impl v1.0.69
5612026-02-24T14:13:41.415Z Compiling icu_provider_macros v1.5.0
5622026-02-24T14:13:41.661Z Compiling zerocopy-derive v0.7.35
5632026-02-24T14:13:42.015Z Compiling zerofrom v0.1.4
5642026-02-24T14:13:42.048Z Compiling pest v2.8.2
5652026-02-24T14:13:42.281Z Compiling yoke v0.7.4
5662026-02-24T14:13:42.463Z Compiling scroll_derive v0.12.0
5672026-02-24T14:13:42.700Z Compiling zerovec v0.10.4
5682026-02-24T14:13:43.362Z Compiling clap_derive v4.5.47
5692026-02-24T14:13:43.563Z Compiling zerocopy v0.7.35
5702026-02-24T14:13:43.857Z Compiling scroll v0.12.0
5712026-02-24T14:13:43.975Z Compiling tabled v0.15.0
5722026-02-24T14:13:44.350Z Compiling goblin v0.8.2
5732026-02-24T14:13:44.578Z Compiling tinystr v0.7.6
5742026-02-24T14:13:44.772Z Compiling pest_meta v2.8.2
5752026-02-24T14:13:44.973Z Compiling icu_locid v1.5.0
5762026-02-24T14:13:45.002Z Compiling icu_collections v1.5.0
5772026-02-24T14:13:46.300Z Compiling icu_provider v1.5.0
5782026-02-24T14:13:47.049Z Compiling icu_locid_transform v1.5.0
5792026-02-24T14:13:47.089Z Compiling pest_generator v2.8.2
5802026-02-24T14:13:47.241Z Compiling serde_spanned v0.6.9
5812026-02-24T14:13:47.304Z Compiling toml_datetime v0.6.11
5822026-02-24T14:13:47.479Z Compiling dof v0.3.0
5832026-02-24T14:13:47.508Z Compiling serde_tokenstream v0.2.2
5842026-02-24T14:13:47.856Z Compiling toml_edit v0.22.27
5852026-02-24T14:13:48.138Z Compiling erased-serde v0.4.6
5862026-02-24T14:13:48.408Z Compiling icu_properties v1.5.1
5872026-02-24T14:13:48.882Z Compiling serde-value v0.7.0
5882026-02-24T14:13:49.268Z Compiling pest_derive v2.8.2
5892026-02-24T14:13:49.295Z Compiling serde-untagged v0.1.7
5902026-02-24T14:13:49.377Z Compiling cargo-platform v0.2.0
5912026-02-24T14:13:49.666Z Compiling clap v4.5.48
5922026-02-24T14:13:49.697Z Compiling macaddr v1.0.1
5932026-02-24T14:13:50.030Z Compiling dtrace-parser v0.2.0
5942026-02-24T14:13:51.194Z Compiling toml v0.8.23
5952026-02-24T14:13:52.009Z Compiling usdt-macro v0.5.0
5962026-02-24T14:13:52.010Z Compiling usdt-attr-macro v0.5.0
5972026-02-24T14:13:52.196Z Compiling icu_normalizer v1.5.0
5982026-02-24T14:13:52.224Z Compiling cargo_toml v0.21.0
5992026-02-24T14:13:53.047Z Compiling idna_adapter v1.2.0
6002026-02-24T14:13:53.236Z Compiling idna v1.0.3
6012026-02-24T14:13:53.349Z Compiling usdt v0.5.0
6022026-02-24T14:13:53.681Z Compiling url v2.5.4
6032026-02-24T14:13:54.342Z Compiling cargo-util-schemas v0.8.2
6042026-02-24T14:13:56.150Z Compiling cargo_metadata v0.21.0
6052026-02-24T14:13:57.812Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6062026-02-24T14:14:01.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
6072026-02-24T14:14:01.659Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6082026-02-24T14:14:02.466Z Downloading crates ...
6092026-02-24T14:14:02.597Z Downloaded async-recursion v1.1.1
6102026-02-24T14:14:02.610Z Downloaded adler2 v2.0.0
6112026-02-24T14:14:02.613Z Downloaded atomicwrites v0.4.4
6122026-02-24T14:14:02.616Z Downloaded ahash v0.8.12
6132026-02-24T14:14:02.623Z Downloaded atty v0.2.14
6142026-02-24T14:14:02.629Z Downloaded async-stream-impl v0.3.6
6152026-02-24T14:14:02.631Z Downloaded dirs-next v2.0.0
6162026-02-24T14:14:02.634Z Downloaded addr2line v0.24.2
6172026-02-24T14:14:02.639Z Downloaded deranged v0.5.3
6182026-02-24T14:14:02.645Z Downloaded darling_macro v0.20.10
6192026-02-24T14:14:02.650Z Downloaded cfg_aliases v0.2.1
6202026-02-24T14:14:02.654Z Downloaded crossbeam-channel v0.5.15
6212026-02-24T14:14:02.660Z Downloaded fs_extra v1.3.0
6222026-02-24T14:14:02.664Z Downloaded debug-ignore v1.0.5
6232026-02-24T14:14:02.671Z Downloaded dof v0.4.0
6242026-02-24T14:14:02.674Z Downloaded endian-type v0.1.2
6252026-02-24T14:14:02.679Z Downloaded defmt v0.3.8
6262026-02-24T14:14:02.685Z Downloaded foreign-types v0.3.2
6272026-02-24T14:14:02.688Z Downloaded env_logger v0.11.8
6282026-02-24T14:14:02.694Z Downloaded foreign-types-shared v0.1.1
6292026-02-24T14:14:02.697Z Downloaded fd-lock v4.0.2
6302026-02-24T14:14:02.703Z Downloaded dtrace-parser v0.3.0
6312026-02-24T14:14:02.708Z Downloaded futures-core v0.3.31
6322026-02-24T14:14:02.711Z Downloaded ff v0.13.0
6332026-02-24T14:14:02.715Z Downloaded foreign-types-macros v0.2.3
6342026-02-24T14:14:02.719Z Downloaded futures-io v0.3.31
6352026-02-24T14:14:02.722Z Downloaded dirs-sys-next v0.1.2
6362026-02-24T14:14:02.726Z Downloaded funty v2.0.0
6372026-02-24T14:14:02.730Z Downloaded dyn-clone v1.0.20
6382026-02-24T14:14:02.749Z Downloaded gethostname v0.5.0
6392026-02-24T14:14:02.756Z Downloaded fxhash v0.2.1
6402026-02-24T14:14:02.760Z Downloaded globwalk v0.9.1
6412026-02-24T14:14:02.760Z Downloaded ghash v0.5.1
6422026-02-24T14:14:02.763Z Downloaded hash32 v0.3.1
6432026-02-24T14:14:02.767Z Downloaded bcs v0.1.6
6442026-02-24T14:14:02.772Z Downloaded hash32 v0.2.1
6452026-02-24T14:14:02.776Z Downloaded http-body v1.0.1
6462026-02-24T14:14:02.779Z Downloaded bit-vec v0.8.0
6472026-02-24T14:14:02.785Z Downloaded hex v0.4.3
6482026-02-24T14:14:02.788Z Downloaded foldhash v0.2.0
6492026-02-24T14:14:02.792Z Downloaded fallible-iterator v0.2.0
6502026-02-24T14:14:02.795Z Downloaded async-trait v0.1.89
6512026-02-24T14:14:02.801Z Downloaded hex-literal v0.4.1
6522026-02-24T14:14:02.807Z Downloaded ident_case v1.0.1
6532026-02-24T14:14:02.810Z Downloaded hostname v0.3.1
6542026-02-24T14:14:02.813Z Downloaded instability v0.3.2
6552026-02-24T14:14:02.818Z Downloaded indent_write v2.2.0
6562026-02-24T14:14:02.822Z Downloaded is-terminal v0.4.13
6572026-02-24T14:14:02.829Z Downloaded keccak v0.1.5
6582026-02-24T14:14:02.832Z Downloaded heck v0.3.3
6592026-02-24T14:14:02.832Z Downloaded hyper-tls v0.6.0
6602026-02-24T14:14:02.835Z Downloaded http-body-util v0.1.3
6612026-02-24T14:14:02.840Z Downloaded is_ci v1.2.0
6622026-02-24T14:14:02.844Z Downloaded lazy_static v1.5.0
6632026-02-24T14:14:02.848Z Downloaded blowfish v0.9.1
6642026-02-24T14:14:02.851Z Downloaded humantime v2.2.0
6652026-02-24T14:14:02.854Z Downloaded futures-channel v0.3.31
6662026-02-24T14:14:02.857Z Downloaded libsw-core v0.3.1
6672026-02-24T14:14:02.861Z Downloaded des v0.8.1
6682026-02-24T14:14:02.864Z Downloaded libscf-sys v1.1.0
6692026-02-24T14:14:02.868Z Downloaded managed v0.8.0
6702026-02-24T14:14:02.871Z Downloaded lzss v0.8.2
6712026-02-24T14:14:02.875Z Downloaded lru-cache v0.1.2
6722026-02-24T14:14:02.878Z Downloaded lru v0.12.5
6732026-02-24T14:14:02.881Z Downloaded maybe-uninit v2.0.0
6742026-02-24T14:14:02.885Z Downloaded match_cfg v0.1.0
6752026-02-24T14:14:02.888Z Downloaded newline-converter v0.3.0
6762026-02-24T14:14:02.892Z Downloaded bytes v1.11.1
6772026-02-24T14:14:02.897Z Downloaded mime v0.3.17
6782026-02-24T14:14:02.901Z Downloaded hubpack v0.1.2
6792026-02-24T14:14:02.904Z Downloaded normalize-line-endings v0.3.0
6802026-02-24T14:14:02.907Z Downloaded nodrop v0.1.14
6812026-02-24T14:14:02.910Z Downloaded hyper-staticfile v0.10.1
6822026-02-24T14:14:02.913Z Downloaded multimap v0.10.1
6832026-02-24T14:14:02.916Z Downloaded num_threads v0.1.7
6842026-02-24T14:14:02.922Z Downloaded num-derive v0.3.3
6852026-02-24T14:14:02.926Z Downloaded maplit v1.0.2
6862026-02-24T14:14:02.926Z Downloaded lock_api v0.4.12
6872026-02-24T14:14:02.929Z Downloaded oso-derive v0.27.3
6882026-02-24T14:14:02.933Z Downloaded num v0.4.3
6892026-02-24T14:14:02.936Z Downloaded olpc-cjson v0.1.4
6902026-02-24T14:14:02.940Z Downloaded ingot-macros v0.1.1
6912026-02-24T14:14:02.947Z Downloaded num-derive v0.4.2
6922026-02-24T14:14:02.950Z Downloaded nibble_vec v0.1.0
6932026-02-24T14:14:02.950Z Downloaded parse-size v1.1.0
6942026-02-24T14:14:02.953Z Downloaded linear-map v1.2.0
6952026-02-24T14:14:02.955Z Downloaded libloading v0.8.5
6962026-02-24T14:14:02.959Z Downloaded path-slash v0.1.5
6972026-02-24T14:14:02.962Z Downloaded pbkdf2 v0.11.0
6982026-02-24T14:14:02.965Z Downloaded elliptic-curve v0.13.8
6992026-02-24T14:14:02.971Z Downloaded num-complex v0.4.6
7002026-02-24T14:14:02.974Z Downloaded peg-runtime v0.8.5
7012026-02-24T14:14:02.977Z Downloaded phf_shared v0.11.2
7022026-02-24T14:14:02.980Z Downloaded phf_shared v0.12.1
7032026-02-24T14:14:02.983Z Downloaded pbkdf2 v0.12.2
7042026-02-24T14:14:02.986Z Downloaded openssl-probe v0.1.5
7052026-02-24T14:14:02.989Z Downloaded crossterm v0.28.1
7062026-02-24T14:14:02.995Z Downloaded packed_struct_codegen v0.10.1
7072026-02-24T14:14:03.000Z Downloaded indexmap v1.9.3
7082026-02-24T14:14:03.005Z Downloaded ignore v0.4.23
7092026-02-24T14:14:03.010Z Downloaded powerfmt v0.2.0
7102026-02-24T14:14:03.014Z Downloaded parse-display v0.10.0
7112026-02-24T14:14:03.014Z Downloaded base64 v0.13.1
7122026-02-24T14:14:03.019Z Downloaded heapless v0.8.0
7132026-02-24T14:14:03.022Z Downloaded hickory-client v0.25.2
7142026-02-24T14:14:03.025Z Downloaded proc-macro-error-attr2 v2.0.0
7152026-02-24T14:14:03.030Z Downloaded proc-macro-crate v1.3.1
7162026-02-24T14:14:03.033Z Downloaded progenitor-macro v0.8.0
7172026-02-24T14:14:03.036Z Downloaded progenitor-client v0.11.2
7182026-02-24T14:14:03.036Z Downloaded pin-utils v0.1.0
7192026-02-24T14:14:03.040Z Downloaded phf v0.12.1
7202026-02-24T14:14:03.043Z Downloaded ar_archive_writer v0.5.1
7212026-02-24T14:14:03.046Z Downloaded owo-colors v4.2.3
7222026-02-24T14:14:03.051Z Downloaded quick-error v1.2.3
7232026-02-24T14:14:03.054Z Downloaded progenitor-macro v0.11.2
7242026-02-24T14:14:03.057Z Downloaded num_enum v0.5.11
7252026-02-24T14:14:03.063Z Downloaded num-integer v0.1.46
7262026-02-24T14:14:03.066Z Downloaded pretty-hex v0.2.1
7272026-02-24T14:14:03.070Z Downloaded litrs v0.4.1
7282026-02-24T14:14:03.073Z Downloaded base64 v0.22.1
7292026-02-24T14:14:03.079Z Downloaded ref-cast-impl v1.0.25
7302026-02-24T14:14:03.082Z Downloaded ref-cast v1.0.25
7312026-02-24T14:14:03.085Z Downloaded psl-types v2.0.11
7322026-02-24T14:14:03.088Z Downloaded radium v0.7.0
7332026-02-24T14:14:03.091Z Downloaded progenitor v0.11.2
7342026-02-24T14:14:03.094Z Downloaded progenitor v0.10.0
7352026-02-24T14:14:03.097Z Downloaded memmap2 v0.9.8
7362026-02-24T14:14:03.097Z Downloaded proc-macro-error2 v2.0.1
7372026-02-24T14:14:03.103Z Downloaded parking_lot_core v0.9.10
7382026-02-24T14:14:03.106Z Downloaded rfc6979 v0.4.0
7392026-02-24T14:14:03.109Z Downloaded papergrid v0.17.0
7402026-02-24T14:14:03.114Z Downloaded quinn-udp v0.5.5
7412026-02-24T14:14:03.118Z Downloaded cc v1.2.56
7422026-02-24T14:14:03.121Z Downloaded rustc_version v0.4.1
7432026-02-24T14:14:03.125Z Downloaded peg v0.8.5
7442026-02-24T14:14:03.129Z Downloaded rand_xorshift v0.4.0
7452026-02-24T14:14:03.132Z Downloaded rustc-hash v1.1.0
7462026-02-24T14:14:03.136Z Downloaded rustc_version v0.1.7
7472026-02-24T14:14:03.140Z Downloaded bumpalo v3.16.0
7482026-02-24T14:14:03.144Z Downloaded headers v0.4.1
7492026-02-24T14:14:03.149Z Downloaded parking_lot v0.11.2
7502026-02-24T14:14:03.152Z Downloaded pkcs8 v0.10.2
7512026-02-24T14:14:03.154Z Downloaded primeorder v0.13.6
7522026-02-24T14:14:03.157Z Downloaded scheduled-thread-pool v0.2.7
7532026-02-24T14:14:03.160Z Downloaded sapling-renderdag v0.1.0
7542026-02-24T14:14:03.161Z Downloaded rtoolbox v0.0.2
7552026-02-24T14:14:03.164Z Downloaded aes-gcm v0.10.3
7562026-02-24T14:14:03.167Z Downloaded salsa20 v0.10.2
7572026-02-24T14:14:03.170Z Downloaded scopeguard v1.2.0
7582026-02-24T14:14:03.175Z Downloaded scroll_derive v0.13.1
7592026-02-24T14:14:03.178Z Downloaded polyval v0.6.2
7602026-02-24T14:14:03.178Z Downloaded secrecy v0.10.3
7612026-02-24T14:14:03.181Z Downloaded pin-project v1.1.6
7622026-02-24T14:14:03.191Z Downloaded serde_spanned v1.0.4
7632026-02-24T14:14:03.195Z Downloaded serde_repr v0.1.19
7642026-02-24T14:14:03.198Z Downloaded rustc-demangle v0.1.24
7652026-02-24T14:14:03.201Z Downloaded rand_chacha v0.3.1
7662026-02-24T14:14:03.202Z Downloaded serde_plain v1.0.2
7672026-02-24T14:14:03.205Z Downloaded scrypt v0.11.0
7682026-02-24T14:14:03.236Z Downloaded rustls-native-certs v0.8.1
7692026-02-24T14:14:03.236Z Downloaded rustc-hash v2.1.1
7702026-02-24T14:14:03.236Z Downloaded sha1 v0.10.6
7712026-02-24T14:14:03.236Z Downloaded rustls-pemfile v2.2.0
7722026-02-24T14:14:03.236Z Downloaded pin-project-internal v1.1.6
7732026-02-24T14:14:03.236Z Downloaded same-file v1.0.6
7742026-02-24T14:14:03.236Z Downloaded seq-macro v0.3.6
7752026-02-24T14:14:03.236Z Downloaded simd-adler32 v0.3.7
7762026-02-24T14:14:03.236Z Downloaded signature v2.2.0
7772026-02-24T14:14:03.236Z Downloaded poly1305 v0.8.0
7782026-02-24T14:14:03.242Z Downloaded progenitor-impl v0.11.2
7792026-02-24T14:14:03.242Z Downloaded scroll v0.13.0
7802026-02-24T14:14:03.242Z Downloaded siphasher v1.0.1
7812026-02-24T14:14:03.246Z Downloaded siphasher v0.3.11
7822026-02-24T14:14:03.246Z Downloaded resolv-conf v0.7.0
7832026-02-24T14:14:03.250Z Downloaded serde_urlencoded v0.7.1
7842026-02-24T14:14:03.254Z Downloaded pkcs5 v0.7.1
7852026-02-24T14:14:03.259Z Downloaded progenitor-impl v0.10.0
7862026-02-24T14:14:03.259Z Downloaded pkg-config v0.3.31
7872026-02-24T14:14:03.262Z Downloaded aes v0.8.4
7882026-02-24T14:14:03.265Z Downloaded serde_path_to_error v0.1.20
7892026-02-24T14:14:03.268Z Downloaded progenitor-impl v0.8.0
7902026-02-24T14:14:03.271Z Downloaded rusty-fork v0.3.0
7912026-02-24T14:14:03.275Z Downloaded sigpipe v0.1.3
7922026-02-24T14:14:03.275Z Downloaded slog-envlogger v2.2.0
7932026-02-24T14:14:03.278Z Downloaded slog-bunyan v2.5.0
7942026-02-24T14:14:03.278Z Downloaded russh-keys v0.45.0
7952026-02-24T14:14:03.281Z Downloaded ssh-encoding v0.2.0
7962026-02-24T14:14:03.285Z Downloaded miniz_oxide v0.8.5
7972026-02-24T14:14:03.288Z Downloaded rustversion v1.0.22
7982026-02-24T14:14:03.291Z Downloaded sqlparser_derive v0.5.0
7992026-02-24T14:14:03.294Z Downloaded schemars_derive v0.8.22
8002026-02-24T14:14:03.295Z Downloaded prettyplease v0.2.36
8012026-02-24T14:14:03.299Z Downloaded strum v0.27.2
8022026-02-24T14:14:03.302Z Downloaded sec1 v0.7.3
8032026-02-24T14:14:03.306Z Downloaded structmeta-derive v0.3.0
8042026-02-24T14:14:03.306Z Downloaded structmeta v0.3.0
8052026-02-24T14:14:03.311Z Downloaded slab v0.4.9
8062026-02-24T14:14:03.311Z Downloaded signal-hook-registry v1.4.2
8072026-02-24T14:14:03.314Z Downloaded slog-scope v4.4.0
8082026-02-24T14:14:03.314Z Downloaded slog-async v2.8.0
8092026-02-24T14:14:03.317Z Downloaded slog-term v2.9.2
8102026-02-24T14:14:03.321Z Downloaded tabled_derive v0.11.0
8112026-02-24T14:14:03.323Z Downloaded hickory-resolver v0.24.4
8122026-02-24T14:14:03.327Z Downloaded quinn v0.11.5
8132026-02-24T14:14:03.330Z Downloaded ssh-cipher v0.2.0
8142026-02-24T14:14:03.333Z Downloaded serde_derive_internals v0.29.1
8152026-02-24T14:14:03.337Z Downloaded sync_wrapper v1.0.1
8162026-02-24T14:14:03.337Z Downloaded sync-ptr v0.1.4
8172026-02-24T14:14:03.340Z Downloaded tap v1.0.1
8182026-02-24T14:14:03.340Z Downloaded strum v0.26.3
8192026-02-24T14:14:03.343Z Downloaded tabled_derive v0.10.0
8202026-02-24T14:14:03.343Z Downloaded shlex v1.3.0
8212026-02-24T14:14:03.347Z Downloaded snafu-derive v0.8.5
8222026-02-24T14:14:03.347Z Downloaded smf v0.2.3
8232026-02-24T14:14:03.350Z Downloaded itertools v0.10.5
8242026-02-24T14:14:03.354Z Downloaded thread-id v5.0.0
8252026-02-24T14:14:03.357Z Downloaded thiserror-impl-no-std v2.0.2
8262026-02-24T14:14:03.360Z Downloaded testing_table v0.3.0
8272026-02-24T14:14:03.360Z Downloaded tagptr v0.2.0
8282026-02-24T14:14:03.363Z Downloaded slog-json v2.6.1
8292026-02-24T14:14:03.367Z Downloaded take_mut v0.2.2
8302026-02-24T14:14:03.367Z Downloaded tabwriter v1.4.0
8312026-02-24T14:14:03.371Z Downloaded minimal-lexical v0.2.1
8322026-02-24T14:14:03.375Z Downloaded slog-dtrace v0.3.0
8332026-02-24T14:14:03.375Z Downloaded stringprep v0.1.5
8342026-02-24T14:14:03.382Z Downloaded static_assertions v1.1.0
8352026-02-24T14:14:03.382Z Downloaded stacker v0.1.23
8362026-02-24T14:14:03.386Z Downloaded ryu v1.0.18
8372026-02-24T14:14:03.386Z Downloaded time-core v0.1.6
8382026-02-24T14:14:03.386Z Downloaded sct v0.7.1
8392026-02-24T14:14:03.390Z Downloaded strum_macros v0.27.2
8402026-02-24T14:14:03.394Z Downloaded schemars v0.8.22
8412026-02-24T14:14:03.405Z Downloaded support-bundle-viewer v0.1.2
8422026-02-24T14:14:03.408Z Downloaded subtle v2.6.1
8432026-02-24T14:14:03.413Z Downloaded tinyvec_macros v0.1.1
8442026-02-24T14:14:03.413Z Downloaded sqlformat v0.3.5
8452026-02-24T14:14:03.415Z Downloaded serde_cbor v0.11.2
8462026-02-24T14:14:03.415Z Downloaded iri-string v0.7.8
8472026-02-24T14:14:03.423Z Downloaded hashbrown v0.12.3
8482026-02-24T14:14:03.427Z Downloaded ron v0.8.1
8492026-02-24T14:14:03.433Z Downloaded tower-layer v0.3.3
8502026-02-24T14:14:03.436Z Downloaded topological-sort v0.2.2
8512026-02-24T14:14:03.436Z Downloaded thiserror-no-std v2.0.2
8522026-02-24T14:14:03.441Z Downloaded itertools v0.13.0
8532026-02-24T14:14:03.450Z Downloaded nom v7.1.3
8542026-02-24T14:14:03.454Z Downloaded slog v2.8.2
8552026-02-24T14:14:03.458Z Downloaded try-lock v0.2.5
8562026-02-24T14:14:03.461Z Downloaded tokio-macros v2.6.0
8572026-02-24T14:14:03.461Z Downloaded tokio-dtrace v0.1.0
8582026-02-24T14:14:03.464Z Downloaded unarray v0.1.4
8592026-02-24T14:14:03.464Z Downloaded termtree v0.5.1
8602026-02-24T14:14:03.467Z Downloaded smallvec v0.6.14
8612026-02-24T14:14:03.470Z Downloaded rayon-core v1.12.1
8622026-02-24T14:14:03.473Z Downloaded rand v0.9.2
8632026-02-24T14:14:03.477Z Downloaded typify-macro v0.2.0
8642026-02-24T14:14:03.480Z Downloaded toml_writer v1.0.6+spec-1.1.0
8652026-02-24T14:14:03.480Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8662026-02-24T14:14:03.483Z Downloaded tokio-tungstenite v0.23.1
8672026-02-24T14:14:03.486Z Downloaded unicode-truncate v1.1.0
8682026-02-24T14:14:03.486Z Downloaded untrusted v0.7.1
8692026-02-24T14:14:03.489Z Downloaded term v0.7.0
8702026-02-24T14:14:03.493Z Downloaded h2 v0.4.6
8712026-02-24T14:14:03.496Z Downloaded term v1.1.0
8722026-02-24T14:14:03.500Z Downloaded utf-8 v0.7.6
8732026-02-24T14:14:03.503Z Downloaded usdt-attr-macro v0.6.0
8742026-02-24T14:14:03.503Z Downloaded untrusted v0.9.0
8752026-02-24T14:14:03.506Z Downloaded universal-hash v0.5.1
8762026-02-24T14:14:03.506Z Downloaded usdt-macro v0.6.0
8772026-02-24T14:14:03.509Z Downloaded unit-prefix v0.5.1
8782026-02-24T14:14:03.509Z Downloaded usdt v0.6.0
8792026-02-24T14:14:03.509Z Downloaded tokio-tungstenite v0.21.0
8802026-02-24T14:14:03.512Z Downloaded samael v0.0.19
8812026-02-24T14:14:03.518Z Downloaded trait-variant v0.1.2
8822026-02-24T14:14:03.521Z Downloaded signal-hook v0.3.18
8832026-02-24T14:14:03.524Z Downloaded tui-tree-widget v0.23.1
8842026-02-24T14:14:03.524Z Downloaded tokio-stream v0.1.17
8852026-02-24T14:14:03.528Z Downloaded void v1.0.2
8862026-02-24T14:14:03.531Z Downloaded tinyvec v1.8.0
8872026-02-24T14:14:03.534Z Downloaded libm v0.2.8
8882026-02-24T14:14:03.541Z Downloaded unicase v2.8.1
8892026-02-24T14:14:03.544Z Downloaded tracing-attributes v0.1.27
8902026-02-24T14:14:03.547Z Downloaded tower-service v0.3.3
8912026-02-24T14:14:03.547Z Downloaded toml_parser v1.0.6+spec-1.1.0
8922026-02-24T14:14:03.550Z Downloaded tar v0.4.44
8932026-02-24T14:14:03.553Z Downloaded openssl-sys v0.9.109
8942026-02-24T14:14:03.556Z Downloaded test-strategy v0.4.3
8952026-02-24T14:14:03.560Z Downloaded typify v0.2.0
8962026-02-24T14:14:03.564Z Downloaded itertools v0.14.0
8972026-02-24T14:14:03.570Z Downloaded which v4.4.2
8982026-02-24T14:14:03.574Z Downloaded want v0.3.1
8992026-02-24T14:14:03.575Z Downloaded xattr v1.3.1
9002026-02-24T14:14:03.578Z Downloaded xshell-macros v0.2.7
9012026-02-24T14:14:03.578Z Downloaded waitgroup v0.1.2
9022026-02-24T14:14:03.578Z Downloaded wait-timeout v0.2.0
9032026-02-24T14:14:03.581Z Downloaded vte_generate_state_changes v0.1.2
9042026-02-24T14:14:03.581Z Downloaded hkdf v0.12.4
9052026-02-24T14:14:03.584Z Downloaded zeroize_derive v1.4.2
9062026-02-24T14:14:03.584Z Downloaded schemars v0.9.0
9072026-02-24T14:14:03.597Z Downloaded vergen-lib v0.1.6
9082026-02-24T14:14:03.600Z Downloaded twox-hash v2.1.0
9092026-02-24T14:14:03.600Z Downloaded serde_yaml v0.9.34+deprecated
9102026-02-24T14:14:03.604Z Downloaded libxml v0.3.3
9112026-02-24T14:14:03.609Z Downloaded uzers v0.12.1
9122026-02-24T14:14:03.612Z Downloaded wyz v0.5.1
9132026-02-24T14:14:03.612Z Downloaded whoami v1.5.2
9142026-02-24T14:14:03.616Z Downloaded zone_cfg_derive v0.3.0
9152026-02-24T14:14:03.616Z Downloaded unicode-properties v0.1.3
9162026-02-24T14:14:03.621Z Downloaded zone_cfg_derive v0.1.2
9172026-02-24T14:14:03.621Z Downloaded zone v0.3.1
9182026-02-24T14:14:03.621Z Downloaded zone v0.1.8
9192026-02-24T14:14:03.621Z Downloaded tokio-rustls v0.26.0
9202026-02-24T14:14:03.626Z Downloaded tokio-rustls v0.24.1
9212026-02-24T14:14:03.629Z Downloaded num-bigint v0.4.6
9222026-02-24T14:14:03.632Z Downloaded vergen-git2 v1.0.7
9232026-02-24T14:14:03.632Z Downloaded usdt-impl v0.6.0
9242026-02-24T14:14:03.637Z Downloaded futures-util v0.3.31
9252026-02-24T14:14:03.647Z Downloaded zeroize v1.8.1
9262026-02-24T14:14:03.651Z Downloaded xz2 v0.1.7
9272026-02-24T14:14:03.651Z Downloaded xshell v0.2.7
9282026-02-24T14:14:03.651Z Downloaded walkdir v2.5.0
9292026-02-24T14:14:03.656Z Downloaded tracing-core v0.1.32
9302026-02-24T14:14:03.656Z Downloaded zstd v0.13.3
9312026-02-24T14:14:03.659Z Downloaded vte v0.11.1
9322026-02-24T14:14:03.659Z Downloaded vergen-gitcl v1.0.8
9332026-02-24T14:14:03.662Z Downloaded zstd-safe v7.2.3
9342026-02-24T14:14:03.663Z Downloaded hashbrown v0.15.4
9352026-02-24T14:14:03.667Z Downloaded unicode-bidi v0.3.17
9362026-02-24T14:14:03.671Z Downloaded blake3 v1.5.4
9372026-02-24T14:14:03.677Z Downloaded toml v0.9.11+spec-1.1.0
9382026-02-24T14:14:03.682Z Downloaded value-bag v1.12.0
9392026-02-24T14:14:03.686Z Downloaded aho-corasick v1.1.3
9402026-02-24T14:14:03.690Z Downloaded vsss-rs v3.3.4
9412026-02-24T14:14:03.693Z Downloaded vergen v9.0.6
9422026-02-24T14:14:03.699Z Downloaded tracing v0.1.40
9432026-02-24T14:14:03.704Z Downloaded typify v0.4.3
9442026-02-24T14:14:03.704Z Downloaded tungstenite v0.23.0
9452026-02-24T14:14:03.708Z Downloaded tungstenite v0.21.0
9462026-02-24T14:14:03.712Z Downloaded toml_edit v0.19.15
9472026-02-24T14:14:03.727Z Downloaded yasna v0.5.2
9482026-02-24T14:14:03.730Z Downloaded unsafe-libyaml v0.2.11
9492026-02-24T14:14:03.734Z Downloaded steno v0.4.1
9502026-02-24T14:14:03.737Z Downloaded zerocopy v0.6.6
9512026-02-24T14:14:03.740Z Downloaded uuid v1.19.0
9522026-02-24T14:14:03.744Z Downloaded regex v1.11.3
9532026-02-24T14:14:03.747Z Downloaded ssh-key v0.6.6
9542026-02-24T14:14:03.754Z Downloaded rustyline v14.0.0
9552026-02-24T14:14:03.764Z Downloaded zopfli v0.8.1
9562026-02-24T14:14:03.767Z Downloaded goblin v0.10.2
9572026-02-24T14:14:03.770Z Downloaded git2 v0.20.2
9582026-02-24T14:14:03.777Z Downloaded reqwest v0.12.24
9592026-02-24T14:14:03.782Z Downloaded p521 v0.13.3
9602026-02-24T14:14:03.788Z Downloaded rpassword v7.4.0
9612026-02-24T14:14:03.792Z Downloaded toml v0.7.8
9622026-02-24T14:14:03.792Z Downloaded unicode-segmentation v1.12.0
9632026-02-24T14:14:03.795Z Downloaded russh v0.45.0
9642026-02-24T14:14:03.800Z Downloaded rayon v1.10.0
9652026-02-24T14:14:03.809Z Downloaded bindgen v0.69.5
9662026-02-24T14:14:03.815Z Downloaded unicode_categories v0.1.1
9672026-02-24T14:14:03.820Z Downloaded salty v0.3.0
9682026-02-24T14:14:03.824Z Downloaded yansi v1.0.1
9692026-02-24T14:14:03.828Z Downloaded quick-xml v0.37.2
9702026-02-24T14:14:03.832Z Downloaded zip v0.6.6
9712026-02-24T14:14:03.837Z Downloaded gimli v0.31.1
9722026-02-24T14:14:03.843Z Downloaded x509-cert v0.2.5
9732026-02-24T14:14:03.849Z Downloaded zerocopy-derive v0.8.27
9742026-02-24T14:14:03.856Z Downloaded quinn-proto v0.11.8
9752026-02-24T14:14:03.861Z Downloaded lalrpop v0.19.12
9762026-02-24T14:14:03.872Z Downloaded rustls-webpki v0.102.8
9772026-02-24T14:14:03.890Z Downloaded reedline v0.40.0
9782026-02-24T14:14:03.897Z Downloaded bitvec v1.0.1
9792026-02-24T14:14:03.912Z Downloaded tough v0.20.0
9802026-02-24T14:14:03.920Z Downloaded curve25519-dalek v4.1.3
9812026-02-24T14:14:03.928Z Downloaded unicode-normalization v0.1.24
9822026-02-24T14:14:03.931Z Downloaded tokio-util v0.7.15
9832026-02-24T14:14:03.937Z Downloaded time v0.3.43
9842026-02-24T14:14:03.945Z Downloaded object v0.30.4
9852026-02-24T14:14:03.955Z Downloaded zip v4.2.0
9862026-02-24T14:14:03.959Z Downloaded dropshot v0.16.7
9872026-02-24T14:14:03.979Z Downloaded radix_trie v0.2.1
9882026-02-24T14:14:03.983Z Downloaded bindgen v0.71.1
9892026-02-24T14:14:03.990Z Downloaded p384 v0.13.1
9902026-02-24T14:14:03.996Z Downloaded tabled v0.18.0
9912026-02-24T14:14:04.012Z Downloaded tabled v0.20.0
9922026-02-24T14:14:04.031Z Downloaded winnow v0.6.26
9932026-02-24T14:14:04.038Z Downloaded zlib-rs v0.5.1
9942026-02-24T14:14:04.044Z Downloaded winnow v0.5.40
9952026-02-24T14:14:04.053Z Downloaded vcpkg v0.2.15
9962026-02-24T14:14:04.089Z Downloaded moka v0.12.10
9972026-02-24T14:14:04.099Z Downloaded nix v0.27.1
9982026-02-24T14:14:04.108Z Downloaded openssl v0.10.73
9992026-02-24T14:14:04.117Z Downloaded rustls v0.22.4
10002026-02-24T14:14:04.129Z Downloaded serde_with v3.16.1
10012026-02-24T14:14:04.141Z Downloaded regress v0.10.4
10022026-02-24T14:14:04.149Z Downloaded polar-core v0.27.3
10032026-02-24T14:14:04.183Z Downloaded regex-syntax v0.8.5
10042026-02-24T14:14:04.194Z Downloaded regex-syntax v0.6.29
10052026-02-24T14:14:04.194Z Downloaded diesel v2.2.12
10062026-02-24T14:14:04.198Z Downloaded smoltcp v0.9.1
10072026-02-24T14:14:04.201Z Downloaded object v0.36.5
10082026-02-24T14:14:04.212Z Downloaded nix v0.29.0
10092026-02-24T14:14:04.220Z Downloaded zerocopy v0.8.27
10102026-02-24T14:14:04.241Z Downloaded webpki-roots v1.0.1
10112026-02-24T14:14:04.244Z Downloaded nix v0.30.1
10122026-02-24T14:14:04.255Z Downloaded bstr v1.10.0
10132026-02-24T14:14:04.264Z Downloaded rustls v0.23.19
10142026-02-24T14:14:04.275Z Downloaded sled v0.34.7
10152026-02-24T14:14:04.284Z Downloaded ratatui v0.29.0
10162026-02-24T14:14:04.305Z Downloaded typify-impl v0.2.0
10172026-02-24T14:14:04.315Z Downloaded openapiv3 v2.2.0
10182026-02-24T14:14:04.325Z Downloaded hickory-proto v0.25.2
10192026-02-24T14:14:04.341Z Downloaded sqlparser v0.61.0
10202026-02-24T14:14:04.349Z Downloaded zerocopy-derive v0.6.6
10212026-02-24T14:14:04.358Z Downloaded smoltcp v0.11.0
10222026-02-24T14:14:04.370Z Downloaded regex-automata v0.4.11
10232026-02-24T14:14:04.385Z Downloaded typify-impl v0.4.3
10242026-02-24T14:14:04.397Z Downloaded jiff v0.2.15
10252026-02-24T14:14:04.413Z Downloaded object v0.37.3
10262026-02-24T14:14:04.425Z Downloaded hickory-proto v0.24.4
10272026-02-24T14:14:04.437Z Downloaded nix v0.28.0
10282026-02-24T14:14:04.446Z Downloaded lzma-sys v0.1.20
10292026-02-24T14:14:04.473Z Downloaded bzip2-sys v0.1.13+1.0.8
10302026-02-24T14:14:04.482Z Downloaded rustls v0.21.12
10312026-02-24T14:14:04.492Z Downloaded petname v2.0.2
10322026-02-24T14:14:04.496Z Downloaded proptest v1.7.0
10332026-02-24T14:14:04.505Z Downloaded chrono v0.4.43
10342026-02-24T14:14:04.514Z Downloaded portable-atomic v1.11.0
10352026-02-24T14:14:04.518Z Downloaded petgraph v0.6.5
10362026-02-24T14:14:04.535Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10372026-02-24T14:14:04.550Z Downloaded csv v1.3.1
10382026-02-24T14:14:04.567Z Downloaded tower-http v0.6.6
10392026-02-24T14:14:04.574Z Downloaded sha3 v0.10.8
10402026-02-24T14:14:04.579Z Downloaded petgraph v0.8.2
10412026-02-24T14:14:04.598Z Downloaded chrono-tz v0.10.4
10422026-02-24T14:14:04.613Z Downloaded libz-sys v1.1.20
10432026-02-24T14:14:04.630Z Downloaded tower v0.5.2
10442026-02-24T14:14:04.638Z Downloaded rustls-webpki v0.101.7
10452026-02-24T14:14:04.650Z Downloaded typed-path v0.9.3
10462026-02-24T14:14:04.656Z Downloaded tokio-postgres v0.7.13
10472026-02-24T14:14:04.660Z Downloaded aws-lc-rs v1.12.4
10482026-02-24T14:14:04.668Z Downloaded snafu v0.8.5
10492026-02-24T14:14:04.674Z Downloaded schemars v1.0.4
10502026-02-24T14:14:04.687Z Downloaded qorb v0.4.1
10512026-02-24T14:14:04.691Z Downloaded tokio v1.49.0
10522026-02-24T14:14:04.727Z Downloaded publicsuffix v2.3.0
10532026-02-24T14:14:04.730Z Downloaded mio v1.0.2
10542026-02-24T14:14:04.733Z Downloaded tokio-native-tls v0.3.1
10552026-02-24T14:14:04.737Z Downloaded tls_codec_derive v0.4.1
10562026-02-24T14:14:04.737Z Downloaded tls_codec v0.4.1
10572026-02-24T14:14:04.742Z Downloaded tiny-keccak v2.0.2
10582026-02-24T14:14:04.742Z Downloaded time-macros v0.2.24
10592026-02-24T14:14:04.745Z Downloaded socket2 v0.6.1
10602026-02-24T14:14:04.745Z Downloaded socket2 v0.5.10
10612026-02-24T14:14:04.748Z Downloaded itertools v0.12.1
10622026-02-24T14:14:04.751Z Downloaded typify-macro v0.4.3
10632026-02-24T14:14:04.754Z Downloaded tokio-rustls v0.25.0
10642026-02-24T14:14:04.754Z Downloaded thread_local v1.1.8
10652026-02-24T14:14:04.757Z Downloaded spin v0.9.8
10662026-02-24T14:14:04.757Z Downloaded rsa v0.9.8
10672026-02-24T14:14:04.761Z Downloaded termios v0.3.3
10682026-02-24T14:14:04.764Z Downloaded subprocess v0.2.9
10692026-02-24T14:14:04.767Z Downloaded slog-stdlog v4.1.1
10702026-02-24T14:14:04.767Z Downloaded similar v2.7.0
10712026-02-24T14:14:04.771Z Downloaded num-bigint-dig v0.8.6
10722026-02-24T14:14:04.775Z Downloaded hyper v1.8.1
10732026-02-24T14:14:04.781Z Downloaded encoding_rs v0.8.34
10742026-02-24T14:14:04.799Z Downloaded strum_macros v0.26.4
10752026-02-24T14:14:04.802Z Downloaded strum_macros v0.24.3
10762026-02-24T14:14:04.805Z Downloaded string_cache v0.8.9
10772026-02-24T14:14:04.805Z Downloaded serde_with_macros v3.16.1
10782026-02-24T14:14:04.808Z Downloaded ron v0.7.1
10792026-02-24T14:14:04.811Z Downloaded rand v0.8.5
10802026-02-24T14:14:04.814Z Downloaded pretty_assertions v1.4.1
10812026-02-24T14:14:04.817Z Downloaded spki v0.7.3
10822026-02-24T14:14:04.817Z Downloaded rustls-pki-types v1.10.0
10832026-02-24T14:14:04.820Z Downloaded shell-words v1.1.0
10842026-02-24T14:14:04.820Z Downloaded supports-color v3.0.2
10852026-02-24T14:14:04.823Z Downloaded iddqd v0.3.16
10862026-02-24T14:14:04.826Z Downloaded serde-hex v0.1.0
10872026-02-24T14:14:04.829Z Downloaded strip-ansi-escapes v0.2.0
10882026-02-24T14:14:04.829Z Downloaded jiff-static v0.2.15
10892026-02-24T14:14:04.832Z Downloaded ring v0.17.14
10902026-02-24T14:14:04.869Z Downloaded hashbrown v0.13.2
10912026-02-24T14:14:04.872Z Downloaded rcgen v0.12.1
10922026-02-24T14:14:04.875Z Downloaded r2d2 v0.8.10
10932026-02-24T14:14:04.878Z Downloaded p256 v0.13.2
10942026-02-24T14:14:04.881Z Downloaded oso v0.27.3
10952026-02-24T14:14:04.881Z Downloaded signal-hook-tokio v0.3.1
10962026-02-24T14:14:04.884Z Downloaded signal-hook-mio v0.2.4
10972026-02-24T14:14:04.884Z Downloaded serde_bytes v0.11.19
10982026-02-24T14:14:04.884Z Downloaded serde-big-array v0.5.1
10992026-02-24T14:14:04.887Z Downloaded rustls-pemfile v1.0.4
11002026-02-24T14:14:04.887Z Downloaded prefix-trie v0.7.0
11012026-02-24T14:14:04.890Z Downloaded http v1.4.0
11022026-02-24T14:14:04.893Z Downloaded hickory-server v0.25.2
11032026-02-24T14:14:04.897Z Downloaded libgit2-sys v0.18.2+1.9.1
11042026-02-24T14:14:04.947Z Downloaded hickory-resolver v0.25.2
11052026-02-24T14:14:04.954Z Downloaded rand_core v0.9.3
11062026-02-24T14:14:04.958Z Downloaded semver v0.1.20
11072026-02-24T14:14:04.958Z Downloaded indicatif v0.18.0
11082026-02-24T14:14:04.958Z Downloaded indicatif v0.17.11
11092026-02-24T14:14:04.961Z Downloaded hyper-util v0.1.19
11102026-02-24T14:14:04.966Z Downloaded secrecy v0.8.0
11112026-02-24T14:14:04.970Z Downloaded psm v0.1.30
11122026-02-24T14:14:04.970Z Downloaded num-rational v0.4.2
11132026-02-24T14:14:04.973Z Downloaded recursive-proc-macro-impl v0.1.1
11142026-02-24T14:14:04.973Z Downloaded recursive v0.1.1
11152026-02-24T14:14:04.973Z Downloaded pin-project-lite v0.2.14
11162026-02-24T14:14:04.976Z Downloaded phf v0.11.2
11172026-02-24T14:14:04.976Z Downloaded rand_seeder v0.4.0
11182026-02-24T14:14:04.979Z Downloaded rand_core v0.6.4
11192026-02-24T14:14:04.979Z Downloaded rand_chacha v0.9.0
11202026-02-24T14:14:04.979Z Downloaded postgres-types v0.2.9
11212026-02-24T14:14:04.982Z Downloaded postcard v1.0.10
11222026-02-24T14:14:04.986Z Downloaded papergrid v0.14.0
11232026-02-24T14:14:04.988Z Downloaded darling_core v0.21.0
11242026-02-24T14:14:04.992Z Downloaded russh-cryptovec v0.7.3
11252026-02-24T14:14:04.995Z Downloaded pkcs1 v0.7.5
11262026-02-24T14:14:04.995Z Downloaded base64 v0.21.7
11272026-02-24T14:14:04.998Z Downloaded backtrace v0.3.74
11282026-02-24T14:14:05.002Z Downloaded parking_lot_core v0.8.6
11292026-02-24T14:14:05.005Z Downloaded multer v3.1.0
11302026-02-24T14:14:05.008Z Downloaded predicates v3.1.3
11312026-02-24T14:14:05.008Z Downloaded progenitor-macro v0.10.0
11322026-02-24T14:14:05.012Z Downloaded progenitor v0.8.0
11332026-02-24T14:14:05.012Z Downloaded packed_struct v0.10.1
11342026-02-24T14:14:05.012Z Downloaded oxnet v0.1.4
11352026-02-24T14:14:05.014Z Downloaded oxide-tokio-rt v0.1.2
11362026-02-24T14:14:05.014Z Downloaded ed25519-dalek v2.1.1
11372026-02-24T14:14:05.017Z Downloaded ppv-lite86 v0.2.20
11382026-02-24T14:14:05.017Z Downloaded postgres-protocol v0.6.8
11392026-02-24T14:14:05.021Z Downloaded parking_lot v0.12.3
11402026-02-24T14:14:05.023Z Downloaded omicron-zone-package v0.12.2
11412026-02-24T14:14:05.023Z Downloaded nu-ansi-term v0.50.1
11422026-02-24T14:14:05.027Z Downloaded fatfs v0.3.6
11432026-02-24T14:14:05.030Z Downloaded expectorate v1.2.0
11442026-02-24T14:14:05.030Z Downloaded crossterm v0.29.0
11452026-02-24T14:14:05.035Z Downloaded chacha20poly1305 v0.10.1
11462026-02-24T14:14:05.038Z Downloaded pem-rfc7468 v0.7.0
11472026-02-24T14:14:05.045Z Downloaded pem v3.0.5
11482026-02-24T14:14:05.045Z Downloaded peg-macros v0.8.5
11492026-02-24T14:14:05.045Z Downloaded paste v1.0.15
11502026-02-24T14:14:05.049Z Downloaded password-hash v0.5.0
11512026-02-24T14:14:05.049Z Downloaded crypto-bigint v0.5.5
11522026-02-24T14:14:05.052Z Downloaded progenitor-client v0.10.0
11532026-02-24T14:14:05.052Z Downloaded progenitor-client v0.8.0
11542026-02-24T14:14:05.055Z Downloaded predicates-tree v1.0.12
11552026-02-24T14:14:05.055Z Downloaded predicates-core v1.0.8
11562026-02-24T14:14:05.055Z Downloaded precomputed-hash v0.1.1
11572026-02-24T14:14:05.055Z Downloaded password-hash v0.4.2
11582026-02-24T14:14:05.058Z Downloaded heapless v0.7.17
11592026-02-24T14:14:05.061Z Downloaded parse-display-derive v0.10.0
11602026-02-24T14:14:05.061Z Downloaded newtype-uuid v1.3.2
11612026-02-24T14:14:05.062Z Downloaded openssl-macros v0.1.1
11622026-02-24T14:14:05.065Z Downloaded opaque-debug v0.3.1
11632026-02-24T14:14:05.065Z Downloaded crossbeam-epoch v0.9.18
11642026-02-24T14:14:05.068Z Downloaded diesel_derives v2.2.3
11652026-02-24T14:14:05.071Z Downloaded derive_more v2.0.1
11662026-02-24T14:14:05.078Z Downloaded num-iter v0.1.45
11672026-02-24T14:14:05.081Z Downloaded num_enum_derive v0.5.11
11682026-02-24T14:14:05.081Z Downloaded httparse v1.9.5
11692026-02-24T14:14:05.084Z Downloaded half v2.4.1
11702026-02-24T14:14:05.087Z Downloaded flume v0.11.1
11712026-02-24T14:14:05.091Z Downloaded flate2 v1.1.2
11722026-02-24T14:14:05.094Z Downloaded native-tls v0.2.12
11732026-02-24T14:14:05.097Z Downloaded nanorand v0.7.0
11742026-02-24T14:14:05.097Z Downloaded mime_guess v2.0.5
11752026-02-24T14:14:05.100Z Downloaded libsw v3.5.0
11762026-02-24T14:14:05.100Z Downloaded crc-any v2.5.0
11772026-02-24T14:14:05.103Z Downloaded const_format v0.2.34
11782026-02-24T14:14:05.106Z Downloaded arc-swap v1.7.1
11792026-02-24T14:14:05.110Z Downloaded number_prefix v0.4.0
11802026-02-24T14:14:05.110Z Downloaded newtype-uuid-macros v0.1.0
11812026-02-24T14:14:05.110Z Downloaded iana-time-zone v0.1.63
11822026-02-24T14:14:05.113Z Downloaded dropshot-api-manager v0.3.0
11832026-02-24T14:14:05.116Z Downloaded derive_builder v0.20.2
11842026-02-24T14:14:05.119Z Downloaded allocator-api2 v0.2.21
11852026-02-24T14:14:05.123Z Downloaded num-conv v0.1.0
11862026-02-24T14:14:05.123Z Downloaded nonempty v0.12.0
11872026-02-24T14:14:05.123Z Downloaded libz-rs-sys v0.5.1
11882026-02-24T14:14:05.126Z Downloaded libefi-sys v0.1.0
11892026-02-24T14:14:05.126Z Downloaded hyper-rustls v0.27.7
11902026-02-24T14:14:05.129Z Downloaded futures v0.3.31
11912026-02-24T14:14:05.132Z Downloaded diesel-dtrace v0.4.2
11922026-02-24T14:14:05.132Z Downloaded derive_more v0.99.20
11932026-02-24T14:14:05.136Z Downloaded newtype_derive v0.1.6
11942026-02-24T14:14:05.139Z Downloaded memoffset v0.9.1
11952026-02-24T14:14:05.139Z Downloaded md5 v0.7.0
11962026-02-24T14:14:05.142Z Downloaded md-5 v0.10.6
11972026-02-24T14:14:05.142Z Downloaded jobserver v0.1.32
11982026-02-24T14:14:05.142Z Downloaded ipnet v2.11.0
11992026-02-24T14:14:05.145Z Downloaded ingot-types v0.1.2
12002026-02-24T14:14:05.145Z Downloaded indoc v1.0.9
12012026-02-24T14:14:05.148Z Downloaded getrandom v0.2.15
12022026-02-24T14:14:05.151Z Downloaded derive_more-impl v2.0.1
12032026-02-24T14:14:05.155Z Downloaded hmac v0.12.1
12042026-02-24T14:14:05.158Z Downloaded new_debug_unreachable v1.0.6
12052026-02-24T14:14:05.158Z Downloaded half v1.8.3
12062026-02-24T14:14:05.161Z Downloaded dropshot_endpoint v0.16.7
12072026-02-24T14:14:05.163Z Downloaded crossbeam-utils v0.8.21
12082026-02-24T14:14:05.167Z Downloaded console v0.16.0
12092026-02-24T14:14:05.167Z Downloaded clang-sys v1.8.1
12102026-02-24T14:14:05.170Z Downloaded linked-hash-map v0.5.6
12112026-02-24T14:14:05.170Z Downloaded ipnetwork v0.21.1
12122026-02-24T14:14:05.173Z Downloaded ingot v0.1.1
12132026-02-24T14:14:05.173Z Downloaded indoc v2.0.6
12142026-02-24T14:14:05.176Z Downloaded lockfree-object-pool v0.1.6
12152026-02-24T14:14:05.179Z Downloaded lazycell v1.3.0
12162026-02-24T14:14:05.179Z Downloaded kstat-rs v0.2.4
12172026-02-24T14:14:05.179Z Downloaded colored v2.2.0
12182026-02-24T14:14:05.182Z Downloaded drift v0.1.3
12192026-02-24T14:14:05.185Z Downloaded group v0.13.0
12202026-02-24T14:14:05.188Z Downloaded diff v0.1.13
12212026-02-24T14:14:05.191Z Downloaded csv-core v0.1.11
12222026-02-24T14:14:05.191Z Downloaded critical-section v1.1.3
12232026-02-24T14:14:05.194Z Downloaded crc32fast v1.4.2
12242026-02-24T14:14:05.194Z Downloaded cookie_store v0.21.1
12252026-02-24T14:14:05.197Z Downloaded bitfield v0.19.2
12262026-02-24T14:14:05.197Z Downloaded lalrpop-util v0.19.12
12272026-02-24T14:14:05.200Z Downloaded cancel-safe-futures v0.1.5
12282026-02-24T14:14:05.200Z Downloaded internet-checksum v0.2.1
12292026-02-24T14:14:05.203Z Downloaded instant v0.1.13
12302026-02-24T14:14:05.203Z Downloaded inout v0.1.3
12312026-02-24T14:14:05.203Z Downloaded const-oid v0.9.6
12322026-02-24T14:14:05.206Z Downloaded bzip2 v0.5.2
12332026-02-24T14:14:05.206Z Downloaded highway v1.3.0
12342026-02-24T14:14:05.209Z Downloaded glob v0.3.2
12352026-02-24T14:14:05.212Z Downloaded httpdate v1.0.3
12362026-02-24T14:14:05.212Z Downloaded http-range v0.1.5
12372026-02-24T14:14:05.212Z Downloaded hostname v0.4.2
12382026-02-24T14:14:05.215Z Downloaded compact_str v0.8.0
12392026-02-24T14:14:05.218Z Downloaded colored v3.0.0
12402026-02-24T14:14:05.218Z Downloaded bzip2 v0.4.4
12412026-02-24T14:14:05.221Z Downloaded impl-trait-for-tuples v0.2.2
12422026-02-24T14:14:05.224Z Downloaded globset v0.4.15
12432026-02-24T14:14:05.224Z Downloaded crossbeam-deque v0.8.5
12442026-02-24T14:14:05.227Z Downloaded home v0.5.9
12452026-02-24T14:14:05.228Z Downloaded hubpack_derive v0.1.1
12462026-02-24T14:14:05.228Z Downloaded headers-core v0.3.0
12472026-02-24T14:14:05.228Z Downloaded fs-err v2.11.0
12482026-02-24T14:14:05.230Z Downloaded either v1.15.0
12492026-02-24T14:14:05.230Z Downloaded ascii-canvas v3.0.0
12502026-02-24T14:14:05.233Z Downloaded ecdsa v0.16.9
12512026-02-24T14:14:05.233Z Downloaded console v0.15.10
12522026-02-24T14:14:05.238Z Downloaded ciborium v0.2.2
12532026-02-24T14:14:05.238Z Downloaded foldhash v0.1.5
12542026-02-24T14:14:05.241Z Downloaded erased-serde v0.3.31
12552026-02-24T14:14:05.241Z Downloaded ena v0.14.3
12562026-02-24T14:14:05.247Z Downloaded buf-list v1.0.3
12572026-02-24T14:14:05.250Z Downloaded backoff v0.4.0
12582026-02-24T14:14:05.250Z Downloaded arrayvec v0.7.6
12592026-02-24T14:14:05.250Z Downloaded bit-vec v0.6.3
12602026-02-24T14:14:05.250Z Downloaded convert_case v0.7.1
12612026-02-24T14:14:05.253Z Downloaded chacha20 v0.9.1
12622026-02-24T14:14:05.254Z Downloaded cbc v0.1.2
12632026-02-24T14:14:05.257Z Downloaded camino-tempfile-ext v0.3.2
12642026-02-24T14:14:05.257Z Downloaded base64ct v1.6.0
12652026-02-24T14:14:05.257Z Downloaded futures-executor v0.3.31
12662026-02-24T14:14:05.261Z Downloaded float-ord v0.3.2
12672026-02-24T14:14:05.261Z Downloaded fixedbitset v0.5.7
12682026-02-24T14:14:05.264Z Downloaded filetime v0.2.26
12692026-02-24T14:14:05.264Z Downloaded document-features v0.2.11
12702026-02-24T14:14:05.264Z Downloaded darling v0.20.10
12712026-02-24T14:14:05.270Z Downloaded daft v0.1.4
12722026-02-24T14:14:05.270Z Downloaded cargo_metadata v0.19.2
12732026-02-24T14:14:05.273Z Downloaded cargo-platform v0.1.8
12742026-02-24T14:14:05.273Z Downloaded bitflags v1.3.2
12752026-02-24T14:14:05.313Z Downloaded futures-task v0.3.31
12762026-02-24T14:14:05.313Z Downloaded futures-sink v0.3.31
12772026-02-24T14:14:05.318Z Downloaded futures-macro v0.3.31
12782026-02-24T14:14:05.318Z Downloaded bcrypt-pbkdf v0.10.0
12792026-02-24T14:14:05.318Z Downloaded async-bb8-diesel v0.2.1
12802026-02-24T14:14:05.318Z Downloaded flagset v0.4.6
12812026-02-24T14:14:05.318Z Downloaded find-msvc-tools v0.1.9
12822026-02-24T14:14:05.318Z Downloaded embedded-io v0.6.1
12832026-02-24T14:14:05.318Z Downloaded ed25519 v2.2.3
12842026-02-24T14:14:05.318Z Downloaded dropshot-api-manager-types v0.3.0
12852026-02-24T14:14:05.318Z Downloaded derive_builder_core v0.20.2
12862026-02-24T14:14:05.318Z Downloaded diesel_table_macro_syntax v0.2.0
12872026-02-24T14:14:05.318Z Downloaded bitfield-macros v0.19.2
12882026-02-24T14:14:05.318Z Downloaded fixedbitset v0.4.2
12892026-02-24T14:14:05.318Z Downloaded dsl_auto_type v0.1.2
12902026-02-24T14:14:05.318Z Downloaded curve25519-dalek-derive v0.1.1
12912026-02-24T14:14:05.318Z Downloaded cipher v0.4.4
12922026-02-24T14:14:05.318Z Downloaded foreign-types-shared v0.3.1
12932026-02-24T14:14:05.318Z Downloaded dunce v1.0.5
12942026-02-24T14:14:05.318Z Downloaded corncobs v0.1.4
12952026-02-24T14:14:05.318Z Downloaded const_format_proc_macros v0.2.34
12962026-02-24T14:14:05.318Z Downloaded cexpr v0.6.0
12972026-02-24T14:14:05.318Z Downloaded cmake v0.1.51
12982026-02-24T14:14:05.318Z Downloaded argon2 v0.5.3
12992026-02-24T14:14:05.319Z Downloaded display-error-chain v0.2.2
13002026-02-24T14:14:05.319Z Downloaded ctr v0.9.2
13012026-02-24T14:14:05.319Z Downloaded crc v3.2.1
13022026-02-24T14:14:05.319Z Downloaded cookie v0.18.1
13032026-02-24T14:14:05.319Z Downloaded blake2 v0.10.6
13042026-02-24T14:14:05.319Z Downloaded float-cmp v0.10.0
13052026-02-24T14:14:05.319Z Downloaded enum-as-inner v0.6.1
13062026-02-24T14:14:05.319Z Downloaded difflib v0.4.0
13072026-02-24T14:14:05.319Z Downloaded derive_builder_macro v0.20.2
13082026-02-24T14:14:05.319Z Downloaded cstr-argument v0.1.2
13092026-02-24T14:14:05.319Z Downloaded bit-set v0.5.3
13102026-02-24T14:14:05.322Z Downloaded foreign-types v0.5.0
13112026-02-24T14:14:05.323Z Downloaded embedded-io v0.4.0
13122026-02-24T14:14:05.323Z Downloaded der v0.7.10
13132026-02-24T14:14:05.326Z Downloaded darling_core v0.20.10
13142026-02-24T14:14:05.329Z Downloaded constant_time_eq v0.3.1
13152026-02-24T14:14:05.332Z Downloaded bit-set v0.8.0
13162026-02-24T14:14:05.332Z Downloaded block-padding v0.3.3
13172026-02-24T14:14:05.336Z Downloaded env_filter v0.1.2
13182026-02-24T14:14:05.336Z Downloaded derive-where v1.5.0
13192026-02-24T14:14:05.339Z Downloaded crc8 v0.1.1
13202026-02-24T14:14:05.339Z Downloaded assert_matches v1.5.0
13212026-02-24T14:14:05.339Z Downloaded array-init v0.0.4
13222026-02-24T14:14:05.342Z Downloaded darling_macro v0.21.0
13232026-02-24T14:14:05.342Z Downloaded darling v0.21.0
13242026-02-24T14:14:05.346Z Downloaded der_derive v0.7.3
13252026-02-24T14:14:05.346Z Downloaded crc-catalog v2.4.0
13262026-02-24T14:14:05.349Z Downloaded cfg_aliases v0.1.1
13272026-02-24T14:14:05.349Z Downloaded bb8 v0.8.5
13282026-02-24T14:14:05.349Z Downloaded base16ct v0.2.0
13292026-02-24T14:14:05.349Z Downloaded async-stream v0.3.6
13302026-02-24T14:14:05.352Z Downloaded arrayref v0.3.9
13312026-02-24T14:14:05.352Z Downloaded defmt-parser v0.3.4
13322026-02-24T14:14:05.355Z Downloaded ciborium-ll v0.2.2
13332026-02-24T14:14:05.355Z Downloaded ciborium-io v0.2.2
13342026-02-24T14:14:05.355Z Downloaded castaway v0.2.3
13352026-02-24T14:14:05.355Z Downloaded cassowary v0.3.0
13362026-02-24T14:14:05.359Z Downloaded bitfield-struct v0.6.2
13372026-02-24T14:14:05.359Z Downloaded derive-ex v0.1.8
13382026-02-24T14:14:05.359Z Downloaded defmt-macros v0.3.9
13392026-02-24T14:14:05.363Z Downloaded data-encoding v2.9.0
13402026-02-24T14:14:05.363Z Downloaded crunchy v0.2.2
13412026-02-24T14:14:05.366Z Downloaded crucible-workspace-hack v0.1.0
13422026-02-24T14:14:05.366Z Downloaded cobs v0.2.3
13432026-02-24T14:14:05.366Z Downloaded daft-derive v0.1.4
13442026-02-24T14:14:05.371Z Downloaded convert_case v0.4.0
13452026-02-24T14:14:05.371Z Downloaded atomic-waker v1.1.2
13462026-02-24T14:14:05.371Z Downloaded aead v0.5.2
13472026-02-24T14:14:05.562Z Downloaded aws-lc-sys v0.26.0
13482026-02-24T14:14:05.881Z Compiling value-bag v1.12.0
13492026-02-24T14:14:05.881Z Compiling lock_api v0.4.12
13502026-02-24T14:14:05.881Z Compiling scopeguard v1.2.0
13512026-02-24T14:14:05.884Z Compiling shlex v1.3.0
13522026-02-24T14:14:05.884Z Compiling find-msvc-tools v0.1.9
13532026-02-24T14:14:05.884Z Compiling syn v2.0.114
13542026-02-24T14:14:05.884Z Compiling getrandom v0.2.15
13552026-02-24T14:14:05.884Z Compiling jobserver v0.1.32
13562026-02-24T14:14:06.233Z Compiling smallvec v1.15.1
13572026-02-24T14:14:06.490Z Compiling typenum v1.17.0
13582026-02-24T14:14:06.545Z Compiling rand_core v0.6.4
13592026-02-24T14:14:06.633Z Compiling log v0.4.29
13602026-02-24T14:14:06.725Z Compiling cc v1.2.56
13612026-02-24T14:14:06.747Z Compiling generic-array v0.14.7
13622026-02-24T14:14:07.012Z Compiling subtle v2.6.1
13632026-02-24T14:14:07.106Z Compiling portable-atomic v1.11.0
13642026-02-24T14:14:07.149Z Compiling critical-section v1.1.3
13652026-02-24T14:14:07.199Z Compiling const-oid v0.9.6
13662026-02-24T14:14:07.319Z Compiling getrandom v0.3.4
13672026-02-24T14:14:07.402Z Compiling pkg-config v0.3.31
13682026-02-24T14:14:07.422Z Compiling serde_json v1.0.149
13692026-02-24T14:14:07.821Z Compiling spin v0.9.8
13702026-02-24T14:14:08.240Z Compiling pin-project-lite v0.2.14
13712026-02-24T14:14:08.413Z Compiling parking_lot_core v0.9.10
13722026-02-24T14:14:08.757Z Compiling regex-syntax v0.8.5
13732026-02-24T14:14:08.929Z Compiling rustix v0.38.37
13742026-02-24T14:14:09.223Z Compiling libm v0.2.8
13752026-02-24T14:14:09.500Z Compiling once_cell v1.21.3
13762026-02-24T14:14:09.673Z Compiling signal-hook-registry v1.4.2
13772026-02-24T14:14:09.780Z Compiling num-traits v0.2.19
13782026-02-24T14:14:09.844Z Compiling allocator-api2 v0.2.21
13792026-02-24T14:14:10.377Z Compiling parking_lot v0.12.3
13802026-02-24T14:14:10.399Z Compiling mio v1.0.2
13812026-02-24T14:14:10.507Z Compiling futures-core v0.3.31
13822026-02-24T14:14:10.530Z Compiling lazy_static v1.5.0
13832026-02-24T14:14:10.663Z Compiling aho-corasick v1.1.3
13842026-02-24T14:14:10.747Z Compiling percent-encoding v2.3.2
13852026-02-24T14:14:11.193Z Compiling socket2 v0.6.1
13862026-02-24T14:14:11.230Z Compiling slab v0.4.9
13872026-02-24T14:14:11.409Z Compiling cpufeatures v0.2.14
13882026-02-24T14:14:11.538Z Compiling either v1.15.0
13892026-02-24T14:14:11.644Z Compiling glob v0.3.2
13902026-02-24T14:14:11.745Z Compiling futures-sink v0.3.31
13912026-02-24T14:14:11.927Z Compiling futures-channel v0.3.31
13922026-02-24T14:14:12.078Z Compiling hashbrown v0.16.1
13932026-02-24T14:14:12.283Z Compiling pin-utils v0.1.0
13942026-02-24T14:14:12.346Z Compiling rustversion v1.0.22
13952026-02-24T14:14:12.399Z Compiling prettyplease v0.2.36
13962026-02-24T14:14:12.507Z Compiling clang-sys v1.8.1
13972026-02-24T14:14:12.772Z Compiling regex-automata v0.4.11
13982026-02-24T14:14:12.807Z Compiling futures-task v0.3.31
13992026-02-24T14:14:13.062Z Compiling futures-io v0.3.31
14002026-02-24T14:14:13.253Z Compiling minimal-lexical v0.2.1
14012026-02-24T14:14:13.277Z Compiling indexmap v2.13.0
14022026-02-24T14:14:13.325Z Compiling libloading v0.8.5
14032026-02-24T14:14:13.718Z Compiling synstructure v0.13.1
14042026-02-24T14:14:13.753Z Compiling nom v7.1.3
14052026-02-24T14:14:14.519Z Compiling home v0.5.9
14062026-02-24T14:14:14.542Z Compiling bindgen v0.69.5
14072026-02-24T14:14:14.748Z Compiling ident_case v1.0.1
14082026-02-24T14:14:14.768Z Compiling base64ct v1.6.0
14092026-02-24T14:14:15.109Z Compiling itertools v0.12.1
14102026-02-24T14:14:15.354Z Compiling pem-rfc7468 v0.7.0
14112026-02-24T14:14:15.551Z Compiling form_urlencoded v1.2.2
14122026-02-24T14:14:15.883Z Compiling flagset v0.4.6
14132026-02-24T14:14:16.004Z Compiling lazycell v1.3.0
14142026-02-24T14:14:16.146Z Compiling rustc-hash v1.1.0
14152026-02-24T14:14:16.206Z Compiling rand_core v0.9.3
14162026-02-24T14:14:16.329Z Compiling cmake v0.1.51
14172026-02-24T14:14:16.799Z Compiling iana-time-zone v0.1.63
14182026-02-24T14:14:17.149Z Compiling cexpr v0.6.0
14192026-02-24T14:14:17.181Z Compiling foldhash v0.1.5
14202026-02-24T14:14:17.200Z Compiling paste v1.0.15
14212026-02-24T14:14:17.497Z Compiling fs_extra v1.3.0
14222026-02-24T14:14:17.747Z Compiling dunce v1.0.5
14232026-02-24T14:14:17.926Z Compiling hashbrown v0.15.4
14242026-02-24T14:14:17.978Z Compiling rustc_version v0.4.1
14252026-02-24T14:14:18.035Z Compiling uuid v1.19.0
14262026-02-24T14:14:18.059Z Compiling vcpkg v0.2.15
14272026-02-24T14:14:18.252Z Compiling serde_derive v1.0.228
14282026-02-24T14:14:18.648Z Compiling zeroize_derive v1.4.2
14292026-02-24T14:14:18.670Z Compiling zerofrom-derive v0.1.4
14302026-02-24T14:14:19.191Z Compiling yoke-derive v0.7.4
14312026-02-24T14:14:19.571Z Compiling zerovec-derive v0.10.3
14322026-02-24T14:14:19.750Z Compiling displaydoc v0.2.5
14332026-02-24T14:14:20.050Z Compiling zeroize v1.8.1
14342026-02-24T14:14:21.358Z Compiling zerocopy-derive v0.7.35
14352026-02-24T14:14:21.878Z Compiling crypto-common v0.1.6
14362026-02-24T14:14:21.902Z Compiling block-buffer v0.10.4
14372026-02-24T14:14:22.036Z Compiling zerofrom v0.1.4
14382026-02-24T14:14:22.061Z Compiling icu_provider_macros v1.5.0
14392026-02-24T14:14:22.126Z Compiling tokio-macros v2.6.0
14402026-02-24T14:14:22.195Z Compiling digest v0.10.7
14412026-02-24T14:14:22.282Z Compiling yoke v0.7.4
14422026-02-24T14:14:22.663Z Compiling zerovec v0.10.4
14432026-02-24T14:14:22.714Z Compiling hmac v0.12.1
14442026-02-24T14:14:22.983Z Compiling thiserror-impl v2.0.18
14452026-02-24T14:14:23.006Z Compiling block-padding v0.3.3
14462026-02-24T14:14:23.101Z Compiling futures-macro v0.3.31
14472026-02-24T14:14:23.289Z Compiling inout v0.1.3
14482026-02-24T14:14:23.318Z Compiling zerocopy v0.7.35
14492026-02-24T14:14:23.602Z Compiling regex v1.11.3
14502026-02-24T14:14:23.656Z Compiling cipher v0.4.4
14512026-02-24T14:14:24.205Z Compiling sha2 v0.10.9
14522026-02-24T14:14:24.598Z Compiling tinystr v0.7.6
14532026-02-24T14:14:24.709Z Compiling icu_collections v1.5.0
14542026-02-24T14:14:24.730Z Compiling ppv-lite86 v0.2.20
14552026-02-24T14:14:24.938Z Compiling icu_locid v1.5.0
14562026-02-24T14:14:24.972Z Compiling futures-util v0.3.31
14572026-02-24T14:14:25.175Z Compiling der_derive v0.7.3
14582026-02-24T14:14:25.506Z Compiling serde v1.0.228
14592026-02-24T14:14:25.527Z Compiling salsa20 v0.10.2
14602026-02-24T14:14:25.776Z Compiling pbkdf2 v0.12.2
14612026-02-24T14:14:25.908Z Compiling zerocopy v0.8.27
14622026-02-24T14:14:25.967Z Compiling scrypt v0.11.0
14632026-02-24T14:14:26.156Z Compiling icu_provider v1.5.0
14642026-02-24T14:14:26.525Z Compiling thiserror v2.0.18
14652026-02-24T14:14:26.703Z Compiling bitflags v2.9.4
14662026-02-24T14:14:26.765Z Compiling bytes v1.11.1
14672026-02-24T14:14:26.811Z Compiling pest v2.8.2
14682026-02-24T14:14:26.899Z Compiling icu_locid_transform v1.5.0
14692026-02-24T14:14:27.163Z Compiling chrono v0.4.43
14702026-02-24T14:14:27.429Z Compiling der v0.7.10
14712026-02-24T14:14:27.832Z Compiling tokio v1.49.0
14722026-02-24T14:14:28.170Z Compiling icu_properties v1.5.1
14732026-02-24T14:14:29.171Z Compiling http v1.4.0
14742026-02-24T14:14:29.861Z Compiling spki v0.7.3
14752026-02-24T14:14:30.260Z Compiling pest_meta v2.8.2
14762026-02-24T14:14:30.399Z Compiling rand_chacha v0.9.0
14772026-02-24T14:14:30.426Z Compiling cbc v0.1.2
14782026-02-24T14:14:30.485Z Compiling aes v0.8.4
14792026-02-24T14:14:30.692Z Compiling openssl-sys v0.9.109
14802026-02-24T14:14:31.358Z Compiling which v4.4.2
14812026-02-24T14:14:31.824Z Compiling zerocopy-derive v0.8.27
14822026-02-24T14:14:31.929Z Compiling icu_normalizer v1.5.0
14832026-02-24T14:14:32.849Z Compiling idna_adapter v1.2.0
14842026-02-24T14:14:33.103Z Compiling idna v1.0.3
14852026-02-24T14:14:33.185Z Compiling pest_generator v2.8.2
14862026-02-24T14:14:33.424Z Compiling pkcs5 v0.7.1
14872026-02-24T14:14:33.653Z Compiling rand v0.9.2
14882026-02-24T14:14:34.517Z Compiling url v2.5.4
14892026-02-24T14:14:34.598Z Compiling tracing-attributes v0.1.27
14902026-02-24T14:14:34.685Z Compiling serde_derive_internals v0.29.1
14912026-02-24T14:14:34.929Z Compiling ring v0.17.14
14922026-02-24T14:14:35.431Z Compiling tracing-core v0.1.32
14932026-02-24T14:14:36.073Z Compiling schemars v0.8.22
14942026-02-24T14:14:36.240Z Compiling rustix v1.1.3
14952026-02-24T14:14:36.454Z Compiling adler2 v2.0.0
14962026-02-24T14:14:36.695Z Compiling aws-lc-rs v1.12.4
14972026-02-24T14:14:36.717Z Compiling miniz_oxide v0.8.5
14982026-02-24T14:14:36.921Z Compiling tokio-util v0.7.15
14992026-02-24T14:14:37.146Z Compiling schemars_derive v0.8.22
15002026-02-24T14:14:37.700Z Compiling tracing v0.1.40
15012026-02-24T14:14:38.058Z Compiling pest_derive v2.8.2
15022026-02-24T14:14:38.227Z Compiling pkcs8 v0.10.2
15032026-02-24T14:14:38.674Z Compiling http-body v1.0.1
15042026-02-24T14:14:38.832Z Compiling scroll_derive v0.13.1
15052026-02-24T14:14:38.855Z Compiling darling_core v0.20.10
15062026-02-24T14:14:38.950Z Compiling dyn-clone v1.0.20
15072026-02-24T14:14:39.160Z Compiling httparse v1.9.5
15082026-02-24T14:14:39.196Z Compiling tinyvec_macros v0.1.1
15092026-02-24T14:14:39.306Z Compiling rustls-pki-types v1.10.0
15102026-02-24T14:14:39.803Z Compiling base64 v0.22.1
15112026-02-24T14:14:40.382Z Compiling tinyvec v1.8.0
15122026-02-24T14:14:40.662Z Compiling scroll v0.13.0
15132026-02-24T14:14:41.265Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15142026-02-24T14:14:41.942Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-02-24T14:14:41.964Z Compiling powerfmt v0.2.0
15162026-02-24T14:14:42.042Z Compiling untrusted v0.9.0
15172026-02-24T14:14:42.260Z Compiling openssl v0.10.73
15182026-02-24T14:14:42.327Z Compiling time-core v0.1.6
15192026-02-24T14:14:42.465Z Compiling tower-service v0.3.3
15202026-02-24T14:14:42.610Z Compiling foreign-types-shared v0.1.1
15212026-02-24T14:14:42.632Z Compiling atomic-waker v1.1.2
15222026-02-24T14:14:42.665Z Compiling num-conv v0.1.0
15232026-02-24T14:14:42.703Z Compiling tower-layer v0.3.3
15242026-02-24T14:14:42.753Z Compiling openssl-probe v0.1.5
15252026-02-24T14:14:42.838Z Compiling try-lock v0.2.5
15262026-02-24T14:14:42.975Z Compiling untrusted v0.7.1
15272026-02-24T14:14:43.017Z Compiling want v0.3.1
15282026-02-24T14:14:43.039Z Compiling time-macros v0.2.24
15292026-02-24T14:14:43.076Z Compiling h2 v0.4.6
15302026-02-24T14:14:43.185Z Compiling foreign-types v0.3.2
15312026-02-24T14:14:43.254Z Compiling tempfile v3.24.0
15322026-02-24T14:14:43.329Z Compiling deranged v0.5.3
15332026-02-24T14:14:44.401Z Compiling darling_macro v0.20.10
15342026-02-24T14:14:44.711Z Compiling goblin v0.10.2
15352026-02-24T14:14:45.278Z Compiling darling v0.20.10
15362026-02-24T14:14:45.840Z Compiling ipnet v2.11.0
15372026-02-24T14:14:46.119Z Compiling openssl-macros v0.1.1
15382026-02-24T14:14:46.913Z Compiling wait-timeout v0.2.0
15392026-02-24T14:14:46.995Z Compiling bit-vec v0.8.0
15402026-02-24T14:14:47.070Z Compiling httpdate v1.0.3
15412026-02-24T14:14:47.451Z Compiling syn v1.0.109
15422026-02-24T14:14:47.472Z Compiling num_threads v0.1.7
15432026-02-24T14:14:47.502Z Compiling usdt-impl v0.6.0
15442026-02-24T14:14:47.524Z Compiling rustls v0.23.19
15452026-02-24T14:14:47.604Z Compiling gimli v0.31.1
15462026-02-24T14:14:47.830Z Compiling quick-error v1.2.3
15472026-02-24T14:14:47.883Z Compiling native-tls v0.2.12
15482026-02-24T14:14:47.998Z Compiling crossbeam-utils v0.8.21
15492026-02-24T14:14:48.112Z Compiling rusty-fork v0.3.0
15502026-02-24T14:14:48.310Z Compiling time v0.3.43
15512026-02-24T14:14:48.600Z Compiling bit-set v0.8.0
15522026-02-24T14:14:48.894Z Compiling derive_builder_core v0.20.2
15532026-02-24T14:14:51.110Z Compiling hyper v1.8.1
15542026-02-24T14:14:52.080Z Compiling dof v0.4.0
15552026-02-24T14:14:52.307Z Compiling addr2line v0.24.2
15562026-02-24T14:14:52.963Z Compiling unicode-normalization v0.1.24
15572026-02-24T14:14:52.997Z Compiling dtrace-parser v0.3.0
15582026-02-24T14:14:53.998Z Compiling signature v2.2.0
15592026-02-24T14:14:54.208Z Compiling heapless v0.7.17
15602026-02-24T14:14:54.320Z Compiling thiserror-impl v1.0.69
15612026-02-24T14:14:54.670Z Compiling scroll_derive v0.12.0
15622026-02-24T14:14:54.693Z Compiling rand_xorshift v0.4.0
15632026-02-24T14:14:54.836Z Compiling darling_core v0.21.0
15642026-02-24T14:14:54.984Z Compiling slog v2.8.2
15652026-02-24T14:14:55.332Z Compiling thread-id v5.0.0
15662026-02-24T14:14:55.466Z Compiling cookie v0.18.1
15672026-02-24T14:14:55.773Z Compiling object v0.36.5
15682026-02-24T14:14:55.817Z Compiling crc32fast v1.4.2
15692026-02-24T14:14:55.984Z Compiling siphasher v0.3.11
15702026-02-24T14:14:56.054Z Compiling anyhow v1.0.99
15712026-02-24T14:14:56.176Z Compiling unicode-properties v0.1.3
15722026-02-24T14:14:56.404Z Compiling unicode-bidi v0.3.17
15732026-02-24T14:14:56.591Z Compiling signal-hook v0.3.18
15742026-02-24T14:14:56.658Z Compiling rustc-demangle v0.1.24
15752026-02-24T14:14:56.907Z Compiling zstd-safe v7.2.3
15762026-02-24T14:14:57.232Z Compiling zlib-rs v0.5.1
15772026-02-24T14:14:57.273Z Compiling unarray v0.1.4
15782026-02-24T14:14:57.451Z Compiling proptest v1.7.0
15792026-02-24T14:14:57.486Z Compiling thiserror v1.0.69
15802026-02-24T14:14:57.598Z Compiling stringprep v0.1.5
15812026-02-24T14:14:58.111Z Compiling phf_shared v0.11.2
15822026-02-24T14:14:58.157Z Compiling scroll v0.12.0
15832026-02-24T14:14:58.722Z Compiling hyper-util v0.1.19
15842026-02-24T14:14:59.325Z Compiling derive_builder_macro v0.20.2
15852026-02-24T14:15:00.864Z Compiling darling_macro v0.21.0
15862026-02-24T14:15:00.970Z Compiling ipnetwork v0.21.1
15872026-02-24T14:15:01.827Z Compiling serde_tokenstream v0.2.2
15882026-02-24T14:15:01.850Z Compiling toml_datetime v0.6.11
15892026-02-24T14:15:02.373Z Compiling backtrace v0.3.74
15902026-02-24T14:15:02.429Z Compiling erased-serde v0.3.31
15912026-02-24T14:15:02.721Z Compiling serde_spanned v0.6.9
15922026-02-24T14:15:02.744Z Compiling rand_chacha v0.3.1
15932026-02-24T14:15:02.987Z Compiling md-5 v0.10.6
15942026-02-24T14:15:03.264Z Compiling curve25519-dalek v4.1.3
15952026-02-24T14:15:03.736Z Compiling libz-rs-sys v0.5.1
15962026-02-24T14:15:03.957Z Compiling vergen-lib v0.1.6
15972026-02-24T14:15:04.043Z Compiling num-integer v0.1.46
15982026-02-24T14:15:04.291Z Compiling sync_wrapper v1.0.1
15992026-02-24T14:15:04.312Z Compiling ff v0.13.0
16002026-02-24T14:15:04.473Z Compiling hash32 v0.2.1
16012026-02-24T14:15:04.544Z Compiling memoffset v0.9.1
16022026-02-24T14:15:04.628Z Compiling litrs v0.4.1
16032026-02-24T14:15:04.722Z Compiling psl-types v2.0.11
16042026-02-24T14:15:04.841Z Compiling smoltcp v0.9.1
16052026-02-24T14:15:04.900Z Compiling fallible-iterator v0.2.0
16062026-02-24T14:15:04.932Z Compiling base16ct v0.2.0
16072026-02-24T14:15:05.153Z Compiling ref-cast v1.0.25
16082026-02-24T14:15:05.277Z Compiling num-bigint-dig v0.8.6
16092026-02-24T14:15:05.519Z Compiling cfg_aliases v0.2.1
16102026-02-24T14:15:05.586Z Compiling postgres-protocol v0.6.8
16112026-02-24T14:15:05.640Z Compiling nix v0.29.0
16122026-02-24T14:15:05.696Z Compiling document-features v0.2.11
16132026-02-24T14:15:05.726Z Compiling sec1 v0.7.3
16142026-02-24T14:15:06.002Z Compiling publicsuffix v2.3.0
16152026-02-24T14:15:06.339Z Compiling num-iter v0.1.45
16162026-02-24T14:15:06.532Z Compiling group v0.13.0
16172026-02-24T14:15:06.554Z Compiling tower v0.5.2
16182026-02-24T14:15:06.910Z Compiling flate2 v1.1.2
16192026-02-24T14:15:07.002Z Compiling newtype-uuid v1.3.2
16202026-02-24T14:15:07.590Z Compiling rand v0.8.5
16212026-02-24T14:15:07.695Z Compiling darling v0.21.0
16222026-02-24T14:15:07.760Z Compiling oxnet v0.1.4
16232026-02-24T14:15:07.795Z Compiling derive_builder v0.20.2
16242026-02-24T14:15:07.832Z Compiling tokio-native-tls v0.3.1
16252026-02-24T14:15:07.994Z Compiling goblin v0.8.2
16262026-02-24T14:15:08.573Z Compiling rustls-native-certs v0.8.1
16272026-02-24T14:15:09.126Z Compiling webpki-roots v1.0.1
16282026-02-24T14:15:09.285Z Compiling http-body-util v0.1.3
16292026-02-24T14:15:09.357Z Compiling strum_macros v0.27.2
16302026-02-24T14:15:09.389Z Compiling terminal_size v0.4.0
16312026-02-24T14:15:09.550Z Compiling cargo-platform v0.1.8
16322026-02-24T14:15:09.637Z Compiling hkdf v0.12.4
16332026-02-24T14:15:09.767Z Compiling crypto-bigint v0.5.5
16342026-02-24T14:15:09.932Z Compiling async-trait v0.1.89
16352026-02-24T14:15:10.051Z Compiling curve25519-dalek-derive v0.1.1
16362026-02-24T14:15:11.516Z Compiling ref-cast-impl v1.0.25
16372026-02-24T14:15:12.107Z Compiling hubpack_derive v0.1.1
16382026-02-24T14:15:12.461Z Compiling daft-derive v0.1.4
16392026-02-24T14:15:12.651Z Compiling vergen v9.0.6
16402026-02-24T14:15:12.964Z Compiling ahash v0.8.12
16412026-02-24T14:15:13.013Z Compiling fs-err v3.1.1
16422026-02-24T14:15:13.317Z Compiling winnow v0.5.40
16432026-02-24T14:15:13.336Z Compiling bumpalo v3.16.0
16442026-02-24T14:15:13.809Z Compiling unicode-segmentation v1.12.0
16452026-02-24T14:15:14.012Z Compiling lockfree-object-pool v0.1.6
16462026-02-24T14:15:14.290Z Compiling bitflags v1.3.2
16472026-02-24T14:15:14.372Z Compiling simd-adler32 v0.3.7
16482026-02-24T14:15:14.424Z Compiling buf-list v1.0.3
16492026-02-24T14:15:14.721Z Compiling ryu v1.0.18
16502026-02-24T14:15:14.929Z Compiling iri-string v0.7.8
16512026-02-24T14:15:15.070Z Compiling managed v0.8.0
16522026-02-24T14:15:15.167Z Compiling serde_urlencoded v0.7.1
16532026-02-24T14:15:15.673Z Compiling zopfli v0.8.1
16542026-02-24T14:15:15.714Z Compiling strum v0.27.2
16552026-02-24T14:15:15.926Z Compiling clap_builder v4.5.48
16562026-02-24T14:15:16.845Z Compiling toml_edit v0.19.15
16572026-02-24T14:15:17.033Z Compiling daft v0.1.4
16582026-02-24T14:15:17.299Z Compiling dof v0.3.0
16592026-02-24T14:15:17.701Z Compiling hubpack v0.1.2
16602026-02-24T14:15:17.728Z Compiling elliptic-curve v0.13.8
16612026-02-24T14:15:18.139Z Compiling tower-http v0.6.6
16622026-02-24T14:15:18.833Z Compiling cargo_metadata v0.19.2
16632026-02-24T14:15:19.029Z Compiling hyper-tls v0.6.0
16642026-02-24T14:15:19.453Z Compiling signal-hook-mio v0.2.4
16652026-02-24T14:15:19.654Z Compiling cookie_store v0.21.1
16662026-02-24T14:15:21.193Z Compiling zstd v0.13.3
16672026-02-24T14:15:22.259Z Compiling serde_with_macros v3.16.1
16682026-02-24T14:15:22.564Z Compiling postgres-types v0.2.9
16692026-02-24T14:15:23.733Z Compiling usdt-macro v0.6.0
16702026-02-24T14:15:23.758Z Compiling usdt-attr-macro v0.6.0
16712026-02-24T14:15:23.859Z Compiling phf v0.11.2
16722026-02-24T14:15:23.883Z Compiling dtrace-parser v0.2.0
16732026-02-24T14:15:24.174Z Compiling ed25519 v2.2.3
16742026-02-24T14:15:24.814Z Compiling bzip2 v0.5.2
16752026-02-24T14:15:25.213Z Compiling bzip2 v0.4.4
16762026-02-24T14:15:25.256Z Compiling pkcs1 v0.7.5
16772026-02-24T14:15:25.348Z Compiling enum-as-inner v0.6.1
16782026-02-24T14:15:25.628Z Compiling clap_derive v4.5.47
16792026-02-24T14:15:25.795Z Compiling strum_macros v0.26.4
16802026-02-24T14:15:26.224Z Compiling serde-big-array v0.5.1
16812026-02-24T14:15:26.258Z Compiling hex v0.4.3
16822026-02-24T14:15:26.406Z Compiling rfc6979 v0.4.0
16832026-02-24T14:15:26.473Z Compiling serde_repr v0.1.19
16842026-02-24T14:15:26.610Z Compiling bstr v1.10.0
16852026-02-24T14:15:26.662Z Compiling float-cmp v0.10.0
16862026-02-24T14:15:26.862Z Compiling env_filter v0.1.2
16872026-02-24T14:15:26.923Z Compiling memmap2 v0.9.8
16882026-02-24T14:15:27.346Z Compiling socket2 v0.5.10
16892026-02-24T14:15:27.523Z Compiling encoding_rs v0.8.34
16902026-02-24T14:15:27.559Z Compiling new_debug_unreachable v1.0.6
16912026-02-24T14:15:27.677Z Compiling rustc-hash v2.1.1
16922026-02-24T14:15:27.890Z Compiling difflib v0.4.0
16932026-02-24T14:15:28.067Z Compiling fixedbitset v0.4.2
16942026-02-24T14:15:28.248Z Compiling normalize-line-endings v0.3.0
16952026-02-24T14:15:28.407Z Compiling fixedbitset v0.5.7
16962026-02-24T14:15:28.508Z Compiling mime v0.3.17
16972026-02-24T14:15:29.032Z Compiling static_assertions v1.1.0
16982026-02-24T14:15:29.054Z Compiling data-encoding v2.9.0
16992026-02-24T14:15:29.152Z Compiling predicates-core v1.0.8
17002026-02-24T14:15:29.174Z Compiling whoami v1.5.2
17012026-02-24T14:15:29.476Z Compiling jiff v0.2.15
17022026-02-24T14:15:29.705Z Compiling precomputed-hash v0.1.1
17032026-02-24T14:15:29.879Z Compiling keccak v0.1.5
17042026-02-24T14:15:29.997Z Compiling foldhash v0.2.0
17052026-02-24T14:15:30.051Z Compiling strum v0.26.3
17062026-02-24T14:15:30.259Z Compiling sha3 v0.10.8
17072026-02-24T14:15:30.399Z Compiling iddqd v0.3.16
17082026-02-24T14:15:30.746Z Compiling clap v4.5.48
17092026-02-24T14:15:30.891Z Compiling string_cache v0.8.9
17102026-02-24T14:15:31.169Z Compiling hickory-proto v0.25.2
17112026-02-24T14:15:31.340Z Compiling tokio-postgres v0.7.13
17122026-02-24T14:15:31.343Z Compiling predicates v3.1.3
17132026-02-24T14:15:32.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17142026-02-24T14:15:32.176Z Compiling toml_edit v0.22.27
17152026-02-24T14:15:32.885Z Compiling petgraph v0.8.2
17162026-02-24T14:15:33.022Z Compiling petgraph v0.6.5
17172026-02-24T14:15:36.612Z Compiling similar v2.7.0
17182026-02-24T14:15:36.652Z Compiling usdt-impl v0.5.0
17192026-02-24T14:15:37.448Z Compiling zip v4.2.0
17202026-02-24T14:15:37.947Z Compiling usdt v0.6.0
17212026-02-24T14:15:38.503Z Compiling env_logger v0.11.8
17222026-02-24T14:15:38.695Z Compiling serde_with v3.16.1
17232026-02-24T14:15:39.004Z Compiling ecdsa v0.16.9
17242026-02-24T14:15:39.227Z Compiling rsa v0.9.8
17252026-02-24T14:15:39.249Z Compiling zip v0.6.6
17262026-02-24T14:15:39.648Z Compiling ed25519-dalek v2.1.1
17272026-02-24T14:15:41.072Z Compiling toml v0.7.8
17282026-02-24T14:15:41.270Z Compiling crossterm v0.28.1
17292026-02-24T14:15:42.416Z Compiling heck v0.4.1
17302026-02-24T14:15:42.506Z Compiling crossbeam-epoch v0.9.18
17312026-02-24T14:15:42.702Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17322026-02-24T14:15:42.870Z Compiling tokio-stream v0.1.17
17332026-02-24T14:15:42.995Z Compiling x509-cert v0.2.5
17342026-02-24T14:15:43.126Z Compiling openapiv3 v2.2.0
17352026-02-24T14:15:43.180Z Compiling sha1 v0.10.6
17362026-02-24T14:15:43.210Z Compiling itertools v0.10.5
17372026-02-24T14:15:43.652Z Compiling itertools v0.13.0
17382026-02-24T14:15:43.843Z Compiling winnow v0.6.26
17392026-02-24T14:15:44.412Z Compiling peg-runtime v0.8.5
17402026-02-24T14:15:45.015Z Compiling lalrpop-util v0.19.12
17412026-02-24T14:15:45.398Z Compiling thread_local v1.1.8
17422026-02-24T14:15:45.841Z Compiling slog-async v2.8.0
17432026-02-24T14:15:45.895Z Compiling crossbeam-channel v0.5.15
17442026-02-24T14:15:46.476Z Compiling xattr v1.3.1
17452026-02-24T14:15:46.711Z Compiling futures-executor v0.3.31
17462026-02-24T14:15:46.759Z Compiling filetime v0.2.26
17472026-02-24T14:15:46.938Z Compiling is-terminal v0.4.13
17482026-02-24T14:15:47.072Z Compiling take_mut v0.2.2
17492026-02-24T14:15:47.093Z Compiling term v1.1.0
17502026-02-24T14:15:47.117Z Compiling futures v0.3.31
17512026-02-24T14:15:47.145Z Compiling tar v0.4.44
17522026-02-24T14:15:48.232Z Compiling slog-term v2.9.2
17532026-02-24T14:15:50.535Z Compiling aws-lc-sys v0.26.0
17542026-02-24T14:16:20.994Z Compiling rustls-webpki v0.102.8
17552026-02-24T14:16:25.755Z Compiling tokio-rustls v0.26.0
17562026-02-24T14:16:26.032Z Compiling hyper-rustls v0.27.7
17572026-02-24T14:16:26.389Z Compiling reqwest v0.12.24
17582026-02-24T14:16:30.482Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17592026-02-24T14:16:30.799Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17602026-02-24T14:16:35.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
17612026-02-24T14:16:35.870Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17622026-02-24T14:16:35.931ZFeb 24 14:16:35.330 INFO Starting download, target: Clickhouse
17632026-02-24T14:16:35.931ZFeb 24 14:16:35.330 INFO Starting download, target: Cockroach
17642026-02-24T14:16:35.931ZFeb 24 14:16:35.330 INFO Starting download, target: MaghemiteMgd
17652026-02-24T14:16:35.931ZFeb 24 14:16:35.330 INFO Starting download, target: DendriteStub
17662026-02-24T14:16:35.931ZFeb 24 14:16:35.330 INFO Starting download, target: Console
17672026-02-24T14:16:35.935ZFeb 24 14:16:35.330 INFO Starting download, target: TransceiverControl
17682026-02-24T14:16:35.935ZFeb 24 14:16:35.331 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17692026-02-24T14:16:35.935ZFeb 24 14:16:35.331 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-02-24T14:16:35.935ZFeb 24 14:16:35.331 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17712026-02-24T14:16:35.935ZFeb 24 14:16:35.331 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17722026-02-24T14:16:35.935ZFeb 24 14:16:35.331 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17732026-02-24T14:16:35.935ZFeb 24 14:16:35.331 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-02-24T14:16:36.209ZFeb 24 14:16:35.604 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17752026-02-24T14:16:36.469ZFeb 24 14:16:35.845 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17762026-02-24T14:16:36.668ZFeb 24 14:16:36.051 INFO Download complete, target: TransceiverControl
17772026-02-24T14:16:36.914ZFeb 24 14:16:36.297 INFO Download complete, target: Console
17782026-02-24T14:16:37.278ZFeb 24 14:16:36.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17792026-02-24T14:16:37.471ZFeb 24 14:16:36.867 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17802026-02-24T14:16:37.915ZFeb 24 14:16:37.313 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17812026-02-24T14:16:37.915ZFeb 24 14:16:37.313 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17822026-02-24T14:16:38.072ZFeb 24 14:16:37.470 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-02-24T14:16:41.413ZFeb 24 14:16:40.811 INFO Download complete, target: DendriteStub
17842026-02-24T14:16:41.537ZFeb 24 14:16:40.935 INFO Download complete, target: MaghemiteMgd
17852026-02-24T14:16:45.698ZFeb 24 14:16:45.093 INFO Checking that binary works, target: Cockroach
17862026-02-24T14:16:45.833ZFeb 24 14:16:45.229 INFO Download complete, target: Cockroach
17872026-02-24T14:16:49.187ZFeb 24 14:16:48.582 INFO Checking that binary works, target: Clickhouse
17882026-02-24T14:16:49.353ZFeb 24 14:16:48.749 INFO Download complete, target: Clickhouse
17892026-02-24T14:16:49.375ZAll builder prerequisites installed successfully, and PATH looks valid
17902026-02-24T14:16:49.379Z
17912026-02-24T14:16:49.379Zreal 6:31.717677790
17922026-02-24T14:16:49.379Zuser 18:51.737205223
17932026-02-24T14:16:49.379Zsys 2:34.373012659
17942026-02-24T14:16:49.379Ztrap 0.707827782
17952026-02-24T14:16:49.379Ztflt 0.976248628
17962026-02-24T14:16:49.379Zdflt 0.959685571
17972026-02-24T14:16:49.379Zkflt 0.025422960
17982026-02-24T14:16:49.379Zlock 46:03.387375361
17992026-02-24T14:16:49.379Zslp 1:11:12.676672884
18002026-02-24T14:16:49.379Zlat 1:21.171186930
18012026-02-24T14:16:49.379Zstop 3:14.303222203
18022026-02-24T14:16:49.379Z+ banner hack-check
18032026-02-24T14:16:49.379Z
18042026-02-24T14:16:49.379Z # # ## #### # # #### # # ###### #### # #
18052026-02-24T14:16:49.379Z # # # # # # # # # # # # # # # # #
18062026-02-24T14:16:49.379Z ###### # # # #### ##### # ###### ##### # ####
18072026-02-24T14:16:49.379Z # # ###### # # # # # # # # # #
18082026-02-24T14:16:49.379Z # # # # # # # # # # # # # # # # #
18092026-02-24T14:16:49.379Z # # # # #### # # #### # # ###### #### # #
18102026-02-24T14:16:49.379Z
18112026-02-24T14:16:49.379Z+ export CARGO_INCREMENTAL=0
18122026-02-24T14:16:49.380Z+ CARGO_INCREMENTAL=0
18132026-02-24T14:16:49.380Z+ ptime -m timeout 2h cargo xtask check-features --ci
18142026-02-24T14:16:50.228Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18152026-02-24T14:16:50.530Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18162026-02-24T14:16:53.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
18172026-02-24T14:16:53.868Z Running `target/debug/xtask check-features --ci`
18182026-02-24T14:16:53.897Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18192026-02-24T14:16:53.897Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18202026-02-24T14:16:54.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18212026-02-24T14:16:54.628Z Running `target/debug/xtask download cargo-hack`
18222026-02-24T14:16:55.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18232026-02-24T14:16:56.195Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18242026-02-24T14:17:00.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
18252026-02-24T14:17:00.395Z Running `target/debug/xtask-downloader cargo-hack`
18262026-02-24T14:17:00.439ZFeb 24 14:16:59.833 INFO Starting download, target: CargoHack
18272026-02-24T14:17:00.442ZFeb 24 14:16:59.834 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18282026-02-24T14:17:00.865ZFeb 24 14:17:00.258 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18292026-02-24T14:17:00.941ZFeb 24 14:17:00.334 INFO Download complete, target: CargoHack
18302026-02-24T14:17:00.945Zrunning: "/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"
18312026-02-24T14:17:00.966Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18322026-02-24T14:17:01.189Zinfo: running `cargo check --bins` on api_identity (1/252)
18332026-02-24T14:17:01.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-02-24T14:17:01.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-02-24T14:17:01.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-02-24T14:17:01.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18372026-02-24T14:17:02.028Z
18382026-02-24T14:17:02.029Zinfo: running `cargo check --bins` on bootstore (2/252)
18392026-02-24T14:17:02.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-02-24T14:17:02.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-02-24T14:17:02.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-02-24T14:17:02.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18432026-02-24T14:17:02.920Z
18442026-02-24T14:17:02.920Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/252)
18452026-02-24T14:17:03.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-02-24T14:17:03.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-02-24T14:17:03.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-02-24T14:17:03.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18492026-02-24T14:17:03.766Z
18502026-02-24T14:17:03.766Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252)
18512026-02-24T14:17:04.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-02-24T14:17:04.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-02-24T14:17:04.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-02-24T14:17:04.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18552026-02-24T14:17:04.611Z
18562026-02-24T14:17:04.611Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252)
18572026-02-24T14:17:05.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-02-24T14:17:05.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-02-24T14:17:05.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-02-24T14:17:05.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18612026-02-24T14:17:05.250Z
18622026-02-24T14:17:05.250Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252)
18632026-02-24T14:17:05.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-02-24T14:17:05.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-02-24T14:17:05.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-02-24T14:17:05.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
18672026-02-24T14:17:05.903Z
18682026-02-24T14:17:05.903Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252)
18692026-02-24T14:17:06.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-02-24T14:17:06.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-02-24T14:17:06.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-02-24T14:17:06.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18732026-02-24T14:17:06.568Z
18742026-02-24T14:17:06.568Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252)
18752026-02-24T14:17:07.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-02-24T14:17:07.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-02-24T14:17:07.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-02-24T14:17:07.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18792026-02-24T14:17:07.243Z
18802026-02-24T14:17:07.243Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252)
18812026-02-24T14:17:07.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-02-24T14:17:07.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-02-24T14:17:07.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-02-24T14:17:07.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18852026-02-24T14:17:07.880Z
18862026-02-24T14:17:07.880Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252)
18872026-02-24T14:17:08.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-02-24T14:17:08.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-02-24T14:17:08.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-02-24T14:17:08.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18912026-02-24T14:17:08.533Z
18922026-02-24T14:17:08.533Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252)
18932026-02-24T14:17:09.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-02-24T14:17:09.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-02-24T14:17:09.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-02-24T14:17:09.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18972026-02-24T14:17:09.203Z
18982026-02-24T14:17:09.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252)
18992026-02-24T14:17:09.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-02-24T14:17:09.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-02-24T14:17:09.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-02-24T14:17:09.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19032026-02-24T14:17:09.887Z
19042026-02-24T14:17:09.887Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252)
19052026-02-24T14:17:10.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-02-24T14:17:10.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-02-24T14:17:10.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-02-24T14:17:10.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19092026-02-24T14:17:10.560Z
19102026-02-24T14:17:10.560Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252)
19112026-02-24T14:17:11.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-02-24T14:17:11.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-02-24T14:17:11.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-02-24T14:17:11.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19152026-02-24T14:17:11.216Z
19162026-02-24T14:17:11.216Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252)
19172026-02-24T14:17:11.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-02-24T14:17:11.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-02-24T14:17:11.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-02-24T14:17:11.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19212026-02-24T14:17:11.872Z
19222026-02-24T14:17:11.872Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252)
19232026-02-24T14:17:12.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-02-24T14:17:12.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-02-24T14:17:12.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-02-24T14:17:12.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19272026-02-24T14:17:12.535Z
19282026-02-24T14:17:12.535Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252)
19292026-02-24T14:17:13.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-02-24T14:17:13.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-02-24T14:17:13.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-02-24T14:17:13.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19332026-02-24T14:17:13.205Z
19342026-02-24T14:17:13.205Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252)
19352026-02-24T14:17:13.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-02-24T14:17:13.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-02-24T14:17:13.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-02-24T14:17:13.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19392026-02-24T14:17:13.881Z
19402026-02-24T14:17:13.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252)
19412026-02-24T14:17:14.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-02-24T14:17:14.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-02-24T14:17:14.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-02-24T14:17:14.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19452026-02-24T14:17:14.556Z
19462026-02-24T14:17:14.556Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252)
19472026-02-24T14:17:15.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-02-24T14:17:15.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-02-24T14:17:15.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-02-24T14:17:15.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19512026-02-24T14:17:15.227Z
19522026-02-24T14:17:15.227Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252)
19532026-02-24T14:17:15.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-02-24T14:17:15.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-02-24T14:17:15.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-02-24T14:17:15.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19572026-02-24T14:17:15.893Z
19582026-02-24T14:17:15.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252)
19592026-02-24T14:17:16.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-02-24T14:17:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-02-24T14:17:16.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-02-24T14:17:16.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19632026-02-24T14:17:16.565Z
19642026-02-24T14:17:16.565Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252)
19652026-02-24T14:17:17.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-02-24T14:17:17.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-02-24T14:17:17.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-02-24T14:17:17.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19692026-02-24T14:17:17.222Z
19702026-02-24T14:17:17.222Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252)
19712026-02-24T14:17:17.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-02-24T14:17:17.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-02-24T14:17:17.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-02-24T14:17:17.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19752026-02-24T14:17:17.887Z
19762026-02-24T14:17:17.887Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252)
19772026-02-24T14:17:18.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-02-24T14:17:18.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-02-24T14:17:18.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-02-24T14:17:18.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19812026-02-24T14:17:18.554Z
19822026-02-24T14:17:18.554Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252)
19832026-02-24T14:17:19.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-02-24T14:17:19.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-02-24T14:17:19.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-02-24T14:17:19.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19872026-02-24T14:17:19.223Z
19882026-02-24T14:17:19.223Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252)
19892026-02-24T14:17:19.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-02-24T14:17:19.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-02-24T14:17:19.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-02-24T14:17:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19932026-02-24T14:17:19.961Z
19942026-02-24T14:17:19.961Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252)
19952026-02-24T14:17:20.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-02-24T14:17:20.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-02-24T14:17:20.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-02-24T14:17:20.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19992026-02-24T14:17:20.601Z
20002026-02-24T14:17:20.601Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252)
20012026-02-24T14:17:21.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-02-24T14:17:21.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-02-24T14:17:21.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-02-24T14:17:21.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20052026-02-24T14:17:21.292Z
20062026-02-24T14:17:21.292Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252)
20072026-02-24T14:17:21.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-02-24T14:17:21.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-02-24T14:17:21.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-02-24T14:17:21.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
20112026-02-24T14:17:21.968Z
20122026-02-24T14:17:21.968Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252)
20132026-02-24T14:17:22.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-02-24T14:17:22.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-02-24T14:17:22.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-02-24T14:17:22.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20172026-02-24T14:17:22.621Z
20182026-02-24T14:17:22.621Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252)
20192026-02-24T14:17:23.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-02-24T14:17:23.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-02-24T14:17:23.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-02-24T14:17:23.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20232026-02-24T14:17:23.270Z
20242026-02-24T14:17:23.270Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252)
20252026-02-24T14:17:23.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-02-24T14:17:23.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-02-24T14:17:23.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-02-24T14:17:23.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20292026-02-24T14:17:23.934Z
20302026-02-24T14:17:23.934Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252)
20312026-02-24T14:17:24.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-02-24T14:17:24.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-02-24T14:17:24.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-02-24T14:17:24.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20352026-02-24T14:17:24.602Z
20362026-02-24T14:17:24.602Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252)
20372026-02-24T14:17:25.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-02-24T14:17:25.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-02-24T14:17:25.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-02-24T14:17:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20412026-02-24T14:17:25.270Z
20422026-02-24T14:17:25.270Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252)
20432026-02-24T14:17:25.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-02-24T14:17:25.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-02-24T14:17:25.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-02-24T14:17:25.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20472026-02-24T14:17:25.968Z
20482026-02-24T14:17:25.968Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252)
20492026-02-24T14:17:26.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-02-24T14:17:26.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-02-24T14:17:26.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-02-24T14:17:26.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20532026-02-24T14:17:26.580Z
20542026-02-24T14:17:26.580Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252)
20552026-02-24T14:17:27.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-02-24T14:17:27.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-02-24T14:17:27.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-02-24T14:17:27.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20592026-02-24T14:17:27.273Z
20602026-02-24T14:17:27.273Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252)
20612026-02-24T14:17:27.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-02-24T14:17:27.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-02-24T14:17:27.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-02-24T14:17:27.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20652026-02-24T14:17:27.932Z
20662026-02-24T14:17:27.932Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252)
20672026-02-24T14:17:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-02-24T14:17:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-02-24T14:17:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-02-24T14:17:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20712026-02-24T14:17:28.600Z
20722026-02-24T14:17:28.600Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252)
20732026-02-24T14:17:29.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-02-24T14:17:29.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-02-24T14:17:29.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-02-24T14:17:29.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20772026-02-24T14:17:29.252Z
20782026-02-24T14:17:29.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252)
20792026-02-24T14:17:29.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-02-24T14:17:29.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-02-24T14:17:29.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-02-24T14:17:29.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20832026-02-24T14:17:29.905Z
20842026-02-24T14:17:29.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252)
20852026-02-24T14:17:30.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-02-24T14:17:30.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-02-24T14:17:30.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-02-24T14:17:30.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20892026-02-24T14:17:30.584Z
20902026-02-24T14:17:30.584Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252)
20912026-02-24T14:17:31.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-02-24T14:17:31.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-02-24T14:17:31.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-02-24T14:17:31.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
20952026-02-24T14:17:31.300Z
20962026-02-24T14:17:31.300Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252)
20972026-02-24T14:17:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-02-24T14:17:32.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-02-24T14:17:32.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-02-24T14:17:32.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21012026-02-24T14:17:32.218Z
21022026-02-24T14:17:32.218Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252)
21032026-02-24T14:17:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-02-24T14:17:33.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-02-24T14:17:33.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-02-24T14:17:33.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
21072026-02-24T14:17:33.186Z
21082026-02-24T14:17:33.186Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/252)
21092026-02-24T14:17:34.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-02-24T14:17:34.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-02-24T14:17:34.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-02-24T14:17:34.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
21132026-02-24T14:17:34.153Z
21142026-02-24T14:17:34.153Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252)
21152026-02-24T14:17:35.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-02-24T14:17:35.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-02-24T14:17:35.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-02-24T14:17:35.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
21192026-02-24T14:17:35.136Z
21202026-02-24T14:17:35.136Zinfo: running `cargo check --bins` on key-manager-types (49/252)
21212026-02-24T14:17:35.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-02-24T14:17:35.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-02-24T14:17:35.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-02-24T14:17:35.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21252026-02-24T14:17:36.044Z
21262026-02-24T14:17:36.044Zinfo: running `cargo check --bins` on oxlog (50/252)
21272026-02-24T14:17:36.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-02-24T14:17:36.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-02-24T14:17:36.971Z Checking cfg-if v1.0.4
21302026-02-24T14:17:36.973Z Checking libc v0.2.180
21312026-02-24T14:17:36.974Z Checking serde_core v1.0.228
21322026-02-24T14:17:37.123Z Checking zeroize v1.8.1
21332026-02-24T14:17:37.126Z Checking memchr v2.7.4
21342026-02-24T14:17:37.129Z Checking value-bag v1.12.0
21352026-02-24T14:17:37.132Z Checking smallvec v1.15.1
21362026-02-24T14:17:37.132Z Checking typenum v1.17.0
21372026-02-24T14:17:37.241Z Checking scopeguard v1.2.0
21382026-02-24T14:17:37.423Z Checking lock_api v0.4.12
21392026-02-24T14:17:37.478Z Checking subtle v2.6.1
21402026-02-24T14:17:37.634Z Checking log v0.4.29
21412026-02-24T14:17:37.669Z Checking const-oid v0.9.6
21422026-02-24T14:17:37.855Z Checking itoa v1.0.11
21432026-02-24T14:17:37.889Z Checking byteorder v1.5.0
21442026-02-24T14:17:38.072Z Checking stable_deref_trait v1.2.0
21452026-02-24T14:17:38.134Z Checking portable-atomic v1.11.0
21462026-02-24T14:17:38.221Z Checking critical-section v1.1.3
21472026-02-24T14:17:38.246Z Checking zerofrom v0.1.4
21482026-02-24T14:17:38.359Z Checking pin-project-lite v0.2.14
21492026-02-24T14:17:38.404Z Checking getrandom v0.2.15
21502026-02-24T14:17:38.432Z Checking getrandom v0.3.4
21512026-02-24T14:17:38.518Z Checking parking_lot_core v0.9.10
21522026-02-24T14:17:38.521Z Checking yoke v0.7.4
21532026-02-24T14:17:38.562Z Checking generic-array v0.14.7
21542026-02-24T14:17:38.727Z Checking rand_core v0.6.4
21552026-02-24T14:17:38.758Z Checking signal-hook-registry v1.4.2
21562026-02-24T14:17:38.922Z Checking allocator-api2 v0.2.21
21572026-02-24T14:17:38.965Z Checking zerovec v0.10.4
21582026-02-24T14:17:39.079Z Checking parking_lot v0.12.3
21592026-02-24T14:17:39.115Z Checking mio v1.0.2
21602026-02-24T14:17:39.247Z Checking once_cell v1.21.3
21612026-02-24T14:17:39.515Z Checking equivalent v1.0.2
21622026-02-24T14:17:39.541Z Checking libm v0.2.8
21632026-02-24T14:17:39.568Z Checking writeable v0.5.5
21642026-02-24T14:17:39.621Z Checking litemap v0.7.3
21652026-02-24T14:17:39.677Z Checking socket2 v0.6.1
21662026-02-24T14:17:39.801Z Checking zerocopy v0.7.35
21672026-02-24T14:17:39.823Z Checking crypto-common v0.1.6
21682026-02-24T14:17:39.935Z Checking block-buffer v0.10.4
21692026-02-24T14:17:39.991Z Checking zmij v1.0.15
21702026-02-24T14:17:40.035Z Checking cpufeatures v0.2.14
21712026-02-24T14:17:40.154Z Checking futures-core v0.3.31
21722026-02-24T14:17:40.178Z Checking digest v0.10.7
21732026-02-24T14:17:40.200Z Checking percent-encoding v2.3.2
21742026-02-24T14:17:40.371Z Checking icu_locid_transform_data v1.5.0
21752026-02-24T14:17:40.398Z Checking block-padding v0.3.3
21762026-02-24T14:17:40.447Z Checking hashbrown v0.16.1
21772026-02-24T14:17:40.480Z Checking num-traits v0.2.19
21782026-02-24T14:17:40.501Z Checking icu_properties_data v1.5.0
21792026-02-24T14:17:40.575Z Checking hmac v0.12.1
21802026-02-24T14:17:40.618Z Checking tinystr v0.7.6
21812026-02-24T14:17:40.636Z Checking icu_collections v1.5.0
21822026-02-24T14:17:40.740Z Checking inout v0.1.3
21832026-02-24T14:17:40.801Z Checking icu_normalizer_data v1.5.0
21842026-02-24T14:17:40.916Z Checking futures-sink v0.3.31
21852026-02-24T14:17:40.955Z Checking icu_locid v1.5.0
21862026-02-24T14:17:40.974Z Checking utf8_iter v1.0.4
21872026-02-24T14:17:41.036Z Checking ppv-lite86 v0.2.20
21882026-02-24T14:17:41.071Z Checking utf16_iter v1.0.5
21892026-02-24T14:17:41.181Z Checking write16 v1.0.0
21902026-02-24T14:17:41.249Z Checking futures-channel v0.3.31
21912026-02-24T14:17:41.310Z Checking serde v1.0.228
21922026-02-24T14:17:41.329Z Checking serde_json v1.0.149
21932026-02-24T14:17:41.347Z Checking cipher v0.4.4
21942026-02-24T14:17:41.478Z Checking indexmap v2.13.0
21952026-02-24T14:17:41.607Z Checking sha2 v0.10.9
21962026-02-24T14:17:41.759Z Checking slab v0.4.9
21972026-02-24T14:17:41.785Z Checking pin-utils v0.1.0
21982026-02-24T14:17:41.915Z Checking futures-io v0.3.31
21992026-02-24T14:17:41.941Z Checking icu_provider v1.5.0
22002026-02-24T14:17:41.985Z Checking base64ct v1.6.0
22012026-02-24T14:17:42.058Z Checking futures-task v0.3.31
22022026-02-24T14:17:42.116Z Checking errno v0.3.12
22032026-02-24T14:17:42.177Z Checking flagset v0.4.6
22042026-02-24T14:17:42.307Z Checking futures-util v0.3.31
22052026-02-24T14:17:42.323Z Checking form_urlencoded v1.2.2
22062026-02-24T14:17:42.342Z Checking bytes v1.11.1
22072026-02-24T14:17:42.399Z Checking bitflags v2.9.4
22082026-02-24T14:17:42.415Z Checking pem-rfc7468 v0.7.0
22092026-02-24T14:17:42.532Z Checking rand_core v0.9.3
22102026-02-24T14:17:42.562Z Checking icu_locid_transform v1.5.0
22112026-02-24T14:17:42.721Z Checking der v0.7.10
22122026-02-24T14:17:42.743Z Checking fnv v1.0.7
22132026-02-24T14:17:42.799Z Checking foldhash v0.1.5
22142026-02-24T14:17:42.892Z Checking salsa20 v0.10.2
22152026-02-24T14:17:42.912Z Checking uuid v1.19.0
22162026-02-24T14:17:43.019Z Checking pbkdf2 v0.12.2
22172026-02-24T14:17:43.037Z Checking hashbrown v0.15.4
22182026-02-24T14:17:43.122Z Checking spin v0.9.8
22192026-02-24T14:17:43.209Z Checking scrypt v0.11.0
22202026-02-24T14:17:43.392Z Checking tokio v1.49.0
22212026-02-24T14:17:43.495Z Checking http v1.4.0
22222026-02-24T14:17:43.538Z Checking rand_chacha v0.9.0
22232026-02-24T14:17:43.585Z Checking cbc v0.1.2
22242026-02-24T14:17:43.623Z Checking icu_properties v1.5.1
22252026-02-24T14:17:43.872Z Checking aes v0.8.4
22262026-02-24T14:17:44.055Z Checking iana-time-zone v0.1.63
22272026-02-24T14:17:44.152Z Checking regex-syntax v0.8.5
22282026-02-24T14:17:44.308Z Checking chrono v0.4.43
22292026-02-24T14:17:44.638Z Checking spki v0.7.3
22302026-02-24T14:17:44.990Z Checking rand v0.9.2
22312026-02-24T14:17:45.016Z Checking pkcs5 v0.7.1
22322026-02-24T14:17:45.019Z Checking tracing-core v0.1.32
22332026-02-24T14:17:45.609Z Checking thiserror v2.0.18
22342026-02-24T14:17:45.818Z Checking tracing v0.1.40
22352026-02-24T14:17:45.821Z Checking pkcs8 v0.10.2
22362026-02-24T14:17:46.157Z Checking http-body v1.0.1
22372026-02-24T14:17:46.188Z Checking plain v0.2.3
22382026-02-24T14:17:46.220Z Checking base64 v0.22.1
22392026-02-24T14:17:46.420Z Checking rustls-pki-types v1.10.0
22402026-02-24T14:17:46.442Z Checking tinyvec_macros v0.1.1
22412026-02-24T14:17:46.563Z Checking tinyvec v1.8.0
22422026-02-24T14:17:46.600Z Checking lazy_static v1.5.0
22432026-02-24T14:17:46.751Z Checking rustix v1.1.3
22442026-02-24T14:17:46.773Z Checking semver v1.0.27
22452026-02-24T14:17:47.040Z Checking zerocopy v0.8.27
22462026-02-24T14:17:47.270Z Checking aws-lc-sys v0.26.0
22472026-02-24T14:17:47.303Z Checking tower-service v0.3.3
22482026-02-24T14:17:47.491Z Checking untrusted v0.7.1
22492026-02-24T14:17:47.494Z Checking icu_normalizer v1.5.0
22502026-02-24T14:17:47.721Z Checking dyn-clone v1.0.20
22512026-02-24T14:17:47.824Z Checking foreign-types-shared v0.1.1
22522026-02-24T14:17:47.910Z Checking try-lock v0.2.5
22532026-02-24T14:17:47.913Z Checking untrusted v0.9.0
22542026-02-24T14:17:47.958Z Checking fastrand v2.1.1
22552026-02-24T14:17:48.112Z Checking atomic-waker v1.1.2
22562026-02-24T14:17:48.156Z Checking tower-layer v0.3.3
22572026-02-24T14:17:48.297Z Checking openssl-probe v0.1.5
22582026-02-24T14:17:48.345Z Checking idna_adapter v1.2.0
22592026-02-24T14:17:48.349Z Checking adler2 v2.0.0
22602026-02-24T14:17:48.461Z Checking unicode-ident v1.0.19
22612026-02-24T14:17:48.508Z Checking ucd-trie v0.1.7
22622026-02-24T14:17:48.564Z Checking idna v1.0.3
22632026-02-24T14:17:48.584Z Checking miniz_oxide v0.8.5
22642026-02-24T14:17:48.662Z Checking proc-macro2 v1.0.101
22652026-02-24T14:17:48.753Z Checking pest v2.8.2
22662026-02-24T14:17:49.037Z Checking tempfile v3.24.0
22672026-02-24T14:17:49.064Z Checking url v2.5.4
22682026-02-24T14:17:49.369Z Checking ring v0.17.14
22692026-02-24T14:17:49.408Z Checking want v0.3.1
22702026-02-24T14:17:49.448Z Checking foreign-types v0.3.2
22712026-02-24T14:17:49.579Z Checking ipnet v2.11.0
22722026-02-24T14:17:49.633Z Checking httparse v1.9.5
22732026-02-24T14:17:49.656Z Checking aws-lc-rs v1.12.4
22742026-02-24T14:17:49.986Z Checking schemars v0.8.22
22752026-02-24T14:17:50.091Z Checking openssl-sys v0.9.109
22762026-02-24T14:17:50.117Z Checking wait-timeout v0.2.0
22772026-02-24T14:17:50.337Z Checking aho-corasick v1.1.3
22782026-02-24T14:17:50.802Z Checking httpdate v1.0.3
22792026-02-24T14:17:51.116Z Checking powerfmt v0.2.0
22802026-02-24T14:17:51.491Z Checking bit-vec v0.8.0
22812026-02-24T14:17:51.512Z Checking pretty-hex v0.4.1
22822026-02-24T14:17:51.515Z Checking utf8parse v0.2.2
22832026-02-24T14:17:51.593Z Checking anstyle v1.0.11
22842026-02-24T14:17:51.692Z Checking quick-error v1.2.3
22852026-02-24T14:17:51.753Z Checking anstyle-parse v0.2.5
22862026-02-24T14:17:51.785Z Checking deranged v0.5.3
22872026-02-24T14:17:51.853Z Checking tokio-util v0.7.15
22882026-02-24T14:17:51.881Z Checking rustls-webpki v0.102.8
22892026-02-24T14:17:51.915Z Checking rusty-fork v0.3.0
22902026-02-24T14:17:51.937Z Checking bit-set v0.8.0
22912026-02-24T14:17:51.998Z Checking openssl v0.10.73
22922026-02-24T14:17:52.136Z Compiling newtype-uuid v1.3.2
22932026-02-24T14:17:52.162Z Checking regex-automata v0.4.11
22942026-02-24T14:17:52.251Z Checking quote v1.0.40
22952026-02-24T14:17:52.299Z Checking unicode-normalization v0.1.24
22962026-02-24T14:17:52.511Z Checking crossbeam-utils v0.8.21
22972026-02-24T14:17:52.725Z Checking rand_xorshift v0.4.0
22982026-02-24T14:17:52.803Z Checking rustix v0.38.37
22992026-02-24T14:17:53.044Z Checking bzip2-sys v0.1.13+1.0.8
23002026-02-24T14:17:53.231Z Checking scroll v0.13.0
23012026-02-24T14:17:53.380Z Checking signature v2.2.0
23022026-02-24T14:17:53.408Z Checking h2 v0.4.6
23032026-02-24T14:17:53.455Z Checking crc32fast v1.4.2
23042026-02-24T14:17:53.703Z Checking is_terminal_polyfill v1.70.1
23052026-02-24T14:17:53.784Z Checking colorchoice v1.0.2
23062026-02-24T14:17:53.819Z Checking anstyle-query v1.1.1
23072026-02-24T14:17:53.919Z Checking unarray v0.1.4
23082026-02-24T14:17:53.995Z Checking zlib-rs v0.5.1
23092026-02-24T14:17:54.018Z Checking unicode-bidi v0.3.17
23102026-02-24T14:17:54.114Z Checking num_threads v0.1.7
23112026-02-24T14:17:54.332Z Checking siphasher v0.3.11
23122026-02-24T14:17:54.691Z Checking time-core v0.1.6
23132026-02-24T14:17:54.723Z Checking unicode-properties v0.1.3
23142026-02-24T14:17:54.744Z Checking num-conv v0.1.0
23152026-02-24T14:17:55.056Z Checking either v1.15.0
23162026-02-24T14:17:55.077Z Checking time v0.3.43
23172026-02-24T14:17:55.116Z Checking stringprep v0.1.5
23182026-02-24T14:17:55.468Z Checking phf_shared v0.11.2
23192026-02-24T14:17:55.471Z Checking proptest v1.7.0
23202026-02-24T14:17:55.810Z Checking anstream v0.6.18
23212026-02-24T14:17:56.079Z Checking libz-rs-sys v0.5.1
23222026-02-24T14:17:56.294Z Checking goblin v0.10.2
23232026-02-24T14:17:56.343Z Checking crossbeam-epoch v0.9.18
23242026-02-24T14:17:56.585Z Checking rustls v0.23.19
23252026-02-24T14:17:56.873Z Checking syn v2.0.114
23262026-02-24T14:17:57.155Z Compiling daft v0.1.4
23272026-02-24T14:17:57.499Z Checking native-tls v0.2.12
23282026-02-24T14:17:57.817Z Checking ipnetwork v0.21.1
23292026-02-24T14:17:57.926Z Checking scroll v0.12.0
23302026-02-24T14:17:58.079Z Checking thiserror v1.0.69
23312026-02-24T14:17:58.276Z Checking serde_spanned v0.6.9
23322026-02-24T14:17:58.318Z Checking toml_datetime v0.6.11
23332026-02-24T14:17:58.485Z Checking zstd-sys v2.0.14+zstd.1.5.7
23342026-02-24T14:17:58.555Z Checking num-integer v0.1.46
23352026-02-24T14:17:58.740Z Checking rand_chacha v0.3.1
23362026-02-24T14:17:58.774Z Checking md-5 v0.10.6
23372026-02-24T14:17:59.073Z Checking sync_wrapper v1.0.1
23382026-02-24T14:17:59.181Z Checking ff v0.13.0
23392026-02-24T14:17:59.240Z Checking hash32 v0.2.1
23402026-02-24T14:17:59.272Z Checking psl-types v2.0.11
23412026-02-24T14:17:59.418Z Checking base16ct v0.2.0
23422026-02-24T14:17:59.484Z Checking gimli v0.31.1
23432026-02-24T14:17:59.562Z Checking fallible-iterator v0.2.0
23442026-02-24T14:17:59.651Z Checking sec1 v0.7.3
23452026-02-24T14:18:00.057Z Checking heapless v0.7.17
23462026-02-24T14:18:00.168Z Checking postgres-protocol v0.6.8
23472026-02-24T14:18:00.390Z Checking hyper v1.8.1
23482026-02-24T14:18:00.775Z Compiling iddqd v0.3.16
23492026-02-24T14:18:00.837Z Checking publicsuffix v2.3.0
23502026-02-24T14:18:01.001Z Checking group v0.13.0
23512026-02-24T14:18:01.161Z Checking tower v0.5.2
23522026-02-24T14:18:01.282Z Checking rand v0.8.5
23532026-02-24T14:18:02.032Z Checking tokio-rustls v0.26.0
23542026-02-24T14:18:02.071Z Checking num-iter v0.1.45
23552026-02-24T14:18:02.342Z Checking zstd-safe v7.2.3
23562026-02-24T14:18:02.511Z Checking goblin v0.8.2
23572026-02-24T14:18:02.540Z Checking hyper-util v0.1.19
23582026-02-24T14:18:02.694Z Checking oxnet v0.1.4
23592026-02-24T14:18:02.699Z Checking cookie v0.18.1
23602026-02-24T14:18:02.928Z Checking dof v0.4.0
23612026-02-24T14:18:03.308Z Checking tokio-native-tls v0.3.1
23622026-02-24T14:18:03.342Z Checking terminal_size v0.4.0
23632026-02-24T14:18:03.596Z Checking flate2 v1.1.2
23642026-02-24T14:18:03.630Z Checking dtrace-parser v0.3.0
23652026-02-24T14:18:03.653Z Checking addr2line v0.24.2
23662026-02-24T14:18:03.656Z Checking rustls-native-certs v0.8.1
23672026-02-24T14:18:03.705Z Checking webpki-roots v1.0.1
23682026-02-24T14:18:03.973Z Checking http-body-util v0.1.3
23692026-02-24T14:18:03.995Z Checking signal-hook v0.3.18
23702026-02-24T14:18:04.013Z Checking hkdf v0.12.4
23712026-02-24T14:18:04.256Z Checking crypto-bigint v0.5.5
23722026-02-24T14:18:04.283Z Checking thread-id v5.0.0
23732026-02-24T14:18:04.306Z Checking object v0.36.5
23742026-02-24T14:18:04.381Z Checking bitflags v1.3.2
23752026-02-24T14:18:04.405Z Checking iri-string v0.7.8
23762026-02-24T14:18:04.426Z Checking managed v0.8.0
23772026-02-24T14:18:04.447Z Checking lockfree-object-pool v0.1.6
23782026-02-24T14:18:04.523Z Checking winnow v0.5.40
23792026-02-24T14:18:04.737Z Checking rustc-demangle v0.1.24
23802026-02-24T14:18:04.875Z Checking bumpalo v3.16.0
23812026-02-24T14:18:05.241Z Checking clap_lex v0.7.4
23822026-02-24T14:18:05.241Z Checking strsim v0.11.1
23832026-02-24T14:18:05.600Z Checking simd-adler32 v0.3.7
23842026-02-24T14:18:05.661Z Compiling rayon-core v1.12.1
23852026-02-24T14:18:05.987Z Checking ryu v1.0.18
23862026-02-24T14:18:06.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23872026-02-24T14:18:06.113Z Checking zopfli v0.8.1
23882026-02-24T14:18:06.308Z Checking serde_urlencoded v0.7.1
23892026-02-24T14:18:06.463Z Checking hyper-tls v0.6.0
23902026-02-24T14:18:06.826Z Checking hyper-rustls v0.27.7
23912026-02-24T14:18:06.848Z Checking clap_builder v4.5.48
23922026-02-24T14:18:06.947Z Checking smoltcp v0.9.1
23932026-02-24T14:18:07.174Z Checking tower-http v0.6.6
23942026-02-24T14:18:07.197Z Checking elliptic-curve v0.13.8
23952026-02-24T14:18:07.285Z Checking usdt-impl v0.6.0
23962026-02-24T14:18:07.616Z Checking toml_edit v0.19.15
23972026-02-24T14:18:07.809Z Checking signal-hook-mio v0.2.4
23982026-02-24T14:18:08.009Z Checking cookie_store v0.21.1
23992026-02-24T14:18:08.028Z Checking num-bigint-dig v0.8.6
24002026-02-24T14:18:08.093Z Checking dof v0.3.0
24012026-02-24T14:18:08.517Z Checking zstd v0.13.3
24022026-02-24T14:18:08.602Z Checking postgres-types v0.2.9
24032026-02-24T14:18:08.757Z Checking dtrace-parser v0.2.0
24042026-02-24T14:18:08.819Z Checking regex v1.11.3
24052026-02-24T14:18:08.947Z Checking bstr v1.10.0
24062026-02-24T14:18:09.391Z Checking crossbeam-deque v0.8.5
24072026-02-24T14:18:09.394Z Checking phf v0.11.2
24082026-02-24T14:18:09.570Z Checking ed25519 v2.2.3
24092026-02-24T14:18:09.769Z Checking bzip2 v0.4.4
24102026-02-24T14:18:09.834Z Checking bzip2 v0.5.2
24112026-02-24T14:18:09.999Z Checking ref-cast v1.0.25
24122026-02-24T14:18:10.003Z Checking curve25519-dalek v4.1.3
24132026-02-24T14:18:10.134Z Checking strum v0.27.2
24142026-02-24T14:18:10.169Z Checking hubpack v0.1.2
24152026-02-24T14:18:10.200Z Checking memoffset v0.9.1
24162026-02-24T14:18:10.203Z Checking pkcs1 v0.7.5
24172026-02-24T14:18:10.367Z Checking serde-big-array v0.5.1
24182026-02-24T14:18:10.392Z Checking erased-serde v0.3.31
24192026-02-24T14:18:10.396Z Checking hex v0.4.3
24202026-02-24T14:18:10.442Z Checking float-cmp v0.10.0
24212026-02-24T14:18:10.525Z Checking rfc6979 v0.4.0
24222026-02-24T14:18:10.643Z Checking memmap2 v0.9.8
24232026-02-24T14:18:10.731Z Checking socket2 v0.5.10
24242026-02-24T14:18:10.763Z Checking thread-id v4.2.2
24252026-02-24T14:18:10.795Z Checking env_filter v0.1.2
24262026-02-24T14:18:10.988Z Checking encoding_rs v0.8.34
24272026-02-24T14:18:11.050Z Checking unicode-segmentation v1.12.0
24282026-02-24T14:18:11.089Z Checking mime v0.3.17
24292026-02-24T14:18:11.203Z Checking difflib v0.4.0
24302026-02-24T14:18:11.240Z Checking backtrace v0.3.74
24312026-02-24T14:18:11.436Z Checking data-encoding v2.9.0
24322026-02-24T14:18:11.577Z Checking rustc-hash v2.1.1
24332026-02-24T14:18:11.644Z Checking winnow v0.7.14
24342026-02-24T14:18:11.647Z Checking fixedbitset v0.5.7
24352026-02-24T14:18:11.861Z Checking jiff v0.2.15
24362026-02-24T14:18:11.937Z Checking keccak v0.1.5
24372026-02-24T14:18:11.993Z Checking toml_write v0.1.2
24382026-02-24T14:18:12.217Z Checking new_debug_unreachable v1.0.6
24392026-02-24T14:18:12.220Z Checking whoami v1.5.2
24402026-02-24T14:18:12.297Z Checking predicates-core v1.0.8
24412026-02-24T14:18:12.377Z Checking minimal-lexical v0.2.1
24422026-02-24T14:18:12.406Z Checking precomputed-hash v0.1.1
24432026-02-24T14:18:12.428Z Checking foldhash v0.2.0
24442026-02-24T14:18:12.546Z Checking normalize-line-endings v0.3.0
24452026-02-24T14:18:12.577Z Checking static_assertions v1.1.0
24462026-02-24T14:18:12.626Z Checking fixedbitset v0.4.2
24472026-02-24T14:18:12.741Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24482026-02-24T14:18:12.771Z Checking predicates v3.1.3
24492026-02-24T14:18:12.914Z Checking nom v7.1.3
24502026-02-24T14:18:13.007Z Checking petgraph v0.6.5
24512026-02-24T14:18:13.653Z Checking tokio-postgres v0.7.13
24522026-02-24T14:18:13.830Z Checking reqwest v0.12.24
24532026-02-24T14:18:15.049Z Checking string_cache v0.8.9
24542026-02-24T14:18:15.245Z Checking toml_edit v0.22.27
24552026-02-24T14:18:15.449Z Checking sha3 v0.10.8
24562026-02-24T14:18:15.963Z Checking ed25519-dalek v2.1.1
24572026-02-24T14:18:16.181Z Checking hickory-proto v0.25.2
24582026-02-24T14:18:16.205Z Checking petgraph v0.8.2
24592026-02-24T14:18:16.512Z Checking anyhow v1.0.99
24602026-02-24T14:18:16.687Z Checking similar v2.7.0
24612026-02-24T14:18:17.014Z Checking slog v2.8.2
24622026-02-24T14:18:17.041Z Checking env_logger v0.11.8
24632026-02-24T14:18:17.489Z Checking usdt v0.6.0
24642026-02-24T14:18:17.751Z Checking serde_with v3.16.1
24652026-02-24T14:18:17.779Z Checking usdt-impl v0.5.0
24662026-02-24T14:18:17.881Z Checking ecdsa v0.16.9
24672026-02-24T14:18:18.350Z Checking rsa v0.9.8
24682026-02-24T14:18:18.468Z Checking toml v0.7.8
24692026-02-24T14:18:18.675Z Checking nix v0.29.0
24702026-02-24T14:18:18.970Z Checking clap v4.5.48
24712026-02-24T14:18:19.082Z Checking zip v4.2.0
24722026-02-24T14:18:19.179Z Checking zip v0.6.6
24732026-02-24T14:18:19.516Z Checking crossterm v0.28.1
24742026-02-24T14:18:20.069Z Checking itertools v0.13.0
24752026-02-24T14:18:20.143Z Checking itertools v0.10.5
24762026-02-24T14:18:20.422Z Checking itertools v0.12.1
24772026-02-24T14:18:20.570Z Checking strum v0.26.3
24782026-02-24T14:18:20.634Z Checking tokio-stream v0.1.17
24792026-02-24T14:18:20.799Z Checking ahash v0.8.12
24802026-02-24T14:18:21.274Z Checking fs-err v3.1.1
24812026-02-24T14:18:21.590Z Checking buf-list v1.0.3
24822026-02-24T14:18:21.629Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24832026-02-24T14:18:21.962Z Checking x509-cert v0.2.5
24842026-02-24T14:18:21.998Z Checking openapiv3 v2.2.0
24852026-02-24T14:18:22.039Z Checking sha1 v0.10.6
24862026-02-24T14:18:22.101Z Checking winnow v0.6.26
24872026-02-24T14:18:22.411Z Checking lalrpop-util v0.19.12
24882026-02-24T14:18:22.767Z Checking peg-runtime v0.8.5
24892026-02-24T14:18:22.836Z Checking rayon v1.10.0
24902026-02-24T14:18:22.989Z Checking camino v1.2.2
24912026-02-24T14:18:23.083Z Checking sigpipe v0.1.3
24922026-02-24T14:18:23.123Z Checking glob v0.3.2
24932026-02-24T14:18:25.703Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24942026-02-24T14:18:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.13s
24952026-02-24T14:18:26.464Z
24962026-02-24T14:18:26.464Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252)
24972026-02-24T14:18:27.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982026-02-24T14:18:27.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992026-02-24T14:18:27.797Z Compiling regress v0.10.4
25002026-02-24T14:18:27.964Z Compiling unsafe-libyaml v0.2.11
25012026-02-24T14:18:27.968Z Checking newtype-uuid v1.3.2
25022026-02-24T14:18:28.008Z Compiling structmeta-derive v0.3.0
25032026-02-24T14:18:28.037Z Compiling rustls v0.22.4
25042026-02-24T14:18:28.076Z Compiling multer v3.1.0
25052026-02-24T14:18:28.079Z Checking heck v0.5.0
25062026-02-24T14:18:28.434Z Compiling newtype-uuid-macros v0.1.0
25072026-02-24T14:18:28.470Z Checking daft v0.1.4
25082026-02-24T14:18:28.560Z Compiling async-stream-impl v0.3.6
25092026-02-24T14:18:28.710Z Checking futures-executor v0.3.31
25102026-02-24T14:18:29.042Z Compiling dropshot v0.16.7
25112026-02-24T14:18:29.103Z Checking iddqd v0.3.16
25122026-02-24T14:18:29.616Z Compiling serde_yaml v0.9.34+deprecated
25132026-02-24T14:18:30.118Z Checking futures v0.3.31
25142026-02-24T14:18:30.154Z Compiling dropshot_endpoint v0.16.7
25152026-02-24T14:18:30.305Z Checking match_cfg v0.1.0
25162026-02-24T14:18:30.414Z Checking thread_local v1.1.8
25172026-02-24T14:18:30.459Z Checking hostname v0.3.1
25182026-02-24T14:18:30.713Z Checking unicode-width v0.1.14
25192026-02-24T14:18:30.819Z Checking crossbeam-channel v0.5.15
25202026-02-24T14:18:30.917Z Compiling structmeta v0.3.0
25212026-02-24T14:18:31.356Z Checking is-terminal v0.4.13
25222026-02-24T14:18:31.392Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25232026-02-24T14:18:31.453Z Compiling derive-ex v0.1.8
25242026-02-24T14:18:31.561Z Checking take_mut v0.2.2
25252026-02-24T14:18:31.601Z Checking term v1.1.0
25262026-02-24T14:18:31.717Z Compiling parse-display-derive v0.10.0
25272026-02-24T14:18:31.792Z Checking slog-async v2.8.0
25282026-02-24T14:18:32.153Z Compiling typify-impl v0.4.3
25292026-02-24T14:18:32.238Z Checking slog-term v2.9.2
25302026-02-24T14:18:32.902Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25312026-02-24T14:18:33.527Z Checking debug-ignore v1.0.5
25322026-02-24T14:18:33.739Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25332026-02-24T14:18:34.630Z Checking toml_parser v1.0.6+spec-1.1.0
25342026-02-24T14:18:34.927Z Checking slog-json v2.6.1
25352026-02-24T14:18:35.330Z Checking macaddr v1.0.1
25362026-02-24T14:18:35.365Z Checking toml_datetime v0.7.5+spec-1.1.0
25372026-02-24T14:18:35.488Z Checking serde_spanned v1.0.4
25382026-02-24T14:18:35.724Z Checking toml_writer v1.0.6+spec-1.1.0
25392026-02-24T14:18:35.818Z Checking slog-bunyan v2.5.0
25402026-02-24T14:18:35.896Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25412026-02-24T14:18:35.979Z Compiling test-strategy v0.4.3
25422026-02-24T14:18:36.086Z Checking tabwriter v1.4.0
25432026-02-24T14:18:36.127Z Checking async-stream v0.3.6
25442026-02-24T14:18:36.182Z Checking toml v0.9.11+spec-1.1.0
25452026-02-24T14:18:36.437Z Checking waitgroup v0.1.2
25462026-02-24T14:18:36.699Z Checking rustls-pemfile v2.2.0
25472026-02-24T14:18:36.908Z Checking serde_path_to_error v0.1.20
25482026-02-24T14:18:36.982Z Checking hostname v0.4.2
25492026-02-24T14:18:37.046Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25502026-02-24T14:18:37.081Z Compiling itertools v0.14.0
25512026-02-24T14:18:37.245Z Checking progenitor-client v0.10.0
25522026-02-24T14:18:37.344Z Checking progenitor-client v0.11.2
25532026-02-24T14:18:37.608Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25542026-02-24T14:18:37.750Z Checking tokio-rustls v0.25.0
25552026-02-24T14:18:37.851Z Checking instant v0.1.13
25562026-02-24T14:18:37.873Z Checking colored v3.0.0
25572026-02-24T14:18:38.001Z Checking parse-display v0.10.0
25582026-02-24T14:18:38.056Z Checking backoff v0.4.0
25592026-02-24T14:18:38.239Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25602026-02-24T14:18:38.399Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25612026-02-24T14:18:38.467Z Compiling proc-macro-crate v1.3.1
25622026-02-24T14:18:38.467Z Compiling proc-macro-error v1.0.4
25632026-02-24T14:18:39.202Z Compiling heapless v0.8.0
25642026-02-24T14:18:39.480Z Compiling num_enum_derive v0.5.11
25652026-02-24T14:18:39.645Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-02-24T14:18:40.144Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25672026-02-24T14:18:40.190Z Checking hash32 v0.3.1
25682026-02-24T14:18:40.349Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25692026-02-24T14:18:40.521Z Compiling smoltcp v0.11.0
25702026-02-24T14:18:40.558Z Compiling ingot-macros v0.1.1
25712026-02-24T14:18:41.091Z Compiling foreign-types-macros v0.2.3
25722026-02-24T14:18:41.269Z Compiling crucible-workspace-hack v0.1.0
25732026-02-24T14:18:41.425Z Checking foreign-types-shared v0.3.1
25742026-02-24T14:18:41.664Z Checking cobs v0.2.3
25752026-02-24T14:18:42.023Z Checking postcard v1.0.10
25762026-02-24T14:18:42.246Z Checking num_enum v0.5.11
25772026-02-24T14:18:42.457Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25782026-02-24T14:18:42.572Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25792026-02-24T14:18:42.783Z Checking foreign-types v0.5.0
25802026-02-24T14:18:42.835Z Checking cstr-argument v0.1.2
25812026-02-24T14:18:43.029Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25822026-02-24T14:18:43.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25832026-02-24T14:18:43.227Z Checking pretty-hex v0.2.1
25842026-02-24T14:18:43.477Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25852026-02-24T14:18:43.548Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25862026-02-24T14:18:43.629Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25872026-02-24T14:18:43.686Z Checking colored v2.2.0
25882026-02-24T14:18:43.785Z Checking secrecy v0.10.3
25892026-02-24T14:18:43.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-02-24T14:18:43.925Z Checking camino-tempfile v1.4.1
25912026-02-24T14:18:43.956Z Compiling nix v0.30.1
25922026-02-24T14:18:44.084Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25932026-02-24T14:18:44.322Z Compiling convert_case v0.4.0
25942026-02-24T14:18:44.887Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-02-24T14:18:45.087Z Compiling zone_cfg_derive v0.3.0
25962026-02-24T14:18:45.124Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-02-24T14:18:45.315Z Compiling typify-macro v0.4.3
25982026-02-24T14:18:45.339Z Compiling derive_more v0.99.20
25992026-02-24T14:18:45.342Z Checking smf v0.2.3
26002026-02-24T14:18:45.585Z Compiling num-derive v0.4.2
26012026-02-24T14:18:45.684Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26022026-02-24T14:18:46.188Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26032026-02-24T14:18:46.457Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26042026-02-24T14:18:46.700Z Checking zone v0.3.1
26052026-02-24T14:18:46.798Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26062026-02-24T14:18:48.266Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26072026-02-24T14:18:49.255Z Checking ingot-types v0.1.2
26082026-02-24T14:18:50.140Z Compiling typify v0.4.3
26092026-02-24T14:18:50.305Z Checking ingot v0.1.1
26102026-02-24T14:18:50.426Z Compiling progenitor-impl v0.11.2
26112026-02-24T14:18:53.305Z Compiling typify-impl v0.2.0
26122026-02-24T14:18:53.905Z Checking num-rational v0.4.2
26132026-02-24T14:18:54.441Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26142026-02-24T14:18:55.066Z Checking num-complex v0.4.6
26152026-02-24T14:18:55.818Z Checking unicode-width v0.2.0
26162026-02-24T14:18:56.120Z Checking num v0.4.3
26172026-02-24T14:18:56.466Z Checking password-hash v0.5.0
26182026-02-24T14:18:56.554Z Compiling usdt-attr-macro v0.5.0
26192026-02-24T14:18:57.061Z Compiling usdt-macro v0.5.0
26202026-02-24T14:18:57.104Z Checking blake2 v0.10.6
26212026-02-24T14:18:57.379Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-02-24T14:18:57.763Z Compiling thiserror-impl-no-std v2.0.2
26232026-02-24T14:18:57.970Z Checking universal-hash v0.5.1
26242026-02-24T14:18:58.309Z Compiling progenitor-macro v0.11.2
26252026-02-24T14:18:58.665Z Checking memmap v0.7.0
26262026-02-24T14:18:58.944Z Checking half v2.4.1
26272026-02-24T14:18:59.029Z Checking float-ord v0.3.2
26282026-02-24T14:18:59.299Z Checking ciborium-io v0.2.2
26292026-02-24T14:18:59.457Z Checking opaque-debug v0.3.1
26302026-02-24T14:18:59.628Z Checking poly1305 v0.8.0
26312026-02-24T14:18:59.666Z Checking ciborium-ll v0.2.2
26322026-02-24T14:18:59.699Z Checking usdt v0.5.0
26332026-02-24T14:19:00.095Z Checking argon2 v0.5.3
26342026-02-24T14:19:00.145Z Checking console v0.15.10
26352026-02-24T14:19:00.326Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26362026-02-24T14:19:00.362Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26372026-02-24T14:19:00.860Z Checking toml v0.8.23
26382026-02-24T14:19:00.903Z Checking chacha20 v0.9.1
26392026-02-24T14:19:01.043Z Checking aead v0.5.2
26402026-02-24T14:19:01.181Z Checking thiserror-no-std v2.0.2
26412026-02-24T14:19:01.381Z Compiling semver v0.1.20
26422026-02-24T14:19:01.381Z Checking vsss-rs v3.3.4
26432026-02-24T14:19:01.381Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26442026-02-24T14:19:01.493Z Checking chacha20poly1305 v0.10.1
26452026-02-24T14:19:01.769Z Checking ciborium v0.2.2
26462026-02-24T14:19:01.797Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26472026-02-24T14:19:01.895Z Compiling rustc_version v0.1.7
26482026-02-24T14:19:02.489Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26492026-02-24T14:19:02.634Z Compiling pin-project-internal v1.1.6
26502026-02-24T14:19:03.067Z Checking indent_write v2.2.0
26512026-02-24T14:19:03.158Z Checking siphasher v1.0.1
26522026-02-24T14:19:03.417Z Checking linked-hash-map v0.5.6
26532026-02-24T14:19:03.620Z Checking phf_shared v0.12.1
26542026-02-24T14:19:03.913Z Checking lru-cache v0.1.2
26552026-02-24T14:19:04.016Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26562026-02-24T14:19:04.051Z Compiling newtype_derive v0.1.6
26572026-02-24T14:19:04.186Z Compiling progenitor-impl v0.10.0
26582026-02-24T14:19:05.074Z Checking resolv-conf v0.7.0
26592026-02-24T14:19:05.573Z Checking newline-converter v0.3.0
26602026-02-24T14:19:05.803Z Checking hickory-proto v0.24.4
26612026-02-24T14:19:05.855Z Checking pin-project v1.1.6
26622026-02-24T14:19:06.075Z Checking atomicwrites v0.4.4
26632026-02-24T14:19:06.156Z Compiling typify-macro v0.2.0
26642026-02-24T14:19:06.335Z Checking prettyplease v0.2.36
26652026-02-24T14:19:07.596Z Checking pem v3.0.5
26662026-02-24T14:19:07.624Z Compiling snafu-derive v0.8.5
26672026-02-24T14:19:07.707Z Checking csv-core v0.1.11
26682026-02-24T14:19:07.866Z Compiling derive-where v1.5.0
26692026-02-24T14:19:08.048Z Compiling async-recursion v1.1.1
26702026-02-24T14:19:08.259Z Compiling slog-dtrace v0.3.0
26712026-02-24T14:19:08.722Z Compiling owo-colors v4.2.3
26722026-02-24T14:19:09.548Z Checking same-file v1.0.6
26732026-02-24T14:19:09.795Z Checking highway v1.3.0
26742026-02-24T14:19:09.854Z Compiling chrono-tz v0.10.4
26752026-02-24T14:19:10.346Z Checking swrite v0.1.0
26762026-02-24T14:19:10.427Z Compiling cancel-safe-futures v0.1.5
26772026-02-24T14:19:10.615Z Checking walkdir v2.5.0
26782026-02-24T14:19:10.923Z Compiling typify v0.2.0
26792026-02-24T14:19:11.085Z Compiling const_format_proc_macros v0.2.34
26802026-02-24T14:19:11.210Z Compiling progenitor-impl v0.8.0
26812026-02-24T14:19:11.263Z Checking hickory-resolver v0.24.4
26822026-02-24T14:19:11.443Z Checking csv v1.3.1
26832026-02-24T14:19:11.524Z Checking expectorate v1.2.0
26842026-02-24T14:19:11.821Z Compiling progenitor-macro v0.10.0
26852026-02-24T14:19:11.995Z Checking phf v0.12.1
26862026-02-24T14:19:12.370Z Checking tokio-dtrace v0.1.0
26872026-02-24T14:19:12.854Z Checking progenitor v0.11.2
26882026-02-24T14:19:13.080Z Checking snafu v0.8.5
26892026-02-24T14:19:13.258Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26902026-02-24T14:19:13.405Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26912026-02-24T14:19:13.434Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26922026-02-24T14:19:13.723Z Checking globset v0.4.15
26932026-02-24T14:19:14.395Z Checking olpc-cjson v0.1.4
26942026-02-24T14:19:14.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26952026-02-24T14:19:14.855Z Checking libsw-core v0.3.1
26962026-02-24T14:19:15.155Z Compiling lzma-sys v0.1.20
26972026-02-24T14:19:15.200Z Checking serde_plain v1.0.2
26982026-02-24T14:19:15.586Z Checking typed-path v0.9.3
26992026-02-24T14:19:16.025Z Checking arc-swap v1.7.1
27002026-02-24T14:19:16.129Z Checking utf-8 v0.7.6
27012026-02-24T14:19:16.474Z Checking bytecount v0.6.8
27022026-02-24T14:19:16.611Z Checking slog-scope v4.4.0
27032026-02-24T14:19:16.732Z Checking papergrid v0.11.0
27042026-02-24T14:19:16.924Z Checking tungstenite v0.21.0
27052026-02-24T14:19:17.786Z Checking tough v0.20.0
27062026-02-24T14:19:17.827Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27072026-02-24T14:19:18.266Z Checking libsw v3.5.0
27082026-02-24T14:19:18.317Z Checking const_format v0.2.34
27092026-02-24T14:19:18.540Z Checking qorb v0.4.1
27102026-02-24T14:19:18.655Z Checking oxide-tokio-rt v0.1.2
27112026-02-24T14:19:18.925Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27122026-02-24T14:19:19.041Z Compiling progenitor-macro v0.8.0
27132026-02-24T14:19:23.266Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27142026-02-24T14:19:23.429Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27152026-02-24T14:19:23.537Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27162026-02-24T14:19:24.246Z Compiling tabled_derive v0.7.0
27172026-02-24T14:19:24.531Z Checking progenitor-client v0.8.0
27182026-02-24T14:19:25.104Z Checking gethostname v0.5.0
27192026-02-24T14:19:25.351Z Compiling heck v0.3.3
27202026-02-24T14:19:25.843Z Checking bcs v0.1.6
27212026-02-24T14:19:26.466Z Checking smawk v0.3.2
27222026-02-24T14:19:26.499Z Checking progenitor v0.10.0
27232026-02-24T14:19:26.842Z Checking unicode-linebreak v0.1.5
27242026-02-24T14:19:26.875Z Checking termtree v0.5.1
27252026-02-24T14:19:26.909Z Checking linear-map v1.2.0
27262026-02-24T14:19:27.221Z Checking tabled v0.15.0
27272026-02-24T14:19:27.354Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27282026-02-24T14:19:27.431Z Checking textwrap v0.16.2
27292026-02-24T14:19:28.013Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27302026-02-24T14:19:28.054Z Compiling zone_cfg_derive v0.1.2
27312026-02-24T14:19:29.733Z Checking steno v0.4.1
27322026-02-24T14:19:30.480Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27332026-02-24T14:19:31.029Z Checking tokio-tungstenite v0.21.0
27342026-02-24T14:19:31.184Z Checking slog-stdlog v4.1.1
27352026-02-24T14:19:31.507Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27362026-02-24T14:19:31.762Z Checking humantime v2.2.0
27372026-02-24T14:19:31.936Z Checking base64 v0.21.7
27382026-02-24T14:19:32.210Z Checking base64 v0.13.1
27392026-02-24T14:19:32.262Z Checking number_prefix v0.4.0
27402026-02-24T14:19:32.516Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27412026-02-24T14:19:32.566Z Checking indicatif v0.17.11
27422026-02-24T14:19:32.685Z Checking ron v0.7.1
27432026-02-24T14:19:33.151Z Checking slog-envlogger v2.2.0
27442026-02-24T14:19:33.187Z Checking progenitor v0.8.0
27452026-02-24T14:19:33.467Z Checking xz2 v0.1.7
27462026-02-24T14:19:33.499Z Checking zone v0.1.8
27472026-02-24T14:19:33.523Z Checking xattr v1.3.1
27482026-02-24T14:19:33.526Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27492026-02-24T14:19:33.849Z Checking yasna v0.5.2
27502026-02-24T14:19:33.853Z Checking headers-core v0.3.0
27512026-02-24T14:19:33.921Z Checking filetime v0.2.26
27522026-02-24T14:19:33.951Z Checking subprocess v0.2.9
27532026-02-24T14:19:34.137Z Checking headers v0.4.1
27542026-02-24T14:19:34.246Z Checking tar v0.4.44
27552026-02-24T14:19:34.833Z Checking rcgen v0.12.1
27562026-02-24T14:19:36.809Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-02-24T14:19:36.809Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27582026-02-24T14:19:36.812Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27592026-02-24T14:19:37.416Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27602026-02-24T14:19:37.811Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27612026-02-24T14:19:38.190Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27622026-02-24T14:19:39.188Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27632026-02-24T14:19:41.212Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642026-02-24T14:19:41.215Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27652026-02-24T14:19:41.458Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27662026-02-24T14:19:42.286Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27672026-02-24T14:19:42.289Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27682026-02-24T14:19:42.607Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27692026-02-24T14:19:43.748Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27702026-02-24T14:19:44.803Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27712026-02-24T14:19:45.913Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27722026-02-24T14:19:51.414Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27732026-02-24T14:19:53.779Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27742026-02-24T14:19:55.132Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27752026-02-24T14:19:57.740Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27762026-02-24T14:20:08.745Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27772026-02-24T14:20:11.238Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27782026-02-24T14:20:13.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
27792026-02-24T14:20:13.658Z
27802026-02-24T14:20:13.658Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252)
27812026-02-24T14:20:14.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-02-24T14:20:14.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-02-24T14:20:14.880Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27842026-02-24T14:20:17.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
27852026-02-24T14:20:17.351Z
27862026-02-24T14:20:17.351Zinfo: running `cargo check --bins` on nexus-config (53/252)
27872026-02-24T14:20:18.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-02-24T14:20:18.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-02-24T14:20:18.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-02-24T14:20:18.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27912026-02-24T14:20:18.395Z
27922026-02-24T14:20:18.395Zinfo: running `cargo check --bins` on nexus-types (54/252)
27932026-02-24T14:20:19.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-02-24T14:20:19.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-02-24T14:20:19.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-02-24T14:20:19.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27972026-02-24T14:20:19.435Z
27982026-02-24T14:20:19.435Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/252)
27992026-02-24T14:20:20.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-02-24T14:20:20.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-02-24T14:20:20.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-02-24T14:20:20.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28032026-02-24T14:20:20.458Z
28042026-02-24T14:20:20.458Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/252)
28052026-02-24T14:20:21.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-02-24T14:20:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-02-24T14:20:21.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-02-24T14:20:21.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
28092026-02-24T14:20:21.469Z
28102026-02-24T14:20:21.469Zinfo: running `cargo check --bins` on cockroach-admin-types (57/252)
28112026-02-24T14:20:22.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-02-24T14:20:22.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-02-24T14:20:22.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-02-24T14:20:22.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28152026-02-24T14:20:22.425Z
28162026-02-24T14:20:22.425Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/252)
28172026-02-24T14:20:23.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-02-24T14:20:23.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-02-24T14:20:23.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-02-24T14:20:23.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28212026-02-24T14:20:23.393Z
28222026-02-24T14:20:23.393Zinfo: running `cargo check --bins` on ereport-types (59/252)
28232026-02-24T14:20:24.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-02-24T14:20:24.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-02-24T14:20:24.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-02-24T14:20:24.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28272026-02-24T14:20:24.329Z
28282026-02-24T14:20:24.329Zinfo: running `cargo check --bins` on gateway-client (60/252)
28292026-02-24T14:20:25.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-02-24T14:20:25.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-02-24T14:20:25.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-02-24T14:20:25.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28332026-02-24T14:20:25.302Z
28342026-02-24T14:20:25.302Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/252)
28352026-02-24T14:20:26.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-02-24T14:20:26.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-02-24T14:20:26.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-02-24T14:20:26.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28392026-02-24T14:20:26.227Z
28402026-02-24T14:20:26.227Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252)
28412026-02-24T14:20:27.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-02-24T14:20:27.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-02-24T14:20:27.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-02-24T14:20:27.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28452026-02-24T14:20:27.127Z
28462026-02-24T14:20:27.128Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252)
28472026-02-24T14:20:27.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-02-24T14:20:27.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-02-24T14:20:27.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-02-24T14:20:27.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28512026-02-24T14:20:28.048Z
28522026-02-24T14:20:28.048Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252)
28532026-02-24T14:20:28.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-02-24T14:20:28.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-02-24T14:20:28.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-02-24T14:20:28.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28572026-02-24T14:20:28.921Z
28582026-02-24T14:20:28.921Zinfo: running `cargo check --bins` on internal-dns-types (65/252)
28592026-02-24T14:20:29.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-02-24T14:20:29.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-02-24T14:20:29.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-02-24T14:20:29.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28632026-02-24T14:20:29.838Z
28642026-02-24T14:20:29.838Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/252)
28652026-02-24T14:20:30.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-02-24T14:20:30.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-02-24T14:20:30.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-02-24T14:20:30.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28692026-02-24T14:20:30.774Z
28702026-02-24T14:20:30.774Zinfo: running `cargo check --bins` on nexus-types-versions (67/252)
28712026-02-24T14:20:31.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-02-24T14:20:31.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-02-24T14:20:31.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-02-24T14:20:31.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28752026-02-24T14:20:31.736Z
28762026-02-24T14:20:31.736Zinfo: running `cargo check --bins` on omicron-passwords (68/252)
28772026-02-24T14:20:32.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-02-24T14:20:32.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-02-24T14:20:32.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-02-24T14:20:32.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28812026-02-24T14:20:32.617Z
28822026-02-24T14:20:32.617Zinfo: running `cargo check --bins` on oxql-types (69/252)
28832026-02-24T14:20:33.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-02-24T14:20:33.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-02-24T14:20:33.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-02-24T14:20:33.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28872026-02-24T14:20:33.567Z
28882026-02-24T14:20:33.567Zinfo: running `cargo check --bins` on oximeter-types (70/252)
28892026-02-24T14:20:34.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-02-24T14:20:34.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-02-24T14:20:34.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-02-24T14:20:34.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28932026-02-24T14:20:34.532Z
28942026-02-24T14:20:34.532Zinfo: running `cargo check --bins` on oximeter-types-versions (71/252)
28952026-02-24T14:20:35.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-02-24T14:20:35.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-02-24T14:20:35.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-02-24T14:20:35.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28992026-02-24T14:20:35.508Z
29002026-02-24T14:20:35.508Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/252)
29012026-02-24T14:20:36.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-02-24T14:20:36.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-02-24T14:20:36.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-02-24T14:20:36.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29052026-02-24T14:20:36.386Z
29062026-02-24T14:20:36.386Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (73/252)
29072026-02-24T14:20:37.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-02-24T14:20:37.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-02-24T14:20:37.354Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29102026-02-24T14:20:38.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
29112026-02-24T14:20:38.414Z
29122026-02-24T14:20:38.414Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/252)
29132026-02-24T14:20:39.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-02-24T14:20:39.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-02-24T14:20:39.403Z Compiling object v0.37.3
29162026-02-24T14:20:39.531Z Compiling stacker v0.1.23
29172026-02-24T14:20:39.586Z Compiling cfg_aliases v0.1.1
29182026-02-24T14:20:39.586Z Compiling convert_case v0.7.1
29192026-02-24T14:20:39.586Z Compiling vte_generate_state_changes v0.1.2
29202026-02-24T14:20:39.586Z Checking fd-lock v4.0.2
29212026-02-24T14:20:39.586Z Checking nibble_vec v0.1.0
29222026-02-24T14:20:39.586Z Compiling recursive-proc-macro-impl v0.1.1
29232026-02-24T14:20:39.697Z Compiling nix v0.28.0
29242026-02-24T14:20:39.836Z Checking endian-type v0.1.2
29252026-02-24T14:20:39.859Z Compiling peg-macros v0.8.5
29262026-02-24T14:20:40.076Z Checking radix_trie v0.2.1
29272026-02-24T14:20:40.102Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-02-24T14:20:40.313Z Checking vte v0.11.1
29292026-02-24T14:20:40.414Z Compiling sqlparser_derive v0.5.0
29302026-02-24T14:20:40.465Z Compiling derive_more-impl v2.0.1
29312026-02-24T14:20:40.519Z Checking home v0.5.9
29322026-02-24T14:20:40.764Z Checking unicode_categories v0.1.1
29332026-02-24T14:20:41.105Z Checking nu-ansi-term v0.50.1
29342026-02-24T14:20:41.243Z Checking sqlformat v0.3.5
29352026-02-24T14:20:41.584Z Checking display-error-chain v0.2.2
29362026-02-24T14:20:42.165Z Checking strip-ansi-escapes v0.2.0
29372026-02-24T14:20:42.348Z Checking reedline v0.40.0
29382026-02-24T14:20:42.369Z Checking derive_more v2.0.1
29392026-02-24T14:20:42.486Z Checking crossterm v0.29.0
29402026-02-24T14:20:42.827Z Checking peg v0.8.5
29412026-02-24T14:20:43.066Z Checking rustyline v14.0.0
29422026-02-24T14:20:45.913Z Compiling ar_archive_writer v0.5.1
29432026-02-24T14:20:46.792Z Compiling psm v0.1.30
29442026-02-24T14:20:47.718Z Checking recursive v0.1.1
29452026-02-24T14:20:47.837Z Checking sqlparser v0.61.0
29462026-02-24T14:21:09.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.72s
29472026-02-24T14:21:09.370Z
29482026-02-24T14:21:09.370Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/252)
29492026-02-24T14:21:10.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-02-24T14:21:10.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-02-24T14:21:10.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29522026-02-24T14:21:16.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s
29532026-02-24T14:21:17.127Z
29542026-02-24T14:21:17.127Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/252)
29552026-02-24T14:21:18.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-02-24T14:21:18.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-02-24T14:21:18.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-02-24T14:21:22.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
29592026-02-24T14:21:22.816Z
29602026-02-24T14:21:22.816Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/252)
29612026-02-24T14:21:23.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-02-24T14:21:23.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-02-24T14:21:23.799Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29642026-02-24T14:21:29.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
29652026-02-24T14:21:29.638Z
29662026-02-24T14:21:29.638Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/252)
29672026-02-24T14:21:30.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-02-24T14:21:30.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-02-24T14:21:30.568Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-02-24T14:21:36.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
29712026-02-24T14:21:36.410Z
29722026-02-24T14:21:36.410Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/252)
29732026-02-24T14:21:37.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-02-24T14:21:37.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-02-24T14:21:37.387Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-02-24T14:21:41.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
29772026-02-24T14:21:42.087Z
29782026-02-24T14:21:42.087Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/252)
29792026-02-24T14:21:42.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-02-24T14:21:42.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-02-24T14:21:43.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29822026-02-24T14:21:47.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
29832026-02-24T14:21:48.068Z
29842026-02-24T14:21:48.068Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/252)
29852026-02-24T14:21:48.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-02-24T14:21:48.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-02-24T14:21:49.142Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882026-02-24T14:21:55.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s
29892026-02-24T14:21:55.407Z
29902026-02-24T14:21:55.407Zinfo: running `cargo check --bins` on oximeter (82/252)
29912026-02-24T14:21:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-02-24T14:21:56.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-02-24T14:21:56.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-02-24T14:21:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29952026-02-24T14:21:56.332Z
29962026-02-24T14:21:56.333Zinfo: running `cargo check --bins` on oximeter-schema (83/252)
29972026-02-24T14:21:57.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-02-24T14:21:57.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-02-24T14:21:57.279Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30002026-02-24T14:21:57.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30012026-02-24T14:21:58.025Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30022026-02-24T14:22:05.953Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30032026-02-24T14:22:06.507Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30042026-02-24T14:22:08.570Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30052026-02-24T14:22:09.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
30062026-02-24T14:22:09.992Z
30072026-02-24T14:22:09.992Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (84/252)
30082026-02-24T14:22:10.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-02-24T14:22:10.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-02-24T14:22:10.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-02-24T14:22:10.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30122026-02-24T14:22:10.923Z
30132026-02-24T14:22:10.923Zinfo: running `cargo check --bins` on oximeter-test-utils (85/252)
30142026-02-24T14:22:11.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-02-24T14:22:11.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-02-24T14:22:11.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-02-24T14:22:11.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30182026-02-24T14:22:11.944Z
30192026-02-24T14:22:11.944Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (86/252)
30202026-02-24T14:22:12.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-02-24T14:22:12.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-02-24T14:22:12.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-02-24T14:22:12.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30242026-02-24T14:22:12.941Z
30252026-02-24T14:22:12.941Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/252)
30262026-02-24T14:22:13.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-02-24T14:22:13.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-02-24T14:22:13.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-02-24T14:22:13.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
30302026-02-24T14:22:13.984Z
30312026-02-24T14:22:13.984Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/252)
30322026-02-24T14:22:14.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-02-24T14:22:14.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-02-24T14:22:14.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-02-24T14:22:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30362026-02-24T14:22:14.969Z
30372026-02-24T14:22:14.969Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/252)
30382026-02-24T14:22:15.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-02-24T14:22:15.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-02-24T14:22:15.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-02-24T14:22:15.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30422026-02-24T14:22:15.922Z
30432026-02-24T14:22:15.922Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/252)
30442026-02-24T14:22:16.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-02-24T14:22:16.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-02-24T14:22:16.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-02-24T14:22:16.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30482026-02-24T14:22:16.883Z
30492026-02-24T14:22:16.883Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/252)
30502026-02-24T14:22:17.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-02-24T14:22:17.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-02-24T14:22:17.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-02-24T14:22:17.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30542026-02-24T14:22:17.876Z
30552026-02-24T14:22:17.876Zinfo: running `cargo check --bins --no-default-features` on gfss (92/252)
30562026-02-24T14:22:18.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-02-24T14:22:18.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-02-24T14:22:18.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-02-24T14:22:18.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30602026-02-24T14:22:18.866Z
30612026-02-24T14:22:18.866Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/252)
30622026-02-24T14:22:19.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-02-24T14:22:19.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-02-24T14:22:19.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-02-24T14:22:19.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30662026-02-24T14:22:19.791Z
30672026-02-24T14:22:19.791Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252)
30682026-02-24T14:22:20.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-02-24T14:22:20.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-02-24T14:22:20.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-02-24T14:22:20.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30722026-02-24T14:22:20.779Z
30732026-02-24T14:22:20.779Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252)
30742026-02-24T14:22:21.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-02-24T14:22:21.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-02-24T14:22:21.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-02-24T14:22:21.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30782026-02-24T14:22:21.792Z
30792026-02-24T14:22:21.792Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252)
30802026-02-24T14:22:22.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-02-24T14:22:22.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-02-24T14:22:22.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-02-24T14:22:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30842026-02-24T14:22:22.741Z
30852026-02-24T14:22:22.742Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252)
30862026-02-24T14:22:23.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-02-24T14:22:23.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-02-24T14:22:23.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-02-24T14:22:23.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30902026-02-24T14:22:23.691Z
30912026-02-24T14:22:23.691Zinfo: running `cargo check --bins` on trust-quorum-types (98/252)
30922026-02-24T14:22:24.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-02-24T14:22:24.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-02-24T14:22:24.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-02-24T14:22:24.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30962026-02-24T14:22:24.630Z
30972026-02-24T14:22:24.630Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/252)
30982026-02-24T14:22:25.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-02-24T14:22:25.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-02-24T14:22:25.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-02-24T14:22:25.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31022026-02-24T14:22:25.577Z
31032026-02-24T14:22:25.577Zinfo: running `cargo check --bins` on update-engine (100/252)
31042026-02-24T14:22:26.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-02-24T14:22:26.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-02-24T14:22:26.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-02-24T14:22:26.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31082026-02-24T14:22:26.488Z
31092026-02-24T14:22:26.488Zinfo: running `cargo check --bins` on omicron-certificates (101/252)
31102026-02-24T14:22:27.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-02-24T14:22:27.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-02-24T14:22:27.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-02-24T14:22:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31142026-02-24T14:22:27.380Z
31152026-02-24T14:22:27.380Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/252)
31162026-02-24T14:22:28.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-02-24T14:22:28.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-02-24T14:22:28.386Z Checking dropshot-api-manager-types v0.3.0
31192026-02-24T14:22:28.387Z Checking nanorand v0.7.0
31202026-02-24T14:22:28.696Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31212026-02-24T14:22:28.756Z Checking flume v0.11.1
31222026-02-24T14:22:29.122Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31232026-02-24T14:22:30.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
31242026-02-24T14:22:30.924Z
31252026-02-24T14:22:30.924Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/252)
31262026-02-24T14:22:31.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-02-24T14:22:31.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-02-24T14:22:31.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-02-24T14:22:31.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31302026-02-24T14:22:31.841Z
31312026-02-24T14:22:31.841Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/252)
31322026-02-24T14:22:32.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-02-24T14:22:32.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-02-24T14:22:32.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-02-24T14:22:32.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31362026-02-24T14:22:32.750Z
31372026-02-24T14:22:32.750Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/252)
31382026-02-24T14:22:33.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-02-24T14:22:33.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-02-24T14:22:33.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-02-24T14:22:33.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31422026-02-24T14:22:33.690Z
31432026-02-24T14:22:33.690Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252)
31442026-02-24T14:22:34.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-02-24T14:22:34.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-02-24T14:22:34.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-02-24T14:22:34.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31482026-02-24T14:22:34.640Z
31492026-02-24T14:22:34.640Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252)
31502026-02-24T14:22:35.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-02-24T14:22:35.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-02-24T14:22:35.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-02-24T14:22:35.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31542026-02-24T14:22:35.557Z
31552026-02-24T14:22:35.557Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/252)
31562026-02-24T14:22:36.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-02-24T14:22:36.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-02-24T14:22:36.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-02-24T14:22:36.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31602026-02-24T14:22:36.485Z
31612026-02-24T14:22:36.485Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/252)
31622026-02-24T14:22:37.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-02-24T14:22:37.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-02-24T14:22:37.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-02-24T14:22:37.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31662026-02-24T14:22:37.433Z
31672026-02-24T14:22:37.433Zinfo: running `cargo check --bins` on cockroach-admin-client (110/252)
31682026-02-24T14:22:38.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-02-24T14:22:38.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-02-24T14:22:38.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-02-24T14:22:38.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31722026-02-24T14:22:38.329Z
31732026-02-24T14:22:38.330Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/252)
31742026-02-24T14:22:39.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-02-24T14:22:39.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-02-24T14:22:39.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-02-24T14:22:39.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31782026-02-24T14:22:39.261Z
31792026-02-24T14:22:39.261Zinfo: running `cargo check --bins` on dns-service-client (112/252)
31802026-02-24T14:22:40.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-02-24T14:22:40.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-02-24T14:22:40.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-02-24T14:22:40.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31842026-02-24T14:22:40.202Z
31852026-02-24T14:22:40.202Zinfo: running `cargo check --bins` on installinator-client (113/252)
31862026-02-24T14:22:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-02-24T14:22:41.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-02-24T14:22:41.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-02-24T14:22:41.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31902026-02-24T14:22:41.172Z
31912026-02-24T14:22:41.172Zinfo: running `cargo check --bins` on nexus-client (114/252)
31922026-02-24T14:22:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-02-24T14:22:42.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-02-24T14:22:42.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-02-24T14:22:42.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31962026-02-24T14:22:42.130Z
31972026-02-24T14:22:42.130Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/252)
31982026-02-24T14:22:42.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-02-24T14:22:42.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-02-24T14:22:42.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-02-24T14:22:42.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32022026-02-24T14:22:43.119Z
32032026-02-24T14:22:43.119Zinfo: running `cargo check --bins` on ntp-admin-client (116/252)
32042026-02-24T14:22:43.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-02-24T14:22:43.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-02-24T14:22:43.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-02-24T14:22:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32082026-02-24T14:22:44.070Z
32092026-02-24T14:22:44.070Zinfo: running `cargo check --bins` on oxide-client (117/252)
32102026-02-24T14:22:44.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-02-24T14:22:44.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-02-24T14:22:44.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-02-24T14:22:44.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32142026-02-24T14:22:45.020Z
32152026-02-24T14:22:45.020Zinfo: running `cargo check --bins` on oximeter-client (118/252)
32162026-02-24T14:22:45.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-02-24T14:22:45.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-02-24T14:22:45.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-02-24T14:22:45.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32202026-02-24T14:22:45.962Z
32212026-02-24T14:22:45.962Zinfo: running `cargo check --bins` on repo-depot-client (119/252)
32222026-02-24T14:22:46.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-02-24T14:22:46.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-02-24T14:22:46.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-02-24T14:22:46.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32262026-02-24T14:22:46.876Z
32272026-02-24T14:22:46.876Zinfo: running `cargo check --bins` on sled-agent-client (120/252)
32282026-02-24T14:22:47.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-02-24T14:22:47.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-02-24T14:22:47.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-02-24T14:22:47.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32322026-02-24T14:22:47.850Z
32332026-02-24T14:22:47.850Zinfo: running `cargo check --bins` on wicketd-client (121/252)
32342026-02-24T14:22:48.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-02-24T14:22:48.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-02-24T14:22:48.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-02-24T14:22:48.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
32382026-02-24T14:22:48.838Z
32392026-02-24T14:22:48.838Zinfo: running `cargo check --bins` on installinator-common (122/252)
32402026-02-24T14:22:49.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-02-24T14:22:49.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-02-24T14:22:49.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-02-24T14:22:49.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32442026-02-24T14:22:49.858Z
32452026-02-24T14:22:49.858Zinfo: running `cargo check --bins` on installinator-common-versions (123/252)
32462026-02-24T14:22:50.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-02-24T14:22:50.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-02-24T14:22:50.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-02-24T14:22:50.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32502026-02-24T14:22:50.770Z
32512026-02-24T14:22:50.770Zinfo: running `cargo check --bins` on wicket-common (124/252)
32522026-02-24T14:22:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-02-24T14:22:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-02-24T14:22:51.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-02-24T14:22:51.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
32562026-02-24T14:22:51.766Z
32572026-02-24T14:22:51.766Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/252)
32582026-02-24T14:22:52.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-02-24T14:22:52.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-02-24T14:22:52.783Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32612026-02-24T14:22:52.783Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-02-24T14:22:52.786Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32632026-02-24T14:22:52.786Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32642026-02-24T14:22:52.920Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32652026-02-24T14:22:53.185Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32662026-02-24T14:22:53.203Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32672026-02-24T14:22:53.610Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-02-24T14:22:53.613Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32692026-02-24T14:22:57.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
32702026-02-24T14:22:57.481Z
32712026-02-24T14:22:57.481Zinfo: running `cargo check --bins` on cockroach-admin-api (126/252)
32722026-02-24T14:22:58.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-02-24T14:22:58.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-02-24T14:22:58.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-02-24T14:22:58.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32762026-02-24T14:22:58.426Z
32772026-02-24T14:22:58.426Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252)
32782026-02-24T14:22:59.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-02-24T14:22:59.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-02-24T14:22:59.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-02-24T14:22:59.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
32822026-02-24T14:22:59.539Z
32832026-02-24T14:22:59.539Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252)
32842026-02-24T14:23:00.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-02-24T14:23:00.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-02-24T14:23:00.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-02-24T14:23:00.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
32882026-02-24T14:23:00.592Z
32892026-02-24T14:23:00.592Zinfo: running `cargo check --bins` on dns-server (129/252)
32902026-02-24T14:23:01.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-02-24T14:23:01.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-02-24T14:23:01.609Z Compiling parking_lot_core v0.8.6
32932026-02-24T14:23:01.610Z Compiling moka v0.12.10
32942026-02-24T14:23:01.615Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32952026-02-24T14:23:01.615Z Checking tagptr v0.2.0
32962026-02-24T14:23:01.778Z Checking prefix-trie v0.7.0
32972026-02-24T14:23:01.782Z Checking fxhash v0.2.1
32982026-02-24T14:23:01.782Z Checking hickory-client v0.25.2
32992026-02-24T14:23:02.465Z Checking hickory-server v0.25.2
33002026-02-24T14:23:02.517Z Checking parking_lot v0.11.2
33012026-02-24T14:23:02.741Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-02-24T14:23:02.742Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33032026-02-24T14:23:02.745Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-02-24T14:23:02.854Z Checking sled v0.34.7
33052026-02-24T14:23:03.398Z Checking hickory-resolver v0.25.2
33062026-02-24T14:23:05.097Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33072026-02-24T14:23:06.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
33082026-02-24T14:23:07.005Z
33092026-02-24T14:23:07.005Zinfo: running `cargo check --bins` on dns-server-api (130/252)
33102026-02-24T14:23:07.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-02-24T14:23:07.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-02-24T14:23:07.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-02-24T14:23:07.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
33142026-02-24T14:23:07.993Z
33152026-02-24T14:23:07.993Zinfo: running `cargo check --bins` on gateway-test-utils (131/252)
33162026-02-24T14:23:08.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-02-24T14:23:08.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-02-24T14:23:08.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-02-24T14:23:08.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
33202026-02-24T14:23:09.100Z
33212026-02-24T14:23:09.100Zinfo: running `cargo check --bins` on omicron-gateway (132/252)
33222026-02-24T14:23:10.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-02-24T14:23:10.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-02-24T14:23:10.373Z Compiling radium v0.7.0
33252026-02-24T14:23:10.376Z Compiling maybe-uninit v2.0.0
33262026-02-24T14:23:10.377Z Checking tap v1.0.1
33272026-02-24T14:23:10.536Z Compiling zerocopy-derive v0.6.6
33282026-02-24T14:23:10.540Z Checking funty v2.0.0
33292026-02-24T14:23:10.540Z Compiling packed_struct v0.10.1
33302026-02-24T14:23:10.540Z Checking crc-catalog v2.4.0
33312026-02-24T14:23:10.625Z Compiling packed_struct_codegen v0.10.1
33322026-02-24T14:23:10.681Z Checking wyz v0.5.1
33332026-02-24T14:23:10.777Z Checking crc v3.2.1
33342026-02-24T14:23:11.108Z Compiling bitfield-macros v0.19.2
33352026-02-24T14:23:11.145Z Compiling indexmap v1.9.3
33362026-02-24T14:23:11.260Z Checking nodrop v0.1.14
33372026-02-24T14:23:11.317Z Checking smallvec v0.6.14
33382026-02-24T14:23:11.423Z Checking array-init v0.0.4
33392026-02-24T14:23:11.426Z Checking bitvec v1.0.1
33402026-02-24T14:23:11.473Z Checking hashbrown v0.12.3
33412026-02-24T14:23:11.608Z Checking ron v0.8.1
33422026-02-24T14:23:11.765Z Checking hashbrown v0.13.2
33432026-02-24T14:23:12.399Z Checking serde-hex v0.1.0
33442026-02-24T14:23:12.515Z Checking zerocopy v0.6.6
33452026-02-24T14:23:12.656Z Checking bitfield v0.19.2
33462026-02-24T14:23:12.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-02-24T14:23:12.943Z Checking crc-any v2.5.0
33482026-02-24T14:23:13.187Z Checking void v1.0.2
33492026-02-24T14:23:13.305Z Checking half v1.8.3
33502026-02-24T14:23:13.308Z Checking path-slash v0.1.5
33512026-02-24T14:23:13.346Z Checking object v0.30.4
33522026-02-24T14:23:13.368Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-02-24T14:23:13.372Z Checking lzss v0.8.2
33542026-02-24T14:23:13.408Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-02-24T14:23:13.491Z Checking tungstenite v0.23.0
33562026-02-24T14:23:13.660Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-02-24T14:23:13.741Z Checking serde_cbor v0.11.2
33582026-02-24T14:23:13.772Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-02-24T14:23:13.983Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-02-24T14:23:14.013Z Checking nix v0.27.1
33612026-02-24T14:23:14.430Z Checking kstat-rs v0.2.4
33622026-02-24T14:23:14.697Z Checking serde_bytes v0.11.19
33632026-02-24T14:23:14.725Z Checking tokio-tungstenite v0.23.1
33642026-02-24T14:23:14.810Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-02-24T14:23:15.100Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-02-24T14:23:15.292Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-02-24T14:23:15.378Z Checking signal-hook-tokio v0.3.1
33682026-02-24T14:23:17.332Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-02-24T14:23:17.577Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33702026-02-24T14:23:22.560Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33712026-02-24T14:23:24.048Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-02-24T14:23:24.498Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33732026-02-24T14:23:26.454Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-02-24T14:23:29.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s
33752026-02-24T14:23:30.208Z
33762026-02-24T14:23:30.208Zinfo: running `cargo check --bins` on gateway-api (133/252)
33772026-02-24T14:23:31.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-02-24T14:23:31.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-02-24T14:23:31.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-02-24T14:23:31.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
33812026-02-24T14:23:31.182Z
33822026-02-24T14:23:31.182Zinfo: running `cargo check --bins` on ipcc (134/252)
33832026-02-24T14:23:31.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-02-24T14:23:31.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-02-24T14:23:31.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-02-24T14:23:31.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
33872026-02-24T14:23:32.104Z
33882026-02-24T14:23:32.104Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252)
33892026-02-24T14:23:32.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-02-24T14:23:32.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-02-24T14:23:32.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-02-24T14:23:32.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
33932026-02-24T14:23:33.029Z
33942026-02-24T14:23:33.029Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252)
33952026-02-24T14:23:33.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-02-24T14:23:33.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-02-24T14:23:33.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-02-24T14:23:33.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
33992026-02-24T14:23:33.978Z
34002026-02-24T14:23:33.978Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252)
34012026-02-24T14:23:34.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-02-24T14:23:34.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-02-24T14:23:34.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-02-24T14:23:34.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
34052026-02-24T14:23:34.914Z
34062026-02-24T14:23:34.914Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252)
34072026-02-24T14:23:35.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-02-24T14:23:35.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-02-24T14:23:35.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-02-24T14:23:35.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
34112026-02-24T14:23:35.837Z
34122026-02-24T14:23:35.837Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252)
34132026-02-24T14:23:36.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-02-24T14:23:36.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-02-24T14:23:36.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-02-24T14:23:36.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
34172026-02-24T14:23:36.761Z
34182026-02-24T14:23:36.761Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252)
34192026-02-24T14:23:37.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-02-24T14:23:37.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-02-24T14:23:37.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-02-24T14:23:37.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34232026-02-24T14:23:37.680Z
34242026-02-24T14:23:37.680Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252)
34252026-02-24T14:23:38.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-02-24T14:23:38.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-02-24T14:23:38.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-02-24T14:23:38.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34292026-02-24T14:23:38.591Z
34302026-02-24T14:23:38.591Zinfo: running `cargo check --bins` on oximeter-producer (142/252)
34312026-02-24T14:23:39.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-02-24T14:23:39.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-02-24T14:23:39.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-02-24T14:23:39.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
34352026-02-24T14:23:39.586Z
34362026-02-24T14:23:39.586Zinfo: running `cargo check --bins` on internal-dns-resolver (143/252)
34372026-02-24T14:23:40.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-02-24T14:23:40.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-02-24T14:23:40.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-02-24T14:23:40.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
34412026-02-24T14:23:40.542Z
34422026-02-24T14:23:40.542Zinfo: running `cargo check --bins` on sp-sim (144/252)
34432026-02-24T14:23:41.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-02-24T14:23:41.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-02-24T14:23:41.603Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-02-24T14:23:44.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
34472026-02-24T14:23:44.776Z
34482026-02-24T14:23:44.776Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252)
34492026-02-24T14:23:45.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-02-24T14:23:45.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-02-24T14:23:45.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-02-24T14:23:45.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
34532026-02-24T14:23:45.823Z
34542026-02-24T14:23:45.823Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252)
34552026-02-24T14:23:46.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-02-24T14:23:46.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-02-24T14:23:46.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-02-24T14:23:46.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
34592026-02-24T14:23:46.870Z
34602026-02-24T14:23:46.870Zinfo: running `cargo check --bins` on db-macros (147/252)
34612026-02-24T14:23:47.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-02-24T14:23:47.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-02-24T14:23:47.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-02-24T14:23:47.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34652026-02-24T14:23:47.751Z
34662026-02-24T14:23:47.752Zinfo: running `cargo check --bins` on nexus-macros-common (148/252)
34672026-02-24T14:23:48.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-02-24T14:23:48.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-02-24T14:23:48.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-02-24T14:23:48.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
34712026-02-24T14:23:48.686Z
34722026-02-24T14:23:48.686Zinfo: running `cargo check --bins` on nexus-auth (149/252)
34732026-02-24T14:23:49.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-02-24T14:23:49.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-02-24T14:23:49.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-02-24T14:23:49.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
34772026-02-24T14:23:49.708Z
34782026-02-24T14:23:49.708Zinfo: running `cargo check --bins` on authz-macros (150/252)
34792026-02-24T14:23:50.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-02-24T14:23:50.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-02-24T14:23:50.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-02-24T14:23:50.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34832026-02-24T14:23:50.610Z
34842026-02-24T14:23:50.610Zinfo: running `cargo check --bins` on nexus-db-fixed-data (151/252)
34852026-02-24T14:23:51.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-02-24T14:23:51.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-02-24T14:23:51.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-02-24T14:23:51.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
34892026-02-24T14:23:51.636Z
34902026-02-24T14:23:51.637Zinfo: running `cargo check --bins` on nexus-db-model (152/252)
34912026-02-24T14:23:52.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-02-24T14:23:52.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-02-24T14:23:52.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-02-24T14:23:52.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
34952026-02-24T14:23:52.602Z
34962026-02-24T14:23:52.602Zinfo: running `cargo check --bins` on nexus-db-schema (153/252)
34972026-02-24T14:23:53.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-02-24T14:23:53.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-02-24T14:23:53.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-02-24T14:23:53.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35012026-02-24T14:23:53.518Z
35022026-02-24T14:23:53.518Zinfo: running `cargo check --bins` on omicron-rpaths (154/252)
35032026-02-24T14:23:54.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-02-24T14:23:54.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-02-24T14:23:54.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-02-24T14:23:54.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35072026-02-24T14:23:54.414Z
35082026-02-24T14:23:54.415Zinfo: running `cargo check --bins` on nexus-defaults (155/252)
35092026-02-24T14:23:55.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-02-24T14:23:55.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-02-24T14:23:55.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-02-24T14:23:55.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35132026-02-24T14:23:55.316Z
35142026-02-24T14:23:55.319Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (156/252)
35152026-02-24T14:23:56.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-02-24T14:23:56.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-02-24T14:23:56.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-02-24T14:23:56.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35192026-02-24T14:23:56.216Z
35202026-02-24T14:23:56.216Zinfo: running `cargo check --bins` on parallel-task-set (157/252)
35212026-02-24T14:23:57.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-02-24T14:23:57.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-02-24T14:23:57.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-02-24T14:23:57.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35252026-02-24T14:23:57.121Z
35262026-02-24T14:23:57.121Zinfo: running `cargo check --bins` on nexus-db-errors (158/252)
35272026-02-24T14:23:57.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-02-24T14:23:57.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-02-24T14:23:57.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-02-24T14:23:57.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
35312026-02-24T14:23:58.091Z
35322026-02-24T14:23:58.091Zinfo: running `cargo check --bins` on nexus-db-lookup (159/252)
35332026-02-24T14:23:58.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-02-24T14:23:58.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-02-24T14:23:58.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-02-24T14:23:58.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
35372026-02-24T14:23:59.081Z
35382026-02-24T14:23:59.081Zinfo: running `cargo check --bins` on nexus-inventory (160/252)
35392026-02-24T14:23:59.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-02-24T14:23:59.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-02-24T14:23:59.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-02-24T14:24:00.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
35432026-02-24T14:24:00.157Z
35442026-02-24T14:24:00.157Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252)
35452026-02-24T14:24:01.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-02-24T14:24:01.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-02-24T14:24:01.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-02-24T14:24:01.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
35492026-02-24T14:24:01.184Z
35502026-02-24T14:24:01.184Zinfo: running `cargo check --bins --no-default-features` on sled-storage (162/252)
35512026-02-24T14:24:02.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-02-24T14:24:02.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-02-24T14:24:02.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-02-24T14:24:02.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
35552026-02-24T14:24:02.169Z
35562026-02-24T14:24:02.169Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252)
35572026-02-24T14:24:03.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-02-24T14:24:03.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-02-24T14:24:03.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-02-24T14:24:03.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
35612026-02-24T14:24:03.123Z
35622026-02-24T14:24:03.123Zinfo: running `cargo check --bins` on key-manager (164/252)
35632026-02-24T14:24:03.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-02-24T14:24:03.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-02-24T14:24:03.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-02-24T14:24:03.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
35672026-02-24T14:24:04.084Z
35682026-02-24T14:24:04.084Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (165/252)
35692026-02-24T14:24:04.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-02-24T14:24:04.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-02-24T14:24:04.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-02-24T14:24:04.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
35732026-02-24T14:24:05.056Z
35742026-02-24T14:24:05.056Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252)
35752026-02-24T14:24:05.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-02-24T14:24:05.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-02-24T14:24:05.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-02-24T14:24:05.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
35792026-02-24T14:24:06.005Z
35802026-02-24T14:24:06.005Zinfo: running `cargo check --bins` on typed-rng (167/252)
35812026-02-24T14:24:06.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-02-24T14:24:06.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-02-24T14:24:06.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-02-24T14:24:06.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35852026-02-24T14:24:06.948Z
35862026-02-24T14:24:06.948Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252)
35872026-02-24T14:24:07.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-02-24T14:24:07.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-02-24T14:24:08.128Z Compiling libefi-sys v0.1.0
35902026-02-24T14:24:08.131Z Compiling bitfield-struct v0.6.2
35912026-02-24T14:24:08.131Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35922026-02-24T14:24:08.307Z Compiling xshell-macros v0.2.7
35932026-02-24T14:24:08.310Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35942026-02-24T14:24:08.349Z Compiling salty v0.3.0
35952026-02-24T14:24:08.352Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35962026-02-24T14:24:08.394Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35972026-02-24T14:24:08.418Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35982026-02-24T14:24:08.628Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35992026-02-24T14:24:08.961Z Checking primeorder v0.13.6
36002026-02-24T14:24:08.991Z Compiling proc-macro-error-attr2 v2.0.0
36012026-02-24T14:24:09.032Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36022026-02-24T14:24:09.035Z Checking xshell v0.2.7
36032026-02-24T14:24:09.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36042026-02-24T14:24:09.446Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36052026-02-24T14:24:09.498Z Checking p384 v0.13.1
36062026-02-24T14:24:09.680Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36072026-02-24T14:24:09.787Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36082026-02-24T14:24:09.815Z Compiling proc-macro-error2 v2.0.1
36092026-02-24T14:24:09.914Z Compiling num-derive v0.3.3
36102026-02-24T14:24:10.329Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36112026-02-24T14:24:10.447Z Compiling unicase v2.8.1
36122026-02-24T14:24:10.479Z Compiling tabled_derive v0.11.0
36132026-02-24T14:24:10.521Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36142026-02-24T14:24:10.842Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36152026-02-24T14:24:10.901Z Compiling mime_guess v2.0.5
36162026-02-24T14:24:11.192Z Checking papergrid v0.17.0
36172026-02-24T14:24:11.326Z Checking testing_table v0.3.0
36182026-02-24T14:24:11.524Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36192026-02-24T14:24:12.120Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36202026-02-24T14:24:12.203Z Checking libscf-sys v1.1.0
36212026-02-24T14:24:12.474Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36222026-02-24T14:24:12.766Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36232026-02-24T14:24:12.803Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36242026-02-24T14:24:13.191Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36252026-02-24T14:24:13.230Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36262026-02-24T14:24:13.464Z Checking corncobs v0.1.4
36272026-02-24T14:24:13.662Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36282026-02-24T14:24:13.726Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36292026-02-24T14:24:13.772Z Checking tabled v0.20.0
36302026-02-24T14:24:14.142Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36312026-02-24T14:24:14.178Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36322026-02-24T14:24:14.249Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36332026-02-24T14:24:14.277Z Checking secrecy v0.8.0
36342026-02-24T14:24:14.348Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36352026-02-24T14:24:14.612Z Checking http-range v0.1.5
36362026-02-24T14:24:15.175Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36372026-02-24T14:24:15.218Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36382026-02-24T14:24:15.257Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36392026-02-24T14:24:15.654Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36402026-02-24T14:24:16.066Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36412026-02-24T14:24:16.171Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36422026-02-24T14:24:16.233Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36432026-02-24T14:24:16.265Z Checking atty v0.2.14
36442026-02-24T14:24:16.354Z Checking crc8 v0.1.1
36452026-02-24T14:24:16.467Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36462026-02-24T14:24:16.560Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36472026-02-24T14:24:16.781Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36482026-02-24T14:24:17.016Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36492026-02-24T14:24:17.305Z Checking hyper-staticfile v0.10.1
36502026-02-24T14:24:17.714Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36512026-02-24T14:24:17.909Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36522026-02-24T14:24:18.364Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36532026-02-24T14:24:18.401Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36542026-02-24T14:24:18.564Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36552026-02-24T14:24:18.707Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36562026-02-24T14:24:18.782Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36572026-02-24T14:24:18.926Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36582026-02-24T14:24:19.088Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36592026-02-24T14:24:19.322Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36602026-02-24T14:24:19.368Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36612026-02-24T14:24:19.906Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36622026-02-24T14:24:19.991Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36632026-02-24T14:24:20.024Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36642026-02-24T14:24:22.380Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36652026-02-24T14:24:22.804Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36662026-02-24T14:24:22.852Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36672026-02-24T14:24:23.679Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36682026-02-24T14:24:24.355Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36692026-02-24T14:24:24.407Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36702026-02-24T14:24:33.790Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36712026-02-24T14:24:51.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.87s
36722026-02-24T14:24:52.142Z
36732026-02-24T14:24:52.142Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252)
36742026-02-24T14:24:53.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-02-24T14:24:53.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-02-24T14:24:53.298Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36772026-02-24T14:25:11.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s
36782026-02-24T14:25:11.779Z
36792026-02-24T14:25:11.780Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252)
36802026-02-24T14:25:12.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-02-24T14:25:12.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-02-24T14:25:12.906Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36832026-02-24T14:25:31.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s
36842026-02-24T14:25:31.420Z
36852026-02-24T14:25:31.420Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252)
36862026-02-24T14:25:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-02-24T14:25:32.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-02-24T14:25:32.532Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36892026-02-24T14:25:51.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.58s
36902026-02-24T14:25:51.260Z
36912026-02-24T14:25:51.260Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252)
36922026-02-24T14:25:52.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-02-24T14:25:52.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-02-24T14:25:52.369Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-02-24T14:26:11.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
36962026-02-24T14:26:11.379Z
36972026-02-24T14:26:11.380Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252)
36982026-02-24T14:26:12.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-02-24T14:26:12.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-02-24T14:26:12.512Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-02-24T14:26:30.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s
37022026-02-24T14:26:30.997Z
37032026-02-24T14:26:30.997Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252)
37042026-02-24T14:26:31.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-02-24T14:26:31.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-02-24T14:26:32.141Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072026-02-24T14:26:50.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.67s
37082026-02-24T14:26:50.925Z
37092026-02-24T14:26:50.925Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252)
37102026-02-24T14:26:51.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-02-24T14:26:51.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-02-24T14:26:52.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-02-24T14:27:10.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
37142026-02-24T14:27:10.548Z
37152026-02-24T14:27:10.548Zinfo: running `cargo check --bins` on bootstrap-agent-api (176/252)
37162026-02-24T14:27:11.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-02-24T14:27:11.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-02-24T14:27:11.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-02-24T14:27:11.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
37202026-02-24T14:27:11.485Z
37212026-02-24T14:27:11.485Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252)
37222026-02-24T14:27:12.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-02-24T14:27:12.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-02-24T14:27:12.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-02-24T14:27:12.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
37262026-02-24T14:27:12.457Z
37272026-02-24T14:27:12.457Zinfo: running `cargo check --bins` on range-requests (178/252)
37282026-02-24T14:27:13.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-02-24T14:27:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-02-24T14:27:13.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-02-24T14:27:13.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37322026-02-24T14:27:13.392Z
37332026-02-24T14:27:13.392Zinfo: running `cargo check --bins` on repo-depot-api (179/252)
37342026-02-24T14:27:14.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-02-24T14:27:14.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-02-24T14:27:14.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-02-24T14:27:14.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37382026-02-24T14:27:14.280Z
37392026-02-24T14:27:14.280Zinfo: running `cargo check --bins` on sled-agent-api (180/252)
37402026-02-24T14:27:15.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-02-24T14:27:15.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-02-24T14:27:15.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-02-24T14:27:15.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37442026-02-24T14:27:15.218Z
37452026-02-24T14:27:15.218Zinfo: running `cargo check --bins` on sled-diagnostics (181/252)
37462026-02-24T14:27:16.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-02-24T14:27:16.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-02-24T14:27:16.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-02-24T14:27:16.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
37502026-02-24T14:27:16.136Z
37512026-02-24T14:27:16.136Zinfo: running `cargo check --bins` on zfs-test-harness (182/252)
37522026-02-24T14:27:16.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-02-24T14:27:16.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-02-24T14:27:16.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-02-24T14:27:16.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37562026-02-24T14:27:17.059Z
37572026-02-24T14:27:17.059Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252)
37582026-02-24T14:27:17.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-02-24T14:27:17.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-02-24T14:27:17.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-02-24T14:27:17.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
37622026-02-24T14:27:17.999Z
37632026-02-24T14:27:17.999Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252)
37642026-02-24T14:27:18.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-02-24T14:27:18.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-02-24T14:27:18.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-02-24T14:27:18.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37682026-02-24T14:27:18.926Z
37692026-02-24T14:27:18.926Zinfo: running `cargo check --bins` on sled-agent-health-monitor (185/252)
37702026-02-24T14:27:19.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-02-24T14:27:19.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-02-24T14:27:19.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-02-24T14:27:19.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
37742026-02-24T14:27:19.870Z
37752026-02-24T14:27:19.870Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252)
37762026-02-24T14:27:20.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-02-24T14:27:20.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-02-24T14:27:20.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-02-24T14:27:20.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37802026-02-24T14:27:20.796Z
37812026-02-24T14:27:20.796Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252)
37822026-02-24T14:27:21.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-02-24T14:27:21.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-02-24T14:27:21.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-02-24T14:27:21.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37862026-02-24T14:27:21.716Z
37872026-02-24T14:27:21.716Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (188/252)
37882026-02-24T14:27:22.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-02-24T14:27:22.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-02-24T14:27:22.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-02-24T14:27:22.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
37922026-02-24T14:27:22.653Z
37932026-02-24T14:27:22.653Zinfo: running `cargo check --bins` on trust-quorum (189/252)
37942026-02-24T14:27:23.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-02-24T14:27:23.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-02-24T14:27:23.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-02-24T14:27:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37982026-02-24T14:27:23.594Z
37992026-02-24T14:27:23.594Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252)
38002026-02-24T14:27:24.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-02-24T14:27:24.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-02-24T14:27:24.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-02-24T14:27:24.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
38042026-02-24T14:27:24.617Z
38052026-02-24T14:27:24.617Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (191/252)
38062026-02-24T14:27:25.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-02-24T14:27:25.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-02-24T14:27:25.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-02-24T14:27:25.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
38102026-02-24T14:27:25.673Z
38112026-02-24T14:27:25.673Zinfo: running `cargo check --bins` on update-common (192/252)
38122026-02-24T14:27:26.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-02-24T14:27:26.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-02-24T14:27:26.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-02-24T14:27:26.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
38162026-02-24T14:27:26.679Z
38172026-02-24T14:27:26.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252)
38182026-02-24T14:27:27.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-02-24T14:27:27.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-02-24T14:27:27.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-02-24T14:27:27.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
38222026-02-24T14:27:27.780Z
38232026-02-24T14:27:27.780Zinfo: running `cargo check --bins` on reconfigurator-cli (194/252)
38242026-02-24T14:27:28.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-02-24T14:27:28.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-02-24T14:27:28.929Z Compiling fs-err v2.11.0
38272026-02-24T14:27:28.932Z Checking ignore v0.4.23
38282026-02-24T14:27:28.932Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38292026-02-24T14:27:28.932Z Checking predicates-tree v1.0.12
38302026-02-24T14:27:29.077Z Checking parse-size v1.1.0
38312026-02-24T14:27:29.136Z Checking rand_seeder v0.4.0
38322026-02-24T14:27:29.139Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38332026-02-24T14:27:29.139Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38342026-02-24T14:27:29.266Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38352026-02-24T14:27:29.344Z Compiling petname v2.0.2
38362026-02-24T14:27:29.430Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38372026-02-24T14:27:29.769Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38382026-02-24T14:27:29.848Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38392026-02-24T14:27:29.994Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38402026-02-24T14:27:30.040Z Checking globwalk v0.9.1
38412026-02-24T14:27:30.143Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38422026-02-24T14:27:30.336Z Checking sapling-renderdag v0.1.0
38432026-02-24T14:27:30.360Z Checking camino-tempfile-ext v0.3.2
38442026-02-24T14:27:30.507Z Checking sync-ptr v0.1.4
38452026-02-24T14:27:30.718Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38462026-02-24T14:27:30.775Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38472026-02-24T14:27:30.907Z Checking assert_matches v1.5.0
38482026-02-24T14:27:31.494Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38492026-02-24T14:27:31.602Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38502026-02-24T14:27:31.605Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38512026-02-24T14:27:32.539Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38522026-02-24T14:27:34.752Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38532026-02-24T14:27:38.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s
38542026-02-24T14:27:38.595Z
38552026-02-24T14:27:38.595Zinfo: running `cargo check --bins` on omicron-repl-utils (195/252)
38562026-02-24T14:27:39.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-02-24T14:27:39.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-02-24T14:27:39.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-02-24T14:27:39.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38602026-02-24T14:27:39.485Z
38612026-02-24T14:27:39.485Zinfo: running `cargo check --bins` on nexus-test-interface (196/252)
38622026-02-24T14:27:40.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-02-24T14:27:40.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-02-24T14:27:40.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-02-24T14:27:40.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
38662026-02-24T14:27:40.482Z
38672026-02-24T14:27:40.482Zinfo: running `cargo check --bins` on oximeter-collector (197/252)
38682026-02-24T14:27:41.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-02-24T14:27:41.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-02-24T14:27:41.562Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38712026-02-24T14:27:41.562Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38722026-02-24T14:27:42.614Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38732026-02-24T14:27:45.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
38742026-02-24T14:27:45.333Z
38752026-02-24T14:27:45.333Zinfo: running `cargo check --bins` on oximeter-api (198/252)
38762026-02-24T14:27:46.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-02-24T14:27:46.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-02-24T14:27:46.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-02-24T14:27:46.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
38802026-02-24T14:27:46.261Z
38812026-02-24T14:27:46.261Zinfo: running `cargo check --bins` on cert-dev (199/252)
38822026-02-24T14:27:47.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-02-24T14:27:47.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-02-24T14:27:47.127Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38852026-02-24T14:27:47.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38862026-02-24T14:27:47.682Z
38872026-02-24T14:27:47.682Zinfo: running `cargo check --bins` on clickana (200/252)
38882026-02-24T14:27:48.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-02-24T14:27:48.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-02-24T14:27:48.622Z Checking castaway v0.2.3
38912026-02-24T14:27:48.625Z Checking unicode-truncate v1.1.0
38922026-02-24T14:27:48.625Z Checking lru v0.12.5
38932026-02-24T14:27:48.625Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38942026-02-24T14:27:48.625Z Compiling instability v0.3.2
38952026-02-24T14:27:48.625Z Checking cassowary v0.3.0
38962026-02-24T14:27:48.625Z Compiling indoc v2.0.6
38972026-02-24T14:27:48.884Z Checking compact_str v0.8.0
38982026-02-24T14:27:49.573Z Checking ratatui v0.29.0
38992026-02-24T14:27:50.601Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39002026-02-24T14:27:50.895Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39012026-02-24T14:27:52.187Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39022026-02-24T14:27:53.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
39032026-02-24T14:27:53.429Z
39042026-02-24T14:27:53.429Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (201/252)
39052026-02-24T14:27:54.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-02-24T14:27:54.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-02-24T14:27:54.478Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39082026-02-24T14:27:54.478Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39092026-02-24T14:27:55.291Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39102026-02-24T14:27:55.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
39112026-02-24T14:27:56.149Z
39122026-02-24T14:27:56.149Zinfo: running `cargo check --bins` on ch-dev (202/252)
39132026-02-24T14:27:56.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-02-24T14:27:56.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-02-24T14:27:57.169Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39162026-02-24T14:27:58.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
39172026-02-24T14:27:58.505Z
39182026-02-24T14:27:58.505Zinfo: running `cargo check --bins` on dev-tools-common (203/252)
39192026-02-24T14:27:59.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-02-24T14:27:59.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-02-24T14:27:59.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-02-24T14:27:59.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
39232026-02-24T14:27:59.182Z
39242026-02-24T14:27:59.183Zinfo: running `cargo check --bins` on crdb-seed (204/252)
39252026-02-24T14:28:00.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-02-24T14:28:00.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-02-24T14:28:00.178Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39282026-02-24T14:28:00.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
39292026-02-24T14:28:01.019Z
39302026-02-24T14:28:01.019Zinfo: running `cargo check --bins` on db-dev (205/252)
39312026-02-24T14:28:01.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-02-24T14:28:01.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-02-24T14:28:02.070Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39342026-02-24T14:28:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
39352026-02-24T14:28:03.411Z
39362026-02-24T14:28:03.412Zinfo: running `cargo check --bins` on omicron-dev-lib (206/252)
39372026-02-24T14:28:04.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-02-24T14:28:04.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-02-24T14:28:04.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-02-24T14:28:04.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
39412026-02-24T14:28:04.406Z
39422026-02-24T14:28:04.406Zinfo: running `cargo check --bins` on xtask-downloader (207/252)
39432026-02-24T14:28:05.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-02-24T14:28:05.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-02-24T14:28:05.261Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39462026-02-24T14:28:06.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39472026-02-24T14:28:06.537Z
39482026-02-24T14:28:06.537Zinfo: running `cargo check --bins` on omicron-dropshot-apis (208/252)
39492026-02-24T14:28:07.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-02-24T14:28:07.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-02-24T14:28:07.580Z Compiling tabled_derive v0.10.0
39522026-02-24T14:28:07.580Z Checking papergrid v0.14.0
39532026-02-24T14:28:07.583Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39542026-02-24T14:28:07.583Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39552026-02-24T14:28:07.583Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39562026-02-24T14:28:07.725Z Compiling trait-variant v0.1.2
39572026-02-24T14:28:07.739Z Checking is_ci v1.2.0
39582026-02-24T14:28:07.776Z Checking maplit v1.0.2
39592026-02-24T14:28:07.957Z Checking supports-color v3.0.2
39602026-02-24T14:28:07.980Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39612026-02-24T14:28:08.597Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39622026-02-24T14:28:08.600Z Checking drift v0.1.3
39632026-02-24T14:28:08.600Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39642026-02-24T14:28:08.773Z Checking dropshot-api-manager v0.3.0
39652026-02-24T14:28:08.902Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39662026-02-24T14:28:08.979Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39672026-02-24T14:28:09.256Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39682026-02-24T14:28:09.442Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39692026-02-24T14:28:09.629Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39702026-02-24T14:28:09.950Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39712026-02-24T14:28:10.405Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39722026-02-24T14:28:10.466Z Checking tabled v0.18.0
39732026-02-24T14:28:10.667Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39742026-02-24T14:28:10.707Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39752026-02-24T14:28:19.514Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39762026-02-24T14:28:21.244Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39772026-02-24T14:28:22.178Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39782026-02-24T14:28:22.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s
39792026-02-24T14:28:23.066Z
39802026-02-24T14:28:23.066Zinfo: running `cargo check --bins` on installinator-api (209/252)
39812026-02-24T14:28:23.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-02-24T14:28:23.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-02-24T14:28:23.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-02-24T14:28:23.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39852026-02-24T14:28:23.964Z
39862026-02-24T14:28:23.964Zinfo: running `cargo check --bins` on nexus-external-api (210/252)
39872026-02-24T14:28:24.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-02-24T14:28:24.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-02-24T14:28:24.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-02-24T14:28:24.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
39912026-02-24T14:28:24.935Z
39922026-02-24T14:28:24.935Zinfo: running `cargo check --bins` on nexus-internal-api (211/252)
39932026-02-24T14:28:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-02-24T14:28:25.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-02-24T14:28:25.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-02-24T14:28:25.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39972026-02-24T14:28:25.911Z
39982026-02-24T14:28:25.911Zinfo: running `cargo check --bins` on nexus-lockstep-api (212/252)
39992026-02-24T14:28:26.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-02-24T14:28:26.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-02-24T14:28:26.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-02-24T14:28:26.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
40032026-02-24T14:28:26.866Z
40042026-02-24T14:28:26.866Zinfo: running `cargo check --bins` on ntp-admin-api (213/252)
40052026-02-24T14:28:27.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-02-24T14:28:27.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-02-24T14:28:27.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-02-24T14:28:27.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40092026-02-24T14:28:27.767Z
40102026-02-24T14:28:27.768Zinfo: running `cargo check --bins` on ntp-admin-types-versions (214/252)
40112026-02-24T14:28:28.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-02-24T14:28:28.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-02-24T14:28:28.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-02-24T14:28:28.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40152026-02-24T14:28:28.689Z
40162026-02-24T14:28:28.689Zinfo: running `cargo check --bins` on wicketd-api (215/252)
40172026-02-24T14:28:29.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-02-24T14:28:29.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-02-24T14:28:29.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-02-24T14:28:29.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
40212026-02-24T14:28:29.574Z
40222026-02-24T14:28:29.574Zinfo: running `cargo check --bins` on omicron-ls-apis (216/252)
40232026-02-24T14:28:30.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-02-24T14:28:30.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-02-24T14:28:30.455Z Checking typeid v1.0.3
40262026-02-24T14:28:30.573Z Checking ordered-float v2.10.1
40272026-02-24T14:28:30.590Z Checking unicode-xid v0.2.6
40282026-02-24T14:28:30.608Z Checking cargo-platform v0.2.0
40292026-02-24T14:28:30.678Z Checking erased-serde v0.4.6
40302026-02-24T14:28:30.955Z Checking serde-value v0.7.0
40312026-02-24T14:28:31.302Z Checking serde-untagged v0.1.7
40322026-02-24T14:28:31.556Z Checking cargo-util-schemas v0.8.2
40332026-02-24T14:28:32.833Z Checking cargo_metadata v0.21.0
40342026-02-24T14:28:33.954Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40352026-02-24T14:28:35.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
40362026-02-24T14:28:35.227Z
40372026-02-24T14:28:35.227Zinfo: running `cargo check --bins` on mgs-dev (217/252)
40382026-02-24T14:28:36.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-02-24T14:28:36.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-02-24T14:28:36.294Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40412026-02-24T14:28:37.171Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40422026-02-24T14:28:37.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
40432026-02-24T14:28:38.130Z
40442026-02-24T14:28:38.130Zinfo: running `cargo check --bins` on omicron-omdb (218/252)
40452026-02-24T14:28:39.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-02-24T14:28:39.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-02-24T14:28:39.380Z Compiling vergen-gitcl v1.0.8
40482026-02-24T14:28:39.380Z Compiling dirs-sys-next v0.1.2
40492026-02-24T14:28:39.380Z Compiling crunchy v0.2.2
40502026-02-24T14:28:39.383Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40512026-02-24T14:28:39.383Z Compiling dsl_auto_type v0.1.2
40522026-02-24T14:28:39.383Z Checking scheduled-thread-pool v0.2.7
40532026-02-24T14:28:39.383Z Compiling diesel_table_macro_syntax v0.2.0
40542026-02-24T14:28:39.383Z Compiling tiny-keccak v2.0.2
40552026-02-24T14:28:39.876Z Compiling dirs-next v2.0.0
40562026-02-24T14:28:39.993Z Checking r2d2 v0.8.10
40572026-02-24T14:28:39.993Z Compiling bit-vec v0.6.3
40582026-02-24T14:28:40.042Z Compiling term v0.7.0
40592026-02-24T14:28:40.094Z Compiling ena v0.14.3
40602026-02-24T14:28:40.374Z Compiling regex-syntax v0.6.29
40612026-02-24T14:28:40.472Z Compiling bit-set v0.5.3
40622026-02-24T14:28:40.552Z Compiling bindgen v0.71.1
40632026-02-24T14:28:40.801Z Compiling ascii-canvas v3.0.0
40642026-02-24T14:28:41.095Z Compiling diesel_derives v2.2.3
40652026-02-24T14:28:42.282Z Compiling diff v0.1.13
40662026-02-24T14:28:42.285Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40672026-02-24T14:28:42.285Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40682026-02-24T14:28:42.285Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40692026-02-24T14:28:42.285Z Compiling libxml v0.3.3
40702026-02-24T14:28:42.285Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40712026-02-24T14:28:42.285Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40722026-02-24T14:28:42.285Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40732026-02-24T14:28:42.392Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40742026-02-24T14:28:42.469Z Compiling strum_macros v0.24.3
40752026-02-24T14:28:42.497Z Compiling indoc v1.0.9
40762026-02-24T14:28:43.433Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40772026-02-24T14:28:43.812Z Compiling lalrpop v0.19.12
40782026-02-24T14:28:44.659Z Checking derive_builder v0.20.2
40792026-02-24T14:28:44.869Z Compiling impl-trait-for-tuples v0.2.2
40802026-02-24T14:28:44.948Z Compiling oso-derive v0.27.3
40812026-02-24T14:28:45.692Z Checking quick-xml v0.37.2
40822026-02-24T14:28:45.783Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40832026-02-24T14:28:46.038Z Compiling diesel-dtrace v0.4.2
40842026-02-24T14:28:46.551Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40852026-02-24T14:28:46.924Z Checking bb8 v0.8.5
40862026-02-24T14:28:47.536Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40872026-02-24T14:28:47.577Z Checking nonempty v0.12.0
40882026-02-24T14:28:47.961Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40892026-02-24T14:28:47.998Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40902026-02-24T14:28:48.134Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40912026-02-24T14:28:48.406Z Checking console v0.16.0
40922026-02-24T14:28:48.482Z Checking unit-prefix v0.5.1
40932026-02-24T14:28:48.744Z Checking support-bundle-viewer v0.1.2
40942026-02-24T14:28:49.066Z Checking indicatif v0.18.0
40952026-02-24T14:28:49.237Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40962026-02-24T14:28:49.378Z Checking multimap v0.10.1
40972026-02-24T14:28:51.752Z Checking diesel v2.2.12
40982026-02-24T14:28:56.430Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40992026-02-24T14:28:56.432Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41002026-02-24T14:28:56.432Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41012026-02-24T14:28:56.767Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41022026-02-24T14:28:56.900Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41032026-02-24T14:29:00.125Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41042026-02-24T14:29:00.242Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41052026-02-24T14:29:01.637Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41062026-02-24T14:29:06.340Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41072026-02-24T14:29:16.464Z Compiling samael v0.0.19
41082026-02-24T14:29:28.280Z Checking async-bb8-diesel v0.2.1
41092026-02-24T14:29:31.453Z Compiling polar-core v0.27.3
41102026-02-24T14:29:39.177Z Checking oso v0.27.3
41112026-02-24T14:30:33.015Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41122026-02-24T14:31:38.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s
41132026-02-24T14:31:38.853Z
41142026-02-24T14:31:38.853Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252)
41152026-02-24T14:31:39.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-02-24T14:31:39.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-02-24T14:31:39.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-02-24T14:31:39.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
41192026-02-24T14:31:39.899Z
41202026-02-24T14:31:39.899Zinfo: running `cargo check --bins` on nexus-saga-recovery (220/252)
41212026-02-24T14:31:40.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-02-24T14:31:40.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-02-24T14:31:40.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-02-24T14:31:40.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
41252026-02-24T14:31:40.941Z
41262026-02-24T14:31:40.942Zinfo: running `cargo check --bins` on nexus-test-utils-macros (221/252)
41272026-02-24T14:31:41.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-02-24T14:31:41.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-02-24T14:31:41.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-02-24T14:31:41.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
41312026-02-24T14:31:41.860Z
41322026-02-24T14:31:41.860Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (222/252)
41332026-02-24T14:31:42.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-02-24T14:31:42.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-02-24T14:31:43.247Z Compiling libz-sys v1.1.20
41362026-02-24T14:31:43.250Z Compiling libgit2-sys v0.18.2+1.9.1
41372026-02-24T14:31:43.409Z Compiling vergen-git2 v1.0.7
41382026-02-24T14:31:43.432Z Compiling rustls v0.21.12
41392026-02-24T14:31:43.435Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41402026-02-24T14:31:43.457Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41412026-02-24T14:31:43.460Z Checking rustls-webpki v0.101.7
41422026-02-24T14:31:43.460Z Checking sct v0.7.1
41432026-02-24T14:31:43.804Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41442026-02-24T14:31:43.846Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41452026-02-24T14:31:43.897Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41462026-02-24T14:31:43.935Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41472026-02-24T14:31:44.221Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41482026-02-24T14:31:44.393Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41492026-02-24T14:31:44.428Z Checking rustls-pemfile v1.0.4
41502026-02-24T14:31:44.491Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41512026-02-24T14:31:44.661Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41522026-02-24T14:31:45.042Z Checking twox-hash v2.1.0
41532026-02-24T14:31:45.482Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41542026-02-24T14:31:45.485Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41552026-02-24T14:31:46.440Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41562026-02-24T14:31:46.488Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41572026-02-24T14:31:46.798Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41582026-02-24T14:31:47.130Z Checking tokio-rustls v0.24.1
41592026-02-24T14:31:47.486Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41602026-02-24T14:31:47.745Z Checking fatfs v0.3.6
41612026-02-24T14:31:47.789Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41622026-02-24T14:31:48.221Z Compiling seq-macro v0.3.6
41632026-02-24T14:31:55.534Z Compiling git2 v0.20.2
41642026-02-24T14:31:57.169Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41652026-02-24T14:31:57.345Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41662026-02-24T14:31:59.987Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41672026-02-24T14:33:28.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
41682026-02-24T14:33:28.600Z
41692026-02-24T14:33:28.600Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252)
41702026-02-24T14:33:29.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-02-24T14:33:29.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-02-24T14:33:29.966Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41732026-02-24T14:34:46.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
41742026-02-24T14:34:46.649Z
41752026-02-24T14:34:46.649Zinfo: running `cargo check --bins` on nexus-background-task-interface (224/252)
41762026-02-24T14:34:47.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-02-24T14:34:47.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-02-24T14:34:47.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-02-24T14:34:47.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
41802026-02-24T14:34:47.639Z
41812026-02-24T14:34:47.639Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (225/252)
41822026-02-24T14:34:48.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-02-24T14:34:48.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-02-24T14:34:48.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-02-24T14:34:48.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
41862026-02-24T14:34:48.779Z
41872026-02-24T14:34:48.779Zinfo: running `cargo check --bins` on nexus-mgs-updates (226/252)
41882026-02-24T14:34:49.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-02-24T14:34:49.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-02-24T14:34:49.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-02-24T14:34:49.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
41922026-02-24T14:34:49.889Z
41932026-02-24T14:34:49.889Zinfo: running `cargo check --bins` on nexus-networking (227/252)
41942026-02-24T14:34:50.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-02-24T14:34:50.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-02-24T14:34:50.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-02-24T14:34:50.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41982026-02-24T14:34:50.947Z
41992026-02-24T14:34:50.947Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (228/252)
42002026-02-24T14:34:51.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-02-24T14:34:51.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-02-24T14:34:51.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-02-24T14:34:51.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
42042026-02-24T14:34:51.947Z
42052026-02-24T14:34:51.947Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252)
42062026-02-24T14:34:52.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-02-24T14:34:52.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-02-24T14:34:52.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-02-24T14:34:52.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
42102026-02-24T14:34:53.034Z
42112026-02-24T14:34:53.034Zinfo: running `cargo check --bins` on omicron-dev (230/252)
42122026-02-24T14:34:54.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-02-24T14:34:54.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-02-24T14:34:54.433Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152026-02-24T14:34:54.436Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42162026-02-24T14:34:54.602Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42172026-02-24T14:34:54.622Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42182026-02-24T14:34:54.626Z Checking diff v0.1.13
42192026-02-24T14:34:54.626Z Checking yansi v1.0.1
42202026-02-24T14:34:54.626Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42212026-02-24T14:34:54.667Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42222026-02-24T14:34:54.890Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42232026-02-24T14:34:55.273Z Checking pretty_assertions v1.4.1
42242026-02-24T14:34:56.419Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42252026-02-24T14:35:39.812Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42262026-02-24T14:35:39.816Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42272026-02-24T14:35:39.816Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42282026-02-24T14:35:39.816Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42292026-02-24T14:35:39.816Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-02-24T14:35:39.816Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42312026-02-24T14:35:41.247Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42322026-02-24T14:35:43.204Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42332026-02-24T14:36:52.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
42342026-02-24T14:36:52.560Z
42352026-02-24T14:36:52.560Zinfo: running `cargo check --bins` on omicron-pins (231/252)
42362026-02-24T14:36:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-02-24T14:36:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-02-24T14:36:53.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-02-24T14:36:53.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42402026-02-24T14:36:53.441Z
42412026-02-24T14:36:53.441Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252)
42422026-02-24T14:36:54.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-02-24T14:36:54.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-02-24T14:36:54.525Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42452026-02-24T14:36:54.658Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42462026-02-24T14:36:54.660Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42472026-02-24T14:37:25.153Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42482026-02-24T14:37:25.711Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42492026-02-24T14:37:28.727Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42502026-02-24T14:37:29.335Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42512026-02-24T14:37:34.261Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42522026-02-24T14:38:13.047Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42532026-02-24T14:38:14.006Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42542026-02-24T14:38:16.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
42552026-02-24T14:38:16.827Z
42562026-02-24T14:38:16.827Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (233/252)
42572026-02-24T14:38:17.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-02-24T14:38:17.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-02-24T14:38:17.848Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42602026-02-24T14:38:18.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
42612026-02-24T14:38:19.111Z
42622026-02-24T14:38:19.111Zinfo: running `cargo check --bins` on omicron-releng (234/252)
42632026-02-24T14:38:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-02-24T14:38:19.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-02-24T14:38:20.127Z Compiling blake3 v1.5.4
42662026-02-24T14:38:20.130Z Checking constant_time_eq v0.3.1
42672026-02-24T14:38:20.251Z Checking arrayvec v0.7.6
42682026-02-24T14:38:20.254Z Checking arrayref v0.3.9
42692026-02-24T14:38:20.270Z Checking topological-sort v0.2.2
42702026-02-24T14:38:20.274Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42712026-02-24T14:38:20.274Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42722026-02-24T14:38:20.274Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42732026-02-24T14:38:20.415Z Checking shell-words v1.1.0
42742026-02-24T14:38:21.690Z Checking omicron-zone-package v0.12.2
42752026-02-24T14:38:23.056Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42762026-02-24T14:38:24.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
42772026-02-24T14:38:24.711Z
42782026-02-24T14:38:24.712Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (235/252)
42792026-02-24T14:38:25.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-02-24T14:38:25.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-02-24T14:38:25.670Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42822026-02-24T14:38:26.103Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42832026-02-24T14:38:26.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
42842026-02-24T14:38:26.955Z
42852026-02-24T14:38:26.955Zinfo: running `cargo check --bins` on xtask (236/252)
42862026-02-24T14:38:27.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-02-24T14:38:27.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-02-24T14:38:27.630Z Checking bitflags v2.9.4
42892026-02-24T14:38:27.632Z Checking serde v1.0.228
42902026-02-24T14:38:27.731Z Checking zerofrom v0.1.4
42912026-02-24T14:38:27.749Z Checking thiserror v2.0.18
42922026-02-24T14:38:27.752Z Checking hashbrown v0.16.1
42932026-02-24T14:38:27.767Z Checking smallvec v1.15.1
42942026-02-24T14:38:27.784Z Checking serde_json v1.0.149
42952026-02-24T14:38:27.786Z Checking scroll v0.12.0
42962026-02-24T14:38:27.897Z Checking num-traits v0.2.19
42972026-02-24T14:38:27.964Z Checking yoke v0.7.4
42982026-02-24T14:38:27.994Z Checking rustix v0.38.37
42992026-02-24T14:38:28.137Z Checking thiserror v1.0.69
43002026-02-24T14:38:28.275Z Checking log v0.4.29
43012026-02-24T14:38:28.306Z Checking percent-encoding v2.3.2
43022026-02-24T14:38:28.332Z Checking zerovec v0.10.4
43032026-02-24T14:38:28.577Z Checking form_urlencoded v1.2.2
43042026-02-24T14:38:28.599Z Checking goblin v0.8.2
43052026-02-24T14:38:28.760Z Checking serde_spanned v0.6.9
43062026-02-24T14:38:28.823Z Checking indexmap v2.13.0
43072026-02-24T14:38:28.841Z Checking toml_datetime v0.6.11
43082026-02-24T14:38:28.998Z Checking erased-serde v0.4.6
43092026-02-24T14:38:29.049Z Checking terminal_size v0.4.0
43102026-02-24T14:38:29.212Z Checking zerocopy v0.7.35
43112026-02-24T14:38:29.252Z Checking pest v2.8.2
43122026-02-24T14:38:29.348Z Checking getrandom v0.3.4
43132026-02-24T14:38:29.446Z Checking ordered-float v2.10.1
43142026-02-24T14:38:29.785Z Checking syn v2.0.114
43152026-02-24T14:38:29.942Z Checking serde-untagged v0.1.7
43162026-02-24T14:38:30.049Z Checking serde-value v0.7.0
43172026-02-24T14:38:30.089Z Checking tinystr v0.7.6
43182026-02-24T14:38:30.167Z Checking icu_collections v1.5.0
43192026-02-24T14:38:30.391Z Checking toml_edit v0.22.27
43202026-02-24T14:38:30.482Z Checking icu_locid v1.5.0
43212026-02-24T14:38:30.506Z Checking rustix v1.1.3
43222026-02-24T14:38:30.524Z Checking once_cell v1.21.3
43232026-02-24T14:38:30.873Z Checking clap_builder v4.5.48
43242026-02-24T14:38:30.892Z Checking cargo-platform v0.2.0
43252026-02-24T14:38:31.276Z Checking textwrap v0.16.2
43262026-02-24T14:38:31.508Z Checking icu_provider v1.5.0
43272026-02-24T14:38:31.718Z Checking fs-err v3.1.1
43282026-02-24T14:38:31.867Z Checking dtrace-parser v0.2.0
43292026-02-24T14:38:32.092Z Checking tabled v0.15.0
43302026-02-24T14:38:32.114Z Checking tempfile v3.24.0
43312026-02-24T14:38:32.206Z Checking icu_locid_transform v1.5.0
43322026-02-24T14:38:32.385Z Checking anyhow v1.0.99
43332026-02-24T14:38:32.545Z Checking camino-tempfile v1.4.1
43342026-02-24T14:38:32.805Z Checking macaddr v1.0.1
43352026-02-24T14:38:32.871Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43362026-02-24T14:38:33.175Z Checking toml v0.8.23
43372026-02-24T14:38:33.241Z Checking icu_properties v1.5.1
43382026-02-24T14:38:33.532Z Checking dof v0.3.0
43392026-02-24T14:38:33.857Z Checking cargo_toml v0.21.0
43402026-02-24T14:38:33.945Z Checking clap v4.5.48
43412026-02-24T14:38:34.443Z Checking usdt-impl v0.5.0
43422026-02-24T14:38:34.867Z Checking usdt v0.5.0
43432026-02-24T14:38:35.531Z Checking icu_normalizer v1.5.0
43442026-02-24T14:38:36.058Z Checking idna_adapter v1.2.0
43452026-02-24T14:38:36.218Z Checking idna v1.0.3
43462026-02-24T14:38:36.569Z Checking url v2.5.4
43472026-02-24T14:38:37.086Z Checking cargo-util-schemas v0.8.2
43482026-02-24T14:38:38.320Z Checking cargo_metadata v0.21.0
43492026-02-24T14:38:39.409Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43502026-02-24T14:38:40.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s
43512026-02-24T14:38:40.308Z
43522026-02-24T14:38:40.308Zinfo: running `cargo check --bins` on end-to-end-tests (237/252)
43532026-02-24T14:38:41.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-02-24T14:38:41.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-02-24T14:38:41.484Z Checking polyval v0.6.2
43562026-02-24T14:38:41.616Z Checking ctr v0.9.2
43572026-02-24T14:38:41.633Z Checking ssh-encoding v0.2.0
43582026-02-24T14:38:41.633Z Checking blowfish v0.9.1
43592026-02-24T14:38:41.664Z Checking password-hash v0.4.2
43602026-02-24T14:38:41.690Z Checking p256 v0.13.2
43612026-02-24T14:38:41.692Z Checking p521 v0.13.3
43622026-02-24T14:38:41.713Z Checking russh-cryptovec v0.7.3
43632026-02-24T14:38:41.880Z Checking ghash v0.5.1
43642026-02-24T14:38:41.913Z Checking md5 v0.7.0
43652026-02-24T14:38:41.937Z Checking bcrypt-pbkdf v0.10.0
43662026-02-24T14:38:41.979Z Checking num-bigint v0.4.6
43672026-02-24T14:38:42.006Z Checking des v0.8.1
43682026-02-24T14:38:42.092Z Checking aes-gcm v0.10.3
43692026-02-24T14:38:42.137Z Checking pbkdf2 v0.11.0
43702026-02-24T14:38:42.234Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43712026-02-24T14:38:42.237Z Checking hex-literal v0.4.1
43722026-02-24T14:38:42.259Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43732026-02-24T14:38:42.301Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43742026-02-24T14:38:42.338Z Checking ssh-cipher v0.2.0
43752026-02-24T14:38:42.411Z Checking internet-checksum v0.2.1
43762026-02-24T14:38:42.656Z Checking ssh-key v0.6.6
43772026-02-24T14:38:42.952Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43782026-02-24T14:38:43.828Z Checking russh-keys v0.45.0
43792026-02-24T14:38:44.782Z Checking russh v0.45.0
43802026-02-24T14:39:10.590Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43812026-02-24T14:39:12.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.07s
43822026-02-24T14:39:12.652Z
43832026-02-24T14:39:12.652Zinfo: running `cargo check --bins` on gateway-cli (238/252)
43842026-02-24T14:39:13.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-02-24T14:39:13.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-02-24T14:39:13.556Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43872026-02-24T14:39:13.559Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43882026-02-24T14:39:13.559Z Checking termios v0.3.3
43892026-02-24T14:39:15.914Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43902026-02-24T14:39:16.117Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43912026-02-24T14:39:19.220Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43922026-02-24T14:39:20.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
43932026-02-24T14:39:20.363Z
43942026-02-24T14:39:20.363Zinfo: running `cargo check --bins --no-default-features` on installinator (239/252)
43952026-02-24T14:39:21.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-02-24T14:39:21.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-02-24T14:39:21.369Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43982026-02-24T14:39:21.372Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43992026-02-24T14:39:21.510Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44002026-02-24T14:39:21.510Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44012026-02-24T14:39:21.513Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44022026-02-24T14:39:22.129Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44032026-02-24T14:39:22.132Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44042026-02-24T14:39:23.298Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44052026-02-24T14:39:23.520Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44062026-02-24T14:39:23.523Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44072026-02-24T14:39:24.618Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44082026-02-24T14:39:27.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
44092026-02-24T14:39:27.449Z
44102026-02-24T14:39:27.450Zinfo: running `cargo check --bins` on internal-dns-cli (240/252)
44112026-02-24T14:39:28.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-02-24T14:39:28.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-02-24T14:39:28.394Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44142026-02-24T14:39:29.053Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44152026-02-24T14:39:29.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
44162026-02-24T14:39:29.764Z
44172026-02-24T14:39:29.764Zinfo: running `cargo check --bins` on omicron-live-tests (241/252)
44182026-02-24T14:39:30.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-02-24T14:39:30.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-02-24T14:39:30.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-02-24T14:39:30.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
44222026-02-24T14:39:30.632Z
44232026-02-24T14:39:30.632Zinfo: running `cargo check --bins` on live-tests-macros (242/252)
44242026-02-24T14:39:31.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-02-24T14:39:31.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-02-24T14:39:31.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-02-24T14:39:31.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
44282026-02-24T14:39:31.520Z
44292026-02-24T14:39:31.520Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252)
44302026-02-24T14:39:32.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-02-24T14:39:32.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-02-24T14:39:32.585Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44332026-02-24T14:39:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
44342026-02-24T14:39:33.665Z
44352026-02-24T14:39:33.665Zinfo: running `cargo check --bins` on omicron-ntp-admin (244/252)
44362026-02-24T14:39:34.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-02-24T14:39:34.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-02-24T14:39:34.588Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44392026-02-24T14:39:34.592Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44402026-02-24T14:39:34.944Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44412026-02-24T14:39:34.944Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44422026-02-24T14:39:36.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
44432026-02-24T14:39:36.404Z
44442026-02-24T14:39:36.404Zinfo: running `cargo check --bins` on ntp-admin-types (245/252)
44452026-02-24T14:39:37.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-02-24T14:39:37.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-02-24T14:39:37.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-02-24T14:39:37.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
44492026-02-24T14:39:37.295Z
44502026-02-24T14:39:37.295Zinfo: running `cargo check --bins` on omicron-package (246/252)
44512026-02-24T14:39:38.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-02-24T14:39:38.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-02-24T14:39:38.211Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44542026-02-24T14:39:39.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
44552026-02-24T14:39:40.101Z
44562026-02-24T14:39:40.101Zinfo: running `cargo check --bins` on tqdb (247/252)
44572026-02-24T14:39:40.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-02-24T14:39:40.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-02-24T14:39:41.206Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44602026-02-24T14:39:41.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44612026-02-24T14:39:42.811Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44622026-02-24T14:39:42.814Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44632026-02-24T14:39:50.096Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44642026-02-24T14:39:51.257Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44652026-02-24T14:39:51.259Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44662026-02-24T14:39:51.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44672026-02-24T14:39:52.711Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44682026-02-24T14:39:52.715Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44692026-02-24T14:40:03.255Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44702026-02-24T14:40:03.258Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44712026-02-24T14:40:03.258Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44722026-02-24T14:40:03.258Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44732026-02-24T14:40:05.663Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44742026-02-24T14:40:07.811Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44752026-02-24T14:40:08.847Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44762026-02-24T14:40:10.986Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44772026-02-24T14:40:11.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.71s
44782026-02-24T14:40:12.075Z
44792026-02-24T14:40:12.075Zinfo: running `cargo check --bins` on wicket-dbg (248/252)
44802026-02-24T14:40:12.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-02-24T14:40:12.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-02-24T14:40:13.119Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44832026-02-24T14:40:13.123Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44842026-02-24T14:40:13.123Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44852026-02-24T14:40:13.275Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44862026-02-24T14:40:13.278Z Checking rtoolbox v0.0.2
44872026-02-24T14:40:13.289Z Checking tui-tree-widget v0.23.1
44882026-02-24T14:40:13.504Z Checking rpassword v7.4.0
44892026-02-24T14:40:13.669Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44902026-02-24T14:40:15.141Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44912026-02-24T14:40:22.185Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44922026-02-24T14:40:23.276Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44932026-02-24T14:40:28.463Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44942026-02-24T14:40:31.828Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44952026-02-24T14:40:33.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s
44962026-02-24T14:40:33.531Z
44972026-02-24T14:40:33.532Zinfo: running `cargo check --bins` on wicket (249/252)
44982026-02-24T14:40:34.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-02-24T14:40:34.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-02-24T14:40:34.510Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45012026-02-24T14:40:35.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
45022026-02-24T14:40:35.274Z
45032026-02-24T14:40:35.274Zinfo: running `cargo check --bins` on wicketd (250/252)
45042026-02-24T14:40:36.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-02-24T14:40:36.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-02-24T14:40:36.386Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45072026-02-24T14:40:36.447Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45082026-02-24T14:40:36.447Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45092026-02-24T14:40:36.448Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45102026-02-24T14:40:38.277Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45112026-02-24T14:40:39.255Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45122026-02-24T14:40:44.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s
45132026-02-24T14:40:44.381Z
45142026-02-24T14:40:44.381Zinfo: running `cargo check --bins` on omicron-workspace-hack (251/252)
45152026-02-24T14:40:45.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-02-24T14:40:45.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-02-24T14:40:45.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-02-24T14:40:45.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
45192026-02-24T14:40:45.249Z
45202026-02-24T14:40:45.249Zinfo: running `cargo check --bins` on zone-setup (252/252)
45212026-02-24T14:40:46.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-02-24T14:40:46.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-02-24T14:40:46.228Z Checking uzers v0.12.1
45242026-02-24T14:40:46.625Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45252026-02-24T14:40:47.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
45262026-02-24T14:40:48.081Z
45272026-02-24T14:40:48.081Zreal 23:58.410438622
45282026-02-24T14:40:48.081Zuser 43:08.291518009
45292026-02-24T14:40:48.082Zsys 7:17.771688616
45302026-02-24T14:40:48.082Ztrap 0.953800833
45312026-02-24T14:40:48.085Ztflt 0.678447208
45322026-02-24T14:40:48.085Zdflt 0.817651248
45332026-02-24T14:40:48.085Zkflt 0.001110275
45342026-02-24T14:40:48.085Zlock 1:54:56.825404876
45352026-02-24T14:40:48.085Zslp 3:47:14.231376822
45362026-02-24T14:40:48.086Zlat 1:48.252076891
45372026-02-24T14:40:48.086Zstop 6:45.660800047
45382026-02-24T14:40:48.086Zprocess exited: duration 1830305 ms, exit code 0
 
45392026-02-24T14:40:48.093Zfound 0 output files