01KHMA6DWE2EAFAZ5T4E3A06WP: 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: 01KHMA6Y4C54TNYB6QKXNG03JA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-16T22:48:47.121Zjob assigned to worker 01KHMA78EN9GVTTQXPPE21GMV1 [factory aws, i-09bcee0f133157d1c] (queued for 57 s)
 
22026-02-16T22:48:56.309Zstarting task 0: "setup"
32026-02-16T22:48:56.313Z++ uname -s
42026-02-16T22:48:56.316Z+ kern=SunOS
52026-02-16T22:48:56.316Z+ build_user=build
62026-02-16T22:48:56.316Z+ build_uid=12345
72026-02-16T22:48:56.316Z+ work_dir=/work
82026-02-16T22:48:56.316Z+ input_dir=/input
92026-02-16T22:48:56.316Z+ [[ 0 == 12345 ]]
102026-02-16T22:48:56.316Z+ case "$kern" in
112026-02-16T22:48:56.316Z+ groupadd -g 12345 build
122026-02-16T22:48:56.319Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-16T22:48:58.326Z+ zfs create -o mountpoint=/work rpool/work
142026-02-16T22:48:58.453Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-16T22:48:58.458Z+ home_fs=zfs
162026-02-16T22:48:58.458Z+ [[ zfs == autofs ]]
172026-02-16T22:48:58.458Z+ mkdir -p /home/build
182026-02-16T22:48:58.464Z+ chown build:build /home/build /work
192026-02-16T22:49:00.459Z+ chmod 0700 /home/build /work
202026-02-16T22:49:00.463Zprocess exited: duration 4155 ms, exit code 0
 
212026-02-16T22:49:00.469Zstarting task 1: "rust-toolchain"
222026-02-16T22:49:00.474Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-16T22:49:00.474Z * rust toolchain channel = "1.91.1"
242026-02-16T22:49:00.474Z * rust toolchain profile = "default"
252026-02-16T22:49:00.474Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-16T22:49:00.474Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-16T22:49:00.477Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-16T22:49:00.477Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-16T22:49:00.477Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-16T22:49:00.613Zinfo: downloading installer
312026-02-16T22:49:02.640Zwarn: It looks like you have an existing installation of Rust at:
322026-02-16T22:49:02.640Zwarn: /opt/ooce/bin
332026-02-16T22:49:02.640Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-16T22:49:02.640Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-16T22:49:02.640Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-16T22:49:02.640Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-16T22:49:02.640Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-16T22:49:02.640Zerror: cannot install while Rust is installed
392026-02-16T22:49:02.640Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-16T22:49:02.654Zinfo: profile set to 'default'
412026-02-16T22:49:02.654Zinfo: default host triple is x86_64-unknown-illumos
422026-02-16T22:49:02.657Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-16T22:49:02.847Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-16T22:49:02.850Zinfo: downloading component 'cargo'
452026-02-16T22:49:04.031Zinfo: downloading component 'clippy'
462026-02-16T22:49:04.496Zinfo: downloading component 'rust-docs'
472026-02-16T22:49:05.936Zinfo: downloading component 'rust-std'
482026-02-16T22:49:07.727Zinfo: downloading component 'rustc'
492026-02-16T22:49:14.842Zinfo: downloading component 'rustfmt'
502026-02-16T22:49:15.104Zinfo: installing component 'cargo'
512026-02-16T22:49:15.993Zinfo: installing component 'clippy'
522026-02-16T22:49:16.385Zinfo: installing component 'rust-docs'
532026-02-16T22:49:18.315Zinfo: installing component 'rust-std'
542026-02-16T22:49:20.125Zinfo: installing component 'rustc'
552026-02-16T22:49:26.801Zinfo: installing component 'rustfmt'
562026-02-16T22:49:27.141Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-16T22:49:27.141Z
582026-02-16T22:49:27.623Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-16T22:49:27.623Z
602026-02-16T22:49:27.626Z
612026-02-16T22:49:27.626ZRust is installed now. Great!
622026-02-16T22:49:27.626Z
632026-02-16T22:49:27.626ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-16T22:49:27.626Zenvironment variable. This has not been done automatically.
652026-02-16T22:49:27.626Z
662026-02-16T22:49:27.626ZTo configure your current shell, you need to source
672026-02-16T22:49:27.626Zthe corresponding env file under $HOME/.cargo.
682026-02-16T22:49:27.626Z
692026-02-16T22:49:27.626ZThis is usually done by running one of the following (note the leading DOT):
702026-02-16T22:49:27.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-16T22:49:27.626Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-16T22:49:27.626Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-16T22:49:27.749Z+ rustup --version
742026-02-16T22:49:27.760Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-16T22:49:27.764Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-16T22:49:27.849Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-16T22:49:27.852Z+ cargo --version
782026-02-16T22:49:27.923Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-16T22:49:27.926Z+ rustc --version
802026-02-16T22:49:28.003Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-16T22:49:28.007Zprocess exited: duration 27533 ms, exit code 0
 
822026-02-16T22:49:28.012Zstarting task 2: "authentication"
832026-02-16T22:49:28.034Zprocess exited: duration 21 ms, exit code 0
 
