01KH85T7BT535QG5BJRZ2HXBA8: 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: 01KH85TMEYSG16PGRB3PQD8B0V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-12T05:40:45.398Zjob assigned to worker 01KH85TKYZNV0YZ56VKJMF4DMZ [factory gimlet-EVT22200007-propolis, EVT22200007/57947] (queued for 26 s)
 
22026-02-12T05:40:53.986Zstarting task 0: "setup"
32026-02-12T05:40:54.010Z++ uname -s
42026-02-12T05:40:54.010Z+ kern=SunOS
52026-02-12T05:40:54.010Z+ build_user=build
62026-02-12T05:40:54.010Z+ build_uid=12345
72026-02-12T05:40:54.010Z+ work_dir=/work
82026-02-12T05:40:54.010Z+ input_dir=/input
92026-02-12T05:40:54.010Z+ [[ 0 == 12345 ]]
102026-02-12T05:40:54.010Z+ case "$kern" in
112026-02-12T05:40:54.010Z+ groupadd -g 12345 build
122026-02-12T05:40:54.010Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-12T05:40:56.007Z+ zfs create -o mountpoint=/work rpool/work
142026-02-12T05:40:56.043Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-12T05:40:56.068Z+ home_fs=zfs
162026-02-12T05:40:56.068Z+ [[ zfs == autofs ]]
172026-02-12T05:40:56.068Z+ mkdir -p /home/build
182026-02-12T05:40:56.068Z+ chown build:build /home/build /work
192026-02-12T05:40:58.052Z+ chmod 0700 /home/build /work
202026-02-12T05:40:58.076Zprocess exited: duration 4071 ms, exit code 0
 
212026-02-12T05:40:58.124Zstarting task 1: "rust-toolchain"
222026-02-12T05:40:58.148Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-12T05:40:58.148Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-12T05:40:58.148Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-12T05:40:58.148Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-12T05:40:58.148Z * rust toolchain channel = "1.91.1"
272026-02-12T05:40:58.148Z * rust toolchain profile = "default"
282026-02-12T05:40:58.148Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-12T05:40:58.148Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-12T05:40:58.263Zinfo: downloading installer
312026-02-12T05:40:58.697Zwarn: It looks like you have an existing installation of Rust at:
322026-02-12T05:40:58.697Zwarn: /opt/ooce/bin
332026-02-12T05:40:58.697Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-12T05:40:58.697Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-12T05:40:58.697Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-12T05:40:58.697Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-12T05:40:58.697Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-12T05:40:58.697Zerror: cannot install while Rust is installed
392026-02-12T05:40:58.697Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-12T05:40:58.744Zinfo: profile set to 'default'
412026-02-12T05:40:58.744Zinfo: default host triple is x86_64-unknown-illumos
422026-02-12T05:40:58.744Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-12T05:40:58.839Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-12T05:40:58.839Zinfo: downloading component 'cargo'
452026-02-12T05:40:59.014Zinfo: downloading component 'clippy'
462026-02-12T05:40:59.091Zinfo: downloading component 'rust-docs'
472026-02-12T05:40:59.353Zinfo: downloading component 'rust-std'
482026-02-12T05:41:00.294Zinfo: downloading component 'rustc'
492026-02-12T05:41:03.775Zinfo: downloading component 'rustfmt'
502026-02-12T05:41:03.900Zinfo: installing component 'cargo'
512026-02-12T05:41:05.161Zinfo: installing component 'clippy'
522026-02-12T05:41:05.620Zinfo: installing component 'rust-docs'
532026-02-12T05:41:08.956Zinfo: installing component 'rust-std'
542026-02-12T05:41:11.150Zinfo: installing component 'rustc'
552026-02-12T05:41:19.464Zinfo: installing component 'rustfmt'
562026-02-12T05:41:19.868Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-12T05:41:19.868Z
582026-02-12T05:41:20.009Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-12T05:41:20.009Z
602026-02-12T05:41:20.033Z
612026-02-12T05:41:20.033ZRust is installed now. Great!
622026-02-12T05:41:20.033Z
632026-02-12T05:41:20.033ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-12T05:41:20.033Zenvironment variable. This has not been done automatically.
652026-02-12T05:41:20.033Z
662026-02-12T05:41:20.033ZTo configure your current shell, you need to source
672026-02-12T05:41:20.033Zthe corresponding env file under $HOME/.cargo.
682026-02-12T05:41:20.033Z
692026-02-12T05:41:20.033ZThis is usually done by running one of the following (note the leading DOT):
702026-02-12T05:41:20.033Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-12T05:41:20.033Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-12T05:41:20.033Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-12T05:41:20.130Z+ rustup --version
742026-02-12T05:41:20.154Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-12T05:41:20.154Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-12T05:41:20.259Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-12T05:41:20.284Z+ cargo --version
782026-02-12T05:41:20.360Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-12T05:41:20.384Z+ rustc --version
802026-02-12T05:41:20.463Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-12T05:41:20.487Zprocess exited: duration 22344 ms, exit code 0
 
822026-02-12T05:41:20.535Zstarting task 2: "authentication"
832026-02-12T05:41:20.589Zprocess exited: duration 54 ms, exit code 0
 
