01KH7ECRYSPHHC8BNFV81K2MBB: 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: 01KH7ED5P5XH4C78AXCY2BCPT1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-11T22:51:28.854Zjob assigned to worker 01KH7ED4HQPDW6B72GWKK20KQ4 [factory gimlet-EVT22200007-propolis, EVT22200007/57868] (queued for 28 s)
 
22026-02-11T22:51:38.023Zstarting task 0: "setup"
32026-02-11T22:51:38.048Z++ uname -s
42026-02-11T22:51:38.048Z+ kern=SunOS
52026-02-11T22:51:38.048Z+ build_user=build
62026-02-11T22:51:38.048Z+ build_uid=12345
72026-02-11T22:51:38.048Z+ work_dir=/work
82026-02-11T22:51:38.048Z+ input_dir=/input
92026-02-11T22:51:38.048Z+ [[ 0 == 12345 ]]
102026-02-11T22:51:38.048Z+ case "$kern" in
112026-02-11T22:51:38.048Z+ groupadd -g 12345 build
122026-02-11T22:51:38.048Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-11T22:51:40.051Z+ zfs create -o mountpoint=/work rpool/work
142026-02-11T22:51:40.085Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-11T22:51:40.109Z+ home_fs=zfs
162026-02-11T22:51:40.109Z+ [[ zfs == autofs ]]
172026-02-11T22:51:40.109Z+ mkdir -p /home/build
182026-02-11T22:51:40.109Z+ chown build:build /home/build /work
192026-02-11T22:51:42.095Z+ chmod 0700 /home/build /work
202026-02-11T22:51:42.119Zprocess exited: duration 4076 ms, exit code 0
 
212026-02-11T22:51:42.168Zstarting task 1: "rust-toolchain"
222026-02-11T22:51:42.192Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-11T22:51:42.192Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-11T22:51:42.192Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-11T22:51:42.192Z * rust toolchain channel = "1.91.1"
262026-02-11T22:51:42.192Z * rust toolchain profile = "default"
272026-02-11T22:51:42.192Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-11T22:51:42.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-11T22:51:42.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-11T22:51:42.323Zinfo: downloading installer
312026-02-11T22:51:42.854Zwarn: It looks like you have an existing installation of Rust at:
322026-02-11T22:51:42.854Zwarn: /opt/ooce/bin
332026-02-11T22:51:42.854Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-11T22:51:42.854Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-11T22:51:42.855Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-11T22:51:42.855Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-11T22:51:42.855Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-11T22:51:42.855Zerror: cannot install while Rust is installed
392026-02-11T22:51:42.855Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-11T22:51:42.879Zinfo: profile set to 'default'
412026-02-11T22:51:42.879Zinfo: default host triple is x86_64-unknown-illumos
422026-02-11T22:51:42.879Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-11T22:51:42.995Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-11T22:51:42.995Zinfo: downloading component 'cargo'
452026-02-11T22:51:43.175Zinfo: downloading component 'clippy'
462026-02-11T22:51:43.279Zinfo: downloading component 'rust-docs'
472026-02-11T22:51:43.777Zinfo: downloading component 'rust-std'
482026-02-11T22:51:44.021Zinfo: downloading component 'rustc'
492026-02-11T22:51:49.327Zinfo: downloading component 'rustfmt'
502026-02-11T22:51:49.413Zinfo: installing component 'cargo'
512026-02-11T22:51:50.637Zinfo: installing component 'clippy'
522026-02-11T22:51:51.098Zinfo: installing component 'rust-docs'
532026-02-11T22:51:54.638Zinfo: installing component 'rust-std'
542026-02-11T22:51:56.895Zinfo: installing component 'rustc'
552026-02-11T22:52:05.591Zinfo: installing component 'rustfmt'
562026-02-11T22:52:06.012Z
572026-02-11T22:52:06.012Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-11T22:52:06.180Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-11T22:52:06.180Z
602026-02-11T22:52:06.180Z
612026-02-11T22:52:06.180ZRust is installed now. Great!
622026-02-11T22:52:06.181Z
632026-02-11T22:52:06.181ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-11T22:52:06.181Zenvironment variable. This has not been done automatically.
652026-02-11T22:52:06.181Z
662026-02-11T22:52:06.181ZTo configure your current shell, you need to source
672026-02-11T22:52:06.181Zthe corresponding env file under $HOME/.cargo.
682026-02-11T22:52:06.181Z
692026-02-11T22:52:06.181ZThis is usually done by running one of the following (note the leading DOT):
702026-02-11T22:52:06.181Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-11T22:52:06.181Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-11T22:52:06.181Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-11T22:52:06.310Z+ rustup --version
742026-02-11T22:52:06.334Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-11T22:52:06.334Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-11T22:52:06.450Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-11T22:52:06.474Z+ cargo --version
782026-02-11T22:52:06.567Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-11T22:52:06.592Z+ rustc --version
802026-02-11T22:52:06.674Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-11T22:52:06.698Zprocess exited: duration 24512 ms, exit code 0
 
822026-02-11T22:52:06.747Zstarting task 2: "authentication"
832026-02-11T22:52:06.803Zprocess exited: duration 55 ms, exit code 0
 
842026-02-11T22:52:06.851Zstarting task 3: "clone repository"
852026-02-11T22:52:06.875Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-11T22:52:06.876Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-11T22:52:06.899ZCloning into '/work/oxidecomputer/omicron'...
882026-02-11T22:52:31.449Z+ cd /work/oxidecomputer/omicron
892026-02-11T22:52:31.449Z+ git fetch origin b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04
902026-02-11T22:52:32.143ZFrom https://github.com/oxidecomputer/omicron
912026-02-11T22:52:32.143Z * branch b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 -> FETCH_HEAD
922026-02-11T22:52:32.167Z+ [[ -n luqmana/bump-propolis ]]
932026-02-11T22:52:32.167Z++ git branch --show-current
942026-02-11T22:52:32.167Z+ current=main
952026-02-11T22:52:32.167Z+ [[ main != luqmana/bump-propolis ]]
962026-02-11T22:52:32.167Z+ git branch -f luqmana/bump-propolis b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04
972026-02-11T22:52:32.191Z+ git checkout -f luqmana/bump-propolis
982026-02-11T22:52:32.615ZSwitched to branch 'luqmana/bump-propolis'
992026-02-11T22:52:32.639Z+ git reset --hard b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04
1002026-02-11T22:52:32.663ZHEAD is now at b94ffbfef Bump propolis
1012026-02-11T22:52:32.663Zprocess exited: duration 25804 ms, exit code 0
 
