01KGYYMCT9CRHSYBQB2BHC7JYP: 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: 01KGYYMPV3RW2KAS3B20609YPG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-08T15:42:00.365Zjob assigned to worker 01KGYYMQ0YSFXSGD29V879NNRC [factory gimlet-EVT22200007-propolis, EVT22200007/57399] (queued for 25 s)
 
22026-02-08T15:42:09.245Zstarting task 0: "setup"
32026-02-08T15:42:09.269Z++ uname -s
42026-02-08T15:42:09.269Z+ kern=SunOS
52026-02-08T15:42:09.269Z+ build_user=build
62026-02-08T15:42:09.269Z+ build_uid=12345
72026-02-08T15:42:09.269Z+ work_dir=/work
82026-02-08T15:42:09.270Z+ input_dir=/input
92026-02-08T15:42:09.270Z+ [[ 0 == 12345 ]]
102026-02-08T15:42:09.270Z+ case "$kern" in
112026-02-08T15:42:09.270Z+ groupadd -g 12345 build
122026-02-08T15:42:09.270Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-08T15:42:11.269Z+ zfs create -o mountpoint=/work rpool/work
142026-02-08T15:42:11.305Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-08T15:42:11.329Z+ home_fs=zfs
162026-02-08T15:42:11.329Z+ [[ zfs == autofs ]]
172026-02-08T15:42:11.329Z+ mkdir -p /home/build
182026-02-08T15:42:11.329Z+ chown build:build /home/build /work
192026-02-08T15:42:13.314Z+ chmod 0700 /home/build /work
202026-02-08T15:42:13.338Zprocess exited: duration 4071 ms, exit code 0
 
212026-02-08T15:42:13.387Zstarting task 1: "rust-toolchain"
222026-02-08T15:42:13.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-08T15:42:13.411Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-08T15:42:13.411Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-08T15:42:13.411Z * rust toolchain channel = "1.91.1"
262026-02-08T15:42:13.411Z * rust toolchain profile = "default"
272026-02-08T15:42:13.411Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-08T15:42:13.411Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-08T15:42:13.411Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-08T15:42:13.513Zinfo: downloading installer
312026-02-08T15:42:14.461Zwarn: It looks like you have an existing installation of Rust at:
322026-02-08T15:42:14.461Zwarn: /opt/ooce/bin
332026-02-08T15:42:14.461Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-08T15:42:14.461Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-08T15:42:14.461Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-08T15:42:14.461Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-08T15:42:14.461Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-08T15:42:14.461Zerror: cannot install while Rust is installed
392026-02-08T15:42:14.461Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-08T15:42:14.485Zinfo: profile set to 'default'
412026-02-08T15:42:14.485Zinfo: default host triple is x86_64-unknown-illumos
422026-02-08T15:42:14.485Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-08T15:42:14.590Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-08T15:42:14.590Zinfo: downloading component 'cargo'
452026-02-08T15:42:14.775Zinfo: downloading component 'clippy'
462026-02-08T15:42:14.859Zinfo: downloading component 'rust-docs'
472026-02-08T15:42:15.145Zinfo: downloading component 'rust-std'
482026-02-08T15:42:15.497Zinfo: downloading component 'rustc'
492026-02-08T15:42:19.032Zinfo: downloading component 'rustfmt'
502026-02-08T15:42:20.118Zinfo: installing component 'cargo'
512026-02-08T15:42:21.335Zinfo: installing component 'clippy'
522026-02-08T15:42:21.796Zinfo: installing component 'rust-docs'
532026-02-08T15:42:25.037Zinfo: installing component 'rust-std'
542026-02-08T15:42:27.211Zinfo: installing component 'rustc'
552026-02-08T15:42:35.580Zinfo: installing component 'rustfmt'
562026-02-08T15:42:35.975Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-08T15:42:35.975Z
582026-02-08T15:42:36.148Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-08T15:42:36.148Z
602026-02-08T15:42:36.148Z
612026-02-08T15:42:36.149ZRust is installed now. Great!
622026-02-08T15:42:36.149Z
632026-02-08T15:42:36.149ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-08T15:42:36.174Zenvironment variable. This has not been done automatically.
652026-02-08T15:42:36.174Z
662026-02-08T15:42:36.174ZTo configure your current shell, you need to source
672026-02-08T15:42:36.174Zthe corresponding env file under $HOME/.cargo.
682026-02-08T15:42:36.174Z
692026-02-08T15:42:36.174ZThis is usually done by running one of the following (note the leading DOT):
702026-02-08T15:42:36.174Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-08T15:42:36.174Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-08T15:42:36.174Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-08T15:42:36.273Z+ rustup --version
742026-02-08T15:42:36.297Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-08T15:42:36.297Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-08T15:42:36.414Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-08T15:42:36.438Z+ cargo --version
782026-02-08T15:42:36.512Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-08T15:42:36.535Z+ rustc --version
802026-02-08T15:42:36.616Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-08T15:42:36.641Zprocess exited: duration 23234 ms, exit code 0
 
822026-02-08T15:42:36.691Zstarting task 2: "authentication"
832026-02-08T15:42:36.746Zprocess exited: duration 56 ms, exit code 0
 
842026-02-08T15:42:36.794Zstarting task 3: "clone repository"
852026-02-08T15:42:36.818Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-08T15:42:36.818Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-08T15:42:36.841ZCloning into '/work/oxidecomputer/omicron'...
882026-02-08T15:43:03.391Z+ cd /work/oxidecomputer/omicron
892026-02-08T15:43:03.391Z+ git fetch origin 4df24290d404f15a38e10caf255bb0f101e16fc1
902026-02-08T15:43:04.015ZFrom https://github.com/oxidecomputer/omicron
912026-02-08T15:43:04.015Z * branch 4df24290d404f15a38e10caf255bb0f101e16fc1 -> FETCH_HEAD
922026-02-08T15:43:04.039Z+ [[ -n bump-console-64a717df ]]
932026-02-08T15:43:04.039Z++ git branch --show-current
942026-02-08T15:43:04.039Z+ current=main
952026-02-08T15:43:04.039Z+ [[ main != bump-console-64a717df ]]
962026-02-08T15:43:04.039Z+ git branch -f bump-console-64a717df 4df24290d404f15a38e10caf255bb0f101e16fc1
972026-02-08T15:43:04.062Z+ git checkout -f bump-console-64a717df
982026-02-08T15:43:04.598ZSwitched to branch 'bump-console-64a717df'
992026-02-08T15:43:04.622Z+ git reset --hard 4df24290d404f15a38e10caf255bb0f101e16fc1
1002026-02-08T15:43:04.646ZHEAD is now at 4df24290d Bump web console (IP pool detail improvements)
1012026-02-08T15:43:04.646Zprocess exited: duration 27835 ms, exit code 0
 