842026-02-12T05:41:20.637Zstarting task 3: "clone repository"
852026-02-12T05:41:20.661Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-12T05:41:20.662Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-12T05:41:20.685ZCloning into '/work/oxidecomputer/omicron'...
882026-02-12T05:41:42.345Z+ cd /work/oxidecomputer/omicron
892026-02-12T05:41:42.345Z+ git fetch origin 1c3e4bac8a9f7476d51c1259388b52d7079a6443
902026-02-12T05:41:42.983ZFrom https://github.com/oxidecomputer/omicron
912026-02-12T05:41:42.983Z * branch 1c3e4bac8a9f7476d51c1259388b52d7079a6443 -> FETCH_HEAD
922026-02-12T05:41:43.008Z+ [[ -n bump-console-5304c4b7 ]]
932026-02-12T05:41:43.008Z++ git branch --show-current
942026-02-12T05:41:43.008Z+ current=main
952026-02-12T05:41:43.008Z+ [[ main != bump-console-5304c4b7 ]]
962026-02-12T05:41:43.008Z+ git branch -f bump-console-5304c4b7 1c3e4bac8a9f7476d51c1259388b52d7079a6443
972026-02-12T05:41:43.008Z+ git checkout -f bump-console-5304c4b7
982026-02-12T05:41:43.617ZSwitched to branch 'bump-console-5304c4b7'
992026-02-12T05:41:43.641Z+ git reset --hard 1c3e4bac8a9f7476d51c1259388b52d7079a6443
1002026-02-12T05:41:43.665ZHEAD is now at 1c3e4bac8 Bump web console (can't snapshot read-only disks)
1012026-02-12T05:41:43.665Zprocess exited: duration 23011 ms, exit code 0
 
1022026-02-12T05:41:43.714Zstarting task 4: "build"
1032026-02-12T05:41:43.737Z+ source .github/buildomat/ci-env.sh
1042026-02-12T05:41:43.738Z++ export CARGO_TERM_COLOR=always
1052026-02-12T05:41:43.738Z++ CARGO_TERM_COLOR=always
1062026-02-12T05:41:43.738Z+ cargo --version
1072026-02-12T05:41:43.801Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-12T05:41:43.824Z+ rustc --version
1092026-02-12T05:41:43.902Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-12T05:41:43.926Z+ source ./env.sh
1112026-02-12T05:41:43.926Z++ OLD_SHELL_OPTS=ehxB
1122026-02-12T05:41:43.926Z++ set -o xtrace
1132026-02-12T05:41:43.926Z++++ dirname ./env.sh
1142026-02-12T05:41:43.926Z+++ readlink -f .
1152026-02-12T05:41:43.926Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ 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-12T05:41:43.926Z++ case $OLD_SHELL_OPTS in
1252026-02-12T05:41:43.926Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-12T05:41:43.926Z+ 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-12T05:41:43.927Z+ 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-12T05:41:43.927Z+ banner prerequisites
1292026-02-12T05:41:43.927Z
1302026-02-12T05:41:43.927Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-12T05:41:43.927Z # # # # # # # # # # # # # # #
1322026-02-12T05:41:43.927Z # # # # ##### # # ##### # # # # # #### #
1332026-02-12T05:41:43.927Z ##### ##### # ##### # # # # # # # # #
1342026-02-12T05:41:43.927Z # # # # # # # # # # # # # # #
1352026-02-12T05:41:43.927Z # # # ###### # # ###### ### # #### # #### #
1362026-02-12T05:41:43.927Z
1372026-02-12T05:41:43.927Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-12T05:42:05.404Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-12T05:42:17.758Z Startup: Caching catalogs ... Done
1402026-02-12T05:42:44.391ZPlanning: Solver setup ... Done (24.416s)
1412026-02-12T05:42:44.578ZPlanning: Running solver ... Done (0.187s)
1422026-02-12T05:42:44.731ZPlanning: Finding local manifests ... Done (0.002s)
1432026-02-12T05:42:44.807ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-12T05:42:45.209ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-12T05:42:45.267ZPlanning: Package planning ... Done (0.058s)
1462026-02-12T05:42:45.327ZPlanning: Merging actions ... Done (0.059s)
1472026-02-12T05:42:45.652ZPlanning: Checking for conflicting actions ... Done (0.325s)
1482026-02-12T05:42:45.676ZPlanning: Consolidating action changes ... Done (0.014s)
1492026-02-12T05:42:46.336ZPlanning: Evaluating mediators ... Done (0.669s)
1502026-02-12T05:42:46.360ZPlanning: Planning completed in 28.48 seconds
1512026-02-12T05:42:46.387Z Packages to install: 4
1522026-02-12T05:42:46.387Z Mediators to change: 2
1532026-02-12T05:42:46.387Z Services to change: 1
1542026-02-12T05:42:46.387Z Estimated space available: 154.94 GB
1552026-02-12T05:42:46.387ZEstimated space to be consumed: 1.81 GB
1562026-02-12T05:42:46.387Z Create boot environment: No
1572026-02-12T05:42:46.387ZCreate backup boot environment: No
1582026-02-12T05:42:46.387Z Rebuild boot archive: No
1592026-02-12T05:42:46.387Z
1602026-02-12T05:42:46.387ZChanged mediators:
1612026-02-12T05:42:46.387Z mediator clang:
1622026-02-12T05:42:46.387Z version: None -> 15 (system default)
1632026-02-12T05:42:46.387Z
1642026-02-12T05:42:46.387Z mediator llvm:
1652026-02-12T05:42:46.387Z version: 14 (system default) -> 15 (system default)
1662026-02-12T05:42:46.387Z
1672026-02-12T05:42:46.387ZChanged packages:
1682026-02-12T05:42:46.387Zhelios-dev
1692026-02-12T05:42:46.387Z developer/build-essential
1702026-02-12T05:42:46.387Z None -> 11-2.0
1712026-02-12T05:42:46.387Z library/libxmlsec1
1722026-02-12T05:42:46.387Z None -> 1.2.35-2.0
1732026-02-12T05:42:46.387Z ooce/developer/clang-15
1742026-02-12T05:42:46.387Z None -> 15.0.7-2.0
1752026-02-12T05:42:46.387Z ooce/developer/llvm-15
1762026-02-12T05:42:46.387Z None -> 15.0.7-2.0
1772026-02-12T05:42:46.387Z
1782026-02-12T05:42:46.387ZServices:
1792026-02-12T05:42:46.387Z restart_fmri:
1802026-02-12T05:42:46.387Z svc:/system/update-man-index:default
1812026-02-12T05:42:46.423Z
1822026-02-12T05:42:46.423ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-12T05:42:51.423ZDownload: 1124/3290 items 26.0/212.6MB 12% complete (5.0M/s)
1842026-02-12T05:42:56.424ZDownload: 1883/3290 items 118.6/212.6MB 55% complete (12.0M/s)
1852026-02-12T05:43:01.426ZDownload: 3245/3290 items 167.0/212.6MB 78% complete (14.3M/s)
1862026-02-12T05:43:06.429ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1872026-02-12T05:43:07.462ZDownload: Completed 212.60 MB in 21.04 seconds (10.1M/s)
1882026-02-12T05:43:07.642Z Actions: 1/3689 actions (Installing new actions)
1892026-02-12T05:43:12.645Z Actions: 2630/3689 actions (Installing new actions)
1902026-02-12T05:43:13.506Z Actions: Completed 3689 actions in 5.86 seconds.
1912026-02-12T05:43:14.164Z Done (0.655s)
1922026-02-12T05:43:14.164Z Done (0.000s)
1932026-02-12T05:43:15.518Z Done (1.353s)
1942026-02-12T05:43:20.774Z Done (4.958s)
1952026-02-12T05:43:20.840Z Done (0.017s)
1962026-02-12T05:43:20.879Z Done (0.000s)
1972026-02-12T05:43:21.017Z Done (0.000s)
1982026-02-12T05:43:22.029ZPlanning: Evaluating mediator changes ... Done
1992026-02-12T05:43:22.259ZPlanning: Checking for conflicting actions ... Done
2002026-02-12T05:43:22.285ZPlanning: Consolidating action changes ... Done
2012026-02-12T05:43:22.587ZPlanning: Evaluating mediators ... Done
2022026-02-12T05:43:22.610ZPlanning: Planning completed in 0.56 seconds
2032026-02-12T05:43:22.666Z Mediators to change: 2
2042026-02-12T05:43:22.666Z Create boot environment: No
2052026-02-12T05:43:22.666ZCreate backup boot environment: No
2062026-02-12T05:43:22.691Z Done
2072026-02-12T05:43:22.691Z Done
2082026-02-12T05:43:23.638Z Done
2092026-02-12T05:43:28.187Z Done
2102026-02-12T05:43:28.275Z Done
2112026-02-12T05:43:28.275Z Done
2122026-02-12T05:43:28.328Z Done
2132026-02-12T05:43:29.053ZPlanning: Evaluating mediator changes ... Done
2142026-02-12T05:43:29.078ZPlanning: Merging actions ... Done
2152026-02-12T05:43:29.292ZPlanning: Checking for conflicting actions ... Done
2162026-02-12T05:43:29.316ZPlanning: Consolidating action changes ... Done
2172026-02-12T05:43:29.616ZPlanning: Evaluating mediators ... Done
2182026-02-12T05:43:29.681ZPlanning: Planning completed in 0.92 seconds
2192026-02-12T05:43:29.722Z Packages to change: 1
2202026-02-12T05:43:29.722Z Mediators to change: 1
2212026-02-12T05:43:29.722Z Services to change: 1
2222026-02-12T05:43:29.722Z Create boot environment: No
2232026-02-12T05:43:29.722ZCreate backup boot environment: Yes
2242026-02-12T05:43:31.709Z Actions: 1/6 actions (Updating modified actions)
2252026-02-12T05:43:31.733Z Actions: Completed 6 actions in 0.00 seconds.
2262026-02-12T05:43:31.733Z Done
2272026-02-12T05:43:31.733Z Done
2282026-02-12T05:43:31.974Z Done
2292026-02-12T05:43:36.450Z Done
2302026-02-12T05:43:36.543Z Done
2312026-02-12T05:43:36.567Z Done
2322026-02-12T05:43:36.665Z Done
2332026-02-12T05:43:37.213ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-02-12T05:43:37.213Zclang system 15 system
2352026-02-12T05:43:37.213Zcsh system system illumos
2362026-02-12T05:43:37.213Zctags system system illumos
2372026-02-12T05:43:37.213Zfile system system illumos
2382026-02-12T05:43:37.213Zgcc vendor 12 vendor
2392026-02-12T05:43:37.213Zgcc system 10 system
2402026-02-12T05:43:37.213Zgcc system 7 system
2412026-02-12T05:43:37.213Zgo system 1.20 system
2422026-02-12T05:43:37.213Zgo system 1.19 system
2432026-02-12T05:43:37.213Zllvm system 15 system
2442026-02-12T05:43:37.213Zllvm system 14 system
2452026-02-12T05:43:37.213Zmariadb system 10.6 system
2462026-02-12T05:43:37.213Zmta vendor vendor dma
2472026-02-12T05:43:37.213Zopenjdk system 17 system
2482026-02-12T05:43:37.213Zopenjdk system 11 system
2492026-02-12T05:43:37.213Zopenjdk system 1.8 system
2502026-02-12T05:43:37.213Zopenssl vendor 3 vendor
2512026-02-12T05:43:37.213Zperl system 5.36 system
2522026-02-12T05:43:37.213Zpostgresql system 15 system
2532026-02-12T05:43:37.213Zpostgresql system 13 system
2542026-02-12T05:43:37.213Zpython vendor 3 vendor
2552026-02-12T05:43:37.213Zpython system 2 system
2562026-02-12T05:43:37.213Zpython3 system 3.11 system
2572026-02-12T05:43:37.213Zruby system 3.0 system
2582026-02-12T05:43:37.213Zwords vendor vendor american-english
2592026-02-12T05:43:37.213Zwords system system australian-english
2602026-02-12T05:43:37.213Zwords system system british-english
2612026-02-12T05:43:37.213Zwords system system canadian-english
2622026-02-12T05:43:37.213Zwords system system french
2632026-02-12T05:43:37.213Zwords system system italian
2642026-02-12T05:43:37.214Zwords system system ngerman
2652026-02-12T05:43:37.214Zwords system system ogerman
2662026-02-12T05:43:37.214Zwords system system spanish
2672026-02-12T05:43:37.597ZPUBLISHER TYPE STATUS P LOCATION
2682026-02-12T05:43:37.597Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-02-12T05:43:45.333ZFMRI IFO
2702026-02-12T05:43:45.333Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-02-12T05:43:45.334Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-02-12T05:43:45.334Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-02-12T05:43:45.334Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-02-12T05:43:45.334Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-02-12T05:43:45.334Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-02-12T05:43:45.334Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-02-12T05:43:45.334Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-02-12T05:43:45.334Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-02-12T05:43:45.334Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-02-12T05:43:45.334Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-02-12T05:43:45.334Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-02-12T05:43:45.334Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-02-12T05:43:45.334Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-02-12T05:43:45.334Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-02-12T05:43:45.334Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-02-12T05:43:46.565Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-02-12T05:43:47.226Z Updating crates.io index
2882026-02-12T05:43:47.250Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-02-12T05:43:47.809Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-02-12T05:43:48.657Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-02-12T05:43:50.113Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922026-02-12T05:43:50.711Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932026-02-12T05:43:51.435Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942026-02-12T05:43:53.843Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-02-12T05:43:57.301Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-02-12T05:43:58.887Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-02-12T05:43:59.535Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982026-02-12T05:44:01.055Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992026-02-12T05:44:02.107Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-02-12T05:44:02.739Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-02-12T05:44:03.690Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-02-12T05:44:04.352Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-02-12T05:44:05.693Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-02-12T05:44:06.700Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-02-12T05:44:07.292Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-02-12T05:44:07.994Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-02-12T05:44:08.756Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-02-12T05:44:09.320Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-02-12T05:44:09.852Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-02-12T05:44:10.464Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-02-12T05:44:11.298Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-02-12T05:44:12.062Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-02-12T05:44:13.019Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-02-12T05:44:13.652Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-02-12T05:44:14.544Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-02-12T05:44:15.149Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-02-12T05:44:16.250Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3182026-02-12T05:44:17.035Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192026-02-12T05:44:17.574Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202026-02-12T05:44:18.319Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-02-12T05:44:18.898Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3222026-02-12T05:44:19.666Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-02-12T05:44:20.243Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-02-12T05:44:20.926Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-02-12T05:44:21.558Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-02-12T05:44:22.226Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-02-12T05:44:42.394Z Downloading crates ...
3282026-02-12T05:44:42.476Z Downloaded clap_lex v0.7.4
3292026-02-12T05:44:42.500Z Downloaded itoa v1.0.11
3302026-02-12T05:44:42.500Z Downloaded tabled_derive v0.7.0
3312026-02-12T05:44:42.501Z Downloaded terminal_size v0.4.0
3322026-02-12T05:44:42.526Z Downloaded toml_write v0.1.2
3332026-02-12T05:44:42.526Z Downloaded yoke-derive v0.7.4
3342026-02-12T05:44:42.526Z Downloaded zerofrom-derive v0.1.4
3352026-02-12T05:44:42.526Z Downloaded typeid v1.0.3
3362026-02-12T05:44:42.526Z Downloaded version_check v0.9.5
3372026-02-12T05:44:42.526Z Downloaded write16 v1.0.0
3382026-02-12T05:44:42.526Z Downloaded unicode-ident v1.0.19
3392026-02-12T05:44:42.526Z Downloaded yoke v0.7.4
3402026-02-12T05:44:42.526Z Downloaded textwrap v0.16.2
3412026-02-12T05:44:42.526Z Downloaded utf8parse v0.2.2
3422026-02-12T05:44:42.550Z Downloaded cargo-util-schemas v0.8.2
3432026-02-12T05:44:42.550Z Downloaded zerovec-derive v0.10.3
3442026-02-12T05:44:42.550Z Downloaded zerovec v0.10.4
3452026-02-12T05:44:42.550Z Downloaded ucd-trie v0.1.7
3462026-02-12T05:44:42.550Z Downloaded unicode-width v0.2.0
3472026-02-12T05:44:42.550Z Downloaded fastrand v2.1.1
3482026-02-12T05:44:42.550Z Downloaded zerofrom v0.1.4
3492026-02-12T05:44:42.550Z Downloaded zerocopy-derive v0.7.35
3502026-02-12T05:44:42.575Z Downloaded zmij v1.0.15
3512026-02-12T05:44:42.575Z Downloaded writeable v0.5.5
3522026-02-12T05:44:42.575Z Downloaded unicode-width v0.1.14
3532026-02-12T05:44:42.575Z Downloaded semver v1.0.27
3542026-02-12T05:44:42.575Z Downloaded icu_collections v1.5.0
3552026-02-12T05:44:42.575Z Downloaded synstructure v0.13.1
3562026-02-12T05:44:42.575Z Downloaded sha2 v0.10.9
3572026-02-12T05:44:42.599Z Downloaded macaddr v1.0.1
3582026-02-12T05:44:42.599Z Downloaded serde_tokenstream v0.2.2
3592026-02-12T05:44:42.599Z Downloaded scroll v0.12.0
3602026-02-12T05:44:42.600Z Downloaded serde_json v1.0.149
3612026-02-12T05:44:42.600Z Downloaded tabled v0.15.0
3622026-02-12T05:44:42.624Z Downloaded syn v2.0.114
3632026-02-12T05:44:42.624Z Downloaded papergrid v0.11.0
3642026-02-12T05:44:42.648Z Downloaded once_cell v1.21.3
3652026-02-12T05:44:42.648Z Downloaded quote v1.0.40
3662026-02-12T05:44:42.648Z Downloaded icu_properties_data v1.5.0
3672026-02-12T05:44:42.648Z Downloaded fs-err v3.1.1
3682026-02-12T05:44:42.648Z Downloaded scroll_derive v0.12.0
3692026-02-12T05:44:42.648Z Downloaded num-traits v0.2.19
3702026-02-12T05:44:42.648Z Downloaded plain v0.2.3
3712026-02-12T05:44:42.648Z Downloaded pest_derive v2.8.2
3722026-02-12T05:44:42.672Z Downloaded heck v0.5.0
3732026-02-12T05:44:42.672Z Downloaded is_terminal_polyfill v1.70.1
3742026-02-12T05:44:42.672Z Downloaded icu_normalizer_data v1.5.0
3752026-02-12T05:44:42.672Z Downloaded icu_normalizer v1.5.0
3762026-02-12T05:44:42.672Z Downloaded cargo_toml v0.21.0
3772026-02-12T05:44:42.672Z Downloaded zerocopy v0.7.35
3782026-02-12T05:44:42.696Z Downloaded winnow v0.7.14
3792026-02-12T05:44:42.696Z Downloaded utf16_iter v1.0.5
3802026-02-12T05:44:42.696Z Downloaded errno v0.3.12
3812026-02-12T05:44:42.696Z Downloaded camino-tempfile v1.4.1
3822026-02-12T05:44:42.696Z Downloaded anstyle-query v1.1.1
3832026-02-12T05:44:42.697Z Downloaded clap v4.5.48
3842026-02-12T05:44:42.721Z Downloaded erased-serde v0.4.6
3852026-02-12T05:44:42.721Z Downloaded equivalent v1.0.2
3862026-02-12T05:44:42.721Z Downloaded url v2.5.4
3872026-02-12T05:44:42.721Z Downloaded toml_edit v0.22.27
3882026-02-12T05:44:42.721Z Downloaded bytecount v0.6.8
3892026-02-12T05:44:42.721Z Downloaded usdt-impl v0.5.0
3902026-02-12T05:44:42.721Z Downloaded thiserror-impl v2.0.18
3912026-02-12T05:44:42.721Z Downloaded block-buffer v0.10.4
3922026-02-12T05:44:42.722Z Downloaded digest v0.10.7
3932026-02-12T05:44:42.722Z Downloaded typenum v1.17.0
3942026-02-12T05:44:42.722Z Downloaded toml v0.8.23
3952026-02-12T05:44:42.747Z Downloaded proc-macro2 v1.0.101
3962026-02-12T05:44:42.747Z Downloaded icu_provider v1.5.0
3972026-02-12T05:44:42.747Z Downloaded byteorder v1.5.0
3982026-02-12T05:44:42.747Z Downloaded cpufeatures v0.2.14
3992026-02-12T05:44:42.747Z Downloaded cargo_metadata v0.21.0
4002026-02-12T05:44:42.747Z Downloaded syn v1.0.109
4012026-02-12T05:44:42.771Z Downloaded serde_core v1.0.228
4022026-02-12T05:44:42.771Z Downloaded hashbrown v0.16.1
4032026-02-12T05:44:42.771Z Downloaded stable_deref_trait v1.2.0
4042026-02-12T05:44:42.771Z Downloaded serde_spanned v0.6.9
4052026-02-12T05:44:42.771Z Downloaded ordered-float v2.10.1
4062026-02-12T05:44:42.771Z Downloaded anstream v0.6.18
4072026-02-12T05:44:42.771Z Downloaded serde v1.0.228
4082026-02-12T05:44:42.771Z Downloaded rustix v0.38.37
4092026-02-12T05:44:42.795Z Downloaded cargo-platform v0.2.0
4102026-02-12T05:44:42.795Z Downloaded colorchoice v1.0.2
4112026-02-12T05:44:42.795Z Downloaded clap_builder v4.5.48
4122026-02-12T05:44:42.819Z Downloaded fnv v1.0.7
4132026-02-12T05:44:42.819Z Downloaded anstyle-parse v0.2.5
4142026-02-12T05:44:42.819Z Downloaded anyhow v1.0.99
4152026-02-12T05:44:42.819Z Downloaded proc-macro-error v1.0.4
4162026-02-12T05:44:42.819Z Downloaded memchr v2.7.4
4172026-02-12T05:44:42.819Z Downloaded log v0.4.29
4182026-02-12T05:44:42.819Z Downloaded icu_properties v1.5.1
4192026-02-12T05:44:42.843Z Downloaded dof v0.3.0
4202026-02-12T05:44:42.844Z Downloaded displaydoc v0.2.5
4212026-02-12T05:44:42.844Z Downloaded goblin v0.8.2
4222026-02-12T05:44:42.844Z Downloaded dtrace-parser v0.2.0
4232026-02-12T05:44:42.844Z Downloaded serde_derive v1.0.228
4242026-02-12T05:44:42.844Z Downloaded indexmap v2.13.0
4252026-02-12T05:44:42.844Z Downloaded autocfg v1.4.0
4262026-02-12T05:44:42.844Z Downloaded smawk v0.3.2
4272026-02-12T05:44:42.869Z Downloaded generic-array v0.14.7
4282026-02-12T05:44:42.869Z Downloaded pretty-hex v0.4.1
4292026-02-12T05:44:42.869Z Downloaded icu_provider_macros v1.5.0
4302026-02-12T05:44:42.869Z Downloaded pest v2.8.2
4312026-02-12T05:44:42.869Z Downloaded tempfile v3.24.0
4322026-02-12T05:44:42.869Z Downloaded crypto-common v0.1.6
4332026-02-12T05:44:42.869Z Downloaded idna v1.0.3
4342026-02-12T05:44:42.869Z Downloaded smallvec v1.15.1
4352026-02-12T05:44:42.870Z Downloaded litemap v0.7.3
4362026-02-12T05:44:42.894Z Downloaded pest_meta v2.8.2
4372026-02-12T05:44:42.894Z Downloaded swrite v0.1.0
4382026-02-12T05:44:42.894Z Downloaded libc v0.2.180
4392026-02-12T05:44:42.918Z Downloaded strsim v0.11.1
4402026-02-12T05:44:42.918Z Downloaded heck v0.4.1
4412026-02-12T05:44:42.918Z Downloaded icu_locid_transform_data v1.5.0
4422026-02-12T05:44:42.918Z Downloaded icu_locid_transform v1.5.0
4432026-02-12T05:44:42.918Z Downloaded camino v1.2.2
4442026-02-12T05:44:42.918Z Downloaded serde-untagged v0.1.7
4452026-02-12T05:44:42.918Z Downloaded pest_generator v2.8.2
4462026-02-12T05:44:42.943Z Downloaded percent-encoding v2.3.2
4472026-02-12T05:44:42.943Z Downloaded icu_locid v1.5.0
4482026-02-12T05:44:42.943Z Downloaded getrandom v0.3.4
4492026-02-12T05:44:42.943Z Downloaded serde-value v0.7.0
4502026-02-12T05:44:42.943Z Downloaded proc-macro-error-attr v1.0.4
4512026-02-12T05:44:42.943Z Downloaded memmap v0.7.0
4522026-02-12T05:44:42.943Z Downloaded form_urlencoded v1.2.2
4532026-02-12T05:44:42.943Z Downloaded cfg-if v1.0.4
4542026-02-12T05:44:42.943Z Downloaded clap_derive v4.5.47
4552026-02-12T05:44:42.943Z Downloaded anstyle v1.0.11
4562026-02-12T05:44:42.943Z Downloaded idna_adapter v1.2.0
4572026-02-12T05:44:42.943Z Downloaded bitflags v2.9.4
4582026-02-12T05:44:42.943Z Downloaded thread-id v4.2.2
4592026-02-12T05:44:42.943Z Downloaded thiserror v1.0.69
4602026-02-12T05:44:42.968Z Downloaded rustix v1.1.3
4612026-02-12T05:44:42.992Z Downloaded utf8_iter v1.0.4
4622026-02-12T05:44:42.992Z Downloaded usdt-macro v0.5.0
4632026-02-12T05:44:42.992Z Downloaded usdt v0.5.0
4642026-02-12T05:44:42.992Z Downloaded toml_datetime v0.6.11
4652026-02-12T05:44:42.992Z Downloaded tinystr v0.7.6
4662026-02-12T05:44:42.992Z Downloaded thiserror-impl v1.0.69
4672026-02-12T05:44:42.992Z Downloaded thiserror v2.0.18
4682026-02-12T05:44:42.992Z Downloaded usdt-attr-macro v0.5.0
4692026-02-12T05:44:42.992Z Downloaded unicode-linebreak v0.1.5
4702026-02-12T05:44:42.992Z Downloaded unicode-xid v0.2.6
4712026-02-12T05:44:43.089Z Compiling proc-macro2 v1.0.101
4722026-02-12T05:44:43.089Z Compiling unicode-ident v1.0.19
4732026-02-12T05:44:43.113Z Compiling serde_core v1.0.228
4742026-02-12T05:44:43.113Z Compiling version_check v0.9.5
4752026-02-12T05:44:43.113Z Compiling serde v1.0.228
4762026-02-12T05:44:43.113Z Compiling libc v0.2.180
4772026-02-12T05:44:43.113Z Compiling memchr v2.7.4
4782026-02-12T05:44:43.169Z Compiling thiserror v2.0.18
4792026-02-12T05:44:43.442Z Compiling stable_deref_trait v1.2.0
4802026-02-12T05:44:43.564Z Compiling zmij v1.0.15
4812026-02-12T05:44:44.060Z Compiling writeable v0.5.5
4822026-02-12T05:44:44.276Z Compiling autocfg v1.4.0
4832026-02-12T05:44:44.485Z Compiling ucd-trie v0.1.7
4842026-02-12T05:44:44.559Z Compiling itoa v1.0.11
4852026-02-12T05:44:44.589Z Compiling litemap v0.7.3
4862026-02-12T05:44:44.626Z Compiling thiserror v1.0.69
4872026-02-12T05:44:44.985Z Compiling byteorder v1.5.0
4882026-02-12T05:44:45.036Z Compiling bitflags v2.9.4
4892026-02-12T05:44:45.139Z Compiling quote v1.0.40
4902026-02-12T05:44:45.351Z Compiling errno v0.3.12
4912026-02-12T05:44:45.395Z Compiling icu_locid_transform_data v1.5.0
4922026-02-12T05:44:45.494Z Compiling syn v2.0.114
4932026-02-12T05:44:45.523Z Compiling icu_properties_data v1.5.0
4942026-02-12T05:44:45.596Z Compiling serde_json v1.0.149
4952026-02-12T05:44:45.750Z Compiling num-traits v0.2.19
4962026-02-12T05:44:45.785Z Compiling smallvec v1.15.1
4972026-02-12T05:44:45.985Z Compiling equivalent v1.0.2
4982026-02-12T05:44:46.054Z Compiling rustix v0.38.37
4992026-02-12T05:44:46.105Z Compiling write16 v1.0.0
5002026-02-12T05:44:46.142Z Compiling utf16_iter v1.0.5
5012026-02-12T05:44:46.174Z Compiling typeid v1.0.3
5022026-02-12T05:44:46.258Z Compiling utf8_iter v1.0.4
5032026-02-12T05:44:46.376Z Compiling hashbrown v0.16.1
5042026-02-12T05:44:46.518Z Compiling icu_normalizer_data v1.5.0
5052026-02-12T05:44:46.940Z Compiling proc-macro-error-attr v1.0.4
5062026-02-12T05:44:46.969Z Compiling usdt-impl v0.5.0
5072026-02-12T05:44:47.056Z Compiling syn v1.0.109
5082026-02-12T05:44:47.292Z Compiling winnow v0.7.14
5092026-02-12T05:44:47.367Z Compiling toml_write v0.1.2
5102026-02-12T05:44:47.660Z Compiling indexmap v2.13.0
5112026-02-12T05:44:47.689Z Compiling thread-id v4.2.2
5122026-02-12T05:44:48.363Z Compiling proc-macro-error v1.0.4
5132026-02-12T05:44:48.722Z Compiling percent-encoding v2.3.2
5142026-02-12T05:44:49.126Z Compiling log v0.4.29
5152026-02-12T05:44:49.338Z Compiling plain v0.2.3
5162026-02-12T05:44:49.373Z Compiling utf8parse v0.2.2
5172026-02-12T05:44:49.478Z Compiling rustix v1.1.3
5182026-02-12T05:44:49.544Z Compiling getrandom v0.3.4
5192026-02-12T05:44:49.574Z Compiling camino v1.2.2
5202026-02-12T05:44:49.598Z Compiling anstyle-parse v0.2.5
5212026-02-12T05:44:49.937Z Compiling ordered-float v2.10.1
5222026-02-12T05:44:50.221Z Compiling form_urlencoded v1.2.2
5232026-02-12T05:44:50.450Z Compiling terminal_size v0.4.0
5242026-02-12T05:44:50.657Z Compiling anstyle v1.0.11
5252026-02-12T05:44:50.687Z Compiling is_terminal_polyfill v1.70.1
5262026-02-12T05:44:50.818Z Compiling pretty-hex v0.4.1
5272026-02-12T05:44:50.879Z Compiling colorchoice v1.0.2
5282026-02-12T05:44:50.985Z Compiling cfg-if v1.0.4
5292026-02-12T05:44:51.089Z Compiling anstyle-query v1.1.1
5302026-02-12T05:44:51.219Z Compiling anstream v0.6.18
5312026-02-12T05:44:51.289Z Compiling semver v1.0.27
5322026-02-12T05:44:51.517Z Compiling fs-err v3.1.1
5332026-02-12T05:44:51.841Z Compiling synstructure v0.13.1
5342026-02-12T05:44:51.871Z Compiling heck v0.4.1
5352026-02-12T05:44:51.941Z Compiling heck v0.5.0
5362026-02-12T05:44:52.115Z Compiling bytecount v0.6.8
5372026-02-12T05:44:52.291Z Compiling strsim v0.11.1
5382026-02-12T05:44:52.326Z Compiling anyhow v1.0.99
5392026-02-12T05:44:52.397Z Compiling once_cell v1.21.3
5402026-02-12T05:44:52.764Z Compiling unicode-xid v0.2.6
5412026-02-12T05:44:52.842Z Compiling clap_lex v0.7.4
5422026-02-12T05:44:52.954Z Compiling fnv v1.0.7
5432026-02-12T05:44:52.980Z Compiling unicode-width v0.1.14
5442026-02-12T05:44:53.117Z Compiling fastrand v2.1.1
5452026-02-12T05:44:53.147Z Compiling clap_builder v4.5.48
5462026-02-12T05:44:53.483Z Compiling papergrid v0.11.0
5472026-02-12T05:44:53.629Z Compiling tempfile v3.24.0
5482026-02-12T05:44:53.686Z Compiling memmap v0.7.0
5492026-02-12T05:44:53.840Z Compiling unicode-width v0.2.0
5502026-02-12T05:44:54.027Z Compiling smawk v0.3.2
5512026-02-12T05:44:54.253Z Compiling unicode-linebreak v0.1.5
5522026-02-12T05:44:54.304Z Compiling camino-tempfile v1.4.1
5532026-02-12T05:44:54.676Z Compiling textwrap v0.16.2
5542026-02-12T05:44:54.842Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-02-12T05:44:55.214Z Compiling tabled_derive v0.7.0
5562026-02-12T05:44:55.267Z Compiling swrite v0.1.0
5572026-02-12T05:44:55.735Z Compiling serde_derive v1.0.228
5582026-02-12T05:44:55.759Z Compiling zerofrom-derive v0.1.4
5592026-02-12T05:44:55.783Z Compiling yoke-derive v0.7.4
5602026-02-12T05:44:55.808Z Compiling zerovec-derive v0.10.3
5612026-02-12T05:44:55.855Z Compiling thiserror-impl v2.0.18
5622026-02-12T05:44:56.970Z Compiling displaydoc v0.2.5
5632026-02-12T05:44:57.782Z Compiling icu_provider_macros v1.5.0
5642026-02-12T05:44:57.968Z Compiling thiserror-impl v1.0.69
5652026-02-12T05:44:58.281Z Compiling zerocopy-derive v0.7.35
5662026-02-12T05:44:58.640Z Compiling pest v2.8.2
5672026-02-12T05:44:58.677Z Compiling zerofrom v0.1.4
5682026-02-12T05:44:58.706Z Compiling scroll_derive v0.12.0
5692026-02-12T05:44:58.916Z Compiling yoke v0.7.4
5702026-02-12T05:44:59.299Z Compiling zerovec v0.10.4
5712026-02-12T05:44:59.891Z Compiling zerocopy v0.7.35
5722026-02-12T05:44:59.916Z Compiling scroll v0.12.0
5732026-02-12T05:45:00.049Z Compiling clap_derive v4.5.47
5742026-02-12T05:45:00.391Z Compiling goblin v0.8.2
5752026-02-12T05:45:00.589Z Compiling tabled v0.15.0
5762026-02-12T05:45:00.790Z Compiling pest_meta v2.8.2
5772026-02-12T05:45:01.094Z Compiling tinystr v0.7.6
5782026-02-12T05:45:01.173Z Compiling icu_collections v1.5.0
5792026-02-12T05:45:01.388Z Compiling icu_locid v1.5.0
5802026-02-12T05:45:02.401Z Compiling pest_generator v2.8.2
5812026-02-12T05:45:02.714Z Compiling icu_provider v1.5.0
5822026-02-12T05:45:02.774Z Compiling toml_datetime v0.6.11
5832026-02-12T05:45:03.243Z Compiling serde_spanned v0.6.9
5842026-02-12T05:45:03.274Z Compiling dof v0.3.0
5852026-02-12T05:45:03.486Z Compiling icu_locid_transform v1.5.0
5862026-02-12T05:45:03.543Z Compiling toml_edit v0.22.27
5872026-02-12T05:45:03.675Z Compiling serde_tokenstream v0.2.2
5882026-02-12T05:45:03.807Z Compiling erased-serde v0.4.6
5892026-02-12T05:45:04.046Z Compiling serde-value v0.7.0
5902026-02-12T05:45:04.234Z Compiling cargo-platform v0.2.0
5912026-02-12T05:45:04.453Z Compiling pest_derive v2.8.2
5922026-02-12T05:45:04.732Z Compiling icu_properties v1.5.1
5932026-02-12T05:45:04.761Z Compiling serde-untagged v0.1.7
5942026-02-12T05:45:04.793Z Compiling clap v4.5.48
5952026-02-12T05:45:04.926Z Compiling macaddr v1.0.1
5962026-02-12T05:45:05.127Z Compiling dtrace-parser v0.2.0
5972026-02-12T05:45:06.499Z Compiling toml v0.8.23
5982026-02-12T05:45:06.815Z Compiling usdt-macro v0.5.0
5992026-02-12T05:45:06.894Z Compiling usdt-attr-macro v0.5.0
6002026-02-12T05:45:07.364Z Compiling cargo_toml v0.21.0
6012026-02-12T05:45:07.895Z Compiling usdt v0.5.0
6022026-02-12T05:45:07.919Z Compiling icu_normalizer v1.5.0
6032026-02-12T05:45:08.647Z Compiling idna_adapter v1.2.0
6042026-02-12T05:45:08.819Z Compiling idna v1.0.3
6052026-02-12T05:45:09.328Z Compiling url v2.5.4
6062026-02-12T05:45:10.129Z Compiling cargo-util-schemas v0.8.2
6072026-02-12T05:45:11.977Z Compiling cargo_metadata v0.21.0
6082026-02-12T05:45:13.888Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6092026-02-12T05:45:18.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
6102026-02-12T05:45:18.525Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6112026-02-12T05:45:19.633Z Downloading crates ...
6122026-02-12T05:45:19.807Z Downloaded async-recursion v1.1.1
6132026-02-12T05:45:19.842Z Downloaded convert_case v0.7.1
6142026-02-12T05:45:19.843Z Downloaded crossbeam-channel v0.5.15
6152026-02-12T05:45:19.843Z Downloaded foreign-types-shared v0.1.1
6162026-02-12T05:45:19.877Z Downloaded arc-swap v1.7.1
6172026-02-12T05:45:19.877Z Downloaded diesel_derives v2.2.3
6182026-02-12T05:45:19.881Z Downloaded getrandom v0.2.15
6192026-02-12T05:45:19.913Z Downloaded derive_more v2.0.1
6202026-02-12T05:45:19.914Z Downloaded group v0.13.0
6212026-02-12T05:45:19.914Z Downloaded diesel_table_macro_syntax v0.2.0
6222026-02-12T05:45:19.954Z Downloaded futures v0.3.31
6232026-02-12T05:45:19.954Z Downloaded futures-task v0.3.31
6242026-02-12T05:45:19.954Z Downloaded futures-executor v0.3.31
6252026-02-12T05:45:19.955Z Downloaded heck v0.3.3
6262026-02-12T05:45:19.955Z Downloaded ghash v0.5.1
6272026-02-12T05:45:19.988Z Downloaded either v1.15.0
6282026-02-12T05:45:19.988Z Downloaded hash32 v0.2.1
6292026-02-12T05:45:19.989Z Downloaded hex-literal v0.4.1
6302026-02-12T05:45:19.989Z Downloaded hex v0.4.3
6312026-02-12T05:45:19.989Z Downloaded hyper-tls v0.6.0
6322026-02-12T05:45:19.989Z Downloaded crossbeam-utils v0.8.21
6332026-02-12T05:45:20.022Z Downloaded lalrpop-util v0.19.12
6342026-02-12T05:45:20.023Z Downloaded lru v0.12.5
6352026-02-12T05:45:20.023Z Downloaded lazycell v1.3.0
6362026-02-12T05:45:20.023Z Downloaded md5 v0.7.0
6372026-02-12T05:45:20.023Z Downloaded newtype_derive v0.1.6
6382026-02-12T05:45:20.056Z Downloaded md-5 v0.10.6
6392026-02-12T05:45:20.057Z Downloaded match_cfg v0.1.0
6402026-02-12T05:45:20.058Z Downloaded postgres-types v0.2.9
6412026-02-12T05:45:20.059Z Downloaded packed_struct_codegen v0.10.1
6422026-02-12T05:45:20.059Z Downloaded parse-size v1.1.0
6432026-02-12T05:45:20.089Z Downloaded progenitor-macro v0.10.0
6442026-02-12T05:45:20.090Z Downloaded olpc-cjson v0.1.4
6452026-02-12T05:45:20.090Z Downloaded pkcs5 v0.7.1
6462026-02-12T05:45:20.090Z Downloaded progenitor-client v0.8.0
6472026-02-12T05:45:20.091Z Downloaded opaque-debug v0.3.1
6482026-02-12T05:45:20.135Z Downloaded oso-derive v0.27.3
6492026-02-12T05:45:20.136Z Downloaded oxide-tokio-rt v0.1.2
6502026-02-12T05:45:20.136Z Downloaded omicron-zone-package v0.12.2
6512026-02-12T05:45:20.136Z Downloaded peg v0.8.5
6522026-02-12T05:45:20.136Z Downloaded publicsuffix v2.3.0
6532026-02-12T05:45:20.136Z Downloaded russh-keys v0.45.0
6542026-02-12T05:45:20.136Z Downloaded sapling-renderdag v0.1.0
6552026-02-12T05:45:20.164Z Downloaded rustls-pki-types v1.10.0
6562026-02-12T05:45:20.165Z Downloaded quinn-udp v0.5.5
6572026-02-12T05:45:20.165Z Downloaded rand v0.8.5
6582026-02-12T05:45:20.165Z Downloaded seq-macro v0.3.6
6592026-02-12T05:45:20.165Z Downloaded progenitor-impl v0.8.0
6602026-02-12T05:45:20.165Z Downloaded snafu-derive v0.8.5
6612026-02-12T05:45:20.199Z Downloaded parking_lot v0.11.2
6622026-02-12T05:45:20.200Z Downloaded rayon-core v1.12.1
6632026-02-12T05:45:20.200Z Downloaded ron v0.8.1
6642026-02-12T05:45:20.200Z Downloaded rayon v1.10.0
6652026-02-12T05:45:20.200Z Downloaded rustc_version v0.4.1
6662026-02-12T05:45:20.230Z Downloaded schemars_derive v0.8.22
6672026-02-12T05:45:20.231Z Downloaded ref-cast v1.0.25
6682026-02-12T05:45:20.231Z Downloaded quick-error v1.2.3
6692026-02-12T05:45:20.232Z Downloaded slog-envlogger v2.2.0
6702026-02-12T05:45:20.233Z Downloaded rustc-hash v1.1.0
6712026-02-12T05:45:20.233Z Downloaded rustls v0.22.4
6722026-02-12T05:45:20.265Z Downloaded string_cache v0.8.9
6732026-02-12T05:45:20.265Z Downloaded signal-hook-tokio v0.3.1
6742026-02-12T05:45:20.266Z Downloaded tagptr v0.2.0
6752026-02-12T05:45:20.347Z Downloaded structmeta v0.3.0
6762026-02-12T05:45:20.347Z Downloaded static_assertions v1.1.0
6772026-02-12T05:45:20.347Z Downloaded support-bundle-viewer v0.1.2
6782026-02-12T05:45:20.347Z Downloaded strum_macros v0.27.2
6792026-02-12T05:45:20.347Z Downloaded thread_local v1.1.8
6802026-02-12T05:45:20.347Z Downloaded supports-color v3.0.2
6812026-02-12T05:45:20.348Z Downloaded strum_macros v0.26.4
6822026-02-12T05:45:20.376Z Downloaded typify-macro v0.2.0
6832026-02-12T05:45:20.376Z Downloaded tinyvec v1.8.0
6842026-02-12T05:45:20.376Z Downloaded toml v0.9.11+spec-1.1.0
6852026-02-12T05:45:20.376Z Downloaded waitgroup v0.1.2
6862026-02-12T05:45:20.376Z Downloaded take_mut v0.2.2
6872026-02-12T05:45:20.376Z Downloaded unarray v0.1.4
6882026-02-12T05:45:20.376Z Downloaded tower-layer v0.3.3
6892026-02-12T05:45:20.377Z Downloaded typify-macro v0.4.3
6902026-02-12T05:45:20.377Z Downloaded tokio-rustls v0.26.0
6912026-02-12T05:45:20.377Z Downloaded tracing-core v0.1.32
6922026-02-12T05:45:20.377Z Downloaded usdt v0.6.0
6932026-02-12T05:45:20.377Z Downloaded typify v0.2.0
6942026-02-12T05:45:20.377Z Downloaded usdt-attr-macro v0.6.0
6952026-02-12T05:45:20.378Z Downloaded unit-prefix v0.5.1
6962026-02-12T05:45:20.378Z Downloaded xz2 v0.1.7
6972026-02-12T05:45:20.378Z Downloaded zeroize_derive v1.4.2
6982026-02-12T05:45:20.378Z Downloaded tokio-util v0.7.15
6992026-02-12T05:45:20.378Z Downloaded zone_cfg_derive v0.3.0
7002026-02-12T05:45:20.378Z Downloaded vsss-rs v3.3.4
7012026-02-12T05:45:20.378Z Downloaded zstd-safe v7.2.3
7022026-02-12T05:45:20.404Z Downloaded yasna v0.5.2
7032026-02-12T05:45:20.404Z Downloaded zeroize v1.8.1
7042026-02-12T05:45:20.404Z Downloaded zerocopy v0.8.27
7052026-02-12T05:45:20.430Z Downloaded zopfli v0.8.1
7062026-02-12T05:45:20.430Z Downloaded zone v0.3.1
7072026-02-12T05:45:20.430Z Downloaded xattr v1.3.1
7082026-02-12T05:45:20.431Z Downloaded reedline v0.40.0
7092026-02-12T05:45:20.470Z Downloaded zerocopy v0.6.6
7102026-02-12T05:45:20.471Z Downloaded zone v0.1.8
7112026-02-12T05:45:20.471Z Downloaded vcpkg v0.2.15
7122026-02-12T05:45:20.505Z Downloaded winnow v0.5.40
7132026-02-12T05:45:20.505Z Downloaded zlib-rs v0.5.1
7142026-02-12T05:45:20.533Z Downloaded smoltcp v0.9.1
7152026-02-12T05:45:20.534Z Downloaded libz-sys v1.1.20
7162026-02-12T05:45:20.558Z Downloaded unicode-properties v0.1.3
7172026-02-12T05:45:20.559Z Downloaded tabled v0.18.0
7182026-02-12T05:45:20.587Z Downloaded smoltcp v0.11.0
7192026-02-12T05:45:20.588Z Downloaded regex-syntax v0.8.5
7202026-02-12T05:45:20.589Z Downloaded usdt-impl v0.6.0
7212026-02-12T05:45:20.616Z Downloaded zerocopy-derive v0.6.6
7222026-02-12T05:45:20.616Z Downloaded typed-path v0.9.3
7232026-02-12T05:45:20.616Z Downloaded xshell-macros v0.2.7
7242026-02-12T05:45:20.616Z Downloaded zerocopy-derive v0.8.27
7252026-02-12T05:45:20.661Z Downloaded xshell v0.2.7
7262026-02-12T05:45:20.661Z Downloaded regex-automata v0.4.11
7272026-02-12T05:45:20.661Z Downloaded petgraph v0.6.5
7282026-02-12T05:45:20.661Z Downloaded vergen-gitcl v1.0.8
7292026-02-12T05:45:20.661Z Downloaded typify-impl v0.4.3
7302026-02-12T05:45:20.690Z Downloaded webpki-roots v1.0.1
7312026-02-12T05:45:20.690Z Downloaded typify-impl v0.2.0
7322026-02-12T05:45:20.716Z Downloaded ratatui v0.29.0
7332026-02-12T05:45:20.716Z Downloaded vergen v9.0.6
7342026-02-12T05:45:20.742Z Downloaded petgraph v0.8.2
7352026-02-12T05:45:20.742Z Downloaded untrusted v0.9.0
7362026-02-12T05:45:20.768Z Downloaded universal-hash v0.5.1
7372026-02-12T05:45:20.769Z Downloaded try-lock v0.2.5
7382026-02-12T05:45:20.769Z Downloaded thread-id v5.0.0
7392026-02-12T05:45:20.769Z Downloaded reqwest v0.12.24
7402026-02-12T05:45:20.769Z Downloaded winnow v0.6.26
7412026-02-12T05:45:20.769Z Downloaded value-bag v1.12.0
7422026-02-12T05:45:20.769Z Downloaded tough v0.20.0
7432026-02-12T05:45:20.794Z Downloaded tokio-rustls v0.25.0
7442026-02-12T05:45:20.794Z Downloaded thiserror-impl-no-std v2.0.2
7452026-02-12T05:45:20.794Z Downloaded subprocess v0.2.9
7462026-02-12T05:45:20.795Z Downloaded x509-cert v0.2.5
7472026-02-12T05:45:20.795Z Downloaded tokio v1.49.0
7482026-02-12T05:45:20.831Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7492026-02-12T05:45:20.860Z Downloaded tower-http v0.6.6
7502026-02-12T05:45:20.860Z Downloaded time v0.3.43
7512026-02-12T05:45:20.885Z Downloaded strum v0.27.2
7522026-02-12T05:45:20.885Z Downloaded rpassword v7.4.0
7532026-02-12T05:45:20.885Z Downloaded zip v0.6.6
7542026-02-12T05:45:20.885Z Downloaded which v4.4.2
7552026-02-12T05:45:20.885Z Downloaded void v1.0.2
7562026-02-12T05:45:20.885Z Downloaded unicode_categories v0.1.1
7572026-02-12T05:45:20.885Z Downloaded tower v0.5.2
7582026-02-12T05:45:20.910Z Downloaded tokio-postgres v0.7.13
7592026-02-12T05:45:20.910Z Downloaded strip-ansi-escapes v0.2.0
7602026-02-12T05:45:20.910Z Downloaded smallvec v0.6.14
7612026-02-12T05:45:20.910Z Downloaded signal-hook-registry v1.4.2
7622026-02-12T05:45:20.910Z Downloaded sha3 v0.10.8
7632026-02-12T05:45:20.910Z Downloaded serde_bytes v0.11.19
7642026-02-12T05:45:20.910Z Downloaded salsa20 v0.10.2
7652026-02-12T05:45:20.910Z Downloaded regex-syntax v0.6.29
7662026-02-12T05:45:20.938Z Downloaded openssl v0.10.73
7672026-02-12T05:45:20.938Z Downloaded zip v4.2.0
7682026-02-12T05:45:20.938Z Downloaded want v0.3.1
7692026-02-12T05:45:20.938Z Downloaded usdt-macro v0.6.0
7702026-02-12T05:45:20.938Z Downloaded libgit2-sys v0.18.2+1.9.1
7712026-02-12T05:45:20.997Z Downloaded sha1 v0.10.6
7722026-02-12T05:45:21.023Z Downloaded progenitor v0.11.2
7732026-02-12T05:45:21.024Z Downloaded uuid v1.19.0
7742026-02-12T05:45:21.024Z Downloaded toml_edit v0.19.15
7752026-02-12T05:45:21.048Z Downloaded rand_seeder v0.4.0
7762026-02-12T05:45:21.049Z Downloaded lzma-sys v0.1.20
7772026-02-12T05:45:21.075Z Downloaded walkdir v2.5.0
7782026-02-12T05:45:21.075Z Downloaded vergen-lib v0.1.6
7792026-02-12T05:45:21.075Z Downloaded scroll v0.13.0
7802026-02-12T05:45:21.075Z Downloaded rustc-hash v2.1.1
7812026-02-12T05:45:21.075Z Downloaded jiff v0.2.15
7822026-02-12T05:45:21.101Z Downloaded vte v0.11.1
7832026-02-12T05:45:21.101Z Downloaded typify v0.4.3
7842026-02-12T05:45:21.101Z Downloaded steno v0.4.1
7852026-02-12T05:45:21.101Z Downloaded secrecy v0.10.3
7862026-02-12T05:45:21.101Z Downloaded rand_core v0.9.3
7872026-02-12T05:45:21.101Z Downloaded progenitor-macro v0.8.0
7882026-02-12T05:45:21.101Z Downloaded pin-project-lite v0.2.14
7892026-02-12T05:45:21.132Z Downloaded zstd v0.13.3
7902026-02-12T05:45:21.132Z Downloaded yansi v1.0.1
7912026-02-12T05:45:21.132Z Downloaded whoami v1.5.2
7922026-02-12T05:45:21.132Z Downloaded vergen-git2 v1.0.7
7932026-02-12T05:45:21.133Z Downloaded utf-8 v0.7.6
7942026-02-12T05:45:21.133Z Downloaded tracing v0.1.40
7952026-02-12T05:45:21.133Z Downloaded rustls-native-certs v0.8.1
7962026-02-12T05:45:21.133Z Downloaded ron v0.7.1
7972026-02-12T05:45:21.133Z Downloaded unsafe-libyaml v0.2.11
7982026-02-12T05:45:21.185Z Downloaded unicase v2.8.1
7992026-02-12T05:45:21.185Z Downloaded test-strategy v0.4.3
8002026-02-12T05:45:21.185Z Downloaded rustls-pemfile v1.0.4
8012026-02-12T05:45:21.186Z Downloaded rcgen v0.12.1
8022026-02-12T05:45:21.186Z Downloaded zone_cfg_derive v0.1.2
8032026-02-12T05:45:21.186Z Downloaded wait-timeout v0.2.0
8042026-02-12T05:45:21.186Z Downloaded vte_generate_state_changes v0.1.2
8052026-02-12T05:45:21.186Z Downloaded uzers v0.12.1
8062026-02-12T05:45:21.186Z Downloaded untrusted v0.7.1
8072026-02-12T05:45:21.186Z Downloaded unicode-segmentation v1.12.0
8082026-02-12T05:45:21.187Z Downloaded unicode-normalization v0.1.24
8092026-02-12T05:45:21.187Z Downloaded tar v0.4.44
8102026-02-12T05:45:21.187Z Downloaded nom v7.1.3
8112026-02-12T05:45:21.217Z Downloaded peg-runtime v0.8.5
8122026-02-12T05:45:21.217Z Downloaded pbkdf2 v0.12.2
8132026-02-12T05:45:21.217Z Downloaded toml_parser v1.0.6+spec-1.1.0
8142026-02-12T05:45:21.217Z Downloaded tokio-dtrace v0.1.0
8152026-02-12T05:45:21.218Z Downloaded tls_codec_derive v0.4.1
8162026-02-12T05:45:21.218Z Downloaded tabled v0.20.0
8172026-02-12T05:45:21.218Z Downloaded wyz v0.5.1
8182026-02-12T05:45:21.218Z Downloaded toml_writer v1.0.6+spec-1.1.0
8192026-02-12T05:45:21.218Z Downloaded scheduled-thread-pool v0.2.7
8202026-02-12T05:45:21.219Z Downloaded phf_shared v0.12.1
8212026-02-12T05:45:21.219Z Downloaded tokio-native-tls v0.3.1
8222026-02-12T05:45:21.219Z Downloaded tls_codec v0.4.1
8232026-02-12T05:45:21.219Z Downloaded term v0.7.0
8242026-02-12T05:45:21.219Z Downloaded predicates v3.1.3
8252026-02-12T05:45:21.219Z Downloaded unicode-truncate v1.1.0
8262026-02-12T05:45:21.219Z Downloaded unicode-bidi v0.3.17
8272026-02-12T05:45:21.220Z Downloaded tungstenite v0.23.0
8282026-02-12T05:45:21.220Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8292026-02-12T05:45:21.220Z Downloaded tokio-macros v2.6.0
8302026-02-12T05:45:21.245Z Downloaded tiny-keccak v2.0.2
8312026-02-12T05:45:21.245Z Downloaded time-macros v0.2.24
8322026-02-12T05:45:21.245Z Downloaded socket2 v0.6.1
8332026-02-12T05:45:21.246Z Downloaded chrono-tz v0.10.4
8342026-02-12T05:45:21.246Z Downloaded tracing-attributes v0.1.27
8352026-02-12T05:45:21.246Z Downloaded tinyvec_macros v0.1.1
8362026-02-12T05:45:21.272Z Downloaded time-core v0.1.6
8372026-02-12T05:45:21.272Z Downloaded twox-hash v2.1.0
8382026-02-12T05:45:21.272Z Downloaded tungstenite v0.21.0
8392026-02-12T05:45:21.273Z Downloaded tui-tree-widget v0.23.1
8402026-02-12T05:45:21.273Z Downloaded toml v0.7.8
8412026-02-12T05:45:21.273Z Downloaded tokio-tungstenite v0.23.1
8422026-02-12T05:45:21.273Z Downloaded tap v1.0.1
8432026-02-12T05:45:21.273Z Downloaded sled v0.34.7
8442026-02-12T05:45:21.298Z Downloaded serde_spanned v1.0.4
8452026-02-12T05:45:21.298Z Downloaded salty v0.3.0
8462026-02-12T05:45:21.298Z Downloaded russh v0.45.0
8472026-02-12T05:45:21.298Z Downloaded native-tls v0.2.12
8482026-02-12T05:45:21.298Z Downloaded tokio-tungstenite v0.21.0
8492026-02-12T05:45:21.298Z Downloaded tabwriter v1.4.0
8502026-02-12T05:45:21.298Z Downloaded trait-variant v0.1.2
8512026-02-12T05:45:21.298Z Downloaded slog-term v2.9.2
8522026-02-12T05:45:21.298Z Downloaded tokio-stream v0.1.17
8532026-02-12T05:45:21.323Z Downloaded testing_table v0.3.0
8542026-02-12T05:45:21.323Z Downloaded tabled_derive v0.11.0
8552026-02-12T05:45:21.323Z Downloaded tabled_derive v0.10.0
8562026-02-12T05:45:21.324Z Downloaded sync-ptr v0.1.4
8572026-02-12T05:45:21.324Z Downloaded ssh-encoding v0.2.0
8582026-02-12T05:45:21.324Z Downloaded mio v1.0.2
8592026-02-12T05:45:21.324Z Downloaded tokio-rustls v0.24.1
8602026-02-12T05:45:21.324Z Downloaded sync_wrapper v1.0.1
8612026-02-12T05:45:21.324Z Downloaded stringprep v0.1.5
8622026-02-12T05:45:21.324Z Downloaded sqlparser_derive v0.2.2
8632026-02-12T05:45:21.324Z Downloaded similar v2.7.0
8642026-02-12T05:45:21.349Z Downloaded polar-core v0.27.3
8652026-02-12T05:45:21.349Z Downloaded openapiv3 v2.2.0
8662026-02-12T05:45:21.349Z Downloaded minimal-lexical v0.2.1
8672026-02-12T05:45:21.373Z Downloaded libsw-core v0.3.1
8682026-02-12T05:45:21.374Z Downloaded iri-string v0.7.8
8692026-02-12T05:45:21.374Z Downloaded strum v0.26.3
8702026-02-12T05:45:21.374Z Downloaded ssh-cipher v0.2.0
8712026-02-12T05:45:21.374Z Downloaded slog-json v2.6.1
8722026-02-12T05:45:21.374Z Downloaded schemars v0.9.0
8732026-02-12T05:45:21.403Z Downloaded rustls v0.21.12
8742026-02-12T05:45:21.403Z Downloaded regex v1.11.3
8752026-02-12T05:45:21.403Z Downloaded proptest v1.7.0
8762026-02-12T05:45:21.427Z Downloaded thiserror-no-std v2.0.2
8772026-02-12T05:45:21.427Z Downloaded sqlparser v0.45.0
8782026-02-12T05:45:21.428Z Downloaded slog-dtrace v0.3.0
8792026-02-12T05:45:21.428Z Downloaded slog-async v2.8.0
8802026-02-12T05:45:21.428Z Downloaded simd-adler32 v0.3.7
8812026-02-12T05:45:21.428Z Downloaded aws-lc-sys v0.26.0
8822026-02-12T05:45:21.672Z Downloaded serde_plain v1.0.2
8832026-02-12T05:45:21.697Z Downloaded schemars v1.0.4
8842026-02-12T05:45:21.722Z Downloaded schemars v0.8.22
8852026-02-12T05:45:21.722Z Downloaded samael v0.0.19
8862026-02-12T05:45:21.746Z Downloaded slog-bunyan v2.5.0
8872026-02-12T05:45:21.746Z Downloaded siphasher v1.0.1
8882026-02-12T05:45:21.746Z Downloaded serde_path_to_error v0.1.20
8892026-02-12T05:45:21.746Z Downloaded tower-service v0.3.3
8902026-02-12T05:45:21.746Z Downloaded topological-sort v0.2.2
8912026-02-12T05:45:21.746Z Downloaded ssh-key v0.6.6
8922026-02-12T05:45:21.770Z Downloaded shlex v1.3.0
8932026-02-12T05:45:21.770Z Downloaded serde-big-array v0.5.1
8942026-02-12T05:45:21.770Z Downloaded encoding_rs v0.8.34
8952026-02-12T05:45:21.794Z Downloaded serde_with v3.16.1
8962026-02-12T05:45:21.819Z Downloaded rustyline v14.0.0
8972026-02-12T05:45:21.819Z Downloaded rustls-webpki v0.101.7
8982026-02-12T05:45:21.845Z Downloaded rsa v0.9.8
8992026-02-12T05:45:21.871Z Downloaded quick-xml v0.37.2
9002026-02-12T05:45:21.871Z Downloaded portable-atomic v1.11.0
9012026-02-12T05:45:21.871Z Downloaded socket2 v0.5.10
9022026-02-12T05:45:21.898Z Downloaded semver v0.1.20
9032026-02-12T05:45:21.898Z Downloaded scrypt v0.11.0
9042026-02-12T05:45:21.898Z Downloaded scroll_derive v0.13.1
9052026-02-12T05:45:21.898Z Downloaded rustls-pemfile v2.2.0
9062026-02-12T05:45:21.898Z Downloaded rand v0.9.2
9072026-02-12T05:45:21.898Z Downloaded miniz_oxide v0.8.5
9082026-02-12T05:45:21.922Z Downloaded termtree v0.5.1
9092026-02-12T05:45:21.922Z Downloaded termios v0.3.3
9102026-02-12T05:45:21.922Z Downloaded term v1.1.0
9112026-02-12T05:45:21.923Z Downloaded slog v2.8.2
9122026-02-12T05:45:21.923Z Downloaded siphasher v0.3.11
9132026-02-12T05:45:21.923Z Downloaded serde_repr v0.1.19
9142026-02-12T05:45:21.923Z Downloaded serde-hex v0.1.0
9152026-02-12T05:45:21.923Z Downloaded same-file v1.0.6
9162026-02-12T05:45:21.923Z Downloaded snafu v0.8.5
9172026-02-12T05:45:21.947Z Downloaded serde_with_macros v3.16.1
9182026-02-12T05:45:21.947Z Downloaded p521 v0.13.3
9192026-02-12T05:45:21.947Z Downloaded subtle v2.6.1
9202026-02-12T05:45:21.947Z Downloaded strum_macros v0.24.3
9212026-02-12T05:45:21.947Z Downloaded structmeta-derive v0.3.0
9222026-02-12T05:45:21.947Z Downloaded regress v0.10.4
9232026-02-12T05:45:21.947Z Downloaded kstat-rs v0.2.4
9242026-02-12T05:45:21.947Z Downloaded httpdate v1.0.3
9252026-02-12T05:45:21.947Z Downloaded sqlformat v0.3.5
9262026-02-12T05:45:21.972Z Downloaded spki v0.7.3
9272026-02-12T05:45:21.972Z Downloaded sigpipe v0.1.3
9282026-02-12T05:45:21.972Z Downloaded signature v2.2.0
9292026-02-12T05:45:21.972Z Downloaded serde_yaml v0.9.34+deprecated
9302026-02-12T05:45:21.972Z Downloaded serde_derive_internals v0.29.1
9312026-02-12T05:45:21.972Z Downloaded russh-cryptovec v0.7.3
9322026-02-12T05:45:21.972Z Downloaded bzip2-sys v0.1.13+1.0.8
9332026-02-12T05:45:21.972Z Downloaded smf v0.2.3
9342026-02-12T05:45:21.972Z Downloaded rusty-fork v0.3.0
9352026-02-12T05:45:21.997Z Downloaded rustc-demangle v0.1.24
9362026-02-12T05:45:21.997Z Downloaded ring v0.17.14
9372026-02-12T05:45:22.022Z Downloaded ingot-types v0.1.2
9382026-02-12T05:45:22.022Z Downloaded slog-scope v4.4.0
9392026-02-12T05:45:22.022Z Downloaded sec1 v0.7.3
9402026-02-12T05:45:22.047Z Downloaded rtoolbox v0.0.2
9412026-02-12T05:45:22.047Z Downloaded qorb v0.4.1
9422026-02-12T05:45:22.047Z Downloaded pretty_assertions v1.4.1
9432026-02-12T05:45:22.047Z Downloaded signal-hook-mio v0.2.4
9442026-02-12T05:45:22.047Z Downloaded shell-words v1.1.0
9452026-02-12T05:45:22.047Z Downloaded scopeguard v1.2.0
9462026-02-12T05:45:22.047Z Downloaded rustls v0.23.19
9472026-02-12T05:45:22.047Z Downloaded rustc_version v0.1.7
9482026-02-12T05:45:22.072Z Downloaded ref-cast-impl v1.0.25
9492026-02-12T05:45:22.072Z Downloaded rand_core v0.6.4
9502026-02-12T05:45:22.072Z Downloaded rand_chacha v0.9.0
9512026-02-12T05:45:22.072Z Downloaded rand_chacha v0.3.1
9522026-02-12T05:45:22.072Z Downloaded quinn v0.11.5
9532026-02-12T05:45:22.072Z Downloaded prettyplease v0.2.36
9542026-02-12T05:45:22.072Z Downloaded prefix-trie v0.7.0
9552026-02-12T05:45:22.072Z Downloaded pkcs8 v0.10.2
9562026-02-12T05:45:22.072Z Downloaded paste v1.0.15
9572026-02-12T05:45:22.072Z Downloaded p384 v0.13.1
9582026-02-12T05:45:22.096Z Downloaded openssl-sys v0.9.109
9592026-02-12T05:45:22.096Z Downloaded object v0.30.4
9602026-02-12T05:45:22.096Z Downloaded linked-hash-map v0.5.6
9612026-02-12T05:45:22.096Z Downloaded internet-checksum v0.2.1
9622026-02-12T05:45:22.096Z Downloaded indexmap v1.9.3
9632026-02-12T05:45:22.097Z Downloaded ident_case v1.0.1
9642026-02-12T05:45:22.121Z Downloaded spin v0.9.8
9652026-02-12T05:45:22.121Z Downloaded slog-stdlog v4.1.1
9662026-02-12T05:45:22.121Z Downloaded slab v0.4.9
9672026-02-12T05:45:22.121Z Downloaded signal-hook v0.3.18
9682026-02-12T05:45:22.121Z Downloaded serde_urlencoded v0.7.1
9692026-02-12T05:45:22.121Z Downloaded serde_cbor v0.11.2
9702026-02-12T05:45:22.121Z Downloaded secrecy v0.8.0
9712026-02-12T05:45:22.121Z Downloaded ryu v1.0.18
9722026-02-12T05:45:22.121Z Downloaded rustversion v1.0.22
9732026-02-12T05:45:22.121Z Downloaded rustls-webpki v0.102.8
9742026-02-12T05:45:22.145Z Downloaded rfc6979 v0.4.0
9752026-02-12T05:45:22.145Z Downloaded resolv-conf v0.7.0
9762026-02-12T05:45:22.169Z Downloaded radium v0.7.0
9772026-02-12T05:45:22.169Z Downloaded r2d2 v0.8.10
9782026-02-12T05:45:22.169Z Downloaded primeorder v0.13.6
9792026-02-12T05:45:22.169Z Downloaded ppv-lite86 v0.2.20
9802026-02-12T05:45:22.170Z Downloaded polyval v0.6.2
9812026-02-12T05:45:22.170Z Downloaded pkg-config v0.3.31
9822026-02-12T05:45:22.170Z Downloaded phf v0.11.2
9832026-02-12T05:45:22.170Z Downloaded password-hash v0.4.2
9842026-02-12T05:45:22.170Z Downloaded packed_struct v0.10.1
9852026-02-12T05:45:22.170Z Downloaded radix_trie v0.2.1
9862026-02-12T05:45:22.170Z Downloaded proc-macro-crate v1.3.1
9872026-02-12T05:45:22.170Z Downloaded pretty-hex v0.2.1
9882026-02-12T05:45:22.170Z Downloaded itertools v0.12.1
9892026-02-12T05:45:22.195Z Downloaded quinn-proto v0.11.8
9902026-02-12T05:45:22.195Z Downloaded pbkdf2 v0.11.0
9912026-02-12T05:45:22.195Z Downloaded psl-types v2.0.11
9922026-02-12T05:45:22.195Z Downloaded proc-macro-error-attr2 v2.0.0
9932026-02-12T05:45:22.195Z Downloaded predicates-tree v1.0.12
9942026-02-12T05:45:22.195Z Downloaded powerfmt v0.2.0
9952026-02-12T05:45:22.195Z Downloaded path-slash v0.1.5
9962026-02-12T05:45:22.195Z Downloaded progenitor-macro v0.11.2
9972026-02-12T05:45:22.195Z Downloaded progenitor-client v0.10.0
9982026-02-12T05:45:22.195Z Downloaded pin-utils v0.1.0
9992026-02-12T05:45:22.195Z Downloaded phf v0.12.1
10002026-02-12T05:45:22.219Z Downloaded object v0.36.5
10012026-02-12T05:45:22.219Z Downloaded highway v1.3.0
10022026-02-12T05:45:22.219Z Downloaded rand_xorshift v0.4.0
10032026-02-12T05:45:22.219Z Downloaded progenitor-impl v0.10.0
10042026-02-12T05:45:22.219Z Downloaded http-range v0.1.5
10052026-02-12T05:45:22.219Z Downloaded password-hash v0.5.0
10062026-02-12T05:45:22.219Z Downloaded nix v0.28.0
10072026-02-12T05:45:22.244Z Downloaded hickory-proto v0.25.2
10082026-02-12T05:45:22.268Z Downloaded progenitor v0.10.0
10092026-02-12T05:45:22.268Z Downloaded papergrid v0.17.0
10102026-02-12T05:45:22.268Z Downloaded nix v0.30.1
10112026-02-12T05:45:22.292Z Downloaded hickory-proto v0.24.4
10122026-02-12T05:45:22.293Z Downloaded sct v0.7.1
10132026-02-12T05:45:22.293Z Downloaded phf_shared v0.11.2
10142026-02-12T05:45:22.317Z Downloaded pem-rfc7468 v0.7.0
10152026-02-12T05:45:22.317Z Downloaded pem v3.0.5
10162026-02-12T05:45:22.317Z Downloaded pkcs1 v0.7.5
10172026-02-12T05:45:22.317Z Downloaded pin-project v1.1.6
10182026-02-12T05:45:22.317Z Downloaded parse-display v0.10.0
10192026-02-12T05:45:22.317Z Downloaded nix v0.27.1
10202026-02-12T05:45:22.342Z Downloaded postcard v1.0.10
10212026-02-12T05:45:22.342Z Downloaded poly1305 v0.8.0
10222026-02-12T05:45:22.342Z Downloaded nix v0.29.0
10232026-02-12T05:45:22.366Z Downloaded progenitor-client v0.11.2
10242026-02-12T05:45:22.366Z Downloaded petname v2.0.2
10252026-02-12T05:45:22.366Z Downloaded parse-display-derive v0.10.0
10262026-02-12T05:45:22.366Z Downloaded parking_lot_core v0.9.10
10272026-02-12T05:45:22.366Z Downloaded moka v0.12.10
10282026-02-12T05:45:22.390Z Downloaded progenitor-impl v0.11.2
10292026-02-12T05:45:22.390Z Downloaded progenitor v0.8.0
10302026-02-12T05:45:22.390Z Downloaded parking_lot_core v0.8.6
10312026-02-12T05:45:22.390Z Downloaded num_enum_derive v0.5.11
10322026-02-12T05:45:22.390Z Downloaded num-bigint v0.4.6
10332026-02-12T05:45:22.391Z Downloaded bstr v1.10.0
10342026-02-12T05:45:22.415Z Downloaded proc-macro-error2 v2.0.1
10352026-02-12T05:45:22.415Z Downloaded precomputed-hash v0.1.1
10362026-02-12T05:45:22.415Z Downloaded postgres-protocol v0.6.8
10372026-02-12T05:45:22.415Z Downloaded owo-colors v4.2.2
10382026-02-12T05:45:22.415Z Downloaded num-rational v0.4.2
10392026-02-12T05:45:22.415Z Downloaded diesel-dtrace v0.4.2
10402026-02-12T05:45:22.415Z Downloaded predicates-core v1.0.8
10412026-02-12T05:45:22.415Z Downloaded pin-project-internal v1.1.6
10422026-02-12T05:45:22.415Z Downloaded peg-macros v0.8.5
10432026-02-12T05:45:22.415Z Downloaded openssl-macros v0.1.1
10442026-02-12T05:45:22.415Z Downloaded num_threads v0.1.7
10452026-02-12T05:45:22.415Z Downloaded nonempty v0.12.0
10462026-02-12T05:45:22.415Z Downloaded mime v0.3.17
10472026-02-12T05:45:22.415Z Downloaded lock_api v0.4.12
10482026-02-12T05:45:22.415Z Downloaded litrs v0.4.1
10492026-02-12T05:45:22.439Z Downloaded lalrpop v0.19.12
10502026-02-12T05:45:22.439Z Downloaded papergrid v0.14.0
10512026-02-12T05:45:22.439Z Downloaded p256 v0.13.2
10522026-02-12T05:45:22.440Z Downloaded oso v0.27.3
10532026-02-12T05:45:22.465Z Downloaded openssl-probe v0.1.5
10542026-02-12T05:45:22.465Z Downloaded num-derive v0.3.3
10552026-02-12T05:45:22.465Z Downloaded mime_guess v2.0.5
10562026-02-12T05:45:22.465Z Downloaded num_enum v0.5.11
10572026-02-12T05:45:22.465Z Downloaded hickory-client v0.25.2
10582026-02-12T05:45:22.465Z Downloaded git2 v0.20.2
10592026-02-12T05:45:22.465Z Downloaded gimli v0.31.1
10602026-02-12T05:45:22.491Z Downloaded float-cmp v0.10.0
10612026-02-12T05:45:22.491Z Downloaded normalize-line-endings v0.3.0
10622026-02-12T05:45:22.491Z Downloaded linear-map v1.2.0
10632026-02-12T05:45:22.491Z Downloaded libxml v0.3.3
10642026-02-12T05:45:22.491Z Downloaded chrono v0.4.43
10652026-02-12T05:45:22.491Z Downloaded bindgen v0.71.1
10662026-02-12T05:45:22.515Z Downloaded num-iter v0.1.45
10672026-02-12T05:45:22.515Z Downloaded globwalk v0.9.1
10682026-02-12T05:45:22.515Z Downloaded num-bigint-dig v0.8.6
10692026-02-12T05:45:22.515Z Downloaded memoffset v0.9.1
10702026-02-12T05:45:22.515Z Downloaded memmap2 v0.9.8
10712026-02-12T05:45:22.515Z Downloaded itertools v0.14.0
10722026-02-12T05:45:22.515Z Downloaded itertools v0.13.0
10732026-02-12T05:45:22.540Z Downloaded hkdf v0.12.4
10742026-02-12T05:45:22.540Z Downloaded dyn-clone v1.0.20
10752026-02-12T05:45:22.540Z Downloaded dropshot-api-manager v0.2.4
10762026-02-12T05:45:22.540Z Downloaded dof v0.4.0
10772026-02-12T05:45:22.540Z Downloaded number_prefix v0.4.0
10782026-02-12T05:45:22.540Z Downloaded num-conv v0.1.0
10792026-02-12T05:45:22.540Z Downloaded newtype-uuid-macros v0.1.0
10802026-02-12T05:45:22.540Z Downloaded libz-rs-sys v0.5.1
10812026-02-12T05:45:22.540Z Downloaded keccak v0.1.5
10822026-02-12T05:45:22.540Z Downloaded jiff-static v0.2.15
10832026-02-12T05:45:22.540Z Downloaded itertools v0.10.5
10842026-02-12T05:45:22.564Z Downloaded is_ci v1.2.0
10852026-02-12T05:45:22.564Z Downloaded ipnet v2.11.0
10862026-02-12T05:45:22.564Z Downloaded instant v0.1.13
10872026-02-12T05:45:22.564Z Downloaded instability v0.3.2
10882026-02-12T05:45:22.564Z Downloaded hyper v1.8.1
10892026-02-12T05:45:22.564Z Downloaded h2 v0.4.6
10902026-02-12T05:45:22.564Z Downloaded ena v0.14.3
10912026-02-12T05:45:22.564Z Downloaded num v0.4.3
10922026-02-12T05:45:22.564Z Downloaded nodrop v0.1.14
10932026-02-12T05:45:22.564Z Downloaded new_debug_unreachable v1.0.6
10942026-02-12T05:45:22.589Z Downloaded libm v0.2.8
10952026-02-12T05:45:22.589Z Downloaded is-terminal v0.4.13
10962026-02-12T05:45:22.589Z Downloaded ipnetwork v0.21.1
10972026-02-12T05:45:22.589Z Downloaded inout v0.1.3
10982026-02-12T05:45:22.589Z Downloaded futures-sink v0.3.31
10992026-02-12T05:45:22.589Z Downloaded futures-channel v0.3.31
11002026-02-12T05:45:22.589Z Downloaded funty v2.0.0
11012026-02-12T05:45:22.589Z Downloaded expectorate v1.2.0
11022026-02-12T05:45:22.589Z Downloaded daft v0.1.4
11032026-02-12T05:45:22.589Z Downloaded parking_lot v0.12.3
11042026-02-12T05:45:22.589Z Downloaded nibble_vec v0.1.0
11052026-02-12T05:45:22.614Z Downloaded nanorand v0.7.0
11062026-02-12T05:45:22.614Z Downloaded jobserver v0.1.32
11072026-02-12T05:45:22.614Z Downloaded indent_write v2.2.0
11082026-02-12T05:45:22.614Z Downloaded ignore v0.4.23
11092026-02-12T05:45:22.614Z Downloaded iddqd v0.3.16
11102026-02-12T05:45:22.614Z Downloaded fs-err v2.11.0
11112026-02-12T05:45:22.614Z Downloaded flate2 v1.1.2
11122026-02-12T05:45:22.614Z Downloaded ff v0.13.0
11132026-02-12T05:45:22.615Z Downloaded daft-derive v0.1.4
11142026-02-12T05:45:22.641Z Downloaded blake3 v1.5.4
11152026-02-12T05:45:22.641Z Downloaded oxnet v0.1.4
11162026-02-12T05:45:22.641Z Downloaded hyper-util v0.1.19
11172026-02-12T05:45:22.642Z Downloaded foreign-types v0.5.0
11182026-02-12T05:45:22.642Z Downloaded num-complex v0.4.6
11192026-02-12T05:45:22.642Z Downloaded nu-ansi-term v0.50.1
11202026-02-12T05:45:22.642Z Downloaded newtype-uuid v1.3.2
11212026-02-12T05:45:22.667Z Downloaded multer v3.1.0
11222026-02-12T05:45:22.667Z Downloaded indicatif v0.17.11
11232026-02-12T05:45:22.667Z Downloaded iana-time-zone v0.1.63
11242026-02-12T05:45:22.667Z Downloaded http v1.4.0
11252026-02-12T05:45:22.667Z Downloaded hashbrown v0.13.2
11262026-02-12T05:45:22.668Z Downloaded crossterm v0.28.1
11272026-02-12T05:45:22.668Z Downloaded num-integer v0.1.46
11282026-02-12T05:45:22.668Z Downloaded num-derive v0.4.2
11292026-02-12T05:45:22.692Z Downloaded indicatif v0.18.0
11302026-02-12T05:45:22.692Z Downloaded humantime v2.2.0
11312026-02-12T05:45:22.692Z Downloaded elliptic-curve v0.13.8
11322026-02-12T05:45:22.692Z Downloaded derive_builder_core v0.20.2
11332026-02-12T05:45:22.692Z Downloaded curve25519-dalek-derive v0.1.1
11342026-02-12T05:45:22.692Z Downloaded maplit v1.0.2
11352026-02-12T05:45:22.692Z Downloaded lzss v0.8.2
11362026-02-12T05:45:22.692Z Downloaded lru-cache v0.1.2
11372026-02-12T05:45:22.692Z Downloaded lockfree-object-pool v0.1.6
11382026-02-12T05:45:22.692Z Downloaded libefi-sys v0.1.0
11392026-02-12T05:45:22.692Z Downloaded hubpack_derive v0.1.1
11402026-02-12T05:45:22.692Z Downloaded hickory-resolver v0.24.4
11412026-02-12T05:45:22.717Z Downloaded filetime v0.2.26
11422026-02-12T05:45:22.717Z Downloaded difflib v0.4.0
11432026-02-12T05:45:22.717Z Downloaded der_derive v0.7.3
11442026-02-12T05:45:22.717Z Downloaded crypto-bigint v0.5.5
11452026-02-12T05:45:22.717Z Downloaded dsl_auto_type v0.1.2
11462026-02-12T05:45:22.717Z Downloaded dropshot-api-manager-types v0.2.4
11472026-02-12T05:45:22.717Z Downloaded darling_macro v0.20.10
11482026-02-12T05:45:22.717Z Downloaded cc v1.2.30
11492026-02-12T05:45:22.717Z Downloaded newline-converter v0.3.0
11502026-02-12T05:45:22.717Z Downloaded multimap v0.10.1
11512026-02-12T05:45:22.717Z Downloaded libsw v3.5.0
11522026-02-12T05:45:22.717Z Downloaded libscf-sys v1.1.0
11532026-02-12T05:45:22.717Z Downloaded libloading v0.8.5
11542026-02-12T05:45:22.741Z Downloaded lazy_static v1.5.0
11552026-02-12T05:45:22.741Z Downloaded impl-trait-for-tuples v0.2.2
11562026-02-12T05:45:22.741Z Downloaded hickory-server v0.25.2
11572026-02-12T05:45:22.741Z Downloaded heapless v0.7.17
11582026-02-12T05:45:22.741Z Downloaded derive-where v1.5.0
11592026-02-12T05:45:22.741Z Downloaded bumpalo v3.16.0
11602026-02-12T05:45:22.741Z Downloaded maybe-uninit v2.0.0
11612026-02-12T05:45:22.741Z Downloaded managed v0.8.0
11622026-02-12T05:45:22.741Z Downloaded hubpack v0.1.2
11632026-02-12T05:45:22.765Z Downloaded httparse v1.9.5
11642026-02-12T05:45:22.765Z Downloaded hickory-resolver v0.25.2
11652026-02-12T05:45:22.765Z Downloaded heapless v0.8.0
11662026-02-12T05:45:22.765Z Downloaded headers v0.4.1
11672026-02-12T05:45:22.765Z Downloaded defmt-macros v0.3.9
11682026-02-12T05:45:22.765Z Downloaded crossbeam-deque v0.8.5
11692026-02-12T05:45:22.765Z Downloaded ingot-macros v0.1.1
11702026-02-12T05:45:22.789Z Downloaded ingot v0.1.1
11712026-02-12T05:45:22.789Z Downloaded hyper-rustls v0.27.7
11722026-02-12T05:45:22.789Z Downloaded http-body-util v0.1.3
11732026-02-12T05:45:22.789Z Downloaded hmac v0.12.1
11742026-02-12T05:45:22.789Z Downloaded hashbrown v0.12.3
11752026-02-12T05:45:22.789Z Downloaded half v2.4.1
11762026-02-12T05:45:22.789Z Downloaded goblin v0.10.2
11772026-02-12T05:45:22.789Z Downloaded fxhash v0.2.1
11782026-02-12T05:45:22.790Z Downloaded foldhash v0.1.5
11792026-02-12T05:45:22.862Z Downloaded darling_macro v0.21.0
11802026-02-12T05:45:22.862Z Downloaded const_format v0.2.34
11812026-02-12T05:45:22.862Z Downloaded hashbrown v0.15.4
11822026-02-12T05:45:22.862Z Downloaded glob v0.3.2
11832026-02-12T05:45:22.862Z Downloaded dropshot v0.16.7
11842026-02-12T05:45:22.886Z Downloaded crossbeam-epoch v0.9.18
11852026-02-12T05:45:22.886Z Downloaded indoc v2.0.6
11862026-02-12T05:45:22.886Z Downloaded indoc v1.0.9
11872026-02-12T05:45:22.886Z Downloaded hyper-staticfile v0.10.1
11882026-02-12T05:45:22.886Z Downloaded hostname v0.3.1
11892026-02-12T05:45:22.886Z Downloaded half v1.8.3
11902026-02-12T05:45:22.886Z Downloaded bytes v1.11.1
11912026-02-12T05:45:22.886Z Downloaded base64 v0.21.7
11922026-02-12T05:45:22.886Z Downloaded corncobs v0.1.4
11932026-02-12T05:45:22.886Z Downloaded cookie_store v0.21.1
11942026-02-12T05:45:22.886Z Downloaded cookie v0.18.1
11952026-02-12T05:45:22.886Z Downloaded const-oid v0.9.6
11962026-02-12T05:45:22.886Z Downloaded http-body v1.0.1
11972026-02-12T05:45:22.886Z Downloaded hostname v0.4.2
11982026-02-12T05:45:22.886Z Downloaded home v0.5.9
11992026-02-12T05:45:22.886Z Downloaded futures-util v0.3.31
12002026-02-12T05:45:22.886Z Downloaded ed25519-dalek v2.1.1
12012026-02-12T05:45:22.886Z Downloaded diesel v2.2.12
12022026-02-12T05:45:22.912Z Downloaded colored v3.0.0
12032026-02-12T05:45:22.912Z Downloaded ciborium v0.2.2
12042026-02-12T05:45:22.912Z Downloaded cancel-safe-futures v0.1.5
12052026-02-12T05:45:22.938Z Downloaded bzip2 v0.5.2
12062026-02-12T05:45:22.938Z Downloaded bcs v0.1.6
12072026-02-12T05:45:22.938Z Downloaded headers-core v0.3.0
12082026-02-12T05:45:22.939Z Downloaded globset v0.4.15
12092026-02-12T05:45:22.939Z Downloaded gethostname v0.5.0
12102026-02-12T05:45:22.939Z Downloaded critical-section v1.1.3
12112026-02-12T05:45:22.939Z Downloaded crc32fast v1.4.2
12122026-02-12T05:45:22.939Z Downloaded crc-any v2.5.0
12132026-02-12T05:45:22.939Z Downloaded console v0.16.0
12142026-02-12T05:45:22.939Z Downloaded chacha20 v0.9.1
12152026-02-12T05:45:22.939Z Downloaded cassowary v0.3.0
12162026-02-12T05:45:22.939Z Downloaded bitfield v0.19.2
12172026-02-12T05:45:22.939Z Downloaded arrayvec v0.7.6
12182026-02-12T05:45:22.939Z Downloaded hash32 v0.3.1
12192026-02-12T05:45:22.939Z Downloaded fs_extra v1.3.0
12202026-02-12T05:45:22.964Z Downloaded foreign-types v0.3.2
12212026-02-12T05:45:22.964Z Downloaded csv v1.3.1
12222026-02-12T05:45:22.964Z Downloaded crucible-workspace-hack v0.1.0
12232026-02-12T05:45:22.964Z Downloaded console v0.15.10
12242026-02-12T05:45:22.988Z Downloaded compact_str v0.8.0
12252026-02-12T05:45:22.988Z Downloaded cbc v0.1.2
12262026-02-12T05:45:22.988Z Downloaded const_format_proc_macros v0.2.34
12272026-02-12T05:45:22.989Z Downloaded cipher v0.4.4
12282026-02-12T05:45:22.989Z Downloaded bitflags v1.3.2
12292026-02-12T05:45:22.989Z Downloaded aes v0.8.4
12302026-02-12T05:45:22.989Z Downloaded blake2 v0.10.6
12312026-02-12T05:45:22.989Z Downloaded bitfield-macros v0.19.2
12322026-02-12T05:45:22.989Z Downloaded base64ct v1.6.0
12332026-02-12T05:45:22.989Z Downloaded async-bb8-diesel v0.2.1
12342026-02-12T05:45:23.013Z Downloaded futures-core v0.3.31
12352026-02-12T05:45:23.013Z Downloaded foreign-types-macros v0.2.3
12362026-02-12T05:45:23.013Z Downloaded env_filter v0.1.2
12372026-02-12T05:45:23.013Z Downloaded dunce v1.0.5
12382026-02-12T05:45:23.013Z Downloaded dtrace-parser v0.3.0
12392026-02-12T05:45:23.013Z Downloaded document-features v0.2.11
12402026-02-12T05:45:23.013Z Downloaded curve25519-dalek v4.1.3
12412026-02-12T05:45:23.013Z Downloaded crunchy v0.2.2
12422026-02-12T05:45:23.013Z Downloaded crc8 v0.1.1
12432026-02-12T05:45:23.013Z Downloaded convert_case v0.4.0
12442026-02-12T05:45:23.013Z Downloaded cfg_aliases v0.1.1
12452026-02-12T05:45:23.013Z Downloaded castaway v0.2.3
12462026-02-12T05:45:23.013Z Downloaded block-padding v0.3.3
12472026-02-12T05:45:23.013Z Downloaded bit-set v0.5.3
12482026-02-12T05:45:23.037Z Downloaded bcrypt-pbkdf v0.10.0
12492026-02-12T05:45:23.038Z Downloaded async-stream v0.3.6
12502026-02-12T05:45:23.038Z Downloaded array-init v0.0.4
12512026-02-12T05:45:23.038Z Downloaded float-ord v0.3.2
12522026-02-12T05:45:23.038Z Downloaded fixedbitset v0.5.7
12532026-02-12T05:45:23.038Z Downloaded fatfs v0.3.6
12542026-02-12T05:45:23.038Z Downloaded fallible-iterator v0.2.0
12552026-02-12T05:45:23.038Z Downloaded erased-serde v0.3.31
12562026-02-12T05:45:23.038Z Downloaded embedded-io v0.4.0
12572026-02-12T05:45:23.038Z Downloaded dropshot_endpoint v0.16.7
12582026-02-12T05:45:23.038Z Downloaded darling_core v0.20.10
12592026-02-12T05:45:23.064Z Downloaded crc-catalog v2.4.0
12602026-02-12T05:45:23.064Z Downloaded crc v3.2.1
12612026-02-12T05:45:23.064Z Downloaded constant_time_eq v0.3.1
12622026-02-12T05:45:23.064Z Downloaded cobs v0.2.3
12632026-02-12T05:45:23.065Z Downloaded clang-sys v1.8.1
12642026-02-12T05:45:23.065Z Downloaded ciborium-ll v0.2.2
12652026-02-12T05:45:23.065Z Downloaded ciborium-io v0.2.2
12662026-02-12T05:45:23.065Z Downloaded cargo-platform v0.1.8
12672026-02-12T05:45:23.065Z Downloaded bit-set v0.8.0
12682026-02-12T05:45:23.065Z Downloaded foldhash v0.2.0
12692026-02-12T05:45:23.065Z Downloaded fd-lock v4.0.2
12702026-02-12T05:45:23.065Z Downloaded ecdsa v0.16.9
12712026-02-12T05:45:23.065Z Downloaded derive_builder v0.20.2
12722026-02-12T05:45:23.065Z Downloaded darling v0.21.0
12732026-02-12T05:45:23.091Z Downloaded futures-macro v0.3.31
12742026-02-12T05:45:23.091Z Downloaded futures-io v0.3.31
12752026-02-12T05:45:23.091Z Downloaded foreign-types-shared v0.3.1
12762026-02-12T05:45:23.091Z Downloaded flume v0.11.1
12772026-02-12T05:45:23.091Z Downloaded flagset v0.4.6
12782026-02-12T05:45:23.092Z Downloaded fixedbitset v0.4.2
12792026-02-12T05:45:23.092Z Downloaded env_logger v0.11.8
12802026-02-12T05:45:23.092Z Downloaded endian-type v0.1.2
12812026-02-12T05:45:23.092Z Downloaded ed25519 v2.2.3
12822026-02-12T05:45:23.092Z Downloaded drift v0.1.3
12832026-02-12T05:45:23.092Z Downloaded dirs-next v2.0.0
12842026-02-12T05:45:23.119Z Downloaded diff v0.1.13
12852026-02-12T05:45:23.119Z Downloaded bit-vec v0.8.0
12862026-02-12T05:45:23.119Z Downloaded async-trait v0.1.89
12872026-02-12T05:45:23.119Z Downloaded async-stream-impl v0.3.6
12882026-02-12T05:45:23.119Z Downloaded argon2 v0.5.3
12892026-02-12T05:45:23.119Z Downloaded enum-as-inner v0.6.1
12902026-02-12T05:45:23.119Z Downloaded embedded-io v0.6.1
12912026-02-12T05:45:23.119Z Downloaded display-error-chain v0.2.2
12922026-02-12T05:45:23.119Z Downloaded des v0.8.1
12932026-02-12T05:45:23.119Z Downloaded derive_builder_macro v0.20.2
12942026-02-12T05:45:23.119Z Downloaded derive-ex v0.1.8
12952026-02-12T05:45:23.119Z Downloaded data-encoding v2.9.0
12962026-02-12T05:45:23.119Z Downloaded ctr v0.9.2
12972026-02-12T05:45:23.119Z Downloaded csv-core v0.1.11
12982026-02-12T05:45:23.119Z Downloaded cmake v0.1.51
12992026-02-12T05:45:23.119Z Downloaded cfg_aliases v0.2.1
13002026-02-12T05:45:23.119Z Downloaded cexpr v0.6.0
13012026-02-12T05:45:23.143Z Downloaded bitfield-struct v0.6.2
13022026-02-12T05:45:23.143Z Downloaded deranged v0.5.3
13032026-02-12T05:45:23.143Z Downloaded der v0.7.10
13042026-02-12T05:45:23.143Z Downloaded defmt-parser v0.3.4
13052026-02-12T05:45:23.143Z Downloaded defmt v0.3.8
13062026-02-12T05:45:23.144Z Downloaded darling_core v0.21.0
13072026-02-12T05:45:23.144Z Downloaded darling v0.20.10
13082026-02-12T05:45:23.144Z Downloaded camino-tempfile-ext v0.3.2
13092026-02-12T05:45:23.168Z Downloaded bzip2 v0.4.4
13102026-02-12T05:45:23.168Z Downloaded buf-list v1.0.3
13112026-02-12T05:45:23.168Z Downloaded blowfish v0.9.1
13122026-02-12T05:45:23.168Z Downloaded bb8 v0.8.5
13132026-02-12T05:45:23.169Z Downloaded backtrace v0.3.74
13142026-02-12T05:45:23.169Z Downloaded atomicwrites v0.4.4
13152026-02-12T05:45:23.169Z Downloaded derive_more-impl v2.0.1
13162026-02-12T05:45:23.169Z Downloaded derive_more v0.99.20
13172026-02-12T05:45:23.193Z Downloaded debug-ignore v1.0.5
13182026-02-12T05:45:23.193Z Downloaded bit-vec v0.6.3
13192026-02-12T05:45:23.193Z Downloaded aead v0.5.2
13202026-02-12T05:45:23.193Z Downloaded base64 v0.13.1
13212026-02-12T05:45:23.193Z Downloaded base16ct v0.2.0
13222026-02-12T05:45:23.193Z Downloaded aws-lc-rs v1.12.4
13232026-02-12T05:45:23.193Z Downloaded atomic-waker v1.1.2
13242026-02-12T05:45:23.193Z Downloaded ascii-canvas v3.0.0
13252026-02-12T05:45:23.193Z Downloaded cstr-argument v0.1.2
13262026-02-12T05:45:23.193Z Downloaded backoff v0.4.0
13272026-02-12T05:45:23.218Z Downloaded ahash v0.8.12
13282026-02-12T05:45:23.218Z Downloaded crossterm v0.29.0
13292026-02-12T05:45:23.218Z Downloaded assert_matches v1.5.0
13302026-02-12T05:45:23.219Z Downloaded addr2line v0.24.2
13312026-02-12T05:45:23.219Z Downloaded allocator-api2 v0.2.21
13322026-02-12T05:45:23.219Z Downloaded aes-gcm v0.10.3
13332026-02-12T05:45:23.219Z Downloaded dirs-sys-next v0.1.2
13342026-02-12T05:45:23.219Z Downloaded aho-corasick v1.1.3
13352026-02-12T05:45:23.244Z Downloaded chacha20poly1305 v0.10.1
13362026-02-12T05:45:23.244Z Downloaded bitvec v1.0.1
13372026-02-12T05:45:23.244Z Downloaded bindgen v0.69.5
13382026-02-12T05:45:23.268Z Downloaded atty v0.2.14
13392026-02-12T05:45:23.269Z Downloaded colored v2.2.0
13402026-02-12T05:45:23.269Z Downloaded cargo_metadata v0.19.2
13412026-02-12T05:45:23.269Z Downloaded base64 v0.22.1
13422026-02-12T05:45:23.269Z Downloaded arrayref v0.3.9
13432026-02-12T05:45:23.269Z Downloaded adler2 v2.0.0
13442026-02-12T05:45:23.444Z Compiling value-bag v1.12.0
13452026-02-12T05:45:23.444Z Compiling lock_api v0.4.12
13462026-02-12T05:45:23.444Z Compiling scopeguard v1.2.0
13472026-02-12T05:45:23.468Z Compiling shlex v1.3.0
13482026-02-12T05:45:23.468Z Compiling smallvec v1.15.1
13492026-02-12T05:45:23.468Z Compiling syn v2.0.114
13502026-02-12T05:45:23.468Z Compiling getrandom v0.2.15
13512026-02-12T05:45:23.491Z Compiling jobserver v0.1.32
13522026-02-12T05:45:23.728Z Compiling typenum v1.17.0
13532026-02-12T05:45:23.894Z Compiling log v0.4.29
13542026-02-12T05:45:23.919Z Compiling rand_core v0.6.4
13552026-02-12T05:45:24.024Z Compiling cc v1.2.30
13562026-02-12T05:45:24.048Z Compiling generic-array v0.14.7
13572026-02-12T05:45:24.379Z Compiling subtle v2.6.1
13582026-02-12T05:45:24.405Z Compiling portable-atomic v1.11.0
13592026-02-12T05:45:24.429Z Compiling critical-section v1.1.3
13602026-02-12T05:45:24.453Z Compiling const-oid v0.9.6
13612026-02-12T05:45:24.565Z Compiling serde_json v1.0.149
13622026-02-12T05:45:24.613Z Compiling pkg-config v0.3.31
13632026-02-12T05:45:24.753Z Compiling getrandom v0.3.4
13642026-02-12T05:45:24.903Z Compiling spin v0.9.8
13652026-02-12T05:45:25.247Z Compiling parking_lot_core v0.9.10
13662026-02-12T05:45:25.741Z Compiling pin-project-lite v0.2.14
13672026-02-12T05:45:25.765Z Compiling regex-syntax v0.8.5
13682026-02-12T05:45:25.921Z Compiling rustix v0.38.37
13692026-02-12T05:45:26.074Z Compiling libm v0.2.8
13702026-02-12T05:45:26.515Z Compiling once_cell v1.21.3
13712026-02-12T05:45:26.877Z Compiling signal-hook-registry v1.4.2
13722026-02-12T05:45:27.009Z Compiling num-traits v0.2.19
13732026-02-12T05:45:27.381Z Compiling allocator-api2 v0.2.21
13742026-02-12T05:45:27.508Z Compiling parking_lot v0.12.3
13752026-02-12T05:45:27.805Z Compiling mio v1.0.2
13762026-02-12T05:45:27.883Z Compiling futures-core v0.3.31
13772026-02-12T05:45:28.135Z Compiling lazy_static v1.5.0
13782026-02-12T05:45:28.269Z Compiling aho-corasick v1.1.3
13792026-02-12T05:45:28.295Z Compiling percent-encoding v2.3.2
13802026-02-12T05:45:28.321Z Compiling socket2 v0.6.1
13812026-02-12T05:45:28.753Z Compiling slab v0.4.9
13822026-02-12T05:45:28.777Z Compiling cpufeatures v0.2.14
13832026-02-12T05:45:28.901Z Compiling futures-sink v0.3.31
13842026-02-12T05:45:28.931Z Compiling glob v0.3.2
13852026-02-12T05:45:29.089Z Compiling either v1.15.0
13862026-02-12T05:45:29.116Z Compiling futures-channel v0.3.31
13872026-02-12T05:45:29.458Z Compiling hashbrown v0.16.1
13882026-02-12T05:45:29.482Z Compiling futures-io v0.3.31
13892026-02-12T05:45:29.522Z Compiling prettyplease v0.2.36
13902026-02-12T05:45:29.665Z Compiling clang-sys v1.8.1
13912026-02-12T05:45:29.765Z Compiling rustversion v1.0.22
13922026-02-12T05:45:29.836Z Compiling futures-task v0.3.31
13932026-02-12T05:45:30.089Z Compiling regex-automata v0.4.11
13942026-02-12T05:45:30.146Z Compiling pin-utils v0.1.0
13952026-02-12T05:45:30.284Z Compiling minimal-lexical v0.2.1
13962026-02-12T05:45:30.308Z Compiling libloading v0.8.5
13972026-02-12T05:45:30.422Z Compiling synstructure v0.13.1
13982026-02-12T05:45:30.563Z Compiling indexmap v2.13.0
13992026-02-12T05:45:30.668Z Compiling nom v7.1.3
14002026-02-12T05:45:31.282Z Compiling base64ct v1.6.0
14012026-02-12T05:45:31.662Z Compiling home v0.5.9
14022026-02-12T05:45:31.800Z Compiling ident_case v1.0.1
14032026-02-12T05:45:31.824Z Compiling bindgen v0.69.5
14042026-02-12T05:45:31.881Z Compiling pem-rfc7468 v0.7.0
14052026-02-12T05:45:32.021Z Compiling itertools v0.12.1
14062026-02-12T05:45:32.470Z Compiling form_urlencoded v1.2.2
14072026-02-12T05:45:32.700Z Compiling rustc-hash v1.1.0
14082026-02-12T05:45:32.771Z Compiling flagset v0.4.6
14092026-02-12T05:45:32.875Z Compiling lazycell v1.3.0
14102026-02-12T05:45:33.008Z Compiling rand_core v0.9.3
14112026-02-12T05:45:33.076Z Compiling cmake v0.1.51
14122026-02-12T05:45:33.442Z Compiling cexpr v0.6.0
14132026-02-12T05:45:33.544Z Compiling fs_extra v1.3.0
14142026-02-12T05:45:33.843Z Compiling paste v1.0.15
14152026-02-12T05:45:34.030Z Compiling foldhash v0.1.5
14162026-02-12T05:45:34.280Z Compiling dunce v1.0.5
14172026-02-12T05:45:34.315Z Compiling iana-time-zone v0.1.63
14182026-02-12T05:45:34.441Z Compiling hashbrown v0.15.4
14192026-02-12T05:45:34.479Z Compiling serde_derive v1.0.228
14202026-02-12T05:45:34.513Z Compiling zeroize_derive v1.4.2
14212026-02-12T05:45:34.600Z Compiling zerofrom-derive v0.1.4
14222026-02-12T05:45:34.669Z Compiling yoke-derive v0.7.4
14232026-02-12T05:45:34.761Z Compiling zerovec-derive v0.10.3
14242026-02-12T05:45:35.515Z Compiling displaydoc v0.2.5
14252026-02-12T05:45:35.645Z Compiling zeroize v1.8.1
14262026-02-12T05:45:36.799Z Compiling icu_provider_macros v1.5.0
14272026-02-12T05:45:36.859Z Compiling zerocopy-derive v0.7.35
14282026-02-12T05:45:36.892Z Compiling tokio-macros v2.6.0
14292026-02-12T05:45:37.356Z Compiling crypto-common v0.1.6
14302026-02-12T05:45:37.386Z Compiling block-buffer v0.10.4
14312026-02-12T05:45:37.596Z Compiling zerofrom v0.1.4
14322026-02-12T05:45:37.667Z Compiling digest v0.10.7
14332026-02-12T05:45:37.708Z Compiling thiserror-impl v2.0.18
14342026-02-12T05:45:37.832Z Compiling yoke v0.7.4
14352026-02-12T05:45:38.137Z Compiling hmac v0.12.1
14362026-02-12T05:45:38.192Z Compiling zerovec v0.10.4
14372026-02-12T05:45:38.317Z Compiling block-padding v0.3.3
14382026-02-12T05:45:38.398Z Compiling futures-macro v0.3.31
14392026-02-12T05:45:38.514Z Compiling zerocopy v0.7.35
14402026-02-12T05:45:38.579Z Compiling inout v0.1.3
14412026-02-12T05:45:38.874Z Compiling regex v1.11.3
14422026-02-12T05:45:39.093Z Compiling cipher v0.4.4
14432026-02-12T05:45:39.585Z Compiling sha2 v0.10.9
14442026-02-12T05:45:39.747Z Compiling tinystr v0.7.6
14452026-02-12T05:45:39.771Z Compiling icu_collections v1.5.0
14462026-02-12T05:45:39.814Z Compiling futures-util v0.3.31
14472026-02-12T05:45:40.034Z Compiling ppv-lite86 v0.2.20
14482026-02-12T05:45:40.119Z Compiling icu_locid v1.5.0
14492026-02-12T05:45:40.364Z Compiling thiserror v2.0.18
14502026-02-12T05:45:40.397Z Compiling serde v1.0.228
14512026-02-12T05:45:40.545Z Compiling der_derive v0.7.3
14522026-02-12T05:45:40.742Z Compiling pest v2.8.2
14532026-02-12T05:45:40.832Z Compiling salsa20 v0.10.2
14542026-02-12T05:45:40.931Z Compiling pbkdf2 v0.12.2
14552026-02-12T05:45:41.058Z Compiling rustc_version v0.4.1
14562026-02-12T05:45:41.108Z Compiling uuid v1.19.0
14572026-02-12T05:45:41.498Z Compiling bitflags v2.9.4
14582026-02-12T05:45:41.734Z Compiling bytes v1.11.1
14592026-02-12T05:45:42.019Z Compiling icu_provider v1.5.0
14602026-02-12T05:45:42.255Z Compiling chrono v0.4.43
14612026-02-12T05:45:42.418Z Compiling der v0.7.10
14622026-02-12T05:45:42.550Z Compiling zerocopy v0.8.27
14632026-02-12T05:45:42.933Z Compiling tokio v1.49.0
14642026-02-12T05:45:43.075Z Compiling icu_locid_transform v1.5.0
14652026-02-12T05:45:43.254Z Compiling vcpkg v0.2.15
14662026-02-12T05:45:43.455Z Compiling pest_meta v2.8.2
14672026-02-12T05:45:44.679Z Compiling icu_properties v1.5.1
14682026-02-12T05:45:44.729Z Compiling spki v0.7.3
14692026-02-12T05:45:44.916Z Compiling openssl-sys v0.9.109
14702026-02-12T05:45:45.059Z Compiling http v1.4.0
14712026-02-12T05:45:45.101Z Compiling scrypt v0.11.0
14722026-02-12T05:45:45.236Z Compiling which v4.4.2
14732026-02-12T05:45:45.744Z Compiling rand_chacha v0.9.0
14742026-02-12T05:45:45.799Z Compiling aes v0.8.4
14752026-02-12T05:45:46.018Z Compiling cbc v0.1.2
14762026-02-12T05:45:47.015Z Compiling zerocopy-derive v0.8.27
14772026-02-12T05:45:47.068Z Compiling pkcs5 v0.7.1
14782026-02-12T05:45:47.190Z Compiling rand v0.9.2
14792026-02-12T05:45:47.437Z Compiling pest_generator v2.8.2
14802026-02-12T05:45:47.982Z Compiling icu_normalizer v1.5.0
14812026-02-12T05:45:48.007Z Compiling tracing-attributes v0.1.27
14822026-02-12T05:45:48.621Z Compiling serde_derive_internals v0.29.1
14832026-02-12T05:45:48.795Z Compiling ring v0.17.14
14842026-02-12T05:45:48.864Z Compiling idna_adapter v1.2.0
14852026-02-12T05:45:49.070Z Compiling idna v1.0.3
14862026-02-12T05:45:49.483Z Compiling tracing-core v0.1.32
14872026-02-12T05:45:49.733Z Compiling url v2.5.4
14882026-02-12T05:45:50.407Z Compiling rustix v1.1.3
14892026-02-12T05:45:50.501Z Compiling schemars v0.8.22
14902026-02-12T05:45:50.603Z Compiling adler2 v2.0.0
14912026-02-12T05:45:50.727Z Compiling aws-lc-rs v1.12.4
14922026-02-12T05:45:50.857Z Compiling miniz_oxide v0.8.5
14932026-02-12T05:45:50.926Z Compiling tracing v0.1.40
14942026-02-12T05:45:51.121Z Compiling tokio-util v0.7.15
14952026-02-12T05:45:51.310Z Compiling schemars_derive v0.8.22
14962026-02-12T05:45:51.654Z Compiling pest_derive v2.8.2
14972026-02-12T05:45:52.256Z Compiling pkcs8 v0.10.2
14982026-02-12T05:45:52.449Z Compiling http-body v1.0.1
14992026-02-12T05:45:52.699Z Compiling scroll_derive v0.13.1
15002026-02-12T05:45:52.890Z Compiling darling_core v0.20.10
15012026-02-12T05:45:53.043Z Compiling httparse v1.9.5
15022026-02-12T05:45:53.342Z Compiling base64 v0.22.1
15032026-02-12T05:45:53.629Z Compiling tinyvec_macros v0.1.1
15042026-02-12T05:45:53.743Z Compiling dyn-clone v1.0.20
15052026-02-12T05:45:53.927Z Compiling rustls-pki-types v1.10.0
15062026-02-12T05:45:54.007Z Compiling tinyvec v1.8.0
15072026-02-12T05:45:54.263Z Compiling scroll v0.13.0
15082026-02-12T05:45:54.844Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15092026-02-12T05:45:55.253Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-02-12T05:45:55.507Z Compiling tower-layer v0.3.3
15112026-02-12T05:45:55.608Z Compiling openssl-probe v0.1.5
15122026-02-12T05:45:55.709Z Compiling foreign-types-shared v0.1.1
15132026-02-12T05:45:55.813Z Compiling untrusted v0.7.1
15142026-02-12T05:45:55.864Z Compiling num-conv v0.1.0
15152026-02-12T05:45:55.900Z Compiling tower-service v0.3.3
15162026-02-12T05:45:56.016Z Compiling powerfmt v0.2.0
15172026-02-12T05:45:56.059Z Compiling try-lock v0.2.5
15182026-02-12T05:45:56.160Z Compiling untrusted v0.9.0
15192026-02-12T05:45:56.234Z Compiling openssl v0.10.73
15202026-02-12T05:45:56.361Z Compiling atomic-waker v1.1.2
15212026-02-12T05:45:56.391Z Compiling time-core v0.1.6
15222026-02-12T05:45:56.564Z Compiling h2 v0.4.6
15232026-02-12T05:45:56.687Z Compiling deranged v0.5.3
15242026-02-12T05:45:56.794Z Compiling want v0.3.1
15252026-02-12T05:45:56.819Z Compiling time-macros v0.2.24
15262026-02-12T05:45:57.045Z Compiling tempfile v3.24.0
15272026-02-12T05:45:57.451Z Compiling foreign-types v0.3.2
15282026-02-12T05:45:57.876Z Compiling darling_macro v0.20.10
15292026-02-12T05:45:58.603Z Compiling darling v0.20.10
15302026-02-12T05:45:58.966Z Compiling goblin v0.10.2
15312026-02-12T05:45:59.145Z Compiling ipnet v2.11.0
15322026-02-12T05:45:59.327Z Compiling openssl-macros v0.1.1
15332026-02-12T05:45:59.918Z Compiling wait-timeout v0.2.0
15342026-02-12T05:46:00.072Z Compiling num_threads v0.1.7
15352026-02-12T05:46:00.122Z Compiling native-tls v0.2.12
15362026-02-12T05:46:00.228Z Compiling httpdate v1.0.3
15372026-02-12T05:46:00.276Z Compiling quick-error v1.2.3
15382026-02-12T05:46:00.376Z Compiling usdt-impl v0.6.0
15392026-02-12T05:46:00.447Z Compiling syn v1.0.109
15402026-02-12T05:46:00.472Z Compiling bit-vec v0.8.0
15412026-02-12T05:46:00.612Z Compiling crossbeam-utils v0.8.21
15422026-02-12T05:46:00.711Z Compiling gimli v0.31.1
15432026-02-12T05:46:00.880Z Compiling rustls v0.23.19
15442026-02-12T05:46:01.070Z Compiling bit-set v0.8.0
15452026-02-12T05:46:01.179Z Compiling rusty-fork v0.3.0
15462026-02-12T05:46:01.207Z Compiling time v0.3.43
15472026-02-12T05:46:01.967Z Compiling derive_builder_core v0.20.2
15482026-02-12T05:46:03.776Z Compiling hyper v1.8.1
15492026-02-12T05:46:05.028Z Compiling addr2line v0.24.2
15502026-02-12T05:46:05.028Z Compiling unicode-normalization v0.1.24
15512026-02-12T05:46:05.028Z Compiling dtrace-parser v0.3.0
15522026-02-12T05:46:05.028Z Compiling dof v0.4.0
15532026-02-12T05:46:05.535Z Compiling heapless v0.7.17
15542026-02-12T05:46:05.922Z Compiling signature v2.2.0
15552026-02-12T05:46:06.213Z Compiling thiserror-impl v1.0.69
15562026-02-12T05:46:06.266Z Compiling scroll_derive v0.12.0
15572026-02-12T05:46:06.914Z Compiling rand_xorshift v0.4.0
15582026-02-12T05:46:06.950Z Compiling darling_core v0.21.0
15592026-02-12T05:46:07.185Z Compiling slog v2.8.2
15602026-02-12T05:46:07.378Z Compiling thread-id v5.0.0
15612026-02-12T05:46:07.465Z Compiling cookie v0.18.1
15622026-02-12T05:46:07.503Z Compiling object v0.36.5
15632026-02-12T05:46:07.766Z Compiling crc32fast v1.4.2
15642026-02-12T05:46:07.888Z Compiling signal-hook v0.3.18
15652026-02-12T05:46:08.102Z Compiling unarray v0.1.4
15662026-02-12T05:46:08.180Z Compiling siphasher v0.3.11
15672026-02-12T05:46:08.205Z Compiling zlib-rs v0.5.1
15682026-02-12T05:46:08.291Z Compiling rustc-demangle v0.1.24
15692026-02-12T05:46:08.535Z Compiling anyhow v1.0.99
15702026-02-12T05:46:08.655Z Compiling zstd-safe v7.2.3
15712026-02-12T05:46:08.954Z Compiling unicode-bidi v0.3.17
15722026-02-12T05:46:09.020Z Compiling unicode-properties v0.1.3
15732026-02-12T05:46:09.388Z Compiling thiserror v1.0.69
15742026-02-12T05:46:09.423Z Compiling phf_shared v0.11.2
15752026-02-12T05:46:09.555Z Compiling proptest v1.7.0
15762026-02-12T05:46:09.582Z Compiling stringprep v0.1.5
15772026-02-12T05:46:10.036Z Compiling scroll v0.12.0
15782026-02-12T05:46:10.579Z Compiling hyper-util v0.1.19
15792026-02-12T05:46:10.969Z Compiling derive_builder_macro v0.20.2
15802026-02-12T05:46:11.955Z Compiling ipnetwork v0.21.1
15812026-02-12T05:46:12.055Z Compiling darling_macro v0.21.0
15822026-02-12T05:46:12.699Z Compiling curve25519-dalek v4.1.3
15832026-02-12T05:46:12.815Z Compiling serde_spanned v0.6.9
15842026-02-12T05:46:13.068Z Compiling toml_datetime v0.6.11
15852026-02-12T05:46:13.311Z Compiling backtrace v0.3.74
15862026-02-12T05:46:13.546Z Compiling libz-rs-sys v0.5.1
15872026-02-12T05:46:13.793Z Compiling erased-serde v0.3.31
15882026-02-12T05:46:13.825Z Compiling serde_tokenstream v0.2.2
15892026-02-12T05:46:14.053Z Compiling rand_chacha v0.3.1
15902026-02-12T05:46:14.309Z Compiling md-5 v0.10.6
15912026-02-12T05:46:14.371Z Compiling vergen-lib v0.1.6
15922026-02-12T05:46:14.583Z Compiling num-integer v0.1.46
15932026-02-12T05:46:14.651Z Compiling sync_wrapper v1.0.1
15942026-02-12T05:46:14.816Z Compiling ff v0.13.0
15952026-02-12T05:46:14.937Z Compiling hash32 v0.2.1
15962026-02-12T05:46:15.051Z Compiling memoffset v0.9.1
15972026-02-12T05:46:15.217Z Compiling cfg_aliases v0.2.1
15982026-02-12T05:46:15.281Z Compiling psl-types v2.0.11
15992026-02-12T05:46:15.337Z Compiling fallible-iterator v0.2.0
16002026-02-12T05:46:15.382Z Compiling smoltcp v0.9.1
16012026-02-12T05:46:15.494Z Compiling num-bigint-dig v0.8.6
16022026-02-12T05:46:15.645Z Compiling litrs v0.4.1
16032026-02-12T05:46:15.725Z Compiling ref-cast v1.0.25
16042026-02-12T05:46:15.798Z Compiling base16ct v0.2.0
16052026-02-12T05:46:15.974Z Compiling postgres-protocol v0.6.8
16062026-02-12T05:46:16.034Z Compiling publicsuffix v2.3.0
16072026-02-12T05:46:16.114Z Compiling sec1 v0.7.3
16082026-02-12T05:46:16.335Z Compiling nix v0.29.0
16092026-02-12T05:46:16.653Z Compiling document-features v0.2.11
16102026-02-12T05:46:16.684Z Compiling num-iter v0.1.45
16112026-02-12T05:46:16.893Z Compiling group v0.13.0
16122026-02-12T05:46:17.077Z Compiling tower v0.5.2
16132026-02-12T05:46:17.213Z Compiling newtype-uuid v1.3.2
16142026-02-12T05:46:17.522Z Compiling rand v0.8.5
16152026-02-12T05:46:17.847Z Compiling flate2 v1.1.2
16162026-02-12T05:46:18.011Z Compiling darling v0.21.0
16172026-02-12T05:46:18.035Z Compiling oxnet v0.1.4
16182026-02-12T05:46:18.137Z Compiling derive_builder v0.20.2
16192026-02-12T05:46:18.325Z Compiling tokio-native-tls v0.3.1
16202026-02-12T05:46:18.420Z Compiling goblin v0.8.2
16212026-02-12T05:46:19.155Z Compiling rustls-native-certs v0.8.1
16222026-02-12T05:46:19.268Z Compiling webpki-roots v1.0.1
16232026-02-12T05:46:19.433Z Compiling http-body-util v0.1.3
16242026-02-12T05:46:19.457Z Compiling strum_macros v0.27.2
16252026-02-12T05:46:19.629Z Compiling terminal_size v0.4.0
16262026-02-12T05:46:19.652Z Compiling cargo-platform v0.1.8
16272026-02-12T05:46:19.839Z Compiling hkdf v0.12.4
16282026-02-12T05:46:19.891Z Compiling crypto-bigint v0.5.5
16292026-02-12T05:46:20.095Z Compiling async-trait v0.1.89
16302026-02-12T05:46:20.118Z Compiling daft-derive v0.1.4
16312026-02-12T05:46:21.585Z Compiling ref-cast-impl v1.0.25
16322026-02-12T05:46:21.638Z Compiling hubpack_derive v0.1.1
16332026-02-12T05:46:22.293Z Compiling curve25519-dalek-derive v0.1.1
16342026-02-12T05:46:22.519Z Compiling vergen v9.0.6
16352026-02-12T05:46:22.704Z Compiling ahash v0.8.12
16362026-02-12T05:46:22.873Z Compiling fs-err v3.1.1
16372026-02-12T05:46:23.088Z Compiling buf-list v1.0.3
16382026-02-12T05:46:23.220Z Compiling unicode-segmentation v1.12.0
16392026-02-12T05:46:23.482Z Compiling bumpalo v3.16.0
16402026-02-12T05:46:23.550Z Compiling managed v0.8.0
16412026-02-12T05:46:23.611Z Compiling lockfree-object-pool v0.1.6
16422026-02-12T05:46:23.852Z Compiling winnow v0.5.40
16432026-02-12T05:46:23.935Z Compiling iri-string v0.7.8
16442026-02-12T05:46:23.963Z Compiling ryu v1.0.18
16452026-02-12T05:46:23.963Z Compiling bitflags v1.3.2
16462026-02-12T05:46:24.093Z Compiling simd-adler32 v0.3.7
16472026-02-12T05:46:24.296Z Compiling serde_urlencoded v0.7.1
16482026-02-12T05:46:24.583Z Compiling zopfli v0.8.1
16492026-02-12T05:46:24.866Z Compiling clap_builder v4.5.48
16502026-02-12T05:46:25.884Z Compiling strum v0.27.2
16512026-02-12T05:46:26.086Z Compiling dof v0.3.0
16522026-02-12T05:46:26.414Z Compiling tower-http v0.6.6
16532026-02-12T05:46:26.724Z Compiling toml_edit v0.19.15
16542026-02-12T05:46:27.349Z Compiling hubpack v0.1.2
16552026-02-12T05:46:27.473Z Compiling elliptic-curve v0.13.8
16562026-02-12T05:46:27.667Z Compiling daft v0.1.4
16572026-02-12T05:46:27.778Z Compiling cargo_metadata v0.19.2
16582026-02-12T05:46:28.207Z Compiling hyper-tls v0.6.0
16592026-02-12T05:46:28.232Z Compiling cookie_store v0.21.1
16602026-02-12T05:46:28.575Z Compiling zstd v0.13.3
16612026-02-12T05:46:29.068Z Compiling signal-hook-mio v0.2.4
16622026-02-12T05:46:30.236Z Compiling serde_with_macros v3.16.1
16632026-02-12T05:46:30.642Z Compiling postgres-types v0.2.9
16642026-02-12T05:46:31.544Z Compiling usdt-macro v0.6.0
16652026-02-12T05:46:31.799Z Compiling usdt-attr-macro v0.6.0
16662026-02-12T05:46:31.824Z Compiling phf v0.11.2
16672026-02-12T05:46:32.117Z Compiling dtrace-parser v0.2.0
16682026-02-12T05:46:32.421Z Compiling ed25519 v2.2.3
16692026-02-12T05:46:32.512Z Compiling bzip2 v0.4.4
16702026-02-12T05:46:32.567Z Compiling bzip2 v0.5.2
16712026-02-12T05:46:32.842Z Compiling pkcs1 v0.7.5
16722026-02-12T05:46:32.893Z Compiling enum-as-inner v0.6.1
16732026-02-12T05:46:32.969Z Compiling strum_macros v0.26.4
16742026-02-12T05:46:33.167Z Compiling clap_derive v4.5.47
16752026-02-12T05:46:33.675Z Compiling hex v0.4.3
16762026-02-12T05:46:33.758Z Compiling serde-big-array v0.5.1
16772026-02-12T05:46:33.782Z Compiling rfc6979 v0.4.0
16782026-02-12T05:46:34.003Z Compiling bstr v1.10.0
16792026-02-12T05:46:34.003Z Compiling serde_repr v0.1.19
16802026-02-12T05:46:34.180Z Compiling float-cmp v0.10.0
16812026-02-12T05:46:34.232Z Compiling env_filter v0.1.2
16822026-02-12T05:46:34.435Z Compiling memmap2 v0.9.8
16832026-02-12T05:46:34.799Z Compiling socket2 v0.5.10
16842026-02-12T05:46:34.823Z Compiling encoding_rs v0.8.34
16852026-02-12T05:46:34.912Z Compiling static_assertions v1.1.0
16862026-02-12T05:46:35.030Z Compiling whoami v1.5.2
16872026-02-12T05:46:35.280Z Compiling mime v0.3.17
16882026-02-12T05:46:35.541Z Compiling new_debug_unreachable v1.0.6
16892026-02-12T05:46:35.607Z Compiling fixedbitset v0.4.2
16902026-02-12T05:46:35.663Z Compiling difflib v0.4.0
16912026-02-12T05:46:35.743Z Compiling foldhash v0.2.0
16922026-02-12T05:46:36.026Z Compiling precomputed-hash v0.1.1
16932026-02-12T05:46:36.128Z Compiling normalize-line-endings v0.3.0
16942026-02-12T05:46:36.165Z Compiling fixedbitset v0.5.7
16952026-02-12T05:46:36.284Z Compiling data-encoding v2.9.0
16962026-02-12T05:46:36.497Z Compiling predicates-core v1.0.8
16972026-02-12T05:46:36.741Z Compiling rustc-hash v2.1.1
16982026-02-12T05:46:36.855Z Compiling keccak v0.1.5
16992026-02-12T05:46:36.879Z Compiling jiff v0.2.15
17002026-02-12T05:46:36.879Z Compiling toml_edit v0.22.27
17012026-02-12T05:46:36.942Z Compiling iddqd v0.3.16
17022026-02-12T05:46:37.852Z Compiling sha3 v0.10.8
17032026-02-12T05:46:37.919Z Compiling hickory-proto v0.25.2
17042026-02-12T05:46:38.508Z Compiling predicates v3.1.3
17052026-02-12T05:46:38.778Z Compiling clap v4.5.48
17062026-02-12T05:46:38.905Z Compiling petgraph v0.8.2
17072026-02-12T05:46:39.270Z Compiling strum v0.26.3
17082026-02-12T05:46:39.460Z Compiling string_cache v0.8.9
17092026-02-12T05:46:39.837Z Compiling petgraph v0.6.5
17102026-02-12T05:46:39.871Z Compiling tokio-postgres v0.7.13
17112026-02-12T05:46:40.209Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17122026-02-12T05:46:42.803Z Compiling similar v2.7.0
17132026-02-12T05:46:43.012Z Compiling usdt v0.6.0
17142026-02-12T05:46:43.037Z Compiling env_logger v0.11.8
17152026-02-12T05:46:43.459Z Compiling zip v4.2.0
17162026-02-12T05:46:43.693Z Compiling usdt-impl v0.5.0
17172026-02-12T05:46:44.295Z Compiling serde_with v3.16.1
17182026-02-12T05:46:44.561Z Compiling ecdsa v0.16.9
17192026-02-12T05:46:44.827Z Compiling rsa v0.9.8
17202026-02-12T05:46:45.275Z Compiling zip v0.6.6
17212026-02-12T05:46:45.413Z Compiling ed25519-dalek v2.1.1
17222026-02-12T05:46:46.532Z Compiling toml v0.7.8
17232026-02-12T05:46:46.997Z Compiling crossterm v0.28.1
17242026-02-12T05:46:47.868Z Compiling heck v0.4.1
17252026-02-12T05:46:47.910Z Compiling crossbeam-epoch v0.9.18
17262026-02-12T05:46:48.009Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-02-12T05:46:48.155Z Compiling tokio-stream v0.1.17
17282026-02-12T05:46:48.277Z Compiling x509-cert v0.2.5
17292026-02-12T05:46:48.306Z Compiling openapiv3 v2.2.0
17302026-02-12T05:46:48.396Z Compiling sha1 v0.10.6
17312026-02-12T05:46:48.482Z Compiling itertools v0.13.0
17322026-02-12T05:46:48.791Z Compiling itertools v0.10.5
17332026-02-12T05:46:49.003Z Compiling winnow v0.6.26
17342026-02-12T05:46:49.595Z Compiling lalrpop-util v0.19.12
17352026-02-12T05:46:49.921Z Compiling peg-runtime v0.8.5
17362026-02-12T05:46:50.434Z Compiling thread_local v1.1.8
17372026-02-12T05:46:50.856Z Compiling slog-async v2.8.0
17382026-02-12T05:46:50.925Z Compiling crossbeam-channel v0.5.15
17392026-02-12T05:46:50.956Z Compiling xattr v1.3.1
17402026-02-12T05:46:51.203Z Compiling futures-executor v0.3.31
17412026-02-12T05:46:51.227Z Compiling is-terminal v0.4.13
17422026-02-12T05:46:51.355Z Compiling filetime v0.2.26
17432026-02-12T05:46:51.379Z Compiling term v1.1.0
17442026-02-12T05:46:51.494Z Compiling take_mut v0.2.2
17452026-02-12T05:46:51.702Z Compiling tar v0.4.44
17462026-02-12T05:46:51.726Z Compiling futures v0.3.31
17472026-02-12T05:46:52.483Z Compiling slog-term v2.9.2
17482026-02-12T05:46:54.011Z Compiling aws-lc-sys v0.26.0
17492026-02-12T05:47:25.758Z Compiling rustls-webpki v0.102.8
17502026-02-12T05:47:31.937Z Compiling tokio-rustls v0.26.0
17512026-02-12T05:47:32.252Z Compiling hyper-rustls v0.27.7
17522026-02-12T05:47:32.627Z Compiling reqwest v0.12.24
17532026-02-12T05:47:37.246Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-02-12T05:47:37.619Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-02-12T05:47:43.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
17562026-02-12T05:47:43.286Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-02-12T05:47:43.364ZFeb 12 05:47:42.534 INFO Starting download, target: Clickhouse
17582026-02-12T05:47:43.365ZFeb 12 05:47:42.535 INFO Starting download, target: Cockroach
17592026-02-12T05:47:43.365ZFeb 12 05:47:42.535 INFO Starting download, target: Console
17602026-02-12T05:47:43.392ZFeb 12 05:47:42.535 INFO Starting download, target: DendriteStub
17612026-02-12T05:47:43.392ZFeb 12 05:47:42.535 INFO Starting download, target: MaghemiteMgd
17622026-02-12T05:47:43.392ZFeb 12 05:47:42.535 INFO Starting download, target: TransceiverControl
17632026-02-12T05:47:43.392ZFeb 12 05:47:42.536 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-02-12T05:47:43.392ZFeb 12 05:47:42.536 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-02-12T05:47:43.392ZFeb 12 05:47:42.536 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17662026-02-12T05:47:43.392ZFeb 12 05:47:42.536 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-02-12T05:47:43.392ZFeb 12 05:47:42.536 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-02-12T05:47:43.392ZFeb 12 05:47:42.536 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17692026-02-12T05:47:43.730ZFeb 12 05:47:42.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-02-12T05:47:44.141ZFeb 12 05:47:43.298 INFO Download complete, target: Console
17712026-02-12T05:47:44.524ZFeb 12 05:47:43.688 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17722026-02-12T05:47:44.921ZFeb 12 05:47:44.092 INFO Download complete, target: TransceiverControl
17732026-02-12T05:47:49.123ZFeb 12 05:47:48.296 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-02-12T05:47:49.207ZFeb 12 05:47:48.380 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17752026-02-12T05:47:50.657ZFeb 12 05:47:49.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-02-12T05:47:50.657ZFeb 12 05:47:49.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-02-12T05:47:53.360ZFeb 12 05:47:52.533 INFO Download complete, target: MaghemiteMgd
17782026-02-12T05:47:53.714ZFeb 12 05:47:52.887 INFO Download complete, target: DendriteStub
17792026-02-12T05:47:59.786ZFeb 12 05:47:58.959 INFO Checking that binary works, target: Cockroach
17802026-02-12T05:48:00.039ZFeb 12 05:47:59.212 INFO Download complete, target: Cockroach
17812026-02-12T05:48:01.744ZFeb 12 05:48:00.918 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-02-12T05:48:14.003ZFeb 12 05:48:13.177 INFO Checking that binary works, target: Clickhouse
17832026-02-12T05:48:14.201ZFeb 12 05:48:13.375 INFO Download complete, target: Clickhouse
17842026-02-12T05:48:14.227ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-02-12T05:48:14.252Z
17862026-02-12T05:48:14.252Zreal 6:30.315667290
17872026-02-12T05:48:14.252Zuser 16:47.178035065
17882026-02-12T05:48:14.252Zsys 2:44.598570386
17892026-02-12T05:48:14.252Ztrap 0.588770558
17902026-02-12T05:48:14.252Ztflt 0.409397745
17912026-02-12T05:48:14.252Zdflt 1.049052641
17922026-02-12T05:48:14.252Zkflt 0.009082907
17932026-02-12T05:48:14.252Zlock 44:31.128563012
17942026-02-12T05:48:14.252Zslp 1:02:55.339205741
17952026-02-12T05:48:14.252Zlat 1:23.772949518
17962026-02-12T05:48:14.252Zstop 2:55.746950945
17972026-02-12T05:48:14.252Z+ banner hack-check
17982026-02-12T05:48:14.252Z
17992026-02-12T05:48:14.252Z # # ## #### # # #### # # ###### #### # #
18002026-02-12T05:48:14.252Z # # # # # # # # # # # # # # # # #
18012026-02-12T05:48:14.252Z ###### # # # #### ##### # ###### ##### # ####
18022026-02-12T05:48:14.252Z # # ###### # # # # # # # # # #
18032026-02-12T05:48:14.252Z # # # # # # # # # # # # # # # # #
18042026-02-12T05:48:14.252Z # # # # #### # # #### # # ###### #### # #
18052026-02-12T05:48:14.252Z
18062026-02-12T05:48:14.252Z+ export CARGO_INCREMENTAL=0
18072026-02-12T05:48:14.252Z+ CARGO_INCREMENTAL=0
18082026-02-12T05:48:14.253Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-02-12T05:48:15.322Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-02-12T05:48:15.618Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-02-12T05:48:19.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
18122026-02-12T05:48:19.649Z Running `target/debug/xtask check-features --ci`
18132026-02-12T05:48:19.683Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-02-12T05:48:19.683Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-02-12T05:48:20.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
18162026-02-12T05:48:20.541Z Running `target/debug/xtask download cargo-hack`
18172026-02-12T05:48:21.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-02-12T05:48:22.340Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-02-12T05:48:27.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
18202026-02-12T05:48:27.523Z Running `target/debug/xtask-downloader cargo-hack`
18212026-02-12T05:48:27.586ZFeb 12 05:48:26.759 INFO Starting download, target: CargoHack
18222026-02-12T05:48:27.610ZFeb 12 05:48:26.760 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-02-12T05:48:28.001ZFeb 12 05:48:27.175 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-02-12T05:48:28.098ZFeb 12 05:48:27.271 INFO Download complete, target: CargoHack
18252026-02-12T05:48:28.123Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18262026-02-12T05:48:28.147Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-02-12T05:48:28.464Zinfo: running `cargo check --bins` on api_identity (1/248)
18282026-02-12T05:48:29.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-02-12T05:48:29.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-02-12T05:48:29.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-02-12T05:48:29.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
18322026-02-12T05:48:29.704Z
18332026-02-12T05:48:29.704Zinfo: running `cargo check --bins` on bootstore (2/248)
18342026-02-12T05:48:30.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-02-12T05:48:30.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-02-12T05:48:30.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-02-12T05:48:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
18382026-02-12T05:48:31.029Z
18392026-02-12T05:48:31.029Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/248)
18402026-02-12T05:48:32.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-02-12T05:48:32.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-02-12T05:48:32.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-02-12T05:48:32.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
18442026-02-12T05:48:32.242Z
18452026-02-12T05:48:32.242Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/248)
18462026-02-12T05:48:33.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-02-12T05:48:33.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-02-12T05:48:33.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-02-12T05:48:33.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
18502026-02-12T05:48:33.497Z
18512026-02-12T05:48:33.497Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/248)
18522026-02-12T05:48:34.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-02-12T05:48:34.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-02-12T05:48:34.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-02-12T05:48:34.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
18562026-02-12T05:48:34.462Z
18572026-02-12T05:48:34.462Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/248)
18582026-02-12T05:48:35.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-02-12T05:48:35.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-02-12T05:48:35.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-02-12T05:48:35.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18622026-02-12T05:48:35.312Z
18632026-02-12T05:48:35.312Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/248)
18642026-02-12T05:48:36.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-02-12T05:48:36.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-02-12T05:48:36.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-02-12T05:48:36.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18682026-02-12T05:48:36.088Z
18692026-02-12T05:48:36.088Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/248)
18702026-02-12T05:48:36.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-02-12T05:48:36.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-02-12T05:48:36.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-02-12T05:48:36.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18742026-02-12T05:48:36.888Z
18752026-02-12T05:48:36.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/248)
18762026-02-12T05:48:37.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-02-12T05:48:37.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-02-12T05:48:37.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-02-12T05:48:37.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18802026-02-12T05:48:37.668Z
18812026-02-12T05:48:37.669Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/248)
18822026-02-12T05:48:38.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-02-12T05:48:38.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-02-12T05:48:38.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-02-12T05:48:38.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18862026-02-12T05:48:38.470Z
18872026-02-12T05:48:38.470Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/248)
18882026-02-12T05:48:39.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-02-12T05:48:39.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-02-12T05:48:39.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-02-12T05:48:39.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18922026-02-12T05:48:39.277Z
18932026-02-12T05:48:39.277Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/248)
18942026-02-12T05:48:40.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-02-12T05:48:40.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-02-12T05:48:40.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-02-12T05:48:40.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18982026-02-12T05:48:40.082Z
18992026-02-12T05:48:40.082Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/248)
19002026-02-12T05:48:40.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-02-12T05:48:40.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-02-12T05:48:40.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-02-12T05:48:40.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19042026-02-12T05:48:40.915Z
19052026-02-12T05:48:40.915Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/248)
19062026-02-12T05:48:41.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-02-12T05:48:41.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-02-12T05:48:41.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-02-12T05:48:41.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19102026-02-12T05:48:41.717Z
19112026-02-12T05:48:41.717Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/248)
19122026-02-12T05:48:42.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-02-12T05:48:42.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-02-12T05:48:42.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-02-12T05:48:42.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19162026-02-12T05:48:42.538Z
19172026-02-12T05:48:42.538Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/248)
19182026-02-12T05:48:43.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-02-12T05:48:43.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-02-12T05:48:43.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-02-12T05:48:43.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19222026-02-12T05:48:43.394Z
19232026-02-12T05:48:43.394Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/248)
19242026-02-12T05:48:44.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-02-12T05:48:44.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-02-12T05:48:44.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-02-12T05:48:44.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19282026-02-12T05:48:44.246Z
19292026-02-12T05:48:44.246Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/248)
19302026-02-12T05:48:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-02-12T05:48:45.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-02-12T05:48:45.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-02-12T05:48:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19342026-02-12T05:48:45.112Z
19352026-02-12T05:48:45.112Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/248)
19362026-02-12T05:48:45.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-02-12T05:48:45.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-02-12T05:48:45.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-02-12T05:48:45.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19402026-02-12T05:48:45.979Z
19412026-02-12T05:48:45.979Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/248)
19422026-02-12T05:48:46.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-02-12T05:48:46.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-02-12T05:48:46.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-02-12T05:48:46.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19462026-02-12T05:48:47.317Z
19472026-02-12T05:48:47.317Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/248)
19482026-02-12T05:48:48.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-02-12T05:48:48.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-02-12T05:48:48.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-02-12T05:48:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19522026-02-12T05:48:48.247Z
19532026-02-12T05:48:48.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/248)
19542026-02-12T05:48:48.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-02-12T05:48:48.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-02-12T05:48:48.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-02-12T05:48:48.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19582026-02-12T05:48:48.570Z
19592026-02-12T05:48:48.570Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/248)
19602026-02-12T05:48:49.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-02-12T05:48:49.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-02-12T05:48:49.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-02-12T05:48:49.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19642026-02-12T05:48:49.458Z
19652026-02-12T05:48:49.458Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/248)
19662026-02-12T05:48:50.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-02-12T05:48:50.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-02-12T05:48:50.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-02-12T05:48:50.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19702026-02-12T05:48:50.336Z
19712026-02-12T05:48:50.336Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/248)
19722026-02-12T05:48:51.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-02-12T05:48:51.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-02-12T05:48:51.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-02-12T05:48:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19762026-02-12T05:48:51.125Z
19772026-02-12T05:48:51.125Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/248)
19782026-02-12T05:48:51.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-02-12T05:48:51.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-02-12T05:48:51.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-02-12T05:48:51.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
19822026-02-12T05:48:51.911Z
19832026-02-12T05:48:51.911Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/248)
19842026-02-12T05:48:52.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-02-12T05:48:52.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-02-12T05:48:52.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-02-12T05:48:52.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
19882026-02-12T05:48:52.694Z
19892026-02-12T05:48:52.694Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/248)
19902026-02-12T05:48:53.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-02-12T05:48:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-02-12T05:48:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-02-12T05:48:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19942026-02-12T05:48:53.468Z
19952026-02-12T05:48:53.468Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/248)
19962026-02-12T05:48:54.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-02-12T05:48:54.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-02-12T05:48:54.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-02-12T05:48:54.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20002026-02-12T05:48:54.255Z
20012026-02-12T05:48:54.255Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/248)
20022026-02-12T05:48:54.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-02-12T05:48:54.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-02-12T05:48:54.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-02-12T05:48:54.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20062026-02-12T05:48:55.046Z
20072026-02-12T05:48:55.046Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/248)
20082026-02-12T05:48:55.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-02-12T05:48:55.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-02-12T05:48:55.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-02-12T05:48:55.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20122026-02-12T05:48:55.843Z
20132026-02-12T05:48:55.843Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/248)
20142026-02-12T05:48:56.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-02-12T05:48:56.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-02-12T05:48:56.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-02-12T05:48:56.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20182026-02-12T05:48:56.634Z
20192026-02-12T05:48:56.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/248)
20202026-02-12T05:48:57.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-02-12T05:48:57.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-02-12T05:48:57.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-02-12T05:48:57.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20242026-02-12T05:48:57.443Z
20252026-02-12T05:48:57.443Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/248)
20262026-02-12T05:48:58.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-02-12T05:48:58.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-02-12T05:48:58.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-02-12T05:48:58.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20302026-02-12T05:48:58.233Z
20312026-02-12T05:48:58.233Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/248)
20322026-02-12T05:48:58.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-02-12T05:48:59.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-02-12T05:48:59.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-02-12T05:48:59.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20362026-02-12T05:48:59.039Z
20372026-02-12T05:48:59.039Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/248)
20382026-02-12T05:48:59.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-02-12T05:48:59.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-02-12T05:48:59.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-02-12T05:48:59.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20422026-02-12T05:48:59.909Z
20432026-02-12T05:48:59.909Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/248)
20442026-02-12T05:49:00.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-02-12T05:49:00.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-02-12T05:49:00.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-02-12T05:49:00.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20482026-02-12T05:49:00.702Z
20492026-02-12T05:49:00.703Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/248)
20502026-02-12T05:49:01.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-02-12T05:49:01.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-02-12T05:49:01.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-02-12T05:49:01.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20542026-02-12T05:49:01.518Z
20552026-02-12T05:49:01.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/248)
20562026-02-12T05:49:02.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-02-12T05:49:02.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-02-12T05:49:02.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-02-12T05:49:02.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20602026-02-12T05:49:02.312Z
20612026-02-12T05:49:02.312Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/248)
20622026-02-12T05:49:03.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-02-12T05:49:03.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-02-12T05:49:03.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-02-12T05:49:03.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20662026-02-12T05:49:03.121Z
20672026-02-12T05:49:03.121Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/248)
20682026-02-12T05:49:03.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-02-12T05:49:03.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-02-12T05:49:03.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-02-12T05:49:03.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20722026-02-12T05:49:03.957Z
20732026-02-12T05:49:03.958Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/248)
20742026-02-12T05:49:04.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-02-12T05:49:04.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-02-12T05:49:04.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-02-12T05:49:04.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20782026-02-12T05:49:04.806Z
20792026-02-12T05:49:04.806Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/248)
20802026-02-12T05:49:05.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-02-12T05:49:05.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-02-12T05:49:05.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-02-12T05:49:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20842026-02-12T05:49:05.614Z
20852026-02-12T05:49:05.614Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/248)
20862026-02-12T05:49:06.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-02-12T05:49:06.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-02-12T05:49:06.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-02-12T05:49:06.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20902026-02-12T05:49:06.414Z
20912026-02-12T05:49:06.414Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/248)
20922026-02-12T05:49:07.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-02-12T05:49:07.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-02-12T05:49:07.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-02-12T05:49:07.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20962026-02-12T05:49:07.463Z
20972026-02-12T05:49:07.463Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/248)
20982026-02-12T05:49:08.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-02-12T05:49:08.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-02-12T05:49:08.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-02-12T05:49:08.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
21022026-02-12T05:49:08.558Z
21032026-02-12T05:49:08.558Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/248)
21042026-02-12T05:49:09.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-02-12T05:49:09.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-02-12T05:49:09.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-02-12T05:49:09.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
21082026-02-12T05:49:09.644Z
21092026-02-12T05:49:09.644Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/248)
21102026-02-12T05:49:10.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-02-12T05:49:10.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-02-12T05:49:10.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-02-12T05:49:10.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
21142026-02-12T05:49:10.764Z
21152026-02-12T05:49:10.764Zinfo: running `cargo check --bins` on oxlog (49/248)
21162026-02-12T05:49:11.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-02-12T05:49:11.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-02-12T05:49:11.865Z Checking cfg-if v1.0.4
21192026-02-12T05:49:11.890Z Checking libc v0.2.180
21202026-02-12T05:49:11.890Z Checking serde_core v1.0.228
21212026-02-12T05:49:11.933Z Checking zeroize v1.8.1
21222026-02-12T05:49:11.958Z Checking memchr v2.7.4
21232026-02-12T05:49:11.982Z Checking value-bag v1.12.0
21242026-02-12T05:49:11.982Z Checking smallvec v1.15.1
21252026-02-12T05:49:11.982Z Checking typenum v1.17.0
21262026-02-12T05:49:12.013Z Checking scopeguard v1.2.0
21272026-02-12T05:49:12.166Z Checking lock_api v0.4.12
21282026-02-12T05:49:12.191Z Checking subtle v2.6.1
21292026-02-12T05:49:12.279Z Checking itoa v1.0.11
21302026-02-12T05:49:12.353Z Checking log v0.4.29
21312026-02-12T05:49:12.425Z Checking const-oid v0.9.6
21322026-02-12T05:49:12.481Z Checking stable_deref_trait v1.2.0
21332026-02-12T05:49:12.519Z Checking byteorder v1.5.0
21342026-02-12T05:49:12.597Z Checking portable-atomic v1.11.0
21352026-02-12T05:49:12.663Z Checking critical-section v1.1.3
21362026-02-12T05:49:12.805Z Checking zerofrom v0.1.4
21372026-02-12T05:49:12.829Z Checking generic-array v0.14.7
21382026-02-12T05:49:12.853Z Checking getrandom v0.2.15
21392026-02-12T05:49:12.853Z Checking getrandom v0.3.4
21402026-02-12T05:49:12.884Z Checking parking_lot_core v0.9.10
21412026-02-12T05:49:13.011Z Checking yoke v0.7.4
21422026-02-12T05:49:13.069Z Checking signal-hook-registry v1.4.2
21432026-02-12T05:49:13.093Z Checking rand_core v0.6.4
21442026-02-12T05:49:13.197Z Checking allocator-api2 v0.2.21
21452026-02-12T05:49:13.306Z Checking pin-project-lite v0.2.14
21462026-02-12T05:49:13.330Z Checking zerovec v0.10.4
21472026-02-12T05:49:13.363Z Checking parking_lot v0.12.3
21482026-02-12T05:49:13.440Z Checking mio v1.0.2
21492026-02-12T05:49:13.464Z Checking once_cell v1.21.3
21502026-02-12T05:49:13.709Z Checking equivalent v1.0.2
21512026-02-12T05:49:13.769Z Checking libm v0.2.8
21522026-02-12T05:49:13.795Z Checking crypto-common v0.1.6
21532026-02-12T05:49:13.795Z Checking block-buffer v0.10.4
21542026-02-12T05:49:13.834Z Checking litemap v0.7.3
21552026-02-12T05:49:13.884Z Checking writeable v0.5.5
21562026-02-12T05:49:14.001Z Checking zerocopy v0.7.35
21572026-02-12T05:49:14.025Z Checking socket2 v0.6.1
21582026-02-12T05:49:14.054Z Checking digest v0.10.7
21592026-02-12T05:49:14.199Z Checking zmij v1.0.15
21602026-02-12T05:49:14.226Z Checking futures-core v0.3.31
21612026-02-12T05:49:14.379Z Checking percent-encoding v2.3.2
21622026-02-12T05:49:14.414Z Checking cpufeatures v0.2.14
21632026-02-12T05:49:14.481Z Checking hmac v0.12.1
21642026-02-12T05:49:14.522Z Checking num-traits v0.2.19
21652026-02-12T05:49:14.549Z Checking icu_locid_transform_data v1.5.0
21662026-02-12T05:49:14.574Z Checking block-padding v0.3.3
21672026-02-12T05:49:14.628Z Checking hashbrown v0.16.1
21682026-02-12T05:49:14.659Z Checking icu_properties_data v1.5.0
21692026-02-12T05:49:14.707Z Checking utf16_iter v1.0.5
21702026-02-12T05:49:14.774Z Checking tinystr v0.7.6
21712026-02-12T05:49:14.799Z Checking icu_collections v1.5.0
21722026-02-12T05:49:14.883Z Checking inout v0.1.3
21732026-02-12T05:49:14.908Z Checking futures-sink v0.3.31
21742026-02-12T05:49:15.069Z Checking write16 v1.0.0
21752026-02-12T05:49:15.094Z Checking serde v1.0.228
21762026-02-12T05:49:15.118Z Checking icu_locid v1.5.0
21772026-02-12T05:49:15.142Z Checking serde_json v1.0.149
21782026-02-12T05:49:15.142Z Checking ppv-lite86 v0.2.20
21792026-02-12T05:49:15.192Z Checking icu_normalizer_data v1.5.0
21802026-02-12T05:49:15.315Z Checking utf8_iter v1.0.4
21812026-02-12T05:49:15.433Z Checking cipher v0.4.4
21822026-02-12T05:49:15.515Z Checking futures-channel v0.3.31
21832026-02-12T05:49:15.539Z Checking indexmap v2.13.0
21842026-02-12T05:49:15.832Z Checking sha2 v0.10.9
21852026-02-12T05:49:15.857Z Checking slab v0.4.9
21862026-02-12T05:49:15.895Z Checking pin-utils v0.1.0
21872026-02-12T05:49:15.919Z Checking base64ct v1.6.0
21882026-02-12T05:49:15.956Z Checking bytes v1.11.1
21892026-02-12T05:49:16.011Z Checking bitflags v2.9.4
21902026-02-12T05:49:16.036Z Checking icu_provider v1.5.0
21912026-02-12T05:49:16.122Z Checking futures-io v0.3.31
21922026-02-12T05:49:16.287Z Checking futures-task v0.3.31
21932026-02-12T05:49:16.313Z Checking errno v0.3.12
21942026-02-12T05:49:16.337Z Checking flagset v0.4.6
21952026-02-12T05:49:16.364Z Checking pem-rfc7468 v0.7.0
21962026-02-12T05:49:16.477Z Checking form_urlencoded v1.2.2
21972026-02-12T05:49:16.516Z Checking futures-util v0.3.31
21982026-02-12T05:49:16.540Z Checking rand_core v0.9.3
21992026-02-12T05:49:16.604Z Checking icu_locid_transform v1.5.0
22002026-02-12T05:49:16.629Z Checking der v0.7.10
22012026-02-12T05:49:16.656Z Checking fnv v1.0.7
22022026-02-12T05:49:16.681Z Checking foldhash v0.1.5
22032026-02-12T05:49:16.705Z Checking salsa20 v0.10.2
22042026-02-12T05:49:16.794Z Checking uuid v1.19.0
22052026-02-12T05:49:16.846Z Checking tokio v1.49.0
22062026-02-12T05:49:16.870Z Checking pbkdf2 v0.12.2
22072026-02-12T05:49:16.894Z Checking hashbrown v0.15.4
22082026-02-12T05:49:16.919Z Checking spin v0.9.8
22092026-02-12T05:49:17.022Z Checking scrypt v0.11.0
22102026-02-12T05:49:17.220Z Checking rand_chacha v0.9.0
22112026-02-12T05:49:17.246Z Checking http v1.4.0
22122026-02-12T05:49:17.390Z Checking cbc v0.1.2
22132026-02-12T05:49:17.443Z Checking icu_properties v1.5.1
22142026-02-12T05:49:17.577Z Checking aes v0.8.4
22152026-02-12T05:49:17.611Z Checking iana-time-zone v0.1.63
22162026-02-12T05:49:17.749Z Checking regex-syntax v0.8.5
22172026-02-12T05:49:17.775Z Checking chrono v0.4.43
22182026-02-12T05:49:18.071Z Checking spki v0.7.3
22192026-02-12T05:49:18.322Z Checking rand v0.9.2
22202026-02-12T05:49:18.350Z Checking pkcs5 v0.7.1
22212026-02-12T05:49:18.377Z Checking tracing-core v0.1.32
22222026-02-12T05:49:18.798Z Checking thiserror v2.0.18
22232026-02-12T05:49:18.931Z Checking tracing v0.1.40
22242026-02-12T05:49:18.956Z Checking pkcs8 v0.10.2
22252026-02-12T05:49:19.246Z Checking http-body v1.0.1
22262026-02-12T05:49:19.270Z Checking tinyvec_macros v0.1.1
22272026-02-12T05:49:19.306Z Checking base64 v0.22.1
22282026-02-12T05:49:19.368Z Checking rustls-pki-types v1.10.0
22292026-02-12T05:49:19.440Z Checking plain v0.2.3
22302026-02-12T05:49:19.465Z Checking tinyvec v1.8.0
22312026-02-12T05:49:19.606Z Checking lazy_static v1.5.0
22322026-02-12T05:49:19.742Z Checking rustix v1.1.3
22332026-02-12T05:49:19.767Z Checking semver v1.0.27
22342026-02-12T05:49:19.863Z Checking zerocopy v0.8.27
22352026-02-12T05:49:20.137Z Checking aws-lc-sys v0.26.0
22362026-02-12T05:49:20.350Z Checking icu_normalizer v1.5.0
22372026-02-12T05:49:20.430Z Checking openssl-probe v0.1.5
22382026-02-12T05:49:20.463Z Checking tower-service v0.3.3
22392026-02-12T05:49:20.610Z Checking adler2 v2.0.0
22402026-02-12T05:49:20.634Z Checking unicode-ident v1.0.19
22412026-02-12T05:49:20.634Z Checking try-lock v0.2.5
22422026-02-12T05:49:20.780Z Checking fastrand v2.1.1
22432026-02-12T05:49:20.814Z Checking atomic-waker v1.1.2
22442026-02-12T05:49:20.839Z Checking untrusted v0.7.1
22452026-02-12T05:49:20.971Z Checking dyn-clone v1.0.20
22462026-02-12T05:49:21.020Z Checking untrusted v0.9.0
22472026-02-12T05:49:21.059Z Checking idna_adapter v1.2.0
22482026-02-12T05:49:21.119Z Checking foreign-types-shared v0.1.1
22492026-02-12T05:49:21.144Z Checking ucd-trie v0.1.7
22502026-02-12T05:49:21.200Z Checking tower-layer v0.3.3
22512026-02-12T05:49:21.250Z Checking foreign-types v0.3.2
22522026-02-12T05:49:21.274Z Checking idna v1.0.3
22532026-02-12T05:49:21.365Z Checking ring v0.17.14
22542026-02-12T05:49:21.389Z Checking pest v2.8.2
22552026-02-12T05:49:21.464Z Checking proc-macro2 v1.0.101
22562026-02-12T05:49:21.549Z Checking tempfile v3.24.0
22572026-02-12T05:49:21.716Z Checking url v2.5.4
22582026-02-12T05:49:21.889Z Checking want v0.3.1
22592026-02-12T05:49:22.066Z Checking miniz_oxide v0.8.5
22602026-02-12T05:49:22.107Z Checking ipnet v2.11.0
22612026-02-12T05:49:22.154Z Checking aws-lc-rs v1.12.4
22622026-02-12T05:49:22.513Z Checking schemars v0.8.22
22632026-02-12T05:49:22.632Z Checking httparse v1.9.5
22642026-02-12T05:49:22.723Z Checking openssl-sys v0.9.109
22652026-02-12T05:49:22.888Z Checking wait-timeout v0.2.0
22662026-02-12T05:49:23.040Z Checking aho-corasick v1.1.3
22672026-02-12T05:49:23.102Z Checking pretty-hex v0.4.1
22682026-02-12T05:49:23.319Z Checking anstyle v1.0.11
22692026-02-12T05:49:23.459Z Checking utf8parse v0.2.2
22702026-02-12T05:49:23.550Z Checking tokio-util v0.7.15
22712026-02-12T05:49:23.647Z Checking quick-error v1.2.3
22722026-02-12T05:49:23.673Z Checking httpdate v1.0.3
22732026-02-12T05:49:23.698Z Checking bit-vec v0.8.0
22742026-02-12T05:49:23.802Z Checking powerfmt v0.2.0
22752026-02-12T05:49:23.838Z Checking rustls-webpki v0.102.8
22762026-02-12T05:49:23.862Z Checking openssl v0.10.73
22772026-02-12T05:49:23.902Z Checking rusty-fork v0.3.0
22782026-02-12T05:49:23.926Z Checking anstyle-parse v0.2.5
22792026-02-12T05:49:24.044Z Checking bit-set v0.8.0
22802026-02-12T05:49:24.076Z Checking deranged v0.5.3
22812026-02-12T05:49:24.198Z Compiling newtype-uuid v1.3.2
22822026-02-12T05:49:24.227Z Checking quote v1.0.40
22832026-02-12T05:49:24.306Z Checking unicode-normalization v0.1.24
22842026-02-12T05:49:24.506Z Checking regex-automata v0.4.11
22852026-02-12T05:49:24.531Z Checking crossbeam-utils v0.8.21
22862026-02-12T05:49:24.531Z Checking rand_xorshift v0.4.0
22872026-02-12T05:49:24.571Z Checking rustix v0.38.37
22882026-02-12T05:49:24.738Z Checking bzip2-sys v0.1.13+1.0.8
22892026-02-12T05:49:24.769Z Checking h2 v0.4.6
22902026-02-12T05:49:24.869Z Checking scroll v0.13.0
22912026-02-12T05:49:25.059Z Checking signature v2.2.0
22922026-02-12T05:49:25.207Z Checking crc32fast v1.4.2
22932026-02-12T05:49:25.260Z Checking unarray v0.1.4
22942026-02-12T05:49:25.319Z Checking unicode-bidi v0.3.17
22952026-02-12T05:49:25.436Z Checking either v1.15.0
22962026-02-12T05:49:25.460Z Checking num_threads v0.1.7
22972026-02-12T05:49:25.597Z Checking unicode-properties v0.1.3
22982026-02-12T05:49:25.781Z Checking num-conv v0.1.0
22992026-02-12T05:49:25.917Z Checking siphasher v0.3.11
23002026-02-12T05:49:25.943Z Checking anstyle-query v1.1.1
23012026-02-12T05:49:26.023Z Checking zlib-rs v0.5.1
23022026-02-12T05:49:26.084Z Checking time-core v0.1.6
23032026-02-12T05:49:26.204Z Checking is_terminal_polyfill v1.70.1
23042026-02-12T05:49:26.232Z Checking colorchoice v1.0.2
23052026-02-12T05:49:26.337Z Checking phf_shared v0.11.2
23062026-02-12T05:49:26.363Z Checking time v0.3.43
23072026-02-12T05:49:26.394Z Checking anstream v0.6.18
23082026-02-12T05:49:26.613Z Checking stringprep v0.1.5
23092026-02-12T05:49:26.746Z Checking proptest v1.7.0
23102026-02-12T05:49:26.867Z Checking goblin v0.10.2
23112026-02-12T05:49:27.458Z Checking crossbeam-epoch v0.9.18
23122026-02-12T05:49:27.567Z Checking libz-rs-sys v0.5.1
23132026-02-12T05:49:27.765Z Checking syn v2.0.114
23142026-02-12T05:49:27.854Z Checking rustls v0.23.19
23152026-02-12T05:49:28.335Z Checking native-tls v0.2.12
23162026-02-12T05:49:28.489Z Compiling daft v0.1.4
23172026-02-12T05:49:28.662Z Checking ipnetwork v0.21.1
23182026-02-12T05:49:28.747Z Checking thiserror v1.0.69
23192026-02-12T05:49:28.887Z Checking scroll v0.12.0
23202026-02-12T05:49:29.028Z Checking zstd-sys v2.0.14+zstd.1.5.7
23212026-02-12T05:49:29.091Z Checking toml_datetime v0.6.11
23222026-02-12T05:49:29.233Z Checking serde_spanned v0.6.9
23232026-02-12T05:49:29.332Z Checking rand_chacha v0.3.1
23242026-02-12T05:49:29.427Z Checking num-integer v0.1.46
23252026-02-12T05:49:29.452Z Checking sync_wrapper v1.0.1
23262026-02-12T05:49:29.619Z Checking md-5 v0.10.6
23272026-02-12T05:49:29.710Z Checking ff v0.13.0
23282026-02-12T05:49:29.853Z Checking hash32 v0.2.1
23292026-02-12T05:49:29.878Z Checking base16ct v0.2.0
23302026-02-12T05:49:29.930Z Checking fallible-iterator v0.2.0
23312026-02-12T05:49:30.077Z Checking psl-types v2.0.11
23322026-02-12T05:49:30.149Z Checking gimli v0.31.1
23332026-02-12T05:49:30.240Z Checking hyper v1.8.1
23342026-02-12T05:49:30.267Z Compiling iddqd v0.3.16
23352026-02-12T05:49:30.559Z Checking postgres-protocol v0.6.8
23362026-02-12T05:49:30.879Z Checking publicsuffix v2.3.0
23372026-02-12T05:49:31.157Z Checking heapless v0.7.17
23382026-02-12T05:49:31.181Z Checking sec1 v0.7.3
23392026-02-12T05:49:31.570Z Checking group v0.13.0
23402026-02-12T05:49:31.804Z Checking num-iter v0.1.45
23412026-02-12T05:49:31.980Z Checking rand v0.8.5
23422026-02-12T05:49:32.053Z Checking tower v0.5.2
23432026-02-12T05:49:32.081Z Checking hyper-util v0.1.19
23442026-02-12T05:49:32.203Z Checking dof v0.4.0
23452026-02-12T05:49:32.537Z Checking tokio-rustls v0.26.0
23462026-02-12T05:49:32.563Z Checking goblin v0.8.2
23472026-02-12T05:49:32.808Z Checking zstd-safe v7.2.3
23482026-02-12T05:49:32.898Z Checking oxnet v0.1.4
23492026-02-12T05:49:33.004Z Checking cookie v0.18.1
23502026-02-12T05:49:33.028Z Checking tokio-native-tls v0.3.1
23512026-02-12T05:49:33.029Z Checking flate2 v1.1.2
23522026-02-12T05:49:33.106Z Checking terminal_size v0.4.0
23532026-02-12T05:49:33.282Z Checking dtrace-parser v0.3.0
23542026-02-12T05:49:33.310Z Checking rustls-native-certs v0.8.1
23552026-02-12T05:49:33.336Z Checking webpki-roots v1.0.1
23562026-02-12T05:49:33.437Z Checking http-body-util v0.1.3
23572026-02-12T05:49:33.517Z Checking signal-hook v0.3.18
23582026-02-12T05:49:33.542Z Checking addr2line v0.24.2
23592026-02-12T05:49:33.566Z Checking hkdf v0.12.4
23602026-02-12T05:49:33.665Z Checking crypto-bigint v0.5.5
23612026-02-12T05:49:33.749Z Checking thread-id v5.0.0
23622026-02-12T05:49:33.791Z Checking object v0.36.5
23632026-02-12T05:49:33.879Z Checking winnow v0.5.40
23642026-02-12T05:49:33.904Z Checking bumpalo v3.16.0
23652026-02-12T05:49:33.904Z Checking simd-adler32 v0.3.7
23662026-02-12T05:49:34.024Z Checking managed v0.8.0
23672026-02-12T05:49:34.228Z Checking lockfree-object-pool v0.1.6
23682026-02-12T05:49:34.254Z Checking clap_lex v0.7.4
23692026-02-12T05:49:34.389Z Checking rustc-demangle v0.1.24
23702026-02-12T05:49:34.459Z Checking bitflags v1.3.2
23712026-02-12T05:49:34.490Z Compiling rayon-core v1.12.1
23722026-02-12T05:49:34.575Z Checking strsim v0.11.1
23732026-02-12T05:49:34.600Z Checking iri-string v0.7.8
23742026-02-12T05:49:34.777Z Checking ryu v1.0.18
23752026-02-12T05:49:34.828Z Checking hyper-tls v0.6.0
23762026-02-12T05:49:34.852Z Checking clap_builder v4.5.48
23772026-02-12T05:49:35.015Z Checking serde_urlencoded v0.7.1
23782026-02-12T05:49:35.101Z Checking hyper-rustls v0.27.7
23792026-02-12T05:49:35.390Z Checking smoltcp v0.9.1
23802026-02-12T05:49:35.428Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812026-02-12T05:49:35.698Z Checking zopfli v0.8.1
23822026-02-12T05:49:35.977Z Checking elliptic-curve v0.13.8
23832026-02-12T05:49:36.252Z Checking toml_edit v0.19.15
23842026-02-12T05:49:36.277Z Checking signal-hook-mio v0.2.4
23852026-02-12T05:49:36.432Z Checking usdt-impl v0.6.0
23862026-02-12T05:49:36.533Z Checking cookie_store v0.21.1
23872026-02-12T05:49:36.791Z Checking tower-http v0.6.6
23882026-02-12T05:49:36.907Z Checking dof v0.3.0
23892026-02-12T05:49:36.938Z Checking zstd v0.13.3
23902026-02-12T05:49:37.079Z Checking num-bigint-dig v0.8.6
23912026-02-12T05:49:37.171Z Checking postgres-types v0.2.9
23922026-02-12T05:49:37.281Z Checking dtrace-parser v0.2.0
23932026-02-12T05:49:37.311Z Checking regex v1.11.3
23942026-02-12T05:49:37.335Z Checking bstr v1.10.0
23952026-02-12T05:49:37.480Z Checking crossbeam-deque v0.8.5
23962026-02-12T05:49:37.731Z Checking phf v0.11.2
23972026-02-12T05:49:37.768Z Checking ed25519 v2.2.3
23982026-02-12T05:49:37.799Z Checking bzip2 v0.5.2
23992026-02-12T05:49:37.865Z Checking bzip2 v0.4.4
24002026-02-12T05:49:37.976Z Checking ref-cast v1.0.25
24012026-02-12T05:49:38.083Z Checking curve25519-dalek v4.1.3
24022026-02-12T05:49:38.107Z Checking strum v0.27.2
24032026-02-12T05:49:38.108Z Checking hubpack v0.1.2
24042026-02-12T05:49:38.150Z Checking memoffset v0.9.1
24052026-02-12T05:49:38.174Z Checking pkcs1 v0.7.5
24062026-02-12T05:49:38.284Z Checking erased-serde v0.3.31
24072026-02-12T05:49:38.309Z Checking serde-big-array v0.5.1
24082026-02-12T05:49:38.419Z Checking hex v0.4.3
24092026-02-12T05:49:38.458Z Checking float-cmp v0.10.0
24102026-02-12T05:49:38.523Z Checking rfc6979 v0.4.0
24112026-02-12T05:49:38.565Z Checking thread-id v4.2.2
24122026-02-12T05:49:38.684Z Checking memmap2 v0.9.8
24132026-02-12T05:49:38.709Z Checking socket2 v0.5.10
24142026-02-12T05:49:38.733Z Checking env_filter v0.1.2
24152026-02-12T05:49:38.838Z Checking encoding_rs v0.8.34
24162026-02-12T05:49:38.894Z Checking foldhash v0.2.0
24172026-02-12T05:49:38.963Z Checking jiff v0.2.15
24182026-02-12T05:49:39.000Z Checking winnow v0.7.14
24192026-02-12T05:49:39.025Z Checking backtrace v0.3.74
24202026-02-12T05:49:39.151Z Checking static_assertions v1.1.0
24212026-02-12T05:49:39.175Z Checking whoami v1.5.2
24222026-02-12T05:49:39.201Z Checking data-encoding v2.9.0
24232026-02-12T05:49:39.264Z Checking rustc-hash v2.1.1
24242026-02-12T05:49:39.442Z Checking minimal-lexical v0.2.1
24252026-02-12T05:49:39.468Z Checking predicates-core v1.0.8
24262026-02-12T05:49:39.530Z Checking difflib v0.4.0
24272026-02-12T05:49:39.635Z Checking fixedbitset v0.4.2
24282026-02-12T05:49:39.679Z Checking normalize-line-endings v0.3.0
24292026-02-12T05:49:39.720Z Checking fixedbitset v0.5.7
24302026-02-12T05:49:39.820Z Checking toml_write v0.1.2
24312026-02-12T05:49:39.844Z Checking keccak v0.1.5
24322026-02-12T05:49:39.871Z Checking precomputed-hash v0.1.1
24332026-02-12T05:49:39.896Z Checking mime v0.3.17
24342026-02-12T05:49:39.995Z Checking unicode-segmentation v1.12.0
24352026-02-12T05:49:40.100Z Checking new_debug_unreachable v1.0.6
24362026-02-12T05:49:40.124Z Checking petgraph v0.8.2
24372026-02-12T05:49:40.154Z Checking sha3 v0.10.8
24382026-02-12T05:49:40.209Z Checking string_cache v0.8.9
24392026-02-12T05:49:40.233Z Checking petgraph v0.6.5
24402026-02-12T05:49:40.492Z Checking predicates v3.1.3
24412026-02-12T05:49:40.543Z Checking nom v7.1.3
24422026-02-12T05:49:40.594Z Checking similar v2.7.0
24432026-02-12T05:49:40.638Z Checking reqwest v0.12.24
24442026-02-12T05:49:41.086Z Checking hickory-proto v0.25.2
24452026-02-12T05:49:41.394Z Checking ed25519-dalek v2.1.1
24462026-02-12T05:49:41.494Z Checking toml_edit v0.22.27
24472026-02-12T05:49:41.798Z Checking anyhow v1.0.99
24482026-02-12T05:49:42.153Z Checking tokio-postgres v0.7.13
24492026-02-12T05:49:42.831Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24502026-02-12T05:49:42.922Z Checking slog v2.8.2
24512026-02-12T05:49:43.343Z Checking usdt v0.6.0
24522026-02-12T05:49:43.445Z Checking env_logger v0.11.8
24532026-02-12T05:49:43.611Z Checking serde_with v3.16.1
24542026-02-12T05:49:43.796Z Checking rsa v0.9.8
24552026-02-12T05:49:43.820Z Checking ecdsa v0.16.9
24562026-02-12T05:49:44.130Z Checking usdt-impl v0.5.0
24572026-02-12T05:49:44.218Z Checking zip v4.2.0
24582026-02-12T05:49:44.447Z Checking toml v0.7.8
24592026-02-12T05:49:44.471Z Checking nix v0.29.0
24602026-02-12T05:49:44.601Z Checking zip v0.6.6
24612026-02-12T05:49:45.068Z Checking clap v4.5.48
24622026-02-12T05:49:45.172Z Checking crossterm v0.28.1
24632026-02-12T05:49:45.220Z Checking itertools v0.10.5
24642026-02-12T05:49:45.253Z Checking itertools v0.12.1
24652026-02-12T05:49:45.296Z Checking itertools v0.13.0
24662026-02-12T05:49:45.678Z Checking strum v0.26.3
24672026-02-12T05:49:45.843Z Checking tokio-stream v0.1.17
24682026-02-12T05:49:46.563Z Checking ahash v0.8.12
24692026-02-12T05:49:46.591Z Checking fs-err v3.1.1
24702026-02-12T05:49:46.792Z Checking buf-list v1.0.3
24712026-02-12T05:49:46.913Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-02-12T05:49:46.994Z Checking x509-cert v0.2.5
24732026-02-12T05:49:47.102Z Checking openapiv3 v2.2.0
24742026-02-12T05:49:47.135Z Checking sha1 v0.10.6
24752026-02-12T05:49:47.159Z Checking winnow v0.6.26
24762026-02-12T05:49:47.262Z Checking peg-runtime v0.8.5
24772026-02-12T05:49:47.407Z Checking lalrpop-util v0.19.12
24782026-02-12T05:49:47.473Z Checking rayon v1.10.0
24792026-02-12T05:49:47.498Z Checking camino v1.2.2
24802026-02-12T05:49:47.498Z Checking sigpipe v0.1.3
24812026-02-12T05:49:47.537Z Checking glob v0.3.2
24822026-02-12T05:49:50.450Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24832026-02-12T05:49:50.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.22s
24842026-02-12T05:49:51.178Z
24852026-02-12T05:49:51.178Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/248)
24862026-02-12T05:49:52.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872026-02-12T05:49:52.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882026-02-12T05:49:52.650Z Compiling regress v0.10.4
24892026-02-12T05:49:52.698Z Compiling unsafe-libyaml v0.2.11
24902026-02-12T05:49:52.722Z Compiling structmeta-derive v0.3.0
24912026-02-12T05:49:52.722Z Compiling rustls v0.22.4
24922026-02-12T05:49:52.747Z Checking newtype-uuid v1.3.2
24932026-02-12T05:49:52.787Z Compiling multer v3.1.0
24942026-02-12T05:49:52.811Z Checking heck v0.5.0
24952026-02-12T05:49:53.029Z Compiling newtype-uuid-macros v0.1.0
24962026-02-12T05:49:53.079Z Compiling async-stream-impl v0.3.6
24972026-02-12T05:49:53.106Z Checking daft v0.1.4
24982026-02-12T05:49:53.206Z Checking futures-executor v0.3.31
24992026-02-12T05:49:53.438Z Compiling dropshot v0.16.7
25002026-02-12T05:49:53.547Z Checking iddqd v0.3.16
25012026-02-12T05:49:53.732Z Compiling serde_yaml v0.9.34+deprecated
25022026-02-12T05:49:54.126Z Checking futures v0.3.31
25032026-02-12T05:49:54.150Z Compiling dropshot_endpoint v0.16.7
25042026-02-12T05:49:54.243Z Checking match_cfg v0.1.0
25052026-02-12T05:49:54.350Z Checking hostname v0.3.1
25062026-02-12T05:49:54.424Z Checking thread_local v1.1.8
25072026-02-12T05:49:54.504Z Checking unicode-width v0.1.14
25082026-02-12T05:49:54.692Z Compiling structmeta v0.3.0
25092026-02-12T05:49:54.716Z Checking crossbeam-channel v0.5.15
25102026-02-12T05:49:54.924Z Checking is-terminal v0.4.13
25112026-02-12T05:49:55.042Z Compiling derive-ex v0.1.8
25122026-02-12T05:49:55.066Z Checking take_mut v0.2.2
25132026-02-12T05:49:55.202Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-02-12T05:49:55.227Z Checking term v1.1.0
25152026-02-12T05:49:55.320Z Compiling parse-display-derive v0.10.0
25162026-02-12T05:49:55.344Z Checking slog-async v2.8.0
25172026-02-12T05:49:55.431Z Checking typify-impl v0.4.3
25182026-02-12T05:49:55.673Z Checking slog-term v2.9.2
25192026-02-12T05:49:56.160Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25202026-02-12T05:49:56.613Z Checking debug-ignore v1.0.5
25212026-02-12T05:49:56.771Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25222026-02-12T05:49:57.468Z Checking toml_parser v1.0.6+spec-1.1.0
25232026-02-12T05:49:57.548Z Checking slog-json v2.6.1
25242026-02-12T05:49:57.644Z Checking macaddr v1.0.1
25252026-02-12T05:49:57.851Z Checking toml_datetime v0.7.5+spec-1.1.0
25262026-02-12T05:49:57.989Z Checking serde_spanned v1.0.4
25272026-02-12T05:49:58.136Z Checking toml_writer v1.0.6+spec-1.1.0
25282026-02-12T05:49:58.246Z Checking slog-bunyan v2.5.0
25292026-02-12T05:49:58.270Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25302026-02-12T05:49:58.452Z Checking tabwriter v1.4.0
25312026-02-12T05:49:58.476Z Compiling test-strategy v0.4.3
25322026-02-12T05:49:58.503Z Checking toml v0.9.11+spec-1.1.0
25332026-02-12T05:49:58.590Z Checking async-stream v0.3.6
25342026-02-12T05:49:58.810Z Checking waitgroup v0.1.2
25352026-02-12T05:49:58.835Z Checking rustls-pemfile v2.2.0
25362026-02-12T05:49:58.970Z Checking serde_path_to_error v0.1.20
25372026-02-12T05:49:59.020Z Checking hostname v0.4.2
25382026-02-12T05:49:59.053Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25392026-02-12T05:49:59.077Z Compiling itertools v0.14.0
25402026-02-12T05:49:59.171Z Checking progenitor-client v0.11.2
25412026-02-12T05:49:59.228Z Checking progenitor-client v0.10.0
25422026-02-12T05:49:59.522Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
25432026-02-12T05:49:59.562Z Checking instant v0.1.13
25442026-02-12T05:49:59.611Z Checking colored v3.0.0
25452026-02-12T05:49:59.694Z Checking backoff v0.4.0
25462026-02-12T05:49:59.785Z Checking tokio-rustls v0.25.0
25472026-02-12T05:49:59.814Z Checking parse-display v0.10.0
25482026-02-12T05:49:59.949Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25492026-02-12T05:49:59.994Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25502026-02-12T05:50:00.045Z Compiling proc-macro-crate v1.3.1
25512026-02-12T05:50:00.110Z Compiling proc-macro-error v1.0.4
25522026-02-12T05:50:00.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25532026-02-12T05:50:00.860Z Compiling num_enum_derive v0.5.11
25542026-02-12T05:50:00.907Z Compiling heapless v0.8.0
25552026-02-12T05:50:01.023Z Checking hash32 v0.3.1
25562026-02-12T05:50:01.230Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25572026-02-12T05:50:01.412Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25582026-02-12T05:50:01.512Z Compiling smoltcp v0.11.0
25592026-02-12T05:50:01.652Z Compiling ingot-macros v0.1.1
25602026-02-12T05:50:02.103Z Compiling foreign-types-macros v0.2.3
25612026-02-12T05:50:02.149Z Checking foreign-types-shared v0.3.1
25622026-02-12T05:50:02.177Z Compiling crucible-workspace-hack v0.1.0
25632026-02-12T05:50:02.289Z Checking cobs v0.2.3
25642026-02-12T05:50:02.492Z Checking postcard v1.0.10
25652026-02-12T05:50:02.765Z Checking num_enum v0.5.11
25662026-02-12T05:50:02.857Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-02-12T05:50:02.929Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25682026-02-12T05:50:02.996Z Checking cstr-argument v0.1.2
25692026-02-12T05:50:03.141Z Checking foreign-types v0.5.0
25702026-02-12T05:50:03.197Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-02-12T05:50:03.259Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25722026-02-12T05:50:03.329Z Checking pretty-hex v0.2.1
25732026-02-12T05:50:03.587Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25742026-02-12T05:50:03.611Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25752026-02-12T05:50:03.655Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25762026-02-12T05:50:03.780Z Checking colored v2.2.0
25772026-02-12T05:50:03.806Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25782026-02-12T05:50:03.883Z Compiling convert_case v0.4.0
25792026-02-12T05:50:03.907Z Checking camino-tempfile v1.4.1
25802026-02-12T05:50:03.950Z Compiling nix v0.30.1
25812026-02-12T05:50:04.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25822026-02-12T05:50:04.661Z Compiling derive_more v0.99.20
25832026-02-12T05:50:04.702Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25842026-02-12T05:50:04.727Z Compiling zone_cfg_derive v0.3.0
25852026-02-12T05:50:04.978Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25862026-02-12T05:50:05.561Z Compiling typify-macro v0.4.3
25872026-02-12T05:50:05.868Z Checking smf v0.2.3
25882026-02-12T05:50:05.893Z Compiling num-derive v0.4.2
25892026-02-12T05:50:06.468Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25902026-02-12T05:50:06.583Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25912026-02-12T05:50:06.852Z Checking zone v0.3.1
25922026-02-12T05:50:06.973Z Checking ingot-types v0.1.2
25932026-02-12T05:50:07.447Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25942026-02-12T05:50:07.578Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25952026-02-12T05:50:07.642Z Checking ingot v0.1.1
25962026-02-12T05:50:08.861Z Compiling typify v0.4.3
25972026-02-12T05:50:09.040Z Compiling progenitor-impl v0.11.2
25982026-02-12T05:50:09.660Z Checking secrecy v0.10.3
25992026-02-12T05:50:10.684Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26002026-02-12T05:50:10.813Z Compiling typify-impl v0.2.0
26012026-02-12T05:50:11.972Z Checking unicode-width v0.2.0
26022026-02-12T05:50:12.096Z Checking num-rational v0.4.2
26032026-02-12T05:50:12.404Z Compiling usdt-macro v0.5.0
26042026-02-12T05:50:12.631Z Compiling usdt-attr-macro v0.5.0
26052026-02-12T05:50:12.749Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26062026-02-12T05:50:13.124Z Compiling thiserror-impl-no-std v2.0.2
26072026-02-12T05:50:13.468Z Checking universal-hash v0.5.1
26082026-02-12T05:50:13.640Z Checking num-complex v0.4.6
26092026-02-12T05:50:13.955Z Checking memmap v0.7.0
26102026-02-12T05:50:14.163Z Checking half v2.4.1
26112026-02-12T05:50:14.376Z Checking ciborium-io v0.2.2
26122026-02-12T05:50:14.507Z Checking opaque-debug v0.3.1
26132026-02-12T05:50:14.595Z Compiling num v0.4.3
26142026-02-12T05:50:14.620Z Checking ciborium-ll v0.2.2
26152026-02-12T05:50:14.620Z Compiling progenitor-macro v0.11.2
26162026-02-12T05:50:14.668Z Checking poly1305 v0.8.0
26172026-02-12T05:50:14.765Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-02-12T05:50:14.853Z Checking usdt v0.5.0
26192026-02-12T05:50:14.963Z Checking console v0.15.10
26202026-02-12T05:50:15.126Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26212026-02-12T05:50:15.153Z Checking toml v0.8.23
26222026-02-12T05:50:15.178Z Checking password-hash v0.5.0
26232026-02-12T05:50:15.413Z Checking thiserror-no-std v2.0.2
26242026-02-12T05:50:15.494Z Checking chacha20 v0.9.1
26252026-02-12T05:50:15.557Z Checking blake2 v0.10.6
26262026-02-12T05:50:15.638Z Checking aead v0.5.2
26272026-02-12T05:50:15.663Z Compiling semver v0.1.20
26282026-02-12T05:50:15.839Z Compiling float-ord v0.3.2
26292026-02-12T05:50:15.902Z Checking chacha20poly1305 v0.10.1
26302026-02-12T05:50:16.022Z Checking argon2 v0.5.3
26312026-02-12T05:50:16.048Z Compiling rustc_version v0.1.7
26322026-02-12T05:50:16.077Z Checking vsss-rs v3.3.4
26332026-02-12T05:50:16.111Z Checking ciborium v0.2.2
26342026-02-12T05:50:16.234Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26352026-02-12T05:50:16.679Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26362026-02-12T05:50:16.773Z Checking siphasher v1.0.1
26372026-02-12T05:50:16.975Z Checking linked-hash-map v0.5.6
26382026-02-12T05:50:17.078Z Checking indent_write v2.2.0
26392026-02-12T05:50:17.119Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26402026-02-12T05:50:17.273Z Checking lru-cache v0.1.2
26412026-02-12T05:50:17.297Z Checking phf_shared v0.12.1
26422026-02-12T05:50:17.472Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26432026-02-12T05:50:17.545Z Compiling newtype_derive v0.1.6
26442026-02-12T05:50:17.756Z Compiling progenitor-impl v0.10.0
26452026-02-12T05:50:17.845Z Checking resolv-conf v0.7.0
26462026-02-12T05:50:18.191Z Checking newline-converter v0.3.0
26472026-02-12T05:50:18.354Z Checking hickory-proto v0.24.4
26482026-02-12T05:50:18.785Z Checking atomicwrites v0.4.4
26492026-02-12T05:50:18.998Z Checking prettyplease v0.2.36
26502026-02-12T05:50:19.652Z Compiling derive-where v1.5.0
26512026-02-12T05:50:20.022Z Checking csv-core v0.1.11
26522026-02-12T05:50:20.022Z Compiling pin-project-internal v1.1.6
26532026-02-12T05:50:20.203Z Compiling typify-macro v0.2.0
26542026-02-12T05:50:20.350Z Compiling slog-dtrace v0.3.0
26552026-02-12T05:50:20.661Z Compiling cancel-safe-futures v0.1.5
26562026-02-12T05:50:21.012Z Checking swrite v0.1.0
26572026-02-12T05:50:21.147Z Compiling chrono-tz v0.10.4
26582026-02-12T05:50:21.413Z Compiling owo-colors v4.2.2
26592026-02-12T05:50:21.993Z Compiling const_format_proc_macros v0.2.34
26602026-02-12T05:50:22.200Z Checking csv v1.3.1
26612026-02-12T05:50:22.225Z Checking hickory-resolver v0.24.4
26622026-02-12T05:50:22.254Z Checking expectorate v1.2.0
26632026-02-12T05:50:22.309Z Checking pin-project v1.1.6
26642026-02-12T05:50:22.475Z Checking phf v0.12.1
26652026-02-12T05:50:22.531Z Checking tokio-dtrace v0.1.0
26662026-02-12T05:50:22.821Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26672026-02-12T05:50:22.939Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26682026-02-12T05:50:23.199Z Compiling progenitor-macro v0.10.0
26692026-02-12T05:50:23.477Z Compiling typify v0.2.0
26702026-02-12T05:50:23.721Z Compiling progenitor-impl v0.8.0
26712026-02-12T05:50:23.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-02-12T05:50:23.772Z Compiling snafu-derive v0.8.5
26732026-02-12T05:50:23.908Z Checking pem v3.0.5
26742026-02-12T05:50:24.175Z Checking libsw-core v0.3.1
26752026-02-12T05:50:24.408Z Compiling lzma-sys v0.1.20
26762026-02-12T05:50:24.432Z Compiling async-recursion v1.1.1
26772026-02-12T05:50:24.586Z Checking utf-8 v0.7.6
26782026-02-12T05:50:24.858Z Checking bytecount v0.6.8
26792026-02-12T05:50:25.059Z Checking highway v1.3.0
26802026-02-12T05:50:25.155Z Checking same-file v1.0.6
26812026-02-12T05:50:25.242Z Checking progenitor v0.11.2
26822026-02-12T05:50:25.487Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26832026-02-12T05:50:25.556Z Checking arc-swap v1.7.1
26842026-02-12T05:50:25.799Z Checking walkdir v2.5.0
26852026-02-12T05:50:25.932Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-02-12T05:50:26.023Z Checking slog-scope v4.4.0
26872026-02-12T05:50:26.190Z Checking papergrid v0.11.0
26882026-02-12T05:50:26.248Z Checking tungstenite v0.21.0
26892026-02-12T05:50:26.328Z Checking libsw v3.5.0
26902026-02-12T05:50:27.107Z Checking qorb v0.4.1
26912026-02-12T05:50:27.543Z Checking const_format v0.2.34
26922026-02-12T05:50:27.761Z Checking snafu v0.8.5
26932026-02-12T05:50:27.977Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-02-12T05:50:28.174Z Checking oxide-tokio-rt v0.1.2
26952026-02-12T05:50:29.255Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26962026-02-12T05:50:29.445Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26972026-02-12T05:50:29.555Z Compiling progenitor-macro v0.8.0
26982026-02-12T05:50:30.030Z Compiling tabled_derive v0.7.0
26992026-02-12T05:50:30.214Z Checking globset v0.4.15
27002026-02-12T05:50:30.426Z Checking olpc-cjson v0.1.4
27012026-02-12T05:50:30.687Z Checking progenitor-client v0.8.0
27022026-02-12T05:50:30.712Z Checking gethostname v0.5.0
27032026-02-12T05:50:30.845Z Compiling heck v0.3.3
27042026-02-12T05:50:31.022Z Checking bcs v0.1.6
27052026-02-12T05:50:31.169Z Checking serde_plain v1.0.2
27062026-02-12T05:50:31.214Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27072026-02-12T05:50:31.441Z Checking linear-map v1.2.0
27082026-02-12T05:50:31.466Z Checking unicode-linebreak v0.1.5
27092026-02-12T05:50:31.887Z Checking smawk v0.3.2
27102026-02-12T05:50:31.983Z Checking termtree v0.5.1
27112026-02-12T05:50:32.116Z Checking typed-path v0.9.3
27122026-02-12T05:50:32.232Z Checking textwrap v0.16.2
27132026-02-12T05:50:32.627Z Checking tabled v0.15.0
27142026-02-12T05:50:33.884Z Checking progenitor v0.10.0
27152026-02-12T05:50:33.909Z Checking tough v0.20.0
27162026-02-12T05:50:33.933Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27172026-02-12T05:50:34.128Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182026-02-12T05:50:35.128Z Compiling zone_cfg_derive v0.1.2
27192026-02-12T05:50:36.294Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27202026-02-12T05:50:36.553Z Checking steno v0.4.1
27212026-02-12T05:50:36.709Z Checking tokio-tungstenite v0.21.0
27222026-02-12T05:50:36.821Z Checking slog-stdlog v4.1.1
27232026-02-12T05:50:37.185Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27242026-02-12T05:50:37.210Z Checking base64 v0.13.1
27252026-02-12T05:50:37.478Z Checking base64 v0.21.7
27262026-02-12T05:50:37.592Z Checking humantime v2.2.0
27272026-02-12T05:50:37.884Z Checking number_prefix v0.4.0
27282026-02-12T05:50:37.920Z Checking ron v0.7.1
27292026-02-12T05:50:38.078Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27302026-02-12T05:50:38.103Z Checking indicatif v0.17.11
27312026-02-12T05:50:38.446Z Checking xz2 v0.1.7
27322026-02-12T05:50:38.494Z Checking slog-envlogger v2.2.0
27332026-02-12T05:50:38.520Z Checking zone v0.1.8
27342026-02-12T05:50:38.766Z Checking xattr v1.3.1
27352026-02-12T05:50:38.821Z Checking yasna v0.5.2
27362026-02-12T05:50:38.863Z Checking headers-core v0.3.0
27372026-02-12T05:50:38.920Z Checking filetime v0.2.26
27382026-02-12T05:50:39.000Z Checking subprocess v0.2.9
27392026-02-12T05:50:39.038Z Checking headers v0.4.1
27402026-02-12T05:50:39.153Z Checking tar v0.4.44
27412026-02-12T05:50:39.583Z Checking rcgen v0.12.1
27422026-02-12T05:50:39.861Z Checking progenitor v0.8.0
27432026-02-12T05:50:40.076Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27442026-02-12T05:50:41.630Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27452026-02-12T05:50:41.630Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27462026-02-12T05:50:41.630Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27472026-02-12T05:50:42.375Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27482026-02-12T05:50:42.646Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27492026-02-12T05:50:43.635Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27502026-02-12T05:50:43.741Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27512026-02-12T05:50:45.091Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27522026-02-12T05:50:45.115Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27532026-02-12T05:50:45.142Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27542026-02-12T05:50:46.002Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27552026-02-12T05:50:46.027Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27562026-02-12T05:50:47.561Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27572026-02-12T05:50:48.705Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27582026-02-12T05:50:49.612Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27592026-02-12T05:50:54.447Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27602026-02-12T05:50:58.741Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27612026-02-12T05:51:00.437Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27622026-02-12T05:51:02.151Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632026-02-12T05:51:27.905Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27642026-02-12T05:51:30.797Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27652026-02-12T05:51:33.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
27662026-02-12T05:51:33.296Z
27672026-02-12T05:51:33.296Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/248)
27682026-02-12T05:51:34.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-02-12T05:51:34.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-02-12T05:51:34.724Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27712026-02-12T05:51:37.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
27722026-02-12T05:51:37.355Z
27732026-02-12T05:51:37.355Zinfo: running `cargo check --bins` on nexus-config (52/248)
27742026-02-12T05:51:38.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-02-12T05:51:38.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-02-12T05:51:38.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-02-12T05:51:38.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
27782026-02-12T05:51:38.590Z
27792026-02-12T05:51:38.590Zinfo: running `cargo check --bins` on nexus-types (53/248)
27802026-02-12T05:51:39.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-02-12T05:51:39.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-02-12T05:51:39.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-02-12T05:51:39.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
27842026-02-12T05:51:39.800Z
27852026-02-12T05:51:39.800Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/248)
27862026-02-12T05:51:40.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-02-12T05:51:40.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-02-12T05:51:40.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-02-12T05:51:40.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
27902026-02-12T05:51:40.934Z
27912026-02-12T05:51:40.934Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (55/248)
27922026-02-12T05:51:41.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-02-12T05:51:41.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-02-12T05:51:41.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-02-12T05:51:41.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
27962026-02-12T05:51:42.054Z
27972026-02-12T05:51:42.054Zinfo: running `cargo check --bins` on cockroach-admin-types (56/248)
27982026-02-12T05:51:43.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-02-12T05:51:43.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-02-12T05:51:43.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-02-12T05:51:43.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28022026-02-12T05:51:43.152Z
28032026-02-12T05:51:43.152Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (57/248)
28042026-02-12T05:51:44.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-02-12T05:51:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-02-12T05:51:44.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-02-12T05:51:44.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
28082026-02-12T05:51:44.341Z
28092026-02-12T05:51:44.341Zinfo: running `cargo check --bins` on ereport-types (58/248)
28102026-02-12T05:51:45.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-02-12T05:51:45.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-02-12T05:51:45.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-02-12T05:51:45.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28142026-02-12T05:51:45.497Z
28152026-02-12T05:51:45.497Zinfo: running `cargo check --bins` on gateway-client (59/248)
28162026-02-12T05:51:46.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-02-12T05:51:46.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-02-12T05:51:46.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-02-12T05:51:46.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
28202026-02-12T05:51:46.639Z
28212026-02-12T05:51:46.639Zinfo: running `cargo check --bins --no-default-features` on gateway-types (60/248)
28222026-02-12T05:51:47.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-02-12T05:51:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-02-12T05:51:47.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-02-12T05:51:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28262026-02-12T05:51:47.793Z
28272026-02-12T05:51:47.794Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/248)
28282026-02-12T05:51:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-02-12T05:51:48.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-02-12T05:51:48.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-02-12T05:51:48.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28322026-02-12T05:51:48.947Z
28332026-02-12T05:51:48.947Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (62/248)
28342026-02-12T05:51:49.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-02-12T05:51:49.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-02-12T05:51:49.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-02-12T05:51:49.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28382026-02-12T05:51:50.039Z
28392026-02-12T05:51:50.040Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/248)
28402026-02-12T05:51:51.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-02-12T05:51:51.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-02-12T05:51:51.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-02-12T05:51:51.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
28442026-02-12T05:51:51.148Z
28452026-02-12T05:51:51.148Zinfo: running `cargo check --bins` on internal-dns-types (64/248)
28462026-02-12T05:51:52.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-02-12T05:51:52.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-02-12T05:51:52.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-02-12T05:51:52.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
28502026-02-12T05:51:52.281Z
28512026-02-12T05:51:52.281Zinfo: running `cargo check --bins` on internal-dns-types-versions (65/248)
28522026-02-12T05:51:53.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-02-12T05:51:53.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-02-12T05:51:53.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552026-02-12T05:51:53.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
28562026-02-12T05:51:53.417Z
28572026-02-12T05:51:53.417Zinfo: running `cargo check --bins` on omicron-passwords (66/248)
28582026-02-12T05:51:54.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-02-12T05:51:54.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-02-12T05:51:54.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-02-12T05:51:54.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
28622026-02-12T05:51:54.549Z
28632026-02-12T05:51:54.549Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (67/248)
28642026-02-12T05:51:55.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-02-12T05:51:55.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-02-12T05:51:55.802Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-02-12T05:51:56.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
28682026-02-12T05:51:56.868Z
28692026-02-12T05:51:56.868Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/248)
28702026-02-12T05:51:57.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-02-12T05:51:57.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-02-12T05:51:58.110Z Compiling cfg_aliases v0.1.1
28732026-02-12T05:51:58.110Z Compiling convert_case v0.7.1
28742026-02-12T05:51:58.134Z Compiling vte_generate_state_changes v0.1.2
28752026-02-12T05:51:58.135Z Checking fd-lock v4.0.2
28762026-02-12T05:51:58.135Z Checking nibble_vec v0.1.0
28772026-02-12T05:51:58.135Z Checking endian-type v0.1.2
28782026-02-12T05:51:58.249Z Compiling peg-macros v0.8.5
28792026-02-12T05:51:58.273Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802026-02-12T05:51:58.350Z Compiling nix v0.28.0
28812026-02-12T05:51:58.389Z Compiling sqlparser_derive v0.2.2
28822026-02-12T05:51:58.413Z Checking home v0.5.9
28832026-02-12T05:51:58.437Z Checking radix_trie v0.2.1
28842026-02-12T05:51:58.583Z Checking unicode_categories v0.1.1
28852026-02-12T05:51:58.727Z Checking vte v0.11.1
28862026-02-12T05:51:58.853Z Checking nu-ansi-term v0.50.1
28872026-02-12T05:51:58.894Z Checking sqlformat v0.3.5
28882026-02-12T05:51:58.918Z Compiling derive_more-impl v2.0.1
28892026-02-12T05:51:59.217Z Checking display-error-chain v0.2.2
28902026-02-12T05:51:59.316Z Checking sqlparser v0.45.0
28912026-02-12T05:51:59.836Z Checking strip-ansi-escapes v0.2.0
28922026-02-12T05:52:00.009Z Checking reedline v0.40.0
28932026-02-12T05:52:00.256Z Checking derive_more v2.0.1
28942026-02-12T05:52:00.342Z Checking peg v0.8.5
28952026-02-12T05:52:00.396Z Checking crossterm v0.29.0
28962026-02-12T05:52:01.155Z Checking rustyline v14.0.0
28972026-02-12T05:52:13.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.50s
28982026-02-12T05:52:13.581Z
28992026-02-12T05:52:13.581Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/248)
29002026-02-12T05:52:14.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-02-12T05:52:14.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-02-12T05:52:14.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29032026-02-12T05:52:22.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
29042026-02-12T05:52:22.598Z
29052026-02-12T05:52:22.598Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/248)
29062026-02-12T05:52:23.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-02-12T05:52:23.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-02-12T05:52:23.911Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-02-12T05:52:29.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
29102026-02-12T05:52:29.243Z
29112026-02-12T05:52:29.243Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/248)
29122026-02-12T05:52:30.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-02-12T05:52:30.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-02-12T05:52:30.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-02-12T05:52:37.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.16s
29162026-02-12T05:52:37.607Z
29172026-02-12T05:52:37.607Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/248)
29182026-02-12T05:52:38.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-02-12T05:52:38.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-02-12T05:52:38.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-02-12T05:52:45.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s
29222026-02-12T05:52:45.980Z
29232026-02-12T05:52:45.980Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/248)
29242026-02-12T05:52:46.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-02-12T05:52:47.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-02-12T05:52:47.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-02-12T05:52:52.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
29282026-02-12T05:52:52.781Z
29292026-02-12T05:52:52.781Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/248)
29302026-02-12T05:52:53.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-02-12T05:52:53.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-02-12T05:52:54.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-02-12T05:52:59.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s
29342026-02-12T05:52:59.647Z
29352026-02-12T05:52:59.647Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/248)
29362026-02-12T05:53:03.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-02-12T05:53:03.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-02-12T05:53:03.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-02-12T05:53:08.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
29402026-02-12T05:53:08.415Z
29412026-02-12T05:53:08.415Zinfo: running `cargo check --bins` on oximeter (76/248)
29422026-02-12T05:53:09.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-02-12T05:53:09.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-02-12T05:53:09.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-02-12T05:53:09.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
29462026-02-12T05:53:09.608Z
29472026-02-12T05:53:09.608Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/248)
29482026-02-12T05:53:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-02-12T05:53:10.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-02-12T05:53:10.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-02-12T05:53:10.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29522026-02-12T05:53:10.734Z
29532026-02-12T05:53:10.734Zinfo: running `cargo check --bins` on oximeter-schema (78/248)
29542026-02-12T05:53:11.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-02-12T05:53:11.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-02-12T05:53:11.904Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29572026-02-12T05:53:12.043Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29582026-02-12T05:53:12.627Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29592026-02-12T05:53:22.719Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29602026-02-12T05:53:23.363Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29612026-02-12T05:53:25.900Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29622026-02-12T05:53:27.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
29632026-02-12T05:53:27.455Z
29642026-02-12T05:53:27.455Zinfo: running `cargo check --bins` on oximeter-types (79/248)
29652026-02-12T05:53:28.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-02-12T05:53:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-02-12T05:53:28.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682026-02-12T05:53:28.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29692026-02-12T05:53:28.575Z
29702026-02-12T05:53:28.575Zinfo: running `cargo check --bins` on oximeter-types-versions (80/248)
29712026-02-12T05:53:29.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-02-12T05:53:29.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-02-12T05:53:29.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742026-02-12T05:53:29.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29752026-02-12T05:53:29.707Z
29762026-02-12T05:53:29.707Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (81/248)
29772026-02-12T05:53:30.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-02-12T05:53:30.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-02-12T05:53:30.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802026-02-12T05:53:30.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29812026-02-12T05:53:30.839Z
29822026-02-12T05:53:30.840Zinfo: running `cargo check --bins` on oxql-types (82/248)
29832026-02-12T05:53:31.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-02-12T05:53:31.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-02-12T05:53:31.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862026-02-12T05:53:31.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29872026-02-12T05:53:31.976Z
29882026-02-12T05:53:31.977Zinfo: running `cargo check --bins` on oximeter-test-utils (83/248)
29892026-02-12T05:53:33.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-02-12T05:53:33.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-02-12T05:53:33.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922026-02-12T05:53:33.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
29932026-02-12T05:53:33.185Z
29942026-02-12T05:53:33.185Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (84/248)
29952026-02-12T05:53:34.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-02-12T05:53:34.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-02-12T05:53:34.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-02-12T05:53:34.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
29992026-02-12T05:53:34.350Z
30002026-02-12T05:53:34.350Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/248)
30012026-02-12T05:53:35.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-02-12T05:53:35.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-02-12T05:53:35.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-02-12T05:53:35.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30052026-02-12T05:53:35.570Z
30062026-02-12T05:53:35.570Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/248)
30072026-02-12T05:53:36.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-02-12T05:53:36.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-02-12T05:53:36.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-02-12T05:53:36.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30112026-02-12T05:53:36.678Z
30122026-02-12T05:53:36.678Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/248)
30132026-02-12T05:53:37.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-02-12T05:53:37.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-02-12T05:53:37.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-02-12T05:53:37.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30172026-02-12T05:53:37.831Z
30182026-02-12T05:53:37.831Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/248)
30192026-02-12T05:53:38.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-02-12T05:53:39.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-02-12T05:53:39.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-02-12T05:53:39.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30232026-02-12T05:53:39.059Z
30242026-02-12T05:53:39.059Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/248)
30252026-02-12T05:53:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-02-12T05:53:42.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-02-12T05:53:42.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-02-12T05:53:42.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30292026-02-12T05:53:42.638Z
30302026-02-12T05:53:42.638Zinfo: running `cargo check --bins --no-default-features` on gfss (90/248)
30312026-02-12T05:53:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-02-12T05:53:42.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-02-12T05:53:42.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-02-12T05:53:42.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30352026-02-12T05:53:42.638Z
30362026-02-12T05:53:42.638Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/248)
30372026-02-12T05:53:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-02-12T05:53:42.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-02-12T05:53:42.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-02-12T05:53:42.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
30412026-02-12T05:53:42.638Z
30422026-02-12T05:53:42.638Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/248)
30432026-02-12T05:53:43.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-02-12T05:53:43.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-02-12T05:53:43.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-02-12T05:53:43.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
30472026-02-12T05:53:43.559Z
30482026-02-12T05:53:43.559Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/248)
30492026-02-12T05:53:44.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-02-12T05:53:44.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-02-12T05:53:44.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-02-12T05:53:44.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30532026-02-12T05:53:44.710Z
30542026-02-12T05:53:44.711Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/248)
30552026-02-12T05:53:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-02-12T05:53:45.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-02-12T05:53:45.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-02-12T05:53:45.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30592026-02-12T05:53:45.906Z
30602026-02-12T05:53:45.906Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/248)
30612026-02-12T05:53:46.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-02-12T05:53:47.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-02-12T05:53:47.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-02-12T05:53:47.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30652026-02-12T05:53:47.112Z
30662026-02-12T05:53:47.112Zinfo: running `cargo check --bins` on trust-quorum-types (96/248)
30672026-02-12T05:53:48.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-02-12T05:53:48.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-02-12T05:53:48.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-02-12T05:53:48.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30712026-02-12T05:53:48.289Z
30722026-02-12T05:53:48.289Zinfo: running `cargo check --bins` on trust-quorum-test-utils (97/248)
30732026-02-12T05:53:49.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-02-12T05:53:49.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-02-12T05:53:49.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-02-12T05:53:49.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30772026-02-12T05:53:49.476Z
30782026-02-12T05:53:49.477Zinfo: running `cargo check --bins` on update-engine (98/248)
30792026-02-12T05:53:50.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-02-12T05:53:50.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-02-12T05:53:50.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-02-12T05:53:50.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
30832026-02-12T05:53:50.585Z
30842026-02-12T05:53:50.585Zinfo: running `cargo check --bins` on omicron-certificates (99/248)
30852026-02-12T05:53:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-02-12T05:53:51.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-02-12T05:53:51.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-02-12T05:53:51.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30892026-02-12T05:53:51.740Z
30902026-02-12T05:53:51.741Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (100/248)
30912026-02-12T05:53:52.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-02-12T05:53:52.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-02-12T05:53:53.034Z Checking dropshot-api-manager-types v0.2.4
30942026-02-12T05:53:53.034Z Checking nanorand v0.7.0
30952026-02-12T05:53:53.306Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30962026-02-12T05:53:53.409Z Checking flume v0.11.1
30972026-02-12T05:53:53.869Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30982026-02-12T05:53:55.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
30992026-02-12T05:53:55.972Z
31002026-02-12T05:53:55.973Zinfo: running `cargo check --bins` on clickhouse-admin-api (101/248)
31012026-02-12T05:53:57.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-02-12T05:53:57.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-02-12T05:53:57.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-02-12T05:53:57.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
31052026-02-12T05:53:57.173Z
31062026-02-12T05:53:57.173Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (102/248)
31072026-02-12T05:53:58.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-02-12T05:53:58.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-02-12T05:53:58.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-02-12T05:53:58.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31112026-02-12T05:53:58.310Z
31122026-02-12T05:53:58.310Zinfo: running `cargo check --bins` on bootstrap-agent-client (103/248)
31132026-02-12T05:53:59.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-02-12T05:53:59.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-02-12T05:53:59.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-02-12T05:53:59.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31172026-02-12T05:53:59.509Z
31182026-02-12T05:53:59.509Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (104/248)
31192026-02-12T05:54:00.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-02-12T05:54:00.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-02-12T05:54:00.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-02-12T05:54:00.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31232026-02-12T05:54:00.655Z
31242026-02-12T05:54:00.655Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (105/248)
31252026-02-12T05:54:01.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-02-12T05:54:01.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-02-12T05:54:01.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-02-12T05:54:01.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31292026-02-12T05:54:01.848Z
31302026-02-12T05:54:01.848Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (106/248)
31312026-02-12T05:54:02.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-02-12T05:54:02.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-02-12T05:54:02.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-02-12T05:54:02.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31352026-02-12T05:54:03.053Z
31362026-02-12T05:54:03.053Zinfo: running `cargo check --bins` on cockroach-admin-client (107/248)
31372026-02-12T05:54:04.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-02-12T05:54:04.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-02-12T05:54:04.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-02-12T05:54:04.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31412026-02-12T05:54:04.187Z
31422026-02-12T05:54:04.187Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (108/248)
31432026-02-12T05:54:05.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-02-12T05:54:05.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-02-12T05:54:05.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-02-12T05:54:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
31472026-02-12T05:54:05.418Z
31482026-02-12T05:54:05.418Zinfo: running `cargo check --bins` on dns-service-client (109/248)
31492026-02-12T05:54:06.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-02-12T05:54:06.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-02-12T05:54:06.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-02-12T05:54:06.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31532026-02-12T05:54:06.610Z
31542026-02-12T05:54:06.610Zinfo: running `cargo check --bins` on installinator-client (110/248)
31552026-02-12T05:54:07.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-02-12T05:54:07.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-02-12T05:54:07.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-02-12T05:54:07.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31592026-02-12T05:54:07.807Z
31602026-02-12T05:54:07.808Zinfo: running `cargo check --bins` on nexus-client (111/248)
31612026-02-12T05:54:08.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-02-12T05:54:08.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-02-12T05:54:08.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-02-12T05:54:09.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31652026-02-12T05:54:09.123Z
31662026-02-12T05:54:09.123Zinfo: running `cargo check --bins` on nexus-lockstep-client (112/248)
31672026-02-12T05:54:10.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-02-12T05:54:10.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-02-12T05:54:10.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-02-12T05:54:10.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31712026-02-12T05:54:10.375Z
31722026-02-12T05:54:10.375Zinfo: running `cargo check --bins` on ntp-admin-client (113/248)
31732026-02-12T05:54:11.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-02-12T05:54:11.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-02-12T05:54:11.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-02-12T05:54:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
31772026-02-12T05:54:11.594Z
31782026-02-12T05:54:11.594Zinfo: running `cargo check --bins` on oxide-client (114/248)
31792026-02-12T05:54:12.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-02-12T05:54:12.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-02-12T05:54:12.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-02-12T05:54:12.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
31832026-02-12T05:54:12.851Z
31842026-02-12T05:54:12.851Zinfo: running `cargo check --bins` on oximeter-client (115/248)
31852026-02-12T05:54:13.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-02-12T05:54:13.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-02-12T05:54:13.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-02-12T05:54:13.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31892026-02-12T05:54:14.091Z
31902026-02-12T05:54:14.091Zinfo: running `cargo check --bins` on repo-depot-client (116/248)
31912026-02-12T05:54:15.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-02-12T05:54:15.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-02-12T05:54:15.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-02-12T05:54:15.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31952026-02-12T05:54:15.183Z
31962026-02-12T05:54:15.183Zinfo: running `cargo check --bins` on sled-agent-client (117/248)
31972026-02-12T05:54:16.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-02-12T05:54:16.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-02-12T05:54:16.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-02-12T05:54:16.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32012026-02-12T05:54:16.384Z
32022026-02-12T05:54:16.384Zinfo: running `cargo check --bins` on wicketd-client (118/248)
32032026-02-12T05:54:17.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-02-12T05:54:17.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-02-12T05:54:17.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-02-12T05:54:17.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
32072026-02-12T05:54:17.567Z
32082026-02-12T05:54:17.567Zinfo: running `cargo check --bins` on installinator-common (119/248)
32092026-02-12T05:54:18.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-02-12T05:54:18.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-02-12T05:54:18.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-02-12T05:54:18.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32132026-02-12T05:54:18.762Z
32142026-02-12T05:54:18.762Zinfo: running `cargo check --bins` on installinator-common-versions (120/248)
32152026-02-12T05:54:19.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-02-12T05:54:19.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-02-12T05:54:19.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-02-12T05:54:19.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32192026-02-12T05:54:19.914Z
32202026-02-12T05:54:19.914Zinfo: running `cargo check --bins` on wicket-common (121/248)
32212026-02-12T05:54:21.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-02-12T05:54:21.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-02-12T05:54:21.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-02-12T05:54:21.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32252026-02-12T05:54:21.154Z
32262026-02-12T05:54:21.154Zinfo: running `cargo check --bins` on omicron-cockroach-admin (122/248)
32272026-02-12T05:54:22.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-02-12T05:54:22.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-02-12T05:54:22.421Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32302026-02-12T05:54:22.421Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-02-12T05:54:22.446Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32322026-02-12T05:54:22.446Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32332026-02-12T05:54:22.734Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32342026-02-12T05:54:22.758Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32352026-02-12T05:54:23.198Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32362026-02-12T05:54:23.198Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32372026-02-12T05:54:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
32382026-02-12T05:54:27.648Z
32392026-02-12T05:54:27.648Zinfo: running `cargo check --bins` on cockroach-admin-api (123/248)
32402026-02-12T05:54:28.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-02-12T05:54:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-02-12T05:54:28.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-02-12T05:54:28.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
32442026-02-12T05:54:28.860Z
32452026-02-12T05:54:28.860Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (124/248)
32462026-02-12T05:54:30.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-02-12T05:54:30.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-02-12T05:54:30.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-02-12T05:54:30.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
32502026-02-12T05:54:30.243Z
32512026-02-12T05:54:30.243Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/248)
32522026-02-12T05:54:31.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-02-12T05:54:31.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-02-12T05:54:31.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-02-12T05:54:31.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
32562026-02-12T05:54:31.553Z
32572026-02-12T05:54:31.553Zinfo: running `cargo check --bins` on dns-server (126/248)
32582026-02-12T05:54:32.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-02-12T05:54:32.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-02-12T05:54:32.797Z Compiling parking_lot_core v0.8.6
32612026-02-12T05:54:32.797Z Compiling moka v0.12.10
32622026-02-12T05:54:32.822Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32632026-02-12T05:54:32.822Z Checking tagptr v0.2.0
32642026-02-12T05:54:32.822Z Checking prefix-trie v0.7.0
32652026-02-12T05:54:32.822Z Checking fxhash v0.2.1
32662026-02-12T05:54:32.822Z Checking hickory-client v0.25.2
32672026-02-12T05:54:33.464Z Checking hickory-server v0.25.2
32682026-02-12T05:54:33.590Z Checking parking_lot v0.11.2
32692026-02-12T05:54:33.851Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32702026-02-12T05:54:33.876Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32712026-02-12T05:54:33.876Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-02-12T05:54:33.921Z Checking sled v0.34.7
32732026-02-12T05:54:34.468Z Checking hickory-resolver v0.25.2
32742026-02-12T05:54:36.249Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32752026-02-12T05:54:38.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s
32762026-02-12T05:54:38.428Z
32772026-02-12T05:54:38.428Zinfo: running `cargo check --bins` on dns-server-api (127/248)
32782026-02-12T05:54:39.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-02-12T05:54:39.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-02-12T05:54:39.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-02-12T05:54:39.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32822026-02-12T05:54:39.579Z
32832026-02-12T05:54:39.579Zinfo: running `cargo check --bins` on gateway-test-utils (128/248)
32842026-02-12T05:54:40.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-02-12T05:54:40.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-02-12T05:54:40.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872026-02-12T05:54:40.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
32882026-02-12T05:54:40.839Z
32892026-02-12T05:54:40.839Zinfo: running `cargo check --bins` on omicron-gateway (129/248)
32902026-02-12T05:54:41.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912026-02-12T05:54:41.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922026-02-12T05:54:42.206Z Compiling radium v0.7.0
32932026-02-12T05:54:42.206Z Compiling maybe-uninit v2.0.0
32942026-02-12T05:54:42.206Z Checking tap v1.0.1
32952026-02-12T05:54:42.230Z Compiling zerocopy-derive v0.6.6
32962026-02-12T05:54:42.260Z Checking crc-catalog v2.4.0
32972026-02-12T05:54:42.322Z Checking funty v2.0.0
32982026-02-12T05:54:42.347Z Compiling packed_struct v0.10.1
32992026-02-12T05:54:42.371Z Compiling packed_struct_codegen v0.10.1
33002026-02-12T05:54:42.448Z Checking wyz v0.5.1
33012026-02-12T05:54:42.473Z Checking crc v3.2.1
33022026-02-12T05:54:42.783Z Compiling bitfield-macros v0.19.2
33032026-02-12T05:54:42.827Z Compiling indexmap v1.9.3
33042026-02-12T05:54:42.879Z Checking nodrop v0.1.14
33052026-02-12T05:54:42.921Z Checking smallvec v0.6.14
33062026-02-12T05:54:43.030Z Checking array-init v0.0.4
33072026-02-12T05:54:43.055Z Checking hashbrown v0.12.3
33082026-02-12T05:54:43.079Z Checking bitvec v1.0.1
33092026-02-12T05:54:43.172Z Checking ron v0.8.1
33102026-02-12T05:54:43.289Z Checking hashbrown v0.13.2
33112026-02-12T05:54:43.876Z Checking serde-hex v0.1.0
33122026-02-12T05:54:43.901Z Checking zerocopy v0.6.6
33132026-02-12T05:54:44.091Z Checking bitfield v0.19.2
33142026-02-12T05:54:44.133Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-02-12T05:54:44.244Z Checking crc-any v2.5.0
33162026-02-12T05:54:44.406Z Checking path-slash v0.1.5
33172026-02-12T05:54:44.467Z Checking half v1.8.3
33182026-02-12T05:54:44.497Z Checking void v1.0.2
33192026-02-12T05:54:44.523Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-02-12T05:54:44.557Z Checking object v0.30.4
33212026-02-12T05:54:44.582Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33222026-02-12T05:54:44.662Z Checking lzss v0.8.2
33232026-02-12T05:54:44.794Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-02-12T05:54:44.818Z Checking tungstenite v0.23.0
33252026-02-12T05:54:44.842Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33262026-02-12T05:54:44.868Z Checking serde_cbor v0.11.2
33272026-02-12T05:54:44.969Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33282026-02-12T05:54:45.070Z Checking nix v0.27.1
33292026-02-12T05:54:45.573Z Checking kstat-rs v0.2.4
33302026-02-12T05:54:45.598Z Checking serde_bytes v0.11.19
33312026-02-12T05:54:45.623Z Checking tokio-tungstenite v0.23.1
33322026-02-12T05:54:45.899Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33332026-02-12T05:54:45.923Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33342026-02-12T05:54:46.064Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-02-12T05:54:46.142Z Checking signal-hook-tokio v0.3.1
33362026-02-12T05:54:48.036Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-02-12T05:54:48.236Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33382026-02-12T05:54:54.146Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33392026-02-12T05:54:55.898Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33402026-02-12T05:54:56.446Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33412026-02-12T05:54:58.899Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33422026-02-12T05:55:03.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.25s
33432026-02-12T05:55:03.307Z
33442026-02-12T05:55:03.307Zinfo: running `cargo check --bins` on gateway-api (130/248)
33452026-02-12T05:55:04.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-02-12T05:55:04.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-02-12T05:55:04.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-02-12T05:55:04.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33492026-02-12T05:55:04.519Z
33502026-02-12T05:55:04.519Zinfo: running `cargo check --bins` on ipcc (131/248)
33512026-02-12T05:55:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-02-12T05:55:05.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-02-12T05:55:05.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-02-12T05:55:05.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33552026-02-12T05:55:05.681Z
33562026-02-12T05:55:05.681Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (132/248)
33572026-02-12T05:55:06.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-02-12T05:55:06.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-02-12T05:55:06.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-02-12T05:55:06.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33612026-02-12T05:55:06.831Z
33622026-02-12T05:55:06.832Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/248)
33632026-02-12T05:55:07.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-02-12T05:55:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-02-12T05:55:07.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-02-12T05:55:07.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33672026-02-12T05:55:07.989Z
33682026-02-12T05:55:07.989Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/248)
33692026-02-12T05:55:08.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-02-12T05:55:08.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-02-12T05:55:08.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-02-12T05:55:09.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33732026-02-12T05:55:09.132Z
33742026-02-12T05:55:09.132Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/248)
33752026-02-12T05:55:10.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-02-12T05:55:10.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-02-12T05:55:10.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-02-12T05:55:10.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33792026-02-12T05:55:10.315Z
33802026-02-12T05:55:10.315Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/248)
33812026-02-12T05:55:11.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-02-12T05:55:11.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-02-12T05:55:11.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-02-12T05:55:11.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
33852026-02-12T05:55:11.507Z
33862026-02-12T05:55:11.507Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/248)
33872026-02-12T05:55:12.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-02-12T05:55:12.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-02-12T05:55:12.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-02-12T05:55:12.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33912026-02-12T05:55:12.654Z
33922026-02-12T05:55:12.654Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/248)
33932026-02-12T05:55:13.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-02-12T05:55:13.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-02-12T05:55:13.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-02-12T05:55:13.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33972026-02-12T05:55:13.814Z
33982026-02-12T05:55:13.814Zinfo: running `cargo check --bins` on oximeter-producer (139/248)
33992026-02-12T05:55:14.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-02-12T05:55:14.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-02-12T05:55:14.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-02-12T05:55:14.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34032026-02-12T05:55:15.024Z
34042026-02-12T05:55:15.024Zinfo: running `cargo check --bins` on internal-dns-resolver (140/248)
34052026-02-12T05:55:16.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-02-12T05:55:16.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-02-12T05:55:16.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-02-12T05:55:16.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
34092026-02-12T05:55:16.169Z
34102026-02-12T05:55:16.169Zinfo: running `cargo check --bins` on sp-sim (141/248)
34112026-02-12T05:55:17.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-02-12T05:55:17.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-02-12T05:55:17.468Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34142026-02-12T05:55:20.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
34152026-02-12T05:55:21.089Z
34162026-02-12T05:55:21.089Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (142/248)
34172026-02-12T05:55:22.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-02-12T05:55:22.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-02-12T05:55:22.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-02-12T05:55:22.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
34212026-02-12T05:55:22.340Z
34222026-02-12T05:55:22.340Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/248)
34232026-02-12T05:55:23.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-02-12T05:55:23.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-02-12T05:55:23.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-02-12T05:55:23.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
34272026-02-12T05:55:23.611Z
34282026-02-12T05:55:23.611Zinfo: running `cargo check --bins` on db-macros (144/248)
34292026-02-12T05:55:24.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-02-12T05:55:24.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-02-12T05:55:24.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-02-12T05:55:24.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
34332026-02-12T05:55:24.737Z
34342026-02-12T05:55:24.737Zinfo: running `cargo check --bins` on nexus-macros-common (145/248)
34352026-02-12T05:55:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-02-12T05:55:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-02-12T05:55:25.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-02-12T05:55:25.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
34392026-02-12T05:55:25.873Z
34402026-02-12T05:55:25.873Zinfo: running `cargo check --bins` on nexus-auth (146/248)
34412026-02-12T05:55:26.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-02-12T05:55:27.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-02-12T05:55:27.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-02-12T05:55:27.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34452026-02-12T05:55:27.120Z
34462026-02-12T05:55:27.120Zinfo: running `cargo check --bins` on authz-macros (147/248)
34472026-02-12T05:55:28.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-02-12T05:55:28.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-02-12T05:55:28.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-02-12T05:55:28.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34512026-02-12T05:55:28.265Z
34522026-02-12T05:55:28.265Zinfo: running `cargo check --bins` on nexus-db-fixed-data (148/248)
34532026-02-12T05:55:29.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-02-12T05:55:29.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-02-12T05:55:29.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-02-12T05:55:29.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34572026-02-12T05:55:29.494Z
34582026-02-12T05:55:29.494Zinfo: running `cargo check --bins` on nexus-db-model (149/248)
34592026-02-12T05:55:30.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-02-12T05:55:30.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-02-12T05:55:30.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-02-12T05:55:30.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
34632026-02-12T05:55:30.713Z
34642026-02-12T05:55:30.714Zinfo: running `cargo check --bins` on nexus-db-schema (150/248)
34652026-02-12T05:55:31.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-02-12T05:55:31.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-02-12T05:55:31.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-02-12T05:55:31.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
34692026-02-12T05:55:31.814Z
34702026-02-12T05:55:31.814Zinfo: running `cargo check --bins` on omicron-rpaths (151/248)
34712026-02-12T05:55:32.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-02-12T05:55:32.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-02-12T05:55:32.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-02-12T05:55:32.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
34752026-02-12T05:55:32.908Z
34762026-02-12T05:55:32.908Zinfo: running `cargo check --bins` on nexus-defaults (152/248)
34772026-02-12T05:55:33.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-02-12T05:55:33.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-02-12T05:55:33.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-02-12T05:55:33.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
34812026-02-12T05:55:34.091Z
34822026-02-12T05:55:34.091Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (153/248)
34832026-02-12T05:55:35.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-02-12T05:55:35.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-02-12T05:55:35.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-02-12T05:55:35.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34872026-02-12T05:55:35.246Z
34882026-02-12T05:55:35.246Zinfo: running `cargo check --bins` on parallel-task-set (154/248)
34892026-02-12T05:55:36.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-02-12T05:55:36.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-02-12T05:55:36.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-02-12T05:55:36.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34932026-02-12T05:55:36.391Z
34942026-02-12T05:55:36.391Zinfo: running `cargo check --bins` on nexus-db-errors (155/248)
34952026-02-12T05:55:37.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-02-12T05:55:37.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-02-12T05:55:37.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-02-12T05:55:37.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34992026-02-12T05:55:37.612Z
35002026-02-12T05:55:37.613Zinfo: running `cargo check --bins` on nexus-db-lookup (156/248)
35012026-02-12T05:55:38.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-02-12T05:55:38.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-02-12T05:55:38.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-02-12T05:55:38.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35052026-02-12T05:55:38.853Z
35062026-02-12T05:55:38.853Zinfo: running `cargo check --bins` on nexus-inventory (157/248)
35072026-02-12T05:55:39.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-02-12T05:55:39.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-02-12T05:55:39.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-02-12T05:55:39.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35112026-02-12T05:55:40.072Z
35122026-02-12T05:55:40.072Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/248)
35132026-02-12T05:55:41.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-02-12T05:55:41.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-02-12T05:55:41.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-02-12T05:55:41.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
35172026-02-12T05:55:41.280Z
35182026-02-12T05:55:41.280Zinfo: running `cargo check --bins --no-default-features` on sled-storage (159/248)
35192026-02-12T05:55:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-02-12T05:55:42.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-02-12T05:55:42.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-02-12T05:55:42.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35232026-02-12T05:55:42.486Z
35242026-02-12T05:55:42.487Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/248)
35252026-02-12T05:55:43.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-02-12T05:55:43.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-02-12T05:55:43.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-02-12T05:55:43.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35292026-02-12T05:55:43.721Z
35302026-02-12T05:55:43.721Zinfo: running `cargo check --bins` on key-manager (161/248)
35312026-02-12T05:55:44.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-02-12T05:55:44.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-02-12T05:55:44.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-02-12T05:55:44.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35352026-02-12T05:55:44.861Z
35362026-02-12T05:55:44.861Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (162/248)
35372026-02-12T05:55:45.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-02-12T05:55:45.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-02-12T05:55:45.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-02-12T05:55:45.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35412026-02-12T05:55:46.008Z
35422026-02-12T05:55:46.008Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/248)
35432026-02-12T05:55:47.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-02-12T05:55:47.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-02-12T05:55:47.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-02-12T05:55:47.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35472026-02-12T05:55:47.171Z
35482026-02-12T05:55:47.171Zinfo: running `cargo check --bins` on typed-rng (164/248)
35492026-02-12T05:55:48.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-02-12T05:55:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-02-12T05:55:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-02-12T05:55:48.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
35532026-02-12T05:55:48.295Z
35542026-02-12T05:55:48.295Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/248)
35552026-02-12T05:55:49.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-02-12T05:55:49.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-02-12T05:55:49.860Z Compiling libefi-sys v0.1.0
35582026-02-12T05:55:49.860Z Compiling bitfield-struct v0.6.2
35592026-02-12T05:55:49.884Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35602026-02-12T05:55:49.884Z Compiling xshell-macros v0.2.7
35612026-02-12T05:55:49.919Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35622026-02-12T05:55:49.986Z Compiling salty v0.3.0
35632026-02-12T05:55:50.010Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35642026-02-12T05:55:50.036Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35652026-02-12T05:55:50.061Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35662026-02-12T05:55:50.272Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35672026-02-12T05:55:50.519Z Checking primeorder v0.13.6
35682026-02-12T05:55:50.597Z Compiling proc-macro-error-attr2 v2.0.0
35692026-02-12T05:55:50.621Z Checking xshell v0.2.7
35702026-02-12T05:55:50.646Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35712026-02-12T05:55:50.891Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35722026-02-12T05:55:50.917Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35732026-02-12T05:55:50.980Z Checking p384 v0.13.1
35742026-02-12T05:55:51.017Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35752026-02-12T05:55:51.223Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35762026-02-12T05:55:51.289Z Compiling proc-macro-error2 v2.0.1
35772026-02-12T05:55:51.345Z Compiling num-derive v0.3.3
35782026-02-12T05:55:51.516Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35792026-02-12T05:55:51.751Z Compiling unicase v2.8.1
35802026-02-12T05:55:51.776Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35812026-02-12T05:55:51.866Z Compiling tabled_derive v0.11.0
35822026-02-12T05:55:51.937Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35832026-02-12T05:55:52.125Z Compiling mime_guess v2.0.5
35842026-02-12T05:55:52.269Z Checking papergrid v0.17.0
35852026-02-12T05:55:52.416Z Checking testing_table v0.3.0
35862026-02-12T05:55:52.560Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35872026-02-12T05:55:52.987Z Checking libscf-sys v1.1.0
35882026-02-12T05:55:53.015Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35892026-02-12T05:55:53.188Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35902026-02-12T05:55:53.383Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35912026-02-12T05:55:53.463Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
35922026-02-12T05:55:53.854Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35932026-02-12T05:55:53.926Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35942026-02-12T05:55:54.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35952026-02-12T05:55:54.202Z Checking corncobs v0.1.4
35962026-02-12T05:55:54.322Z Checking tabled v0.20.0
35972026-02-12T05:55:54.412Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35982026-02-12T05:55:54.497Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35992026-02-12T05:55:54.559Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36002026-02-12T05:55:54.628Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36012026-02-12T05:55:54.759Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36022026-02-12T05:55:54.866Z Checking secrecy v0.8.0
36032026-02-12T05:55:54.890Z Checking http-range v0.1.5
36042026-02-12T05:55:55.284Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36052026-02-12T05:55:55.328Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36062026-02-12T05:55:55.408Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36072026-02-12T05:55:55.950Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36082026-02-12T05:55:56.121Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36092026-02-12T05:55:56.145Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36102026-02-12T05:55:56.292Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
36112026-02-12T05:55:56.412Z Checking atty v0.2.14
36122026-02-12T05:55:56.436Z Checking crc8 v0.1.1
36132026-02-12T05:55:56.464Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36142026-02-12T05:55:56.561Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36152026-02-12T05:55:56.600Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36162026-02-12T05:55:56.921Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36172026-02-12T05:55:57.193Z Checking hyper-staticfile v0.10.1
36182026-02-12T05:55:57.459Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36192026-02-12T05:55:57.632Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36202026-02-12T05:55:57.692Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36212026-02-12T05:55:58.056Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36222026-02-12T05:55:58.233Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36232026-02-12T05:55:58.290Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36242026-02-12T05:55:58.349Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36252026-02-12T05:55:58.437Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36262026-02-12T05:55:58.526Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36272026-02-12T05:55:58.692Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36282026-02-12T05:55:58.992Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36292026-02-12T05:55:59.153Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36302026-02-12T05:55:59.659Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36312026-02-12T05:56:00.889Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36322026-02-12T05:56:01.303Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36332026-02-12T05:56:01.585Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36342026-02-12T05:56:02.460Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36352026-02-12T05:56:03.102Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36362026-02-12T05:56:03.164Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36372026-02-12T05:56:13.948Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36382026-02-12T05:56:54.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
36392026-02-12T05:56:54.743Z
36402026-02-12T05:56:54.743Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/248)
36412026-02-12T05:56:59.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-02-12T05:56:59.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-02-12T05:56:59.986Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36442026-02-12T05:57:33.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.02s
36452026-02-12T05:57:34.023Z
36462026-02-12T05:57:34.023Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/248)
36472026-02-12T05:57:35.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-02-12T05:57:35.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-02-12T05:57:35.615Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36502026-02-12T05:58:00.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.43s
36512026-02-12T05:58:00.702Z
36522026-02-12T05:58:00.703Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/248)
36532026-02-12T05:58:01.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-02-12T05:58:01.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-02-12T05:58:02.161Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36562026-02-12T05:58:27.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.10s
36572026-02-12T05:58:28.039Z
36582026-02-12T05:58:28.039Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/248)
36592026-02-12T05:58:29.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-02-12T05:58:29.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-02-12T05:58:29.646Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36622026-02-12T05:58:57.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.78s
36632026-02-12T05:58:58.073Z
36642026-02-12T05:58:58.073Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/248)
36652026-02-12T05:58:59.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-02-12T05:58:59.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-02-12T05:58:59.811Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36682026-02-12T05:59:27.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.76s
36692026-02-12T05:59:28.083Z
36702026-02-12T05:59:28.083Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/248)
36712026-02-12T05:59:29.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-02-12T05:59:29.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-02-12T05:59:29.633Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36742026-02-12T05:59:56.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.29s
36752026-02-12T05:59:56.624Z
36762026-02-12T05:59:56.624Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/248)
36772026-02-12T05:59:57.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-02-12T05:59:57.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-02-12T05:59:58.290Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36802026-02-12T06:00:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.69s
36812026-02-12T06:00:27.579Z
36822026-02-12T06:00:27.580Zinfo: running `cargo check --bins` on bootstrap-agent-api (173/248)
36832026-02-12T06:00:28.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-02-12T06:00:28.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-02-12T06:00:28.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-02-12T06:00:28.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
36872026-02-12T06:00:28.928Z
36882026-02-12T06:00:28.928Zinfo: running `cargo check --bins` on range-requests (174/248)
36892026-02-12T06:00:30.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-02-12T06:00:30.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-02-12T06:00:30.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-02-12T06:00:30.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
36932026-02-12T06:00:30.237Z
36942026-02-12T06:00:30.238Zinfo: running `cargo check --bins` on repo-depot-api (175/248)
36952026-02-12T06:00:31.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-02-12T06:00:31.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-02-12T06:00:31.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-02-12T06:00:31.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
36992026-02-12T06:00:31.589Z
37002026-02-12T06:00:31.589Zinfo: running `cargo check --bins` on sled-agent-api (176/248)
37012026-02-12T06:00:32.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-02-12T06:00:32.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-02-12T06:00:32.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-02-12T06:00:32.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37052026-02-12T06:00:32.940Z
37062026-02-12T06:00:32.940Zinfo: running `cargo check --bins` on sled-diagnostics (177/248)
37072026-02-12T06:00:34.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-02-12T06:00:34.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-02-12T06:00:34.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-02-12T06:00:34.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
37112026-02-12T06:00:34.273Z
37122026-02-12T06:00:34.273Zinfo: running `cargo check --bins` on zfs-test-harness (178/248)
37132026-02-12T06:00:35.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-02-12T06:00:35.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-02-12T06:00:35.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-02-12T06:00:35.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37172026-02-12T06:00:35.628Z
37182026-02-12T06:00:35.628Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/248)
37192026-02-12T06:00:36.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-02-12T06:00:36.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-02-12T06:00:36.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-02-12T06:00:36.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
37232026-02-12T06:00:37.002Z
37242026-02-12T06:00:37.002Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/248)
37252026-02-12T06:00:38.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-02-12T06:00:38.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-02-12T06:00:38.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-02-12T06:00:38.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
37292026-02-12T06:00:38.295Z
37302026-02-12T06:00:38.295Zinfo: running `cargo check --bins` on sled-agent-health-monitor (181/248)
37312026-02-12T06:00:39.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-02-12T06:00:39.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-02-12T06:00:39.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-02-12T06:00:39.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37352026-02-12T06:00:39.615Z
37362026-02-12T06:00:39.616Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/248)
37372026-02-12T06:00:40.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-02-12T06:00:40.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-02-12T06:00:40.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-02-12T06:00:40.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
37412026-02-12T06:00:40.997Z
37422026-02-12T06:00:40.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/248)
37432026-02-12T06:00:42.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-02-12T06:00:42.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-02-12T06:00:42.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-02-12T06:00:42.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
37472026-02-12T06:00:42.392Z
37482026-02-12T06:00:42.392Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (184/248)
37492026-02-12T06:00:43.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-02-12T06:00:43.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-02-12T06:00:43.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-02-12T06:00:43.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
37532026-02-12T06:00:43.713Z
37542026-02-12T06:00:43.713Zinfo: running `cargo check --bins` on trust-quorum (185/248)
37552026-02-12T06:00:44.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-02-12T06:00:44.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-02-12T06:00:44.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-02-12T06:00:44.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37592026-02-12T06:00:45.064Z
37602026-02-12T06:00:45.064Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (186/248)
37612026-02-12T06:00:46.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-02-12T06:00:46.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-02-12T06:00:46.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-02-12T06:00:46.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
37652026-02-12T06:00:46.544Z
37662026-02-12T06:00:46.544Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (187/248)
37672026-02-12T06:00:47.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-02-12T06:00:47.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-02-12T06:00:47.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-02-12T06:00:47.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
37712026-02-12T06:00:48.141Z
37722026-02-12T06:00:48.141Zinfo: running `cargo check --bins` on update-common (188/248)
37732026-02-12T06:00:49.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-02-12T06:00:49.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-02-12T06:00:49.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-02-12T06:00:49.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37772026-02-12T06:00:49.470Z
37782026-02-12T06:00:49.470Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (189/248)
37792026-02-12T06:00:50.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-02-12T06:00:50.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-02-12T06:00:50.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-02-12T06:00:50.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
37832026-02-12T06:00:50.822Z
37842026-02-12T06:00:50.822Zinfo: running `cargo check --bins` on reconfigurator-cli (190/248)
37852026-02-12T06:00:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-02-12T06:00:52.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-02-12T06:00:52.404Z Compiling fs-err v2.11.0
37882026-02-12T06:00:52.404Z Checking ignore v0.4.23
37892026-02-12T06:00:52.429Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
37902026-02-12T06:00:52.429Z Checking predicates-tree v1.0.12
37912026-02-12T06:00:52.429Z Checking parse-size v1.1.0
37922026-02-12T06:00:52.505Z Checking rand_seeder v0.4.0
37932026-02-12T06:00:52.534Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37942026-02-12T06:00:52.559Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37952026-02-12T06:00:52.699Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37962026-02-12T06:00:52.723Z Compiling petname v2.0.2
37972026-02-12T06:00:52.790Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37982026-02-12T06:00:53.050Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37992026-02-12T06:00:53.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-02-12T06:00:53.206Z Checking globwalk v0.9.1
38012026-02-12T06:00:53.247Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38022026-02-12T06:00:53.402Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38032026-02-12T06:00:53.532Z Checking camino-tempfile-ext v0.3.2
38042026-02-12T06:00:53.639Z Checking sapling-renderdag v0.1.0
38052026-02-12T06:00:53.739Z Checking sync-ptr v0.1.4
38062026-02-12T06:00:53.901Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38072026-02-12T06:00:53.959Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38082026-02-12T06:00:54.127Z Checking assert_matches v1.5.0
38092026-02-12T06:00:54.588Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38102026-02-12T06:00:54.842Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38112026-02-12T06:00:54.867Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38122026-02-12T06:00:56.116Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38132026-02-12T06:00:59.065Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38142026-02-12T06:01:03.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.98s
38152026-02-12T06:01:04.048Z
38162026-02-12T06:01:04.048Zinfo: running `cargo check --bins` on omicron-repl-utils (191/248)
38172026-02-12T06:01:05.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-02-12T06:01:05.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-02-12T06:01:05.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-02-12T06:01:05.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
38212026-02-12T06:01:05.136Z
38222026-02-12T06:01:05.137Zinfo: running `cargo check --bins` on nexus-test-interface (192/248)
38232026-02-12T06:01:06.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-02-12T06:01:06.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-02-12T06:01:06.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-02-12T06:01:06.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38272026-02-12T06:01:06.451Z
38282026-02-12T06:01:06.451Zinfo: running `cargo check --bins` on oximeter-collector (193/248)
38292026-02-12T06:01:07.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-02-12T06:01:07.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-02-12T06:01:07.738Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38322026-02-12T06:01:07.738Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38332026-02-12T06:01:08.803Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38342026-02-12T06:01:11.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
38352026-02-12T06:01:12.077Z
38362026-02-12T06:01:12.077Zinfo: running `cargo check --bins` on oximeter-api (194/248)
38372026-02-12T06:01:13.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-02-12T06:01:13.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-02-12T06:01:13.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-02-12T06:01:13.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
38412026-02-12T06:01:13.258Z
38422026-02-12T06:01:13.258Zinfo: running `cargo check --bins` on cert-dev (195/248)
38432026-02-12T06:01:14.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-02-12T06:01:14.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-02-12T06:01:14.447Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38462026-02-12T06:01:14.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
38472026-02-12T06:01:15.020Z
38482026-02-12T06:01:15.021Zinfo: running `cargo check --bins` on clickana (196/248)
38492026-02-12T06:01:16.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-02-12T06:01:16.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-02-12T06:01:16.305Z Checking castaway v0.2.3
38522026-02-12T06:01:16.305Z Checking unicode-truncate v1.1.0
38532026-02-12T06:01:16.332Z Checking lru v0.12.5
38542026-02-12T06:01:16.332Z Compiling instability v0.3.2
38552026-02-12T06:01:16.332Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38562026-02-12T06:01:16.332Z Compiling indoc v2.0.6
38572026-02-12T06:01:16.332Z Checking cassowary v0.3.0
38582026-02-12T06:01:16.604Z Checking compact_str v0.8.0
38592026-02-12T06:01:17.473Z Checking ratatui v0.29.0
38602026-02-12T06:01:18.827Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38612026-02-12T06:01:19.200Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38622026-02-12T06:01:21.062Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38632026-02-12T06:01:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
38642026-02-12T06:01:22.606Z
38652026-02-12T06:01:22.606Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (197/248)
38662026-02-12T06:01:23.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-02-12T06:01:23.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-02-12T06:01:24.173Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38692026-02-12T06:01:24.173Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38702026-02-12T06:01:25.206Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38712026-02-12T06:01:25.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
38722026-02-12T06:01:26.179Z
38732026-02-12T06:01:26.179Zinfo: running `cargo check --bins` on ch-dev (198/248)
38742026-02-12T06:01:27.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-02-12T06:01:27.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-02-12T06:01:27.620Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38772026-02-12T06:01:28.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
38782026-02-12T06:01:29.085Z
38792026-02-12T06:01:29.085Zinfo: running `cargo check --bins` on dev-tools-common (199/248)
38802026-02-12T06:01:29.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-02-12T06:01:29.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-02-12T06:01:29.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-02-12T06:01:29.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
38842026-02-12T06:01:30.042Z
38852026-02-12T06:01:30.043Zinfo: running `cargo check --bins` on crdb-seed (200/248)
38862026-02-12T06:01:31.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-02-12T06:01:31.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-02-12T06:01:31.401Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38892026-02-12T06:01:32.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
38902026-02-12T06:01:32.261Z
38912026-02-12T06:01:32.261Zinfo: running `cargo check --bins` on db-dev (201/248)
38922026-02-12T06:01:33.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-02-12T06:01:33.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-02-12T06:01:33.608Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38952026-02-12T06:01:34.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
38962026-02-12T06:01:35.021Z
38972026-02-12T06:01:35.021Zinfo: running `cargo check --bins` on omicron-dev-lib (202/248)
38982026-02-12T06:01:36.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-02-12T06:01:36.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-02-12T06:01:36.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-02-12T06:01:36.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
39022026-02-12T06:01:36.234Z
39032026-02-12T06:01:36.234Zinfo: running `cargo check --bins` on xtask-downloader (203/248)
39042026-02-12T06:01:37.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-02-12T06:01:37.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-02-12T06:01:37.382Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39072026-02-12T06:01:38.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
39082026-02-12T06:01:38.834Z
39092026-02-12T06:01:38.834Zinfo: running `cargo check --bins` on omicron-dropshot-apis (204/248)
39102026-02-12T06:01:39.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-02-12T06:01:39.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-02-12T06:01:40.143Z Compiling tabled_derive v0.10.0
39132026-02-12T06:01:40.143Z Checking papergrid v0.14.0
39142026-02-12T06:01:40.143Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39152026-02-12T06:01:40.143Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39162026-02-12T06:01:40.168Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39172026-02-12T06:01:40.193Z Compiling trait-variant v0.1.2
39182026-02-12T06:01:40.217Z Checking maplit v1.0.2
39192026-02-12T06:01:40.217Z Checking is_ci v1.2.0
39202026-02-12T06:01:40.434Z Checking supports-color v3.0.2
39212026-02-12T06:01:40.469Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39222026-02-12T06:01:40.560Z Checking drift v0.1.3
39232026-02-12T06:01:40.639Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39242026-02-12T06:01:40.753Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39252026-02-12T06:01:41.038Z Checking dropshot-api-manager v0.2.4
39262026-02-12T06:01:41.081Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39272026-02-12T06:01:41.106Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39282026-02-12T06:01:41.206Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39292026-02-12T06:01:41.475Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39302026-02-12T06:01:41.795Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39312026-02-12T06:01:41.852Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39322026-02-12T06:01:42.084Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39332026-02-12T06:01:42.488Z Checking tabled v0.18.0
39342026-02-12T06:01:42.778Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39352026-02-12T06:01:54.204Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39362026-02-12T06:01:56.619Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39372026-02-12T06:01:57.999Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39382026-02-12T06:01:58.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s
39392026-02-12T06:01:59.074Z
39402026-02-12T06:01:59.074Zinfo: running `cargo check --bins` on installinator-api (205/248)
39412026-02-12T06:02:00.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-02-12T06:02:00.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-02-12T06:02:00.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-02-12T06:02:00.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
39452026-02-12T06:02:00.286Z
39462026-02-12T06:02:00.286Zinfo: running `cargo check --bins` on nexus-external-api (206/248)
39472026-02-12T06:02:01.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-02-12T06:02:01.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-02-12T06:02:01.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-02-12T06:02:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
39512026-02-12T06:02:01.498Z
39522026-02-12T06:02:01.498Zinfo: running `cargo check --bins` on nexus-internal-api (207/248)
39532026-02-12T06:02:02.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-02-12T06:02:02.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-02-12T06:02:02.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-02-12T06:02:02.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
39572026-02-12T06:02:02.773Z
39582026-02-12T06:02:02.773Zinfo: running `cargo check --bins` on nexus-lockstep-api (208/248)
39592026-02-12T06:02:03.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-02-12T06:02:04.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-02-12T06:02:04.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-02-12T06:02:04.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
39632026-02-12T06:02:04.138Z
39642026-02-12T06:02:04.138Zinfo: running `cargo check --bins` on ntp-admin-api (209/248)
39652026-02-12T06:02:05.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-02-12T06:02:05.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-02-12T06:02:05.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-02-12T06:02:05.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
39692026-02-12T06:02:05.359Z
39702026-02-12T06:02:05.359Zinfo: running `cargo check --bins` on ntp-admin-types-versions (210/248)
39712026-02-12T06:02:06.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-02-12T06:02:06.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-02-12T06:02:06.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-02-12T06:02:06.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
39752026-02-12T06:02:06.596Z
39762026-02-12T06:02:06.596Zinfo: running `cargo check --bins` on wicketd-api (211/248)
39772026-02-12T06:02:07.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-02-12T06:02:07.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-02-12T06:02:07.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-02-12T06:02:07.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
39812026-02-12T06:02:07.940Z
39822026-02-12T06:02:07.940Zinfo: running `cargo check --bins` on omicron-ls-apis (212/248)
39832026-02-12T06:02:08.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-02-12T06:02:09.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-02-12T06:02:09.120Z Checking typeid v1.0.3
39862026-02-12T06:02:09.158Z Checking ordered-float v2.10.1
39872026-02-12T06:02:09.183Z Checking unicode-xid v0.2.6
39882026-02-12T06:02:09.207Z Checking cargo-platform v0.2.0
39892026-02-12T06:02:09.299Z Checking erased-serde v0.4.6
39902026-02-12T06:02:09.655Z Checking serde-value v0.7.0
39912026-02-12T06:02:10.041Z Checking serde-untagged v0.1.7
39922026-02-12T06:02:10.370Z Checking cargo-util-schemas v0.8.2
39932026-02-12T06:02:12.128Z Checking cargo_metadata v0.21.0
39942026-02-12T06:02:13.615Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39952026-02-12T06:02:15.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.09s
39962026-02-12T06:02:15.221Z
39972026-02-12T06:02:15.221Zinfo: running `cargo check --bins` on mgs-dev (213/248)
39982026-02-12T06:02:16.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-02-12T06:02:16.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-02-12T06:02:16.596Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40012026-02-12T06:02:17.557Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40022026-02-12T06:02:18.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
40032026-02-12T06:02:18.683Z
40042026-02-12T06:02:18.683Zinfo: running `cargo check --bins` on omicron-omdb (214/248)
40052026-02-12T06:02:19.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-02-12T06:02:19.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-02-12T06:02:20.277Z Compiling vergen-gitcl v1.0.8
40082026-02-12T06:02:20.277Z Compiling dirs-sys-next v0.1.2
40092026-02-12T06:02:20.277Z Compiling crunchy v0.2.2
40102026-02-12T06:02:20.277Z Compiling dsl_auto_type v0.1.2
40112026-02-12T06:02:20.301Z Checking scheduled-thread-pool v0.2.7
40122026-02-12T06:02:20.301Z Compiling diesel_table_macro_syntax v0.2.0
40132026-02-12T06:02:20.301Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40142026-02-12T06:02:20.301Z Compiling tiny-keccak v2.0.2
40152026-02-12T06:02:20.607Z Compiling dirs-next v2.0.0
40162026-02-12T06:02:20.754Z Compiling term v0.7.0
40172026-02-12T06:02:20.796Z Checking r2d2 v0.8.10
40182026-02-12T06:02:20.831Z Compiling bit-vec v0.6.3
40192026-02-12T06:02:20.871Z Compiling ena v0.14.3
40202026-02-12T06:02:21.139Z Compiling diff v0.1.13
40212026-02-12T06:02:21.253Z Compiling bit-set v0.5.3
40222026-02-12T06:02:21.297Z Compiling ascii-canvas v3.0.0
40232026-02-12T06:02:21.544Z Compiling bindgen v0.71.1
40242026-02-12T06:02:21.569Z Compiling diesel_derives v2.2.3
40252026-02-12T06:02:21.645Z Compiling regex-syntax v0.6.29
40262026-02-12T06:02:21.785Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40272026-02-12T06:02:21.889Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40282026-02-12T06:02:21.924Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40292026-02-12T06:02:21.949Z Compiling libxml v0.3.3
40302026-02-12T06:02:22.143Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40312026-02-12T06:02:22.176Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40322026-02-12T06:02:22.414Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40332026-02-12T06:02:22.740Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40342026-02-12T06:02:22.770Z Compiling strum_macros v0.24.3
40352026-02-12T06:02:22.958Z Compiling indoc v1.0.9
40362026-02-12T06:02:23.785Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40372026-02-12T06:02:24.077Z Checking derive_builder v0.20.2
40382026-02-12T06:02:24.284Z Compiling oso-derive v0.27.3
40392026-02-12T06:02:24.769Z Compiling lalrpop v0.19.12
40402026-02-12T06:02:24.803Z Compiling impl-trait-for-tuples v0.2.2
40412026-02-12T06:02:25.166Z Checking quick-xml v0.37.2
40422026-02-12T06:02:25.546Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40432026-02-12T06:02:26.209Z Compiling diesel-dtrace v0.4.2
40442026-02-12T06:02:26.596Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40452026-02-12T06:02:26.939Z Checking bb8 v0.8.5
40462026-02-12T06:02:27.011Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40472026-02-12T06:02:27.117Z Checking nonempty v0.12.0
40482026-02-12T06:02:27.373Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40492026-02-12T06:02:27.448Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40502026-02-12T06:02:27.484Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40512026-02-12T06:02:27.730Z Checking console v0.16.0
40522026-02-12T06:02:27.820Z Checking unit-prefix v0.5.1
40532026-02-12T06:02:28.062Z Checking support-bundle-viewer v0.1.2
40542026-02-12T06:02:28.411Z Checking indicatif v0.18.0
40552026-02-12T06:02:28.482Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40562026-02-12T06:02:28.534Z Checking multimap v0.10.1
40572026-02-12T06:02:30.470Z Checking diesel v2.2.12
40582026-02-12T06:02:47.630Z Compiling samael v0.0.19
40592026-02-12T06:02:49.793Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40602026-02-12T06:02:52.694Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40612026-02-12T06:02:53.029Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40622026-02-12T06:02:53.338Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40632026-02-12T06:02:53.663Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40642026-02-12T06:02:53.777Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40652026-02-12T06:02:56.001Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40662026-02-12T06:02:57.251Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40672026-02-12T06:03:01.217Z Checking async-bb8-diesel v0.2.1
40682026-02-12T06:03:02.312Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40692026-02-12T06:03:09.096Z Compiling polar-core v0.27.3
40702026-02-12T06:03:19.036Z Checking oso v0.27.3
40712026-02-12T06:04:27.940Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40722026-02-12T06:05:48.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 30s
40732026-02-12T06:05:49.153Z
40742026-02-12T06:05:49.153Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (215/248)
40752026-02-12T06:05:50.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-02-12T06:05:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-02-12T06:05:50.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-02-12T06:05:50.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
40792026-02-12T06:05:50.461Z
40802026-02-12T06:05:50.462Zinfo: running `cargo check --bins` on nexus-saga-recovery (216/248)
40812026-02-12T06:05:51.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-02-12T06:05:51.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-02-12T06:05:51.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-02-12T06:05:51.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
40852026-02-12T06:05:51.719Z
40862026-02-12T06:05:51.719Zinfo: running `cargo check --bins` on nexus-test-utils-macros (217/248)
40872026-02-12T06:05:52.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-02-12T06:05:52.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-02-12T06:05:52.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-02-12T06:05:52.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
40912026-02-12T06:05:52.902Z
40922026-02-12T06:05:52.902Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (218/248)
40932026-02-12T06:05:54.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-02-12T06:05:54.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-02-12T06:05:54.531Z Compiling libz-sys v1.1.20
40962026-02-12T06:05:54.555Z Compiling libgit2-sys v0.18.2+1.9.1
40972026-02-12T06:05:54.591Z Compiling vergen-git2 v1.0.7
40982026-02-12T06:05:54.615Z Compiling rustls v0.21.12
40992026-02-12T06:05:54.639Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41002026-02-12T06:05:54.639Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41012026-02-12T06:05:54.639Z Checking rustls-webpki v0.101.7
41022026-02-12T06:05:54.664Z Checking sct v0.7.1
41032026-02-12T06:05:54.980Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41042026-02-12T06:05:55.007Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41052026-02-12T06:05:55.034Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41062026-02-12T06:05:55.091Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41072026-02-12T06:05:55.475Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41082026-02-12T06:05:55.555Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41092026-02-12T06:05:55.579Z Checking rustls-pemfile v1.0.4
41102026-02-12T06:05:55.603Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41112026-02-12T06:05:55.821Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41122026-02-12T06:05:56.127Z Checking twox-hash v2.1.0
41132026-02-12T06:05:56.435Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41142026-02-12T06:05:56.574Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41152026-02-12T06:05:57.355Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41162026-02-12T06:05:57.436Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41172026-02-12T06:05:57.806Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41182026-02-12T06:05:58.144Z Checking tokio-rustls v0.24.1
41192026-02-12T06:05:58.529Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41202026-02-12T06:05:58.623Z Checking fatfs v0.3.6
41212026-02-12T06:05:58.778Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41222026-02-12T06:05:59.079Z Compiling seq-macro v0.3.6
41232026-02-12T06:06:07.328Z Compiling git2 v0.20.2
41242026-02-12T06:06:08.365Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41252026-02-12T06:06:08.594Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41262026-02-12T06:06:12.929Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41272026-02-12T06:08:12.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41282026-02-12T06:08:12.899Z
41292026-02-12T06:08:12.899Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (219/248)
41302026-02-12T06:08:14.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-02-12T06:08:14.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-02-12T06:08:14.801Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41332026-02-12T06:10:06.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
41342026-02-12T06:10:06.510Z
41352026-02-12T06:10:06.510Zinfo: running `cargo check --bins` on nexus-background-task-interface (220/248)
41362026-02-12T06:10:07.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-02-12T06:10:07.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-02-12T06:10:07.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-02-12T06:10:07.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
41402026-02-12T06:10:07.645Z
41412026-02-12T06:10:07.645Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (221/248)
41422026-02-12T06:10:08.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-02-12T06:10:08.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-02-12T06:10:08.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-02-12T06:10:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
41462026-02-12T06:10:08.850Z
41472026-02-12T06:10:08.850Zinfo: running `cargo check --bins` on nexus-mgs-updates (222/248)
41482026-02-12T06:10:09.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-02-12T06:10:09.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-02-12T06:10:09.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-02-12T06:10:09.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
41522026-02-12T06:10:10.048Z
41532026-02-12T06:10:10.048Zinfo: running `cargo check --bins` on nexus-networking (223/248)
41542026-02-12T06:10:11.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-02-12T06:10:11.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-02-12T06:10:11.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-02-12T06:10:11.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
41582026-02-12T06:10:11.369Z
41592026-02-12T06:10:11.369Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (224/248)
41602026-02-12T06:10:12.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-02-12T06:10:12.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-02-12T06:10:12.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-02-12T06:10:12.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
41642026-02-12T06:10:12.631Z
41652026-02-12T06:10:12.631Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (225/248)
41662026-02-12T06:10:13.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-02-12T06:10:13.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-02-12T06:10:13.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-02-12T06:10:13.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
41702026-02-12T06:10:13.846Z
41712026-02-12T06:10:13.846Zinfo: running `cargo check --bins` on omicron-dev (226/248)
41722026-02-12T06:10:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-02-12T06:10:15.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-02-12T06:10:15.515Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41752026-02-12T06:10:15.515Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41762026-02-12T06:10:15.588Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41772026-02-12T06:10:15.614Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41782026-02-12T06:10:15.638Z Checking yansi v1.0.1
41792026-02-12T06:10:15.638Z Checking diff v0.1.13
41802026-02-12T06:10:15.638Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41812026-02-12T06:10:15.664Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41822026-02-12T06:10:15.925Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41832026-02-12T06:10:16.184Z Checking pretty_assertions v1.4.1
41842026-02-12T06:10:17.512Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41852026-02-12T06:11:16.430Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41862026-02-12T06:11:16.430Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41872026-02-12T06:11:16.454Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41882026-02-12T06:11:16.454Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41892026-02-12T06:11:16.454Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41902026-02-12T06:11:16.454Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41912026-02-12T06:11:17.797Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41922026-02-12T06:11:19.957Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41932026-02-12T06:13:01.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
41942026-02-12T06:13:02.135Z
41952026-02-12T06:13:02.135Zinfo: running `cargo check --bins` on omicron-pins (227/248)
41962026-02-12T06:13:03.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-02-12T06:13:03.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-02-12T06:13:03.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-02-12T06:13:03.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
42002026-02-12T06:13:03.234Z
42012026-02-12T06:13:03.234Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (228/248)
42022026-02-12T06:13:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-02-12T06:13:04.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-02-12T06:13:04.618Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42052026-02-12T06:13:04.642Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42062026-02-12T06:13:04.666Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42072026-02-12T06:13:44.369Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42082026-02-12T06:13:45.053Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42092026-02-12T06:13:48.807Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42102026-02-12T06:13:49.528Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42112026-02-12T06:13:55.907Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42122026-02-12T06:14:49.153Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42132026-02-12T06:14:50.257Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42142026-02-12T06:14:53.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
42152026-02-12T06:14:53.533Z
42162026-02-12T06:14:53.533Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (229/248)
42172026-02-12T06:14:54.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-02-12T06:14:54.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-02-12T06:14:54.870Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42202026-02-12T06:14:55.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
42212026-02-12T06:14:56.141Z
42222026-02-12T06:14:56.141Zinfo: running `cargo check --bins` on omicron-releng (230/248)
42232026-02-12T06:14:57.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-02-12T06:14:57.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-02-12T06:14:57.358Z Compiling blake3 v1.5.4
42262026-02-12T06:14:57.382Z Checking constant_time_eq v0.3.1
42272026-02-12T06:14:57.382Z Checking arrayref v0.3.9
42282026-02-12T06:14:57.382Z Checking arrayvec v0.7.6
42292026-02-12T06:14:57.382Z Checking topological-sort v0.2.2
42302026-02-12T06:14:57.406Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42312026-02-12T06:14:57.430Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42322026-02-12T06:14:57.430Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42332026-02-12T06:14:57.540Z Checking shell-words v1.1.0
42342026-02-12T06:14:58.879Z Checking omicron-zone-package v0.12.2
42352026-02-12T06:15:00.437Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42362026-02-12T06:15:02.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
42372026-02-12T06:15:02.434Z
42382026-02-12T06:15:02.434Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (231/248)
42392026-02-12T06:15:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-02-12T06:15:03.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-02-12T06:15:03.609Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42422026-02-12T06:15:04.023Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42432026-02-12T06:15:04.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
42442026-02-12T06:15:04.926Z
42452026-02-12T06:15:04.926Zinfo: running `cargo check --bins` on xtask (232/248)
42462026-02-12T06:15:05.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-02-12T06:15:05.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-02-12T06:15:05.771Z Checking bitflags v2.9.4
42492026-02-12T06:15:05.771Z Checking serde v1.0.228
42502026-02-12T06:15:05.771Z Checking zerofrom v0.1.4
42512026-02-12T06:15:05.808Z Checking thiserror v2.0.18
42522026-02-12T06:15:05.844Z Checking hashbrown v0.16.1
42532026-02-12T06:15:05.869Z Checking smallvec v1.15.1
42542026-02-12T06:15:05.893Z Checking serde_json v1.0.149
42552026-02-12T06:15:05.893Z Checking scroll v0.12.0
42562026-02-12T06:15:05.997Z Checking num-traits v0.2.19
42572026-02-12T06:15:06.022Z Checking yoke v0.7.4
42582026-02-12T06:15:06.084Z Checking rustix v0.38.37
42592026-02-12T06:15:06.213Z Checking thiserror v1.0.69
42602026-02-12T06:15:06.351Z Checking zerovec v0.10.4
42612026-02-12T06:15:06.375Z Checking log v0.4.29
42622026-02-12T06:15:06.406Z Checking percent-encoding v2.3.2
42632026-02-12T06:15:06.658Z Checking pest v2.8.2
42642026-02-12T06:15:06.682Z Checking goblin v0.8.2
42652026-02-12T06:15:06.737Z Checking serde_spanned v0.6.9
42662026-02-12T06:15:06.801Z Checking indexmap v2.13.0
42672026-02-12T06:15:06.953Z Checking toml_datetime v0.6.11
42682026-02-12T06:15:07.004Z Checking terminal_size v0.4.0
42692026-02-12T06:15:07.181Z Checking erased-serde v0.4.6
42702026-02-12T06:15:07.246Z Checking form_urlencoded v1.2.2
42712026-02-12T06:15:07.294Z Checking zerocopy v0.7.35
42722026-02-12T06:15:07.318Z Checking ordered-float v2.10.1
42732026-02-12T06:15:07.467Z Checking getrandom v0.3.4
42742026-02-12T06:15:07.674Z Checking syn v2.0.114
42752026-02-12T06:15:07.794Z Checking tinystr v0.7.6
42762026-02-12T06:15:07.819Z Checking icu_collections v1.5.0
42772026-02-12T06:15:07.965Z Checking toml_edit v0.22.27
42782026-02-12T06:15:07.989Z Checking serde-untagged v0.1.7
42792026-02-12T06:15:08.145Z Checking icu_locid v1.5.0
42802026-02-12T06:15:08.314Z Checking serde-value v0.7.0
42812026-02-12T06:15:08.399Z Checking rustix v1.1.3
42822026-02-12T06:15:08.470Z Checking once_cell v1.21.3
42832026-02-12T06:15:08.701Z Checking clap_builder v4.5.48
42842026-02-12T06:15:08.799Z Checking cargo-platform v0.2.0
42852026-02-12T06:15:08.823Z Checking dtrace-parser v0.2.0
42862026-02-12T06:15:09.052Z Checking icu_provider v1.5.0
42872026-02-12T06:15:09.132Z Checking textwrap v0.16.2
42882026-02-12T06:15:09.242Z Checking fs-err v3.1.1
42892026-02-12T06:15:09.519Z Checking tabled v0.15.0
42902026-02-12T06:15:09.551Z Checking anyhow v1.0.99
42912026-02-12T06:15:09.610Z Checking icu_locid_transform v1.5.0
42922026-02-12T06:15:09.755Z Checking tempfile v3.24.0
42932026-02-12T06:15:09.910Z Checking macaddr v1.0.1
42942026-02-12T06:15:10.130Z Checking camino-tempfile v1.4.1
42952026-02-12T06:15:10.250Z Checking toml v0.8.23
42962026-02-12T06:15:10.274Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
42972026-02-12T06:15:10.468Z Checking icu_properties v1.5.1
42982026-02-12T06:15:10.841Z Checking dof v0.3.0
42992026-02-12T06:15:10.879Z Checking cargo_toml v0.21.0
43002026-02-12T06:15:11.227Z Checking clap v4.5.48
43012026-02-12T06:15:11.784Z Checking usdt-impl v0.5.0
43022026-02-12T06:15:12.289Z Checking usdt v0.5.0
43032026-02-12T06:15:13.212Z Checking icu_normalizer v1.5.0
43042026-02-12T06:15:13.840Z Checking idna_adapter v1.2.0
43052026-02-12T06:15:14.025Z Checking idna v1.0.3
43062026-02-12T06:15:14.444Z Checking url v2.5.4
43072026-02-12T06:15:15.161Z Checking cargo-util-schemas v0.8.2
43082026-02-12T06:15:16.871Z Checking cargo_metadata v0.21.0
43092026-02-12T06:15:18.273Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43102026-02-12T06:15:19.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
43112026-02-12T06:15:19.336Z
43122026-02-12T06:15:19.336Zinfo: running `cargo check --bins` on end-to-end-tests (233/248)
43132026-02-12T06:15:20.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-02-12T06:15:20.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-02-12T06:15:20.754Z Checking polyval v0.6.2
43162026-02-12T06:15:20.778Z Checking ctr v0.9.2
43172026-02-12T06:15:20.813Z Checking ssh-encoding v0.2.0
43182026-02-12T06:15:20.813Z Checking blowfish v0.9.1
43192026-02-12T06:15:20.858Z Checking password-hash v0.4.2
43202026-02-12T06:15:20.882Z Checking p256 v0.13.2
43212026-02-12T06:15:20.882Z Checking p521 v0.13.3
43222026-02-12T06:15:20.882Z Checking russh-cryptovec v0.7.3
43232026-02-12T06:15:21.073Z Checking ghash v0.5.1
43242026-02-12T06:15:21.098Z Checking bcrypt-pbkdf v0.10.0
43252026-02-12T06:15:21.098Z Checking md5 v0.7.0
43262026-02-12T06:15:21.138Z Checking num-bigint v0.4.6
43272026-02-12T06:15:21.162Z Checking des v0.8.1
43282026-02-12T06:15:21.262Z Checking aes-gcm v0.10.3
43292026-02-12T06:15:21.286Z Checking pbkdf2 v0.11.0
43302026-02-12T06:15:21.360Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43312026-02-12T06:15:21.418Z Checking hex-literal v0.4.1
43322026-02-12T06:15:21.442Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43332026-02-12T06:15:21.442Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43342026-02-12T06:15:21.506Z Checking ssh-cipher v0.2.0
43352026-02-12T06:15:21.568Z Checking internet-checksum v0.2.1
43362026-02-12T06:15:21.805Z Checking ssh-key v0.6.6
43372026-02-12T06:15:22.003Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43382026-02-12T06:15:23.224Z Checking russh-keys v0.45.0
43392026-02-12T06:15:24.325Z Checking russh v0.45.0
43402026-02-12T06:15:59.095Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43412026-02-12T06:16:01.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.20s
43422026-02-12T06:16:01.826Z
43432026-02-12T06:16:01.826Zinfo: running `cargo check --bins` on gateway-cli (234/248)
43442026-02-12T06:16:02.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-02-12T06:16:02.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-02-12T06:16:03.080Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43472026-02-12T06:16:03.104Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43482026-02-12T06:16:03.104Z Checking termios v0.3.3
43492026-02-12T06:16:06.209Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43502026-02-12T06:16:06.484Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43512026-02-12T06:16:10.608Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43522026-02-12T06:16:11.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
43532026-02-12T06:16:12.164Z
43542026-02-12T06:16:12.164Zinfo: running `cargo check --bins --no-default-features` on installinator (235/248)
43552026-02-12T06:16:13.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-02-12T06:16:13.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-02-12T06:16:13.595Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43582026-02-12T06:16:13.619Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43592026-02-12T06:16:13.653Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43602026-02-12T06:16:13.678Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43612026-02-12T06:16:13.702Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43622026-02-12T06:16:14.426Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43632026-02-12T06:16:14.426Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43642026-02-12T06:16:16.254Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43652026-02-12T06:16:16.586Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43662026-02-12T06:16:16.611Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43672026-02-12T06:16:18.185Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43682026-02-12T06:16:22.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
43692026-02-12T06:16:22.390Z
43702026-02-12T06:16:22.390Zinfo: running `cargo check --bins` on internal-dns-cli (236/248)
43712026-02-12T06:16:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-02-12T06:16:23.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-02-12T06:16:23.819Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43742026-02-12T06:16:24.621Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43752026-02-12T06:16:25.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
43762026-02-12T06:16:25.526Z
43772026-02-12T06:16:25.526Zinfo: running `cargo check --bins` on omicron-live-tests (237/248)
43782026-02-12T06:16:26.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-02-12T06:16:26.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-02-12T06:16:26.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-02-12T06:16:26.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
43822026-02-12T06:16:26.774Z
43832026-02-12T06:16:26.775Zinfo: running `cargo check --bins` on live-tests-macros (238/248)
43842026-02-12T06:16:27.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-02-12T06:16:27.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-02-12T06:16:27.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-02-12T06:16:27.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
43882026-02-12T06:16:28.050Z
43892026-02-12T06:16:28.050Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (239/248)
43902026-02-12T06:16:29.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-02-12T06:16:29.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-02-12T06:16:29.551Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43932026-02-12T06:16:30.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
43942026-02-12T06:16:30.703Z
43952026-02-12T06:16:30.703Zinfo: running `cargo check --bins` on omicron-ntp-admin (240/248)
43962026-02-12T06:16:31.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-02-12T06:16:31.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-02-12T06:16:31.996Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43992026-02-12T06:16:32.020Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44002026-02-12T06:16:32.323Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44012026-02-12T06:16:32.348Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44022026-02-12T06:16:33.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44032026-02-12T06:16:34.111Z
44042026-02-12T06:16:34.112Zinfo: running `cargo check --bins` on ntp-admin-types (241/248)
44052026-02-12T06:16:35.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-02-12T06:16:35.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-02-12T06:16:35.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-02-12T06:16:35.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
44092026-02-12T06:16:35.393Z
44102026-02-12T06:16:35.393Zinfo: running `cargo check --bins` on omicron-package (242/248)
44112026-02-12T06:16:36.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-02-12T06:16:36.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-02-12T06:16:36.785Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44142026-02-12T06:16:38.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
44152026-02-12T06:16:39.162Z
44162026-02-12T06:16:39.162Zinfo: running `cargo check --bins` on tqdb (243/248)
44172026-02-12T06:16:40.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-02-12T06:16:40.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-02-12T06:16:40.713Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44202026-02-12T06:16:41.279Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44212026-02-12T06:16:42.839Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44222026-02-12T06:16:42.864Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44232026-02-12T06:16:54.324Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44242026-02-12T06:16:56.356Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44252026-02-12T06:16:56.356Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44262026-02-12T06:16:56.380Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44272026-02-12T06:16:58.520Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44282026-02-12T06:16:58.544Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44292026-02-12T06:17:27.539Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44302026-02-12T06:17:27.564Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44312026-02-12T06:17:27.564Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44322026-02-12T06:17:27.564Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44332026-02-12T06:17:30.644Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44342026-02-12T06:17:33.491Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44352026-02-12T06:17:34.853Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44362026-02-12T06:17:37.586Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44372026-02-12T06:17:38.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.56s
44382026-02-12T06:17:38.979Z
44392026-02-12T06:17:38.979Zinfo: running `cargo check --bins` on wicket-dbg (244/248)
44402026-02-12T06:17:40.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-02-12T06:17:40.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-02-12T06:17:40.425Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44432026-02-12T06:17:40.449Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44442026-02-12T06:17:40.449Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44452026-02-12T06:17:40.491Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44462026-02-12T06:17:40.533Z Checking rtoolbox v0.0.2
44472026-02-12T06:17:40.557Z Checking tui-tree-widget v0.23.1
44482026-02-12T06:17:40.758Z Checking rpassword v7.4.0
44492026-02-12T06:17:40.977Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44502026-02-12T06:17:42.964Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44512026-02-12T06:17:52.648Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44522026-02-12T06:17:54.414Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44532026-02-12T06:18:01.068Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44542026-02-12T06:18:05.469Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44552026-02-12T06:18:07.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.29s
44562026-02-12T06:18:07.504Z
44572026-02-12T06:18:07.504Zinfo: running `cargo check --bins` on wicket (245/248)
44582026-02-12T06:18:08.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-02-12T06:18:08.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-02-12T06:18:08.909Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44612026-02-12T06:18:09.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
44622026-02-12T06:18:09.623Z
44632026-02-12T06:18:09.623Zinfo: running `cargo check --bins` on wicketd (246/248)
44642026-02-12T06:18:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-02-12T06:18:10.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-02-12T06:18:10.933Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44672026-02-12T06:18:10.957Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44682026-02-12T06:18:10.957Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44692026-02-12T06:18:13.520Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44702026-02-12T06:18:14.679Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44712026-02-12T06:18:21.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
44722026-02-12T06:18:21.509Z
44732026-02-12T06:18:21.509Zinfo: running `cargo check --bins` on omicron-workspace-hack (247/248)
44742026-02-12T06:18:22.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-02-12T06:18:22.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-02-12T06:18:22.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-02-12T06:18:22.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44782026-02-12T06:18:22.650Z
44792026-02-12T06:18:22.650Zinfo: running `cargo check --bins` on zone-setup (248/248)
44802026-02-12T06:18:23.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-02-12T06:18:23.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-02-12T06:18:23.973Z Checking uzers v0.12.1
44832026-02-12T06:18:24.389Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44842026-02-12T06:18:25.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
44852026-02-12T06:18:26.112Z
44862026-02-12T06:18:26.137Zreal 30:11.911715708
44872026-02-12T06:18:26.137Zuser 45:06.669895569
44882026-02-12T06:18:26.137Zsys 7:25.478864815
44892026-02-12T06:18:26.137Ztrap 1.143947495
44902026-02-12T06:18:26.137Ztflt 0.398842184
44912026-02-12T06:18:26.137Zdflt 1.130308647
44922026-02-12T06:18:26.137Zkflt 0.001229847
44932026-02-12T06:18:26.137Zlock 2:05:01.810122735
44942026-02-12T06:18:26.137Zslp 4:15:12.062021199
44952026-02-12T06:18:26.137Zlat 1:37.492347089
44962026-02-12T06:18:26.137Zstop 4:47.282254455
44972026-02-12T06:18:26.137Zprocess exited: duration 2202445 ms, exit code 0
 
44982026-02-12T06:18:26.189Zfound 0 output files