1022026-02-11T22:52:32.714Zstarting task 4: "build"
1032026-02-11T22:52:32.738Z+ source .github/buildomat/ci-env.sh
1042026-02-11T22:52:32.738Z++ export CARGO_TERM_COLOR=always
1052026-02-11T22:52:32.738Z++ CARGO_TERM_COLOR=always
1062026-02-11T22:52:32.738Z+ cargo --version
1072026-02-11T22:52:32.825Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-11T22:52:32.872Z+ rustc --version
1092026-02-11T22:52:32.929Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-11T22:52:32.953Z+ source ./env.sh
1112026-02-11T22:52:32.953Z++ OLD_SHELL_OPTS=ehxB
1122026-02-11T22:52:32.954Z++ set -o xtrace
1132026-02-11T22:52:32.954Z++++ dirname ./env.sh
1142026-02-11T22:52:32.954Z+++ readlink -f .
1152026-02-11T22:52:32.954Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-11T22:52:32.954Z++ 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-11T22:52:32.954Z++ 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-11T22:52:32.954Z++ 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-11T22:52:32.954Z++ 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-11T22:52:32.954Z++ 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-11T22:52:32.954Z++ 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-11T22:52:32.955Z++ 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-11T22:52:32.955Z++ 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-11T22:52:32.955Z++ case $OLD_SHELL_OPTS in
1252026-02-11T22:52:32.955Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-11T22:52:32.955Z+ 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-11T22:52:32.955Z+ 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-11T22:52:32.955Z+ banner prerequisites
1292026-02-11T22:52:32.955Z
1302026-02-11T22:52:32.955Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-11T22:52:32.955Z # # # # # # # # # # # # # # #
1322026-02-11T22:52:32.955Z # # # # ##### # # ##### # # # # # #### #
1332026-02-11T22:52:32.955Z ##### ##### # ##### # # # # # # # # #
1342026-02-11T22:52:32.955Z # # # # # # # # # # # # # # #
1352026-02-11T22:52:32.955Z # # # ###### # # ###### ### # #### # #### #
1362026-02-11T22:52:32.955Z
1372026-02-11T22:52:32.955Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-11T22:52:52.944Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-11T22:53:06.587Z Startup: Caching catalogs ... Done
1402026-02-11T22:53:43.497ZPlanning: Solver setup ... Done (34.509s)
1412026-02-11T22:53:43.730ZPlanning: Running solver ... Done (0.234s)
1422026-02-11T22:53:43.928ZPlanning: Finding local manifests ... Done (0.002s)
1432026-02-11T22:53:44.008ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-11T22:53:44.508ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-11T22:53:44.589ZPlanning: Package planning ... Done (0.081s)
1462026-02-11T22:53:44.668ZPlanning: Merging actions ... Done (0.079s)
1472026-02-11T22:53:45.154ZPlanning: Checking for conflicting actions ... Done (0.485s)
1482026-02-11T22:53:45.182ZPlanning: Consolidating action changes ... Done (0.027s)
1492026-02-11T22:53:46.162ZPlanning: Evaluating mediators ... Done (0.978s)
1502026-02-11T22:53:46.185ZPlanning: Planning completed in 39.47 seconds
1512026-02-11T22:53:46.210Z Packages to install: 4
1522026-02-11T22:53:46.210Z Mediators to change: 2
1532026-02-11T22:53:46.210Z Services to change: 1
1542026-02-11T22:53:46.210Z Estimated space available: 154.94 GB
1552026-02-11T22:53:46.210ZEstimated space to be consumed: 1.81 GB
1562026-02-11T22:53:46.210Z Create boot environment: No
1572026-02-11T22:53:46.210ZCreate backup boot environment: No
1582026-02-11T22:53:46.210Z Rebuild boot archive: No
1592026-02-11T22:53:46.210Z
1602026-02-11T22:53:46.210ZChanged mediators:
1612026-02-11T22:53:46.210Z mediator clang:
1622026-02-11T22:53:46.210Z version: None -> 15 (system default)
1632026-02-11T22:53:46.210Z
1642026-02-11T22:53:46.210Z mediator llvm:
1652026-02-11T22:53:46.210Z version: 14 (system default) -> 15 (system default)
1662026-02-11T22:53:46.211Z
1672026-02-11T22:53:46.211ZChanged packages:
1682026-02-11T22:53:46.211Zhelios-dev
1692026-02-11T22:53:46.211Z developer/build-essential
1702026-02-11T22:53:46.211Z None -> 11-2.0
1712026-02-11T22:53:46.211Z library/libxmlsec1
1722026-02-11T22:53:46.211Z None -> 1.2.35-2.0
1732026-02-11T22:53:46.211Z ooce/developer/clang-15
1742026-02-11T22:53:46.211Z None -> 15.0.7-2.0
1752026-02-11T22:53:46.211Z ooce/developer/llvm-15
1762026-02-11T22:53:46.211Z None -> 15.0.7-2.0
1772026-02-11T22:53:46.211Z
1782026-02-11T22:53:46.211ZServices:
1792026-02-11T22:53:46.211Z restart_fmri:
1802026-02-11T22:53:46.211Z svc:/system/update-man-index:default
1812026-02-11T22:53:46.291Z
1822026-02-11T22:53:46.291ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-11T22:53:51.293ZDownload: 1198/3290 items 74.2/212.6MB 34% complete (15.0M/s)
1842026-02-11T22:53:56.294ZDownload: 1810/3290 items 118.5/212.6MB 55% complete (12.0M/s)
1852026-02-11T22:54:01.311ZDownload: 2865/3290 items 121.1/212.6MB 56% complete (4.8M/s)
1862026-02-11T22:54:06.311ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1872026-02-11T22:54:07.818ZDownload: Completed 212.60 MB in 21.53 seconds (9.9M/s)
1882026-02-11T22:54:08.090Z Actions: 1/3689 actions (Installing new actions)
1892026-02-11T22:54:13.803Z Actions: 2765/3689 actions (Installing new actions)
1902026-02-11T22:54:14.462Z Actions: Completed 3689 actions in 6.37 seconds.
1912026-02-11T22:54:15.233Z Done (0.765s)
1922026-02-11T22:54:15.233Z Done (0.000s)
1932026-02-11T22:54:16.606Z Done (1.372s)
1942026-02-11T22:54:22.448Z Done (5.583s)
1952026-02-11T22:54:22.544Z Done (0.017s)
1962026-02-11T22:54:22.568Z Done (0.000s)
1972026-02-11T22:54:22.714Z Done (0.000s)
1982026-02-11T22:54:23.782ZPlanning: Evaluating mediator changes ... Done
1992026-02-11T22:54:24.046ZPlanning: Checking for conflicting actions ... Done
2002026-02-11T22:54:24.070ZPlanning: Consolidating action changes ... Done
2012026-02-11T22:54:24.387ZPlanning: Evaluating mediators ... Done
2022026-02-11T22:54:24.411ZPlanning: Planning completed in 0.61 seconds
2032026-02-11T22:54:24.435Z Mediators to change: 2
2042026-02-11T22:54:24.435Z Create boot environment: No
2052026-02-11T22:54:24.435ZCreate backup boot environment: No
2062026-02-11T22:54:24.496Z Done
2072026-02-11T22:54:24.496Z Done
2082026-02-11T22:54:25.689Z Done
2092026-02-11T22:54:30.804Z Done
2102026-02-11T22:54:30.906Z Done
2112026-02-11T22:54:30.906Z Done
2122026-02-11T22:54:30.972Z Done
2132026-02-11T22:54:31.776ZPlanning: Evaluating mediator changes ... Done
2142026-02-11T22:54:31.800ZPlanning: Merging actions ... Done
2152026-02-11T22:54:32.017ZPlanning: Checking for conflicting actions ... Done
2162026-02-11T22:54:32.041ZPlanning: Consolidating action changes ... Done
2172026-02-11T22:54:32.347ZPlanning: Evaluating mediators ... Done
2182026-02-11T22:54:32.416ZPlanning: Planning completed in 0.96 seconds
2192026-02-11T22:54:32.458Z Packages to change: 1
2202026-02-11T22:54:32.458Z Mediators to change: 1
2212026-02-11T22:54:32.458Z Services to change: 1
2222026-02-11T22:54:32.458Z Create boot environment: No
2232026-02-11T22:54:32.458ZCreate backup boot environment: Yes
2242026-02-11T22:54:34.517Z Actions: 1/6 actions (Updating modified actions)
2252026-02-11T22:54:34.540Z Actions: Completed 6 actions in 0.00 seconds.
2262026-02-11T22:54:34.540Z Done
2272026-02-11T22:54:34.540Z Done
2282026-02-11T22:54:34.805Z Done
2292026-02-11T22:54:39.861Z Done
2302026-02-11T22:54:39.960Z Done
2312026-02-11T22:54:39.960Z Done
2322026-02-11T22:54:40.012Z Done
2332026-02-11T22:54:40.624ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-02-11T22:54:40.624Zclang system 15 system
2352026-02-11T22:54:40.624Zcsh system system illumos
2362026-02-11T22:54:40.624Zctags system system illumos
2372026-02-11T22:54:40.624Zfile system system illumos
2382026-02-11T22:54:40.624Zgcc vendor 12 vendor
2392026-02-11T22:54:40.624Zgcc system 10 system
2402026-02-11T22:54:40.624Zgcc system 7 system
2412026-02-11T22:54:40.624Zgo system 1.20 system
2422026-02-11T22:54:40.625Zgo system 1.19 system
2432026-02-11T22:54:40.625Zllvm system 15 system
2442026-02-11T22:54:40.625Zllvm system 14 system
2452026-02-11T22:54:40.625Zmariadb system 10.6 system
2462026-02-11T22:54:40.625Zmta vendor vendor dma
2472026-02-11T22:54:40.625Zopenjdk system 17 system
2482026-02-11T22:54:40.625Zopenjdk system 11 system
2492026-02-11T22:54:40.625Zopenjdk system 1.8 system
2502026-02-11T22:54:40.625Zopenssl vendor 3 vendor
2512026-02-11T22:54:40.625Zperl system 5.36 system
2522026-02-11T22:54:40.625Zpostgresql system 15 system
2532026-02-11T22:54:40.625Zpostgresql system 13 system
2542026-02-11T22:54:40.625Zpython vendor 3 vendor
2552026-02-11T22:54:40.625Zpython system 2 system
2562026-02-11T22:54:40.625Zpython3 system 3.11 system
2572026-02-11T22:54:40.625Zruby system 3.0 system
2582026-02-11T22:54:40.625Zwords vendor vendor american-english
2592026-02-11T22:54:40.625Zwords system system australian-english
2602026-02-11T22:54:40.625Zwords system system british-english
2612026-02-11T22:54:40.625Zwords system system canadian-english
2622026-02-11T22:54:40.625Zwords system system french
2632026-02-11T22:54:40.625Zwords system system italian
2642026-02-11T22:54:40.625Zwords system system ngerman
2652026-02-11T22:54:40.625Zwords system system ogerman
2662026-02-11T22:54:40.625Zwords system system spanish
2672026-02-11T22:54:41.052ZPUBLISHER TYPE STATUS P LOCATION
2682026-02-11T22:54:41.053Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-02-11T22:54:49.453ZFMRI IFO
2702026-02-11T22:54:49.454Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-02-11T22:54:49.454Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-02-11T22:54:49.454Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-02-11T22:54:49.454Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-02-11T22:54:49.454Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-02-11T22:54:49.454Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-02-11T22:54:49.454Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-02-11T22:54:49.454Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-02-11T22:54:49.454Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-02-11T22:54:49.455Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-02-11T22:54:49.455Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-02-11T22:54:49.455Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-02-11T22:54:49.455Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-02-11T22:54:49.455Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-02-11T22:54:49.455Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-02-11T22:54:49.455Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-02-11T22:54:50.809Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-02-11T22:54:51.477Z Updating crates.io index
2882026-02-11T22:54:51.518Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-02-11T22:54:52.066Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-02-11T22:54:52.933Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-02-11T22:54:54.415Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922026-02-11T22:54:55.033Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932026-02-11T22:54:55.781Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942026-02-11T22:54:58.142Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-02-11T22:55:01.601Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-02-11T22:55:03.235Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-02-11T22:55:03.970Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982026-02-11T22:55:05.652Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992026-02-11T22:55:06.781Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-02-11T22:55:07.423Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-02-11T22:55:08.400Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-02-11T22:55:09.067Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-02-11T22:55:10.447Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-02-11T22:55:11.411Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-02-11T22:55:12.049Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-02-11T22:55:12.647Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-02-11T22:55:13.457Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-02-11T22:55:13.999Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-02-11T22:55:14.538Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-02-11T22:55:15.161Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-02-11T22:55:15.990Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-02-11T22:55:16.764Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-02-11T22:55:17.816Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-02-11T22:55:18.456Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-02-11T22:55:19.179Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-02-11T22:55:19.787Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-02-11T22:55:21.120Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3182026-02-11T22:55:21.934Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192026-02-11T22:55:22.485Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202026-02-11T22:55:23.263Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-02-11T22:55:23.883Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3222026-02-11T22:55:24.668Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-02-11T22:55:25.346Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-02-11T22:55:26.026Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-02-11T22:55:26.551Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-02-11T22:55:27.208Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-02-11T22:55:46.748Z Downloading crates ...
3282026-02-11T22:55:46.827Z Downloaded dtrace-parser v0.2.0
3292026-02-11T22:55:46.851Z Downloaded smawk v0.3.2
3302026-02-11T22:55:46.851Z Downloaded fastrand v2.1.1
3312026-02-11T22:55:46.851Z Downloaded errno v0.3.12
3322026-02-11T22:55:46.851Z Downloaded clap_lex v0.7.4
3332026-02-11T22:55:46.851Z Downloaded anstream v0.6.18
3342026-02-11T22:55:46.851Z Downloaded dof v0.3.0
3352026-02-11T22:55:46.851Z Downloaded num-traits v0.2.19
3362026-02-11T22:55:46.851Z Downloaded serde v1.0.228
3372026-02-11T22:55:46.875Z Downloaded generic-array v0.14.7
3382026-02-11T22:55:46.875Z Downloaded heck v0.5.0
3392026-02-11T22:55:46.875Z Downloaded colorchoice v1.0.2
3402026-02-11T22:55:46.875Z Downloaded bitflags v2.9.4
3412026-02-11T22:55:46.875Z Downloaded percent-encoding v2.3.2
3422026-02-11T22:55:46.875Z Downloaded serde-value v0.7.0
3432026-02-11T22:55:46.875Z Downloaded cfg-if v1.0.4
3442026-02-11T22:55:46.875Z Downloaded swrite v0.1.0
3452026-02-11T22:55:46.875Z Downloaded form_urlencoded v1.2.2
3462026-02-11T22:55:46.900Z Downloaded plain v0.2.3
3472026-02-11T22:55:46.900Z Downloaded proc-macro-error-attr v1.0.4
3482026-02-11T22:55:46.900Z Downloaded icu_provider_macros v1.5.0
3492026-02-11T22:55:46.900Z Downloaded scroll_derive v0.12.0
3502026-02-11T22:55:46.900Z Downloaded strsim v0.11.1
3512026-02-11T22:55:46.900Z Downloaded icu_locid_transform v1.5.0
3522026-02-11T22:55:46.900Z Downloaded syn v2.0.114
3532026-02-11T22:55:46.925Z Downloaded synstructure v0.13.1
3542026-02-11T22:55:46.925Z Downloaded smallvec v1.15.1
3552026-02-11T22:55:46.925Z Downloaded serde_core v1.0.228
3562026-02-11T22:55:46.925Z Downloaded memchr v2.7.4
3572026-02-11T22:55:46.925Z Downloaded indexmap v2.13.0
3582026-02-11T22:55:46.949Z Downloaded icu_normalizer v1.5.0
3592026-02-11T22:55:46.949Z Downloaded yoke-derive v0.7.4
3602026-02-11T22:55:46.949Z Downloaded usdt-macro v0.5.0
3612026-02-11T22:55:46.949Z Downloaded zmij v1.0.15
3622026-02-11T22:55:46.949Z Downloaded yoke v0.7.4
3632026-02-11T22:55:46.949Z Downloaded zerovec v0.10.4
3642026-02-11T22:55:46.973Z Downloaded writeable v0.5.5
3652026-02-11T22:55:46.973Z Downloaded unicode-ident v1.0.19
3662026-02-11T22:55:46.973Z Downloaded zerofrom v0.1.4
3672026-02-11T22:55:46.973Z Downloaded ucd-trie v0.1.7
3682026-02-11T22:55:46.973Z Downloaded zerofrom-derive v0.1.4
3692026-02-11T22:55:46.973Z Downloaded terminal_size v0.4.0
3702026-02-11T22:55:46.973Z Downloaded write16 v1.0.0
3712026-02-11T22:55:46.973Z Downloaded zerovec-derive v0.10.3
3722026-02-11T22:55:46.974Z Downloaded utf16_iter v1.0.5
3732026-02-11T22:55:46.974Z Downloaded url v2.5.4
3742026-02-11T22:55:46.998Z Downloaded utf8_iter v1.0.4
3752026-02-11T22:55:46.998Z Downloaded typenum v1.17.0
3762026-02-11T22:55:46.998Z Downloaded zerocopy-derive v0.7.35
3772026-02-11T22:55:46.998Z Downloaded toml v0.8.23
3782026-02-11T22:55:46.999Z Downloaded textwrap v0.16.2
3792026-02-11T22:55:46.999Z Downloaded rustix v1.1.3
3802026-02-11T22:55:47.024Z Downloaded usdt-impl v0.5.0
3812026-02-11T22:55:47.048Z Downloaded zerocopy v0.7.35
3822026-02-11T22:55:47.072Z Downloaded winnow v0.7.14
3832026-02-11T22:55:47.072Z Downloaded unicode-width v0.1.14
3842026-02-11T22:55:47.072Z Downloaded tabled_derive v0.7.0
3852026-02-11T22:55:47.072Z Downloaded unicode-width v0.2.0
3862026-02-11T22:55:47.096Z Downloaded toml_edit v0.22.27
3872026-02-11T22:55:47.096Z Downloaded toml_datetime v0.6.11
3882026-02-11T22:55:47.096Z Downloaded usdt v0.5.0
3892026-02-11T22:55:47.096Z Downloaded thiserror v2.0.18
3902026-02-11T22:55:47.096Z Downloaded rustix v0.38.37
3912026-02-11T22:55:47.120Z Downloaded version_check v0.9.5
3922026-02-11T22:55:47.145Z Downloaded tinystr v0.7.6
3932026-02-11T22:55:47.146Z Downloaded thread-id v4.2.2
3942026-02-11T22:55:47.146Z Downloaded thiserror-impl v1.0.69
3952026-02-11T22:55:47.146Z Downloaded libc v0.2.180
3962026-02-11T22:55:47.170Z Downloaded icu_properties_data v1.5.0
3972026-02-11T22:55:47.194Z Downloaded tabled v0.15.0
3982026-02-11T22:55:47.218Z Downloaded syn v1.0.109
3992026-02-11T22:55:47.218Z Downloaded goblin v0.8.2
4002026-02-11T22:55:47.218Z Downloaded usdt-attr-macro v0.5.0
4012026-02-11T22:55:47.242Z Downloaded typeid v1.0.3
4022026-02-11T22:55:47.242Z Downloaded thiserror v1.0.69
4032026-02-11T22:55:47.242Z Downloaded utf8parse v0.2.2
4042026-02-11T22:55:47.242Z Downloaded unicode-linebreak v0.1.5
4052026-02-11T22:55:47.242Z Downloaded toml_write v0.1.2
4062026-02-11T22:55:47.242Z Downloaded thiserror-impl v2.0.18
4072026-02-11T22:55:47.242Z Downloaded tempfile v3.24.0
4082026-02-11T22:55:47.242Z Downloaded unicode-xid v0.2.6
4092026-02-11T22:55:47.242Z Downloaded serde_json v1.0.149
4102026-02-11T22:55:47.266Z Downloaded pest v2.8.2
4112026-02-11T22:55:47.266Z Downloaded idna v1.0.3
4122026-02-11T22:55:47.266Z Downloaded hashbrown v0.16.1
4132026-02-11T22:55:47.266Z Downloaded papergrid v0.11.0
4142026-02-11T22:55:47.266Z Downloaded log v0.4.29
4152026-02-11T22:55:47.290Z Downloaded icu_normalizer_data v1.5.0
4162026-02-11T22:55:47.291Z Downloaded icu_collections v1.5.0
4172026-02-11T22:55:47.291Z Downloaded clap v4.5.48
4182026-02-11T22:55:47.291Z Downloaded serde_derive v1.0.228
4192026-02-11T22:55:47.291Z Downloaded quote v1.0.40
4202026-02-11T22:55:47.356Z Downloaded proc-macro2 v1.0.101
4212026-02-11T22:55:47.356Z Downloaded pest_meta v2.8.2
4222026-02-11T22:55:47.356Z Downloaded once_cell v1.21.3
4232026-02-11T22:55:47.356Z Downloaded icu_provider v1.5.0
4242026-02-11T22:55:47.356Z Downloaded getrandom v0.3.4
4252026-02-11T22:55:47.356Z Downloaded erased-serde v0.4.6
4262026-02-11T22:55:47.356Z Downloaded serde_tokenstream v0.2.2
4272026-02-11T22:55:47.356Z Downloaded semver v1.0.27
4282026-02-11T22:55:47.356Z Downloaded scroll v0.12.0
4292026-02-11T22:55:47.356Z Downloaded pest_generator v2.8.2
4302026-02-11T22:55:47.356Z Downloaded pest_derive v2.8.2
4312026-02-11T22:55:47.356Z Downloaded litemap v0.7.3
4322026-02-11T22:55:47.356Z Downloaded stable_deref_trait v1.2.0
4332026-02-11T22:55:47.356Z Downloaded sha2 v0.10.9
4342026-02-11T22:55:47.356Z Downloaded serde-untagged v0.1.7
4352026-02-11T22:55:47.356Z Downloaded proc-macro-error v1.0.4
4362026-02-11T22:55:47.356Z Downloaded icu_locid_transform_data v1.5.0
4372026-02-11T22:55:47.356Z Downloaded fs-err v3.1.1
4382026-02-11T22:55:47.357Z Downloaded cargo_toml v0.21.0
4392026-02-11T22:55:47.357Z Downloaded byteorder v1.5.0
4402026-02-11T22:55:47.357Z Downloaded serde_spanned v0.6.9
4412026-02-11T22:55:47.357Z Downloaded ordered-float v2.10.1
4422026-02-11T22:55:47.357Z Downloaded itoa v1.0.11
4432026-02-11T22:55:47.357Z Downloaded idna_adapter v1.2.0
4442026-02-11T22:55:47.357Z Downloaded heck v0.4.1
4452026-02-11T22:55:47.357Z Downloaded digest v0.10.7
4462026-02-11T22:55:47.357Z Downloaded memmap v0.7.0
4472026-02-11T22:55:47.357Z Downloaded is_terminal_polyfill v1.70.1
4482026-02-11T22:55:47.357Z Downloaded block-buffer v0.10.4
4492026-02-11T22:55:47.357Z Downloaded macaddr v1.0.1
4502026-02-11T22:55:47.357Z Downloaded displaydoc v0.2.5
4512026-02-11T22:55:47.357Z Downloaded cpufeatures v0.2.14
4522026-02-11T22:55:47.383Z Downloaded clap_derive v4.5.47
4532026-02-11T22:55:47.383Z Downloaded clap_builder v4.5.48
4542026-02-11T22:55:47.383Z Downloaded camino v1.2.2
4552026-02-11T22:55:47.383Z Downloaded fnv v1.0.7
4562026-02-11T22:55:47.383Z Downloaded equivalent v1.0.2
4572026-02-11T22:55:47.383Z Downloaded cargo_metadata v0.21.0
4582026-02-11T22:55:47.383Z Downloaded autocfg v1.4.0
4592026-02-11T22:55:47.383Z Downloaded anyhow v1.0.99
4602026-02-11T22:55:47.383Z Downloaded anstyle-parse v0.2.5
4612026-02-11T22:55:47.383Z Downloaded icu_properties v1.5.1
4622026-02-11T22:55:47.408Z Downloaded icu_locid v1.5.0
4632026-02-11T22:55:47.408Z Downloaded camino-tempfile v1.4.1
4642026-02-11T22:55:47.408Z Downloaded pretty-hex v0.4.1
4652026-02-11T22:55:47.408Z Downloaded cargo-util-schemas v0.8.2
4662026-02-11T22:55:47.408Z Downloaded anstyle-query v1.1.1
4672026-02-11T22:55:47.408Z Downloaded anstyle v1.0.11
4682026-02-11T22:55:47.408Z Downloaded crypto-common v0.1.6
4692026-02-11T22:55:47.408Z Downloaded cargo-platform v0.2.0
4702026-02-11T22:55:47.408Z Downloaded bytecount v0.6.8
4712026-02-11T22:55:47.511Z Compiling proc-macro2 v1.0.101
4722026-02-11T22:55:47.511Z Compiling unicode-ident v1.0.19
4732026-02-11T22:55:47.535Z Compiling serde_core v1.0.228
4742026-02-11T22:55:47.535Z Compiling version_check v0.9.5
4752026-02-11T22:55:47.535Z Compiling serde v1.0.228
4762026-02-11T22:55:47.535Z Compiling libc v0.2.180
4772026-02-11T22:55:47.535Z Compiling memchr v2.7.4
4782026-02-11T22:55:47.535Z Compiling stable_deref_trait v1.2.0
4792026-02-11T22:55:47.858Z Compiling thiserror v2.0.18
4802026-02-11T22:55:47.884Z Compiling zmij v1.0.15
4812026-02-11T22:55:48.374Z Compiling autocfg v1.4.0
4822026-02-11T22:55:48.404Z Compiling thiserror v1.0.69
4832026-02-11T22:55:48.886Z Compiling ucd-trie v0.1.7
4842026-02-11T22:55:48.995Z Compiling itoa v1.0.11
4852026-02-11T22:55:49.054Z Compiling litemap v0.7.3
4862026-02-11T22:55:49.120Z Compiling writeable v0.5.5
4872026-02-11T22:55:49.419Z Compiling byteorder v1.5.0
4882026-02-11T22:55:49.711Z Compiling bitflags v2.9.4
4892026-02-11T22:55:49.738Z Compiling icu_locid_transform_data v1.5.0
4902026-02-11T22:55:49.827Z Compiling quote v1.0.40
4912026-02-11T22:55:49.903Z Compiling errno v0.3.12
4922026-02-11T22:55:49.940Z Compiling icu_properties_data v1.5.0
4932026-02-11T22:55:50.245Z Compiling serde_json v1.0.149
4942026-02-11T22:55:50.307Z Compiling num-traits v0.2.19
4952026-02-11T22:55:50.557Z Compiling syn v2.0.114
4962026-02-11T22:55:50.669Z Compiling icu_normalizer_data v1.5.0
4972026-02-11T22:55:50.708Z Compiling utf16_iter v1.0.5
4982026-02-11T22:55:50.759Z Compiling utf8_iter v1.0.4
4992026-02-11T22:55:50.795Z Compiling typeid v1.0.3
5002026-02-11T22:55:50.852Z Compiling hashbrown v0.16.1
5012026-02-11T22:55:51.008Z Compiling equivalent v1.0.2
5022026-02-11T22:55:51.170Z Compiling smallvec v1.15.1
5032026-02-11T22:55:51.208Z Compiling rustix v0.38.37
5042026-02-11T22:55:51.238Z Compiling write16 v1.0.0
5052026-02-11T22:55:51.618Z Compiling proc-macro-error-attr v1.0.4
5062026-02-11T22:55:51.725Z Compiling usdt-impl v0.5.0
5072026-02-11T22:55:51.910Z Compiling winnow v0.7.14
5082026-02-11T22:55:51.949Z Compiling toml_write v0.1.2
5092026-02-11T22:55:52.048Z Compiling indexmap v2.13.0
5102026-02-11T22:55:52.148Z Compiling syn v1.0.109
5112026-02-11T22:55:52.280Z Compiling thread-id v4.2.2
5122026-02-11T22:55:53.162Z Compiling proc-macro-error v1.0.4
5132026-02-11T22:55:53.454Z Compiling plain v0.2.3
5142026-02-11T22:55:53.525Z Compiling log v0.4.29
5152026-02-11T22:55:53.682Z Compiling utf8parse v0.2.2
5162026-02-11T22:55:53.823Z Compiling rustix v1.1.3
5172026-02-11T22:55:53.903Z Compiling camino v1.2.2
5182026-02-11T22:55:53.932Z Compiling percent-encoding v2.3.2
5192026-02-11T22:55:54.339Z Compiling getrandom v0.3.4
5202026-02-11T22:55:54.370Z Compiling form_urlencoded v1.2.2
5212026-02-11T22:55:54.768Z Compiling ordered-float v2.10.1
5222026-02-11T22:55:54.907Z Compiling anstyle-parse v0.2.5
5232026-02-11T22:55:55.318Z Compiling terminal_size v0.4.0
5242026-02-11T22:55:55.602Z Compiling cfg-if v1.0.4
5252026-02-11T22:55:55.634Z Compiling is_terminal_polyfill v1.70.1
5262026-02-11T22:55:55.783Z Compiling anstyle v1.0.11
5272026-02-11T22:55:55.890Z Compiling colorchoice v1.0.2
5282026-02-11T22:55:55.929Z Compiling pretty-hex v0.4.1
5292026-02-11T22:55:55.997Z Compiling anstyle-query v1.1.1
5302026-02-11T22:55:56.213Z Compiling anstream v0.6.18
5312026-02-11T22:55:56.347Z Compiling semver v1.0.27
5322026-02-11T22:55:57.080Z Compiling fs-err v3.1.1
5332026-02-11T22:55:57.105Z Compiling heck v0.4.1
5342026-02-11T22:55:57.198Z Compiling unicode-xid v0.2.6
5352026-02-11T22:55:57.296Z Compiling synstructure v0.13.1
5362026-02-11T22:55:57.402Z Compiling strsim v0.11.1
5372026-02-11T22:55:57.450Z Compiling unicode-width v0.1.14
5382026-02-11T22:55:57.549Z Compiling fnv v1.0.7
5392026-02-11T22:55:57.727Z Compiling heck v0.5.0
5402026-02-11T22:55:57.999Z Compiling fastrand v2.1.1
5412026-02-11T22:55:58.187Z Compiling clap_lex v0.7.4
5422026-02-11T22:55:58.337Z Compiling bytecount v0.6.8
5432026-02-11T22:55:58.474Z Compiling once_cell v1.21.3
5442026-02-11T22:55:58.567Z Compiling anyhow v1.0.99
5452026-02-11T22:55:58.598Z Compiling papergrid v0.11.0
5462026-02-11T22:55:58.634Z Compiling clap_builder v4.5.48
5472026-02-11T22:55:58.879Z Compiling tempfile v3.24.0
5482026-02-11T22:55:58.903Z Compiling memmap v0.7.0
5492026-02-11T22:55:59.296Z Compiling unicode-linebreak v0.1.5
5502026-02-11T22:55:59.666Z Compiling unicode-width v0.2.0
5512026-02-11T22:55:59.698Z Compiling smawk v0.3.2
5522026-02-11T22:55:59.941Z Compiling camino-tempfile v1.4.1
5532026-02-11T22:56:00.286Z Compiling textwrap v0.16.2
5542026-02-11T22:56:00.536Z Compiling tabled_derive v0.7.0
5552026-02-11T22:56:00.668Z Compiling swrite v0.1.0
5562026-02-11T22:56:00.812Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-02-11T22:56:01.439Z Compiling serde_derive v1.0.228
5582026-02-11T22:56:01.487Z Compiling zerofrom-derive v0.1.4
5592026-02-11T22:56:01.561Z Compiling yoke-derive v0.7.4
5602026-02-11T22:56:01.596Z Compiling zerovec-derive v0.10.3
5612026-02-11T22:56:01.627Z Compiling thiserror-impl v2.0.18
5622026-02-11T22:56:01.996Z Compiling displaydoc v0.2.5
5632026-02-11T22:56:03.468Z Compiling icu_provider_macros v1.5.0
5642026-02-11T22:56:03.898Z Compiling thiserror-impl v1.0.69
5652026-02-11T22:56:04.122Z Compiling zerocopy-derive v0.7.35
5662026-02-11T22:56:04.496Z Compiling scroll_derive v0.12.0
5672026-02-11T22:56:04.703Z Compiling zerofrom v0.1.4
5682026-02-11T22:56:04.851Z Compiling pest v2.8.2
5692026-02-11T22:56:04.977Z Compiling yoke v0.7.4
5702026-02-11T22:56:05.458Z Compiling zerovec v0.10.4
5712026-02-11T22:56:05.925Z Compiling scroll v0.12.0
5722026-02-11T22:56:06.198Z Compiling zerocopy v0.7.35
5732026-02-11T22:56:06.508Z Compiling goblin v0.8.2
5742026-02-11T22:56:06.548Z Compiling clap_derive v4.5.47
5752026-02-11T22:56:07.118Z Compiling tabled v0.15.0
5762026-02-11T22:56:07.314Z Compiling tinystr v0.7.6
5772026-02-11T22:56:07.507Z Compiling icu_collections v1.5.0
5782026-02-11T22:56:07.615Z Compiling pest_meta v2.8.2
5792026-02-11T22:56:07.693Z Compiling icu_locid v1.5.0
5802026-02-11T22:56:08.828Z Compiling icu_provider v1.5.0
5812026-02-11T22:56:09.380Z Compiling pest_generator v2.8.2
5822026-02-11T22:56:09.427Z Compiling serde_spanned v0.6.9
5832026-02-11T22:56:09.707Z Compiling icu_locid_transform v1.5.0
5842026-02-11T22:56:09.750Z Compiling toml_datetime v0.6.11
5852026-02-11T22:56:09.856Z Compiling dof v0.3.0
5862026-02-11T22:56:10.398Z Compiling toml_edit v0.22.27
5872026-02-11T22:56:10.609Z Compiling serde_tokenstream v0.2.2
5882026-02-11T22:56:10.838Z Compiling erased-serde v0.4.6
5892026-02-11T22:56:11.212Z Compiling icu_properties v1.5.1
5902026-02-11T22:56:11.269Z Compiling serde-value v0.7.0
5912026-02-11T22:56:12.001Z Compiling serde-untagged v0.1.7
5922026-02-11T22:56:12.060Z Compiling pest_derive v2.8.2
5932026-02-11T22:56:12.130Z Compiling cargo-platform v0.2.0
5942026-02-11T22:56:12.186Z Compiling clap v4.5.48
5952026-02-11T22:56:12.580Z Compiling macaddr v1.0.1
5962026-02-11T22:56:12.841Z Compiling dtrace-parser v0.2.0
5972026-02-11T22:56:13.930Z Compiling toml v0.8.23
5982026-02-11T22:56:14.799Z Compiling cargo_toml v0.21.0
5992026-02-11T22:56:14.837Z Compiling usdt-attr-macro v0.5.0
6002026-02-11T22:56:14.837Z Compiling usdt-macro v0.5.0
6012026-02-11T22:56:15.186Z Compiling icu_normalizer v1.5.0
6022026-02-11T22:56:16.071Z Compiling idna_adapter v1.2.0
6032026-02-11T22:56:16.113Z Compiling usdt v0.5.0
6042026-02-11T22:56:16.276Z Compiling idna v1.0.3
6052026-02-11T22:56:16.921Z Compiling url v2.5.4
6062026-02-11T22:56:17.804Z Compiling cargo-util-schemas v0.8.2
6072026-02-11T22:56:20.107Z Compiling cargo_metadata v0.21.0
6082026-02-11T22:56:22.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6092026-02-11T22:56:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
6102026-02-11T22:56:27.525Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6112026-02-11T22:56:28.656Z Downloading crates ...
6122026-02-11T22:56:28.812Z Downloaded cfg_aliases v0.2.1
6132026-02-11T22:56:28.838Z Downloaded ciborium v0.2.2
6142026-02-11T22:56:28.838Z Downloaded cstr-argument v0.1.2
6152026-02-11T22:56:28.838Z Downloaded csv-core v0.1.11
6162026-02-11T22:56:28.862Z Downloaded darling v0.20.10
6172026-02-11T22:56:28.862Z Downloaded hex v0.4.3
6182026-02-11T22:56:28.862Z Downloaded headers v0.4.1
6192026-02-11T22:56:28.886Z Downloaded hmac v0.12.1
6202026-02-11T22:56:28.886Z Downloaded http-range v0.1.5
6212026-02-11T22:56:28.886Z Downloaded hubpack_derive v0.1.1
6222026-02-11T22:56:28.910Z Downloaded derive-where v1.5.0
6232026-02-11T22:56:28.910Z Downloaded impl-trait-for-tuples v0.2.2
6242026-02-11T22:56:28.942Z Downloaded instability v0.3.2
6252026-02-11T22:56:28.942Z Downloaded gethostname v0.5.0
6262026-02-11T22:56:28.942Z Downloaded jobserver v0.1.32
6272026-02-11T22:56:28.966Z Downloaded instant v0.1.13
6282026-02-11T22:56:28.966Z Downloaded lock_api v0.4.12
6292026-02-11T22:56:28.966Z Downloaded ignore v0.4.23
6302026-02-11T22:56:28.966Z Downloaded ipnetwork v0.21.1
6312026-02-11T22:56:28.992Z Downloaded lazy_static v1.5.0
6322026-02-11T22:56:28.992Z Downloaded num_enum v0.5.11
6332026-02-11T22:56:29.080Z Downloaded itertools v0.14.0
6342026-02-11T22:56:29.081Z Downloaded parking_lot v0.12.3
6352026-02-11T22:56:29.081Z Downloaded password-hash v0.5.0
6362026-02-11T22:56:29.081Z Downloaded pem-rfc7468 v0.7.0
6372026-02-11T22:56:29.081Z Downloaded pin-project-internal v1.1.6
6382026-02-11T22:56:29.081Z Downloaded pkcs8 v0.10.2
6392026-02-11T22:56:29.081Z Downloaded proc-macro-error-attr2 v2.0.0
6402026-02-11T22:56:29.081Z Downloaded olpc-cjson v0.1.4
6412026-02-11T22:56:29.081Z Downloaded group v0.13.0
6422026-02-11T22:56:29.081Z Downloaded num-rational v0.4.2
6432026-02-11T22:56:29.081Z Downloaded encoding_rs v0.8.34
6442026-02-11T22:56:29.107Z Downloaded rfc6979 v0.4.0
6452026-02-11T22:56:29.132Z Downloaded pin-project-lite v0.2.14
6462026-02-11T22:56:29.132Z Downloaded progenitor-macro v0.8.0
6472026-02-11T22:56:29.132Z Downloaded rand_chacha v0.3.1
6482026-02-11T22:56:29.157Z Downloaded httpdate v1.0.3
6492026-02-11T22:56:29.157Z Downloaded progenitor-impl v0.8.0
6502026-02-11T22:56:29.157Z Downloaded same-file v1.0.6
6512026-02-11T22:56:29.157Z Downloaded sec1 v0.7.3
6522026-02-11T22:56:29.157Z Downloaded progenitor-impl v0.10.0
6532026-02-11T22:56:29.182Z Downloaded serde-big-array v0.5.1
6542026-02-11T22:56:29.182Z Downloaded serde_derive_internals v0.29.1
6552026-02-11T22:56:29.182Z Downloaded rustc-hash v2.1.1
6562026-02-11T22:56:29.182Z Downloaded rustc-demangle v0.1.24
6572026-02-11T22:56:29.182Z Downloaded strip-ansi-escapes v0.2.0
6582026-02-11T22:56:29.209Z Downloaded rustls-pemfile v1.0.4
6592026-02-11T22:56:29.209Z Downloaded slog-stdlog v4.1.1
6602026-02-11T22:56:29.209Z Downloaded termtree v0.5.1
6612026-02-11T22:56:29.209Z Downloaded semver v0.1.20
6622026-02-11T22:56:29.209Z Downloaded tar v0.4.44
6632026-02-11T22:56:29.235Z Downloaded socket2 v0.6.1
6642026-02-11T22:56:29.235Z Downloaded subprocess v0.2.9
6652026-02-11T22:56:29.235Z Downloaded publicsuffix v2.3.0
6662026-02-11T22:56:29.235Z Downloaded strum_macros v0.24.3
6672026-02-11T22:56:29.260Z Downloaded smallvec v0.6.14
6682026-02-11T22:56:29.260Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6692026-02-11T22:56:29.260Z Downloaded thread_local v1.1.8
6702026-02-11T22:56:29.260Z Downloaded tinyvec_macros v0.1.1
6712026-02-11T22:56:29.260Z Downloaded typify-macro v0.4.3
6722026-02-11T22:56:29.260Z Downloaded time-macros v0.2.24
6732026-02-11T22:56:29.285Z Downloaded term v0.7.0
6742026-02-11T22:56:29.285Z Downloaded topological-sort v0.2.2
6752026-02-11T22:56:29.285Z Downloaded tokio-stream v0.1.17
6762026-02-11T22:56:29.285Z Downloaded vergen-lib v0.1.6
6772026-02-11T22:56:29.285Z Downloaded wait-timeout v0.2.0
6782026-02-11T22:56:29.310Z Downloaded usdt-macro v0.6.0
6792026-02-11T22:56:29.310Z Downloaded utf-8 v0.7.6
6802026-02-11T22:56:29.310Z Downloaded typify-macro v0.2.0
6812026-02-11T22:56:29.310Z Downloaded whoami v1.5.2
6822026-02-11T22:56:29.310Z Downloaded zone_cfg_derive v0.3.0
6832026-02-11T22:56:29.310Z Downloaded which v4.4.2
6842026-02-11T22:56:29.310Z Downloaded xshell v0.2.7
6852026-02-11T22:56:29.310Z Downloaded zone v0.1.8
6862026-02-11T22:56:29.310Z Downloaded unicode-truncate v1.1.0
6872026-02-11T22:56:29.311Z Downloaded try-lock v0.2.5
6882026-02-11T22:56:29.336Z Downloaded vergen-git2 v1.0.7
6892026-02-11T22:56:29.336Z Downloaded zeroize v1.8.1
6902026-02-11T22:56:29.336Z Downloaded zstd-safe v7.2.3
6912026-02-11T22:56:29.336Z Downloaded typify v0.4.3
6922026-02-11T22:56:29.336Z Downloaded zone v0.3.1
6932026-02-11T22:56:29.336Z Downloaded vsss-rs v3.3.4
6942026-02-11T22:56:29.336Z Downloaded void v1.0.2
6952026-02-11T22:56:29.336Z Downloaded vergen v9.0.6
6962026-02-11T22:56:29.363Z Downloaded uzers v0.12.1
6972026-02-11T22:56:29.363Z Downloaded value-bag v1.12.0
6982026-02-11T22:56:29.363Z Downloaded zopfli v0.8.1
6992026-02-11T22:56:29.363Z Downloaded x509-cert v0.2.5
7002026-02-11T22:56:29.363Z Downloaded zip v4.2.0
7012026-02-11T22:56:29.396Z Downloaded zeroize_derive v1.4.2
7022026-02-11T22:56:29.396Z Downloaded zone_cfg_derive v0.1.2
7032026-02-11T22:56:29.396Z Downloaded zstd v0.13.3
7042026-02-11T22:56:29.396Z Downloaded zlib-rs v0.5.1
7052026-02-11T22:56:29.396Z Downloaded regex-automata v0.4.11
7062026-02-11T22:56:29.422Z Downloaded salty v0.3.0
7072026-02-11T22:56:29.422Z Downloaded vcpkg v0.2.15
7082026-02-11T22:56:29.461Z Downloaded sqlparser v0.45.0
7092026-02-11T22:56:29.486Z Downloaded curve25519-dalek v4.1.3
7102026-02-11T22:56:29.486Z Downloaded winnow v0.6.26
7112026-02-11T22:56:29.510Z Downloaded tabled v0.18.0
7122026-02-11T22:56:29.510Z Downloaded rustls v0.21.12
7132026-02-11T22:56:29.534Z Downloaded winnow v0.5.40
7142026-02-11T22:56:29.534Z Downloaded zerocopy v0.8.27
7152026-02-11T22:56:29.558Z Downloaded webpki-roots v1.0.1
7162026-02-11T22:56:29.587Z Downloaded rustls v0.23.19
7172026-02-11T22:56:29.587Z Downloaded rustls v0.22.4
7182026-02-11T22:56:29.612Z Downloaded typify-impl v0.2.0
7192026-02-11T22:56:29.612Z Downloaded typify-impl v0.4.3
7202026-02-11T22:56:29.636Z Downloaded hickory-proto v0.24.4
7212026-02-11T22:56:29.661Z Downloaded sled v0.34.7
7222026-02-11T22:56:29.661Z Downloaded object v0.36.5
7232026-02-11T22:56:29.686Z Downloaded petgraph v0.8.2
7242026-02-11T22:56:29.710Z Downloaded hkdf v0.12.4
7252026-02-11T22:56:29.710Z Downloaded openssl v0.10.73
7262026-02-11T22:56:29.710Z Downloaded ratatui v0.29.0
7272026-02-11T22:56:29.735Z Downloaded zerocopy-derive v0.6.6
7282026-02-11T22:56:29.735Z Downloaded chrono-tz v0.10.4
7292026-02-11T22:56:29.761Z Downloaded petgraph v0.6.5
7302026-02-11T22:56:29.786Z Downloaded libgit2-sys v0.18.2+1.9.1
7312026-02-11T22:56:29.837Z Downloaded time v0.3.43
7322026-02-11T22:56:29.861Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7332026-02-11T22:56:29.887Z Downloaded sha3 v0.10.8
7342026-02-11T22:56:29.887Z Downloaded tabled v0.20.0
7352026-02-11T22:56:29.911Z Downloaded xz2 v0.1.7
7362026-02-11T22:56:29.911Z Downloaded csv v1.3.1
7372026-02-11T22:56:29.934Z Downloaded smoltcp v0.11.0
7382026-02-11T22:56:29.934Z Downloaded xshell-macros v0.2.7
7392026-02-11T22:56:29.934Z Downloaded xattr v1.3.1
7402026-02-11T22:56:29.934Z Downloaded vergen-gitcl v1.0.8
7412026-02-11T22:56:29.934Z Downloaded unicode-segmentation v1.12.0
7422026-02-11T22:56:29.960Z Downloaded smoltcp v0.9.1
7432026-02-11T22:56:29.960Z Downloaded zip v0.6.6
7442026-02-11T22:56:29.960Z Downloaded tungstenite v0.23.0
7452026-02-11T22:56:29.960Z Downloaded tower-http v0.6.6
7462026-02-11T22:56:29.984Z Downloaded toml_edit v0.19.15
7472026-02-11T22:56:30.019Z Downloaded vte v0.11.1
7482026-02-11T22:56:30.019Z Downloaded tokio v1.49.0
7492026-02-11T22:56:30.098Z Downloaded unsafe-libyaml v0.2.11
7502026-02-11T22:56:30.124Z Downloaded unicode_categories v0.1.1
7512026-02-11T22:56:30.124Z Downloaded unicode-normalization v0.1.24
7522026-02-11T22:56:30.124Z Downloaded tungstenite v0.21.0
7532026-02-11T22:56:30.124Z Downloaded goblin v0.10.2
7542026-02-11T22:56:30.148Z Downloaded zerocopy-derive v0.8.27
7552026-02-11T22:56:30.148Z Downloaded zerocopy v0.6.6
7562026-02-11T22:56:30.148Z Downloaded yansi v1.0.1
7572026-02-11T22:56:30.148Z Downloaded tough v0.20.0
7582026-02-11T22:56:30.172Z Downloaded steno v0.4.1
7592026-02-11T22:56:30.172Z Downloaded serde_with v3.16.1
7602026-02-11T22:56:30.198Z Downloaded http v1.4.0
7612026-02-11T22:56:30.222Z Downloaded toml v0.7.8
7622026-02-11T22:56:30.222Z Downloaded rayon-core v1.12.1
7632026-02-11T22:56:30.222Z Downloaded toml_parser v1.0.6+spec-1.1.0
7642026-02-11T22:56:30.222Z Downloaded hickory-resolver v0.24.4
7652026-02-11T22:56:30.222Z Downloaded toml v0.9.11+spec-1.1.0
7662026-02-11T22:56:30.222Z Downloaded tokio-util v0.7.15
7672026-02-11T22:56:30.247Z Downloaded uuid v1.19.0
7682026-02-11T22:56:30.247Z Downloaded tower v0.5.2
7692026-02-11T22:56:30.247Z Downloaded spki v0.7.3
7702026-02-11T22:56:30.247Z Downloaded rayon v1.10.0
7712026-02-11T22:56:30.271Z Downloaded qorb v0.4.1
7722026-02-11T22:56:30.271Z Downloaded yasna v0.5.2
7732026-02-11T22:56:30.271Z Downloaded vte_generate_state_changes v0.1.2
7742026-02-11T22:56:30.271Z Downloaded universal-hash v0.5.1
7752026-02-11T22:56:30.271Z Downloaded unicode-bidi v0.3.17
7762026-02-11T22:56:30.271Z Downloaded typed-path v0.9.3
7772026-02-11T22:56:30.295Z Downloaded tokio-postgres v0.7.13
7782026-02-11T22:56:30.295Z Downloaded ring v0.17.14
7792026-02-11T22:56:30.334Z Downloaded tiny-keccak v2.0.2
7802026-02-11T22:56:30.359Z Downloaded untrusted v0.9.0
7812026-02-11T22:56:30.359Z Downloaded twox-hash v2.1.0
7822026-02-11T22:56:30.359Z Downloaded rsa v0.9.8
7832026-02-11T22:56:30.359Z Downloaded wyz v0.5.1
7842026-02-11T22:56:30.359Z Downloaded waitgroup v0.1.2
7852026-02-11T22:56:30.359Z Downloaded tui-tree-widget v0.23.1
7862026-02-11T22:56:30.359Z Downloaded tap v1.0.1
7872026-02-11T22:56:30.359Z Downloaded signal-hook v0.3.18
7882026-02-11T22:56:30.359Z Downloaded tower-layer v0.3.3
7892026-02-11T22:56:30.359Z Downloaded tls_codec_derive v0.4.1
7902026-02-11T22:56:30.360Z Downloaded serde_path_to_error v0.1.20
7912026-02-11T22:56:30.360Z Downloaded walkdir v2.5.0
7922026-02-11T22:56:30.387Z Downloaded usdt v0.6.0
7932026-02-11T22:56:30.387Z Downloaded unarray v0.1.4
7942026-02-11T22:56:30.388Z Downloaded bzip2-sys v0.1.13+1.0.8
7952026-02-11T22:56:30.388Z Downloaded testing_table v0.3.0
7962026-02-11T22:56:30.388Z Downloaded want v0.3.1
7972026-02-11T22:56:30.388Z Downloaded tokio-native-tls v0.3.1
7982026-02-11T22:56:30.388Z Downloaded quinn-udp v0.5.5
7992026-02-11T22:56:30.388Z Downloaded quinn v0.11.5
8002026-02-11T22:56:30.388Z Downloaded quick-error v1.2.3
8012026-02-11T22:56:30.412Z Downloaded proc-macro-error2 v2.0.1
8022026-02-11T22:56:30.412Z Downloaded httparse v1.9.5
8032026-02-11T22:56:30.412Z Downloaded usdt-attr-macro v0.6.0
8042026-02-11T22:56:30.412Z Downloaded unicode-properties v0.1.3
8052026-02-11T22:56:30.412Z Downloaded trait-variant v0.1.2
8062026-02-11T22:56:30.412Z Downloaded usdt-impl v0.6.0
8072026-02-11T22:56:30.412Z Downloaded typify v0.2.0
8082026-02-11T22:56:30.412Z Downloaded tracing v0.1.40
8092026-02-11T22:56:30.412Z Downloaded string_cache v0.8.9
8102026-02-11T22:56:30.412Z Downloaded spin v0.9.8
8112026-02-11T22:56:30.439Z Downloaded serde_cbor v0.11.2
8122026-02-11T22:56:30.439Z Downloaded unicase v2.8.1
8132026-02-11T22:56:30.439Z Downloaded tracing-core v0.1.32
8142026-02-11T22:56:30.440Z Downloaded rustc_version v0.4.1
8152026-02-11T22:56:30.440Z Downloaded untrusted v0.7.1
8162026-02-11T22:56:30.440Z Downloaded tokio-tungstenite v0.21.0
8172026-02-11T22:56:30.440Z Downloaded tokio-rustls v0.26.0
8182026-02-11T22:56:30.440Z Downloaded tinyvec v1.8.0
8192026-02-11T22:56:30.440Z Downloaded tabled_derive v0.10.0
8202026-02-11T22:56:30.440Z Downloaded ssh-key v0.6.6
8212026-02-11T22:56:30.466Z Downloaded slog-term v2.9.2
8222026-02-11T22:56:30.467Z Downloaded sapling-renderdag v0.1.0
8232026-02-11T22:56:30.467Z Downloaded hyper v1.8.1
8242026-02-11T22:56:30.467Z Downloaded crossbeam-utils v0.8.21
8252026-02-11T22:56:30.467Z Downloaded unit-prefix v0.5.1
8262026-02-11T22:56:30.467Z Downloaded tracing-attributes v0.1.27
8272026-02-11T22:56:30.467Z Downloaded tower-service v0.3.3
8282026-02-11T22:56:30.467Z Downloaded toml_writer v1.0.6+spec-1.1.0
8292026-02-11T22:56:30.467Z Downloaded tokio-rustls v0.25.0
8302026-02-11T22:56:30.467Z Downloaded tokio-rustls v0.24.1
8312026-02-11T22:56:30.467Z Downloaded static_assertions v1.1.0
8322026-02-11T22:56:30.493Z Downloaded snafu v0.8.5
8332026-02-11T22:56:30.493Z Downloaded rand_xorshift v0.4.0
8342026-02-11T22:56:30.493Z Downloaded prettyplease v0.2.36
8352026-02-11T22:56:30.493Z Downloaded parking_lot_core v0.9.10
8362026-02-11T22:56:30.493Z Downloaded heapless v0.8.0
8372026-02-11T22:56:30.493Z Downloaded test-strategy v0.4.3
8382026-02-11T22:56:30.493Z Downloaded tokio-tungstenite v0.23.1
8392026-02-11T22:56:30.517Z Downloaded tokio-macros v2.6.0
8402026-02-11T22:56:30.517Z Downloaded tokio-dtrace v0.1.0
8412026-02-11T22:56:30.517Z Downloaded time-core v0.1.6
8422026-02-11T22:56:30.517Z Downloaded termios v0.3.3
8432026-02-11T22:56:30.518Z Downloaded term v1.1.0
8442026-02-11T22:56:30.518Z Downloaded tagptr v0.2.0
8452026-02-11T22:56:30.518Z Downloaded tabwriter v1.4.0
8462026-02-11T22:56:30.518Z Downloaded tabled_derive v0.11.0
8472026-02-11T22:56:30.518Z Downloaded supports-color v3.0.2
8482026-02-11T22:56:30.518Z Downloaded rustls-webpki v0.102.8
8492026-02-11T22:56:30.542Z Downloaded hex-literal v0.4.1
8502026-02-11T22:56:30.542Z Downloaded sqlformat v0.3.5
8512026-02-11T22:56:30.542Z Downloaded socket2 v0.5.10
8522026-02-11T22:56:30.567Z Downloaded slog-dtrace v0.3.0
8532026-02-11T22:56:30.567Z Downloaded slog v2.8.2
8542026-02-11T22:56:30.567Z Downloaded similar v2.7.0
8552026-02-11T22:56:30.567Z Downloaded schemars v1.0.4
8562026-02-11T22:56:30.597Z Downloaded rustversion v1.0.22
8572026-02-11T22:56:30.597Z Downloaded openssl-probe v0.1.5
8582026-02-11T22:56:30.597Z Downloaded half v2.4.1
8592026-02-11T22:56:30.597Z Downloaded thread-id v5.0.0
8602026-02-11T22:56:30.597Z Downloaded thiserror-no-std v2.0.2
8612026-02-11T22:56:30.597Z Downloaded thiserror-impl-no-std v2.0.2
8622026-02-11T22:56:30.597Z Downloaded support-bundle-viewer v0.1.2
8632026-02-11T22:56:30.597Z Downloaded subtle v2.6.1
8642026-02-11T22:56:30.597Z Downloaded strum v0.27.2
8652026-02-11T22:56:30.597Z Downloaded structmeta-derive v0.3.0
8662026-02-11T22:56:30.597Z Downloaded snafu-derive v0.8.5
8672026-02-11T22:56:30.597Z Downloaded slog-json v2.6.1
8682026-02-11T22:56:30.597Z Downloaded ingot v0.1.1
8692026-02-11T22:56:30.624Z Downloaded strum_macros v0.26.4
8702026-02-11T22:56:30.624Z Downloaded stringprep v0.1.5
8712026-02-11T22:56:30.624Z Downloaded ssh-encoding v0.2.0
8722026-02-11T22:56:30.624Z Downloaded smf v0.2.3
8732026-02-11T22:56:30.624Z Downloaded signal-hook-registry v1.4.2
8742026-02-11T22:56:30.624Z Downloaded serde_with_macros v3.16.1
8752026-02-11T22:56:30.624Z Downloaded regex-syntax v0.8.5
8762026-02-11T22:56:30.624Z Downloaded regex-syntax v0.6.29
8772026-02-11T22:56:30.624Z Downloaded hubpack v0.1.2
8782026-02-11T22:56:30.624Z Downloaded salsa20 v0.10.2
8792026-02-11T22:56:30.624Z Downloaded regress v0.10.4
8802026-02-11T22:56:30.649Z Downloaded sync_wrapper v1.0.1
8812026-02-11T22:56:30.649Z Downloaded sigpipe v0.1.3
8822026-02-11T22:56:30.650Z Downloaded schemars v0.9.0
8832026-02-11T22:56:30.675Z Downloaded rustc-hash v1.1.0
8842026-02-11T22:56:30.675Z Downloaded rtoolbox v0.0.2
8852026-02-11T22:56:30.675Z Downloaded tls_codec v0.4.1
8862026-02-11T22:56:30.675Z Downloaded sync-ptr v0.1.4
8872026-02-11T22:56:30.675Z Downloaded strum_macros v0.27.2
8882026-02-11T22:56:30.675Z Downloaded strum v0.26.3
8892026-02-11T22:56:30.675Z Downloaded structmeta v0.3.0
8902026-02-11T22:56:30.675Z Downloaded ssh-cipher v0.2.0
8912026-02-11T22:56:30.675Z Downloaded sqlparser_derive v0.2.2
8922026-02-11T22:56:30.675Z Downloaded slog-envlogger v2.2.0
8932026-02-11T22:56:30.675Z Downloaded slog-bunyan v2.5.0
8942026-02-11T22:56:30.676Z Downloaded slog-async v2.8.0
8952026-02-11T22:56:30.676Z Downloaded slab v0.4.9
8962026-02-11T22:56:30.676Z Downloaded siphasher v0.3.11
8972026-02-11T22:56:30.676Z Downloaded signature v2.2.0
8982026-02-11T22:56:30.676Z Downloaded serde_repr v0.1.19
8992026-02-11T22:56:30.701Z Downloaded schemars v0.8.22
9002026-02-11T22:56:30.701Z Downloaded samael v0.0.19
9012026-02-11T22:56:30.701Z Downloaded russh v0.45.0
9022026-02-11T22:56:30.725Z Downloaded p521 v0.13.3
9032026-02-11T22:56:30.725Z Downloaded lzma-sys v0.1.20
9042026-02-11T22:56:30.750Z Downloaded bindgen v0.71.1
9052026-02-11T22:56:30.750Z Downloaded slog-scope v4.4.0
9062026-02-11T22:56:30.750Z Downloaded shell-words v1.1.0
9072026-02-11T22:56:30.777Z Downloaded serde_plain v1.0.2
9082026-02-11T22:56:30.777Z Downloaded rustyline v14.0.0
9092026-02-11T22:56:30.777Z Downloaded rustls-webpki v0.101.7
9102026-02-11T22:56:30.777Z Downloaded regex v1.11.3
9112026-02-11T22:56:30.804Z Downloaded radium v0.7.0
9122026-02-11T22:56:30.804Z Downloaded siphasher v1.0.1
9132026-02-11T22:56:30.804Z Downloaded serde_yaml v0.9.34+deprecated
9142026-02-11T22:56:30.804Z Downloaded serde_bytes v0.11.19
9152026-02-11T22:56:30.804Z Downloaded progenitor-macro v0.11.2
9162026-02-11T22:56:30.804Z Downloaded headers-core v0.3.0
9172026-02-11T22:56:30.804Z Downloaded poly1305 v0.8.0
9182026-02-11T22:56:30.804Z Downloaded crunchy v0.2.2
9192026-02-11T22:56:30.804Z Downloaded simd-adler32 v0.3.7
9202026-02-11T22:56:30.804Z Downloaded signal-hook-tokio v0.3.1
9212026-02-11T22:56:30.804Z Downloaded serde-hex v0.1.0
9222026-02-11T22:56:30.804Z Downloaded seq-macro v0.3.6
9232026-02-11T22:56:30.828Z Downloaded sct v0.7.1
9242026-02-11T22:56:30.828Z Downloaded schemars_derive v0.8.22
9252026-02-11T22:56:30.828Z Downloaded radix_trie v0.2.1
9262026-02-11T22:56:30.828Z Downloaded proc-macro-crate v1.3.1
9272026-02-11T22:56:30.828Z Downloaded primeorder v0.13.6
9282026-02-11T22:56:30.829Z Downloaded nix v0.30.1
9292026-02-11T22:56:30.854Z Downloaded sha1 v0.10.6
9302026-02-11T22:56:30.854Z Downloaded serde_urlencoded v0.7.1
9312026-02-11T22:56:30.854Z Downloaded serde_spanned v1.0.4
9322026-02-11T22:56:30.854Z Downloaded scopeguard v1.2.0
9332026-02-11T22:56:30.854Z Downloaded rustls-pki-types v1.10.0
9342026-02-11T22:56:30.854Z Downloaded proptest v1.7.0
9352026-02-11T22:56:30.854Z Downloaded pretty_assertions v1.4.1
9362026-02-11T22:56:30.854Z Downloaded papergrid v0.17.0
9372026-02-11T22:56:30.878Z Downloaded libz-sys v1.1.20
9382026-02-11T22:56:30.904Z Downloaded bstr v1.10.0
9392026-02-11T22:56:30.904Z Downloaded take_mut v0.2.2
9402026-02-11T22:56:30.904Z Downloaded shlex v1.3.0
9412026-02-11T22:56:30.904Z Downloaded scroll v0.13.0
9422026-02-11T22:56:30.904Z Downloaded quinn-proto v0.11.8
9432026-02-11T22:56:30.904Z Downloaded nix v0.29.0
9442026-02-11T22:56:30.928Z Downloaded secrecy v0.8.0
9452026-02-11T22:56:30.929Z Downloaded rusty-fork v0.3.0
9462026-02-11T22:56:30.929Z Downloaded reedline v0.40.0
9472026-02-11T22:56:30.929Z Downloaded prefix-trie v0.7.0
9482026-02-11T22:56:30.929Z Downloaded pin-project v1.1.6
9492026-02-11T22:56:30.954Z Downloaded petname v2.0.2
9502026-02-11T22:56:30.954Z Downloaded h2 v0.4.6
9512026-02-11T22:56:30.954Z Downloaded globwalk v0.9.1
9522026-02-11T22:56:30.954Z Downloaded secrecy v0.10.3
9532026-02-11T22:56:30.978Z Downloaded scrypt v0.11.0
9542026-02-11T22:56:30.978Z Downloaded scheduled-thread-pool v0.2.7
9552026-02-11T22:56:30.978Z Downloaded ryu v1.0.18
9562026-02-11T22:56:30.979Z Downloaded reqwest v0.12.24
9572026-02-11T22:56:30.979Z Downloaded polar-core v0.27.3
9582026-02-11T22:56:30.979Z Downloaded parking_lot v0.11.2
9592026-02-11T22:56:31.003Z Downloaded nix v0.27.1
9602026-02-11T22:56:31.003Z Downloaded signal-hook-mio v0.2.4
9612026-02-11T22:56:31.003Z Downloaded scroll_derive v0.13.1
9622026-02-11T22:56:31.003Z Downloaded rustls-pemfile v2.2.0
9632026-02-11T22:56:31.003Z Downloaded rpassword v7.4.0
9642026-02-11T22:56:31.003Z Downloaded ron v0.8.1
9652026-02-11T22:56:31.028Z Downloaded rcgen v0.12.1
9662026-02-11T22:56:31.028Z Downloaded portable-atomic v1.11.0
9672026-02-11T22:56:31.028Z Downloaded heapless v0.7.17
9682026-02-11T22:56:31.028Z Downloaded russh-keys v0.45.0
9692026-02-11T22:56:31.028Z Downloaded parking_lot_core v0.8.6
9702026-02-11T22:56:31.028Z Downloaded object v0.30.4
9712026-02-11T22:56:31.053Z Downloaded ron v0.7.1
9722026-02-11T22:56:31.053Z Downloaded ref-cast v1.0.25
9732026-02-11T22:56:31.053Z Downloaded rand v0.9.2
9742026-02-11T22:56:31.053Z Downloaded rand v0.8.5
9752026-02-11T22:56:31.083Z Downloaded r2d2 v0.8.10
9762026-02-11T22:56:31.083Z Downloaded quick-xml v0.37.2
9772026-02-11T22:56:31.083Z Downloaded psl-types v2.0.11
9782026-02-11T22:56:31.083Z Downloaded progenitor-macro v0.10.0
9792026-02-11T22:56:31.083Z Downloaded progenitor-impl v0.11.2
9802026-02-11T22:56:31.083Z Downloaded polyval v0.6.2
9812026-02-11T22:56:31.083Z Downloaded indoc v2.0.6
9822026-02-11T22:56:31.083Z Downloaded highway v1.3.0
9832026-02-11T22:56:31.083Z Downloaded hickory-client v0.25.2
9842026-02-11T22:56:31.084Z Downloaded rand_chacha v0.9.0
9852026-02-11T22:56:31.108Z Downloaded openssl-macros v0.1.1
9862026-02-11T22:56:31.108Z Downloaded postgres-protocol v0.6.8
9872026-02-11T22:56:31.108Z Downloaded parse-display v0.10.0
9882026-02-11T22:56:31.108Z Downloaded rustls-native-certs v0.8.1
9892026-02-11T22:56:31.108Z Downloaded russh-cryptovec v0.7.3
9902026-02-11T22:56:31.108Z Downloaded resolv-conf v0.7.0
9912026-02-11T22:56:31.108Z Downloaded ref-cast-impl v1.0.25
9922026-02-11T22:56:31.108Z Downloaded rand_core v0.9.3
9932026-02-11T22:56:31.108Z Downloaded rand_core v0.6.4
9942026-02-11T22:56:31.108Z Downloaded progenitor v0.10.0
9952026-02-11T22:56:31.110Z Downloaded predicates-tree v1.0.12
9962026-02-11T22:56:31.110Z Downloaded pkg-config v0.3.31
9972026-02-11T22:56:31.110Z Downloaded md-5 v0.10.6
9982026-02-11T22:56:31.110Z Downloaded internet-checksum v0.2.1
9992026-02-11T22:56:31.110Z Downloaded humantime v2.2.0
10002026-02-11T22:56:31.110Z Downloaded rustc_version v0.1.7
10012026-02-11T22:56:31.110Z Downloaded progenitor-client v0.11.2
10022026-02-11T22:56:31.110Z Downloaded progenitor v0.8.0
10032026-02-11T22:56:31.110Z Downloaded nix v0.28.0
10042026-02-11T22:56:31.136Z Downloaded hyper-tls v0.6.0
10052026-02-11T22:56:31.136Z Downloaded heck v0.3.3
10062026-02-11T22:56:31.136Z Downloaded crossterm v0.29.0
10072026-02-11T22:56:31.136Z Downloaded progenitor v0.11.2
10082026-02-11T22:56:31.136Z Downloaded precomputed-hash v0.1.1
10092026-02-11T22:56:31.137Z Downloaded postgres-types v0.2.9
10102026-02-11T22:56:31.161Z Downloaded postcard v1.0.10
10112026-02-11T22:56:31.161Z Downloaded num-bigint v0.4.6
10122026-02-11T22:56:31.161Z Downloaded hashbrown v0.15.4
10132026-02-11T22:56:31.161Z Downloaded hash32 v0.2.1
10142026-02-11T22:56:31.161Z Downloaded progenitor-client v0.10.0
10152026-02-11T22:56:31.161Z Downloaded predicates-core v1.0.8
10162026-02-11T22:56:31.161Z Downloaded predicates v3.1.3
10172026-02-11T22:56:31.161Z Downloaded ppv-lite86 v0.2.20
10182026-02-11T22:56:31.161Z Downloaded pkcs1 v0.7.5
10192026-02-11T22:56:31.161Z Downloaded pin-utils v0.1.0
10202026-02-11T22:56:31.189Z Downloaded phf_shared v0.12.1
10212026-02-11T22:56:31.189Z Downloaded pem v3.0.5
10222026-02-11T22:56:31.189Z Downloaded peg v0.8.5
10232026-02-11T22:56:31.189Z Downloaded pbkdf2 v0.11.0
10242026-02-11T22:56:31.189Z Downloaded password-hash v0.4.2
10252026-02-11T22:56:31.189Z Downloaded owo-colors v4.2.2
10262026-02-11T22:56:31.189Z Downloaded oso-derive v0.27.3
10272026-02-11T22:56:31.189Z Downloaded openssl-sys v0.9.109
10282026-02-11T22:56:31.189Z Downloaded num-bigint-dig v0.8.6
10292026-02-11T22:56:31.215Z Downloaded nom v7.1.3
10302026-02-11T22:56:31.216Z Downloaded hashbrown v0.13.2
10312026-02-11T22:56:31.216Z Downloaded crypto-bigint v0.5.5
10322026-02-11T22:56:31.216Z Downloaded crossbeam-channel v0.5.15
10332026-02-11T22:56:31.216Z Downloaded progenitor-client v0.8.0
10342026-02-11T22:56:31.216Z Downloaded powerfmt v0.2.0
10352026-02-11T22:56:31.216Z Downloaded pkcs5 v0.7.1
10362026-02-11T22:56:31.244Z Downloaded phf v0.12.1
10372026-02-11T22:56:31.244Z Downloaded path-slash v0.1.5
10382026-02-11T22:56:31.244Z Downloaded papergrid v0.14.0
10392026-02-11T22:56:31.244Z Downloaded packed_struct_codegen v0.10.1
10402026-02-11T22:56:31.244Z Downloaded oxnet v0.1.4
10412026-02-11T22:56:31.244Z Downloaded num v0.4.3
10422026-02-11T22:56:31.244Z Downloaded hickory-resolver v0.25.2
10432026-02-11T22:56:31.244Z Downloaded hashbrown v0.12.3
10442026-02-11T22:56:31.244Z Downloaded const-oid v0.9.6
10452026-02-11T22:56:31.245Z Downloaded phf_shared v0.11.2
10462026-02-11T22:56:31.245Z Downloaded phf v0.11.2
10472026-02-11T22:56:31.245Z Downloaded peg-macros v0.8.5
10482026-02-11T22:56:31.269Z Downloaded pbkdf2 v0.12.2
10492026-02-11T22:56:31.270Z Downloaded paste v1.0.15
10502026-02-11T22:56:31.270Z Downloaded parse-display-derive v0.10.0
10512026-02-11T22:56:31.270Z Downloaded packed_struct v0.10.1
10522026-02-11T22:56:31.270Z Downloaded p256 v0.13.2
10532026-02-11T22:56:31.270Z Downloaded oxide-tokio-rt v0.1.2
10542026-02-11T22:56:31.270Z Downloaded oso v0.27.3
10552026-02-11T22:56:31.270Z Downloaded omicron-zone-package v0.12.2
10562026-02-11T22:56:31.270Z Downloaded num_threads v0.1.7
10572026-02-11T22:56:31.270Z Downloaded num-derive v0.4.2
10582026-02-11T22:56:31.270Z Downloaded num-complex v0.4.6
10592026-02-11T22:56:31.270Z Downloaded nodrop v0.1.14
10602026-02-11T22:56:31.270Z Downloaded nibble_vec v0.1.0
10612026-02-11T22:56:31.270Z Downloaded newtype-uuid v1.3.2
10622026-02-11T22:56:31.294Z Downloaded crc-any v2.5.0
10632026-02-11T22:56:31.294Z Downloaded crc v3.2.1
10642026-02-11T22:56:31.294Z Downloaded corncobs v0.1.4
10652026-02-11T22:56:31.294Z Downloaded cookie v0.18.1
10662026-02-11T22:56:31.294Z Downloaded convert_case v0.7.1
10672026-02-11T22:56:31.294Z Downloaded const_format v0.2.34
10682026-02-11T22:56:31.294Z Downloaded compact_str v0.8.0
10692026-02-11T22:56:31.294Z Downloaded clang-sys v1.8.1
10702026-02-11T22:56:31.294Z Downloaded cassowary v0.3.0
10712026-02-11T22:56:31.294Z Downloaded rand_seeder v0.4.0
10722026-02-11T22:56:31.318Z Downloaded peg-runtime v0.8.5
10732026-02-11T22:56:31.318Z Downloaded parse-size v1.1.0
10742026-02-11T22:56:31.318Z Downloaded opaque-debug v0.3.1
10752026-02-11T22:56:31.318Z Downloaded keccak v0.1.5
10762026-02-11T22:56:31.319Z Downloaded indoc v1.0.9
10772026-02-11T22:56:31.319Z Downloaded http-body-util v0.1.3
10782026-02-11T22:56:31.319Z Downloaded http-body v1.0.1
10792026-02-11T22:56:31.319Z Downloaded home v0.5.9
10802026-02-11T22:56:31.319Z Downloaded crc8 v0.1.1
10812026-02-11T22:56:31.319Z Downloaded bit-vec v0.8.0
10822026-02-11T22:56:31.319Z Downloaded num-integer v0.1.46
10832026-02-11T22:56:31.319Z Downloaded normalize-line-endings v0.3.0
10842026-02-11T22:56:31.319Z Downloaded constant_time_eq v0.3.1
10852026-02-11T22:56:31.319Z Downloaded bit-set v0.8.0
10862026-02-11T22:56:31.319Z Downloaded num-iter v0.1.45
10872026-02-11T22:56:31.319Z Downloaded nonempty v0.12.0
10882026-02-11T22:56:31.319Z Downloaded ctr v0.9.2
10892026-02-11T22:56:31.319Z Downloaded cobs v0.2.3
10902026-02-11T22:56:31.344Z Downloaded pretty-hex v0.2.1
10912026-02-11T22:56:31.344Z Downloaded number_prefix v0.4.0
10922026-02-11T22:56:31.344Z Downloaded num_enum_derive v0.5.11
10932026-02-11T22:56:31.344Z Downloaded num-derive v0.3.3
10942026-02-11T22:56:31.344Z Downloaded num-conv v0.1.0
10952026-02-11T22:56:31.344Z Downloaded aws-lc-sys v0.26.0
10962026-02-11T22:56:31.559Z Downloaded nu-ansi-term v0.50.1
10972026-02-11T22:56:31.585Z Downloaded newtype_derive v0.1.6
10982026-02-11T22:56:31.585Z Downloaded newtype-uuid-macros v0.1.0
10992026-02-11T22:56:31.585Z Downloaded newline-converter v0.3.0
11002026-02-11T22:56:31.585Z Downloaded multer v3.1.0
11012026-02-11T22:56:31.585Z Downloaded mio v1.0.2
11022026-02-11T22:56:31.585Z Downloaded miniz_oxide v0.8.5
11032026-02-11T22:56:31.585Z Downloaded crucible-workspace-hack v0.1.0
11042026-02-11T22:56:31.585Z Downloaded ciborium-io v0.2.2
11052026-02-11T22:56:31.585Z Downloaded chacha20poly1305 v0.10.1
11062026-02-11T22:56:31.585Z Downloaded new_debug_unreachable v1.0.6
11072026-02-11T22:56:31.586Z Downloaded native-tls v0.2.12
11082026-02-11T22:56:31.612Z Downloaded nanorand v0.7.0
11092026-02-11T22:56:31.612Z Downloaded multimap v0.10.1
11102026-02-11T22:56:31.612Z Downloaded minimal-lexical v0.2.1
11112026-02-11T22:56:31.612Z Downloaded mime_guess v2.0.5
11122026-02-11T22:56:31.612Z Downloaded crossbeam-epoch v0.9.18
11132026-02-11T22:56:31.612Z Downloaded colored v3.0.0
11142026-02-11T22:56:31.612Z Downloaded chacha20 v0.9.1
11152026-02-11T22:56:31.612Z Downloaded p384 v0.13.1
11162026-02-11T22:56:31.613Z Downloaded mime v0.3.17
11172026-02-11T22:56:31.613Z Downloaded crc-catalog v2.4.0
11182026-02-11T22:56:31.613Z Downloaded ciborium-ll v0.2.2
11192026-02-11T22:56:31.613Z Downloaded cexpr v0.6.0
11202026-02-11T22:56:31.638Z Downloaded cargo-platform v0.1.8
11212026-02-11T22:56:31.638Z Downloaded cancel-safe-futures v0.1.5
11222026-02-11T22:56:31.638Z Downloaded buf-list v1.0.3
11232026-02-11T22:56:31.638Z Downloaded block-padding v0.3.3
11242026-02-11T22:56:31.638Z Downloaded memoffset v0.9.1
11252026-02-11T22:56:31.638Z Downloaded memmap2 v0.9.8
11262026-02-11T22:56:31.638Z Downloaded md5 v0.7.0
11272026-02-11T22:56:31.638Z Downloaded maybe-uninit v2.0.0
11282026-02-11T22:56:31.638Z Downloaded match_cfg v0.1.0
11292026-02-11T22:56:31.638Z Downloaded lru v0.12.5
11302026-02-11T22:56:31.638Z Downloaded litrs v0.4.1
11312026-02-11T22:56:31.638Z Downloaded libz-rs-sys v0.5.1
11322026-02-11T22:56:31.638Z Downloaded libxml v0.3.3
11332026-02-11T22:56:31.663Z Downloaded jiff v0.2.15
11342026-02-11T22:56:31.663Z Downloaded convert_case v0.4.0
11352026-02-11T22:56:31.663Z Downloaded console v0.16.0
11362026-02-11T22:56:31.663Z Downloaded chrono v0.4.43
11372026-02-11T22:56:31.688Z Downloaded bzip2 v0.5.2
11382026-02-11T22:56:31.688Z Downloaded bzip2 v0.4.4
11392026-02-11T22:56:31.689Z Downloaded bitflags v1.3.2
11402026-02-11T22:56:31.689Z Downloaded bcs v0.1.6
11412026-02-11T22:56:31.689Z Downloaded managed v0.8.0
11422026-02-11T22:56:31.689Z Downloaded lzss v0.8.2
11432026-02-11T22:56:31.689Z Downloaded lru-cache v0.1.2
11442026-02-11T22:56:31.689Z Downloaded lockfree-object-pool v0.1.6
11452026-02-11T22:56:31.689Z Downloaded linked-hash-map v0.5.6
11462026-02-11T22:56:31.689Z Downloaded linear-map v1.2.0
11472026-02-11T22:56:31.713Z Downloaded libsw-core v0.3.1
11482026-02-11T22:56:31.713Z Downloaded libm v0.2.8
11492026-02-11T22:56:31.713Z Downloaded lalrpop v0.19.12
11502026-02-11T22:56:31.713Z Downloaded jiff-static v0.2.15
11512026-02-11T22:56:31.739Z Downloaded critical-section v1.1.3
11522026-02-11T22:56:31.739Z Downloaded openapiv3 v2.2.0
11532026-02-11T22:56:31.739Z Downloaded moka v0.12.10
11542026-02-11T22:56:31.763Z Downloaded maplit v1.0.2
11552026-02-11T22:56:31.763Z Downloaded libscf-sys v1.1.0
11562026-02-11T22:56:31.763Z Downloaded kstat-rs v0.2.4
11572026-02-11T22:56:31.763Z Downloaded itertools v0.10.5
11582026-02-11T22:56:31.763Z Downloaded is_ci v1.2.0
11592026-02-11T22:56:31.763Z Downloaded hickory-proto v0.25.2
11602026-02-11T22:56:31.787Z Downloaded indexmap v1.9.3
11612026-02-11T22:56:31.787Z Downloaded iddqd v0.3.16
11622026-02-11T22:56:31.787Z Downloaded git2 v0.20.2
11632026-02-11T22:56:31.811Z Downloaded gimli v0.31.1
11642026-02-11T22:56:31.811Z Downloaded diesel v2.2.12
11652026-02-11T22:56:31.835Z Downloaded colored v2.2.0
11662026-02-11T22:56:31.835Z Downloaded bitfield-struct v0.6.2
11672026-02-11T22:56:31.835Z Downloaded libsw v3.5.0
11682026-02-11T22:56:31.835Z Downloaded libloading v0.8.5
11692026-02-11T22:56:31.836Z Downloaded libefi-sys v0.1.0
11702026-02-11T22:56:31.836Z Downloaded lazycell v1.3.0
11712026-02-11T22:56:31.836Z Downloaded lalrpop-util v0.19.12
11722026-02-11T22:56:31.836Z Downloaded itertools v0.13.0
11732026-02-11T22:56:31.859Z Downloaded itertools v0.12.1
11742026-02-11T22:56:31.860Z Downloaded is-terminal v0.4.13
11752026-02-11T22:56:31.860Z Downloaded iri-string v0.7.8
11762026-02-11T22:56:31.884Z Downloaded indent_write v2.2.0
11772026-02-11T22:56:31.884Z Downloaded dropshot v0.16.7
11782026-02-11T22:56:31.908Z Downloaded cc v1.2.30
11792026-02-11T22:56:31.908Z Downloaded cargo_metadata v0.19.2
11802026-02-11T22:56:31.908Z Downloaded bytes v1.11.1
11812026-02-11T22:56:31.908Z Downloaded bindgen v0.69.5
11822026-02-11T22:56:31.932Z Downloaded bcrypt-pbkdf v0.10.0
11832026-02-11T22:56:31.932Z Downloaded base64ct v1.6.0
11842026-02-11T22:56:31.932Z Downloaded hyper-util v0.1.19
11852026-02-11T22:56:31.932Z Downloaded futures-util v0.3.31
11862026-02-11T22:56:31.957Z Downloaded blowfish v0.9.1
11872026-02-11T22:56:31.957Z Downloaded blake2 v0.10.6
11882026-02-11T22:56:31.957Z Downloaded ipnet v2.11.0
11892026-02-11T22:56:31.957Z Downloaded indicatif v0.18.0
11902026-02-11T22:56:31.957Z Downloaded indicatif v0.17.11
11912026-02-11T22:56:31.957Z Downloaded hyper-rustls v0.27.7
11922026-02-11T22:56:31.983Z Downloaded flate2 v1.1.2
11932026-02-11T22:56:31.983Z Downloaded dropshot-api-manager v0.2.4
11942026-02-11T22:56:31.983Z Downloaded cipher v0.4.4
11952026-02-11T22:56:31.983Z Downloaded cbc v0.1.2
11962026-02-11T22:56:31.983Z Downloaded bitfield v0.19.2
11972026-02-11T22:56:31.983Z Downloaded bit-vec v0.6.3
11982026-02-11T22:56:31.983Z Downloaded flume v0.11.1
11992026-02-11T22:56:31.984Z Downloaded darling_core v0.20.10
12002026-02-11T22:56:32.008Z Downloaded cfg_aliases v0.1.1
12012026-02-11T22:56:32.008Z Downloaded ingot-types v0.1.2
12022026-02-11T22:56:32.008Z Downloaded ingot-macros v0.1.1
12032026-02-11T22:56:32.008Z Downloaded iana-time-zone v0.1.63
12042026-02-11T22:56:32.008Z Downloaded glob v0.3.2
12052026-02-11T22:56:32.008Z Downloaded futures-task v0.3.31
12062026-02-11T22:56:32.010Z Downloaded futures-executor v0.3.31
12072026-02-11T22:56:32.010Z Downloaded futures-channel v0.3.31
12082026-02-11T22:56:32.010Z Downloaded fs_extra v1.3.0
12092026-02-11T22:56:32.010Z Downloaded foldhash v0.2.0
12102026-02-11T22:56:32.010Z Downloaded fixedbitset v0.5.7
12112026-02-11T22:56:32.010Z Downloaded fd-lock v4.0.2
12122026-02-11T22:56:32.010Z Downloaded fatfs v0.3.6
12132026-02-11T22:56:32.034Z Downloaded fallible-iterator v0.2.0
12142026-02-11T22:56:32.034Z Downloaded env_logger v0.11.8
12152026-02-11T22:56:32.034Z Downloaded embedded-io v0.6.1
12162026-02-11T22:56:32.034Z Downloaded elliptic-curve v0.13.8
12172026-02-11T22:56:32.034Z Downloaded dyn-clone v1.0.20
12182026-02-11T22:56:32.034Z Downloaded dunce v1.0.5
12192026-02-11T22:56:32.034Z Downloaded dsl_auto_type v0.1.2
12202026-02-11T22:56:32.034Z Downloaded dropshot_endpoint v0.16.7
12212026-02-11T22:56:32.034Z Downloaded derive-ex v0.1.8
12222026-02-11T22:56:32.034Z Downloaded inout v0.1.3
12232026-02-11T22:56:32.034Z Downloaded ident_case v1.0.1
12242026-02-11T22:56:32.034Z Downloaded hyper-staticfile v0.10.1
12252026-02-11T22:56:32.034Z Downloaded ghash v0.5.1
12262026-02-11T22:56:32.059Z Downloaded getrandom v0.2.15
12272026-02-11T22:56:32.060Z Downloaded foreign-types-shared v0.3.1
12282026-02-11T22:56:32.060Z Downloaded foreign-types-macros v0.2.3
12292026-02-11T22:56:32.060Z Downloaded filetime v0.2.26
12302026-02-11T22:56:32.060Z Downloaded erased-serde v0.3.31
12312026-02-11T22:56:32.060Z Downloaded endian-type v0.1.2
12322026-02-11T22:56:32.060Z Downloaded either v1.15.0
12332026-02-11T22:56:32.060Z Downloaded ed25519-dalek v2.1.1
12342026-02-11T22:56:32.060Z Downloaded hostname v0.4.2
12352026-02-11T22:56:32.060Z Downloaded hostname v0.3.1
12362026-02-11T22:56:32.060Z Downloaded futures-core v0.3.31
12372026-02-11T22:56:32.060Z Downloaded ena v0.14.3
12382026-02-11T22:56:32.086Z Downloaded dtrace-parser v0.3.0
12392026-02-11T22:56:32.086Z Downloaded dropshot-api-manager-types v0.2.4
12402026-02-11T22:56:32.086Z Downloaded des v0.8.1
12412026-02-11T22:56:32.086Z Downloaded data-encoding v2.9.0
12422026-02-11T22:56:32.086Z Downloaded futures-sink v0.3.31
12432026-02-11T22:56:32.086Z Downloaded futures v0.3.31
12442026-02-11T22:56:32.086Z Downloaded funty v2.0.0
12452026-02-11T22:56:32.087Z Downloaded foreign-types-shared v0.1.1
12462026-02-11T22:56:32.087Z Downloaded foreign-types v0.5.0
12472026-02-11T22:56:32.087Z Downloaded flagset v0.4.6
12482026-02-11T22:56:32.087Z Downloaded ff v0.13.0
12492026-02-11T22:56:32.087Z Downloaded enum-as-inner v0.6.1
12502026-02-11T22:56:32.087Z Downloaded ed25519 v2.2.3
12512026-02-11T22:56:32.087Z Downloaded derive_more v2.0.1
12522026-02-11T22:56:32.114Z Downloaded derive_more v0.99.20
12532026-02-11T22:56:32.114Z Downloaded derive_builder_core v0.20.2
12542026-02-11T22:56:32.114Z Downloaded defmt-parser v0.3.4
12552026-02-11T22:56:32.114Z Downloaded darling v0.21.0
12562026-02-11T22:56:32.115Z Downloaded fxhash v0.2.1
12572026-02-11T22:56:32.115Z Downloaded futures-io v0.3.31
12582026-02-11T22:56:32.190Z Downloaded fs-err v2.11.0
12592026-02-11T22:56:32.190Z Downloaded float-cmp v0.10.0
12602026-02-11T22:56:32.190Z Downloaded expectorate v1.2.0
12612026-02-11T22:56:32.190Z Downloaded env_filter v0.1.2
12622026-02-11T22:56:32.190Z Downloaded ecdsa v0.16.9
12632026-02-11T22:56:32.190Z Downloaded dirs-sys-next v0.1.2
12642026-02-11T22:56:32.190Z Downloaded dirs-next v2.0.0
12652026-02-11T22:56:32.190Z Downloaded deranged v0.5.3
12662026-02-11T22:56:32.190Z Downloaded defmt-macros v0.3.9
12672026-02-11T22:56:32.190Z Downloaded debug-ignore v1.0.5
12682026-02-11T22:56:32.190Z Downloaded curve25519-dalek-derive v0.1.1
12692026-02-11T22:56:32.190Z Downloaded bumpalo v3.16.0
12702026-02-11T22:56:32.190Z Downloaded futures-macro v0.3.31
12712026-02-11T22:56:32.190Z Downloaded foreign-types v0.3.2
12722026-02-11T22:56:32.190Z Downloaded float-ord v0.3.2
12732026-02-11T22:56:32.190Z Downloaded fixedbitset v0.4.2
12742026-02-11T22:56:32.190Z Downloaded embedded-io v0.4.0
12752026-02-11T22:56:32.190Z Downloaded dof v0.4.0
12762026-02-11T22:56:32.190Z Downloaded display-error-chain v0.2.2
12772026-02-11T22:56:32.190Z Downloaded difflib v0.4.0
12782026-02-11T22:56:32.190Z Downloaded derive_builder v0.20.2
12792026-02-11T22:56:32.190Z Downloaded defmt v0.3.8
12802026-02-11T22:56:32.190Z Downloaded daft v0.1.4
12812026-02-11T22:56:32.190Z Downloaded aho-corasick v1.1.3
12822026-02-11T22:56:32.191Z Downloaded hickory-server v0.25.2
12832026-02-11T22:56:32.191Z Downloaded diesel-dtrace v0.4.2
12842026-02-11T22:56:32.191Z Downloaded der_derive v0.7.3
12852026-02-11T22:56:32.191Z Downloaded der v0.7.10
12862026-02-11T22:56:32.191Z Downloaded bitvec v1.0.1
12872026-02-11T22:56:32.215Z Downloaded drift v0.1.3
12882026-02-11T22:56:32.215Z Downloaded diff v0.1.13
12892026-02-11T22:56:32.215Z Downloaded diesel_derives v2.2.3
12902026-02-11T22:56:32.215Z Downloaded daft-derive v0.1.4
12912026-02-11T22:56:32.215Z Downloaded document-features v0.2.11
12922026-02-11T22:56:32.239Z Downloaded diesel_table_macro_syntax v0.2.0
12932026-02-11T22:56:32.239Z Downloaded derive_more-impl v2.0.1
12942026-02-11T22:56:32.239Z Downloaded darling_macro v0.21.0
12952026-02-11T22:56:32.239Z Downloaded darling_core v0.21.0
12962026-02-11T22:56:32.239Z Downloaded derive_builder_macro v0.20.2
12972026-02-11T22:56:32.240Z Downloaded darling_macro v0.20.10
12982026-02-11T22:56:32.240Z Downloaded base64 v0.22.1
12992026-02-11T22:56:32.240Z Downloaded base64 v0.21.7
13002026-02-11T22:56:32.240Z Downloaded base64 v0.13.1
13012026-02-11T22:56:32.264Z Downloaded backoff v0.4.0
13022026-02-11T22:56:32.264Z Downloaded aws-lc-rs v1.12.4
13032026-02-11T22:56:32.264Z Downloaded atomic-waker v1.1.2
13042026-02-11T22:56:32.264Z Downloaded arrayref v0.3.9
13052026-02-11T22:56:32.264Z Downloaded arc-swap v1.7.1
13062026-02-11T22:56:32.264Z Downloaded aes-gcm v0.10.3
13072026-02-11T22:56:32.265Z Downloaded hash32 v0.3.1
13082026-02-11T22:56:32.289Z Downloaded half v1.8.3
13092026-02-11T22:56:32.289Z Downloaded globset v0.4.15
13102026-02-11T22:56:32.289Z Downloaded foldhash v0.1.5
13112026-02-11T22:56:32.289Z Downloaded crossbeam-deque v0.8.5
13122026-02-11T22:56:32.289Z Downloaded const_format_proc_macros v0.2.34
13132026-02-11T22:56:32.289Z Downloaded backtrace v0.3.74
13142026-02-11T22:56:32.289Z Downloaded async-trait v0.1.89
13152026-02-11T22:56:32.290Z Downloaded ascii-canvas v3.0.0
13162026-02-11T22:56:32.290Z Downloaded ahash v0.8.12
13172026-02-11T22:56:32.290Z Downloaded adler2 v2.0.0
13182026-02-11T22:56:32.290Z Downloaded crossterm v0.28.1
13192026-02-11T22:56:32.319Z Downloaded async-stream-impl v0.3.6
13202026-02-11T22:56:32.319Z Downloaded async-recursion v1.1.1
13212026-02-11T22:56:32.319Z Downloaded async-bb8-diesel v0.2.1
13222026-02-11T22:56:32.319Z Downloaded assert_matches v1.5.0
13232026-02-11T22:56:32.319Z Downloaded array-init v0.0.4
13242026-02-11T22:56:32.319Z Downloaded argon2 v0.5.3
13252026-02-11T22:56:32.319Z Downloaded aes v0.8.4
13262026-02-11T22:56:32.319Z Downloaded aead v0.5.2
13272026-02-11T22:56:32.319Z Downloaded crc32fast v1.4.2
13282026-02-11T22:56:32.319Z Downloaded cookie_store v0.21.1
13292026-02-11T22:56:32.320Z Downloaded console v0.15.10
13302026-02-11T22:56:32.320Z Downloaded cmake v0.1.51
13312026-02-11T22:56:32.320Z Downloaded camino-tempfile-ext v0.3.2
13322026-02-11T22:56:32.345Z Downloaded blake3 v1.5.4
13332026-02-11T22:56:32.345Z Downloaded atomicwrites v0.4.4
13342026-02-11T22:56:32.345Z Downloaded castaway v0.2.3
13352026-02-11T22:56:32.345Z Downloaded bitfield-macros v0.19.2
13362026-02-11T22:56:32.345Z Downloaded addr2line v0.24.2
13372026-02-11T22:56:32.345Z Downloaded bit-set v0.5.3
13382026-02-11T22:56:32.345Z Downloaded bb8 v0.8.5
13392026-02-11T22:56:32.345Z Downloaded base16ct v0.2.0
13402026-02-11T22:56:32.345Z Downloaded atty v0.2.14
13412026-02-11T22:56:32.345Z Downloaded async-stream v0.3.6
13422026-02-11T22:56:32.345Z Downloaded arrayvec v0.7.6
13432026-02-11T22:56:32.345Z Downloaded allocator-api2 v0.2.21
13442026-02-11T22:56:32.552Z Compiling value-bag v1.12.0
13452026-02-11T22:56:32.552Z Compiling lock_api v0.4.12
13462026-02-11T22:56:32.552Z Compiling scopeguard v1.2.0
13472026-02-11T22:56:32.552Z Compiling shlex v1.3.0
13482026-02-11T22:56:32.579Z Compiling smallvec v1.15.1
13492026-02-11T22:56:32.579Z Compiling syn v2.0.114
13502026-02-11T22:56:32.579Z Compiling getrandom v0.2.15
13512026-02-11T22:56:32.603Z Compiling jobserver v0.1.32
13522026-02-11T22:56:32.799Z Compiling typenum v1.17.0
13532026-02-11T22:56:33.036Z Compiling rand_core v0.6.4
13542026-02-11T22:56:33.072Z Compiling log v0.4.29
13552026-02-11T22:56:33.150Z Compiling cc v1.2.30
13562026-02-11T22:56:33.188Z Compiling generic-array v0.14.7
13572026-02-11T22:56:33.443Z Compiling subtle v2.6.1
13582026-02-11T22:56:33.542Z Compiling portable-atomic v1.11.0
13592026-02-11T22:56:33.569Z Compiling const-oid v0.9.6
13602026-02-11T22:56:33.569Z Compiling critical-section v1.1.3
13612026-02-11T22:56:33.740Z Compiling getrandom v0.3.4
13622026-02-11T22:56:33.781Z Compiling pkg-config v0.3.31
13632026-02-11T22:56:33.807Z Compiling serde_json v1.0.149
13642026-02-11T22:56:34.133Z Compiling spin v0.9.8
13652026-02-11T22:56:34.479Z Compiling regex-syntax v0.8.5
13662026-02-11T22:56:34.875Z Compiling parking_lot_core v0.9.10
13672026-02-11T22:56:34.912Z Compiling pin-project-lite v0.2.14
13682026-02-11T22:56:35.558Z Compiling rustix v0.38.37
13692026-02-11T22:56:35.651Z Compiling libm v0.2.8
13702026-02-11T22:56:35.723Z Compiling once_cell v1.21.3
13712026-02-11T22:56:36.000Z Compiling signal-hook-registry v1.4.2
13722026-02-11T22:56:36.108Z Compiling num-traits v0.2.19
13732026-02-11T22:56:36.328Z Compiling allocator-api2 v0.2.21
13742026-02-11T22:56:36.396Z Compiling parking_lot v0.12.3
13752026-02-11T22:56:36.941Z Compiling mio v1.0.2
13762026-02-11T22:56:36.998Z Compiling futures-core v0.3.31
13772026-02-11T22:56:37.183Z Compiling lazy_static v1.5.0
13782026-02-11T22:56:37.207Z Compiling aho-corasick v1.1.3
13792026-02-11T22:56:37.274Z Compiling percent-encoding v2.3.2
13802026-02-11T22:56:37.327Z Compiling socket2 v0.6.1
13812026-02-11T22:56:37.876Z Compiling slab v0.4.9
13822026-02-11T22:56:37.937Z Compiling cpufeatures v0.2.14
13832026-02-11T22:56:38.065Z Compiling either v1.15.0
13842026-02-11T22:56:38.187Z Compiling futures-sink v0.3.31
13852026-02-11T22:56:38.240Z Compiling glob v0.3.2
13862026-02-11T22:56:38.371Z Compiling futures-channel v0.3.31
13872026-02-11T22:56:38.486Z Compiling hashbrown v0.16.1
13882026-02-11T22:56:38.728Z Compiling prettyplease v0.2.36
13892026-02-11T22:56:38.790Z Compiling pin-utils v0.1.0
13902026-02-11T22:56:38.904Z Compiling futures-task v0.3.31
13912026-02-11T22:56:39.071Z Compiling regex-automata v0.4.11
13922026-02-11T22:56:39.102Z Compiling clang-sys v1.8.1
13932026-02-11T22:56:39.219Z Compiling futures-io v0.3.31
13942026-02-11T22:56:39.337Z Compiling rustversion v1.0.22
13952026-02-11T22:56:39.521Z Compiling minimal-lexical v0.2.1
13962026-02-11T22:56:39.645Z Compiling indexmap v2.13.0
13972026-02-11T22:56:39.775Z Compiling libloading v0.8.5
13982026-02-11T22:56:39.962Z Compiling synstructure v0.13.1
13992026-02-11T22:56:40.202Z Compiling nom v7.1.3
14002026-02-11T22:56:40.253Z Compiling base64ct v1.6.0
14012026-02-11T22:56:40.808Z Compiling bindgen v0.69.5
14022026-02-11T22:56:41.126Z Compiling home v0.5.9
14032026-02-11T22:56:41.308Z Compiling ident_case v1.0.1
14042026-02-11T22:56:41.337Z Compiling pem-rfc7468 v0.7.0
14052026-02-11T22:56:41.520Z Compiling itertools v0.12.1
14062026-02-11T22:56:41.729Z Compiling form_urlencoded v1.2.2
14072026-02-11T22:56:41.970Z Compiling rustc-hash v1.1.0
14082026-02-11T22:56:42.043Z Compiling lazycell v1.3.0
14092026-02-11T22:56:42.164Z Compiling flagset v0.4.6
14102026-02-11T22:56:42.252Z Compiling rand_core v0.9.3
14112026-02-11T22:56:42.396Z Compiling cmake v0.1.51
14122026-02-11T22:56:42.802Z Compiling iana-time-zone v0.1.63
14132026-02-11T22:56:43.204Z Compiling cexpr v0.6.0
14142026-02-11T22:56:43.295Z Compiling paste v1.0.15
14152026-02-11T22:56:43.384Z Compiling fs_extra v1.3.0
14162026-02-11T22:56:43.774Z Compiling dunce v1.0.5
14172026-02-11T22:56:43.927Z Compiling foldhash v0.1.5
14182026-02-11T22:56:44.077Z Compiling rustc_version v0.4.1
14192026-02-11T22:56:44.265Z Compiling hashbrown v0.15.4
14202026-02-11T22:56:44.291Z Compiling uuid v1.19.0
14212026-02-11T22:56:44.356Z Compiling zerocopy v0.8.27
14222026-02-11T22:56:44.494Z Compiling serde_derive v1.0.228
14232026-02-11T22:56:44.650Z Compiling zeroize_derive v1.4.2
14242026-02-11T22:56:44.746Z Compiling zerofrom-derive v0.1.4
14252026-02-11T22:56:45.149Z Compiling yoke-derive v0.7.4
14262026-02-11T22:56:45.500Z Compiling zerovec-derive v0.10.3
14272026-02-11T22:56:45.803Z Compiling displaydoc v0.2.5
14282026-02-11T22:56:45.961Z Compiling zeroize v1.8.1
14292026-02-11T22:56:47.217Z Compiling zerocopy-derive v0.7.35
14302026-02-11T22:56:47.672Z Compiling icu_provider_macros v1.5.0
14312026-02-11T22:56:47.787Z Compiling crypto-common v0.1.6
14322026-02-11T22:56:47.859Z Compiling block-buffer v0.10.4
14332026-02-11T22:56:47.908Z Compiling zerofrom v0.1.4
14342026-02-11T22:56:48.066Z Compiling tokio-macros v2.6.0
14352026-02-11T22:56:48.145Z Compiling digest v0.10.7
14362026-02-11T22:56:48.173Z Compiling yoke v0.7.4
14372026-02-11T22:56:48.579Z Compiling zerovec v0.10.4
14382026-02-11T22:56:48.704Z Compiling hmac v0.12.1
14392026-02-11T22:56:48.728Z Compiling thiserror-impl v2.0.18
14402026-02-11T22:56:48.988Z Compiling block-padding v0.3.3
14412026-02-11T22:56:49.040Z Compiling zerocopy v0.7.35
14422026-02-11T22:56:49.152Z Compiling futures-macro v0.3.31
14432026-02-11T22:56:49.272Z Compiling inout v0.1.3
14442026-02-11T22:56:49.553Z Compiling regex v1.11.3
14452026-02-11T22:56:49.578Z Compiling cipher v0.4.4
14462026-02-11T22:56:50.174Z Compiling sha2 v0.10.9
14472026-02-11T22:56:50.591Z Compiling tinystr v0.7.6
14482026-02-11T22:56:50.615Z Compiling icu_collections v1.5.0
14492026-02-11T22:56:50.639Z Compiling ppv-lite86 v0.2.20
14502026-02-11T22:56:50.979Z Compiling futures-util v0.3.31
14512026-02-11T22:56:51.084Z Compiling serde v1.0.228
14522026-02-11T22:56:51.118Z Compiling icu_locid v1.5.0
14532026-02-11T22:56:51.164Z Compiling der_derive v0.7.3
14542026-02-11T22:56:51.467Z Compiling salsa20 v0.10.2
14552026-02-11T22:56:51.631Z Compiling thiserror v2.0.18
14562026-02-11T22:56:51.728Z Compiling pbkdf2 v0.12.2
14572026-02-11T22:56:51.807Z Compiling pest v2.8.2
14582026-02-11T22:56:51.914Z Compiling vcpkg v0.2.15
14592026-02-11T22:56:51.939Z Compiling scrypt v0.11.0
14602026-02-11T22:56:52.393Z Compiling bitflags v2.9.4
14612026-02-11T22:56:52.499Z Compiling bytes v1.11.1
14622026-02-11T22:56:53.159Z Compiling icu_provider v1.5.0
14632026-02-11T22:56:53.304Z Compiling der v0.7.10
14642026-02-11T22:56:53.650Z Compiling tokio v1.49.0
14652026-02-11T22:56:53.687Z Compiling chrono v0.4.43
14662026-02-11T22:56:53.917Z Compiling icu_locid_transform v1.5.0
14672026-02-11T22:56:54.085Z Compiling openssl-sys v0.9.109
14682026-02-11T22:56:55.028Z Compiling pest_meta v2.8.2
14692026-02-11T22:56:55.167Z Compiling http v1.4.0
14702026-02-11T22:56:56.261Z Compiling icu_properties v1.5.1
14712026-02-11T22:56:56.383Z Compiling which v4.4.2
14722026-02-11T22:56:56.460Z Compiling spki v0.7.3
14732026-02-11T22:56:56.975Z Compiling rand_chacha v0.9.0
14742026-02-11T22:56:57.197Z Compiling aes v0.8.4
14752026-02-11T22:56:57.275Z Compiling cbc v0.1.2
14762026-02-11T22:56:57.452Z Compiling zerocopy-derive v0.8.27
14772026-02-11T22:56:58.581Z Compiling pkcs5 v0.7.1
14782026-02-11T22:56:58.690Z Compiling rand v0.9.2
14792026-02-11T22:56:59.476Z Compiling pest_generator v2.8.2
14802026-02-11T22:56:59.875Z Compiling tracing-attributes v0.1.27
14812026-02-11T22:56:59.977Z Compiling icu_normalizer v1.5.0
14822026-02-11T22:57:00.553Z Compiling serde_derive_internals v0.29.1
14832026-02-11T22:57:00.946Z Compiling ring v0.17.14
14842026-02-11T22:57:01.172Z Compiling idna_adapter v1.2.0
14852026-02-11T22:57:01.465Z Compiling idna v1.0.3
14862026-02-11T22:57:01.738Z Compiling tracing-core v0.1.32
14872026-02-11T22:57:02.035Z Compiling rustix v1.1.3
14882026-02-11T22:57:02.799Z Compiling url v2.5.4
14892026-02-11T22:57:02.961Z Compiling aws-lc-rs v1.12.4
14902026-02-11T22:57:03.119Z Compiling schemars v0.8.22
14912026-02-11T22:57:03.161Z Compiling tokio-util v0.7.15
14922026-02-11T22:57:03.259Z Compiling adler2 v2.0.0
14932026-02-11T22:57:03.496Z Compiling miniz_oxide v0.8.5
14942026-02-11T22:57:03.551Z Compiling tracing v0.1.40
14952026-02-11T22:57:03.612Z Compiling schemars_derive v0.8.22
14962026-02-11T22:57:04.620Z Compiling pest_derive v2.8.2
14972026-02-11T22:57:04.644Z Compiling pkcs8 v0.10.2
14982026-02-11T22:57:05.188Z Compiling http-body v1.0.1
14992026-02-11T22:57:05.432Z Compiling scroll_derive v0.13.1
15002026-02-11T22:57:05.483Z Compiling darling_core v0.20.10
15012026-02-11T22:57:05.510Z Compiling tinyvec_macros v0.1.1
15022026-02-11T22:57:05.677Z Compiling rustls-pki-types v1.10.0
15032026-02-11T22:57:05.722Z Compiling dyn-clone v1.0.20
15042026-02-11T22:57:05.983Z Compiling base64 v0.22.1
15052026-02-11T22:57:06.533Z Compiling httparse v1.9.5
15062026-02-11T22:57:06.761Z Compiling tinyvec v1.8.0
15072026-02-11T22:57:07.310Z Compiling scroll v0.13.0
15082026-02-11T22:57:07.927Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15092026-02-11T22:57:08.334Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-02-11T22:57:08.415Z Compiling untrusted v0.9.0
15112026-02-11T22:57:08.672Z Compiling tower-service v0.3.3
15122026-02-11T22:57:08.722Z Compiling atomic-waker v1.1.2
15132026-02-11T22:57:08.850Z Compiling num-conv v0.1.0
15142026-02-11T22:57:08.874Z Compiling untrusted v0.7.1
15152026-02-11T22:57:08.975Z Compiling openssl-probe v0.1.5
15162026-02-11T22:57:09.139Z Compiling openssl v0.10.73
15172026-02-11T22:57:09.179Z Compiling time-core v0.1.6
15182026-02-11T22:57:09.348Z Compiling foreign-types-shared v0.1.1
15192026-02-11T22:57:09.516Z Compiling powerfmt v0.2.0
15202026-02-11T22:57:09.540Z Compiling tower-layer v0.3.3
15212026-02-11T22:57:09.612Z Compiling try-lock v0.2.5
15222026-02-11T22:57:09.819Z Compiling want v0.3.1
15232026-02-11T22:57:09.859Z Compiling deranged v0.5.3
15242026-02-11T22:57:09.966Z Compiling tempfile v3.24.0
15252026-02-11T22:57:10.152Z Compiling time-macros v0.2.24
15262026-02-11T22:57:10.206Z Compiling foreign-types v0.3.2
15272026-02-11T22:57:10.414Z Compiling h2 v0.4.6
15282026-02-11T22:57:11.418Z Compiling darling_macro v0.20.10
15292026-02-11T22:57:11.951Z Compiling goblin v0.10.2
15302026-02-11T22:57:12.349Z Compiling darling v0.20.10
15312026-02-11T22:57:12.974Z Compiling ipnet v2.11.0
15322026-02-11T22:57:13.210Z Compiling openssl-macros v0.1.1
15332026-02-11T22:57:13.904Z Compiling wait-timeout v0.2.0
15342026-02-11T22:57:13.949Z Compiling rustls v0.23.19
15352026-02-11T22:57:14.150Z Compiling gimli v0.31.1
15362026-02-11T22:57:14.256Z Compiling usdt-impl v0.6.0
15372026-02-11T22:57:14.399Z Compiling native-tls v0.2.12
15382026-02-11T22:57:14.486Z Compiling httpdate v1.0.3
15392026-02-11T22:57:14.660Z Compiling crossbeam-utils v0.8.21
15402026-02-11T22:57:14.798Z Compiling quick-error v1.2.3
15412026-02-11T22:57:15.055Z Compiling syn v1.0.109
15422026-02-11T22:57:15.080Z Compiling bit-vec v0.8.0
15432026-02-11T22:57:15.256Z Compiling num_threads v0.1.7
15442026-02-11T22:57:15.424Z Compiling time v0.3.43
15452026-02-11T22:57:15.674Z Compiling bit-set v0.8.0
15462026-02-11T22:57:15.840Z Compiling rusty-fork v0.3.0
15472026-02-11T22:57:16.550Z Compiling derive_builder_core v0.20.2
15482026-02-11T22:57:18.647Z Compiling addr2line v0.24.2
15492026-02-11T22:57:18.998Z Compiling hyper v1.8.1
15502026-02-11T22:57:19.477Z Compiling dof v0.4.0
15512026-02-11T22:57:19.527Z Compiling unicode-normalization v0.1.24
15522026-02-11T22:57:20.400Z Compiling dtrace-parser v0.3.0
15532026-02-11T22:57:20.633Z Compiling signature v2.2.0
15542026-02-11T22:57:20.962Z Compiling heapless v0.7.17
15552026-02-11T22:57:21.434Z Compiling scroll_derive v0.12.0
15562026-02-11T22:57:21.781Z Compiling thiserror-impl v1.0.69
15572026-02-11T22:57:22.315Z Compiling rand_xorshift v0.4.0
15582026-02-11T22:57:22.650Z Compiling darling_core v0.21.0
15592026-02-11T22:57:22.840Z Compiling slog v2.8.2
15602026-02-11T22:57:22.867Z Compiling thread-id v5.0.0
15612026-02-11T22:57:23.042Z Compiling cookie v0.18.1
15622026-02-11T22:57:23.214Z Compiling crc32fast v1.4.2
15632026-02-11T22:57:23.375Z Compiling object v0.36.5
15642026-02-11T22:57:23.491Z Compiling zlib-rs v0.5.1
15652026-02-11T22:57:23.595Z Compiling unicode-properties v0.1.3
15662026-02-11T22:57:23.681Z Compiling anyhow v1.0.99
15672026-02-11T22:57:24.000Z Compiling unarray v0.1.4
15682026-02-11T22:57:24.200Z Compiling siphasher v0.3.11
15692026-02-11T22:57:24.310Z Compiling unicode-bidi v0.3.17
15702026-02-11T22:57:24.615Z Compiling zstd-safe v7.2.3
15712026-02-11T22:57:24.665Z Compiling rustc-demangle v0.1.24
15722026-02-11T22:57:24.717Z Compiling signal-hook v0.3.18
15732026-02-11T22:57:25.081Z Compiling stringprep v0.1.5
15742026-02-11T22:57:25.107Z Compiling thiserror v1.0.69
15752026-02-11T22:57:25.489Z Compiling phf_shared v0.11.2
15762026-02-11T22:57:25.554Z Compiling proptest v1.7.0
15772026-02-11T22:57:25.991Z Compiling scroll v0.12.0
15782026-02-11T22:57:26.501Z Compiling hyper-util v0.1.19
15792026-02-11T22:57:26.771Z Compiling derive_builder_macro v0.20.2
15802026-02-11T22:57:28.421Z Compiling ipnetwork v0.21.1
15812026-02-11T22:57:28.625Z Compiling darling_macro v0.21.0
15822026-02-11T22:57:29.205Z Compiling serde_tokenstream v0.2.2
15832026-02-11T22:57:29.463Z Compiling erased-serde v0.3.31
15842026-02-11T22:57:29.826Z Compiling serde_spanned v0.6.9
15852026-02-11T22:57:30.089Z Compiling backtrace v0.3.74
15862026-02-11T22:57:30.388Z Compiling toml_datetime v0.6.11
15872026-02-11T22:57:30.559Z Compiling libz-rs-sys v0.5.1
15882026-02-11T22:57:30.707Z Compiling rand_chacha v0.3.1
15892026-02-11T22:57:30.888Z Compiling md-5 v0.10.6
15902026-02-11T22:57:30.937Z Compiling curve25519-dalek v4.1.3
15912026-02-11T22:57:31.195Z Compiling vergen-lib v0.1.6
15922026-02-11T22:57:31.341Z Compiling num-integer v0.1.46
15932026-02-11T22:57:31.516Z Compiling sync_wrapper v1.0.1
15942026-02-11T22:57:31.563Z Compiling ff v0.13.0
15952026-02-11T22:57:31.713Z Compiling hash32 v0.2.1
15962026-02-11T22:57:31.845Z Compiling memoffset v0.9.1
15972026-02-11T22:57:32.192Z Compiling ref-cast v1.0.25
15982026-02-11T22:57:32.218Z Compiling litrs v0.4.1
15992026-02-11T22:57:32.248Z Compiling psl-types v2.0.11
16002026-02-11T22:57:32.485Z Compiling num-bigint-dig v0.8.6
16012026-02-11T22:57:32.656Z Compiling fallible-iterator v0.2.0
16022026-02-11T22:57:32.816Z Compiling smoltcp v0.9.1
16032026-02-11T22:57:32.905Z Compiling cfg_aliases v0.2.1
16042026-02-11T22:57:32.995Z Compiling base16ct v0.2.0
16052026-02-11T22:57:33.058Z Compiling nix v0.29.0
16062026-02-11T22:57:33.365Z Compiling postgres-protocol v0.6.8
16072026-02-11T22:57:33.365Z Compiling sec1 v0.7.3
16082026-02-11T22:57:33.417Z Compiling document-features v0.2.11
16092026-02-11T22:57:33.614Z Compiling publicsuffix v2.3.0
16102026-02-11T22:57:34.008Z Compiling num-iter v0.1.45
16112026-02-11T22:57:34.118Z Compiling group v0.13.0
16122026-02-11T22:57:34.266Z Compiling tower v0.5.2
16132026-02-11T22:57:34.626Z Compiling newtype-uuid v1.3.2
16142026-02-11T22:57:34.659Z Compiling rand v0.8.5
16152026-02-11T22:57:35.248Z Compiling flate2 v1.1.2
16162026-02-11T22:57:35.422Z Compiling darling v0.21.0
16172026-02-11T22:57:35.544Z Compiling oxnet v0.1.4
16182026-02-11T22:57:35.570Z Compiling derive_builder v0.20.2
16192026-02-11T22:57:35.799Z Compiling tokio-native-tls v0.3.1
16202026-02-11T22:57:36.108Z Compiling goblin v0.8.2
16212026-02-11T22:57:36.612Z Compiling rustls-native-certs v0.8.1
16222026-02-11T22:57:36.769Z Compiling webpki-roots v1.0.1
16232026-02-11T22:57:37.034Z Compiling http-body-util v0.1.3
16242026-02-11T22:57:37.236Z Compiling strum_macros v0.27.2
16252026-02-11T22:57:37.447Z Compiling terminal_size v0.4.0
16262026-02-11T22:57:37.474Z Compiling cargo-platform v0.1.8
16272026-02-11T22:57:37.552Z Compiling hkdf v0.12.4
16282026-02-11T22:57:37.705Z Compiling crypto-bigint v0.5.5
16292026-02-11T22:57:37.861Z Compiling daft-derive v0.1.4
16302026-02-11T22:57:37.991Z Compiling ref-cast-impl v1.0.25
16312026-02-11T22:57:39.252Z Compiling async-trait v0.1.89
16322026-02-11T22:57:39.502Z Compiling hubpack_derive v0.1.1
16332026-02-11T22:57:39.619Z Compiling curve25519-dalek-derive v0.1.1
16342026-02-11T22:57:40.506Z Compiling vergen v9.0.6
16352026-02-11T22:57:40.891Z Compiling ahash v0.8.12
16362026-02-11T22:57:41.089Z Compiling fs-err v3.1.1
16372026-02-11T22:57:41.319Z Compiling bumpalo v3.16.0
16382026-02-11T22:57:41.498Z Compiling buf-list v1.0.3
16392026-02-11T22:57:41.850Z Compiling winnow v0.5.40
16402026-02-11T22:57:41.908Z Compiling iri-string v0.7.8
16412026-02-11T22:57:42.180Z Compiling ryu v1.0.18
16422026-02-11T22:57:42.225Z Compiling lockfree-object-pool v0.1.6
16432026-02-11T22:57:42.607Z Compiling managed v0.8.0
16442026-02-11T22:57:42.632Z Compiling bitflags v1.3.2
16452026-02-11T22:57:42.764Z Compiling unicode-segmentation v1.12.0
16462026-02-11T22:57:43.104Z Compiling simd-adler32 v0.3.7
16472026-02-11T22:57:43.669Z Compiling zopfli v0.8.1
16482026-02-11T22:57:43.714Z Compiling clap_builder v4.5.48
16492026-02-11T22:57:45.341Z Compiling tower-http v0.6.6
16502026-02-11T22:57:45.641Z Compiling toml_edit v0.19.15
16512026-02-11T22:57:45.812Z Compiling serde_urlencoded v0.7.1
16522026-02-11T22:57:45.870Z Compiling dof v0.3.0
16532026-02-11T22:57:45.963Z Compiling strum v0.27.2
16542026-02-11T22:57:46.436Z Compiling elliptic-curve v0.13.8
16552026-02-11T22:57:46.476Z Compiling hubpack v0.1.2
16562026-02-11T22:57:46.945Z Compiling daft v0.1.4
16572026-02-11T22:57:47.593Z Compiling cargo_metadata v0.19.2
16582026-02-11T22:57:47.623Z Compiling hyper-tls v0.6.0
16592026-02-11T22:57:47.777Z Compiling signal-hook-mio v0.2.4
16602026-02-11T22:57:47.991Z Compiling cookie_store v0.21.1
16612026-02-11T22:57:48.098Z Compiling zstd v0.13.3
16622026-02-11T22:57:50.501Z Compiling serde_with_macros v3.16.1
16632026-02-11T22:57:51.127Z Compiling postgres-types v0.2.9
16642026-02-11T22:57:51.989Z Compiling usdt-macro v0.6.0
16652026-02-11T22:57:52.237Z Compiling usdt-attr-macro v0.6.0
16662026-02-11T22:57:52.473Z Compiling phf v0.11.2
16672026-02-11T22:57:52.719Z Compiling dtrace-parser v0.2.0
16682026-02-11T22:57:52.792Z Compiling ed25519 v2.2.3
16692026-02-11T22:57:53.090Z Compiling bzip2 v0.4.4
16702026-02-11T22:57:53.518Z Compiling bzip2 v0.5.2
16712026-02-11T22:57:53.684Z Compiling pkcs1 v0.7.5
16722026-02-11T22:57:53.945Z Compiling clap_derive v4.5.47
16732026-02-11T22:57:53.970Z Compiling enum-as-inner v0.6.1
16742026-02-11T22:57:54.520Z Compiling strum_macros v0.26.4
16752026-02-11T22:57:54.651Z Compiling hex v0.4.3
16762026-02-11T22:57:54.695Z Compiling serde-big-array v0.5.1
16772026-02-11T22:57:55.009Z Compiling rfc6979 v0.4.0
16782026-02-11T22:57:55.057Z Compiling serde_repr v0.1.19
16792026-02-11T22:57:55.097Z Compiling bstr v1.10.0
16802026-02-11T22:57:55.262Z Compiling float-cmp v0.10.0
16812026-02-11T22:57:55.314Z Compiling env_filter v0.1.2
16822026-02-11T22:57:55.572Z Compiling socket2 v0.5.10
16832026-02-11T22:57:56.018Z Compiling memmap2 v0.9.8
16842026-02-11T22:57:56.163Z Compiling encoding_rs v0.8.34
16852026-02-11T22:57:56.486Z Compiling jiff v0.2.15
16862026-02-11T22:57:56.519Z Compiling static_assertions v1.1.0
16872026-02-11T22:57:56.656Z Compiling precomputed-hash v0.1.1
16882026-02-11T22:57:56.680Z Compiling predicates-core v1.0.8
16892026-02-11T22:57:56.817Z Compiling whoami v1.5.2
16902026-02-11T22:57:57.073Z Compiling normalize-line-endings v0.3.0
16912026-02-11T22:57:57.263Z Compiling fixedbitset v0.4.2
16922026-02-11T22:57:57.480Z Compiling difflib v0.4.0
16932026-02-11T22:57:57.757Z Compiling new_debug_unreachable v1.0.6
16942026-02-11T22:57:57.887Z Compiling rustc-hash v2.1.1
16952026-02-11T22:57:58.135Z Compiling data-encoding v2.9.0
16962026-02-11T22:57:58.351Z Compiling foldhash v0.2.0
16972026-02-11T22:57:58.804Z Compiling mime v0.3.17
16982026-02-11T22:57:58.829Z Compiling fixedbitset v0.5.7
16992026-02-11T22:57:58.899Z Compiling keccak v0.1.5
17002026-02-11T22:57:59.389Z Compiling petgraph v0.8.2
17012026-02-11T22:57:59.505Z Compiling sha3 v0.10.8
17022026-02-11T22:58:00.011Z Compiling strum v0.26.3
17032026-02-11T22:58:00.046Z Compiling hickory-proto v0.25.2
17042026-02-11T22:58:00.284Z Compiling toml_edit v0.22.27
17052026-02-11T22:58:00.597Z Compiling iddqd v0.3.16
17062026-02-11T22:58:00.897Z Compiling clap v4.5.48
17072026-02-11T22:58:01.045Z Compiling predicates v3.1.3
17082026-02-11T22:58:02.555Z Compiling string_cache v0.8.9
17092026-02-11T22:58:02.785Z Compiling petgraph v0.6.5
17102026-02-11T22:58:03.042Z Compiling tokio-postgres v0.7.13
17112026-02-11T22:58:03.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17122026-02-11T22:58:04.391Z Compiling zip v4.2.0
17132026-02-11T22:58:06.508Z Compiling usdt v0.6.0
17142026-02-11T22:58:06.769Z Compiling similar v2.7.0
17152026-02-11T22:58:07.084Z Compiling env_logger v0.11.8
17162026-02-11T22:58:07.715Z Compiling usdt-impl v0.5.0
17172026-02-11T22:58:07.892Z Compiling serde_with v3.16.1
17182026-02-11T22:58:08.608Z Compiling ecdsa v0.16.9
17192026-02-11T22:58:08.855Z Compiling rsa v0.9.8
17202026-02-11T22:58:08.983Z Compiling zip v0.6.6
17212026-02-11T22:58:09.096Z Compiling ed25519-dalek v2.1.1
17222026-02-11T22:58:10.564Z Compiling toml v0.7.8
17232026-02-11T22:58:10.739Z Compiling crossterm v0.28.1
17242026-02-11T22:58:12.327Z Compiling heck v0.4.1
17252026-02-11T22:58:12.530Z Compiling crossbeam-epoch v0.9.18
17262026-02-11T22:58:12.556Z Compiling tokio-stream v0.1.17
17272026-02-11T22:58:12.674Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-02-11T22:58:12.738Z Compiling x509-cert v0.2.5
17292026-02-11T22:58:12.838Z Compiling openapiv3 v2.2.0
17302026-02-11T22:58:13.182Z Compiling sha1 v0.10.6
17312026-02-11T22:58:13.340Z Compiling itertools v0.10.5
17322026-02-11T22:58:13.612Z Compiling itertools v0.13.0
17332026-02-11T22:58:13.650Z Compiling winnow v0.6.26
17342026-02-11T22:58:14.140Z Compiling lalrpop-util v0.19.12
17352026-02-11T22:58:14.538Z Compiling peg-runtime v0.8.5
17362026-02-11T22:58:15.177Z Compiling thread_local v1.1.8
17372026-02-11T22:58:15.676Z Compiling slog-async v2.8.0
17382026-02-11T22:58:15.998Z Compiling crossbeam-channel v0.5.15
17392026-02-11T22:58:16.276Z Compiling xattr v1.3.1
17402026-02-11T22:58:16.595Z Compiling futures-executor v0.3.31
17412026-02-11T22:58:16.760Z Compiling is-terminal v0.4.13
17422026-02-11T22:58:16.875Z Compiling filetime v0.2.26
17432026-02-11T22:58:16.946Z Compiling take_mut v0.2.2
17442026-02-11T22:58:16.974Z Compiling term v1.1.0
17452026-02-11T22:58:17.045Z Compiling futures v0.3.31
17462026-02-11T22:58:17.188Z Compiling tar v0.4.44
17472026-02-11T22:58:18.269Z Compiling slog-term v2.9.2
17482026-02-11T22:58:24.183Z Compiling aws-lc-sys v0.26.0
17492026-02-11T22:59:00.150Z Compiling rustls-webpki v0.102.8
17502026-02-11T22:59:06.979Z Compiling tokio-rustls v0.26.0
17512026-02-11T22:59:07.387Z Compiling hyper-rustls v0.27.7
17522026-02-11T22:59:07.762Z Compiling reqwest v0.12.24
17532026-02-11T22:59:13.159Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-02-11T22:59:13.599Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-02-11T22:59:20.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
17562026-02-11T22:59:20.367Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-02-11T22:59:20.457ZFeb 11 22:59:20.337 INFO Starting download, target: Console
17582026-02-11T22:59:20.457ZFeb 11 22:59:20.338 INFO Starting download, target: Clickhouse
17592026-02-11T22:59:20.457ZFeb 11 22:59:20.338 INFO Starting download, target: Cockroach
17602026-02-11T22:59:20.457ZFeb 11 22:59:20.338 INFO Starting download, target: DendriteStub
17612026-02-11T22:59:20.457ZFeb 11 22:59:20.338 INFO Starting download, target: TransceiverControl
17622026-02-11T22:59:20.458ZFeb 11 22:59:20.338 INFO Starting download, target: MaghemiteMgd
17632026-02-11T22:59:20.483ZFeb 11 22:59:20.339 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-02-11T22:59:20.483ZFeb 11 22:59:20.339 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-02-11T22:59:20.483ZFeb 11 22:59:20.339 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-02-11T22:59:20.483ZFeb 11 22:59:20.340 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17672026-02-11T22:59:20.483ZFeb 11 22:59:20.340 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-02-11T22:59:20.484ZFeb 11 22:59:20.340 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-02-11T22:59:20.932ZFeb 11 22:59:20.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-02-11T22:59:21.454ZFeb 11 22:59:21.326 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17712026-02-11T22:59:21.575ZFeb 11 22:59:21.453 INFO Download complete, target: Console
17722026-02-11T22:59:22.025ZFeb 11 22:59:21.902 INFO Download complete, target: TransceiverControl
17732026-02-11T22:59:27.873ZFeb 11 22:59:27.753 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-02-11T22:59:30.347ZFeb 11 22:59:30.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-02-11T22:59:30.476ZFeb 11 22:59:30.351 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-02-11T22:59:30.476ZFeb 11 22:59:30.351 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-02-11T22:59:33.640ZFeb 11 22:59:33.522 INFO Download complete, target: DendriteStub
17782026-02-11T22:59:35.899ZFeb 11 22:59:35.781 INFO Download complete, target: MaghemiteMgd
17792026-02-11T22:59:43.631ZFeb 11 22:59:43.513 INFO Checking that binary works, target: Cockroach
17802026-02-11T22:59:43.835ZFeb 11 22:59:43.717 INFO Download complete, target: Cockroach
17812026-02-11T22:59:47.849ZFeb 11 22:59:47.732 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-02-11T23:00:03.654ZFeb 11 23:00:03.537 INFO Checking that binary works, target: Clickhouse
17832026-02-11T23:00:03.887ZFeb 11 23:00:03.770 INFO Download complete, target: Clickhouse
17842026-02-11T23:00:03.916ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-02-11T23:00:03.941Z
17862026-02-11T23:00:03.941Zreal 7:30.984234105
17872026-02-11T23:00:03.941Zuser 20:05.556782993
17882026-02-11T23:00:03.941Zsys 3:03.843359125
17892026-02-11T23:00:03.941Ztrap 0.824370920
17902026-02-11T23:00:03.941Ztflt 0.429590559
17912026-02-11T23:00:03.941Zdflt 1.153834677
17922026-02-11T23:00:03.941Zkflt 0.011945946
17932026-02-11T23:00:03.941Zlock 54:05.867227286
17942026-02-11T23:00:03.941Zslp 1:14:24.039227832
17952026-02-11T23:00:03.941Zlat 1:28.082185330
17962026-02-11T23:00:03.941Zstop 3:18.006144145
17972026-02-11T23:00:03.941Z+ banner hack-check
17982026-02-11T23:00:03.941Z
17992026-02-11T23:00:03.941Z # # ## #### # # #### # # ###### #### # #
18002026-02-11T23:00:03.941Z # # # # # # # # # # # # # # # # #
18012026-02-11T23:00:03.941Z ###### # # # #### ##### # ###### ##### # ####
18022026-02-11T23:00:03.941Z # # ###### # # # # # # # # # #
18032026-02-11T23:00:03.941Z # # # # # # # # # # # # # # # # #
18042026-02-11T23:00:03.941Z # # # # #### # # #### # # ###### #### # #
18052026-02-11T23:00:03.941Z
18062026-02-11T23:00:03.941Z+ export CARGO_INCREMENTAL=0
18072026-02-11T23:00:03.941Z+ CARGO_INCREMENTAL=0
18082026-02-11T23:00:03.941Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-02-11T23:00:05.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-02-11T23:00:05.547Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-02-11T23:00:09.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
18122026-02-11T23:00:09.824Z Running `target/debug/xtask check-features --ci`
18132026-02-11T23:00:09.863Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-02-11T23:00:09.863Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-02-11T23:00:10.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18162026-02-11T23:00:10.881Z Running `target/debug/xtask download cargo-hack`
18172026-02-11T23:00:12.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-02-11T23:00:12.926Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-02-11T23:00:18.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.07s
18202026-02-11T23:00:18.156Z Running `target/debug/xtask-downloader cargo-hack`
18212026-02-11T23:00:18.216ZFeb 11 23:00:18.099 INFO Starting download, target: CargoHack
18222026-02-11T23:00:18.240ZFeb 11 23:00:18.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-02-11T23:00:18.745ZFeb 11 23:00:18.629 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-02-11T23:00:18.851ZFeb 11 23:00:18.735 INFO Download complete, target: CargoHack
18252026-02-11T23:00:18.876Zrunning: "/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"
18262026-02-11T23:00:18.900Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-02-11T23:00:19.238Zinfo: running `cargo check --bins` on api_identity (1/248)
18282026-02-11T23:00:20.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-02-11T23:00:20.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-02-11T23:00:20.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-02-11T23:00:20.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
18322026-02-11T23:00:20.364Z
18332026-02-11T23:00:20.364Zinfo: running `cargo check --bins` on bootstore (2/248)
18342026-02-11T23:00:21.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-02-11T23:00:21.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-02-11T23:00:21.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-02-11T23:00:21.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
18382026-02-11T23:00:21.579Z
18392026-02-11T23:00:21.579Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/248)
18402026-02-11T23:00:22.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-02-11T23:00:22.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-02-11T23:00:22.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-02-11T23:00:22.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
18442026-02-11T23:00:22.768Z
18452026-02-11T23:00:22.768Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/248)
18462026-02-11T23:00:23.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-02-11T23:00:23.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-02-11T23:00:23.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-02-11T23:00:23.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
18502026-02-11T23:00:23.907Z
18512026-02-11T23:00:23.907Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/248)
18522026-02-11T23:00:24.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-02-11T23:00:24.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-02-11T23:00:24.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-02-11T23:00:24.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
18562026-02-11T23:00:24.795Z
18572026-02-11T23:00:24.795Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/248)
18582026-02-11T23:00:25.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-02-11T23:00:25.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-02-11T23:00:25.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-02-11T23:00:25.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
18622026-02-11T23:00:25.715Z
18632026-02-11T23:00:25.715Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/248)
18642026-02-11T23:00:26.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-02-11T23:00:26.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-02-11T23:00:26.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-02-11T23:00:26.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
18682026-02-11T23:00:26.718Z
18692026-02-11T23:00:26.718Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/248)
18702026-02-11T23:00:27.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-02-11T23:00:27.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-02-11T23:00:27.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-02-11T23:00:27.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
18742026-02-11T23:00:27.694Z
18752026-02-11T23:00:27.694Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/248)
18762026-02-11T23:00:28.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-02-11T23:00:28.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-02-11T23:00:28.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-02-11T23:00:28.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
18802026-02-11T23:00:28.621Z
18812026-02-11T23:00:28.621Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/248)
18822026-02-11T23:00:29.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-02-11T23:00:29.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-02-11T23:00:29.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-02-11T23:00:29.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
18862026-02-11T23:00:29.579Z
18872026-02-11T23:00:29.579Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/248)
18882026-02-11T23:00:30.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-02-11T23:00:30.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-02-11T23:00:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-02-11T23:00:30.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
18922026-02-11T23:00:30.491Z
18932026-02-11T23:00:30.491Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/248)
18942026-02-11T23:00:31.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-02-11T23:00:31.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-02-11T23:00:31.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-02-11T23:00:31.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18982026-02-11T23:00:31.542Z
18992026-02-11T23:00:31.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/248)
19002026-02-11T23:00:32.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-02-11T23:00:32.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-02-11T23:00:32.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-02-11T23:00:32.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
19042026-02-11T23:00:32.484Z
19052026-02-11T23:00:32.484Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/248)
19062026-02-11T23:00:33.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-02-11T23:00:33.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-02-11T23:00:33.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-02-11T23:00:33.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
19102026-02-11T23:00:33.481Z
19112026-02-11T23:00:33.482Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/248)
19122026-02-11T23:00:34.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-02-11T23:00:34.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-02-11T23:00:34.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-02-11T23:00:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
19162026-02-11T23:00:34.474Z
19172026-02-11T23:00:34.474Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/248)
19182026-02-11T23:00:35.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-02-11T23:00:35.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-02-11T23:00:35.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-02-11T23:00:35.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
19222026-02-11T23:00:35.388Z
19232026-02-11T23:00:35.388Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/248)
19242026-02-11T23:00:36.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-02-11T23:00:36.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-02-11T23:00:36.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-02-11T23:00:36.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
19282026-02-11T23:00:36.407Z
19292026-02-11T23:00:36.407Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/248)
19302026-02-11T23:00:37.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-02-11T23:00:37.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-02-11T23:00:37.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-02-11T23:00:37.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
19342026-02-11T23:00:37.406Z
19352026-02-11T23:00:37.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/248)
19362026-02-11T23:00:38.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-02-11T23:00:38.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-02-11T23:00:38.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-02-11T23:00:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19402026-02-11T23:00:38.352Z
19412026-02-11T23:00:38.352Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/248)
19422026-02-11T23:00:39.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-02-11T23:00:39.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-02-11T23:00:39.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-02-11T23:00:39.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
19462026-02-11T23:00:39.293Z
19472026-02-11T23:00:39.293Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/248)
19482026-02-11T23:00:40.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-02-11T23:00:40.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-02-11T23:00:40.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-02-11T23:00:40.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19522026-02-11T23:00:40.194Z
19532026-02-11T23:00:40.194Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/248)
19542026-02-11T23:00:41.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-02-11T23:00:41.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-02-11T23:00:41.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-02-11T23:00:41.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
19582026-02-11T23:00:41.156Z
19592026-02-11T23:00:41.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/248)
19602026-02-11T23:00:41.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-02-11T23:00:41.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-02-11T23:00:41.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-02-11T23:00:41.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19642026-02-11T23:00:42.056Z
19652026-02-11T23:00:42.056Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/248)
19662026-02-11T23:00:42.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-02-11T23:00:42.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-02-11T23:00:42.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-02-11T23:00:42.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19702026-02-11T23:00:42.977Z
19712026-02-11T23:00:42.977Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/248)
19722026-02-11T23:00:43.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-02-11T23:00:43.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-02-11T23:00:43.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-02-11T23:00:43.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19762026-02-11T23:00:43.859Z
19772026-02-11T23:00:43.859Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/248)
19782026-02-11T23:00:44.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-02-11T23:00:44.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-02-11T23:00:44.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-02-11T23:00:44.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19822026-02-11T23:00:44.714Z
19832026-02-11T23:00:44.714Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/248)
19842026-02-11T23:00:45.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-02-11T23:00:45.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-02-11T23:00:45.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-02-11T23:00:45.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19882026-02-11T23:00:45.609Z
19892026-02-11T23:00:45.609Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/248)
19902026-02-11T23:00:46.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-02-11T23:00:46.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-02-11T23:00:46.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-02-11T23:00:46.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19942026-02-11T23:00:46.496Z
19952026-02-11T23:00:46.496Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/248)
19962026-02-11T23:00:47.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-02-11T23:00:47.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-02-11T23:00:47.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-02-11T23:00:47.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
20002026-02-11T23:00:47.405Z
20012026-02-11T23:00:47.405Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/248)
20022026-02-11T23:00:48.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-02-11T23:00:48.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-02-11T23:00:48.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-02-11T23:00:48.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20062026-02-11T23:00:48.275Z
20072026-02-11T23:00:48.275Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/248)
20082026-02-11T23:00:49.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-02-11T23:00:49.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-02-11T23:00:49.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-02-11T23:00:49.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20122026-02-11T23:00:49.149Z
20132026-02-11T23:00:49.149Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/248)
20142026-02-11T23:00:49.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-02-11T23:00:49.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-02-11T23:00:49.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-02-11T23:00:49.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20182026-02-11T23:00:50.001Z
20192026-02-11T23:00:50.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/248)
20202026-02-11T23:00:50.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-02-11T23:00:50.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-02-11T23:00:50.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-02-11T23:00:50.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20242026-02-11T23:00:50.877Z
20252026-02-11T23:00:50.877Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/248)
20262026-02-11T23:00:51.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-02-11T23:00:52.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-02-11T23:00:52.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-02-11T23:00:52.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
20302026-02-11T23:00:52.192Z
20312026-02-11T23:00:52.192Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/248)
20322026-02-11T23:00:52.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-02-11T23:00:52.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-02-11T23:00:52.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-02-11T23:00:52.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
20362026-02-11T23:00:52.717Z
20372026-02-11T23:00:52.717Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/248)
20382026-02-11T23:00:53.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-02-11T23:00:53.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-02-11T23:00:53.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-02-11T23:00:53.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
20422026-02-11T23:00:53.651Z
20432026-02-11T23:00:53.651Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/248)
20442026-02-11T23:00:54.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-02-11T23:00:54.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-02-11T23:00:54.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-02-11T23:00:54.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20482026-02-11T23:00:54.547Z
20492026-02-11T23:00:54.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/248)
20502026-02-11T23:00:55.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-02-11T23:00:55.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-02-11T23:00:55.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-02-11T23:00:55.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20542026-02-11T23:00:55.434Z
20552026-02-11T23:00:55.434Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/248)
20562026-02-11T23:00:56.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-02-11T23:00:56.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-02-11T23:00:56.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-02-11T23:00:56.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
20602026-02-11T23:00:56.367Z
20612026-02-11T23:00:56.367Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/248)
20622026-02-11T23:00:57.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-02-11T23:00:57.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-02-11T23:00:57.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-02-11T23:00:57.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
20662026-02-11T23:00:57.369Z
20672026-02-11T23:00:57.369Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/248)
20682026-02-11T23:00:58.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-02-11T23:00:58.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-02-11T23:00:58.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-02-11T23:00:58.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
20722026-02-11T23:00:58.322Z
20732026-02-11T23:00:58.322Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/248)
20742026-02-11T23:00:59.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-02-11T23:00:59.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-02-11T23:00:59.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-02-11T23:00:59.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20782026-02-11T23:00:59.236Z
20792026-02-11T23:00:59.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/248)
20802026-02-11T23:01:00.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-02-11T23:01:00.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-02-11T23:01:00.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-02-11T23:01:00.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
20842026-02-11T23:01:00.161Z
20852026-02-11T23:01:00.161Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/248)
20862026-02-11T23:01:00.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-02-11T23:01:01.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-02-11T23:01:01.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-02-11T23:01:01.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
20902026-02-11T23:01:01.103Z
20912026-02-11T23:01:01.104Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/248)
20922026-02-11T23:01:02.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-02-11T23:01:02.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-02-11T23:01:02.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-02-11T23:01:02.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
20962026-02-11T23:01:02.436Z
20972026-02-11T23:01:02.436Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/248)
20982026-02-11T23:01:03.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-02-11T23:01:03.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-02-11T23:01:03.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-02-11T23:01:03.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
21022026-02-11T23:01:03.703Z
21032026-02-11T23:01:03.703Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/248)
21042026-02-11T23:01:04.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-02-11T23:01:04.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-02-11T23:01:04.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-02-11T23:01:04.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
21082026-02-11T23:01:04.906Z
21092026-02-11T23:01:04.907Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/248)
21102026-02-11T23:01:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-02-11T23:01:05.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-02-11T23:01:05.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-02-11T23:01:05.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
21142026-02-11T23:01:06.069Z
21152026-02-11T23:01:06.069Zinfo: running `cargo check --bins` on oxlog (49/248)
21162026-02-11T23:01:07.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-02-11T23:01:07.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-02-11T23:01:07.456Z Checking cfg-if v1.0.4
21192026-02-11T23:01:07.480Z Checking libc v0.2.180
21202026-02-11T23:01:07.480Z Checking serde_core v1.0.228
21212026-02-11T23:01:07.524Z Checking zeroize v1.8.1
21222026-02-11T23:01:07.548Z Checking memchr v2.7.4
21232026-02-11T23:01:07.572Z Checking value-bag v1.12.0
21242026-02-11T23:01:07.573Z Checking smallvec v1.15.1
21252026-02-11T23:01:07.573Z Checking typenum v1.17.0
21262026-02-11T23:01:07.630Z Checking scopeguard v1.2.0
21272026-02-11T23:01:07.823Z Checking subtle v2.6.1
21282026-02-11T23:01:07.847Z Checking lock_api v0.4.12
21292026-02-11T23:01:08.026Z Checking itoa v1.0.11
21302026-02-11T23:01:08.066Z Checking log v0.4.29
21312026-02-11T23:01:08.143Z Checking const-oid v0.9.6
21322026-02-11T23:01:08.235Z Checking byteorder v1.5.0
21332026-02-11T23:01:08.266Z Checking stable_deref_trait v1.2.0
21342026-02-11T23:01:08.383Z Checking portable-atomic v1.11.0
21352026-02-11T23:01:08.454Z Checking critical-section v1.1.3
21362026-02-11T23:01:08.580Z Checking generic-array v0.14.7
21372026-02-11T23:01:08.611Z Checking zerofrom v0.1.4
21382026-02-11T23:01:08.635Z Checking allocator-api2 v0.2.21
21392026-02-11T23:01:08.677Z Checking pin-project-lite v0.2.14
21402026-02-11T23:01:08.720Z Checking getrandom v0.2.15
21412026-02-11T23:01:08.826Z Checking yoke v0.7.4
21422026-02-11T23:01:08.851Z Checking getrandom v0.3.4
21432026-02-11T23:01:08.966Z Checking rand_core v0.6.4
21442026-02-11T23:01:09.094Z Checking signal-hook-registry v1.4.2
21452026-02-11T23:01:09.166Z Checking zerovec v0.10.4
21462026-02-11T23:01:09.234Z Checking parking_lot_core v0.9.10
21472026-02-11T23:01:09.292Z Checking mio v1.0.2
21482026-02-11T23:01:09.327Z Checking once_cell v1.21.3
21492026-02-11T23:01:09.367Z Checking equivalent v1.0.2
21502026-02-11T23:01:09.496Z Checking libm v0.2.8
21512026-02-11T23:01:09.587Z Checking parking_lot v0.12.3
21522026-02-11T23:01:09.642Z Checking crypto-common v0.1.6
21532026-02-11T23:01:09.666Z Checking block-buffer v0.10.4
21542026-02-11T23:01:09.795Z Checking litemap v0.7.3
21552026-02-11T23:01:09.846Z Checking writeable v0.5.5
21562026-02-11T23:01:09.884Z Checking socket2 v0.6.1
21572026-02-11T23:01:09.908Z Checking digest v0.10.7
21582026-02-11T23:01:09.936Z Checking zerocopy v0.7.35
21592026-02-11T23:01:10.174Z Checking zmij v1.0.15
21602026-02-11T23:01:10.218Z Checking percent-encoding v2.3.2
21612026-02-11T23:01:10.310Z Checking cpufeatures v0.2.14
21622026-02-11T23:01:10.375Z Checking futures-core v0.3.31
21632026-02-11T23:01:10.400Z Checking num-traits v0.2.19
21642026-02-11T23:01:10.424Z Checking hmac v0.12.1
21652026-02-11T23:01:10.467Z Checking icu_locid_transform_data v1.5.0
21662026-02-11T23:01:10.568Z Checking block-padding v0.3.3
21672026-02-11T23:01:10.592Z Checking hashbrown v0.16.1
21682026-02-11T23:01:10.616Z Checking icu_properties_data v1.5.0
21692026-02-11T23:01:10.678Z Checking utf16_iter v1.0.5
21702026-02-11T23:01:10.784Z Checking tinystr v0.7.6
21712026-02-11T23:01:10.825Z Checking icu_collections v1.5.0
21722026-02-11T23:01:10.877Z Checking inout v0.1.3
21732026-02-11T23:01:10.901Z Checking write16 v1.0.0
21742026-02-11T23:01:11.038Z Checking icu_normalizer_data v1.5.0
21752026-02-11T23:01:11.101Z Checking ppv-lite86 v0.2.20
21762026-02-11T23:01:11.133Z Checking futures-sink v0.3.31
21772026-02-11T23:01:11.169Z Checking utf8_iter v1.0.4
21782026-02-11T23:01:11.194Z Checking icu_locid v1.5.0
21792026-02-11T23:01:11.275Z Checking serde v1.0.228
21802026-02-11T23:01:11.316Z Checking serde_json v1.0.149
21812026-02-11T23:01:11.405Z Checking futures-channel v0.3.31
21822026-02-11T23:01:11.527Z Checking cipher v0.4.4
21832026-02-11T23:01:11.638Z Checking indexmap v2.13.0
21842026-02-11T23:01:11.789Z Checking sha2 v0.10.9
21852026-02-11T23:01:11.828Z Checking slab v0.4.9
21862026-02-11T23:01:11.852Z Checking pin-utils v0.1.0
21872026-02-11T23:01:11.955Z Checking futures-task v0.3.31
21882026-02-11T23:01:11.979Z Checking base64ct v1.6.0
21892026-02-11T23:01:12.155Z Checking futures-io v0.3.31
21902026-02-11T23:01:12.198Z Checking icu_provider v1.5.0
21912026-02-11T23:01:12.222Z Checking errno v0.3.12
21922026-02-11T23:01:12.266Z Checking bytes v1.11.1
21932026-02-11T23:01:12.373Z Checking bitflags v2.9.4
21942026-02-11T23:01:12.398Z Checking futures-util v0.3.31
21952026-02-11T23:01:12.425Z Checking flagset v0.4.6
21962026-02-11T23:01:12.449Z Checking pem-rfc7468 v0.7.0
21972026-02-11T23:01:12.639Z Checking form_urlencoded v1.2.2
21982026-02-11T23:01:12.692Z Checking rand_core v0.9.3
21992026-02-11T23:01:12.740Z Checking der v0.7.10
22002026-02-11T23:01:12.845Z Checking icu_locid_transform v1.5.0
22012026-02-11T23:01:12.877Z Checking foldhash v0.1.5
22022026-02-11T23:01:12.966Z Checking fnv v1.0.7
22032026-02-11T23:01:13.033Z Checking salsa20 v0.10.2
22042026-02-11T23:01:13.057Z Checking uuid v1.19.0
22052026-02-11T23:01:13.112Z Checking hashbrown v0.15.4
22062026-02-11T23:01:13.136Z Checking pbkdf2 v0.12.2
22072026-02-11T23:01:13.272Z Checking spin v0.9.8
22082026-02-11T23:01:13.302Z Checking tokio v1.49.0
22092026-02-11T23:01:13.327Z Checking scrypt v0.11.0
22102026-02-11T23:01:13.582Z Checking http v1.4.0
22112026-02-11T23:01:13.620Z Checking rand_chacha v0.9.0
22122026-02-11T23:01:13.675Z Checking cbc v0.1.2
22132026-02-11T23:01:13.839Z Checking icu_properties v1.5.1
22142026-02-11T23:01:13.892Z Checking aes v0.8.4
22152026-02-11T23:01:14.017Z Checking regex-syntax v0.8.5
22162026-02-11T23:01:14.179Z Checking iana-time-zone v0.1.63
22172026-02-11T23:01:14.376Z Checking chrono v0.4.43
22182026-02-11T23:01:14.440Z Checking spki v0.7.3
22192026-02-11T23:01:14.766Z Checking rand v0.9.2
22202026-02-11T23:01:14.791Z Checking pkcs5 v0.7.1
22212026-02-11T23:01:14.912Z Checking tracing-core v0.1.32
22222026-02-11T23:01:15.364Z Checking thiserror v2.0.18
22232026-02-11T23:01:15.551Z Checking pkcs8 v0.10.2
22242026-02-11T23:01:15.639Z Checking tracing v0.1.40
22252026-02-11T23:01:15.807Z Checking http-body v1.0.1
22262026-02-11T23:01:15.915Z Checking plain v0.2.3
22272026-02-11T23:01:16.044Z Checking rustls-pki-types v1.10.0
22282026-02-11T23:01:16.077Z Checking base64 v0.22.1
22292026-02-11T23:01:16.139Z Checking tinyvec_macros v0.1.1
22302026-02-11T23:01:16.264Z Checking tinyvec v1.8.0
22312026-02-11T23:01:16.456Z Checking lazy_static v1.5.0
22322026-02-11T23:01:16.624Z Checking rustix v1.1.3
22332026-02-11T23:01:16.649Z Checking semver v1.0.27
22342026-02-11T23:01:16.742Z Checking zerocopy v0.8.27
22352026-02-11T23:01:17.115Z Checking aws-lc-sys v0.26.0
22362026-02-11T23:01:17.143Z Checking openssl-probe v0.1.5
22372026-02-11T23:01:17.264Z Checking icu_normalizer v1.5.0
22382026-02-11T23:01:17.332Z Checking unicode-ident v1.0.19
22392026-02-11T23:01:17.362Z Checking ucd-trie v0.1.7
22402026-02-11T23:01:17.556Z Checking dyn-clone v1.0.20
22412026-02-11T23:01:17.590Z Checking atomic-waker v1.1.2
22422026-02-11T23:01:17.654Z Checking try-lock v0.2.5
22432026-02-11T23:01:17.734Z Checking untrusted v0.9.0
22442026-02-11T23:01:17.759Z Checking tower-service v0.3.3
22452026-02-11T23:01:17.820Z Checking untrusted v0.7.1
22462026-02-11T23:01:17.904Z Checking tower-layer v0.3.3
22472026-02-11T23:01:17.931Z Checking foreign-types-shared v0.1.1
22482026-02-11T23:01:18.025Z Checking adler2 v2.0.0
22492026-02-11T23:01:18.073Z Checking idna_adapter v1.2.0
22502026-02-11T23:01:18.099Z Checking fastrand v2.1.1
22512026-02-11T23:01:18.216Z Checking miniz_oxide v0.8.5
22522026-02-11T23:01:18.243Z Checking foreign-types v0.3.2
22532026-02-11T23:01:18.301Z Checking idna v1.0.3
22542026-02-11T23:01:18.358Z Checking ring v0.17.14
22552026-02-11T23:01:18.506Z Checking want v0.3.1
22562026-02-11T23:01:18.672Z Checking tempfile v3.24.0
22572026-02-11T23:01:18.719Z Checking pest v2.8.2
22582026-02-11T23:01:18.850Z Checking url v2.5.4
22592026-02-11T23:01:18.940Z Checking proc-macro2 v1.0.101
22602026-02-11T23:01:19.091Z Checking ipnet v2.11.0
22612026-02-11T23:01:19.463Z Checking aws-lc-rs v1.12.4
22622026-02-11T23:01:19.623Z Checking httparse v1.9.5
22632026-02-11T23:01:19.652Z Checking openssl-sys v0.9.109
22642026-02-11T23:01:19.754Z Checking schemars v0.8.22
22652026-02-11T23:01:20.096Z Checking wait-timeout v0.2.0
22662026-02-11T23:01:20.142Z Checking aho-corasick v1.1.3
22672026-02-11T23:01:20.308Z Checking anstyle v1.0.11
22682026-02-11T23:01:20.681Z Checking bit-vec v0.8.0
22692026-02-11T23:01:20.705Z Checking quick-error v1.2.3
22702026-02-11T23:01:20.888Z Checking httpdate v1.0.3
22712026-02-11T23:01:20.913Z Checking utf8parse v0.2.2
22722026-02-11T23:01:21.097Z Checking powerfmt v0.2.0
22732026-02-11T23:01:21.121Z Checking pretty-hex v0.4.1
22742026-02-11T23:01:21.186Z Checking bit-set v0.8.0
22752026-02-11T23:01:21.210Z Checking tokio-util v0.7.15
22762026-02-11T23:01:21.351Z Checking anstyle-parse v0.2.5
22772026-02-11T23:01:21.381Z Checking rustls-webpki v0.102.8
22782026-02-11T23:01:21.447Z Checking rusty-fork v0.3.0
22792026-02-11T23:01:21.473Z Checking deranged v0.5.3
22802026-02-11T23:01:21.497Z Checking openssl v0.10.73
22812026-02-11T23:01:21.521Z Checking quote v1.0.40
22822026-02-11T23:01:21.678Z Compiling newtype-uuid v1.3.2
22832026-02-11T23:01:21.735Z Checking unicode-normalization v0.1.24
22842026-02-11T23:01:21.807Z Checking regex-automata v0.4.11
22852026-02-11T23:01:21.912Z Checking crossbeam-utils v0.8.21
22862026-02-11T23:01:22.044Z Checking rand_xorshift v0.4.0
22872026-02-11T23:01:22.214Z Checking rustix v0.38.37
22882026-02-11T23:01:22.248Z Checking bzip2-sys v0.1.13+1.0.8
22892026-02-11T23:01:22.383Z Checking scroll v0.13.0
22902026-02-11T23:01:22.602Z Checking h2 v0.4.6
22912026-02-11T23:01:22.626Z Checking signature v2.2.0
22922026-02-11T23:01:22.687Z Checking crc32fast v1.4.2
22932026-02-11T23:01:22.841Z Checking is_terminal_polyfill v1.70.1
22942026-02-11T23:01:22.865Z Checking zlib-rs v0.5.1
22952026-02-11T23:01:22.941Z Checking time-core v0.1.6
22962026-02-11T23:01:22.989Z Checking unarray v0.1.4
22972026-02-11T23:01:23.166Z Checking anstyle-query v1.1.1
22982026-02-11T23:01:23.244Z Checking num-conv v0.1.0
22992026-02-11T23:01:23.318Z Checking num_threads v0.1.7
23002026-02-11T23:01:23.460Z Checking siphasher v0.3.11
23012026-02-11T23:01:23.536Z Checking either v1.15.0
23022026-02-11T23:01:23.782Z Checking unicode-properties v0.1.3
23032026-02-11T23:01:23.949Z Checking colorchoice v1.0.2
23042026-02-11T23:01:24.009Z Checking unicode-bidi v0.3.17
23052026-02-11T23:01:24.123Z Checking anstream v0.6.18
23062026-02-11T23:01:24.197Z Checking time v0.3.43
23072026-02-11T23:01:24.513Z Checking phf_shared v0.11.2
23082026-02-11T23:01:24.636Z Checking stringprep v0.1.5
23092026-02-11T23:01:24.816Z Checking proptest v1.7.0
23102026-02-11T23:01:24.840Z Checking libz-rs-sys v0.5.1
23112026-02-11T23:01:24.938Z Checking goblin v0.10.2
23122026-02-11T23:01:25.078Z Checking crossbeam-epoch v0.9.18
23132026-02-11T23:01:25.361Z Checking rustls v0.23.19
23142026-02-11T23:01:25.532Z Compiling daft v0.1.4
23152026-02-11T23:01:26.115Z Checking syn v2.0.114
23162026-02-11T23:01:26.139Z Checking ipnetwork v0.21.1
23172026-02-11T23:01:26.231Z Checking native-tls v0.2.12
23182026-02-11T23:01:26.560Z Checking scroll v0.12.0
23192026-02-11T23:01:26.664Z Checking thiserror v1.0.69
23202026-02-11T23:01:26.821Z Checking zstd-sys v2.0.14+zstd.1.5.7
23212026-02-11T23:01:27.035Z Checking toml_datetime v0.6.11
23222026-02-11T23:01:27.060Z Checking serde_spanned v0.6.9
23232026-02-11T23:01:27.084Z Checking num-integer v0.1.46
23242026-02-11T23:01:27.280Z Checking rand_chacha v0.3.1
23252026-02-11T23:01:27.400Z Checking sync_wrapper v1.0.1
23262026-02-11T23:01:27.534Z Checking md-5 v0.10.6
23272026-02-11T23:01:27.574Z Checking ff v0.13.0
23282026-02-11T23:01:27.733Z Checking hash32 v0.2.1
23292026-02-11T23:01:27.810Z Checking psl-types v2.0.11
23302026-02-11T23:01:27.838Z Checking base16ct v0.2.0
23312026-02-11T23:01:28.033Z Checking fallible-iterator v0.2.0
23322026-02-11T23:01:28.059Z Checking gimli v0.31.1
23332026-02-11T23:01:28.083Z Compiling iddqd v0.3.16
23342026-02-11T23:01:28.597Z Checking postgres-protocol v0.6.8
23352026-02-11T23:01:28.809Z Checking hyper v1.8.1
23362026-02-11T23:01:29.237Z Checking sec1 v0.7.3
23372026-02-11T23:01:29.602Z Checking heapless v0.7.17
23382026-02-11T23:01:29.771Z Checking publicsuffix v2.3.0
23392026-02-11T23:01:30.056Z Checking group v0.13.0
23402026-02-11T23:01:30.333Z Checking rand v0.8.5
23412026-02-11T23:01:30.522Z Checking tower v0.5.2
23422026-02-11T23:01:30.601Z Checking num-iter v0.1.45
23432026-02-11T23:01:30.701Z Checking tokio-rustls v0.26.0
23442026-02-11T23:01:30.802Z Checking goblin v0.8.2
23452026-02-11T23:01:30.985Z Checking hyper-util v0.1.19
23462026-02-11T23:01:31.011Z Checking dof v0.4.0
23472026-02-11T23:01:31.124Z Checking cookie v0.18.1
23482026-02-11T23:01:31.419Z Checking zstd-safe v7.2.3
23492026-02-11T23:01:31.599Z Checking oxnet v0.1.4
23502026-02-11T23:01:31.630Z Checking tokio-native-tls v0.3.1
23512026-02-11T23:01:31.735Z Checking addr2line v0.24.2
23522026-02-11T23:01:31.759Z Checking terminal_size v0.4.0
23532026-02-11T23:01:31.897Z Checking flate2 v1.1.2
23542026-02-11T23:01:31.922Z Checking dtrace-parser v0.3.0
23552026-02-11T23:01:31.922Z Checking rustls-native-certs v0.8.1
23562026-02-11T23:01:31.961Z Checking webpki-roots v1.0.1
23572026-02-11T23:01:32.085Z Checking http-body-util v0.1.3
23582026-02-11T23:01:32.169Z Checking signal-hook v0.3.18
23592026-02-11T23:01:32.194Z Checking hkdf v0.12.4
23602026-02-11T23:01:32.309Z Checking crypto-bigint v0.5.5
23612026-02-11T23:01:32.391Z Checking thread-id v5.0.0
23622026-02-11T23:01:32.423Z Checking object v0.36.5
23632026-02-11T23:01:32.512Z Checking strsim v0.11.1
23642026-02-11T23:01:32.537Z Checking lockfree-object-pool v0.1.6
23652026-02-11T23:01:32.561Z Checking bitflags v1.3.2
23662026-02-11T23:01:32.585Z Compiling rayon-core v1.12.1
23672026-02-11T23:01:32.685Z Checking bumpalo v3.16.0
23682026-02-11T23:01:32.795Z Checking rustc-demangle v0.1.24
23692026-02-11T23:01:32.820Z Checking clap_lex v0.7.4
23702026-02-11T23:01:32.883Z Checking winnow v0.5.40
23712026-02-11T23:01:33.023Z Checking managed v0.8.0
23722026-02-11T23:01:33.081Z Checking iri-string v0.7.8
23732026-02-11T23:01:33.215Z Checking ryu v1.0.18
23742026-02-11T23:01:33.367Z Checking simd-adler32 v0.3.7
23752026-02-11T23:01:33.455Z Checking serde_urlencoded v0.7.1
23762026-02-11T23:01:33.706Z Checking hyper-rustls v0.27.7
23772026-02-11T23:01:33.730Z Checking zopfli v0.8.1
23782026-02-11T23:01:33.884Z Checking hyper-tls v0.6.0
23792026-02-11T23:01:34.087Z Checking smoltcp v0.9.1
23802026-02-11T23:01:34.185Z Checking clap_builder v4.5.48
23812026-02-11T23:01:34.385Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23822026-02-11T23:01:34.682Z Checking signal-hook-mio v0.2.4
23832026-02-11T23:01:34.857Z Checking usdt-impl v0.6.0
23842026-02-11T23:01:34.935Z Checking elliptic-curve v0.13.8
23852026-02-11T23:01:35.486Z Checking tower-http v0.6.6
23862026-02-11T23:01:35.510Z Checking zstd v0.13.3
23872026-02-11T23:01:35.607Z Checking num-bigint-dig v0.8.6
23882026-02-11T23:01:35.723Z Checking toml_edit v0.19.15
23892026-02-11T23:01:35.774Z Checking dof v0.3.0
23902026-02-11T23:01:35.837Z Checking cookie_store v0.21.1
23912026-02-11T23:01:35.891Z Checking postgres-types v0.2.9
23922026-02-11T23:01:36.121Z Checking dtrace-parser v0.2.0
23932026-02-11T23:01:36.441Z Checking regex v1.11.3
23942026-02-11T23:01:36.599Z Checking bstr v1.10.0
23952026-02-11T23:01:36.626Z Checking crossbeam-deque v0.8.5
23962026-02-11T23:01:36.651Z Checking phf v0.11.2
23972026-02-11T23:01:36.940Z Checking ed25519 v2.2.3
23982026-02-11T23:01:36.999Z Checking bzip2 v0.5.2
23992026-02-11T23:01:37.052Z Checking bzip2 v0.4.4
24002026-02-11T23:01:37.141Z Checking curve25519-dalek v4.1.3
24012026-02-11T23:01:37.296Z Checking ref-cast v1.0.25
24022026-02-11T23:01:37.321Z Checking strum v0.27.2
24032026-02-11T23:01:37.380Z Checking hubpack v0.1.2
24042026-02-11T23:01:37.458Z Checking memoffset v0.9.1
24052026-02-11T23:01:37.487Z Checking pkcs1 v0.7.5
24062026-02-11T23:01:37.519Z Checking erased-serde v0.3.31
24072026-02-11T23:01:37.609Z Checking serde-big-array v0.5.1
24082026-02-11T23:01:37.634Z Checking hex v0.4.3
24092026-02-11T23:01:37.717Z Checking float-cmp v0.10.0
24102026-02-11T23:01:37.897Z Checking rfc6979 v0.4.0
24112026-02-11T23:01:37.921Z Checking memmap2 v0.9.8
24122026-02-11T23:01:37.946Z Checking thread-id v4.2.2
24132026-02-11T23:01:38.060Z Checking socket2 v0.5.10
24142026-02-11T23:01:38.096Z Checking env_filter v0.1.2
24152026-02-11T23:01:38.127Z Checking encoding_rs v0.8.34
24162026-02-11T23:01:38.155Z Checking data-encoding v2.9.0
24172026-02-11T23:01:38.226Z Checking fixedbitset v0.4.2
24182026-02-11T23:01:38.371Z Checking whoami v1.5.2
24192026-02-11T23:01:38.451Z Checking backtrace v0.3.74
24202026-02-11T23:01:38.509Z Checking rustc-hash v2.1.1
24212026-02-11T23:01:38.630Z Checking unicode-segmentation v1.12.0
24222026-02-11T23:01:38.654Z Checking static_assertions v1.1.0
24232026-02-11T23:01:38.702Z Checking toml_write v0.1.2
24242026-02-11T23:01:38.726Z Checking jiff v0.2.15
24252026-02-11T23:01:38.761Z Checking difflib v0.4.0
24262026-02-11T23:01:38.789Z Checking predicates-core v1.0.8
24272026-02-11T23:01:38.988Z Checking normalize-line-endings v0.3.0
24282026-02-11T23:01:39.013Z Checking foldhash v0.2.0
24292026-02-11T23:01:39.013Z Checking keccak v0.1.5
24302026-02-11T23:01:39.053Z Checking fixedbitset v0.5.7
24312026-02-11T23:01:39.104Z Checking winnow v0.7.14
24322026-02-11T23:01:39.144Z Checking mime v0.3.17
24332026-02-11T23:01:39.313Z Checking minimal-lexical v0.2.1
24342026-02-11T23:01:39.337Z Checking precomputed-hash v0.1.1
24352026-02-11T23:01:39.385Z Checking new_debug_unreachable v1.0.6
24362026-02-11T23:01:39.457Z Checking petgraph v0.8.2
24372026-02-11T23:01:39.482Z Checking sha3 v0.10.8
24382026-02-11T23:01:39.506Z Checking similar v2.7.0
24392026-02-11T23:01:39.506Z Checking string_cache v0.8.9
24402026-02-11T23:01:39.723Z Checking nom v7.1.3
24412026-02-11T23:01:39.908Z Checking predicates v3.1.3
24422026-02-11T23:01:40.323Z Checking reqwest v0.12.24
24432026-02-11T23:01:40.361Z Checking ed25519-dalek v2.1.1
24442026-02-11T23:01:40.529Z Checking anyhow v1.0.99
24452026-02-11T23:01:40.779Z Checking hickory-proto v0.25.2
24462026-02-11T23:01:40.902Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24472026-02-11T23:01:41.774Z Checking tokio-postgres v0.7.13
24482026-02-11T23:01:42.054Z Checking toml_edit v0.22.27
24492026-02-11T23:01:42.272Z Checking slog v2.8.2
24502026-02-11T23:01:42.346Z Checking petgraph v0.6.5
24512026-02-11T23:01:42.794Z Checking env_logger v0.11.8
24522026-02-11T23:01:43.025Z Checking usdt v0.6.0
24532026-02-11T23:01:43.146Z Checking toml v0.7.8
24542026-02-11T23:01:43.275Z Checking serde_with v3.16.1
24552026-02-11T23:01:43.798Z Checking ecdsa v0.16.9
24562026-02-11T23:01:44.378Z Checking usdt-impl v0.5.0
24572026-02-11T23:01:44.482Z Checking zip v4.2.0
24582026-02-11T23:01:44.513Z Checking rsa v0.9.8
24592026-02-11T23:01:44.567Z Checking nix v0.29.0
24602026-02-11T23:01:44.951Z Checking zip v0.6.6
24612026-02-11T23:01:45.065Z Checking clap v4.5.48
24622026-02-11T23:01:45.435Z Checking crossterm v0.28.1
24632026-02-11T23:01:45.690Z Checking itertools v0.10.5
24642026-02-11T23:01:45.759Z Checking itertools v0.12.1
24652026-02-11T23:01:45.813Z Checking itertools v0.13.0
24662026-02-11T23:01:45.845Z Checking strum v0.26.3
24672026-02-11T23:01:46.025Z Checking tokio-stream v0.1.17
24682026-02-11T23:01:46.114Z Checking ahash v0.8.12
24692026-02-11T23:01:46.513Z Checking fs-err v3.1.1
24702026-02-11T23:01:46.647Z Checking buf-list v1.0.3
24712026-02-11T23:01:46.880Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-02-11T23:01:46.962Z Checking x509-cert v0.2.5
24732026-02-11T23:01:47.070Z Checking openapiv3 v2.2.0
24742026-02-11T23:01:47.094Z Checking sha1 v0.10.6
24752026-02-11T23:01:47.118Z Checking winnow v0.6.26
24762026-02-11T23:01:47.236Z Checking peg-runtime v0.8.5
24772026-02-11T23:01:47.437Z Checking lalrpop-util v0.19.12
24782026-02-11T23:01:47.473Z Checking rayon v1.10.0
24792026-02-11T23:01:47.736Z Checking camino v1.2.2
24802026-02-11T23:01:47.815Z Checking sigpipe v0.1.3
24812026-02-11T23:01:47.937Z Checking glob v0.3.2
24822026-02-11T23:01:50.786Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24832026-02-11T23:01:51.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.32s
24842026-02-11T23:01:51.640Z
24852026-02-11T23:01:51.640Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/248)
24862026-02-11T23:01:52.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872026-02-11T23:01:52.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882026-02-11T23:01:53.366Z Compiling regress v0.10.4
24892026-02-11T23:01:53.422Z Compiling unsafe-libyaml v0.2.11
24902026-02-11T23:01:53.447Z Compiling structmeta-derive v0.3.0
24912026-02-11T23:01:53.447Z Compiling rustls v0.22.4
24922026-02-11T23:01:53.496Z Checking newtype-uuid v1.3.2
24932026-02-11T23:01:53.524Z Compiling multer v3.1.0
24942026-02-11T23:01:53.548Z Checking heck v0.5.0
24952026-02-11T23:01:53.816Z Compiling newtype-uuid-macros v0.1.0
24962026-02-11T23:01:53.859Z Compiling async-stream-impl v0.3.6
24972026-02-11T23:01:53.908Z Checking daft v0.1.4
24982026-02-11T23:01:53.967Z Checking futures-executor v0.3.31
24992026-02-11T23:01:54.213Z Compiling dropshot v0.16.7
25002026-02-11T23:01:54.357Z Checking iddqd v0.3.16
25012026-02-11T23:01:54.609Z Compiling serde_yaml v0.9.34+deprecated
25022026-02-11T23:01:54.989Z Checking futures v0.3.31
25032026-02-11T23:01:55.031Z Compiling dropshot_endpoint v0.16.7
25042026-02-11T23:01:55.139Z Checking match_cfg v0.1.0
25052026-02-11T23:01:55.264Z Checking hostname v0.3.1
25062026-02-11T23:01:55.339Z Checking thread_local v1.1.8
25072026-02-11T23:01:55.421Z Checking unicode-width v0.1.14
25082026-02-11T23:01:55.639Z Checking crossbeam-channel v0.5.15
25092026-02-11T23:01:55.787Z Compiling structmeta v0.3.0
25102026-02-11T23:01:55.929Z Checking is-terminal v0.4.13
25112026-02-11T23:01:56.097Z Checking take_mut v0.2.2
25122026-02-11T23:01:56.186Z Compiling derive-ex v0.1.8
25132026-02-11T23:01:56.293Z Checking term v1.1.0
25142026-02-11T23:01:56.322Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-02-11T23:01:56.350Z Checking slog-async v2.8.0
25162026-02-11T23:01:56.457Z Compiling parse-display-derive v0.10.0
25172026-02-11T23:01:56.690Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25182026-02-11T23:01:56.739Z Checking slog-term v2.9.2
25192026-02-11T23:01:56.833Z Checking typify-impl v0.4.3
25202026-02-11T23:01:57.408Z Checking debug-ignore v1.0.5
25212026-02-11T23:01:57.581Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25222026-02-11T23:01:58.300Z Checking toml_parser v1.0.6+spec-1.1.0
25232026-02-11T23:01:58.723Z Checking slog-json v2.6.1
25242026-02-11T23:01:59.005Z Checking macaddr v1.0.1
25252026-02-11T23:01:59.030Z Checking serde_spanned v1.0.4
25262026-02-11T23:01:59.265Z Checking toml_datetime v0.7.5+spec-1.1.0
25272026-02-11T23:01:59.350Z Checking toml_writer v1.0.6+spec-1.1.0
25282026-02-11T23:01:59.391Z Checking slog-bunyan v2.5.0
25292026-02-11T23:01:59.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25302026-02-11T23:01:59.646Z Checking tabwriter v1.4.0
25312026-02-11T23:01:59.722Z Checking toml v0.9.11+spec-1.1.0
25322026-02-11T23:01:59.910Z Compiling test-strategy v0.4.3
25332026-02-11T23:01:59.934Z Checking async-stream v0.3.6
25342026-02-11T23:02:00.228Z Checking waitgroup v0.1.2
25352026-02-11T23:02:00.346Z Checking rustls-pemfile v2.2.0
25362026-02-11T23:02:00.395Z Checking serde_path_to_error v0.1.20
25372026-02-11T23:02:00.464Z Checking hostname v0.4.2
25382026-02-11T23:02:00.588Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25392026-02-11T23:02:00.633Z Compiling itertools v0.14.0
25402026-02-11T23:02:00.665Z Checking progenitor-client v0.11.2
25412026-02-11T23:02:00.791Z Checking progenitor-client v0.10.0
25422026-02-11T23:02:00.961Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
25432026-02-11T23:02:01.092Z Checking instant v0.1.13
25442026-02-11T23:02:01.162Z Checking colored v3.0.0
25452026-02-11T23:02:01.223Z Checking parse-display v0.10.0
25462026-02-11T23:02:01.255Z Checking backoff v0.4.0
25472026-02-11T23:02:01.444Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-02-11T23:02:01.478Z Checking tokio-rustls v0.25.0
25492026-02-11T23:02:01.571Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25502026-02-11T23:02:01.616Z Compiling proc-macro-crate v1.3.1
25512026-02-11T23:02:01.651Z Compiling proc-macro-error v1.0.4
25522026-02-11T23:02:02.237Z Compiling heapless v0.8.0
25532026-02-11T23:02:02.454Z Compiling num_enum_derive v0.5.11
25542026-02-11T23:02:02.597Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25552026-02-11T23:02:02.983Z Checking hash32 v0.3.1
25562026-02-11T23:02:03.076Z Compiling smoltcp v0.11.0
25572026-02-11T23:02:03.126Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25582026-02-11T23:02:03.222Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25592026-02-11T23:02:03.473Z Compiling ingot-macros v0.1.1
25602026-02-11T23:02:03.730Z Compiling foreign-types-macros v0.2.3
25612026-02-11T23:02:03.837Z Compiling crucible-workspace-hack v0.1.0
25622026-02-11T23:02:03.918Z Checking cobs v0.2.3
25632026-02-11T23:02:04.140Z Checking foreign-types-shared v0.3.1
25642026-02-11T23:02:04.192Z Checking postcard v1.0.10
25652026-02-11T23:02:04.495Z Checking num_enum v0.5.11
25662026-02-11T23:02:04.657Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-02-11T23:02:04.681Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25682026-02-11T23:02:04.710Z Checking cstr-argument v0.1.2
25692026-02-11T23:02:04.870Z Checking foreign-types v0.5.0
25702026-02-11T23:02:04.916Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-02-11T23:02:05.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25722026-02-11T23:02:05.192Z Checking pretty-hex v0.2.1
25732026-02-11T23:02:05.384Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25742026-02-11T23:02:05.408Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25752026-02-11T23:02:05.466Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25762026-02-11T23:02:05.572Z Checking colored v2.2.0
25772026-02-11T23:02:05.653Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25782026-02-11T23:02:05.691Z Compiling convert_case v0.4.0
25792026-02-11T23:02:05.760Z Checking camino-tempfile v1.4.1
25802026-02-11T23:02:06.027Z Compiling nix v0.30.1
25812026-02-11T23:02:06.080Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25822026-02-11T23:02:06.509Z Compiling derive_more v0.99.20
25832026-02-11T23:02:06.656Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25842026-02-11T23:02:06.874Z Compiling zone_cfg_derive v0.3.0
25852026-02-11T23:02:07.001Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25862026-02-11T23:02:07.905Z Checking smf v0.2.3
25872026-02-11T23:02:08.076Z Compiling typify-macro v0.4.3
25882026-02-11T23:02:08.152Z Compiling num-derive v0.4.2
25892026-02-11T23:02:08.679Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25902026-02-11T23:02:09.032Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25912026-02-11T23:02:09.276Z Checking zone v0.3.1
25922026-02-11T23:02:09.589Z Checking ingot-types v0.1.2
25932026-02-11T23:02:09.633Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25942026-02-11T23:02:10.366Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25952026-02-11T23:02:10.501Z Checking ingot v0.1.1
25962026-02-11T23:02:12.080Z Compiling typify v0.4.3
25972026-02-11T23:02:12.271Z Compiling progenitor-impl v0.11.2
25982026-02-11T23:02:12.358Z Checking secrecy v0.10.3
25992026-02-11T23:02:13.730Z Compiling typify-impl v0.2.0
26002026-02-11T23:02:13.904Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26012026-02-11T23:02:15.063Z Checking unicode-width v0.2.0
26022026-02-11T23:02:15.266Z Checking num-rational v0.4.2
26032026-02-11T23:02:15.564Z Compiling usdt-macro v0.5.0
26042026-02-11T23:02:15.886Z Compiling usdt-attr-macro v0.5.0
26052026-02-11T23:02:16.337Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26062026-02-11T23:02:16.421Z Compiling thiserror-impl-no-std v2.0.2
26072026-02-11T23:02:16.810Z Checking universal-hash v0.5.1
26082026-02-11T23:02:16.997Z Checking num-complex v0.4.6
26092026-02-11T23:02:17.414Z Checking memmap v0.7.0
26102026-02-11T23:02:17.647Z Checking half v2.4.1
26112026-02-11T23:02:17.834Z Checking opaque-debug v0.3.1
26122026-02-11T23:02:17.957Z Checking ciborium-io v0.2.2
26132026-02-11T23:02:18.023Z Checking poly1305 v0.8.0
26142026-02-11T23:02:18.115Z Compiling num v0.4.3
26152026-02-11T23:02:18.139Z Checking ciborium-ll v0.2.2
26162026-02-11T23:02:18.383Z Checking usdt v0.5.0
26172026-02-11T23:02:18.498Z Checking console v0.15.10
26182026-02-11T23:02:18.569Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-02-11T23:02:18.594Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26202026-02-11T23:02:18.678Z Compiling progenitor-macro v0.11.2
26212026-02-11T23:02:18.702Z Checking toml v0.8.23
26222026-02-11T23:02:18.991Z Checking password-hash v0.5.0
26232026-02-11T23:02:19.088Z Checking chacha20 v0.9.1
26242026-02-11T23:02:19.148Z Checking blake2 v0.10.6
26252026-02-11T23:02:19.173Z Checking thiserror-no-std v2.0.2
26262026-02-11T23:02:19.324Z Checking aead v0.5.2
26272026-02-11T23:02:19.442Z Compiling float-ord v0.3.2
26282026-02-11T23:02:19.473Z Compiling semver v0.1.20
26292026-02-11T23:02:19.587Z Checking chacha20poly1305 v0.10.1
26302026-02-11T23:02:19.652Z Checking argon2 v0.5.3
26312026-02-11T23:02:19.697Z Checking vsss-rs v3.3.4
26322026-02-11T23:02:19.722Z Checking ciborium v0.2.2
26332026-02-11T23:02:19.806Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26342026-02-11T23:02:20.161Z Compiling rustc_version v0.1.7
26352026-02-11T23:02:20.498Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26362026-02-11T23:02:20.594Z Checking indent_write v2.2.0
26372026-02-11T23:02:20.724Z Checking siphasher v1.0.1
26382026-02-11T23:02:20.811Z Checking linked-hash-map v0.5.6
26392026-02-11T23:02:20.960Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26402026-02-11T23:02:21.036Z Checking phf_shared v0.12.1
26412026-02-11T23:02:21.161Z Checking lru-cache v0.1.2
26422026-02-11T23:02:21.331Z Compiling newtype_derive v0.1.6
26432026-02-11T23:02:21.398Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26442026-02-11T23:02:21.660Z Compiling progenitor-impl v0.10.0
26452026-02-11T23:02:21.897Z Checking resolv-conf v0.7.0
26462026-02-11T23:02:22.274Z Checking newline-converter v0.3.0
26472026-02-11T23:02:22.457Z Checking hickory-proto v0.24.4
26482026-02-11T23:02:22.759Z Checking atomicwrites v0.4.4
26492026-02-11T23:02:22.983Z Checking prettyplease v0.2.36
26502026-02-11T23:02:23.949Z Compiling derive-where v1.5.0
26512026-02-11T23:02:24.120Z Compiling pin-project-internal v1.1.6
26522026-02-11T23:02:24.148Z Checking csv-core v0.1.11
26532026-02-11T23:02:24.477Z Compiling slog-dtrace v0.3.0
26542026-02-11T23:02:24.517Z Compiling typify-macro v0.2.0
26552026-02-11T23:02:24.775Z Checking swrite v0.1.0
26562026-02-11T23:02:24.916Z Compiling owo-colors v4.2.2
26572026-02-11T23:02:25.527Z Compiling chrono-tz v0.10.4
26582026-02-11T23:02:25.874Z Compiling cancel-safe-futures v0.1.5
26592026-02-11T23:02:25.925Z Compiling const_format_proc_macros v0.2.34
26602026-02-11T23:02:26.478Z Checking csv v1.3.1
26612026-02-11T23:02:26.625Z Checking pin-project v1.1.6
26622026-02-11T23:02:26.712Z Checking hickory-resolver v0.24.4
26632026-02-11T23:02:26.800Z Checking expectorate v1.2.0
26642026-02-11T23:02:26.969Z Checking phf v0.12.1
26652026-02-11T23:02:27.039Z Checking tokio-dtrace v0.1.0
26662026-02-11T23:02:27.345Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26672026-02-11T23:02:27.369Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26682026-02-11T23:02:27.667Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692026-02-11T23:02:27.952Z Compiling progenitor-macro v0.10.0
26702026-02-11T23:02:28.022Z Compiling typify v0.2.0
26712026-02-11T23:02:28.215Z Compiling progenitor-impl v0.8.0
26722026-02-11T23:02:28.411Z Compiling snafu-derive v0.8.5
26732026-02-11T23:02:28.574Z Checking pem v3.0.5
26742026-02-11T23:02:28.626Z Checking libsw-core v0.3.1
26752026-02-11T23:02:28.863Z Compiling lzma-sys v0.1.20
26762026-02-11T23:02:28.887Z Compiling async-recursion v1.1.1
26772026-02-11T23:02:29.103Z Checking same-file v1.0.6
26782026-02-11T23:02:29.330Z Checking arc-swap v1.7.1
26792026-02-11T23:02:29.599Z Checking bytecount v0.6.8
26802026-02-11T23:02:29.775Z Checking utf-8 v0.7.6
26812026-02-11T23:02:29.821Z Checking highway v1.3.0
26822026-02-11T23:02:30.155Z Checking tungstenite v0.21.0
26832026-02-11T23:02:30.325Z Checking progenitor v0.11.2
26842026-02-11T23:02:30.469Z Checking papergrid v0.11.0
26852026-02-11T23:02:30.603Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26862026-02-11T23:02:30.957Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-02-11T23:02:31.174Z Checking slog-scope v4.4.0
26882026-02-11T23:02:31.350Z Checking walkdir v2.5.0
26892026-02-11T23:02:31.461Z Checking libsw v3.5.0
26902026-02-11T23:02:31.804Z Checking qorb v0.4.1
26912026-02-11T23:02:31.994Z Checking const_format v0.2.34
26922026-02-11T23:02:32.506Z Checking oxide-tokio-rt v0.1.2
26932026-02-11T23:02:32.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-02-11T23:02:32.896Z Checking snafu v0.8.5
26952026-02-11T23:02:34.444Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26962026-02-11T23:02:34.559Z Compiling progenitor-macro v0.8.0
26972026-02-11T23:02:34.627Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26982026-02-11T23:02:35.262Z Compiling tabled_derive v0.7.0
26992026-02-11T23:02:35.450Z Checking globset v0.4.15
27002026-02-11T23:02:35.524Z Checking olpc-cjson v0.1.4
27012026-02-11T23:02:35.768Z Checking progenitor-client v0.8.0
27022026-02-11T23:02:35.924Z Checking gethostname v0.5.0
27032026-02-11T23:02:36.086Z Compiling heck v0.3.3
27042026-02-11T23:02:36.161Z Checking bcs v0.1.6
27052026-02-11T23:02:36.471Z Checking serde_plain v1.0.2
27062026-02-11T23:02:36.670Z Checking termtree v0.5.1
27072026-02-11T23:02:36.734Z Checking unicode-linebreak v0.1.5
27082026-02-11T23:02:36.973Z Checking smawk v0.3.2
27092026-02-11T23:02:37.090Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27102026-02-11T23:02:37.223Z Checking typed-path v0.9.3
27112026-02-11T23:02:37.249Z Checking linear-map v1.2.0
27122026-02-11T23:02:37.389Z Checking tabled v0.15.0
27132026-02-11T23:02:37.577Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27142026-02-11T23:02:39.733Z Checking progenitor v0.10.0
27152026-02-11T23:02:39.969Z Checking tough v0.20.0
27162026-02-11T23:02:40.029Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-02-11T23:02:40.054Z Checking textwrap v0.16.2
27182026-02-11T23:02:40.449Z Compiling zone_cfg_derive v0.1.2
27192026-02-11T23:02:40.487Z Checking steno v0.4.1
27202026-02-11T23:02:41.670Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-02-11T23:02:41.958Z Checking slog-stdlog v4.1.1
27222026-02-11T23:02:42.347Z Checking tokio-tungstenite v0.21.0
27232026-02-11T23:02:42.718Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27242026-02-11T23:02:42.862Z Checking humantime v2.2.0
27252026-02-11T23:02:43.021Z Checking base64 v0.21.7
27262026-02-11T23:02:43.194Z Checking number_prefix v0.4.0
27272026-02-11T23:02:43.413Z Checking base64 v0.13.1
27282026-02-11T23:02:43.505Z Checking indicatif v0.17.11
27292026-02-11T23:02:43.826Z Checking ron v0.7.1
27302026-02-11T23:02:44.202Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27312026-02-11T23:02:44.227Z Checking xz2 v0.1.7
27322026-02-11T23:02:44.483Z Checking slog-envlogger v2.2.0
27332026-02-11T23:02:44.545Z Checking zone v0.1.8
27342026-02-11T23:02:44.700Z Checking xattr v1.3.1
27352026-02-11T23:02:44.753Z Checking yasna v0.5.2
27362026-02-11T23:02:44.787Z Checking headers-core v0.3.0
27372026-02-11T23:02:44.939Z Checking filetime v0.2.26
27382026-02-11T23:02:44.963Z Checking subprocess v0.2.9
27392026-02-11T23:02:45.007Z Checking headers v0.4.1
27402026-02-11T23:02:45.234Z Checking tar v0.4.44
27412026-02-11T23:02:45.614Z Checking rcgen v0.12.1
27422026-02-11T23:02:46.398Z Checking progenitor v0.8.0
27432026-02-11T23:02:46.648Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27442026-02-11T23:02:49.052Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27452026-02-11T23:02:49.052Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27462026-02-11T23:02:49.077Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27472026-02-11T23:02:49.834Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27482026-02-11T23:02:50.334Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27492026-02-11T23:02:50.822Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27502026-02-11T23:02:51.698Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27512026-02-11T23:02:53.164Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27522026-02-11T23:02:53.219Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27532026-02-11T23:02:53.308Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27542026-02-11T23:02:54.181Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27552026-02-11T23:02:54.181Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27562026-02-11T23:02:55.875Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27572026-02-11T23:02:56.911Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27582026-02-11T23:02:58.642Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27592026-02-11T23:03:03.752Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27602026-02-11T23:03:07.479Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27612026-02-11T23:03:09.433Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27622026-02-11T23:03:11.441Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632026-02-11T23:03:41.696Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27642026-02-11T23:03:45.081Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27652026-02-11T23:03:47.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
27662026-02-11T23:03:48.149Z
27672026-02-11T23:03:48.149Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/248)
27682026-02-11T23:03:49.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-02-11T23:03:49.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-02-11T23:03:49.954Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27712026-02-11T23:03:52.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
27722026-02-11T23:03:53.019Z
27732026-02-11T23:03:53.019Zinfo: running `cargo check --bins` on nexus-config (52/248)
27742026-02-11T23:03:54.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-02-11T23:03:54.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-02-11T23:03:54.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-02-11T23:03:54.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27782026-02-11T23:03:54.474Z
27792026-02-11T23:03:54.474Zinfo: running `cargo check --bins` on nexus-types (53/248)
27802026-02-11T23:03:55.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-02-11T23:03:55.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-02-11T23:03:55.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-02-11T23:03:55.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
27842026-02-11T23:03:55.905Z
27852026-02-11T23:03:55.905Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/248)
27862026-02-11T23:03:57.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-02-11T23:03:57.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-02-11T23:03:57.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-02-11T23:03:57.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
27902026-02-11T23:03:57.392Z
27912026-02-11T23:03:57.392Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (55/248)
27922026-02-11T23:03:58.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-02-11T23:03:58.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-02-11T23:03:58.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-02-11T23:03:58.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
27962026-02-11T23:03:58.754Z
27972026-02-11T23:03:58.755Zinfo: running `cargo check --bins` on cockroach-admin-types (56/248)
27982026-02-11T23:03:59.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-02-11T23:03:59.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-02-11T23:03:59.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-02-11T23:03:59.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
28022026-02-11T23:04:00.081Z
28032026-02-11T23:04:00.081Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (57/248)
28042026-02-11T23:04:01.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-02-11T23:04:01.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-02-11T23:04:01.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-02-11T23:04:01.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28082026-02-11T23:04:01.482Z
28092026-02-11T23:04:01.482Zinfo: running `cargo check --bins` on ereport-types (58/248)
28102026-02-11T23:04:02.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-02-11T23:04:02.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-02-11T23:04:02.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-02-11T23:04:02.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28142026-02-11T23:04:02.875Z
28152026-02-11T23:04:02.875Zinfo: running `cargo check --bins` on gateway-client (59/248)
28162026-02-11T23:04:04.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-02-11T23:04:04.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-02-11T23:04:04.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-02-11T23:04:04.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28202026-02-11T23:04:04.259Z
28212026-02-11T23:04:04.259Zinfo: running `cargo check --bins --no-default-features` on gateway-types (60/248)
28222026-02-11T23:04:05.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-02-11T23:04:05.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-02-11T23:04:05.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-02-11T23:04:05.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
28262026-02-11T23:04:05.735Z
28272026-02-11T23:04:05.735Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/248)
28282026-02-11T23:04:06.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-02-11T23:04:07.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-02-11T23:04:07.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-02-11T23:04:07.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28322026-02-11T23:04:07.132Z
28332026-02-11T23:04:07.132Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (62/248)
28342026-02-11T23:04:08.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-02-11T23:04:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-02-11T23:04:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-02-11T23:04:08.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
28382026-02-11T23:04:08.463Z
28392026-02-11T23:04:08.463Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/248)
28402026-02-11T23:04:09.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-02-11T23:04:09.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-02-11T23:04:09.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-02-11T23:04:09.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
28442026-02-11T23:04:09.779Z
28452026-02-11T23:04:09.779Zinfo: running `cargo check --bins` on internal-dns-types (64/248)
28462026-02-11T23:04:11.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-02-11T23:04:11.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-02-11T23:04:11.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-02-11T23:04:11.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28502026-02-11T23:04:11.320Z
28512026-02-11T23:04:11.320Zinfo: running `cargo check --bins` on internal-dns-types-versions (65/248)
28522026-02-11T23:04:12.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-02-11T23:04:12.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-02-11T23:04:12.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552026-02-11T23:04:12.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
28562026-02-11T23:04:12.671Z
28572026-02-11T23:04:12.671Zinfo: running `cargo check --bins` on omicron-passwords (66/248)
28582026-02-11T23:04:13.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-02-11T23:04:13.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-02-11T23:04:13.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-02-11T23:04:13.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
28622026-02-11T23:04:13.984Z
28632026-02-11T23:04:13.984Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (67/248)
28642026-02-11T23:04:15.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-02-11T23:04:15.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-02-11T23:04:15.419Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-02-11T23:04:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
28682026-02-11T23:04:16.679Z
28692026-02-11T23:04:16.679Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/248)
28702026-02-11T23:04:17.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-02-11T23:04:18.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-02-11T23:04:18.220Z Compiling cfg_aliases v0.1.1
28732026-02-11T23:04:18.220Z Compiling convert_case v0.7.1
28742026-02-11T23:04:18.246Z Compiling vte_generate_state_changes v0.1.2
28752026-02-11T23:04:18.246Z Checking fd-lock v4.0.2
28762026-02-11T23:04:18.246Z Checking nibble_vec v0.1.0
28772026-02-11T23:04:18.338Z Checking endian-type v0.1.2
28782026-02-11T23:04:18.379Z Compiling nix v0.28.0
28792026-02-11T23:04:18.403Z Compiling peg-macros v0.8.5
28802026-02-11T23:04:18.404Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28812026-02-11T23:04:18.596Z Compiling sqlparser_derive v0.2.2
28822026-02-11T23:04:18.622Z Checking radix_trie v0.2.1
28832026-02-11T23:04:18.622Z Checking unicode_categories v0.1.1
28842026-02-11T23:04:18.938Z Checking vte v0.11.1
28852026-02-11T23:04:18.982Z Checking home v0.5.9
28862026-02-11T23:04:19.068Z Compiling derive_more-impl v2.0.1
28872026-02-11T23:04:19.191Z Checking nu-ansi-term v0.50.1
28882026-02-11T23:04:19.215Z Checking sqlformat v0.3.5
28892026-02-11T23:04:19.375Z Checking display-error-chain v0.2.2
28902026-02-11T23:04:19.616Z Checking sqlparser v0.45.0
28912026-02-11T23:04:20.277Z Checking strip-ansi-escapes v0.2.0
28922026-02-11T23:04:20.468Z Checking reedline v0.40.0
28932026-02-11T23:04:20.526Z Checking derive_more v2.0.1
28942026-02-11T23:04:20.697Z Checking crossterm v0.29.0
28952026-02-11T23:04:20.816Z Checking peg v0.8.5
28962026-02-11T23:04:21.712Z Checking rustyline v14.0.0
28972026-02-11T23:04:36.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
28982026-02-11T23:04:36.926Z
28992026-02-11T23:04:36.926Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/248)
29002026-02-11T23:04:38.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-02-11T23:04:38.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-02-11T23:04:38.582Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29032026-02-11T23:04:47.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
29042026-02-11T23:04:47.780Z
29052026-02-11T23:04:47.780Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/248)
29062026-02-11T23:04:49.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-02-11T23:04:49.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-02-11T23:04:49.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-02-11T23:04:55.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s
29102026-02-11T23:04:55.462Z
29112026-02-11T23:04:55.462Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/248)
29122026-02-11T23:04:56.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-02-11T23:04:56.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-02-11T23:04:56.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-02-11T23:05:05.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s
29162026-02-11T23:05:05.436Z
29172026-02-11T23:05:05.437Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/248)
29182026-02-11T23:05:06.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-02-11T23:05:06.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-02-11T23:05:06.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-02-11T23:05:15.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.91s
29222026-02-11T23:05:15.599Z
29232026-02-11T23:05:15.599Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/248)
29242026-02-11T23:05:16.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-02-11T23:05:16.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-02-11T23:05:17.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-02-11T23:05:23.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s
29282026-02-11T23:05:23.681Z
29292026-02-11T23:05:23.681Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/248)
29302026-02-11T23:05:25.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-02-11T23:05:25.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-02-11T23:05:25.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-02-11T23:05:31.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s
29342026-02-11T23:05:31.927Z
29352026-02-11T23:05:31.927Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/248)
29362026-02-11T23:05:33.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-02-11T23:05:33.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-02-11T23:05:33.473Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-02-11T23:05:42.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.24s
29402026-02-11T23:05:42.403Z
29412026-02-11T23:05:42.403Zinfo: running `cargo check --bins` on oximeter (76/248)
29422026-02-11T23:05:43.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-02-11T23:05:43.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-02-11T23:05:43.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-02-11T23:05:43.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
29462026-02-11T23:05:43.791Z
29472026-02-11T23:05:43.791Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/248)
29482026-02-11T23:05:45.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-02-11T23:05:45.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-02-11T23:05:45.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-02-11T23:05:45.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
29522026-02-11T23:05:45.176Z
29532026-02-11T23:05:45.176Zinfo: running `cargo check --bins` on oximeter-schema (78/248)
29542026-02-11T23:05:46.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-02-11T23:05:46.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-02-11T23:05:46.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29572026-02-11T23:05:46.931Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29582026-02-11T23:05:47.637Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29592026-02-11T23:05:59.048Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29602026-02-11T23:05:59.821Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29612026-02-11T23:06:02.888Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29622026-02-11T23:06:04.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
29632026-02-11T23:06:04.733Z
29642026-02-11T23:06:04.733Zinfo: running `cargo check --bins` on oximeter-types (79/248)
29652026-02-11T23:06:05.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-02-11T23:06:06.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-02-11T23:06:06.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682026-02-11T23:06:06.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
29692026-02-11T23:06:06.153Z
29702026-02-11T23:06:06.153Zinfo: running `cargo check --bins` on oximeter-types-versions (80/248)
29712026-02-11T23:06:07.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-02-11T23:06:07.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-02-11T23:06:07.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-02-11T23:06:07.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
29752026-02-11T23:06:07.617Z
29762026-02-11T23:06:07.617Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (81/248)
29772026-02-11T23:06:08.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-02-11T23:06:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-02-11T23:06:08.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-02-11T23:06:08.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
29812026-02-11T23:06:08.994Z
29822026-02-11T23:06:08.994Zinfo: running `cargo check --bins` on oxql-types (82/248)
29832026-02-11T23:06:10.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-02-11T23:06:10.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-02-11T23:06:10.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-02-11T23:06:10.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
29872026-02-11T23:06:10.322Z
29882026-02-11T23:06:10.322Zinfo: running `cargo check --bins` on oximeter-test-utils (83/248)
29892026-02-11T23:06:11.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-02-11T23:06:11.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-02-11T23:06:11.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-02-11T23:06:11.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
29932026-02-11T23:06:11.763Z
29942026-02-11T23:06:11.763Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (84/248)
29952026-02-11T23:06:13.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-02-11T23:06:13.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-02-11T23:06:13.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-02-11T23:06:13.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
29992026-02-11T23:06:13.177Z
30002026-02-11T23:06:13.177Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/248)
30012026-02-11T23:06:14.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-02-11T23:06:14.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-02-11T23:06:14.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-02-11T23:06:14.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
30052026-02-11T23:06:14.640Z
30062026-02-11T23:06:14.640Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/248)
30072026-02-11T23:06:15.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-02-11T23:06:15.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-02-11T23:06:15.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-02-11T23:06:15.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
30112026-02-11T23:06:16.107Z
30122026-02-11T23:06:16.107Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/248)
30132026-02-11T23:06:17.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-02-11T23:06:17.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-02-11T23:06:17.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-02-11T23:06:17.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30172026-02-11T23:06:17.596Z
30182026-02-11T23:06:17.596Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/248)
30192026-02-11T23:06:18.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-02-11T23:06:18.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-02-11T23:06:18.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-02-11T23:06:18.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
30232026-02-11T23:06:19.045Z
30242026-02-11T23:06:19.045Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/248)
30252026-02-11T23:06:20.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-02-11T23:06:20.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-02-11T23:06:20.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-02-11T23:06:20.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
30292026-02-11T23:06:20.457Z
30302026-02-11T23:06:20.457Zinfo: running `cargo check --bins --no-default-features` on gfss (90/248)
30312026-02-11T23:06:21.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-02-11T23:06:21.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-02-11T23:06:21.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-02-11T23:06:21.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
30352026-02-11T23:06:21.856Z
30362026-02-11T23:06:21.856Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/248)
30372026-02-11T23:06:23.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-02-11T23:06:23.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-02-11T23:06:23.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-02-11T23:06:23.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30412026-02-11T23:06:23.233Z
30422026-02-11T23:06:23.233Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/248)
30432026-02-11T23:06:24.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-02-11T23:06:24.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-02-11T23:06:24.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-02-11T23:06:24.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
30472026-02-11T23:06:24.577Z
30482026-02-11T23:06:24.577Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/248)
30492026-02-11T23:06:25.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-02-11T23:06:25.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-02-11T23:06:25.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-02-11T23:06:25.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30532026-02-11T23:06:25.965Z
30542026-02-11T23:06:25.965Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/248)
30552026-02-11T23:06:27.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-02-11T23:06:27.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-02-11T23:06:27.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-02-11T23:06:27.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
30592026-02-11T23:06:27.446Z
30602026-02-11T23:06:27.447Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/248)
30612026-02-11T23:06:28.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-02-11T23:06:28.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-02-11T23:06:28.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-02-11T23:06:28.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
30652026-02-11T23:06:28.788Z
30662026-02-11T23:06:28.788Zinfo: running `cargo check --bins` on trust-quorum-types (96/248)
30672026-02-11T23:06:30.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-02-11T23:06:30.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-02-11T23:06:30.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-02-11T23:06:30.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
30712026-02-11T23:06:30.207Z
30722026-02-11T23:06:30.208Zinfo: running `cargo check --bins` on trust-quorum-test-utils (97/248)
30732026-02-11T23:06:31.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-02-11T23:06:31.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-02-11T23:06:31.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-02-11T23:06:31.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
30772026-02-11T23:06:31.704Z
30782026-02-11T23:06:31.704Zinfo: running `cargo check --bins` on update-engine (98/248)
30792026-02-11T23:06:32.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-02-11T23:06:32.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-02-11T23:06:32.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-02-11T23:06:32.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
30832026-02-11T23:06:33.022Z
30842026-02-11T23:06:33.022Zinfo: running `cargo check --bins` on omicron-certificates (99/248)
30852026-02-11T23:06:34.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-02-11T23:06:34.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-02-11T23:06:34.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-02-11T23:06:34.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
30892026-02-11T23:06:34.283Z
30902026-02-11T23:06:34.283Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (100/248)
30912026-02-11T23:06:35.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-02-11T23:06:35.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-02-11T23:06:35.854Z Checking dropshot-api-manager-types v0.2.4
30942026-02-11T23:06:35.854Z Checking nanorand v0.7.0
30952026-02-11T23:06:36.209Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30962026-02-11T23:06:36.294Z Checking flume v0.11.1
30972026-02-11T23:06:36.795Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30982026-02-11T23:06:38.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
30992026-02-11T23:06:39.173Z
31002026-02-11T23:06:39.173Zinfo: running `cargo check --bins` on clickhouse-admin-api (101/248)
31012026-02-11T23:06:40.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-02-11T23:06:40.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-02-11T23:06:40.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-02-11T23:06:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
31052026-02-11T23:06:40.493Z
31062026-02-11T23:06:40.493Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (102/248)
31072026-02-11T23:06:41.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-02-11T23:06:41.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-02-11T23:06:41.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-02-11T23:06:41.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
31112026-02-11T23:06:41.787Z
31122026-02-11T23:06:41.787Zinfo: running `cargo check --bins` on bootstrap-agent-client (103/248)
31132026-02-11T23:06:42.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-02-11T23:06:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-02-11T23:06:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-02-11T23:06:43.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
31172026-02-11T23:06:43.124Z
31182026-02-11T23:06:43.124Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (104/248)
31192026-02-11T23:06:44.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-02-11T23:06:44.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-02-11T23:06:44.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-02-11T23:06:44.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31232026-02-11T23:06:44.440Z
31242026-02-11T23:06:44.440Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (105/248)
31252026-02-11T23:06:45.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-02-11T23:06:45.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-02-11T23:06:45.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-02-11T23:06:45.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
31292026-02-11T23:06:45.704Z
31302026-02-11T23:06:45.704Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (106/248)
31312026-02-11T23:06:46.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-02-11T23:06:46.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-02-11T23:06:46.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-02-11T23:06:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
31352026-02-11T23:06:47.094Z
31362026-02-11T23:06:47.094Zinfo: running `cargo check --bins` on cockroach-admin-client (107/248)
31372026-02-11T23:06:48.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-02-11T23:06:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-02-11T23:06:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-02-11T23:06:48.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31412026-02-11T23:06:48.355Z
31422026-02-11T23:06:48.356Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (108/248)
31432026-02-11T23:06:49.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-02-11T23:06:49.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-02-11T23:06:49.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-02-11T23:06:49.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31472026-02-11T23:06:49.689Z
31482026-02-11T23:06:49.689Zinfo: running `cargo check --bins` on dns-service-client (109/248)
31492026-02-11T23:06:50.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-02-11T23:06:50.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-02-11T23:06:50.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-02-11T23:06:50.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
31532026-02-11T23:06:50.980Z
31542026-02-11T23:06:50.980Zinfo: running `cargo check --bins` on installinator-client (110/248)
31552026-02-11T23:06:52.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-02-11T23:06:52.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-02-11T23:06:52.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-02-11T23:06:52.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
31592026-02-11T23:06:52.343Z
31602026-02-11T23:06:52.343Zinfo: running `cargo check --bins` on nexus-client (111/248)
31612026-02-11T23:06:53.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-02-11T23:06:53.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-02-11T23:06:53.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-02-11T23:06:53.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
31652026-02-11T23:06:53.714Z
31662026-02-11T23:06:53.714Zinfo: running `cargo check --bins` on nexus-lockstep-client (112/248)
31672026-02-11T23:06:54.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-02-11T23:06:54.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-02-11T23:06:54.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-02-11T23:06:54.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
31712026-02-11T23:06:55.161Z
31722026-02-11T23:06:55.162Zinfo: running `cargo check --bins` on ntp-admin-client (113/248)
31732026-02-11T23:06:56.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-02-11T23:06:56.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-02-11T23:06:56.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-02-11T23:06:56.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
31772026-02-11T23:06:56.440Z
31782026-02-11T23:06:56.441Zinfo: running `cargo check --bins` on oxide-client (114/248)
31792026-02-11T23:06:57.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-02-11T23:06:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-02-11T23:06:57.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-02-11T23:06:57.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
31832026-02-11T23:06:57.791Z
31842026-02-11T23:06:57.791Zinfo: running `cargo check --bins` on oximeter-client (115/248)
31852026-02-11T23:06:58.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-02-11T23:06:59.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-02-11T23:06:59.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-02-11T23:06:59.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31892026-02-11T23:06:59.146Z
31902026-02-11T23:06:59.146Zinfo: running `cargo check --bins` on repo-depot-client (116/248)
31912026-02-11T23:07:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-02-11T23:07:00.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-02-11T23:07:00.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-02-11T23:07:00.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31952026-02-11T23:07:00.457Z
31962026-02-11T23:07:00.457Zinfo: running `cargo check --bins` on sled-agent-client (117/248)
31972026-02-11T23:07:01.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-02-11T23:07:01.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-02-11T23:07:01.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-02-11T23:07:01.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
32012026-02-11T23:07:01.910Z
32022026-02-11T23:07:01.910Zinfo: running `cargo check --bins` on wicketd-client (118/248)
32032026-02-11T23:07:03.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-02-11T23:07:03.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-02-11T23:07:03.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-02-11T23:07:03.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
32072026-02-11T23:07:03.309Z
32082026-02-11T23:07:03.309Zinfo: running `cargo check --bins` on installinator-common (119/248)
32092026-02-11T23:07:04.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-02-11T23:07:04.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-02-11T23:07:04.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-02-11T23:07:04.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
32132026-02-11T23:07:04.644Z
32142026-02-11T23:07:04.644Zinfo: running `cargo check --bins` on installinator-common-versions (120/248)
32152026-02-11T23:07:05.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-02-11T23:07:05.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-02-11T23:07:05.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-02-11T23:07:05.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32192026-02-11T23:07:05.891Z
32202026-02-11T23:07:05.891Zinfo: running `cargo check --bins` on wicket-common (121/248)
32212026-02-11T23:07:07.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-02-11T23:07:07.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-02-11T23:07:07.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-02-11T23:07:07.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
32252026-02-11T23:07:07.221Z
32262026-02-11T23:07:07.221Zinfo: running `cargo check --bins` on omicron-cockroach-admin (122/248)
32272026-02-11T23:07:08.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-02-11T23:07:08.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-02-11T23:07:08.709Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32302026-02-11T23:07:08.709Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-02-11T23:07:08.734Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32322026-02-11T23:07:08.734Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32332026-02-11T23:07:09.062Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32342026-02-11T23:07:09.089Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32352026-02-11T23:07:09.625Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32362026-02-11T23:07:09.626Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32372026-02-11T23:07:14.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
32382026-02-11T23:07:14.767Z
32392026-02-11T23:07:14.767Zinfo: running `cargo check --bins` on cockroach-admin-api (123/248)
32402026-02-11T23:07:15.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-02-11T23:07:15.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-02-11T23:07:15.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-02-11T23:07:15.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32442026-02-11T23:07:16.121Z
32452026-02-11T23:07:16.121Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (124/248)
32462026-02-11T23:07:17.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-02-11T23:07:17.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-02-11T23:07:17.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-02-11T23:07:17.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
32502026-02-11T23:07:17.674Z
32512026-02-11T23:07:17.674Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/248)
32522026-02-11T23:07:19.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-02-11T23:07:19.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-02-11T23:07:19.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-02-11T23:07:19.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
32562026-02-11T23:07:19.170Z
32572026-02-11T23:07:19.170Zinfo: running `cargo check --bins` on dns-server (126/248)
32582026-02-11T23:07:20.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-02-11T23:07:20.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-02-11T23:07:20.554Z Compiling parking_lot_core v0.8.6
32612026-02-11T23:07:20.555Z Compiling moka v0.12.10
32622026-02-11T23:07:20.579Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32632026-02-11T23:07:20.579Z Checking tagptr v0.2.0
32642026-02-11T23:07:20.579Z Checking prefix-trie v0.7.0
32652026-02-11T23:07:20.579Z Checking fxhash v0.2.1
32662026-02-11T23:07:20.579Z Checking hickory-client v0.25.2
32672026-02-11T23:07:21.317Z Checking hickory-server v0.25.2
32682026-02-11T23:07:21.485Z Checking parking_lot v0.11.2
32692026-02-11T23:07:21.789Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32702026-02-11T23:07:21.813Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-02-11T23:07:21.813Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32722026-02-11T23:07:21.857Z Checking sled v0.34.7
32732026-02-11T23:07:22.319Z Checking hickory-resolver v0.25.2
32742026-02-11T23:07:24.507Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32752026-02-11T23:07:26.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
32762026-02-11T23:07:26.964Z
32772026-02-11T23:07:26.964Zinfo: running `cargo check --bins` on dns-server-api (127/248)
32782026-02-11T23:07:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-02-11T23:07:28.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-02-11T23:07:28.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-02-11T23:07:28.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
32822026-02-11T23:07:28.354Z
32832026-02-11T23:07:28.354Zinfo: running `cargo check --bins` on gateway-test-utils (128/248)
32842026-02-11T23:07:29.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-02-11T23:07:29.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-02-11T23:07:29.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-02-11T23:07:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
32882026-02-11T23:07:29.764Z
32892026-02-11T23:07:29.764Zinfo: running `cargo check --bins` on omicron-gateway (129/248)
32902026-02-11T23:07:31.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-02-11T23:07:31.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-02-11T23:07:31.538Z Compiling radium v0.7.0
32932026-02-11T23:07:31.563Z Compiling maybe-uninit v2.0.0
32942026-02-11T23:07:31.563Z Checking tap v1.0.1
32952026-02-11T23:07:31.563Z Compiling zerocopy-derive v0.6.6
32962026-02-11T23:07:31.563Z Checking funty v2.0.0
32972026-02-11T23:07:31.589Z Checking crc-catalog v2.4.0
32982026-02-11T23:07:31.641Z Compiling packed_struct v0.10.1
32992026-02-11T23:07:31.724Z Compiling packed_struct_codegen v0.10.1
33002026-02-11T23:07:31.823Z Checking wyz v0.5.1
33012026-02-11T23:07:31.861Z Checking crc v3.2.1
33022026-02-11T23:07:32.223Z Compiling bitfield-macros v0.19.2
33032026-02-11T23:07:32.248Z Compiling indexmap v1.9.3
33042026-02-11T23:07:32.302Z Checking nodrop v0.1.14
33052026-02-11T23:07:32.326Z Checking smallvec v0.6.14
33062026-02-11T23:07:32.462Z Checking array-init v0.0.4
33072026-02-11T23:07:32.498Z Checking hashbrown v0.12.3
33082026-02-11T23:07:32.526Z Checking bitvec v1.0.1
33092026-02-11T23:07:32.627Z Checking ron v0.8.1
33102026-02-11T23:07:32.735Z Checking hashbrown v0.13.2
33112026-02-11T23:07:33.308Z Checking serde-hex v0.1.0
33122026-02-11T23:07:33.448Z Checking zerocopy v0.6.6
33132026-02-11T23:07:33.612Z Checking bitfield v0.19.2
33142026-02-11T23:07:33.636Z Checking crc-any v2.5.0
33152026-02-11T23:07:33.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-02-11T23:07:34.013Z Checking void v1.0.2
33172026-02-11T23:07:34.038Z Checking path-slash v0.1.5
33182026-02-11T23:07:34.120Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-02-11T23:07:34.145Z Checking object v0.30.4
33202026-02-11T23:07:34.145Z Checking half v1.8.3
33212026-02-11T23:07:34.214Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33222026-02-11T23:07:34.238Z Checking lzss v0.8.2
33232026-02-11T23:07:34.442Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-02-11T23:07:34.467Z Checking tungstenite v0.23.0
33252026-02-11T23:07:34.506Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33262026-02-11T23:07:34.634Z Checking serde_cbor v0.11.2
33272026-02-11T23:07:34.660Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33282026-02-11T23:07:34.739Z Checking nix v0.27.1
33292026-02-11T23:07:35.395Z Checking kstat-rs v0.2.4
33302026-02-11T23:07:35.419Z Checking serde_bytes v0.11.19
33312026-02-11T23:07:35.557Z Checking tokio-tungstenite v0.23.1
33322026-02-11T23:07:35.776Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332026-02-11T23:07:35.801Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-02-11T23:07:35.969Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-02-11T23:07:36.083Z Checking signal-hook-tokio v0.3.1
33362026-02-11T23:07:38.248Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-02-11T23:07:38.614Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33382026-02-11T23:07:45.246Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33392026-02-11T23:07:47.423Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33402026-02-11T23:07:48.042Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33412026-02-11T23:07:50.815Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33422026-02-11T23:07:56.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.31s
33432026-02-11T23:07:56.320Z
33442026-02-11T23:07:56.320Zinfo: running `cargo check --bins` on gateway-api (130/248)
33452026-02-11T23:07:57.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-02-11T23:07:57.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-02-11T23:07:57.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-02-11T23:07:57.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
33492026-02-11T23:07:57.723Z
33502026-02-11T23:07:57.723Zinfo: running `cargo check --bins` on ipcc (131/248)
33512026-02-11T23:07:58.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-02-11T23:07:58.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-02-11T23:07:58.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-02-11T23:07:58.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
33552026-02-11T23:07:59.034Z
33562026-02-11T23:07:59.035Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (132/248)
33572026-02-11T23:08:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-02-11T23:08:00.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-02-11T23:08:00.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-02-11T23:08:00.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
33612026-02-11T23:08:00.307Z
33622026-02-11T23:08:00.307Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/248)
33632026-02-11T23:08:01.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-02-11T23:08:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-02-11T23:08:01.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-02-11T23:08:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
33672026-02-11T23:08:01.695Z
33682026-02-11T23:08:01.696Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/248)
33692026-02-11T23:08:02.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-02-11T23:08:02.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-02-11T23:08:02.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-02-11T23:08:02.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
33732026-02-11T23:08:03.009Z
33742026-02-11T23:08:03.009Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/248)
33752026-02-11T23:08:04.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-02-11T23:08:04.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-02-11T23:08:04.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-02-11T23:08:04.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
33792026-02-11T23:08:04.262Z
33802026-02-11T23:08:04.262Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/248)
33812026-02-11T23:08:05.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-02-11T23:08:05.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-02-11T23:08:05.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-02-11T23:08:05.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
33852026-02-11T23:08:05.547Z
33862026-02-11T23:08:05.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/248)
33872026-02-11T23:08:06.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-02-11T23:08:06.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-02-11T23:08:06.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-02-11T23:08:06.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
33912026-02-11T23:08:06.874Z
33922026-02-11T23:08:06.874Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/248)
33932026-02-11T23:08:08.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-02-11T23:08:08.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-02-11T23:08:08.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-02-11T23:08:08.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
33972026-02-11T23:08:08.216Z
33982026-02-11T23:08:08.216Zinfo: running `cargo check --bins` on oximeter-producer (139/248)
33992026-02-11T23:08:09.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-02-11T23:08:09.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-02-11T23:08:09.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-02-11T23:08:09.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
34032026-02-11T23:08:09.625Z
34042026-02-11T23:08:09.625Zinfo: running `cargo check --bins` on internal-dns-resolver (140/248)
34052026-02-11T23:08:10.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-02-11T23:08:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-02-11T23:08:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-02-11T23:08:10.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
34092026-02-11T23:08:11.028Z
34102026-02-11T23:08:11.028Zinfo: running `cargo check --bins` on sp-sim (141/248)
34112026-02-11T23:08:12.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-02-11T23:08:12.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-02-11T23:08:12.582Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34142026-02-11T23:08:16.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
34152026-02-11T23:08:16.554Z
34162026-02-11T23:08:16.555Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (142/248)
34172026-02-11T23:08:17.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-02-11T23:08:17.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-02-11T23:08:17.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-02-11T23:08:17.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
34212026-02-11T23:08:17.962Z
34222026-02-11T23:08:17.962Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/248)
34232026-02-11T23:08:19.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-02-11T23:08:19.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-02-11T23:08:19.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-02-11T23:08:19.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
34272026-02-11T23:08:19.411Z
34282026-02-11T23:08:19.411Zinfo: running `cargo check --bins` on db-macros (144/248)
34292026-02-11T23:08:20.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-02-11T23:08:20.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-02-11T23:08:20.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-02-11T23:08:20.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
34332026-02-11T23:08:20.748Z
34342026-02-11T23:08:20.748Zinfo: running `cargo check --bins` on nexus-macros-common (145/248)
34352026-02-11T23:08:22.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-02-11T23:08:22.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-02-11T23:08:22.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-02-11T23:08:22.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
34392026-02-11T23:08:22.148Z
34402026-02-11T23:08:22.148Zinfo: running `cargo check --bins` on nexus-auth (146/248)
34412026-02-11T23:08:23.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-02-11T23:08:23.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-02-11T23:08:23.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-02-11T23:08:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
34452026-02-11T23:08:23.589Z
34462026-02-11T23:08:23.589Zinfo: running `cargo check --bins` on authz-macros (147/248)
34472026-02-11T23:08:24.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-02-11T23:08:24.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-02-11T23:08:24.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-02-11T23:08:24.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34512026-02-11T23:08:24.826Z
34522026-02-11T23:08:24.826Zinfo: running `cargo check --bins` on nexus-db-fixed-data (148/248)
34532026-02-11T23:08:26.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-02-11T23:08:26.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-02-11T23:08:26.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-02-11T23:08:26.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
34572026-02-11T23:08:26.252Z
34582026-02-11T23:08:26.252Zinfo: running `cargo check --bins` on nexus-db-model (149/248)
34592026-02-11T23:08:27.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-02-11T23:08:27.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-02-11T23:08:27.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-02-11T23:08:27.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
34632026-02-11T23:08:27.683Z
34642026-02-11T23:08:27.683Zinfo: running `cargo check --bins` on nexus-db-schema (150/248)
34652026-02-11T23:08:28.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-02-11T23:08:28.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-02-11T23:08:28.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-02-11T23:08:28.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
34692026-02-11T23:08:28.962Z
34702026-02-11T23:08:28.962Zinfo: running `cargo check --bins` on omicron-rpaths (151/248)
34712026-02-11T23:08:30.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-02-11T23:08:30.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-02-11T23:08:30.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-02-11T23:08:30.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34752026-02-11T23:08:30.209Z
34762026-02-11T23:08:30.209Zinfo: running `cargo check --bins` on nexus-defaults (152/248)
34772026-02-11T23:08:31.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-02-11T23:08:31.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-02-11T23:08:31.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-02-11T23:08:31.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34812026-02-11T23:08:31.589Z
34822026-02-11T23:08:31.589Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (153/248)
34832026-02-11T23:08:32.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-02-11T23:08:32.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-02-11T23:08:32.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-02-11T23:08:32.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34872026-02-11T23:08:32.956Z
34882026-02-11T23:08:32.956Zinfo: running `cargo check --bins` on parallel-task-set (154/248)
34892026-02-11T23:08:34.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-02-11T23:08:34.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-02-11T23:08:34.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-02-11T23:08:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
34932026-02-11T23:08:34.272Z
34942026-02-11T23:08:34.272Zinfo: running `cargo check --bins` on nexus-db-errors (155/248)
34952026-02-11T23:08:35.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-02-11T23:08:35.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-02-11T23:08:35.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-02-11T23:08:35.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
34992026-02-11T23:08:35.709Z
35002026-02-11T23:08:35.709Zinfo: running `cargo check --bins` on nexus-db-lookup (156/248)
35012026-02-11T23:08:36.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-02-11T23:08:37.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-02-11T23:08:37.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-02-11T23:08:37.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
35052026-02-11T23:08:37.135Z
35062026-02-11T23:08:37.136Zinfo: running `cargo check --bins` on nexus-inventory (157/248)
35072026-02-11T23:08:38.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-02-11T23:08:38.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-02-11T23:08:38.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-02-11T23:08:38.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
35112026-02-11T23:08:38.530Z
35122026-02-11T23:08:38.530Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/248)
35132026-02-11T23:08:39.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-02-11T23:08:39.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-02-11T23:08:39.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-02-11T23:08:39.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
35172026-02-11T23:08:39.913Z
35182026-02-11T23:08:39.913Zinfo: running `cargo check --bins --no-default-features` on sled-storage (159/248)
35192026-02-11T23:08:41.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-02-11T23:08:41.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-02-11T23:08:41.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-02-11T23:08:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
35232026-02-11T23:08:41.298Z
35242026-02-11T23:08:41.298Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/248)
35252026-02-11T23:08:42.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-02-11T23:08:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-02-11T23:08:42.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-02-11T23:08:42.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
35292026-02-11T23:08:42.652Z
35302026-02-11T23:08:42.652Zinfo: running `cargo check --bins` on key-manager (161/248)
35312026-02-11T23:08:43.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-02-11T23:08:43.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-02-11T23:08:43.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-02-11T23:08:43.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
35352026-02-11T23:08:43.959Z
35362026-02-11T23:08:43.959Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (162/248)
35372026-02-11T23:08:45.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-02-11T23:08:45.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-02-11T23:08:45.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-02-11T23:08:45.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
35412026-02-11T23:08:45.303Z
35422026-02-11T23:08:45.303Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/248)
35432026-02-11T23:08:46.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-02-11T23:08:46.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-02-11T23:08:46.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-02-11T23:08:46.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
35472026-02-11T23:08:46.724Z
35482026-02-11T23:08:46.724Zinfo: running `cargo check --bins` on typed-rng (164/248)
35492026-02-11T23:08:47.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-02-11T23:08:47.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-02-11T23:08:47.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-02-11T23:08:47.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
35532026-02-11T23:08:48.064Z
35542026-02-11T23:08:48.064Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/248)
35552026-02-11T23:08:49.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-02-11T23:08:49.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-02-11T23:08:49.854Z Compiling libefi-sys v0.1.0
35582026-02-11T23:08:49.879Z Compiling bitfield-struct v0.6.2
35592026-02-11T23:08:49.879Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35602026-02-11T23:08:49.879Z Compiling xshell-macros v0.2.7
35612026-02-11T23:08:49.904Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35622026-02-11T23:08:49.999Z Compiling salty v0.3.0
35632026-02-11T23:08:50.026Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35642026-02-11T23:08:50.055Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35652026-02-11T23:08:50.094Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35662026-02-11T23:08:50.324Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35672026-02-11T23:08:50.677Z Checking primeorder v0.13.6
35682026-02-11T23:08:50.705Z Compiling proc-macro-error-attr2 v2.0.0
35692026-02-11T23:08:50.730Z Checking xshell v0.2.7
35702026-02-11T23:08:50.829Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35712026-02-11T23:08:51.036Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35722026-02-11T23:08:51.112Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35732026-02-11T23:08:51.222Z Checking p384 v0.13.1
35742026-02-11T23:08:51.281Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35752026-02-11T23:08:51.456Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35762026-02-11T23:08:51.606Z Compiling num-derive v0.3.3
35772026-02-11T23:08:51.644Z Compiling proc-macro-error2 v2.0.1
35782026-02-11T23:08:52.061Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35792026-02-11T23:08:52.088Z Compiling unicase v2.8.1
35802026-02-11T23:08:52.248Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35812026-02-11T23:08:52.278Z Compiling tabled_derive v0.11.0
35822026-02-11T23:08:52.524Z Compiling mime_guess v2.0.5
35832026-02-11T23:08:52.554Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35842026-02-11T23:08:52.740Z Checking papergrid v0.17.0
35852026-02-11T23:08:53.006Z Checking testing_table v0.3.0
35862026-02-11T23:08:53.150Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35872026-02-11T23:08:53.529Z Checking libscf-sys v1.1.0
35882026-02-11T23:08:53.608Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35892026-02-11T23:08:53.767Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
35902026-02-11T23:08:54.133Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35912026-02-11T23:08:54.192Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35922026-02-11T23:08:54.270Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35932026-02-11T23:08:54.562Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35942026-02-11T23:08:54.588Z Checking corncobs v0.1.4
35952026-02-11T23:08:54.822Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35962026-02-11T23:08:54.864Z Checking tabled v0.20.0
35972026-02-11T23:08:55.083Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35982026-02-11T23:08:55.295Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35992026-02-11T23:08:55.339Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36002026-02-11T23:08:55.617Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36012026-02-11T23:08:55.654Z Checking secrecy v0.8.0
36022026-02-11T23:08:55.695Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36032026-02-11T23:08:55.916Z Checking http-range v0.1.5
36042026-02-11T23:08:56.409Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36052026-02-11T23:08:56.597Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36062026-02-11T23:08:56.692Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36072026-02-11T23:08:56.841Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36082026-02-11T23:08:57.494Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36092026-02-11T23:08:57.574Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
36102026-02-11T23:08:57.598Z Checking atty v0.2.14
36112026-02-11T23:08:57.650Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36122026-02-11T23:08:57.767Z Checking crc8 v0.1.1
36132026-02-11T23:08:57.835Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36142026-02-11T23:08:57.962Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36152026-02-11T23:08:58.011Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36162026-02-11T23:08:58.047Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36172026-02-11T23:08:58.621Z Checking hyper-staticfile v0.10.1
36182026-02-11T23:08:58.927Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36192026-02-11T23:08:59.206Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36202026-02-11T23:08:59.333Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36212026-02-11T23:08:59.536Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36222026-02-11T23:08:59.567Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36232026-02-11T23:08:59.636Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36242026-02-11T23:08:59.661Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36252026-02-11T23:08:59.934Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36262026-02-11T23:09:00.041Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36272026-02-11T23:09:00.181Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36282026-02-11T23:09:00.243Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36292026-02-11T23:09:00.801Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36302026-02-11T23:09:00.940Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36312026-02-11T23:09:03.586Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36322026-02-11T23:09:03.836Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36332026-02-11T23:09:04.046Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36342026-02-11T23:09:04.788Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36352026-02-11T23:09:05.616Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36362026-02-11T23:09:05.982Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36372026-02-11T23:09:18.911Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36382026-02-11T23:09:48.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
36392026-02-11T23:09:48.876Z
36402026-02-11T23:09:48.877Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/248)
36412026-02-11T23:09:50.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-02-11T23:09:50.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-02-11T23:09:50.569Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36442026-02-11T23:10:22.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.21s
36452026-02-11T23:10:22.344Z
36462026-02-11T23:10:22.344Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/248)
36472026-02-11T23:10:23.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-02-11T23:10:23.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-02-11T23:10:24.051Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36502026-02-11T23:10:54.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.86s
36512026-02-11T23:10:54.465Z
36522026-02-11T23:10:54.465Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/248)
36532026-02-11T23:10:55.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-02-11T23:10:55.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-02-11T23:10:56.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36562026-02-11T23:11:26.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.53s
36572026-02-11T23:11:26.263Z
36582026-02-11T23:11:26.263Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/248)
36592026-02-11T23:11:27.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-02-11T23:11:27.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-02-11T23:11:27.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36622026-02-11T23:11:57.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.67s
36632026-02-11T23:11:57.869Z
36642026-02-11T23:11:57.869Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/248)
36652026-02-11T23:11:58.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-02-11T23:11:58.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-02-11T23:11:58.815Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36682026-02-11T23:12:27.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.42s
36692026-02-11T23:12:27.842Z
36702026-02-11T23:12:27.843Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/248)
36712026-02-11T23:12:29.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-02-11T23:12:29.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-02-11T23:12:29.551Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36742026-02-11T23:12:58.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s
36752026-02-11T23:12:59.005Z
36762026-02-11T23:12:59.005Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/248)
36772026-02-11T23:13:00.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-02-11T23:13:00.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-02-11T23:13:00.642Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36802026-02-11T23:13:29.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.17s
36812026-02-11T23:13:29.440Z
36822026-02-11T23:13:29.440Zinfo: running `cargo check --bins` on bootstrap-agent-api (173/248)
36832026-02-11T23:13:30.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-02-11T23:13:30.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-02-11T23:13:30.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-02-11T23:13:30.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
36872026-02-11T23:13:30.788Z
36882026-02-11T23:13:30.788Zinfo: running `cargo check --bins` on range-requests (174/248)
36892026-02-11T23:13:31.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-02-11T23:13:31.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-02-11T23:13:31.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-02-11T23:13:31.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
36932026-02-11T23:13:32.116Z
36942026-02-11T23:13:32.116Zinfo: running `cargo check --bins` on repo-depot-api (175/248)
36952026-02-11T23:13:33.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-02-11T23:13:33.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-02-11T23:13:33.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-02-11T23:13:33.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
36992026-02-11T23:13:33.458Z
37002026-02-11T23:13:33.458Zinfo: running `cargo check --bins` on sled-agent-api (176/248)
37012026-02-11T23:13:34.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-02-11T23:13:34.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-02-11T23:13:34.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-02-11T23:13:34.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
37052026-02-11T23:13:34.876Z
37062026-02-11T23:13:34.876Zinfo: running `cargo check --bins` on sled-diagnostics (177/248)
37072026-02-11T23:13:36.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-02-11T23:13:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-02-11T23:13:36.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-02-11T23:13:36.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37112026-02-11T23:13:36.198Z
37122026-02-11T23:13:36.198Zinfo: running `cargo check --bins` on zfs-test-harness (178/248)
37132026-02-11T23:13:37.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-02-11T23:13:37.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-02-11T23:13:37.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-02-11T23:13:37.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37172026-02-11T23:13:37.503Z
37182026-02-11T23:13:37.504Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/248)
37192026-02-11T23:13:38.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-02-11T23:13:38.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-02-11T23:13:38.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-02-11T23:13:38.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37232026-02-11T23:13:38.900Z
37242026-02-11T23:13:38.900Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/248)
37252026-02-11T23:13:40.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-02-11T23:13:40.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-02-11T23:13:40.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-02-11T23:13:40.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37292026-02-11T23:13:40.236Z
37302026-02-11T23:13:40.236Zinfo: running `cargo check --bins` on sled-agent-health-monitor (181/248)
37312026-02-11T23:13:41.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-02-11T23:13:41.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-02-11T23:13:41.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-02-11T23:13:41.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
37352026-02-11T23:13:41.509Z
37362026-02-11T23:13:41.509Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/248)
37372026-02-11T23:13:42.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-02-11T23:13:42.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-02-11T23:13:42.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-02-11T23:13:42.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37412026-02-11T23:13:42.771Z
37422026-02-11T23:13:42.771Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/248)
37432026-02-11T23:13:43.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-02-11T23:13:43.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-02-11T23:13:43.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-02-11T23:13:43.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
37472026-02-11T23:13:44.112Z
37482026-02-11T23:13:44.112Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (184/248)
37492026-02-11T23:13:45.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-02-11T23:13:45.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-02-11T23:13:45.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-02-11T23:13:45.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
37532026-02-11T23:13:45.389Z
37542026-02-11T23:13:45.389Zinfo: running `cargo check --bins` on trust-quorum (185/248)
37552026-02-11T23:13:46.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-02-11T23:13:46.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-02-11T23:13:46.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-02-11T23:13:46.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37592026-02-11T23:13:46.744Z
37602026-02-11T23:13:46.744Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (186/248)
37612026-02-11T23:13:48.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-02-11T23:13:48.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-02-11T23:13:48.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-02-11T23:13:48.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
37652026-02-11T23:13:48.233Z
37662026-02-11T23:13:48.233Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (187/248)
37672026-02-11T23:13:49.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-02-11T23:13:49.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-02-11T23:13:49.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-02-11T23:13:49.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
37712026-02-11T23:13:49.654Z
37722026-02-11T23:13:49.654Zinfo: running `cargo check --bins` on update-common (188/248)
37732026-02-11T23:13:50.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-02-11T23:13:50.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-02-11T23:13:50.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-02-11T23:13:50.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
37772026-02-11T23:13:51.017Z
37782026-02-11T23:13:51.017Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (189/248)
37792026-02-11T23:13:52.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-02-11T23:13:52.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-02-11T23:13:52.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-02-11T23:13:52.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
37832026-02-11T23:13:52.432Z
37842026-02-11T23:13:52.432Zinfo: running `cargo check --bins` on reconfigurator-cli (190/248)
37852026-02-11T23:13:53.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-02-11T23:13:53.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-02-11T23:13:54.068Z Compiling fs-err v2.11.0
37882026-02-11T23:13:54.068Z Checking ignore v0.4.23
37892026-02-11T23:13:54.093Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
37902026-02-11T23:13:54.093Z Checking predicates-tree v1.0.12
37912026-02-11T23:13:54.093Z Checking parse-size v1.1.0
37922026-02-11T23:13:54.155Z Checking rand_seeder v0.4.0
37932026-02-11T23:13:54.202Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37942026-02-11T23:13:54.226Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37952026-02-11T23:13:54.382Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37962026-02-11T23:13:54.406Z Compiling petname v2.0.2
37972026-02-11T23:13:54.501Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37982026-02-11T23:13:54.774Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37992026-02-11T23:13:54.882Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-02-11T23:13:54.952Z Checking globwalk v0.9.1
38012026-02-11T23:13:55.036Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38022026-02-11T23:13:55.222Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38032026-02-11T23:13:55.351Z Checking camino-tempfile-ext v0.3.2
38042026-02-11T23:13:55.440Z Checking sapling-renderdag v0.1.0
38052026-02-11T23:13:55.572Z Checking sync-ptr v0.1.4
38062026-02-11T23:13:55.780Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38072026-02-11T23:13:55.809Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38082026-02-11T23:13:56.006Z Checking assert_matches v1.5.0
38092026-02-11T23:13:56.552Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38102026-02-11T23:13:56.895Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38112026-02-11T23:13:56.895Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38122026-02-11T23:13:58.221Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38132026-02-11T23:14:01.176Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38142026-02-11T23:14:06.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
38152026-02-11T23:14:06.363Z
38162026-02-11T23:14:06.363Zinfo: running `cargo check --bins` on omicron-repl-utils (191/248)
38172026-02-11T23:14:07.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-02-11T23:14:07.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-02-11T23:14:07.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-02-11T23:14:07.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38212026-02-11T23:14:07.613Z
38222026-02-11T23:14:07.613Zinfo: running `cargo check --bins` on nexus-test-interface (192/248)
38232026-02-11T23:14:08.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-02-11T23:14:08.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-02-11T23:14:08.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-02-11T23:14:08.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38272026-02-11T23:14:08.979Z
38282026-02-11T23:14:08.979Zinfo: running `cargo check --bins` on oximeter-collector (193/248)
38292026-02-11T23:14:10.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-02-11T23:14:10.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-02-11T23:14:10.519Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38322026-02-11T23:14:10.519Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38332026-02-11T23:14:11.852Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38342026-02-11T23:14:15.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s
38352026-02-11T23:14:15.664Z
38362026-02-11T23:14:15.665Zinfo: running `cargo check --bins` on oximeter-api (194/248)
38372026-02-11T23:14:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-02-11T23:14:16.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-02-11T23:14:16.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-02-11T23:14:16.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
38412026-02-11T23:14:17.025Z
38422026-02-11T23:14:17.025Zinfo: running `cargo check --bins` on cert-dev (195/248)
38432026-02-11T23:14:18.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-02-11T23:14:18.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-02-11T23:14:18.406Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38462026-02-11T23:14:18.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
38472026-02-11T23:14:18.972Z
38482026-02-11T23:14:18.972Zinfo: running `cargo check --bins` on clickana (196/248)
38492026-02-11T23:14:20.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-02-11T23:14:20.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-02-11T23:14:20.335Z Checking castaway v0.2.3
38522026-02-11T23:14:20.335Z Checking unicode-truncate v1.1.0
38532026-02-11T23:14:20.360Z Checking lru v0.12.5
38542026-02-11T23:14:20.360Z Compiling instability v0.3.2
38552026-02-11T23:14:20.360Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38562026-02-11T23:14:20.360Z Compiling indoc v2.0.6
38572026-02-11T23:14:20.360Z Checking cassowary v0.3.0
38582026-02-11T23:14:20.551Z Checking compact_str v0.8.0
38592026-02-11T23:14:21.393Z Checking ratatui v0.29.0
38602026-02-11T23:14:22.857Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38612026-02-11T23:14:23.227Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38622026-02-11T23:14:24.899Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38632026-02-11T23:14:26.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.26s
38642026-02-11T23:14:26.483Z
38652026-02-11T23:14:26.483Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (197/248)
38662026-02-11T23:14:27.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-02-11T23:14:27.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-02-11T23:14:28.059Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38692026-02-11T23:14:28.059Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38702026-02-11T23:14:29.064Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38712026-02-11T23:14:29.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
38722026-02-11T23:14:30.099Z
38732026-02-11T23:14:30.099Zinfo: running `cargo check --bins` on ch-dev (198/248)
38742026-02-11T23:14:31.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-02-11T23:14:31.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-02-11T23:14:31.653Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38772026-02-11T23:14:33.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
38782026-02-11T23:14:33.241Z
38792026-02-11T23:14:33.242Zinfo: running `cargo check --bins` on dev-tools-common (199/248)
38802026-02-11T23:14:34.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-02-11T23:14:34.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-02-11T23:14:34.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-02-11T23:14:34.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
38842026-02-11T23:14:34.270Z
38852026-02-11T23:14:34.270Zinfo: running `cargo check --bins` on crdb-seed (200/248)
38862026-02-11T23:14:35.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-02-11T23:14:35.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-02-11T23:14:35.836Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38892026-02-11T23:14:36.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
38902026-02-11T23:14:36.761Z
38912026-02-11T23:14:36.762Zinfo: running `cargo check --bins` on db-dev (201/248)
38922026-02-11T23:14:38.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-02-11T23:14:38.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-02-11T23:14:38.365Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38952026-02-11T23:14:39.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
38962026-02-11T23:14:39.929Z
38972026-02-11T23:14:39.929Zinfo: running `cargo check --bins` on omicron-dev-lib (202/248)
38982026-02-11T23:14:41.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-02-11T23:14:41.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-02-11T23:14:41.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-02-11T23:14:41.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
39022026-02-11T23:14:41.396Z
39032026-02-11T23:14:41.396Zinfo: running `cargo check --bins` on xtask-downloader (203/248)
39042026-02-11T23:14:42.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-02-11T23:14:42.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-02-11T23:14:42.774Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39072026-02-11T23:14:44.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
39082026-02-11T23:14:44.337Z
39092026-02-11T23:14:44.337Zinfo: running `cargo check --bins` on omicron-dropshot-apis (204/248)
39102026-02-11T23:14:45.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-02-11T23:14:45.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-02-11T23:14:45.883Z Compiling tabled_derive v0.10.0
39132026-02-11T23:14:45.883Z Checking papergrid v0.14.0
39142026-02-11T23:14:45.883Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39152026-02-11T23:14:45.908Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39162026-02-11T23:14:45.908Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39172026-02-11T23:14:45.908Z Compiling trait-variant v0.1.2
39182026-02-11T23:14:45.908Z Checking is_ci v1.2.0
39192026-02-11T23:14:45.908Z Checking maplit v1.0.2
39202026-02-11T23:14:46.200Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39212026-02-11T23:14:46.234Z Checking supports-color v3.0.2
39222026-02-11T23:14:46.377Z Checking drift v0.1.3
39232026-02-11T23:14:46.442Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39242026-02-11T23:14:46.495Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39252026-02-11T23:14:46.832Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39262026-02-11T23:14:46.931Z Checking dropshot-api-manager v0.2.4
39272026-02-11T23:14:46.956Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39282026-02-11T23:14:47.133Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39292026-02-11T23:14:47.547Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39302026-02-11T23:14:47.693Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39312026-02-11T23:14:47.951Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39322026-02-11T23:14:48.129Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39332026-02-11T23:14:48.473Z Checking tabled v0.18.0
39342026-02-11T23:14:48.788Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39352026-02-11T23:15:01.402Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39362026-02-11T23:15:04.020Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39372026-02-11T23:15:05.357Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39382026-02-11T23:15:06.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s
39392026-02-11T23:15:06.483Z
39402026-02-11T23:15:06.483Zinfo: running `cargo check --bins` on installinator-api (205/248)
39412026-02-11T23:15:07.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-02-11T23:15:07.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-02-11T23:15:07.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-02-11T23:15:07.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
39452026-02-11T23:15:07.809Z
39462026-02-11T23:15:07.809Zinfo: running `cargo check --bins` on nexus-external-api (206/248)
39472026-02-11T23:15:09.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-02-11T23:15:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-02-11T23:15:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-02-11T23:15:09.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
39512026-02-11T23:15:09.292Z
39522026-02-11T23:15:09.292Zinfo: running `cargo check --bins` on nexus-internal-api (207/248)
39532026-02-11T23:15:10.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-02-11T23:15:10.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-02-11T23:15:10.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-02-11T23:15:10.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
39572026-02-11T23:15:10.642Z
39582026-02-11T23:15:10.643Zinfo: running `cargo check --bins` on nexus-lockstep-api (208/248)
39592026-02-11T23:15:11.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-02-11T23:15:11.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-02-11T23:15:11.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-02-11T23:15:11.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
39632026-02-11T23:15:12.079Z
39642026-02-11T23:15:12.079Zinfo: running `cargo check --bins` on ntp-admin-api (209/248)
39652026-02-11T23:15:13.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-02-11T23:15:13.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-02-11T23:15:13.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-02-11T23:15:13.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
39692026-02-11T23:15:13.445Z
39702026-02-11T23:15:13.445Zinfo: running `cargo check --bins` on ntp-admin-types-versions (210/248)
39712026-02-11T23:15:14.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-02-11T23:15:14.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-02-11T23:15:14.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-02-11T23:15:14.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
39752026-02-11T23:15:14.710Z
39762026-02-11T23:15:14.710Zinfo: running `cargo check --bins` on wicketd-api (211/248)
39772026-02-11T23:15:15.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-02-11T23:15:15.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-02-11T23:15:15.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-02-11T23:15:15.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
39812026-02-11T23:15:15.990Z
39822026-02-11T23:15:15.990Zinfo: running `cargo check --bins` on omicron-ls-apis (212/248)
39832026-02-11T23:15:17.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-02-11T23:15:17.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-02-11T23:15:17.298Z Checking typeid v1.0.3
39862026-02-11T23:15:17.338Z Checking ordered-float v2.10.1
39872026-02-11T23:15:17.363Z Checking unicode-xid v0.2.6
39882026-02-11T23:15:17.389Z Checking cargo-platform v0.2.0
39892026-02-11T23:15:17.481Z Checking erased-serde v0.4.6
39902026-02-11T23:15:17.864Z Checking serde-value v0.7.0
39912026-02-11T23:15:18.330Z Checking serde-untagged v0.1.7
39922026-02-11T23:15:18.676Z Checking cargo-util-schemas v0.8.2
39932026-02-11T23:15:20.472Z Checking cargo_metadata v0.21.0
39942026-02-11T23:15:22.068Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39952026-02-11T23:15:23.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
39962026-02-11T23:15:23.859Z
39972026-02-11T23:15:23.859Zinfo: running `cargo check --bins` on mgs-dev (213/248)
39982026-02-11T23:15:25.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-02-11T23:15:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-02-11T23:15:25.376Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40012026-02-11T23:15:26.489Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40022026-02-11T23:15:27.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
40032026-02-11T23:15:27.822Z
40042026-02-11T23:15:27.823Zinfo: running `cargo check --bins` on omicron-omdb (214/248)
40052026-02-11T23:15:29.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-02-11T23:15:29.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-02-11T23:15:29.748Z Compiling vergen-gitcl v1.0.8
40082026-02-11T23:15:29.749Z Compiling dirs-sys-next v0.1.2
40092026-02-11T23:15:29.749Z Compiling crunchy v0.2.2
40102026-02-11T23:15:29.749Z Compiling dsl_auto_type v0.1.2
40112026-02-11T23:15:29.773Z Checking scheduled-thread-pool v0.2.7
40122026-02-11T23:15:29.773Z Compiling diesel_table_macro_syntax v0.2.0
40132026-02-11T23:15:29.773Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40142026-02-11T23:15:29.774Z Compiling tiny-keccak v2.0.2
40152026-02-11T23:15:30.137Z Checking r2d2 v0.8.10
40162026-02-11T23:15:30.284Z Compiling bit-vec v0.6.3
40172026-02-11T23:15:30.324Z Compiling dirs-next v2.0.0
40182026-02-11T23:15:30.491Z Compiling term v0.7.0
40192026-02-11T23:15:30.568Z Compiling ena v0.14.3
40202026-02-11T23:15:30.673Z Compiling bindgen v0.71.1
40212026-02-11T23:15:30.763Z Compiling bit-set v0.5.3
40222026-02-11T23:15:31.062Z Compiling diff v0.1.13
40232026-02-11T23:15:31.087Z Compiling regex-syntax v0.6.29
40242026-02-11T23:15:31.239Z Compiling diesel_derives v2.2.3
40252026-02-11T23:15:31.422Z Compiling ascii-canvas v3.0.0
40262026-02-11T23:15:31.560Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40272026-02-11T23:15:31.613Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40282026-02-11T23:15:31.873Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40292026-02-11T23:15:31.898Z Compiling libxml v0.3.3
40302026-02-11T23:15:31.958Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40312026-02-11T23:15:31.988Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40322026-02-11T23:15:32.381Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40332026-02-11T23:15:32.592Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40342026-02-11T23:15:32.775Z Compiling strum_macros v0.24.3
40352026-02-11T23:15:33.117Z Compiling indoc v1.0.9
40362026-02-11T23:15:34.124Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40372026-02-11T23:15:34.472Z Checking derive_builder v0.20.2
40382026-02-11T23:15:34.660Z Compiling lalrpop v0.19.12
40392026-02-11T23:15:34.819Z Compiling oso-derive v0.27.3
40402026-02-11T23:15:34.852Z Compiling impl-trait-for-tuples v0.2.2
40412026-02-11T23:15:35.982Z Checking quick-xml v0.37.2
40422026-02-11T23:15:36.073Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40432026-02-11T23:15:36.452Z Compiling diesel-dtrace v0.4.2
40442026-02-11T23:15:36.940Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40452026-02-11T23:15:37.360Z Checking bb8 v0.8.5
40462026-02-11T23:15:37.838Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40472026-02-11T23:15:37.935Z Checking nonempty v0.12.0
40482026-02-11T23:15:38.207Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40492026-02-11T23:15:38.266Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40502026-02-11T23:15:38.291Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40512026-02-11T23:15:38.571Z Checking console v0.16.0
40522026-02-11T23:15:38.637Z Checking unit-prefix v0.5.1
40532026-02-11T23:15:38.877Z Checking support-bundle-viewer v0.1.2
40542026-02-11T23:15:39.227Z Checking indicatif v0.18.0
40552026-02-11T23:15:39.344Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40562026-02-11T23:15:39.369Z Checking multimap v0.10.1
40572026-02-11T23:15:41.357Z Checking diesel v2.2.12
40582026-02-11T23:15:59.716Z Compiling samael v0.0.19
40592026-02-11T23:16:02.027Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40602026-02-11T23:16:05.221Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40612026-02-11T23:16:05.753Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40622026-02-11T23:16:06.248Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40632026-02-11T23:16:06.415Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40642026-02-11T23:16:06.679Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40652026-02-11T23:16:08.855Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40662026-02-11T23:16:10.221Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40672026-02-11T23:16:14.330Z Checking async-bb8-diesel v0.2.1
40682026-02-11T23:16:15.632Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40692026-02-11T23:16:23.105Z Compiling polar-core v0.27.3
40702026-02-11T23:16:33.668Z Checking oso v0.27.3
40712026-02-11T23:17:53.692Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40722026-02-11T23:19:35.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 55s
40732026-02-11T23:19:35.224Z
40742026-02-11T23:19:35.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (215/248)
40752026-02-11T23:19:35.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-02-11T23:19:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-02-11T23:19:35.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-02-11T23:19:35.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40792026-02-11T23:19:35.225Z
40802026-02-11T23:19:35.225Zinfo: running `cargo check --bins` on nexus-saga-recovery (216/248)
40812026-02-11T23:19:35.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-02-11T23:19:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-02-11T23:19:35.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-02-11T23:19:35.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
40852026-02-11T23:19:35.225Z
40862026-02-11T23:19:35.225Zinfo: running `cargo check --bins` on nexus-test-utils-macros (217/248)
40872026-02-11T23:19:35.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-02-11T23:19:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-02-11T23:19:35.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-02-11T23:19:35.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
40912026-02-11T23:19:35.225Z
40922026-02-11T23:19:35.225Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (218/248)
40932026-02-11T23:19:35.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-02-11T23:19:35.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-02-11T23:19:35.225Z Compiling libz-sys v1.1.20
40962026-02-11T23:19:35.226Z Compiling libgit2-sys v0.18.2+1.9.1
40972026-02-11T23:19:35.226Z Compiling vergen-git2 v1.0.7
40982026-02-11T23:19:35.226Z Compiling rustls v0.21.12
40992026-02-11T23:19:35.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41002026-02-11T23:19:35.226Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41012026-02-11T23:19:35.226Z Checking rustls-webpki v0.101.7
41022026-02-11T23:19:35.226Z Checking sct v0.7.1
41032026-02-11T23:19:35.226Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41042026-02-11T23:19:35.226Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41052026-02-11T23:19:35.226Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41062026-02-11T23:19:35.226Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41072026-02-11T23:19:35.226Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41082026-02-11T23:19:35.226Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41092026-02-11T23:19:35.226Z Checking rustls-pemfile v1.0.4
41102026-02-11T23:19:35.226Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41112026-02-11T23:19:35.226Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41122026-02-11T23:19:35.226Z Checking twox-hash v2.1.0
41132026-02-11T23:19:35.226Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41142026-02-11T23:19:35.226Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41152026-02-11T23:19:35.226Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41162026-02-11T23:19:35.226Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41172026-02-11T23:19:35.226Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41182026-02-11T23:19:35.227Z Checking tokio-rustls v0.24.1
41192026-02-11T23:19:35.227Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41202026-02-11T23:19:35.227Z Checking fatfs v0.3.6
41212026-02-11T23:19:35.227Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41222026-02-11T23:19:35.227Z Compiling seq-macro v0.3.6
41232026-02-11T23:19:43.838Z Compiling git2 v0.20.2
41242026-02-11T23:19:45.643Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41252026-02-11T23:19:46.074Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41262026-02-11T23:19:50.397Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41272026-02-11T23:22:04.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
41282026-02-11T23:22:04.678Z
41292026-02-11T23:22:04.678Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (219/248)
41302026-02-11T23:22:06.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-02-11T23:22:06.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-02-11T23:22:06.697Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41332026-02-11T23:24:11.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
41342026-02-11T23:24:11.727Z
41352026-02-11T23:24:11.727Zinfo: running `cargo check --bins` on nexus-background-task-interface (220/248)
41362026-02-11T23:24:12.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-02-11T23:24:12.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-02-11T23:24:12.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-02-11T23:24:12.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
41402026-02-11T23:24:12.867Z
41412026-02-11T23:24:12.867Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (221/248)
41422026-02-11T23:24:13.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-02-11T23:24:14.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-02-11T23:24:14.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-02-11T23:24:14.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
41462026-02-11T23:24:14.134Z
41472026-02-11T23:24:14.134Zinfo: running `cargo check --bins` on nexus-mgs-updates (222/248)
41482026-02-11T23:24:15.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-02-11T23:24:15.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-02-11T23:24:15.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-02-11T23:24:15.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
41522026-02-11T23:24:15.401Z
41532026-02-11T23:24:15.401Zinfo: running `cargo check --bins` on nexus-networking (223/248)
41542026-02-11T23:24:16.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-02-11T23:24:16.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-02-11T23:24:16.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-02-11T23:24:16.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
41582026-02-11T23:24:16.694Z
41592026-02-11T23:24:16.694Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (224/248)
41602026-02-11T23:24:17.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-02-11T23:24:17.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-02-11T23:24:17.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-02-11T23:24:17.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
41642026-02-11T23:24:17.996Z
41652026-02-11T23:24:17.996Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (225/248)
41662026-02-11T23:24:19.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-02-11T23:24:19.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-02-11T23:24:19.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-02-11T23:24:19.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
41702026-02-11T23:24:19.291Z
41712026-02-11T23:24:19.291Zinfo: running `cargo check --bins` on omicron-dev (226/248)
41722026-02-11T23:24:20.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-02-11T23:24:20.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-02-11T23:24:21.063Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41752026-02-11T23:24:21.063Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41762026-02-11T23:24:21.139Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41772026-02-11T23:24:21.165Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41782026-02-11T23:24:21.189Z Checking diff v0.1.13
41792026-02-11T23:24:21.189Z Checking yansi v1.0.1
41802026-02-11T23:24:21.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41812026-02-11T23:24:21.214Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41822026-02-11T23:24:21.501Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41832026-02-11T23:24:21.746Z Checking pretty_assertions v1.4.1
41842026-02-11T23:24:23.047Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41852026-02-11T23:25:21.180Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41862026-02-11T23:25:21.205Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41872026-02-11T23:25:21.205Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41882026-02-11T23:25:21.205Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41892026-02-11T23:25:21.205Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41902026-02-11T23:25:21.205Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41912026-02-11T23:25:22.543Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41922026-02-11T23:25:24.738Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41932026-02-11T23:27:29.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 09s
41942026-02-11T23:27:29.392Z
41952026-02-11T23:27:29.392Zinfo: running `cargo check --bins` on omicron-pins (227/248)
41962026-02-11T23:27:30.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-02-11T23:27:30.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-02-11T23:27:30.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-02-11T23:27:30.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
42002026-02-11T23:27:30.705Z
42012026-02-11T23:27:30.705Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (228/248)
42022026-02-11T23:27:31.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-02-11T23:27:32.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-02-11T23:27:32.365Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42052026-02-11T23:27:32.390Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42062026-02-11T23:27:32.390Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42072026-02-11T23:28:21.636Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42082026-02-11T23:28:22.330Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42092026-02-11T23:28:26.627Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42102026-02-11T23:28:27.477Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42112026-02-11T23:28:35.129Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42122026-02-11T23:29:37.795Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42132026-02-11T23:29:39.219Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42142026-02-11T23:29:42.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
42152026-02-11T23:29:43.165Z
42162026-02-11T23:29:43.165Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (229/248)
42172026-02-11T23:29:44.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-02-11T23:29:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-02-11T23:29:44.774Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42202026-02-11T23:29:46.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
42212026-02-11T23:29:46.305Z
42222026-02-11T23:29:46.305Zinfo: running `cargo check --bins` on omicron-releng (230/248)
42232026-02-11T23:29:47.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-02-11T23:29:47.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-02-11T23:29:47.828Z Compiling blake3 v1.5.4
42262026-02-11T23:29:47.853Z Checking arrayvec v0.7.6
42272026-02-11T23:29:47.853Z Checking arrayref v0.3.9
42282026-02-11T23:29:47.853Z Checking constant_time_eq v0.3.1
42292026-02-11T23:29:47.922Z Checking topological-sort v0.2.2
42302026-02-11T23:29:47.972Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42312026-02-11T23:29:47.972Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42322026-02-11T23:29:47.972Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42332026-02-11T23:29:48.060Z Checking shell-words v1.1.0
42342026-02-11T23:29:49.766Z Checking omicron-zone-package v0.12.2
42352026-02-11T23:29:51.725Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42362026-02-11T23:29:53.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
42372026-02-11T23:29:54.060Z
42382026-02-11T23:29:54.060Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (231/248)
42392026-02-11T23:29:55.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-02-11T23:29:55.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-02-11T23:29:55.538Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42422026-02-11T23:29:56.009Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42432026-02-11T23:29:56.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
42442026-02-11T23:29:57.111Z
42452026-02-11T23:29:57.111Zinfo: running `cargo check --bins` on xtask (232/248)
42462026-02-11T23:29:58.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-02-11T23:29:58.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-02-11T23:29:58.181Z Checking bitflags v2.9.4
42492026-02-11T23:29:58.205Z Checking serde v1.0.228
42502026-02-11T23:29:58.206Z Checking zerofrom v0.1.4
42512026-02-11T23:29:58.230Z Checking thiserror v2.0.18
42522026-02-11T23:29:58.271Z Checking hashbrown v0.16.1
42532026-02-11T23:29:58.295Z Checking smallvec v1.15.1
42542026-02-11T23:29:58.320Z Checking serde_json v1.0.149
42552026-02-11T23:29:58.320Z Checking scroll v0.12.0
42562026-02-11T23:29:58.457Z Checking num-traits v0.2.19
42572026-02-11T23:29:58.488Z Checking yoke v0.7.4
42582026-02-11T23:29:58.514Z Checking rustix v0.38.37
42592026-02-11T23:29:58.692Z Checking thiserror v1.0.69
42602026-02-11T23:29:58.876Z Checking log v0.4.29
42612026-02-11T23:29:58.902Z Checking zerovec v0.10.4
42622026-02-11T23:29:58.931Z Checking percent-encoding v2.3.2
42632026-02-11T23:29:59.193Z Checking goblin v0.8.2
42642026-02-11T23:29:59.225Z Checking form_urlencoded v1.2.2
42652026-02-11T23:29:59.354Z Checking serde_spanned v0.6.9
42662026-02-11T23:29:59.390Z Checking indexmap v2.13.0
42672026-02-11T23:29:59.488Z Checking toml_datetime v0.6.11
42682026-02-11T23:29:59.578Z Checking terminal_size v0.4.0
42692026-02-11T23:29:59.610Z Checking erased-serde v0.4.6
42702026-02-11T23:29:59.785Z Checking pest v2.8.2
42712026-02-11T23:29:59.906Z Checking zerocopy v0.7.35
42722026-02-11T23:29:59.987Z Checking ordered-float v2.10.1
42732026-02-11T23:30:00.012Z Checking getrandom v0.3.4
42742026-02-11T23:30:00.261Z Checking syn v2.0.114
42752026-02-11T23:30:00.560Z Checking serde-untagged v0.1.7
42762026-02-11T23:30:00.584Z Checking serde-value v0.7.0
42772026-02-11T23:30:00.611Z Checking tinystr v0.7.6
42782026-02-11T23:30:00.864Z Checking icu_collections v1.5.0
42792026-02-11T23:30:00.980Z Checking toml_edit v0.22.27
42802026-02-11T23:30:01.005Z Checking icu_locid v1.5.0
42812026-02-11T23:30:01.033Z Checking rustix v1.1.3
42822026-02-11T23:30:01.274Z Checking once_cell v1.21.3
42832026-02-11T23:30:01.523Z Checking clap_builder v4.5.48
42842026-02-11T23:30:01.673Z Checking cargo-platform v0.2.0
42852026-02-11T23:30:02.024Z Checking textwrap v0.16.2
42862026-02-11T23:30:02.061Z Checking icu_provider v1.5.0
42872026-02-11T23:30:02.503Z Checking fs-err v3.1.1
42882026-02-11T23:30:02.637Z Checking dtrace-parser v0.2.0
42892026-02-11T23:30:02.685Z Checking tempfile v3.24.0
42902026-02-11T23:30:02.736Z Checking icu_locid_transform v1.5.0
42912026-02-11T23:30:02.874Z Checking anyhow v1.0.99
42922026-02-11T23:30:03.141Z Checking camino-tempfile v1.4.1
42932026-02-11T23:30:03.271Z Checking tabled v0.15.0
42942026-02-11T23:30:03.310Z Checking macaddr v1.0.1
42952026-02-11T23:30:03.488Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
42962026-02-11T23:30:03.883Z Checking toml v0.8.23
42972026-02-11T23:30:03.962Z Checking icu_properties v1.5.1
42982026-02-11T23:30:04.479Z Checking dof v0.3.0
42992026-02-11T23:30:04.644Z Checking cargo_toml v0.21.0
43002026-02-11T23:30:04.778Z Checking clap v4.5.48
43012026-02-11T23:30:05.297Z Checking usdt-impl v0.5.0
43022026-02-11T23:30:05.846Z Checking usdt v0.5.0
43032026-02-11T23:30:07.392Z Checking icu_normalizer v1.5.0
43042026-02-11T23:30:08.142Z Checking idna_adapter v1.2.0
43052026-02-11T23:30:08.366Z Checking idna v1.0.3
43062026-02-11T23:30:08.934Z Checking url v2.5.4
43072026-02-11T23:30:09.700Z Checking cargo-util-schemas v0.8.2
43082026-02-11T23:30:11.636Z Checking cargo_metadata v0.21.0
43092026-02-11T23:30:13.266Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43102026-02-11T23:30:14.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.28s
43112026-02-11T23:30:14.570Z
43122026-02-11T23:30:14.571Zinfo: running `cargo check --bins` on end-to-end-tests (233/248)
43132026-02-11T23:30:15.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-02-11T23:30:15.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-02-11T23:30:16.293Z Checking polyval v0.6.2
43162026-02-11T23:30:16.317Z Checking ctr v0.9.2
43172026-02-11T23:30:16.358Z Checking ssh-encoding v0.2.0
43182026-02-11T23:30:16.358Z Checking blowfish v0.9.1
43192026-02-11T23:30:16.406Z Checking password-hash v0.4.2
43202026-02-11T23:30:16.433Z Checking p256 v0.13.2
43212026-02-11T23:30:16.458Z Checking p521 v0.13.3
43222026-02-11T23:30:16.483Z Checking russh-cryptovec v0.7.3
43232026-02-11T23:30:16.617Z Checking ghash v0.5.1
43242026-02-11T23:30:16.642Z Checking bcrypt-pbkdf v0.10.0
43252026-02-11T23:30:16.684Z Checking md5 v0.7.0
43262026-02-11T23:30:16.730Z Checking num-bigint v0.4.6
43272026-02-11T23:30:16.758Z Checking des v0.8.1
43282026-02-11T23:30:16.823Z Checking aes-gcm v0.10.3
43292026-02-11T23:30:16.870Z Checking pbkdf2 v0.11.0
43302026-02-11T23:30:16.942Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43312026-02-11T23:30:16.967Z Checking hex-literal v0.4.1
43322026-02-11T23:30:17.021Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43332026-02-11T23:30:17.070Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43342026-02-11T23:30:17.101Z Checking ssh-cipher v0.2.0
43352026-02-11T23:30:17.139Z Checking internet-checksum v0.2.1
43362026-02-11T23:30:17.425Z Checking ssh-key v0.6.6
43372026-02-11T23:30:17.695Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43382026-02-11T23:30:19.039Z Checking russh-keys v0.45.0
43392026-02-11T23:30:20.488Z Checking russh v0.45.0
43402026-02-11T23:31:03.708Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43412026-02-11T23:31:06.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.89s
43422026-02-11T23:31:06.732Z
43432026-02-11T23:31:06.732Zinfo: running `cargo check --bins` on gateway-cli (234/248)
43442026-02-11T23:31:08.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-02-11T23:31:08.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-02-11T23:31:08.248Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43472026-02-11T23:31:08.273Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43482026-02-11T23:31:08.273Z Checking termios v0.3.3
43492026-02-11T23:31:11.688Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43502026-02-11T23:31:11.973Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43512026-02-11T23:31:16.856Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43522026-02-11T23:31:18.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
43532026-02-11T23:31:18.530Z
43542026-02-11T23:31:18.530Zinfo: running `cargo check --bins --no-default-features` on installinator (235/248)
43552026-02-11T23:31:19.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-02-11T23:31:19.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-02-11T23:31:20.204Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43582026-02-11T23:31:20.228Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43592026-02-11T23:31:20.253Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43602026-02-11T23:31:20.291Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43612026-02-11T23:31:20.316Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43622026-02-11T23:31:21.188Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43632026-02-11T23:31:21.188Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43642026-02-11T23:31:22.961Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43652026-02-11T23:31:23.241Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43662026-02-11T23:31:23.268Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43672026-02-11T23:31:24.907Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43682026-02-11T23:31:28.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
43692026-02-11T23:31:29.134Z
43702026-02-11T23:31:29.134Zinfo: running `cargo check --bins` on internal-dns-cli (236/248)
43712026-02-11T23:31:30.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-02-11T23:31:30.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-02-11T23:31:30.487Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43742026-02-11T23:31:31.243Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43752026-02-11T23:31:31.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
43762026-02-11T23:31:32.142Z
43772026-02-11T23:31:32.142Zinfo: running `cargo check --bins` on omicron-live-tests (237/248)
43782026-02-11T23:31:33.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-02-11T23:31:33.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-02-11T23:31:33.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-02-11T23:31:33.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
43822026-02-11T23:31:33.394Z
43832026-02-11T23:31:33.394Zinfo: running `cargo check --bins` on live-tests-macros (238/248)
43842026-02-11T23:31:34.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-02-11T23:31:34.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-02-11T23:31:34.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-02-11T23:31:34.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
43882026-02-11T23:31:34.791Z
43892026-02-11T23:31:34.791Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (239/248)
43902026-02-11T23:31:36.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-02-11T23:31:36.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-02-11T23:31:36.358Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43932026-02-11T23:31:37.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
43942026-02-11T23:31:37.527Z
43952026-02-11T23:31:37.527Zinfo: running `cargo check --bins` on omicron-ntp-admin (240/248)
43962026-02-11T23:31:38.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-02-11T23:31:38.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-02-11T23:31:38.871Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43992026-02-11T23:31:38.871Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44002026-02-11T23:31:39.214Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44012026-02-11T23:31:39.238Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44022026-02-11T23:31:40.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
44032026-02-11T23:31:40.995Z
44042026-02-11T23:31:40.995Zinfo: running `cargo check --bins` on ntp-admin-types (241/248)
44052026-02-11T23:31:42.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-02-11T23:31:42.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-02-11T23:31:42.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-02-11T23:31:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
44092026-02-11T23:31:42.329Z
44102026-02-11T23:31:42.329Zinfo: running `cargo check --bins` on omicron-package (242/248)
44112026-02-11T23:31:43.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-02-11T23:31:43.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-02-11T23:31:43.736Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44142026-02-11T23:31:45.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
44152026-02-11T23:31:46.096Z
44162026-02-11T23:31:46.096Zinfo: running `cargo check --bins` on tqdb (243/248)
44172026-02-11T23:31:47.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-02-11T23:31:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-02-11T23:31:47.714Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44202026-02-11T23:31:48.244Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44212026-02-11T23:31:49.811Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44222026-02-11T23:31:49.836Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44232026-02-11T23:32:00.305Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44242026-02-11T23:32:02.261Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44252026-02-11T23:32:02.285Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44262026-02-11T23:32:02.285Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44272026-02-11T23:32:04.434Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44282026-02-11T23:32:04.458Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44292026-02-11T23:32:34.239Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44302026-02-11T23:32:34.263Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44312026-02-11T23:32:34.263Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44322026-02-11T23:32:34.263Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44332026-02-11T23:32:37.895Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44342026-02-11T23:32:40.983Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44352026-02-11T23:32:42.509Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44362026-02-11T23:32:45.578Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44372026-02-11T23:32:46.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
44382026-02-11T23:32:46.987Z
44392026-02-11T23:32:46.987Zinfo: running `cargo check --bins` on wicket-dbg (244/248)
44402026-02-11T23:32:48.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-02-11T23:32:48.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-02-11T23:32:48.507Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44432026-02-11T23:32:48.532Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44442026-02-11T23:32:48.532Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44452026-02-11T23:32:48.532Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44462026-02-11T23:32:48.557Z Checking rtoolbox v0.0.2
44472026-02-11T23:32:48.623Z Checking tui-tree-widget v0.23.1
44482026-02-11T23:32:48.861Z Checking rpassword v7.4.0
44492026-02-11T23:32:49.133Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44502026-02-11T23:32:51.233Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44512026-02-11T23:33:01.421Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44522026-02-11T23:33:03.242Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44532026-02-11T23:33:10.814Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44542026-02-11T23:33:15.608Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44552026-02-11T23:33:17.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.60s
44562026-02-11T23:33:17.825Z
44572026-02-11T23:33:17.825Zinfo: running `cargo check --bins` on wicket (245/248)
44582026-02-11T23:33:19.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-02-11T23:33:19.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-02-11T23:33:19.291Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44612026-02-11T23:33:19.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
44622026-02-11T23:33:20.063Z
44632026-02-11T23:33:20.063Zinfo: running `cargo check --bins` on wicketd (246/248)
44642026-02-11T23:33:21.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-02-11T23:33:21.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-02-11T23:33:21.718Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44672026-02-11T23:33:21.742Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44682026-02-11T23:33:21.742Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44692026-02-11T23:33:24.339Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44702026-02-11T23:33:25.655Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44712026-02-11T23:33:32.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
44722026-02-11T23:33:33.196Z
44732026-02-11T23:33:33.196Zinfo: running `cargo check --bins` on omicron-workspace-hack (247/248)
44742026-02-11T23:33:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-02-11T23:33:34.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-02-11T23:33:34.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-02-11T23:33:34.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
44782026-02-11T23:33:34.570Z
44792026-02-11T23:33:34.570Zinfo: running `cargo check --bins` on zone-setup (248/248)
44802026-02-11T23:33:35.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-02-11T23:33:35.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-02-11T23:33:36.053Z Checking uzers v0.12.1
44832026-02-11T23:33:36.509Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44842026-02-11T23:33:38.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
44852026-02-11T23:33:38.335Z
44862026-02-11T23:33:38.335Zreal 33:34.492991365
44872026-02-11T23:33:38.336Zuser 50:33.606821199
44882026-02-11T23:33:38.336Zsys 7:59.049700132
44892026-02-11T23:33:38.336Ztrap 1.380003380
44902026-02-11T23:33:38.336Ztflt 0.523428883
44912026-02-11T23:33:38.336Zdflt 1.180244075
44922026-02-11T23:33:38.336Zkflt 0.000974740
44932026-02-11T23:33:38.336Zlock 2:19:54.575728623
44942026-02-11T23:33:38.336Zslp 4:44:24.882764350
44952026-02-11T23:33:38.336Zlat 1:45.019295112
44962026-02-11T23:33:38.336Zstop 5:14.122732655
44972026-02-11T23:33:38.360Zprocess exited: duration 2465728 ms, exit code 0
 
44982026-02-11T23:33:38.411Zfound 0 output files