842026-02-16T22:49:28.040Zstarting task 3: "clone repository"
852026-02-16T22:49:28.045Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-16T22:49:28.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-16T22:49:28.086ZCloning into '/work/oxidecomputer/omicron'...
882026-02-16T22:49:39.581Z+ cd /work/oxidecomputer/omicron
892026-02-16T22:49:39.581Z+ git fetch origin f89bc5a9071508b894353f4a5291c9688f8a71cf
902026-02-16T22:49:39.841ZFrom https://github.com/oxidecomputer/omicron
912026-02-16T22:49:39.842Z * branch f89bc5a9071508b894353f4a5291c9688f8a71cf -> FETCH_HEAD
922026-02-16T22:49:39.849Z+ [[ -n sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
932026-02-16T22:49:39.855Z++ git branch --show-current
942026-02-16T22:49:39.855Z+ current=main
952026-02-16T22:49:39.856Z+ [[ main != sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
962026-02-16T22:49:39.856Z+ git branch -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps f89bc5a9071508b894353f4a5291c9688f8a71cf
972026-02-16T22:49:39.863Z+ git checkout -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps
982026-02-16T22:49:40.383ZSwitched to branch 'sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps'
992026-02-16T22:49:40.388Z+ git reset --hard f89bc5a9071508b894353f4a5291c9688f8a71cf
1002026-02-16T22:49:40.405ZHEAD is now at f89bc5a90 expand on client-side versioned comments
1012026-02-16T22:49:40.413Zprocess exited: duration 12364 ms, exit code 0
 
1022026-02-16T22:49:40.421Zstarting task 4: "build"
1032026-02-16T22:49:40.427Z+ source .github/buildomat/ci-env.sh
1042026-02-16T22:49:40.427Z++ export CARGO_TERM_COLOR=always
1052026-02-16T22:49:40.427Z++ CARGO_TERM_COLOR=always
1062026-02-16T22:49:40.435Z+ cargo --version
1072026-02-16T22:49:40.488Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-16T22:49:40.493Z+ rustc --version
1092026-02-16T22:49:40.563Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-16T22:49:40.568Z+ source ./env.sh
1112026-02-16T22:49:40.568Z++ OLD_SHELL_OPTS=ehxB
1122026-02-16T22:49:40.568Z++ set -o xtrace
1132026-02-16T22:49:40.573Z++++ dirname ./env.sh
1142026-02-16T22:49:40.573Z+++ readlink -f .
1152026-02-16T22:49:40.577Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ 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-16T22:49:40.578Z++ case $OLD_SHELL_OPTS in
1252026-02-16T22:49:40.578Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-16T22:49:40.579Z+ 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-16T22:49:40.579Z+ 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-16T22:49:40.579Z+ banner prerequisites
1292026-02-16T22:49:40.579Z
1302026-02-16T22:49:40.579Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-16T22:49:40.579Z # # # # # # # # # # # # # # #
1322026-02-16T22:49:40.579Z # # # # ##### # # ##### # # # # # #### #
1332026-02-16T22:49:40.579Z ##### ##### # ##### # # # # # # # # #
1342026-02-16T22:49:40.579Z # # # # # # # # # # # # # # #
1352026-02-16T22:49:40.579Z # # # ###### # # ###### ### # #### # #### #
1362026-02-16T22:49:40.579Z
1372026-02-16T22:49:40.580Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-16T22:49:51.148Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-16T22:50:01.359Z Startup: Caching catalogs ... Done
1402026-02-16T22:50:24.110ZPlanning: Solver setup ... Done (21.144s)
1412026-02-16T22:50:24.275ZPlanning: Running solver ... Done (0.161s)
1422026-02-16T22:50:24.466ZPlanning: Finding local manifests ... Done (0.003s)
1432026-02-16T22:50:24.473ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-16T22:50:24.570ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-16T22:50:24.619ZPlanning: Package planning ... Done (0.048s)
1462026-02-16T22:50:24.670ZPlanning: Merging actions ... Done (0.051s)
1472026-02-16T22:50:24.953ZPlanning: Checking for conflicting actions ... Done (0.283s)
1482026-02-16T22:50:24.965ZPlanning: Consolidating action changes ... Done (0.011s)
1492026-02-16T22:50:25.956ZPlanning: Evaluating mediators ... Done (0.991s)
1502026-02-16T22:50:25.965ZPlanning: Planning completed in 24.45 seconds
1512026-02-16T22:50:25.981Z Packages to install: 4
1522026-02-16T22:50:25.981Z Mediators to change: 2
1532026-02-16T22:50:25.984Z Services to change: 1
1542026-02-16T22:50:25.984Z Estimated space available: 155.43 GB
1552026-02-16T22:50:25.984ZEstimated space to be consumed: 1.81 GB
1562026-02-16T22:50:25.984Z Create boot environment: No
1572026-02-16T22:50:25.984ZCreate backup boot environment: No
1582026-02-16T22:50:25.984Z Rebuild boot archive: No
1592026-02-16T22:50:25.984Z
1602026-02-16T22:50:25.984ZChanged mediators:
1612026-02-16T22:50:25.984Z mediator clang:
1622026-02-16T22:50:25.984Z version: None -> 15 (system default)
1632026-02-16T22:50:25.984Z
1642026-02-16T22:50:25.984Z mediator llvm:
1652026-02-16T22:50:25.984Z version: 14 (system default) -> 15 (system default)
1662026-02-16T22:50:25.984Z
1672026-02-16T22:50:25.985ZChanged packages:
1682026-02-16T22:50:25.985Zhelios-dev
1692026-02-16T22:50:25.985Z developer/build-essential
1702026-02-16T22:50:25.985Z None -> 11-2.0
1712026-02-16T22:50:25.985Z library/libxmlsec1
1722026-02-16T22:50:25.985Z None -> 1.2.35-2.0
1732026-02-16T22:50:25.985Z ooce/developer/clang-15
1742026-02-16T22:50:25.985Z None -> 15.0.7-2.0
1752026-02-16T22:50:25.985Z ooce/developer/llvm-15
1762026-02-16T22:50:25.985Z None -> 15.0.7-2.0
1772026-02-16T22:50:25.985Z
1782026-02-16T22:50:25.985ZServices:
1792026-02-16T22:50:25.985Z restart_fmri:
1802026-02-16T22:50:25.985Z svc:/system/update-man-index:default
1812026-02-16T22:50:26.036Z
1822026-02-16T22:50:26.036ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-16T22:50:31.108ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (17.9M/s)
1842026-02-16T22:50:36.113ZDownload: 2707/3290 items 120.6/212.6MB 56% complete (12.1M/s)
1852026-02-16T22:50:39.575ZDownload: Completed 212.60 MB in 13.54 seconds (15.7M/s)
1862026-02-16T22:50:39.760Z Actions: 1/3689 actions (Installing new actions)
1872026-02-16T22:50:44.325Z Actions: Completed 3689 actions in 4.56 seconds.
1882026-02-16T22:50:44.745Z Done (0.415s)
1892026-02-16T22:50:44.745Z Done (0.000s)
1902026-02-16T22:50:45.834Z Done (1.089s)
1912026-02-16T22:50:50.267Z Done (4.081s)
1922026-02-16T22:50:50.353Z Done (0.020s)
1932026-02-16T22:50:50.356Z Done (0.000s)
1942026-02-16T22:50:50.509Z Done (0.000s)
1952026-02-16T22:50:51.449ZPlanning: Evaluating mediator changes ... Done
1962026-02-16T22:50:51.608ZPlanning: Checking for conflicting actions ... Done
1972026-02-16T22:50:51.612ZPlanning: Consolidating action changes ... Done
1982026-02-16T22:50:51.880ZPlanning: Evaluating mediators ... Done
1992026-02-16T22:50:51.883ZPlanning: Planning completed in 0.43 seconds
2002026-02-16T22:50:51.914Z Mediators to change: 2
2012026-02-16T22:50:51.914Z Create boot environment: No
2022026-02-16T22:50:51.914ZCreate backup boot environment: No
2032026-02-16T22:50:51.988Z Done
2042026-02-16T22:50:51.988Z Done
2052026-02-16T22:50:52.732Z Done
2062026-02-16T22:50:56.353Z Done
2072026-02-16T22:50:56.436Z Done
2082026-02-16T22:50:56.439Z Done
2092026-02-16T22:50:56.577Z Done
2102026-02-16T22:50:57.192ZPlanning: Evaluating mediator changes ... Done
2112026-02-16T22:50:57.195ZPlanning: Merging actions ... Done
2122026-02-16T22:50:57.382ZPlanning: Checking for conflicting actions ... Done
2132026-02-16T22:50:57.385ZPlanning: Consolidating action changes ... Done
2142026-02-16T22:50:57.650ZPlanning: Evaluating mediators ... Done
2152026-02-16T22:50:57.705ZPlanning: Planning completed in 0.76 seconds
2162026-02-16T22:50:57.739Z Packages to change: 1
2172026-02-16T22:50:57.739Z Mediators to change: 1
2182026-02-16T22:50:57.742Z Services to change: 1
2192026-02-16T22:50:57.742Z Create boot environment: No
2202026-02-16T22:50:57.742ZCreate backup boot environment: Yes
2212026-02-16T22:51:00.214Z Actions: 1/6 actions (Updating modified actions)
2222026-02-16T22:51:00.218Z Actions: Completed 6 actions in 0.00 seconds.
2232026-02-16T22:51:00.218Z Done
2242026-02-16T22:51:00.218Z Done
2252026-02-16T22:51:00.431Z Done
2262026-02-16T22:51:03.981Z Done
2272026-02-16T22:51:04.068Z Done
2282026-02-16T22:51:04.071Z Done
2292026-02-16T22:51:04.222Z Done
2302026-02-16T22:51:04.658ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-02-16T22:51:04.658Zclang system 15 system
2322026-02-16T22:51:04.658Zcsh system system illumos
2332026-02-16T22:51:04.658Zctags system system illumos
2342026-02-16T22:51:04.658Zfile system system illumos
2352026-02-16T22:51:04.658Zgcc vendor 12 vendor
2362026-02-16T22:51:04.658Zgcc system 10 system
2372026-02-16T22:51:04.658Zgcc system 7 system
2382026-02-16T22:51:04.658Zgo system 1.20 system
2392026-02-16T22:51:04.658Zgo system 1.19 system
2402026-02-16T22:51:04.659Zllvm system 15 system
2412026-02-16T22:51:04.659Zllvm system 14 system
2422026-02-16T22:51:04.659Zmariadb system 10.6 system
2432026-02-16T22:51:04.659Zmta vendor vendor dma
2442026-02-16T22:51:04.659Zopenjdk system 17 system
2452026-02-16T22:51:04.659Zopenjdk system 11 system
2462026-02-16T22:51:04.659Zopenjdk system 1.8 system
2472026-02-16T22:51:04.659Zopenssl vendor 3 vendor
2482026-02-16T22:51:04.659Zperl system 5.36 system
2492026-02-16T22:51:04.659Zpostgresql system 15 system
2502026-02-16T22:51:04.659Zpostgresql system 13 system
2512026-02-16T22:51:04.659Zpython vendor 3 vendor
2522026-02-16T22:51:04.659Zpython system 2 system
2532026-02-16T22:51:04.659Zpython3 system 3.11 system
2542026-02-16T22:51:04.659Zruby system 3.0 system
2552026-02-16T22:51:04.659Zwords vendor vendor american-english
2562026-02-16T22:51:04.659Zwords system system australian-english
2572026-02-16T22:51:04.659Zwords system system british-english
2582026-02-16T22:51:04.659Zwords system system canadian-english
2592026-02-16T22:51:04.659Zwords system system french
2602026-02-16T22:51:04.659Zwords system system italian
2612026-02-16T22:51:04.659Zwords system system ngerman
2622026-02-16T22:51:04.659Zwords system system ogerman
2632026-02-16T22:51:04.659Zwords system system spanish
2642026-02-16T22:51:04.987ZPUBLISHER TYPE STATUS P LOCATION
2652026-02-16T22:51:04.987Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-02-16T22:51:11.455ZFMRI IFO
2672026-02-16T22:51:11.455Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-02-16T22:51:11.455Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-02-16T22:51:11.455Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-02-16T22:51:11.455Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-02-16T22:51:11.455Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-02-16T22:51:11.455Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-02-16T22:51:11.455Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-02-16T22:51:11.455Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-02-16T22:51:11.455Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-02-16T22:51:11.455Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-02-16T22:51:11.455Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-02-16T22:51:11.455Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-02-16T22:51:11.455Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-02-16T22:51:11.456Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-02-16T22:51:11.456Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-02-16T22:51:11.456Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-02-16T22:51:12.621Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-02-16T22:51:12.872Z Updating crates.io index
2852026-02-16T22:51:12.876Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-02-16T22:51:13.317Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-02-16T22:51:13.583Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882026-02-16T22:51:14.634Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-02-16T22:51:14.915Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-02-16T22:51:15.194Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-02-16T22:51:16.524Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-02-16T22:51:18.706Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-02-16T22:51:19.576Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-02-16T22:51:20.033Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952026-02-16T22:51:20.717Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962026-02-16T22:51:21.262Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-02-16T22:51:21.697Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-02-16T22:51:22.116Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-02-16T22:51:22.453Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-02-16T22:51:23.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-02-16T22:51:23.688Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-02-16T22:51:23.913Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-02-16T22:51:24.230Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-02-16T22:51:24.568Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-02-16T22:51:24.778Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-02-16T22:51:24.980Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-02-16T22:51:25.210Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-02-16T22:51:25.605Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-02-16T22:51:25.895Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-02-16T22:51:26.453Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-02-16T22:51:26.676Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-02-16T22:51:26.958Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-02-16T22:51:27.223Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-02-16T22:51:28.856Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3152026-02-16T22:51:29.218Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-02-16T22:51:29.431Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-02-16T22:51:29.812Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-02-16T22:51:30.064Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-02-16T22:51:30.600Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-02-16T22:51:30.807Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-02-16T22:51:31.034Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-02-16T22:51:31.297Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-02-16T22:51:31.653Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-02-16T22:51:44.553Z Downloading crates ...
3252026-02-16T22:51:44.707Z Downloaded icu_provider_macros v1.5.0
3262026-02-16T22:51:44.707Z Downloaded cfg-if v1.0.4
3272026-02-16T22:51:44.707Z Downloaded itoa v1.0.11
3282026-02-16T22:51:44.707Z Downloaded dtrace-parser v0.2.0
3292026-02-16T22:51:44.708Z Downloaded idna_adapter v1.2.0
3302026-02-16T22:51:44.708Z Downloaded camino-tempfile v1.4.1
3312026-02-16T22:51:44.708Z Downloaded thiserror-impl v1.0.69
3322026-02-16T22:51:44.708Z Downloaded heck v0.5.0
3332026-02-16T22:51:44.708Z Downloaded generic-array v0.14.7
3342026-02-16T22:51:44.708Z Downloaded yoke-derive v0.7.4
3352026-02-16T22:51:44.708Z Downloaded thread-id v4.2.2
3362026-02-16T22:51:44.708Z Downloaded cpufeatures v0.2.14
3372026-02-16T22:51:44.708Z Downloaded memmap v0.7.0
3382026-02-16T22:51:44.708Z Downloaded fastrand v2.1.1
3392026-02-16T22:51:44.708Z Downloaded usdt v0.5.0
3402026-02-16T22:51:44.708Z Downloaded cargo-platform v0.2.0
3412026-02-16T22:51:44.708Z Downloaded write16 v1.0.0
3422026-02-16T22:51:44.709Z Downloaded autocfg v1.4.0
3432026-02-16T22:51:44.709Z Downloaded utf8parse v0.2.2
3442026-02-16T22:51:44.709Z Downloaded errno v0.3.12
3452026-02-16T22:51:44.709Z Downloaded toml_datetime v0.6.11
3462026-02-16T22:51:44.709Z Downloaded thiserror v2.0.18
3472026-02-16T22:51:44.709Z Downloaded utf16_iter v1.0.5
3482026-02-16T22:51:44.709Z Downloaded terminal_size v0.4.0
3492026-02-16T22:51:44.709Z Downloaded usdt-attr-macro v0.5.0
3502026-02-16T22:51:44.709Z Downloaded typeid v1.0.3
3512026-02-16T22:51:44.709Z Downloaded unicode-linebreak v0.1.5
3522026-02-16T22:51:44.709Z Downloaded zerofrom-derive v0.1.4
3532026-02-16T22:51:44.709Z Downloaded zerofrom v0.1.4
3542026-02-16T22:51:44.709Z Downloaded usdt-macro v0.5.0
3552026-02-16T22:51:44.710Z Downloaded tabled_derive v0.7.0
3562026-02-16T22:51:44.710Z Downloaded is_terminal_polyfill v1.70.1
3572026-02-16T22:51:44.710Z Downloaded colorchoice v1.0.2
3582026-02-16T22:51:44.710Z Downloaded toml_write v0.1.2
3592026-02-16T22:51:44.710Z Downloaded version_check v0.9.5
3602026-02-16T22:51:44.710Z Downloaded utf8_iter v1.0.4
3612026-02-16T22:51:44.710Z Downloaded fnv v1.0.7
3622026-02-16T22:51:44.710Z Downloaded unicode-xid v0.2.6
3632026-02-16T22:51:44.710Z Downloaded macaddr v1.0.1
3642026-02-16T22:51:44.710Z Downloaded thiserror v1.0.69
3652026-02-16T22:51:44.740Z Downloaded zerovec-derive v0.10.3
3662026-02-16T22:51:44.740Z Downloaded writeable v0.5.5
3672026-02-16T22:51:44.740Z Downloaded usdt-impl v0.5.0
3682026-02-16T22:51:44.740Z Downloaded yoke v0.7.4
3692026-02-16T22:51:44.740Z Downloaded thiserror-impl v2.0.18
3702026-02-16T22:51:44.741Z Downloaded strsim v0.11.1
3712026-02-16T22:51:44.741Z Downloaded smawk v0.3.2
3722026-02-16T22:51:44.741Z Downloaded anstyle-query v1.1.1
3732026-02-16T22:51:44.741Z Downloaded percent-encoding v2.3.2
3742026-02-16T22:51:44.741Z Downloaded heck v0.4.1
3752026-02-16T22:51:44.741Z Downloaded typenum v1.17.0
3762026-02-16T22:51:44.741Z Downloaded zerocopy-derive v0.7.35
3772026-02-16T22:51:44.741Z Downloaded unicode-ident v1.0.19
3782026-02-16T22:51:44.741Z Downloaded toml v0.8.23
3792026-02-16T22:51:44.741Z Downloaded tinystr v0.7.6
3802026-02-16T22:51:44.741Z Downloaded pretty-hex v0.4.1
3812026-02-16T22:51:44.742Z Downloaded textwrap v0.16.2
3822026-02-16T22:51:44.742Z Downloaded proc-macro-error-attr v1.0.4
3832026-02-16T22:51:44.742Z Downloaded tempfile v3.24.0
3842026-02-16T22:51:44.742Z Downloaded zmij v1.0.15
3852026-02-16T22:51:44.742Z Downloaded url v2.5.4
3862026-02-16T22:51:44.742Z Downloaded toml_edit v0.22.27
3872026-02-16T22:51:44.742Z Downloaded scroll_derive v0.12.0
3882026-02-16T22:51:44.742Z Downloaded zerovec v0.10.4
3892026-02-16T22:51:44.742Z Downloaded ucd-trie v0.1.7
3902026-02-16T22:51:44.742Z Downloaded clap_lex v0.7.4
3912026-02-16T22:51:44.743Z Downloaded bytecount v0.6.8
3922026-02-16T22:51:44.743Z Downloaded crypto-common v0.1.6
3932026-02-16T22:51:44.743Z Downloaded anstyle v1.0.11
3942026-02-16T22:51:44.743Z Downloaded stable_deref_trait v1.2.0
3952026-02-16T22:51:44.743Z Downloaded plain v0.2.3
3962026-02-16T22:51:44.743Z Downloaded serde-value v0.7.0
3972026-02-16T22:51:44.744Z Downloaded swrite v0.1.0
3982026-02-16T22:51:44.744Z Downloaded form_urlencoded v1.2.2
3992026-02-16T22:51:44.744Z Downloaded icu_normalizer v1.5.0
4002026-02-16T22:51:44.744Z Downloaded zerocopy v0.7.35
4012026-02-16T22:51:44.744Z Downloaded serde_tokenstream v0.2.2
4022026-02-16T22:51:44.744Z Downloaded winnow v0.7.14
4032026-02-16T22:51:44.798Z Downloaded anstream v0.6.18
4042026-02-16T22:51:44.798Z Downloaded synstructure v0.13.1
4052026-02-16T22:51:44.798Z Downloaded serde-untagged v0.1.7
4062026-02-16T22:51:44.798Z Downloaded unicode-width v0.2.0
4072026-02-16T22:51:44.798Z Downloaded unicode-width v0.1.14
4082026-02-16T22:51:44.798Z Downloaded litemap v0.7.3
4092026-02-16T22:51:44.798Z Downloaded displaydoc v0.2.5
4102026-02-16T22:51:44.798Z Downloaded serde_spanned v0.6.9
4112026-02-16T22:51:44.798Z Downloaded pest_generator v2.8.2
4122026-02-16T22:51:44.799Z Downloaded dof v0.3.0
4132026-02-16T22:51:44.799Z Downloaded byteorder v1.5.0
4142026-02-16T22:51:44.799Z Downloaded semver v1.0.27
4152026-02-16T22:51:44.799Z Downloaded quote v1.0.40
4162026-02-16T22:51:44.799Z Downloaded clap_derive v4.5.47
4172026-02-16T22:51:44.799Z Downloaded icu_locid_transform v1.5.0
4182026-02-16T22:51:44.799Z Downloaded anstyle-parse v0.2.5
4192026-02-16T22:51:44.799Z Downloaded ordered-float v2.10.1
4202026-02-16T22:51:44.800Z Downloaded proc-macro-error v1.0.4
4212026-02-16T22:51:44.962Z Downloaded sha2 v0.10.9
4222026-02-16T22:51:44.962Z Downloaded digest v0.10.7
4232026-02-16T22:51:44.962Z Downloaded cargo_toml v0.21.0
4242026-02-16T22:51:44.963Z Downloaded block-buffer v0.10.4
4252026-02-16T22:51:44.963Z Downloaded fs-err v3.1.1
4262026-02-16T22:51:44.963Z Downloaded erased-serde v0.4.6
4272026-02-16T22:51:44.963Z Downloaded equivalent v1.0.2
4282026-02-16T22:51:44.964Z Downloaded getrandom v0.3.4
4292026-02-16T22:51:44.964Z Downloaded cargo_metadata v0.21.0
4302026-02-16T22:51:44.964Z Downloaded once_cell v1.21.3
4312026-02-16T22:51:44.965Z Downloaded cargo-util-schemas v0.8.2
4322026-02-16T22:51:44.965Z Downloaded scroll v0.12.0
4332026-02-16T22:51:44.965Z Downloaded log v0.4.29
4342026-02-16T22:51:44.965Z Downloaded smallvec v1.15.1
4352026-02-16T22:51:44.965Z Downloaded icu_normalizer_data v1.5.0
4362026-02-16T22:51:44.965Z Downloaded clap v4.5.48
4372026-02-16T22:51:44.965Z Downloaded pest_meta v2.8.2
4382026-02-16T22:51:44.965Z Downloaded pest_derive v2.8.2
4392026-02-16T22:51:44.966Z Downloaded icu_locid_transform_data v1.5.0
4402026-02-16T22:51:44.966Z Downloaded bitflags v2.9.4
4412026-02-16T22:51:44.966Z Downloaded camino v1.2.2
4422026-02-16T22:51:44.966Z Downloaded proc-macro2 v1.0.101
4432026-02-16T22:51:44.966Z Downloaded serde_core v1.0.228
4442026-02-16T22:51:44.966Z Downloaded num-traits v0.2.19
4452026-02-16T22:51:44.966Z Downloaded icu_locid v1.5.0
4462026-02-16T22:51:44.966Z Downloaded memchr v2.7.4
4472026-02-16T22:51:44.966Z Downloaded serde_derive v1.0.228
4482026-02-16T22:51:44.966Z Downloaded icu_properties v1.5.1
4492026-02-16T22:51:44.966Z Downloaded papergrid v0.11.0
4502026-02-16T22:51:45.187Z Downloaded anyhow v1.0.99
4512026-02-16T22:51:45.188Z Downloaded icu_provider v1.5.0
4522026-02-16T22:51:45.188Z Downloaded indexmap v2.13.0
4532026-02-16T22:51:45.188Z Downloaded serde v1.0.228
4542026-02-16T22:51:45.188Z Downloaded icu_collections v1.5.0
4552026-02-16T22:51:45.188Z Downloaded pest v2.8.2
4562026-02-16T22:51:45.189Z Downloaded hashbrown v0.16.1
4572026-02-16T22:51:45.189Z Downloaded serde_json v1.0.149
4582026-02-16T22:51:45.189Z Downloaded idna v1.0.3
4592026-02-16T22:51:45.189Z Downloaded clap_builder v4.5.48
4602026-02-16T22:51:45.189Z Downloaded goblin v0.8.2
4612026-02-16T22:51:45.189Z Downloaded tabled v0.15.0
4622026-02-16T22:51:45.189Z Downloaded icu_properties_data v1.5.0
4632026-02-16T22:51:45.189Z Downloaded syn v1.0.109
4642026-02-16T22:51:45.189Z Downloaded rustix v0.38.37
4652026-02-16T22:51:45.437Z Downloaded syn v2.0.114
4662026-02-16T22:51:45.437Z Downloaded rustix v1.1.3
4672026-02-16T22:51:45.437Z Downloaded libc v0.2.180
4682026-02-16T22:51:45.437Z Compiling proc-macro2 v1.0.101
4692026-02-16T22:51:45.437Z Compiling unicode-ident v1.0.19
4702026-02-16T22:51:45.437Z Compiling serde_core v1.0.228
4712026-02-16T22:51:45.437Z Compiling serde v1.0.228
4722026-02-16T22:51:45.437Z Compiling version_check v0.9.5
4732026-02-16T22:51:45.438Z Compiling libc v0.2.180
4742026-02-16T22:51:45.438Z Compiling memchr v2.7.4
4752026-02-16T22:51:45.438Z Compiling thiserror v2.0.18
4762026-02-16T22:51:45.737Z Compiling stable_deref_trait v1.2.0
4772026-02-16T22:51:45.956Z Compiling zmij v1.0.15
4782026-02-16T22:51:46.292Z Compiling writeable v0.5.5
4792026-02-16T22:51:46.547Z Compiling thiserror v1.0.69
4802026-02-16T22:51:46.677Z Compiling litemap v0.7.3
4812026-02-16T22:51:46.810Z Compiling ucd-trie v0.1.7
4822026-02-16T22:51:46.974Z Compiling itoa v1.0.11
4832026-02-16T22:51:47.087Z Compiling autocfg v1.4.0
4842026-02-16T22:51:47.242Z Compiling byteorder v1.5.0
4852026-02-16T22:51:47.307Z Compiling icu_locid_transform_data v1.5.0
4862026-02-16T22:51:47.432Z Compiling quote v1.0.40
4872026-02-16T22:51:47.751Z Compiling errno v0.3.12
4882026-02-16T22:51:47.994Z Compiling bitflags v2.9.4
4892026-02-16T22:51:47.994Z Compiling icu_properties_data v1.5.0
4902026-02-16T22:51:47.995Z Compiling syn v2.0.114
4912026-02-16T22:51:48.232Z Compiling serde_json v1.0.149
4922026-02-16T22:51:48.233Z Compiling num-traits v0.2.19
4932026-02-16T22:51:48.233Z Compiling icu_normalizer_data v1.5.0
4942026-02-16T22:51:48.419Z Compiling hashbrown v0.16.1
4952026-02-16T22:51:48.556Z Compiling utf16_iter v1.0.5
4962026-02-16T22:51:48.556Z Compiling smallvec v1.15.1
4972026-02-16T22:51:48.556Z Compiling write16 v1.0.0
4982026-02-16T22:51:48.722Z Compiling typeid v1.0.3
4992026-02-16T22:51:48.722Z Compiling utf8_iter v1.0.4
5002026-02-16T22:51:48.722Z Compiling equivalent v1.0.2
5012026-02-16T22:51:48.849Z Compiling rustix v0.38.37
5022026-02-16T22:51:49.155Z Compiling proc-macro-error-attr v1.0.4
5032026-02-16T22:51:49.275Z Compiling usdt-impl v0.5.0
5042026-02-16T22:51:49.525Z Compiling indexmap v2.13.0
5052026-02-16T22:51:49.580Z Compiling toml_write v0.1.2
5062026-02-16T22:51:49.627Z Compiling syn v1.0.109
5072026-02-16T22:51:49.693Z Compiling winnow v0.7.14
5082026-02-16T22:51:49.780Z Compiling thread-id v4.2.2
5092026-02-16T22:51:50.462Z Compiling proc-macro-error v1.0.4
5102026-02-16T22:51:50.844Z Compiling camino v1.2.2
5112026-02-16T22:51:50.898Z Compiling rustix v1.1.3
5122026-02-16T22:51:51.298Z Compiling plain v0.2.3
5132026-02-16T22:51:51.495Z Compiling percent-encoding v2.3.2
5142026-02-16T22:51:51.498Z Compiling log v0.4.29
5152026-02-16T22:51:51.626Z Compiling utf8parse v0.2.2
5162026-02-16T22:51:51.833Z Compiling getrandom v0.3.4
5172026-02-16T22:51:51.860Z Compiling anstyle-parse v0.2.5
5182026-02-16T22:51:51.888Z Compiling form_urlencoded v1.2.2
5192026-02-16T22:51:52.007Z Compiling ordered-float v2.10.1
5202026-02-16T22:51:52.315Z Compiling terminal_size v0.4.0
5212026-02-16T22:51:53.055Z Compiling anstyle-query v1.1.1
5222026-02-16T22:51:53.082Z Compiling is_terminal_polyfill v1.70.1
5232026-02-16T22:51:53.251Z Compiling colorchoice v1.0.2
5242026-02-16T22:51:53.255Z Compiling pretty-hex v0.4.1
5252026-02-16T22:51:53.296Z Compiling cfg-if v1.0.4
5262026-02-16T22:51:53.319Z Compiling anstyle v1.0.11
5272026-02-16T22:51:53.542Z Compiling semver v1.0.27
5282026-02-16T22:51:53.696Z Compiling anstream v0.6.18
5292026-02-16T22:51:54.214Z Compiling fs-err v3.1.1
5302026-02-16T22:51:54.353Z Compiling strsim v0.11.1
5312026-02-16T22:51:54.388Z Compiling once_cell v1.21.3
5322026-02-16T22:51:54.391Z Compiling unicode-xid v0.2.6
5332026-02-16T22:51:54.552Z Compiling synstructure v0.13.1
5342026-02-16T22:51:54.628Z Compiling bytecount v0.6.8
5352026-02-16T22:51:54.795Z Compiling fnv v1.0.7
5362026-02-16T22:51:54.869Z Compiling fastrand v2.1.1
5372026-02-16T22:51:54.963Z Compiling clap_lex v0.7.4
5382026-02-16T22:51:55.050Z Compiling anyhow v1.0.99
5392026-02-16T22:51:55.393Z Compiling unicode-width v0.1.14
5402026-02-16T22:51:55.470Z Compiling heck v0.5.0
5412026-02-16T22:51:55.656Z Compiling heck v0.4.1
5422026-02-16T22:51:55.903Z Compiling papergrid v0.11.0
5432026-02-16T22:51:55.953Z Compiling clap_builder v4.5.48
5442026-02-16T22:51:55.956Z Compiling tempfile v3.24.0
5452026-02-16T22:51:56.223Z Compiling memmap v0.7.0
5462026-02-16T22:51:56.346Z Compiling unicode-linebreak v0.1.5
5472026-02-16T22:51:56.573Z Compiling smawk v0.3.2
5482026-02-16T22:51:56.796Z Compiling unicode-width v0.2.0
5492026-02-16T22:51:56.863Z Compiling camino-tempfile v1.4.1
5502026-02-16T22:51:57.306Z Compiling textwrap v0.16.2
5512026-02-16T22:51:57.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-02-16T22:51:57.732Z Compiling tabled_derive v0.7.0
5532026-02-16T22:51:57.871Z Compiling swrite v0.1.0
5542026-02-16T22:51:58.599Z Compiling serde_derive v1.0.228
5552026-02-16T22:51:58.602Z Compiling zerofrom-derive v0.1.4
5562026-02-16T22:51:58.619Z Compiling yoke-derive v0.7.4
5572026-02-16T22:51:58.661Z Compiling zerovec-derive v0.10.3
5582026-02-16T22:51:58.708Z Compiling thiserror-impl v2.0.18
5592026-02-16T22:51:59.283Z Compiling displaydoc v0.2.5
5602026-02-16T22:52:00.818Z Compiling icu_provider_macros v1.5.0
5612026-02-16T22:52:01.044Z Compiling thiserror-impl v1.0.69
5622026-02-16T22:52:01.366Z Compiling zerocopy-derive v0.7.35
5632026-02-16T22:52:01.818Z Compiling scroll_derive v0.12.0
5642026-02-16T22:52:01.858Z Compiling zerofrom v0.1.4
5652026-02-16T22:52:01.898Z Compiling pest v2.8.2
5662026-02-16T22:52:02.113Z Compiling yoke v0.7.4
5672026-02-16T22:52:02.511Z Compiling zerovec v0.10.4
5682026-02-16T22:52:03.133Z Compiling scroll v0.12.0
5692026-02-16T22:52:03.249Z Compiling zerocopy v0.7.35
5702026-02-16T22:52:03.322Z Compiling clap_derive v4.5.47
5712026-02-16T22:52:03.673Z Compiling goblin v0.8.2
5722026-02-16T22:52:04.057Z Compiling tabled v0.15.0
5732026-02-16T22:52:04.456Z Compiling tinystr v0.7.6
5742026-02-16T22:52:04.555Z Compiling pest_meta v2.8.2
5752026-02-16T22:52:04.681Z Compiling icu_collections v1.5.0
5762026-02-16T22:52:04.812Z Compiling icu_locid v1.5.0
5772026-02-16T22:52:05.889Z Compiling icu_provider v1.5.0
5782026-02-16T22:52:06.595Z Compiling icu_locid_transform v1.5.0
5792026-02-16T22:52:06.740Z Compiling pest_generator v2.8.2
5802026-02-16T22:52:06.824Z Compiling toml_datetime v0.6.11
5812026-02-16T22:52:06.957Z Compiling serde_spanned v0.6.9
5822026-02-16T22:52:07.220Z Compiling toml_edit v0.22.27
5832026-02-16T22:52:07.248Z Compiling dof v0.3.0
5842026-02-16T22:52:07.349Z Compiling serde_tokenstream v0.2.2
5852026-02-16T22:52:07.938Z Compiling icu_properties v1.5.1
5862026-02-16T22:52:08.124Z Compiling erased-serde v0.4.6
5872026-02-16T22:52:08.431Z Compiling serde-value v0.7.0
5882026-02-16T22:52:08.745Z Compiling cargo-platform v0.2.0
5892026-02-16T22:52:08.776Z Compiling pest_derive v2.8.2
5902026-02-16T22:52:09.222Z Compiling serde-untagged v0.1.7
5912026-02-16T22:52:09.303Z Compiling clap v4.5.48
5922026-02-16T22:52:09.436Z Compiling macaddr v1.0.1
5932026-02-16T22:52:09.621Z Compiling dtrace-parser v0.2.0
5942026-02-16T22:52:10.608Z Compiling toml v0.8.23
5952026-02-16T22:52:11.470Z Compiling cargo_toml v0.21.0
5962026-02-16T22:52:11.573Z Compiling icu_normalizer v1.5.0
5972026-02-16T22:52:11.708Z Compiling usdt-macro v0.5.0
5982026-02-16T22:52:11.760Z Compiling usdt-attr-macro v0.5.0
5992026-02-16T22:52:12.377Z Compiling idna_adapter v1.2.0
6002026-02-16T22:52:12.558Z Compiling idna v1.0.3
6012026-02-16T22:52:12.801Z Compiling usdt v0.5.0
6022026-02-16T22:52:12.975Z Compiling url v2.5.4
6032026-02-16T22:52:13.624Z Compiling cargo-util-schemas v0.8.2
6042026-02-16T22:52:15.241Z Compiling cargo_metadata v0.21.0
6052026-02-16T22:52:16.751Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6062026-02-16T22:52:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
6072026-02-16T22:52:20.442Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6082026-02-16T22:52:21.190Z Downloading crates ...
6092026-02-16T22:52:21.318Z Downloaded addr2line v0.24.2
6102026-02-16T22:52:21.329Z Downloaded cipher v0.4.4
6112026-02-16T22:52:21.329Z Downloaded colored v3.0.0
6122026-02-16T22:52:21.334Z Downloaded backoff v0.4.0
6132026-02-16T22:52:21.339Z Downloaded async-trait v0.1.89
6142026-02-16T22:52:21.346Z Downloaded bitfield-struct v0.6.2
6152026-02-16T22:52:21.349Z Downloaded curve25519-dalek-derive v0.1.1
6162026-02-16T22:52:21.359Z Downloaded aho-corasick v1.1.3
6172026-02-16T22:52:21.365Z Downloaded aead v0.5.2
6182026-02-16T22:52:21.373Z Downloaded fd-lock v4.0.2
6192026-02-16T22:52:21.377Z Downloaded foreign-types-shared v0.1.1
6202026-02-16T22:52:21.380Z Downloaded futures-macro v0.3.31
6212026-02-16T22:52:21.383Z Downloaded des v0.8.1
6222026-02-16T22:52:21.388Z Downloaded ciborium-io v0.2.2
6232026-02-16T22:52:21.392Z Downloaded env_logger v0.11.8
6242026-02-16T22:52:21.396Z Downloaded diff v0.1.13
6252026-02-16T22:52:21.399Z Downloaded futures v0.3.31
6262026-02-16T22:52:21.405Z Downloaded cstr-argument v0.1.2
6272026-02-16T22:52:21.410Z Downloaded ecdsa v0.16.9
6282026-02-16T22:52:21.413Z Downloaded cobs v0.2.3
6292026-02-16T22:52:21.416Z Downloaded crossterm v0.28.1
6302026-02-16T22:52:21.427Z Downloaded elliptic-curve v0.13.8
6312026-02-16T22:52:21.431Z Downloaded funty v2.0.0
6322026-02-16T22:52:21.434Z Downloaded ena v0.14.3
6332026-02-16T22:52:21.438Z Downloaded endian-type v0.1.2
6342026-02-16T22:52:21.441Z Downloaded convert_case v0.4.0
6352026-02-16T22:52:21.444Z Downloaded foreign-types v0.3.2
6362026-02-16T22:52:21.448Z Downloaded buf-list v1.0.3
6372026-02-16T22:52:21.453Z Downloaded foreign-types-shared v0.3.1
6382026-02-16T22:52:21.456Z Downloaded env_filter v0.1.2
6392026-02-16T22:52:21.459Z Downloaded fxhash v0.2.1
6402026-02-16T22:52:21.463Z Downloaded futures-io v0.3.31
6412026-02-16T22:52:21.466Z Downloaded embedded-io v0.4.0
6422026-02-16T22:52:21.470Z Downloaded ciborium v0.2.2
6432026-02-16T22:52:21.473Z Downloaded ghash v0.5.1
6442026-02-16T22:52:21.476Z Downloaded hash32 v0.3.1
6452026-02-16T22:52:21.479Z Downloaded hex v0.4.3
6462026-02-16T22:52:21.483Z Downloaded bitflags v1.3.2
6472026-02-16T22:52:21.488Z Downloaded futures-core v0.3.31
6482026-02-16T22:52:21.491Z Downloaded debug-ignore v1.0.5
6492026-02-16T22:52:21.495Z Downloaded const_format_proc_macros v0.2.34
6502026-02-16T22:52:21.501Z Downloaded convert_case v0.7.1
6512026-02-16T22:52:21.504Z Downloaded diesel_table_macro_syntax v0.2.0
6522026-02-16T22:52:21.507Z Downloaded home v0.5.9
6532026-02-16T22:52:21.510Z Downloaded display-error-chain v0.2.2
6542026-02-16T22:52:21.524Z Downloaded heck v0.3.3
6552026-02-16T22:52:21.527Z Downloaded ident_case v1.0.1
6562026-02-16T22:52:21.530Z Downloaded httpdate v1.0.3
6572026-02-16T22:52:21.533Z Downloaded http-body v1.0.1
6582026-02-16T22:52:21.536Z Downloaded http-range v0.1.5
6592026-02-16T22:52:21.539Z Downloaded hyper-tls v0.6.0
6602026-02-16T22:52:21.543Z Downloaded impl-trait-for-tuples v0.2.2
6612026-02-16T22:52:21.546Z Downloaded instant v0.1.13
6622026-02-16T22:52:21.549Z Downloaded instability v0.3.2
6632026-02-16T22:52:21.553Z Downloaded darling v0.20.10
6642026-02-16T22:52:21.560Z Downloaded futures-channel v0.3.31
6652026-02-16T22:52:21.563Z Downloaded data-encoding v2.9.0
6662026-02-16T22:52:21.566Z Downloaded internet-checksum v0.2.1
6672026-02-16T22:52:21.569Z Downloaded gethostname v0.5.0
6682026-02-16T22:52:21.572Z Downloaded fixedbitset v0.5.7
6692026-02-16T22:52:21.575Z Downloaded glob v0.3.2
6702026-02-16T22:52:21.580Z Downloaded ff v0.13.0
6712026-02-16T22:52:21.583Z Downloaded lazycell v1.3.0
6722026-02-16T22:52:21.587Z Downloaded lalrpop-util v0.19.12
6732026-02-16T22:52:21.590Z Downloaded lazy_static v1.5.0
6742026-02-16T22:52:21.594Z Downloaded libsw-core v0.3.1
6752026-02-16T22:52:21.597Z Downloaded libscf-sys v1.1.0
6762026-02-16T22:52:21.597Z Downloaded keccak v0.1.5
6772026-02-16T22:52:21.601Z Downloaded group v0.13.0
6782026-02-16T22:52:21.604Z Downloaded hex-literal v0.4.1
6792026-02-16T22:52:21.607Z Downloaded getrandom v0.2.15
6802026-02-16T22:52:21.609Z Downloaded match_cfg v0.1.0
6812026-02-16T22:52:21.613Z Downloaded highway v1.3.0
6822026-02-16T22:52:21.616Z Downloaded maybe-uninit v2.0.0
6832026-02-16T22:52:21.618Z Downloaded hyper-staticfile v0.10.1
6842026-02-16T22:52:21.622Z Downloaded memoffset v0.9.1
6852026-02-16T22:52:21.625Z Downloaded lockfree-object-pool v0.1.6
6862026-02-16T22:52:21.629Z Downloaded md5 v0.7.0
6872026-02-16T22:52:21.632Z Downloaded derive_builder v0.20.2
6882026-02-16T22:52:21.637Z Downloaded cookie_store v0.21.1
6892026-02-16T22:52:21.641Z Downloaded newline-converter v0.3.0
6902026-02-16T22:52:21.646Z Downloaded hmac v0.12.1
6912026-02-16T22:52:21.649Z Downloaded backtrace v0.3.74
6922026-02-16T22:52:21.653Z Downloaded nonempty v0.12.0
6932026-02-16T22:52:21.656Z Downloaded newtype_derive v0.1.6
6942026-02-16T22:52:21.659Z Downloaded half v1.8.3
6952026-02-16T22:52:21.662Z Downloaded new_debug_unreachable v1.0.6
6962026-02-16T22:52:21.666Z Downloaded nodrop v0.1.14
6972026-02-16T22:52:21.670Z Downloaded nibble_vec v0.1.0
6982026-02-16T22:52:21.673Z Downloaded opaque-debug v0.3.1
6992026-02-16T22:52:21.673Z Downloaded num_threads v0.1.7
7002026-02-16T22:52:21.676Z Downloaded num v0.4.3
7012026-02-16T22:52:21.679Z Downloaded const_format v0.2.34
7022026-02-16T22:52:21.683Z Downloaded num_enum_derive v0.5.11
7032026-02-16T22:52:21.687Z Downloaded oso-derive v0.27.3
7042026-02-16T22:52:21.690Z Downloaded libsw v3.5.0
7052026-02-16T22:52:21.693Z Downloaded base64 v0.13.1
7062026-02-16T22:52:21.696Z Downloaded arc-swap v1.7.1
7072026-02-16T22:52:21.700Z Downloaded parse-size v1.1.0
7082026-02-16T22:52:21.704Z Downloaded libz-rs-sys v0.5.1
7092026-02-16T22:52:21.707Z Downloaded newtype-uuid v1.3.2
7102026-02-16T22:52:21.710Z Downloaded libloading v0.8.5
7112026-02-16T22:52:21.713Z Downloaded humantime v2.2.0
7122026-02-16T22:52:21.716Z Downloaded peg-runtime v0.8.5
7132026-02-16T22:52:21.716Z Downloaded ingot-macros v0.1.1
7142026-02-16T22:52:21.723Z Downloaded pbkdf2 v0.11.0
7152026-02-16T22:52:21.726Z Downloaded packed_struct_codegen v0.10.1
7162026-02-16T22:52:21.726Z Downloaded litrs v0.4.1
7172026-02-16T22:52:21.729Z Downloaded derive-where v1.5.0
7182026-02-16T22:52:21.733Z Downloaded darling_core v0.20.10
7192026-02-16T22:52:21.741Z Downloaded path-slash v0.1.5
7202026-02-16T22:52:21.744Z Downloaded fs_extra v1.3.0
7212026-02-16T22:52:21.748Z Downloaded derive_more-impl v2.0.1
7222026-02-16T22:52:21.752Z Downloaded phf_shared v0.11.2
7232026-02-16T22:52:21.755Z Downloaded phf_shared v0.12.1
7242026-02-16T22:52:21.758Z Downloaded pin-utils v0.1.0
7252026-02-16T22:52:21.758Z Downloaded powerfmt v0.2.0
7262026-02-16T22:52:21.761Z Downloaded jobserver v0.1.32
7272026-02-16T22:52:21.764Z Downloaded num_enum v0.5.11
7282026-02-16T22:52:21.770Z Downloaded oxnet v0.1.4
7292026-02-16T22:52:21.773Z Downloaded proc-macro-error-attr2 v2.0.0
7302026-02-16T22:52:21.776Z Downloaded pretty-hex v0.2.1
7312026-02-16T22:52:21.780Z Downloaded cc v1.2.30
7322026-02-16T22:52:21.785Z Downloaded predicates-core v1.0.8
7332026-02-16T22:52:21.788Z Downloaded peg-macros v0.8.5
7342026-02-16T22:52:21.788Z Downloaded pem-rfc7468 v0.7.0
7352026-02-16T22:52:21.791Z Downloaded progenitor-client v0.10.0
7362026-02-16T22:52:21.794Z Downloaded progenitor-client v0.11.2
7372026-02-16T22:52:21.797Z Downloaded progenitor-macro v0.10.0
7382026-02-16T22:52:21.799Z Downloaded predicates-tree v1.0.12
7392026-02-16T22:52:21.799Z Downloaded progenitor-macro v0.8.0
7402026-02-16T22:52:21.802Z Downloaded pin-project-internal v1.1.6
7412026-02-16T22:52:21.806Z Downloaded password-hash v0.4.2
7422026-02-16T22:52:21.809Z Downloaded indicatif v0.18.0
7432026-02-16T22:52:21.813Z Downloaded pin-project-lite v0.2.14
7442026-02-16T22:52:21.822Z Downloaded radium v0.7.0
7452026-02-16T22:52:21.826Z Downloaded quick-error v1.2.3
7462026-02-16T22:52:21.826Z Downloaded polyval v0.6.2
7472026-02-16T22:52:21.829Z Downloaded owo-colors v4.2.3
7482026-02-16T22:52:21.829Z Downloaded ppv-lite86 v0.2.20
7492026-02-16T22:52:21.832Z Downloaded indicatif v0.17.11
7502026-02-16T22:52:21.835Z Downloaded rand_xorshift v0.4.0
7512026-02-16T22:52:21.838Z Downloaded rand_chacha v0.3.1
7522026-02-16T22:52:21.842Z Downloaded miniz_oxide v0.8.5
7532026-02-16T22:52:21.845Z Downloaded proc-macro-crate v1.3.1
7542026-02-16T22:52:21.848Z Downloaded pkg-config v0.3.31
7552026-02-16T22:52:21.848Z Downloaded omicron-zone-package v0.12.2
7562026-02-16T22:52:21.851Z Downloaded progenitor v0.8.0
7572026-02-16T22:52:21.854Z Downloaded rfc6979 v0.4.0
7582026-02-16T22:52:21.858Z Downloaded ref-cast v1.0.25
7592026-02-16T22:52:21.861Z Downloaded rtoolbox v0.0.2
7602026-02-16T22:52:21.864Z Downloaded ref-cast-impl v1.0.25
7612026-02-16T22:52:21.864Z Downloaded predicates v3.1.3
7622026-02-16T22:52:21.867Z Downloaded pkcs5 v0.7.1
7632026-02-16T22:52:21.873Z Downloaded heapless v0.7.17
7642026-02-16T22:52:21.876Z Downloaded rustc_version v0.4.1
7652026-02-16T22:52:21.879Z Downloaded proc-macro-error2 v2.0.1
7662026-02-16T22:52:21.882Z Downloaded rustc_version v0.1.7
7672026-02-16T22:52:21.885Z Downloaded rand_core v0.6.4
7682026-02-16T22:52:21.889Z Downloaded progenitor v0.10.0
7692026-02-16T22:52:21.892Z Downloaded rand_seeder v0.4.0
7702026-02-16T22:52:21.892Z Downloaded p256 v0.13.2
7712026-02-16T22:52:21.895Z Downloaded parking_lot v0.12.3
7722026-02-16T22:52:21.899Z Downloaded der v0.7.10
7732026-02-16T22:52:21.904Z Downloaded same-file v1.0.6
7742026-02-16T22:52:21.907Z Downloaded rustc-hash v1.1.0
7752026-02-16T22:52:21.911Z Downloaded papergrid v0.17.0
7762026-02-16T22:52:21.915Z Downloaded jiff-static v0.2.15
7772026-02-16T22:52:21.918Z Downloaded secrecy v0.8.0
7782026-02-16T22:52:21.921Z Downloaded serde_plain v1.0.2
7792026-02-16T22:52:21.925Z Downloaded shell-words v1.1.0
7802026-02-16T22:52:21.925Z Downloaded scheduled-thread-pool v0.2.7
7812026-02-16T22:52:21.927Z Downloaded sha1 v0.10.6
7822026-02-16T22:52:21.927Z Downloaded pkcs1 v0.7.5
7832026-02-16T22:52:21.932Z Downloaded serde_repr v0.1.19
7842026-02-16T22:52:21.935Z Downloaded sapling-renderdag v0.1.0
7852026-02-16T22:52:21.938Z Downloaded postgres-types v0.2.9
7862026-02-16T22:52:21.941Z Downloaded pkcs8 v0.10.2
7872026-02-16T22:52:21.944Z Downloaded rustls-pemfile v2.2.0
7882026-02-16T22:52:21.947Z Downloaded serde-big-array v0.5.1
7892026-02-16T22:52:21.950Z Downloaded serde_bytes v0.11.19
7902026-02-16T22:52:21.950Z Downloaded scopeguard v1.2.0
7912026-02-16T22:52:21.953Z Downloaded rustls-pemfile v1.0.4
7922026-02-16T22:52:21.958Z Downloaded serde_urlencoded v0.7.1
7932026-02-16T22:52:21.958Z Downloaded serde_spanned v1.0.4
7942026-02-16T22:52:21.962Z Downloaded rand_core v0.9.3
7952026-02-16T22:52:21.962Z Downloaded sigpipe v0.1.3
7962026-02-16T22:52:21.965Z Downloaded siphasher v0.3.11
7972026-02-16T22:52:21.965Z Downloaded signature v2.2.0
7982026-02-16T22:52:21.969Z Downloaded signal-hook-tokio v0.3.1
7992026-02-16T22:52:21.972Z Downloaded aes-gcm v0.10.3
8002026-02-16T22:52:21.975Z Downloaded heapless v0.8.0
8012026-02-16T22:52:21.978Z Downloaded slog-envlogger v2.2.0
8022026-02-16T22:52:21.981Z Downloaded hickory-resolver v0.25.2
8032026-02-16T22:52:21.984Z Downloaded schemars_derive v0.8.22
8042026-02-16T22:52:21.987Z Downloaded semver v0.1.20
8052026-02-16T22:52:21.987Z Downloaded resolv-conf v0.7.0
8062026-02-16T22:52:21.990Z Downloaded simd-adler32 v0.3.7
8072026-02-16T22:52:21.993Z Downloaded signal-hook-mio v0.2.4
8082026-02-16T22:52:21.996Z Downloaded serde_derive_internals v0.29.1
8092026-02-16T22:52:21.996Z Downloaded hashbrown v0.12.3
8102026-02-16T22:52:22.000Z Downloaded rustversion v1.0.22
8112026-02-16T22:52:22.003Z Downloaded siphasher v1.0.1
8122026-02-16T22:52:22.006Z Downloaded rustc-demangle v0.1.24
8132026-02-16T22:52:22.009Z Downloaded progenitor-impl v0.11.2
8142026-02-16T22:52:22.012Z Downloaded expectorate v1.2.0
8152026-02-16T22:52:22.015Z Downloaded http v1.4.0
8162026-02-16T22:52:22.018Z Downloaded secrecy v0.10.3
8172026-02-16T22:52:22.021Z Downloaded scrypt v0.11.0
8182026-02-16T22:52:22.021Z Downloaded scroll_derive v0.13.1
8192026-02-16T22:52:22.024Z Downloaded slog-bunyan v2.5.0
8202026-02-16T22:52:22.024Z Downloaded rustls-native-certs v0.8.1
8212026-02-16T22:52:22.027Z Downloaded rustc-hash v2.1.1
8222026-02-16T22:52:22.030Z Downloaded postcard v1.0.10
8232026-02-16T22:52:22.033Z Downloaded rusty-fork v0.3.0
8242026-02-16T22:52:22.033Z Downloaded hashbrown v0.13.2
8252026-02-16T22:52:22.037Z Downloaded strum v0.26.3
8262026-02-16T22:52:22.041Z Downloaded serde_path_to_error v0.1.20
8272026-02-16T22:52:22.044Z Downloaded minimal-lexical v0.2.1
8282026-02-16T22:52:22.046Z Downloaded pretty_assertions v1.4.1
8292026-02-16T22:52:22.049Z Downloaded slab v0.4.9
8302026-02-16T22:52:22.052Z Downloaded strum v0.27.2
8312026-02-16T22:52:22.053Z Downloaded structmeta v0.3.0
8322026-02-16T22:52:22.055Z Downloaded ssh-cipher v0.2.0
8332026-02-16T22:52:22.055Z Downloaded sqlparser_derive v0.2.2
8342026-02-16T22:52:22.058Z Downloaded libm v0.2.8
8352026-02-16T22:52:22.064Z Downloaded tabwriter v1.4.0
8362026-02-16T22:52:22.067Z Downloaded take_mut v0.2.2
8372026-02-16T22:52:22.067Z Downloaded supports-color v3.0.2
8382026-02-16T22:52:22.070Z Downloaded termtree v0.5.1
8392026-02-16T22:52:22.073Z Downloaded snafu-derive v0.8.5
8402026-02-16T22:52:22.073Z Downloaded smf v0.2.3
8412026-02-16T22:52:22.076Z Downloaded shlex v1.3.0
8422026-02-16T22:52:22.076Z Downloaded tagptr v0.2.0
8432026-02-16T22:52:22.079Z Downloaded oso v0.27.3
8442026-02-16T22:52:22.082Z Downloaded tabled_derive v0.10.0
8452026-02-16T22:52:22.085Z Downloaded signal-hook-registry v1.4.2
8462026-02-16T22:52:22.085Z Downloaded progenitor-impl v0.8.0
8472026-02-16T22:52:22.088Z Downloaded hashbrown v0.15.4
8482026-02-16T22:52:22.092Z Downloaded testing_table v0.3.0
8492026-02-16T22:52:22.095Z Downloaded thread-id v5.0.0
8502026-02-16T22:52:22.098Z Downloaded sqlformat v0.3.5
8512026-02-16T22:52:22.098Z Downloaded tap v1.0.1
8522026-02-16T22:52:22.101Z Downloaded spki v0.7.3
8532026-02-16T22:52:22.101Z Downloaded mio v1.0.2
8542026-02-16T22:52:22.106Z Downloaded string_cache v0.8.9
8552026-02-16T22:52:22.109Z Downloaded progenitor-impl v0.10.0
8562026-02-16T22:52:22.112Z Downloaded openssl-sys v0.9.109
8572026-02-16T22:52:22.115Z Downloaded thread_local v1.1.8
8582026-02-16T22:52:22.118Z Downloaded slog-dtrace v0.3.0
8592026-02-16T22:52:22.121Z Downloaded ryu v1.0.18
8602026-02-16T22:52:22.124Z Downloaded time-core v0.1.6
8612026-02-16T22:52:22.124Z Downloaded russh-keys v0.45.0
8622026-02-16T22:52:22.127Z Downloaded rcgen v0.12.1
8632026-02-16T22:52:22.130Z Downloaded serde_cbor v0.11.2
8642026-02-16T22:52:22.134Z Downloaded serde_with_macros v3.16.1
8652026-02-16T22:52:22.137Z Downloaded thiserror-impl-no-std v2.0.2
8662026-02-16T22:52:22.137Z Downloaded nom v7.1.3
8672026-02-16T22:52:22.141Z Downloaded static_assertions v1.1.0
8682026-02-16T22:52:22.144Z Downloaded ssh-encoding v0.2.0
8692026-02-16T22:52:22.147Z Downloaded tinyvec_macros v0.1.1
8702026-02-16T22:52:22.147Z Downloaded iddqd v0.3.16
8712026-02-16T22:52:22.153Z Downloaded strum_macros v0.24.3
8722026-02-16T22:52:22.156Z Downloaded thiserror-no-std v2.0.2
8732026-02-16T22:52:22.159Z Downloaded topological-sort v0.2.2
8742026-02-16T22:52:22.162Z Downloaded support-bundle-viewer v0.1.2
8752026-02-16T22:52:22.166Z Downloaded subtle v2.6.1
8762026-02-16T22:52:22.166Z Downloaded prefix-trie v0.7.0
8772026-02-16T22:52:22.175Z Downloaded prettyplease v0.2.36
8782026-02-16T22:52:22.180Z Downloaded strum_macros v0.26.4
8792026-02-16T22:52:22.180Z Downloaded stringprep v0.1.5
8802026-02-16T22:52:22.180Z Downloaded try-lock v0.2.5
8812026-02-16T22:52:22.180Z Downloaded trait-variant v0.1.2
8822026-02-16T22:52:22.180Z Downloaded signal-hook v0.3.18
8832026-02-16T22:52:22.183Z Downloaded typify-macro v0.4.3
8842026-02-16T22:52:22.183Z Downloaded unarray v0.1.4
8852026-02-16T22:52:22.196Z Downloaded termios v0.3.3
8862026-02-16T22:52:22.196Z Downloaded tiny-keccak v2.0.2
8872026-02-16T22:52:22.196Z Downloaded itertools v0.13.0
8882026-02-16T22:52:22.206Z Downloaded tower-service v0.3.3
8892026-02-16T22:52:22.206Z Downloaded tower-layer v0.3.3
8902026-02-16T22:52:22.206Z Downloaded similar v2.7.0
8912026-02-16T22:52:22.211Z Downloaded itertools v0.12.1
8922026-02-16T22:52:22.211Z Downloaded tokio-dtrace v0.1.0
8932026-02-16T22:52:22.211Z Downloaded subprocess v0.2.9
8942026-02-16T22:52:22.214Z Downloaded untrusted v0.7.1
8952026-02-16T22:52:22.214Z Downloaded slog-scope v4.4.0
8962026-02-16T22:52:22.214Z Downloaded universal-hash v0.5.1
8972026-02-16T22:52:22.218Z Downloaded futures-util v0.3.31
8982026-02-16T22:52:22.227Z Downloaded time-macros v0.2.24
8992026-02-16T22:52:22.230Z Downloaded term v1.1.0
9002026-02-16T22:52:22.235Z Downloaded tokio-tungstenite v0.21.0
9012026-02-16T22:52:22.238Z Downloaded usdt-attr-macro v0.6.0
9022026-02-16T22:52:22.238Z Downloaded untrusted v0.9.0
9032026-02-16T22:52:22.238Z Downloaded spin v0.9.8
9042026-02-16T22:52:22.243Z Downloaded toml_writer v1.0.6+spec-1.1.0
9052026-02-16T22:52:22.243Z Downloaded tls_codec v0.4.1
9062026-02-16T22:52:22.243Z Downloaded rayon-core v1.12.1
9072026-02-16T22:52:22.248Z Downloaded tokio-native-tls v0.3.1
9082026-02-16T22:52:22.251Z Downloaded hyper-util v0.1.19
9092026-02-16T22:52:22.254Z Downloaded tui-tree-widget v0.23.1
9102026-02-16T22:52:22.258Z Downloaded tokio-macros v2.6.0
9112026-02-16T22:52:22.258Z Downloaded tinyvec v1.8.0
9122026-02-16T22:52:22.262Z Downloaded unicase v2.8.1
9132026-02-16T22:52:22.262Z Downloaded utf-8 v0.7.6
9142026-02-16T22:52:22.262Z Downloaded usdt v0.6.0
9152026-02-16T22:52:22.267Z Downloaded usdt-macro v0.6.0
9162026-02-16T22:52:22.267Z Downloaded strum_macros v0.27.2
9172026-02-16T22:52:22.268Z Downloaded typify v0.2.0
9182026-02-16T22:52:22.271Z Downloaded wait-timeout v0.2.0
9192026-02-16T22:52:22.271Z Downloaded hkdf v0.12.4
9202026-02-16T22:52:22.274Z Downloaded vte_generate_state_changes v0.1.2
9212026-02-16T22:52:22.274Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9222026-02-16T22:52:22.278Z Downloaded quinn v0.11.5
9232026-02-16T22:52:22.282Z Downloaded tokio-tungstenite v0.23.1
9242026-02-16T22:52:22.282Z Downloaded hickory-server v0.25.2
9252026-02-16T22:52:22.286Z Downloaded want v0.3.1
9262026-02-16T22:52:22.286Z Downloaded xattr v1.3.1
9272026-02-16T22:52:22.290Z Downloaded void v1.0.2
9282026-02-16T22:52:22.290Z Downloaded term v0.7.0
9292026-02-16T22:52:22.295Z Downloaded snafu v0.8.5
9302026-02-16T22:52:22.299Z Downloaded rustls-pki-types v1.10.0
9312026-02-16T22:52:22.302Z Downloaded socket2 v0.5.10
9322026-02-16T22:52:22.302Z Downloaded rand v0.8.5
9332026-02-16T22:52:22.305Z Downloaded toml_parser v1.0.6+spec-1.1.0
9342026-02-16T22:52:22.308Z Downloaded tokio-rustls v0.26.0
9352026-02-16T22:52:22.312Z Downloaded test-strategy v0.4.3
9362026-02-16T22:52:22.315Z Downloaded xshell-macros v0.2.7
9372026-02-16T22:52:22.315Z Downloaded qorb v0.4.1
9382026-02-16T22:52:22.319Z Downloaded publicsuffix v2.3.0
9392026-02-16T22:52:22.322Z Downloaded schemars v1.0.4
9402026-02-16T22:52:22.332Z Downloaded vergen-git2 v1.0.7
9412026-02-16T22:52:22.335Z Downloaded tls_codec_derive v0.4.1
9422026-02-16T22:52:22.335Z Downloaded socket2 v0.6.1
9432026-02-16T22:52:22.341Z Downloaded num-bigint v0.4.6
9442026-02-16T22:52:22.344Z Downloaded tracing-attributes v0.1.27
9452026-02-16T22:52:22.345Z Downloaded samael v0.0.19
9462026-02-16T22:52:22.349Z Downloaded zone v0.3.1
9472026-02-16T22:52:22.354Z Downloaded zone v0.1.8
9482026-02-16T22:52:22.354Z Downloaded zone_cfg_derive v0.1.2
9492026-02-16T22:52:22.354Z Downloaded libxml v0.3.3
9502026-02-16T22:52:22.357Z Downloaded zone_cfg_derive v0.3.0
9512026-02-16T22:52:22.358Z Downloaded unicode-properties v0.1.3
9522026-02-16T22:52:22.362Z Downloaded rsa v0.9.8
9532026-02-16T22:52:22.367Z Downloaded tar v0.4.44
9542026-02-16T22:52:22.370Z Downloaded which v4.4.2
9552026-02-16T22:52:22.370Z Downloaded waitgroup v0.1.2
9562026-02-16T22:52:22.370Z Downloaded unit-prefix v0.5.1
9572026-02-16T22:52:22.370Z Downloaded tokio-rustls v0.25.0
9582026-02-16T22:52:22.377Z Downloaded tokio-rustls v0.24.1
9592026-02-16T22:52:22.381Z Downloaded xshell v0.2.7
9602026-02-16T22:52:22.381Z Downloaded xz2 v0.1.7
9612026-02-16T22:52:22.381Z Downloaded zeroize v1.8.1
9622026-02-16T22:52:22.381Z Downloaded vergen-lib v0.1.6
9632026-02-16T22:52:22.381Z Downloaded rand v0.9.2
9642026-02-16T22:52:22.385Z Downloaded aws-lc-rs v1.12.4
9652026-02-16T22:52:22.391Z Downloaded whoami v1.5.2
9662026-02-16T22:52:22.394Z Downloaded tungstenite v0.21.0
9672026-02-16T22:52:22.398Z Downloaded vergen-gitcl v1.0.8
9682026-02-16T22:52:22.398Z Downloaded vergen v9.0.6
9692026-02-16T22:52:22.402Z Downloaded schemars v0.9.0
9702026-02-16T22:52:22.411Z Downloaded zstd-safe v7.2.3
9712026-02-16T22:52:22.414Z Downloaded typify v0.4.3
9722026-02-16T22:52:22.419Z Downloaded zeroize_derive v1.4.2
9732026-02-16T22:52:22.419Z Downloaded value-bag v1.12.0
9742026-02-16T22:52:22.422Z Downloaded uuid v1.19.0
9752026-02-16T22:52:22.429Z Downloaded hyper v1.8.1
9762026-02-16T22:52:22.431Z Downloaded bindgen v0.69.5
9772026-02-16T22:52:22.434Z Downloaded usdt-impl v0.6.0
9782026-02-16T22:52:22.438Z Downloaded ssh-key v0.6.6
9792026-02-16T22:52:22.443Z Downloaded tracing-core v0.1.32
9802026-02-16T22:52:22.446Z Downloaded zstd v0.13.3
9812026-02-16T22:52:22.450Z Downloaded uzers v0.12.1
9822026-02-16T22:52:22.453Z Downloaded vte v0.11.1
9832026-02-16T22:52:22.453Z Downloaded tracing v0.1.40
9842026-02-16T22:52:22.456Z Downloaded vsss-rs v3.3.4
9852026-02-16T22:52:22.459Z Downloaded unicode-bidi v0.3.17
9862026-02-16T22:52:22.459Z Downloaded toml v0.7.8
9872026-02-16T22:52:22.463Z Downloaded zerocopy v0.6.6
9882026-02-16T22:52:22.465Z Downloaded walkdir v2.5.0
9892026-02-16T22:52:22.468Z Downloaded itertools v0.14.0
9902026-02-16T22:52:22.473Z Downloaded bitvec v1.0.1
9912026-02-16T22:52:22.486Z Downloaded steno v0.4.1
9922026-02-16T22:52:22.489Z Downloaded unsafe-libyaml v0.2.11
9932026-02-16T22:52:22.492Z Downloaded h2 v0.4.6
9942026-02-16T22:52:22.498Z Downloaded zopfli v0.8.1
9952026-02-16T22:52:22.501Z Downloaded p521 v0.13.3
9962026-02-16T22:52:22.506Z Downloaded unicode_categories v0.1.1
9972026-02-16T22:52:22.508Z Downloaded git2 v0.20.2
9982026-02-16T22:52:22.512Z Downloaded bindgen v0.71.1
9992026-02-16T22:52:22.518Z Downloaded yansi v1.0.1
10002026-02-16T22:52:22.524Z Downloaded tower v0.5.2
10012026-02-16T22:52:22.528Z Downloaded chrono v0.4.43
10022026-02-16T22:52:22.535Z Downloaded rustyline v14.0.0
10032026-02-16T22:52:22.540Z Downloaded lalrpop v0.19.12
10042026-02-16T22:52:22.549Z Downloaded zerocopy-derive v0.8.27
10052026-02-16T22:52:22.555Z Downloaded time v0.3.43
10062026-02-16T22:52:22.562Z Downloaded toml_edit v0.19.15
10072026-02-16T22:52:22.577Z Downloaded typed-path v0.9.3
10082026-02-16T22:52:22.582Z Downloaded reedline v0.40.0
10092026-02-16T22:52:22.588Z Downloaded zip v0.6.6
10102026-02-16T22:52:22.592Z Downloaded x509-cert v0.2.5
10112026-02-16T22:52:22.597Z Downloaded tokio-postgres v0.7.13
10122026-02-16T22:52:22.602Z Downloaded rpassword v7.4.0
10132026-02-16T22:52:22.606Z Downloaded russh v0.45.0
10142026-02-16T22:52:22.609Z Downloaded tower-http v0.6.6
10152026-02-16T22:52:22.615Z Downloaded zip v4.2.0
10162026-02-16T22:52:22.619Z Downloaded proptest v1.7.0
10172026-02-16T22:52:22.628Z Downloaded tough v0.20.0
10182026-02-16T22:52:22.635Z Downloaded radix_trie v0.2.1
10192026-02-16T22:52:22.639Z Downloaded object v0.30.4
10202026-02-16T22:52:22.647Z Downloaded rustls-webpki v0.102.8
10212026-02-16T22:52:22.665Z Downloaded quinn-proto v0.11.8
10222026-02-16T22:52:22.669Z Downloaded petname v2.0.2
10232026-02-16T22:52:22.674Z Downloaded unicode-segmentation v1.12.0
10242026-02-16T22:52:22.677Z Downloaded regex v1.11.3
10252026-02-16T22:52:22.682Z Downloaded p384 v0.13.1
10262026-02-16T22:52:22.687Z Downloaded rustls v0.21.12
10272026-02-16T22:52:22.697Z Downloaded tokio-util v0.7.15
10282026-02-16T22:52:22.703Z Downloaded winnow v0.6.26
10292026-02-16T22:52:22.710Z Downloaded object v0.36.5
10302026-02-16T22:52:22.719Z Downloaded zlib-rs v0.5.1
10312026-02-16T22:52:22.724Z Downloaded nix v0.30.1
10322026-02-16T22:52:22.734Z Downloaded chrono-tz v0.10.4
10332026-02-16T22:52:22.749Z Downloaded unicode-normalization v0.1.24
10342026-02-16T22:52:22.752Z Downloaded quick-xml v0.37.2
10352026-02-16T22:52:22.757Z Downloaded regex-syntax v0.6.29
10362026-02-16T22:52:22.763Z Downloaded rustls v0.23.19
10372026-02-16T22:52:22.772Z Downloaded rustls v0.22.4
10382026-02-16T22:52:22.783Z Downloaded moka v0.12.10
10392026-02-16T22:52:22.792Z Downloaded bstr v1.10.0
10402026-02-16T22:52:22.800Z Downloaded sqlparser v0.45.0
10412026-02-16T22:52:22.806Z Downloaded reqwest v0.12.24
10422026-02-16T22:52:22.810Z Downloaded curve25519-dalek v4.1.3
10432026-02-16T22:52:22.818Z Downloaded nix v0.27.1
10442026-02-16T22:52:22.827Z Downloaded serde_with v3.16.1
10452026-02-16T22:52:22.838Z Downloaded gimli v0.31.1
10462026-02-16T22:52:22.845Z Downloaded salty v0.3.0
10472026-02-16T22:52:22.851Z Downloaded winnow v0.5.40
10482026-02-16T22:52:22.858Z Downloaded typify-impl v0.2.0
10492026-02-16T22:52:22.870Z Downloaded rayon v1.10.0
10502026-02-16T22:52:22.878Z Downloaded rustls-webpki v0.101.7
10512026-02-16T22:52:22.890Z Downloaded zerocopy-derive v0.6.6
10522026-02-16T22:52:22.899Z Downloaded openssl v0.10.73
10532026-02-16T22:52:22.907Z Downloaded tabled v0.18.0
10542026-02-16T22:52:22.922Z Downloaded bzip2-sys v0.1.13+1.0.8
10552026-02-16T22:52:22.932Z Downloaded portable-atomic v1.11.0
10562026-02-16T22:52:22.938Z Downloaded polar-core v0.27.3
10572026-02-16T22:52:22.945Z Downloaded nix v0.29.0
10582026-02-16T22:52:22.954Z Downloaded tabled v0.20.0
10592026-02-16T22:52:22.970Z Downloaded smoltcp v0.9.1
10602026-02-16T22:52:22.978Z Downloaded petgraph v0.6.5
10612026-02-16T22:52:22.994Z Downloaded vcpkg v0.2.15
10622026-02-16T22:52:23.029Z Downloaded zerocopy v0.8.27
10632026-02-16T22:52:23.048Z Downloaded hickory-proto v0.24.4
10642026-02-16T22:52:23.062Z Downloaded webpki-roots v1.0.1
10652026-02-16T22:52:23.066Z Downloaded hickory-proto v0.25.2
10662026-02-16T22:52:23.078Z Downloaded smoltcp v0.11.0
10672026-02-16T22:52:23.089Z Downloaded regress v0.10.4
10682026-02-16T22:52:23.097Z Downloaded regex-syntax v0.8.5
10692026-02-16T22:52:23.105Z Downloaded openapiv3 v2.2.0
10702026-02-16T22:52:23.115Z Downloaded nix v0.28.0
10712026-02-16T22:52:23.125Z Downloaded sha3 v0.10.8
10722026-02-16T22:52:23.130Z Downloaded lzma-sys v0.1.20
10732026-02-16T22:52:23.157Z Downloaded dropshot v0.16.7
10742026-02-16T22:52:23.177Z Downloaded diesel v2.2.12
10752026-02-16T22:52:23.193Z Downloaded goblin v0.10.2
10762026-02-16T22:52:23.200Z Downloaded yasna v0.5.2
10772026-02-16T22:52:23.203Z Downloaded toml v0.9.11+spec-1.1.0
10782026-02-16T22:52:23.206Z Downloaded sled v0.34.7
10792026-02-16T22:52:23.215Z Downloaded twox-hash v2.1.0
10802026-02-16T22:52:23.218Z Downloaded tungstenite v0.23.0
10812026-02-16T22:52:23.221Z Downloaded wyz v0.5.1
10822026-02-16T22:52:23.225Z Downloaded tokio-stream v0.1.17
10832026-02-16T22:52:23.228Z Downloaded serde_yaml v0.9.34+deprecated
10842026-02-16T22:52:23.231Z Downloaded schemars v0.8.22
10852026-02-16T22:52:23.242Z Downloaded num-bigint-dig v0.8.6
10862026-02-16T22:52:23.246Z Downloaded itertools v0.10.5
10872026-02-16T22:52:23.251Z Downloaded typify-impl v0.4.3
10882026-02-16T22:52:23.266Z Downloaded unicode-truncate v1.1.0
10892026-02-16T22:52:23.270Z Downloaded ratatui v0.29.0
10902026-02-16T22:52:23.284Z Downloaded typify-macro v0.2.0
10912026-02-16T22:52:23.287Z Downloaded tabled_derive v0.11.0
10922026-02-16T22:52:23.287Z Downloaded slog-async v2.8.0
10932026-02-16T22:52:23.287Z Downloaded slog v2.8.2
10942026-02-16T22:52:23.290Z Downloaded ron v0.7.1
10952026-02-16T22:52:23.293Z Downloaded blake3 v1.5.4
10962026-02-16T22:52:23.301Z Downloaded iri-string v0.7.8
10972026-02-16T22:52:23.308Z Downloaded regex-automata v0.4.11
10982026-02-16T22:52:23.323Z Downloaded sync_wrapper v1.0.1
10992026-02-16T22:52:23.340Z Downloaded sync-ptr v0.1.4
11002026-02-16T22:52:23.340Z Downloaded smallvec v0.6.14
11012026-02-16T22:52:23.340Z Downloaded slog-term v2.9.2
11022026-02-16T22:52:23.343Z Downloaded slog-stdlog v4.1.1
11032026-02-16T22:52:23.343Z Downloaded jiff v0.2.15
11042026-02-16T22:52:23.346Z Downloaded slog-json v2.6.1
11052026-02-16T22:52:23.350Z Downloaded ron v0.8.1
11062026-02-16T22:52:23.353Z Downloaded serde-hex v0.1.0
11072026-02-16T22:52:23.356Z Downloaded sec1 v0.7.3
11082026-02-16T22:52:23.359Z Downloaded sct v0.7.1
11092026-02-16T22:52:23.361Z Downloaded structmeta-derive v0.3.0
11102026-02-16T22:52:23.361Z Downloaded strip-ansi-escapes v0.2.0
11112026-02-16T22:52:23.361Z Downloaded seq-macro v0.3.6
11122026-02-16T22:52:23.365Z Downloaded scroll v0.13.0
11132026-02-16T22:52:23.366Z Downloaded pin-project v1.1.6
11142026-02-16T22:52:23.375Z Downloaded poly1305 v0.8.0
11152026-02-16T22:52:23.381Z Downloaded petgraph v0.8.2
11162026-02-16T22:52:23.398Z Downloaded ed25519-dalek v2.1.1
11172026-02-16T22:52:23.401Z Downloaded libz-sys v1.1.20
11182026-02-16T22:52:23.418Z Downloaded csv v1.3.1
11192026-02-16T22:52:23.435Z Downloaded ring v0.17.14
11202026-02-16T22:52:23.473Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11212026-02-16T22:52:23.488Z Downloaded russh-cryptovec v0.7.3
11222026-02-16T22:52:23.492Z Downloaded salsa20 v0.10.2
11232026-02-16T22:52:23.492Z Downloaded progenitor v0.11.2
11242026-02-16T22:52:23.492Z Downloaded parking_lot v0.11.2
11252026-02-16T22:52:23.499Z Downloaded papergrid v0.14.0
11262026-02-16T22:52:23.503Z Downloaded tokio v1.49.0
11272026-02-16T22:52:23.533Z Downloaded primeorder v0.13.6
11282026-02-16T22:52:23.537Z Downloaded rand_chacha v0.9.0
11292026-02-16T22:52:23.537Z Downloaded r2d2 v0.8.10
11302026-02-16T22:52:23.540Z Downloaded quinn-udp v0.5.5
11312026-02-16T22:52:23.540Z Downloaded postgres-protocol v0.6.8
11322026-02-16T22:52:23.540Z Downloaded hickory-resolver v0.24.4
11332026-02-16T22:52:23.543Z Downloaded psl-types v2.0.11
11342026-02-16T22:52:23.546Z Downloaded progenitor-macro v0.11.2
11352026-02-16T22:52:23.546Z Downloaded progenitor-client v0.8.0
11362026-02-16T22:52:23.546Z Downloaded pbkdf2 v0.12.2
11372026-02-16T22:52:23.550Z Downloaded password-hash v0.5.0
11382026-02-16T22:52:23.550Z Downloaded phf v0.12.1
11392026-02-16T22:52:23.553Z Downloaded phf v0.11.2
11402026-02-16T22:52:23.553Z Downloaded indexmap v1.9.3
11412026-02-16T22:52:23.556Z Downloaded half v2.4.1
11422026-02-16T22:52:23.556Z Downloaded flume v0.11.1
11432026-02-16T22:52:23.560Z Downloaded libgit2-sys v0.18.2+1.9.1
11442026-02-16T22:52:23.610Z Downloaded encoding_rs v0.8.34
11452026-02-16T22:52:23.628Z Downloaded flate2 v1.1.2
11462026-02-16T22:52:23.632Z Downloaded dropshot-api-manager v0.3.0
11472026-02-16T22:52:23.635Z Downloaded diesel_derives v2.2.3
11482026-02-16T22:52:23.638Z Downloaded derive_more v2.0.1
11492026-02-16T22:52:23.648Z Downloaded packed_struct v0.10.1
11502026-02-16T22:52:23.652Z Downloaded headers v0.4.1
11512026-02-16T22:52:23.652Z Downloaded fatfs v0.3.6
11522026-02-16T22:52:23.655Z Downloaded darling_core v0.21.0
11532026-02-16T22:52:23.658Z Downloaded aes v0.8.4
11542026-02-16T22:52:23.661Z Downloaded linear-map v1.2.0
11552026-02-16T22:52:23.665Z Downloaded pem v3.0.5
11562026-02-16T22:52:23.665Z Downloaded peg v0.8.5
11572026-02-16T22:52:23.668Z Downloaded parking_lot_core v0.9.10
11582026-02-16T22:52:23.668Z Downloaded ignore v0.4.23
11592026-02-16T22:52:23.671Z Downloaded iana-time-zone v0.1.63
11602026-02-16T22:52:23.674Z Downloaded precomputed-hash v0.1.1
11612026-02-16T22:52:23.674Z Downloaded paste v1.0.15
11622026-02-16T22:52:23.677Z Downloaded parse-display-derive v0.10.0
11632026-02-16T22:52:23.677Z Downloaded parking_lot_core v0.8.6
11642026-02-16T22:52:23.680Z Downloaded oxide-tokio-rt v0.1.2
11652026-02-16T22:52:23.680Z Downloaded memmap2 v0.9.8
11662026-02-16T22:52:23.683Z Downloaded num-rational v0.4.2
11672026-02-16T22:52:23.683Z Downloaded num-integer v0.1.46
11682026-02-16T22:52:23.683Z Downloaded num-complex v0.4.6
11692026-02-16T22:52:23.688Z Downloaded nu-ansi-term v0.50.1
11702026-02-16T22:52:23.688Z Downloaded crossbeam-channel v0.5.15
11712026-02-16T22:52:23.692Z Downloaded chacha20poly1305 v0.10.1
11722026-02-16T22:52:23.695Z Downloaded bumpalo v3.16.0
11732026-02-16T22:52:23.695Z Downloaded native-tls v0.2.12
11742026-02-16T22:52:23.695Z Downloaded nanorand v0.7.0
11752026-02-16T22:52:23.698Z Downloaded multer v3.1.0
11762026-02-16T22:52:23.701Z Downloaded lock_api v0.4.12
11772026-02-16T22:52:23.701Z Downloaded derive_more v0.99.20
11782026-02-16T22:52:23.705Z Downloaded defmt-macros v0.3.9
11792026-02-16T22:52:23.708Z Downloaded parse-display v0.10.0
11802026-02-16T22:52:23.711Z Downloaded mime_guess v2.0.5
11812026-02-16T22:52:23.711Z Downloaded hyper-rustls v0.27.7
11822026-02-16T22:52:23.714Z Downloaded libefi-sys v0.1.0
11832026-02-16T22:52:23.714Z Downloaded crypto-bigint v0.5.5
11842026-02-16T22:52:23.720Z Downloaded openssl-probe v0.1.5
11852026-02-16T22:52:23.723Z Downloaded openssl-macros v0.1.1
11862026-02-16T22:52:23.723Z Downloaded olpc-cjson v0.1.4
11872026-02-16T22:52:23.723Z Downloaded number_prefix v0.4.0
11882026-02-16T22:52:23.723Z Downloaded num-conv v0.1.0
11892026-02-16T22:52:23.723Z Downloaded ipnetwork v0.21.1
11902026-02-16T22:52:23.732Z Downloaded bytes v1.11.1
11912026-02-16T22:52:23.736Z Downloaded num-iter v0.1.45
11922026-02-16T22:52:23.736Z Downloaded compact_str v0.8.0
11932026-02-16T22:52:23.736Z Downloaded normalize-line-endings v0.3.0
11942026-02-16T22:52:23.736Z Downloaded num-derive v0.4.2
11952026-02-16T22:52:23.736Z Downloaded num-derive v0.3.3
11962026-02-16T22:52:23.736Z Downloaded newtype-uuid-macros v0.1.0
11972026-02-16T22:52:23.740Z Downloaded indoc v2.0.6
11982026-02-16T22:52:23.740Z Downloaded httparse v1.9.5
11992026-02-16T22:52:23.743Z Downloaded multimap v0.10.1
12002026-02-16T22:52:23.743Z Downloaded mime v0.3.17
12012026-02-16T22:52:23.743Z Downloaded futures-executor v0.3.31
12022026-02-16T22:52:23.748Z Downloaded fs-err v2.11.0
12032026-02-16T22:52:23.748Z Downloaded md-5 v0.10.6
12042026-02-16T22:52:23.748Z Downloaded maplit v1.0.2
12052026-02-16T22:52:23.753Z Downloaded ingot-types v0.1.2
12062026-02-16T22:52:23.753Z Downloaded hickory-client v0.25.2
12072026-02-16T22:52:23.753Z Downloaded crc-any v2.5.0
12082026-02-16T22:52:23.756Z Downloaded const-oid v0.9.6
12092026-02-16T22:52:23.756Z Downloaded ipnet v2.11.0
12102026-02-16T22:52:23.756Z Downloaded ingot v0.1.1
12112026-02-16T22:52:23.761Z Downloaded http-body-util v0.1.3
12122026-02-16T22:52:23.761Z Downloaded managed v0.8.0
12132026-02-16T22:52:23.764Z Downloaded lzss v0.8.2
12142026-02-16T22:52:23.764Z Downloaded lru-cache v0.1.2
12152026-02-16T22:52:23.764Z Downloaded lru v0.12.5
12162026-02-16T22:52:23.765Z Downloaded linked-hash-map v0.5.6
12172026-02-16T22:52:23.765Z Downloaded dropshot_endpoint v0.16.7
12182026-02-16T22:52:23.768Z Downloaded kstat-rs v0.2.4
12192026-02-16T22:52:23.768Z Downloaded hostname v0.4.2
12202026-02-16T22:52:23.773Z Downloaded is_ci v1.2.0
12212026-02-16T22:52:23.773Z Downloaded is-terminal v0.4.13
12222026-02-16T22:52:23.773Z Downloaded allocator-api2 v0.2.21
12232026-02-16T22:52:23.776Z Downloaded drift v0.1.3
12242026-02-16T22:52:23.780Z Downloaded deranged v0.5.3
12252026-02-16T22:52:23.780Z Downloaded crossbeam-utils v0.8.21
12262026-02-16T22:52:23.783Z Downloaded crossbeam-epoch v0.9.18
12272026-02-16T22:52:23.788Z Downloaded crc32fast v1.4.2
12282026-02-16T22:52:23.788Z Downloaded cookie v0.18.1
12292026-02-16T22:52:23.792Z Downloaded bzip2 v0.5.2
12302026-02-16T22:52:23.792Z Downloaded filetime v0.2.26
12312026-02-16T22:52:23.792Z Downloaded diesel-dtrace v0.4.2
12322026-02-16T22:52:23.792Z Downloaded derive_builder_core v0.20.2
12332026-02-16T22:52:23.797Z Downloaded csv-core v0.1.11
12342026-02-16T22:52:23.797Z Downloaded cancel-safe-futures v0.1.5
12352026-02-16T22:52:23.802Z Downloaded console v0.16.0
12362026-02-16T22:52:23.802Z Downloaded blowfish v0.9.1
12372026-02-16T22:52:23.802Z Downloaded blake2 v0.10.6
12382026-02-16T22:52:23.806Z Downloaded arrayvec v0.7.6
12392026-02-16T22:52:23.806Z Downloaded foldhash v0.2.0
12402026-02-16T22:52:23.806Z Downloaded foldhash v0.1.5
12412026-02-16T22:52:23.813Z Downloaded fallible-iterator v0.2.0
12422026-02-16T22:52:23.814Z Downloaded defmt v0.3.8
12432026-02-16T22:52:23.817Z Downloaded clang-sys v1.8.1
12442026-02-16T22:52:23.817Z Downloaded chacha20 v0.9.1
12452026-02-16T22:52:23.817Z Downloaded async-bb8-diesel v0.2.1
12462026-02-16T22:52:23.817Z Downloaded console v0.15.10
12472026-02-16T22:52:23.821Z Downloaded erased-serde v0.3.31
12482026-02-16T22:52:23.821Z Downloaded inout v0.1.3
12492026-02-16T22:52:23.824Z Downloaded indoc v1.0.9
12502026-02-16T22:52:23.824Z Downloaded indent_write v2.2.0
12512026-02-16T22:52:23.824Z Downloaded hubpack v0.1.2
12522026-02-16T22:52:23.832Z Downloaded hubpack_derive v0.1.1
12532026-02-16T22:52:23.832Z Downloaded globset v0.4.15
12542026-02-16T22:52:23.832Z Downloaded hostname v0.3.1
12552026-02-16T22:52:23.835Z Downloaded globwalk v0.9.1
12562026-02-16T22:52:23.835Z Downloaded futures-task v0.3.31
12572026-02-16T22:52:23.835Z Downloaded derive-ex v0.1.8
12582026-02-16T22:52:23.835Z Downloaded darling v0.21.0
12592026-02-16T22:52:23.840Z Downloaded daft v0.1.4
12602026-02-16T22:52:23.840Z Downloaded ctr v0.9.2
12612026-02-16T22:52:23.840Z Downloaded critical-section v1.1.3
12622026-02-16T22:52:23.844Z Downloaded colored v2.2.0
12632026-02-16T22:52:23.844Z Downloaded bzip2 v0.4.4
12642026-02-16T22:52:23.844Z Downloaded bitfield v0.19.2
12652026-02-16T22:52:23.850Z Downloaded corncobs v0.1.4
12662026-02-16T22:52:23.850Z Downloaded cbc v0.1.2
12672026-02-16T22:52:23.850Z Downloaded bit-vec v0.6.3
12682026-02-16T22:52:23.850Z Downloaded bit-vec v0.8.0
12692026-02-16T22:52:23.854Z Downloaded cmake v0.1.51
12702026-02-16T22:52:23.854Z Downloaded cassowary v0.3.0
12712026-02-16T22:52:23.854Z Downloaded argon2 v0.5.3
12722026-02-16T22:52:23.854Z Downloaded crc v3.2.1
12732026-02-16T22:52:23.858Z Downloaded cargo_metadata v0.19.2
12742026-02-16T22:52:23.858Z Downloaded ascii-canvas v3.0.0
12752026-02-16T22:52:23.858Z Downloaded foreign-types-macros v0.2.3
12762026-02-16T22:52:23.863Z Downloaded float-cmp v0.10.0
12772026-02-16T22:52:23.863Z Downloaded document-features v0.2.11
12782026-02-16T22:52:23.863Z Downloaded headers-core v0.3.0
12792026-02-16T22:52:23.863Z Downloaded fixedbitset v0.4.2
12802026-02-16T22:52:23.863Z Downloaded hash32 v0.2.1
12812026-02-16T22:52:23.866Z Downloaded darling_macro v0.20.10
12822026-02-16T22:52:23.866Z Downloaded cexpr v0.6.0
12832026-02-16T22:52:23.866Z Downloaded camino-tempfile-ext v0.3.2
12842026-02-16T22:52:23.866Z Downloaded ahash v0.8.12
12852026-02-16T22:52:23.873Z Downloaded dropshot-api-manager-types v0.3.0
12862026-02-16T22:52:23.873Z Downloaded difflib v0.4.0
12872026-02-16T22:52:23.873Z Downloaded darling_macro v0.21.0
12882026-02-16T22:52:23.873Z Downloaded futures-sink v0.3.31
12892026-02-16T22:52:23.873Z Downloaded ed25519 v2.2.3
12902026-02-16T22:52:23.879Z Downloaded bcs v0.1.6
12912026-02-16T22:52:23.879Z Downloaded base64 v0.22.1
12922026-02-16T22:52:23.879Z Downloaded base64 v0.21.7
12932026-02-16T22:52:23.885Z Downloaded enum-as-inner v0.6.1
12942026-02-16T22:52:23.885Z Downloaded embedded-io v0.6.1
12952026-02-16T22:52:23.885Z Downloaded dof v0.4.0
12962026-02-16T22:52:23.889Z Downloaded derive_builder_macro v0.20.2
12972026-02-16T22:52:23.889Z Downloaded cargo-platform v0.1.8
12982026-02-16T22:52:23.889Z Downloaded constant_time_eq v0.3.1
12992026-02-16T22:52:23.889Z Downloaded ciborium-ll v0.2.2
13002026-02-16T22:52:23.889Z Downloaded arrayref v0.3.9
13012026-02-16T22:52:23.889Z Downloaded async-recursion v1.1.1
13022026-02-16T22:52:23.894Z Downloaded daft-derive v0.1.4
13032026-02-16T22:52:23.898Z Downloaded cfg_aliases v0.1.1
13042026-02-16T22:52:23.898Z Downloaded async-stream v0.3.6
13052026-02-16T22:52:23.902Z Downloaded foreign-types v0.5.0
13062026-02-16T22:52:23.902Z Downloaded float-ord v0.3.2
13072026-02-16T22:52:23.902Z Downloaded dyn-clone v1.0.20
13082026-02-16T22:52:23.902Z Downloaded dtrace-parser v0.3.0
13092026-02-16T22:52:23.906Z Downloaded dsl_auto_type v0.1.2
13102026-02-16T22:52:23.906Z Downloaded dirs-sys-next v0.1.2
13112026-02-16T22:52:23.906Z Downloaded defmt-parser v0.3.4
13122026-02-16T22:52:23.906Z Downloaded castaway v0.2.3
13132026-02-16T22:52:23.906Z Downloaded bitfield-macros v0.19.2
13142026-02-16T22:52:23.909Z Downloaded bit-set v0.5.3
13152026-02-16T22:52:23.909Z Downloaded dunce v1.0.5
13162026-02-16T22:52:23.909Z Downloaded crunchy v0.2.2
13172026-02-16T22:52:23.909Z Downloaded cfg_aliases v0.2.1
13182026-02-16T22:52:23.909Z Downloaded assert_matches v1.5.0
13192026-02-16T22:52:23.913Z Downloaded crc-catalog v2.4.0
13202026-02-16T22:52:23.913Z Downloaded bit-set v0.8.0
13212026-02-16T22:52:23.913Z Downloaded dirs-next v2.0.0
13222026-02-16T22:52:23.917Z Downloaded crossterm v0.29.0
13232026-02-16T22:52:23.920Z Downloaded bcrypt-pbkdf v0.10.0
13242026-02-16T22:52:23.920Z Downloaded crucible-workspace-hack v0.1.0
13252026-02-16T22:52:23.920Z Downloaded array-init v0.0.4
13262026-02-16T22:52:23.925Z Downloaded crc8 v0.1.1
13272026-02-16T22:52:23.925Z Downloaded crossbeam-deque v0.8.5
13282026-02-16T22:52:23.925Z Downloaded base16ct v0.2.0
13292026-02-16T22:52:23.925Z Downloaded atomic-waker v1.1.2
13302026-02-16T22:52:23.929Z Downloaded adler2 v2.0.0
13312026-02-16T22:52:23.929Z Downloaded block-padding v0.3.3
13322026-02-16T22:52:23.929Z Downloaded bb8 v0.8.5
13332026-02-16T22:52:23.929Z Downloaded flagset v0.4.6
13342026-02-16T22:52:23.929Z Downloaded either v1.15.0
13352026-02-16T22:52:23.932Z Downloaded der_derive v0.7.3
13362026-02-16T22:52:23.932Z Downloaded atomicwrites v0.4.4
13372026-02-16T22:52:23.932Z Downloaded base64ct v1.6.0
13382026-02-16T22:52:23.936Z Downloaded atty v0.2.14
13392026-02-16T22:52:23.936Z Downloaded async-stream-impl v0.3.6
13402026-02-16T22:52:24.239Z Downloaded aws-lc-sys v0.26.0
13412026-02-16T22:52:24.533Z Compiling value-bag v1.12.0
13422026-02-16T22:52:24.533Z Compiling lock_api v0.4.12
13432026-02-16T22:52:24.539Z Compiling scopeguard v1.2.0
13442026-02-16T22:52:24.539Z Compiling shlex v1.3.0
13452026-02-16T22:52:24.539Z Compiling smallvec v1.15.1
13462026-02-16T22:52:24.704Z Compiling syn v2.0.114
13472026-02-16T22:52:24.720Z Compiling getrandom v0.2.15
13482026-02-16T22:52:24.722Z Compiling jobserver v0.1.32
13492026-02-16T22:52:24.962Z Compiling typenum v1.17.0
13502026-02-16T22:52:25.131Z Compiling log v0.4.29
13512026-02-16T22:52:25.150Z Compiling rand_core v0.6.4
13522026-02-16T22:52:25.153Z Compiling generic-array v0.14.7
13532026-02-16T22:52:25.238Z Compiling cc v1.2.30
13542026-02-16T22:52:25.601Z Compiling subtle v2.6.1
13552026-02-16T22:52:25.620Z Compiling portable-atomic v1.11.0
13562026-02-16T22:52:25.639Z Compiling critical-section v1.1.3
13572026-02-16T22:52:25.680Z Compiling const-oid v0.9.6
13582026-02-16T22:52:25.817Z Compiling pkg-config v0.3.31
13592026-02-16T22:52:25.855Z Compiling getrandom v0.3.4
13602026-02-16T22:52:25.939Z Compiling serde_json v1.0.149
13612026-02-16T22:52:26.344Z Compiling spin v0.9.8
13622026-02-16T22:52:26.731Z Compiling pin-project-lite v0.2.14
13632026-02-16T22:52:26.887Z Compiling parking_lot_core v0.9.10
13642026-02-16T22:52:27.053Z Compiling regex-syntax v0.8.5
13652026-02-16T22:52:27.374Z Compiling rustix v0.38.37
13662026-02-16T22:52:27.716Z Compiling libm v0.2.8
13672026-02-16T22:52:27.816Z Compiling once_cell v1.21.3
13682026-02-16T22:52:28.122Z Compiling signal-hook-registry v1.4.2
13692026-02-16T22:52:28.204Z Compiling num-traits v0.2.19
13702026-02-16T22:52:28.237Z Compiling allocator-api2 v0.2.21
13712026-02-16T22:52:28.475Z Compiling parking_lot v0.12.3
13722026-02-16T22:52:28.795Z Compiling mio v1.0.2
13732026-02-16T22:52:28.912Z Compiling futures-core v0.3.31
13742026-02-16T22:52:29.030Z Compiling lazy_static v1.5.0
13752026-02-16T22:52:29.196Z Compiling aho-corasick v1.1.3
13762026-02-16T22:52:29.217Z Compiling percent-encoding v2.3.2
13772026-02-16T22:52:29.260Z Compiling socket2 v0.6.1
13782026-02-16T22:52:29.546Z Compiling slab v0.4.9
13792026-02-16T22:52:29.901Z Compiling cpufeatures v0.2.14
13802026-02-16T22:52:30.017Z Compiling glob v0.3.2
13812026-02-16T22:52:30.045Z Compiling futures-sink v0.3.31
13822026-02-16T22:52:30.107Z Compiling either v1.15.0
13832026-02-16T22:52:30.208Z Compiling futures-channel v0.3.31
13842026-02-16T22:52:30.464Z Compiling hashbrown v0.16.1
13852026-02-16T22:52:30.529Z Compiling pin-utils v0.1.0
13862026-02-16T22:52:30.618Z Compiling futures-io v0.3.31
13872026-02-16T22:52:30.641Z Compiling rustversion v1.0.22
13882026-02-16T22:52:30.805Z Compiling clang-sys v1.8.1
13892026-02-16T22:52:30.891Z Compiling futures-task v0.3.31
13902026-02-16T22:52:31.198Z Compiling regex-automata v0.4.11
13912026-02-16T22:52:31.299Z Compiling prettyplease v0.2.36
13922026-02-16T22:52:31.593Z Compiling minimal-lexical v0.2.1
13932026-02-16T22:52:31.633Z Compiling indexmap v2.13.0
13942026-02-16T22:52:31.702Z Compiling synstructure v0.13.1
13952026-02-16T22:52:32.074Z Compiling nom v7.1.3
13962026-02-16T22:52:32.702Z Compiling libloading v0.8.5
13972026-02-16T22:52:32.823Z Compiling bindgen v0.69.5
13982026-02-16T22:52:33.060Z Compiling home v0.5.9
13992026-02-16T22:52:33.080Z Compiling base64ct v1.6.0
14002026-02-16T22:52:33.083Z Compiling ident_case v1.0.1
14012026-02-16T22:52:33.476Z Compiling itertools v0.12.1
14022026-02-16T22:52:33.672Z Compiling pem-rfc7468 v0.7.0
14032026-02-16T22:52:33.820Z Compiling form_urlencoded v1.2.2
14042026-02-16T22:52:34.169Z Compiling lazycell v1.3.0
14052026-02-16T22:52:34.321Z Compiling rustc-hash v1.1.0
14062026-02-16T22:52:34.362Z Compiling flagset v0.4.6
14072026-02-16T22:52:34.498Z Compiling rand_core v0.9.3
14082026-02-16T22:52:34.587Z Compiling cmake v0.1.51
14092026-02-16T22:52:35.063Z Compiling fs_extra v1.3.0
14102026-02-16T22:52:35.379Z Compiling cexpr v0.6.0
14112026-02-16T22:52:35.429Z Compiling iana-time-zone v0.1.63
14122026-02-16T22:52:35.599Z Compiling paste v1.0.15
14132026-02-16T22:52:35.778Z Compiling dunce v1.0.5
14142026-02-16T22:52:35.929Z Compiling foldhash v0.1.5
14152026-02-16T22:52:36.066Z Compiling rustc_version v0.4.1
14162026-02-16T22:52:36.166Z Compiling hashbrown v0.15.4
14172026-02-16T22:52:36.245Z Compiling uuid v1.19.0
14182026-02-16T22:52:36.358Z Compiling regex v1.11.3
14192026-02-16T22:52:36.454Z Compiling serde_derive v1.0.228
14202026-02-16T22:52:36.658Z Compiling zeroize_derive v1.4.2
14212026-02-16T22:52:36.844Z Compiling zerofrom-derive v0.1.4
14222026-02-16T22:52:37.272Z Compiling yoke-derive v0.7.4
14232026-02-16T22:52:37.403Z Compiling zerovec-derive v0.10.3
14242026-02-16T22:52:37.772Z Compiling displaydoc v0.2.5
14252026-02-16T22:52:38.033Z Compiling zeroize v1.8.1
14262026-02-16T22:52:39.337Z Compiling icu_provider_macros v1.5.0
14272026-02-16T22:52:39.818Z Compiling crypto-common v0.1.6
14282026-02-16T22:52:39.838Z Compiling block-buffer v0.10.4
14292026-02-16T22:52:39.992Z Compiling zerocopy-derive v0.7.35
14302026-02-16T22:52:40.047Z Compiling tokio-macros v2.6.0
14312026-02-16T22:52:40.111Z Compiling zerofrom v0.1.4
14322026-02-16T22:52:40.133Z Compiling digest v0.10.7
14332026-02-16T22:52:40.330Z Compiling yoke v0.7.4
14342026-02-16T22:52:40.358Z Compiling thiserror-impl v2.0.18
14352026-02-16T22:52:40.601Z Compiling hmac v0.12.1
14362026-02-16T22:52:40.706Z Compiling zerovec v0.10.4
14372026-02-16T22:52:40.878Z Compiling block-padding v0.3.3
14382026-02-16T22:52:41.135Z Compiling futures-macro v0.3.31
14392026-02-16T22:52:41.221Z Compiling inout v0.1.3
14402026-02-16T22:52:41.512Z Compiling cipher v0.4.4
14412026-02-16T22:52:41.567Z Compiling sha2 v0.10.9
14422026-02-16T22:52:41.874Z Compiling zerocopy v0.7.35
14432026-02-16T22:52:42.046Z Compiling der_derive v0.7.3
14442026-02-16T22:52:42.648Z Compiling tinystr v0.7.6
14452026-02-16T22:52:42.884Z Compiling icu_collections v1.5.0
14462026-02-16T22:52:43.017Z Compiling icu_locid v1.5.0
14472026-02-16T22:52:43.144Z Compiling ppv-lite86 v0.2.20
14482026-02-16T22:52:43.221Z Compiling futures-util v0.3.31
14492026-02-16T22:52:43.459Z Compiling thiserror v2.0.18
14502026-02-16T22:52:43.514Z Compiling serde v1.0.228
14512026-02-16T22:52:43.623Z Compiling pest v2.8.2
14522026-02-16T22:52:43.874Z Compiling salsa20 v0.10.2
14532026-02-16T22:52:44.095Z Compiling icu_provider v1.5.0
14542026-02-16T22:52:44.196Z Compiling der v0.7.10
14552026-02-16T22:52:44.199Z Compiling pbkdf2 v0.12.2
14562026-02-16T22:52:44.402Z Compiling zerocopy v0.8.27
14572026-02-16T22:52:44.757Z Compiling bitflags v2.9.4
14582026-02-16T22:52:44.981Z Compiling bytes v1.11.1
14592026-02-16T22:52:45.025Z Compiling icu_locid_transform v1.5.0
14602026-02-16T22:52:45.181Z Compiling chrono v0.4.43
14612026-02-16T22:52:45.217Z Compiling vcpkg v0.2.15
14622026-02-16T22:52:46.388Z Compiling tokio v1.49.0
14632026-02-16T22:52:46.500Z Compiling icu_properties v1.5.1
14642026-02-16T22:52:46.875Z Compiling spki v0.7.3
14652026-02-16T22:52:47.035Z Compiling openssl-sys v0.9.109
14662026-02-16T22:52:47.250Z Compiling pest_meta v2.8.2
14672026-02-16T22:52:47.313Z Compiling http v1.4.0
14682026-02-16T22:52:48.211Z Compiling scrypt v0.11.0
14692026-02-16T22:52:48.427Z Compiling rand_chacha v0.9.0
14702026-02-16T22:52:48.626Z Compiling aes v0.8.4
14712026-02-16T22:52:48.717Z Compiling which v4.4.2
14722026-02-16T22:52:49.414Z Compiling cbc v0.1.2
14732026-02-16T22:52:49.676Z Compiling zerocopy-derive v0.8.27
14742026-02-16T22:52:50.062Z Compiling pkcs5 v0.7.1
14752026-02-16T22:52:50.778Z Compiling icu_normalizer v1.5.0
14762026-02-16T22:52:51.061Z Compiling rand v0.9.2
14772026-02-16T22:52:51.121Z Compiling pest_generator v2.8.2
14782026-02-16T22:52:51.524Z Compiling tracing-attributes v0.1.27
14792026-02-16T22:52:51.555Z Compiling serde_derive_internals v0.29.1
14802026-02-16T22:52:52.379Z Compiling idna_adapter v1.2.0
14812026-02-16T22:52:52.615Z Compiling idna v1.0.3
14822026-02-16T22:52:52.794Z Compiling ring v0.17.14
14832026-02-16T22:52:52.862Z Compiling tracing-core v0.1.32
14842026-02-16T22:52:53.706Z Compiling url v2.5.4
14852026-02-16T22:52:53.834Z Compiling rustix v1.1.3
14862026-02-16T22:52:54.017Z Compiling schemars v0.8.22
14872026-02-16T22:52:54.050Z Compiling adler2 v2.0.0
14882026-02-16T22:52:54.283Z Compiling aws-lc-rs v1.12.4
14892026-02-16T22:52:54.435Z Compiling miniz_oxide v0.8.5
14902026-02-16T22:52:54.607Z Compiling tracing v0.1.40
14912026-02-16T22:52:54.915Z Compiling tokio-util v0.7.15
14922026-02-16T22:52:55.090Z Compiling schemars_derive v0.8.22
14932026-02-16T22:52:55.433Z Compiling pest_derive v2.8.2
14942026-02-16T22:52:55.767Z Compiling pkcs8 v0.10.2
14952026-02-16T22:52:56.253Z Compiling http-body v1.0.1
14962026-02-16T22:52:56.274Z Compiling scroll_derive v0.13.1
14972026-02-16T22:52:56.365Z Compiling darling_core v0.20.10
14982026-02-16T22:52:56.502Z Compiling tinyvec_macros v0.1.1
14992026-02-16T22:52:56.611Z Compiling base64 v0.22.1
15002026-02-16T22:52:57.038Z Compiling rustls-pki-types v1.10.0
15012026-02-16T22:52:57.253Z Compiling dyn-clone v1.0.20
15022026-02-16T22:52:57.502Z Compiling httparse v1.9.5
15032026-02-16T22:52:57.917Z Compiling tinyvec v1.8.0
15042026-02-16T22:52:58.022Z Compiling scroll v0.13.0
15052026-02-16T22:52:58.538Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15062026-02-16T22:52:59.293Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-02-16T22:52:59.368Z Compiling time-core v0.1.6
15082026-02-16T22:52:59.665Z Compiling foreign-types-shared v0.1.1
15092026-02-16T22:52:59.792Z Compiling powerfmt v0.2.0
15102026-02-16T22:52:59.812Z Compiling tower-service v0.3.3
15112026-02-16T22:52:59.815Z Compiling atomic-waker v1.1.2
15122026-02-16T22:52:59.973Z Compiling tower-layer v0.3.3
15132026-02-16T22:52:59.999Z Compiling num-conv v0.1.0
15142026-02-16T22:53:00.030Z Compiling try-lock v0.2.5
15152026-02-16T22:53:00.192Z Compiling untrusted v0.7.1
15162026-02-16T22:53:00.213Z Compiling untrusted v0.9.0
15172026-02-16T22:53:00.262Z Compiling openssl v0.10.73
15182026-02-16T22:53:00.283Z Compiling openssl-probe v0.1.5
15192026-02-16T22:53:00.419Z Compiling tempfile v3.24.0
15202026-02-16T22:53:00.589Z Compiling time-macros v0.2.24
15212026-02-16T22:53:00.730Z Compiling want v0.3.1
15222026-02-16T22:53:00.991Z Compiling deranged v0.5.3
15232026-02-16T22:53:01.016Z Compiling h2 v0.4.6
15242026-02-16T22:53:01.180Z Compiling foreign-types v0.3.2
15252026-02-16T22:53:01.889Z Compiling darling_macro v0.20.10
15262026-02-16T22:53:02.267Z Compiling goblin v0.10.2
15272026-02-16T22:53:02.782Z Compiling darling v0.20.10
15282026-02-16T22:53:03.530Z Compiling ipnet v2.11.0
15292026-02-16T22:53:03.562Z Compiling openssl-macros v0.1.1
15302026-02-16T22:53:04.329Z Compiling wait-timeout v0.2.0
15312026-02-16T22:53:04.349Z Compiling crossbeam-utils v0.8.21
15322026-02-16T22:53:04.505Z Compiling bit-vec v0.8.0
15332026-02-16T22:53:04.670Z Compiling native-tls v0.2.12
15342026-02-16T22:53:04.840Z Compiling httpdate v1.0.3
15352026-02-16T22:53:04.883Z Compiling usdt-impl v0.6.0
15362026-02-16T22:53:04.963Z Compiling quick-error v1.2.3
15372026-02-16T22:53:05.030Z Compiling rustls v0.23.19
15382026-02-16T22:53:05.126Z Compiling syn v1.0.109
15392026-02-16T22:53:05.243Z Compiling num_threads v0.1.7
15402026-02-16T22:53:05.265Z Compiling gimli v0.31.1
15412026-02-16T22:53:05.366Z Compiling time v0.3.43
15422026-02-16T22:53:05.392Z Compiling rusty-fork v0.3.0
15432026-02-16T22:53:05.853Z Compiling bit-set v0.8.0
15442026-02-16T22:53:06.147Z Compiling derive_builder_core v0.20.2
15452026-02-16T22:53:08.283Z Compiling hyper v1.8.1
15462026-02-16T22:53:09.076Z Compiling dof v0.4.0
15472026-02-16T22:53:09.832Z Compiling addr2line v0.24.2
15482026-02-16T22:53:10.356Z Compiling unicode-normalization v0.1.24
15492026-02-16T22:53:10.485Z Compiling dtrace-parser v0.3.0
15502026-02-16T22:53:11.282Z Compiling signature v2.2.0
15512026-02-16T22:53:11.374Z Compiling heapless v0.7.17
15522026-02-16T22:53:11.590Z Compiling thiserror-impl v1.0.69
15532026-02-16T22:53:11.792Z Compiling scroll_derive v0.12.0
15542026-02-16T22:53:11.822Z Compiling rand_xorshift v0.4.0
15552026-02-16T22:53:12.107Z Compiling darling_core v0.21.0
15562026-02-16T22:53:12.251Z Compiling slog v2.8.2
15572026-02-16T22:53:12.569Z Compiling thread-id v5.0.0
15582026-02-16T22:53:12.695Z Compiling cookie v0.18.1
15592026-02-16T22:53:12.809Z Compiling object v0.36.5
15602026-02-16T22:53:13.032Z Compiling crc32fast v1.4.2
15612026-02-16T22:53:13.096Z Compiling rustc-demangle v0.1.24
15622026-02-16T22:53:13.115Z Compiling zlib-rs v0.5.1
15632026-02-16T22:53:13.357Z Compiling unicode-bidi v0.3.17
15642026-02-16T22:53:13.899Z Compiling anyhow v1.0.99
15652026-02-16T22:53:14.412Z Compiling unicode-properties v0.1.3
15662026-02-16T22:53:14.539Z Compiling signal-hook v0.3.18
15672026-02-16T22:53:14.561Z Compiling unarray v0.1.4
15682026-02-16T22:53:14.747Z Compiling siphasher v0.3.11
15692026-02-16T22:53:14.825Z Compiling zstd-safe v7.2.3
15702026-02-16T22:53:14.892Z Compiling stringprep v0.1.5
15712026-02-16T22:53:15.088Z Compiling phf_shared v0.11.2
15722026-02-16T22:53:15.169Z Compiling proptest v1.7.0
15732026-02-16T22:53:15.680Z Compiling thiserror v1.0.69
15742026-02-16T22:53:15.837Z Compiling scroll v0.12.0
15752026-02-16T22:53:16.365Z Compiling hyper-util v0.1.19
15762026-02-16T22:53:16.636Z Compiling derive_builder_macro v0.20.2
15772026-02-16T22:53:17.876Z Compiling darling_macro v0.21.0
15782026-02-16T22:53:18.263Z Compiling ipnetwork v0.21.1
15792026-02-16T22:53:18.748Z Compiling erased-serde v0.3.31
15802026-02-16T22:53:19.094Z Compiling backtrace v0.3.74
15812026-02-16T22:53:19.563Z Compiling libz-rs-sys v0.5.1
15822026-02-16T22:53:19.871Z Compiling toml_datetime v0.6.11
15832026-02-16T22:53:20.077Z Compiling serde_tokenstream v0.2.2
15842026-02-16T22:53:20.133Z Compiling serde_spanned v0.6.9
15852026-02-16T22:53:20.394Z Compiling rand_chacha v0.3.1
15862026-02-16T22:53:20.398Z Compiling md-5 v0.10.6
15872026-02-16T22:53:20.469Z Compiling curve25519-dalek v4.1.3
15882026-02-16T22:53:20.653Z Compiling vergen-lib v0.1.6
15892026-02-16T22:53:20.702Z Compiling num-integer v0.1.46
15902026-02-16T22:53:20.984Z Compiling sync_wrapper v1.0.1
15912026-02-16T22:53:21.134Z Compiling ff v0.13.0
15922026-02-16T22:53:21.162Z Compiling hash32 v0.2.1
15932026-02-16T22:53:21.378Z Compiling memoffset v0.9.1
15942026-02-16T22:53:21.398Z Compiling num-bigint-dig v0.8.6
15952026-02-16T22:53:21.532Z Compiling cfg_aliases v0.2.1
15962026-02-16T22:53:21.651Z Compiling base16ct v0.2.0
15972026-02-16T22:53:21.733Z Compiling smoltcp v0.9.1
15982026-02-16T22:53:21.755Z Compiling ref-cast v1.0.25
15992026-02-16T22:53:21.787Z Compiling psl-types v2.0.11
16002026-02-16T22:53:21.982Z Compiling litrs v0.4.1
16012026-02-16T22:53:22.007Z Compiling fallible-iterator v0.2.0
16022026-02-16T22:53:22.261Z Compiling publicsuffix v2.3.0
16032026-02-16T22:53:22.421Z Compiling sec1 v0.7.3
16042026-02-16T22:53:22.558Z Compiling nix v0.29.0
16052026-02-16T22:53:22.630Z Compiling postgres-protocol v0.6.8
16062026-02-16T22:53:22.934Z Compiling group v0.13.0
16072026-02-16T22:53:23.096Z Compiling document-features v0.2.11
16082026-02-16T22:53:23.255Z Compiling num-iter v0.1.45
16092026-02-16T22:53:23.453Z Compiling tower v0.5.2
16102026-02-16T22:53:23.554Z Compiling rand v0.8.5
16112026-02-16T22:53:23.711Z Compiling newtype-uuid v1.3.2
16122026-02-16T22:53:24.409Z Compiling flate2 v1.1.2
16132026-02-16T22:53:24.437Z Compiling darling v0.21.0
16142026-02-16T22:53:24.539Z Compiling oxnet v0.1.4
16152026-02-16T22:53:24.570Z Compiling derive_builder v0.20.2
16162026-02-16T22:53:24.771Z Compiling tokio-native-tls v0.3.1
16172026-02-16T22:53:25.061Z Compiling goblin v0.8.2
16182026-02-16T22:53:25.564Z Compiling rustls-native-certs v0.8.1
16192026-02-16T22:53:25.716Z Compiling webpki-roots v1.0.1
16202026-02-16T22:53:25.935Z Compiling http-body-util v0.1.3
16212026-02-16T22:53:26.089Z Compiling strum_macros v0.27.2
16222026-02-16T22:53:26.154Z Compiling terminal_size v0.4.0
16232026-02-16T22:53:26.333Z Compiling cargo-platform v0.1.8
16242026-02-16T22:53:26.395Z Compiling hkdf v0.12.4
16252026-02-16T22:53:26.418Z Compiling crypto-bigint v0.5.5
16262026-02-16T22:53:26.684Z Compiling daft-derive v0.1.4
16272026-02-16T22:53:26.802Z Compiling async-trait v0.1.89
16282026-02-16T22:53:28.213Z Compiling ref-cast-impl v1.0.25
16292026-02-16T22:53:28.762Z Compiling hubpack_derive v0.1.1
16302026-02-16T22:53:29.260Z Compiling curve25519-dalek-derive v0.1.1
16312026-02-16T22:53:29.343Z Compiling vergen v9.0.6
16322026-02-16T22:53:29.603Z Compiling ahash v0.8.12
16332026-02-16T22:53:29.685Z Compiling fs-err v3.1.1
16342026-02-16T22:53:29.988Z Compiling simd-adler32 v0.3.7
16352026-02-16T22:53:30.030Z Compiling managed v0.8.0
16362026-02-16T22:53:30.473Z Compiling ryu v1.0.18
16372026-02-16T22:53:30.505Z Compiling lockfree-object-pool v0.1.6
16382026-02-16T22:53:30.598Z Compiling buf-list v1.0.3
16392026-02-16T22:53:30.782Z Compiling winnow v0.5.40
16402026-02-16T22:53:30.807Z Compiling iri-string v0.7.8
16412026-02-16T22:53:30.856Z Compiling bitflags v1.3.2
16422026-02-16T22:53:31.003Z Compiling unicode-segmentation v1.12.0
16432026-02-16T22:53:31.189Z Compiling bumpalo v3.16.0
16442026-02-16T22:53:31.659Z Compiling zopfli v0.8.1
16452026-02-16T22:53:32.185Z Compiling strum v0.27.2
16462026-02-16T22:53:32.379Z Compiling serde_urlencoded v0.7.1
16472026-02-16T22:53:33.158Z Compiling dof v0.3.0
16482026-02-16T22:53:33.816Z Compiling tower-http v0.6.6
16492026-02-16T22:53:33.838Z Compiling clap_builder v4.5.48
16502026-02-16T22:53:34.277Z Compiling toml_edit v0.19.15
16512026-02-16T22:53:34.795Z Compiling hubpack v0.1.2
16522026-02-16T22:53:34.819Z Compiling elliptic-curve v0.13.8
16532026-02-16T22:53:35.060Z Compiling daft v0.1.4
16542026-02-16T22:53:35.221Z Compiling cargo_metadata v0.19.2
16552026-02-16T22:53:35.647Z Compiling hyper-tls v0.6.0
16562026-02-16T22:53:35.694Z Compiling signal-hook-mio v0.2.4
16572026-02-16T22:53:35.890Z Compiling cookie_store v0.21.1
16582026-02-16T22:53:36.051Z Compiling zstd v0.13.3
16592026-02-16T22:53:38.086Z Compiling serde_with_macros v3.16.1
16602026-02-16T22:53:38.606Z Compiling postgres-types v0.2.9
16612026-02-16T22:53:39.970Z Compiling usdt-macro v0.6.0
16622026-02-16T22:53:40.521Z Compiling usdt-attr-macro v0.6.0
16632026-02-16T22:53:40.560Z Compiling dtrace-parser v0.2.0
16642026-02-16T22:53:40.697Z Compiling phf v0.11.2
16652026-02-16T22:53:40.863Z Compiling ed25519 v2.2.3
16662026-02-16T22:53:40.986Z Compiling bzip2 v0.5.2
16672026-02-16T22:53:41.309Z Compiling bzip2 v0.4.4
16682026-02-16T22:53:41.379Z Compiling pkcs1 v0.7.5
16692026-02-16T22:53:41.400Z Compiling clap_derive v4.5.47
16702026-02-16T22:53:41.712Z Compiling strum_macros v0.26.4
16712026-02-16T22:53:42.066Z Compiling enum-as-inner v0.6.1
16722026-02-16T22:53:42.222Z Compiling hex v0.4.3
16732026-02-16T22:53:42.370Z Compiling serde-big-array v0.5.1
16742026-02-16T22:53:42.629Z Compiling rfc6979 v0.4.0
16752026-02-16T22:53:42.798Z Compiling serde_repr v0.1.19
16762026-02-16T22:53:42.824Z Compiling bstr v1.10.0
16772026-02-16T22:53:42.929Z Compiling float-cmp v0.10.0
16782026-02-16T22:53:43.057Z Compiling env_filter v0.1.2
16792026-02-16T22:53:43.174Z Compiling memmap2 v0.9.8
16802026-02-16T22:53:43.581Z Compiling socket2 v0.5.10
16812026-02-16T22:53:43.679Z Compiling encoding_rs v0.8.34
16822026-02-16T22:53:43.870Z Compiling precomputed-hash v0.1.1
16832026-02-16T22:53:44.008Z Compiling normalize-line-endings v0.3.0
16842026-02-16T22:53:44.205Z Compiling mime v0.3.17
16852026-02-16T22:53:44.335Z Compiling whoami v1.5.2
16862026-02-16T22:53:44.521Z Compiling static_assertions v1.1.0
16872026-02-16T22:53:44.627Z Compiling foldhash v0.2.0
16882026-02-16T22:53:44.716Z Compiling fixedbitset v0.5.7
16892026-02-16T22:53:44.882Z Compiling new_debug_unreachable v1.0.6
16902026-02-16T22:53:44.999Z Compiling predicates-core v1.0.8
16912026-02-16T22:53:45.056Z Compiling data-encoding v2.9.0
16922026-02-16T22:53:45.293Z Compiling fixedbitset v0.4.2
16932026-02-16T22:53:45.350Z Compiling keccak v0.1.5
16942026-02-16T22:53:45.669Z Compiling difflib v0.4.0
16952026-02-16T22:53:45.731Z Compiling rustc-hash v2.1.1
16962026-02-16T22:53:45.846Z Compiling jiff v0.2.15
16972026-02-16T22:53:45.939Z Compiling iddqd v0.3.16
16982026-02-16T22:53:46.688Z Compiling predicates v3.1.3
16992026-02-16T22:53:46.869Z Compiling strum v0.26.3
17002026-02-16T22:53:47.075Z Compiling sha3 v0.10.8
17012026-02-16T22:53:47.289Z Compiling clap v4.5.48
17022026-02-16T22:53:47.422Z Compiling hickory-proto v0.25.2
17032026-02-16T22:53:47.521Z Compiling petgraph v0.6.5
17042026-02-16T22:53:48.103Z Compiling petgraph v0.8.2
17052026-02-16T22:53:48.131Z Compiling toml_edit v0.22.27
17062026-02-16T22:53:48.451Z Compiling string_cache v0.8.9
17072026-02-16T22:53:48.856Z Compiling tokio-postgres v0.7.13
17082026-02-16T22:53:49.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-02-16T22:53:50.981Z Compiling similar v2.7.0
17102026-02-16T22:53:52.528Z Compiling usdt v0.6.0
17112026-02-16T22:53:52.952Z Compiling zip v4.2.0
17122026-02-16T22:53:53.008Z Compiling env_logger v0.11.8
17132026-02-16T22:53:53.736Z Compiling usdt-impl v0.5.0
17142026-02-16T22:53:54.112Z Compiling ecdsa v0.16.9
17152026-02-16T22:53:54.968Z Compiling serde_with v3.16.1
17162026-02-16T22:53:54.991Z Compiling rsa v0.9.8
17172026-02-16T22:53:55.023Z Compiling zip v0.6.6
17182026-02-16T22:53:55.133Z Compiling ed25519-dalek v2.1.1
17192026-02-16T22:53:56.462Z Compiling toml v0.7.8
17202026-02-16T22:53:57.240Z Compiling crossterm v0.28.1
17212026-02-16T22:53:58.304Z Compiling heck v0.4.1
17222026-02-16T22:53:58.404Z Compiling crossbeam-epoch v0.9.18
17232026-02-16T22:53:58.517Z Compiling tokio-stream v0.1.17
17242026-02-16T22:53:58.741Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-02-16T22:53:58.767Z Compiling x509-cert v0.2.5
17262026-02-16T22:53:59.056Z Compiling openapiv3 v2.2.0
17272026-02-16T22:53:59.160Z Compiling sha1 v0.10.6
17282026-02-16T22:53:59.240Z Compiling itertools v0.10.5
17292026-02-16T22:53:59.529Z Compiling itertools v0.13.0
17302026-02-16T22:53:59.588Z Compiling winnow v0.6.26
17312026-02-16T22:54:00.436Z Compiling peg-runtime v0.8.5
17322026-02-16T22:54:01.020Z Compiling lalrpop-util v0.19.12
17332026-02-16T22:54:01.384Z Compiling thread_local v1.1.8
17342026-02-16T22:54:01.772Z Compiling slog-async v2.8.0
17352026-02-16T22:54:01.876Z Compiling crossbeam-channel v0.5.15
17362026-02-16T22:54:02.373Z Compiling xattr v1.3.1
17372026-02-16T22:54:02.421Z Compiling futures-executor v0.3.31
17382026-02-16T22:54:02.628Z Compiling is-terminal v0.4.13
17392026-02-16T22:54:02.710Z Compiling filetime v0.2.26
17402026-02-16T22:54:02.773Z Compiling term v1.1.0
17412026-02-16T22:54:02.844Z Compiling take_mut v0.2.2
17422026-02-16T22:54:02.877Z Compiling futures v0.3.31
17432026-02-16T22:54:02.901Z Compiling tar v0.4.44
17442026-02-16T22:54:04.014Z Compiling slog-term v2.9.2
17452026-02-16T22:54:06.335Z Compiling aws-lc-sys v0.26.0
17462026-02-16T22:54:35.215Z Compiling rustls-webpki v0.102.8
17472026-02-16T22:54:39.560Z Compiling tokio-rustls v0.26.0
17482026-02-16T22:54:39.814Z Compiling hyper-rustls v0.27.7
17492026-02-16T22:54:40.113Z Compiling reqwest v0.12.24
17502026-02-16T22:54:43.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-02-16T22:54:44.054Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-02-16T22:54:48.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
17532026-02-16T22:54:48.689Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-02-16T22:54:48.744ZFeb 16 22:54:48.069 INFO Starting download, target: Clickhouse
17552026-02-16T22:54:48.744ZFeb 16 22:54:48.069 INFO Starting download, target: Cockroach
17562026-02-16T22:54:48.744ZFeb 16 22:54:48.070 INFO Starting download, target: Console
17572026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Starting download, target: DendriteStub
17582026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Starting download, target: MaghemiteMgd
17592026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Starting download, target: TransceiverControl
17602026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-02-16T22:54:48.747ZFeb 16 22:54:48.070 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-02-16T22:54:49.254ZFeb 16 22:54:48.506 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-02-16T22:54:49.397ZFeb 16 22:54:48.674 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-02-16T22:54:49.687ZFeb 16 22:54:48.948 INFO Download complete, target: TransceiverControl
17692026-02-16T22:54:49.871ZFeb 16 22:54:49.131 INFO Download complete, target: Console
17702026-02-16T22:54:50.340ZFeb 16 22:54:49.638 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-02-16T22:54:50.541ZFeb 16 22:54:49.865 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-02-16T22:54:50.644ZFeb 16 22:54:49.968 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-02-16T22:54:51.376ZFeb 16 22:54:50.701 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-02-16T22:54:51.376ZFeb 16 22:54:50.701 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-02-16T22:54:54.335ZFeb 16 22:54:53.660 INFO Download complete, target: DendriteStub
17762026-02-16T22:54:54.420ZFeb 16 22:54:53.745 INFO Download complete, target: MaghemiteMgd
17772026-02-16T22:54:59.008ZFeb 16 22:54:58.332 INFO Checking that binary works, target: Cockroach
17782026-02-16T22:54:59.155ZFeb 16 22:54:58.468 INFO Download complete, target: Cockroach
17792026-02-16T22:55:01.478ZFeb 16 22:55:00.802 INFO Checking that binary works, target: Clickhouse
17802026-02-16T22:55:01.654ZFeb 16 22:55:00.979 INFO Download complete, target: Clickhouse
17812026-02-16T22:55:01.676ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-02-16T22:55:01.679Z
17832026-02-16T22:55:01.679Zreal 5:21.071966794
17842026-02-16T22:55:01.679Zuser 18:19.310026518
17852026-02-16T22:55:01.679Zsys 2:27.907970415
17862026-02-16T22:55:01.679Ztrap 0.651344283
17872026-02-16T22:55:01.679Ztflt 0.904253789
17882026-02-16T22:55:01.679Zdflt 1.036703588
17892026-02-16T22:55:01.679Zkflt 0.024801238
17902026-02-16T22:55:01.679Zlock 43:34.762098496
17912026-02-16T22:55:01.679Zslp 1:06:59.389092881
17922026-02-16T22:55:01.679Zlat 1:20.487096564
17932026-02-16T22:55:01.679Zstop 3:11.837570063
17942026-02-16T22:55:01.679Z+ banner hack-check
17952026-02-16T22:55:01.679Z
17962026-02-16T22:55:01.679Z # # ## #### # # #### # # ###### #### # #
17972026-02-16T22:55:01.679Z # # # # # # # # # # # # # # # # #
17982026-02-16T22:55:01.679Z ###### # # # #### ##### # ###### ##### # ####
17992026-02-16T22:55:01.679Z # # ###### # # # # # # # # # #
18002026-02-16T22:55:01.679Z # # # # # # # # # # # # # # # # #
18012026-02-16T22:55:01.679Z # # # # #### # # #### # # ###### #### # #
18022026-02-16T22:55:01.679Z
18032026-02-16T22:55:01.679Z+ export CARGO_INCREMENTAL=0
18042026-02-16T22:55:01.679Z+ CARGO_INCREMENTAL=0
18052026-02-16T22:55:01.679Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-02-16T22:55:02.459Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-02-16T22:55:02.760Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-02-16T22:55:05.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
18092026-02-16T22:55:05.884Z Running `target/debug/xtask check-features --ci`
18102026-02-16T22:55:05.912Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-02-16T22:55:05.912Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-02-16T22:55:06.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18132026-02-16T22:55:06.592Z Running `target/debug/xtask download cargo-hack`
18142026-02-16T22:55:07.687Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-02-16T22:55:08.055Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-02-16T22:55:11.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
18172026-02-16T22:55:12.030Z Running `target/debug/xtask-downloader cargo-hack`
18182026-02-16T22:55:12.070ZFeb 16 22:55:11.360 INFO Starting download, target: CargoHack
18192026-02-16T22:55:12.070ZFeb 16 22:55:11.361 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-02-16T22:55:12.391ZFeb 16 22:55:11.682 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-02-16T22:55:12.445ZFeb 16 22:55:11.760 INFO Download complete, target: CargoHack
18222026-02-16T22:55:12.466Zrunning: "/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"
18232026-02-16T22:55:12.485Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-02-16T22:55:12.686Zinfo: running `cargo check --bins` on api_identity (1/250)
18252026-02-16T22:55:13.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-02-16T22:55:13.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-02-16T22:55:13.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-02-16T22:55:13.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18292026-02-16T22:55:13.439Z
18302026-02-16T22:55:13.439Zinfo: running `cargo check --bins` on bootstore (2/250)
18312026-02-16T22:55:14.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-02-16T22:55:14.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-02-16T22:55:14.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-02-16T22:55:14.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18352026-02-16T22:55:14.244Z
18362026-02-16T22:55:14.244Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/250)
18372026-02-16T22:55:14.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-02-16T22:55:14.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-02-16T22:55:14.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-02-16T22:55:14.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18412026-02-16T22:55:15.029Z
18422026-02-16T22:55:15.029Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/250)
18432026-02-16T22:55:15.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-02-16T22:55:15.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-02-16T22:55:15.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-02-16T22:55:15.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18472026-02-16T22:55:15.834Z
18482026-02-16T22:55:15.834Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/250)
18492026-02-16T22:55:16.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-02-16T22:55:16.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-02-16T22:55:16.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-02-16T22:55:16.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18532026-02-16T22:55:16.452Z
18542026-02-16T22:55:16.452Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/250)
18552026-02-16T22:55:17.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-02-16T22:55:17.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-02-16T22:55:17.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-02-16T22:55:17.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18592026-02-16T22:55:17.078Z
18602026-02-16T22:55:17.078Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/250)
18612026-02-16T22:55:17.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-02-16T22:55:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-02-16T22:55:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-02-16T22:55:17.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18652026-02-16T22:55:17.687Z
18662026-02-16T22:55:17.687Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/250)
18672026-02-16T22:55:18.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-02-16T22:55:18.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-02-16T22:55:18.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-02-16T22:55:18.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18712026-02-16T22:55:18.299Z
18722026-02-16T22:55:18.299Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/250)
18732026-02-16T22:55:18.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-02-16T22:55:18.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-02-16T22:55:18.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-02-16T22:55:18.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18772026-02-16T22:55:18.905Z
18782026-02-16T22:55:18.905Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/250)
18792026-02-16T22:55:19.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-02-16T22:55:19.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-02-16T22:55:19.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-02-16T22:55:19.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18832026-02-16T22:55:19.514Z
18842026-02-16T22:55:19.514Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/250)
18852026-02-16T22:55:20.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-02-16T22:55:20.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-02-16T22:55:20.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-02-16T22:55:20.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18892026-02-16T22:55:20.125Z
18902026-02-16T22:55:20.125Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/250)
18912026-02-16T22:55:20.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-02-16T22:55:20.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-02-16T22:55:20.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-02-16T22:55:20.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18952026-02-16T22:55:20.731Z
18962026-02-16T22:55:20.731Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/250)
18972026-02-16T22:55:21.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-02-16T22:55:21.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-02-16T22:55:21.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-02-16T22:55:21.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19012026-02-16T22:55:21.348Z
19022026-02-16T22:55:21.348Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/250)
19032026-02-16T22:55:21.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-02-16T22:55:21.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-02-16T22:55:21.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-02-16T22:55:21.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19072026-02-16T22:55:21.972Z
19082026-02-16T22:55:21.972Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/250)
19092026-02-16T22:55:22.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-02-16T22:55:22.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-02-16T22:55:22.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-02-16T22:55:22.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19132026-02-16T22:55:22.589Z
19142026-02-16T22:55:22.589Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/250)
19152026-02-16T22:55:23.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-02-16T22:55:23.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-02-16T22:55:23.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-02-16T22:55:23.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19192026-02-16T22:55:23.214Z
19202026-02-16T22:55:23.214Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/250)
19212026-02-16T22:55:23.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-02-16T22:55:23.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-02-16T22:55:23.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-02-16T22:55:23.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19252026-02-16T22:55:23.840Z
19262026-02-16T22:55:23.840Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/250)
19272026-02-16T22:55:24.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-02-16T22:55:24.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-02-16T22:55:24.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-02-16T22:55:24.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19312026-02-16T22:55:24.463Z
19322026-02-16T22:55:24.463Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/250)
19332026-02-16T22:55:25.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-02-16T22:55:25.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-02-16T22:55:25.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-02-16T22:55:25.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19372026-02-16T22:55:25.085Z
19382026-02-16T22:55:25.085Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/250)
19392026-02-16T22:55:25.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-02-16T22:55:25.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-02-16T22:55:25.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-02-16T22:55:25.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19432026-02-16T22:55:25.697Z
19442026-02-16T22:55:25.697Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/250)
19452026-02-16T22:55:26.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-02-16T22:55:26.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-02-16T22:55:26.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-02-16T22:55:26.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19492026-02-16T22:55:26.309Z
19502026-02-16T22:55:26.309Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/250)
19512026-02-16T22:55:26.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-02-16T22:55:26.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-02-16T22:55:26.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-02-16T22:55:26.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19552026-02-16T22:55:26.931Z
19562026-02-16T22:55:26.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/250)
19572026-02-16T22:55:27.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-02-16T22:55:27.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-02-16T22:55:27.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-02-16T22:55:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19612026-02-16T22:55:27.556Z
19622026-02-16T22:55:27.556Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/250)
19632026-02-16T22:55:28.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-02-16T22:55:28.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-02-16T22:55:28.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-02-16T22:55:28.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19672026-02-16T22:55:28.177Z
19682026-02-16T22:55:28.177Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/250)
19692026-02-16T22:55:28.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-02-16T22:55:28.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-02-16T22:55:28.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-02-16T22:55:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19732026-02-16T22:55:28.790Z
19742026-02-16T22:55:28.790Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/250)
19752026-02-16T22:55:29.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-02-16T22:55:29.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-02-16T22:55:29.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-02-16T22:55:29.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19792026-02-16T22:55:29.396Z
19802026-02-16T22:55:29.396Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/250)
19812026-02-16T22:55:29.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-02-16T22:55:29.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-02-16T22:55:29.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-02-16T22:55:29.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19852026-02-16T22:55:30.003Z
19862026-02-16T22:55:30.003Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/250)
19872026-02-16T22:55:30.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-02-16T22:55:30.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-02-16T22:55:30.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-02-16T22:55:30.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19912026-02-16T22:55:30.615Z
19922026-02-16T22:55:30.615Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/250)
19932026-02-16T22:55:31.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-02-16T22:55:31.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-02-16T22:55:31.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-02-16T22:55:31.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19972026-02-16T22:55:31.231Z
19982026-02-16T22:55:31.231Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/250)
19992026-02-16T22:55:31.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-02-16T22:55:31.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-02-16T22:55:31.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-02-16T22:55:31.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20032026-02-16T22:55:31.857Z
20042026-02-16T22:55:31.857Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/250)
20052026-02-16T22:55:32.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-02-16T22:55:32.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-02-16T22:55:32.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-02-16T22:55:32.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20092026-02-16T22:55:32.476Z
20102026-02-16T22:55:32.476Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/250)
20112026-02-16T22:55:33.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-02-16T22:55:33.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-02-16T22:55:33.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-02-16T22:55:33.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20152026-02-16T22:55:33.096Z
20162026-02-16T22:55:33.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/250)
20172026-02-16T22:55:33.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-02-16T22:55:33.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-02-16T22:55:33.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-02-16T22:55:33.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20212026-02-16T22:55:33.707Z
20222026-02-16T22:55:33.707Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/250)
20232026-02-16T22:55:34.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-02-16T22:55:34.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-02-16T22:55:34.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-02-16T22:55:34.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20272026-02-16T22:55:34.320Z
20282026-02-16T22:55:34.320Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/250)
20292026-02-16T22:55:34.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-02-16T22:55:34.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-02-16T22:55:34.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-02-16T22:55:34.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20332026-02-16T22:55:34.933Z
20342026-02-16T22:55:34.933Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/250)
20352026-02-16T22:55:35.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-02-16T22:55:35.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-02-16T22:55:35.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-02-16T22:55:35.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20392026-02-16T22:55:35.554Z
20402026-02-16T22:55:35.554Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/250)
20412026-02-16T22:55:36.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-02-16T22:55:36.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-02-16T22:55:36.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-02-16T22:55:36.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20452026-02-16T22:55:36.189Z
20462026-02-16T22:55:36.189Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/250)
20472026-02-16T22:55:36.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-02-16T22:55:36.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-02-16T22:55:36.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-02-16T22:55:36.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20512026-02-16T22:55:36.820Z
20522026-02-16T22:55:36.820Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/250)
20532026-02-16T22:55:37.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-02-16T22:55:37.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-02-16T22:55:37.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-02-16T22:55:37.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20572026-02-16T22:55:37.446Z
20582026-02-16T22:55:37.446Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/250)
20592026-02-16T22:55:38.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-02-16T22:55:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-02-16T22:55:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-02-16T22:55:38.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20632026-02-16T22:55:38.074Z
20642026-02-16T22:55:38.074Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/250)
20652026-02-16T22:55:38.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-02-16T22:55:38.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-02-16T22:55:38.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-02-16T22:55:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20692026-02-16T22:55:38.687Z
20702026-02-16T22:55:38.687Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/250)
20712026-02-16T22:55:39.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-02-16T22:55:39.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-02-16T22:55:39.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-02-16T22:55:39.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20752026-02-16T22:55:39.311Z
20762026-02-16T22:55:39.311Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/250)
20772026-02-16T22:55:39.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-02-16T22:55:39.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-02-16T22:55:39.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-02-16T22:55:39.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20812026-02-16T22:55:39.931Z
20822026-02-16T22:55:39.931Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/250)
20832026-02-16T22:55:40.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-02-16T22:55:40.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-02-16T22:55:40.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-02-16T22:55:40.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20872026-02-16T22:55:40.554Z
20882026-02-16T22:55:40.554Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/250)
20892026-02-16T22:55:41.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-02-16T22:55:41.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-02-16T22:55:41.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-02-16T22:55:41.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20932026-02-16T22:55:41.362Z
20942026-02-16T22:55:41.362Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/250)
20952026-02-16T22:55:42.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-02-16T22:55:42.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-02-16T22:55:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-02-16T22:55:42.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20992026-02-16T22:55:42.168Z
21002026-02-16T22:55:42.168Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/250)
21012026-02-16T22:55:42.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-02-16T22:55:42.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-02-16T22:55:42.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-02-16T22:55:42.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21052026-02-16T22:55:42.985Z
21062026-02-16T22:55:42.986Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/250)
21072026-02-16T22:55:43.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-02-16T22:55:43.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-02-16T22:55:43.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-02-16T22:55:43.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21112026-02-16T22:55:43.792Z
21122026-02-16T22:55:43.792Zinfo: running `cargo check --bins` on oxlog (49/250)
21132026-02-16T22:55:44.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-02-16T22:55:44.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-02-16T22:55:44.598Z Checking cfg-if v1.0.4
21162026-02-16T22:55:44.602Z Checking libc v0.2.180
21172026-02-16T22:55:44.602Z Checking serde_core v1.0.228
21182026-02-16T22:55:44.731Z Checking zeroize v1.8.1
21192026-02-16T22:55:44.734Z Checking memchr v2.7.4
21202026-02-16T22:55:44.756Z Checking value-bag v1.12.0
21212026-02-16T22:55:44.759Z Checking smallvec v1.15.1
21222026-02-16T22:55:44.759Z Checking typenum v1.17.0
21232026-02-16T22:55:44.793Z Checking scopeguard v1.2.0
21242026-02-16T22:55:44.950Z Checking lock_api v0.4.12
21252026-02-16T22:55:45.001Z Checking subtle v2.6.1
21262026-02-16T22:55:45.094Z Checking const-oid v0.9.6
21272026-02-16T22:55:45.152Z Checking log v0.4.29
21282026-02-16T22:55:45.304Z Checking itoa v1.0.11
21292026-02-16T22:55:45.352Z Checking stable_deref_trait v1.2.0
21302026-02-16T22:55:45.471Z Checking byteorder v1.5.0
21312026-02-16T22:55:45.530Z Checking portable-atomic v1.11.0
21322026-02-16T22:55:45.548Z Checking critical-section v1.1.3
21332026-02-16T22:55:45.629Z Checking zerofrom v0.1.4
21342026-02-16T22:55:45.713Z Checking pin-project-lite v0.2.14
21352026-02-16T22:55:45.848Z Checking getrandom v0.2.15
21362026-02-16T22:55:45.864Z Checking getrandom v0.3.4
21372026-02-16T22:55:45.882Z Checking yoke v0.7.4
21382026-02-16T22:55:45.885Z Checking generic-array v0.14.7
21392026-02-16T22:55:45.910Z Checking signal-hook-registry v1.4.2
21402026-02-16T22:55:46.085Z Checking rand_core v0.6.4
21412026-02-16T22:55:46.102Z Checking parking_lot_core v0.9.10
21422026-02-16T22:55:46.158Z Checking allocator-api2 v0.2.21
21432026-02-16T22:55:46.207Z Checking zerovec v0.10.4
21442026-02-16T22:55:46.414Z Checking mio v1.0.2
21452026-02-16T22:55:46.434Z Checking parking_lot v0.12.3
21462026-02-16T22:55:46.503Z Checking once_cell v1.21.3
21472026-02-16T22:55:46.772Z Checking equivalent v1.0.2
21482026-02-16T22:55:46.790Z Checking libm v0.2.8
21492026-02-16T22:55:46.838Z Checking writeable v0.5.5
21502026-02-16T22:55:46.897Z Checking litemap v0.7.3
21512026-02-16T22:55:46.918Z Checking zerocopy v0.7.35
21522026-02-16T22:55:46.967Z Checking socket2 v0.6.1
21532026-02-16T22:55:46.994Z Checking crypto-common v0.1.6
21542026-02-16T22:55:47.168Z Checking block-buffer v0.10.4
21552026-02-16T22:55:47.199Z Checking zmij v1.0.15
21562026-02-16T22:55:47.244Z Checking futures-core v0.3.31
21572026-02-16T22:55:47.393Z Checking digest v0.10.7
21582026-02-16T22:55:47.440Z Checking cpufeatures v0.2.14
21592026-02-16T22:55:47.461Z Checking percent-encoding v2.3.2
21602026-02-16T22:55:47.545Z Checking icu_locid_transform_data v1.5.0
21612026-02-16T22:55:47.575Z Checking block-padding v0.3.3
21622026-02-16T22:55:47.659Z Checking hashbrown v0.16.1
21632026-02-16T22:55:47.676Z Checking num-traits v0.2.19
21642026-02-16T22:55:47.691Z Checking icu_properties_data v1.5.0
21652026-02-16T22:55:47.747Z Checking hmac v0.12.1
21662026-02-16T22:55:47.764Z Checking tinystr v0.7.6
21672026-02-16T22:55:47.791Z Checking icu_collections v1.5.0
21682026-02-16T22:55:47.935Z Checking inout v0.1.3
21692026-02-16T22:55:47.963Z Checking utf8_iter v1.0.4
21702026-02-16T22:55:48.108Z Checking icu_locid v1.5.0
21712026-02-16T22:55:48.125Z Checking ppv-lite86 v0.2.20
21722026-02-16T22:55:48.157Z Checking utf16_iter v1.0.5
21732026-02-16T22:55:48.187Z Checking write16 v1.0.0
21742026-02-16T22:55:48.325Z Checking futures-sink v0.3.31
21752026-02-16T22:55:48.344Z Checking icu_normalizer_data v1.5.0
21762026-02-16T22:55:48.444Z Checking cipher v0.4.4
21772026-02-16T22:55:48.459Z Checking sha2 v0.10.9
21782026-02-16T22:55:48.488Z Checking futures-channel v0.3.31
21792026-02-16T22:55:48.632Z Checking serde v1.0.228
21802026-02-16T22:55:48.681Z Checking serde_json v1.0.149
21812026-02-16T22:55:48.812Z Checking indexmap v2.13.0
21822026-02-16T22:55:48.829Z Checking slab v0.4.9
21832026-02-16T22:55:48.843Z Checking futures-io v0.3.31
21842026-02-16T22:55:48.999Z Checking base64ct v1.6.0
21852026-02-16T22:55:49.033Z Checking icu_provider v1.5.0
21862026-02-16T22:55:49.050Z Checking futures-task v0.3.31
21872026-02-16T22:55:49.078Z Checking pin-utils v0.1.0
21882026-02-16T22:55:49.119Z Checking errno v0.3.12
21892026-02-16T22:55:49.188Z Checking flagset v0.4.6
21902026-02-16T22:55:49.281Z Checking futures-util v0.3.31
21912026-02-16T22:55:49.315Z Checking form_urlencoded v1.2.2
21922026-02-16T22:55:49.408Z Checking rand_core v0.9.3
21932026-02-16T22:55:49.424Z Checking pem-rfc7468 v0.7.0
21942026-02-16T22:55:49.533Z Checking foldhash v0.1.5
21952026-02-16T22:55:49.624Z Checking bytes v1.11.1
21962026-02-16T22:55:49.639Z Checking bitflags v2.9.4
21972026-02-16T22:55:49.695Z Checking icu_locid_transform v1.5.0
21982026-02-16T22:55:49.726Z Checking der v0.7.10
21992026-02-16T22:55:49.763Z Checking fnv v1.0.7
22002026-02-16T22:55:49.908Z Checking hashbrown v0.15.4
22012026-02-16T22:55:49.932Z Checking salsa20 v0.10.2
22022026-02-16T22:55:50.088Z Checking uuid v1.19.0
22032026-02-16T22:55:50.158Z Checking pbkdf2 v0.12.2
22042026-02-16T22:55:50.263Z Checking spin v0.9.8
22052026-02-16T22:55:50.342Z Checking scrypt v0.11.0
22062026-02-16T22:55:50.586Z Checking rand_chacha v0.9.0
22072026-02-16T22:55:50.625Z Checking aes v0.8.4
22082026-02-16T22:55:50.643Z Checking tokio v1.49.0
22092026-02-16T22:55:50.675Z Checking icu_properties v1.5.1
22102026-02-16T22:55:50.703Z Checking http v1.4.0
22112026-02-16T22:55:50.908Z Checking cbc v0.1.2
22122026-02-16T22:55:51.012Z Checking regex-syntax v0.8.5
22132026-02-16T22:55:51.124Z Checking iana-time-zone v0.1.63
22142026-02-16T22:55:51.290Z Checking chrono v0.4.43
22152026-02-16T22:55:51.432Z Checking spki v0.7.3
22162026-02-16T22:55:51.523Z Checking rand v0.9.2
22172026-02-16T22:55:51.741Z Checking pkcs5 v0.7.1
22182026-02-16T22:55:51.975Z Checking tracing-core v0.1.32
22192026-02-16T22:55:52.261Z Checking thiserror v2.0.18
22202026-02-16T22:55:52.424Z Checking pkcs8 v0.10.2
22212026-02-16T22:55:52.534Z Checking http-body v1.0.1
22222026-02-16T22:55:52.573Z Checking tracing v0.1.40
22232026-02-16T22:55:52.767Z Checking tinyvec_macros v0.1.1
22242026-02-16T22:55:52.786Z Checking rustls-pki-types v1.10.0
22252026-02-16T22:55:52.864Z Checking plain v0.2.3
22262026-02-16T22:55:52.905Z Checking base64 v0.22.1
22272026-02-16T22:55:53.033Z Checking tinyvec v1.8.0
22282026-02-16T22:55:53.223Z Checking lazy_static v1.5.0
22292026-02-16T22:55:53.300Z Checking rustix v1.1.3
22302026-02-16T22:55:53.359Z Checking semver v1.0.27
22312026-02-16T22:55:53.394Z Checking zerocopy v0.8.27
22322026-02-16T22:55:53.770Z Checking aws-lc-sys v0.26.0
22332026-02-16T22:55:53.803Z Checking try-lock v0.2.5
22342026-02-16T22:55:53.960Z Checking openssl-probe v0.1.5
22352026-02-16T22:55:54.003Z Checking icu_normalizer v1.5.0
22362026-02-16T22:55:54.150Z Checking ucd-trie v0.1.7
22372026-02-16T22:55:54.187Z Checking atomic-waker v1.1.2
22382026-02-16T22:55:54.335Z Checking tower-layer v0.3.3
22392026-02-16T22:55:54.335Z Checking foreign-types-shared v0.1.1
22402026-02-16T22:55:54.370Z Checking untrusted v0.7.1
22412026-02-16T22:55:54.471Z Checking untrusted v0.9.0
22422026-02-16T22:55:54.551Z Checking unicode-ident v1.0.19
22432026-02-16T22:55:54.616Z Checking dyn-clone v1.0.20
22442026-02-16T22:55:54.643Z Checking tower-service v0.3.3
22452026-02-16T22:55:54.735Z Checking adler2 v2.0.0
22462026-02-16T22:55:54.759Z Checking idna_adapter v1.2.0
22472026-02-16T22:55:54.776Z Checking fastrand v2.1.1
22482026-02-16T22:55:54.791Z Checking proc-macro2 v1.0.101
22492026-02-16T22:55:54.914Z Checking miniz_oxide v0.8.5
22502026-02-16T22:55:54.972Z Checking idna v1.0.3
22512026-02-16T22:55:55.105Z Checking ring v0.17.14
22522026-02-16T22:55:55.335Z Checking tempfile v3.24.0
22532026-02-16T22:55:55.453Z Checking url v2.5.4
22542026-02-16T22:55:55.472Z Checking foreign-types v0.3.2
22552026-02-16T22:55:55.573Z Checking pest v2.8.2
22562026-02-16T22:55:55.619Z Checking want v0.3.1
22572026-02-16T22:55:55.715Z Checking ipnet v2.11.0
22582026-02-16T22:55:55.832Z Checking httparse v1.9.5
22592026-02-16T22:55:55.946Z Checking aws-lc-rs v1.12.4
22602026-02-16T22:55:56.272Z Checking openssl-sys v0.9.109
22612026-02-16T22:55:56.275Z Checking wait-timeout v0.2.0
22622026-02-16T22:55:56.309Z Checking schemars v0.8.22
22632026-02-16T22:55:56.493Z Checking aho-corasick v1.1.3
22642026-02-16T22:55:56.670Z Checking powerfmt v0.2.0
22652026-02-16T22:55:56.932Z Checking quick-error v1.2.3
22662026-02-16T22:55:57.093Z Checking utf8parse v0.2.2
22672026-02-16T22:55:57.251Z Checking bit-vec v0.8.0
22682026-02-16T22:55:57.301Z Checking pretty-hex v0.4.1
22692026-02-16T22:55:57.449Z Checking httpdate v1.0.3
22702026-02-16T22:55:57.509Z Checking anstyle v1.0.11
22712026-02-16T22:55:57.614Z Checking bit-set v0.8.0
22722026-02-16T22:55:57.731Z Checking openssl v0.10.73
22732026-02-16T22:55:57.734Z Checking rustls-webpki v0.102.8
22742026-02-16T22:55:57.836Z Checking anstyle-parse v0.2.5
22752026-02-16T22:55:57.858Z Checking rusty-fork v0.3.0
22762026-02-16T22:55:57.862Z Checking deranged v0.5.3
22772026-02-16T22:55:57.895Z Checking tokio-util v0.7.15
22782026-02-16T22:55:58.016Z Checking regex-automata v0.4.11
22792026-02-16T22:55:58.086Z Compiling newtype-uuid v1.3.2
22802026-02-16T22:55:58.105Z Checking quote v1.0.40
22812026-02-16T22:55:58.151Z Checking unicode-normalization v0.1.24
22822026-02-16T22:55:58.400Z Checking crossbeam-utils v0.8.21
22832026-02-16T22:55:58.427Z Checking rustix v0.38.37
22842026-02-16T22:55:58.474Z Checking rand_xorshift v0.4.0
22852026-02-16T22:55:58.667Z Checking bzip2-sys v0.1.13+1.0.8
22862026-02-16T22:55:58.804Z Checking scroll v0.13.0
22872026-02-16T22:55:59.001Z Checking signature v2.2.0
22882026-02-16T22:55:59.130Z Checking crc32fast v1.4.2
22892026-02-16T22:55:59.173Z Checking h2 v0.4.6
22902026-02-16T22:55:59.210Z Checking num_threads v0.1.7
22912026-02-16T22:55:59.229Z Checking unarray v0.1.4
22922026-02-16T22:55:59.340Z Checking time-core v0.1.6
22932026-02-16T22:55:59.370Z Checking is_terminal_polyfill v1.70.1
22942026-02-16T22:55:59.387Z Checking num-conv v0.1.0
22952026-02-16T22:55:59.503Z Checking either v1.15.0
22962026-02-16T22:55:59.623Z Checking unicode-bidi v0.3.17
22972026-02-16T22:55:59.640Z Checking siphasher v0.3.11
22982026-02-16T22:55:59.880Z Checking colorchoice v1.0.2
22992026-02-16T22:55:59.953Z Checking anstyle-query v1.1.1
23002026-02-16T22:56:00.031Z Checking unicode-properties v0.1.3
23012026-02-16T22:56:00.107Z Checking zlib-rs v0.5.1
23022026-02-16T22:56:00.238Z Checking time v0.3.43
23032026-02-16T22:56:00.257Z Checking anstream v0.6.18
23042026-02-16T22:56:00.407Z Checking stringprep v0.1.5
23052026-02-16T22:56:00.602Z Checking phf_shared v0.11.2
23062026-02-16T22:56:00.701Z Checking proptest v1.7.0
23072026-02-16T22:56:00.879Z Checking goblin v0.10.2
23082026-02-16T22:56:01.598Z Checking crossbeam-epoch v0.9.18
23092026-02-16T22:56:01.949Z Checking libz-rs-sys v0.5.1
23102026-02-16T22:56:02.037Z Checking rustls v0.23.19
23112026-02-16T22:56:02.170Z Checking syn v2.0.114
23122026-02-16T22:56:02.253Z Compiling daft v0.1.4
23132026-02-16T22:56:02.566Z Checking native-tls v0.2.12
23142026-02-16T22:56:02.765Z Checking ipnetwork v0.21.1
23152026-02-16T22:56:02.791Z Checking thiserror v1.0.69
23162026-02-16T22:56:02.893Z Checking scroll v0.12.0
23172026-02-16T22:56:02.955Z Checking toml_datetime v0.6.11
23182026-02-16T22:56:03.172Z Checking serde_spanned v0.6.9
23192026-02-16T22:56:03.290Z Checking zstd-sys v2.0.14+zstd.1.5.7
23202026-02-16T22:56:03.351Z Checking num-integer v0.1.46
23212026-02-16T22:56:03.379Z Checking rand_chacha v0.3.1
23222026-02-16T22:56:03.482Z Checking md-5 v0.10.6
23232026-02-16T22:56:03.714Z Checking sync_wrapper v1.0.1
23242026-02-16T22:56:03.789Z Checking ff v0.13.0
23252026-02-16T22:56:03.828Z Checking hash32 v0.2.1
23262026-02-16T22:56:03.883Z Checking psl-types v2.0.11
23272026-02-16T22:56:04.003Z Checking gimli v0.31.1
23282026-02-16T22:56:04.084Z Checking base16ct v0.2.0
23292026-02-16T22:56:04.141Z Checking fallible-iterator v0.2.0
23302026-02-16T22:56:04.299Z Compiling iddqd v0.3.16
23312026-02-16T22:56:04.721Z Checking postgres-protocol v0.6.8
23322026-02-16T22:56:05.357Z Checking hyper v1.8.1
23332026-02-16T22:56:05.373Z Checking sec1 v0.7.3
23342026-02-16T22:56:05.397Z Checking heapless v0.7.17
23352026-02-16T22:56:05.771Z Checking publicsuffix v2.3.0
23362026-02-16T22:56:06.071Z Checking group v0.13.0
23372026-02-16T22:56:06.340Z Checking tower v0.5.2
23382026-02-16T22:56:06.360Z Checking num-iter v0.1.45
23392026-02-16T22:56:06.555Z Checking rand v0.8.5
23402026-02-16T22:56:06.696Z Checking dof v0.4.0
23412026-02-16T22:56:06.780Z Checking zstd-safe v7.2.3
23422026-02-16T22:56:07.091Z Checking tokio-rustls v0.26.0
23432026-02-16T22:56:07.109Z Checking goblin v0.8.2
23442026-02-16T22:56:07.183Z Checking oxnet v0.1.4
23452026-02-16T22:56:07.296Z Checking hyper-util v0.1.19
23462026-02-16T22:56:07.509Z Checking tokio-native-tls v0.3.1
23472026-02-16T22:56:07.578Z Checking cookie v0.18.1
23482026-02-16T22:56:07.631Z Checking flate2 v1.1.2
23492026-02-16T22:56:07.669Z Checking addr2line v0.24.2
23502026-02-16T22:56:07.760Z Checking terminal_size v0.4.0
23512026-02-16T22:56:07.780Z Checking dtrace-parser v0.3.0
23522026-02-16T22:56:07.962Z Checking rustls-native-certs v0.8.1
23532026-02-16T22:56:08.006Z Checking webpki-roots v1.0.1
23542026-02-16T22:56:08.069Z Checking http-body-util v0.1.3
23552026-02-16T22:56:08.152Z Checking signal-hook v0.3.18
23562026-02-16T22:56:08.179Z Checking hkdf v0.12.4
23572026-02-16T22:56:08.222Z Checking crypto-bigint v0.5.5
23582026-02-16T22:56:08.241Z Checking thread-id v5.0.0
23592026-02-16T22:56:08.261Z Checking object v0.36.5
23602026-02-16T22:56:08.367Z Compiling rayon-core v1.12.1
23612026-02-16T22:56:08.395Z Checking ryu v1.0.18
23622026-02-16T22:56:08.481Z Checking clap_lex v0.7.4
23632026-02-16T22:56:08.498Z Checking winnow v0.5.40
23642026-02-16T22:56:08.641Z Checking lockfree-object-pool v0.1.6
23652026-02-16T22:56:08.688Z Checking iri-string v0.7.8
23662026-02-16T22:56:08.737Z Checking bumpalo v3.16.0
23672026-02-16T22:56:08.885Z Checking bitflags v1.3.2
23682026-02-16T22:56:09.005Z Checking simd-adler32 v0.3.7
23692026-02-16T22:56:09.086Z Checking managed v0.8.0
23702026-02-16T22:56:09.366Z Checking rustc-demangle v0.1.24
23712026-02-16T22:56:09.473Z Checking strsim v0.11.1
23722026-02-16T22:56:09.770Z Checking clap_builder v4.5.48
23732026-02-16T22:56:09.836Z Checking smoltcp v0.9.1
23742026-02-16T22:56:10.039Z Checking hyper-rustls v0.27.7
23752026-02-16T22:56:10.425Z Checking hyper-tls v0.6.0
23762026-02-16T22:56:10.746Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23772026-02-16T22:56:10.890Z Checking elliptic-curve v0.13.8
23782026-02-16T22:56:11.103Z Checking zopfli v0.8.1
23792026-02-16T22:56:11.193Z Checking tower-http v0.6.6
23802026-02-16T22:56:11.249Z Checking serde_urlencoded v0.7.1
23812026-02-16T22:56:11.274Z Checking toml_edit v0.19.15
23822026-02-16T22:56:11.524Z Checking signal-hook-mio v0.2.4
23832026-02-16T22:56:11.660Z Checking usdt-impl v0.6.0
23842026-02-16T22:56:11.700Z Checking cookie_store v0.21.1
23852026-02-16T22:56:11.759Z Checking num-bigint-dig v0.8.6
23862026-02-16T22:56:11.808Z Checking dof v0.3.0
23872026-02-16T22:56:12.211Z Checking zstd v0.13.3
23882026-02-16T22:56:12.269Z Checking postgres-types v0.2.9
23892026-02-16T22:56:12.354Z Checking dtrace-parser v0.2.0
23902026-02-16T22:56:12.419Z Checking regex v1.11.3
23912026-02-16T22:56:12.544Z Checking bstr v1.10.0
23922026-02-16T22:56:12.728Z Checking crossbeam-deque v0.8.5
23932026-02-16T22:56:12.871Z Checking phf v0.11.2
23942026-02-16T22:56:12.931Z Checking ed25519 v2.2.3
23952026-02-16T22:56:12.994Z Checking bzip2 v0.5.2
23962026-02-16T22:56:13.044Z Checking bzip2 v0.4.4
23972026-02-16T22:56:13.151Z Checking ref-cast v1.0.25
23982026-02-16T22:56:13.258Z Checking curve25519-dalek v4.1.3
23992026-02-16T22:56:13.292Z Checking strum v0.27.2
24002026-02-16T22:56:13.310Z Checking hubpack v0.1.2
24012026-02-16T22:56:13.345Z Checking memoffset v0.9.1
24022026-02-16T22:56:13.412Z Checking pkcs1 v0.7.5
24032026-02-16T22:56:13.466Z Checking erased-serde v0.3.31
24042026-02-16T22:56:13.483Z Checking hex v0.4.3
24052026-02-16T22:56:13.581Z Checking serde-big-array v0.5.1
24062026-02-16T22:56:13.618Z Checking float-cmp v0.10.0
24072026-02-16T22:56:13.743Z Checking rfc6979 v0.4.0
24082026-02-16T22:56:13.805Z Checking memmap2 v0.9.8
24092026-02-16T22:56:13.824Z Checking socket2 v0.5.10
24102026-02-16T22:56:13.841Z Checking thread-id v4.2.2
24112026-02-16T22:56:13.919Z Checking env_filter v0.1.2
24122026-02-16T22:56:13.937Z Checking encoding_rs v0.8.34
24132026-02-16T22:56:13.965Z Checking precomputed-hash v0.1.1
24142026-02-16T22:56:14.091Z Checking difflib v0.4.0
24152026-02-16T22:56:14.095Z Checking data-encoding v2.9.0
24162026-02-16T22:56:14.128Z Checking backtrace v0.3.74
24172026-02-16T22:56:14.145Z Checking new_debug_unreachable v1.0.6
24182026-02-16T22:56:14.251Z Checking fixedbitset v0.5.7
24192026-02-16T22:56:14.299Z Checking rustc-hash v2.1.1
24202026-02-16T22:56:14.419Z Checking keccak v0.1.5
24212026-02-16T22:56:14.442Z Checking mime v0.3.17
24222026-02-16T22:56:14.492Z Checking minimal-lexical v0.2.1
24232026-02-16T22:56:14.620Z Checking static_assertions v1.1.0
24242026-02-16T22:56:14.658Z Checking unicode-segmentation v1.12.0
24252026-02-16T22:56:14.692Z Checking fixedbitset v0.4.2
24262026-02-16T22:56:14.740Z Checking jiff v0.2.15
24272026-02-16T22:56:14.762Z Checking winnow v0.7.14
24282026-02-16T22:56:14.779Z Checking whoami v1.5.2
24292026-02-16T22:56:14.890Z Checking predicates-core v1.0.8
24302026-02-16T22:56:14.944Z Checking toml_write v0.1.2
24312026-02-16T22:56:14.995Z Checking normalize-line-endings v0.3.0
24322026-02-16T22:56:15.076Z Checking foldhash v0.2.0
24332026-02-16T22:56:15.093Z Checking tokio-postgres v0.7.13
24342026-02-16T22:56:15.130Z Checking predicates v3.1.3
24352026-02-16T22:56:15.264Z Checking ed25519-dalek v2.1.1
24362026-02-16T22:56:15.333Z Checking similar v2.7.0
24372026-02-16T22:56:15.666Z Checking petgraph v0.6.5
24382026-02-16T22:56:15.745Z Checking nom v7.1.3
24392026-02-16T22:56:16.101Z Checking reqwest v0.12.24
24402026-02-16T22:56:16.169Z Checking sha3 v0.10.8
24412026-02-16T22:56:16.586Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24422026-02-16T22:56:17.242Z Checking anyhow v1.0.99
24432026-02-16T22:56:17.629Z Checking hickory-proto v0.25.2
24442026-02-16T22:56:17.657Z Checking toml_edit v0.22.27
24452026-02-16T22:56:17.887Z Checking petgraph v0.8.2
24462026-02-16T22:56:17.983Z Checking slog v2.8.2
24472026-02-16T22:56:18.447Z Checking string_cache v0.8.9
24482026-02-16T22:56:18.526Z Checking env_logger v0.11.8
24492026-02-16T22:56:18.690Z Checking usdt v0.6.0
24502026-02-16T22:56:18.727Z Checking usdt-impl v0.5.0
24512026-02-16T22:56:18.886Z Checking serde_with v3.16.1
24522026-02-16T22:56:18.955Z Checking ecdsa v0.16.9
24532026-02-16T22:56:19.266Z Checking rsa v0.9.8
24542026-02-16T22:56:19.648Z Checking toml v0.7.8
24552026-02-16T22:56:20.231Z Checking nix v0.29.0
24562026-02-16T22:56:20.252Z Checking zip v0.6.6
24572026-02-16T22:56:20.540Z Checking zip v4.2.0
24582026-02-16T22:56:20.922Z Checking clap v4.5.48
24592026-02-16T22:56:21.001Z Checking crossterm v0.28.1
24602026-02-16T22:56:21.077Z Checking itertools v0.13.0
24612026-02-16T22:56:21.469Z Checking itertools v0.12.1
24622026-02-16T22:56:21.640Z Checking itertools v0.10.5
24632026-02-16T22:56:21.836Z Checking tokio-stream v0.1.17
24642026-02-16T22:56:21.912Z Checking strum v0.26.3
24652026-02-16T22:56:22.089Z Checking ahash v0.8.12
24662026-02-16T22:56:22.479Z Checking fs-err v3.1.1
24672026-02-16T22:56:22.498Z Checking buf-list v1.0.3
24682026-02-16T22:56:22.641Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-02-16T22:56:22.677Z Checking x509-cert v0.2.5
24702026-02-16T22:56:22.823Z Checking openapiv3 v2.2.0
24712026-02-16T22:56:22.978Z Checking sha1 v0.10.6
24722026-02-16T22:56:23.055Z Checking winnow v0.6.26
24732026-02-16T22:56:23.284Z Checking peg-runtime v0.8.5
24742026-02-16T22:56:23.530Z Checking lalrpop-util v0.19.12
24752026-02-16T22:56:23.547Z Checking rayon v1.10.0
24762026-02-16T22:56:23.740Z Checking camino v1.2.2
24772026-02-16T22:56:23.834Z Checking sigpipe v0.1.3
24782026-02-16T22:56:23.852Z Checking glob v0.3.2
24792026-02-16T22:56:25.953Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24802026-02-16T22:56:26.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.52s
24812026-02-16T22:56:26.507Z
24822026-02-16T22:56:26.507Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/250)
24832026-02-16T22:56:27.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-02-16T22:56:27.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-02-16T22:56:27.563Z Compiling regress v0.10.4
24862026-02-16T22:56:27.715Z Compiling unsafe-libyaml v0.2.11
24872026-02-16T22:56:27.718Z Compiling structmeta-derive v0.3.0
24882026-02-16T22:56:27.742Z Compiling rustls v0.22.4
24892026-02-16T22:56:27.745Z Checking newtype-uuid v1.3.2
24902026-02-16T22:56:27.772Z Compiling multer v3.1.0
24912026-02-16T22:56:27.775Z Checking heck v0.5.0
24922026-02-16T22:56:28.006Z Compiling newtype-uuid-macros v0.1.0
24932026-02-16T22:56:28.073Z Compiling async-stream-impl v0.3.6
24942026-02-16T22:56:28.095Z Checking daft v0.1.4
24952026-02-16T22:56:28.199Z Checking futures-executor v0.3.31
24962026-02-16T22:56:28.435Z Compiling dropshot v0.16.7
24972026-02-16T22:56:28.564Z Checking iddqd v0.3.16
24982026-02-16T22:56:28.866Z Checking futures v0.3.31
24992026-02-16T22:56:28.991Z Compiling serde_yaml v0.9.34+deprecated
25002026-02-16T22:56:29.351Z Compiling dropshot_endpoint v0.16.7
25012026-02-16T22:56:29.422Z Checking match_cfg v0.1.0
25022026-02-16T22:56:29.532Z Checking hostname v0.3.1
25032026-02-16T22:56:29.598Z Checking thread_local v1.1.8
25042026-02-16T22:56:29.672Z Checking unicode-width v0.1.14
25052026-02-16T22:56:29.909Z Checking crossbeam-channel v0.5.15
25062026-02-16T22:56:30.057Z Compiling structmeta v0.3.0
25072026-02-16T22:56:30.155Z Checking is-terminal v0.4.13
25082026-02-16T22:56:30.298Z Checking term v1.1.0
25092026-02-16T22:56:30.406Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25102026-02-16T22:56:30.428Z Compiling derive-ex v0.1.8
25112026-02-16T22:56:30.522Z Checking take_mut v0.2.2
25122026-02-16T22:56:30.649Z Compiling parse-display-derive v0.10.0
25132026-02-16T22:56:30.712Z Checking slog-async v2.8.0
25142026-02-16T22:56:30.758Z Checking slog-term v2.9.2
25152026-02-16T22:56:31.034Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-02-16T22:56:31.073Z Checking typify-impl v0.4.3
25172026-02-16T22:56:31.793Z Checking debug-ignore v1.0.5
25182026-02-16T22:56:31.964Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25192026-02-16T22:56:32.753Z Checking toml_parser v1.0.6+spec-1.1.0
25202026-02-16T22:56:33.344Z Checking slog-json v2.6.1
25212026-02-16T22:56:33.490Z Checking macaddr v1.0.1
25222026-02-16T22:56:33.630Z Checking serde_spanned v1.0.4
25232026-02-16T22:56:33.651Z Checking toml_datetime v0.7.5+spec-1.1.0
25242026-02-16T22:56:33.824Z Checking toml_writer v1.0.6+spec-1.1.0
25252026-02-16T22:56:33.863Z Checking slog-bunyan v2.5.0
25262026-02-16T22:56:34.017Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25272026-02-16T22:56:34.064Z Checking tabwriter v1.4.0
25282026-02-16T22:56:34.182Z Checking toml v0.9.11+spec-1.1.0
25292026-02-16T22:56:34.340Z Checking async-stream v0.3.6
25302026-02-16T22:56:34.363Z Compiling test-strategy v0.4.3
25312026-02-16T22:56:34.552Z Checking waitgroup v0.1.2
25322026-02-16T22:56:34.723Z Checking rustls-pemfile v2.2.0
25332026-02-16T22:56:34.772Z Checking serde_path_to_error v0.1.20
25342026-02-16T22:56:34.796Z Checking hostname v0.4.2
25352026-02-16T22:56:34.948Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25362026-02-16T22:56:34.970Z Compiling itertools v0.14.0
25372026-02-16T22:56:35.150Z Checking progenitor-client v0.11.2
25382026-02-16T22:56:35.188Z Checking progenitor-client v0.10.0
25392026-02-16T22:56:35.370Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25402026-02-16T22:56:35.503Z Checking instant v0.1.13
25412026-02-16T22:56:35.588Z Checking colored v3.0.0
25422026-02-16T22:56:35.606Z Checking parse-display v0.10.0
25432026-02-16T22:56:35.689Z Checking backoff v0.4.0
25442026-02-16T22:56:35.722Z Checking tokio-rustls v0.25.0
25452026-02-16T22:56:35.901Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25462026-02-16T22:56:35.965Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25472026-02-16T22:56:36.000Z Compiling proc-macro-crate v1.3.1
25482026-02-16T22:56:36.085Z Compiling proc-macro-error v1.0.4
25492026-02-16T22:56:36.688Z Compiling heapless v0.8.0
25502026-02-16T22:56:36.901Z Compiling num_enum_derive v0.5.11
25512026-02-16T22:56:37.026Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25522026-02-16T22:56:37.453Z Checking hash32 v0.3.1
25532026-02-16T22:56:37.568Z Compiling smoltcp v0.11.0
25542026-02-16T22:56:37.664Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25552026-02-16T22:56:37.810Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25562026-02-16T22:56:37.845Z Compiling ingot-macros v0.1.1
25572026-02-16T22:56:38.246Z Compiling foreign-types-macros v0.2.3
25582026-02-16T22:56:38.417Z Checking cobs v0.2.3
25592026-02-16T22:56:38.571Z Checking foreign-types-shared v0.3.1
25602026-02-16T22:56:38.631Z Compiling crucible-workspace-hack v0.1.0
25612026-02-16T22:56:38.715Z Checking postcard v1.0.10
25622026-02-16T22:56:39.073Z Checking num_enum v0.5.11
25632026-02-16T22:56:39.251Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25642026-02-16T22:56:39.273Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-02-16T22:56:39.317Z Checking cstr-argument v0.1.2
25662026-02-16T22:56:39.397Z Checking foreign-types v0.5.0
25672026-02-16T22:56:39.525Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25682026-02-16T22:56:39.542Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25692026-02-16T22:56:39.694Z Checking pretty-hex v0.2.1
25702026-02-16T22:56:39.898Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25712026-02-16T22:56:39.928Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25722026-02-16T22:56:40.054Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25732026-02-16T22:56:40.054Z Checking colored v2.2.0
25742026-02-16T22:56:40.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-02-16T22:56:40.210Z Compiling convert_case v0.4.0
25762026-02-16T22:56:40.236Z Checking camino-tempfile v1.4.1
25772026-02-16T22:56:40.240Z Compiling nix v0.30.1
25782026-02-16T22:56:40.539Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25792026-02-16T22:56:41.049Z Compiling derive_more v0.99.20
25802026-02-16T22:56:41.130Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25812026-02-16T22:56:41.150Z Compiling zone_cfg_derive v0.3.0
25822026-02-16T22:56:41.456Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25832026-02-16T22:56:42.402Z Checking smf v0.2.3
25842026-02-16T22:56:42.469Z Compiling num-derive v0.4.2
25852026-02-16T22:56:42.595Z Compiling typify-macro v0.4.3
25862026-02-16T22:56:42.899Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25872026-02-16T22:56:43.453Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25882026-02-16T22:56:43.738Z Checking zone v0.3.1
25892026-02-16T22:56:43.951Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25902026-02-16T22:56:44.439Z Checking ingot-types v0.1.2
25912026-02-16T22:56:44.582Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25922026-02-16T22:56:45.195Z Checking ingot v0.1.1
25932026-02-16T22:56:46.291Z Checking secrecy v0.10.3
25942026-02-16T22:56:46.401Z Compiling typify v0.4.3
25952026-02-16T22:56:46.566Z Compiling progenitor-impl v0.11.2
25962026-02-16T22:56:47.845Z Compiling typify-impl v0.2.0
25972026-02-16T22:56:48.512Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25982026-02-16T22:56:49.361Z Checking unicode-width v0.2.0
25992026-02-16T22:56:49.425Z Checking num-rational v0.4.2
26002026-02-16T22:56:49.871Z Compiling usdt-macro v0.5.0
26012026-02-16T22:56:50.087Z Compiling usdt-attr-macro v0.5.0
26022026-02-16T22:56:50.626Z Compiling thiserror-impl-no-std v2.0.2
26032026-02-16T22:56:50.948Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26042026-02-16T22:56:50.983Z Checking universal-hash v0.5.1
26052026-02-16T22:56:51.207Z Checking num-complex v0.4.6
26062026-02-16T22:56:51.629Z Checking memmap v0.7.0
26072026-02-16T22:56:51.873Z Checking half v2.4.1
26082026-02-16T22:56:52.085Z Checking opaque-debug v0.3.1
26092026-02-16T22:56:52.201Z Checking ciborium-io v0.2.2
26102026-02-16T22:56:52.287Z Checking poly1305 v0.8.0
26112026-02-16T22:56:52.348Z Compiling num v0.4.3
26122026-02-16T22:56:52.369Z Checking ciborium-ll v0.2.2
26132026-02-16T22:56:52.603Z Checking usdt v0.5.0
26142026-02-16T22:56:52.676Z Checking console v0.15.10
26152026-02-16T22:56:52.805Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26162026-02-16T22:56:52.882Z Checking toml v0.8.23
26172026-02-16T22:56:53.071Z Compiling progenitor-macro v0.11.2
26182026-02-16T22:56:53.205Z Checking password-hash v0.5.0
26192026-02-16T22:56:53.262Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-02-16T22:56:53.302Z Checking chacha20 v0.9.1
26212026-02-16T22:56:53.320Z Checking thiserror-no-std v2.0.2
26222026-02-16T22:56:53.450Z Checking blake2 v0.10.6
26232026-02-16T22:56:53.598Z Checking aead v0.5.2
26242026-02-16T22:56:53.643Z Compiling semver v0.1.20
26252026-02-16T22:56:53.662Z Checking float-ord v0.3.2
26262026-02-16T22:56:53.825Z Checking vsss-rs v3.3.4
26272026-02-16T22:56:53.847Z Checking chacha20poly1305 v0.10.1
26282026-02-16T22:56:53.867Z Checking ciborium v0.2.2
26292026-02-16T22:56:53.927Z Checking argon2 v0.5.3
26302026-02-16T22:56:54.051Z Compiling rustc_version v0.1.7
26312026-02-16T22:56:54.170Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26322026-02-16T22:56:54.624Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26332026-02-16T22:56:54.782Z Checking linked-hash-map v0.5.6
26342026-02-16T22:56:54.809Z Checking siphasher v1.0.1
26352026-02-16T22:56:55.051Z Checking indent_write v2.2.0
26362026-02-16T22:56:55.118Z Checking lru-cache v0.1.2
26372026-02-16T22:56:55.138Z Checking phf_shared v0.12.1
26382026-02-16T22:56:55.280Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26392026-02-16T22:56:55.330Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26402026-02-16T22:56:55.421Z Compiling newtype_derive v0.1.6
26412026-02-16T22:56:55.713Z Compiling progenitor-impl v0.10.0
26422026-02-16T22:56:55.924Z Checking resolv-conf v0.7.0
26432026-02-16T22:56:56.298Z Checking newline-converter v0.3.0
26442026-02-16T22:56:56.477Z Checking hickory-proto v0.24.4
26452026-02-16T22:56:57.051Z Checking atomicwrites v0.4.4
26462026-02-16T22:56:57.283Z Checking prettyplease v0.2.36
26472026-02-16T22:56:58.311Z Checking csv-core v0.1.11
26482026-02-16T22:56:58.361Z Compiling pin-project-internal v1.1.6
26492026-02-16T22:56:58.448Z Compiling derive-where v1.5.0
26502026-02-16T22:56:58.669Z Compiling slog-dtrace v0.3.0
26512026-02-16T22:56:58.886Z Compiling typify-macro v0.2.0
26522026-02-16T22:56:59.027Z Compiling owo-colors v4.2.3
26532026-02-16T22:56:59.649Z Compiling chrono-tz v0.10.4
26542026-02-16T22:56:59.980Z Compiling cancel-safe-futures v0.1.5
26552026-02-16T22:57:00.090Z Checking swrite v0.1.0
26562026-02-16T22:57:00.350Z Compiling const_format_proc_macros v0.2.34
26572026-02-16T22:57:00.478Z Checking csv v1.3.1
26582026-02-16T22:57:00.736Z Checking hickory-resolver v0.24.4
26592026-02-16T22:57:00.960Z Checking pin-project v1.1.6
26602026-02-16T22:57:01.114Z Checking expectorate v1.2.0
26612026-02-16T22:57:01.340Z Checking phf v0.12.1
26622026-02-16T22:57:01.399Z Checking tokio-dtrace v0.1.0
26632026-02-16T22:57:01.600Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26642026-02-16T22:57:01.705Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26652026-02-16T22:57:02.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662026-02-16T22:57:02.219Z Compiling progenitor-macro v0.10.0
26672026-02-16T22:57:02.343Z Checking pem v3.0.5
26682026-02-16T22:57:02.610Z Checking libsw-core v0.3.1
26692026-02-16T22:57:02.635Z Compiling typify v0.2.0
26702026-02-16T22:57:02.808Z Compiling progenitor-impl v0.8.0
26712026-02-16T22:57:02.863Z Compiling lzma-sys v0.1.20
26722026-02-16T22:57:02.885Z Compiling snafu-derive v0.8.5
26732026-02-16T22:57:03.149Z Compiling async-recursion v1.1.1
26742026-02-16T22:57:03.323Z Checking arc-swap v1.7.1
26752026-02-16T22:57:03.596Z Checking highway v1.3.0
26762026-02-16T22:57:03.755Z Checking same-file v1.0.6
26772026-02-16T22:57:03.969Z Checking utf-8 v0.7.6
26782026-02-16T22:57:04.057Z Checking bytecount v0.6.8
26792026-02-16T22:57:04.195Z Checking tungstenite v0.21.0
26802026-02-16T22:57:04.225Z Checking papergrid v0.11.0
26812026-02-16T22:57:04.577Z Checking walkdir v2.5.0
26822026-02-16T22:57:04.889Z Checking slog-scope v4.4.0
26832026-02-16T22:57:04.963Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26842026-02-16T22:57:05.162Z Checking progenitor v0.11.2
26852026-02-16T22:57:05.225Z Checking libsw v3.5.0
26862026-02-16T22:57:05.385Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26872026-02-16T22:57:05.489Z Checking qorb v0.4.1
26882026-02-16T22:57:05.638Z Checking const_format v0.2.34
26892026-02-16T22:57:06.193Z Checking oxide-tokio-rt v0.1.2
26902026-02-16T22:57:07.228Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26912026-02-16T22:57:07.379Z Checking snafu v0.8.5
26922026-02-16T22:57:08.272Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26932026-02-16T22:57:08.514Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26942026-02-16T22:57:09.164Z Compiling tabled_derive v0.7.0
26952026-02-16T22:57:09.256Z Compiling progenitor-macro v0.8.0
26962026-02-16T22:57:09.309Z Checking globset v0.4.15
26972026-02-16T22:57:09.803Z Checking olpc-cjson v0.1.4
26982026-02-16T22:57:09.903Z Checking progenitor-client v0.8.0
26992026-02-16T22:57:10.043Z Checking gethostname v0.5.0
27002026-02-16T22:57:10.198Z Compiling heck v0.3.3
27012026-02-16T22:57:10.278Z Checking bcs v0.1.6
27022026-02-16T22:57:10.537Z Checking serde_plain v1.0.2
27032026-02-16T22:57:10.762Z Checking unicode-linebreak v0.1.5
27042026-02-16T22:57:10.827Z Checking smawk v0.3.2
27052026-02-16T22:57:11.049Z Checking typed-path v0.9.3
27062026-02-16T22:57:11.220Z Checking termtree v0.5.1
27072026-02-16T22:57:11.283Z Checking linear-map v1.2.0
27082026-02-16T22:57:11.468Z Checking tabled v0.15.0
27092026-02-16T22:57:11.616Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27102026-02-16T22:57:12.854Z Checking tough v0.20.0
27112026-02-16T22:57:14.130Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27122026-02-16T22:57:14.206Z Checking textwrap v0.16.2
27132026-02-16T22:57:14.552Z Compiling zone_cfg_derive v0.1.2
27142026-02-16T22:57:14.581Z Checking progenitor v0.10.0
27152026-02-16T22:57:14.603Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27162026-02-16T22:57:14.874Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-02-16T22:57:15.945Z Checking steno v0.4.1
27182026-02-16T22:57:17.504Z Checking tokio-tungstenite v0.21.0
27192026-02-16T22:57:17.525Z Checking slog-stdlog v4.1.1
27202026-02-16T22:57:17.720Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27212026-02-16T22:57:18.016Z Checking base64 v0.21.7
27222026-02-16T22:57:18.049Z Checking humantime v2.2.0
27232026-02-16T22:57:18.106Z Checking number_prefix v0.4.0
27242026-02-16T22:57:18.134Z Checking base64 v0.13.1
27252026-02-16T22:57:18.307Z Checking indicatif v0.17.11
27262026-02-16T22:57:18.386Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27272026-02-16T22:57:18.487Z Checking slog-envlogger v2.2.0
27282026-02-16T22:57:18.546Z Checking ron v0.7.1
27292026-02-16T22:57:18.744Z Checking xz2 v0.1.7
27302026-02-16T22:57:18.870Z Checking zone v0.1.8
27312026-02-16T22:57:18.993Z Checking xattr v1.3.1
27322026-02-16T22:57:19.070Z Checking yasna v0.5.2
27332026-02-16T22:57:19.219Z Checking headers-core v0.3.0
27342026-02-16T22:57:19.393Z Checking filetime v0.2.26
27352026-02-16T22:57:19.570Z Checking headers v0.4.1
27362026-02-16T22:57:19.610Z Checking subprocess v0.2.9
27372026-02-16T22:57:19.639Z Checking tar v0.4.44
27382026-02-16T22:57:19.858Z Checking rcgen v0.12.1
27392026-02-16T22:57:21.373Z Checking progenitor v0.8.0
27402026-02-16T22:57:21.531Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27412026-02-16T22:57:24.078Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27422026-02-16T22:57:24.078Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27432026-02-16T22:57:24.082Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27442026-02-16T22:57:24.171Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27452026-02-16T22:57:24.828Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27462026-02-16T22:57:25.151Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27472026-02-16T22:57:26.208Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27482026-02-16T22:57:27.357Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27492026-02-16T22:57:27.748Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27502026-02-16T22:57:27.748Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27512026-02-16T22:57:27.981Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27522026-02-16T22:57:27.984Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27532026-02-16T22:57:29.240Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27542026-02-16T22:57:29.909Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27552026-02-16T22:57:30.669Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27562026-02-16T22:57:34.386Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27572026-02-16T22:57:36.735Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27582026-02-16T22:57:37.738Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27592026-02-16T22:57:38.967Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27602026-02-16T22:57:56.773Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27612026-02-16T22:57:58.795Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27622026-02-16T22:58:00.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
27632026-02-16T22:58:00.710Z
27642026-02-16T22:58:00.710Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/250)
27652026-02-16T22:58:01.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-02-16T22:58:01.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-02-16T22:58:01.646Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27682026-02-16T22:58:03.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
27692026-02-16T22:58:03.701Z
27702026-02-16T22:58:03.701Zinfo: running `cargo check --bins` on nexus-config (52/250)
27712026-02-16T22:58:04.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-02-16T22:58:04.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-02-16T22:58:04.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742026-02-16T22:58:04.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27752026-02-16T22:58:04.547Z
27762026-02-16T22:58:04.547Zinfo: running `cargo check --bins` on nexus-types (53/250)
27772026-02-16T22:58:05.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-02-16T22:58:05.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-02-16T22:58:05.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802026-02-16T22:58:05.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27812026-02-16T22:58:05.400Z
27822026-02-16T22:58:05.400Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/250)
27832026-02-16T22:58:06.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-02-16T22:58:06.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-02-16T22:58:06.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862026-02-16T22:58:06.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27872026-02-16T22:58:06.207Z
27882026-02-16T22:58:06.207Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (55/250)
27892026-02-16T22:58:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-02-16T22:58:06.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-02-16T22:58:06.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-02-16T22:58:06.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27932026-02-16T22:58:07.016Z
27942026-02-16T22:58:07.016Zinfo: running `cargo check --bins` on cockroach-admin-types (56/250)
27952026-02-16T22:58:07.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-02-16T22:58:07.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-02-16T22:58:07.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-02-16T22:58:07.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27992026-02-16T22:58:07.795Z
28002026-02-16T22:58:07.795Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (57/250)
28012026-02-16T22:58:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-02-16T22:58:08.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-02-16T22:58:08.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-02-16T22:58:08.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28052026-02-16T22:58:08.575Z
28062026-02-16T22:58:08.575Zinfo: running `cargo check --bins` on ereport-types (58/250)
28072026-02-16T22:58:09.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-02-16T22:58:09.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-02-16T22:58:09.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-02-16T22:58:09.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28112026-02-16T22:58:09.373Z
28122026-02-16T22:58:09.373Zinfo: running `cargo check --bins` on gateway-client (59/250)
28132026-02-16T22:58:10.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-02-16T22:58:10.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-02-16T22:58:10.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-02-16T22:58:10.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28172026-02-16T22:58:10.165Z
28182026-02-16T22:58:10.165Zinfo: running `cargo check --bins --no-default-features` on gateway-types (60/250)
28192026-02-16T22:58:10.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-02-16T22:58:10.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-02-16T22:58:10.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-02-16T22:58:10.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28232026-02-16T22:58:10.959Z
28242026-02-16T22:58:10.959Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/250)
28252026-02-16T22:58:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-02-16T22:58:11.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-02-16T22:58:11.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-02-16T22:58:11.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28292026-02-16T22:58:11.764Z
28302026-02-16T22:58:11.764Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (62/250)
28312026-02-16T22:58:12.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-02-16T22:58:12.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-02-16T22:58:12.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-02-16T22:58:12.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28352026-02-16T22:58:12.548Z
28362026-02-16T22:58:12.548Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/250)
28372026-02-16T22:58:13.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-02-16T22:58:13.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-02-16T22:58:13.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-02-16T22:58:13.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28412026-02-16T22:58:13.346Z
28422026-02-16T22:58:13.346Zinfo: running `cargo check --bins` on internal-dns-types (64/250)
28432026-02-16T22:58:14.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-02-16T22:58:14.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-02-16T22:58:14.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-02-16T22:58:14.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28472026-02-16T22:58:14.143Z
28482026-02-16T22:58:14.143Zinfo: running `cargo check --bins` on internal-dns-types-versions (65/250)
28492026-02-16T22:58:14.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-02-16T22:58:14.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-02-16T22:58:14.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522026-02-16T22:58:14.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28532026-02-16T22:58:14.951Z
28542026-02-16T22:58:14.951Zinfo: running `cargo check --bins` on omicron-passwords (66/250)
28552026-02-16T22:58:15.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-02-16T22:58:15.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-02-16T22:58:15.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-02-16T22:58:15.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28592026-02-16T22:58:16.735Z
28602026-02-16T22:58:16.735Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (67/250)
28612026-02-16T22:58:16.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-02-16T22:58:16.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-02-16T22:58:16.739Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-02-16T22:58:17.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
28652026-02-16T22:58:17.466Z
28662026-02-16T22:58:17.466Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/250)
28672026-02-16T22:58:18.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-02-16T22:58:18.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-02-16T22:58:18.316Z Compiling cfg_aliases v0.1.1
28702026-02-16T22:58:18.319Z Compiling convert_case v0.7.1
28712026-02-16T22:58:18.319Z Compiling vte_generate_state_changes v0.1.2
28722026-02-16T22:58:18.319Z Checking fd-lock v4.0.2
28732026-02-16T22:58:18.435Z Checking nibble_vec v0.1.0
28742026-02-16T22:58:18.460Z Checking endian-type v0.1.2
28752026-02-16T22:58:18.487Z Compiling peg-macros v0.8.5
28762026-02-16T22:58:18.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-02-16T22:58:18.507Z Compiling nix v0.28.0
28782026-02-16T22:58:18.611Z Compiling sqlparser_derive v0.2.2
28792026-02-16T22:58:18.623Z Checking nu-ansi-term v0.50.1
28802026-02-16T22:58:18.736Z Checking radix_trie v0.2.1
28812026-02-16T22:58:19.030Z Checking home v0.5.9
28822026-02-16T22:58:19.066Z Checking vte v0.11.1
28832026-02-16T22:58:19.132Z Checking unicode_categories v0.1.1
28842026-02-16T22:58:19.157Z Compiling derive_more-impl v2.0.1
28852026-02-16T22:58:19.187Z Checking display-error-chain v0.2.2
28862026-02-16T22:58:19.410Z Checking sqlformat v0.3.5
28872026-02-16T22:58:19.614Z Checking sqlparser v0.45.0
28882026-02-16T22:58:20.446Z Checking strip-ansi-escapes v0.2.0
28892026-02-16T22:58:20.463Z Checking derive_more v2.0.1
28902026-02-16T22:58:20.566Z Checking crossterm v0.29.0
28912026-02-16T22:58:20.595Z Checking reedline v0.40.0
28922026-02-16T22:58:20.728Z Checking peg v0.8.5
28932026-02-16T22:58:21.355Z Checking rustyline v14.0.0
28942026-02-16T22:58:29.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s
28952026-02-16T22:58:29.978Z
28962026-02-16T22:58:29.978Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/250)
28972026-02-16T22:58:30.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-02-16T22:58:30.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-02-16T22:58:30.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002026-02-16T22:58:36.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
29012026-02-16T22:58:36.314Z
29022026-02-16T22:58:36.314Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/250)
29032026-02-16T22:58:37.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-02-16T22:58:37.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-02-16T22:58:37.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29062026-02-16T22:58:40.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
29072026-02-16T22:58:41.057Z
29082026-02-16T22:58:41.057Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/250)
29092026-02-16T22:58:41.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-02-16T22:58:41.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-02-16T22:58:41.915Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29122026-02-16T22:58:46.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
29132026-02-16T22:58:47.092Z
29142026-02-16T22:58:47.092Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/250)
29152026-02-16T22:58:47.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-02-16T22:58:47.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-02-16T22:58:47.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29182026-02-16T22:58:52.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
29192026-02-16T22:58:53.172Z
29202026-02-16T22:58:53.172Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/250)
29212026-02-16T22:58:53.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-02-16T22:58:53.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-02-16T22:58:54.013Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29242026-02-16T22:58:57.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
29252026-02-16T22:58:58.092Z
29262026-02-16T22:58:58.092Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/250)
29272026-02-16T22:58:58.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-02-16T22:58:58.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-02-16T22:58:58.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302026-02-16T22:59:02.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
29312026-02-16T22:59:03.100Z
29322026-02-16T22:59:03.100Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/250)
29332026-02-16T22:59:03.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-02-16T22:59:03.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-02-16T22:59:03.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362026-02-16T22:59:09.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
29372026-02-16T22:59:09.358Z
29382026-02-16T22:59:09.358Zinfo: running `cargo check --bins` on oximeter (76/250)
29392026-02-16T22:59:10.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-02-16T22:59:10.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-02-16T22:59:10.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-02-16T22:59:10.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29432026-02-16T22:59:10.169Z
29442026-02-16T22:59:10.169Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/250)
29452026-02-16T22:59:10.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-02-16T22:59:10.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-02-16T22:59:10.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-02-16T22:59:10.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29492026-02-16T22:59:10.946Z
29502026-02-16T22:59:10.947Zinfo: running `cargo check --bins` on oximeter-schema (78/250)
29512026-02-16T22:59:11.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-02-16T22:59:11.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-02-16T22:59:11.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29542026-02-16T22:59:11.949Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29552026-02-16T22:59:12.412Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29562026-02-16T22:59:19.610Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29572026-02-16T22:59:20.087Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29582026-02-16T22:59:21.899Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29592026-02-16T22:59:22.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
29602026-02-16T22:59:23.099Z
29612026-02-16T22:59:23.099Zinfo: running `cargo check --bins` on oximeter-types (79/250)
29622026-02-16T22:59:23.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-02-16T22:59:23.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-02-16T22:59:23.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652026-02-16T22:59:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29662026-02-16T22:59:23.898Z
29672026-02-16T22:59:23.898Zinfo: running `cargo check --bins` on oximeter-types-versions (80/250)
29682026-02-16T22:59:24.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692026-02-16T22:59:24.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702026-02-16T22:59:24.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712026-02-16T22:59:24.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29722026-02-16T22:59:24.692Z
29732026-02-16T22:59:24.692Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (81/250)
29742026-02-16T22:59:25.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752026-02-16T22:59:25.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762026-02-16T22:59:25.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772026-02-16T22:59:25.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29782026-02-16T22:59:25.484Z
29792026-02-16T22:59:25.484Zinfo: running `cargo check --bins` on oxql-types (82/250)
29802026-02-16T22:59:26.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812026-02-16T22:59:26.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822026-02-16T22:59:26.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832026-02-16T22:59:26.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29842026-02-16T22:59:26.288Z
29852026-02-16T22:59:26.288Zinfo: running `cargo check --bins` on oximeter-test-utils (83/250)
29862026-02-16T22:59:27.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872026-02-16T22:59:27.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882026-02-16T22:59:27.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892026-02-16T22:59:27.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29902026-02-16T22:59:27.148Z
29912026-02-16T22:59:27.148Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (84/250)
29922026-02-16T22:59:27.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-02-16T22:59:27.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-02-16T22:59:27.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952026-02-16T22:59:27.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29962026-02-16T22:59:27.967Z
29972026-02-16T22:59:27.967Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/250)
29982026-02-16T22:59:28.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-02-16T22:59:28.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-02-16T22:59:28.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-02-16T22:59:28.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30022026-02-16T22:59:28.781Z
30032026-02-16T22:59:28.781Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/250)
30042026-02-16T22:59:29.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-02-16T22:59:29.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-02-16T22:59:29.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-02-16T22:59:29.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30082026-02-16T22:59:29.601Z
30092026-02-16T22:59:29.601Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/250)
30102026-02-16T22:59:30.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-02-16T22:59:30.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-02-16T22:59:30.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-02-16T22:59:30.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30142026-02-16T22:59:30.420Z
30152026-02-16T22:59:30.420Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/250)
30162026-02-16T22:59:31.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-02-16T22:59:31.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-02-16T22:59:31.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-02-16T22:59:31.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30202026-02-16T22:59:31.237Z
30212026-02-16T22:59:31.237Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/250)
30222026-02-16T22:59:31.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-02-16T22:59:31.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-02-16T22:59:31.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-02-16T22:59:31.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30262026-02-16T22:59:32.051Z
30272026-02-16T22:59:32.051Zinfo: running `cargo check --bins --no-default-features` on gfss (90/250)
30282026-02-16T22:59:32.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-02-16T22:59:32.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-02-16T22:59:32.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-02-16T22:59:32.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30322026-02-16T22:59:32.833Z
30332026-02-16T22:59:32.833Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/250)
30342026-02-16T22:59:33.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-02-16T22:59:33.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-02-16T22:59:33.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-02-16T22:59:33.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30382026-02-16T22:59:33.608Z
30392026-02-16T22:59:33.608Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/250)
30402026-02-16T22:59:34.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-02-16T22:59:34.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-02-16T22:59:34.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-02-16T22:59:34.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30442026-02-16T22:59:34.434Z
30452026-02-16T22:59:34.434Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/250)
30462026-02-16T22:59:35.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-02-16T22:59:35.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-02-16T22:59:35.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-02-16T22:59:35.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30502026-02-16T22:59:35.258Z
30512026-02-16T22:59:35.258Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/250)
30522026-02-16T22:59:35.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-02-16T22:59:35.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-02-16T22:59:35.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-02-16T22:59:35.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30562026-02-16T22:59:36.080Z
30572026-02-16T22:59:36.080Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/250)
30582026-02-16T22:59:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-02-16T22:59:36.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-02-16T22:59:36.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-02-16T22:59:36.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30622026-02-16T22:59:36.904Z
30632026-02-16T22:59:36.904Zinfo: running `cargo check --bins` on trust-quorum-types (96/250)
30642026-02-16T22:59:37.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-02-16T22:59:37.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-02-16T22:59:37.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-02-16T22:59:37.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30682026-02-16T22:59:37.724Z
30692026-02-16T22:59:37.724Zinfo: running `cargo check --bins` on trust-quorum-test-utils (97/250)
30702026-02-16T22:59:38.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-02-16T22:59:38.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-02-16T22:59:38.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-02-16T22:59:38.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30742026-02-16T22:59:38.543Z
30752026-02-16T22:59:38.543Zinfo: running `cargo check --bins` on update-engine (98/250)
30762026-02-16T22:59:39.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-02-16T22:59:39.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-02-16T22:59:39.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-02-16T22:59:39.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30802026-02-16T22:59:39.322Z
30812026-02-16T22:59:39.323Zinfo: running `cargo check --bins` on omicron-certificates (99/250)
30822026-02-16T22:59:40.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-02-16T22:59:40.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-02-16T22:59:40.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-02-16T22:59:40.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30862026-02-16T22:59:40.127Z
30872026-02-16T22:59:40.127Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (100/250)
30882026-02-16T22:59:40.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-02-16T22:59:40.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-02-16T22:59:41.004Z Checking dropshot-api-manager-types v0.3.0
30912026-02-16T22:59:41.004Z Checking nanorand v0.7.0
30922026-02-16T22:59:41.283Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30932026-02-16T22:59:41.358Z Checking flume v0.11.1
30942026-02-16T22:59:41.666Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30952026-02-16T22:59:43.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
30962026-02-16T22:59:43.245Z
30972026-02-16T22:59:43.245Zinfo: running `cargo check --bins` on clickhouse-admin-api (101/250)
30982026-02-16T22:59:43.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-02-16T22:59:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-02-16T22:59:43.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-02-16T22:59:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31022026-02-16T22:59:44.055Z
31032026-02-16T22:59:44.055Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (102/250)
31042026-02-16T22:59:44.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-02-16T22:59:44.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-02-16T22:59:44.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-02-16T22:59:44.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31082026-02-16T22:59:44.861Z
31092026-02-16T22:59:44.861Zinfo: running `cargo check --bins` on bootstrap-agent-client (103/250)
31102026-02-16T22:59:45.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-02-16T22:59:45.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-02-16T22:59:45.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-02-16T22:59:45.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31142026-02-16T22:59:45.670Z
31152026-02-16T22:59:45.670Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (104/250)
31162026-02-16T22:59:46.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-02-16T22:59:46.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-02-16T22:59:46.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-02-16T22:59:46.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31202026-02-16T22:59:46.481Z
31212026-02-16T22:59:46.481Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (105/250)
31222026-02-16T22:59:47.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-02-16T22:59:47.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-02-16T22:59:47.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-02-16T22:59:47.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31262026-02-16T22:59:47.289Z
31272026-02-16T22:59:47.289Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (106/250)
31282026-02-16T22:59:48.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-02-16T22:59:48.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-02-16T22:59:48.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-02-16T22:59:48.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31322026-02-16T22:59:48.098Z
31332026-02-16T22:59:48.098Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (107/250)
31342026-02-16T22:59:48.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-02-16T22:59:48.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-02-16T22:59:48.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-02-16T22:59:48.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31382026-02-16T22:59:48.906Z
31392026-02-16T22:59:48.906Zinfo: running `cargo check --bins` on cockroach-admin-client (108/250)
31402026-02-16T22:59:49.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-02-16T22:59:49.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-02-16T22:59:49.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-02-16T22:59:49.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31442026-02-16T22:59:49.686Z
31452026-02-16T22:59:49.686Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (109/250)
31462026-02-16T22:59:50.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-02-16T22:59:50.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-02-16T22:59:50.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-02-16T22:59:50.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31502026-02-16T22:59:50.502Z
31512026-02-16T22:59:50.502Zinfo: running `cargo check --bins` on dns-service-client (110/250)
31522026-02-16T22:59:51.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-02-16T22:59:51.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-02-16T22:59:51.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-02-16T22:59:51.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31562026-02-16T22:59:51.309Z
31572026-02-16T22:59:51.309Zinfo: running `cargo check --bins` on installinator-client (111/250)
31582026-02-16T22:59:52.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-02-16T22:59:52.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-02-16T22:59:52.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-02-16T22:59:52.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31622026-02-16T22:59:52.119Z
31632026-02-16T22:59:52.119Zinfo: running `cargo check --bins` on nexus-client (112/250)
31642026-02-16T22:59:52.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-02-16T22:59:52.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-02-16T22:59:52.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-02-16T22:59:52.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31682026-02-16T22:59:52.965Z
31692026-02-16T22:59:52.965Zinfo: running `cargo check --bins` on nexus-lockstep-client (113/250)
31702026-02-16T22:59:53.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-02-16T22:59:53.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-02-16T22:59:53.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-02-16T22:59:53.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31742026-02-16T22:59:53.817Z
31752026-02-16T22:59:53.817Zinfo: running `cargo check --bins` on ntp-admin-client (114/250)
31762026-02-16T22:59:54.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-02-16T22:59:54.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-02-16T22:59:54.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-02-16T22:59:54.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31802026-02-16T22:59:54.602Z
31812026-02-16T22:59:54.602Zinfo: running `cargo check --bins` on oxide-client (115/250)
31822026-02-16T22:59:55.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-02-16T22:59:55.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-02-16T22:59:55.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-02-16T22:59:55.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31862026-02-16T22:59:55.391Z
31872026-02-16T22:59:55.391Zinfo: running `cargo check --bins` on oximeter-client (116/250)
31882026-02-16T22:59:56.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-02-16T22:59:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-02-16T22:59:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-02-16T22:59:56.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31922026-02-16T22:59:56.190Z
31932026-02-16T22:59:56.190Zinfo: running `cargo check --bins` on repo-depot-client (117/250)
31942026-02-16T22:59:56.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-02-16T22:59:56.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-02-16T22:59:56.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-02-16T22:59:56.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31982026-02-16T22:59:56.979Z
31992026-02-16T22:59:56.979Zinfo: running `cargo check --bins` on sled-agent-client (118/250)
32002026-02-16T22:59:57.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-02-16T22:59:57.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-02-16T22:59:57.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-02-16T22:59:57.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32042026-02-16T22:59:57.797Z
32052026-02-16T22:59:57.797Zinfo: running `cargo check --bins` on wicketd-client (119/250)
32062026-02-16T22:59:58.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-02-16T22:59:58.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-02-16T22:59:58.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-02-16T22:59:58.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32102026-02-16T22:59:58.637Z
32112026-02-16T22:59:58.637Zinfo: running `cargo check --bins` on installinator-common (120/250)
32122026-02-16T22:59:59.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-02-16T22:59:59.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-02-16T22:59:59.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-02-16T22:59:59.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32162026-02-16T22:59:59.452Z
32172026-02-16T22:59:59.452Zinfo: running `cargo check --bins` on installinator-common-versions (121/250)
32182026-02-16T23:00:00.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-02-16T23:00:00.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-02-16T23:00:00.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-02-16T23:00:00.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32222026-02-16T23:00:00.233Z
32232026-02-16T23:00:00.233Zinfo: running `cargo check --bins` on wicket-common (122/250)
32242026-02-16T23:00:00.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-02-16T23:00:00.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-02-16T23:00:00.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-02-16T23:00:00.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32282026-02-16T23:00:01.061Z
32292026-02-16T23:00:01.061Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/250)
32302026-02-16T23:00:01.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-02-16T23:00:01.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-02-16T23:00:01.915Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32332026-02-16T23:00:01.915Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-02-16T23:00:01.918Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32352026-02-16T23:00:02.035Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32362026-02-16T23:00:02.234Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32372026-02-16T23:00:02.249Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32382026-02-16T23:00:02.659Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32392026-02-16T23:00:02.661Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32402026-02-16T23:00:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
32412026-02-16T23:00:05.956Z
32422026-02-16T23:00:05.956Zinfo: running `cargo check --bins` on cockroach-admin-api (124/250)
32432026-02-16T23:00:06.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-02-16T23:00:06.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-02-16T23:00:06.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-02-16T23:00:06.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32472026-02-16T23:00:06.764Z
32482026-02-16T23:00:06.764Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (125/250)
32492026-02-16T23:00:07.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-02-16T23:00:07.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-02-16T23:00:07.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-02-16T23:00:07.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32532026-02-16T23:00:07.673Z
32542026-02-16T23:00:07.673Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (126/250)
32552026-02-16T23:00:08.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-02-16T23:00:08.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-02-16T23:00:08.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-02-16T23:00:08.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32592026-02-16T23:00:08.588Z
32602026-02-16T23:00:08.588Zinfo: running `cargo check --bins` on dns-server (127/250)
32612026-02-16T23:00:09.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-02-16T23:00:09.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-02-16T23:00:09.418Z Compiling parking_lot_core v0.8.6
32642026-02-16T23:00:09.421Z Compiling moka v0.12.10
32652026-02-16T23:00:09.421Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-02-16T23:00:09.421Z Checking tagptr v0.2.0
32672026-02-16T23:00:09.565Z Checking prefix-trie v0.7.0
32682026-02-16T23:00:09.565Z Checking fxhash v0.2.1
32692026-02-16T23:00:09.568Z Checking hickory-client v0.25.2
32702026-02-16T23:00:10.088Z Checking hickory-server v0.25.2
32712026-02-16T23:00:10.171Z Checking parking_lot v0.11.2
32722026-02-16T23:00:10.334Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-02-16T23:00:10.338Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32742026-02-16T23:00:10.338Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32752026-02-16T23:00:10.460Z Checking sled v0.34.7
32762026-02-16T23:00:10.929Z Checking hickory-resolver v0.25.2
32772026-02-16T23:00:12.296Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32782026-02-16T23:00:13.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
32792026-02-16T23:00:13.909Z
32802026-02-16T23:00:13.909Zinfo: running `cargo check --bins` on dns-server-api (128/250)
32812026-02-16T23:00:14.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-02-16T23:00:14.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-02-16T23:00:14.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-02-16T23:00:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32852026-02-16T23:00:14.713Z
32862026-02-16T23:00:14.713Zinfo: running `cargo check --bins` on gateway-test-utils (129/250)
32872026-02-16T23:00:15.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-02-16T23:00:15.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-02-16T23:00:15.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-02-16T23:00:15.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32912026-02-16T23:00:15.590Z
32922026-02-16T23:00:15.590Zinfo: running `cargo check --bins` on omicron-gateway (130/250)
32932026-02-16T23:00:16.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-02-16T23:00:16.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-02-16T23:00:16.524Z Compiling radium v0.7.0
32962026-02-16T23:00:16.526Z Compiling maybe-uninit v2.0.0
32972026-02-16T23:00:16.526Z Checking tap v1.0.1
32982026-02-16T23:00:16.658Z Compiling zerocopy-derive v0.6.6
32992026-02-16T23:00:16.667Z Compiling packed_struct v0.10.1
33002026-02-16T23:00:16.670Z Checking crc-catalog v2.4.0
33012026-02-16T23:00:16.703Z Checking funty v2.0.0
33022026-02-16T23:00:16.721Z Compiling packed_struct_codegen v0.10.1
33032026-02-16T23:00:16.811Z Checking wyz v0.5.1
33042026-02-16T23:00:16.841Z Checking crc v3.2.1
33052026-02-16T23:00:17.176Z Compiling bitfield-macros v0.19.2
33062026-02-16T23:00:17.179Z Compiling indexmap v1.9.3
33072026-02-16T23:00:17.261Z Checking nodrop v0.1.14
33082026-02-16T23:00:17.330Z Checking smallvec v0.6.14
33092026-02-16T23:00:17.400Z Checking array-init v0.0.4
33102026-02-16T23:00:17.467Z Checking hashbrown v0.12.3
33112026-02-16T23:00:17.548Z Checking bitvec v1.0.1
33122026-02-16T23:00:17.573Z Checking ron v0.8.1
33132026-02-16T23:00:17.701Z Checking hashbrown v0.13.2
33142026-02-16T23:00:18.294Z Checking serde-hex v0.1.0
33152026-02-16T23:00:18.487Z Checking zerocopy v0.6.6
33162026-02-16T23:00:18.595Z Checking bitfield v0.19.2
33172026-02-16T23:00:18.623Z Checking crc-any v2.5.0
33182026-02-16T23:00:18.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-02-16T23:00:18.989Z Checking path-slash v0.1.5
33202026-02-16T23:00:19.012Z Checking object v0.30.4
33212026-02-16T23:00:19.032Z Checking void v1.0.2
33222026-02-16T23:00:19.143Z Checking half v1.8.3
33232026-02-16T23:00:19.146Z Checking tungstenite v0.23.0
33242026-02-16T23:00:19.177Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-02-16T23:00:19.207Z Checking lzss v0.8.2
33262026-02-16T23:00:19.396Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33272026-02-16T23:00:19.424Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-02-16T23:00:19.534Z Checking serde_cbor v0.11.2
33292026-02-16T23:00:19.553Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-02-16T23:00:19.645Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33312026-02-16T23:00:19.677Z Checking nix v0.27.1
33322026-02-16T23:00:20.027Z Checking kstat-rs v0.2.4
33332026-02-16T23:00:20.332Z Checking serde_bytes v0.11.19
33342026-02-16T23:00:20.359Z Checking tokio-tungstenite v0.23.1
33352026-02-16T23:00:20.380Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33362026-02-16T23:00:20.670Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33372026-02-16T23:00:20.880Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33382026-02-16T23:00:20.900Z Checking signal-hook-tokio v0.3.1
33392026-02-16T23:00:22.506Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-02-16T23:00:22.861Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33412026-02-16T23:00:27.006Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33422026-02-16T23:00:28.385Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33432026-02-16T23:00:28.787Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33442026-02-16T23:00:30.464Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33452026-02-16T23:00:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.95s
33462026-02-16T23:00:33.767Z
33472026-02-16T23:00:33.767Zinfo: running `cargo check --bins` on gateway-api (131/250)
33482026-02-16T23:00:34.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-02-16T23:00:34.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-02-16T23:00:34.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-02-16T23:00:34.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33522026-02-16T23:00:34.581Z
33532026-02-16T23:00:34.581Zinfo: running `cargo check --bins` on ipcc (132/250)
33542026-02-16T23:00:35.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-02-16T23:00:35.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-02-16T23:00:35.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-02-16T23:00:35.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33582026-02-16T23:00:35.397Z
33592026-02-16T23:00:35.397Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (133/250)
33602026-02-16T23:00:36.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-02-16T23:00:36.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-02-16T23:00:36.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-02-16T23:00:36.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33642026-02-16T23:00:36.219Z
33652026-02-16T23:00:36.219Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (134/250)
33662026-02-16T23:00:36.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-02-16T23:00:36.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-02-16T23:00:36.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-02-16T23:00:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33702026-02-16T23:00:37.044Z
33712026-02-16T23:00:37.044Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (135/250)
33722026-02-16T23:00:37.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-02-16T23:00:37.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-02-16T23:00:37.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-02-16T23:00:37.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33762026-02-16T23:00:37.866Z
33772026-02-16T23:00:37.866Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (136/250)
33782026-02-16T23:00:38.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-02-16T23:00:38.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-02-16T23:00:38.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-02-16T23:00:38.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33822026-02-16T23:00:38.680Z
33832026-02-16T23:00:38.681Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (137/250)
33842026-02-16T23:00:39.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-02-16T23:00:39.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-02-16T23:00:39.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-02-16T23:00:39.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33882026-02-16T23:00:39.498Z
33892026-02-16T23:00:39.498Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (138/250)
33902026-02-16T23:00:40.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-02-16T23:00:40.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-02-16T23:00:40.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-02-16T23:00:40.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33942026-02-16T23:00:40.325Z
33952026-02-16T23:00:40.325Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (139/250)
33962026-02-16T23:00:41.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-02-16T23:00:41.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-02-16T23:00:41.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-02-16T23:00:41.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34002026-02-16T23:00:41.142Z
34012026-02-16T23:00:41.142Zinfo: running `cargo check --bins` on oximeter-producer (140/250)
34022026-02-16T23:00:41.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-02-16T23:00:41.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-02-16T23:00:41.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-02-16T23:00:41.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34062026-02-16T23:00:42.000Z
34072026-02-16T23:00:42.000Zinfo: running `cargo check --bins` on internal-dns-resolver (141/250)
34082026-02-16T23:00:42.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-02-16T23:00:42.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-02-16T23:00:42.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-02-16T23:00:42.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34122026-02-16T23:00:42.818Z
34132026-02-16T23:00:42.818Zinfo: running `cargo check --bins` on sp-sim (142/250)
34142026-02-16T23:00:43.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-02-16T23:00:43.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-02-16T23:00:43.722Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34172026-02-16T23:00:46.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
34182026-02-16T23:00:46.506Z
34192026-02-16T23:00:46.506Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (143/250)
34202026-02-16T23:00:47.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-02-16T23:00:47.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-02-16T23:00:47.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-02-16T23:00:47.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34242026-02-16T23:00:47.384Z
34252026-02-16T23:00:47.384Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (144/250)
34262026-02-16T23:00:48.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-02-16T23:00:48.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-02-16T23:00:48.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-02-16T23:00:48.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
34302026-02-16T23:00:48.284Z
34312026-02-16T23:00:48.285Zinfo: running `cargo check --bins` on db-macros (145/250)
34322026-02-16T23:00:48.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-02-16T23:00:48.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-02-16T23:00:48.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-02-16T23:00:48.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34362026-02-16T23:00:49.074Z
34372026-02-16T23:00:49.074Zinfo: running `cargo check --bins` on nexus-macros-common (146/250)
34382026-02-16T23:00:49.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-02-16T23:00:49.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-02-16T23:00:49.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-02-16T23:00:49.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34422026-02-16T23:00:49.879Z
34432026-02-16T23:00:49.879Zinfo: running `cargo check --bins` on nexus-auth (147/250)
34442026-02-16T23:00:50.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-02-16T23:00:50.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-02-16T23:00:50.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-02-16T23:00:50.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
34482026-02-16T23:00:50.768Z
34492026-02-16T23:00:50.768Zinfo: running `cargo check --bins` on authz-macros (148/250)
34502026-02-16T23:00:51.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-02-16T23:00:51.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-02-16T23:00:51.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-02-16T23:00:51.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34542026-02-16T23:00:51.574Z
34552026-02-16T23:00:51.574Zinfo: running `cargo check --bins` on nexus-db-fixed-data (149/250)
34562026-02-16T23:00:52.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-02-16T23:00:52.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-02-16T23:00:52.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-02-16T23:00:52.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34602026-02-16T23:00:52.441Z
34612026-02-16T23:00:52.441Zinfo: running `cargo check --bins` on nexus-db-model (150/250)
34622026-02-16T23:00:53.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-02-16T23:00:53.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-02-16T23:00:53.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-02-16T23:00:53.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34662026-02-16T23:00:53.321Z
34672026-02-16T23:00:53.321Zinfo: running `cargo check --bins` on nexus-db-schema (151/250)
34682026-02-16T23:00:54.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-02-16T23:00:54.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-02-16T23:00:54.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-02-16T23:00:54.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34722026-02-16T23:00:54.114Z
34732026-02-16T23:00:54.114Zinfo: running `cargo check --bins` on omicron-rpaths (152/250)
34742026-02-16T23:00:54.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-02-16T23:00:54.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-02-16T23:00:54.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-02-16T23:00:54.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34782026-02-16T23:00:54.900Z
34792026-02-16T23:00:54.900Zinfo: running `cargo check --bins` on nexus-defaults (153/250)
34802026-02-16T23:00:55.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-02-16T23:00:55.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-02-16T23:00:55.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-02-16T23:00:55.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34842026-02-16T23:00:55.701Z
34852026-02-16T23:00:55.701Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (154/250)
34862026-02-16T23:00:56.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-02-16T23:00:56.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-02-16T23:00:56.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-02-16T23:00:56.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34902026-02-16T23:00:56.486Z
34912026-02-16T23:00:56.486Zinfo: running `cargo check --bins` on parallel-task-set (155/250)
34922026-02-16T23:00:57.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-02-16T23:00:57.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-02-16T23:00:57.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-02-16T23:00:57.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34962026-02-16T23:00:57.264Z
34972026-02-16T23:00:57.264Zinfo: running `cargo check --bins` on nexus-db-errors (156/250)
34982026-02-16T23:00:58.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-02-16T23:00:58.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-02-16T23:00:58.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-02-16T23:00:58.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35022026-02-16T23:00:58.131Z
35032026-02-16T23:00:58.131Zinfo: running `cargo check --bins` on nexus-db-lookup (157/250)
35042026-02-16T23:00:58.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-02-16T23:00:58.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-02-16T23:00:58.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-02-16T23:00:58.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35082026-02-16T23:00:58.997Z
35092026-02-16T23:00:58.997Zinfo: running `cargo check --bins` on nexus-inventory (158/250)
35102026-02-16T23:00:59.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-02-16T23:00:59.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-02-16T23:00:59.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-02-16T23:00:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35142026-02-16T23:00:59.856Z
35152026-02-16T23:00:59.856Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (159/250)
35162026-02-16T23:01:00.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-02-16T23:01:00.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-02-16T23:01:00.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-02-16T23:01:00.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35202026-02-16T23:01:00.683Z
35212026-02-16T23:01:00.683Zinfo: running `cargo check --bins --no-default-features` on sled-storage (160/250)
35222026-02-16T23:01:01.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-02-16T23:01:01.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-02-16T23:01:01.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-02-16T23:01:01.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35262026-02-16T23:01:01.514Z
35272026-02-16T23:01:01.514Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (161/250)
35282026-02-16T23:01:02.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-02-16T23:01:02.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-02-16T23:01:02.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-02-16T23:01:02.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35322026-02-16T23:01:02.334Z
35332026-02-16T23:01:02.334Zinfo: running `cargo check --bins` on key-manager (162/250)
35342026-02-16T23:01:03.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-02-16T23:01:03.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-02-16T23:01:03.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-02-16T23:01:03.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35382026-02-16T23:01:03.163Z
35392026-02-16T23:01:03.164Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (163/250)
35402026-02-16T23:01:03.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-02-16T23:01:03.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-02-16T23:01:03.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-02-16T23:01:03.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35442026-02-16T23:01:03.991Z
35452026-02-16T23:01:03.991Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (164/250)
35462026-02-16T23:01:04.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-02-16T23:01:04.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-02-16T23:01:04.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-02-16T23:01:04.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35502026-02-16T23:01:04.808Z
35512026-02-16T23:01:04.808Zinfo: running `cargo check --bins` on typed-rng (165/250)
35522026-02-16T23:01:05.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-02-16T23:01:05.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-02-16T23:01:05.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-02-16T23:01:05.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35562026-02-16T23:01:05.595Z
35572026-02-16T23:01:05.595Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (166/250)
35582026-02-16T23:01:06.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-02-16T23:01:06.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-02-16T23:01:06.691Z Compiling libefi-sys v0.1.0
35612026-02-16T23:01:06.694Z Compiling bitfield-struct v0.6.2
35622026-02-16T23:01:06.694Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35632026-02-16T23:01:06.859Z Compiling xshell-macros v0.2.7
35642026-02-16T23:01:06.862Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35652026-02-16T23:01:06.893Z Compiling salty v0.3.0
35662026-02-16T23:01:06.914Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35672026-02-16T23:01:06.935Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35682026-02-16T23:01:06.955Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35692026-02-16T23:01:07.128Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35702026-02-16T23:01:07.394Z Checking primeorder v0.13.6
35712026-02-16T23:01:07.492Z Compiling proc-macro-error-attr2 v2.0.0
35722026-02-16T23:01:07.512Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35732026-02-16T23:01:07.534Z Checking xshell v0.2.7
35742026-02-16T23:01:07.755Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35752026-02-16T23:01:07.852Z Checking p384 v0.13.1
35762026-02-16T23:01:07.880Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35772026-02-16T23:01:08.118Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35782026-02-16T23:01:08.141Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35792026-02-16T23:01:08.251Z Compiling proc-macro-error2 v2.0.1
35802026-02-16T23:01:08.330Z Compiling num-derive v0.3.3
35812026-02-16T23:01:08.688Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35822026-02-16T23:01:08.713Z Compiling unicase v2.8.1
35832026-02-16T23:01:08.809Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35842026-02-16T23:01:08.833Z Compiling tabled_derive v0.11.0
35852026-02-16T23:01:09.097Z Compiling mime_guess v2.0.5
35862026-02-16T23:01:09.144Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35872026-02-16T23:01:09.357Z Checking papergrid v0.17.0
35882026-02-16T23:01:09.514Z Checking testing_table v0.3.0
35892026-02-16T23:01:09.672Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35902026-02-16T23:01:10.167Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35912026-02-16T23:01:10.409Z Checking libscf-sys v1.1.0
35922026-02-16T23:01:10.655Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35932026-02-16T23:01:10.727Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
35942026-02-16T23:01:10.827Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35952026-02-16T23:01:11.100Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35962026-02-16T23:01:11.170Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35972026-02-16T23:01:11.503Z Checking corncobs v0.1.4
35982026-02-16T23:01:11.537Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35992026-02-16T23:01:11.638Z Checking tabled v0.20.0
36002026-02-16T23:01:11.710Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36012026-02-16T23:01:11.952Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36022026-02-16T23:01:11.975Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36032026-02-16T23:01:12.000Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36042026-02-16T23:01:12.167Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36052026-02-16T23:01:12.187Z Checking secrecy v0.8.0
36062026-02-16T23:01:12.421Z Checking http-range v0.1.5
36072026-02-16T23:01:12.803Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36082026-02-16T23:01:12.884Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36092026-02-16T23:01:13.139Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36102026-02-16T23:01:13.354Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36112026-02-16T23:01:13.875Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36122026-02-16T23:01:13.878Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36132026-02-16T23:01:13.920Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36142026-02-16T23:01:13.997Z Checking atty v0.2.14
36152026-02-16T23:01:14.115Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36162026-02-16T23:01:14.145Z Checking crc8 v0.1.1
36172026-02-16T23:01:14.182Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36182026-02-16T23:01:14.307Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36192026-02-16T23:01:14.347Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36202026-02-16T23:01:14.967Z Checking hyper-staticfile v0.10.1
36212026-02-16T23:01:15.176Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36222026-02-16T23:01:15.484Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36232026-02-16T23:01:15.507Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36242026-02-16T23:01:15.749Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36252026-02-16T23:01:15.885Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36262026-02-16T23:01:15.910Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36272026-02-16T23:01:16.198Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36282026-02-16T23:01:16.244Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36292026-02-16T23:01:16.294Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36302026-02-16T23:01:16.388Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36312026-02-16T23:01:16.729Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36322026-02-16T23:01:16.893Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36332026-02-16T23:01:16.954Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36342026-02-16T23:01:17.438Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36352026-02-16T23:01:19.052Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36362026-02-16T23:01:19.377Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36372026-02-16T23:01:19.398Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36382026-02-16T23:01:20.044Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36392026-02-16T23:01:20.585Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36402026-02-16T23:01:20.758Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36412026-02-16T23:01:29.010Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36422026-02-16T23:01:44.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.26s
36432026-02-16T23:01:45.089Z
36442026-02-16T23:01:45.089Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (167/250)
36452026-02-16T23:01:45.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-02-16T23:01:45.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-02-16T23:01:46.077Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36482026-02-16T23:02:02.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.96s
36492026-02-16T23:02:02.286Z
36502026-02-16T23:02:02.286Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (168/250)
36512026-02-16T23:02:03.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-02-16T23:02:03.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-02-16T23:02:03.252Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36542026-02-16T23:02:19.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.84s
36552026-02-16T23:02:19.368Z
36562026-02-16T23:02:19.368Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (169/250)
36572026-02-16T23:02:20.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-02-16T23:02:20.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-02-16T23:02:20.333Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36602026-02-16T23:02:36.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
36612026-02-16T23:02:36.537Z
36622026-02-16T23:02:36.537Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (170/250)
36632026-02-16T23:02:37.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-02-16T23:02:37.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-02-16T23:02:37.512Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36662026-02-16T23:02:53.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s
36672026-02-16T23:02:53.620Z
36682026-02-16T23:02:53.620Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (171/250)
36692026-02-16T23:02:54.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-02-16T23:02:54.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-02-16T23:02:54.607Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36722026-02-16T23:03:10.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s
36732026-02-16T23:03:10.645Z
36742026-02-16T23:03:10.645Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (172/250)
36752026-02-16T23:03:11.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-02-16T23:03:11.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-02-16T23:03:11.620Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36782026-02-16T23:03:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.84s
36792026-02-16T23:03:27.722Z
36802026-02-16T23:03:27.722Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (173/250)
36812026-02-16T23:03:28.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-02-16T23:03:28.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-02-16T23:03:28.694Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36842026-02-16T23:03:44.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.90s
36852026-02-16T23:03:44.866Z
36862026-02-16T23:03:44.866Zinfo: running `cargo check --bins` on bootstrap-agent-api (174/250)
36872026-02-16T23:03:45.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-02-16T23:03:45.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-02-16T23:03:45.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-02-16T23:03:45.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36912026-02-16T23:03:45.695Z
36922026-02-16T23:03:45.695Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (175/250)
36932026-02-16T23:03:46.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-02-16T23:03:46.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-02-16T23:03:46.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-02-16T23:03:46.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36972026-02-16T23:03:46.521Z
36982026-02-16T23:03:46.521Zinfo: running `cargo check --bins` on range-requests (176/250)
36992026-02-16T23:03:47.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-02-16T23:03:47.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-02-16T23:03:47.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-02-16T23:03:47.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37032026-02-16T23:03:47.317Z
37042026-02-16T23:03:47.317Zinfo: running `cargo check --bins` on repo-depot-api (177/250)
37052026-02-16T23:03:48.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-02-16T23:03:48.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-02-16T23:03:48.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-02-16T23:03:48.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37092026-02-16T23:03:48.123Z
37102026-02-16T23:03:48.123Zinfo: running `cargo check --bins` on sled-agent-api (178/250)
37112026-02-16T23:03:48.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-02-16T23:03:48.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-02-16T23:03:48.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-02-16T23:03:48.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37152026-02-16T23:03:48.959Z
37162026-02-16T23:03:48.959Zinfo: running `cargo check --bins` on sled-diagnostics (179/250)
37172026-02-16T23:03:49.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-02-16T23:03:49.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-02-16T23:03:49.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-02-16T23:03:49.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37212026-02-16T23:03:49.789Z
37222026-02-16T23:03:49.789Zinfo: running `cargo check --bins` on zfs-test-harness (180/250)
37232026-02-16T23:03:50.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-02-16T23:03:50.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-02-16T23:03:50.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-02-16T23:03:50.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37272026-02-16T23:03:50.610Z
37282026-02-16T23:03:50.610Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (181/250)
37292026-02-16T23:03:51.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-02-16T23:03:51.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-02-16T23:03:51.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-02-16T23:03:51.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37332026-02-16T23:03:51.445Z
37342026-02-16T23:03:51.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (182/250)
37352026-02-16T23:03:52.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-02-16T23:03:52.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-02-16T23:03:52.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-02-16T23:03:52.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37392026-02-16T23:03:52.280Z
37402026-02-16T23:03:52.280Zinfo: running `cargo check --bins` on sled-agent-health-monitor (183/250)
37412026-02-16T23:03:53.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-02-16T23:03:53.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-02-16T23:03:53.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-02-16T23:03:53.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37452026-02-16T23:03:53.108Z
37462026-02-16T23:03:53.108Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (184/250)
37472026-02-16T23:03:53.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-02-16T23:03:53.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-02-16T23:03:53.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-02-16T23:03:53.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
37512026-02-16T23:03:53.946Z
37522026-02-16T23:03:53.947Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (185/250)
37532026-02-16T23:03:54.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-02-16T23:03:54.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-02-16T23:03:54.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-02-16T23:03:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37572026-02-16T23:03:54.782Z
37582026-02-16T23:03:54.782Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (186/250)
37592026-02-16T23:03:55.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-02-16T23:03:55.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-02-16T23:03:55.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-02-16T23:03:55.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
37632026-02-16T23:03:55.622Z
37642026-02-16T23:03:55.622Zinfo: running `cargo check --bins` on trust-quorum (187/250)
37652026-02-16T23:03:56.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-02-16T23:03:56.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-02-16T23:03:56.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-02-16T23:03:56.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37692026-02-16T23:03:56.457Z
37702026-02-16T23:03:56.457Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (188/250)
37712026-02-16T23:03:57.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-02-16T23:03:57.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-02-16T23:03:57.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-02-16T23:03:57.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37752026-02-16T23:03:57.317Z
37762026-02-16T23:03:57.317Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (189/250)
37772026-02-16T23:03:58.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-02-16T23:03:58.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-02-16T23:03:58.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-02-16T23:03:58.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37812026-02-16T23:03:58.196Z
37822026-02-16T23:03:58.196Zinfo: running `cargo check --bins` on update-common (190/250)
37832026-02-16T23:03:58.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-02-16T23:03:58.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-02-16T23:03:58.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-02-16T23:03:58.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37872026-02-16T23:03:59.028Z
37882026-02-16T23:03:59.029Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (191/250)
37892026-02-16T23:03:59.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-02-16T23:03:59.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-02-16T23:03:59.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-02-16T23:03:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37932026-02-16T23:03:59.909Z
37942026-02-16T23:03:59.909Zinfo: running `cargo check --bins` on reconfigurator-cli (192/250)
37952026-02-16T23:04:00.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-02-16T23:04:00.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-02-16T23:04:00.893Z Compiling fs-err v2.11.0
37982026-02-16T23:04:00.896Z Checking ignore v0.4.23
37992026-02-16T23:04:00.896Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38002026-02-16T23:04:00.896Z Checking predicates-tree v1.0.12
38012026-02-16T23:04:01.022Z Checking parse-size v1.1.0
38022026-02-16T23:04:01.025Z Checking rand_seeder v0.4.0
38032026-02-16T23:04:01.028Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38042026-02-16T23:04:01.028Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38052026-02-16T23:04:01.286Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38062026-02-16T23:04:01.289Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38072026-02-16T23:04:01.328Z Compiling petname v2.0.2
38082026-02-16T23:04:01.530Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38092026-02-16T23:04:01.655Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38102026-02-16T23:04:01.798Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38112026-02-16T23:04:01.931Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38122026-02-16T23:04:01.954Z Checking globwalk v0.9.1
38132026-02-16T23:04:02.051Z Checking sapling-renderdag v0.1.0
38142026-02-16T23:04:02.246Z Checking sync-ptr v0.1.4
38152026-02-16T23:04:02.274Z Checking camino-tempfile-ext v0.3.2
38162026-02-16T23:04:02.464Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38172026-02-16T23:04:02.546Z Checking assert_matches v1.5.0
38182026-02-16T23:04:02.644Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38192026-02-16T23:04:03.154Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38202026-02-16T23:04:03.210Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38212026-02-16T23:04:03.213Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38222026-02-16T23:04:04.074Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38232026-02-16T23:04:06.005Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38242026-02-16T23:04:09.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
38252026-02-16T23:04:09.401Z
38262026-02-16T23:04:09.401Zinfo: running `cargo check --bins` on omicron-repl-utils (193/250)
38272026-02-16T23:04:10.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-02-16T23:04:10.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-02-16T23:04:10.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-02-16T23:04:10.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38312026-02-16T23:04:10.188Z
38322026-02-16T23:04:10.188Zinfo: running `cargo check --bins` on nexus-test-interface (194/250)
38332026-02-16T23:04:10.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-02-16T23:04:10.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-02-16T23:04:10.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-02-16T23:04:10.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38372026-02-16T23:04:11.070Z
38382026-02-16T23:04:11.070Zinfo: running `cargo check --bins` on oximeter-collector (195/250)
38392026-02-16T23:04:11.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-02-16T23:04:11.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-02-16T23:04:11.974Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38422026-02-16T23:04:11.974Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38432026-02-16T23:04:12.868Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38442026-02-16T23:04:15.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
38452026-02-16T23:04:15.262Z
38462026-02-16T23:04:15.262Zinfo: running `cargo check --bins` on oximeter-api (196/250)
38472026-02-16T23:04:15.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-02-16T23:04:15.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-02-16T23:04:15.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-02-16T23:04:15.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38512026-02-16T23:04:16.068Z
38522026-02-16T23:04:16.068Zinfo: running `cargo check --bins` on cert-dev (197/250)
38532026-02-16T23:04:16.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-02-16T23:04:16.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-02-16T23:04:16.861Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38562026-02-16T23:04:17.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38572026-02-16T23:04:17.394Z
38582026-02-16T23:04:17.394Zinfo: running `cargo check --bins` on clickana (198/250)
38592026-02-16T23:04:18.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-02-16T23:04:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-02-16T23:04:18.220Z Checking castaway v0.2.3
38622026-02-16T23:04:18.223Z Checking unicode-truncate v1.1.0
38632026-02-16T23:04:18.223Z Checking lru v0.12.5
38642026-02-16T23:04:18.223Z Compiling instability v0.3.2
38652026-02-16T23:04:18.223Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38662026-02-16T23:04:18.338Z Compiling indoc v2.0.6
38672026-02-16T23:04:18.340Z Checking cassowary v0.3.0
38682026-02-16T23:04:18.461Z Checking compact_str v0.8.0
38692026-02-16T23:04:19.067Z Checking ratatui v0.29.0
38702026-02-16T23:04:20.002Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38712026-02-16T23:04:20.249Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38722026-02-16T23:04:21.420Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38732026-02-16T23:04:22.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
38742026-02-16T23:04:22.529Z
38752026-02-16T23:04:22.529Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (199/250)
38762026-02-16T23:04:23.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-02-16T23:04:23.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-02-16T23:04:23.450Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38792026-02-16T23:04:23.450Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38802026-02-16T23:04:24.199Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38812026-02-16T23:04:24.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
38822026-02-16T23:04:24.952Z
38832026-02-16T23:04:24.952Zinfo: running `cargo check --bins` on ch-dev (200/250)
38842026-02-16T23:04:25.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-02-16T23:04:25.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-02-16T23:04:25.873Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38872026-02-16T23:04:26.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
38882026-02-16T23:04:27.055Z
38892026-02-16T23:04:27.055Zinfo: running `cargo check --bins` on dev-tools-common (201/250)
38902026-02-16T23:04:27.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-02-16T23:04:27.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-02-16T23:04:27.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-02-16T23:04:27.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38942026-02-16T23:04:27.674Z
38952026-02-16T23:04:27.674Zinfo: running `cargo check --bins` on crdb-seed (202/250)
38962026-02-16T23:04:28.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-02-16T23:04:28.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-02-16T23:04:28.585Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38992026-02-16T23:04:29.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39002026-02-16T23:04:29.346Z
39012026-02-16T23:04:29.346Zinfo: running `cargo check --bins` on db-dev (203/250)
39022026-02-16T23:04:30.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-02-16T23:04:30.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-02-16T23:04:30.271Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39052026-02-16T23:04:31.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39062026-02-16T23:04:31.461Z
39072026-02-16T23:04:31.461Zinfo: running `cargo check --bins` on omicron-dev-lib (204/250)
39082026-02-16T23:04:32.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-02-16T23:04:32.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-02-16T23:04:32.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-02-16T23:04:32.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39122026-02-16T23:04:32.334Z
39132026-02-16T23:04:32.334Zinfo: running `cargo check --bins` on xtask-downloader (205/250)
39142026-02-16T23:04:33.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-02-16T23:04:33.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-02-16T23:04:33.126Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39172026-02-16T23:04:34.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
39182026-02-16T23:04:34.259Z
39192026-02-16T23:04:34.259Zinfo: running `cargo check --bins` on omicron-dropshot-apis (206/250)
39202026-02-16T23:04:35.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-02-16T23:04:35.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-02-16T23:04:35.215Z Compiling tabled_derive v0.10.0
39232026-02-16T23:04:35.215Z Checking papergrid v0.14.0
39242026-02-16T23:04:35.218Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39252026-02-16T23:04:35.218Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39262026-02-16T23:04:35.218Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39272026-02-16T23:04:35.218Z Compiling trait-variant v0.1.2
39282026-02-16T23:04:35.219Z Checking maplit v1.0.2
39292026-02-16T23:04:35.343Z Checking is_ci v1.2.0
39302026-02-16T23:04:35.509Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39312026-02-16T23:04:35.572Z Checking supports-color v3.0.2
39322026-02-16T23:04:35.810Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39332026-02-16T23:04:35.863Z Checking drift v0.1.3
39342026-02-16T23:04:36.116Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39352026-02-16T23:04:36.400Z Checking dropshot-api-manager v0.3.0
39362026-02-16T23:04:36.439Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39372026-02-16T23:04:36.484Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39382026-02-16T23:04:36.713Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39392026-02-16T23:04:36.914Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39402026-02-16T23:04:37.102Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39412026-02-16T23:04:37.487Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39422026-02-16T23:04:37.718Z Checking tabled v0.18.0
39432026-02-16T23:04:37.930Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39442026-02-16T23:04:37.955Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39452026-02-16T23:04:38.082Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39462026-02-16T23:04:46.074Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39472026-02-16T23:04:47.634Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39482026-02-16T23:04:48.500Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39492026-02-16T23:04:49.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s
39502026-02-16T23:04:49.287Z
39512026-02-16T23:04:49.287Zinfo: running `cargo check --bins` on installinator-api (207/250)
39522026-02-16T23:04:50.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-02-16T23:04:50.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-02-16T23:04:50.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-02-16T23:04:50.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39562026-02-16T23:04:50.100Z
39572026-02-16T23:04:50.100Zinfo: running `cargo check --bins` on nexus-external-api (208/250)
39582026-02-16T23:04:50.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-02-16T23:04:50.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-02-16T23:04:50.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-02-16T23:04:50.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39622026-02-16T23:04:50.959Z
39632026-02-16T23:04:50.959Zinfo: running `cargo check --bins` on nexus-internal-api (209/250)
39642026-02-16T23:04:51.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-02-16T23:04:51.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-02-16T23:04:51.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-02-16T23:04:51.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39682026-02-16T23:04:51.806Z
39692026-02-16T23:04:51.806Zinfo: running `cargo check --bins` on nexus-lockstep-api (210/250)
39702026-02-16T23:04:52.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-02-16T23:04:52.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-02-16T23:04:52.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-02-16T23:04:52.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39742026-02-16T23:04:52.659Z
39752026-02-16T23:04:52.659Zinfo: running `cargo check --bins` on ntp-admin-api (211/250)
39762026-02-16T23:04:53.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-02-16T23:04:53.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-02-16T23:04:53.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-02-16T23:04:53.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39802026-02-16T23:04:53.461Z
39812026-02-16T23:04:53.461Zinfo: running `cargo check --bins` on ntp-admin-types-versions (212/250)
39822026-02-16T23:04:54.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-02-16T23:04:54.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-02-16T23:04:54.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-02-16T23:04:54.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39862026-02-16T23:04:54.245Z
39872026-02-16T23:04:54.245Zinfo: running `cargo check --bins` on wicketd-api (213/250)
39882026-02-16T23:04:54.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-02-16T23:04:54.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-02-16T23:04:54.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-02-16T23:04:54.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39922026-02-16T23:04:55.068Z
39932026-02-16T23:04:55.068Zinfo: running `cargo check --bins` on omicron-ls-apis (214/250)
39942026-02-16T23:04:55.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-02-16T23:04:55.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-02-16T23:04:55.857Z Checking typeid v1.0.3
39972026-02-16T23:04:55.973Z Checking ordered-float v2.10.1
39982026-02-16T23:04:55.989Z Checking unicode-xid v0.2.6
39992026-02-16T23:04:56.002Z Checking cargo-platform v0.2.0
40002026-02-16T23:04:56.067Z Checking erased-serde v0.4.6
40012026-02-16T23:04:56.317Z Checking serde-value v0.7.0
40022026-02-16T23:04:56.635Z Checking serde-untagged v0.1.7
40032026-02-16T23:04:56.862Z Checking cargo-util-schemas v0.8.2
40042026-02-16T23:04:58.030Z Checking cargo_metadata v0.21.0
40052026-02-16T23:04:59.033Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40062026-02-16T23:05:00.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
40072026-02-16T23:05:00.196Z
40082026-02-16T23:05:00.196Zinfo: running `cargo check --bins` on mgs-dev (215/250)
40092026-02-16T23:05:00.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-02-16T23:05:00.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-02-16T23:05:01.138Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40122026-02-16T23:05:01.935Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40132026-02-16T23:05:02.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
40142026-02-16T23:05:02.811Z
40152026-02-16T23:05:02.811Zinfo: running `cargo check --bins` on omicron-omdb (216/250)
40162026-02-16T23:05:03.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-02-16T23:05:03.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-02-16T23:05:03.915Z Compiling vergen-gitcl v1.0.8
40192026-02-16T23:05:03.915Z Compiling dirs-sys-next v0.1.2
40202026-02-16T23:05:03.915Z Compiling crunchy v0.2.2
40212026-02-16T23:05:03.919Z Compiling dsl_auto_type v0.1.2
40222026-02-16T23:05:03.919Z Checking scheduled-thread-pool v0.2.7
40232026-02-16T23:05:03.919Z Compiling diesel_table_macro_syntax v0.2.0
40242026-02-16T23:05:03.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40252026-02-16T23:05:04.058Z Compiling tiny-keccak v2.0.2
40262026-02-16T23:05:04.389Z Compiling dirs-next v2.0.0
40272026-02-16T23:05:04.408Z Checking r2d2 v0.8.10
40282026-02-16T23:05:04.496Z Compiling bit-vec v0.6.3
40292026-02-16T23:05:04.517Z Compiling ena v0.14.3
40302026-02-16T23:05:04.592Z Compiling term v0.7.0
40312026-02-16T23:05:04.729Z Compiling bindgen v0.71.1
40322026-02-16T23:05:04.886Z Compiling bit-set v0.5.3
40332026-02-16T23:05:04.914Z Compiling regex-syntax v0.6.29
40342026-02-16T23:05:05.183Z Compiling ascii-canvas v3.0.0
40352026-02-16T23:05:05.352Z Compiling diesel_derives v2.2.3
40362026-02-16T23:05:05.649Z Compiling diff v0.1.13
40372026-02-16T23:05:05.686Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40382026-02-16T23:05:05.708Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40392026-02-16T23:05:05.805Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40402026-02-16T23:05:05.957Z Compiling libxml v0.3.3
40412026-02-16T23:05:06.077Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40422026-02-16T23:05:06.194Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40432026-02-16T23:05:06.388Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40442026-02-16T23:05:06.643Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40452026-02-16T23:05:06.722Z Compiling strum_macros v0.24.3
40462026-02-16T23:05:06.845Z Compiling indoc v1.0.9
40472026-02-16T23:05:07.727Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40482026-02-16T23:05:08.074Z Compiling lalrpop v0.19.12
40492026-02-16T23:05:08.640Z Checking derive_builder v0.20.2
40502026-02-16T23:05:08.825Z Compiling impl-trait-for-tuples v0.2.2
40512026-02-16T23:05:09.094Z Compiling oso-derive v0.27.3
40522026-02-16T23:05:09.848Z Checking quick-xml v0.37.2
40532026-02-16T23:05:09.911Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40542026-02-16T23:05:10.045Z Compiling diesel-dtrace v0.4.2
40552026-02-16T23:05:10.496Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40562026-02-16T23:05:10.851Z Checking bb8 v0.8.5
40572026-02-16T23:05:11.411Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40582026-02-16T23:05:11.440Z Checking nonempty v0.12.0
40592026-02-16T23:05:11.740Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40602026-02-16T23:05:11.804Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40612026-02-16T23:05:11.939Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40622026-02-16T23:05:12.099Z Checking console v0.16.0
40632026-02-16T23:05:12.171Z Checking unit-prefix v0.5.1
40642026-02-16T23:05:12.401Z Checking support-bundle-viewer v0.1.2
40652026-02-16T23:05:12.683Z Checking indicatif v0.18.0
40662026-02-16T23:05:12.865Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40672026-02-16T23:05:12.950Z Checking multimap v0.10.1
40682026-02-16T23:05:15.069Z Checking diesel v2.2.12
40692026-02-16T23:05:31.707Z Compiling samael v0.0.19
40702026-02-16T23:05:35.213Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40712026-02-16T23:05:37.667Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40722026-02-16T23:05:38.348Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40732026-02-16T23:05:38.476Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40742026-02-16T23:05:38.595Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40752026-02-16T23:05:39.022Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40762026-02-16T23:05:41.206Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40772026-02-16T23:05:42.481Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40782026-02-16T23:05:46.699Z Checking async-bb8-diesel v0.2.1
40792026-02-16T23:05:47.903Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40802026-02-16T23:05:53.960Z Compiling polar-core v0.27.3
40812026-02-16T23:06:00.933Z Checking oso v0.27.3
40822026-02-16T23:06:48.858Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40832026-02-16T23:07:40.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
40842026-02-16T23:07:40.549Z
40852026-02-16T23:07:40.549Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (217/250)
40862026-02-16T23:07:41.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-02-16T23:07:41.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-02-16T23:07:41.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-02-16T23:07:41.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40902026-02-16T23:07:41.423Z
40912026-02-16T23:07:41.423Zinfo: running `cargo check --bins` on nexus-saga-recovery (218/250)
40922026-02-16T23:07:42.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-02-16T23:07:42.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-02-16T23:07:42.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-02-16T23:07:42.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40962026-02-16T23:07:42.306Z
40972026-02-16T23:07:42.306Zinfo: running `cargo check --bins` on nexus-test-utils-macros (219/250)
40982026-02-16T23:07:43.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-02-16T23:07:43.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-02-16T23:07:43.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-02-16T23:07:43.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41022026-02-16T23:07:43.091Z
41032026-02-16T23:07:43.091Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (220/250)
41042026-02-16T23:07:43.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-02-16T23:07:43.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-02-16T23:07:44.192Z Compiling libz-sys v1.1.20
41072026-02-16T23:07:44.196Z Compiling libgit2-sys v0.18.2+1.9.1
41082026-02-16T23:07:44.348Z Compiling vergen-git2 v1.0.7
41092026-02-16T23:07:44.358Z Compiling rustls v0.21.12
41102026-02-16T23:07:44.373Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41112026-02-16T23:07:44.376Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41122026-02-16T23:07:44.376Z Checking sct v0.7.1
41132026-02-16T23:07:44.394Z Checking rustls-webpki v0.101.7
41142026-02-16T23:07:44.613Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41152026-02-16T23:07:44.698Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41162026-02-16T23:07:44.716Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41172026-02-16T23:07:44.774Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41182026-02-16T23:07:45.121Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41192026-02-16T23:07:45.179Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41202026-02-16T23:07:45.183Z Checking rustls-pemfile v1.0.4
41212026-02-16T23:07:45.222Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41222026-02-16T23:07:45.417Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41232026-02-16T23:07:45.757Z Checking twox-hash v2.1.0
41242026-02-16T23:07:46.270Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41252026-02-16T23:07:46.298Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41262026-02-16T23:07:47.045Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41272026-02-16T23:07:47.072Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41282026-02-16T23:07:47.333Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41292026-02-16T23:07:47.888Z Checking tokio-rustls v0.24.1
41302026-02-16T23:07:48.271Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41312026-02-16T23:07:48.377Z Checking fatfs v0.3.6
41322026-02-16T23:07:48.503Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41332026-02-16T23:07:48.593Z Compiling seq-macro v0.3.6
41342026-02-16T23:07:56.107Z Compiling git2 v0.20.2
41352026-02-16T23:07:57.357Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41362026-02-16T23:07:57.515Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41372026-02-16T23:08:00.144Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41382026-02-16T23:09:10.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
41392026-02-16T23:09:10.604Z
41402026-02-16T23:09:10.604Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (221/250)
41412026-02-16T23:09:11.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-02-16T23:09:11.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-02-16T23:09:11.722Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41442026-02-16T23:10:12.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
41452026-02-16T23:10:12.693Z
41462026-02-16T23:10:12.693Zinfo: running `cargo check --bins` on nexus-background-task-interface (222/250)
41472026-02-16T23:10:13.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-02-16T23:10:13.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-02-16T23:10:13.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-02-16T23:10:13.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41512026-02-16T23:10:13.477Z
41522026-02-16T23:10:13.477Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (223/250)
41532026-02-16T23:10:14.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-02-16T23:10:14.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-02-16T23:10:14.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-02-16T23:10:14.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41572026-02-16T23:10:14.357Z
41582026-02-16T23:10:14.357Zinfo: running `cargo check --bins` on nexus-mgs-updates (224/250)
41592026-02-16T23:10:15.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-02-16T23:10:15.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-02-16T23:10:15.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-02-16T23:10:15.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41632026-02-16T23:10:15.209Z
41642026-02-16T23:10:15.209Zinfo: running `cargo check --bins` on nexus-networking (225/250)
41652026-02-16T23:10:15.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-02-16T23:10:15.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-02-16T23:10:15.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41682026-02-16T23:10:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41692026-02-16T23:10:16.083Z
41702026-02-16T23:10:16.083Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (226/250)
41712026-02-16T23:10:16.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-02-16T23:10:16.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-02-16T23:10:16.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-02-16T23:10:16.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41752026-02-16T23:10:16.963Z
41762026-02-16T23:10:16.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (227/250)
41772026-02-16T23:10:17.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-02-16T23:10:17.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-02-16T23:10:17.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41802026-02-16T23:10:17.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41812026-02-16T23:10:17.837Z
41822026-02-16T23:10:17.838Zinfo: running `cargo check --bins` on omicron-dev (228/250)
41832026-02-16T23:10:18.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-02-16T23:10:18.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-02-16T23:10:18.971Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41862026-02-16T23:10:18.971Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41872026-02-16T23:10:19.132Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41882026-02-16T23:10:19.150Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41892026-02-16T23:10:19.153Z Checking yansi v1.0.1
41902026-02-16T23:10:19.153Z Checking diff v0.1.13
41912026-02-16T23:10:19.153Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41922026-02-16T23:10:19.186Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41932026-02-16T23:10:19.407Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41942026-02-16T23:10:19.661Z Checking pretty_assertions v1.4.1
41952026-02-16T23:10:20.623Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41962026-02-16T23:10:56.521Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41972026-02-16T23:10:56.529Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41982026-02-16T23:10:56.529Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41992026-02-16T23:10:56.529Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42002026-02-16T23:10:56.529Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42012026-02-16T23:10:56.529Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42022026-02-16T23:10:57.650Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42032026-02-16T23:11:03.097Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42042026-02-16T23:11:59.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s
42052026-02-16T23:12:00.143Z
42062026-02-16T23:12:00.143Zinfo: running `cargo check --bins` on omicron-pins (229/250)
42072026-02-16T23:12:00.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-02-16T23:12:00.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-02-16T23:12:00.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-02-16T23:12:00.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42112026-02-16T23:12:00.925Z
42122026-02-16T23:12:00.925Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (230/250)
42132026-02-16T23:12:01.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-02-16T23:12:01.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-02-16T23:12:01.888Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42162026-02-16T23:12:02.015Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42172026-02-16T23:12:02.019Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42182026-02-16T23:12:30.529Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42192026-02-16T23:12:30.993Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42202026-02-16T23:12:33.668Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42212026-02-16T23:12:34.237Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42222026-02-16T23:12:38.833Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42232026-02-16T23:13:13.481Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-02-16T23:13:14.347Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42252026-02-16T23:13:16.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
42262026-02-16T23:13:16.826Z
42272026-02-16T23:13:16.826Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (231/250)
42282026-02-16T23:13:17.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-02-16T23:13:17.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-02-16T23:13:17.725Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42312026-02-16T23:13:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
42322026-02-16T23:13:18.852Z
42332026-02-16T23:13:18.852Zinfo: running `cargo check --bins` on omicron-releng (232/250)
42342026-02-16T23:13:19.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-02-16T23:13:19.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-02-16T23:13:19.705Z Compiling blake3 v1.5.4
42372026-02-16T23:13:19.710Z Checking arrayref v0.3.9
42382026-02-16T23:13:19.710Z Checking constant_time_eq v0.3.1
42392026-02-16T23:13:19.826Z Checking arrayvec v0.7.6
42402026-02-16T23:13:19.843Z Checking topological-sort v0.2.2
42412026-02-16T23:13:19.855Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42422026-02-16T23:13:19.859Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42432026-02-16T23:13:19.859Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42442026-02-16T23:13:19.939Z Checking shell-words v1.1.0
42452026-02-16T23:13:21.034Z Checking omicron-zone-package v0.12.2
42462026-02-16T23:13:22.166Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42472026-02-16T23:13:23.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
42482026-02-16T23:13:23.581Z
42492026-02-16T23:13:23.581Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (233/250)
42502026-02-16T23:13:24.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-02-16T23:13:24.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-02-16T23:13:24.433Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42532026-02-16T23:13:24.827Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42542026-02-16T23:13:25.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42552026-02-16T23:13:25.568Z
42562026-02-16T23:13:25.568Zinfo: running `cargo check --bins` on xtask (234/250)
42572026-02-16T23:13:26.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-02-16T23:13:26.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-02-16T23:13:26.201Z Checking bitflags v2.9.4
42602026-02-16T23:13:26.205Z Checking serde v1.0.228
42612026-02-16T23:13:26.303Z Checking zerofrom v0.1.4
42622026-02-16T23:13:26.319Z Checking thiserror v2.0.18
42632026-02-16T23:13:26.329Z Checking hashbrown v0.16.1
42642026-02-16T23:13:26.333Z Checking smallvec v1.15.1
42652026-02-16T23:13:26.357Z Checking serde_json v1.0.149
42662026-02-16T23:13:26.361Z Checking scroll v0.12.0
42672026-02-16T23:13:26.451Z Checking num-traits v0.2.19
42682026-02-16T23:13:26.512Z Checking yoke v0.7.4
42692026-02-16T23:13:26.533Z Checking rustix v0.38.37
42702026-02-16T23:13:26.675Z Checking thiserror v1.0.69
42712026-02-16T23:13:26.817Z Checking percent-encoding v2.3.2
42722026-02-16T23:13:26.836Z Checking log v0.4.29
42732026-02-16T23:13:26.877Z Checking zerovec v0.10.4
42742026-02-16T23:13:27.087Z Checking form_urlencoded v1.2.2
42752026-02-16T23:13:27.134Z Checking goblin v0.8.2
42762026-02-16T23:13:27.223Z Checking toml_datetime v0.6.11
42772026-02-16T23:13:27.298Z Checking serde_spanned v0.6.9
42782026-02-16T23:13:27.391Z Checking indexmap v2.13.0
42792026-02-16T23:13:27.495Z Checking terminal_size v0.4.0
42802026-02-16T23:13:27.515Z Checking erased-serde v0.4.6
42812026-02-16T23:13:27.553Z Checking pest v2.8.2
42822026-02-16T23:13:27.691Z Checking zerocopy v0.7.35
42832026-02-16T23:13:27.839Z Checking getrandom v0.3.4
42842026-02-16T23:13:27.926Z Checking ordered-float v2.10.1
42852026-02-16T23:13:28.078Z Checking syn v2.0.114
42862026-02-16T23:13:28.377Z Checking serde-untagged v0.1.7
42872026-02-16T23:13:28.419Z Checking serde-value v0.7.0
42882026-02-16T23:13:28.436Z Checking tinystr v0.7.6
42892026-02-16T23:13:28.602Z Checking icu_collections v1.5.0
42902026-02-16T23:13:28.743Z Checking toml_edit v0.22.27
42912026-02-16T23:13:28.799Z Checking icu_locid v1.5.0
42922026-02-16T23:13:28.816Z Checking rustix v1.1.3
42932026-02-16T23:13:28.979Z Checking once_cell v1.21.3
42942026-02-16T23:13:29.277Z Checking clap_builder v4.5.48
42952026-02-16T23:13:29.312Z Checking cargo-platform v0.2.0
42962026-02-16T23:13:29.644Z Checking textwrap v0.16.2
42972026-02-16T23:13:29.749Z Checking icu_provider v1.5.0
42982026-02-16T23:13:30.049Z Checking fs-err v3.1.1
42992026-02-16T23:13:30.123Z Checking dtrace-parser v0.2.0
43002026-02-16T23:13:30.290Z Checking tempfile v3.24.0
43012026-02-16T23:13:30.364Z Checking icu_locid_transform v1.5.0
43022026-02-16T23:13:30.390Z Checking tabled v0.15.0
43032026-02-16T23:13:30.629Z Checking anyhow v1.0.99
43042026-02-16T23:13:30.663Z Checking camino-tempfile v1.4.1
43052026-02-16T23:13:30.949Z Checking macaddr v1.0.1
43062026-02-16T23:13:31.000Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43072026-02-16T23:13:31.354Z Checking toml v0.8.23
43082026-02-16T23:13:31.400Z Checking icu_properties v1.5.1
43092026-02-16T23:13:31.723Z Checking dof v0.3.0
43102026-02-16T23:13:31.952Z Checking cargo_toml v0.21.0
43112026-02-16T23:13:32.073Z Checking clap v4.5.48
43122026-02-16T23:13:32.468Z Checking usdt-impl v0.5.0
43132026-02-16T23:13:32.843Z Checking usdt v0.5.0
43142026-02-16T23:13:33.815Z Checking icu_normalizer v1.5.0
43152026-02-16T23:13:34.294Z Checking idna_adapter v1.2.0
43162026-02-16T23:13:34.427Z Checking idna v1.0.3
43172026-02-16T23:13:34.725Z Checking url v2.5.4
43182026-02-16T23:13:35.204Z Checking cargo-util-schemas v0.8.2
43192026-02-16T23:13:36.373Z Checking cargo_metadata v0.21.0
43202026-02-16T23:13:37.382Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43212026-02-16T23:13:38.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s
43222026-02-16T23:13:38.182Z
43232026-02-16T23:13:38.182Zinfo: running `cargo check --bins` on end-to-end-tests (235/250)
43242026-02-16T23:13:38.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-02-16T23:13:39.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-02-16T23:13:39.192Z Checking polyval v0.6.2
43272026-02-16T23:13:39.320Z Checking ctr v0.9.2
43282026-02-16T23:13:39.332Z Checking ssh-encoding v0.2.0
43292026-02-16T23:13:39.336Z Checking blowfish v0.9.1
43302026-02-16T23:13:39.356Z Checking password-hash v0.4.2
43312026-02-16T23:13:39.360Z Checking p256 v0.13.2
43322026-02-16T23:13:39.360Z Checking p521 v0.13.3
43332026-02-16T23:13:39.360Z Checking russh-cryptovec v0.7.3
43342026-02-16T23:13:39.540Z Checking bcrypt-pbkdf v0.10.0
43352026-02-16T23:13:39.564Z Checking ghash v0.5.1
43362026-02-16T23:13:39.567Z Checking md5 v0.7.0
43372026-02-16T23:13:39.623Z Checking num-bigint v0.4.6
43382026-02-16T23:13:39.646Z Checking des v0.8.1
43392026-02-16T23:13:39.756Z Checking aes-gcm v0.10.3
43402026-02-16T23:13:39.780Z Checking pbkdf2 v0.11.0
43412026-02-16T23:13:39.807Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43422026-02-16T23:13:39.886Z Checking hex-literal v0.4.1
43432026-02-16T23:13:39.914Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43442026-02-16T23:13:39.918Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43452026-02-16T23:13:39.993Z Checking ssh-cipher v0.2.0
43462026-02-16T23:13:40.028Z Checking internet-checksum v0.2.1
43472026-02-16T23:13:40.276Z Checking ssh-key v0.6.6
43482026-02-16T23:13:40.473Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43492026-02-16T23:13:41.378Z Checking russh-keys v0.45.0
43502026-02-16T23:13:42.196Z Checking russh v0.45.0
43512026-02-16T23:14:06.384Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43522026-02-16T23:14:08.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.81s
43532026-02-16T23:14:08.228Z
43542026-02-16T23:14:08.228Zinfo: running `cargo check --bins` on gateway-cli (236/250)
43552026-02-16T23:14:08.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-02-16T23:14:08.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-02-16T23:14:09.065Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43582026-02-16T23:14:09.069Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43592026-02-16T23:14:09.069Z Checking termios v0.3.3
43602026-02-16T23:14:11.178Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43612026-02-16T23:14:11.365Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43622026-02-16T23:14:14.236Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43632026-02-16T23:14:15.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
43642026-02-16T23:14:15.264Z
43652026-02-16T23:14:15.264Zinfo: running `cargo check --bins --no-default-features` on installinator (237/250)
43662026-02-16T23:14:16.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-02-16T23:14:16.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-02-16T23:14:16.175Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43692026-02-16T23:14:16.179Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43702026-02-16T23:14:16.310Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43712026-02-16T23:14:16.313Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43722026-02-16T23:14:16.323Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43732026-02-16T23:14:16.899Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43742026-02-16T23:14:16.903Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43752026-02-16T23:14:17.955Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43762026-02-16T23:14:18.138Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43772026-02-16T23:14:18.138Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43782026-02-16T23:14:19.109Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43792026-02-16T23:14:21.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
43802026-02-16T23:14:21.606Z
43812026-02-16T23:14:21.606Zinfo: running `cargo check --bins` on internal-dns-cli (238/250)
43822026-02-16T23:14:22.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-02-16T23:14:22.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-02-16T23:14:22.435Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43852026-02-16T23:14:23.037Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43862026-02-16T23:14:23.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43872026-02-16T23:14:23.665Z
43882026-02-16T23:14:23.665Zinfo: running `cargo check --bins` on omicron-live-tests (239/250)
43892026-02-16T23:14:24.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-02-16T23:14:24.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-02-16T23:14:24.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-02-16T23:14:24.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
43932026-02-16T23:14:24.459Z
43942026-02-16T23:14:24.459Zinfo: running `cargo check --bins` on live-tests-macros (240/250)
43952026-02-16T23:14:25.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-02-16T23:14:25.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-02-16T23:14:25.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-02-16T23:14:25.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
43992026-02-16T23:14:25.266Z
44002026-02-16T23:14:25.266Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (241/250)
44012026-02-16T23:14:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-02-16T23:14:26.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-02-16T23:14:26.218Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44042026-02-16T23:14:26.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
44052026-02-16T23:14:27.185Z
44062026-02-16T23:14:27.185Zinfo: running `cargo check --bins` on omicron-ntp-admin (242/250)
44072026-02-16T23:14:27.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-02-16T23:14:27.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-02-16T23:14:28.030Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44102026-02-16T23:14:28.034Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44112026-02-16T23:14:28.339Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44122026-02-16T23:14:28.343Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44132026-02-16T23:14:29.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
44142026-02-16T23:14:29.632Z
44152026-02-16T23:14:29.632Zinfo: running `cargo check --bins` on ntp-admin-types (243/250)
44162026-02-16T23:14:30.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-02-16T23:14:30.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-02-16T23:14:30.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-02-16T23:14:30.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
44202026-02-16T23:14:30.412Z
44212026-02-16T23:14:30.412Zinfo: running `cargo check --bins` on omicron-package (244/250)
44222026-02-16T23:14:31.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-02-16T23:14:31.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-02-16T23:14:31.270Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44252026-02-16T23:14:32.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
44262026-02-16T23:14:32.961Z
44272026-02-16T23:14:32.961Zinfo: running `cargo check --bins` on tqdb (245/250)
44282026-02-16T23:14:33.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-02-16T23:14:33.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-02-16T23:14:33.948Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44312026-02-16T23:14:34.395Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44322026-02-16T23:14:35.411Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44332026-02-16T23:14:35.415Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44342026-02-16T23:14:41.848Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44352026-02-16T23:14:42.840Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44362026-02-16T23:14:42.844Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44372026-02-16T23:14:42.844Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44382026-02-16T23:14:44.169Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44392026-02-16T23:14:44.174Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44402026-02-16T23:15:02.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44412026-02-16T23:15:02.250Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44422026-02-16T23:15:02.250Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44432026-02-16T23:15:02.250Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44442026-02-16T23:15:04.402Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44452026-02-16T23:15:06.368Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44462026-02-16T23:15:07.308Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44472026-02-16T23:15:09.170Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44482026-02-16T23:15:09.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.94s
44492026-02-16T23:15:10.136Z
44502026-02-16T23:15:10.137Zinfo: running `cargo check --bins` on wicket-dbg (246/250)
44512026-02-16T23:15:10.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-02-16T23:15:10.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-02-16T23:15:11.064Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44542026-02-16T23:15:11.067Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44552026-02-16T23:15:11.067Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44562026-02-16T23:15:11.209Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44572026-02-16T23:15:11.212Z Checking rtoolbox v0.0.2
44582026-02-16T23:15:11.242Z Checking tui-tree-widget v0.23.1
44592026-02-16T23:15:11.412Z Checking rpassword v7.4.0
44602026-02-16T23:15:11.560Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44612026-02-16T23:15:12.961Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44622026-02-16T23:15:19.414Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44632026-02-16T23:15:20.411Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44642026-02-16T23:15:26.608Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44652026-02-16T23:15:28.150Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44662026-02-16T23:15:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
44672026-02-16T23:15:29.634Z
44682026-02-16T23:15:29.634Zinfo: running `cargo check --bins` on wicket (247/250)
44692026-02-16T23:15:30.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-02-16T23:15:30.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-02-16T23:15:30.502Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44722026-02-16T23:15:30.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
44732026-02-16T23:15:31.178Z
44742026-02-16T23:15:31.178Zinfo: running `cargo check --bins` on wicketd (248/250)
44752026-02-16T23:15:31.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-02-16T23:15:31.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-02-16T23:15:32.095Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44782026-02-16T23:15:32.100Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44792026-02-16T23:15:32.101Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44802026-02-16T23:15:32.101Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44812026-02-16T23:15:33.848Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44822026-02-16T23:15:34.709Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44832026-02-16T23:15:39.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.97s
44842026-02-16T23:15:39.376Z
44852026-02-16T23:15:39.377Zinfo: running `cargo check --bins` on omicron-workspace-hack (249/250)
44862026-02-16T23:15:40.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-02-16T23:15:40.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-02-16T23:15:40.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-02-16T23:15:40.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
44902026-02-16T23:15:40.167Z
44912026-02-16T23:15:40.167Zinfo: running `cargo check --bins` on zone-setup (250/250)
44922026-02-16T23:15:40.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-02-16T23:15:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-02-16T23:15:41.010Z Checking uzers v0.12.1
44952026-02-16T23:15:41.365Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44962026-02-16T23:15:42.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
44972026-02-16T23:15:42.647Z
44982026-02-16T23:15:42.652Zreal 20:40.867160703
44992026-02-16T23:15:42.652Zuser 37:51.766999815
45002026-02-16T23:15:42.652Zsys 5:55.923358746
45012026-02-16T23:15:42.652Ztrap 0.728472525
45022026-02-16T23:15:42.652Ztflt 0.785601946
45032026-02-16T23:15:42.652Zdflt 0.776589584
45042026-02-16T23:15:42.652Zkflt 0.001047609
45052026-02-16T23:15:42.652Zlock 1:37:14.419490444
45062026-02-16T23:15:42.652Zslp 3:15:53.942658034
45072026-02-16T23:15:42.652Zlat 1:42.628915831
45082026-02-16T23:15:42.652Zstop 5:15.209394247
45092026-02-16T23:15:42.652Zprocess exited: duration 1562103 ms, exit code 0
 
45102026-02-16T23:15:42.661Zfound 0 output files