1022026-02-08T15:43:04.697Zstarting task 4: "build"
1032026-02-08T15:43:04.721Z+ source .github/buildomat/ci-env.sh
1042026-02-08T15:43:04.721Z++ export CARGO_TERM_COLOR=always
1052026-02-08T15:43:04.721Z++ CARGO_TERM_COLOR=always
1062026-02-08T15:43:04.722Z+ cargo --version
1072026-02-08T15:43:04.812Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-08T15:43:04.835Z+ rustc --version
1092026-02-08T15:43:04.906Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-08T15:43:04.930Z+ source ./env.sh
1112026-02-08T15:43:04.930Z++ OLD_SHELL_OPTS=ehxB
1122026-02-08T15:43:04.930Z++ set -o xtrace
1132026-02-08T15:43:04.930Z++++ dirname ./env.sh
1142026-02-08T15:43:04.930Z+++ readlink -f .
1152026-02-08T15:43:04.930Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-08T15:43:04.930Z++ 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-08T15:43:04.930Z++ 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-08T15:43:04.930Z++ 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-08T15:43:04.930Z++ 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-08T15:43:04.930Z++ 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-08T15:43:04.930Z++ 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-08T15:43:04.930Z++ 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-08T15:43:04.931Z++ 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-08T15:43:04.931Z++ case $OLD_SHELL_OPTS in
1252026-02-08T15:43:04.931Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-08T15:43:04.931Z+ 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-08T15:43:04.931Z+ 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-08T15:43:04.931Z+ banner prerequisites
1292026-02-08T15:43:04.931Z
1302026-02-08T15:43:04.931Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-08T15:43:04.931Z # # # # # # # # # # # # # # #
1322026-02-08T15:43:04.931Z # # # # ##### # # ##### # # # # # #### #
1332026-02-08T15:43:04.931Z ##### ##### # ##### # # # # # # # # #
1342026-02-08T15:43:04.931Z # # # # # # # # # # # # # # #
1352026-02-08T15:43:04.931Z # # # ###### # # ###### ### # #### # #### #
1362026-02-08T15:43:04.931Z
1372026-02-08T15:43:04.931Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-08T15:43:25.797Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-08T15:43:37.741Z Startup: Caching catalogs ... Done
1402026-02-08T15:44:03.233ZPlanning: Solver setup ... Done (23.414s)
1412026-02-08T15:44:03.420ZPlanning: Running solver ... Done (0.186s)
1422026-02-08T15:44:03.559ZPlanning: Finding local manifests ... Done (0.002s)
1432026-02-08T15:44:03.637ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-08T15:44:04.082ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-08T15:44:04.139ZPlanning: Package planning ... Done (0.057s)
1462026-02-08T15:44:04.199ZPlanning: Merging actions ... Done (0.060s)
1472026-02-08T15:44:04.519ZPlanning: Checking for conflicting actions ... Done (0.319s)
1482026-02-08T15:44:04.543ZPlanning: Consolidating action changes ... Done (0.013s)
1492026-02-08T15:44:05.167ZPlanning: Evaluating mediators ... Done (0.635s)
1502026-02-08T15:44:05.191ZPlanning: Planning completed in 27.32 seconds
1512026-02-08T15:44:05.215Z Packages to install: 4
1522026-02-08T15:44:05.215Z Mediators to change: 2
1532026-02-08T15:44:05.215Z Services to change: 1
1542026-02-08T15:44:05.215Z Estimated space available: 154.94 GB
1552026-02-08T15:44:05.215ZEstimated space to be consumed: 1.80 GB
1562026-02-08T15:44:05.215Z Create boot environment: No
1572026-02-08T15:44:05.215ZCreate backup boot environment: No
1582026-02-08T15:44:05.215Z Rebuild boot archive: No
1592026-02-08T15:44:05.215Z
1602026-02-08T15:44:05.215ZChanged mediators:
1612026-02-08T15:44:05.215Z mediator clang:
1622026-02-08T15:44:05.215Z version: None -> 15 (system default)
1632026-02-08T15:44:05.215Z
1642026-02-08T15:44:05.215Z mediator llvm:
1652026-02-08T15:44:05.215Z version: 14 (system default) -> 15 (system default)
1662026-02-08T15:44:05.216Z
1672026-02-08T15:44:05.216ZChanged packages:
1682026-02-08T15:44:05.216Zhelios-dev
1692026-02-08T15:44:05.216Z developer/build-essential
1702026-02-08T15:44:05.216Z None -> 11-2.0
1712026-02-08T15:44:05.216Z library/libxmlsec1
1722026-02-08T15:44:05.216Z None -> 1.2.35-2.0
1732026-02-08T15:44:05.216Z ooce/developer/clang-15
1742026-02-08T15:44:05.216Z None -> 15.0.7-2.0
1752026-02-08T15:44:05.216Z ooce/developer/llvm-15
1762026-02-08T15:44:05.216Z None -> 15.0.7-2.0
1772026-02-08T15:44:05.216Z
1782026-02-08T15:44:05.216ZServices:
1792026-02-08T15:44:05.216Z restart_fmri:
1802026-02-08T15:44:05.216Z svc:/system/update-man-index:default
1812026-02-08T15:44:05.252Z
1822026-02-08T15:44:05.252ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-08T15:44:10.253ZDownload: 1197/3290 items 72.6/212.6MB 34% complete (14.6M/s)
1842026-02-08T15:44:15.254ZDownload: 2189/3290 items 119.1/212.6MB 56% complete (12.0M/s)
1852026-02-08T15:44:20.255ZDownload: 3248/3290 items 181.6/212.6MB 85% complete (10.9M/s)
1862026-02-08T15:44:23.259ZDownload: Completed 212.60 MB in 18.01 seconds (11.8M/s)
1872026-02-08T15:44:23.494Z Actions: 1/3689 actions (Installing new actions)
1882026-02-08T15:44:28.510Z Actions: 3136/3689 actions (Installing new actions)
1892026-02-08T15:44:29.359Z Actions: Completed 3689 actions in 5.87 seconds.
1902026-02-08T15:44:30.348Z Done (0.983s)
1912026-02-08T15:44:30.348Z Done (0.000s)
1922026-02-08T15:44:31.614Z Done (1.266s)
1932026-02-08T15:44:36.508Z Done (4.634s)
1942026-02-08T15:44:36.609Z Done (0.018s)
1952026-02-08T15:44:36.633Z Done (0.000s)
1962026-02-08T15:44:36.773Z Done (0.000s)
1972026-02-08T15:44:37.824ZPlanning: Evaluating mediator changes ... Done
1982026-02-08T15:44:38.100ZPlanning: Checking for conflicting actions ... Done
1992026-02-08T15:44:38.124ZPlanning: Consolidating action changes ... Done
2002026-02-08T15:44:38.477ZPlanning: Evaluating mediators ... Done
2012026-02-08T15:44:38.501ZPlanning: Planning completed in 0.65 seconds
2022026-02-08T15:44:38.525Z Mediators to change: 2
2032026-02-08T15:44:38.525Z Create boot environment: No
2042026-02-08T15:44:38.525ZCreate backup boot environment: No
2052026-02-08T15:44:38.585Z Done
2062026-02-08T15:44:38.585Z Done
2072026-02-08T15:44:39.580Z Done
2082026-02-08T15:44:43.981Z Done
2092026-02-08T15:44:44.080Z Done
2102026-02-08T15:44:44.080Z Done
2112026-02-08T15:44:44.135Z Done
2122026-02-08T15:44:44.839ZPlanning: Evaluating mediator changes ... Done
2132026-02-08T15:44:44.863ZPlanning: Merging actions ... Done
2142026-02-08T15:44:45.068ZPlanning: Checking for conflicting actions ... Done
2152026-02-08T15:44:45.091ZPlanning: Consolidating action changes ... Done
2162026-02-08T15:44:45.375ZPlanning: Evaluating mediators ... Done
2172026-02-08T15:44:45.439ZPlanning: Planning completed in 0.89 seconds
2182026-02-08T15:44:45.479Z Packages to change: 1
2192026-02-08T15:44:45.480Z Mediators to change: 1
2202026-02-08T15:44:45.480Z Services to change: 1
2212026-02-08T15:44:45.480Z Create boot environment: No
2222026-02-08T15:44:45.480ZCreate backup boot environment: Yes
2232026-02-08T15:44:47.463Z Actions: 1/6 actions (Updating modified actions)
2242026-02-08T15:44:47.487Z Actions: Completed 6 actions in 0.00 seconds.
2252026-02-08T15:44:47.487Z Done
2262026-02-08T15:44:47.487Z Done
2272026-02-08T15:44:47.730Z Done
2282026-02-08T15:44:52.296Z Done
2292026-02-08T15:44:52.389Z Done
2302026-02-08T15:44:52.423Z Done
2312026-02-08T15:44:52.521Z Done
2322026-02-08T15:44:53.060ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332026-02-08T15:44:53.060Zclang system 15 system
2342026-02-08T15:44:53.060Zcsh system system illumos
2352026-02-08T15:44:53.061Zctags system system illumos
2362026-02-08T15:44:53.061Zfile system system illumos
2372026-02-08T15:44:53.061Zgcc vendor 12 vendor
2382026-02-08T15:44:53.061Zgcc system 10 system
2392026-02-08T15:44:53.061Zgcc system 7 system
2402026-02-08T15:44:53.062Zgo system 1.20 system
2412026-02-08T15:44:53.062Zgo system 1.19 system
2422026-02-08T15:44:53.062Zllvm system 15 system
2432026-02-08T15:44:53.062Zllvm system 14 system
2442026-02-08T15:44:53.062Zmariadb system 10.6 system
2452026-02-08T15:44:53.062Zmta vendor vendor dma
2462026-02-08T15:44:53.062Zopenjdk system 17 system
2472026-02-08T15:44:53.063Zopenjdk system 11 system
2482026-02-08T15:44:53.063Zopenjdk system 1.8 system
2492026-02-08T15:44:53.063Zopenssl vendor 3 vendor
2502026-02-08T15:44:53.063Zperl system 5.36 system
2512026-02-08T15:44:53.063Zpostgresql system 15 system
2522026-02-08T15:44:53.063Zpostgresql system 13 system
2532026-02-08T15:44:53.064Zpython vendor 3 vendor
2542026-02-08T15:44:53.064Zpython system 2 system
2552026-02-08T15:44:53.064Zpython3 system 3.11 system
2562026-02-08T15:44:53.064Zruby system 3.0 system
2572026-02-08T15:44:53.064Zwords vendor vendor american-english
2582026-02-08T15:44:53.065Zwords system system australian-english
2592026-02-08T15:44:53.065Zwords system system british-english
2602026-02-08T15:44:53.065Zwords system system canadian-english
2612026-02-08T15:44:53.065Zwords system system french
2622026-02-08T15:44:53.065Zwords system system italian
2632026-02-08T15:44:53.065Zwords system system ngerman
2642026-02-08T15:44:53.065Zwords system system ogerman
2652026-02-08T15:44:53.066Zwords system system spanish
2662026-02-08T15:44:53.421ZPUBLISHER TYPE STATUS P LOCATION
2672026-02-08T15:44:53.421Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-02-08T15:45:01.018ZFMRI IFO
2692026-02-08T15:45:01.018Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-02-08T15:45:01.019Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-02-08T15:45:01.019Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-02-08T15:45:01.019Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-02-08T15:45:01.019Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-02-08T15:45:01.019Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-02-08T15:45:01.019Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762026-02-08T15:45:01.019Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-02-08T15:45:01.019Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-02-08T15:45:01.019Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-02-08T15:45:01.019Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-02-08T15:45:01.020Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-02-08T15:45:01.020Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-02-08T15:45:01.020Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-02-08T15:45:01.020Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-02-08T15:45:01.020Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-02-08T15:45:02.251Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-02-08T15:45:02.914Z Updating crates.io index
2872026-02-08T15:45:02.938Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-02-08T15:45:03.494Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-02-08T15:45:04.236Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-02-08T15:45:05.696Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-02-08T15:45:06.248Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-02-08T15:45:07.006Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932026-02-08T15:45:09.289Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-02-08T15:45:12.718Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-02-08T15:45:14.302Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-02-08T15:45:14.891Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972026-02-08T15:45:16.552Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982026-02-08T15:45:17.649Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992026-02-08T15:45:18.256Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-02-08T15:45:19.267Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012026-02-08T15:45:19.915Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022026-02-08T15:45:21.748Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3032026-02-08T15:45:22.839Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3042026-02-08T15:45:23.384Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052026-02-08T15:45:24.070Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3062026-02-08T15:45:24.812Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072026-02-08T15:45:25.340Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082026-02-08T15:45:25.842Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092026-02-08T15:45:26.510Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-02-08T15:45:27.274Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-02-08T15:45:28.317Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-02-08T15:45:28.981Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-02-08T15:45:29.696Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-02-08T15:45:30.277Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-02-08T15:45:31.585Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162026-02-08T15:45:32.362Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-02-08T15:45:32.903Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-02-08T15:45:34.659Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192026-02-08T15:45:34.683Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-02-08T15:45:35.137Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-02-08T15:45:35.733Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-02-08T15:45:36.379Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-02-08T15:45:36.926Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-02-08T15:45:37.541Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-02-08T15:45:54.521Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3262026-02-08T15:45:56.377Z Downloading crates ...
3272026-02-08T15:45:56.449Z Downloaded anstream v0.6.18
3282026-02-08T15:45:56.473Z Downloaded cargo_toml v0.21.0
3292026-02-08T15:45:56.474Z Downloaded generic-array v0.14.7
3302026-02-08T15:45:56.474Z Downloaded camino-tempfile v1.4.1
3312026-02-08T15:45:56.474Z Downloaded getrandom v0.3.4
3322026-02-08T15:45:56.474Z Downloaded typeid v1.0.3
3332026-02-08T15:45:56.474Z Downloaded thread-id v4.2.2
3342026-02-08T15:45:56.474Z Downloaded goblin v0.8.2
3352026-02-08T15:45:56.499Z Downloaded yoke-derive v0.7.4
3362026-02-08T15:45:56.499Z Downloaded toml_write v0.1.2
3372026-02-08T15:45:56.499Z Downloaded quote v1.0.40
3382026-02-08T15:45:56.499Z Downloaded zerofrom-derive v0.1.4
3392026-02-08T15:45:56.499Z Downloaded unicode-xid v0.2.6
3402026-02-08T15:45:56.499Z Downloaded typenum v1.17.0
3412026-02-08T15:45:56.499Z Downloaded zmij v1.0.15
3422026-02-08T15:45:56.523Z Downloaded usdt-impl v0.5.0
3432026-02-08T15:45:56.523Z Downloaded zerovec-derive v0.10.3
3442026-02-08T15:45:56.523Z Downloaded zerocopy-derive v0.7.35
3452026-02-08T15:45:56.523Z Downloaded ucd-trie v0.1.7
3462026-02-08T15:45:56.523Z Downloaded num-traits v0.2.19
3472026-02-08T15:45:56.523Z Downloaded toml_edit v0.22.27
3482026-02-08T15:45:56.523Z Downloaded tabled v0.15.0
3492026-02-08T15:45:56.546Z Downloaded serde v1.0.228
3502026-02-08T15:45:56.546Z Downloaded icu_properties_data v1.5.0
3512026-02-08T15:45:56.570Z Downloaded zerovec v0.10.4
3522026-02-08T15:45:56.570Z Downloaded winnow v0.7.14
3532026-02-08T15:45:56.570Z Downloaded serde_json v1.0.149
3542026-02-08T15:45:56.594Z Downloaded zerocopy v0.7.35
3552026-02-08T15:45:56.594Z Downloaded indexmap v2.13.0
3562026-02-08T15:45:56.617Z Downloaded syn v2.0.114
3572026-02-08T15:45:56.617Z Downloaded syn v1.0.109
3582026-02-08T15:45:56.617Z Downloaded unicode-width v0.1.14
3592026-02-08T15:45:56.641Z Downloaded unicode-width v0.2.0
3602026-02-08T15:45:56.641Z Downloaded rustix v0.38.37
3612026-02-08T15:45:56.665Z Downloaded idna v1.0.3
3622026-02-08T15:45:56.665Z Downloaded rustix v1.1.3
3632026-02-08T15:45:56.688Z Downloaded icu_normalizer_data v1.5.0
3642026-02-08T15:45:56.688Z Downloaded icu_locid v1.5.0
3652026-02-08T15:45:56.688Z Downloaded tinystr v0.7.6
3662026-02-08T15:45:56.688Z Downloaded textwrap v0.16.2
3672026-02-08T15:45:56.718Z Downloaded smallvec v1.15.1
3682026-02-08T15:45:56.718Z Downloaded pest v2.8.2
3692026-02-08T15:45:56.718Z Downloaded unicode-ident v1.0.19
3702026-02-08T15:45:56.718Z Downloaded tempfile v3.24.0
3712026-02-08T15:45:56.718Z Downloaded writeable v0.5.5
3722026-02-08T15:45:56.718Z Downloaded thiserror v1.0.69
3732026-02-08T15:45:56.718Z Downloaded serde_derive v1.0.228
3742026-02-08T15:45:56.718Z Downloaded scroll v0.12.0
3752026-02-08T15:45:56.719Z Downloaded pest_meta v2.8.2
3762026-02-08T15:45:56.719Z Downloaded pest_generator v2.8.2
3772026-02-08T15:45:56.719Z Downloaded pest_derive v2.8.2
3782026-02-08T15:45:56.719Z Downloaded memchr v2.7.4
3792026-02-08T15:45:56.744Z Downloaded icu_locid_transform v1.5.0
3802026-02-08T15:45:56.744Z Downloaded synstructure v0.13.1
3812026-02-08T15:45:56.744Z Downloaded swrite v0.1.0
3822026-02-08T15:45:56.744Z Downloaded sha2 v0.10.9
3832026-02-08T15:45:56.744Z Downloaded libc v0.2.180
3842026-02-08T15:45:56.768Z Downloaded proc-macro2 v1.0.101
3852026-02-08T15:45:56.768Z Downloaded proc-macro-error v1.0.4
3862026-02-08T15:45:56.768Z Downloaded is_terminal_polyfill v1.70.1
3872026-02-08T15:45:56.792Z Downloaded icu_provider_macros v1.5.0
3882026-02-08T15:45:56.792Z Downloaded equivalent v1.0.2
3892026-02-08T15:45:56.792Z Downloaded digest v0.10.7
3902026-02-08T15:45:56.792Z Downloaded clap_lex v0.7.4
3912026-02-08T15:45:56.792Z Downloaded yoke v0.7.4
3922026-02-08T15:45:56.792Z Downloaded terminal_size v0.4.0
3932026-02-08T15:45:56.792Z Downloaded strsim v0.11.1
3942026-02-08T15:45:56.792Z Downloaded serde_tokenstream v0.2.2
3952026-02-08T15:45:56.792Z Downloaded serde_spanned v0.6.9
3962026-02-08T15:45:56.792Z Downloaded semver v1.0.27
3972026-02-08T15:45:56.792Z Downloaded toml v0.8.23
3982026-02-08T15:45:56.792Z Downloaded plain v0.2.3
3992026-02-08T15:45:56.792Z Downloaded papergrid v0.11.0
4002026-02-08T15:45:56.792Z Downloaded log v0.4.29
4012026-02-08T15:45:56.792Z Downloaded icu_locid_transform_data v1.5.0
4022026-02-08T15:45:56.816Z Downloaded icu_collections v1.5.0
4032026-02-08T15:45:56.816Z Downloaded heck v0.5.0
4042026-02-08T15:45:56.816Z Downloaded hashbrown v0.16.1
4052026-02-08T15:45:56.816Z Downloaded zerofrom v0.1.4
4062026-02-08T15:45:56.816Z Downloaded version_check v0.9.5
4072026-02-08T15:45:56.816Z Downloaded utf8parse v0.2.2
4082026-02-08T15:45:56.817Z Downloaded utf8_iter v1.0.4
4092026-02-08T15:45:56.817Z Downloaded usdt-macro v0.5.0
4102026-02-08T15:45:56.817Z Downloaded usdt-attr-macro v0.5.0
4112026-02-08T15:45:56.817Z Downloaded stable_deref_trait v1.2.0
4122026-02-08T15:45:56.817Z Downloaded smawk v0.3.2
4132026-02-08T15:45:56.817Z Downloaded serde_core v1.0.228
4142026-02-08T15:45:56.817Z Downloaded serde-value v0.7.0
4152026-02-08T15:45:56.841Z Downloaded serde-untagged v0.1.7
4162026-02-08T15:45:56.841Z Downloaded scroll_derive v0.12.0
4172026-02-08T15:45:56.841Z Downloaded proc-macro-error-attr v1.0.4
4182026-02-08T15:45:56.841Z Downloaded pretty-hex v0.4.1
4192026-02-08T15:45:56.841Z Downloaded ordered-float v2.10.1
4202026-02-08T15:45:56.841Z Downloaded macaddr v1.0.1
4212026-02-08T15:45:56.841Z Downloaded litemap v0.7.3
4222026-02-08T15:45:56.841Z Downloaded itoa v1.0.11
4232026-02-08T15:45:56.841Z Downloaded percent-encoding v2.3.2
4242026-02-08T15:45:56.841Z Downloaded idna_adapter v1.2.0
4252026-02-08T15:45:56.841Z Downloaded thiserror-impl v2.0.18
4262026-02-08T15:45:56.841Z Downloaded thiserror v2.0.18
4272026-02-08T15:45:56.841Z Downloaded tabled_derive v0.7.0
4282026-02-08T15:45:56.841Z Downloaded icu_provider v1.5.0
4292026-02-08T15:45:56.841Z Downloaded icu_properties v1.5.1
4302026-02-08T15:45:56.865Z Downloaded write16 v1.0.0
4312026-02-08T15:45:56.865Z Downloaded utf16_iter v1.0.5
4322026-02-08T15:45:56.865Z Downloaded usdt v0.5.0
4332026-02-08T15:45:56.865Z Downloaded url v2.5.4
4342026-02-08T15:45:56.865Z Downloaded unicode-linebreak v0.1.5
4352026-02-08T15:45:56.865Z Downloaded toml_datetime v0.6.11
4362026-02-08T15:45:56.865Z Downloaded thiserror-impl v1.0.69
4372026-02-08T15:45:56.865Z Downloaded once_cell v1.21.3
4382026-02-08T15:45:56.865Z Downloaded memmap v0.7.0
4392026-02-08T15:45:56.865Z Downloaded icu_normalizer v1.5.0
4402026-02-08T15:45:56.865Z Downloaded heck v0.4.1
4412026-02-08T15:45:56.866Z Downloaded form_urlencoded v1.2.2
4422026-02-08T15:45:56.866Z Downloaded fnv v1.0.7
4432026-02-08T15:45:56.866Z Downloaded displaydoc v0.2.5
4442026-02-08T15:45:56.866Z Downloaded clap_builder v4.5.48
4452026-02-08T15:45:56.890Z Downloaded clap v4.5.48
4462026-02-08T15:45:56.890Z Downloaded cargo-util-schemas v0.8.2
4472026-02-08T15:45:56.890Z Downloaded cargo-platform v0.2.0
4482026-02-08T15:45:56.890Z Downloaded dof v0.3.0
4492026-02-08T15:45:56.890Z Downloaded cpufeatures v0.2.14
4502026-02-08T15:45:56.890Z Downloaded byteorder v1.5.0
4512026-02-08T15:45:56.890Z Downloaded fastrand v2.1.1
4522026-02-08T15:45:56.890Z Downloaded errno v0.3.12
4532026-02-08T15:45:56.890Z Downloaded dtrace-parser v0.2.0
4542026-02-08T15:45:56.890Z Downloaded bytecount v0.6.8
4552026-02-08T15:45:56.890Z Downloaded camino v1.2.2
4562026-02-08T15:45:56.914Z Downloaded block-buffer v0.10.4
4572026-02-08T15:45:56.914Z Downloaded bitflags v2.9.4
4582026-02-08T15:45:56.914Z Downloaded anstyle-parse v0.2.5
4592026-02-08T15:45:56.914Z Downloaded fs-err v3.1.1
4602026-02-08T15:45:56.914Z Downloaded erased-serde v0.4.6
4612026-02-08T15:45:56.914Z Downloaded crypto-common v0.1.6
4622026-02-08T15:45:56.914Z Downloaded colorchoice v1.0.2
4632026-02-08T15:45:56.914Z Downloaded clap_derive v4.5.47
4642026-02-08T15:45:56.914Z Downloaded cfg-if v1.0.4
4652026-02-08T15:45:56.914Z Downloaded anyhow v1.0.99
4662026-02-08T15:45:56.914Z Downloaded anstyle-query v1.1.1
4672026-02-08T15:45:56.914Z Downloaded anstyle v1.0.11
4682026-02-08T15:45:56.914Z Downloaded cargo_metadata v0.21.0
4692026-02-08T15:45:56.938Z Downloaded autocfg v1.4.0
4702026-02-08T15:45:56.998Z Compiling proc-macro2 v1.0.101
4712026-02-08T15:45:56.999Z Compiling unicode-ident v1.0.19
4722026-02-08T15:45:57.023Z Compiling serde_core v1.0.228
4732026-02-08T15:45:57.023Z Compiling serde v1.0.228
4742026-02-08T15:45:57.023Z Compiling version_check v0.9.5
4752026-02-08T15:45:57.023Z Compiling libc v0.2.180
4762026-02-08T15:45:57.023Z Compiling memchr v2.7.4
4772026-02-08T15:45:57.023Z Compiling thiserror v2.0.18
4782026-02-08T15:45:57.339Z Compiling stable_deref_trait v1.2.0
4792026-02-08T15:45:57.574Z Compiling zmij v1.0.15
4802026-02-08T15:45:57.884Z Compiling writeable v0.5.5
4812026-02-08T15:45:57.944Z Compiling ucd-trie v0.1.7
4822026-02-08T15:45:58.324Z Compiling thiserror v1.0.69
4832026-02-08T15:45:58.375Z Compiling litemap v0.7.3
4842026-02-08T15:45:58.516Z Compiling itoa v1.0.11
4852026-02-08T15:45:58.597Z Compiling autocfg v1.4.0
4862026-02-08T15:45:58.735Z Compiling byteorder v1.5.0
4872026-02-08T15:45:58.764Z Compiling bitflags v2.9.4
4882026-02-08T15:45:59.178Z Compiling errno v0.3.12
4892026-02-08T15:45:59.224Z Compiling icu_locid_transform_data v1.5.0
4902026-02-08T15:45:59.276Z Compiling quote v1.0.40
4912026-02-08T15:45:59.367Z Compiling serde_json v1.0.149
4922026-02-08T15:45:59.473Z Compiling icu_properties_data v1.5.0
4932026-02-08T15:45:59.666Z Compiling syn v2.0.114
4942026-02-08T15:45:59.750Z Compiling num-traits v0.2.19
4952026-02-08T15:45:59.806Z Compiling utf8_iter v1.0.4
4962026-02-08T15:45:59.866Z Compiling icu_normalizer_data v1.5.0
4972026-02-08T15:45:59.916Z Compiling hashbrown v0.16.1
4982026-02-08T15:45:59.984Z Compiling write16 v1.0.0
4992026-02-08T15:46:00.047Z Compiling equivalent v1.0.2
5002026-02-08T15:46:00.076Z Compiling rustix v0.38.37
5012026-02-08T15:46:00.135Z Compiling utf16_iter v1.0.5
5022026-02-08T15:46:00.212Z Compiling typeid v1.0.3
5032026-02-08T15:46:00.353Z Compiling smallvec v1.15.1
5042026-02-08T15:46:00.750Z Compiling proc-macro-error-attr v1.0.4
5052026-02-08T15:46:00.828Z Compiling usdt-impl v0.5.0
5062026-02-08T15:46:00.979Z Compiling indexmap v2.13.0
5072026-02-08T15:46:01.003Z Compiling syn v1.0.109
5082026-02-08T15:46:01.058Z Compiling winnow v0.7.14
5092026-02-08T15:46:01.149Z Compiling toml_write v0.1.2
5102026-02-08T15:46:01.349Z Compiling thread-id v4.2.2
5112026-02-08T15:46:02.068Z Compiling proc-macro-error v1.0.4
5122026-02-08T15:46:02.228Z Compiling camino v1.2.2
5132026-02-08T15:46:02.370Z Compiling getrandom v0.3.4
5142026-02-08T15:46:02.857Z Compiling plain v0.2.3
5152026-02-08T15:46:02.982Z Compiling utf8parse v0.2.2
5162026-02-08T15:46:03.032Z Compiling percent-encoding v2.3.2
5172026-02-08T15:46:03.265Z Compiling rustix v1.1.3
5182026-02-08T15:46:03.396Z Compiling log v0.4.29
5192026-02-08T15:46:03.442Z Compiling form_urlencoded v1.2.2
5202026-02-08T15:46:03.677Z Compiling ordered-float v2.10.1
5212026-02-08T15:46:03.748Z Compiling anstyle-parse v0.2.5
5222026-02-08T15:46:03.862Z Compiling terminal_size v0.4.0
5232026-02-08T15:46:04.267Z Compiling is_terminal_polyfill v1.70.1
5242026-02-08T15:46:04.292Z Compiling anstyle v1.0.11
5252026-02-08T15:46:04.292Z Compiling colorchoice v1.0.2
5262026-02-08T15:46:04.406Z Compiling anstyle-query v1.1.1
5272026-02-08T15:46:04.499Z Compiling cfg-if v1.0.4
5282026-02-08T15:46:04.570Z Compiling pretty-hex v0.4.1
5292026-02-08T15:46:04.716Z Compiling anstream v0.6.18
5302026-02-08T15:46:04.842Z Compiling semver v1.0.27
5312026-02-08T15:46:05.290Z Compiling fs-err v3.1.1
5322026-02-08T15:46:05.496Z Compiling fnv v1.0.7
5332026-02-08T15:46:05.621Z Compiling once_cell v1.21.3
5342026-02-08T15:46:05.646Z Compiling heck v0.4.1
5352026-02-08T15:46:05.647Z Compiling unicode-xid v0.2.6
5362026-02-08T15:46:05.699Z Compiling synstructure v0.13.1
5372026-02-08T15:46:05.894Z Compiling unicode-width v0.1.14
5382026-02-08T15:46:06.003Z Compiling fastrand v2.1.1
5392026-02-08T15:46:06.048Z Compiling clap_lex v0.7.4
5402026-02-08T15:46:06.426Z Compiling strsim v0.11.1
5412026-02-08T15:46:06.506Z Compiling heck v0.5.0
5422026-02-08T15:46:06.531Z Compiling anyhow v1.0.99
5432026-02-08T15:46:06.988Z Compiling bytecount v0.6.8
5442026-02-08T15:46:07.014Z Compiling clap_builder v4.5.48
5452026-02-08T15:46:07.130Z Compiling tempfile v3.24.0
5462026-02-08T15:46:07.240Z Compiling papergrid v0.11.0
5472026-02-08T15:46:07.490Z Compiling memmap v0.7.0
5482026-02-08T15:46:07.517Z Compiling smawk v0.3.2
5492026-02-08T15:46:07.754Z Compiling unicode-linebreak v0.1.5
5502026-02-08T15:46:07.814Z Compiling unicode-width v0.2.0
5512026-02-08T15:46:07.951Z Compiling camino-tempfile v1.4.1
5522026-02-08T15:46:08.411Z Compiling textwrap v0.16.2
5532026-02-08T15:46:08.912Z Compiling swrite v0.1.0
5542026-02-08T15:46:08.969Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-02-08T15:46:09.038Z Compiling tabled_derive v0.7.0
5562026-02-08T15:46:09.579Z Compiling serde_derive v1.0.228
5572026-02-08T15:46:09.636Z Compiling zerofrom-derive v0.1.4
5582026-02-08T15:46:09.701Z Compiling yoke-derive v0.7.4
5592026-02-08T15:46:09.736Z Compiling zerovec-derive v0.10.3
5602026-02-08T15:46:09.831Z Compiling thiserror-impl v2.0.18
5612026-02-08T15:46:10.827Z Compiling displaydoc v0.2.5
5622026-02-08T15:46:11.890Z Compiling thiserror-impl v1.0.69
5632026-02-08T15:46:12.149Z Compiling icu_provider_macros v1.5.0
5642026-02-08T15:46:12.241Z Compiling zerocopy-derive v0.7.35
5652026-02-08T15:46:12.649Z Compiling zerofrom v0.1.4
5662026-02-08T15:46:12.882Z Compiling pest v2.8.2
5672026-02-08T15:46:12.931Z Compiling yoke v0.7.4
5682026-02-08T15:46:13.193Z Compiling scroll_derive v0.12.0
5692026-02-08T15:46:13.325Z Compiling zerovec v0.10.4
5702026-02-08T15:46:14.083Z Compiling zerocopy v0.7.35
5712026-02-08T15:46:14.343Z Compiling clap_derive v4.5.47
5722026-02-08T15:46:14.419Z Compiling scroll v0.12.0
5732026-02-08T15:46:14.643Z Compiling tabled v0.15.0
5742026-02-08T15:46:14.850Z Compiling goblin v0.8.2
5752026-02-08T15:46:15.128Z Compiling tinystr v0.7.6
5762026-02-08T15:46:15.291Z Compiling icu_collections v1.5.0
5772026-02-08T15:46:15.423Z Compiling pest_meta v2.8.2
5782026-02-08T15:46:15.541Z Compiling icu_locid v1.5.0
5792026-02-08T15:46:16.702Z Compiling icu_provider v1.5.0
5802026-02-08T15:46:16.961Z Compiling pest_generator v2.8.2
5812026-02-08T15:46:17.014Z Compiling toml_datetime v0.6.11
5822026-02-08T15:46:17.418Z Compiling icu_locid_transform v1.5.0
5832026-02-08T15:46:17.638Z Compiling serde_spanned v0.6.9
5842026-02-08T15:46:17.748Z Compiling dof v0.3.0
5852026-02-08T15:46:17.835Z Compiling toml_edit v0.22.27
5862026-02-08T15:46:17.891Z Compiling serde_tokenstream v0.2.2
5872026-02-08T15:46:18.440Z Compiling erased-serde v0.4.6
5882026-02-08T15:46:18.569Z Compiling serde-value v0.7.0
5892026-02-08T15:46:18.594Z Compiling cargo-platform v0.2.0
5902026-02-08T15:46:19.082Z Compiling icu_properties v1.5.1
5912026-02-08T15:46:19.290Z Compiling clap v4.5.48
5922026-02-08T15:46:19.326Z Compiling pest_derive v2.8.2
5932026-02-08T15:46:19.430Z Compiling serde-untagged v0.1.7
5942026-02-08T15:46:19.464Z Compiling macaddr v1.0.1
5952026-02-08T15:46:20.002Z Compiling dtrace-parser v0.2.0
5962026-02-08T15:46:20.946Z Compiling toml v0.8.23
5972026-02-08T15:46:21.709Z Compiling usdt-attr-macro v0.5.0
5982026-02-08T15:46:21.733Z Compiling usdt-macro v0.5.0
5992026-02-08T15:46:21.757Z Compiling cargo_toml v0.21.0
6002026-02-08T15:46:22.199Z Compiling icu_normalizer v1.5.0
6012026-02-08T15:46:22.912Z Compiling usdt v0.5.0
6022026-02-08T15:46:23.204Z Compiling idna_adapter v1.2.0
6032026-02-08T15:46:23.409Z Compiling idna v1.0.3
6042026-02-08T15:46:23.959Z Compiling url v2.5.4
6052026-02-08T15:46:24.731Z Compiling cargo-util-schemas v0.8.2
6062026-02-08T15:46:26.525Z Compiling cargo_metadata v0.21.0
6072026-02-08T15:46:28.696Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6082026-02-08T15:46:32.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
6092026-02-08T15:46:33.160Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6102026-02-08T15:46:34.177Z Downloading crates ...
6112026-02-08T15:46:34.371Z Downloaded crc-catalog v2.4.0
6122026-02-08T15:46:34.395Z Downloaded daft-derive v0.1.4
6132026-02-08T15:46:34.420Z Downloaded dirs-sys-next v0.1.2
6142026-02-08T15:46:34.443Z Downloaded hash32 v0.3.1
6152026-02-08T15:46:34.468Z Downloaded group v0.13.0
6162026-02-08T15:46:34.493Z Downloaded httpdate v1.0.3
6172026-02-08T15:46:34.493Z Downloaded lazycell v1.3.0
6182026-02-08T15:46:34.517Z Downloaded memoffset v0.9.1
6192026-02-08T15:46:34.542Z Downloaded number_prefix v0.4.0
6202026-02-08T15:46:34.567Z Downloaded packed_struct_codegen v0.10.1
6212026-02-08T15:46:34.567Z Downloaded progenitor-macro v0.11.2
6222026-02-08T15:46:34.592Z Downloaded quick-error v1.2.3
6232026-02-08T15:46:34.617Z Downloaded scopeguard v1.2.0
6242026-02-08T15:46:34.617Z Downloaded serde_bytes v0.11.19
6252026-02-08T15:46:34.641Z Downloaded siphasher v0.3.11
6262026-02-08T15:46:34.666Z Downloaded strum v0.27.2
6272026-02-08T15:46:34.690Z Downloaded tap v1.0.1
6282026-02-08T15:46:34.690Z Downloaded try-lock v0.2.5
6292026-02-08T15:46:34.715Z Downloaded topological-sort v0.2.2
6302026-02-08T15:46:34.715Z Downloaded typify-macro v0.4.3
6312026-02-08T15:46:34.740Z Downloaded xshell-macros v0.2.7
6322026-02-08T15:46:34.765Z Downloaded zone_cfg_derive v0.3.0
6332026-02-08T15:46:34.765Z Downloaded zstd v0.13.3
6342026-02-08T15:46:34.790Z Downloaded zstd-safe v7.2.3
6352026-02-08T15:46:34.790Z Downloaded zerocopy v0.6.6
6362026-02-08T15:46:34.814Z Downloaded yansi v1.0.1
6372026-02-08T15:46:34.814Z Downloaded zip v0.6.6
6382026-02-08T15:46:34.839Z Downloaded zerocopy-derive v0.8.27
6392026-02-08T15:46:34.862Z Downloaded typed-path v0.9.3
6402026-02-08T15:46:34.863Z Downloaded winnow v0.5.40
6412026-02-08T15:46:34.886Z Downloaded time v0.3.43
6422026-02-08T15:46:34.910Z Downloaded zip v4.2.0
6432026-02-08T15:46:34.910Z Downloaded smoltcp v0.9.1
6442026-02-08T15:46:34.934Z Downloaded zlib-rs v0.5.1
6452026-02-08T15:46:34.934Z Downloaded smoltcp v0.11.0
6462026-02-08T15:46:34.958Z Downloaded vcpkg v0.2.15
6472026-02-08T15:46:34.997Z Downloaded webpki-roots v1.0.1
6482026-02-08T15:46:35.021Z Downloaded zerocopy v0.8.27
6492026-02-08T15:46:35.045Z Downloaded dropshot v0.16.7
6502026-02-08T15:46:35.069Z Downloaded object v0.30.4
6512026-02-08T15:46:35.093Z Downloaded diesel v2.2.12
6522026-02-08T15:46:35.116Z Downloaded bzip2-sys v0.1.13+1.0.8
6532026-02-08T15:46:35.140Z Downloaded radix_trie v0.2.1
6542026-02-08T15:46:35.140Z Downloaded ratatui v0.29.0
6552026-02-08T15:46:35.164Z Downloaded chrono-tz v0.10.4
6562026-02-08T15:46:35.188Z Downloaded sled v0.34.7
6572026-02-08T15:46:35.212Z Downloaded rustls v0.23.19
6582026-02-08T15:46:35.212Z Downloaded rustls v0.22.4
6592026-02-08T15:46:35.236Z Downloaded regress v0.10.4
6602026-02-08T15:46:35.260Z Downloaded petgraph v0.6.5
6612026-02-08T15:46:35.260Z Downloaded typify-impl v0.2.0
6622026-02-08T15:46:35.283Z Downloaded typify-impl v0.4.3
6632026-02-08T15:46:35.307Z Downloaded zerocopy-derive v0.6.6
6642026-02-08T15:46:35.307Z Downloaded csv v1.3.1
6652026-02-08T15:46:35.331Z Downloaded regex-automata v0.4.11
6662026-02-08T15:46:35.356Z Downloaded jiff v0.2.15
6672026-02-08T15:46:35.380Z Downloaded petgraph v0.8.2
6682026-02-08T15:46:35.404Z Downloaded libz-sys v1.1.20
6692026-02-08T15:46:35.428Z Downloaded regex-syntax v0.8.5
6702026-02-08T15:46:35.428Z Downloaded winnow v0.6.26
6712026-02-08T15:46:35.452Z Downloaded quinn-proto v0.11.8
6722026-02-08T15:46:35.452Z Downloaded lzma-sys v0.1.20
6732026-02-08T15:46:35.480Z Downloaded proptest v1.7.0
6742026-02-08T15:46:35.504Z Downloaded gimli v0.31.1
6752026-02-08T15:46:35.504Z Downloaded tabled v0.20.0
6762026-02-08T15:46:35.528Z Downloaded tabled v0.18.0
6772026-02-08T15:46:35.552Z Downloaded regex-syntax v0.6.29
6782026-02-08T15:46:35.552Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6792026-02-08T15:46:35.576Z Downloaded sha3 v0.10.8
6802026-02-08T15:46:35.576Z Downloaded tokio v1.49.0
6812026-02-08T15:46:35.617Z Downloaded lalrpop v0.19.12
6822026-02-08T15:46:35.642Z Downloaded tough v0.20.0
6832026-02-08T15:46:35.642Z Downloaded tokio-util v0.7.15
6842026-02-08T15:46:35.667Z Downloaded quick-xml v0.37.2
6852026-02-08T15:46:35.667Z Downloaded portable-atomic v1.11.0
6862026-02-08T15:46:35.690Z Downloaded openapiv3 v2.2.0
6872026-02-08T15:46:35.690Z Downloaded git2 v0.20.2
6882026-02-08T15:46:35.690Z Downloaded rustls v0.21.12
6892026-02-08T15:46:35.714Z Downloaded futures-util v0.3.31
6902026-02-08T15:46:35.714Z Downloaded unicode-normalization v0.1.24
6912026-02-08T15:46:35.738Z Downloaded tower v0.5.2
6922026-02-08T15:46:35.738Z Downloaded toml_edit v0.19.15
6932026-02-08T15:46:35.762Z Downloaded rand v0.9.2
6942026-02-08T15:46:35.762Z Downloaded object v0.36.5
6952026-02-08T15:46:35.786Z Downloaded x509-cert v0.2.5
6962026-02-08T15:46:35.786Z Downloaded steno v0.4.1
6972026-02-08T15:46:35.786Z Downloaded russh v0.45.0
6982026-02-08T15:46:35.786Z Downloaded rpassword v7.4.0
6992026-02-08T15:46:35.786Z Downloaded hyper v1.8.1
7002026-02-08T15:46:35.810Z Downloaded unicode-segmentation v1.12.0
7012026-02-08T15:46:35.810Z Downloaded tungstenite v0.23.0
7022026-02-08T15:46:35.810Z Downloaded tower-http v0.6.6
7032026-02-08T15:46:35.834Z Downloaded encoding_rs v0.8.34
7042026-02-08T15:46:35.858Z Downloaded toml v0.9.11+spec-1.1.0
7052026-02-08T15:46:35.858Z Downloaded sqlparser v0.45.0
7062026-02-08T15:46:35.858Z Downloaded serde_with v3.16.1
7072026-02-08T15:46:35.882Z Downloaded yasna v0.5.2
7082026-02-08T15:46:35.882Z Downloaded ring v0.17.14
7092026-02-08T15:46:35.908Z Downloaded unicode_categories v0.1.1
7102026-02-08T15:46:35.932Z Downloaded tungstenite v0.21.0
7112026-02-08T15:46:35.932Z Downloaded tinyvec v1.8.0
7122026-02-08T15:46:35.932Z Downloaded rustls-webpki v0.102.8
7132026-02-08T15:46:35.956Z Downloaded rsa v0.9.8
7142026-02-08T15:46:35.956Z Downloaded qorb v0.4.1
7152026-02-08T15:46:35.956Z Downloaded num-bigint-dig v0.8.6
7162026-02-08T15:46:35.956Z Downloaded nix v0.30.1
7172026-02-08T15:46:35.980Z Downloaded nix v0.28.0
7182026-02-08T15:46:35.980Z Downloaded hickory-proto v0.25.2
7192026-02-08T15:46:36.004Z Downloaded zopfli v0.8.1
7202026-02-08T15:46:36.004Z Downloaded zeroize v1.8.1
7212026-02-08T15:46:36.004Z Downloaded libgit2-sys v0.18.2+1.9.1
7222026-02-08T15:46:36.068Z Downloaded vte v0.11.1
7232026-02-08T15:46:36.092Z Downloaded vsss-rs v3.3.4
7242026-02-08T15:46:36.092Z Downloaded vergen v9.0.6
7252026-02-08T15:46:36.092Z Downloaded uuid v1.19.0
7262026-02-08T15:46:36.092Z Downloaded unsafe-libyaml v0.2.11
7272026-02-08T15:46:36.092Z Downloaded typify v0.4.3
7282026-02-08T15:46:36.092Z Downloaded toml v0.7.8
7292026-02-08T15:46:36.092Z Downloaded test-strategy v0.4.3
7302026-02-08T15:46:36.116Z Downloaded tar v0.4.44
7312026-02-08T15:46:36.116Z Downloaded similar v2.7.0
7322026-02-08T15:46:36.116Z Downloaded rustls-webpki v0.101.7
7332026-02-08T15:46:36.140Z Downloaded rayon v1.10.0
7342026-02-08T15:46:36.140Z Downloaded polar-core v0.27.3
7352026-02-08T15:46:36.140Z Downloaded nom v7.1.3
7362026-02-08T15:46:36.164Z Downloaded xz2 v0.1.7
7372026-02-08T15:46:36.164Z Downloaded xshell v0.2.7
7382026-02-08T15:46:36.164Z Downloaded whoami v1.5.2
7392026-02-08T15:46:36.164Z Downloaded vergen-lib v0.1.6
7402026-02-08T15:46:36.164Z Downloaded vergen-gitcl v1.0.8
7412026-02-08T15:46:36.164Z Downloaded value-bag v1.12.0
7422026-02-08T15:46:36.164Z Downloaded unicode-properties v0.1.3
7432026-02-08T15:46:36.164Z Downloaded unicode-bidi v0.3.17
7442026-02-08T15:46:36.188Z Downloaded twox-hash v2.1.0
7452026-02-08T15:46:36.188Z Downloaded toml_parser v1.0.6+spec-1.1.0
7462026-02-08T15:46:36.188Z Downloaded salty v0.3.0
7472026-02-08T15:46:36.188Z Downloaded rand v0.8.5
7482026-02-08T15:46:36.188Z Downloaded publicsuffix v2.3.0
7492026-02-08T15:46:36.188Z Downloaded openssl v0.10.73
7502026-02-08T15:46:36.212Z Downloaded nix v0.29.0
7512026-02-08T15:46:36.212Z Downloaded zone_cfg_derive v0.1.2
7522026-02-08T15:46:36.212Z Downloaded zone v0.3.1
7532026-02-08T15:46:36.212Z Downloaded zone v0.1.8
7542026-02-08T15:46:36.212Z Downloaded zeroize_derive v1.4.2
7552026-02-08T15:46:36.212Z Downloaded xattr v1.3.1
7562026-02-08T15:46:36.236Z Downloaded wyz v0.5.1
7572026-02-08T15:46:36.236Z Downloaded which v4.4.2
7582026-02-08T15:46:36.236Z Downloaded walkdir v2.5.0
7592026-02-08T15:46:36.236Z Downloaded waitgroup v0.1.2
7602026-02-08T15:46:36.236Z Downloaded wait-timeout v0.2.0
7612026-02-08T15:46:36.236Z Downloaded vergen-git2 v1.0.7
7622026-02-08T15:46:36.236Z Downloaded uzers v0.12.1
7632026-02-08T15:46:36.236Z Downloaded usdt-impl v0.6.0
7642026-02-08T15:46:36.236Z Downloaded universal-hash v0.5.1
7652026-02-08T15:46:36.236Z Downloaded unicase v2.8.1
7662026-02-08T15:46:36.237Z Downloaded typify v0.2.0
7672026-02-08T15:46:36.237Z Downloaded tui-tree-widget v0.23.1
7682026-02-08T15:46:36.237Z Downloaded tracing-core v0.1.32
7692026-02-08T15:46:36.237Z Downloaded tracing v0.1.40
7702026-02-08T15:46:36.261Z Downloaded tokio-postgres v0.7.13
7712026-02-08T15:46:36.261Z Downloaded term v1.1.0
7722026-02-08T15:46:36.261Z Downloaded term v0.7.0
7732026-02-08T15:46:36.261Z Downloaded subprocess v0.2.9
7742026-02-08T15:46:36.261Z Downloaded strum_macros v0.26.4
7752026-02-08T15:46:36.261Z Downloaded ssh-key v0.6.6
7762026-02-08T15:46:36.285Z Downloaded signal-hook v0.3.18
7772026-02-08T15:46:36.285Z Downloaded regex v1.11.3
7782026-02-08T15:46:36.285Z Downloaded petname v2.0.2
7792026-02-08T15:46:36.285Z Downloaded num-bigint v0.4.6
7802026-02-08T15:46:36.285Z Downloaded nix v0.27.1
7812026-02-08T15:46:36.310Z Downloaded hickory-proto v0.24.4
7822026-02-08T15:46:36.310Z Downloaded want v0.3.1
7832026-02-08T15:46:36.310Z Downloaded vte_generate_state_changes v0.1.2
7842026-02-08T15:46:36.335Z Downloaded void v1.0.2
7852026-02-08T15:46:36.335Z Downloaded utf-8 v0.7.6
7862026-02-08T15:46:36.335Z Downloaded usdt-macro v0.6.0
7872026-02-08T15:46:36.335Z Downloaded usdt-attr-macro v0.6.0
7882026-02-08T15:46:36.335Z Downloaded usdt v0.6.0
7892026-02-08T15:46:36.335Z Downloaded untrusted v0.9.0
7902026-02-08T15:46:36.335Z Downloaded untrusted v0.7.1
7912026-02-08T15:46:36.336Z Downloaded unit-prefix v0.5.1
7922026-02-08T15:46:36.336Z Downloaded unicode-truncate v1.1.0
7932026-02-08T15:46:36.336Z Downloaded unarray v0.1.4
7942026-02-08T15:46:36.336Z Downloaded tracing-attributes v0.1.27
7952026-02-08T15:46:36.336Z Downloaded toml_writer v1.0.6+spec-1.1.0
7962026-02-08T15:46:36.336Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7972026-02-08T15:46:36.336Z Downloaded tokio-tungstenite v0.23.1
7982026-02-08T15:46:36.360Z Downloaded tokio-stream v0.1.17
7992026-02-08T15:46:36.361Z Downloaded tiny-keccak v2.0.2
8002026-02-08T15:46:36.361Z Downloaded time-macros v0.2.24
8012026-02-08T15:46:36.361Z Downloaded thread_local v1.1.8
8022026-02-08T15:46:36.361Z Downloaded thiserror-no-std v2.0.2
8032026-02-08T15:46:36.361Z Downloaded termios v0.3.3
8042026-02-08T15:46:36.361Z Downloaded snafu v0.8.5
8052026-02-08T15:46:36.361Z Downloaded slab v0.4.9
8062026-02-08T15:46:36.361Z Downloaded reqwest v0.12.24
8072026-02-08T15:46:36.385Z Downloaded quinn v0.11.5
8082026-02-08T15:46:36.385Z Downloaded mio v1.0.2
8092026-02-08T15:46:36.386Z Downloaded typify-macro v0.2.0
8102026-02-08T15:46:36.386Z Downloaded trait-variant v0.1.2
8112026-02-08T15:46:36.386Z Downloaded tower-layer v0.3.3
8122026-02-08T15:46:36.386Z Downloaded tokio-tungstenite v0.21.0
8132026-02-08T15:46:36.386Z Downloaded tokio-rustls v0.26.0
8142026-02-08T15:46:36.386Z Downloaded tokio-rustls v0.24.1
8152026-02-08T15:46:36.386Z Downloaded support-bundle-viewer v0.1.2
8162026-02-08T15:46:36.410Z Downloaded string_cache v0.8.9
8172026-02-08T15:46:36.410Z Downloaded rustyline v14.0.0
8182026-02-08T15:46:36.410Z Downloaded russh-keys v0.45.0
8192026-02-08T15:46:36.410Z Downloaded reedline v0.40.0
8202026-02-08T15:46:36.410Z Downloaded prettyplease v0.2.36
8212026-02-08T15:46:36.410Z Downloaded pretty_assertions v1.4.1
8222026-02-08T15:46:36.410Z Downloaded tokio-dtrace v0.1.0
8232026-02-08T15:46:36.410Z Downloaded sync-ptr v0.1.4
8242026-02-08T15:46:36.410Z Downloaded strum_macros v0.27.2
8252026-02-08T15:46:36.434Z Downloaded strum_macros v0.24.3
8262026-02-08T15:46:36.434Z Downloaded stringprep v0.1.5
8272026-02-08T15:46:36.434Z Downloaded static_assertions v1.1.0
8282026-02-08T15:46:36.434Z Downloaded spin v0.9.8
8292026-02-08T15:46:36.434Z Downloaded socket2 v0.5.10
8302026-02-08T15:46:36.434Z Downloaded slog v2.8.2
8312026-02-08T15:46:36.434Z Downloaded serde_cbor v0.11.2
8322026-02-08T15:46:36.434Z Downloaded papergrid v0.17.0
8332026-02-08T15:46:36.434Z Downloaded moka v0.12.10
8342026-02-08T15:46:36.459Z Downloaded expectorate v1.2.0
8352026-02-08T15:46:36.459Z Downloaded tower-service v0.3.3
8362026-02-08T15:46:36.459Z Downloaded tokio-rustls v0.25.0
8372026-02-08T15:46:36.459Z Downloaded tokio-native-tls v0.3.1
8382026-02-08T15:46:36.459Z Downloaded tokio-macros v2.6.0
8392026-02-08T15:46:36.459Z Downloaded tls_codec_derive v0.4.1
8402026-02-08T15:46:36.459Z Downloaded tls_codec v0.4.1
8412026-02-08T15:46:36.459Z Downloaded tinyvec_macros v0.1.1
8422026-02-08T15:46:36.459Z Downloaded time-core v0.1.6
8432026-02-08T15:46:36.459Z Downloaded thread-id v5.0.0
8442026-02-08T15:46:36.459Z Downloaded thiserror-impl-no-std v2.0.2
8452026-02-08T15:46:36.483Z Downloaded testing_table v0.3.0
8462026-02-08T15:46:36.484Z Downloaded termtree v0.5.1
8472026-02-08T15:46:36.484Z Downloaded socket2 v0.6.1
8482026-02-08T15:46:36.484Z Downloaded slog-stdlog v4.1.1
8492026-02-08T15:46:36.484Z Downloaded slog-json v2.6.1
8502026-02-08T15:46:36.484Z Downloaded slog-dtrace v0.3.0
8512026-02-08T15:46:36.484Z Downloaded signature v2.2.0
8522026-02-08T15:46:36.484Z Downloaded signal-hook-registry v1.4.2
8532026-02-08T15:46:36.484Z Downloaded shlex v1.3.0
8542026-02-08T15:46:36.484Z Downloaded serde_yaml v0.9.34+deprecated
8552026-02-08T15:46:36.484Z Downloaded schemars v1.0.4
8562026-02-08T15:46:36.509Z Downloaded schemars v0.9.0
8572026-02-08T15:46:36.534Z Downloaded samael v0.0.19
8582026-02-08T15:46:36.534Z Downloaded prefix-trie v0.7.0
8592026-02-08T15:46:36.534Z Downloaded minimal-lexical v0.2.1
8602026-02-08T15:46:36.534Z Downloaded jiff-static v0.2.15
8612026-02-08T15:46:36.535Z Downloaded take_mut v0.2.2
8622026-02-08T15:46:36.535Z Downloaded tagptr v0.2.0
8632026-02-08T15:46:36.535Z Downloaded tabwriter v1.4.0
8642026-02-08T15:46:36.535Z Downloaded tabled_derive v0.11.0
8652026-02-08T15:46:36.535Z Downloaded tabled_derive v0.10.0
8662026-02-08T15:46:36.559Z Downloaded sync_wrapper v1.0.1
8672026-02-08T15:46:36.559Z Downloaded supports-color v3.0.2
8682026-02-08T15:46:36.559Z Downloaded subtle v2.6.1
8692026-02-08T15:46:36.559Z Downloaded strum v0.26.3
8702026-02-08T15:46:36.559Z Downloaded structmeta v0.3.0
8712026-02-08T15:46:36.559Z Downloaded strip-ansi-escapes v0.2.0
8722026-02-08T15:46:36.559Z Downloaded sqlformat v0.3.5
8732026-02-08T15:46:36.559Z Downloaded spki v0.7.3
8742026-02-08T15:46:36.559Z Downloaded snafu-derive v0.8.5
8752026-02-08T15:46:36.560Z Downloaded smf v0.2.3
8762026-02-08T15:46:36.560Z Downloaded smallvec v0.6.14
8772026-02-08T15:46:36.560Z Downloaded slog-term v2.9.2
8782026-02-08T15:46:36.560Z Downloaded slog-scope v4.4.0
8792026-02-08T15:46:36.560Z Downloaded slog-envlogger v2.2.0
8802026-02-08T15:46:36.560Z Downloaded slog-bunyan v2.5.0
8812026-02-08T15:46:36.560Z Downloaded slog-async v2.8.0
8822026-02-08T15:46:36.560Z Downloaded serde_with_macros v3.16.1
8832026-02-08T15:46:36.560Z Downloaded schemars v0.8.22
8842026-02-08T15:46:36.585Z Downloaded rustls-pki-types v1.10.0
8852026-02-08T15:46:36.585Z Downloaded password-hash v0.5.0
8862026-02-08T15:46:36.585Z Downloaded papergrid v0.14.0
8872026-02-08T15:46:36.585Z Downloaded p521 v0.13.3
8882026-02-08T15:46:36.585Z Downloaded p384 v0.13.1
8892026-02-08T15:46:36.609Z Downloaded ed25519-dalek v2.1.1
8902026-02-08T15:46:36.609Z Downloaded structmeta-derive v0.3.0
8912026-02-08T15:46:36.609Z Downloaded ssh-encoding v0.2.0
8922026-02-08T15:46:36.609Z Downloaded ssh-cipher v0.2.0
8932026-02-08T15:46:36.609Z Downloaded sqlparser_derive v0.2.2
8942026-02-08T15:46:36.609Z Downloaded siphasher v1.0.1
8952026-02-08T15:46:36.609Z Downloaded sigpipe v0.1.3
8962026-02-08T15:46:36.609Z Downloaded signal-hook-tokio v0.3.1
8972026-02-08T15:46:36.609Z Downloaded shell-words v1.1.0
8982026-02-08T15:46:36.610Z Downloaded serde_path_to_error v0.1.20
8992026-02-08T15:46:36.610Z Downloaded serde_derive_internals v0.29.1
9002026-02-08T15:46:36.610Z Downloaded serde-hex v0.1.0
9012026-02-08T15:46:36.610Z Downloaded sec1 v0.7.3
9022026-02-08T15:46:36.610Z Downloaded sct v0.7.1
9032026-02-08T15:46:36.634Z Downloaded scroll v0.13.0
9042026-02-08T15:46:36.634Z Downloaded ryu v1.0.18
9052026-02-08T15:46:36.634Z Downloaded rustc-demangle v0.1.24
9062026-02-08T15:46:36.634Z Downloaded ron v0.8.1
9072026-02-08T15:46:36.634Z Downloaded miniz_oxide v0.8.5
9082026-02-08T15:46:36.634Z Downloaded simd-adler32 v0.3.7
9092026-02-08T15:46:36.634Z Downloaded signal-hook-mio v0.2.4
9102026-02-08T15:46:36.634Z Downloaded sha1 v0.10.6
9112026-02-08T15:46:36.634Z Downloaded serde_urlencoded v0.7.1
9122026-02-08T15:46:36.634Z Downloaded serde_spanned v1.0.4
9132026-02-08T15:46:36.634Z Downloaded serde_repr v0.1.19
9142026-02-08T15:46:36.634Z Downloaded serde_plain v1.0.2
9152026-02-08T15:46:36.634Z Downloaded rusty-fork v0.3.0
9162026-02-08T15:46:36.658Z Downloaded rustversion v1.0.22
9172026-02-08T15:46:36.658Z Downloaded rustls-pemfile v1.0.4
9182026-02-08T15:46:36.658Z Downloaded rustls-native-certs v0.8.1
9192026-02-08T15:46:36.658Z Downloaded rustc-hash v2.1.1
9202026-02-08T15:46:36.658Z Downloaded rustc-hash v1.1.0
9212026-02-08T15:46:36.658Z Downloaded ron v0.7.1
9222026-02-08T15:46:36.658Z Downloaded rayon-core v1.12.1
9232026-02-08T15:46:36.682Z Downloaded predicates v3.1.3
9242026-02-08T15:46:36.683Z Downloaded postgres-types v0.2.9
9252026-02-08T15:46:36.683Z Downloaded postcard v1.0.10
9262026-02-08T15:46:36.683Z Downloaded parking_lot_core v0.9.10
9272026-02-08T15:46:36.683Z Downloaded parking_lot v0.11.2
9282026-02-08T15:46:36.683Z Downloaded flate2 v1.1.2
9292026-02-08T15:46:36.683Z Downloaded derive_more v2.0.1
9302026-02-08T15:46:36.707Z Downloaded curve25519-dalek v4.1.3
9312026-02-08T15:46:36.707Z Downloaded serde-big-array v0.5.1
9322026-02-08T15:46:36.707Z Downloaded seq-macro v0.3.6
9332026-02-08T15:46:36.707Z Downloaded semver v0.1.20
9342026-02-08T15:46:36.707Z Downloaded secrecy v0.10.3
9352026-02-08T15:46:36.707Z Downloaded secrecy v0.8.0
9362026-02-08T15:46:36.707Z Downloaded scrypt v0.11.0
9372026-02-08T15:46:36.707Z Downloaded scroll_derive v0.13.1
9382026-02-08T15:46:36.707Z Downloaded schemars_derive v0.8.22
9392026-02-08T15:46:36.707Z Downloaded sapling-renderdag v0.1.0
9402026-02-08T15:46:36.707Z Downloaded same-file v1.0.6
9412026-02-08T15:46:36.707Z Downloaded rustls-pemfile v2.2.0
9422026-02-08T15:46:36.731Z Downloaded rustc_version v0.4.1
9432026-02-08T15:46:36.731Z Downloaded rustc_version v0.1.7
9442026-02-08T15:46:36.731Z Downloaded rcgen v0.12.1
9452026-02-08T15:46:36.731Z Downloaded rand_core v0.6.4
9462026-02-08T15:46:36.731Z Downloaded rand_chacha v0.9.0
9472026-02-08T15:46:36.731Z Downloaded rand_chacha v0.3.1
9482026-02-08T15:46:36.731Z Downloaded r2d2 v0.8.10
9492026-02-08T15:46:36.731Z Downloaded quinn-udp v0.5.5
9502026-02-08T15:46:36.731Z Downloaded parking_lot v0.12.3
9512026-02-08T15:46:36.731Z Downloaded goblin v0.10.2
9522026-02-08T15:46:36.731Z Downloaded flume v0.11.1
9532026-02-08T15:46:36.756Z Downloaded elliptic-curve v0.13.8
9542026-02-08T15:46:36.756Z Downloaded scheduled-thread-pool v0.2.7
9552026-02-08T15:46:36.756Z Downloaded salsa20 v0.10.2
9562026-02-08T15:46:36.756Z Downloaded russh-cryptovec v0.7.3
9572026-02-08T15:46:36.756Z Downloaded rtoolbox v0.0.2
9582026-02-08T15:46:36.756Z Downloaded rfc6979 v0.4.0
9592026-02-08T15:46:36.756Z Downloaded resolv-conf v0.7.0
9602026-02-08T15:46:36.756Z Downloaded ref-cast-impl v1.0.25
9612026-02-08T15:46:36.756Z Downloaded ref-cast v1.0.25
9622026-02-08T15:46:36.756Z Downloaded rand_xorshift v0.4.0
9632026-02-08T15:46:36.756Z Downloaded rand_seeder v0.4.0
9642026-02-08T15:46:36.756Z Downloaded rand_core v0.9.3
9652026-02-08T15:46:36.756Z Downloaded radium v0.7.0
9662026-02-08T15:46:36.756Z Downloaded progenitor-impl v0.11.2
9672026-02-08T15:46:36.780Z Downloaded progenitor-impl v0.10.0
9682026-02-08T15:46:36.780Z Downloaded progenitor-impl v0.8.0
9692026-02-08T15:46:36.780Z Downloaded ppv-lite86 v0.2.20
9702026-02-08T15:46:36.780Z Downloaded postgres-protocol v0.6.8
9712026-02-08T15:46:36.780Z Downloaded pkcs5 v0.7.1
9722026-02-08T15:46:36.780Z Downloaded pin-project v1.1.6
9732026-02-08T15:46:36.780Z Downloaded pem v3.0.5
9742026-02-08T15:46:36.781Z Downloaded peg-macros v0.8.5
9752026-02-08T15:46:36.805Z Downloaded peg v0.8.5
9762026-02-08T15:46:36.805Z Downloaded paste v1.0.15
9772026-02-08T15:46:36.805Z Downloaded password-hash v0.4.2
9782026-02-08T15:46:36.805Z Downloaded parse-display-derive v0.10.0
9792026-02-08T15:46:36.805Z Downloaded parking_lot_core v0.8.6
9802026-02-08T15:46:36.805Z Downloaded p256 v0.13.2
9812026-02-08T15:46:36.805Z Downloaded openssl-sys v0.9.109
9822026-02-08T15:46:36.829Z Downloaded nu-ansi-term v0.50.1
9832026-02-08T15:46:36.829Z Downloaded libxml v0.3.3
9842026-02-08T15:46:36.829Z Downloaded libm v0.2.8
9852026-02-08T15:46:36.829Z Downloaded itertools v0.14.0
9862026-02-08T15:46:36.853Z Downloaded itertools v0.13.0
9872026-02-08T15:46:36.853Z Downloaded itertools v0.12.1
9882026-02-08T15:46:36.853Z Downloaded iri-string v0.7.8
9892026-02-08T15:46:36.853Z Downloaded iddqd v0.3.16
9902026-02-08T15:46:36.877Z Downloaded hkdf v0.12.4
9912026-02-08T15:46:36.877Z Downloaded futures v0.3.31
9922026-02-08T15:46:36.877Z Downloaded fatfs v0.3.6
9932026-02-08T15:46:36.877Z Downloaded dropshot_endpoint v0.16.7
9942026-02-08T15:46:36.877Z Downloaded diesel_derives v2.2.3
9952026-02-08T15:46:36.901Z Downloaded der v0.7.10
9962026-02-08T15:46:36.901Z Downloaded bindgen v0.71.1
9972026-02-08T15:46:36.901Z Downloaded psl-types v2.0.11
9982026-02-08T15:46:36.901Z Downloaded progenitor-client v0.11.2
9992026-02-08T15:46:36.901Z Downloaded progenitor-client v0.10.0
10002026-02-08T15:46:36.901Z Downloaded progenitor v0.11.2
10012026-02-08T15:46:36.901Z Downloaded progenitor v0.10.0
10022026-02-08T15:46:36.901Z Downloaded progenitor v0.8.0
10032026-02-08T15:46:36.901Z Downloaded proc-macro-error2 v2.0.1
10042026-02-08T15:46:36.901Z Downloaded primeorder v0.13.6
10052026-02-08T15:46:36.925Z Downloaded pkcs1 v0.7.5
10062026-02-08T15:46:36.925Z Downloaded pin-project-lite v0.2.14
10072026-02-08T15:46:36.925Z Downloaded pem-rfc7468 v0.7.0
10082026-02-08T15:46:36.925Z Downloaded pbkdf2 v0.11.0
10092026-02-08T15:46:36.925Z Downloaded oso v0.27.3
10102026-02-08T15:46:36.925Z Downloaded num_enum v0.5.11
10112026-02-08T15:46:36.925Z Downloaded num-rational v0.4.2
10122026-02-08T15:46:36.925Z Downloaded num-iter v0.1.45
10132026-02-08T15:46:36.925Z Downloaded num-integer v0.1.46
10142026-02-08T15:46:36.949Z Downloaded num-complex v0.4.6
10152026-02-08T15:46:36.949Z Downloaded memmap2 v0.9.8
10162026-02-08T15:46:36.949Z Downloaded itertools v0.10.5
10172026-02-08T15:46:36.949Z Downloaded httparse v1.9.5
10182026-02-08T15:46:36.949Z Downloaded dropshot-api-manager v0.2.4
10192026-02-08T15:46:36.950Z Downloaded darling_core v0.20.10
10202026-02-08T15:46:36.950Z Downloaded progenitor-macro v0.10.0
10212026-02-08T15:46:36.950Z Downloaded progenitor-macro v0.8.0
10222026-02-08T15:46:36.974Z Downloaded progenitor-client v0.8.0
10232026-02-08T15:46:36.974Z Downloaded proc-macro-error-attr2 v2.0.0
10242026-02-08T15:46:36.974Z Downloaded proc-macro-crate v1.3.1
10252026-02-08T15:46:36.974Z Downloaded pretty-hex v0.2.1
10262026-02-08T15:46:36.974Z Downloaded predicates-tree v1.0.12
10272026-02-08T15:46:36.974Z Downloaded predicates-core v1.0.8
10282026-02-08T15:46:36.974Z Downloaded precomputed-hash v0.1.1
10292026-02-08T15:46:36.974Z Downloaded powerfmt v0.2.0
10302026-02-08T15:46:36.974Z Downloaded polyval v0.6.2
10312026-02-08T15:46:36.975Z Downloaded poly1305 v0.8.0
10322026-02-08T15:46:36.975Z Downloaded pkg-config v0.3.31
10332026-02-08T15:46:36.975Z Downloaded pkcs8 v0.10.2
10342026-02-08T15:46:36.975Z Downloaded pin-utils v0.1.0
10352026-02-08T15:46:36.975Z Downloaded pin-project-internal v1.1.6
10362026-02-08T15:46:36.975Z Downloaded phf_shared v0.12.1
10372026-02-08T15:46:36.975Z Downloaded phf_shared v0.11.2
10382026-02-08T15:46:36.975Z Downloaded phf v0.12.1
10392026-02-08T15:46:36.975Z Downloaded phf v0.11.2
10402026-02-08T15:46:36.999Z Downloaded peg-runtime v0.8.5
10412026-02-08T15:46:36.999Z Downloaded pbkdf2 v0.12.2
10422026-02-08T15:46:36.999Z Downloaded path-slash v0.1.5
10432026-02-08T15:46:36.999Z Downloaded parse-size v1.1.0
10442026-02-08T15:46:36.999Z Downloaded parse-display v0.10.0
10452026-02-08T15:46:36.999Z Downloaded packed_struct v0.10.1
10462026-02-08T15:46:36.999Z Downloaded oxnet v0.1.4
10472026-02-08T15:46:36.999Z Downloaded oxide-tokio-rt v0.1.2
10482026-02-08T15:46:36.999Z Downloaded owo-colors v4.2.2
10492026-02-08T15:46:36.999Z Downloaded openssl-probe v0.1.5
10502026-02-08T15:46:36.999Z Downloaded omicron-zone-package v0.12.2
10512026-02-08T15:46:36.999Z Downloaded native-tls v0.2.12
10522026-02-08T15:46:36.999Z Downloaded libefi-sys v0.1.0
10532026-02-08T15:46:36.999Z Downloaded indicatif v0.18.0
10542026-02-08T15:46:37.023Z Downloaded hyper-util v0.1.19
10552026-02-08T15:46:37.023Z Downloaded http v1.4.0
10562026-02-08T15:46:37.024Z Downloaded h2 v0.4.6
10572026-02-08T15:46:37.024Z Downloaded getrandom v0.2.15
10582026-02-08T15:46:37.024Z Downloaded ff v0.13.0
10592026-02-08T15:46:37.024Z Downloaded oso-derive v0.27.3
10602026-02-08T15:46:37.024Z Downloaded openssl-macros v0.1.1
10612026-02-08T15:46:37.024Z Downloaded opaque-debug v0.3.1
10622026-02-08T15:46:37.048Z Downloaded olpc-cjson v0.1.4
10632026-02-08T15:46:37.048Z Downloaded num_threads v0.1.7
10642026-02-08T15:46:37.048Z Downloaded num_enum_derive v0.5.11
10652026-02-08T15:46:37.048Z Downloaded num-derive v0.3.3
10662026-02-08T15:46:37.048Z Downloaded nonempty v0.12.0
10672026-02-08T15:46:37.048Z Downloaded newtype-uuid v1.3.2
10682026-02-08T15:46:37.048Z Downloaded newline-converter v0.3.0
10692026-02-08T15:46:37.048Z Downloaded nanorand v0.7.0
10702026-02-08T15:46:37.048Z Downloaded multer v3.1.0
10712026-02-08T15:46:37.048Z Downloaded mime_guess v2.0.5
10722026-02-08T15:46:37.048Z Downloaded mime v0.3.17
10732026-02-08T15:46:37.048Z Downloaded litrs v0.4.1
10742026-02-08T15:46:37.048Z Downloaded linear-map v1.2.0
10752026-02-08T15:46:37.048Z Downloaded libsw v3.5.0
10762026-02-08T15:46:37.048Z Downloaded jobserver v0.1.32
10772026-02-08T15:46:37.075Z Downloaded indicatif v0.17.11
10782026-02-08T15:46:37.076Z Downloaded indexmap v1.9.3
10792026-02-08T15:46:37.076Z Downloaded ignore v0.4.23
10802026-02-08T15:46:37.076Z Downloaded hyper-rustls v0.27.7
10812026-02-08T15:46:37.076Z Downloaded aws-lc-sys v0.26.0
10822026-02-08T15:46:37.284Z Downloaded hickory-server v0.25.2
10832026-02-08T15:46:37.311Z Downloaded hashbrown v0.15.4
10842026-02-08T15:46:37.311Z Downloaded derive-where v1.5.0
10852026-02-08T15:46:37.311Z Downloaded crossterm v0.29.0
10862026-02-08T15:46:37.311Z Downloaded crossterm v0.28.1
10872026-02-08T15:46:37.335Z Downloaded aws-lc-rs v1.12.4
10882026-02-08T15:46:37.335Z Downloaded num-derive v0.4.2
10892026-02-08T15:46:37.335Z Downloaded num-conv v0.1.0
10902026-02-08T15:46:37.335Z Downloaded num v0.4.3
10912026-02-08T15:46:37.335Z Downloaded normalize-line-endings v0.3.0
10922026-02-08T15:46:37.335Z Downloaded nodrop v0.1.14
10932026-02-08T15:46:37.335Z Downloaded nibble_vec v0.1.0
10942026-02-08T15:46:37.335Z Downloaded newtype_derive v0.1.6
10952026-02-08T15:46:37.335Z Downloaded newtype-uuid-macros v0.1.0
10962026-02-08T15:46:37.335Z Downloaded new_debug_unreachable v1.0.6
10972026-02-08T15:46:37.359Z Downloaded multimap v0.10.1
10982026-02-08T15:46:37.359Z Downloaded lock_api v0.4.12
10992026-02-08T15:46:37.359Z Downloaded libz-rs-sys v0.5.1
11002026-02-08T15:46:37.360Z Downloaded libloading v0.8.5
11012026-02-08T15:46:37.360Z Downloaded ingot-types v0.1.2
11022026-02-08T15:46:37.360Z Downloaded ingot-macros v0.1.1
11032026-02-08T15:46:37.360Z Downloaded iana-time-zone v0.1.63
11042026-02-08T15:46:37.360Z Downloaded humantime v2.2.0
11052026-02-08T15:46:37.360Z Downloaded hickory-resolver v0.25.2
11062026-02-08T15:46:37.360Z Downloaded hickory-resolver v0.24.4
11072026-02-08T15:46:37.360Z Downloaded hashbrown v0.12.3
11082026-02-08T15:46:37.384Z Downloaded glob v0.3.2
11092026-02-08T15:46:37.384Z Downloaded futures-channel v0.3.31
11102026-02-08T15:46:37.384Z Downloaded fs_extra v1.3.0
11112026-02-08T15:46:37.384Z Downloaded fs-err v2.11.0
11122026-02-08T15:46:37.384Z Downloaded foldhash v0.1.5
11132026-02-08T15:46:37.384Z Downloaded ena v0.14.3
11142026-02-08T15:46:37.384Z Downloaded either v1.15.0
11152026-02-08T15:46:37.384Z Downloaded ed25519 v2.2.3
11162026-02-08T15:46:37.384Z Downloaded diff v0.1.13
11172026-02-08T15:46:37.384Z Downloaded defmt-macros v0.3.9
11182026-02-08T15:46:37.408Z Downloaded bstr v1.10.0
11192026-02-08T15:46:37.408Z Downloaded blake3 v1.5.4
11202026-02-08T15:46:37.408Z Downloaded md5 v0.7.0
11212026-02-08T15:46:37.408Z Downloaded md-5 v0.10.6
11222026-02-08T15:46:37.408Z Downloaded maybe-uninit v2.0.0
11232026-02-08T15:46:37.438Z Downloaded match_cfg v0.1.0
11242026-02-08T15:46:37.438Z Downloaded maplit v1.0.2
11252026-02-08T15:46:37.438Z Downloaded managed v0.8.0
11262026-02-08T15:46:37.438Z Downloaded lzss v0.8.2
11272026-02-08T15:46:37.438Z Downloaded lru-cache v0.1.2
11282026-02-08T15:46:37.438Z Downloaded lru v0.12.5
11292026-02-08T15:46:37.438Z Downloaded lockfree-object-pool v0.1.6
11302026-02-08T15:46:37.438Z Downloaded linked-hash-map v0.5.6
11312026-02-08T15:46:37.438Z Downloaded libsw-core v0.3.1
11322026-02-08T15:46:37.438Z Downloaded libscf-sys v1.1.0
11332026-02-08T15:46:37.438Z Downloaded lalrpop-util v0.19.12
11342026-02-08T15:46:37.438Z Downloaded ipnetwork v0.21.1
11352026-02-08T15:46:37.471Z Downloaded ipnet v2.11.0
11362026-02-08T15:46:37.471Z Downloaded inout v0.1.3
11372026-02-08T15:46:37.471Z Downloaded ingot v0.1.1
11382026-02-08T15:46:37.495Z Downloaded indoc v2.0.6
11392026-02-08T15:46:37.495Z Downloaded indoc v1.0.9
11402026-02-08T15:46:37.495Z Downloaded impl-trait-for-tuples v0.2.2
11412026-02-08T15:46:37.495Z Downloaded ident_case v1.0.1
11422026-02-08T15:46:37.519Z Downloaded hyper-tls v0.6.0
11432026-02-08T15:46:37.519Z Downloaded hyper-staticfile v0.10.1
11442026-02-08T15:46:37.519Z Downloaded heapless v0.8.0
11452026-02-08T15:46:37.546Z Downloaded heapless v0.7.17
11462026-02-08T15:46:37.546Z Downloaded hashbrown v0.13.2
11472026-02-08T15:46:37.546Z Downloaded fixedbitset v0.5.7
11482026-02-08T15:46:37.546Z Downloaded des v0.8.1
11492026-02-08T15:46:37.546Z Downloaded derive_builder_core v0.20.2
11502026-02-08T15:46:37.546Z Downloaded derive_builder v0.20.2
11512026-02-08T15:46:37.570Z Downloaded chrono v0.4.43
11522026-02-08T15:46:37.570Z Downloaded lazy_static v1.5.0
11532026-02-08T15:46:37.570Z Downloaded kstat-rs v0.2.4
11542026-02-08T15:46:37.570Z Downloaded keccak v0.1.5
11552026-02-08T15:46:37.570Z Downloaded is_ci v1.2.0
11562026-02-08T15:46:37.570Z Downloaded is-terminal v0.4.13
11572026-02-08T15:46:37.570Z Downloaded internet-checksum v0.2.1
11582026-02-08T15:46:37.570Z Downloaded instant v0.1.13
11592026-02-08T15:46:37.594Z Downloaded instability v0.3.2
11602026-02-08T15:46:37.594Z Downloaded indent_write v2.2.0
11612026-02-08T15:46:37.594Z Downloaded hubpack_derive v0.1.1
11622026-02-08T15:46:37.594Z Downloaded hubpack v0.1.2
11632026-02-08T15:46:37.594Z Downloaded http-range v0.1.5
11642026-02-08T15:46:37.594Z Downloaded http-body-util v0.1.3
11652026-02-08T15:46:37.594Z Downloaded hmac v0.12.1
11662026-02-08T15:46:37.594Z Downloaded highway v1.3.0
11672026-02-08T15:46:37.594Z Downloaded hickory-client v0.25.2
11682026-02-08T15:46:37.594Z Downloaded headers v0.4.1
11692026-02-08T15:46:37.619Z Downloaded ghash v0.5.1
11702026-02-08T15:46:37.619Z Downloaded gethostname v0.5.0
11712026-02-08T15:46:37.619Z Downloaded futures-sink v0.3.31
11722026-02-08T15:46:37.619Z Downloaded funty v2.0.0
11732026-02-08T15:46:37.619Z Downloaded foreign-types-macros v0.2.3
11742026-02-08T15:46:37.619Z Downloaded foreign-types v0.3.2
11752026-02-08T15:46:37.619Z Downloaded foldhash v0.2.0
11762026-02-08T15:46:37.619Z Downloaded filetime v0.2.26
11772026-02-08T15:46:37.619Z Downloaded fallible-iterator v0.2.0
11782026-02-08T15:46:37.619Z Downloaded erased-serde v0.3.31
11792026-02-08T15:46:37.619Z Downloaded env_filter v0.1.2
11802026-02-08T15:46:37.644Z Downloaded drift v0.1.3
11812026-02-08T15:46:37.644Z Downloaded display-error-chain v0.2.2
11822026-02-08T15:46:37.644Z Downloaded crypto-bigint v0.5.5
11832026-02-08T15:46:37.644Z Downloaded crossbeam-channel v0.5.15
11842026-02-08T15:46:37.644Z Downloaded cc v1.2.30
11852026-02-08T15:46:37.669Z Downloaded bindgen v0.69.5
11862026-02-08T15:46:37.669Z Downloaded base64 v0.21.7
11872026-02-08T15:46:37.669Z Downloaded base64 v0.13.1
11882026-02-08T15:46:37.669Z Downloaded aho-corasick v1.1.3
11892026-02-08T15:46:37.693Z Downloaded http-body v1.0.1
11902026-02-08T15:46:37.693Z Downloaded hostname v0.4.2
11912026-02-08T15:46:37.693Z Downloaded hostname v0.3.1
11922026-02-08T15:46:37.693Z Downloaded home v0.5.9
11932026-02-08T15:46:37.693Z Downloaded hex-literal v0.4.1
11942026-02-08T15:46:37.693Z Downloaded hex v0.4.3
11952026-02-08T15:46:37.693Z Downloaded heck v0.3.3
11962026-02-08T15:46:37.693Z Downloaded headers-core v0.3.0
11972026-02-08T15:46:37.693Z Downloaded half v2.4.1
11982026-02-08T15:46:37.693Z Downloaded half v1.8.3
11992026-02-08T15:46:37.693Z Downloaded globset v0.4.15
12002026-02-08T15:46:37.693Z Downloaded fxhash v0.2.1
12012026-02-08T15:46:37.717Z Downloaded futures-macro v0.3.31
12022026-02-08T15:46:37.717Z Downloaded futures-io v0.3.31
12032026-02-08T15:46:37.717Z Downloaded futures-executor v0.3.31
12042026-02-08T15:46:37.717Z Downloaded futures-core v0.3.31
12052026-02-08T15:46:37.717Z Downloaded foreign-types v0.5.0
12062026-02-08T15:46:37.717Z Downloaded float-cmp v0.10.0
12072026-02-08T15:46:37.717Z Downloaded fixedbitset v0.4.2
12082026-02-08T15:46:37.717Z Downloaded fd-lock v4.0.2
12092026-02-08T15:46:37.717Z Downloaded dyn-clone v1.0.20
12102026-02-08T15:46:37.717Z Downloaded dtrace-parser v0.3.0
12112026-02-08T15:46:37.718Z Downloaded document-features v0.2.11
12122026-02-08T15:46:37.718Z Downloaded diesel_table_macro_syntax v0.2.0
12132026-02-08T15:46:37.742Z Downloaded derive-ex v0.1.8
12142026-02-08T15:46:37.742Z Downloaded defmt v0.3.8
12152026-02-08T15:46:37.742Z Downloaded darling_macro v0.21.0
12162026-02-08T15:46:37.742Z Downloaded darling_macro v0.20.10
12172026-02-08T15:46:37.742Z Downloaded daft v0.1.4
12182026-02-08T15:46:37.742Z Downloaded crossbeam-utils v0.8.21
12192026-02-08T15:46:37.742Z Downloaded compact_str v0.8.0
12202026-02-08T15:46:37.742Z Downloaded chacha20poly1305 v0.10.1
12212026-02-08T15:46:37.742Z Downloaded bytes v1.11.1
12222026-02-08T15:46:37.742Z Downloaded aes-gcm v0.10.3
12232026-02-08T15:46:37.767Z Downloaded futures-task v0.3.31
12242026-02-08T15:46:37.767Z Downloaded foreign-types-shared v0.3.1
12252026-02-08T15:46:37.767Z Downloaded foreign-types-shared v0.1.1
12262026-02-08T15:46:37.767Z Downloaded float-ord v0.3.2
12272026-02-08T15:46:37.767Z Downloaded env_logger v0.11.8
12282026-02-08T15:46:37.767Z Downloaded embedded-io v0.6.1
12292026-02-08T15:46:37.767Z Downloaded ecdsa v0.16.9
12302026-02-08T15:46:37.767Z Downloaded dunce v1.0.5
12312026-02-08T15:46:37.767Z Downloaded dsl_auto_type v0.1.2
12322026-02-08T15:46:37.767Z Downloaded diesel-dtrace v0.4.2
12332026-02-08T15:46:37.767Z Downloaded derive_more-impl v2.0.1
12342026-02-08T15:46:37.791Z Downloaded derive_more v0.99.20
12352026-02-08T15:46:37.791Z Downloaded der_derive v0.7.3
12362026-02-08T15:46:37.791Z Downloaded defmt-parser v0.3.4
12372026-02-08T15:46:37.791Z Downloaded darling_core v0.21.0
12382026-02-08T15:46:37.816Z Downloaded darling v0.20.10
12392026-02-08T15:46:37.816Z Downloaded ctr v0.9.2
12402026-02-08T15:46:37.816Z Downloaded csv-core v0.1.11
12412026-02-08T15:46:37.816Z Downloaded crossbeam-epoch v0.9.18
12422026-02-08T15:46:37.816Z Downloaded critical-section v1.1.3
12432026-02-08T15:46:37.816Z Downloaded crc-any v2.5.0
12442026-02-08T15:46:37.816Z Downloaded cookie_store v0.21.1
12452026-02-08T15:46:37.840Z Downloaded const_format_proc_macros v0.2.34
12462026-02-08T15:46:37.840Z Downloaded const-oid v0.9.6
12472026-02-08T15:46:37.840Z Downloaded console v0.16.0
12482026-02-08T15:46:37.840Z Downloaded ciborium v0.2.2
12492026-02-08T15:46:37.840Z Downloaded cancel-safe-futures v0.1.5
12502026-02-08T15:46:37.840Z Downloaded bumpalo v3.16.0
12512026-02-08T15:46:37.864Z Downloaded bitflags v1.3.2
12522026-02-08T15:46:37.864Z Downloaded base64ct v1.6.0
12532026-02-08T15:46:37.864Z Downloaded hash32 v0.2.1
12542026-02-08T15:46:37.864Z Downloaded globwalk v0.9.1
12552026-02-08T15:46:37.864Z Downloaded flagset v0.4.6
12562026-02-08T15:46:37.864Z Downloaded enum-as-inner v0.6.1
12572026-02-08T15:46:37.864Z Downloaded endian-type v0.1.2
12582026-02-08T15:46:37.864Z Downloaded embedded-io v0.4.0
12592026-02-08T15:46:37.864Z Downloaded dropshot-api-manager-types v0.2.4
12602026-02-08T15:46:37.890Z Downloaded dof v0.4.0
12612026-02-08T15:46:37.890Z Downloaded dirs-next v2.0.0
12622026-02-08T15:46:37.890Z Downloaded difflib v0.4.0
12632026-02-08T15:46:37.890Z Downloaded debug-ignore v1.0.5
12642026-02-08T15:46:37.890Z Downloaded cstr-argument v0.1.2
12652026-02-08T15:46:37.890Z Downloaded crunchy v0.2.2
12662026-02-08T15:46:37.890Z Downloaded crucible-workspace-hack v0.1.0
12672026-02-08T15:46:37.890Z Downloaded crossbeam-deque v0.8.5
12682026-02-08T15:46:37.890Z Downloaded crc32fast v1.4.2
12692026-02-08T15:46:37.890Z Downloaded corncobs v0.1.4
12702026-02-08T15:46:37.890Z Downloaded convert_case v0.7.1
12712026-02-08T15:46:37.890Z Downloaded constant_time_eq v0.3.1
12722026-02-08T15:46:37.915Z Downloaded console v0.15.10
12732026-02-08T15:46:37.915Z Downloaded colored v2.2.0
12742026-02-08T15:46:37.915Z Downloaded cobs v0.2.3
12752026-02-08T15:46:37.915Z Downloaded cmake v0.1.51
12762026-02-08T15:46:37.915Z Downloaded clang-sys v1.8.1
12772026-02-08T15:46:37.915Z Downloaded ciborium-io v0.2.2
12782026-02-08T15:46:37.915Z Downloaded chacha20 v0.9.1
12792026-02-08T15:46:37.915Z Downloaded cfg_aliases v0.1.1
12802026-02-08T15:46:37.915Z Downloaded cbc v0.1.2
12812026-02-08T15:46:37.915Z Downloaded cassowary v0.3.0
12822026-02-08T15:46:37.939Z Downloaded cargo-platform v0.1.8
12832026-02-08T15:46:37.939Z Downloaded camino-tempfile-ext v0.3.2
12842026-02-08T15:46:37.939Z Downloaded bzip2 v0.4.4
12852026-02-08T15:46:37.939Z Downloaded bitvec v1.0.1
12862026-02-08T15:46:37.939Z Downloaded bitfield-struct v0.6.2
12872026-02-08T15:46:37.939Z Downloaded bitfield-macros v0.19.2
12882026-02-08T15:46:37.939Z Downloaded bit-vec v0.6.3
12892026-02-08T15:46:37.939Z Downloaded bcrypt-pbkdf v0.10.0
12902026-02-08T15:46:37.963Z Downloaded bb8 v0.8.5
12912026-02-08T15:46:37.963Z Downloaded backtrace v0.3.74
12922026-02-08T15:46:37.963Z Downloaded aes v0.8.4
12932026-02-08T15:46:37.963Z Downloaded derive_builder_macro v0.20.2
12942026-02-08T15:46:37.963Z Downloaded deranged v0.5.3
12952026-02-08T15:46:37.963Z Downloaded data-encoding v2.9.0
12962026-02-08T15:46:37.963Z Downloaded darling v0.21.0
12972026-02-08T15:46:37.963Z Downloaded curve25519-dalek-derive v0.1.1
12982026-02-08T15:46:37.963Z Downloaded crc8 v0.1.1
12992026-02-08T15:46:37.963Z Downloaded crc v3.2.1
13002026-02-08T15:46:37.963Z Downloaded convert_case v0.4.0
13012026-02-08T15:46:37.963Z Downloaded const_format v0.2.34
13022026-02-08T15:46:37.987Z Downloaded ciborium-ll v0.2.2
13032026-02-08T15:46:37.987Z Downloaded cfg_aliases v0.2.1
13042026-02-08T15:46:37.987Z Downloaded castaway v0.2.3
13052026-02-08T15:46:37.987Z Downloaded buf-list v1.0.3
13062026-02-08T15:46:37.987Z Downloaded bitfield v0.19.2
13072026-02-08T15:46:37.987Z Downloaded bit-set v0.8.0
13082026-02-08T15:46:37.987Z Downloaded bit-set v0.5.3
13092026-02-08T15:46:37.987Z Downloaded bcs v0.1.6
13102026-02-08T15:46:37.987Z Downloaded base64 v0.22.1
13112026-02-08T15:46:37.987Z Downloaded atty v0.2.14
13122026-02-08T15:46:37.987Z Downloaded atomicwrites v0.4.4
13132026-02-08T15:46:37.987Z Downloaded async-stream-impl v0.3.6
13142026-02-08T15:46:37.988Z Downloaded async-stream v0.3.6
13152026-02-08T15:46:37.988Z Downloaded assert_matches v1.5.0
13162026-02-08T15:46:38.012Z Downloaded arrayvec v0.7.6
13172026-02-08T15:46:38.012Z Downloaded arc-swap v1.7.1
13182026-02-08T15:46:38.012Z Downloaded allocator-api2 v0.2.21
13192026-02-08T15:46:38.012Z Downloaded blowfish v0.9.1
13202026-02-08T15:46:38.012Z Downloaded block-padding v0.3.3
13212026-02-08T15:46:38.012Z Downloaded blake2 v0.10.6
13222026-02-08T15:46:38.012Z Downloaded async-trait v0.1.89
13232026-02-08T15:46:38.012Z Downloaded async-recursion v1.1.1
13242026-02-08T15:46:38.012Z Downloaded ascii-canvas v3.0.0
13252026-02-08T15:46:38.012Z Downloaded arrayref v0.3.9
13262026-02-08T15:46:38.012Z Downloaded array-init v0.0.4
13272026-02-08T15:46:38.012Z Downloaded argon2 v0.5.3
13282026-02-08T15:46:38.036Z Downloaded ahash v0.8.12
13292026-02-08T15:46:38.036Z Downloaded aead v0.5.2
13302026-02-08T15:46:38.036Z Downloaded adler2 v2.0.0
13312026-02-08T15:46:38.036Z Downloaded addr2line v0.24.2
13322026-02-08T15:46:38.036Z Downloaded cookie v0.18.1
13332026-02-08T15:46:38.036Z Downloaded colored v3.0.0
13342026-02-08T15:46:38.036Z Downloaded cipher v0.4.4
13352026-02-08T15:46:38.036Z Downloaded cexpr v0.6.0
13362026-02-08T15:46:38.036Z Downloaded cargo_metadata v0.19.2
13372026-02-08T15:46:38.036Z Downloaded bzip2 v0.5.2
13382026-02-08T15:46:38.036Z Downloaded bit-vec v0.8.0
13392026-02-08T15:46:38.036Z Downloaded base16ct v0.2.0
13402026-02-08T15:46:38.036Z Downloaded backoff v0.4.0
13412026-02-08T15:46:38.036Z Downloaded atomic-waker v1.1.2
13422026-02-08T15:46:38.060Z Downloaded async-bb8-diesel v0.2.1
13432026-02-08T15:46:38.196Z Compiling value-bag v1.12.0
13442026-02-08T15:46:38.196Z Compiling lock_api v0.4.12
13452026-02-08T15:46:38.196Z Compiling scopeguard v1.2.0
13462026-02-08T15:46:38.221Z Compiling shlex v1.3.0
13472026-02-08T15:46:38.221Z Compiling smallvec v1.15.1
13482026-02-08T15:46:38.221Z Compiling syn v2.0.114
13492026-02-08T15:46:38.221Z Compiling getrandom v0.2.15
13502026-02-08T15:46:38.221Z Compiling jobserver v0.1.32
13512026-02-08T15:46:38.437Z Compiling typenum v1.17.0
13522026-02-08T15:46:38.675Z Compiling rand_core v0.6.4
13532026-02-08T15:46:38.733Z Compiling log v0.4.29
13542026-02-08T15:46:38.824Z Compiling cc v1.2.30
13552026-02-08T15:46:38.848Z Compiling generic-array v0.14.7
13562026-02-08T15:46:39.152Z Compiling subtle v2.6.1
13572026-02-08T15:46:39.212Z Compiling portable-atomic v1.11.0
13582026-02-08T15:46:39.237Z Compiling critical-section v1.1.3
13592026-02-08T15:46:39.340Z Compiling const-oid v0.9.6
13602026-02-08T15:46:39.420Z Compiling serde_json v1.0.149
13612026-02-08T15:46:39.470Z Compiling pkg-config v0.3.31
13622026-02-08T15:46:39.494Z Compiling getrandom v0.3.4
13632026-02-08T15:46:39.771Z Compiling spin v0.9.8
13642026-02-08T15:46:40.181Z Compiling regex-syntax v0.8.5
13652026-02-08T15:46:40.582Z Compiling parking_lot_core v0.9.10
13662026-02-08T15:46:40.610Z Compiling pin-project-lite v0.2.14
13672026-02-08T15:46:40.976Z Compiling libm v0.2.8
13682026-02-08T15:46:41.071Z Compiling rustix v0.38.37
13692026-02-08T15:46:41.351Z Compiling once_cell v1.21.3
13702026-02-08T15:46:41.405Z Compiling signal-hook-registry v1.4.2
13712026-02-08T15:46:41.682Z Compiling num-traits v0.2.19
13722026-02-08T15:46:41.798Z Compiling allocator-api2 v0.2.21
13732026-02-08T15:46:41.919Z Compiling parking_lot v0.12.3
13742026-02-08T15:46:42.139Z Compiling mio v1.0.2
13752026-02-08T15:46:42.253Z Compiling futures-core v0.3.31
13762026-02-08T15:46:42.402Z Compiling lazy_static v1.5.0
13772026-02-08T15:46:42.605Z Compiling aho-corasick v1.1.3
13782026-02-08T15:46:42.653Z Compiling percent-encoding v2.3.2
13792026-02-08T15:46:42.730Z Compiling socket2 v0.6.1
13802026-02-08T15:46:43.147Z Compiling slab v0.4.9
13812026-02-08T15:46:43.237Z Compiling cpufeatures v0.2.14
13822026-02-08T15:46:43.361Z Compiling futures-sink v0.3.31
13832026-02-08T15:46:43.413Z Compiling glob v0.3.2
13842026-02-08T15:46:43.502Z Compiling either v1.15.0
13852026-02-08T15:46:43.540Z Compiling futures-channel v0.3.31
13862026-02-08T15:46:43.885Z Compiling hashbrown v0.16.1
13872026-02-08T15:46:43.911Z Compiling pin-utils v0.1.0
13882026-02-08T15:46:43.935Z Compiling prettyplease v0.2.36
13892026-02-08T15:46:44.031Z Compiling rustversion v1.0.22
13902026-02-08T15:46:44.196Z Compiling clang-sys v1.8.1
13912026-02-08T15:46:44.265Z Compiling futures-io v0.3.31
13922026-02-08T15:46:44.494Z Compiling regex-automata v0.4.11
13932026-02-08T15:46:44.520Z Compiling futures-task v0.3.31
13942026-02-08T15:46:44.747Z Compiling minimal-lexical v0.2.1
13952026-02-08T15:46:44.864Z Compiling libloading v0.8.5
13962026-02-08T15:46:44.976Z Compiling synstructure v0.13.1
13972026-02-08T15:46:45.230Z Compiling nom v7.1.3
13982026-02-08T15:46:45.266Z Compiling indexmap v2.13.0
13992026-02-08T15:46:45.322Z Compiling home v0.5.9
14002026-02-08T15:46:45.526Z Compiling base64ct v1.6.0
14012026-02-08T15:46:45.896Z Compiling bindgen v0.69.5
14022026-02-08T15:46:46.079Z Compiling ident_case v1.0.1
14032026-02-08T15:46:46.224Z Compiling pem-rfc7468 v0.7.0
14042026-02-08T15:46:46.603Z Compiling itertools v0.12.1
14052026-02-08T15:46:46.759Z Compiling form_urlencoded v1.2.2
14062026-02-08T15:46:46.797Z Compiling flagset v0.4.6
14072026-02-08T15:46:47.019Z Compiling rustc-hash v1.1.0
14082026-02-08T15:46:47.062Z Compiling lazycell v1.3.0
14092026-02-08T15:46:47.183Z Compiling rand_core v0.9.3
14102026-02-08T15:46:47.240Z Compiling cmake v0.1.51
14112026-02-08T15:46:47.720Z Compiling dunce v1.0.5
14122026-02-08T15:46:47.859Z Compiling fs_extra v1.3.0
14132026-02-08T15:46:48.022Z Compiling cexpr v0.6.0
14142026-02-08T15:46:48.193Z Compiling iana-time-zone v0.1.63
14152026-02-08T15:46:48.403Z Compiling foldhash v0.1.5
14162026-02-08T15:46:48.547Z Compiling paste v1.0.15
14172026-02-08T15:46:48.707Z Compiling hashbrown v0.15.4
14182026-02-08T15:46:48.975Z Compiling serde_derive v1.0.228
14192026-02-08T15:46:48.999Z Compiling zeroize_derive v1.4.2
14202026-02-08T15:46:49.030Z Compiling zerofrom-derive v0.1.4
14212026-02-08T15:46:49.377Z Compiling yoke-derive v0.7.4
14222026-02-08T15:46:49.481Z Compiling zerovec-derive v0.10.3
14232026-02-08T15:46:49.904Z Compiling displaydoc v0.2.5
14242026-02-08T15:46:50.168Z Compiling zeroize v1.8.1
14252026-02-08T15:46:51.286Z Compiling zerocopy-derive v0.7.35
14262026-02-08T15:46:51.445Z Compiling icu_provider_macros v1.5.0
14272026-02-08T15:46:51.706Z Compiling crypto-common v0.1.6
14282026-02-08T15:46:51.769Z Compiling block-buffer v0.10.4
14292026-02-08T15:46:51.911Z Compiling zerofrom v0.1.4
14302026-02-08T15:46:51.943Z Compiling tokio-macros v2.6.0
14312026-02-08T15:46:52.049Z Compiling digest v0.10.7
14322026-02-08T15:46:52.136Z Compiling yoke v0.7.4
14332026-02-08T15:46:52.315Z Compiling thiserror-impl v2.0.18
14342026-02-08T15:46:52.546Z Compiling zerovec v0.10.4
14352026-02-08T15:46:52.573Z Compiling hmac v0.12.1
14362026-02-08T15:46:52.819Z Compiling block-padding v0.3.3
14372026-02-08T15:46:53.040Z Compiling zerocopy v0.7.35
14382026-02-08T15:46:53.105Z Compiling futures-macro v0.3.31
14392026-02-08T15:46:53.317Z Compiling inout v0.1.3
14402026-02-08T15:46:53.597Z Compiling regex v1.11.3
14412026-02-08T15:46:53.789Z Compiling cipher v0.4.4
14422026-02-08T15:46:54.284Z Compiling tinystr v0.7.6
14432026-02-08T15:46:54.337Z Compiling icu_collections v1.5.0
14442026-02-08T15:46:54.466Z Compiling ppv-lite86 v0.2.20
14452026-02-08T15:46:54.528Z Compiling sha2 v0.10.9
14462026-02-08T15:46:54.651Z Compiling icu_locid v1.5.0
14472026-02-08T15:46:54.690Z Compiling futures-util v0.3.31
14482026-02-08T15:46:55.027Z Compiling serde v1.0.228
14492026-02-08T15:46:55.209Z Compiling der_derive v0.7.3
14502026-02-08T15:46:55.233Z Compiling thiserror v2.0.18
14512026-02-08T15:46:55.404Z Compiling pest v2.8.2
14522026-02-08T15:46:55.460Z Compiling salsa20 v0.10.2
14532026-02-08T15:46:55.550Z Compiling pbkdf2 v0.12.2
14542026-02-08T15:46:55.694Z Compiling icu_provider v1.5.0
14552026-02-08T15:46:55.811Z Compiling rustc_version v0.4.1
14562026-02-08T15:46:56.088Z Compiling bitflags v2.9.4
14572026-02-08T15:46:56.398Z Compiling bytes v1.11.1
14582026-02-08T15:46:56.496Z Compiling icu_locid_transform v1.5.0
14592026-02-08T15:46:56.572Z Compiling chrono v0.4.43
14602026-02-08T15:46:57.031Z Compiling der v0.7.10
14612026-02-08T15:46:57.125Z Compiling uuid v1.19.0
14622026-02-08T15:46:57.796Z Compiling tokio v1.49.0
14632026-02-08T15:46:57.974Z Compiling icu_properties v1.5.1
14642026-02-08T15:46:58.485Z Compiling zerocopy v0.8.27
14652026-02-08T15:46:58.513Z Compiling vcpkg v0.2.15
14662026-02-08T15:46:59.150Z Compiling spki v0.7.3
14672026-02-08T15:46:59.505Z Compiling which v4.4.2
14682026-02-08T15:46:59.651Z Compiling pest_meta v2.8.2
14692026-02-08T15:46:59.693Z Compiling http v1.4.0
14702026-02-08T15:47:00.048Z Compiling openssl-sys v0.9.109
14712026-02-08T15:47:00.412Z Compiling scrypt v0.11.0
14722026-02-08T15:47:00.663Z Compiling rand_chacha v0.9.0
14732026-02-08T15:47:00.870Z Compiling cbc v0.1.2
14742026-02-08T15:47:00.970Z Compiling aes v0.8.4
14752026-02-08T15:47:01.127Z Compiling zerocopy-derive v0.8.27
14762026-02-08T15:47:01.565Z Compiling icu_normalizer v1.5.0
14772026-02-08T15:47:02.009Z Compiling pkcs5 v0.7.1
14782026-02-08T15:47:02.056Z Compiling rand v0.9.2
14792026-02-08T15:47:03.046Z Compiling idna_adapter v1.2.0
14802026-02-08T15:47:03.141Z Compiling pest_generator v2.8.2
14812026-02-08T15:47:03.220Z Compiling tracing-attributes v0.1.27
14822026-02-08T15:47:03.288Z Compiling idna v1.0.3
14832026-02-08T15:47:03.571Z Compiling serde_derive_internals v0.29.1
14842026-02-08T15:47:03.703Z Compiling ring v0.17.14
14852026-02-08T15:47:04.610Z Compiling url v2.5.4
14862026-02-08T15:47:04.634Z Compiling tracing-core v0.1.32
14872026-02-08T15:47:04.658Z Compiling schemars v0.8.22
14882026-02-08T15:47:05.002Z Compiling aws-lc-rs v1.12.4
14892026-02-08T15:47:05.401Z Compiling rustix v1.1.3
14902026-02-08T15:47:05.551Z Compiling adler2 v2.0.0
14912026-02-08T15:47:05.772Z Compiling miniz_oxide v0.8.5
14922026-02-08T15:47:05.796Z Compiling schemars_derive v0.8.22
14932026-02-08T15:47:06.062Z Compiling tokio-util v0.7.15
14942026-02-08T15:47:06.224Z Compiling tracing v0.1.40
14952026-02-08T15:47:06.700Z Compiling pest_derive v2.8.2
14962026-02-08T15:47:07.034Z Compiling pkcs8 v0.10.2
14972026-02-08T15:47:07.149Z Compiling http-body v1.0.1
14982026-02-08T15:47:07.405Z Compiling scroll_derive v0.13.1
14992026-02-08T15:47:07.448Z Compiling darling_core v0.20.10
15002026-02-08T15:47:07.670Z Compiling dyn-clone v1.0.20
15012026-02-08T15:47:07.900Z Compiling base64 v0.22.1
15022026-02-08T15:47:08.198Z Compiling rustls-pki-types v1.10.0
15032026-02-08T15:47:08.308Z Compiling httparse v1.9.5
15042026-02-08T15:47:08.529Z Compiling tinyvec_macros v0.1.1
15052026-02-08T15:47:08.637Z Compiling tinyvec v1.8.0
15062026-02-08T15:47:08.930Z Compiling scroll v0.13.0
15072026-02-08T15:47:09.401Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-02-08T15:47:09.859Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15092026-02-08T15:47:09.977Z Compiling untrusted v0.9.0
15102026-02-08T15:47:10.203Z Compiling time-core v0.1.6
15112026-02-08T15:47:10.483Z Compiling try-lock v0.2.5
15122026-02-08T15:47:10.569Z Compiling openssl v0.10.73
15132026-02-08T15:47:10.662Z Compiling untrusted v0.7.1
15142026-02-08T15:47:10.748Z Compiling foreign-types-shared v0.1.1
15152026-02-08T15:47:10.871Z Compiling atomic-waker v1.1.2
15162026-02-08T15:47:10.895Z Compiling powerfmt v0.2.0
15172026-02-08T15:47:10.920Z Compiling tower-layer v0.3.3
15182026-02-08T15:47:10.968Z Compiling openssl-probe v0.1.5
15192026-02-08T15:47:11.074Z Compiling num-conv v0.1.0
15202026-02-08T15:47:11.220Z Compiling tower-service v0.3.3
15212026-02-08T15:47:11.277Z Compiling tempfile v3.24.0
15222026-02-08T15:47:11.300Z Compiling deranged v0.5.3
15232026-02-08T15:47:11.355Z Compiling time-macros v0.2.24
15242026-02-08T15:47:11.380Z Compiling h2 v0.4.6
15252026-02-08T15:47:11.859Z Compiling foreign-types v0.3.2
15262026-02-08T15:47:11.970Z Compiling want v0.3.1
15272026-02-08T15:47:12.428Z Compiling darling_macro v0.20.10
15282026-02-08T15:47:13.239Z Compiling darling v0.20.10
15292026-02-08T15:47:13.366Z Compiling goblin v0.10.2
15302026-02-08T15:47:13.677Z Compiling ipnet v2.11.0
15312026-02-08T15:47:14.133Z Compiling openssl-macros v0.1.1
15322026-02-08T15:47:14.748Z Compiling wait-timeout v0.2.0
15332026-02-08T15:47:14.776Z Compiling quick-error v1.2.3
15342026-02-08T15:47:14.856Z Compiling native-tls v0.2.12
15352026-02-08T15:47:14.954Z Compiling usdt-impl v0.6.0
15362026-02-08T15:47:15.223Z Compiling crossbeam-utils v0.8.21
15372026-02-08T15:47:15.247Z Compiling gimli v0.31.1
15382026-02-08T15:47:15.310Z Compiling httpdate v1.0.3
15392026-02-08T15:47:15.694Z Compiling bit-vec v0.8.0
15402026-02-08T15:47:15.733Z Compiling rustls v0.23.19
15412026-02-08T15:47:15.756Z Compiling syn v1.0.109
15422026-02-08T15:47:16.009Z Compiling num_threads v0.1.7
15432026-02-08T15:47:16.102Z Compiling bit-set v0.8.0
15442026-02-08T15:47:16.156Z Compiling time v0.3.43
15452026-02-08T15:47:16.443Z Compiling rusty-fork v0.3.0
15462026-02-08T15:47:17.193Z Compiling derive_builder_core v0.20.2
15472026-02-08T15:47:19.140Z Compiling addr2line v0.24.2
15482026-02-08T15:47:19.336Z Compiling hyper v1.8.1
15492026-02-08T15:47:19.445Z Compiling unicode-normalization v0.1.24
15502026-02-08T15:47:19.695Z Compiling dof v0.4.0
15512026-02-08T15:47:19.854Z Compiling dtrace-parser v0.3.0
15522026-02-08T15:47:20.346Z Compiling heapless v0.7.17
15532026-02-08T15:47:20.731Z Compiling signature v2.2.0
15542026-02-08T15:47:21.019Z Compiling scroll_derive v0.12.0
15552026-02-08T15:47:21.528Z Compiling thiserror-impl v1.0.69
15562026-02-08T15:47:21.668Z Compiling rand_xorshift v0.4.0
15572026-02-08T15:47:21.947Z Compiling darling_core v0.21.0
15582026-02-08T15:47:22.175Z Compiling slog v2.8.2
15592026-02-08T15:47:22.463Z Compiling thread-id v5.0.0
15602026-02-08T15:47:22.596Z Compiling cookie v0.18.1
15612026-02-08T15:47:22.620Z Compiling crc32fast v1.4.2
15622026-02-08T15:47:22.874Z Compiling object v0.36.5
15632026-02-08T15:47:22.931Z Compiling zstd-safe v7.2.3
15642026-02-08T15:47:23.084Z Compiling siphasher v0.3.11
15652026-02-08T15:47:23.155Z Compiling unarray v0.1.4
15662026-02-08T15:47:23.238Z Compiling unicode-properties v0.1.3
15672026-02-08T15:47:23.337Z Compiling rustc-demangle v0.1.24
15682026-02-08T15:47:23.431Z Compiling zlib-rs v0.5.1
15692026-02-08T15:47:23.586Z Compiling signal-hook v0.3.18
15702026-02-08T15:47:23.747Z Compiling unicode-bidi v0.3.17
15712026-02-08T15:47:23.853Z Compiling anyhow v1.0.99
15722026-02-08T15:47:23.998Z Compiling thiserror v1.0.69
15732026-02-08T15:47:24.220Z Compiling phf_shared v0.11.2
15742026-02-08T15:47:24.424Z Compiling stringprep v0.1.5
15752026-02-08T15:47:24.581Z Compiling proptest v1.7.0
15762026-02-08T15:47:24.951Z Compiling scroll v0.12.0
15772026-02-08T15:47:25.423Z Compiling hyper-util v0.1.19
15782026-02-08T15:47:26.030Z Compiling derive_builder_macro v0.20.2
15792026-02-08T15:47:26.985Z Compiling ipnetwork v0.21.1
15802026-02-08T15:47:27.179Z Compiling darling_macro v0.21.0
15812026-02-08T15:47:27.809Z Compiling curve25519-dalek v4.1.3
15822026-02-08T15:47:27.969Z Compiling serde_spanned v0.6.9
15832026-02-08T15:47:28.192Z Compiling erased-serde v0.3.31
15842026-02-08T15:47:28.363Z Compiling toml_datetime v0.6.11
15852026-02-08T15:47:28.810Z Compiling serde_tokenstream v0.2.2
15862026-02-08T15:47:29.052Z Compiling libz-rs-sys v0.5.1
15872026-02-08T15:47:29.313Z Compiling backtrace v0.3.74
15882026-02-08T15:47:29.343Z Compiling rand_chacha v0.3.1
15892026-02-08T15:47:29.368Z Compiling md-5 v0.10.6
15902026-02-08T15:47:29.392Z Compiling vergen-lib v0.1.6
15912026-02-08T15:47:29.657Z Compiling num-integer v0.1.46
15922026-02-08T15:47:29.709Z Compiling sync_wrapper v1.0.1
15932026-02-08T15:47:29.733Z Compiling hash32 v0.2.1
15942026-02-08T15:47:29.890Z Compiling ff v0.13.0
15952026-02-08T15:47:30.074Z Compiling memoffset v0.9.1
15962026-02-08T15:47:30.125Z Compiling ref-cast v1.0.25
15972026-02-08T15:47:30.299Z Compiling smoltcp v0.9.1
15982026-02-08T15:47:30.392Z Compiling litrs v0.4.1
15992026-02-08T15:47:30.673Z Compiling cfg_aliases v0.2.1
16002026-02-08T15:47:30.794Z Compiling psl-types v2.0.11
16012026-02-08T15:47:30.879Z Compiling base16ct v0.2.0
16022026-02-08T15:47:30.991Z Compiling fallible-iterator v0.2.0
16032026-02-08T15:47:31.015Z Compiling num-bigint-dig v0.8.6
16042026-02-08T15:47:31.203Z Compiling sec1 v0.7.3
16052026-02-08T15:47:31.363Z Compiling publicsuffix v2.3.0
16062026-02-08T15:47:31.387Z Compiling document-features v0.2.11
16072026-02-08T15:47:31.649Z Compiling postgres-protocol v0.6.8
16082026-02-08T15:47:31.717Z Compiling nix v0.29.0
16092026-02-08T15:47:31.977Z Compiling group v0.13.0
16102026-02-08T15:47:32.288Z Compiling num-iter v0.1.45
16112026-02-08T15:47:32.506Z Compiling tower v0.5.2
16122026-02-08T15:47:32.534Z Compiling rand v0.8.5
16132026-02-08T15:47:32.617Z Compiling newtype-uuid v1.3.2
16142026-02-08T15:47:32.805Z Compiling flate2 v1.1.2
16152026-02-08T15:47:33.452Z Compiling darling v0.21.0
16162026-02-08T15:47:33.548Z Compiling oxnet v0.1.4
16172026-02-08T15:47:33.580Z Compiling derive_builder v0.20.2
16182026-02-08T15:47:33.621Z Compiling tokio-native-tls v0.3.1
16192026-02-08T15:47:33.778Z Compiling goblin v0.8.2
16202026-02-08T15:47:34.376Z Compiling rustls-native-certs v0.8.1
16212026-02-08T15:47:34.405Z Compiling webpki-roots v1.0.1
16222026-02-08T15:47:34.608Z Compiling http-body-util v0.1.3
16232026-02-08T15:47:34.904Z Compiling strum_macros v0.27.2
16242026-02-08T15:47:34.962Z Compiling terminal_size v0.4.0
16252026-02-08T15:47:35.058Z Compiling cargo-platform v0.1.8
16262026-02-08T15:47:35.129Z Compiling hkdf v0.12.4
16272026-02-08T15:47:35.196Z Compiling crypto-bigint v0.5.5
16282026-02-08T15:47:35.401Z Compiling daft-derive v0.1.4
16292026-02-08T15:47:35.552Z Compiling async-trait v0.1.89
16302026-02-08T15:47:36.814Z Compiling ref-cast-impl v1.0.25
16312026-02-08T15:47:37.027Z Compiling hubpack_derive v0.1.1
16322026-02-08T15:47:37.820Z Compiling curve25519-dalek-derive v0.1.1
16332026-02-08T15:47:37.937Z Compiling vergen v9.0.6
16342026-02-08T15:47:37.969Z Compiling ahash v0.8.12
16352026-02-08T15:47:38.299Z Compiling fs-err v3.1.1
16362026-02-08T15:47:38.361Z Compiling unicode-segmentation v1.12.0
16372026-02-08T15:47:38.632Z Compiling buf-list v1.0.3
16382026-02-08T15:47:39.026Z Compiling bumpalo v3.16.0
16392026-02-08T15:47:39.132Z Compiling winnow v0.5.40
16402026-02-08T15:47:39.157Z Compiling lockfree-object-pool v0.1.6
16412026-02-08T15:47:39.184Z Compiling iri-string v0.7.8
16422026-02-08T15:47:39.428Z Compiling simd-adler32 v0.3.7
16432026-02-08T15:47:39.501Z Compiling bitflags v1.3.2
16442026-02-08T15:47:39.616Z Compiling ryu v1.0.18
16452026-02-08T15:47:39.948Z Compiling managed v0.8.0
16462026-02-08T15:47:39.972Z Compiling serde_urlencoded v0.7.1
16472026-02-08T15:47:40.162Z Compiling zopfli v0.8.1
16482026-02-08T15:47:40.534Z Compiling strum v0.27.2
16492026-02-08T15:47:41.550Z Compiling dof v0.3.0
16502026-02-08T15:47:41.791Z Compiling clap_builder v4.5.48
16512026-02-08T15:47:42.087Z Compiling toml_edit v0.19.15
16522026-02-08T15:47:42.242Z Compiling tower-http v0.6.6
16532026-02-08T15:47:42.915Z Compiling hubpack v0.1.2
16542026-02-08T15:47:43.201Z Compiling elliptic-curve v0.13.8
16552026-02-08T15:47:43.225Z Compiling daft v0.1.4
16562026-02-08T15:47:43.314Z Compiling cargo_metadata v0.19.2
16572026-02-08T15:47:43.745Z Compiling hyper-tls v0.6.0
16582026-02-08T15:47:43.972Z Compiling signal-hook-mio v0.2.4
16592026-02-08T15:47:44.114Z Compiling cookie_store v0.21.1
16602026-02-08T15:47:44.158Z Compiling zstd v0.13.3
16612026-02-08T15:47:46.127Z Compiling serde_with_macros v3.16.1
16622026-02-08T15:47:46.245Z Compiling postgres-types v0.2.9
16632026-02-08T15:47:47.195Z Compiling usdt-macro v0.6.0
16642026-02-08T15:47:47.393Z Compiling usdt-attr-macro v0.6.0
16652026-02-08T15:47:47.417Z Compiling phf v0.11.2
16662026-02-08T15:47:47.725Z Compiling dtrace-parser v0.2.0
16672026-02-08T15:47:47.992Z Compiling ed25519 v2.2.3
16682026-02-08T15:47:48.209Z Compiling bzip2 v0.5.2
16692026-02-08T15:47:48.498Z Compiling bzip2 v0.4.4
16702026-02-08T15:47:48.534Z Compiling pkcs1 v0.7.5
16712026-02-08T15:47:48.584Z Compiling strum_macros v0.26.4
16722026-02-08T15:47:48.819Z Compiling clap_derive v4.5.47
16732026-02-08T15:47:48.884Z Compiling enum-as-inner v0.6.1
16742026-02-08T15:47:49.310Z Compiling hex v0.4.3
16752026-02-08T15:47:49.380Z Compiling serde-big-array v0.5.1
16762026-02-08T15:47:49.615Z Compiling rfc6979 v0.4.0
16772026-02-08T15:47:49.785Z Compiling bstr v1.10.0
16782026-02-08T15:47:49.819Z Compiling serde_repr v0.1.19
16792026-02-08T15:47:49.843Z Compiling float-cmp v0.10.0
16802026-02-08T15:47:49.870Z Compiling env_filter v0.1.2
16812026-02-08T15:47:50.124Z Compiling socket2 v0.5.10
16822026-02-08T15:47:50.501Z Compiling memmap2 v0.9.8
16832026-02-08T15:47:50.733Z Compiling encoding_rs v0.8.34
16842026-02-08T15:47:50.907Z Compiling static_assertions v1.1.0
16852026-02-08T15:47:50.953Z Compiling fixedbitset v0.5.7
16862026-02-08T15:47:51.031Z Compiling jiff v0.2.15
16872026-02-08T15:47:51.092Z Compiling precomputed-hash v0.1.1
16882026-02-08T15:47:51.220Z Compiling predicates-core v1.0.8
16892026-02-08T15:47:51.534Z Compiling mime v0.3.17
16902026-02-08T15:47:51.558Z Compiling keccak v0.1.5
16912026-02-08T15:47:52.004Z Compiling foldhash v0.2.0
16922026-02-08T15:47:52.167Z Compiling normalize-line-endings v0.3.0
16932026-02-08T15:47:52.309Z Compiling data-encoding v2.9.0
16942026-02-08T15:47:52.395Z Compiling fixedbitset v0.4.2
16952026-02-08T15:47:52.434Z Compiling rustc-hash v2.1.1
16962026-02-08T15:47:52.674Z Compiling difflib v0.4.0
16972026-02-08T15:47:52.850Z Compiling new_debug_unreachable v1.0.6
16982026-02-08T15:47:52.954Z Compiling whoami v1.5.2
16992026-02-08T15:47:53.300Z Compiling tokio-postgres v0.7.13
17002026-02-08T15:47:53.449Z Compiling predicates v3.1.3
17012026-02-08T15:47:53.779Z Compiling hickory-proto v0.25.2
17022026-02-08T15:47:53.804Z Compiling string_cache v0.8.9
17032026-02-08T15:47:53.880Z Compiling petgraph v0.6.5
17042026-02-08T15:47:54.199Z Compiling iddqd v0.3.16
17052026-02-08T15:47:54.709Z Compiling clap v4.5.48
17062026-02-08T15:47:54.837Z Compiling strum v0.26.3
17072026-02-08T15:47:55.026Z Compiling toml_edit v0.22.27
17082026-02-08T15:47:55.755Z Compiling sha3 v0.10.8
17092026-02-08T15:47:56.464Z Compiling petgraph v0.8.2
17102026-02-08T15:47:56.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17112026-02-08T15:47:57.107Z Compiling usdt v0.6.0
17122026-02-08T15:47:57.560Z Compiling zip v4.2.0
17132026-02-08T15:47:57.862Z Compiling similar v2.7.0
17142026-02-08T15:47:59.479Z Compiling usdt-impl v0.5.0
17152026-02-08T15:47:59.616Z Compiling env_logger v0.11.8
17162026-02-08T15:48:00.339Z Compiling ecdsa v0.16.9
17172026-02-08T15:48:00.461Z Compiling serde_with v3.16.1
17182026-02-08T15:48:00.633Z Compiling rsa v0.9.8
17192026-02-08T15:48:01.030Z Compiling zip v0.6.6
17202026-02-08T15:48:01.072Z Compiling ed25519-dalek v2.1.1
17212026-02-08T15:48:02.213Z Compiling toml v0.7.8
17222026-02-08T15:48:02.447Z Compiling crossterm v0.28.1
17232026-02-08T15:48:03.441Z Compiling heck v0.4.1
17242026-02-08T15:48:03.741Z Compiling crossbeam-epoch v0.9.18
17252026-02-08T15:48:03.788Z Compiling tokio-stream v0.1.17
17262026-02-08T15:48:03.844Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-02-08T15:48:03.898Z Compiling x509-cert v0.2.5
17282026-02-08T15:48:04.194Z Compiling openapiv3 v2.2.0
17292026-02-08T15:48:04.236Z Compiling sha1 v0.10.6
17302026-02-08T15:48:04.385Z Compiling itertools v0.10.5
17312026-02-08T15:48:04.638Z Compiling itertools v0.13.0
17322026-02-08T15:48:04.686Z Compiling winnow v0.6.26
17332026-02-08T15:48:05.255Z Compiling lalrpop-util v0.19.12
17342026-02-08T15:48:05.596Z Compiling peg-runtime v0.8.5
17352026-02-08T15:48:06.128Z Compiling thread_local v1.1.8
17362026-02-08T15:48:06.568Z Compiling slog-async v2.8.0
17372026-02-08T15:48:06.631Z Compiling crossbeam-channel v0.5.15
17382026-02-08T15:48:06.990Z Compiling xattr v1.3.1
17392026-02-08T15:48:07.114Z Compiling futures-executor v0.3.31
17402026-02-08T15:48:07.197Z Compiling filetime v0.2.26
17412026-02-08T15:48:07.265Z Compiling is-terminal v0.4.13
17422026-02-08T15:48:07.413Z Compiling term v1.1.0
17432026-02-08T15:48:07.448Z Compiling take_mut v0.2.2
17442026-02-08T15:48:07.505Z Compiling tar v0.4.44
17452026-02-08T15:48:07.529Z Compiling futures v0.3.31
17462026-02-08T15:48:08.539Z Compiling slog-term v2.9.2
17472026-02-08T15:48:09.836Z Compiling aws-lc-sys v0.26.0
17482026-02-08T15:48:41.255Z Compiling rustls-webpki v0.102.8
17492026-02-08T15:48:46.907Z Compiling tokio-rustls v0.26.0
17502026-02-08T15:48:47.225Z Compiling hyper-rustls v0.27.7
17512026-02-08T15:48:47.560Z Compiling reqwest v0.12.24
17522026-02-08T15:48:52.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-02-08T15:48:52.654Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-02-08T15:48:58.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
17552026-02-08T15:48:58.639Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-02-08T15:48:58.710ZFeb 08 15:48:57.974 INFO Starting download, target: Clickhouse
17572026-02-08T15:48:58.710ZFeb 08 15:48:57.975 INFO Starting download, target: Cockroach
17582026-02-08T15:48:58.711ZFeb 08 15:48:57.975 INFO Starting download, target: Console
17592026-02-08T15:48:58.711ZFeb 08 15:48:57.975 INFO Starting download, target: DendriteStub
17602026-02-08T15:48:58.711ZFeb 08 15:48:57.975 INFO Starting download, target: MaghemiteMgd
17612026-02-08T15:48:58.738ZFeb 08 15:48:57.975 INFO Starting download, target: TransceiverControl
17622026-02-08T15:48:58.738ZFeb 08 15:48:57.976 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-02-08T15:48:58.738ZFeb 08 15:48:57.976 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-02-08T15:48:58.739ZFeb 08 15:48:57.976 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-02-08T15:48:58.739ZFeb 08 15:48:57.977 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-02-08T15:48:58.739ZFeb 08 15:48:57.977 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17672026-02-08T15:48:58.739ZFeb 08 15:48:57.977 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-02-08T15:48:59.075ZFeb 08 15:48:58.327 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-02-08T15:48:59.433ZFeb 08 15:48:58.694 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-02-08T15:48:59.539ZFeb 08 15:48:58.806 INFO Download complete, target: Console
17712026-02-08T15:48:59.872ZFeb 08 15:48:59.141 INFO Download complete, target: TransceiverControl
17722026-02-08T15:49:03.936ZFeb 08 15:49:03.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-02-08T15:49:04.370ZFeb 08 15:49:03.641 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-02-08T15:49:05.660ZFeb 08 15:49:04.925 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-02-08T15:49:05.660ZFeb 08 15:49:04.925 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-02-08T15:49:08.234ZFeb 08 15:49:07.504 INFO Download complete, target: DendriteStub
17772026-02-08T15:49:08.817ZFeb 08 15:49:08.088 INFO Download complete, target: MaghemiteMgd
17782026-02-08T15:49:14.553ZFeb 08 15:49:13.825 INFO Checking that binary works, target: Cockroach
17792026-02-08T15:49:14.765ZFeb 08 15:49:14.036 INFO Download complete, target: Cockroach
17802026-02-08T15:49:23.185ZFeb 08 15:49:22.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17812026-02-08T15:49:35.329ZFeb 08 15:49:34.600 INFO Checking that binary works, target: Clickhouse
17822026-02-08T15:49:35.518ZFeb 08 15:49:34.790 INFO Download complete, target: Clickhouse
17832026-02-08T15:49:35.544ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-02-08T15:49:35.567Z
17852026-02-08T15:49:35.567Zreal 6:30.627499604
17862026-02-08T15:49:35.567Zuser 17:00.400281902
17872026-02-08T15:49:35.567Zsys 2:45.501040696
17882026-02-08T15:49:35.567Ztrap 0.597874207
17892026-02-08T15:49:35.567Ztflt 0.422765185
17902026-02-08T15:49:35.567Zdflt 0.909516322
17912026-02-08T15:49:35.568Zkflt 0.008432788
17922026-02-08T15:49:35.568Zlock 49:44.383973518
17932026-02-08T15:49:35.568Zslp 1:03:48.613148230
17942026-02-08T15:49:35.568Zlat 1:22.283054257
17952026-02-08T15:49:35.568Zstop 3:00.106645127
17962026-02-08T15:49:35.568Z+ banner hack-check
17972026-02-08T15:49:35.568Z
17982026-02-08T15:49:35.568Z # # ## #### # # #### # # ###### #### # #
17992026-02-08T15:49:35.568Z # # # # # # # # # # # # # # # # #
18002026-02-08T15:49:35.568Z ###### # # # #### ##### # ###### ##### # ####
18012026-02-08T15:49:35.568Z # # ###### # # # # # # # # # #
18022026-02-08T15:49:35.568Z # # # # # # # # # # # # # # # # #
18032026-02-08T15:49:35.568Z # # # # #### # # #### # # ###### #### # #
18042026-02-08T15:49:35.568Z
18052026-02-08T15:49:35.568Z+ export CARGO_INCREMENTAL=0
18062026-02-08T15:49:35.568Z+ CARGO_INCREMENTAL=0
18072026-02-08T15:49:35.568Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-02-08T15:49:36.685Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-02-08T15:49:36.979Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-02-08T15:49:40.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
18112026-02-08T15:49:41.038Z Running `target/debug/xtask check-features --ci`
18122026-02-08T15:49:41.070Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-02-08T15:49:41.070Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-02-08T15:49:41.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
18152026-02-08T15:49:41.908Z Running `target/debug/xtask download cargo-hack`
18162026-02-08T15:49:43.240Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-02-08T15:49:43.613Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-02-08T15:49:48.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
18192026-02-08T15:49:48.493Z Running `target/debug/xtask-downloader cargo-hack`
18202026-02-08T15:49:48.547ZFeb 08 15:49:47.819 INFO Starting download, target: CargoHack
18212026-02-08T15:49:48.571ZFeb 08 15:49:47.821 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-02-08T15:49:49.035ZFeb 08 15:49:48.308 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-02-08T15:49:49.127ZFeb 08 15:49:48.399 INFO Download complete, target: CargoHack
18242026-02-08T15:49:49.151Zrunning: "/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"
18252026-02-08T15:49:49.175Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-02-08T15:49:49.491Zinfo: running `cargo check --bins` on api_identity (1/248)
18272026-02-08T15:49:50.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-02-08T15:49:50.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-02-08T15:49:50.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-02-08T15:49:50.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
18312026-02-08T15:49:50.683Z
18322026-02-08T15:49:50.683Zinfo: running `cargo check --bins` on bootstore (2/248)
18332026-02-08T15:49:51.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-02-08T15:49:51.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-02-08T15:49:51.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-02-08T15:49:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
18372026-02-08T15:49:51.917Z
18382026-02-08T15:49:51.917Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/248)
18392026-02-08T15:49:53.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-02-08T15:49:53.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-02-08T15:49:53.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-02-08T15:49:53.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
18432026-02-08T15:49:53.157Z
18442026-02-08T15:49:53.158Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/248)
18452026-02-08T15:49:54.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-02-08T15:49:54.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-02-08T15:49:54.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-02-08T15:49:54.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
18492026-02-08T15:49:54.342Z
18502026-02-08T15:49:54.342Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/248)
18512026-02-08T15:49:55.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-02-08T15:49:55.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-02-08T15:49:55.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-02-08T15:49:55.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
18552026-02-08T15:49:55.254Z
18562026-02-08T15:49:55.254Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/248)
18572026-02-08T15:49:55.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-02-08T15:49:55.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-02-08T15:49:55.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-02-08T15:49:55.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18612026-02-08T15:49:56.042Z
18622026-02-08T15:49:56.042Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/248)
18632026-02-08T15:49:56.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-02-08T15:49:56.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-02-08T15:49:56.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-02-08T15:49:56.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18672026-02-08T15:49:56.835Z
18682026-02-08T15:49:56.835Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/248)
18692026-02-08T15:49:57.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-02-08T15:49:57.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-02-08T15:49:57.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-02-08T15:49:57.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18732026-02-08T15:49:57.684Z
18742026-02-08T15:49:57.684Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/248)
18752026-02-08T15:49:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-02-08T15:49:58.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-02-08T15:49:58.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-02-08T15:49:58.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18792026-02-08T15:49:58.510Z
18802026-02-08T15:49:58.510Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/248)
18812026-02-08T15:49:59.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-02-08T15:49:59.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-02-08T15:49:59.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-02-08T15:49:59.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18852026-02-08T15:49:59.314Z
18862026-02-08T15:49:59.314Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/248)
18872026-02-08T15:50:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-02-08T15:50:00.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-02-08T15:50:00.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-02-08T15:50:00.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18912026-02-08T15:50:00.137Z
18922026-02-08T15:50:00.137Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/248)
18932026-02-08T15:50:00.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-02-08T15:50:00.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-02-08T15:50:00.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-02-08T15:50:00.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18972026-02-08T15:50:00.947Z
18982026-02-08T15:50:00.947Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/248)
18992026-02-08T15:50:01.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-02-08T15:50:01.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-02-08T15:50:01.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-02-08T15:50:01.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19032026-02-08T15:50:01.755Z
19042026-02-08T15:50:01.755Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/248)
19052026-02-08T15:50:02.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-02-08T15:50:02.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-02-08T15:50:02.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-02-08T15:50:02.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19092026-02-08T15:50:02.571Z
19102026-02-08T15:50:02.571Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/248)
19112026-02-08T15:50:03.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-02-08T15:50:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-02-08T15:50:03.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-02-08T15:50:03.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19152026-02-08T15:50:03.380Z
19162026-02-08T15:50:03.380Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/248)
19172026-02-08T15:50:04.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-02-08T15:50:04.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-02-08T15:50:04.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-02-08T15:50:04.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19212026-02-08T15:50:04.183Z
19222026-02-08T15:50:04.183Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/248)
19232026-02-08T15:50:04.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-02-08T15:50:04.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-02-08T15:50:04.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-02-08T15:50:04.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19272026-02-08T15:50:04.994Z
19282026-02-08T15:50:04.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/248)
19292026-02-08T15:50:05.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-02-08T15:50:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-02-08T15:50:05.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-02-08T15:50:05.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19332026-02-08T15:50:05.799Z
19342026-02-08T15:50:05.799Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/248)
19352026-02-08T15:50:06.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-02-08T15:50:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-02-08T15:50:06.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-02-08T15:50:06.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19392026-02-08T15:50:06.608Z
19402026-02-08T15:50:06.608Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/248)
19412026-02-08T15:50:07.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-02-08T15:50:07.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-02-08T15:50:07.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-02-08T15:50:07.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19452026-02-08T15:50:07.428Z
19462026-02-08T15:50:07.428Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/248)
19472026-02-08T15:50:08.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-02-08T15:50:08.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-02-08T15:50:08.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-02-08T15:50:08.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19512026-02-08T15:50:08.247Z
19522026-02-08T15:50:08.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/248)
19532026-02-08T15:50:08.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-02-08T15:50:08.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-02-08T15:50:08.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-02-08T15:50:08.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19572026-02-08T15:50:09.033Z
19582026-02-08T15:50:09.033Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/248)
19592026-02-08T15:50:09.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-02-08T15:50:09.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-02-08T15:50:09.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-02-08T15:50:09.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19632026-02-08T15:50:09.810Z
19642026-02-08T15:50:09.810Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/248)
19652026-02-08T15:50:10.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-02-08T15:50:10.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-02-08T15:50:10.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-02-08T15:50:10.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19692026-02-08T15:50:10.594Z
19702026-02-08T15:50:10.595Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/248)
19712026-02-08T15:50:11.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-02-08T15:50:11.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-02-08T15:50:11.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-02-08T15:50:11.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19752026-02-08T15:50:11.392Z
19762026-02-08T15:50:11.393Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/248)
19772026-02-08T15:50:12.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-02-08T15:50:12.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-02-08T15:50:12.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-02-08T15:50:12.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19812026-02-08T15:50:12.201Z
19822026-02-08T15:50:12.201Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/248)
19832026-02-08T15:50:12.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-02-08T15:50:12.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-02-08T15:50:12.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-02-08T15:50:12.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19872026-02-08T15:50:13.034Z
19882026-02-08T15:50:13.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/248)
19892026-02-08T15:50:13.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-02-08T15:50:13.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-02-08T15:50:13.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-02-08T15:50:13.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19932026-02-08T15:50:13.847Z
19942026-02-08T15:50:13.847Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/248)
19952026-02-08T15:50:14.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-02-08T15:50:14.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-02-08T15:50:14.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-02-08T15:50:14.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19992026-02-08T15:50:14.666Z
20002026-02-08T15:50:14.666Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/248)
20012026-02-08T15:50:15.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-02-08T15:50:15.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-02-08T15:50:15.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-02-08T15:50:15.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20052026-02-08T15:50:15.495Z
20062026-02-08T15:50:15.495Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/248)
20072026-02-08T15:50:16.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-02-08T15:50:16.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-02-08T15:50:16.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-02-08T15:50:16.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20112026-02-08T15:50:16.296Z
20122026-02-08T15:50:16.296Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/248)
20132026-02-08T15:50:17.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-02-08T15:50:17.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-02-08T15:50:17.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-02-08T15:50:17.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20172026-02-08T15:50:17.078Z
20182026-02-08T15:50:17.078Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/248)
20192026-02-08T15:50:17.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-02-08T15:50:17.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-02-08T15:50:17.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-02-08T15:50:17.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20232026-02-08T15:50:17.879Z
20242026-02-08T15:50:17.879Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/248)
20252026-02-08T15:50:18.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-02-08T15:50:18.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-02-08T15:50:18.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-02-08T15:50:18.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20292026-02-08T15:50:18.662Z
20302026-02-08T15:50:18.663Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/248)
20312026-02-08T15:50:19.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-02-08T15:50:19.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-02-08T15:50:19.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-02-08T15:50:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20352026-02-08T15:50:19.435Z
20362026-02-08T15:50:19.435Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/248)
20372026-02-08T15:50:20.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-02-08T15:50:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-02-08T15:50:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-02-08T15:50:20.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20412026-02-08T15:50:20.223Z
20422026-02-08T15:50:20.223Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/248)
20432026-02-08T15:50:20.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-02-08T15:50:20.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-02-08T15:50:20.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-02-08T15:50:20.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20472026-02-08T15:50:21.010Z
20482026-02-08T15:50:21.010Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/248)
20492026-02-08T15:50:21.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-02-08T15:50:21.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-02-08T15:50:21.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-02-08T15:50:21.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20532026-02-08T15:50:21.817Z
20542026-02-08T15:50:21.817Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/248)
20552026-02-08T15:50:22.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-02-08T15:50:22.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-02-08T15:50:22.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-02-08T15:50:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20592026-02-08T15:50:22.660Z
20602026-02-08T15:50:22.660Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/248)
20612026-02-08T15:50:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-02-08T15:50:23.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-02-08T15:50:23.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-02-08T15:50:23.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20652026-02-08T15:50:23.538Z
20662026-02-08T15:50:23.538Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/248)
20672026-02-08T15:50:24.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-02-08T15:50:24.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-02-08T15:50:24.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-02-08T15:50:24.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20712026-02-08T15:50:24.420Z
20722026-02-08T15:50:24.420Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/248)
20732026-02-08T15:50:25.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-02-08T15:50:25.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-02-08T15:50:25.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-02-08T15:50:25.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20772026-02-08T15:50:26.269Z
20782026-02-08T15:50:26.269Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/248)
20792026-02-08T15:50:26.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-02-08T15:50:26.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-02-08T15:50:26.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-02-08T15:50:26.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20832026-02-08T15:50:26.293Z
20842026-02-08T15:50:26.293Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/248)
20852026-02-08T15:50:26.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-02-08T15:50:26.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-02-08T15:50:26.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-02-08T15:50:26.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20892026-02-08T15:50:26.838Z
20902026-02-08T15:50:26.838Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/248)
20912026-02-08T15:50:27.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-02-08T15:50:27.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-02-08T15:50:27.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-02-08T15:50:27.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
20952026-02-08T15:50:27.898Z
20962026-02-08T15:50:27.898Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/248)
20972026-02-08T15:50:28.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-02-08T15:50:28.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-02-08T15:50:28.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-02-08T15:50:28.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
21012026-02-08T15:50:28.952Z
21022026-02-08T15:50:28.952Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/248)
21032026-02-08T15:50:29.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-02-08T15:50:29.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-02-08T15:50:29.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-02-08T15:50:29.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
21072026-02-08T15:50:29.974Z
21082026-02-08T15:50:29.974Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/248)
21092026-02-08T15:50:30.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-02-08T15:50:30.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-02-08T15:50:30.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-02-08T15:50:30.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
21132026-02-08T15:50:31.005Z
21142026-02-08T15:50:31.005Zinfo: running `cargo check --bins` on oxlog (49/248)
21152026-02-08T15:50:31.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-02-08T15:50:31.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-02-08T15:50:32.085Z Checking cfg-if v1.0.4
21182026-02-08T15:50:32.109Z Checking libc v0.2.180
21192026-02-08T15:50:32.109Z Checking serde_core v1.0.228
21202026-02-08T15:50:32.159Z Checking zeroize v1.8.1
21212026-02-08T15:50:32.182Z Checking memchr v2.7.4
21222026-02-08T15:50:32.206Z Checking value-bag v1.12.0
21232026-02-08T15:50:32.206Z Checking smallvec v1.15.1
21242026-02-08T15:50:32.206Z Checking typenum v1.17.0
21252026-02-08T15:50:32.262Z Checking scopeguard v1.2.0
21262026-02-08T15:50:32.423Z Checking lock_api v0.4.12
21272026-02-08T15:50:32.447Z Checking subtle v2.6.1
21282026-02-08T15:50:32.622Z Checking log v0.4.29
21292026-02-08T15:50:32.646Z Checking itoa v1.0.11
21302026-02-08T15:50:32.727Z Checking const-oid v0.9.6
21312026-02-08T15:50:32.808Z Checking stable_deref_trait v1.2.0
21322026-02-08T15:50:32.867Z Checking byteorder v1.5.0
21332026-02-08T15:50:32.923Z Checking portable-atomic v1.11.0
21342026-02-08T15:50:32.969Z Checking critical-section v1.1.3
21352026-02-08T15:50:33.100Z Checking zerofrom v0.1.4
21362026-02-08T15:50:33.128Z Checking allocator-api2 v0.2.21
21372026-02-08T15:50:33.179Z Checking generic-array v0.14.7
21382026-02-08T15:50:33.211Z Checking getrandom v0.2.15
21392026-02-08T15:50:33.249Z Checking getrandom v0.3.4
21402026-02-08T15:50:33.325Z Checking yoke v0.7.4
21412026-02-08T15:50:33.446Z Checking rand_core v0.6.4
21422026-02-08T15:50:33.480Z Checking parking_lot_core v0.9.10
21432026-02-08T15:50:33.667Z Checking zerovec v0.10.4
21442026-02-08T15:50:33.691Z Checking signal-hook-registry v1.4.2
21452026-02-08T15:50:33.753Z Checking pin-project-lite v0.2.14
21462026-02-08T15:50:33.821Z Checking parking_lot v0.12.3
21472026-02-08T15:50:33.857Z Checking once_cell v1.21.3
21482026-02-08T15:50:33.902Z Checking mio v1.0.2
21492026-02-08T15:50:33.967Z Checking equivalent v1.0.2
21502026-02-08T15:50:34.096Z Checking libm v0.2.8
21512026-02-08T15:50:34.154Z Checking writeable v0.5.5
21522026-02-08T15:50:34.178Z Checking litemap v0.7.3
21532026-02-08T15:50:34.209Z Checking zerocopy v0.7.35
21542026-02-08T15:50:34.262Z Checking crypto-common v0.1.6
21552026-02-08T15:50:34.433Z Checking block-buffer v0.10.4
21562026-02-08T15:50:34.465Z Checking socket2 v0.6.1
21572026-02-08T15:50:34.489Z Checking zmij v1.0.15
21582026-02-08T15:50:34.523Z Checking cpufeatures v0.2.14
21592026-02-08T15:50:34.632Z Checking percent-encoding v2.3.2
21602026-02-08T15:50:34.668Z Checking digest v0.10.7
21612026-02-08T15:50:34.822Z Checking futures-core v0.3.31
21622026-02-08T15:50:34.874Z Checking icu_locid_transform_data v1.5.0
21632026-02-08T15:50:34.897Z Checking num-traits v0.2.19
21642026-02-08T15:50:34.929Z Checking block-padding v0.3.3
21652026-02-08T15:50:34.991Z Checking hashbrown v0.16.1
21662026-02-08T15:50:35.015Z Checking hmac v0.12.1
21672026-02-08T15:50:35.041Z Checking icu_properties_data v1.5.0
21682026-02-08T15:50:35.136Z Checking tinystr v0.7.6
21692026-02-08T15:50:35.159Z Checking icu_collections v1.5.0
21702026-02-08T15:50:35.236Z Checking inout v0.1.3
21712026-02-08T15:50:35.261Z Checking utf16_iter v1.0.5
21722026-02-08T15:50:35.317Z Checking ppv-lite86 v0.2.20
21732026-02-08T15:50:35.444Z Checking utf8_iter v1.0.4
21742026-02-08T15:50:35.468Z Checking futures-sink v0.3.31
21752026-02-08T15:50:35.492Z Checking icu_locid v1.5.0
21762026-02-08T15:50:35.630Z Checking icu_normalizer_data v1.5.0
21772026-02-08T15:50:35.653Z Checking serde v1.0.228
21782026-02-08T15:50:35.677Z Checking serde_json v1.0.149
21792026-02-08T15:50:35.736Z Checking write16 v1.0.0
21802026-02-08T15:50:35.760Z Checking futures-channel v0.3.31
21812026-02-08T15:50:35.871Z Checking cipher v0.4.4
21822026-02-08T15:50:35.943Z Checking sha2 v0.10.9
21832026-02-08T15:50:35.966Z Checking indexmap v2.13.0
21842026-02-08T15:50:36.092Z Checking slab v0.4.9
21852026-02-08T15:50:36.156Z Checking pin-utils v0.1.0
21862026-02-08T15:50:36.259Z Checking futures-io v0.3.31
21872026-02-08T15:50:36.282Z Checking futures-task v0.3.31
21882026-02-08T15:50:36.355Z Checking base64ct v1.6.0
21892026-02-08T15:50:36.379Z Checking icu_provider v1.5.0
21902026-02-08T15:50:36.442Z Checking errno v0.3.12
21912026-02-08T15:50:36.465Z Checking flagset v0.4.6
21922026-02-08T15:50:36.508Z Checking futures-util v0.3.31
21932026-02-08T15:50:36.534Z Checking bytes v1.11.1
21942026-02-08T15:50:36.635Z Checking bitflags v2.9.4
21952026-02-08T15:50:36.676Z Checking form_urlencoded v1.2.2
21962026-02-08T15:50:36.784Z Checking pem-rfc7468 v0.7.0
21972026-02-08T15:50:36.886Z Checking rand_core v0.9.3
21982026-02-08T15:50:36.941Z Checking foldhash v0.1.5
21992026-02-08T15:50:36.965Z Checking icu_locid_transform v1.5.0
22002026-02-08T15:50:37.055Z Checking der v0.7.10
22012026-02-08T15:50:37.135Z Checking fnv v1.0.7
22022026-02-08T15:50:37.159Z Checking salsa20 v0.10.2
22032026-02-08T15:50:37.183Z Checking hashbrown v0.15.4
22042026-02-08T15:50:37.224Z Checking uuid v1.19.0
22052026-02-08T15:50:37.286Z Checking pbkdf2 v0.12.2
22062026-02-08T15:50:37.385Z Checking spin v0.9.8
22072026-02-08T15:50:37.454Z Checking tokio v1.49.0
22082026-02-08T15:50:37.478Z Checking scrypt v0.11.0
22092026-02-08T15:50:37.700Z Checking http v1.4.0
22102026-02-08T15:50:37.729Z Checking rand_chacha v0.9.0
22112026-02-08T15:50:37.797Z Checking cbc v0.1.2
22122026-02-08T15:50:37.879Z Checking icu_properties v1.5.1
22132026-02-08T15:50:37.999Z Checking aes v0.8.4
22142026-02-08T15:50:38.105Z Checking iana-time-zone v0.1.63
22152026-02-08T15:50:38.132Z Checking regex-syntax v0.8.5
22162026-02-08T15:50:38.273Z Checking chrono v0.4.43
22172026-02-08T15:50:38.635Z Checking spki v0.7.3
22182026-02-08T15:50:38.749Z Checking rand v0.9.2
22192026-02-08T15:50:38.840Z Checking tracing-core v0.1.32
22202026-02-08T15:50:38.934Z Checking pkcs5 v0.7.1
22212026-02-08T15:50:39.366Z Checking thiserror v2.0.18
22222026-02-08T15:50:39.389Z Checking tracing v0.1.40
22232026-02-08T15:50:39.507Z Checking pkcs8 v0.10.2
22242026-02-08T15:50:39.654Z Checking http-body v1.0.1
22252026-02-08T15:50:39.717Z Checking rustls-pki-types v1.10.0
22262026-02-08T15:50:39.791Z Checking tinyvec_macros v0.1.1
22272026-02-08T15:50:39.848Z Checking plain v0.2.3
22282026-02-08T15:50:39.886Z Checking base64 v0.22.1
22292026-02-08T15:50:39.946Z Checking tinyvec v1.8.0
22302026-02-08T15:50:40.016Z Checking lazy_static v1.5.0
22312026-02-08T15:50:40.146Z Checking rustix v1.1.3
22322026-02-08T15:50:40.203Z Checking semver v1.0.27
22332026-02-08T15:50:40.328Z Checking zerocopy v0.8.27
22342026-02-08T15:50:40.534Z Checking aws-lc-sys v0.26.0
22352026-02-08T15:50:40.560Z Checking atomic-waker v1.1.2
22362026-02-08T15:50:40.714Z Checking untrusted v0.9.0
22372026-02-08T15:50:40.738Z Checking try-lock v0.2.5
22382026-02-08T15:50:40.761Z Checking icu_normalizer v1.5.0
22392026-02-08T15:50:40.880Z Checking untrusted v0.7.1
22402026-02-08T15:50:40.903Z Checking adler2 v2.0.0
22412026-02-08T15:50:41.039Z Checking ucd-trie v0.1.7
22422026-02-08T15:50:41.063Z Checking unicode-ident v1.0.19
22432026-02-08T15:50:41.087Z Checking fastrand v2.1.1
22442026-02-08T15:50:41.237Z Checking foreign-types-shared v0.1.1
22452026-02-08T15:50:41.261Z Checking tower-service v0.3.3
22462026-02-08T15:50:41.354Z Checking dyn-clone v1.0.20
22472026-02-08T15:50:41.390Z Checking openssl-probe v0.1.5
22482026-02-08T15:50:41.413Z Checking tower-layer v0.3.3
22492026-02-08T15:50:41.437Z Checking idna_adapter v1.2.0
22502026-02-08T15:50:41.518Z Checking foreign-types v0.3.2
22512026-02-08T15:50:41.556Z Checking pest v2.8.2
22522026-02-08T15:50:41.619Z Checking proc-macro2 v1.0.101
22532026-02-08T15:50:41.643Z Checking idna v1.0.3
22542026-02-08T15:50:41.666Z Checking miniz_oxide v0.8.5
22552026-02-08T15:50:41.909Z Checking tempfile v3.24.0
22562026-02-08T15:50:42.079Z Checking url v2.5.4
22572026-02-08T15:50:42.237Z Checking want v0.3.1
22582026-02-08T15:50:42.263Z Checking ring v0.17.14
22592026-02-08T15:50:42.339Z Checking ipnet v2.11.0
22602026-02-08T15:50:42.436Z Checking httparse v1.9.5
22612026-02-08T15:50:42.459Z Checking aws-lc-rs v1.12.4
22622026-02-08T15:50:42.823Z Checking openssl-sys v0.9.109
22632026-02-08T15:50:42.855Z Checking schemars v0.8.22
22642026-02-08T15:50:42.879Z Checking wait-timeout v0.2.0
22652026-02-08T15:50:43.060Z Checking aho-corasick v1.1.3
22662026-02-08T15:50:43.245Z Checking bit-vec v0.8.0
22672026-02-08T15:50:43.577Z Checking httpdate v1.0.3
22682026-02-08T15:50:43.698Z Checking anstyle v1.0.11
22692026-02-08T15:50:43.839Z Checking pretty-hex v0.4.1
22702026-02-08T15:50:43.880Z Checking utf8parse v0.2.2
22712026-02-08T15:50:43.933Z Checking tokio-util v0.7.15
22722026-02-08T15:50:43.989Z Checking quick-error v1.2.3
22732026-02-08T15:50:44.025Z Checking powerfmt v0.2.0
22742026-02-08T15:50:44.049Z Checking openssl v0.10.73
22752026-02-08T15:50:44.073Z Checking anstyle-parse v0.2.5
22762026-02-08T15:50:44.145Z Checking rusty-fork v0.3.0
22772026-02-08T15:50:44.228Z Checking bit-set v0.8.0
22782026-02-08T15:50:44.297Z Checking rustls-webpki v0.102.8
22792026-02-08T15:50:44.321Z Checking deranged v0.5.3
22802026-02-08T15:50:44.345Z Compiling newtype-uuid v1.3.2
22812026-02-08T15:50:44.435Z Checking regex-automata v0.4.11
22822026-02-08T15:50:44.462Z Checking quote v1.0.40
22832026-02-08T15:50:44.486Z Checking unicode-normalization v0.1.24
22842026-02-08T15:50:44.633Z Checking crossbeam-utils v0.8.21
22852026-02-08T15:50:44.763Z Checking rand_xorshift v0.4.0
22862026-02-08T15:50:44.946Z Checking rustix v0.38.37
22872026-02-08T15:50:45.041Z Checking bzip2-sys v0.1.13+1.0.8
22882026-02-08T15:50:45.080Z Checking h2 v0.4.6
22892026-02-08T15:50:45.167Z Checking scroll v0.13.0
22902026-02-08T15:50:45.206Z Checking signature v2.2.0
22912026-02-08T15:50:45.263Z Checking crc32fast v1.4.2
22922026-02-08T15:50:45.404Z Checking unarray v0.1.4
22932026-02-08T15:50:45.486Z Checking either v1.15.0
22942026-02-08T15:50:45.557Z Checking colorchoice v1.0.2
22952026-02-08T15:50:45.592Z Checking is_terminal_polyfill v1.70.1
22962026-02-08T15:50:45.704Z Checking time-core v0.1.6
22972026-02-08T15:50:45.728Z Checking num-conv v0.1.0
22982026-02-08T15:50:45.824Z Checking zlib-rs v0.5.1
22992026-02-08T15:50:45.956Z Checking siphasher v0.3.11
23002026-02-08T15:50:45.980Z Checking unicode-bidi v0.3.17
23012026-02-08T15:50:46.234Z Checking unicode-properties v0.1.3
23022026-02-08T15:50:46.503Z Checking anstyle-query v1.1.1
23032026-02-08T15:50:46.534Z Checking num_threads v0.1.7
23042026-02-08T15:50:46.558Z Checking stringprep v0.1.5
23052026-02-08T15:50:46.640Z Checking anstream v0.6.18
23062026-02-08T15:50:46.663Z Checking time v0.3.43
23072026-02-08T15:50:46.806Z Checking phf_shared v0.11.2
23082026-02-08T15:50:46.998Z Checking goblin v0.10.2
23092026-02-08T15:50:47.049Z Checking proptest v1.7.0
23102026-02-08T15:50:47.373Z Checking libz-rs-sys v0.5.1
23112026-02-08T15:50:47.570Z Checking crossbeam-epoch v0.9.18
23122026-02-08T15:50:47.610Z Checking rustls v0.23.19
23132026-02-08T15:50:47.959Z Checking syn v2.0.114
23142026-02-08T15:50:48.089Z Compiling daft v0.1.4
23152026-02-08T15:50:48.223Z Checking native-tls v0.2.12
23162026-02-08T15:50:48.509Z Checking ipnetwork v0.21.1
23172026-02-08T15:50:48.588Z Checking thiserror v1.0.69
23182026-02-08T15:50:48.720Z Checking scroll v0.12.0
23192026-02-08T15:50:48.893Z Checking zstd-sys v2.0.14+zstd.1.5.7
23202026-02-08T15:50:48.994Z Checking serde_spanned v0.6.9
23212026-02-08T15:50:49.087Z Checking toml_datetime v0.6.11
23222026-02-08T15:50:49.147Z Checking num-integer v0.1.46
23232026-02-08T15:50:49.200Z Checking rand_chacha v0.3.1
23242026-02-08T15:50:49.404Z Checking sync_wrapper v1.0.1
23252026-02-08T15:50:49.564Z Checking md-5 v0.10.6
23262026-02-08T15:50:49.588Z Checking ff v0.13.0
23272026-02-08T15:50:49.588Z Checking hash32 v0.2.1
23282026-02-08T15:50:49.775Z Checking gimli v0.31.1
23292026-02-08T15:50:49.800Z Checking psl-types v2.0.11
23302026-02-08T15:50:49.868Z Checking base16ct v0.2.0
23312026-02-08T15:50:49.981Z Checking fallible-iterator v0.2.0
23322026-02-08T15:50:50.071Z Checking sec1 v0.7.3
23332026-02-08T15:50:50.399Z Checking publicsuffix v2.3.0
23342026-02-08T15:50:50.491Z Checking postgres-protocol v0.6.8
23352026-02-08T15:50:50.525Z Checking hyper v1.8.1
23362026-02-08T15:50:50.655Z Checking heapless v0.7.17
23372026-02-08T15:50:51.054Z Compiling iddqd v0.3.16
23382026-02-08T15:50:51.242Z Checking group v0.13.0
23392026-02-08T15:50:51.470Z Checking rand v0.8.5
23402026-02-08T15:50:51.494Z Checking num-iter v0.1.45
23412026-02-08T15:50:51.667Z Checking tower v0.5.2
23422026-02-08T15:50:52.091Z Checking dof v0.4.0
23432026-02-08T15:50:52.115Z Checking tokio-rustls v0.26.0
23442026-02-08T15:50:52.318Z Checking hyper-util v0.1.19
23452026-02-08T15:50:52.424Z Checking goblin v0.8.2
23462026-02-08T15:50:52.481Z Checking zstd-safe v7.2.3
23472026-02-08T15:50:52.540Z Checking cookie v0.18.1
23482026-02-08T15:50:52.750Z Checking oxnet v0.1.4
23492026-02-08T15:50:52.913Z Checking tokio-native-tls v0.3.1
23502026-02-08T15:50:52.957Z Checking terminal_size v0.4.0
23512026-02-08T15:50:53.008Z Checking addr2line v0.24.2
23522026-02-08T15:50:53.032Z Checking flate2 v1.1.2
23532026-02-08T15:50:53.139Z Checking dtrace-parser v0.3.0
23542026-02-08T15:50:53.171Z Checking rustls-native-certs v0.8.1
23552026-02-08T15:50:53.195Z Checking webpki-roots v1.0.1
23562026-02-08T15:50:53.325Z Checking http-body-util v0.1.3
23572026-02-08T15:50:53.370Z Checking signal-hook v0.3.18
23582026-02-08T15:50:53.397Z Checking hkdf v0.12.4
23592026-02-08T15:50:53.497Z Checking crypto-bigint v0.5.5
23602026-02-08T15:50:53.584Z Checking thread-id v5.0.0
23612026-02-08T15:50:53.610Z Checking object v0.36.5
23622026-02-08T15:50:53.634Z Checking ryu v1.0.18
23632026-02-08T15:50:53.690Z Checking winnow v0.5.40
23642026-02-08T15:50:53.714Z Compiling rayon-core v1.12.1
23652026-02-08T15:50:53.738Z Checking simd-adler32 v0.3.7
23662026-02-08T15:50:53.874Z Checking bumpalo v3.16.0
23672026-02-08T15:50:54.001Z Checking lockfree-object-pool v0.1.6
23682026-02-08T15:50:54.072Z Checking clap_lex v0.7.4
23692026-02-08T15:50:54.184Z Checking iri-string v0.7.8
23702026-02-08T15:50:54.261Z Checking managed v0.8.0
23712026-02-08T15:50:54.325Z Checking rustc-demangle v0.1.24
23722026-02-08T15:50:54.574Z Checking bitflags v1.3.2
23732026-02-08T15:50:54.679Z Checking strsim v0.11.1
23742026-02-08T15:50:54.734Z Checking smoltcp v0.9.1
23752026-02-08T15:50:54.814Z Checking hyper-rustls v0.27.7
23762026-02-08T15:50:54.948Z Checking clap_builder v4.5.48
23772026-02-08T15:50:55.146Z Checking hyper-tls v0.6.0
23782026-02-08T15:50:55.414Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23792026-02-08T15:50:55.689Z Checking zopfli v0.8.1
23802026-02-08T15:50:55.734Z Checking elliptic-curve v0.13.8
23812026-02-08T15:50:56.017Z Checking toml_edit v0.19.15
23822026-02-08T15:50:56.085Z Checking serde_urlencoded v0.7.1
23832026-02-08T15:50:56.297Z Checking usdt-impl v0.6.0
23842026-02-08T15:50:56.321Z Checking signal-hook-mio v0.2.4
23852026-02-08T15:50:56.381Z Checking tower-http v0.6.6
23862026-02-08T15:50:56.493Z Checking cookie_store v0.21.1
23872026-02-08T15:50:56.644Z Checking dof v0.3.0
23882026-02-08T15:50:56.794Z Checking zstd v0.13.3
23892026-02-08T15:50:56.868Z Checking num-bigint-dig v0.8.6
23902026-02-08T15:50:56.901Z Checking postgres-types v0.2.9
23912026-02-08T15:50:57.099Z Checking dtrace-parser v0.2.0
23922026-02-08T15:50:57.162Z Checking regex v1.11.3
23932026-02-08T15:50:57.233Z Checking bstr v1.10.0
23942026-02-08T15:50:57.488Z Checking crossbeam-deque v0.8.5
23952026-02-08T15:50:57.550Z Checking phf v0.11.2
23962026-02-08T15:50:57.573Z Checking ed25519 v2.2.3
23972026-02-08T15:50:57.722Z Checking bzip2 v0.5.2
23982026-02-08T15:50:57.798Z Checking bzip2 v0.4.4
23992026-02-08T15:50:57.822Z Checking ref-cast v1.0.25
24002026-02-08T15:50:57.881Z Checking curve25519-dalek v4.1.3
24012026-02-08T15:50:57.967Z Checking strum v0.27.2
24022026-02-08T15:50:57.991Z Checking hubpack v0.1.2
24032026-02-08T15:50:58.015Z Checking memoffset v0.9.1
24042026-02-08T15:50:58.086Z Checking pkcs1 v0.7.5
24052026-02-08T15:50:58.127Z Checking serde-big-array v0.5.1
24062026-02-08T15:50:58.151Z Checking hex v0.4.3
24072026-02-08T15:50:58.199Z Checking erased-serde v0.3.31
24082026-02-08T15:50:58.298Z Checking float-cmp v0.10.0
24092026-02-08T15:50:58.341Z Checking rfc6979 v0.4.0
24102026-02-08T15:50:58.475Z Checking memmap2 v0.9.8
24112026-02-08T15:50:58.502Z Checking socket2 v0.5.10
24122026-02-08T15:50:58.526Z Checking thread-id v4.2.2
24132026-02-08T15:50:58.583Z Checking env_filter v0.1.2
24142026-02-08T15:50:58.645Z Checking encoding_rs v0.8.34
24152026-02-08T15:50:58.707Z Checking new_debug_unreachable v1.0.6
24162026-02-08T15:50:58.771Z Checking minimal-lexical v0.2.1
24172026-02-08T15:50:58.842Z Checking predicates-core v1.0.8
24182026-02-08T15:50:58.868Z Checking fixedbitset v0.5.7
24192026-02-08T15:50:58.900Z Checking backtrace v0.3.74
24202026-02-08T15:50:58.986Z Checking fixedbitset v0.4.2
24212026-02-08T15:50:59.043Z Checking difflib v0.4.0
24222026-02-08T15:50:59.113Z Checking rustc-hash v2.1.1
24232026-02-08T15:50:59.157Z Checking keccak v0.1.5
24242026-02-08T15:50:59.219Z Checking precomputed-hash v0.1.1
24252026-02-08T15:50:59.261Z Checking jiff v0.2.15
24262026-02-08T15:50:59.296Z Checking winnow v0.7.14
24272026-02-08T15:50:59.353Z Checking unicode-segmentation v1.12.0
24282026-02-08T15:50:59.377Z Checking static_assertions v1.1.0
24292026-02-08T15:50:59.424Z Checking data-encoding v2.9.0
24302026-02-08T15:50:59.483Z Checking mime v0.3.17
24312026-02-08T15:50:59.507Z Checking foldhash v0.2.0
24322026-02-08T15:50:59.507Z Checking whoami v1.5.2
24332026-02-08T15:50:59.757Z Checking normalize-line-endings v0.3.0
24342026-02-08T15:50:59.781Z Checking toml_write v0.1.2
24352026-02-08T15:50:59.820Z Checking tokio-postgres v0.7.13
24362026-02-08T15:50:59.899Z Checking predicates v3.1.3
24372026-02-08T15:50:59.932Z Checking hickory-proto v0.25.2
24382026-02-08T15:50:59.979Z Checking similar v2.7.0
24392026-02-08T15:51:00.469Z Checking reqwest v0.12.24
24402026-02-08T15:51:00.493Z Checking ed25519-dalek v2.1.1
24412026-02-08T15:51:00.749Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24422026-02-08T15:51:00.856Z Checking sha3 v0.10.8
24432026-02-08T15:51:01.245Z Checking anyhow v1.0.99
24442026-02-08T15:51:01.571Z Checking string_cache v0.8.9
24452026-02-08T15:51:01.742Z Checking toml_edit v0.22.27
24462026-02-08T15:51:01.768Z Checking petgraph v0.6.5
24472026-02-08T15:51:01.837Z Checking petgraph v0.8.2
24482026-02-08T15:51:02.116Z Checking nom v7.1.3
24492026-02-08T15:51:02.185Z Checking slog v2.8.2
24502026-02-08T15:51:02.696Z Checking env_logger v0.11.8
24512026-02-08T15:51:03.019Z Checking usdt v0.6.0
24522026-02-08T15:51:03.265Z Checking rsa v0.9.8
24532026-02-08T15:51:04.055Z Checking usdt-impl v0.5.0
24542026-02-08T15:51:04.153Z Checking serde_with v3.16.1
24552026-02-08T15:51:04.379Z Checking zip v4.2.0
24562026-02-08T15:51:04.417Z Checking ecdsa v0.16.9
24572026-02-08T15:51:04.479Z Checking toml v0.7.8
24582026-02-08T15:51:04.546Z Checking nix v0.29.0
24592026-02-08T15:51:05.033Z Checking zip v0.6.6
24602026-02-08T15:51:05.119Z Checking clap v4.5.48
24612026-02-08T15:51:05.226Z Checking crossterm v0.28.1
24622026-02-08T15:51:05.276Z Checking itertools v0.12.1
24632026-02-08T15:51:05.509Z Checking itertools v0.10.5
24642026-02-08T15:51:05.611Z Checking itertools v0.13.0
24652026-02-08T15:51:05.651Z Checking strum v0.26.3
24662026-02-08T15:51:05.749Z Checking tokio-stream v0.1.17
24672026-02-08T15:51:05.814Z Checking ahash v0.8.12
24682026-02-08T15:51:05.838Z Checking fs-err v3.1.1
24692026-02-08T15:51:06.171Z Checking buf-list v1.0.3
24702026-02-08T15:51:06.382Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-02-08T15:51:06.445Z Checking x509-cert v0.2.5
24722026-02-08T15:51:06.469Z Checking openapiv3 v2.2.0
24732026-02-08T15:51:06.697Z Checking sha1 v0.10.6
24742026-02-08T15:51:06.721Z Checking winnow v0.6.26
24752026-02-08T15:51:06.960Z Checking peg-runtime v0.8.5
24762026-02-08T15:51:07.196Z Checking lalrpop-util v0.19.12
24772026-02-08T15:51:07.293Z Checking rayon v1.10.0
24782026-02-08T15:51:07.317Z Checking camino v1.2.2
24792026-02-08T15:51:07.443Z Checking sigpipe v0.1.3
24802026-02-08T15:51:07.480Z Checking glob v0.3.2
24812026-02-08T15:51:10.254Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24822026-02-08T15:51:10.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.75s
24832026-02-08T15:51:10.945Z
24842026-02-08T15:51:10.945Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/248)
24852026-02-08T15:51:11.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862026-02-08T15:51:12.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872026-02-08T15:51:12.411Z Compiling regress v0.10.4
24882026-02-08T15:51:12.460Z Compiling unsafe-libyaml v0.2.11
24892026-02-08T15:51:12.483Z Compiling structmeta-derive v0.3.0
24902026-02-08T15:51:12.483Z Compiling rustls v0.22.4
24912026-02-08T15:51:12.483Z Checking newtype-uuid v1.3.2
24922026-02-08T15:51:12.551Z Compiling multer v3.1.0
24932026-02-08T15:51:12.574Z Checking heck v0.5.0
24942026-02-08T15:51:12.795Z Compiling newtype-uuid-macros v0.1.0
24952026-02-08T15:51:12.852Z Compiling async-stream-impl v0.3.6
24962026-02-08T15:51:12.876Z Checking daft v0.1.4
24972026-02-08T15:51:12.948Z Checking futures-executor v0.3.31
24982026-02-08T15:51:13.191Z Compiling dropshot v0.16.7
24992026-02-08T15:51:13.305Z Checking iddqd v0.3.16
25002026-02-08T15:51:13.482Z Compiling serde_yaml v0.9.34+deprecated
25012026-02-08T15:51:13.923Z Checking futures v0.3.31
25022026-02-08T15:51:13.947Z Compiling dropshot_endpoint v0.16.7
25032026-02-08T15:51:14.043Z Checking match_cfg v0.1.0
25042026-02-08T15:51:14.149Z Checking hostname v0.3.1
25052026-02-08T15:51:14.181Z Checking thread_local v1.1.8
25062026-02-08T15:51:14.300Z Checking unicode-width v0.1.14
25072026-02-08T15:51:14.461Z Checking crossbeam-channel v0.5.15
25082026-02-08T15:51:14.494Z Compiling structmeta v0.3.0
25092026-02-08T15:51:14.724Z Checking is-terminal v0.4.13
25102026-02-08T15:51:14.853Z Compiling derive-ex v0.1.8
25112026-02-08T15:51:14.876Z Checking take_mut v0.2.2
25122026-02-08T15:51:14.971Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-02-08T15:51:15.034Z Checking term v1.1.0
25142026-02-08T15:51:15.095Z Compiling parse-display-derive v0.10.0
25152026-02-08T15:51:15.119Z Checking slog-async v2.8.0
25162026-02-08T15:51:15.316Z Checking typify-impl v0.4.3
25172026-02-08T15:51:15.432Z Checking slog-term v2.9.2
25182026-02-08T15:51:15.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-02-08T15:51:16.542Z Checking debug-ignore v1.0.5
25202026-02-08T15:51:16.619Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25212026-02-08T15:51:17.330Z Checking toml_parser v1.0.6+spec-1.1.0
25222026-02-08T15:51:17.429Z Checking slog-json v2.6.1
25232026-02-08T15:51:17.535Z Checking macaddr v1.0.1
25242026-02-08T15:51:17.720Z Checking serde_spanned v1.0.4
25252026-02-08T15:51:17.883Z Checking toml_datetime v0.7.5+spec-1.1.0
25262026-02-08T15:51:17.956Z Checking toml_writer v1.0.6+spec-1.1.0
25272026-02-08T15:51:18.018Z Checking slog-bunyan v2.5.0
25282026-02-08T15:51:18.221Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25292026-02-08T15:51:18.290Z Checking tabwriter v1.4.0
25302026-02-08T15:51:18.362Z Compiling test-strategy v0.4.3
25312026-02-08T15:51:18.393Z Checking toml v0.9.11+spec-1.1.0
25322026-02-08T15:51:18.583Z Checking async-stream v0.3.6
25332026-02-08T15:51:18.610Z Checking waitgroup v0.1.2
25342026-02-08T15:51:18.887Z Checking rustls-pemfile v2.2.0
25352026-02-08T15:51:18.931Z Checking serde_path_to_error v0.1.20
25362026-02-08T15:51:19.073Z Checking hostname v0.4.2
25372026-02-08T15:51:19.154Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25382026-02-08T15:51:19.178Z Compiling itertools v0.14.0
25392026-02-08T15:51:19.261Z Checking progenitor-client v0.10.0
25402026-02-08T15:51:19.374Z Checking progenitor-client v0.11.2
25412026-02-08T15:51:19.544Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
25422026-02-08T15:51:19.711Z Checking instant v0.1.13
25432026-02-08T15:51:19.778Z Checking colored v3.0.0
25442026-02-08T15:51:19.850Z Checking parse-display v0.10.0
25452026-02-08T15:51:19.874Z Checking backoff v0.4.0
25462026-02-08T15:51:19.954Z Checking tokio-rustls v0.25.0
25472026-02-08T15:51:20.008Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-02-08T15:51:20.219Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25492026-02-08T15:51:20.244Z Compiling proc-macro-crate v1.3.1
25502026-02-08T15:51:20.244Z Compiling proc-macro-error v1.0.4
25512026-02-08T15:51:20.828Z Compiling heapless v0.8.0
25522026-02-08T15:51:21.089Z Compiling num_enum_derive v0.5.11
25532026-02-08T15:51:21.183Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25542026-02-08T15:51:21.487Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25552026-02-08T15:51:21.561Z Checking hash32 v0.3.1
25562026-02-08T15:51:21.610Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25572026-02-08T15:51:21.773Z Compiling smoltcp v0.11.0
25582026-02-08T15:51:21.858Z Compiling ingot-macros v0.1.1
25592026-02-08T15:51:22.173Z Compiling foreign-types-macros v0.2.3
25602026-02-08T15:51:22.394Z Compiling crucible-workspace-hack v0.1.0
25612026-02-08T15:51:22.484Z Checking foreign-types-shared v0.3.1
25622026-02-08T15:51:22.629Z Checking cobs v0.2.3
25632026-02-08T15:51:22.828Z Checking postcard v1.0.10
25642026-02-08T15:51:23.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-02-08T15:51:23.103Z Checking num_enum v0.5.11
25662026-02-08T15:51:23.262Z Checking foreign-types v0.5.0
25672026-02-08T15:51:23.286Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25682026-02-08T15:51:23.350Z Checking cstr-argument v0.1.2
25692026-02-08T15:51:23.393Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-02-08T15:51:23.562Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25712026-02-08T15:51:23.702Z Checking pretty-hex v0.2.1
25722026-02-08T15:51:23.806Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25732026-02-08T15:51:23.890Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25742026-02-08T15:51:23.980Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25752026-02-08T15:51:24.006Z Checking colored v2.2.0
25762026-02-08T15:51:24.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-02-08T15:51:24.202Z Compiling convert_case v0.4.0
25782026-02-08T15:51:24.270Z Checking camino-tempfile v1.4.1
25792026-02-08T15:51:24.293Z Compiling nix v0.30.1
25802026-02-08T15:51:24.554Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25812026-02-08T15:51:24.958Z Compiling derive_more v0.99.20
25822026-02-08T15:51:25.047Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25832026-02-08T15:51:25.071Z Compiling zone_cfg_derive v0.3.0
25842026-02-08T15:51:25.350Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
25852026-02-08T15:51:25.417Z Compiling typify-macro v0.4.3
25862026-02-08T15:51:26.192Z Checking smf v0.2.3
25872026-02-08T15:51:26.233Z Compiling num-derive v0.4.2
25882026-02-08T15:51:26.869Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25892026-02-08T15:51:26.968Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25902026-02-08T15:51:27.263Z Checking zone v0.3.1
25912026-02-08T15:51:27.350Z Checking ingot-types v0.1.2
25922026-02-08T15:51:27.864Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
25932026-02-08T15:51:28.009Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25942026-02-08T15:51:28.047Z Checking ingot v0.1.1
25952026-02-08T15:51:28.744Z Compiling typify v0.4.3
25962026-02-08T15:51:28.984Z Compiling progenitor-impl v0.11.2
25972026-02-08T15:51:30.154Z Checking secrecy v0.10.3
25982026-02-08T15:51:31.115Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25992026-02-08T15:51:31.216Z Compiling typify-impl v0.2.0
26002026-02-08T15:51:32.289Z Checking unicode-width v0.2.0
26012026-02-08T15:51:32.356Z Checking num-rational v0.4.2
26022026-02-08T15:51:32.726Z Compiling usdt-attr-macro v0.5.0
26032026-02-08T15:51:32.914Z Compiling usdt-macro v0.5.0
26042026-02-08T15:51:33.326Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26052026-02-08T15:51:33.475Z Compiling thiserror-impl-no-std v2.0.2
26062026-02-08T15:51:33.822Z Checking universal-hash v0.5.1
26072026-02-08T15:51:34.031Z Checking num-complex v0.4.6
26082026-02-08T15:51:34.178Z Checking memmap v0.7.0
26092026-02-08T15:51:34.399Z Checking half v2.4.1
26102026-02-08T15:51:34.650Z Compiling progenitor-macro v0.11.2
26112026-02-08T15:51:34.792Z Checking ciborium-io v0.2.2
26122026-02-08T15:51:34.840Z Checking opaque-debug v0.3.1
26132026-02-08T15:51:34.940Z Checking ciborium-ll v0.2.2
26142026-02-08T15:51:34.964Z Checking poly1305 v0.8.0
26152026-02-08T15:51:34.989Z Compiling num v0.4.3
26162026-02-08T15:51:35.234Z Checking usdt v0.5.0
26172026-02-08T15:51:35.258Z Checking console v0.15.10
26182026-02-08T15:51:35.393Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-02-08T15:51:35.465Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26202026-02-08T15:51:35.513Z Checking toml v0.8.23
26212026-02-08T15:51:35.773Z Checking password-hash v0.5.0
26222026-02-08T15:51:35.798Z Checking chacha20 v0.9.1
26232026-02-08T15:51:35.830Z Checking thiserror-no-std v2.0.2
26242026-02-08T15:51:35.962Z Checking blake2 v0.10.6
26252026-02-08T15:51:35.986Z Checking aead v0.5.2
26262026-02-08T15:51:36.139Z Checking float-ord v0.3.2
26272026-02-08T15:51:36.222Z Compiling semver v0.1.20
26282026-02-08T15:51:36.246Z Checking chacha20poly1305 v0.10.1
26292026-02-08T15:51:36.307Z Checking vsss-rs v3.3.4
26302026-02-08T15:51:36.380Z Checking ciborium v0.2.2
26312026-02-08T15:51:36.404Z Checking argon2 v0.5.3
26322026-02-08T15:51:36.449Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26332026-02-08T15:51:36.746Z Compiling rustc_version v0.1.7
26342026-02-08T15:51:37.070Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
26352026-02-08T15:51:37.155Z Checking indent_write v2.2.0
26362026-02-08T15:51:37.253Z Checking siphasher v1.0.1
26372026-02-08T15:51:37.374Z Checking linked-hash-map v0.5.6
26382026-02-08T15:51:37.508Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
26392026-02-08T15:51:37.584Z Checking phf_shared v0.12.1
26402026-02-08T15:51:37.740Z Checking lru-cache v0.1.2
26412026-02-08T15:51:37.846Z Compiling newtype_derive v0.1.6
26422026-02-08T15:51:37.939Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26432026-02-08T15:51:38.151Z Compiling progenitor-impl v0.10.0
26442026-02-08T15:51:38.337Z Checking resolv-conf v0.7.0
26452026-02-08T15:51:38.658Z Checking newline-converter v0.3.0
26462026-02-08T15:51:38.893Z Checking hickory-proto v0.24.4
26472026-02-08T15:51:38.981Z Checking atomicwrites v0.4.4
26482026-02-08T15:51:39.190Z Checking prettyplease v0.2.36
26492026-02-08T15:51:40.177Z Compiling pin-project-internal v1.1.6
26502026-02-08T15:51:40.245Z Checking csv-core v0.1.11
26512026-02-08T15:51:40.377Z Compiling derive-where v1.5.0
26522026-02-08T15:51:40.564Z Compiling slog-dtrace v0.3.0
26532026-02-08T15:51:40.885Z Checking swrite v0.1.0
26542026-02-08T15:51:40.941Z Compiling typify-macro v0.2.0
26552026-02-08T15:51:41.032Z Compiling cancel-safe-futures v0.1.5
26562026-02-08T15:51:41.364Z Compiling chrono-tz v0.10.4
26572026-02-08T15:51:41.644Z Compiling owo-colors v4.2.2
26582026-02-08T15:51:42.242Z Compiling const_format_proc_macros v0.2.34
26592026-02-08T15:51:42.417Z Checking pin-project v1.1.6
26602026-02-08T15:51:42.490Z Checking csv v1.3.1
26612026-02-08T15:51:42.582Z Checking expectorate v1.2.0
26622026-02-08T15:51:42.625Z Checking hickory-resolver v0.24.4
26632026-02-08T15:51:42.876Z Checking phf v0.12.1
26642026-02-08T15:51:43.062Z Checking tokio-dtrace v0.1.0
26652026-02-08T15:51:43.288Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26662026-02-08T15:51:43.351Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26672026-02-08T15:51:43.804Z Compiling progenitor-macro v0.10.0
26682026-02-08T15:51:44.057Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692026-02-08T15:51:44.155Z Checking pem v3.0.5
26702026-02-08T15:51:44.342Z Checking libsw-core v0.3.1
26712026-02-08T15:51:44.450Z Compiling lzma-sys v0.1.20
26722026-02-08T15:51:44.508Z Compiling typify v0.2.0
26732026-02-08T15:51:44.692Z Compiling progenitor-impl v0.8.0
26742026-02-08T15:51:44.778Z Compiling snafu-derive v0.8.5
26752026-02-08T15:51:44.895Z Compiling async-recursion v1.1.1
26762026-02-08T15:51:44.991Z Checking bytecount v0.6.8
26772026-02-08T15:51:45.114Z Checking arc-swap v1.7.1
26782026-02-08T15:51:45.166Z Checking utf-8 v0.7.6
26792026-02-08T15:51:45.379Z Checking highway v1.3.0
26802026-02-08T15:51:45.477Z Checking progenitor v0.11.2
26812026-02-08T15:51:45.702Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26822026-02-08T15:51:45.843Z Checking same-file v1.0.6
26832026-02-08T15:51:46.047Z Checking walkdir v2.5.0
26842026-02-08T15:51:46.168Z Checking slog-scope v4.4.0
26852026-02-08T15:51:46.307Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-02-08T15:51:46.348Z Checking tungstenite v0.21.0
26872026-02-08T15:51:46.396Z Checking papergrid v0.11.0
26882026-02-08T15:51:47.212Z Checking libsw v3.5.0
26892026-02-08T15:51:47.447Z Checking qorb v0.4.1
26902026-02-08T15:51:47.771Z Checking const_format v0.2.34
26912026-02-08T15:51:48.211Z Checking oxide-tokio-rt v0.1.2
26922026-02-08T15:51:48.292Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26932026-02-08T15:51:48.769Z Checking snafu v0.8.5
26942026-02-08T15:51:49.734Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26952026-02-08T15:51:49.853Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26962026-02-08T15:51:50.459Z Compiling tabled_derive v0.7.0
26972026-02-08T15:51:50.483Z Compiling progenitor-macro v0.8.0
26982026-02-08T15:51:50.698Z Checking globset v0.4.15
26992026-02-08T15:51:51.078Z Checking olpc-cjson v0.1.4
27002026-02-08T15:51:51.178Z Checking progenitor-client v0.8.0
27012026-02-08T15:51:51.204Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022026-02-08T15:51:51.288Z Checking gethostname v0.5.0
27032026-02-08T15:51:51.438Z Compiling heck v0.3.3
27042026-02-08T15:51:51.515Z Checking bcs v0.1.6
27052026-02-08T15:51:51.767Z Checking serde_plain v1.0.2
27062026-02-08T15:51:52.006Z Checking termtree v0.5.1
27072026-02-08T15:51:52.247Z Checking smawk v0.3.2
27082026-02-08T15:51:52.324Z Checking linear-map v1.2.0
27092026-02-08T15:51:52.468Z Checking unicode-linebreak v0.1.5
27102026-02-08T15:51:52.641Z Checking typed-path v0.9.3
27112026-02-08T15:51:52.861Z Checking textwrap v0.16.2
27122026-02-08T15:51:53.257Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27132026-02-08T15:51:54.038Z Checking tabled v0.15.0
27142026-02-08T15:51:54.390Z Checking tough v0.20.0
27152026-02-08T15:51:54.455Z Checking progenitor v0.10.0
27162026-02-08T15:51:54.666Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-02-08T15:51:55.921Z Compiling zone_cfg_derive v0.1.2
27182026-02-08T15:51:56.420Z Checking steno v0.4.1
27192026-02-08T15:51:57.097Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27202026-02-08T15:51:57.125Z Checking tokio-tungstenite v0.21.0
27212026-02-08T15:51:57.577Z Checking slog-stdlog v4.1.1
27222026-02-08T15:51:57.642Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27232026-02-08T15:51:57.807Z Checking humantime v2.2.0
27242026-02-08T15:51:57.972Z Checking base64 v0.21.7
27252026-02-08T15:51:58.121Z Checking base64 v0.13.1
27262026-02-08T15:51:58.414Z Checking number_prefix v0.4.0
27272026-02-08T15:51:58.439Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27282026-02-08T15:51:58.483Z Checking slog-envlogger v2.2.0
27292026-02-08T15:51:58.521Z Checking ron v0.7.1
27302026-02-08T15:51:58.635Z Checking indicatif v0.17.11
27312026-02-08T15:51:58.721Z Checking xz2 v0.1.7
27322026-02-08T15:51:58.925Z Checking zone v0.1.8
27332026-02-08T15:51:59.102Z Checking xattr v1.3.1
27342026-02-08T15:51:59.153Z Checking yasna v0.5.2
27352026-02-08T15:51:59.319Z Checking headers-core v0.3.0
27362026-02-08T15:51:59.354Z Checking filetime v0.2.26
27372026-02-08T15:51:59.493Z Checking headers v0.4.1
27382026-02-08T15:51:59.561Z Checking subprocess v0.2.9
27392026-02-08T15:51:59.592Z Checking tar v0.4.44
27402026-02-08T15:51:59.921Z Checking rcgen v0.12.1
27412026-02-08T15:52:01.104Z Checking progenitor v0.8.0
27422026-02-08T15:52:01.301Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27432026-02-08T15:52:02.300Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27442026-02-08T15:52:02.300Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27452026-02-08T15:52:02.300Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27462026-02-08T15:52:03.099Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27472026-02-08T15:52:03.365Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27482026-02-08T15:52:04.566Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27492026-02-08T15:52:05.041Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27502026-02-08T15:52:05.952Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27512026-02-08T15:52:05.979Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27522026-02-08T15:52:06.003Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27532026-02-08T15:52:06.747Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27542026-02-08T15:52:06.771Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27552026-02-08T15:52:08.271Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27562026-02-08T15:52:09.225Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27572026-02-08T15:52:09.883Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27582026-02-08T15:52:14.354Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27592026-02-08T15:52:18.294Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27602026-02-08T15:52:19.959Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27612026-02-08T15:52:21.647Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27622026-02-08T15:52:47.496Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27632026-02-08T15:52:50.414Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27642026-02-08T15:52:52.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
27652026-02-08T15:52:53.012Z
27662026-02-08T15:52:53.012Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/248)
27672026-02-08T15:52:54.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-02-08T15:52:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-02-08T15:52:54.354Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27702026-02-08T15:52:56.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
27712026-02-08T15:52:57.058Z
27722026-02-08T15:52:57.058Zinfo: running `cargo check --bins` on nexus-config (52/248)
27732026-02-08T15:52:58.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-02-08T15:52:58.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-02-08T15:52:58.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-02-08T15:52:58.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
27772026-02-08T15:52:58.236Z
27782026-02-08T15:52:58.236Zinfo: running `cargo check --bins` on nexus-types (53/248)
27792026-02-08T15:52:59.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-02-08T15:52:59.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-02-08T15:52:59.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-02-08T15:52:59.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
27832026-02-08T15:52:59.404Z
27842026-02-08T15:52:59.404Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/248)
27852026-02-08T15:53:00.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-02-08T15:53:00.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-02-08T15:53:00.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-02-08T15:53:00.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27892026-02-08T15:53:00.512Z
27902026-02-08T15:53:00.512Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (55/248)
27912026-02-08T15:53:01.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-02-08T15:53:01.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-02-08T15:53:01.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-02-08T15:53:01.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
27952026-02-08T15:53:01.596Z
27962026-02-08T15:53:01.596Zinfo: running `cargo check --bins` on cockroach-admin-types (56/248)
27972026-02-08T15:53:02.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-02-08T15:53:02.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-02-08T15:53:02.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-02-08T15:53:02.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28012026-02-08T15:53:02.662Z
28022026-02-08T15:53:02.662Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (57/248)
28032026-02-08T15:53:03.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-02-08T15:53:03.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-02-08T15:53:03.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-02-08T15:53:03.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28072026-02-08T15:53:03.693Z
28082026-02-08T15:53:03.693Zinfo: running `cargo check --bins` on ereport-types (58/248)
28092026-02-08T15:53:04.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-02-08T15:53:04.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-02-08T15:53:04.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-02-08T15:53:04.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28132026-02-08T15:53:04.743Z
28142026-02-08T15:53:04.743Zinfo: running `cargo check --bins` on gateway-client (59/248)
28152026-02-08T15:53:05.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-02-08T15:53:05.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-02-08T15:53:05.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-02-08T15:53:05.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28192026-02-08T15:53:05.830Z
28202026-02-08T15:53:05.830Zinfo: running `cargo check --bins --no-default-features` on gateway-types (60/248)
28212026-02-08T15:53:06.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-02-08T15:53:06.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-02-08T15:53:06.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-02-08T15:53:06.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28252026-02-08T15:53:06.893Z
28262026-02-08T15:53:06.893Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/248)
28272026-02-08T15:53:07.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-02-08T15:53:07.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-02-08T15:53:07.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-02-08T15:53:07.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
28312026-02-08T15:53:07.971Z
28322026-02-08T15:53:07.971Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (62/248)
28332026-02-08T15:53:08.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-02-08T15:53:08.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-02-08T15:53:08.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-02-08T15:53:08.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
28372026-02-08T15:53:09.048Z
28382026-02-08T15:53:09.048Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/248)
28392026-02-08T15:53:09.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-02-08T15:53:10.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-02-08T15:53:10.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-02-08T15:53:10.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28432026-02-08T15:53:10.106Z
28442026-02-08T15:53:10.106Zinfo: running `cargo check --bins` on internal-dns-types (64/248)
28452026-02-08T15:53:11.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-02-08T15:53:11.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-02-08T15:53:11.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-02-08T15:53:11.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28492026-02-08T15:53:11.164Z
28502026-02-08T15:53:11.165Zinfo: running `cargo check --bins` on internal-dns-types-versions (65/248)
28512026-02-08T15:53:12.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-02-08T15:53:12.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-02-08T15:53:12.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-02-08T15:53:12.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28552026-02-08T15:53:12.317Z
28562026-02-08T15:53:12.317Zinfo: running `cargo check --bins` on omicron-passwords (66/248)
28572026-02-08T15:53:13.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-02-08T15:53:13.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-02-08T15:53:13.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-02-08T15:53:13.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28612026-02-08T15:53:13.422Z
28622026-02-08T15:53:13.422Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (67/248)
28632026-02-08T15:53:14.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-02-08T15:53:14.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-02-08T15:53:14.599Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-02-08T15:53:15.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
28672026-02-08T15:53:15.633Z
28682026-02-08T15:53:15.633Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/248)
28692026-02-08T15:53:16.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-02-08T15:53:16.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-02-08T15:53:16.860Z Compiling cfg_aliases v0.1.1
28722026-02-08T15:53:16.860Z Compiling convert_case v0.7.1
28732026-02-08T15:53:16.885Z Compiling vte_generate_state_changes v0.1.2
28742026-02-08T15:53:16.885Z Checking fd-lock v4.0.2
28752026-02-08T15:53:16.885Z Checking nibble_vec v0.1.0
28762026-02-08T15:53:16.910Z Checking endian-type v0.1.2
28772026-02-08T15:53:16.990Z Compiling peg-macros v0.8.5
28782026-02-08T15:53:17.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-02-08T15:53:17.044Z Compiling nix v0.28.0
28802026-02-08T15:53:17.171Z Compiling sqlparser_derive v0.2.2
28812026-02-08T15:53:17.196Z Checking home v0.5.9
28822026-02-08T15:53:17.220Z Checking radix_trie v0.2.1
28832026-02-08T15:53:17.360Z Checking unicode_categories v0.1.1
28842026-02-08T15:53:17.488Z Checking vte v0.11.1
28852026-02-08T15:53:17.578Z Checking nu-ansi-term v0.50.1
28862026-02-08T15:53:17.651Z Compiling derive_more-impl v2.0.1
28872026-02-08T15:53:17.676Z Checking sqlformat v0.3.5
28882026-02-08T15:53:17.892Z Checking display-error-chain v0.2.2
28892026-02-08T15:53:18.048Z Checking sqlparser v0.45.0
28902026-02-08T15:53:18.672Z Checking strip-ansi-escapes v0.2.0
28912026-02-08T15:53:18.848Z Checking reedline v0.40.0
28922026-02-08T15:53:18.969Z Checking derive_more v2.0.1
28932026-02-08T15:53:19.082Z Checking peg v0.8.5
28942026-02-08T15:53:19.106Z Checking crossterm v0.29.0
28952026-02-08T15:53:19.864Z Checking rustyline v14.0.0
28962026-02-08T15:53:31.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.20s
28972026-02-08T15:53:32.038Z
28982026-02-08T15:53:32.038Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/248)
28992026-02-08T15:53:33.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-02-08T15:53:33.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-02-08T15:53:33.337Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29022026-02-08T15:53:40.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s
29032026-02-08T15:53:40.925Z
29042026-02-08T15:53:40.925Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/248)
29052026-02-08T15:53:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-02-08T15:53:41.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-02-08T15:53:42.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29082026-02-08T15:53:47.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
29092026-02-08T15:53:47.610Z
29102026-02-08T15:53:47.610Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/248)
29112026-02-08T15:53:48.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-02-08T15:53:48.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-02-08T15:53:48.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29142026-02-08T15:53:55.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.19s
29152026-02-08T15:53:55.995Z
29162026-02-08T15:53:55.995Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/248)
29172026-02-08T15:53:57.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-02-08T15:53:57.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-02-08T15:53:57.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29202026-02-08T15:54:04.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
29212026-02-08T15:54:04.311Z
29222026-02-08T15:54:04.311Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/248)
29232026-02-08T15:54:05.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-02-08T15:54:05.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-02-08T15:54:05.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29262026-02-08T15:54:10.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
29272026-02-08T15:54:11.114Z
29282026-02-08T15:54:11.114Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/248)
29292026-02-08T15:54:12.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-02-08T15:54:12.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-02-08T15:54:12.345Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29322026-02-08T15:54:17.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
29332026-02-08T15:54:17.859Z
29342026-02-08T15:54:17.859Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/248)
29352026-02-08T15:54:18.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-02-08T15:54:18.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-02-08T15:54:19.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29382026-02-08T15:54:26.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
29392026-02-08T15:54:26.655Z
29402026-02-08T15:54:26.656Zinfo: running `cargo check --bins` on oximeter (76/248)
29412026-02-08T15:54:27.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-02-08T15:54:27.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-02-08T15:54:27.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-02-08T15:54:27.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29452026-02-08T15:54:27.751Z
29462026-02-08T15:54:27.752Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/248)
29472026-02-08T15:54:28.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-02-08T15:54:28.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-02-08T15:54:28.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-02-08T15:54:28.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29512026-02-08T15:54:28.780Z
29522026-02-08T15:54:28.780Zinfo: running `cargo check --bins` on oximeter-schema (78/248)
29532026-02-08T15:54:29.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-02-08T15:54:29.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-02-08T15:54:29.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29562026-02-08T15:54:30.063Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29572026-02-08T15:54:30.636Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29582026-02-08T15:54:40.136Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29592026-02-08T15:54:40.745Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29602026-02-08T15:54:43.238Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29612026-02-08T15:54:44.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.82s
29622026-02-08T15:54:44.790Z
29632026-02-08T15:54:44.790Zinfo: running `cargo check --bins` on oximeter-types (79/248)
29642026-02-08T15:54:45.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-02-08T15:54:45.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-02-08T15:54:45.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672026-02-08T15:54:45.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29682026-02-08T15:54:45.929Z
29692026-02-08T15:54:45.929Zinfo: running `cargo check --bins` on oximeter-types-versions (80/248)
29702026-02-08T15:54:46.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712026-02-08T15:54:46.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722026-02-08T15:54:46.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732026-02-08T15:54:46.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29742026-02-08T15:54:47.056Z
29752026-02-08T15:54:47.056Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (81/248)
29762026-02-08T15:54:48.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772026-02-08T15:54:48.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782026-02-08T15:54:48.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792026-02-08T15:54:48.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29802026-02-08T15:54:48.161Z
29812026-02-08T15:54:48.161Zinfo: running `cargo check --bins` on oxql-types (82/248)
29822026-02-08T15:54:49.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-02-08T15:54:49.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-02-08T15:54:49.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852026-02-08T15:54:49.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29862026-02-08T15:54:49.229Z
29872026-02-08T15:54:49.229Zinfo: running `cargo check --bins` on oximeter-test-utils (83/248)
29882026-02-08T15:54:50.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-02-08T15:54:50.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-02-08T15:54:50.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912026-02-08T15:54:50.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
29922026-02-08T15:54:50.413Z
29932026-02-08T15:54:50.413Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (84/248)
29942026-02-08T15:54:51.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-02-08T15:54:51.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-02-08T15:54:51.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972026-02-08T15:54:51.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29982026-02-08T15:54:51.564Z
29992026-02-08T15:54:51.564Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/248)
30002026-02-08T15:54:52.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-02-08T15:54:52.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-02-08T15:54:52.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032026-02-08T15:54:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30042026-02-08T15:54:52.709Z
30052026-02-08T15:54:52.710Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/248)
30062026-02-08T15:54:53.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-02-08T15:54:53.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-02-08T15:54:53.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092026-02-08T15:54:53.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30102026-02-08T15:54:53.846Z
30112026-02-08T15:54:53.846Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/248)
30122026-02-08T15:54:54.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-02-08T15:54:54.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-02-08T15:54:54.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152026-02-08T15:54:54.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30162026-02-08T15:54:54.972Z
30172026-02-08T15:54:54.972Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/248)
30182026-02-08T15:54:55.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-02-08T15:54:55.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-02-08T15:54:55.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212026-02-08T15:54:55.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30222026-02-08T15:54:56.092Z
30232026-02-08T15:54:56.092Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/248)
30242026-02-08T15:54:57.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-02-08T15:54:57.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-02-08T15:54:57.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-02-08T15:54:57.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
30282026-02-08T15:54:57.203Z
30292026-02-08T15:54:57.203Zinfo: running `cargo check --bins --no-default-features` on gfss (90/248)
30302026-02-08T15:54:58.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-02-08T15:54:58.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-02-08T15:54:58.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-02-08T15:54:58.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
30342026-02-08T15:54:58.287Z
30352026-02-08T15:54:58.287Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/248)
30362026-02-08T15:54:59.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-02-08T15:54:59.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-02-08T15:54:59.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-02-08T15:54:59.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
30402026-02-08T15:54:59.367Z
30412026-02-08T15:54:59.367Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/248)
30422026-02-08T15:55:00.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-02-08T15:55:00.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-02-08T15:55:00.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-02-08T15:55:00.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30462026-02-08T15:55:00.517Z
30472026-02-08T15:55:00.517Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/248)
30482026-02-08T15:55:01.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-02-08T15:55:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-02-08T15:55:01.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-02-08T15:55:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30522026-02-08T15:55:01.679Z
30532026-02-08T15:55:01.679Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/248)
30542026-02-08T15:55:02.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-02-08T15:55:02.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-02-08T15:55:02.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-02-08T15:55:02.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30582026-02-08T15:55:02.851Z
30592026-02-08T15:55:02.851Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/248)
30602026-02-08T15:55:03.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-02-08T15:55:03.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-02-08T15:55:03.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-02-08T15:55:03.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30642026-02-08T15:55:04.019Z
30652026-02-08T15:55:04.019Zinfo: running `cargo check --bins` on trust-quorum-types (96/248)
30662026-02-08T15:55:05.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-02-08T15:55:05.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-02-08T15:55:05.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-02-08T15:55:05.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
30702026-02-08T15:55:05.154Z
30712026-02-08T15:55:05.154Zinfo: running `cargo check --bins` on trust-quorum-test-utils (97/248)
30722026-02-08T15:55:06.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-02-08T15:55:06.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-02-08T15:55:06.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-02-08T15:55:06.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30762026-02-08T15:55:06.304Z
30772026-02-08T15:55:06.304Zinfo: running `cargo check --bins` on update-engine (98/248)
30782026-02-08T15:55:07.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-02-08T15:55:07.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-02-08T15:55:07.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-02-08T15:55:07.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30822026-02-08T15:55:07.444Z
30832026-02-08T15:55:07.444Zinfo: running `cargo check --bins` on omicron-certificates (99/248)
30842026-02-08T15:55:08.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-02-08T15:55:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-02-08T15:55:08.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-02-08T15:55:08.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30882026-02-08T15:55:08.591Z
30892026-02-08T15:55:08.591Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (100/248)
30902026-02-08T15:55:09.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-02-08T15:55:09.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-02-08T15:55:09.865Z Checking dropshot-api-manager-types v0.2.4
30932026-02-08T15:55:09.865Z Checking nanorand v0.7.0
30942026-02-08T15:55:10.128Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30952026-02-08T15:55:10.244Z Checking flume v0.11.1
30962026-02-08T15:55:10.661Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30972026-02-08T15:55:12.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
30982026-02-08T15:55:12.827Z
30992026-02-08T15:55:12.827Zinfo: running `cargo check --bins` on clickhouse-admin-api (101/248)
31002026-02-08T15:55:13.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-02-08T15:55:13.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-02-08T15:55:13.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-02-08T15:55:13.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31042026-02-08T15:55:13.958Z
31052026-02-08T15:55:13.958Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (102/248)
31062026-02-08T15:55:14.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-02-08T15:55:14.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-02-08T15:55:14.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-02-08T15:55:14.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31102026-02-08T15:55:15.099Z
31112026-02-08T15:55:15.099Zinfo: running `cargo check --bins` on bootstrap-agent-client (103/248)
31122026-02-08T15:55:16.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-02-08T15:55:16.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-02-08T15:55:16.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-02-08T15:55:16.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31162026-02-08T15:55:16.233Z
31172026-02-08T15:55:16.233Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (104/248)
31182026-02-08T15:55:17.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-02-08T15:55:17.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-02-08T15:55:17.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-02-08T15:55:17.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31222026-02-08T15:55:17.333Z
31232026-02-08T15:55:17.333Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (105/248)
31242026-02-08T15:55:18.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-02-08T15:55:18.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-02-08T15:55:18.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-02-08T15:55:18.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31282026-02-08T15:55:18.461Z
31292026-02-08T15:55:18.461Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (106/248)
31302026-02-08T15:55:19.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-02-08T15:55:19.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-02-08T15:55:19.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-02-08T15:55:19.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31342026-02-08T15:55:19.595Z
31352026-02-08T15:55:19.595Zinfo: running `cargo check --bins` on cockroach-admin-client (107/248)
31362026-02-08T15:55:20.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-02-08T15:55:20.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-02-08T15:55:20.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-02-08T15:55:20.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31402026-02-08T15:55:20.687Z
31412026-02-08T15:55:20.687Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (108/248)
31422026-02-08T15:55:21.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-02-08T15:55:21.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-02-08T15:55:21.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-02-08T15:55:21.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31462026-02-08T15:55:21.829Z
31472026-02-08T15:55:21.829Zinfo: running `cargo check --bins` on dns-service-client (109/248)
31482026-02-08T15:55:22.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-02-08T15:55:22.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-02-08T15:55:22.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-02-08T15:55:22.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31522026-02-08T15:55:22.926Z
31532026-02-08T15:55:22.926Zinfo: running `cargo check --bins` on installinator-client (110/248)
31542026-02-08T15:55:23.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-02-08T15:55:23.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-02-08T15:55:23.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-02-08T15:55:23.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
31582026-02-08T15:55:23.994Z
31592026-02-08T15:55:23.994Zinfo: running `cargo check --bins` on nexus-client (111/248)
31602026-02-08T15:55:24.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-02-08T15:55:25.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-02-08T15:55:25.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-02-08T15:55:25.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31642026-02-08T15:55:25.132Z
31652026-02-08T15:55:25.132Zinfo: running `cargo check --bins` on nexus-lockstep-client (112/248)
31662026-02-08T15:55:26.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-02-08T15:55:26.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-02-08T15:55:26.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-02-08T15:55:26.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31702026-02-08T15:55:26.249Z
31712026-02-08T15:55:26.249Zinfo: running `cargo check --bins` on ntp-admin-client (113/248)
31722026-02-08T15:55:27.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-02-08T15:55:27.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-02-08T15:55:27.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-02-08T15:55:27.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31762026-02-08T15:55:27.298Z
31772026-02-08T15:55:27.298Zinfo: running `cargo check --bins` on oxide-client (114/248)
31782026-02-08T15:55:28.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-02-08T15:55:28.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-02-08T15:55:28.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-02-08T15:55:28.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31822026-02-08T15:55:28.358Z
31832026-02-08T15:55:28.358Zinfo: running `cargo check --bins` on oximeter-client (115/248)
31842026-02-08T15:55:29.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-02-08T15:55:29.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-02-08T15:55:29.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-02-08T15:55:29.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31882026-02-08T15:55:29.461Z
31892026-02-08T15:55:29.461Zinfo: running `cargo check --bins` on repo-depot-client (116/248)
31902026-02-08T15:55:30.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-02-08T15:55:30.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-02-08T15:55:30.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-02-08T15:55:30.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
31942026-02-08T15:55:30.514Z
31952026-02-08T15:55:30.514Zinfo: running `cargo check --bins` on sled-agent-client (117/248)
31962026-02-08T15:55:31.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-02-08T15:55:31.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-02-08T15:55:31.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-02-08T15:55:31.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
32002026-02-08T15:55:31.634Z
32012026-02-08T15:55:31.634Zinfo: running `cargo check --bins` on wicketd-client (118/248)
32022026-02-08T15:55:32.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-02-08T15:55:32.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-02-08T15:55:32.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-02-08T15:55:32.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32062026-02-08T15:55:32.782Z
32072026-02-08T15:55:32.782Zinfo: running `cargo check --bins` on installinator-common (119/248)
32082026-02-08T15:55:33.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-02-08T15:55:33.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-02-08T15:55:33.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-02-08T15:55:33.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32122026-02-08T15:55:33.911Z
32132026-02-08T15:55:33.911Zinfo: running `cargo check --bins` on installinator-common-versions (120/248)
32142026-02-08T15:55:34.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-02-08T15:55:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-02-08T15:55:34.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-02-08T15:55:34.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
32182026-02-08T15:55:34.956Z
32192026-02-08T15:55:34.956Zinfo: running `cargo check --bins` on wicket-common (121/248)
32202026-02-08T15:55:35.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-02-08T15:55:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-02-08T15:55:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-02-08T15:55:35.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32242026-02-08T15:55:36.088Z
32252026-02-08T15:55:36.088Zinfo: running `cargo check --bins` on omicron-cockroach-admin (122/248)
32262026-02-08T15:55:37.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-02-08T15:55:37.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-02-08T15:55:37.306Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32292026-02-08T15:55:37.306Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-02-08T15:55:37.330Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32312026-02-08T15:55:37.330Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32322026-02-08T15:55:37.623Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32332026-02-08T15:55:37.647Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32342026-02-08T15:55:38.071Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32352026-02-08T15:55:38.071Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32362026-02-08T15:55:42.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
32372026-02-08T15:55:42.561Z
32382026-02-08T15:55:42.561Zinfo: running `cargo check --bins` on cockroach-admin-api (123/248)
32392026-02-08T15:55:43.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-02-08T15:55:43.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-02-08T15:55:43.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-02-08T15:55:43.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32432026-02-08T15:55:43.647Z
32442026-02-08T15:55:43.647Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (124/248)
32452026-02-08T15:55:44.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-02-08T15:55:44.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-02-08T15:55:44.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-02-08T15:55:44.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32492026-02-08T15:55:44.847Z
32502026-02-08T15:55:44.848Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/248)
32512026-02-08T15:55:45.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-02-08T15:55:45.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-02-08T15:55:45.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-02-08T15:55:45.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
32552026-02-08T15:55:46.071Z
32562026-02-08T15:55:46.071Zinfo: running `cargo check --bins` on dns-server (126/248)
32572026-02-08T15:55:47.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-02-08T15:55:47.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-02-08T15:55:47.206Z Compiling parking_lot_core v0.8.6
32602026-02-08T15:55:47.206Z Compiling moka v0.12.10
32612026-02-08T15:55:47.230Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-02-08T15:55:47.230Z Checking tagptr v0.2.0
32632026-02-08T15:55:47.291Z Checking prefix-trie v0.7.0
32642026-02-08T15:55:47.315Z Checking fxhash v0.2.1
32652026-02-08T15:55:47.315Z Checking hickory-client v0.25.2
32662026-02-08T15:55:47.873Z Checking hickory-server v0.25.2
32672026-02-08T15:55:47.950Z Checking parking_lot v0.11.2
32682026-02-08T15:55:48.162Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32692026-02-08T15:55:48.186Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-02-08T15:55:48.186Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32712026-02-08T15:55:48.276Z Checking sled v0.34.7
32722026-02-08T15:55:48.754Z Checking hickory-resolver v0.25.2
32732026-02-08T15:55:50.513Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32742026-02-08T15:55:52.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
32752026-02-08T15:55:52.642Z
32762026-02-08T15:55:52.642Zinfo: running `cargo check --bins` on dns-server-api (127/248)
32772026-02-08T15:55:53.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-02-08T15:55:53.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-02-08T15:55:53.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-02-08T15:55:53.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
32812026-02-08T15:55:53.697Z
32822026-02-08T15:55:53.697Zinfo: running `cargo check --bins` on gateway-test-utils (128/248)
32832026-02-08T15:55:54.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-02-08T15:55:54.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-02-08T15:55:54.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-02-08T15:55:54.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
32872026-02-08T15:55:54.879Z
32882026-02-08T15:55:54.879Zinfo: running `cargo check --bins` on omicron-gateway (129/248)
32892026-02-08T15:55:55.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-02-08T15:55:55.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-02-08T15:55:56.142Z Compiling radium v0.7.0
32922026-02-08T15:55:56.142Z Checking tap v1.0.1
32932026-02-08T15:55:56.166Z Compiling maybe-uninit v2.0.0
32942026-02-08T15:55:56.166Z Compiling zerocopy-derive v0.6.6
32952026-02-08T15:55:56.166Z Checking funty v2.0.0
32962026-02-08T15:55:56.166Z Compiling packed_struct v0.10.1
32972026-02-08T15:55:56.190Z Checking crc-catalog v2.4.0
32982026-02-08T15:55:56.285Z Compiling packed_struct_codegen v0.10.1
32992026-02-08T15:55:56.374Z Checking wyz v0.5.1
33002026-02-08T15:55:56.433Z Checking crc v3.2.1
33012026-02-08T15:55:56.721Z Compiling bitfield-macros v0.19.2
33022026-02-08T15:55:56.745Z Compiling indexmap v1.9.3
33032026-02-08T15:55:56.823Z Checking nodrop v0.1.14
33042026-02-08T15:55:56.847Z Checking smallvec v0.6.14
33052026-02-08T15:55:56.960Z Checking hashbrown v0.12.3
33062026-02-08T15:55:56.984Z Checking array-init v0.0.4
33072026-02-08T15:55:57.056Z Checking bitvec v1.0.1
33082026-02-08T15:55:57.108Z Checking ron v0.8.1
33092026-02-08T15:55:57.212Z Checking hashbrown v0.13.2
33102026-02-08T15:55:57.808Z Checking serde-hex v0.1.0
33112026-02-08T15:55:57.832Z Checking zerocopy v0.6.6
33122026-02-08T15:55:57.978Z Checking bitfield v0.19.2
33132026-02-08T15:55:58.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-02-08T15:55:58.158Z Checking crc-any v2.5.0
33152026-02-08T15:55:58.312Z Checking void v1.0.2
33162026-02-08T15:55:58.374Z Checking path-slash v0.1.5
33172026-02-08T15:55:58.425Z Checking half v1.8.3
33182026-02-08T15:55:58.452Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-02-08T15:55:58.476Z Checking object v0.30.4
33202026-02-08T15:55:58.499Z Checking tungstenite v0.23.0
33212026-02-08T15:55:58.499Z Checking lzss v0.8.2
33222026-02-08T15:55:58.544Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33232026-02-08T15:55:58.712Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-02-08T15:55:58.883Z Checking serde_cbor v0.11.2
33252026-02-08T15:55:58.906Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33262026-02-08T15:55:58.999Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33272026-02-08T15:55:59.060Z Checking nix v0.27.1
33282026-02-08T15:55:59.318Z Checking kstat-rs v0.2.4
33292026-02-08T15:55:59.655Z Checking serde_bytes v0.11.19
33302026-02-08T15:55:59.679Z Checking tokio-tungstenite v0.23.1
33312026-02-08T15:55:59.703Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33322026-02-08T15:55:59.991Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-02-08T15:56:00.147Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33342026-02-08T15:56:00.171Z Checking signal-hook-tokio v0.3.1
33352026-02-08T15:56:01.940Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-02-08T15:56:02.417Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33372026-02-08T15:56:08.569Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33382026-02-08T15:56:10.286Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33392026-02-08T15:56:10.832Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33402026-02-08T15:56:13.148Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-02-08T15:56:17.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.43s
33422026-02-08T15:56:17.541Z
33432026-02-08T15:56:17.541Zinfo: running `cargo check --bins` on gateway-api (130/248)
33442026-02-08T15:56:18.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-02-08T15:56:18.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-02-08T15:56:18.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-02-08T15:56:18.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33482026-02-08T15:56:18.662Z
33492026-02-08T15:56:18.662Zinfo: running `cargo check --bins` on ipcc (131/248)
33502026-02-08T15:56:19.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-02-08T15:56:19.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-02-08T15:56:19.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-02-08T15:56:19.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
33542026-02-08T15:56:19.728Z
33552026-02-08T15:56:19.728Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (132/248)
33562026-02-08T15:56:20.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-02-08T15:56:20.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-02-08T15:56:20.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-02-08T15:56:20.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
33602026-02-08T15:56:20.837Z
33612026-02-08T15:56:20.837Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/248)
33622026-02-08T15:56:21.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-02-08T15:56:21.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-02-08T15:56:21.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-02-08T15:56:21.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
33662026-02-08T15:56:21.939Z
33672026-02-08T15:56:21.939Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/248)
33682026-02-08T15:56:22.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-02-08T15:56:22.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-02-08T15:56:22.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-02-08T15:56:22.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33722026-02-08T15:56:23.058Z
33732026-02-08T15:56:23.058Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/248)
33742026-02-08T15:56:24.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-02-08T15:56:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-02-08T15:56:24.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-02-08T15:56:24.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33782026-02-08T15:56:24.150Z
33792026-02-08T15:56:24.150Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/248)
33802026-02-08T15:56:25.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-02-08T15:56:25.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-02-08T15:56:25.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-02-08T15:56:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33842026-02-08T15:56:25.278Z
33852026-02-08T15:56:25.278Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/248)
33862026-02-08T15:56:26.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-02-08T15:56:26.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-02-08T15:56:26.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-02-08T15:56:26.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
33902026-02-08T15:56:26.388Z
33912026-02-08T15:56:26.388Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/248)
33922026-02-08T15:56:27.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-02-08T15:56:27.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-02-08T15:56:27.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-02-08T15:56:27.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
33962026-02-08T15:56:27.520Z
33972026-02-08T15:56:27.520Zinfo: running `cargo check --bins` on oximeter-producer (139/248)
33982026-02-08T15:56:28.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-02-08T15:56:28.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-02-08T15:56:28.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-02-08T15:56:28.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
34022026-02-08T15:56:28.642Z
34032026-02-08T15:56:28.642Zinfo: running `cargo check --bins` on internal-dns-resolver (140/248)
34042026-02-08T15:56:29.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-02-08T15:56:29.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-02-08T15:56:29.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-02-08T15:56:29.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
34082026-02-08T15:56:29.730Z
34092026-02-08T15:56:29.730Zinfo: running `cargo check --bins` on sp-sim (141/248)
34102026-02-08T15:56:30.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-02-08T15:56:30.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-02-08T15:56:30.950Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34132026-02-08T15:56:34.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
34142026-02-08T15:56:34.460Z
34152026-02-08T15:56:34.460Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (142/248)
34162026-02-08T15:56:35.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-02-08T15:56:35.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-02-08T15:56:35.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-02-08T15:56:35.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34202026-02-08T15:56:35.641Z
34212026-02-08T15:56:35.641Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/248)
34222026-02-08T15:56:36.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-02-08T15:56:36.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-02-08T15:56:36.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-02-08T15:56:36.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34262026-02-08T15:56:36.826Z
34272026-02-08T15:56:36.826Zinfo: running `cargo check --bins` on db-macros (144/248)
34282026-02-08T15:56:37.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-02-08T15:56:37.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-02-08T15:56:37.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-02-08T15:56:37.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
34322026-02-08T15:56:37.938Z
34332026-02-08T15:56:37.938Zinfo: running `cargo check --bins` on nexus-macros-common (145/248)
34342026-02-08T15:56:38.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-02-08T15:56:38.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-02-08T15:56:38.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-02-08T15:56:38.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
34382026-02-08T15:56:39.040Z
34392026-02-08T15:56:39.040Zinfo: running `cargo check --bins` on nexus-auth (146/248)
34402026-02-08T15:56:40.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-02-08T15:56:40.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-02-08T15:56:40.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-02-08T15:56:40.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34442026-02-08T15:56:40.277Z
34452026-02-08T15:56:40.277Zinfo: running `cargo check --bins` on authz-macros (147/248)
34462026-02-08T15:56:41.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-02-08T15:56:41.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-02-08T15:56:41.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-02-08T15:56:41.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
34502026-02-08T15:56:41.373Z
34512026-02-08T15:56:41.373Zinfo: running `cargo check --bins` on nexus-db-fixed-data (148/248)
34522026-02-08T15:56:42.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-02-08T15:56:42.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-02-08T15:56:42.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-02-08T15:56:42.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34562026-02-08T15:56:42.614Z
34572026-02-08T15:56:42.614Zinfo: running `cargo check --bins` on nexus-db-model (149/248)
34582026-02-08T15:56:43.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-02-08T15:56:43.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-02-08T15:56:43.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-02-08T15:56:43.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
34622026-02-08T15:56:43.806Z
34632026-02-08T15:56:43.806Zinfo: running `cargo check --bins` on nexus-db-schema (150/248)
34642026-02-08T15:56:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-02-08T15:56:44.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-02-08T15:56:44.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-02-08T15:56:44.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
34682026-02-08T15:56:44.880Z
34692026-02-08T15:56:44.880Zinfo: running `cargo check --bins` on omicron-rpaths (151/248)
34702026-02-08T15:56:45.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-02-08T15:56:45.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-02-08T15:56:45.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-02-08T15:56:45.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
34742026-02-08T15:56:45.945Z
34752026-02-08T15:56:45.945Zinfo: running `cargo check --bins` on nexus-defaults (152/248)
34762026-02-08T15:56:46.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-02-08T15:56:46.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-02-08T15:56:46.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-02-08T15:56:46.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
34802026-02-08T15:56:47.025Z
34812026-02-08T15:56:47.025Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (153/248)
34822026-02-08T15:56:48.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-02-08T15:56:48.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-02-08T15:56:48.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-02-08T15:56:48.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
34862026-02-08T15:56:48.122Z
34872026-02-08T15:56:48.122Zinfo: running `cargo check --bins` on parallel-task-set (154/248)
34882026-02-08T15:56:49.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-02-08T15:56:49.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-02-08T15:56:49.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-02-08T15:56:49.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
34922026-02-08T15:56:49.139Z
34932026-02-08T15:56:49.139Zinfo: running `cargo check --bins` on nexus-db-errors (155/248)
34942026-02-08T15:56:50.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-02-08T15:56:50.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-02-08T15:56:50.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-02-08T15:56:50.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34982026-02-08T15:56:50.344Z
34992026-02-08T15:56:50.344Zinfo: running `cargo check --bins` on nexus-db-lookup (156/248)
35002026-02-08T15:56:51.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-02-08T15:56:51.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-02-08T15:56:51.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-02-08T15:56:51.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35042026-02-08T15:56:51.511Z
35052026-02-08T15:56:51.511Zinfo: running `cargo check --bins` on nexus-inventory (157/248)
35062026-02-08T15:56:52.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-02-08T15:56:52.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-02-08T15:56:52.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-02-08T15:56:52.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35102026-02-08T15:56:52.703Z
35112026-02-08T15:56:52.703Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/248)
35122026-02-08T15:56:53.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-02-08T15:56:53.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-02-08T15:56:53.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-02-08T15:56:53.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
35162026-02-08T15:56:53.824Z
35172026-02-08T15:56:53.824Zinfo: running `cargo check --bins --no-default-features` on sled-storage (159/248)
35182026-02-08T15:56:54.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-02-08T15:56:54.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-02-08T15:56:54.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-02-08T15:56:54.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35222026-02-08T15:56:55.014Z
35232026-02-08T15:56:55.014Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/248)
35242026-02-08T15:56:56.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-02-08T15:56:56.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-02-08T15:56:56.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-02-08T15:56:56.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
35282026-02-08T15:56:56.136Z
35292026-02-08T15:56:56.136Zinfo: running `cargo check --bins` on key-manager (161/248)
35302026-02-08T15:56:57.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-02-08T15:56:57.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-02-08T15:56:57.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-02-08T15:56:57.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
35342026-02-08T15:56:57.241Z
35352026-02-08T15:56:57.241Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (162/248)
35362026-02-08T15:56:58.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-02-08T15:56:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-02-08T15:56:58.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-02-08T15:56:58.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35402026-02-08T15:56:58.385Z
35412026-02-08T15:56:58.386Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/248)
35422026-02-08T15:56:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-02-08T15:56:59.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-02-08T15:56:59.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-02-08T15:56:59.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35462026-02-08T15:56:59.557Z
35472026-02-08T15:56:59.557Zinfo: running `cargo check --bins` on typed-rng (164/248)
35482026-02-08T15:57:00.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-02-08T15:57:00.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-02-08T15:57:00.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-02-08T15:57:00.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
35522026-02-08T15:57:00.651Z
35532026-02-08T15:57:00.651Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/248)
35542026-02-08T15:57:01.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-02-08T15:57:01.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-02-08T15:57:02.168Z Compiling libefi-sys v0.1.0
35572026-02-08T15:57:02.168Z Compiling bitfield-struct v0.6.2
35582026-02-08T15:57:02.192Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35592026-02-08T15:57:02.216Z Compiling xshell-macros v0.2.7
35602026-02-08T15:57:02.283Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35612026-02-08T15:57:02.310Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35622026-02-08T15:57:02.335Z Compiling salty v0.3.0
35632026-02-08T15:57:02.335Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35642026-02-08T15:57:02.382Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35652026-02-08T15:57:02.550Z Compiling proc-macro-error-attr2 v2.0.0
35662026-02-08T15:57:02.678Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35672026-02-08T15:57:02.869Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35682026-02-08T15:57:02.897Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35692026-02-08T15:57:02.945Z Checking xshell v0.2.7
35702026-02-08T15:57:03.113Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35712026-02-08T15:57:03.261Z Compiling proc-macro-error2 v2.0.1
35722026-02-08T15:57:03.285Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35732026-02-08T15:57:03.285Z Checking primeorder v0.13.6
35742026-02-08T15:57:03.371Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35752026-02-08T15:57:03.714Z Compiling num-derive v0.3.3
35762026-02-08T15:57:03.738Z Compiling unicase v2.8.1
35772026-02-08T15:57:03.803Z Compiling tabled_derive v0.11.0
35782026-02-08T15:57:03.901Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35792026-02-08T15:57:04.003Z Checking p384 v0.13.1
35802026-02-08T15:57:04.111Z Compiling mime_guess v2.0.5
35812026-02-08T15:57:04.320Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35822026-02-08T15:57:04.555Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35832026-02-08T15:57:05.012Z Checking papergrid v0.17.0
35842026-02-08T15:57:05.069Z Checking testing_table v0.3.0
35852026-02-08T15:57:05.208Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35862026-02-08T15:57:05.232Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35872026-02-08T15:57:05.299Z Checking libscf-sys v1.1.0
35882026-02-08T15:57:05.504Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35892026-02-08T15:57:05.841Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35902026-02-08T15:57:06.012Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
35912026-02-08T15:57:06.109Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35922026-02-08T15:57:06.352Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35932026-02-08T15:57:06.493Z Checking corncobs v0.1.4
35942026-02-08T15:57:06.584Z Checking tabled v0.20.0
35952026-02-08T15:57:06.636Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35962026-02-08T15:57:06.705Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35972026-02-08T15:57:06.748Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35982026-02-08T15:57:06.772Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35992026-02-08T15:57:06.972Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36002026-02-08T15:57:07.059Z Checking secrecy v0.8.0
36012026-02-08T15:57:07.176Z Checking http-range v0.1.5
36022026-02-08T15:57:07.385Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
36032026-02-08T15:57:07.690Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36042026-02-08T15:57:07.714Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36052026-02-08T15:57:08.084Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36062026-02-08T15:57:08.173Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
36072026-02-08T15:57:08.386Z Checking atty v0.2.14
36082026-02-08T15:57:08.435Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36092026-02-08T15:57:08.538Z Checking crc8 v0.1.1
36102026-02-08T15:57:08.572Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6bad48ee01b70e904d006e45d82fcdf4ceec1f9#d6bad48e)
36112026-02-08T15:57:08.691Z Checking hyper-staticfile v0.10.1
36122026-02-08T15:57:08.797Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36132026-02-08T15:57:08.903Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36142026-02-08T15:57:09.255Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36152026-02-08T15:57:09.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36162026-02-08T15:57:09.599Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36172026-02-08T15:57:10.015Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36182026-02-08T15:57:10.039Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36192026-02-08T15:57:10.039Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36202026-02-08T15:57:10.095Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36212026-02-08T15:57:10.435Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36222026-02-08T15:57:10.694Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36232026-02-08T15:57:10.723Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36242026-02-08T15:57:10.779Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36252026-02-08T15:57:11.142Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36262026-02-08T15:57:11.761Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36272026-02-08T15:57:13.468Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36282026-02-08T15:57:13.859Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36292026-02-08T15:57:13.921Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36302026-02-08T15:57:14.718Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36312026-02-08T15:57:15.405Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36322026-02-08T15:57:15.602Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36332026-02-08T15:57:26.595Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36342026-02-08T15:57:49.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s
36352026-02-08T15:57:49.996Z
36362026-02-08T15:57:49.996Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/248)
36372026-02-08T15:57:51.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-02-08T15:57:51.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-02-08T15:57:51.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36402026-02-08T15:58:15.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.96s
36412026-02-08T15:58:16.189Z
36422026-02-08T15:58:16.190Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/248)
36432026-02-08T15:58:17.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-02-08T15:58:17.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-02-08T15:58:17.571Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36462026-02-08T15:58:42.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.26s
36472026-02-08T15:58:42.672Z
36482026-02-08T15:58:42.672Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/248)
36492026-02-08T15:58:43.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-02-08T15:58:43.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-02-08T15:58:44.055Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36522026-02-08T15:59:08.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.15s
36532026-02-08T15:59:09.057Z
36542026-02-08T15:59:09.057Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/248)
36552026-02-08T15:59:10.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-02-08T15:59:10.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-02-08T15:59:10.473Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36582026-02-08T15:59:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.98s
36592026-02-08T15:59:34.262Z
36602026-02-08T15:59:34.262Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/248)
36612026-02-08T15:59:35.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-02-08T15:59:35.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-02-08T15:59:35.628Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36642026-02-08T15:59:58.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.59s
36652026-02-08T15:59:59.079Z
36662026-02-08T15:59:59.079Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/248)
36672026-02-08T16:00:00.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-02-08T16:00:00.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-02-08T16:00:00.421Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36702026-02-08T16:00:24.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.01s
36712026-02-08T16:00:24.320Z
36722026-02-08T16:00:24.320Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/248)
36732026-02-08T16:00:25.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-02-08T16:00:25.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-02-08T16:00:25.663Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36762026-02-08T16:00:49.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.28s
36772026-02-08T16:00:49.839Z
36782026-02-08T16:00:49.839Zinfo: running `cargo check --bins` on bootstrap-agent-api (173/248)
36792026-02-08T16:00:50.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-02-08T16:00:50.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-02-08T16:00:50.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-02-08T16:00:50.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
36832026-02-08T16:00:50.990Z
36842026-02-08T16:00:50.990Zinfo: running `cargo check --bins` on range-requests (174/248)
36852026-02-08T16:00:51.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-02-08T16:00:51.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-02-08T16:00:51.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-02-08T16:00:51.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
36892026-02-08T16:00:52.126Z
36902026-02-08T16:00:52.126Zinfo: running `cargo check --bins` on repo-depot-api (175/248)
36912026-02-08T16:00:53.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-02-08T16:00:53.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-02-08T16:00:53.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-02-08T16:00:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
36952026-02-08T16:00:53.270Z
36962026-02-08T16:00:53.270Zinfo: running `cargo check --bins` on sled-agent-api (176/248)
36972026-02-08T16:00:54.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-02-08T16:00:54.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-02-08T16:00:54.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-02-08T16:00:54.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
37012026-02-08T16:00:54.417Z
37022026-02-08T16:00:54.417Zinfo: running `cargo check --bins` on sled-diagnostics (177/248)
37032026-02-08T16:00:55.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-02-08T16:00:55.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-02-08T16:00:55.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-02-08T16:00:55.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
37072026-02-08T16:00:55.537Z
37082026-02-08T16:00:55.537Zinfo: running `cargo check --bins` on zfs-test-harness (178/248)
37092026-02-08T16:00:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-02-08T16:00:56.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-02-08T16:00:56.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-02-08T16:00:56.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37132026-02-08T16:00:56.719Z
37142026-02-08T16:00:56.719Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/248)
37152026-02-08T16:00:57.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-02-08T16:00:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-02-08T16:00:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-02-08T16:00:57.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
37192026-02-08T16:00:57.932Z
37202026-02-08T16:00:57.932Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/248)
37212026-02-08T16:00:58.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-02-08T16:00:59.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-02-08T16:00:59.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-02-08T16:00:59.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37252026-02-08T16:00:59.120Z
37262026-02-08T16:00:59.120Zinfo: running `cargo check --bins` on sled-agent-health-monitor (181/248)
37272026-02-08T16:01:00.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-02-08T16:01:00.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-02-08T16:01:00.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-02-08T16:01:00.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37312026-02-08T16:01:00.285Z
37322026-02-08T16:01:00.285Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/248)
37332026-02-08T16:01:01.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-02-08T16:01:01.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-02-08T16:01:01.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-02-08T16:01:01.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37372026-02-08T16:01:01.445Z
37382026-02-08T16:01:01.445Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/248)
37392026-02-08T16:01:02.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-02-08T16:01:02.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-02-08T16:01:02.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-02-08T16:01:02.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37432026-02-08T16:01:02.690Z
37442026-02-08T16:01:02.691Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (184/248)
37452026-02-08T16:01:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-02-08T16:01:03.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-02-08T16:01:03.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-02-08T16:01:03.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37492026-02-08T16:01:03.854Z
37502026-02-08T16:01:03.854Zinfo: running `cargo check --bins` on trust-quorum (185/248)
37512026-02-08T16:01:04.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-02-08T16:01:04.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-02-08T16:01:04.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-02-08T16:01:04.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
37552026-02-08T16:01:05.045Z
37562026-02-08T16:01:05.045Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (186/248)
37572026-02-08T16:01:06.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-02-08T16:01:06.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-02-08T16:01:06.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-02-08T16:01:06.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37612026-02-08T16:01:06.218Z
37622026-02-08T16:01:06.218Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (187/248)
37632026-02-08T16:01:07.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-02-08T16:01:07.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-02-08T16:01:07.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-02-08T16:01:07.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37672026-02-08T16:01:07.422Z
37682026-02-08T16:01:07.422Zinfo: running `cargo check --bins` on update-common (188/248)
37692026-02-08T16:01:08.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-02-08T16:01:08.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-02-08T16:01:08.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-02-08T16:01:08.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37732026-02-08T16:01:08.573Z
37742026-02-08T16:01:08.573Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (189/248)
37752026-02-08T16:01:09.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-02-08T16:01:09.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-02-08T16:01:09.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-02-08T16:01:09.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37792026-02-08T16:01:09.795Z
37802026-02-08T16:01:09.795Zinfo: running `cargo check --bins` on reconfigurator-cli (190/248)
37812026-02-08T16:01:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-02-08T16:01:10.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-02-08T16:01:11.196Z Compiling fs-err v2.11.0
37842026-02-08T16:01:11.196Z Checking ignore v0.4.23
37852026-02-08T16:01:11.252Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
37862026-02-08T16:01:11.277Z Checking predicates-tree v1.0.12
37872026-02-08T16:01:11.277Z Checking parse-size v1.1.0
37882026-02-08T16:01:11.277Z Checking rand_seeder v0.4.0
37892026-02-08T16:01:11.320Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37902026-02-08T16:01:11.362Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37912026-02-08T16:01:11.459Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37922026-02-08T16:01:11.506Z Compiling petname v2.0.2
37932026-02-08T16:01:11.581Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37942026-02-08T16:01:11.846Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37952026-02-08T16:01:11.924Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37962026-02-08T16:01:12.039Z Checking globwalk v0.9.1
37972026-02-08T16:01:12.064Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37982026-02-08T16:01:12.233Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37992026-02-08T16:01:12.378Z Checking camino-tempfile-ext v0.3.2
38002026-02-08T16:01:12.427Z Checking sapling-renderdag v0.1.0
38012026-02-08T16:01:12.561Z Checking sync-ptr v0.1.4
38022026-02-08T16:01:12.767Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38032026-02-08T16:01:12.791Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38042026-02-08T16:01:12.959Z Checking assert_matches v1.5.0
38052026-02-08T16:01:13.542Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38062026-02-08T16:01:13.693Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38072026-02-08T16:01:13.717Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38082026-02-08T16:01:14.866Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38092026-02-08T16:01:17.742Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38102026-02-08T16:01:22.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s
38112026-02-08T16:01:22.329Z
38122026-02-08T16:01:22.329Zinfo: running `cargo check --bins` on omicron-repl-utils (191/248)
38132026-02-08T16:01:23.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-02-08T16:01:23.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-02-08T16:01:23.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-02-08T16:01:23.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
38172026-02-08T16:01:23.388Z
38182026-02-08T16:01:23.388Zinfo: running `cargo check --bins` on nexus-test-interface (192/248)
38192026-02-08T16:01:24.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-02-08T16:01:24.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-02-08T16:01:24.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-02-08T16:01:24.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
38232026-02-08T16:01:24.611Z
38242026-02-08T16:01:24.612Zinfo: running `cargo check --bins` on oximeter-collector (193/248)
38252026-02-08T16:01:25.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-02-08T16:01:25.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-02-08T16:01:25.895Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38282026-02-08T16:01:25.896Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38292026-02-08T16:01:27.052Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38302026-02-08T16:01:30.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
38312026-02-08T16:01:30.254Z
38322026-02-08T16:01:30.254Zinfo: running `cargo check --bins` on oximeter-api (194/248)
38332026-02-08T16:01:31.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-02-08T16:01:31.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-02-08T16:01:31.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-02-08T16:01:31.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
38372026-02-08T16:01:31.364Z
38382026-02-08T16:01:31.364Zinfo: running `cargo check --bins` on cert-dev (195/248)
38392026-02-08T16:01:32.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-02-08T16:01:32.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-02-08T16:01:32.504Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38422026-02-08T16:01:32.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
38432026-02-08T16:01:33.006Z
38442026-02-08T16:01:33.006Zinfo: running `cargo check --bins` on clickana (196/248)
38452026-02-08T16:01:33.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-02-08T16:01:33.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-02-08T16:01:34.132Z Checking castaway v0.2.3
38482026-02-08T16:01:34.132Z Checking unicode-truncate v1.1.0
38492026-02-08T16:01:34.132Z Checking lru v0.12.5
38502026-02-08T16:01:34.132Z Compiling instability v0.3.2
38512026-02-08T16:01:34.156Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38522026-02-08T16:01:34.180Z Compiling indoc v2.0.6
38532026-02-08T16:01:34.204Z Checking cassowary v0.3.0
38542026-02-08T16:01:34.322Z Checking compact_str v0.8.0
38552026-02-08T16:01:35.063Z Checking ratatui v0.29.0
38562026-02-08T16:01:36.308Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38572026-02-08T16:01:36.632Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38582026-02-08T16:01:38.185Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38592026-02-08T16:01:39.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
38602026-02-08T16:01:39.582Z
38612026-02-08T16:01:39.582Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (197/248)
38622026-02-08T16:01:40.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-02-08T16:01:40.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-02-08T16:01:40.896Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38652026-02-08T16:01:40.896Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38662026-02-08T16:01:41.831Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38672026-02-08T16:01:42.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
38682026-02-08T16:01:42.755Z
38692026-02-08T16:01:42.756Zinfo: running `cargo check --bins` on ch-dev (198/248)
38702026-02-08T16:01:43.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-02-08T16:01:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-02-08T16:01:44.072Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38732026-02-08T16:01:45.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
38742026-02-08T16:01:45.442Z
38752026-02-08T16:01:45.442Zinfo: running `cargo check --bins` on dev-tools-common (199/248)
38762026-02-08T16:01:46.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-02-08T16:01:46.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-02-08T16:01:46.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-02-08T16:01:46.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38802026-02-08T16:01:46.290Z
38812026-02-08T16:01:46.290Zinfo: running `cargo check --bins` on crdb-seed (200/248)
38822026-02-08T16:01:47.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-02-08T16:01:47.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-02-08T16:01:47.641Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38852026-02-08T16:01:48.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
38862026-02-08T16:01:48.458Z
38872026-02-08T16:01:48.458Zinfo: running `cargo check --bins` on db-dev (201/248)
38882026-02-08T16:01:49.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-02-08T16:01:49.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-02-08T16:01:49.821Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38912026-02-08T16:01:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
38922026-02-08T16:01:51.169Z
38932026-02-08T16:01:51.169Zinfo: running `cargo check --bins` on omicron-dev-lib (202/248)
38942026-02-08T16:01:52.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-02-08T16:01:52.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-02-08T16:01:52.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-02-08T16:01:52.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38982026-02-08T16:01:52.427Z
38992026-02-08T16:01:52.427Zinfo: running `cargo check --bins` on xtask-downloader (203/248)
39002026-02-08T16:01:53.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-02-08T16:01:53.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-02-08T16:01:53.621Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39032026-02-08T16:01:54.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
39042026-02-08T16:01:54.962Z
39052026-02-08T16:01:54.962Zinfo: running `cargo check --bins` on omicron-dropshot-apis (204/248)
39062026-02-08T16:01:56.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-02-08T16:01:56.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-02-08T16:01:56.315Z Compiling tabled_derive v0.10.0
39092026-02-08T16:01:56.315Z Checking papergrid v0.14.0
39102026-02-08T16:01:56.315Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39112026-02-08T16:01:56.315Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39122026-02-08T16:01:56.340Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39132026-02-08T16:01:56.340Z Compiling trait-variant v0.1.2
39142026-02-08T16:01:56.340Z Checking is_ci v1.2.0
39152026-02-08T16:01:56.340Z Checking maplit v1.0.2
39162026-02-08T16:01:56.571Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39172026-02-08T16:01:56.630Z Checking supports-color v3.0.2
39182026-02-08T16:01:56.805Z Checking drift v0.1.3
39192026-02-08T16:01:56.833Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39202026-02-08T16:01:56.900Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39212026-02-08T16:01:57.202Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39222026-02-08T16:01:57.299Z Checking dropshot-api-manager v0.2.4
39232026-02-08T16:01:57.323Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39242026-02-08T16:01:57.410Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39252026-02-08T16:01:57.692Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39262026-02-08T16:01:57.932Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39272026-02-08T16:01:58.061Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39282026-02-08T16:01:58.258Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39292026-02-08T16:01:58.572Z Checking tabled v0.18.0
39302026-02-08T16:01:58.792Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39312026-02-08T16:02:09.734Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39322026-02-08T16:02:11.956Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39332026-02-08T16:02:13.095Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39342026-02-08T16:02:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s
39352026-02-08T16:02:14.068Z
39362026-02-08T16:02:14.068Zinfo: running `cargo check --bins` on installinator-api (205/248)
39372026-02-08T16:02:15.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-02-08T16:02:15.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-02-08T16:02:15.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-02-08T16:02:15.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
39412026-02-08T16:02:15.189Z
39422026-02-08T16:02:15.189Zinfo: running `cargo check --bins` on nexus-external-api (206/248)
39432026-02-08T16:02:16.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-02-08T16:02:16.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-02-08T16:02:16.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-02-08T16:02:16.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
39472026-02-08T16:02:16.343Z
39482026-02-08T16:02:16.343Zinfo: running `cargo check --bins` on nexus-internal-api (207/248)
39492026-02-08T16:02:17.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-02-08T16:02:17.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-02-08T16:02:17.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-02-08T16:02:17.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
39532026-02-08T16:02:17.569Z
39542026-02-08T16:02:17.569Zinfo: running `cargo check --bins` on nexus-lockstep-api (208/248)
39552026-02-08T16:02:18.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-02-08T16:02:18.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-02-08T16:02:18.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-02-08T16:02:18.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
39592026-02-08T16:02:18.759Z
39602026-02-08T16:02:18.759Zinfo: running `cargo check --bins` on ntp-admin-api (209/248)
39612026-02-08T16:02:19.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-02-08T16:02:19.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-02-08T16:02:19.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-02-08T16:02:19.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
39652026-02-08T16:02:19.885Z
39662026-02-08T16:02:19.886Zinfo: running `cargo check --bins` on ntp-admin-types-versions (210/248)
39672026-02-08T16:02:20.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-02-08T16:02:20.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-02-08T16:02:20.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-02-08T16:02:20.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
39712026-02-08T16:02:20.932Z
39722026-02-08T16:02:20.932Zinfo: running `cargo check --bins` on wicketd-api (211/248)
39732026-02-08T16:02:22.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-02-08T16:02:22.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-02-08T16:02:22.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-02-08T16:02:22.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
39772026-02-08T16:02:22.163Z
39782026-02-08T16:02:22.163Zinfo: running `cargo check --bins` on omicron-ls-apis (212/248)
39792026-02-08T16:02:23.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-02-08T16:02:23.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-02-08T16:02:23.217Z Checking typeid v1.0.3
39822026-02-08T16:02:23.252Z Checking ordered-float v2.10.1
39832026-02-08T16:02:23.276Z Checking unicode-xid v0.2.6
39842026-02-08T16:02:23.300Z Checking cargo-platform v0.2.0
39852026-02-08T16:02:23.385Z Checking erased-serde v0.4.6
39862026-02-08T16:02:23.707Z Checking serde-value v0.7.0
39872026-02-08T16:02:24.185Z Checking serde-untagged v0.1.7
39882026-02-08T16:02:24.507Z Checking cargo-util-schemas v0.8.2
39892026-02-08T16:02:26.138Z Checking cargo_metadata v0.21.0
39902026-02-08T16:02:27.640Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39912026-02-08T16:02:29.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s
39922026-02-08T16:02:29.183Z
39932026-02-08T16:02:29.183Zinfo: running `cargo check --bins` on mgs-dev (213/248)
39942026-02-08T16:02:30.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-02-08T16:02:30.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-02-08T16:02:30.522Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39972026-02-08T16:02:31.395Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39982026-02-08T16:02:32.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39992026-02-08T16:02:32.437Z
40002026-02-08T16:02:32.437Zinfo: running `cargo check --bins` on omicron-omdb (214/248)
40012026-02-08T16:02:33.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-02-08T16:02:33.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-02-08T16:02:33.990Z Compiling vergen-gitcl v1.0.8
40042026-02-08T16:02:33.990Z Compiling dirs-sys-next v0.1.2
40052026-02-08T16:02:33.991Z Compiling crunchy v0.2.2
40062026-02-08T16:02:33.991Z Compiling dsl_auto_type v0.1.2
40072026-02-08T16:02:34.015Z Checking scheduled-thread-pool v0.2.7
40082026-02-08T16:02:34.015Z Compiling diesel_table_macro_syntax v0.2.0
40092026-02-08T16:02:34.015Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40102026-02-08T16:02:34.053Z Compiling tiny-keccak v2.0.2
40112026-02-08T16:02:34.322Z Compiling dirs-next v2.0.0
40122026-02-08T16:02:34.496Z Compiling term v0.7.0
40132026-02-08T16:02:34.524Z Checking r2d2 v0.8.10
40142026-02-08T16:02:34.551Z Compiling bit-vec v0.6.3
40152026-02-08T16:02:34.575Z Compiling ena v0.14.3
40162026-02-08T16:02:34.845Z Compiling diff v0.1.13
40172026-02-08T16:02:34.955Z Compiling bit-set v0.5.3
40182026-02-08T16:02:34.980Z Compiling bindgen v0.71.1
40192026-02-08T16:02:35.228Z Compiling ascii-canvas v3.0.0
40202026-02-08T16:02:35.273Z Compiling diesel_derives v2.2.3
40212026-02-08T16:02:35.331Z Compiling regex-syntax v0.6.29
40222026-02-08T16:02:35.512Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40232026-02-08T16:02:35.566Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40242026-02-08T16:02:35.620Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40252026-02-08T16:02:35.700Z Compiling libxml v0.3.3
40262026-02-08T16:02:35.809Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40272026-02-08T16:02:35.895Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40282026-02-08T16:02:36.095Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40292026-02-08T16:02:36.350Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40302026-02-08T16:02:36.397Z Compiling strum_macros v0.24.3
40312026-02-08T16:02:36.584Z Compiling indoc v1.0.9
40322026-02-08T16:02:37.424Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40332026-02-08T16:02:37.729Z Checking derive_builder v0.20.2
40342026-02-08T16:02:37.905Z Compiling oso-derive v0.27.3
40352026-02-08T16:02:38.227Z Compiling lalrpop v0.19.12
40362026-02-08T16:02:38.477Z Compiling impl-trait-for-tuples v0.2.2
40372026-02-08T16:02:38.777Z Checking quick-xml v0.37.2
40382026-02-08T16:02:39.250Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40392026-02-08T16:02:39.988Z Compiling diesel-dtrace v0.4.2
40402026-02-08T16:02:40.391Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40412026-02-08T16:02:40.508Z Checking bb8 v0.8.5
40422026-02-08T16:02:40.588Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40432026-02-08T16:02:40.728Z Checking nonempty v0.12.0
40442026-02-08T16:02:40.907Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40452026-02-08T16:02:40.979Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40462026-02-08T16:02:41.027Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40472026-02-08T16:02:41.260Z Checking console v0.16.0
40482026-02-08T16:02:41.322Z Checking unit-prefix v0.5.1
40492026-02-08T16:02:41.529Z Checking support-bundle-viewer v0.1.2
40502026-02-08T16:02:41.823Z Checking indicatif v0.18.0
40512026-02-08T16:02:41.914Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40522026-02-08T16:02:41.938Z Checking multimap v0.10.1
40532026-02-08T16:02:43.687Z Checking diesel v2.2.12
40542026-02-08T16:02:59.312Z Compiling samael v0.0.19
40552026-02-08T16:03:01.529Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40562026-02-08T16:03:04.566Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40572026-02-08T16:03:04.590Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40582026-02-08T16:03:05.338Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40592026-02-08T16:03:05.588Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40602026-02-08T16:03:06.100Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40612026-02-08T16:03:07.815Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40622026-02-08T16:03:08.936Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40632026-02-08T16:03:12.621Z Checking async-bb8-diesel v0.2.1
40642026-02-08T16:03:13.624Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40652026-02-08T16:03:20.095Z Compiling polar-core v0.27.3
40662026-02-08T16:03:29.263Z Checking oso v0.27.3
40672026-02-08T16:04:36.065Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40682026-02-08T16:05:52.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s
40692026-02-08T16:05:52.978Z
40702026-02-08T16:05:52.978Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (215/248)
40712026-02-08T16:05:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-02-08T16:05:54.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-02-08T16:05:54.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-02-08T16:05:54.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
40752026-02-08T16:05:54.149Z
40762026-02-08T16:05:54.149Zinfo: running `cargo check --bins` on nexus-saga-recovery (216/248)
40772026-02-08T16:05:55.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-02-08T16:05:55.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-02-08T16:05:55.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-02-08T16:05:55.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
40812026-02-08T16:05:55.329Z
40822026-02-08T16:05:55.329Zinfo: running `cargo check --bins` on nexus-test-utils-macros (217/248)
40832026-02-08T16:05:56.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-02-08T16:05:56.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-02-08T16:05:56.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-02-08T16:05:56.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
40872026-02-08T16:05:56.361Z
40882026-02-08T16:05:56.361Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (218/248)
40892026-02-08T16:05:57.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-02-08T16:05:57.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-02-08T16:05:57.850Z Compiling libz-sys v1.1.20
40922026-02-08T16:05:57.874Z Compiling libgit2-sys v0.18.2+1.9.1
40932026-02-08T16:05:57.909Z Compiling vergen-git2 v1.0.7
40942026-02-08T16:05:57.933Z Compiling rustls v0.21.12
40952026-02-08T16:05:57.933Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
40962026-02-08T16:05:57.956Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40972026-02-08T16:05:57.980Z Checking rustls-webpki v0.101.7
40982026-02-08T16:05:57.980Z Checking sct v0.7.1
40992026-02-08T16:05:58.263Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41002026-02-08T16:05:58.288Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41012026-02-08T16:05:58.314Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41022026-02-08T16:05:58.372Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41032026-02-08T16:05:58.747Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41042026-02-08T16:05:58.821Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41052026-02-08T16:05:58.845Z Checking rustls-pemfile v1.0.4
41062026-02-08T16:05:58.870Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41072026-02-08T16:05:59.078Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41082026-02-08T16:05:59.375Z Checking twox-hash v2.1.0
41092026-02-08T16:05:59.663Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41102026-02-08T16:05:59.810Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41112026-02-08T16:06:00.633Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41122026-02-08T16:06:00.660Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41132026-02-08T16:06:00.948Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41142026-02-08T16:06:01.355Z Checking tokio-rustls v0.24.1
41152026-02-08T16:06:01.707Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41162026-02-08T16:06:01.790Z Checking fatfs v0.3.6
41172026-02-08T16:06:01.928Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41182026-02-08T16:06:02.060Z Compiling seq-macro v0.3.6
41192026-02-08T16:06:10.115Z Compiling git2 v0.20.2
41202026-02-08T16:06:10.739Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41212026-02-08T16:06:10.956Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41222026-02-08T16:06:15.684Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41232026-02-08T16:08:03.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
41242026-02-08T16:08:03.830Z
41252026-02-08T16:08:03.830Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (219/248)
41262026-02-08T16:08:05.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-02-08T16:08:05.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-02-08T16:08:05.374Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41292026-02-08T16:09:39.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
41302026-02-08T16:09:39.737Z
41312026-02-08T16:09:39.737Zinfo: running `cargo check --bins` on nexus-background-task-interface (220/248)
41322026-02-08T16:09:40.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-02-08T16:09:40.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-02-08T16:09:40.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-02-08T16:09:40.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41362026-02-08T16:09:40.791Z
41372026-02-08T16:09:40.791Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (221/248)
41382026-02-08T16:09:41.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-02-08T16:09:41.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-02-08T16:09:41.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-02-08T16:09:41.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
41422026-02-08T16:09:41.950Z
41432026-02-08T16:09:41.950Zinfo: running `cargo check --bins` on nexus-mgs-updates (222/248)
41442026-02-08T16:09:42.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-02-08T16:09:43.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-02-08T16:09:43.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-02-08T16:09:43.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
41482026-02-08T16:09:43.098Z
41492026-02-08T16:09:43.098Zinfo: running `cargo check --bins` on nexus-networking (223/248)
41502026-02-08T16:09:44.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-02-08T16:09:44.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-02-08T16:09:44.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-02-08T16:09:44.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
41542026-02-08T16:09:44.243Z
41552026-02-08T16:09:44.243Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (224/248)
41562026-02-08T16:09:45.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-02-08T16:09:45.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-02-08T16:09:45.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-02-08T16:09:45.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
41602026-02-08T16:09:45.391Z
41612026-02-08T16:09:45.391Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (225/248)
41622026-02-08T16:09:46.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-02-08T16:09:46.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-02-08T16:09:46.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41652026-02-08T16:09:46.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
41662026-02-08T16:09:46.615Z
41672026-02-08T16:09:46.615Zinfo: running `cargo check --bins` on omicron-dev (226/248)
41682026-02-08T16:09:47.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-02-08T16:09:47.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-02-08T16:09:48.218Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41712026-02-08T16:09:48.218Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41722026-02-08T16:09:48.283Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41732026-02-08T16:09:48.307Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41742026-02-08T16:09:48.331Z Checking yansi v1.0.1
41752026-02-08T16:09:48.331Z Checking diff v0.1.13
41762026-02-08T16:09:48.331Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41772026-02-08T16:09:48.331Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41782026-02-08T16:09:48.598Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41792026-02-08T16:09:48.832Z Checking pretty_assertions v1.4.1
41802026-02-08T16:09:50.012Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41812026-02-08T16:10:43.156Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41822026-02-08T16:10:43.180Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41832026-02-08T16:10:43.180Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41842026-02-08T16:10:43.180Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41852026-02-08T16:10:43.180Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41862026-02-08T16:10:43.180Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41872026-02-08T16:10:44.421Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41882026-02-08T16:10:46.376Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41892026-02-08T16:12:18.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
41902026-02-08T16:12:18.984Z
41912026-02-08T16:12:18.985Zinfo: running `cargo check --bins` on omicron-pins (227/248)
41922026-02-08T16:12:19.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-02-08T16:12:19.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-02-08T16:12:19.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-02-08T16:12:19.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41962026-02-08T16:12:20.059Z
41972026-02-08T16:12:20.059Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (228/248)
41982026-02-08T16:12:21.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-02-08T16:12:21.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-02-08T16:12:21.425Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42012026-02-08T16:12:21.459Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42022026-02-08T16:12:21.483Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42032026-02-08T16:13:02.191Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42042026-02-08T16:13:02.819Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42052026-02-08T16:13:06.595Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42062026-02-08T16:13:07.344Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42072026-02-08T16:13:14.069Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42082026-02-08T16:14:06.942Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42092026-02-08T16:14:08.002Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42102026-02-08T16:14:10.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
42112026-02-08T16:14:11.168Z
42122026-02-08T16:14:11.168Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (229/248)
42132026-02-08T16:14:12.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-02-08T16:14:12.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-02-08T16:14:12.375Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42162026-02-08T16:14:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
42172026-02-08T16:14:13.623Z
42182026-02-08T16:14:13.623Zinfo: running `cargo check --bins` on omicron-releng (230/248)
42192026-02-08T16:14:14.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-02-08T16:14:14.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-02-08T16:14:14.730Z Compiling blake3 v1.5.4
42222026-02-08T16:14:14.755Z Checking arrayvec v0.7.6
42232026-02-08T16:14:14.755Z Checking constant_time_eq v0.3.1
42242026-02-08T16:14:14.755Z Checking arrayref v0.3.9
42252026-02-08T16:14:14.779Z Checking topological-sort v0.2.2
42262026-02-08T16:14:14.779Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42272026-02-08T16:14:14.779Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42282026-02-08T16:14:14.803Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42292026-02-08T16:14:14.949Z Checking shell-words v1.1.0
42302026-02-08T16:14:16.220Z Checking omicron-zone-package v0.12.2
42312026-02-08T16:14:17.809Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42322026-02-08T16:14:19.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
42332026-02-08T16:14:19.665Z
42342026-02-08T16:14:19.665Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (231/248)
42352026-02-08T16:14:20.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-02-08T16:14:20.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-02-08T16:14:20.814Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42382026-02-08T16:14:21.225Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42392026-02-08T16:14:21.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
42402026-02-08T16:14:22.129Z
42412026-02-08T16:14:22.129Zinfo: running `cargo check --bins` on xtask (232/248)
42422026-02-08T16:14:22.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-02-08T16:14:22.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-02-08T16:14:22.972Z Checking bitflags v2.9.4
42452026-02-08T16:14:22.972Z Checking serde v1.0.228
42462026-02-08T16:14:22.972Z Checking zerofrom v0.1.4
42472026-02-08T16:14:23.022Z Checking thiserror v2.0.18
42482026-02-08T16:14:23.046Z Checking smallvec v1.15.1
42492026-02-08T16:14:23.046Z Checking hashbrown v0.16.1
42502026-02-08T16:14:23.079Z Checking serde_json v1.0.149
42512026-02-08T16:14:23.103Z Checking scroll v0.12.0
42522026-02-08T16:14:23.189Z Checking num-traits v0.2.19
42532026-02-08T16:14:23.219Z Checking yoke v0.7.4
42542026-02-08T16:14:23.249Z Checking rustix v0.38.37
42552026-02-08T16:14:23.374Z Checking thiserror v1.0.69
42562026-02-08T16:14:23.519Z Checking log v0.4.29
42572026-02-08T16:14:23.543Z Checking zerovec v0.10.4
42582026-02-08T16:14:23.567Z Checking percent-encoding v2.3.2
42592026-02-08T16:14:23.772Z Checking goblin v0.8.2
42602026-02-08T16:14:23.796Z Checking form_urlencoded v1.2.2
42612026-02-08T16:14:23.833Z Checking toml_datetime v0.6.11
42622026-02-08T16:14:24.002Z Checking serde_spanned v0.6.9
42632026-02-08T16:14:24.026Z Checking indexmap v2.13.0
42642026-02-08T16:14:24.149Z Checking terminal_size v0.4.0
42652026-02-08T16:14:24.175Z Checking erased-serde v0.4.6
42662026-02-08T16:14:24.205Z Checking pest v2.8.2
42672026-02-08T16:14:24.318Z Checking zerocopy v0.7.35
42682026-02-08T16:14:24.385Z Checking getrandom v0.3.4
42692026-02-08T16:14:24.422Z Checking ordered-float v2.10.1
42702026-02-08T16:14:24.590Z Checking syn v2.0.114
42712026-02-08T16:14:24.878Z Checking serde-value v0.7.0
42722026-02-08T16:14:24.913Z Checking tinystr v0.7.6
42732026-02-08T16:14:24.987Z Checking icu_collections v1.5.0
42742026-02-08T16:14:25.131Z Checking toml_edit v0.22.27
42752026-02-08T16:14:25.227Z Checking icu_locid v1.5.0
42762026-02-08T16:14:25.282Z Checking serde-untagged v0.1.7
42772026-02-08T16:14:25.371Z Checking rustix v1.1.3
42782026-02-08T16:14:25.595Z Checking once_cell v1.21.3
42792026-02-08T16:14:25.646Z Checking clap_builder v4.5.48
42802026-02-08T16:14:25.898Z Checking cargo-platform v0.2.0
42812026-02-08T16:14:26.134Z Checking icu_provider v1.5.0
42822026-02-08T16:14:26.193Z Checking textwrap v0.16.2
42832026-02-08T16:14:26.358Z Checking dtrace-parser v0.2.0
42842026-02-08T16:14:26.538Z Checking fs-err v3.1.1
42852026-02-08T16:14:26.654Z Checking tempfile v3.24.0
42862026-02-08T16:14:26.706Z Checking icu_locid_transform v1.5.0
42872026-02-08T16:14:26.782Z Checking anyhow v1.0.99
42882026-02-08T16:14:26.836Z Checking tabled v0.15.0
42892026-02-08T16:14:27.007Z Checking camino-tempfile v1.4.1
42902026-02-08T16:14:27.118Z Checking macaddr v1.0.1
42912026-02-08T16:14:27.292Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
42922026-02-08T16:14:27.435Z Checking toml v0.8.23
42932026-02-08T16:14:27.565Z Checking icu_properties v1.5.1
42942026-02-08T16:14:27.806Z Checking dof v0.3.0
42952026-02-08T16:14:28.078Z Checking cargo_toml v0.21.0
42962026-02-08T16:14:28.288Z Checking clap v4.5.48
42972026-02-08T16:14:28.626Z Checking usdt-impl v0.5.0
42982026-02-08T16:14:29.105Z Checking usdt v0.5.0
42992026-02-08T16:14:30.291Z Checking icu_normalizer v1.5.0
43002026-02-08T16:14:30.984Z Checking idna_adapter v1.2.0
43012026-02-08T16:14:31.161Z Checking idna v1.0.3
43022026-02-08T16:14:31.566Z Checking url v2.5.4
43032026-02-08T16:14:32.255Z Checking cargo-util-schemas v0.8.2
43042026-02-08T16:14:33.985Z Checking cargo_metadata v0.21.0
43052026-02-08T16:14:35.322Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43062026-02-08T16:14:36.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
43072026-02-08T16:14:36.411Z
43082026-02-08T16:14:36.411Zinfo: running `cargo check --bins` on end-to-end-tests (233/248)
43092026-02-08T16:14:37.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-02-08T16:14:37.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-02-08T16:14:37.803Z Checking polyval v0.6.2
43122026-02-08T16:14:37.827Z Checking ctr v0.9.2
43132026-02-08T16:14:37.861Z Checking ssh-encoding v0.2.0
43142026-02-08T16:14:37.861Z Checking blowfish v0.9.1
43152026-02-08T16:14:37.903Z Checking password-hash v0.4.2
43162026-02-08T16:14:37.927Z Checking p521 v0.13.3
43172026-02-08T16:14:37.927Z Checking p256 v0.13.2
43182026-02-08T16:14:37.951Z Checking russh-cryptovec v0.7.3
43192026-02-08T16:14:38.092Z Checking ghash v0.5.1
43202026-02-08T16:14:38.117Z Checking bcrypt-pbkdf v0.10.0
43212026-02-08T16:14:38.141Z Checking md5 v0.7.0
43222026-02-08T16:14:38.202Z Checking num-bigint v0.4.6
43232026-02-08T16:14:38.202Z Checking des v0.8.1
43242026-02-08T16:14:38.280Z Checking aes-gcm v0.10.3
43252026-02-08T16:14:38.304Z Checking pbkdf2 v0.11.0
43262026-02-08T16:14:38.383Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43272026-02-08T16:14:38.407Z Checking hex-literal v0.4.1
43282026-02-08T16:14:38.431Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43292026-02-08T16:14:38.466Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43302026-02-08T16:14:38.530Z Checking ssh-cipher v0.2.0
43312026-02-08T16:14:38.574Z Checking internet-checksum v0.2.1
43322026-02-08T16:14:38.830Z Checking ssh-key v0.6.6
43332026-02-08T16:14:39.039Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43342026-02-08T16:14:40.157Z Checking russh-keys v0.45.0
43352026-02-08T16:14:41.286Z Checking russh v0.45.0
43362026-02-08T16:15:13.422Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43372026-02-08T16:15:15.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s
43382026-02-08T16:15:15.791Z
43392026-02-08T16:15:15.792Zinfo: running `cargo check --bins` on gateway-cli (234/248)
43402026-02-08T16:15:16.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-02-08T16:15:16.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-02-08T16:15:16.955Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43432026-02-08T16:15:16.979Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43442026-02-08T16:15:16.979Z Checking termios v0.3.3
43452026-02-08T16:15:19.758Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43462026-02-08T16:15:19.991Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43472026-02-08T16:15:24.046Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43482026-02-08T16:15:25.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s
43492026-02-08T16:15:25.310Z
43502026-02-08T16:15:25.310Zinfo: running `cargo check --bins --no-default-features` on installinator (235/248)
43512026-02-08T16:15:26.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-02-08T16:15:26.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-02-08T16:15:26.652Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43542026-02-08T16:15:26.677Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43552026-02-08T16:15:26.701Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43562026-02-08T16:15:26.734Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43572026-02-08T16:15:26.758Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43582026-02-08T16:15:27.483Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43592026-02-08T16:15:27.483Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43602026-02-08T16:15:28.890Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43612026-02-08T16:15:29.245Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43622026-02-08T16:15:29.269Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43632026-02-08T16:15:30.581Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43642026-02-08T16:15:33.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s
43652026-02-08T16:15:34.093Z
43662026-02-08T16:15:34.093Zinfo: running `cargo check --bins` on internal-dns-cli (236/248)
43672026-02-08T16:15:35.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-02-08T16:15:35.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-02-08T16:15:35.176Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43702026-02-08T16:15:35.841Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43712026-02-08T16:15:36.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
43722026-02-08T16:15:36.618Z
43732026-02-08T16:15:36.618Zinfo: running `cargo check --bins` on omicron-live-tests (237/248)
43742026-02-08T16:15:37.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-02-08T16:15:37.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-02-08T16:15:37.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43772026-02-08T16:15:37.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
43782026-02-08T16:15:37.680Z
43792026-02-08T16:15:37.680Zinfo: running `cargo check --bins` on live-tests-macros (238/248)
43802026-02-08T16:15:38.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-02-08T16:15:38.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-02-08T16:15:38.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-02-08T16:15:38.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
43842026-02-08T16:15:38.725Z
43852026-02-08T16:15:38.725Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (239/248)
43862026-02-08T16:15:39.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-02-08T16:15:39.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-02-08T16:15:40.018Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43892026-02-08T16:15:40.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
43902026-02-08T16:15:41.023Z
43912026-02-08T16:15:41.023Zinfo: running `cargo check --bins` on omicron-ntp-admin (240/248)
43922026-02-08T16:15:41.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-02-08T16:15:42.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-02-08T16:15:42.171Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43952026-02-08T16:15:42.195Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
43962026-02-08T16:15:42.466Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
43972026-02-08T16:15:42.490Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43982026-02-08T16:15:43.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
43992026-02-08T16:15:44.054Z
44002026-02-08T16:15:44.055Zinfo: running `cargo check --bins` on ntp-admin-types (241/248)
44012026-02-08T16:15:44.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-02-08T16:15:45.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-02-08T16:15:45.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-02-08T16:15:45.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
44052026-02-08T16:15:45.109Z
44062026-02-08T16:15:45.109Zinfo: running `cargo check --bins` on omicron-package (242/248)
44072026-02-08T16:15:46.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-02-08T16:15:46.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-02-08T16:15:46.285Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44102026-02-08T16:15:48.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
44112026-02-08T16:15:48.346Z
44122026-02-08T16:15:48.346Zinfo: running `cargo check --bins` on tqdb (243/248)
44132026-02-08T16:15:49.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-02-08T16:15:49.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-02-08T16:15:49.680Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44162026-02-08T16:15:50.154Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44172026-02-08T16:15:51.547Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44182026-02-08T16:15:51.571Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44192026-02-08T16:16:00.459Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44202026-02-08T16:16:02.088Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44212026-02-08T16:16:02.112Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44222026-02-08T16:16:02.112Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44232026-02-08T16:16:03.900Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44242026-02-08T16:16:03.924Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44252026-02-08T16:16:28.815Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44262026-02-08T16:16:28.815Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44272026-02-08T16:16:28.839Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44282026-02-08T16:16:28.839Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44292026-02-08T16:16:31.832Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44302026-02-08T16:16:34.555Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44312026-02-08T16:16:35.851Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44322026-02-08T16:16:38.438Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44332026-02-08T16:16:39.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.07s
44342026-02-08T16:16:39.636Z
44352026-02-08T16:16:39.636Zinfo: running `cargo check --bins` on wicket-dbg (244/248)
44362026-02-08T16:16:40.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-02-08T16:16:40.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-02-08T16:16:40.948Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44392026-02-08T16:16:40.972Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44402026-02-08T16:16:40.972Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44412026-02-08T16:16:41.038Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44422026-02-08T16:16:41.062Z Checking rtoolbox v0.0.2
44432026-02-08T16:16:41.062Z Checking tui-tree-widget v0.23.1
44442026-02-08T16:16:41.283Z Checking rpassword v7.4.0
44452026-02-08T16:16:41.500Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44462026-02-08T16:16:43.365Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44472026-02-08T16:16:52.120Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44482026-02-08T16:16:53.768Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44492026-02-08T16:17:00.440Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44502026-02-08T16:17:04.522Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44512026-02-08T16:17:06.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.65s
44522026-02-08T16:17:06.501Z
44532026-02-08T16:17:06.501Zinfo: running `cargo check --bins` on wicket (245/248)
44542026-02-08T16:17:07.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-02-08T16:17:07.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-02-08T16:17:07.693Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44572026-02-08T16:17:08.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
44582026-02-08T16:17:08.384Z
44592026-02-08T16:17:08.384Zinfo: running `cargo check --bins` on wicketd (246/248)
44602026-02-08T16:17:09.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-02-08T16:17:09.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-02-08T16:17:09.661Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44632026-02-08T16:17:09.661Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44642026-02-08T16:17:09.685Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44652026-02-08T16:17:12.096Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44662026-02-08T16:17:13.291Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44672026-02-08T16:17:19.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
44682026-02-08T16:17:19.825Z
44692026-02-08T16:17:19.826Zinfo: running `cargo check --bins` on omicron-workspace-hack (247/248)
44702026-02-08T16:17:20.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-02-08T16:17:20.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-02-08T16:17:20.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-02-08T16:17:20.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44742026-02-08T16:17:20.959Z
44752026-02-08T16:17:20.959Zinfo: running `cargo check --bins` on zone-setup (248/248)
44762026-02-08T16:17:22.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-02-08T16:17:22.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-02-08T16:17:22.263Z Checking uzers v0.12.1
44792026-02-08T16:17:22.620Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44802026-02-08T16:17:24.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
44812026-02-08T16:17:24.235Z
44822026-02-08T16:17:24.235Zreal 27:48.703578313
44832026-02-08T16:17:24.235Zuser 42:24.498097747
44842026-02-08T16:17:24.235Zsys 7:04.487879072
44852026-02-08T16:17:24.235Ztrap 0.998357777
44862026-02-08T16:17:24.235Ztflt 0.418224353
44872026-02-08T16:17:24.235Zdflt 0.943881539
44882026-02-08T16:17:24.235Zkflt 0.002332667
44892026-02-08T16:17:24.235Zlock 1:56:14.423880753
44902026-02-08T16:17:24.235Zslp 3:57:57.257572500
44912026-02-08T16:17:24.235Zlat 1:38.232048870
44922026-02-08T16:17:24.235Zstop 4:46.308577263
44932026-02-08T16:17:24.236Zprocess exited: duration 2059571 ms, exit code 0
 
44942026-02-08T16:17:24.285Zfound 0 output files