01KKCFRQCFZVP43YEXBJJBR3FX: 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: 01KKCFSBF342CGHT466NJ2870K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T18:24:08.970Zjob assigned to worker 01KKCFSHDC3Q6RBNBJH5PSP872 [factory aws, i-0891a7c9c93a0b09d] (queued for 1 m 24 s)
 
22026-03-10T18:24:16.665Zstarting task 0: "setup"
32026-03-10T18:24:16.670Z++ uname -s
42026-03-10T18:24:16.673Z+ kern=SunOS
52026-03-10T18:24:16.673Z+ build_user=build
62026-03-10T18:24:16.673Z+ build_uid=12345
72026-03-10T18:24:16.673Z+ work_dir=/work
82026-03-10T18:24:16.673Z+ input_dir=/input
92026-03-10T18:24:16.673Z+ [[ 0 == 12345 ]]
102026-03-10T18:24:16.673Z+ case "$kern" in
112026-03-10T18:24:16.673Z+ groupadd -g 12345 build
122026-03-10T18:24:16.676Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T18:24:18.680Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T18:24:18.802Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T18:24:18.804Z+ home_fs=zfs
162026-03-10T18:24:18.805Z+ [[ zfs == autofs ]]
172026-03-10T18:24:18.805Z+ mkdir -p /home/build
182026-03-10T18:24:18.807Z+ chown build:build /home/build /work
192026-03-10T18:24:20.817Z+ chmod 0700 /home/build /work
202026-03-10T18:24:20.830Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-10T18:24:20.844Zstarting task 1: "rust-toolchain"
222026-03-10T18:24:20.861Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-10T18:24:20.861Z * rust toolchain channel = "1.91.1"
242026-03-10T18:24:20.861Z * rust toolchain profile = "default"
252026-03-10T18:24:20.861Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-10T18:24:20.862Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-10T18:24:20.862Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-10T18:24:20.862Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T18:24:20.862Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-10T18:24:20.990Zinfo: downloading installer
312026-03-10T18:24:22.747Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T18:24:22.747Zwarn: /opt/ooce/bin
332026-03-10T18:24:22.747Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T18:24:22.747Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T18:24:22.747Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T18:24:22.747Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T18:24:22.748Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T18:24:22.748Zerror: cannot install while Rust is installed
392026-03-10T18:24:22.748Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T18:24:22.799Zinfo: profile set to 'default'
412026-03-10T18:24:22.799Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T18:24:22.802Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-10T18:24:23.002Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-10T18:24:23.002Zinfo: downloading component 'cargo'
452026-03-10T18:24:24.048Zinfo: downloading component 'clippy'
462026-03-10T18:24:24.516Zinfo: downloading component 'rust-docs'
472026-03-10T18:24:26.854Zinfo: downloading component 'rust-std'
482026-03-10T18:24:29.031Zinfo: downloading component 'rustc'
492026-03-10T18:24:37.083Zinfo: downloading component 'rustfmt'
502026-03-10T18:24:37.417Zinfo: installing component 'cargo'
512026-03-10T18:24:38.232Zinfo: installing component 'clippy'
522026-03-10T18:24:38.589Zinfo: installing component 'rust-docs'
532026-03-10T18:24:39.986Zinfo: installing component 'rust-std'
542026-03-10T18:24:41.490Zinfo: installing component 'rustc'
552026-03-10T18:24:47.302Zinfo: installing component 'rustfmt'
562026-03-10T18:24:47.610Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-10T18:24:47.610Z
582026-03-10T18:24:48.013Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-10T18:24:48.014Z
602026-03-10T18:24:48.017Z
612026-03-10T18:24:48.017ZRust is installed now. Great!
622026-03-10T18:24:48.017Z
632026-03-10T18:24:48.017ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T18:24:48.017Zenvironment variable. This has not been done automatically.
652026-03-10T18:24:48.017Z
662026-03-10T18:24:48.017ZTo configure your current shell, you need to source
672026-03-10T18:24:48.017Zthe corresponding env file under $HOME/.cargo.
682026-03-10T18:24:48.017Z
692026-03-10T18:24:48.017ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T18:24:48.017Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T18:24:48.017Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T18:24:48.017Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T18:24:48.113Z+ rustup --version
742026-03-10T18:24:48.123Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T18:24:48.126Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T18:24:48.205Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-10T18:24:48.209Z+ cargo --version
782026-03-10T18:24:48.276Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-10T18:24:48.279Z+ rustc --version
802026-03-10T18:24:48.350Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-10T18:24:48.353Zprocess exited: duration 27508 ms, exit code 0
 
822026-03-10T18:24:48.359Zstarting task 2: "authentication"
832026-03-10T18:24:48.378Zprocess exited: duration 19 ms, exit code 0
 
842026-03-10T18:24:48.385Zstarting task 3: "clone repository"
852026-03-10T18:24:48.388Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-10T18:24:48.391Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-10T18:24:48.425ZCloning into '/work/oxidecomputer/omicron'...
882026-03-10T18:25:03.520Z+ cd /work/oxidecomputer/omicron
892026-03-10T18:25:03.520Z+ git fetch origin c1b514da82f27c57b8ea415a61a4bc71b9181f9a
902026-03-10T18:25:05.267ZFrom https://github.com/oxidecomputer/omicron
912026-03-10T18:25:05.267Z * branch c1b514da82f27c57b8ea415a61a4bc71b9181f9a -> FETCH_HEAD
922026-03-10T18:25:05.278Z+ [[ -n alan/test-wip-discard ]]
932026-03-10T18:25:05.281Z++ git branch --show-current
942026-03-10T18:25:05.281Z+ current=main
952026-03-10T18:25:05.281Z+ [[ main != alan/test-wip-discard ]]
962026-03-10T18:25:05.285Z+ git branch -f alan/test-wip-discard c1b514da82f27c57b8ea415a61a4bc71b9181f9a
972026-03-10T18:25:05.288Z+ git checkout -f alan/test-wip-discard
982026-03-10T18:25:05.552ZSwitched to branch 'alan/test-wip-discard'
992026-03-10T18:25:05.556Z+ git reset --hard c1b514da82f27c57b8ea415a61a4bc71b9181f9a
1002026-03-10T18:25:05.604ZHEAD is now at c1b514da8 Finish openapi update to versioned
1012026-03-10T18:25:05.608Zprocess exited: duration 17220 ms, exit code 0
 
1022026-03-10T18:25:05.614Zstarting task 4: "build"
1032026-03-10T18:25:05.618Z+ source .github/buildomat/ci-env.sh
1042026-03-10T18:25:05.621Z++ export CARGO_TERM_COLOR=always
1052026-03-10T18:25:05.621Z++ CARGO_TERM_COLOR=always
1062026-03-10T18:25:05.621Z+ cargo --version
1072026-03-10T18:25:05.678Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-10T18:25:05.681Z+ rustc --version
1092026-03-10T18:25:05.753Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-10T18:25:05.756Z+ source ./env.sh
1112026-03-10T18:25:05.756Z++ OLD_SHELL_OPTS=ehxB
1122026-03-10T18:25:05.756Z++ set -o xtrace
1132026-03-10T18:25:05.759Z++++ dirname ./env.sh
1142026-03-10T18:25:05.762Z+++ readlink -f .
1152026-03-10T18:25:05.762Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ 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-03-10T18:25:05.762Z++ case $OLD_SHELL_OPTS in
1252026-03-10T18:25:05.762Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-03-10T18:25:05.762Z+ 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-03-10T18:25:05.762Z+ 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-03-10T18:25:05.762Z+ banner prerequisites
1292026-03-10T18:25:05.765Z
1302026-03-10T18:25:05.765Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-03-10T18:25:05.765Z # # # # # # # # # # # # # # #
1322026-03-10T18:25:05.765Z # # # # ##### # # ##### # # # # # #### #
1332026-03-10T18:25:05.765Z ##### ##### # ##### # # # # # # # # #
1342026-03-10T18:25:05.765Z # # # # # # # # # # # # # # #
1352026-03-10T18:25:05.765Z # # # ###### # # ###### ### # #### # #### #
1362026-03-10T18:25:05.766Z
1372026-03-10T18:25:05.766Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-03-10T18:25:15.708Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-03-10T18:25:25.209Z Startup: Caching catalogs ... Done
1402026-03-10T18:25:46.717ZPlanning: Solver setup ... Done (19.946s)
1412026-03-10T18:25:46.858ZPlanning: Running solver ... Done (0.148s)
1422026-03-10T18:25:47.034ZPlanning: Finding local manifests ... Done (0.003s)
1432026-03-10T18:25:47.044ZPlanning: Fetching manifests: 0/4 0% complete
1442026-03-10T18:25:47.169ZPlanning: Fetching manifests: 4/4 100% complete
1452026-03-10T18:25:47.217ZPlanning: Package planning ... Done (0.043s)
1462026-03-10T18:25:47.253ZPlanning: Merging actions ... Done (0.039s)
1472026-03-10T18:25:47.491ZPlanning: Checking for conflicting actions ... Done (0.238s)
1482026-03-10T18:25:47.500ZPlanning: Consolidating action changes ... Done (0.010s)
1492026-03-10T18:25:48.283ZPlanning: Evaluating mediators ... Done (0.783s)
1502026-03-10T18:25:48.291ZPlanning: Planning completed in 22.94 seconds
1512026-03-10T18:25:48.304Z Packages to install: 4
1522026-03-10T18:25:48.307Z Mediators to change: 2
1532026-03-10T18:25:48.307Z Services to change: 1
1542026-03-10T18:25:48.307Z Estimated space available: 155.44 GB
1552026-03-10T18:25:48.307ZEstimated space to be consumed: 1.82 GB
1562026-03-10T18:25:48.307Z Create boot environment: No
1572026-03-10T18:25:48.307ZCreate backup boot environment: No
1582026-03-10T18:25:48.307Z Rebuild boot archive: No
1592026-03-10T18:25:48.307Z
1602026-03-10T18:25:48.307ZChanged mediators:
1612026-03-10T18:25:48.308Z mediator clang:
1622026-03-10T18:25:48.308Z version: None -> 15 (system default)
1632026-03-10T18:25:48.308Z
1642026-03-10T18:25:48.308Z mediator llvm:
1652026-03-10T18:25:48.308Z version: 14 (system default) -> 15 (system default)
1662026-03-10T18:25:48.308Z
1672026-03-10T18:25:48.308ZChanged packages:
1682026-03-10T18:25:48.308Zhelios-dev
1692026-03-10T18:25:48.308Z developer/build-essential
1702026-03-10T18:25:48.308Z None -> 11-2.0
1712026-03-10T18:25:48.308Z library/libxmlsec1
1722026-03-10T18:25:48.308Z None -> 1.2.35-2.0
1732026-03-10T18:25:48.308Z ooce/developer/clang-15
1742026-03-10T18:25:48.308Z None -> 15.0.7-2.0
1752026-03-10T18:25:48.308Z ooce/developer/llvm-15
1762026-03-10T18:25:48.308Z None -> 15.0.7-2.0
1772026-03-10T18:25:48.308Z
1782026-03-10T18:25:48.308ZServices:
1792026-03-10T18:25:48.308Z restart_fmri:
1802026-03-10T18:25:48.308Z svc:/system/update-man-index:default
1812026-03-10T18:25:48.362Z
1822026-03-10T18:25:48.362ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-03-10T18:25:53.353ZDownload: 1243/3290 items 92.3/212.6MB 43% complete (18.3M/s)
1842026-03-10T18:25:59.122ZDownload: 3240/3290 items 200.9/212.6MB 94% complete (20.1M/s)
1852026-03-10T18:26:00.744ZDownload: Completed 212.60 MB in 12.39 seconds (17.2M/s)
1862026-03-10T18:26:01.797Z Actions: 1/3689 actions (Installing new actions)
1872026-03-10T18:26:05.953Z Actions: Completed 3689 actions in 4.15 seconds.
1882026-03-10T18:26:06.685Z Done (0.728s)
1892026-03-10T18:26:06.685Z Done (0.000s)
1902026-03-10T18:26:07.658Z Done (0.972s)
1912026-03-10T18:26:11.588Z Done (3.582s)
1922026-03-10T18:26:11.672Z Done (0.017s)
1932026-03-10T18:26:11.680Z Done (0.000s)
1942026-03-10T18:26:11.814Z Done (0.000s)
1952026-03-10T18:26:12.771ZPlanning: Evaluating mediator changes ... Done
1962026-03-10T18:26:12.914ZPlanning: Checking for conflicting actions ... Done
1972026-03-10T18:26:12.918ZPlanning: Consolidating action changes ... Done
1982026-03-10T18:26:13.136ZPlanning: Evaluating mediators ... Done
1992026-03-10T18:26:13.140ZPlanning: Planning completed in 0.37 seconds
2002026-03-10T18:26:13.165Z Mediators to change: 2
2012026-03-10T18:26:13.165Z Create boot environment: No
2022026-03-10T18:26:13.169ZCreate backup boot environment: No
2032026-03-10T18:26:13.233Z Done
2042026-03-10T18:26:13.233Z Done
2052026-03-10T18:26:13.963Z Done
2062026-03-10T18:26:17.297Z Done
2072026-03-10T18:26:17.384Z Done
2082026-03-10T18:26:17.388Z Done
2092026-03-10T18:26:17.532Z Done
2102026-03-10T18:26:18.064ZPlanning: Evaluating mediator changes ... Done
2112026-03-10T18:26:18.067ZPlanning: Merging actions ... Done
2122026-03-10T18:26:18.231ZPlanning: Checking for conflicting actions ... Done
2132026-03-10T18:26:18.234ZPlanning: Consolidating action changes ... Done
2142026-03-10T18:26:18.451ZPlanning: Evaluating mediators ... Done
2152026-03-10T18:26:18.494ZPlanning: Planning completed in 0.63 seconds
2162026-03-10T18:26:18.524Z Packages to change: 1
2172026-03-10T18:26:18.524Z Mediators to change: 1
2182026-03-10T18:26:18.528Z Services to change: 1
2192026-03-10T18:26:18.528Z Create boot environment: No
2202026-03-10T18:26:18.528ZCreate backup boot environment: Yes
2212026-03-10T18:26:20.918Z Actions: 1/6 actions (Updating modified actions)
2222026-03-10T18:26:20.922Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-10T18:26:20.922Z Done
2242026-03-10T18:26:20.922Z Done
2252026-03-10T18:26:21.107Z Done
2262026-03-10T18:26:24.413Z Done
2272026-03-10T18:26:24.503Z Done
2282026-03-10T18:26:24.506Z Done
2292026-03-10T18:26:24.645Z Done
2302026-03-10T18:26:25.022ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-10T18:26:25.022Zclang system 15 system
2322026-03-10T18:26:25.022Zcsh system system illumos
2332026-03-10T18:26:25.022Zctags system system illumos
2342026-03-10T18:26:25.022Zfile system system illumos
2352026-03-10T18:26:25.022Zgcc vendor 12 vendor
2362026-03-10T18:26:25.022Zgcc system 10 system
2372026-03-10T18:26:25.022Zgcc system 7 system
2382026-03-10T18:26:25.022Zgo system 1.20 system
2392026-03-10T18:26:25.022Zgo system 1.19 system
2402026-03-10T18:26:25.022Zllvm system 15 system
2412026-03-10T18:26:25.022Zllvm system 14 system
2422026-03-10T18:26:25.022Zmariadb system 10.6 system
2432026-03-10T18:26:25.022Zmta vendor vendor dma
2442026-03-10T18:26:25.022Zopenjdk system 17 system
2452026-03-10T18:26:25.023Zopenjdk system 11 system
2462026-03-10T18:26:25.023Zopenjdk system 1.8 system
2472026-03-10T18:26:25.023Zopenssl vendor 3 vendor
2482026-03-10T18:26:25.023Zperl system 5.36 system
2492026-03-10T18:26:25.023Zpostgresql system 15 system
2502026-03-10T18:26:25.023Zpostgresql system 13 system
2512026-03-10T18:26:25.023Zpython vendor 3 vendor
2522026-03-10T18:26:25.023Zpython system 2 system
2532026-03-10T18:26:25.023Zpython3 system 3.11 system
2542026-03-10T18:26:25.023Zruby system 3.0 system
2552026-03-10T18:26:25.023Zwords vendor vendor american-english
2562026-03-10T18:26:25.023Zwords system system australian-english
2572026-03-10T18:26:25.023Zwords system system british-english
2582026-03-10T18:26:25.023Zwords system system canadian-english
2592026-03-10T18:26:25.023Zwords system system french
2602026-03-10T18:26:25.023Zwords system system italian
2612026-03-10T18:26:25.023Zwords system system ngerman
2622026-03-10T18:26:25.023Zwords system system ogerman
2632026-03-10T18:26:25.023Zwords system system spanish
2642026-03-10T18:26:25.319ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-10T18:26:25.319Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-10T18:26:31.228ZFMRI IFO
2672026-03-10T18:26:31.228Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-10T18:26:31.228Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-10T18:26:31.228Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-10T18:26:31.228Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-10T18:26:31.228Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-10T18:26:31.228Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-10T18:26:31.228Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-10T18:26:31.228Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-10T18:26:31.228Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-10T18:26:31.228Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-10T18:26:31.228Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-10T18:26:31.228Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-10T18:26:31.228Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-10T18:26:31.228Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-10T18:26:31.228Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-10T18:26:31.228Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-10T18:26:32.502Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-10T18:26:32.822Z Updating crates.io index
2852026-03-10T18:26:32.825Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-10T18:26:33.313Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-10T18:26:33.662Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-10T18:26:34.031Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-10T18:26:34.442Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-10T18:26:42.203Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-10T18:26:46.069Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-10T18:26:47.245Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-10T18:26:47.545Z Updating git repository `https://github.com/oxidecomputer/falcon`
2942026-03-10T18:26:51.989Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952026-03-10T18:26:53.473Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-10T18:26:57.323Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-10T18:26:57.854Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-10T18:26:59.014Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-10T18:26:59.377Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-10T18:27:00.715Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-10T18:27:01.770Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-10T18:27:02.119Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-10T18:27:02.525Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-10T18:27:03.207Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-10T18:27:03.695Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-10T18:27:03.974Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-10T18:27:04.237Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-10T18:27:04.764Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-10T18:27:05.781Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-10T18:27:06.669Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-10T18:27:07.012Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-10T18:27:07.734Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-10T18:27:08.063Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-10T18:27:09.914Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-10T18:27:10.332Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-10T18:27:10.715Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-10T18:27:11.051Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-10T18:27:11.499Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-10T18:27:12.162Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-10T18:27:12.473Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-10T18:27:12.759Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-10T18:27:13.143Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-10T18:28:26.593Z Downloading crates ...
3242026-03-10T18:28:26.644Z Downloaded byteorder v1.5.0
3252026-03-10T18:28:26.652Z Downloaded semver v1.0.27
3262026-03-10T18:28:26.660Z Downloaded swrite v0.1.0
3272026-03-10T18:28:26.663Z Downloaded proc-macro2 v1.0.106
3282026-03-10T18:28:26.666Z Downloaded icu_normalizer_data v2.1.1
3292026-03-10T18:28:26.668Z Downloaded cargo-util-schemas v0.8.2
3302026-03-10T18:28:26.687Z Downloaded stable_deref_trait v1.2.1
3312026-03-10T18:28:26.690Z Downloaded toml_datetime v0.6.11
3322026-03-10T18:28:26.690Z Downloaded fnv v1.0.7
3332026-03-10T18:28:26.690Z Downloaded typeid v1.0.3
3342026-03-10T18:28:26.693Z Downloaded dtrace-parser v0.2.0
3352026-03-10T18:28:26.693Z Downloaded cpufeatures v0.2.17
3362026-03-10T18:28:26.696Z Downloaded utf8parse v0.2.2
3372026-03-10T18:28:26.699Z Downloaded utf8_iter v1.0.4
3382026-03-10T18:28:26.699Z Downloaded version_check v0.9.5
3392026-03-10T18:28:26.702Z Downloaded is_terminal_polyfill v1.70.2
3402026-03-10T18:28:26.704Z Downloaded crypto-common v0.1.7
3412026-03-10T18:28:26.704Z Downloaded toml_write v0.1.2
3422026-03-10T18:28:26.704Z Downloaded zerofrom-derive v0.1.6
3432026-03-10T18:28:26.707Z Downloaded yoke-derive v0.8.1
3442026-03-10T18:28:26.712Z Downloaded heck v0.4.1
3452026-03-10T18:28:26.714Z Downloaded usdt v0.5.0
3462026-03-10T18:28:26.717Z Downloaded unicode-linebreak v0.1.5
3472026-03-10T18:28:26.717Z Downloaded unicode-xid v0.2.6
3482026-03-10T18:28:26.717Z Downloaded thread-id v4.2.2
3492026-03-10T18:28:26.719Z Downloaded itoa v1.0.17
3502026-03-10T18:28:26.722Z Downloaded tabled_derive v0.7.0
3512026-03-10T18:28:26.722Z Downloaded heck v0.5.0
3522026-03-10T18:28:26.722Z Downloaded scroll_derive v0.12.1
3532026-03-10T18:28:26.722Z Downloaded zmij v1.0.21
3542026-03-10T18:28:26.724Z Downloaded zerofrom v0.1.6
3552026-03-10T18:28:26.724Z Downloaded usdt-macro v0.5.0
3562026-03-10T18:28:26.729Z Downloaded yoke v0.8.1
3572026-03-10T18:28:26.729Z Downloaded fastrand v2.3.0
3582026-03-10T18:28:26.729Z Downloaded dof v0.3.0
3592026-03-10T18:28:26.733Z Downloaded percent-encoding v2.3.2
3602026-03-10T18:28:26.733Z Downloaded clap_lex v1.0.0
3612026-03-10T18:28:26.733Z Downloaded cfg-if v1.0.4
3622026-03-10T18:28:26.737Z Downloaded usdt-attr-macro v0.5.0
3632026-03-10T18:28:26.737Z Downloaded zerovec-derive v0.11.2
3642026-03-10T18:28:26.737Z Downloaded tinystr v0.8.2
3652026-03-10T18:28:26.737Z Downloaded plain v0.2.3
3662026-03-10T18:28:26.739Z Downloaded colorchoice v1.0.4
3672026-03-10T18:28:26.739Z Downloaded usdt-impl v0.5.0
3682026-03-10T18:28:26.739Z Downloaded thiserror-impl v2.0.18
3692026-03-10T18:28:26.743Z Downloaded generic-array v0.14.7
3702026-03-10T18:28:26.743Z Downloaded writeable v0.6.2
3712026-03-10T18:28:26.746Z Downloaded potential_utf v0.1.4
3722026-03-10T18:28:26.746Z Downloaded form_urlencoded v1.2.2
3732026-03-10T18:28:26.746Z Downloaded block-buffer v0.10.4
3742026-03-10T18:28:26.749Z Downloaded ordered-float v2.10.1
3752026-03-10T18:28:26.751Z Downloaded strsim v0.11.1
3762026-03-10T18:28:26.751Z Downloaded thiserror v2.0.18
3772026-03-10T18:28:26.755Z Downloaded errno v0.3.14
3782026-03-10T18:28:26.758Z Downloaded toml v0.8.23
3792026-03-10T18:28:26.761Z Downloaded zerocopy-derive v0.7.35
3802026-03-10T18:28:26.764Z Downloaded serde_spanned v0.6.9
3812026-03-10T18:28:26.764Z Downloaded serde-value v0.7.0
3822026-03-10T18:28:26.764Z Downloaded smawk v0.3.2
3832026-03-10T18:28:26.764Z Downloaded ucd-trie v0.1.7
3842026-03-10T18:28:26.767Z Downloaded proc-macro-error-attr v1.0.4
3852026-03-10T18:28:26.767Z Downloaded memmap v0.7.0
3862026-03-10T18:28:26.767Z Downloaded idna_adapter v1.2.1
3872026-03-10T18:28:26.770Z Downloaded pretty-hex v0.4.1
3882026-03-10T18:28:26.770Z Downloaded thiserror-impl v1.0.69
3892026-03-10T18:28:26.770Z Downloaded textwrap v0.16.2
3902026-03-10T18:28:26.773Z Downloaded anstyle-query v1.1.5
3912026-03-10T18:28:26.776Z Downloaded zerotrie v0.2.3
3922026-03-10T18:28:26.779Z Downloaded unicode-ident v1.0.24
3932026-03-10T18:28:26.782Z Downloaded anstream v0.6.21
3942026-03-10T18:28:26.784Z Downloaded macaddr v1.0.1
3952026-03-10T18:28:26.804Z Downloaded cargo_metadata v0.21.0
3962026-03-10T18:28:26.804Z Downloaded digest v0.10.7
3972026-03-10T18:28:26.804Z Downloaded cargo_toml v0.21.0
3982026-03-10T18:28:26.804Z Downloaded typenum v1.19.0
3992026-03-10T18:28:26.804Z Downloaded cargo-platform v0.2.0
4002026-03-10T18:28:26.804Z Downloaded camino-tempfile v1.4.1
4012026-03-10T18:28:26.804Z Downloaded autocfg v1.5.0
4022026-03-10T18:28:26.804Z Downloaded toml_edit v0.22.27
4032026-03-10T18:28:26.804Z Downloaded url v2.5.8
4042026-03-10T18:28:26.809Z Downloaded anstyle v1.0.13
4052026-03-10T18:28:26.815Z Downloaded zerovec v0.11.5
4062026-03-10T18:28:26.823Z Downloaded zerocopy v0.7.35
4072026-03-10T18:28:26.834Z Downloaded terminal_size v0.4.3
4082026-03-10T18:28:26.837Z Downloaded winnow v0.7.14
4092026-03-10T18:28:26.841Z Downloaded tempfile v3.25.0
4102026-03-10T18:28:26.844Z Downloaded quote v1.0.44
4112026-03-10T18:28:26.847Z Downloaded clap_derive v4.5.55
4122026-03-10T18:28:26.847Z Downloaded camino v1.2.2
4132026-03-10T18:28:26.850Z Downloaded unicode-width v0.2.0
4142026-03-10T18:28:26.853Z Downloaded smallvec v1.15.1
4152026-03-10T18:28:26.856Z Downloaded pest_derive v2.8.6
4162026-03-10T18:28:26.856Z Downloaded anyhow v1.0.102
4172026-03-10T18:28:26.859Z Downloaded serde_tokenstream v0.2.3
4182026-03-10T18:28:26.860Z Downloaded erased-serde v0.4.9
4192026-03-10T18:28:26.862Z Downloaded unicode-width v0.1.14
4202026-03-10T18:28:26.865Z Downloaded once_cell v1.21.3
4212026-03-10T18:28:26.868Z Downloaded serde-untagged v0.1.9
4222026-03-10T18:28:26.868Z Downloaded displaydoc v0.2.5
4232026-03-10T18:28:26.871Z Downloaded scroll v0.12.0
4242026-03-10T18:28:26.871Z Downloaded anstyle-parse v0.2.7
4252026-03-10T18:28:26.871Z Downloaded pest_generator v2.8.6
4262026-03-10T18:28:26.874Z Downloaded synstructure v0.13.2
4272026-03-10T18:28:26.874Z Downloaded sha2 v0.10.9
4282026-03-10T18:28:26.877Z Downloaded proc-macro-error v1.0.4
4292026-03-10T18:28:26.877Z Downloaded thiserror v1.0.69
4302026-03-10T18:28:26.880Z Downloaded litemap v0.8.1
4312026-03-10T18:28:26.882Z Downloaded bitflags v2.11.0
4322026-03-10T18:28:26.885Z Downloaded log v0.4.29
4332026-03-10T18:28:26.888Z Downloaded icu_provider v2.1.1
4342026-03-10T18:28:26.888Z Downloaded clap v4.5.60
4352026-03-10T18:28:26.893Z Downloaded num-traits v0.2.19
4362026-03-10T18:28:26.897Z Downloaded serde_derive v1.0.228
4372026-03-10T18:28:26.900Z Downloaded fs-err v3.3.0
4382026-03-10T18:28:26.900Z Downloaded equivalent v1.0.2
4392026-03-10T18:28:26.900Z Downloaded papergrid v0.11.0
4402026-03-10T18:28:26.902Z Downloaded serde_core v1.0.228
4412026-03-10T18:28:26.905Z Downloaded getrandom v0.4.1
4422026-03-10T18:28:26.907Z Downloaded bytecount v0.6.9
4432026-03-10T18:28:26.911Z Downloaded icu_normalizer v2.1.1
4442026-03-10T18:28:26.914Z Downloaded icu_locale_core v2.1.1
4452026-03-10T18:28:26.921Z Downloaded pest_meta v2.8.6
4462026-03-10T18:28:26.932Z Downloaded memchr v2.8.0
4472026-03-10T18:28:26.936Z Downloaded serde v1.0.228
4482026-03-10T18:28:26.939Z Downloaded icu_properties v2.1.2
4492026-03-10T18:28:26.941Z Downloaded icu_collections v2.1.1
4502026-03-10T18:28:26.957Z Downloaded indexmap v2.13.0
4512026-03-10T18:28:26.975Z Downloaded hashbrown v0.16.1
4522026-03-10T18:28:26.991Z Downloaded pest v2.8.6
4532026-03-10T18:28:27.010Z Downloaded icu_properties_data v2.1.2
4542026-03-10T18:28:27.013Z Downloaded serde_json v1.0.149
4552026-03-10T18:28:27.013Z Downloaded clap_builder v4.5.60
4562026-03-10T18:28:27.022Z Downloaded goblin v0.8.2
4572026-03-10T18:28:27.025Z Downloaded idna v1.1.0
4582026-03-10T18:28:27.025Z Downloaded tabled v0.15.0
4592026-03-10T18:28:27.034Z Downloaded syn v1.0.109
4602026-03-10T18:28:27.040Z Downloaded syn v2.0.117
4612026-03-10T18:28:27.053Z Downloaded rustix v1.1.3
4622026-03-10T18:28:27.084Z Downloaded libc v0.2.180
4632026-03-10T18:28:27.173Z Compiling proc-macro2 v1.0.106
4642026-03-10T18:28:27.184Z Compiling quote v1.0.44
4652026-03-10T18:28:27.184Z Compiling unicode-ident v1.0.24
4662026-03-10T18:28:27.184Z Compiling serde_core v1.0.228
4672026-03-10T18:28:27.184Z Compiling libc v0.2.180
4682026-03-10T18:28:27.185Z Compiling version_check v0.9.5
4692026-03-10T18:28:27.185Z Compiling memchr v2.8.0
4702026-03-10T18:28:27.186Z Compiling serde v1.0.228
4712026-03-10T18:28:27.571Z Compiling stable_deref_trait v1.2.1
4722026-03-10T18:28:27.674Z Compiling zmij v1.0.21
4732026-03-10T18:28:27.891Z Compiling autocfg v1.5.0
4742026-03-10T18:28:27.951Z Compiling thiserror v1.0.69
4752026-03-10T18:28:28.338Z Compiling itoa v1.0.17
4762026-03-10T18:28:28.347Z Compiling ucd-trie v0.1.7
4772026-03-10T18:28:28.479Z Compiling litemap v0.8.1
4782026-03-10T18:28:28.523Z Compiling writeable v0.6.2
4792026-03-10T18:28:28.571Z Compiling pest v2.8.6
4802026-03-10T18:28:28.690Z Compiling icu_properties_data v2.1.2
4812026-03-10T18:28:28.722Z Compiling rustix v1.1.3
4822026-03-10T18:28:28.953Z Compiling icu_normalizer_data v2.1.1
4832026-03-10T18:28:29.016Z Compiling byteorder v1.5.0
4842026-03-10T18:28:29.142Z Compiling syn v2.0.117
4852026-03-10T18:28:29.255Z Compiling errno v0.3.14
4862026-03-10T18:28:29.283Z Compiling serde_json v1.0.149
4872026-03-10T18:28:29.309Z Compiling bitflags v2.11.0
4882026-03-10T18:28:29.652Z Compiling num-traits v0.2.19
4892026-03-10T18:28:29.674Z Compiling hashbrown v0.16.1
4902026-03-10T18:28:29.698Z Compiling equivalent v1.0.2
4912026-03-10T18:28:29.815Z Compiling smallvec v1.15.1
4922026-03-10T18:28:29.903Z Compiling typeid v1.0.3
4932026-03-10T18:28:30.100Z Compiling pest_meta v2.8.6
4942026-03-10T18:28:30.378Z Compiling indexmap v2.13.0
4952026-03-10T18:28:30.564Z Compiling thread-id v4.2.2
4962026-03-10T18:28:30.670Z Compiling proc-macro-error-attr v1.0.4
4972026-03-10T18:28:30.695Z Compiling usdt-impl v0.5.0
4982026-03-10T18:28:30.724Z Compiling winnow v0.7.14
4992026-03-10T18:28:30.925Z Compiling erased-serde v0.4.9
5002026-03-10T18:28:30.984Z Compiling toml_write v0.1.2
5012026-03-10T18:28:31.256Z Compiling syn v1.0.109
5022026-03-10T18:28:31.592Z Compiling proc-macro-error v1.0.4
5032026-03-10T18:28:31.749Z Compiling plain v0.2.3
5042026-03-10T18:28:31.843Z Compiling log v0.4.29
5052026-03-10T18:28:31.887Z Compiling thiserror v2.0.18
5062026-03-10T18:28:32.077Z Compiling getrandom v0.4.1
5072026-03-10T18:28:32.308Z Compiling utf8_iter v1.0.4
5082026-03-10T18:28:32.331Z Compiling camino v1.2.2
5092026-03-10T18:28:32.459Z Compiling percent-encoding v2.3.2
5102026-03-10T18:28:32.499Z Compiling utf8parse v0.2.2
5112026-03-10T18:28:32.640Z Compiling form_urlencoded v1.2.2
5122026-03-10T18:28:32.678Z Compiling anstyle-parse v0.2.7
5132026-03-10T18:28:32.704Z Compiling ordered-float v2.10.1
5142026-03-10T18:28:32.871Z Compiling terminal_size v0.4.3
5152026-03-10T18:28:32.938Z Compiling synstructure v0.13.2
5162026-03-10T18:28:33.055Z Compiling pest_generator v2.8.6
5172026-03-10T18:28:33.078Z Compiling colorchoice v1.0.4
5182026-03-10T18:28:33.199Z Compiling is_terminal_polyfill v1.70.2
5192026-03-10T18:28:33.225Z Compiling anstyle-query v1.1.5
5202026-03-10T18:28:33.324Z Compiling cfg-if v1.0.4
5212026-03-10T18:28:33.361Z Compiling anstyle v1.0.13
5222026-03-10T18:28:33.387Z Compiling pretty-hex v0.4.1
5232026-03-10T18:28:33.499Z Compiling serde-untagged v0.1.9
5242026-03-10T18:28:33.656Z Compiling anstream v0.6.21
5252026-03-10T18:28:33.690Z Compiling semver v1.0.27
5262026-03-10T18:28:33.814Z Compiling fs-err v3.3.0
5272026-03-10T18:28:33.998Z Compiling strsim v0.11.1
5282026-03-10T18:28:34.025Z Compiling heck v0.4.1
5292026-03-10T18:28:34.067Z Compiling fastrand v2.3.0
5302026-03-10T18:28:34.113Z Compiling bytecount v0.6.9
5312026-03-10T18:28:34.210Z Compiling once_cell v1.21.3
5322026-03-10T18:28:34.290Z Compiling clap_lex v1.0.0
5332026-03-10T18:28:34.329Z Compiling unicode-width v0.1.14
5342026-03-10T18:28:34.461Z Compiling heck v0.5.0
5352026-03-10T18:28:34.487Z Compiling fnv v1.0.7
5362026-03-10T18:28:34.633Z Compiling unicode-xid v0.2.6
5372026-03-10T18:28:34.657Z Compiling anyhow v1.0.102
5382026-03-10T18:28:34.725Z Compiling papergrid v0.11.0
5392026-03-10T18:28:34.793Z Compiling clap_builder v4.5.60
5402026-03-10T18:28:34.820Z Compiling tempfile v3.25.0
5412026-03-10T18:28:34.979Z Compiling memmap v0.7.0
5422026-03-10T18:28:35.220Z Compiling unicode-width v0.2.0
5432026-03-10T18:28:35.315Z Compiling unicode-linebreak v0.1.5
5442026-03-10T18:28:35.350Z Compiling smawk v0.3.2
5452026-03-10T18:28:35.518Z Compiling serde_derive v1.0.228
5462026-03-10T18:28:35.541Z Compiling zerofrom-derive v0.1.6
5472026-03-10T18:28:35.580Z Compiling yoke-derive v0.8.1
5482026-03-10T18:28:35.641Z Compiling zerovec-derive v0.11.2
5492026-03-10T18:28:35.829Z Compiling displaydoc v0.2.5
5502026-03-10T18:28:36.688Z Compiling thiserror-impl v1.0.69
5512026-03-10T18:28:36.823Z Compiling zerocopy-derive v0.7.35
5522026-03-10T18:28:37.126Z Compiling pest_derive v2.8.6
5532026-03-10T18:28:37.175Z Compiling scroll_derive v0.12.1
5542026-03-10T18:28:37.468Z Compiling zerofrom v0.1.6
5552026-03-10T18:28:37.636Z Compiling yoke v0.8.1
5562026-03-10T18:28:37.700Z Compiling thiserror-impl v2.0.18
5572026-03-10T18:28:37.878Z Compiling zerovec v0.11.5
5582026-03-10T18:28:38.017Z Compiling zerotrie v0.2.3
5592026-03-10T18:28:38.072Z Compiling zerocopy v0.7.35
5602026-03-10T18:28:38.416Z Compiling scroll v0.12.0
5612026-03-10T18:28:38.573Z Compiling tinystr v0.8.2
5622026-03-10T18:28:38.593Z Compiling potential_utf v0.1.4
5632026-03-10T18:28:38.764Z Compiling icu_collections v2.1.1
5642026-03-10T18:28:38.807Z Compiling icu_locale_core v2.1.1
5652026-03-10T18:28:38.839Z Compiling dtrace-parser v0.2.0
5662026-03-10T18:28:38.863Z Compiling goblin v0.8.2
5672026-03-10T18:28:39.093Z Compiling tabled_derive v0.7.0
5682026-03-10T18:28:39.421Z Compiling clap_derive v4.5.55
5692026-03-10T18:28:39.508Z Compiling textwrap v0.16.2
5702026-03-10T18:28:39.708Z Compiling icu_provider v2.1.1
5712026-03-10T18:28:40.091Z Compiling icu_normalizer v2.1.1
5722026-03-10T18:28:40.115Z Compiling icu_properties v2.1.2
5732026-03-10T18:28:40.364Z Compiling serde_spanned v0.6.9
5742026-03-10T18:28:40.420Z Compiling toml_datetime v0.6.11
5752026-03-10T18:28:40.556Z Compiling serde-value v0.7.0
5762026-03-10T18:28:40.653Z Compiling toml_edit v0.22.27
5772026-03-10T18:28:40.721Z Compiling dof v0.3.0
5782026-03-10T18:28:40.769Z Compiling serde_tokenstream v0.2.3
5792026-03-10T18:28:40.842Z Compiling cargo-platform v0.2.0
5802026-03-10T18:28:41.039Z Compiling tabled v0.15.0
5812026-03-10T18:28:41.199Z Compiling macaddr v1.0.1
5822026-03-10T18:28:41.256Z Compiling camino-tempfile v1.4.1
5832026-03-10T18:28:41.490Z Compiling idna_adapter v1.2.1
5842026-03-10T18:28:41.662Z Compiling idna v1.1.0
5852026-03-10T18:28:41.689Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-03-10T18:28:41.897Z Compiling clap v4.5.60
5872026-03-10T18:28:41.934Z Compiling swrite v0.1.0
5882026-03-10T18:28:41.991Z Compiling usdt-macro v0.5.0
5892026-03-10T18:28:42.015Z Compiling usdt-attr-macro v0.5.0
5902026-03-10T18:28:42.039Z Compiling url v2.5.8
5912026-03-10T18:28:42.814Z Compiling toml v0.8.23
5922026-03-10T18:28:43.321Z Compiling cargo-util-schemas v0.8.2
5932026-03-10T18:28:43.350Z Compiling cargo_toml v0.21.0
5942026-03-10T18:28:43.526Z Compiling usdt v0.5.0
5952026-03-10T18:28:44.497Z Compiling cargo_metadata v0.21.0
5962026-03-10T18:28:45.795Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-10T18:28:48.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
5982026-03-10T18:28:48.923Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-10T18:28:49.659Z Downloading crates ...
6002026-03-10T18:28:49.785Z Downloaded ahash v0.8.12
6012026-03-10T18:28:49.793Z Downloaded atty v0.2.14
6022026-03-10T18:28:49.799Z Downloaded atomic-waker v1.1.2
6032026-03-10T18:28:49.799Z Downloaded async-stream-impl v0.3.6
6042026-03-10T18:28:49.806Z Downloaded bitfield v0.19.4
6052026-03-10T18:28:49.806Z Downloaded cstr-argument v0.1.2
6062026-03-10T18:28:49.813Z Downloaded bit-set v0.5.3
6072026-03-10T18:28:49.823Z Downloaded async-stream v0.3.6
6082026-03-10T18:28:49.823Z Downloaded dirs-next v2.0.0
6092026-03-10T18:28:49.823Z Downloaded cfg_aliases v0.1.1
6102026-03-10T18:28:49.829Z Downloaded flagset v0.4.7
6112026-03-10T18:28:49.829Z Downloaded endian-type v0.1.2
6122026-03-10T18:28:49.830Z Downloaded bzip2 v0.6.1
6132026-03-10T18:28:49.836Z Downloaded argon2 v0.5.3
6142026-03-10T18:28:49.836Z Downloaded data-encoding v2.10.0
6152026-03-10T18:28:49.844Z Downloaded foldhash v0.1.5
6162026-03-10T18:28:49.845Z Downloaded critical-section v1.2.0
6172026-03-10T18:28:49.857Z Downloaded deranged v0.5.8
6182026-03-10T18:28:49.858Z Downloaded castaway v0.2.4
6192026-03-10T18:28:49.870Z Downloaded block-padding v0.3.3
6202026-03-10T18:28:49.870Z Downloaded elliptic-curve v0.13.8
6212026-03-10T18:28:49.870Z Downloaded diesel_derives v2.2.7
6222026-03-10T18:28:49.871Z Downloaded dof v0.4.0
6232026-03-10T18:28:49.884Z Downloaded bitfield-struct v0.6.2
6242026-03-10T18:28:49.884Z Downloaded expectorate v1.2.0
6252026-03-10T18:28:49.884Z Downloaded env_filter v1.0.0
6262026-03-10T18:28:49.890Z Downloaded array-init v0.0.4
6272026-03-10T18:28:49.890Z Downloaded difflib v0.4.0
6282026-03-10T18:28:49.890Z Downloaded debug-ignore v1.0.5
6292026-03-10T18:28:49.926Z Downloaded float-cmp v0.10.0
6302026-03-10T18:28:49.926Z Downloaded diesel_table_macro_syntax v0.2.0
6312026-03-10T18:28:49.926Z Downloaded dyn-clone v1.0.20
6322026-03-10T18:28:49.926Z Downloaded crossbeam-deque v0.8.6
6332026-03-10T18:28:49.926Z Downloaded console v0.15.11
6342026-03-10T18:28:49.927Z Downloaded embedded-io v0.6.1
6352026-03-10T18:28:49.927Z Downloaded crc-catalog v2.4.0
6362026-03-10T18:28:49.927Z Downloaded dtrace-parser v0.3.0
6372026-03-10T18:28:49.931Z Downloaded float-ord v0.3.2
6382026-03-10T18:28:49.931Z Downloaded enum-as-inner v0.6.1
6392026-03-10T18:28:49.931Z Downloaded foreign-types-shared v0.1.1
6402026-03-10T18:28:49.931Z Downloaded cfg_aliases v0.2.1
6412026-03-10T18:28:49.931Z Downloaded defmt v0.3.100
6422026-03-10T18:28:49.939Z Downloaded foreign-types v0.5.0
6432026-03-10T18:28:49.939Z Downloaded futures-sink v0.3.32
6442026-03-10T18:28:49.943Z Downloaded fxhash v0.2.1
6452026-03-10T18:28:49.944Z Downloaded fixedbitset v0.4.2
6462026-03-10T18:28:49.948Z Downloaded git-stub v1.0.0
6472026-03-10T18:28:49.949Z Downloaded hash32 v0.3.1
6482026-03-10T18:28:49.952Z Downloaded bit-vec v0.8.0
6492026-03-10T18:28:49.960Z Downloaded fd-lock v4.0.4
6502026-03-10T18:28:49.960Z Downloaded ghash v0.5.1
6512026-03-10T18:28:49.963Z Downloaded foreign-types-macros v0.2.3
6522026-03-10T18:28:49.968Z Downloaded cassowary v0.3.0
6532026-03-10T18:28:49.969Z Downloaded hash32 v0.2.1
6542026-03-10T18:28:49.972Z Downloaded cbc v0.1.2
6552026-03-10T18:28:49.977Z Downloaded headers-core v0.3.0
6562026-03-10T18:28:49.977Z Downloaded darling_macro v0.23.0
6572026-03-10T18:28:49.982Z Downloaded home v0.5.12
6582026-03-10T18:28:49.982Z Downloaded bytes v1.11.1
6592026-03-10T18:28:49.986Z Downloaded constant_time_eq v0.4.2
6602026-03-10T18:28:49.991Z Downloaded hostname v0.3.1
6612026-03-10T18:28:49.996Z Downloaded hubpack_derive v0.1.1
6622026-03-10T18:28:50.006Z Downloaded hubpack v0.1.2
6632026-03-10T18:28:50.013Z Downloaded futures-task v0.3.32
6642026-03-10T18:28:50.022Z Downloaded fs_extra v1.3.0
6652026-03-10T18:28:50.028Z Downloaded http-range v0.1.5
6662026-03-10T18:28:50.028Z Downloaded indent_write v2.2.0
6672026-03-10T18:28:50.028Z Downloaded env_logger v0.11.9
6682026-03-10T18:28:50.038Z Downloaded globset v0.4.18
6692026-03-10T18:28:50.044Z Downloaded hyper-tls v0.6.0
6702026-03-10T18:28:50.044Z Downloaded crossbeam-epoch v0.9.18
6712026-03-10T18:28:50.044Z Downloaded inout v0.1.4
6722026-03-10T18:28:50.044Z Downloaded instant v0.1.13
6732026-03-10T18:28:50.053Z Downloaded cookie_store v0.22.1
6742026-03-10T18:28:50.053Z Downloaded group v0.13.0
6752026-03-10T18:28:50.057Z Downloaded cookie v0.18.1
6762026-03-10T18:28:50.057Z Downloaded indoc v1.0.9
6772026-03-10T18:28:50.062Z Downloaded http-body-util v0.1.3
6782026-03-10T18:28:50.063Z Downloaded http-body v1.0.1
6792026-03-10T18:28:50.067Z Downloaded internet-checksum v0.2.1
6802026-03-10T18:28:50.067Z Downloaded lalrpop-util v0.19.12
6812026-03-10T18:28:50.074Z Downloaded kstat-rs v0.2.4
6822026-03-10T18:28:50.074Z Downloaded lazy_static v1.5.0
6832026-03-10T18:28:50.079Z Downloaded md-5 v0.10.6
6842026-03-10T18:28:50.079Z Downloaded maplit v1.0.2
6852026-03-10T18:28:50.086Z Downloaded async-bb8-diesel v0.2.1
6862026-03-10T18:28:50.090Z Downloaded humantime v2.3.0
6872026-03-10T18:28:50.090Z Downloaded fs-err v2.11.0
6882026-03-10T18:28:50.095Z Downloaded darling v0.20.11
6892026-03-10T18:28:50.100Z Downloaded impl-trait-for-tuples v0.2.3
6902026-03-10T18:28:50.104Z Downloaded lru-cache v0.1.2
6912026-03-10T18:28:50.104Z Downloaded either v1.15.0
6922026-03-10T18:28:50.109Z Downloaded match_cfg v0.1.0
6932026-03-10T18:28:50.109Z Downloaded md5 v0.7.0
6942026-03-10T18:28:50.116Z Downloaded hyper-staticfile v0.10.1
6952026-03-10T18:28:50.116Z Downloaded nodrop v0.1.14
6962026-03-10T18:28:50.132Z Downloaded maybe-uninit v2.0.0
6972026-03-10T18:28:50.132Z Downloaded const-oid v0.9.6
6982026-03-10T18:28:50.136Z Downloaded num v0.4.3
6992026-03-10T18:28:50.136Z Downloaded memoffset v0.9.1
7002026-03-10T18:28:50.137Z Downloaded is-terminal v0.4.17
7012026-03-10T18:28:50.137Z Downloaded cargo_toml v0.22.3
7022026-03-10T18:28:50.137Z Downloaded half v1.8.3
7032026-03-10T18:28:50.158Z Downloaded hickory-client v0.25.2
7042026-03-10T18:28:50.158Z Downloaded jobserver v0.1.34
7052026-03-10T18:28:50.158Z Downloaded ipnet v2.11.0
7062026-03-10T18:28:50.158Z Downloaded ipnetwork v0.21.1
7072026-03-10T18:28:50.159Z Downloaded newtype-uuid-macros v0.1.0
7082026-03-10T18:28:50.159Z Downloaded normalize-line-endings v0.3.0
7092026-03-10T18:28:50.160Z Downloaded linear-map v1.2.0
7102026-03-10T18:28:50.163Z Downloaded num_threads v0.1.7
7112026-03-10T18:28:50.163Z Downloaded httparse v1.10.1
7122026-03-10T18:28:50.164Z Downloaded opaque-debug v0.3.1
7132026-03-10T18:28:50.167Z Downloaded crc32fast v1.5.0
7142026-03-10T18:28:50.171Z Downloaded openssl-probe v0.2.1
7152026-03-10T18:28:50.171Z Downloaded hyper-rustls v0.27.7
7162026-03-10T18:28:50.175Z Downloaded derive_more-impl v2.1.1
7172026-03-10T18:28:50.181Z Downloaded openssl-probe v0.1.6
7182026-03-10T18:28:50.185Z Downloaded openssl-macros v0.1.1
7192026-03-10T18:28:50.185Z Downloaded num-iter v0.1.45
7202026-03-10T18:28:50.191Z Downloaded fatfs v0.3.6
7212026-03-10T18:28:50.195Z Downloaded darling_core v0.23.0
7222026-03-10T18:28:50.199Z Downloaded nibble_vec v0.1.0
7232026-03-10T18:28:50.199Z Downloaded packed_struct_codegen v0.10.1
7242026-03-10T18:28:50.203Z Downloaded oso-derive v0.27.3
7252026-03-10T18:28:50.203Z Downloaded new_debug_unreachable v1.0.6
7262026-03-10T18:28:50.208Z Downloaded ingot-macros v0.1.1
7272026-03-10T18:28:50.208Z Downloaded parse-display v0.10.0
7282026-03-10T18:28:50.212Z Downloaded mime_guess v2.0.5
7292026-03-10T18:28:50.213Z Downloaded mime v0.3.17
7302026-03-10T18:28:50.219Z Downloaded pbkdf2 v0.12.2
7312026-03-10T18:28:50.224Z Downloaded pbkdf2 v0.11.0
7322026-03-10T18:28:50.225Z Downloaded num-complex v0.4.6
7332026-03-10T18:28:50.227Z Downloaded newtype-uuid v1.3.2
7342026-03-10T18:28:50.228Z Downloaded parse-size v1.1.0
7352026-03-10T18:28:50.233Z Downloaded newline-converter v0.3.0
7362026-03-10T18:28:50.233Z Downloaded half v2.7.1
7372026-03-10T18:28:50.237Z Downloaded path-slash v0.1.5
7382026-03-10T18:28:50.237Z Downloaded nu-ansi-term v0.50.3
7392026-03-10T18:28:50.240Z Downloaded des v0.8.1
7402026-03-10T18:28:50.243Z Downloaded phf_shared v0.12.1
7412026-03-10T18:28:50.246Z Downloaded pin-utils v0.1.0
7422026-03-10T18:28:50.252Z Downloaded num-integer v0.1.46
7432026-03-10T18:28:50.252Z Downloaded num_enum v0.7.5
7442026-03-10T18:28:50.255Z Downloaded phf_shared v0.13.1
7452026-03-10T18:28:50.259Z Downloaded num-rational v0.4.2
7462026-03-10T18:28:50.262Z Downloaded flume v0.11.1
7472026-03-10T18:28:50.266Z Downloaded derive-where v1.6.0
7482026-03-10T18:28:50.271Z Downloaded compact_str v0.8.1
7492026-03-10T18:28:50.274Z Downloaded cc v1.2.56
7502026-03-10T18:28:50.277Z Downloaded predicates-tree v1.0.13
7512026-03-10T18:28:50.283Z Downloaded num_enum_derive v0.7.5
7522026-03-10T18:28:50.283Z Downloaded powerfmt v0.2.0
7532026-03-10T18:28:50.288Z Downloaded multer v3.1.0
7542026-03-10T18:28:50.288Z Downloaded proc-macro-crate v3.4.0
7552026-03-10T18:28:50.293Z Downloaded owo-colors v4.3.0
7562026-03-10T18:28:50.293Z Downloaded aes-gcm v0.10.3
7572026-03-10T18:28:50.297Z Downloaded proc-macro-error-attr2 v2.0.0
7582026-03-10T18:28:50.300Z Downloaded peg v0.8.5
7592026-03-10T18:28:50.305Z Downloaded proc-macro-crate v1.3.1
7602026-03-10T18:28:50.305Z Downloaded precomputed-hash v0.1.1
7612026-03-10T18:28:50.309Z Downloaded progenitor-macro v0.13.0
7622026-03-10T18:28:50.309Z Downloaded progenitor-client v0.11.2
7632026-03-10T18:28:50.313Z Downloaded libbz2-rs-sys v0.2.2
7642026-03-10T18:28:50.313Z Downloaded pem-rfc7468 v0.7.0
7652026-03-10T18:28:50.318Z Downloaded psl-types v2.0.11
7662026-03-10T18:28:50.322Z Downloaded progenitor-macro v0.10.0
7672026-03-10T18:28:50.322Z Downloaded phf v0.12.1
7682026-03-10T18:28:50.322Z Downloaded paste v1.0.15
7692026-03-10T18:28:50.326Z Downloaded quick-error v1.2.3
7702026-03-10T18:28:50.329Z Downloaded pin-project-lite v0.2.17
7712026-03-10T18:28:50.333Z Downloaded pkg-config v0.3.32
7722026-03-10T18:28:50.337Z Downloaded native-tls v0.2.18
7732026-03-10T18:28:50.337Z Downloaded litrs v1.0.0
7742026-03-10T18:28:50.341Z Downloaded radium v0.7.0
7752026-03-10T18:28:50.345Z Downloaded poly1305 v0.8.0
7762026-03-10T18:28:50.348Z Downloaded indicatif v0.18.4
7772026-03-10T18:28:50.353Z Downloaded bumpalo v3.20.2
7782026-03-10T18:28:50.353Z Downloaded heapless v0.8.0
7792026-03-10T18:28:50.357Z Downloaded pkcs8 v0.10.2
7802026-03-10T18:28:50.361Z Downloaded crypto-bigint v0.5.5
7812026-03-10T18:28:50.366Z Downloaded rand_xorshift v0.4.0
7822026-03-10T18:28:50.374Z Downloaded flate2 v1.1.9
7832026-03-10T18:28:50.378Z Downloaded progenitor v0.11.2
7842026-03-10T18:28:50.378Z Downloaded postgres-protocol v0.6.10
7852026-03-10T18:28:50.381Z Downloaded indexmap v1.9.3
7862026-03-10T18:28:50.385Z Downloaded polyval v0.6.2
7872026-03-10T18:28:50.385Z Downloaded ppv-lite86 v0.2.21
7882026-03-10T18:28:50.391Z Downloaded progenitor-macro v0.11.2
7892026-03-10T18:28:50.391Z Downloaded progenitor-extras v0.1.0
7902026-03-10T18:28:50.395Z Downloaded ref-cast-impl v1.0.25
7912026-03-10T18:28:50.395Z Downloaded progenitor-client v0.10.0
7922026-03-10T18:28:50.395Z Downloaded psm v0.1.30
7932026-03-10T18:28:50.399Z Downloaded ref-cast v1.0.25
7942026-03-10T18:28:50.403Z Downloaded r2d2 v0.8.10
7952026-03-10T18:28:50.403Z Downloaded rfc6979 v0.4.0
7962026-03-10T18:28:50.408Z Downloaded rustc-hash v2.1.1
7972026-03-10T18:28:50.408Z Downloaded rustc_version v0.1.7
7982026-03-10T18:28:50.412Z Downloaded progenitor-client v0.13.0
7992026-03-10T18:28:50.412Z Downloaded primeorder v0.13.6
8002026-03-10T18:28:50.413Z Downloaded progenitor v0.13.0
8012026-03-10T18:28:50.431Z Downloaded progenitor v0.10.0
8022026-03-10T18:28:50.431Z Downloaded postgres-types v0.2.12
8032026-03-10T18:28:50.431Z Downloaded russh-cryptovec v0.7.3
8042026-03-10T18:28:50.431Z Downloaded proc-macro-error2 v2.0.1
8052026-03-10T18:28:50.431Z Downloaded rustc_version v0.4.1
8062026-03-10T18:28:50.431Z Downloaded rtoolbox v0.0.3
8072026-03-10T18:28:50.436Z Downloaded recursive-proc-macro-impl v0.1.1
8082026-03-10T18:28:50.436Z Downloaded recursive v0.1.1
8092026-03-10T18:28:50.436Z Downloaded miniz_oxide v0.8.9
8102026-03-10T18:28:50.440Z Downloaded rand_chacha v0.9.0
8112026-03-10T18:28:50.440Z Downloaded predicates v3.1.4
8122026-03-10T18:28:50.443Z Downloaded papergrid v0.17.0
8132026-03-10T18:28:50.447Z Downloaded hickory-resolver v0.25.2
8142026-03-10T18:28:50.449Z Downloaded rand_core v0.10.0
8152026-03-10T18:28:50.452Z Downloaded jiff-static v0.2.21
8162026-03-10T18:28:50.456Z Downloaded der v0.7.10
8172026-03-10T18:28:50.459Z Downloaded rand_core v0.9.5
8182026-03-10T18:28:50.462Z Downloaded rand_seeder v0.4.0
8192026-03-10T18:28:50.466Z Downloaded salsa20 v0.10.2
8202026-03-10T18:28:50.468Z Downloaded rand_core v0.6.4
8212026-03-10T18:28:50.468Z Downloaded postcard v1.1.3
8222026-03-10T18:28:50.472Z Downloaded scheduled-thread-pool v0.2.7
8232026-03-10T18:28:50.477Z Downloaded sapling-renderdag v0.1.0
8242026-03-10T18:28:50.477Z Downloaded scrypt v0.11.0
8252026-03-10T18:28:50.481Z Downloaded scroll_derive v0.13.1
8262026-03-10T18:28:50.481Z Downloaded resolv-conf v0.7.6
8272026-03-10T18:28:50.481Z Downloaded oso v0.27.3
8282026-03-10T18:28:50.484Z Downloaded parking_lot_core v0.9.12
8292026-03-10T18:28:50.487Z Downloaded quinn-udp v0.5.14
8302026-03-10T18:28:50.490Z Downloaded secrecy v0.10.3
8312026-03-10T18:28:50.490Z Downloaded scopeguard v1.2.0
8322026-03-10T18:28:50.493Z Downloaded p256 v0.13.2
8332026-03-10T18:28:50.496Z Downloaded serde_repr v0.1.20
8342026-03-10T18:28:50.498Z Downloaded serde_bytes v0.11.19
8352026-03-10T18:28:50.501Z Downloaded serde-big-array v0.5.1
8362026-03-10T18:28:50.501Z Downloaded serde_plain v1.0.2
8372026-03-10T18:28:50.504Z Downloaded semver v0.1.20
8382026-03-10T18:28:50.507Z Downloaded secrecy v0.8.0
8392026-03-10T18:28:50.510Z Downloaded same-file v1.0.6
8402026-03-10T18:28:50.510Z Downloaded pkcs5 v0.7.1
8412026-03-10T18:28:50.513Z Downloaded pkcs1 v0.7.5
8422026-03-10T18:28:50.516Z Downloaded omicron-zone-package v0.12.2
8432026-03-10T18:28:50.519Z Downloaded hickory-resolver v0.24.4
8442026-03-10T18:28:50.523Z Downloaded pin-project v1.1.11
8452026-03-10T18:28:50.534Z Downloaded serde_spanned v1.0.4
8462026-03-10T18:28:50.537Z Downloaded sha1 v0.10.6
8472026-03-10T18:28:50.542Z Downloaded sigpipe v0.1.3
8482026-03-10T18:28:50.542Z Downloaded shell-words v1.1.1
8492026-03-10T18:28:50.546Z Downloaded hashbrown v0.12.3
8502026-03-10T18:28:50.546Z Downloaded rustversion v1.0.22
8512026-03-10T18:28:50.550Z Downloaded siphasher v1.0.2
8522026-03-10T18:28:50.550Z Downloaded signal-hook-tokio v0.3.1
8532026-03-10T18:28:50.553Z Downloaded serde_urlencoded v0.7.1
8542026-03-10T18:28:50.553Z Downloaded progenitor-impl v0.11.2
8552026-03-10T18:28:50.556Z Downloaded slog-bunyan v2.5.0
8562026-03-10T18:28:50.556Z Downloaded progenitor-impl v0.13.0
8572026-03-10T18:28:50.559Z Downloaded progenitor-impl v0.10.0
8582026-03-10T18:28:50.564Z Downloaded rusty-fork v0.3.1
8592026-03-10T18:28:50.567Z Downloaded rustls-pemfile v2.2.0
8602026-03-10T18:28:50.567Z Downloaded scroll v0.13.0
8612026-03-10T18:28:50.567Z Downloaded rustls-pemfile v1.0.4
8622026-03-10T18:28:50.570Z Downloaded slog-envlogger v2.2.0
8632026-03-10T18:28:50.573Z Downloaded signature v2.2.0
8642026-03-10T18:28:50.576Z Downloaded sec1 v0.7.3
8652026-03-10T18:28:50.576Z Downloaded aho-corasick v1.1.4
8662026-03-10T18:28:50.583Z Downloaded serde_path_to_error v0.1.20
8672026-03-10T18:28:50.600Z Downloaded schemars_derive v0.8.22
8682026-03-10T18:28:50.600Z Downloaded rand_chacha v0.3.1
8692026-03-10T18:28:50.600Z Downloaded parking_lot v0.12.5
8702026-03-10T18:28:50.601Z Downloaded sct v0.7.1
8712026-03-10T18:28:50.601Z Downloaded ed25519-dalek v2.2.0
8722026-03-10T18:28:50.601Z Downloaded hashbrown v0.13.2
8732026-03-10T18:28:50.604Z Downloaded dropshot-api-manager v0.5.2
8742026-03-10T18:28:50.604Z Downloaded serde-hex v0.1.0
8752026-03-10T18:28:50.616Z Downloaded hickory-server v0.25.2
8762026-03-10T18:28:50.616Z Downloaded derive_more v2.1.1
8772026-03-10T18:28:50.618Z Downloaded strum v0.26.3
8782026-03-10T18:28:50.621Z Downloaded russh-keys v0.45.0
8792026-03-10T18:28:50.624Z Downloaded prettyplease v0.2.37
8802026-03-10T18:28:50.628Z Downloaded strip-ansi-escapes v0.2.1
8812026-03-10T18:28:50.631Z Downloaded ssh-encoding v0.2.0
8822026-03-10T18:28:50.631Z Downloaded rustls-native-certs v0.8.3
8832026-03-10T18:28:50.634Z Downloaded signal-hook-registry v1.4.8
8842026-03-10T18:28:50.634Z Downloaded signal-hook-mio v0.2.5
8852026-03-10T18:28:50.637Z Downloaded strum v0.27.2
8862026-03-10T18:28:50.638Z Downloaded slab v0.4.12
8872026-03-10T18:28:50.641Z Downloaded take_mut v0.2.2
8882026-03-10T18:28:50.641Z Downloaded rustls-pki-types v1.14.0
8892026-03-10T18:28:50.643Z Downloaded simd-adler32 v0.3.8
8902026-03-10T18:28:50.647Z Downloaded sync-ptr v0.1.4
8912026-03-10T18:28:50.647Z Downloaded slog-scope v4.4.1
8922026-03-10T18:28:50.650Z Downloaded prefix-trie v0.7.0
8932026-03-10T18:28:50.653Z Downloaded hyper-util v0.1.20
8942026-03-10T18:28:50.669Z Downloaded slog-json v2.6.1
8952026-03-10T18:28:50.669Z Downloaded slog-dtrace v0.3.0
8962026-03-10T18:28:50.669Z Downloaded slog-term v2.9.2
8972026-03-10T18:28:50.669Z Downloaded tagptr v0.2.0
8982026-03-10T18:28:50.669Z Downloaded tap v1.0.1
8992026-03-10T18:28:50.674Z Downloaded tabwriter v1.4.1
9002026-03-10T18:28:50.674Z Downloaded serde_with_macros v3.17.0
9012026-03-10T18:28:50.674Z Downloaded tabled_derive v0.11.0
9022026-03-10T18:28:50.674Z Downloaded sync_wrapper v1.0.2
9032026-03-10T18:28:50.674Z Downloaded sqlformat v0.3.5
9042026-03-10T18:28:50.678Z Downloaded slog-stdlog v4.1.1
9052026-03-10T18:28:50.678Z Downloaded supports-color v3.0.2
9062026-03-10T18:28:50.678Z Downloaded structmeta-derive v0.3.0
9072026-03-10T18:28:50.681Z Downloaded structmeta v0.3.0
9082026-03-10T18:28:50.681Z Downloaded smf v0.2.3
9092026-03-10T18:28:50.681Z Downloaded termtree v0.5.1
9102026-03-10T18:28:50.684Z Downloaded seq-macro v0.3.6
9112026-03-10T18:28:50.685Z Downloaded http v1.4.0
9122026-03-10T18:28:50.687Z Downloaded ssh-cipher v0.2.0
9132026-03-10T18:28:50.690Z Downloaded sqlparser_derive v0.5.0
9142026-03-10T18:28:50.693Z Downloaded pin-project-internal v1.1.11
9152026-03-10T18:28:50.693Z Downloaded thread-id v5.1.0
9162026-03-10T18:28:50.699Z Downloaded testing_table v0.3.0
9172026-03-10T18:28:50.699Z Downloaded crossterm v0.29.0
9182026-03-10T18:28:50.703Z Downloaded stringprep v0.1.5
9192026-03-10T18:28:50.703Z Downloaded stacker v0.1.23
9202026-03-10T18:28:50.706Z Downloaded minimal-lexical v0.2.1
9212026-03-10T18:28:50.709Z Downloaded thiserror-impl-no-std v2.0.2
9222026-03-10T18:28:50.711Z Downloaded serde_derive_internals v0.29.1
9232026-03-10T18:28:50.711Z Downloaded tinyvec_macros v0.1.1
9242026-03-10T18:28:50.714Z Downloaded snafu-derive v0.8.9
9252026-03-10T18:28:50.714Z Downloaded static_assertions v1.1.0
9262026-03-10T18:28:50.717Z Downloaded shlex v1.3.0
9272026-03-10T18:28:50.717Z Downloaded rustls-platform-verifier v0.6.2
9282026-03-10T18:28:50.720Z Downloaded subtle v2.6.1
9292026-03-10T18:28:50.723Z Downloaded slog-async v2.8.0
9302026-03-10T18:28:50.726Z Downloaded strum_macros v0.24.3
9312026-03-10T18:28:50.726Z Downloaded ryu v1.0.23
9322026-03-10T18:28:50.731Z Downloaded support-bundle-viewer v0.1.2
9332026-03-10T18:28:50.734Z Downloaded rayon-core v1.13.0
9342026-03-10T18:28:50.734Z Downloaded strum_macros v0.26.4
9352026-03-10T18:28:50.737Z Downloaded spki v0.7.3
9362026-03-10T18:28:50.740Z Downloaded rcgen v0.12.1
9372026-03-10T18:28:50.742Z Downloaded ron v0.8.1
9382026-03-10T18:28:50.745Z Downloaded schemars v0.8.22
9392026-03-10T18:28:50.754Z Downloaded pretty_assertions v1.4.1
9402026-03-10T18:28:50.757Z Downloaded itertools v0.10.5
9412026-03-10T18:28:50.762Z Downloaded smallvec v0.6.14
9422026-03-10T18:28:50.767Z Downloaded iddqd v0.3.17
9432026-03-10T18:28:50.770Z Downloaded termios v0.3.3
9442026-03-10T18:28:50.773Z Downloaded openssl-sys v0.9.111
9452026-03-10T18:28:50.776Z Downloaded quinn v0.11.9
9462026-03-10T18:28:50.779Z Downloaded string_cache v0.8.9
9472026-03-10T18:28:50.783Z Downloaded qorb v0.4.1
9482026-03-10T18:28:50.786Z Downloaded thread_local v1.1.9
9492026-03-10T18:28:50.788Z Downloaded topological-sort v0.2.2
9502026-03-10T18:28:50.788Z Downloaded spin v0.9.8
9512026-03-10T18:28:50.791Z Downloaded slog v2.8.2
9522026-03-10T18:28:50.795Z Downloaded tower-layer v0.3.3
9532026-03-10T18:28:50.798Z Downloaded thiserror-no-std v2.0.2
9542026-03-10T18:28:50.798Z Downloaded strum_macros v0.27.2
9552026-03-10T18:28:50.800Z Downloaded signal-hook v0.3.18
9562026-03-10T18:28:50.803Z Downloaded try-lock v0.2.5
9572026-03-10T18:28:50.806Z Downloaded typify-macro v0.4.3
9582026-03-10T18:28:50.806Z Downloaded time-macros v0.2.27
9592026-03-10T18:28:50.809Z Downloaded publicsuffix v2.3.0
9602026-03-10T18:28:50.812Z Downloaded serde_cbor v0.11.2
9612026-03-10T18:28:50.814Z Downloaded tls_codec v0.4.2
9622026-03-10T18:28:50.814Z Downloaded tower-service v0.3.3
9632026-03-10T18:28:50.817Z Downloaded tiny-keccak v2.0.2
9642026-03-10T18:28:50.817Z Downloaded time-core v0.1.8
9652026-03-10T18:28:50.820Z Downloaded tokio-macros v2.6.0
9662026-03-10T18:28:50.820Z Downloaded tokio-dtrace v0.1.1
9672026-03-10T18:28:50.823Z Downloaded tls_codec_derive v0.4.2
9682026-03-10T18:28:50.826Z Downloaded libxml v0.3.3
9692026-03-10T18:28:50.828Z Downloaded unicode-truncate v1.1.0
9702026-03-10T18:28:50.831Z Downloaded itertools v0.13.0
9712026-03-10T18:28:50.836Z Downloaded tokio-native-tls v0.3.1
9722026-03-10T18:28:50.838Z Downloaded similar v2.7.0
9732026-03-10T18:28:50.843Z Downloaded unarray v0.1.4
9742026-03-10T18:28:50.846Z Downloaded typify-macro v0.6.1
9752026-03-10T18:28:50.846Z Downloaded schemars v0.9.0
9762026-03-10T18:28:50.854Z Downloaded unit-prefix v0.5.2
9772026-03-10T18:28:50.857Z Downloaded usdt v0.6.0
9782026-03-10T18:28:50.857Z Downloaded universal-hash v0.5.1
9792026-03-10T18:28:50.860Z Downloaded num-bigint v0.4.6
9802026-03-10T18:28:50.863Z Downloaded untrusted v0.7.1
9812026-03-10T18:28:50.863Z Downloaded rsa v0.9.10
9822026-03-10T18:28:50.866Z Downloaded tokio-tungstenite v0.21.0
9832026-03-10T18:28:50.869Z Downloaded nom v7.1.3
9842026-03-10T18:28:50.873Z Downloaded parking_lot v0.11.2
9852026-03-10T18:28:50.875Z Downloaded socket2 v0.6.2
9862026-03-10T18:28:50.878Z Downloaded usdt-attr-macro v0.6.0
9872026-03-10T18:28:50.878Z Downloaded term v1.2.1
9882026-03-10T18:28:50.881Z Downloaded untrusted v0.9.0
9892026-03-10T18:28:50.884Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9902026-03-10T18:28:50.884Z Downloaded utf-8 v0.7.6
9912026-03-10T18:28:50.884Z Downloaded rustls-webpki v0.103.9
9922026-03-10T18:28:50.887Z Downloaded samael v0.0.19
9932026-03-10T18:28:50.892Z Downloaded term v0.7.0
9942026-03-10T18:28:50.894Z Downloaded usdt-macro v0.6.0
9952026-03-10T18:28:50.897Z Downloaded tui-tree-widget v0.23.1
9962026-03-10T18:28:50.897Z Downloaded trait-variant v0.1.2
9972026-03-10T18:28:50.900Z Downloaded rand v0.8.5
9982026-03-10T18:28:50.903Z Downloaded socket2 v0.5.10
9992026-03-10T18:28:50.903Z Downloaded void v1.0.2
10002026-03-10T18:28:50.903Z Downloaded wait-timeout v0.2.1
10012026-03-10T18:28:50.906Z Downloaded toml_writer v1.0.6+spec-1.1.0
10022026-03-10T18:28:50.909Z Downloaded want v0.3.1
10032026-03-10T18:28:50.909Z Downloaded hashbrown v0.15.5
10042026-03-10T18:28:50.911Z Downloaded mio v1.1.1
10052026-03-10T18:28:50.916Z Downloaded rand v0.9.2
10062026-03-10T18:28:50.919Z Downloaded tokio-rustls v0.24.1
10072026-03-10T18:28:50.922Z Downloaded tokio-rustls v0.25.0
10082026-03-10T18:28:50.924Z Downloaded schemars v1.2.1
10092026-03-10T18:28:50.934Z Downloaded waitgroup v0.1.2
10102026-03-10T18:28:50.937Z Downloaded unicase v2.9.0
10112026-03-10T18:28:50.937Z Downloaded iri-string v0.7.10
10122026-03-10T18:28:50.942Z Downloaded tokio-stream v0.1.18
10132026-03-10T18:28:50.947Z Downloaded itertools v0.12.1
10142026-03-10T18:28:50.951Z Downloaded tar v0.4.44
10152026-03-10T18:28:50.954Z Downloaded tokio-tungstenite v0.23.1
10162026-03-10T18:28:50.957Z Downloaded snafu v0.8.9
10172026-03-10T18:28:50.960Z Downloaded xattr v1.6.1
10182026-03-10T18:28:50.963Z Downloaded xshell-macros v0.2.7
10192026-03-10T18:28:50.963Z Downloaded zeroize_derive v1.4.3
10202026-03-10T18:28:50.966Z Downloaded test-strategy v0.4.5
10212026-03-10T18:28:50.968Z Downloaded num-bigint-dig v0.8.6
10222026-03-10T18:28:50.971Z Downloaded zone_cfg_derive v0.3.1
10232026-03-10T18:28:50.974Z Downloaded tinyvec v1.10.0
10242026-03-10T18:28:50.976Z Downloaded usdt-impl v0.6.0
10252026-03-10T18:28:50.976Z Downloaded rand v0.10.0
10262026-03-10T18:28:50.979Z Downloaded h2 v0.4.13
10272026-03-10T18:28:50.984Z Downloaded vergen-lib v0.1.6
10282026-03-10T18:28:50.986Z Downloaded toml_parser v1.0.9+spec-1.1.0
10292026-03-10T18:28:50.989Z Downloaded tracing-attributes v0.1.31
10302026-03-10T18:28:50.991Z Downloaded subprocess v0.2.15
10312026-03-10T18:28:50.994Z Downloaded walkdir v2.5.0
10322026-03-10T18:28:50.994Z Downloaded vsss-rs v3.3.4
10332026-03-10T18:28:50.997Z Downloaded zone v0.3.1
10342026-03-10T18:28:50.997Z Downloaded vergen-git2 v1.0.7
10352026-03-10T18:28:51.000Z Downloaded uzers v0.12.2
10362026-03-10T18:28:51.000Z Downloaded whoami v2.1.0
10372026-03-10T18:28:51.003Z Downloaded whoami v1.6.1
10382026-03-10T18:28:51.005Z Downloaded twox-hash v2.1.2
10392026-03-10T18:28:51.008Z Downloaded hkdf v0.12.4
10402026-03-10T18:28:51.008Z Downloaded tokio-rustls v0.26.4
10412026-03-10T18:28:51.011Z Downloaded xshell v0.2.7
10422026-03-10T18:28:51.014Z Downloaded libm v0.2.16
10432026-03-10T18:28:51.019Z Downloaded itertools v0.14.0
10442026-03-10T18:28:51.024Z Downloaded unicode-properties v0.1.4
10452026-03-10T18:28:51.027Z Downloaded toml v0.7.8
10462026-03-10T18:28:51.030Z Downloaded blake3 v1.8.3
10472026-03-10T18:28:51.035Z Downloaded zeroize v1.8.2
10482026-03-10T18:28:51.039Z Downloaded serde_yaml v0.9.34+deprecated
10492026-03-10T18:28:51.042Z Downloaded vergen v9.0.6
10502026-03-10T18:28:51.042Z Downloaded oxide-tokio-rt v0.1.2
10512026-03-10T18:28:51.046Z Downloaded rustyline v14.0.0
10522026-03-10T18:28:51.048Z Downloaded heapless v0.7.17
10532026-03-10T18:28:51.051Z Downloaded steno v0.4.1
10542026-03-10T18:28:51.055Z Downloaded xz2 v0.1.7
10552026-03-10T18:28:51.058Z Downloaded hyper v1.8.1
10562026-03-10T18:28:51.061Z Downloaded phf v0.13.1
10572026-03-10T18:28:51.063Z Downloaded peg-macros v0.8.5
10582026-03-10T18:28:51.063Z Downloaded toml v0.9.12+spec-1.1.0
10592026-03-10T18:28:51.066Z Downloaded vergen-gitcl v1.0.8
10602026-03-10T18:28:51.069Z Downloaded tracing-core v0.1.36
10612026-03-10T18:28:51.072Z Downloaded zstd-safe v7.2.4
10622026-03-10T18:28:51.072Z Downloaded pem v3.0.6
10632026-03-10T18:28:51.075Z Downloaded headers v0.4.1
10642026-03-10T18:28:51.077Z Downloaded yasna v0.5.2
10652026-03-10T18:28:51.080Z Downloaded tungstenite v0.21.0
10662026-03-10T18:28:51.083Z Downloaded p521 v0.13.3
10672026-03-10T18:28:51.085Z Downloaded aws-lc-rs v1.16.0
10682026-03-10T18:28:51.092Z Downloaded unicode-bidi v0.3.18
10692026-03-10T18:28:51.095Z Downloaded wyz v0.5.1
10702026-03-10T18:28:51.098Z Downloaded russh v0.45.0
10712026-03-10T18:28:51.101Z Downloaded vte v0.14.1
10722026-03-10T18:28:51.103Z Downloaded rpassword v7.4.0
10732026-03-10T18:28:51.103Z Downloaded ron v0.12.0
10742026-03-10T18:28:51.110Z Downloaded zstd v0.13.3
10752026-03-10T18:28:51.113Z Downloaded chrono v0.4.44
10762026-03-10T18:28:51.118Z Downloaded typify v0.6.1
10772026-03-10T18:28:51.121Z Downloaded parking_lot_core v0.8.6
10782026-03-10T18:28:51.124Z Downloaded unsafe-libyaml v0.2.11
10792026-03-10T18:28:51.127Z Downloaded zerocopy v0.6.6
10802026-03-10T18:28:51.129Z Downloaded reedline v0.40.0
10812026-03-10T18:28:51.133Z Downloaded uuid v1.21.0
10822026-03-10T18:28:51.136Z Downloaded oxnet v0.1.4
10832026-03-10T18:28:51.139Z Downloaded tungstenite v0.23.0
10842026-03-10T18:28:51.142Z Downloaded predicates-core v1.0.10
10852026-03-10T18:28:51.142Z Downloaded password-hash v0.5.0
10862026-03-10T18:28:51.144Z Downloaded password-hash v0.4.2
10872026-03-10T18:28:51.144Z Downloaded tokio-postgres v0.7.16
10882026-03-10T18:28:51.148Z Downloaded typify v0.4.3
10892026-03-10T18:28:51.151Z Downloaded toml_edit v0.23.10+spec-1.0.0
10902026-03-10T18:28:51.154Z Downloaded toml_edit v0.19.15
10912026-03-10T18:28:51.168Z Downloaded futures-util v0.3.32
10922026-03-10T18:28:51.177Z Downloaded ssh-key v0.6.7
10932026-03-10T18:28:51.183Z Downloaded yansi v1.0.1
10942026-03-10T18:28:51.185Z Downloaded reqwest v0.12.28
10952026-03-10T18:28:51.189Z Downloaded bitvec v1.0.1
10962026-03-10T18:28:51.201Z Downloaded zopfli v0.8.3
10972026-03-10T18:28:51.204Z Downloaded p384 v0.13.1
10982026-03-10T18:28:51.208Z Downloaded unicode_categories v0.1.1
10992026-03-10T18:28:51.212Z Downloaded reqwest v0.13.2
11002026-03-10T18:28:51.215Z Downloaded regex v1.12.3
11012026-03-10T18:28:51.218Z Downloaded git2 v0.20.4
11022026-03-10T18:28:51.225Z Downloaded rayon v1.11.0
11032026-03-10T18:28:51.232Z Downloaded portable-atomic v1.13.1
11042026-03-10T18:28:51.238Z Downloaded zip v0.6.6
11052026-03-10T18:28:51.241Z Downloaded rustls-webpki v0.101.7
11062026-03-10T18:28:51.252Z Downloaded typed-path v0.9.3
11072026-03-10T18:28:51.257Z Downloaded parse-display-derive v0.10.0
11082026-03-10T18:28:51.260Z Downloaded bindgen v0.71.1
11092026-03-10T18:28:51.264Z Downloaded tower v0.5.3
11102026-03-10T18:28:51.271Z Downloaded quick-xml v0.37.5
11112026-03-10T18:28:51.275Z Downloaded lalrpop v0.19.12
11122026-03-10T18:28:51.284Z Downloaded zerocopy-derive v0.8.40
11132026-03-10T18:28:51.291Z Downloaded salty v0.3.0
11142026-03-10T18:28:51.297Z Downloaded unicode-normalization v0.1.25
11152026-03-10T18:28:51.300Z Downloaded tokio-util v0.7.18
11162026-03-10T18:28:51.305Z Downloaded zip v4.6.1
11172026-03-10T18:28:51.309Z Downloaded tough v0.20.0
11182026-03-10T18:28:51.316Z Downloaded packed_struct v0.10.1
11192026-03-10T18:28:51.319Z Downloaded iana-time-zone v0.1.65
11202026-03-10T18:28:51.321Z Downloaded memmap2 v0.9.10
11212026-03-10T18:28:51.322Z Downloaded chacha20poly1305 v0.10.1
11222026-03-10T18:28:51.324Z Downloaded ar_archive_writer v0.5.1
11232026-03-10T18:28:51.327Z Downloaded allocator-api2 v0.2.21
11242026-03-10T18:28:51.329Z Downloaded base64 v0.21.7
11252026-03-10T18:28:51.332Z Downloaded rustls-webpki v0.102.8
11262026-03-10T18:28:51.346Z Downloaded moka v0.12.13
11272026-03-10T18:28:51.351Z Downloaded object v0.30.4
11282026-03-10T18:28:51.358Z Downloaded goblin v0.10.5
11292026-03-10T18:28:51.364Z Downloaded x509-cert v0.2.5
11302026-03-10T18:28:51.368Z Downloaded serde_with v3.17.0
11312026-03-10T18:28:51.378Z Downloaded tower-http v0.6.8
11322026-03-10T18:28:51.384Z Downloaded proptest v1.10.0
11332026-03-10T18:28:51.391Z Downloaded winnow v0.6.26
11342026-03-10T18:28:51.399Z Downloaded nix v0.27.1
11352026-03-10T18:28:51.407Z Downloaded bstr v1.12.1
11362026-03-10T18:28:51.414Z Downloaded quinn-proto v0.11.13
11372026-03-10T18:28:51.420Z Downloaded curve25519-dalek v4.1.3
11382026-03-10T18:28:51.426Z Downloaded polar-core v0.27.3
11392026-03-10T18:28:51.433Z Downloaded radix_trie v0.2.1
11402026-03-10T18:28:51.438Z Downloaded petname v2.0.2
11412026-03-10T18:28:51.441Z Downloaded unicode-segmentation v1.12.0
11422026-03-10T18:28:51.444Z Downloaded smoltcp v0.9.1
11432026-03-10T18:28:51.452Z Downloaded regex-syntax v0.6.29
11442026-03-10T18:28:51.457Z Downloaded darling_core v0.20.11
11452026-03-10T18:28:51.461Z Downloaded object v0.37.3
11462026-03-10T18:28:51.470Z Downloaded openssl v0.10.75
11472026-03-10T18:28:51.478Z Downloaded ignore v0.4.25
11482026-03-10T18:28:51.480Z Downloaded num_enum v0.5.11
11492026-03-10T18:28:51.483Z Downloaded const_format v0.2.35
11502026-03-10T18:28:51.486Z Downloaded num-derive v0.4.2
11512026-03-10T18:28:51.489Z Downloaded winnow v0.5.40
11522026-03-10T18:28:51.494Z Downloaded webpki-roots v1.0.6
11532026-03-10T18:28:51.497Z Downloaded openapiv3 v2.2.0
11542026-03-10T18:28:51.506Z Downloaded vcpkg v0.2.15
11552026-03-10T18:28:51.539Z Downloaded zerocopy v0.8.40
11562026-03-10T18:28:51.544Z Downloaded tabled v0.20.0
11572026-03-10T18:28:51.558Z Downloaded rustls v0.22.4
11582026-03-10T18:28:51.568Z Downloaded dropshot v0.16.7
11592026-03-10T18:28:51.585Z Downloaded rustls v0.23.37
11602026-03-10T18:28:51.594Z Downloaded nix v0.30.1
11612026-03-10T18:28:51.603Z Downloaded rustls v0.21.12
11622026-03-10T18:28:51.612Z Downloaded time v0.3.47
11632026-03-10T18:28:51.622Z Downloaded zlib-rs v0.6.2
11642026-03-10T18:28:51.626Z Downloaded nix v0.31.1
11652026-03-10T18:28:51.636Z Downloaded hickory-proto v0.24.4
11662026-03-10T18:28:51.647Z Downloaded sqlparser v0.61.0
11672026-03-10T18:28:51.655Z Downloaded nix v0.28.0
11682026-03-10T18:28:51.663Z Downloaded regress v0.10.5
11692026-03-10T18:28:51.670Z Downloaded diesel v2.2.12
11702026-03-10T18:28:51.685Z Downloaded bzip2-sys v0.1.13+1.0.8
11712026-03-10T18:28:51.698Z Downloaded hickory-proto v0.25.2
11722026-03-10T18:28:51.711Z Downloaded regex-syntax v0.8.10
11732026-03-10T18:28:51.714Z Downloaded rustix v0.38.44
11742026-03-10T18:28:51.730Z Downloaded nix v0.29.0
11752026-03-10T18:28:51.739Z Downloaded smoltcp v0.11.0
11762026-03-10T18:28:51.747Z Downloaded nanorand v0.7.0
11772026-03-10T18:28:51.750Z Downloaded hmac v0.12.1
11782026-03-10T18:28:51.752Z Downloaded phf_shared v0.11.3
11792026-03-10T18:28:51.752Z Downloaded peg-runtime v0.8.5
11802026-03-10T18:28:51.752Z Downloaded derive_more v0.99.20
11812026-03-10T18:28:51.755Z Downloaded lock_api v0.4.14
11822026-03-10T18:28:51.758Z Downloaded indoc v2.0.7
11832026-03-10T18:28:51.760Z Downloaded getrandom v0.3.4
11842026-03-10T18:28:51.763Z Downloaded futures v0.3.32
11852026-03-10T18:28:51.767Z Downloaded clang-sys v1.8.1
11862026-03-10T18:28:51.770Z Downloaded olpc-cjson v0.1.4
11872026-03-10T18:28:51.770Z Downloaded num_enum_derive v0.5.11
11882026-03-10T18:28:51.770Z Downloaded num-derive v0.3.3
11892026-03-10T18:28:51.770Z Downloaded num-conv v0.2.0
11902026-03-10T18:28:51.770Z Downloaded nonempty v0.12.0
11912026-03-10T18:28:51.773Z Downloaded newtype_derive v0.1.6
11922026-03-10T18:28:51.773Z Downloaded libsw-core v0.3.2
11932026-03-10T18:28:51.773Z Downloaded multimap v0.10.1
11942026-03-10T18:28:51.776Z Downloaded jiff v0.2.21
11952026-03-10T18:28:51.789Z Downloaded lzma-sys v0.1.20
11962026-03-10T18:28:51.810Z Downloaded chrono-tz v0.10.4
11972026-03-10T18:28:51.824Z Downloaded libsw v3.5.0
11982026-03-10T18:28:51.827Z Downloaded libloading v0.8.9
11992026-03-10T18:28:51.827Z Downloaded petgraph v0.8.3
12002026-03-10T18:28:51.844Z Downloaded libefi-sys v0.1.0
12012026-03-10T18:28:51.861Z Downloaded ingot-types v0.1.2
12022026-03-10T18:28:51.861Z Downloaded ingot v0.1.1
12032026-03-10T18:28:51.865Z Downloaded crc-any v2.5.0
12042026-03-10T18:28:51.865Z Downloaded blake2 v0.10.6
12052026-03-10T18:28:51.865Z Downloaded dropshot_endpoint v0.16.7
12062026-03-10T18:28:51.865Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12072026-03-10T18:28:51.867Z Downloaded managed v0.8.0
12082026-03-10T18:28:51.867Z Downloaded tokio v1.49.0
12092026-03-10T18:28:51.897Z Downloaded sled v0.34.7
12102026-03-10T18:28:51.905Z Downloaded typify-impl v0.6.1
12112026-03-10T18:28:51.916Z Downloaded tracing v0.1.44
12122026-03-10T18:28:51.932Z Downloaded ratatui v0.29.0
12132026-03-10T18:28:51.948Z Downloaded typify-impl v0.4.3
12142026-03-10T18:28:51.958Z Downloaded lzss v0.8.2
12152026-03-10T18:28:51.961Z Downloaded derive-ex v0.1.8
12162026-03-10T18:28:51.961Z Downloaded getrandom v0.2.17
12172026-03-10T18:28:51.964Z Downloaded gethostname v0.5.0
12182026-03-10T18:28:51.964Z Downloaded futures-channel v0.3.32
12192026-03-10T18:28:51.967Z Downloaded darling v0.21.3
12202026-03-10T18:28:51.971Z Downloaded zerocopy-derive v0.6.6
12212026-03-10T18:28:51.976Z Downloaded crossbeam-utils v0.8.21
12222026-03-10T18:28:51.979Z Downloaded regex-automata v0.4.14
12232026-03-10T18:28:51.990Z Downloaded console v0.16.2
12242026-03-10T18:28:51.992Z Downloaded colored v2.2.0
12252026-03-10T18:28:51.995Z Downloaded ciborium v0.2.2
12262026-03-10T18:28:51.995Z Downloaded cancel-safe-futures v0.1.5
12272026-03-10T18:28:51.998Z Downloaded petgraph v0.6.5
12282026-03-10T18:28:52.011Z Downloaded lru-slab v0.1.2
12292026-03-10T18:28:52.014Z Downloaded lru v0.12.5
12302026-03-10T18:28:52.014Z Downloaded linked-hash-map v0.5.6
12312026-03-10T18:28:52.014Z Downloaded libscf-sys v1.1.0
12322026-03-10T18:28:52.017Z Downloaded keccak v0.1.6
12332026-03-10T18:28:52.017Z Downloaded is_ci v1.2.0
12342026-03-10T18:28:52.017Z Downloaded instability v0.3.11
12352026-03-10T18:28:52.017Z Downloaded highway v1.3.0
12362026-03-10T18:28:52.020Z Downloaded bzip2 v0.4.4
12372026-03-10T18:28:52.020Z Downloaded ident_case v1.0.1
12382026-03-10T18:28:52.020Z Downloaded colored v3.1.1
12392026-03-10T18:28:52.024Z Downloaded bcs v0.1.6
12402026-03-10T18:28:52.026Z Downloaded glob v0.3.3
12412026-03-10T18:28:52.026Z Downloaded diff v0.1.13
12422026-03-10T18:28:52.026Z Downloaded derive_builder v0.20.2
12432026-03-10T18:28:52.032Z Downloaded darling v0.23.0
12442026-03-10T18:28:52.035Z Downloaded chacha20 v0.10.0
12452026-03-10T18:28:52.037Z Downloaded base64 v0.22.1
12462026-03-10T18:28:52.040Z Downloaded ed25519 v2.2.3
12472026-03-10T18:28:52.040Z Downloaded defmt v1.0.1
12482026-03-10T18:28:52.043Z Downloaded daft v0.1.5
12492026-03-10T18:28:52.043Z Downloaded ff v0.13.1
12502026-03-10T18:28:52.045Z Downloaded display-error-chain v0.2.2
12512026-03-10T18:28:52.045Z Downloaded diesel-dtrace v0.4.2
12522026-03-10T18:28:52.048Z Downloaded git-stub-vcs v0.1.0
12532026-03-10T18:28:52.048Z Downloaded futures-executor v0.3.32
12542026-03-10T18:28:52.048Z Downloaded fixedbitset v0.5.7
12552026-03-10T18:28:52.052Z Downloaded find-msvc-tools v0.1.9
12562026-03-10T18:28:52.052Z Downloaded fallible-iterator v0.2.0
12572026-03-10T18:28:52.055Z Downloaded ena v0.14.4
12582026-03-10T18:28:52.055Z Downloaded der_derive v0.7.3
12592026-03-10T18:28:52.055Z Downloaded corncobs v0.1.4
12602026-03-10T18:28:52.055Z Downloaded convert_case v0.10.0
12612026-03-10T18:28:52.058Z Downloaded const_format_proc_macros v0.2.34
12622026-03-10T18:28:52.058Z Downloaded cmake v0.1.57
12632026-03-10T18:28:52.061Z Downloaded csv v1.4.0
12642026-03-10T18:28:52.075Z Downloaded chacha20 v0.9.1
12652026-03-10T18:28:52.078Z Downloaded libz-sys v1.1.24
12662026-03-10T18:28:52.092Z Downloaded camino-tempfile-ext v0.3.3
12672026-03-10T18:28:52.095Z Downloaded bit-vec v0.6.3
12682026-03-10T18:28:52.095Z Downloaded sha3 v0.10.8
12692026-03-10T18:28:52.098Z Downloaded base64ct v1.8.3
12702026-03-10T18:28:52.102Z Downloaded httpdate v1.0.3
12712026-03-10T18:28:52.102Z Downloaded hostname v0.4.2
12722026-03-10T18:28:52.106Z Downloaded csv-core v0.1.13
12732026-03-10T18:28:52.106Z Downloaded hex-literal v0.4.1
12742026-03-10T18:28:52.106Z Downloaded hex v0.4.3
12752026-03-10T18:28:52.106Z Downloaded cexpr v0.6.0
12762026-03-10T18:28:52.109Z Downloaded blowfish v0.9.1
12772026-03-10T18:28:52.109Z Downloaded bitflags v1.3.2
12782026-03-10T18:28:52.109Z Downloaded cipher v0.4.4
12792026-03-10T18:28:52.112Z Downloaded arc-swap v1.8.2
12802026-03-10T18:28:52.117Z Downloaded foldhash v0.2.0
12812026-03-10T18:28:52.117Z Downloaded defmt-parser v1.0.0
12822026-03-10T18:28:52.117Z Downloaded backoff v0.4.0
12832026-03-10T18:28:52.117Z Downloaded erased-serde v0.3.31
12842026-03-10T18:28:52.120Z Downloaded cargo_metadata v0.19.2
12852026-03-10T18:28:52.120Z Downloaded globwalk v0.9.1
12862026-03-10T18:28:52.120Z Downloaded dsl_auto_type v0.1.3
12872026-03-10T18:28:52.123Z Downloaded dropshot-api-manager-types v0.5.2
12882026-03-10T18:28:52.123Z Downloaded futures-macro v0.3.32
12892026-03-10T18:28:52.123Z Downloaded futures-io v0.3.32
12902026-03-10T18:28:52.125Z Downloaded funty v2.0.0
12912026-03-10T18:28:52.125Z Downloaded foreign-types-shared v0.3.1
12922026-03-10T18:28:52.125Z Downloaded foreign-types v0.3.2
12932026-03-10T18:28:52.125Z Downloaded futures-core v0.3.32
12942026-03-10T18:28:52.128Z Downloaded darling_macro v0.20.11
12952026-03-10T18:28:52.128Z Downloaded bb8 v0.8.6
12962026-03-10T18:28:52.128Z Downloaded ciborium-io v0.2.2
12972026-03-10T18:28:52.131Z Downloaded cargo-platform v0.1.9
12982026-03-10T18:28:52.131Z Downloaded dunce v1.0.5
12992026-03-10T18:28:52.134Z Downloaded embedded-io v0.4.0
13002026-03-10T18:28:52.134Z Downloaded ciborium-ll v0.2.2
13012026-03-10T18:28:52.134Z Downloaded crc8 v0.1.1
13022026-03-10T18:28:52.137Z Downloaded base16ct v0.2.0
13032026-03-10T18:28:52.137Z Downloaded arrayref v0.3.9
13042026-03-10T18:28:52.137Z Downloaded backon v1.6.0
13052026-03-10T18:28:52.139Z Downloaded buf-list v1.1.2
13062026-03-10T18:28:52.142Z Downloaded derive_builder_macro v0.20.2
13072026-03-10T18:28:52.142Z Downloaded curve25519-dalek-derive v0.1.1
13082026-03-10T18:28:52.142Z Downloaded dirs-sys-next v0.1.2
13092026-03-10T18:28:52.142Z Downloaded crucible-workspace-hack v0.1.0
13102026-03-10T18:28:52.142Z Downloaded crunchy v0.2.4
13112026-03-10T18:28:52.146Z Downloaded cobs v0.3.0
13122026-03-10T18:28:52.147Z Downloaded bit-set v0.8.0
13132026-03-10T18:28:52.147Z Downloaded darling_macro v0.21.3
13142026-03-10T18:28:52.147Z Downloaded crc v3.4.0
13152026-03-10T18:28:52.149Z Downloaded convert_case v0.4.0
13162026-03-10T18:28:52.149Z Downloaded aead v0.5.2
13172026-03-10T18:28:52.149Z Downloaded document-features v0.2.12
13182026-03-10T18:28:52.149Z Downloaded crossterm v0.28.1
13192026-03-10T18:28:52.154Z Downloaded crossbeam-channel v0.5.15
13202026-03-10T18:28:52.157Z Downloaded defmt-macros v1.0.1
13212026-03-10T18:28:52.160Z Downloaded darling_core v0.21.3
13222026-03-10T18:28:52.163Z Downloaded cpufeatures v0.3.0
13232026-03-10T18:28:52.165Z Downloaded bitfield-macros v0.19.4
13242026-03-10T18:28:52.165Z Downloaded drift v0.1.3
13252026-03-10T18:28:52.168Z Downloaded ascii-canvas v3.0.0
13262026-03-10T18:28:52.171Z Downloaded filetime v0.2.27
13272026-03-10T18:28:52.171Z Downloaded ecdsa v0.16.9
13282026-03-10T18:28:52.173Z Downloaded derive_builder_core v0.20.2
13292026-03-10T18:28:52.173Z Downloaded daft-derive v0.1.5
13302026-03-10T18:28:52.176Z Downloaded ctr v0.9.2
13312026-03-10T18:28:52.179Z Downloaded async-trait v0.1.89
13322026-03-10T18:28:52.182Z Downloaded arrayvec v0.7.6
13332026-03-10T18:28:52.182Z Downloaded base16ct v1.0.0
13342026-03-10T18:28:52.185Z Downloaded assert_matches v1.5.0
13352026-03-10T18:28:52.185Z Downloaded bcrypt-pbkdf v0.10.0
13362026-03-10T18:28:52.185Z Downloaded atomicwrites v0.4.4
13372026-03-10T18:28:52.185Z Downloaded aes v0.8.4
13382026-03-10T18:28:52.188Z Downloaded async-recursion v1.1.1
13392026-03-10T18:28:52.190Z Downloaded adler2 v2.0.1
13402026-03-10T18:28:52.198Z Downloaded encoding_rs v0.8.35
13412026-03-10T18:28:52.215Z Downloaded ring v0.17.14
13422026-03-10T18:28:52.257Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-10T18:28:52.764Z Downloaded aws-lc-sys v0.37.1
13442026-03-10T18:28:53.070Z Compiling libc v0.2.180
13452026-03-10T18:28:53.070Z Compiling serde v1.0.228
13462026-03-10T18:28:53.073Z Compiling log v0.4.29
13472026-03-10T18:28:53.073Z Compiling shlex v1.3.0
13482026-03-10T18:28:53.073Z Compiling find-msvc-tools v0.1.9
13492026-03-10T18:28:53.229Z Compiling smallvec v1.15.1
13502026-03-10T18:28:53.245Z Compiling syn v2.0.117
13512026-03-10T18:28:53.260Z Compiling typenum v1.19.0
13522026-03-10T18:28:53.490Z Compiling generic-array v0.14.7
13532026-03-10T18:28:53.508Z Compiling subtle v2.6.1
13542026-03-10T18:28:53.558Z Compiling scopeguard v1.2.0
13552026-03-10T18:28:53.635Z Compiling portable-atomic v1.13.1
13562026-03-10T18:28:53.674Z Compiling lock_api v0.4.14
13572026-03-10T18:28:53.693Z Compiling const-oid v0.9.6
13582026-03-10T18:28:53.739Z Compiling critical-section v1.2.0
13592026-03-10T18:28:53.815Z Compiling zerocopy v0.8.40
13602026-03-10T18:28:53.864Z Compiling parking_lot_core v0.9.12
13612026-03-10T18:28:53.966Z Compiling serde_json v1.0.149
13622026-03-10T18:28:54.176Z Compiling pin-project-lite v0.2.17
13632026-03-10T18:28:54.300Z Compiling pkg-config v0.3.32
13642026-03-10T18:28:54.392Z Compiling libm v0.2.16
13652026-03-10T18:28:54.530Z Compiling getrandom v0.2.17
13662026-03-10T18:28:54.583Z Compiling jobserver v0.1.34
13672026-03-10T18:28:54.893Z Compiling rand_core v0.6.4
13682026-03-10T18:28:54.911Z Compiling errno v0.3.14
13692026-03-10T18:28:55.100Z Compiling cc v1.2.56
13702026-03-10T18:28:55.125Z Compiling once_cell v1.21.3
13712026-03-10T18:28:55.169Z Compiling signal-hook-registry v1.4.8
13722026-03-10T18:28:55.241Z Compiling parking_lot v0.12.5
13732026-03-10T18:28:55.265Z Compiling mio v1.1.1
13742026-03-10T18:28:55.364Z Compiling num-traits v0.2.19
13752026-03-10T18:28:55.403Z Compiling bitflags v2.11.0
13762026-03-10T18:28:55.580Z Compiling futures-core v0.3.32
13772026-03-10T18:28:55.751Z Compiling socket2 v0.6.2
13782026-03-10T18:28:55.770Z Compiling percent-encoding v2.3.2
13792026-03-10T18:28:55.823Z Compiling allocator-api2 v0.2.21
13802026-03-10T18:28:55.946Z Compiling foldhash v0.2.0
13812026-03-10T18:28:55.983Z Compiling futures-sink v0.3.32
13822026-03-10T18:28:56.020Z Compiling cpufeatures v0.2.17
13832026-03-10T18:28:56.116Z Compiling futures-channel v0.3.32
13842026-03-10T18:28:56.121Z Compiling getrandom v0.4.1
13852026-03-10T18:28:56.220Z Compiling futures-task v0.3.32
13862026-03-10T18:28:56.276Z Compiling hashbrown v0.16.1
13872026-03-10T18:28:56.328Z Compiling slab v0.4.12
13882026-03-10T18:28:56.416Z Compiling futures-io v0.3.32
13892026-03-10T18:28:56.447Z Compiling rand_core v0.10.0
13902026-03-10T18:28:56.556Z Compiling rustversion v1.0.22
13912026-03-10T18:28:56.625Z Compiling getrandom v0.3.4
13922026-03-10T18:28:56.665Z Compiling cmake v0.1.57
13932026-03-10T18:28:57.092Z Compiling indexmap v2.13.0
13942026-03-10T18:28:57.221Z Compiling form_urlencoded v1.2.2
13952026-03-10T18:28:57.336Z Compiling ident_case v1.0.1
13962026-03-10T18:28:57.390Z Compiling fs_extra v1.3.0
13972026-03-10T18:28:57.453Z Compiling dunce v1.0.5
13982026-03-10T18:28:57.478Z Compiling base64ct v1.8.3
13992026-03-10T18:28:57.510Z Compiling synstructure v0.13.2
14002026-03-10T18:28:57.735Z Compiling aws-lc-sys v0.37.1
14012026-03-10T18:28:57.877Z Compiling pem-rfc7468 v0.7.0
14022026-03-10T18:28:57.877Z Compiling flagset v0.4.7
14032026-03-10T18:28:57.916Z Compiling rand_core v0.9.5
14042026-03-10T18:28:57.920Z Compiling iana-time-zone v0.1.65
14052026-03-10T18:28:58.010Z Compiling rustix v1.1.3
14062026-03-10T18:28:58.043Z Compiling ring v0.17.14
14072026-03-10T18:28:58.186Z Compiling uuid v1.21.0
14082026-03-10T18:28:58.297Z Compiling rustc_version v0.4.1
14092026-03-10T18:28:58.316Z Compiling aws-lc-rs v1.16.0
14102026-03-10T18:28:58.358Z Compiling vcpkg v0.2.15
14112026-03-10T18:28:58.716Z Compiling regex-syntax v0.8.10
14122026-03-10T18:28:58.733Z Compiling tracing-core v0.1.36
14132026-03-10T18:28:59.113Z Compiling crossbeam-utils v0.8.21
14142026-03-10T18:28:59.344Z Compiling openssl-sys v0.9.111
14152026-03-10T18:28:59.471Z Compiling pest_generator v2.8.6
14162026-03-10T18:28:59.521Z Compiling serde_derive_internals v0.29.1
14172026-03-10T18:29:00.135Z Compiling untrusted v0.9.0
14182026-03-10T18:29:00.155Z Compiling serde_derive v1.0.228
14192026-03-10T18:29:00.286Z Compiling zeroize_derive v1.4.3
14202026-03-10T18:29:00.421Z Compiling zerofrom-derive v0.1.6
14212026-03-10T18:29:00.486Z Compiling yoke-derive v0.8.1
14222026-03-10T18:29:00.812Z Compiling zerocopy-derive v0.8.40
14232026-03-10T18:29:01.137Z Compiling zeroize v1.8.2
14242026-03-10T18:29:02.003Z Compiling zerovec-derive v0.11.2
14252026-03-10T18:29:02.059Z Compiling displaydoc v0.2.5
14262026-03-10T18:29:02.191Z Compiling crypto-common v0.1.7
14272026-03-10T18:29:02.315Z Compiling zerofrom v0.1.6
14282026-03-10T18:29:02.361Z Compiling block-buffer v0.10.4
14292026-03-10T18:29:02.481Z Compiling yoke v0.8.1
14302026-03-10T18:29:02.567Z Compiling digest v0.10.7
14312026-03-10T18:29:02.708Z Compiling tokio-macros v2.6.0
14322026-03-10T18:29:02.895Z Compiling hmac v0.12.1
14332026-03-10T18:29:02.935Z Compiling futures-macro v0.3.32
14342026-03-10T18:29:03.030Z Compiling zerotrie v0.2.3
14352026-03-10T18:29:03.089Z Compiling block-padding v0.3.3
14362026-03-10T18:29:03.292Z Compiling inout v0.1.4
14372026-03-10T18:29:03.426Z Compiling sha2 v0.10.9
14382026-03-10T18:29:03.490Z Compiling zerovec v0.11.5
14392026-03-10T18:29:03.509Z Compiling cipher v0.4.4
14402026-03-10T18:29:03.692Z Compiling der_derive v0.7.3
14412026-03-10T18:29:03.858Z Compiling salsa20 v0.10.2
14422026-03-10T18:29:04.016Z Compiling futures-util v0.3.32
14432026-03-10T18:29:04.037Z Compiling pbkdf2 v0.12.2
14442026-03-10T18:29:04.175Z Compiling tinystr v0.8.2
14452026-03-10T18:29:04.192Z Compiling potential_utf v0.1.4
14462026-03-10T18:29:04.396Z Compiling icu_locale_core v2.1.1
14472026-03-10T18:29:04.432Z Compiling icu_collections v2.1.1
14482026-03-10T18:29:04.855Z Compiling bytes v1.11.1
14492026-03-10T18:29:05.023Z Compiling der v0.7.10
14502026-03-10T18:29:05.139Z Compiling chrono v0.4.44
14512026-03-10T18:29:05.261Z Compiling thiserror-impl v2.0.18
14522026-03-10T18:29:05.692Z Compiling tokio v1.49.0
14532026-03-10T18:29:05.710Z Compiling icu_provider v2.1.1
14542026-03-10T18:29:06.084Z Compiling icu_properties v2.1.2
14552026-03-10T18:29:06.694Z Compiling icu_normalizer v2.1.1
14562026-03-10T18:29:07.025Z Compiling spki v0.7.3
14572026-03-10T18:29:07.044Z Compiling http v1.4.0
14582026-03-10T18:29:07.197Z Compiling ppv-lite86 v0.2.21
14592026-03-10T18:29:07.282Z Compiling idna_adapter v1.2.1
14602026-03-10T18:29:07.367Z Compiling thiserror v2.0.18
14612026-03-10T18:29:07.425Z Compiling idna v1.1.0
14622026-03-10T18:29:07.445Z Compiling scrypt v0.11.0
14632026-03-10T18:29:07.492Z Compiling aes v0.8.4
14642026-03-10T18:29:07.609Z Compiling rand_chacha v0.9.0
14652026-03-10T18:29:07.643Z Compiling cbc v0.1.2
14662026-03-10T18:29:07.760Z Compiling url v2.5.8
14672026-03-10T18:29:07.824Z Compiling rustls-pki-types v1.14.0
14682026-03-10T18:29:08.270Z Compiling tracing-attributes v0.1.31
14692026-03-10T18:29:08.290Z Compiling pkcs5 v0.7.1
14702026-03-10T18:29:08.416Z Compiling http-body v1.0.1
14712026-03-10T18:29:08.490Z Compiling rand v0.9.2
14722026-03-10T18:29:08.597Z Compiling untrusted v0.7.1
14732026-03-10T18:29:08.752Z Compiling syn v1.0.109
14742026-03-10T18:29:08.814Z Compiling httparse v1.10.1
14752026-03-10T18:29:08.882Z Compiling base64 v0.22.1
14762026-03-10T18:29:08.927Z Compiling schemars v0.8.22
14772026-03-10T18:29:09.155Z Compiling openssl-probe v0.2.1
14782026-03-10T18:29:09.281Z Compiling pkcs8 v0.10.2
14792026-03-10T18:29:09.319Z Compiling schemars_derive v0.8.22
14802026-03-10T18:29:09.390Z Compiling pest_derive v2.8.6
14812026-03-10T18:29:09.536Z Compiling scroll_derive v0.13.1
14822026-03-10T18:29:09.966Z Compiling darling_core v0.20.11
14832026-03-10T18:29:10.133Z Compiling tracing v0.1.44
14842026-03-10T18:29:10.358Z Compiling rustls v0.23.37
14852026-03-10T18:29:10.497Z Compiling atomic-waker v1.1.2
14862026-03-10T18:29:10.593Z Compiling tinyvec_macros v0.1.1
14872026-03-10T18:29:10.649Z Compiling try-lock v0.2.5
14882026-03-10T18:29:10.672Z Compiling tower-service v0.3.3
14892026-03-10T18:29:10.690Z Compiling tower-layer v0.3.3
14902026-03-10T18:29:10.780Z Compiling tokio-util v0.7.18
14912026-03-10T18:29:10.780Z Compiling dyn-clone v1.0.20
14922026-03-10T18:29:10.886Z Compiling want v0.3.1
14932026-03-10T18:29:10.952Z Compiling scroll v0.13.0
14942026-03-10T18:29:11.088Z Compiling tinyvec v1.10.0
14952026-03-10T18:29:11.689Z Compiling ipnet v2.11.0
14962026-03-10T18:29:11.796Z Compiling h2 v0.4.13
14972026-03-10T18:29:12.226Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-10T18:29:12.356Z Compiling spin v0.9.8
14992026-03-10T18:29:12.616Z Compiling aho-corasick v1.1.4
15002026-03-10T18:29:12.728Z Compiling httpdate v1.0.3
15012026-03-10T18:29:12.847Z Compiling openssl v0.10.75
15022026-03-10T18:29:13.007Z Compiling pin-utils v0.1.0
15032026-03-10T18:29:13.099Z Compiling foreign-types-shared v0.1.1
15042026-03-10T18:29:13.155Z Compiling num-conv v0.2.0
15052026-03-10T18:29:13.206Z Compiling powerfmt v0.2.0
15062026-03-10T18:29:13.232Z Compiling darling_macro v0.20.11
15072026-03-10T18:29:13.335Z Compiling time-core v0.1.8
15082026-03-10T18:29:13.468Z Compiling crc32fast v1.5.0
15092026-03-10T18:29:13.532Z Compiling time-macros v0.2.27
15102026-03-10T18:29:13.562Z Compiling deranged v0.5.8
15112026-03-10T18:29:13.840Z Compiling darling v0.20.11
15122026-03-10T18:29:13.878Z Compiling regex-automata v0.4.14
15132026-03-10T18:29:13.935Z Compiling foreign-types v0.3.2
15142026-03-10T18:29:14.037Z Compiling tempfile v3.25.0
15152026-03-10T18:29:15.016Z Compiling goblin v0.10.5
15162026-03-10T18:29:15.045Z Compiling openssl-macros v0.1.1
15172026-03-10T18:29:15.051Z Compiling thiserror-impl v1.0.69
15182026-03-10T18:29:16.354Z Compiling hyper v1.8.1
15192026-03-10T18:29:16.790Z Compiling wait-timeout v0.2.1
15202026-03-10T18:29:17.120Z Compiling native-tls v0.2.18
15212026-03-10T18:29:17.192Z Compiling num_threads v0.1.7
15222026-03-10T18:29:17.234Z Compiling siphasher v1.0.2
15232026-03-10T18:29:17.310Z Compiling quick-error v1.2.3
15242026-03-10T18:29:17.385Z Compiling bit-vec v0.8.0
15252026-03-10T18:29:17.440Z Compiling either v1.15.0
15262026-03-10T18:29:17.500Z Compiling usdt-impl v0.6.0
15272026-03-10T18:29:17.723Z Compiling simd-adler32 v0.3.8
15282026-03-10T18:29:17.744Z Compiling hyper-util v0.1.20
15292026-03-10T18:29:17.793Z Compiling bit-set v0.8.0
15302026-03-10T18:29:17.979Z Compiling rusty-fork v0.3.1
15312026-03-10T18:29:18.032Z Compiling time v0.3.47
15322026-03-10T18:29:18.395Z Compiling thiserror v1.0.69
15332026-03-10T18:29:18.533Z Compiling derive_builder_core v0.20.2
15342026-03-10T18:29:19.696Z Compiling dof v0.4.0
15352026-03-10T18:29:19.972Z Compiling unicode-normalization v0.1.25
15362026-03-10T18:29:20.062Z Compiling crossbeam-epoch v0.9.18
15372026-03-10T18:29:20.271Z Compiling dtrace-parser v0.3.0
15382026-03-10T18:29:20.531Z Compiling rustls-native-certs v0.8.3
15392026-03-10T18:29:20.613Z Compiling signature v2.2.0
15402026-03-10T18:29:20.784Z Compiling scroll_derive v0.12.1
15412026-03-10T18:29:20.968Z Compiling heapless v0.7.17
15422026-03-10T18:29:21.173Z Compiling rand_xorshift v0.4.0
15432026-03-10T18:29:21.242Z Compiling slog v2.8.2
15442026-03-10T18:29:21.345Z Compiling darling_core v0.21.3
15452026-03-10T18:29:21.414Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-10T18:29:21.489Z Compiling sync_wrapper v1.0.2
15472026-03-10T18:29:21.531Z Compiling thread-id v5.1.0
15482026-03-10T18:29:21.557Z Compiling cookie v0.18.1
15492026-03-10T18:29:21.619Z Compiling rayon-core v1.13.0
15502026-03-10T18:29:21.707Z Compiling adler2 v2.0.1
15512026-03-10T18:29:21.789Z Compiling signal-hook v0.3.18
15522026-03-10T18:29:21.871Z Compiling unicode-bidi v0.3.18
15532026-03-10T18:29:21.952Z Compiling anyhow v1.0.102
15542026-03-10T18:29:21.952Z Compiling paste v1.0.15
15552026-03-10T18:29:22.003Z Compiling zstd-safe v7.2.4
15562026-03-10T18:29:22.182Z Compiling unicode-properties v0.1.4
15572026-03-10T18:29:22.225Z Compiling unicode-segmentation v1.12.0
15582026-03-10T18:29:22.241Z Compiling unarray v0.1.4
15592026-03-10T18:29:22.387Z Compiling proptest v1.10.0
15602026-03-10T18:29:22.506Z Compiling stringprep v0.1.5
15612026-03-10T18:29:22.774Z Compiling miniz_oxide v0.8.9
15622026-03-10T18:29:22.827Z Compiling scroll v0.12.0
15632026-03-10T18:29:23.068Z Compiling tower v0.5.3
15642026-03-10T18:29:23.491Z Compiling crossbeam-deque v0.8.6
15652026-03-10T18:29:23.622Z Compiling derive_builder_macro v0.20.2
15662026-03-10T18:29:23.683Z Compiling ipnetwork v0.21.1
15672026-03-10T18:29:23.683Z Compiling http-body-util v0.1.3
15682026-03-10T18:29:23.730Z Compiling webpki-roots v1.0.6
15692026-03-10T18:29:27.773Z Compiling rand_chacha v0.3.1
15702026-03-10T18:29:27.905Z Compiling toml_datetime v0.6.11
15712026-03-10T18:29:27.905Z Compiling serde_spanned v0.6.9
15722026-03-10T18:29:27.905Z Compiling erased-serde v0.3.31
15732026-03-10T18:29:27.905Z Compiling serde_tokenstream v0.2.3
15742026-03-10T18:29:27.905Z Compiling md-5 v0.10.6
15752026-03-10T18:29:27.905Z Compiling zerocopy-derive v0.7.35
15762026-03-10T18:29:27.905Z Compiling curve25519-dalek v4.1.3
15772026-03-10T18:29:27.905Z Compiling vergen-lib v0.1.6
15782026-03-10T18:29:27.905Z Compiling num-integer v0.1.46
15792026-03-10T18:29:27.905Z Compiling hash32 v0.2.1
15802026-03-10T18:29:27.905Z Compiling ff v0.13.1
15812026-03-10T18:29:27.906Z Compiling ryu v1.0.23
15822026-03-10T18:29:27.906Z Compiling darling_macro v0.21.3
15832026-03-10T18:29:27.906Z Compiling ref-cast v1.0.25
15842026-03-10T18:29:27.906Z Compiling psl-types v2.0.11
15852026-03-10T18:29:27.906Z Compiling iri-string v0.7.10
15862026-03-10T18:29:27.906Z Compiling smoltcp v0.9.1
15872026-03-10T18:29:27.906Z Compiling zlib-rs v0.6.2
15882026-03-10T18:29:27.906Z Compiling fallible-iterator v0.2.0
15892026-03-10T18:29:27.906Z Compiling rustix v0.38.44
15902026-03-10T18:29:27.906Z Compiling base16ct v0.2.0
15912026-03-10T18:29:27.906Z Compiling num-bigint-dig v0.8.6
15922026-03-10T18:29:27.906Z Compiling litrs v1.0.0
15932026-03-10T18:29:27.906Z Compiling postgres-protocol v0.6.10
15942026-03-10T18:29:27.906Z Compiling newtype-uuid v1.3.2
15952026-03-10T18:29:27.906Z Compiling sec1 v0.7.3
15962026-03-10T18:29:27.906Z Compiling darling v0.21.3
15972026-03-10T18:29:27.906Z Compiling document-features v0.2.12
15982026-03-10T18:29:27.906Z Compiling zerocopy v0.7.35
15992026-03-10T18:29:27.906Z Compiling publicsuffix v2.3.0
16002026-03-10T18:29:27.906Z Compiling num-iter v0.1.45
16012026-03-10T18:29:27.984Z Compiling serde_urlencoded v0.7.1
16022026-03-10T18:29:27.984Z Compiling tower-http v0.6.8
16032026-03-10T18:29:27.984Z Compiling group v0.13.0
16042026-03-10T18:29:27.984Z Compiling derive_builder v0.20.2
16052026-03-10T18:29:27.984Z Compiling rand v0.8.5
16062026-03-10T18:29:27.984Z Compiling oxnet v0.1.4
16072026-03-10T18:29:27.984Z Compiling proc-macro-error v1.0.4
16082026-03-10T18:29:27.984Z Compiling tokio-native-tls v0.3.1
16092026-03-10T18:29:28.000Z Compiling goblin v0.8.2
16102026-03-10T18:29:28.678Z Compiling heck v0.4.1
16112026-03-10T18:29:28.739Z Compiling phf_shared v0.13.1
16122026-03-10T18:29:28.843Z Compiling hubpack_derive v0.1.1
16132026-03-10T18:29:28.957Z Compiling regex v1.12.3
16142026-03-10T18:29:29.069Z Compiling lazy_static v1.5.0
16152026-03-10T18:29:29.185Z Compiling flate2 v1.1.9
16162026-03-10T18:29:29.204Z Compiling cargo-platform v0.1.9
16172026-03-10T18:29:29.426Z Compiling hkdf v0.12.4
16182026-03-10T18:29:29.581Z Compiling crypto-bigint v0.5.5
16192026-03-10T18:29:29.594Z Compiling ref-cast-impl v1.0.25
16202026-03-10T18:29:29.644Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-10T18:29:29.682Z Compiling daft-derive v0.1.5
16222026-03-10T18:29:29.788Z Compiling strum_macros v0.27.2
16232026-03-10T18:29:30.326Z Compiling async-trait v0.1.89
16242026-03-10T18:29:30.511Z Compiling terminal_size v0.4.3
16252026-03-10T18:29:30.680Z Compiling vergen v9.0.6
16262026-03-10T18:29:30.699Z Compiling fs-err v3.3.0
16272026-03-10T18:29:30.930Z Compiling ahash v0.8.12
16282026-03-10T18:29:30.948Z Compiling winnow v0.5.40
16292026-03-10T18:29:31.209Z Compiling managed v0.8.0
16302026-03-10T18:29:31.485Z Compiling foldhash v0.1.5
16312026-03-10T18:29:31.701Z Compiling bumpalo v3.20.2
16322026-03-10T18:29:31.783Z Compiling object v0.37.3
16332026-03-10T18:29:32.026Z Compiling bitflags v1.3.2
16342026-03-10T18:29:32.120Z Compiling libbz2-rs-sys v0.2.2
16352026-03-10T18:29:32.484Z Compiling strum v0.27.2
16362026-03-10T18:29:32.640Z Compiling zopfli v0.8.3
16372026-03-10T18:29:32.827Z Compiling toml_edit v0.19.15
16382026-03-10T18:29:32.899Z Compiling bzip2 v0.6.1
16392026-03-10T18:29:33.031Z Compiling hashbrown v0.15.5
16402026-03-10T18:29:33.046Z Compiling elliptic-curve v0.13.8
16412026-03-10T18:29:33.157Z Compiling clap_builder v4.5.60
16422026-03-10T18:29:33.307Z Compiling console v0.16.2
16432026-03-10T18:29:33.578Z Compiling dof v0.3.0
16442026-03-10T18:29:33.742Z Compiling daft v0.1.5
16452026-03-10T18:29:34.107Z Compiling hubpack v0.1.2
16462026-03-10T18:29:34.178Z Compiling cargo_metadata v0.19.2
16472026-03-10T18:29:34.639Z Compiling phf v0.13.1
16482026-03-10T18:29:34.847Z Compiling zone_cfg_derive v0.3.1
16492026-03-10T18:29:35.713Z Compiling signal-hook-mio v0.2.5
16502026-03-10T18:29:36.120Z Compiling cookie_store v0.22.1
16512026-03-10T18:29:36.335Z Compiling rayon v1.11.0
16522026-03-10T18:29:36.590Z Compiling zstd v0.13.3
16532026-03-10T18:29:36.936Z Compiling hyper-tls v0.6.0
16542026-03-10T18:29:37.017Z Compiling bzip2 v0.4.4
16552026-03-10T18:29:37.222Z Compiling serde_with_macros v3.17.0
16562026-03-10T18:29:37.243Z Compiling postgres-types v0.2.12
16572026-03-10T18:29:37.500Z Compiling usdt-macro v0.6.0
16582026-03-10T18:29:37.992Z Compiling usdt-attr-macro v0.6.0
16592026-03-10T18:29:38.049Z Compiling ed25519 v2.2.3
16602026-03-10T18:29:38.481Z Compiling dtrace-parser v0.2.0
16612026-03-10T18:29:38.755Z Compiling itertools v0.12.1
16622026-03-10T18:29:38.798Z Compiling phf_shared v0.11.3
16632026-03-10T18:29:38.889Z Compiling bstr v1.12.1
16642026-03-10T18:29:39.044Z Compiling pkcs1 v0.7.5
16652026-03-10T18:29:39.063Z Compiling serde-big-array v0.5.1
16662026-03-10T18:29:39.239Z Compiling hex v0.4.3
16672026-03-10T18:29:39.259Z Compiling rfc6979 v0.4.0
16682026-03-10T18:29:39.411Z Compiling clap_derive v4.5.55
16692026-03-10T18:29:39.546Z Compiling strum_macros v0.26.4
16702026-03-10T18:29:39.601Z Compiling serde_repr v0.1.20
16712026-03-10T18:29:39.655Z Compiling enum-as-inner v0.6.1
16722026-03-10T18:29:39.823Z Compiling float-cmp v0.10.0
16732026-03-10T18:29:40.012Z Compiling thread-id v4.2.2
16742026-03-10T18:29:40.123Z Compiling memmap2 v0.9.10
16752026-03-10T18:29:40.322Z Compiling env_filter v1.0.0
16762026-03-10T18:29:40.341Z Compiling encoding_rs v0.8.35
16772026-03-10T18:29:40.412Z Compiling jiff v0.2.21
16782026-03-10T18:29:40.520Z Compiling precomputed-hash v0.1.1
16792026-03-10T18:29:40.609Z Compiling rustc-hash v2.1.1
16802026-03-10T18:29:40.726Z Compiling fixedbitset v0.4.2
16812026-03-10T18:29:40.763Z Compiling keccak v0.1.6
16822026-03-10T18:29:41.017Z Compiling static_assertions v1.1.0
16832026-03-10T18:29:41.112Z Compiling predicates-core v1.0.10
16842026-03-10T18:29:41.341Z Compiling mime v0.3.17
16852026-03-10T18:29:41.671Z Compiling fixedbitset v0.5.7
16862026-03-10T18:29:41.790Z Compiling unit-prefix v0.5.2
16872026-03-10T18:29:41.869Z Compiling normalize-line-endings v0.3.0
16882026-03-10T18:29:41.901Z Compiling whoami v2.1.0
16892026-03-10T18:29:41.965Z Compiling new_debug_unreachable v1.0.6
16902026-03-10T18:29:41.985Z Compiling difflib v0.4.0
16912026-03-10T18:29:41.988Z Compiling data-encoding v2.10.0
16922026-03-10T18:29:42.054Z Compiling string_cache v0.8.9
16932026-03-10T18:29:42.085Z Compiling strum v0.26.3
16942026-03-10T18:29:42.238Z Compiling tokio-postgres v0.7.16
16952026-03-10T18:29:42.345Z Compiling predicates v3.1.4
16962026-03-10T18:29:42.389Z Compiling hickory-proto v0.25.2
16972026-03-10T18:29:42.407Z Compiling indicatif v0.18.4
16982026-03-10T18:29:42.746Z Compiling petgraph v0.8.3
16992026-03-10T18:29:42.977Z Compiling clap v4.5.60
17002026-03-10T18:29:43.081Z Compiling toml_edit v0.22.27
17012026-03-10T18:29:43.224Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-10T18:29:43.580Z Compiling sha3 v0.10.8
17032026-03-10T18:29:44.205Z Compiling zip v4.6.1
17042026-03-10T18:29:45.282Z Compiling petgraph v0.6.5
17052026-03-10T18:29:45.474Z Compiling iddqd v0.3.17
17062026-03-10T18:29:45.536Z Compiling env_logger v0.11.9
17072026-03-10T18:29:46.002Z Compiling zone v0.3.1
17082026-03-10T18:29:46.432Z Compiling usdt v0.6.0
17092026-03-10T18:29:46.764Z Compiling usdt-impl v0.5.0
17102026-03-10T18:29:46.911Z Compiling serde_with v3.17.0
17112026-03-10T18:29:46.930Z Compiling similar v2.7.0
17122026-03-10T18:29:47.022Z Compiling ecdsa v0.16.9
17132026-03-10T18:29:47.027Z Compiling rsa v0.9.10
17142026-03-10T18:29:47.337Z Compiling crossterm v0.28.1
17152026-03-10T18:29:47.538Z Compiling ed25519-dalek v2.2.0
17162026-03-10T18:29:47.558Z Compiling zip v0.6.6
17172026-03-10T18:29:48.325Z Compiling toml v0.7.8
17182026-03-10T18:29:48.945Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-10T18:29:48.972Z Compiling itertools v0.13.0
17202026-03-10T18:29:49.132Z Compiling tokio-stream v0.1.18
17212026-03-10T18:29:49.161Z Compiling buf-list v1.1.2
17222026-03-10T18:29:49.347Z Compiling x509-cert v0.2.5
17232026-03-10T18:29:49.550Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-10T18:29:49.764Z Compiling openapiv3 v2.2.0
17252026-03-10T18:29:49.848Z Compiling sha1 v0.10.6
17262026-03-10T18:29:49.955Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-10T18:29:50.133Z Compiling lalrpop-util v0.19.12
17282026-03-10T18:29:50.337Z Compiling peg-runtime v0.8.5
17292026-03-10T18:29:50.385Z Compiling thread_local v1.1.9
17302026-03-10T18:29:50.693Z Compiling slog-async v2.8.0
17312026-03-10T18:29:50.712Z Compiling crossbeam-channel v0.5.15
17322026-03-10T18:29:50.732Z Compiling futures-executor v0.3.32
17332026-03-10T18:29:51.050Z Compiling is-terminal v0.4.17
17342026-03-10T18:29:51.120Z Compiling filetime v0.2.27
17352026-03-10T18:29:51.189Z Compiling take_mut v0.2.2
17362026-03-10T18:29:51.322Z Compiling xattr v1.6.1
17372026-03-10T18:29:51.340Z Compiling term v1.2.1
17382026-03-10T18:29:51.520Z Compiling tar v0.4.44
17392026-03-10T18:29:51.529Z Compiling futures v0.3.32
17402026-03-10T18:29:51.710Z Compiling slog-term v2.9.2
17412026-03-10T18:29:58.631Z Compiling rustls-webpki v0.103.9
17422026-03-10T18:30:02.655Z Compiling tokio-rustls v0.26.4
17432026-03-10T18:30:02.668Z Compiling rustls-platform-verifier v0.6.2
17442026-03-10T18:30:02.925Z Compiling hyper-rustls v0.27.7
17452026-03-10T18:30:03.187Z Compiling reqwest v0.12.28
17462026-03-10T18:30:03.187Z Compiling reqwest v0.13.2
17472026-03-10T18:30:06.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-10T18:30:06.355Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-10T18:30:10.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17502026-03-10T18:30:10.323Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-10T18:30:10.385ZMar 10 18:30:09.100 INFO Starting download, target: Cockroach
17522026-03-10T18:30:10.385ZMar 10 18:30:09.101 INFO Starting download, target: MaghemiteMgd
17532026-03-10T18:30:10.385ZMar 10 18:30:09.101 INFO Starting download, target: Clickhouse
17542026-03-10T18:30:10.385ZMar 10 18:30:09.101 INFO Starting download, target: TransceiverControl
17552026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Starting download, target: DendriteStub
17562026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Starting download, target: Console
17572026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-10T18:30:10.392ZMar 10 18:30:09.101 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-10T18:30:10.931ZMar 10 18:30:09.639 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-10T18:30:11.286ZMar 10 18:30:09.990 INFO Download complete, target: TransceiverControl
17652026-03-10T18:30:11.326ZMar 10 18:30:10.026 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-10T18:30:11.697ZMar 10 18:30:10.403 INFO Download complete, target: Console
17672026-03-10T18:30:11.907ZMar 10 18:30:10.612 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-10T18:30:12.203ZMar 10 18:30:10.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-10T18:30:12.336ZMar 10 18:30:11.050 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-10T18:30:12.547ZMar 10 18:30:11.263 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-10T18:30:12.547ZMar 10 18:30:11.263 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-10T18:30:15.533ZMar 10 18:30:14.248 INFO Download complete, target: DendriteStub
17732026-03-10T18:30:15.648ZMar 10 18:30:14.363 INFO Download complete, target: MaghemiteMgd
17742026-03-10T18:30:20.166ZMar 10 18:30:18.881 INFO Checking that binary works, target: Cockroach
17752026-03-10T18:30:20.276ZMar 10 18:30:18.991 INFO Download complete, target: Cockroach
17762026-03-10T18:30:23.329ZMar 10 18:30:22.043 INFO Checking that binary works, target: Clickhouse
17772026-03-10T18:30:23.487ZMar 10 18:30:22.202 INFO Download complete, target: Clickhouse
17782026-03-10T18:30:23.504ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-10T18:30:23.509Z
17802026-03-10T18:30:23.509Zreal 5:17.712557054
17812026-03-10T18:30:23.509Zuser 10:23.016356982
17822026-03-10T18:30:23.509Zsys 1:47.916196705
17832026-03-10T18:30:23.509Ztrap 0.324375776
17842026-03-10T18:30:23.509Ztflt 0.609948106
17852026-03-10T18:30:23.509Zdflt 0.631912186
17862026-03-10T18:30:23.509Zkflt 0.054708233
17872026-03-10T18:30:23.509Zlock 21:43.730716250
17882026-03-10T18:30:23.510Zslp 40:30.357710990
17892026-03-10T18:30:23.510Zlat 55.744883664
17902026-03-10T18:30:23.510Zstop 2:36.462804596
17912026-03-10T18:30:23.510Z+ banner hack-check
17922026-03-10T18:30:23.510Z
17932026-03-10T18:30:23.510Z # # ## #### # # #### # # ###### #### # #
17942026-03-10T18:30:23.510Z # # # # # # # # # # # # # # # # #
17952026-03-10T18:30:23.510Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-10T18:30:23.510Z # # ###### # # # # # # # # # #
17972026-03-10T18:30:23.510Z # # # # # # # # # # # # # # # # #
17982026-03-10T18:30:23.510Z # # # # #### # # #### # # ###### #### # #
17992026-03-10T18:30:23.510Z
18002026-03-10T18:30:23.510Z+ export CARGO_INCREMENTAL=0
18012026-03-10T18:30:23.510Z+ CARGO_INCREMENTAL=0
18022026-03-10T18:30:23.510Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-10T18:30:24.242Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-10T18:30:24.518Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-10T18:30:27.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18062026-03-10T18:30:27.164Z Running `target/debug/xtask check-features --ci`
18072026-03-10T18:30:27.189Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-10T18:30:27.203Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-10T18:30:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18102026-03-10T18:30:27.840Z Running `target/debug/xtask download cargo-hack`
18112026-03-10T18:30:28.819Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-10T18:30:29.210Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-10T18:30:32.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
18142026-03-10T18:30:32.693Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-10T18:30:32.735ZMar 10 18:30:31.449 INFO Starting download, target: CargoHack
18162026-03-10T18:30:32.738ZMar 10 18:30:31.450 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-10T18:30:33.170ZMar 10 18:30:31.884 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-10T18:30:33.249ZMar 10 18:30:31.963 INFO Download complete, target: CargoHack
18192026-03-10T18:30:33.253Zrunning: "/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"
18202026-03-10T18:30:33.270Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-10T18:30:33.472Zinfo: running `cargo check --bins` on api_identity (1/256)
18222026-03-10T18:30:34.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-10T18:30:34.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-10T18:30:34.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-10T18:30:34.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18262026-03-10T18:30:34.231Z
18272026-03-10T18:30:34.231Zinfo: running `cargo check --bins` on bootstore (2/256)
18282026-03-10T18:30:34.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-10T18:30:34.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-10T18:30:34.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-10T18:30:34.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18322026-03-10T18:30:35.018Z
18332026-03-10T18:30:35.018Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/256)
18342026-03-10T18:30:35.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-10T18:30:35.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-10T18:30:35.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-10T18:30:35.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18382026-03-10T18:30:35.783Z
18392026-03-10T18:30:35.783Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/256)
18402026-03-10T18:30:36.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-10T18:30:36.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-10T18:30:36.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-10T18:30:36.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18442026-03-10T18:30:36.553Z
18452026-03-10T18:30:36.553Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/256)
18462026-03-10T18:30:37.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-10T18:30:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-10T18:30:37.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-10T18:30:37.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18502026-03-10T18:30:37.165Z
18512026-03-10T18:30:37.165Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/256)
18522026-03-10T18:30:37.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-10T18:30:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-10T18:30:37.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-10T18:30:37.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18562026-03-10T18:30:37.773Z
18572026-03-10T18:30:37.773Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/256)
18582026-03-10T18:30:38.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-10T18:30:38.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-10T18:30:38.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-10T18:30:38.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18622026-03-10T18:30:38.381Z
18632026-03-10T18:30:38.381Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/256)
18642026-03-10T18:30:38.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-10T18:30:38.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-10T18:30:38.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-10T18:30:38.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18682026-03-10T18:30:38.987Z
18692026-03-10T18:30:38.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/256)
18702026-03-10T18:30:39.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-10T18:30:39.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-10T18:30:39.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-10T18:30:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-10T18:30:39.589Z
18752026-03-10T18:30:39.589Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/256)
18762026-03-10T18:30:40.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-10T18:30:40.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-10T18:30:40.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-10T18:30:40.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-10T18:30:40.193Z
18812026-03-10T18:30:40.193Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/256)
18822026-03-10T18:30:40.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-10T18:30:40.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-10T18:30:40.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-10T18:30:40.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-10T18:30:40.796Z
18872026-03-10T18:30:40.797Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/256)
18882026-03-10T18:30:41.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-10T18:30:41.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-10T18:30:41.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-10T18:30:41.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-10T18:30:41.403Z
18932026-03-10T18:30:41.403Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/256)
18942026-03-10T18:30:41.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-10T18:30:41.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-10T18:30:41.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-10T18:30:41.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-10T18:30:42.010Z
18992026-03-10T18:30:42.010Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/256)
19002026-03-10T18:30:42.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-10T18:30:42.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-10T18:30:42.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-10T18:30:42.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-10T18:30:42.616Z
19052026-03-10T18:30:42.616Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/256)
19062026-03-10T18:30:43.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-10T18:30:43.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-10T18:30:43.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-10T18:30:43.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-10T18:30:43.213Z
19112026-03-10T18:30:43.214Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/256)
19122026-03-10T18:30:43.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-10T18:30:43.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-10T18:30:43.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-10T18:30:43.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-10T18:30:43.821Z
19172026-03-10T18:30:43.821Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/256)
19182026-03-10T18:30:44.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-10T18:30:44.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-10T18:30:44.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-10T18:30:44.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19222026-03-10T18:30:44.430Z
19232026-03-10T18:30:44.430Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/256)
19242026-03-10T18:30:44.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-10T18:30:44.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-10T18:30:44.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-10T18:30:44.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19282026-03-10T18:30:45.041Z
19292026-03-10T18:30:45.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/256)
19302026-03-10T18:30:45.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-10T18:30:45.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-10T18:30:45.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-10T18:30:45.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19342026-03-10T18:30:45.652Z
19352026-03-10T18:30:45.652Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/256)
19362026-03-10T18:30:46.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-10T18:30:46.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-10T18:30:46.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-10T18:30:46.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-10T18:30:46.260Z
19412026-03-10T18:30:46.260Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/256)
19422026-03-10T18:30:46.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-10T18:30:46.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-10T18:30:46.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-10T18:30:46.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-10T18:30:46.867Z
19472026-03-10T18:30:46.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/256)
19482026-03-10T18:30:47.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-10T18:30:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-10T18:30:47.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-10T18:30:47.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-10T18:30:47.472Z
19532026-03-10T18:30:47.472Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/256)
19542026-03-10T18:30:48.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-10T18:30:48.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-10T18:30:48.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-10T18:30:48.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-10T18:30:48.081Z
19592026-03-10T18:30:48.081Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/256)
19602026-03-10T18:30:48.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-10T18:30:48.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-10T18:30:48.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-10T18:30:48.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19642026-03-10T18:30:48.693Z
19652026-03-10T18:30:48.693Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/256)
19662026-03-10T18:30:49.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-10T18:30:49.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-10T18:30:49.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-10T18:30:49.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19702026-03-10T18:30:49.304Z
19712026-03-10T18:30:49.304Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/256)
19722026-03-10T18:30:49.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-10T18:30:49.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-10T18:30:49.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-10T18:30:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-10T18:30:49.909Z
19772026-03-10T18:30:49.909Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/256)
19782026-03-10T18:30:50.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-10T18:30:50.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-10T18:30:50.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-10T18:30:50.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19822026-03-10T18:30:50.517Z
19832026-03-10T18:30:50.517Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/256)
19842026-03-10T18:30:51.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-10T18:30:51.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-10T18:30:51.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-10T18:30:51.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-10T18:30:51.123Z
19892026-03-10T18:30:51.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/256)
19902026-03-10T18:30:51.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-10T18:30:51.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-10T18:30:51.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-10T18:30:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-10T18:30:51.733Z
19952026-03-10T18:30:51.733Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/256)
19962026-03-10T18:30:52.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-10T18:30:52.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-10T18:30:52.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-10T18:30:52.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-10T18:30:52.339Z
20012026-03-10T18:30:52.339Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/256)
20022026-03-10T18:30:52.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-10T18:30:52.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-10T18:30:52.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-10T18:30:52.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-10T18:30:52.947Z
20072026-03-10T18:30:52.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/256)
20082026-03-10T18:30:53.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-10T18:30:53.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-10T18:30:53.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-10T18:30:53.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122026-03-10T18:30:53.553Z
20132026-03-10T18:30:53.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/256)
20142026-03-10T18:30:54.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-10T18:30:54.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-10T18:30:54.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-10T18:30:54.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-10T18:30:54.162Z
20192026-03-10T18:30:54.162Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/256)
20202026-03-10T18:30:54.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-10T18:30:54.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-10T18:30:54.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-10T18:30:54.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20242026-03-10T18:30:54.770Z
20252026-03-10T18:30:54.770Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/256)
20262026-03-10T18:30:55.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-10T18:30:55.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-10T18:30:55.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-10T18:30:55.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20302026-03-10T18:30:55.377Z
20312026-03-10T18:30:55.377Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/256)
20322026-03-10T18:30:55.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-10T18:30:55.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-10T18:30:55.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-10T18:30:55.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20362026-03-10T18:30:55.989Z
20372026-03-10T18:30:55.989Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/256)
20382026-03-10T18:30:56.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-10T18:30:56.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-10T18:30:56.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-10T18:30:56.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20422026-03-10T18:30:56.597Z
20432026-03-10T18:30:56.597Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/256)
20442026-03-10T18:30:57.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-10T18:30:57.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-10T18:30:57.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-10T18:30:57.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20482026-03-10T18:30:57.205Z
20492026-03-10T18:30:57.206Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/256)
20502026-03-10T18:30:57.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-10T18:30:57.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-10T18:30:57.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-10T18:30:57.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20542026-03-10T18:30:57.816Z
20552026-03-10T18:30:57.816Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/256)
20562026-03-10T18:30:58.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-10T18:30:58.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-10T18:30:58.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-10T18:30:58.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20602026-03-10T18:30:58.430Z
20612026-03-10T18:30:58.430Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/256)
20622026-03-10T18:30:58.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-10T18:30:58.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-10T18:30:58.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-10T18:30:58.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20662026-03-10T18:30:59.039Z
20672026-03-10T18:30:59.039Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/256)
20682026-03-10T18:30:59.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-10T18:30:59.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-10T18:30:59.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-10T18:30:59.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-10T18:30:59.642Z
20732026-03-10T18:30:59.642Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/256)
20742026-03-10T18:31:00.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-10T18:31:00.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-10T18:31:00.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-10T18:31:00.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20782026-03-10T18:31:00.261Z
20792026-03-10T18:31:00.261Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/256)
20802026-03-10T18:31:00.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-10T18:31:00.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-10T18:31:00.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-10T18:31:00.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20842026-03-10T18:31:00.873Z
20852026-03-10T18:31:00.873Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/256)
20862026-03-10T18:31:01.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-10T18:31:01.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-10T18:31:01.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-10T18:31:01.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20902026-03-10T18:31:01.653Z
20912026-03-10T18:31:01.653Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/256)
20922026-03-10T18:31:02.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-10T18:31:02.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-10T18:31:02.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-10T18:31:02.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20962026-03-10T18:31:02.445Z
20972026-03-10T18:31:02.445Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/256)
20982026-03-10T18:31:03.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-10T18:31:03.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-10T18:31:03.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-10T18:31:03.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21022026-03-10T18:31:03.231Z
21032026-03-10T18:31:03.231Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/256)
21042026-03-10T18:31:03.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-10T18:31:03.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-10T18:31:03.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-10T18:31:03.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21082026-03-10T18:31:04.018Z
21092026-03-10T18:31:04.018Zinfo: running `cargo check --bins` on key-manager-types (49/256)
21102026-03-10T18:31:04.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-10T18:31:04.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-10T18:31:04.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-03-10T18:31:04.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21142026-03-10T18:31:04.779Z
21152026-03-10T18:31:04.779Zinfo: running `cargo check --bins` on oxlog (50/256)
21162026-03-10T18:31:05.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-03-10T18:31:05.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-03-10T18:31:05.545Z Checking cfg-if v1.0.4
21192026-03-10T18:31:05.549Z Checking libc v0.2.180
21202026-03-10T18:31:05.549Z Checking serde_core v1.0.228
21212026-03-10T18:31:05.669Z Checking zeroize v1.8.2
21222026-03-10T18:31:05.680Z Checking memchr v2.8.0
21232026-03-10T18:31:05.684Z Checking log v0.4.29
21242026-03-10T18:31:05.695Z Checking smallvec v1.15.1
21252026-03-10T18:31:05.708Z Checking typenum v1.19.0
21262026-03-10T18:31:05.721Z Checking subtle v2.6.1
21272026-03-10T18:31:05.840Z Checking itoa v1.0.17
21282026-03-10T18:31:05.883Z Checking scopeguard v1.2.0
21292026-03-10T18:31:05.918Z Checking stable_deref_trait v1.2.1
21302026-03-10T18:31:05.932Z Checking const-oid v0.9.6
21312026-03-10T18:31:06.004Z Checking portable-atomic v1.13.1
21322026-03-10T18:31:06.020Z Checking lock_api v0.4.14
21332026-03-10T18:31:06.033Z Checking critical-section v1.2.0
21342026-03-10T18:31:06.149Z Checking zerofrom v0.1.6
21352026-03-10T18:31:06.183Z Checking pin-project-lite v0.2.17
21362026-03-10T18:31:06.274Z Checking zerocopy v0.8.40
21372026-03-10T18:31:06.288Z Checking yoke v0.8.1
21382026-03-10T18:31:06.300Z Checking getrandom v0.2.17
21392026-03-10T18:31:06.304Z Checking errno v0.3.14
21402026-03-10T18:31:06.406Z Checking generic-array v0.14.7
21412026-03-10T18:31:06.444Z Checking signal-hook-registry v1.4.8
21422026-03-10T18:31:06.469Z Checking rand_core v0.6.4
21432026-03-10T18:31:06.490Z Checking parking_lot_core v0.9.12
21442026-03-10T18:31:06.570Z Checking once_cell v1.21.3
21452026-03-10T18:31:06.634Z Checking zerovec v0.11.5
21462026-03-10T18:31:06.678Z Checking mio v1.1.1
21472026-03-10T18:31:06.718Z Checking parking_lot v0.12.5
21482026-03-10T18:31:06.785Z Checking socket2 v0.6.2
21492026-03-10T18:31:06.943Z Checking libm v0.2.16
21502026-03-10T18:31:06.957Z Checking zmij v1.0.21
21512026-03-10T18:31:07.051Z Checking percent-encoding v2.3.2
21522026-03-10T18:31:07.066Z Checking crypto-common v0.1.7
21532026-03-10T18:31:07.093Z Checking block-buffer v0.10.4
21542026-03-10T18:31:07.209Z Checking equivalent v1.0.2
21552026-03-10T18:31:07.223Z Checking allocator-api2 v0.2.21
21562026-03-10T18:31:07.238Z Checking writeable v0.6.2
21572026-03-10T18:31:07.242Z Checking tinystr v0.8.2
21582026-03-10T18:31:07.263Z Checking digest v0.10.7
21592026-03-10T18:31:07.304Z Checking futures-core v0.3.32
21602026-03-10T18:31:07.433Z Checking litemap v0.8.1
21612026-03-10T18:31:07.450Z Checking potential_utf v0.1.4
21622026-03-10T18:31:07.473Z Checking zerotrie v0.2.3
21632026-03-10T18:31:07.501Z Checking cpufeatures v0.2.17
21642026-03-10T18:31:07.581Z Checking foldhash v0.2.0
21652026-03-10T18:31:07.597Z Checking icu_collections v2.1.1
21662026-03-10T18:31:07.610Z Checking hmac v0.12.1
21672026-03-10T18:31:07.648Z Checking icu_locale_core v2.1.1
21682026-03-10T18:31:07.763Z Checking hashbrown v0.16.1
21692026-03-10T18:31:07.779Z Checking block-padding v0.3.3
21702026-03-10T18:31:07.793Z Checking icu_normalizer_data v2.1.1
21712026-03-10T18:31:07.821Z Checking serde v1.0.228
21722026-03-10T18:31:07.876Z Checking bitflags v2.11.0
21732026-03-10T18:31:07.938Z Checking serde_json v1.0.149
21742026-03-10T18:31:07.953Z Checking num-traits v0.2.19
21752026-03-10T18:31:08.002Z Checking icu_properties_data v2.1.2
21762026-03-10T18:31:08.083Z Checking rand_core v0.10.0
21772026-03-10T18:31:08.155Z Checking futures-sink v0.3.32
21782026-03-10T18:31:08.258Z Checking getrandom v0.4.1
21792026-03-10T18:31:08.272Z Checking futures-channel v0.3.32
21802026-03-10T18:31:08.385Z Checking bytes v1.11.1
21812026-03-10T18:31:08.404Z Checking icu_provider v2.1.1
21822026-03-10T18:31:08.429Z Checking inout v0.1.4
21832026-03-10T18:31:08.443Z Checking indexmap v2.13.0
21842026-03-10T18:31:08.513Z Checking futures-io v0.3.32
21852026-03-10T18:31:08.595Z Checking slab v0.4.12
21862026-03-10T18:31:08.650Z Checking futures-task v0.3.32
21872026-03-10T18:31:08.697Z Checking icu_properties v2.1.2
21882026-03-10T18:31:08.725Z Checking icu_normalizer v2.1.1
21892026-03-10T18:31:08.787Z Checking cipher v0.4.4
21902026-03-10T18:31:08.819Z Checking futures-util v0.3.32
21912026-03-10T18:31:08.869Z Checking sha2 v0.10.9
21922026-03-10T18:31:08.983Z Checking tokio v1.49.0
21932026-03-10T18:31:09.059Z Checking getrandom v0.3.4
21942026-03-10T18:31:09.116Z Checking base64ct v1.8.3
21952026-03-10T18:31:09.215Z Checking byteorder v1.5.0
21962026-03-10T18:31:09.230Z Checking utf8_iter v1.0.4
21972026-03-10T18:31:09.242Z Checking form_urlencoded v1.2.2
21982026-03-10T18:31:09.375Z Checking flagset v0.4.7
21992026-03-10T18:31:09.393Z Checking fnv v1.0.7
22002026-03-10T18:31:09.420Z Checking pem-rfc7468 v0.7.0
22012026-03-10T18:31:09.476Z Checking rand_core v0.9.5
22022026-03-10T18:31:09.500Z Checking salsa20 v0.10.2
22032026-03-10T18:31:09.522Z Checking http v1.4.0
22042026-03-10T18:31:09.610Z Checking der v0.7.10
22052026-03-10T18:31:09.659Z Checking uuid v1.21.0
22062026-03-10T18:31:09.697Z Checking pbkdf2 v0.12.2
22072026-03-10T18:31:09.836Z Checking scrypt v0.11.0
22082026-03-10T18:31:09.848Z Checking idna_adapter v1.2.1
22092026-03-10T18:31:09.987Z Checking idna v1.1.0
22102026-03-10T18:31:10.001Z Checking cbc v0.1.2
22112026-03-10T18:31:10.073Z Checking aes v0.8.4
22122026-03-10T18:31:10.178Z Checking rustix v1.1.3
22132026-03-10T18:31:10.290Z Checking url v2.5.8
22142026-03-10T18:31:10.304Z Checking tracing-core v0.1.36
22152026-03-10T18:31:10.552Z Checking ppv-lite86 v0.2.21
22162026-03-10T18:31:10.581Z Checking rustls-pki-types v1.14.0
22172026-03-10T18:31:10.629Z Checking spki v0.7.3
22182026-03-10T18:31:10.701Z Checking regex-syntax v0.8.10
22192026-03-10T18:31:10.828Z Checking iana-time-zone v0.1.65
22202026-03-10T18:31:10.846Z Checking pkcs5 v0.7.1
22212026-03-10T18:31:10.947Z Checking tracing v0.1.44
22222026-03-10T18:31:10.961Z Checking chrono v0.4.44
22232026-03-10T18:31:10.975Z Checking rand_chacha v0.9.0
22242026-03-10T18:31:11.175Z Checking http-body v1.0.1
22252026-03-10T18:31:11.202Z Checking aws-lc-sys v0.37.1
22262026-03-10T18:31:11.227Z Checking rand v0.9.2
22272026-03-10T18:31:11.337Z Checking base64 v0.22.1
22282026-03-10T18:31:11.368Z Checking openssl-probe v0.2.1
22292026-03-10T18:31:11.492Z Checking untrusted v0.7.1
22302026-03-10T18:31:11.508Z Checking untrusted v0.9.0
22312026-03-10T18:31:11.627Z Checking pkcs8 v0.10.2
22322026-03-10T18:31:11.645Z Checking ring v0.17.14
22332026-03-10T18:31:11.661Z Checking tower-service v0.3.3
22342026-03-10T18:31:11.761Z Checking try-lock v0.2.5
22352026-03-10T18:31:11.848Z Checking plain v0.2.3
22362026-03-10T18:31:11.865Z Checking tower-layer v0.3.3
22372026-03-10T18:31:11.880Z Checking atomic-waker v1.1.2
22382026-03-10T18:31:11.974Z Checking tinyvec_macros v0.1.1
22392026-03-10T18:31:11.997Z Checking want v0.3.1
22402026-03-10T18:31:12.052Z Checking tinyvec v1.10.0
22412026-03-10T18:31:12.055Z Checking ipnet v2.11.0
22422026-03-10T18:31:12.106Z Checking aws-lc-rs v1.16.0
22432026-03-10T18:31:12.142Z Checking semver v1.0.27
22442026-03-10T18:31:12.157Z Checking httparse v1.10.1
22452026-03-10T18:31:12.401Z Checking spin v0.9.8
22462026-03-10T18:31:12.415Z Checking foreign-types-shared v0.1.1
22472026-03-10T18:31:12.415Z Checking dyn-clone v1.0.20
22482026-03-10T18:31:12.476Z Checking ucd-trie v0.1.7
22492026-03-10T18:31:12.524Z Checking unicode-ident v1.0.24
22502026-03-10T18:31:12.538Z Checking fastrand v2.3.0
22512026-03-10T18:31:12.541Z Checking httpdate v1.0.3
22522026-03-10T18:31:12.626Z Checking pin-utils v0.1.0
22532026-03-10T18:31:12.630Z Checking pest v2.8.6
22542026-03-10T18:31:12.655Z Checking proc-macro2 v1.0.106
22552026-03-10T18:31:12.706Z Checking schemars v0.8.22
22562026-03-10T18:31:12.727Z Checking foreign-types v0.3.2
22572026-03-10T18:31:12.763Z Checking tempfile v3.25.0
22582026-03-10T18:31:12.811Z Checking crossbeam-utils v0.8.21
22592026-03-10T18:31:13.009Z Checking openssl-sys v0.9.111
22602026-03-10T18:31:13.025Z Checking thiserror v2.0.18
22612026-03-10T18:31:13.071Z Checking wait-timeout v0.2.1
22622026-03-10T18:31:13.142Z Checking aho-corasick v1.1.4
22632026-03-10T18:31:13.218Z Checking anstyle v1.0.13
22642026-03-10T18:31:13.249Z Checking rustls-webpki v0.103.9
22652026-03-10T18:31:13.270Z Checking either v1.15.0
22662026-03-10T18:31:13.377Z Checking tokio-util v0.7.18
22672026-03-10T18:31:13.449Z Checking siphasher v1.0.2
22682026-03-10T18:31:13.503Z Checking powerfmt v0.2.0
22692026-03-10T18:31:13.624Z Checking utf8parse v0.2.2
22702026-03-10T18:31:13.649Z Checking simd-adler32 v0.3.8
22712026-03-10T18:31:13.691Z Checking quick-error v1.2.3
22722026-03-10T18:31:13.742Z Checking pretty-hex v0.4.1
22732026-03-10T18:31:13.759Z Checking bit-vec v0.8.0
22742026-03-10T18:31:13.795Z Checking rustls v0.23.37
22752026-03-10T18:31:13.810Z Checking rusty-fork v0.3.1
22762026-03-10T18:31:13.874Z Checking openssl v0.10.75
22772026-03-10T18:31:13.889Z Checking anstyle-parse v0.2.7
22782026-03-10T18:31:14.002Z Checking bit-set v0.8.0
22792026-03-10T18:31:14.016Z Checking deranged v0.5.8
22802026-03-10T18:31:14.079Z Checking crossbeam-epoch v0.9.18
22812026-03-10T18:31:14.094Z Checking regex-automata v0.4.14
22822026-03-10T18:31:14.134Z Checking quote v1.0.44
22832026-03-10T18:31:14.183Z Compiling newtype-uuid v1.3.2
22842026-03-10T18:31:14.198Z Checking h2 v0.4.13
22852026-03-10T18:31:14.359Z Checking unicode-normalization v0.1.25
22862026-03-10T18:31:14.372Z Checking rustls-native-certs v0.8.3
22872026-03-10T18:31:14.407Z Checking rand_xorshift v0.4.0
22882026-03-10T18:31:14.525Z Checking thiserror v1.0.69
22892026-03-10T18:31:14.549Z Checking crc32fast v1.5.0
22902026-03-10T18:31:14.643Z Checking scroll v0.13.0
22912026-03-10T18:31:14.719Z Checking signature v2.2.0
22922026-03-10T18:31:14.879Z Checking sync_wrapper v1.0.2
22932026-03-10T18:31:14.893Z Checking is_terminal_polyfill v1.70.2
22942026-03-10T18:31:14.936Z Checking num_threads v0.1.7
22952026-03-10T18:31:14.991Z Checking unicode-bidi v0.3.18
22962026-03-10T18:31:14.992Z Checking anstyle-query v1.1.5
22972026-03-10T18:31:15.033Z Checking time-core v0.1.8
22982026-03-10T18:31:15.110Z Checking colorchoice v1.0.4
22992026-03-10T18:31:15.214Z Checking adler2 v2.0.1
23002026-03-10T18:31:15.227Z Checking unicode-properties v0.1.4
23012026-03-10T18:31:15.342Z Checking num-conv v0.2.0
23022026-03-10T18:31:15.368Z Checking unarray v0.1.4
23032026-03-10T18:31:15.388Z Checking miniz_oxide v0.8.9
23042026-03-10T18:31:15.457Z Checking stringprep v0.1.5
23052026-03-10T18:31:15.488Z Checking proptest v1.10.0
23062026-03-10T18:31:15.491Z Checking time v0.3.47
23072026-03-10T18:31:15.637Z Checking anstream v0.6.21
23082026-03-10T18:31:15.854Z Checking tower v0.5.3
23092026-03-10T18:31:15.888Z Checking goblin v0.10.5
23102026-03-10T18:31:16.359Z Checking crossbeam-deque v0.8.6
23112026-03-10T18:31:16.582Z Compiling daft v0.1.5
23122026-03-10T18:31:16.652Z Checking syn v2.0.117
23132026-03-10T18:31:16.691Z Checking native-tls v0.2.18
23142026-03-10T18:31:16.948Z Checking ipnetwork v0.21.1
23152026-03-10T18:31:16.972Z Checking http-body-util v0.1.3
23162026-03-10T18:31:17.016Z Checking tokio-rustls v0.26.4
23172026-03-10T18:31:17.056Z Checking rand_chacha v0.3.1
23182026-03-10T18:31:17.234Z Checking webpki-roots v1.0.6
23192026-03-10T18:31:17.263Z Checking scroll v0.12.0
23202026-03-10T18:31:17.307Z Checking zstd-sys v2.0.16+zstd.1.5.7
23212026-03-10T18:31:17.328Z Checking hash32 v0.2.1
23222026-03-10T18:31:17.376Z Checking num-integer v0.1.46
23232026-03-10T18:31:17.450Z Checking serde_spanned v0.6.9
23242026-03-10T18:31:17.526Z Checking toml_datetime v0.6.11
23252026-03-10T18:31:17.558Z Checking md-5 v0.10.6
23262026-03-10T18:31:17.602Z Checking ff v0.13.1
23272026-03-10T18:31:17.672Z Checking iri-string v0.7.10
23282026-03-10T18:31:17.723Z Checking fallible-iterator v0.2.0
23292026-03-10T18:31:17.755Z Checking zlib-rs v0.6.2
23302026-03-10T18:31:17.759Z Checking base16ct v0.2.0
23312026-03-10T18:31:17.819Z Checking hyper v1.8.1
23322026-03-10T18:31:17.918Z Checking ryu v1.0.23
23332026-03-10T18:31:18.055Z Checking psl-types v2.0.11
23342026-03-10T18:31:18.078Z Checking postgres-protocol v0.6.10
23352026-03-10T18:31:18.093Z Checking serde_urlencoded v0.7.1
23362026-03-10T18:31:18.193Z Checking publicsuffix v2.3.0
23372026-03-10T18:31:18.383Z Compiling iddqd v0.3.17
23382026-03-10T18:31:18.479Z Checking sec1 v0.7.3
23392026-03-10T18:31:18.540Z Checking group v0.13.0
23402026-03-10T18:31:18.717Z Checking num-iter v0.1.45
23412026-03-10T18:31:18.735Z Checking goblin v0.8.2
23422026-03-10T18:31:18.851Z Checking heapless v0.7.17
23432026-03-10T18:31:18.933Z Checking flate2 v1.1.9
23442026-03-10T18:31:19.023Z Checking hyper-util v0.1.20
23452026-03-10T18:31:19.117Z Checking tower-http v0.6.8
23462026-03-10T18:31:19.330Z Checking zstd-safe v7.2.4
23472026-03-10T18:31:19.333Z Checking dof v0.4.0
23482026-03-10T18:31:19.404Z Checking rand v0.8.5
23492026-03-10T18:31:19.470Z Checking oxnet v0.1.4
23502026-03-10T18:31:19.534Z Checking cookie v0.18.1
23512026-03-10T18:31:19.770Z Checking tokio-native-tls v0.3.1
23522026-03-10T18:31:19.823Z Checking rayon-core v1.13.0
23532026-03-10T18:31:19.909Z Checking dtrace-parser v0.3.0
23542026-03-10T18:31:19.957Z Checking phf_shared v0.13.1
23552026-03-10T18:31:20.039Z Checking lazy_static v1.5.0
23562026-03-10T18:31:20.112Z Checking terminal_size v0.4.3
23572026-03-10T18:31:20.143Z Checking zerocopy v0.7.35
23582026-03-10T18:31:20.211Z Checking bzip2-sys v0.1.13+1.0.8
23592026-03-10T18:31:20.225Z Checking signal-hook v0.3.18
23602026-03-10T18:31:20.243Z Checking hkdf v0.12.4
23612026-03-10T18:31:20.254Z Checking crypto-bigint v0.5.5
23622026-03-10T18:31:20.309Z Checking thread-id v5.1.0
23632026-03-10T18:31:20.312Z Checking unicode-width v0.2.0
23642026-03-10T18:31:20.400Z Checking libbz2-rs-sys v0.2.2
23652026-03-10T18:31:20.414Z Checking foldhash v0.1.5
23662026-03-10T18:31:20.460Z Checking managed v0.8.0
23672026-03-10T18:31:20.575Z Checking clap_lex v1.0.0
23682026-03-10T18:31:20.634Z Checking bumpalo v3.20.2
23692026-03-10T18:31:20.680Z Checking hyper-rustls v0.27.7
23702026-03-10T18:31:20.702Z Checking winnow v0.5.40
23712026-03-10T18:31:20.761Z Checking strsim v0.11.1
23722026-03-10T18:31:20.850Z Checking bitflags v1.3.2
23732026-03-10T18:31:20.892Z Checking winnow v0.7.14
23742026-03-10T18:31:20.910Z Checking bzip2 v0.6.1
23752026-03-10T18:31:20.932Z Checking smoltcp v0.9.1
23762026-03-10T18:31:20.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23772026-03-10T18:31:20.962Z Checking clap_builder v4.5.60
23782026-03-10T18:31:21.110Z Checking zopfli v0.8.3
23792026-03-10T18:31:21.187Z Checking hyper-tls v0.6.0
23802026-03-10T18:31:21.392Z Checking console v0.16.2
23812026-03-10T18:31:21.466Z Checking dof v0.3.0
23822026-03-10T18:31:21.531Z Checking hashbrown v0.15.5
23832026-03-10T18:31:21.753Z Checking signal-hook-mio v0.2.5
23842026-03-10T18:31:21.794Z Checking usdt-impl v0.6.0
23852026-03-10T18:31:21.838Z Checking elliptic-curve v0.13.8
23862026-03-10T18:31:21.856Z Checking bzip2 v0.4.4
23872026-03-10T18:31:21.873Z Checking rayon v1.11.0
23882026-03-10T18:31:22.061Z Checking phf v0.13.1
23892026-03-10T18:31:22.147Z Checking num-bigint-dig v0.8.6
23902026-03-10T18:31:22.182Z Checking cookie_store v0.22.1
23912026-03-10T18:31:22.256Z Checking zstd v0.13.3
23922026-03-10T18:31:22.284Z Checking toml_edit v0.19.15
23932026-03-10T18:31:22.498Z Checking postgres-types v0.2.12
23942026-03-10T18:31:22.541Z Checking rustls-platform-verifier v0.6.2
23952026-03-10T18:31:22.556Z Checking bstr v1.12.1
23962026-03-10T18:31:22.607Z Checking regex v1.12.3
23972026-03-10T18:31:22.699Z Checking ed25519 v2.2.3
23982026-03-10T18:31:22.714Z Checking dtrace-parser v0.2.0
23992026-03-10T18:31:22.912Z Checking phf_shared v0.11.3
24002026-03-10T18:31:22.925Z Checking itertools v0.12.1
24012026-03-10T18:31:22.975Z Checking curve25519-dalek v4.1.3
24022026-03-10T18:31:23.013Z Checking ref-cast v1.0.25
24032026-03-10T18:31:23.083Z Checking strum v0.27.2
24042026-03-10T18:31:23.097Z Checking hubpack v0.1.2
24052026-03-10T18:31:23.128Z Checking rustix v0.38.44
24062026-03-10T18:31:23.215Z Checking pkcs1 v0.7.5
24072026-03-10T18:31:23.301Z Checking float-cmp v0.10.0
24082026-03-10T18:31:23.315Z Checking erased-serde v0.3.31
24092026-03-10T18:31:23.455Z Checking serde-big-array v0.5.1
24102026-03-10T18:31:23.484Z Checking hex v0.4.3
24112026-03-10T18:31:23.615Z Checking rfc6979 v0.4.0
24122026-03-10T18:31:23.712Z Checking thread-id v4.2.2
24132026-03-10T18:31:23.752Z Checking memmap2 v0.9.10
24142026-03-10T18:31:23.786Z Checking env_filter v1.0.0
24152026-03-10T18:31:23.804Z Checking encoding_rs v0.8.35
24162026-03-10T18:31:23.883Z Checking keccak v0.1.6
24172026-03-10T18:31:23.898Z Checking static_assertions v1.1.0
24182026-03-10T18:31:23.951Z Checking difflib v0.4.0
24192026-03-10T18:31:23.965Z Checking whoami v2.1.0
24202026-03-10T18:31:23.980Z Checking toml_write v0.1.2
24212026-03-10T18:31:24.012Z Checking unit-prefix v0.5.2
24222026-03-10T18:31:24.095Z Checking rustc-hash v2.1.1
24232026-03-10T18:31:24.158Z Checking mime v0.3.17
24242026-03-10T18:31:24.174Z Checking fixedbitset v0.5.7
24252026-03-10T18:31:24.189Z Checking predicates-core v1.0.10
24262026-03-10T18:31:24.204Z Checking jiff v0.2.21
24272026-03-10T18:31:24.229Z Checking unicode-segmentation v1.12.0
24282026-03-10T18:31:24.254Z Checking normalize-line-endings v0.3.0
24292026-03-10T18:31:24.295Z Checking data-encoding v2.10.0
24302026-03-10T18:31:24.337Z Checking fixedbitset v0.4.2
24312026-03-10T18:31:24.358Z Checking precomputed-hash v0.1.1
24322026-03-10T18:31:24.375Z Checking new_debug_unreachable v1.0.6
24332026-03-10T18:31:24.425Z Checking petgraph v0.8.3
24342026-03-10T18:31:24.453Z Checking predicates v3.1.4
24352026-03-10T18:31:24.456Z Checking string_cache v0.8.9
24362026-03-10T18:31:24.522Z Checking petgraph v0.6.5
24372026-03-10T18:31:24.642Z Checking similar v2.7.0
24382026-03-10T18:31:24.657Z Checking hickory-proto v0.25.2
24392026-03-10T18:31:24.671Z Checking zone v0.3.1
24402026-03-10T18:31:24.842Z Checking crossterm v0.28.1
24412026-03-10T18:31:25.065Z Checking reqwest v0.12.28
24422026-03-10T18:31:25.156Z Checking tokio-postgres v0.7.16
24432026-03-10T18:31:25.803Z Checking toml_edit v0.22.27
24442026-03-10T18:31:26.206Z Checking indicatif v0.18.4
24452026-03-10T18:31:26.213Z Checking sha3 v0.10.8
24462026-03-10T18:31:26.278Z Checking ed25519-dalek v2.2.0
24472026-03-10T18:31:26.474Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24482026-03-10T18:31:26.567Z Checking env_logger v0.11.9
24492026-03-10T18:31:26.605Z Checking usdt v0.6.0
24502026-03-10T18:31:26.670Z Checking slog v2.8.2
24512026-03-10T18:31:26.786Z Checking usdt-impl v0.5.0
24522026-03-10T18:31:26.811Z Checking serde_with v3.17.0
24532026-03-10T18:31:26.819Z Checking ecdsa v0.16.9
24542026-03-10T18:31:27.035Z Checking toml v0.7.8
24552026-03-10T18:31:27.142Z Checking rsa v0.9.10
24562026-03-10T18:31:27.270Z Checking reqwest v0.13.2
24572026-03-10T18:31:27.316Z Checking clap v4.5.60
24582026-03-10T18:31:27.380Z Checking zip v4.6.1
24592026-03-10T18:31:27.410Z Checking toml_parser v1.0.9+spec-1.1.0
24602026-03-10T18:31:27.459Z Checking zip v0.6.6
24612026-03-10T18:31:27.774Z Checking strum v0.26.3
24622026-03-10T18:31:27.840Z Checking tokio-stream v0.1.18
24632026-03-10T18:31:27.873Z Checking fs-err v3.3.0
24642026-03-10T18:31:27.905Z Checking ahash v0.8.12
24652026-03-10T18:31:28.135Z Checking object v0.37.3
24662026-03-10T18:31:28.155Z Checking itertools v0.13.0
24672026-03-10T18:31:28.258Z Checking buf-list v1.1.2
24682026-03-10T18:31:28.362Z Checking camino v1.2.2
24692026-03-10T18:31:28.378Z Checking anyhow v1.0.102
24702026-03-10T18:31:28.394Z Checking x509-cert v0.2.5
24712026-03-10T18:31:28.486Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-10T18:31:28.633Z Checking openapiv3 v2.2.0
24732026-03-10T18:31:28.702Z Checking toml_datetime v0.7.5+spec-1.1.0
24742026-03-10T18:31:28.833Z Checking sha1 v0.10.6
24752026-03-10T18:31:28.857Z Checking peg-runtime v0.8.5
24762026-03-10T18:31:28.955Z Checking lalrpop-util v0.19.12
24772026-03-10T18:31:29.027Z Checking sigpipe v0.1.3
24782026-03-10T18:31:29.030Z Checking glob v0.3.3
24792026-03-10T18:31:31.403Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24802026-03-10T18:31:31.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.97s
24812026-03-10T18:31:31.946Z
24822026-03-10T18:31:31.946Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/256)
24832026-03-10T18:31:32.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842026-03-10T18:31:32.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852026-03-10T18:31:32.933Z Checking newtype-uuid v1.3.2
24862026-03-10T18:31:32.936Z Compiling structmeta-derive v0.3.0
24872026-03-10T18:31:32.937Z Compiling rustls v0.22.4
24882026-03-10T18:31:33.086Z Checking regress v0.10.5
24892026-03-10T18:31:33.090Z Compiling multer v3.1.0
24902026-03-10T18:31:33.090Z Compiling newtype-uuid-macros v0.1.0
24912026-03-10T18:31:33.090Z Compiling async-stream-impl v0.3.6
24922026-03-10T18:31:33.090Z Checking futures-executor v0.3.32
24932026-03-10T18:31:33.285Z Checking daft v0.1.5
24942026-03-10T18:31:33.340Z Compiling dropshot v0.16.7
24952026-03-10T18:31:33.422Z Checking futures v0.3.32
24962026-03-10T18:31:33.518Z Compiling dropshot_endpoint v0.16.7
24972026-03-10T18:31:33.611Z Checking iddqd v0.3.17
24982026-03-10T18:31:33.653Z Checking thread_local v1.1.9
24992026-03-10T18:31:33.863Z Checking crossbeam-channel v0.5.15
25002026-03-10T18:31:33.942Z Checking is-terminal v0.4.17
25012026-03-10T18:31:34.051Z Checking take_mut v0.2.2
25022026-03-10T18:31:34.176Z Checking term v1.2.1
25032026-03-10T18:31:34.192Z Checking rustls-webpki v0.102.8
25042026-03-10T18:31:34.303Z Checking slog-async v2.8.0
25052026-03-10T18:31:34.458Z Checking slog-term v2.9.2
25062026-03-10T18:31:34.511Z Compiling structmeta v0.3.0
25072026-03-10T18:31:34.528Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082026-03-10T18:31:34.657Z Checking serde_spanned v1.0.4
25092026-03-10T18:31:34.774Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25102026-03-10T18:31:34.777Z Compiling derive-ex v0.1.8
25112026-03-10T18:31:34.808Z Compiling parse-display-derive v0.10.0
25122026-03-10T18:31:34.825Z Checking toml_writer v1.0.6+spec-1.1.0
25132026-03-10T18:31:34.865Z Checking debug-ignore v1.0.5
25142026-03-10T18:31:34.991Z Checking match_cfg v0.1.0
25152026-03-10T18:31:35.056Z Checking toml v0.9.12+spec-1.1.0
25162026-03-10T18:31:35.075Z Checking hostname v0.3.1
25172026-03-10T18:31:35.164Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25182026-03-10T18:31:35.188Z Checking slog-json v2.6.1
25192026-03-10T18:31:35.385Z Checking macaddr v1.0.1
25202026-03-10T18:31:35.612Z Checking slog-bunyan v2.5.0
25212026-03-10T18:31:35.616Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25222026-03-10T18:31:35.770Z Checking async-stream v0.3.6
25232026-03-10T18:31:35.925Z Checking waitgroup v0.1.2
25242026-03-10T18:31:35.942Z Checking rustls-pemfile v2.2.0
25252026-03-10T18:31:36.048Z Checking serde_path_to_error v0.1.20
25262026-03-10T18:31:36.112Z Checking hostname v0.4.2
25272026-03-10T18:31:36.129Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25282026-03-10T18:31:36.146Z Checking progenitor-client v0.10.0
25292026-03-10T18:31:36.231Z Compiling itertools v0.14.0
25302026-03-10T18:31:36.307Z Checking progenitor-client v0.13.0
25312026-03-10T18:31:36.412Z Checking instant v0.1.13
25322026-03-10T18:31:36.430Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-03-10T18:31:36.517Z Checking backoff v0.4.0
25342026-03-10T18:31:36.596Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25352026-03-10T18:31:36.773Z Checking backon v1.6.0
25362026-03-10T18:31:36.994Z Checking heck v0.5.0
25372026-03-10T18:31:37.034Z Checking tokio-rustls v0.25.0
25382026-03-10T18:31:37.146Z Compiling crucible-workspace-hack v0.1.0
25392026-03-10T18:31:37.150Z Checking parse-display v0.10.0
25402026-03-10T18:31:37.179Z Compiling test-strategy v0.4.5
25412026-03-10T18:31:37.286Z Compiling toml_edit v0.23.10+spec-1.0.0
25422026-03-10T18:31:37.345Z Compiling heapless v0.8.0
25432026-03-10T18:31:37.495Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25442026-03-10T18:31:37.553Z Compiling typify-impl v0.4.3
25452026-03-10T18:31:37.794Z Checking hash32 v0.3.1
25462026-03-10T18:31:37.926Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25472026-03-10T18:31:37.951Z Compiling smoltcp v0.11.0
25482026-03-10T18:31:37.980Z Compiling ingot-macros v0.1.1
25492026-03-10T18:31:38.067Z Compiling proc-macro-crate v3.4.0
25502026-03-10T18:31:38.420Z Checking tabwriter v1.4.1
25512026-03-10T18:31:38.604Z Checking cobs v0.3.0
25522026-03-10T18:31:38.716Z Compiling foreign-types-macros v0.2.3
25532026-03-10T18:31:38.754Z Checking foreign-types-shared v0.3.1
25542026-03-10T18:31:38.786Z Checking cpufeatures v0.3.0
25552026-03-10T18:31:38.802Z Compiling num_enum_derive v0.7.5
25562026-03-10T18:31:38.860Z Checking postcard v1.1.3
25572026-03-10T18:31:38.876Z Checking chacha20 v0.10.0
25582026-03-10T18:31:39.232Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25592026-03-10T18:31:39.506Z Checking foreign-types v0.5.0
25602026-03-10T18:31:39.523Z Compiling proc-macro-crate v1.3.1
25612026-03-10T18:31:39.600Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-03-10T18:31:39.721Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-10T18:31:39.797Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25642026-03-10T18:31:39.993Z Checking cstr-argument v0.1.2
25652026-03-10T18:31:40.145Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25662026-03-10T18:31:40.238Z Checking num_enum v0.7.5
25672026-03-10T18:31:40.255Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25682026-03-10T18:31:40.377Z Checking colored v3.1.1
25692026-03-10T18:31:40.467Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-10T18:31:40.522Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-03-10T18:31:40.640Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25722026-03-10T18:31:40.657Z Compiling num_enum_derive v0.5.11
25732026-03-10T18:31:40.674Z Checking rand v0.10.0
25742026-03-10T18:31:40.841Z Checking secrecy v0.10.3
25752026-03-10T18:31:40.863Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25762026-03-10T18:31:40.992Z Compiling memoffset v0.9.1
25772026-03-10T18:31:41.255Z Compiling unsafe-libyaml v0.2.11
25782026-03-10T18:31:41.314Z Compiling convert_case v0.4.0
25792026-03-10T18:31:41.445Z Compiling cfg_aliases v0.2.1
25802026-03-10T18:31:41.543Z Compiling nix v0.30.1
25812026-03-10T18:31:41.845Z Compiling derive_more v0.99.20
25822026-03-10T18:31:41.860Z Checking ingot-types v0.1.2
25832026-03-10T18:31:42.107Z Checking num_enum v0.5.11
25842026-03-10T18:31:42.140Z Compiling serde_yaml v0.9.34+deprecated
25852026-03-10T18:31:42.356Z Checking ingot v0.1.1
25862026-03-10T18:31:42.375Z Checking camino-tempfile v1.4.1
25872026-03-10T18:31:42.433Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25882026-03-10T18:31:42.576Z Compiling prettyplease v0.2.37
25892026-03-10T18:31:42.886Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25902026-03-10T18:31:42.979Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
25912026-03-10T18:31:43.107Z Checking smf v0.2.3
25922026-03-10T18:31:43.381Z Compiling num-derive v0.4.2
25932026-03-10T18:31:43.406Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25942026-03-10T18:31:43.743Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25952026-03-10T18:31:44.022Z Compiling typify-macro v0.4.3
25962026-03-10T18:31:44.283Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
25972026-03-10T18:31:44.568Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25982026-03-10T18:31:44.596Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25992026-03-10T18:31:44.702Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26002026-03-10T18:31:44.786Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26012026-03-10T18:31:45.322Z Checking whoami v1.6.1
26022026-03-10T18:31:45.540Z Compiling typify-impl v0.6.1
26032026-03-10T18:31:46.255Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26042026-03-10T18:31:46.325Z Compiling typify v0.4.3
26052026-03-10T18:31:46.984Z Checking num-rational v0.4.2
26062026-03-10T18:31:47.635Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-03-10T18:31:47.744Z Compiling thiserror-impl-no-std v2.0.2
26082026-03-10T18:31:47.980Z Checking half v2.7.1
26092026-03-10T18:31:48.209Z Checking universal-hash v0.5.1
26102026-03-10T18:31:48.333Z Checking num-complex v0.4.6
26112026-03-10T18:31:48.660Z Checking opaque-debug v0.3.1
26122026-03-10T18:31:48.675Z Checking ciborium-io v0.2.2
26132026-03-10T18:31:48.743Z Checking poly1305 v0.8.0
26142026-03-10T18:31:48.787Z Checking ciborium-ll v0.2.2
26152026-03-10T18:31:48.821Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26162026-03-10T18:31:48.824Z Checking num v0.4.3
26172026-03-10T18:31:48.930Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26182026-03-10T18:31:49.008Z Checking toml v0.8.23
26192026-03-10T18:31:49.290Z Checking password-hash v0.5.0
26202026-03-10T18:31:49.335Z Checking thiserror-no-std v2.0.2
26212026-03-10T18:31:49.338Z Checking chacha20 v0.9.1
26222026-03-10T18:31:49.442Z Compiling usdt-macro v0.5.0
26232026-03-10T18:31:49.458Z Compiling usdt-attr-macro v0.5.0
26242026-03-10T18:31:49.588Z Checking blake2 v0.10.6
26252026-03-10T18:31:49.604Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
26262026-03-10T18:31:49.888Z Checking aead v0.5.2
26272026-03-10T18:31:49.907Z Checking memmap v0.7.0
26282026-03-10T18:31:50.065Z Checking float-ord v0.3.2
26292026-03-10T18:31:50.088Z Checking chacha20poly1305 v0.10.1
26302026-03-10T18:31:50.195Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26312026-03-10T18:31:50.252Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
26322026-03-10T18:31:50.358Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26332026-03-10T18:31:50.492Z Checking usdt v0.5.0
26342026-03-10T18:31:50.569Z Checking argon2 v0.5.3
26352026-03-10T18:31:50.691Z Checking vsss-rs v3.3.4
26362026-03-10T18:31:50.930Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26372026-03-10T18:31:51.008Z Checking ciborium v0.2.2
26382026-03-10T18:31:51.764Z Compiling semver v0.1.20
26392026-03-10T18:31:51.952Z Checking indent_write v2.2.0
26402026-03-10T18:31:51.970Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
26412026-03-10T18:31:52.032Z Compiling typify-macro v0.6.1
26422026-03-10T18:31:52.069Z Compiling rustc_version v0.1.7
26432026-03-10T18:31:52.089Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26442026-03-10T18:31:52.114Z Compiling progenitor-impl v0.11.2
26452026-03-10T18:31:52.364Z Compiling pin-project-internal v1.1.11
26462026-03-10T18:31:52.398Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26472026-03-10T18:31:53.204Z Compiling minimal-lexical v0.2.1
26482026-03-10T18:31:53.535Z Checking swrite v0.1.0
26492026-03-10T18:31:53.649Z Checking linked-hash-map v0.5.6
26502026-03-10T18:31:53.679Z Compiling nom v7.1.3
26512026-03-10T18:31:53.872Z Checking lru-cache v0.1.2
26522026-03-10T18:31:53.905Z Checking pin-project v1.1.11
26532026-03-10T18:31:54.024Z Compiling newtype_derive v0.1.6
26542026-03-10T18:31:54.076Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26552026-03-10T18:31:54.280Z Checking newline-converter v0.3.0
26562026-03-10T18:31:54.360Z Compiling typify v0.6.1
26572026-03-10T18:31:54.495Z Compiling progenitor-impl v0.13.0
26582026-03-10T18:31:54.547Z Checking atomicwrites v0.4.4
26592026-03-10T18:31:54.701Z Checking progenitor-client v0.11.2
26602026-03-10T18:31:54.812Z Checking hickory-proto v0.24.4
26612026-03-10T18:31:54.998Z Checking phf_shared v0.12.1
26622026-03-10T18:31:55.186Z Checking console v0.15.11
26632026-03-10T18:31:55.229Z Compiling snafu-derive v0.8.9
26642026-03-10T18:31:55.524Z Checking pem v3.0.6
26652026-03-10T18:31:55.560Z Checking csv-core v0.1.13
26662026-03-10T18:31:55.731Z Compiling derive-where v1.6.0
26672026-03-10T18:31:55.792Z Compiling async-recursion v1.1.1
26682026-03-10T18:31:55.824Z Compiling progenitor-macro v0.11.2
26692026-03-10T18:31:56.699Z Compiling slog-dtrace v0.3.0
26702026-03-10T18:31:56.982Z Checking same-file v1.0.6
26712026-03-10T18:31:57.137Z Compiling cancel-safe-futures v0.1.5
26722026-03-10T18:31:57.422Z Compiling owo-colors v4.3.0
26732026-03-10T18:31:57.564Z Compiling chrono-tz v0.10.4
26742026-03-10T18:31:57.804Z Checking resolv-conf v0.7.6
26752026-03-10T18:31:57.976Z Checking unicode-width v0.1.14
26762026-03-10T18:31:57.994Z Checking highway v1.3.0
26772026-03-10T18:31:58.037Z Checking hickory-resolver v0.24.4
26782026-03-10T18:31:58.225Z Compiling progenitor-macro v0.13.0
26792026-03-10T18:31:58.296Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26802026-03-10T18:31:58.313Z Checking snafu v0.8.9
26812026-03-10T18:31:58.740Z Checking walkdir v2.5.0
26822026-03-10T18:31:58.949Z Compiling const_format_proc_macros v0.2.34
26832026-03-10T18:31:59.071Z Checking csv v1.4.0
26842026-03-10T18:31:59.282Z Checking expectorate v1.2.0
26852026-03-10T18:31:59.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26862026-03-10T18:31:59.560Z Checking phf v0.12.1
26872026-03-10T18:31:59.747Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26882026-03-10T18:32:00.213Z Checking tokio-dtrace v0.1.1
26892026-03-10T18:32:00.404Z Compiling progenitor-impl v0.10.0
26902026-03-10T18:32:00.440Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26912026-03-10T18:32:01.276Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26922026-03-10T18:32:01.370Z Checking globset v0.4.18
26932026-03-10T18:32:01.680Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26942026-03-10T18:32:01.732Z Checking olpc-cjson v0.1.4
26952026-03-10T18:32:01.915Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26962026-03-10T18:32:01.997Z Checking libsw-core v0.3.2
26972026-03-10T18:32:02.017Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26982026-03-10T18:32:02.187Z Checking arc-swap v1.8.2
26992026-03-10T18:32:02.246Z Compiling lzma-sys v0.1.20
27002026-03-10T18:32:02.497Z Checking serde_plain v1.0.2
27012026-03-10T18:32:02.538Z Checking typed-path v0.9.3
27022026-03-10T18:32:02.691Z Checking bytecount v0.6.9
27032026-03-10T18:32:02.806Z Checking progenitor v0.11.2
27042026-03-10T18:32:02.825Z Checking utf-8 v0.7.6
27052026-03-10T18:32:02.842Z Checking papergrid v0.11.0
27062026-03-10T18:32:02.972Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27072026-03-10T18:32:02.990Z Checking tungstenite v0.21.0
27082026-03-10T18:32:03.563Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27092026-03-10T18:32:03.639Z Checking tough v0.20.0
27102026-03-10T18:32:03.679Z Checking slog-scope v4.4.1
27112026-03-10T18:32:03.783Z Checking libsw v3.5.0
27122026-03-10T18:32:03.844Z Checking oxide-tokio-rt v0.1.2
27132026-03-10T18:32:04.051Z Checking const_format v0.2.35
27142026-03-10T18:32:04.138Z Compiling progenitor-macro v0.10.0
27152026-03-10T18:32:04.362Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27162026-03-10T18:32:04.541Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27172026-03-10T18:32:05.209Z Checking qorb v0.4.1
27182026-03-10T18:32:05.237Z Checking progenitor v0.13.0
27192026-03-10T18:32:05.831Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27202026-03-10T18:32:06.006Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27212026-03-10T18:32:06.269Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27222026-03-10T18:32:06.391Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27232026-03-10T18:32:06.578Z Compiling cargo_toml v0.22.3
27242026-03-10T18:32:06.722Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27252026-03-10T18:32:07.039Z Checking gethostname v0.5.0
27262026-03-10T18:32:07.079Z Compiling tabled_derive v0.7.0
27272026-03-10T18:32:07.150Z Checking bcs v0.1.6
27282026-03-10T18:32:07.250Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27292026-03-10T18:32:07.396Z Checking termtree v0.5.1
27302026-03-10T18:32:07.470Z Checking unicode-linebreak v0.1.5
27312026-03-10T18:32:07.554Z Checking linear-map v1.2.0
27322026-03-10T18:32:07.572Z Checking smawk v0.3.2
27332026-03-10T18:32:07.736Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27342026-03-10T18:32:07.754Z Checking textwrap v0.16.2
27352026-03-10T18:32:07.784Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27362026-03-10T18:32:08.035Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27372026-03-10T18:32:08.119Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27382026-03-10T18:32:08.426Z Checking tabled v0.15.0
27392026-03-10T18:32:09.514Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27402026-03-10T18:32:09.566Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27412026-03-10T18:32:10.023Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27422026-03-10T18:32:10.041Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27432026-03-10T18:32:10.251Z Checking steno v0.4.1
27442026-03-10T18:32:10.290Z Checking slog-stdlog v4.1.1
27452026-03-10T18:32:10.558Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27462026-03-10T18:32:10.579Z Checking typeid v1.0.3
27472026-03-10T18:32:10.707Z Checking tokio-tungstenite v0.21.0
27482026-03-10T18:32:10.889Z Checking base64 v0.21.7
27492026-03-10T18:32:11.060Z Checking humantime v2.3.0
27502026-03-10T18:32:11.174Z Checking progenitor v0.10.0
27512026-03-10T18:32:11.206Z Checking ron v0.12.0
27522026-03-10T18:32:11.225Z Checking xz2 v0.1.7
27532026-03-10T18:32:11.298Z Checking slog-envlogger v2.2.0
27542026-03-10T18:32:11.344Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27552026-03-10T18:32:11.442Z Checking yasna v0.5.2
27562026-03-10T18:32:11.483Z Checking headers-core v0.3.0
27572026-03-10T18:32:11.603Z Checking filetime v0.2.27
27582026-03-10T18:32:11.620Z Checking base16ct v1.0.0
27592026-03-10T18:32:11.780Z Checking xattr v1.6.1
27602026-03-10T18:32:11.796Z Checking headers v0.4.1
27612026-03-10T18:32:11.813Z Checking subprocess v0.2.15
27622026-03-10T18:32:11.941Z Checking tar v0.4.44
27632026-03-10T18:32:12.009Z Checking rcgen v0.12.1
27642026-03-10T18:32:18.793Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652026-03-10T18:32:26.813Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27662026-03-10T18:32:28.582Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27672026-03-10T18:32:30.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.21s
27682026-03-10T18:32:30.401Z
27692026-03-10T18:32:30.401Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/256)
27702026-03-10T18:32:31.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-10T18:32:31.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-10T18:32:31.313Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27732026-03-10T18:32:33.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
27742026-03-10T18:32:33.272Z
27752026-03-10T18:32:33.272Zinfo: running `cargo check --bins` on nexus-config (53/256)
27762026-03-10T18:32:33.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-10T18:32:33.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-10T18:32:33.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-10T18:32:34.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27802026-03-10T18:32:34.111Z
27812026-03-10T18:32:34.111Zinfo: running `cargo check --bins` on nexus-types (54/256)
27822026-03-10T18:32:34.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-10T18:32:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-10T18:32:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-10T18:32:34.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27862026-03-10T18:32:34.953Z
27872026-03-10T18:32:34.953Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/256)
27882026-03-10T18:32:35.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-10T18:32:35.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-10T18:32:35.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-10T18:32:35.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27922026-03-10T18:32:35.740Z
27932026-03-10T18:32:35.740Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/256)
27942026-03-10T18:32:36.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-10T18:32:36.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-10T18:32:36.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-10T18:32:36.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27982026-03-10T18:32:36.523Z
27992026-03-10T18:32:36.523Zinfo: running `cargo check --bins` on cockroach-admin-types (57/256)
28002026-03-10T18:32:37.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-10T18:32:37.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-10T18:32:37.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-10T18:32:37.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28042026-03-10T18:32:37.292Z
28052026-03-10T18:32:37.292Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/256)
28062026-03-10T18:32:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-10T18:32:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-10T18:32:37.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-10T18:32:37.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28102026-03-10T18:32:38.063Z
28112026-03-10T18:32:38.063Zinfo: running `cargo check --bins` on ereport-types (59/256)
28122026-03-10T18:32:38.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-10T18:32:38.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-10T18:32:38.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-10T18:32:38.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28162026-03-10T18:32:38.836Z
28172026-03-10T18:32:38.836Zinfo: running `cargo check --bins` on gateway-client (60/256)
28182026-03-10T18:32:39.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-10T18:32:39.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-10T18:32:39.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-10T18:32:39.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28222026-03-10T18:32:39.613Z
28232026-03-10T18:32:39.613Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/256)
28242026-03-10T18:32:40.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-10T18:32:40.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-10T18:32:40.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-10T18:32:40.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28282026-03-10T18:32:40.391Z
28292026-03-10T18:32:40.391Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/256)
28302026-03-10T18:32:41.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-10T18:32:41.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-10T18:32:41.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-10T18:32:41.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28342026-03-10T18:32:41.166Z
28352026-03-10T18:32:41.166Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/256)
28362026-03-10T18:32:41.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-10T18:32:41.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-10T18:32:41.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-10T18:32:41.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28402026-03-10T18:32:41.942Z
28412026-03-10T18:32:41.942Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/256)
28422026-03-10T18:32:42.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-10T18:32:42.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-10T18:32:42.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-10T18:32:42.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28462026-03-10T18:32:42.716Z
28472026-03-10T18:32:42.716Zinfo: running `cargo check --bins` on internal-dns-types (65/256)
28482026-03-10T18:32:43.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-10T18:32:43.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-10T18:32:43.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-10T18:32:43.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28522026-03-10T18:32:43.501Z
28532026-03-10T18:32:43.501Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/256)
28542026-03-10T18:32:44.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-10T18:32:44.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-10T18:32:44.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-10T18:32:44.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28582026-03-10T18:32:44.286Z
28592026-03-10T18:32:44.286Zinfo: running `cargo check --bins` on nexus-types-versions (67/256)
28602026-03-10T18:32:44.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-10T18:32:44.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-10T18:32:44.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-10T18:32:44.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28642026-03-10T18:32:45.101Z
28652026-03-10T18:32:45.101Zinfo: running `cargo check --bins` on omicron-passwords (68/256)
28662026-03-10T18:32:45.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-10T18:32:45.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-10T18:32:45.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-10T18:32:45.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28702026-03-10T18:32:45.866Z
28712026-03-10T18:32:45.866Zinfo: running `cargo check --bins` on oxql-types (69/256)
28722026-03-10T18:32:46.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-10T18:32:46.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-10T18:32:46.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-10T18:32:46.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28762026-03-10T18:32:46.655Z
28772026-03-10T18:32:46.655Zinfo: running `cargo check --bins` on oximeter-types (70/256)
28782026-03-10T18:32:47.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-10T18:32:47.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-10T18:32:47.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-10T18:32:47.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28822026-03-10T18:32:47.457Z
28832026-03-10T18:32:47.457Zinfo: running `cargo check --bins` on oximeter-types-versions (71/256)
28842026-03-10T18:32:48.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-10T18:32:48.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-10T18:32:48.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-10T18:32:48.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28882026-03-10T18:32:48.223Z
28892026-03-10T18:32:48.223Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/256)
28902026-03-10T18:32:48.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-10T18:32:48.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-10T18:32:48.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-10T18:32:48.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28942026-03-10T18:32:48.982Z
28952026-03-10T18:32:48.982Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (73/256)
28962026-03-10T18:32:49.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-10T18:32:49.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-10T18:32:49.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-10T18:32:49.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29002026-03-10T18:32:49.788Z
29012026-03-10T18:32:49.788Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/256)
29022026-03-10T18:32:50.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-10T18:32:50.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-10T18:32:50.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-10T18:32:50.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29062026-03-10T18:32:50.590Z
29072026-03-10T18:32:50.590Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/256)
29082026-03-10T18:32:51.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-10T18:32:51.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-10T18:32:51.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-10T18:32:51.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29122026-03-10T18:32:51.401Z
29132026-03-10T18:32:51.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/256)
29142026-03-10T18:32:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-10T18:32:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-10T18:32:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-10T18:32:52.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29182026-03-10T18:32:52.210Z
29192026-03-10T18:32:52.210Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/256)
29202026-03-10T18:32:52.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-10T18:32:52.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-10T18:32:52.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-10T18:32:52.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29242026-03-10T18:32:53.007Z
29252026-03-10T18:32:53.007Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/256)
29262026-03-10T18:32:53.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-10T18:32:53.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-10T18:32:53.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-10T18:32:53.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29302026-03-10T18:32:53.810Z
29312026-03-10T18:32:53.810Zinfo: running `cargo check --bins --no-default-features` on gfss (79/256)
29322026-03-10T18:32:54.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-10T18:32:54.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-10T18:32:54.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-10T18:32:54.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29362026-03-10T18:32:54.581Z
29372026-03-10T18:32:54.581Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/256)
29382026-03-10T18:32:55.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-10T18:32:55.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-10T18:32:55.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-10T18:32:55.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-10T18:32:55.348Z
29432026-03-10T18:32:55.348Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (81/256)
29442026-03-10T18:32:56.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-10T18:32:56.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-10T18:32:56.151Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29472026-03-10T18:32:56.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29482026-03-10T18:32:56.996Z
29492026-03-10T18:32:56.997Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/256)
29502026-03-10T18:32:57.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-10T18:32:57.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-10T18:32:57.818Z Compiling ar_archive_writer v0.5.1
29532026-03-10T18:32:57.821Z Compiling stacker v0.1.23
29542026-03-10T18:32:57.821Z Compiling cfg_aliases v0.1.1
29552026-03-10T18:32:57.926Z Compiling convert_case v0.10.0
29562026-03-10T18:32:57.955Z Checking fd-lock v4.0.4
29572026-03-10T18:32:57.958Z Checking nibble_vec v0.1.0
29582026-03-10T18:32:57.958Z Checking vte v0.14.1
29592026-03-10T18:32:57.958Z Compiling recursive-proc-macro-impl v0.1.1
29602026-03-10T18:32:58.006Z Compiling nix v0.28.0
29612026-03-10T18:32:58.092Z Checking endian-type v0.1.2
29622026-03-10T18:32:58.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-03-10T18:32:58.176Z Checking strip-ansi-escapes v0.2.1
29642026-03-10T18:32:58.247Z Checking radix_trie v0.2.1
29652026-03-10T18:32:58.284Z Compiling peg-macros v0.8.5
29662026-03-10T18:32:58.300Z Checking winnow v0.6.26
29672026-03-10T18:32:58.344Z Compiling derive_more-impl v2.1.1
29682026-03-10T18:32:58.491Z Compiling sqlparser_derive v0.5.0
29692026-03-10T18:32:58.523Z Checking nu-ansi-term v0.50.3
29702026-03-10T18:32:58.793Z Checking unicode_categories v0.1.1
29712026-03-10T18:32:58.807Z Checking home v0.5.12
29722026-03-10T18:32:58.957Z Checking reedline v0.40.0
29732026-03-10T18:32:58.997Z Checking display-error-chain v0.2.2
29742026-03-10T18:32:59.138Z Compiling psm v0.1.30
29752026-03-10T18:32:59.445Z Checking derive_more v2.1.1
29762026-03-10T18:32:59.533Z Checking crossterm v0.29.0
29772026-03-10T18:32:59.802Z Checking peg v0.8.5
29782026-03-10T18:32:59.834Z Checking sqlformat v0.3.5
29792026-03-10T18:32:59.848Z Checking rustyline v14.0.0
29802026-03-10T18:33:00.109Z Checking recursive v0.1.1
29812026-03-10T18:33:00.211Z Checking sqlparser v0.61.0
29822026-03-10T18:33:15.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s
29832026-03-10T18:33:16.190Z
29842026-03-10T18:33:16.190Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/256)
29852026-03-10T18:33:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-03-10T18:33:16.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-03-10T18:33:17.009Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882026-03-10T18:33:21.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
29892026-03-10T18:33:21.903Z
29902026-03-10T18:33:21.903Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/256)
29912026-03-10T18:33:22.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-10T18:33:22.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-10T18:33:22.719Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-10T18:33:25.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
29952026-03-10T18:33:26.177Z
29962026-03-10T18:33:26.177Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/256)
29972026-03-10T18:33:26.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-10T18:33:26.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-10T18:33:26.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-10T18:33:31.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
30012026-03-10T18:33:31.585Z
30022026-03-10T18:33:31.585Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/256)
30032026-03-10T18:33:32.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-10T18:33:32.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-10T18:33:32.407Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-10T18:33:36.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
30072026-03-10T18:33:37.030Z
30082026-03-10T18:33:37.030Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/256)
30092026-03-10T18:33:37.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-10T18:33:37.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-10T18:33:37.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-10T18:33:41.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
30132026-03-10T18:33:41.493Z
30142026-03-10T18:33:41.493Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/256)
30152026-03-10T18:33:42.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-10T18:33:42.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-10T18:33:42.306Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-10T18:33:45.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
30192026-03-10T18:33:46.018Z
30202026-03-10T18:33:46.018Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/256)
30212026-03-10T18:33:46.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-10T18:33:46.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-10T18:33:46.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-10T18:33:51.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
30252026-03-10T18:33:51.691Z
30262026-03-10T18:33:51.691Zinfo: running `cargo check --bins` on oximeter (90/256)
30272026-03-10T18:33:52.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-10T18:33:52.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-10T18:33:52.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-03-10T18:33:52.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30312026-03-10T18:33:52.485Z
30322026-03-10T18:33:52.485Zinfo: running `cargo check --bins` on oximeter-schema (91/256)
30332026-03-10T18:33:53.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-10T18:33:53.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-10T18:33:53.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-10T18:33:53.441Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-03-10T18:33:53.889Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30382026-03-10T18:33:58.934Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30392026-03-10T18:33:59.304Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30402026-03-10T18:34:00.849Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30412026-03-10T18:34:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
30422026-03-10T18:34:01.934Z
30432026-03-10T18:34:01.934Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (92/256)
30442026-03-10T18:34:02.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-03-10T18:34:02.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-03-10T18:34:02.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-03-10T18:34:02.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30482026-03-10T18:34:02.725Z
30492026-03-10T18:34:02.725Zinfo: running `cargo check --bins` on oximeter-test-utils (93/256)
30502026-03-10T18:34:03.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-03-10T18:34:03.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-03-10T18:34:03.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-03-10T18:34:03.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30542026-03-10T18:34:03.580Z
30552026-03-10T18:34:03.580Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/256)
30562026-03-10T18:34:04.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-03-10T18:34:04.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-03-10T18:34:04.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-03-10T18:34:04.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30602026-03-10T18:34:04.392Z
30612026-03-10T18:34:04.392Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/256)
30622026-03-10T18:34:05.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-03-10T18:34:05.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-03-10T18:34:05.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-03-10T18:34:05.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30662026-03-10T18:34:05.203Z
30672026-03-10T18:34:05.203Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/256)
30682026-03-10T18:34:05.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-03-10T18:34:05.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-03-10T18:34:05.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-03-10T18:34:05.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30722026-03-10T18:34:06.007Z
30732026-03-10T18:34:06.007Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/256)
30742026-03-10T18:34:06.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-03-10T18:34:06.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-03-10T18:34:06.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-03-10T18:34:06.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30782026-03-10T18:34:06.819Z
30792026-03-10T18:34:06.819Zinfo: running `cargo check --bins` on trust-quorum-types (98/256)
30802026-03-10T18:34:07.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-03-10T18:34:07.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-03-10T18:34:07.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-03-10T18:34:07.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30842026-03-10T18:34:07.623Z
30852026-03-10T18:34:07.623Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/256)
30862026-03-10T18:34:08.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-03-10T18:34:08.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-03-10T18:34:08.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-03-10T18:34:08.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30902026-03-10T18:34:08.427Z
30912026-03-10T18:34:08.427Zinfo: running `cargo check --bins` on update-engine (100/256)
30922026-03-10T18:34:09.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-03-10T18:34:09.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-03-10T18:34:09.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-03-10T18:34:09.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30962026-03-10T18:34:09.197Z
30972026-03-10T18:34:09.197Zinfo: running `cargo check --bins` on omicron-certificates (101/256)
30982026-03-10T18:34:09.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-03-10T18:34:09.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-03-10T18:34:09.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-03-10T18:34:09.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31022026-03-10T18:34:09.985Z
31032026-03-10T18:34:09.985Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/256)
31042026-03-10T18:34:10.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-03-10T18:34:10.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-03-10T18:34:10.824Z Checking dropshot-api-manager-types v0.5.2
31072026-03-10T18:34:10.824Z Checking nanorand v0.7.0
31082026-03-10T18:34:11.108Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31092026-03-10T18:34:11.137Z Checking flume v0.11.1
31102026-03-10T18:34:11.403Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31112026-03-10T18:34:12.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31122026-03-10T18:34:12.862Z
31132026-03-10T18:34:12.862Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/256)
31142026-03-10T18:34:13.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-03-10T18:34:13.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-03-10T18:34:13.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-03-10T18:34:13.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31182026-03-10T18:34:13.729Z
31192026-03-10T18:34:13.729Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/256)
31202026-03-10T18:34:14.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-03-10T18:34:14.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-03-10T18:34:14.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-03-10T18:34:14.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31242026-03-10T18:34:14.457Z
31252026-03-10T18:34:14.458Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/256)
31262026-03-10T18:34:15.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-03-10T18:34:15.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-03-10T18:34:15.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-03-10T18:34:15.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31302026-03-10T18:34:15.252Z
31312026-03-10T18:34:15.252Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/256)
31322026-03-10T18:34:15.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-03-10T18:34:15.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-03-10T18:34:15.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-03-10T18:34:15.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31362026-03-10T18:34:16.055Z
31372026-03-10T18:34:16.055Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/256)
31382026-03-10T18:34:16.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-03-10T18:34:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-03-10T18:34:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-03-10T18:34:16.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31422026-03-10T18:34:16.843Z
31432026-03-10T18:34:16.843Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/256)
31442026-03-10T18:34:17.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-03-10T18:34:17.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-03-10T18:34:17.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-03-10T18:34:17.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31482026-03-10T18:34:17.651Z
31492026-03-10T18:34:17.651Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/256)
31502026-03-10T18:34:18.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-03-10T18:34:18.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-03-10T18:34:18.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-03-10T18:34:18.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31542026-03-10T18:34:18.426Z
31552026-03-10T18:34:18.426Zinfo: running `cargo check --bins` on cockroach-admin-client (110/256)
31562026-03-10T18:34:19.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-03-10T18:34:19.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-03-10T18:34:19.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-03-10T18:34:19.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31602026-03-10T18:34:19.200Z
31612026-03-10T18:34:19.200Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/256)
31622026-03-10T18:34:19.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-03-10T18:34:19.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-03-10T18:34:19.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-03-10T18:34:19.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31662026-03-10T18:34:20.023Z
31672026-03-10T18:34:20.023Zinfo: running `cargo check --bins` on dns-service-client (112/256)
31682026-03-10T18:34:20.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-03-10T18:34:20.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-03-10T18:34:20.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-03-10T18:34:20.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31722026-03-10T18:34:20.784Z
31732026-03-10T18:34:20.784Zinfo: running `cargo check --bins` on installinator-client (113/256)
31742026-03-10T18:34:21.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-03-10T18:34:21.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-03-10T18:34:21.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-03-10T18:34:21.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31782026-03-10T18:34:21.750Z
31792026-03-10T18:34:21.750Zinfo: running `cargo check --bins` on nexus-client (114/256)
31802026-03-10T18:34:22.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-03-10T18:34:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-03-10T18:34:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-03-10T18:34:22.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31842026-03-10T18:34:22.421Z
31852026-03-10T18:34:22.421Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/256)
31862026-03-10T18:34:25.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-03-10T18:34:25.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-03-10T18:34:25.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-03-10T18:34:25.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31902026-03-10T18:34:25.922Z
31912026-03-10T18:34:25.922Zinfo: running `cargo check --bins` on ntp-admin-client (116/256)
31922026-03-10T18:34:25.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-03-10T18:34:25.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-03-10T18:34:25.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-03-10T18:34:25.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31962026-03-10T18:34:25.922Z
31972026-03-10T18:34:25.922Zinfo: running `cargo check --bins` on oxide-client (117/256)
31982026-03-10T18:34:25.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-03-10T18:34:25.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-03-10T18:34:25.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-03-10T18:34:25.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32022026-03-10T18:34:25.922Z
32032026-03-10T18:34:25.922Zinfo: running `cargo check --bins` on oximeter-client (118/256)
32042026-03-10T18:34:25.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-03-10T18:34:25.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-03-10T18:34:25.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-03-10T18:34:25.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32082026-03-10T18:34:25.923Z
32092026-03-10T18:34:25.923Zinfo: running `cargo check --bins` on repo-depot-client (119/256)
32102026-03-10T18:34:26.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-03-10T18:34:26.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-03-10T18:34:26.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-03-10T18:34:26.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32142026-03-10T18:34:26.356Z
32152026-03-10T18:34:26.357Zinfo: running `cargo check --bins` on sled-agent-client (120/256)
32162026-03-10T18:34:27.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-03-10T18:34:27.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-03-10T18:34:27.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-03-10T18:34:27.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32202026-03-10T18:34:27.162Z
32212026-03-10T18:34:27.162Zinfo: running `cargo check --bins` on wicketd-client (121/256)
32222026-03-10T18:34:27.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-03-10T18:34:27.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-03-10T18:34:27.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-03-10T18:34:27.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32262026-03-10T18:34:27.979Z
32272026-03-10T18:34:27.979Zinfo: running `cargo check --bins` on installinator-common (122/256)
32282026-03-10T18:34:28.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-03-10T18:34:28.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-03-10T18:34:28.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-03-10T18:34:28.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32322026-03-10T18:34:28.781Z
32332026-03-10T18:34:28.781Zinfo: running `cargo check --bins` on installinator-common-versions (123/256)
32342026-03-10T18:34:29.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-03-10T18:34:29.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-03-10T18:34:29.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-03-10T18:34:29.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32382026-03-10T18:34:29.548Z
32392026-03-10T18:34:29.548Zinfo: running `cargo check --bins` on wicket-common (124/256)
32402026-03-10T18:34:30.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-03-10T18:34:30.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-03-10T18:34:30.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-03-10T18:34:30.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32442026-03-10T18:34:30.364Z
32452026-03-10T18:34:30.364Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/256)
32462026-03-10T18:34:31.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-03-10T18:34:31.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-03-10T18:34:31.183Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32492026-03-10T18:34:31.188Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-03-10T18:34:31.188Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32512026-03-10T18:34:31.188Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32522026-03-10T18:34:31.292Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-03-10T18:34:31.484Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32542026-03-10T18:34:31.500Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-10T18:34:31.794Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-03-10T18:34:31.797Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32572026-03-10T18:34:34.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32582026-03-10T18:34:34.767Z
32592026-03-10T18:34:34.767Zinfo: running `cargo check --bins` on cockroach-admin-api (126/256)
32602026-03-10T18:34:35.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-03-10T18:34:35.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-03-10T18:34:35.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-03-10T18:34:35.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32642026-03-10T18:34:35.556Z
32652026-03-10T18:34:35.556Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/256)
32662026-03-10T18:34:36.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-03-10T18:34:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-03-10T18:34:36.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-03-10T18:34:36.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32702026-03-10T18:34:36.462Z
32712026-03-10T18:34:36.462Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/256)
32722026-03-10T18:34:37.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-03-10T18:34:37.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-03-10T18:34:37.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-03-10T18:34:37.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32762026-03-10T18:34:37.361Z
32772026-03-10T18:34:37.361Zinfo: running `cargo check --bins` on dns-server (129/256)
32782026-03-10T18:34:38.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-03-10T18:34:38.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-03-10T18:34:38.173Z Compiling parking_lot_core v0.8.6
32812026-03-10T18:34:38.176Z Compiling atomicwrites v0.4.4
32822026-03-10T18:34:38.176Z Compiling git-stub v1.0.0
32832026-03-10T18:34:38.176Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32842026-03-10T18:34:38.176Z Checking tagptr v0.2.0
32852026-03-10T18:34:38.308Z Checking prefix-trie v0.7.0
32862026-03-10T18:34:38.321Z Checking fxhash v0.2.1
32872026-03-10T18:34:38.324Z Checking hickory-client v0.25.2
32882026-03-10T18:34:38.466Z Compiling git-stub-vcs v0.1.0
32892026-03-10T18:34:38.479Z Checking moka v0.12.13
32902026-03-10T18:34:38.732Z Checking hickory-server v0.25.2
32912026-03-10T18:34:38.834Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32922026-03-10T18:34:38.891Z Checking parking_lot v0.11.2
32932026-03-10T18:34:38.931Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32942026-03-10T18:34:38.934Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-10T18:34:38.934Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-10T18:34:39.116Z Checking sled v0.34.7
32972026-03-10T18:34:39.315Z Checking hickory-resolver v0.25.2
32982026-03-10T18:34:41.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
32992026-03-10T18:34:42.093Z
33002026-03-10T18:34:42.094Zinfo: running `cargo check --bins` on dns-server-api (130/256)
33012026-03-10T18:34:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-03-10T18:34:42.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-03-10T18:34:42.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-03-10T18:34:42.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33052026-03-10T18:34:42.882Z
33062026-03-10T18:34:42.882Zinfo: running `cargo check --bins` on gateway-test-utils (131/256)
33072026-03-10T18:34:43.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-03-10T18:34:43.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-03-10T18:34:43.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-03-10T18:34:43.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33112026-03-10T18:34:43.743Z
33122026-03-10T18:34:43.743Zinfo: running `cargo check --bins` on omicron-gateway (132/256)
33132026-03-10T18:34:44.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-03-10T18:34:44.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-03-10T18:34:44.651Z Compiling radium v0.7.0
33162026-03-10T18:34:44.654Z Checking tap v1.0.1
33172026-03-10T18:34:44.654Z Compiling maybe-uninit v2.0.0
33182026-03-10T18:34:44.785Z Compiling zerocopy-derive v0.6.6
33192026-03-10T18:34:44.788Z Checking crc-catalog v2.4.0
33202026-03-10T18:34:44.805Z Checking funty v2.0.0
33212026-03-10T18:34:44.808Z Compiling packed_struct v0.10.1
33222026-03-10T18:34:44.811Z Compiling packed_struct_codegen v0.10.1
33232026-03-10T18:34:44.891Z Checking wyz v0.5.1
33242026-03-10T18:34:44.891Z Checking crc v3.4.0
33252026-03-10T18:34:45.130Z Compiling bitfield-macros v0.19.4
33262026-03-10T18:34:45.130Z Compiling indexmap v1.9.3
33272026-03-10T18:34:45.210Z Checking nodrop v0.1.14
33282026-03-10T18:34:45.253Z Checking smallvec v0.6.14
33292026-03-10T18:34:45.285Z Checking hashbrown v0.12.3
33302026-03-10T18:34:45.320Z Checking array-init v0.0.4
33312026-03-10T18:34:45.342Z Checking bitvec v1.0.1
33322026-03-10T18:34:45.409Z Checking ron v0.8.1
33332026-03-10T18:34:45.509Z Checking hashbrown v0.13.2
33342026-03-10T18:34:45.816Z Checking serde-hex v0.1.0
33352026-03-10T18:34:45.942Z Checking zerocopy v0.6.6
33362026-03-10T18:34:46.082Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33372026-03-10T18:34:46.133Z Checking bitfield v0.19.4
33382026-03-10T18:34:46.136Z Checking crc-any v2.5.0
33392026-03-10T18:34:46.284Z Checking object v0.30.4
33402026-03-10T18:34:46.312Z Checking half v1.8.3
33412026-03-10T18:34:46.349Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-03-10T18:34:46.362Z Checking void v1.0.2
33432026-03-10T18:34:46.376Z Checking path-slash v0.1.5
33442026-03-10T18:34:46.481Z Checking lzss v0.8.2
33452026-03-10T18:34:46.496Z Checking tungstenite v0.23.0
33462026-03-10T18:34:46.532Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-03-10T18:34:46.567Z Checking serde_cbor v0.11.2
33482026-03-10T18:34:46.652Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-03-10T18:34:46.709Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-03-10T18:34:46.745Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33512026-03-10T18:34:46.865Z Checking nix v0.27.1
33522026-03-10T18:34:47.057Z Checking kstat-rs v0.2.4
33532026-03-10T18:34:47.114Z Checking serde_bytes v0.11.19
33542026-03-10T18:34:47.251Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33552026-03-10T18:34:47.297Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33562026-03-10T18:34:47.341Z Checking tokio-tungstenite v0.23.1
33572026-03-10T18:34:47.587Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33582026-03-10T18:34:47.647Z Checking signal-hook-tokio v0.3.1
33592026-03-10T18:34:48.705Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-03-10T18:34:48.889Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33612026-03-10T18:34:52.246Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-10T18:34:53.464Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33632026-03-10T18:34:53.838Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33642026-03-10T18:34:55.301Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33652026-03-10T18:34:58.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
33662026-03-10T18:34:58.292Z
33672026-03-10T18:34:58.292Zinfo: running `cargo check --bins` on gateway-api (133/256)
33682026-03-10T18:34:58.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-03-10T18:34:58.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-03-10T18:34:58.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-03-10T18:34:58.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33722026-03-10T18:34:59.083Z
33732026-03-10T18:34:59.083Zinfo: running `cargo check --bins` on ipcc (134/256)
33742026-03-10T18:34:59.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-03-10T18:34:59.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-03-10T18:34:59.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-03-10T18:34:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33782026-03-10T18:34:59.862Z
33792026-03-10T18:34:59.862Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/256)
33802026-03-10T18:35:00.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-03-10T18:35:00.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-03-10T18:35:00.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-03-10T18:35:00.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33842026-03-10T18:35:00.628Z
33852026-03-10T18:35:00.628Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/256)
33862026-03-10T18:35:01.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-03-10T18:35:01.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-03-10T18:35:01.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-03-10T18:35:01.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33902026-03-10T18:35:01.416Z
33912026-03-10T18:35:01.416Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/256)
33922026-03-10T18:35:02.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-03-10T18:35:02.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-03-10T18:35:02.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-03-10T18:35:02.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33962026-03-10T18:35:02.206Z
33972026-03-10T18:35:02.206Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/256)
33982026-03-10T18:35:02.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-03-10T18:35:02.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-03-10T18:35:02.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-03-10T18:35:02.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34022026-03-10T18:35:02.986Z
34032026-03-10T18:35:02.986Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/256)
34042026-03-10T18:35:03.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-03-10T18:35:03.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-03-10T18:35:03.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-03-10T18:35:03.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34082026-03-10T18:35:03.775Z
34092026-03-10T18:35:03.775Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/256)
34102026-03-10T18:35:04.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-03-10T18:35:04.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-03-10T18:35:04.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-03-10T18:35:04.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34142026-03-10T18:35:04.568Z
34152026-03-10T18:35:04.568Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/256)
34162026-03-10T18:35:05.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-03-10T18:35:05.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-03-10T18:35:05.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-03-10T18:35:05.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34202026-03-10T18:35:05.363Z
34212026-03-10T18:35:05.363Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/256)
34222026-03-10T18:35:06.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-03-10T18:35:06.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-03-10T18:35:06.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-03-10T18:35:06.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34262026-03-10T18:35:06.138Z
34272026-03-10T18:35:06.138Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/256)
34282026-03-10T18:35:06.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-03-10T18:35:06.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-03-10T18:35:06.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-03-10T18:35:06.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34322026-03-10T18:35:06.925Z
34332026-03-10T18:35:06.925Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/256)
34342026-03-10T18:35:07.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-03-10T18:35:07.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-03-10T18:35:07.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-03-10T18:35:07.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34382026-03-10T18:35:07.714Z
34392026-03-10T18:35:07.714Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/256)
34402026-03-10T18:35:08.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-03-10T18:35:08.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-03-10T18:35:08.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-03-10T18:35:08.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34442026-03-10T18:35:08.506Z
34452026-03-10T18:35:08.506Zinfo: running `cargo check --bins` on oximeter-producer (146/256)
34462026-03-10T18:35:09.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-03-10T18:35:09.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-03-10T18:35:09.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-03-10T18:35:09.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34502026-03-10T18:35:09.348Z
34512026-03-10T18:35:09.348Zinfo: running `cargo check --bins` on internal-dns-resolver (147/256)
34522026-03-10T18:35:10.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-03-10T18:35:10.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-03-10T18:35:10.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-03-10T18:35:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34562026-03-10T18:35:10.138Z
34572026-03-10T18:35:10.138Zinfo: running `cargo check --bins` on sp-sim (148/256)
34582026-03-10T18:35:10.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-03-10T18:35:10.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-03-10T18:35:11.010Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-03-10T18:35:13.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34622026-03-10T18:35:13.569Z
34632026-03-10T18:35:13.569Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (149/256)
34642026-03-10T18:35:14.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-03-10T18:35:14.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-03-10T18:35:14.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-03-10T18:35:14.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34682026-03-10T18:35:14.463Z
34692026-03-10T18:35:14.463Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (150/256)
34702026-03-10T18:35:15.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-03-10T18:35:15.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-03-10T18:35:15.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-03-10T18:35:15.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34742026-03-10T18:35:15.356Z
34752026-03-10T18:35:15.356Zinfo: running `cargo check --bins` on db-macros (151/256)
34762026-03-10T18:35:15.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-03-10T18:35:15.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-03-10T18:35:15.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-03-10T18:35:15.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34802026-03-10T18:35:16.059Z
34812026-03-10T18:35:16.059Zinfo: running `cargo check --bins` on nexus-macros-common (152/256)
34822026-03-10T18:35:17.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-03-10T18:35:17.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-03-10T18:35:17.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-03-10T18:35:17.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34862026-03-10T18:35:17.790Z
34872026-03-10T18:35:17.790Zinfo: running `cargo check --bins` on nexus-auth (153/256)
34882026-03-10T18:35:17.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-03-10T18:35:17.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-03-10T18:35:17.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-03-10T18:35:17.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34922026-03-10T18:35:17.790Z
34932026-03-10T18:35:17.790Zinfo: running `cargo check --bins` on authz-macros (154/256)
34942026-03-10T18:35:18.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-03-10T18:35:18.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-03-10T18:35:18.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-03-10T18:35:18.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34982026-03-10T18:35:18.454Z
34992026-03-10T18:35:18.454Zinfo: running `cargo check --bins` on nexus-db-fixed-data (155/256)
35002026-03-10T18:35:19.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-03-10T18:35:19.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-03-10T18:35:19.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-03-10T18:35:19.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35042026-03-10T18:35:19.706Z
35052026-03-10T18:35:19.706Zinfo: running `cargo check --bins` on nexus-db-model (156/256)
35062026-03-10T18:35:20.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-03-10T18:35:20.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-03-10T18:35:20.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-03-10T18:35:20.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35102026-03-10T18:35:20.151Z
35112026-03-10T18:35:20.151Zinfo: running `cargo check --bins` on nexus-db-schema (157/256)
35122026-03-10T18:35:20.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-03-10T18:35:20.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-03-10T18:35:20.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-03-10T18:35:20.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35162026-03-10T18:35:20.905Z
35172026-03-10T18:35:20.905Zinfo: running `cargo check --bins` on omicron-rpaths (158/256)
35182026-03-10T18:35:21.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-03-10T18:35:21.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-03-10T18:35:21.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-03-10T18:35:21.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35222026-03-10T18:35:21.674Z
35232026-03-10T18:35:21.674Zinfo: running `cargo check --bins` on nexus-defaults (159/256)
35242026-03-10T18:35:22.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-03-10T18:35:22.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-03-10T18:35:22.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-03-10T18:35:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35282026-03-10T18:35:22.458Z
35292026-03-10T18:35:22.458Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (160/256)
35302026-03-10T18:35:23.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-03-10T18:35:23.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-03-10T18:35:23.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-03-10T18:35:23.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35342026-03-10T18:35:23.238Z
35352026-03-10T18:35:23.238Zinfo: running `cargo check --bins` on parallel-task-set (161/256)
35362026-03-10T18:35:23.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-03-10T18:35:23.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-03-10T18:35:23.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-03-10T18:35:23.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35402026-03-10T18:35:23.990Z
35412026-03-10T18:35:23.991Zinfo: running `cargo check --bins` on nexus-db-errors (162/256)
35422026-03-10T18:35:24.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-03-10T18:35:24.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-03-10T18:35:24.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-03-10T18:35:24.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35462026-03-10T18:35:24.842Z
35472026-03-10T18:35:24.842Zinfo: running `cargo check --bins` on nexus-db-lookup (163/256)
35482026-03-10T18:35:25.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-03-10T18:35:25.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-03-10T18:35:25.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-03-10T18:35:25.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35522026-03-10T18:35:25.773Z
35532026-03-10T18:35:25.773Zinfo: running `cargo check --bins` on nexus-inventory (164/256)
35542026-03-10T18:35:27.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-03-10T18:35:27.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-03-10T18:35:27.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-03-10T18:35:27.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35582026-03-10T18:35:27.536Z
35592026-03-10T18:35:27.536Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (165/256)
35602026-03-10T18:35:27.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-03-10T18:35:27.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-03-10T18:35:27.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-03-10T18:35:27.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35642026-03-10T18:35:27.564Z
35652026-03-10T18:35:27.564Zinfo: running `cargo check --bins --no-default-features` on sled-storage (166/256)
35662026-03-10T18:35:28.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-03-10T18:35:28.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-03-10T18:35:28.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-03-10T18:35:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35702026-03-10T18:35:28.157Z
35712026-03-10T18:35:28.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (167/256)
35722026-03-10T18:35:28.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-03-10T18:35:28.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-03-10T18:35:28.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-03-10T18:35:28.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35762026-03-10T18:35:28.976Z
35772026-03-10T18:35:28.977Zinfo: running `cargo check --bins` on key-manager (168/256)
35782026-03-10T18:35:29.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-03-10T18:35:29.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-03-10T18:35:29.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-03-10T18:35:29.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35822026-03-10T18:35:29.731Z
35832026-03-10T18:35:29.731Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (169/256)
35842026-03-10T18:35:30.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-03-10T18:35:30.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-03-10T18:35:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-03-10T18:35:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35882026-03-10T18:35:30.530Z
35892026-03-10T18:35:30.530Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (170/256)
35902026-03-10T18:35:31.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-03-10T18:35:31.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-03-10T18:35:31.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-03-10T18:35:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35942026-03-10T18:35:31.324Z
35952026-03-10T18:35:31.324Zinfo: running `cargo check --bins` on typed-rng (171/256)
35962026-03-10T18:35:31.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-03-10T18:35:31.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-03-10T18:35:31.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-03-10T18:35:31.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36002026-03-10T18:35:32.093Z
36012026-03-10T18:35:32.094Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (172/256)
36022026-03-10T18:35:32.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-03-10T18:35:32.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-03-10T18:35:33.114Z Compiling libefi-sys v0.1.0
36052026-03-10T18:35:33.118Z Compiling bitfield-struct v0.6.2
36062026-03-10T18:35:33.118Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36072026-03-10T18:35:33.268Z Compiling xshell-macros v0.2.7
36082026-03-10T18:35:33.271Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36092026-03-10T18:35:33.298Z Compiling salty v0.3.0
36102026-03-10T18:35:33.314Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36112026-03-10T18:35:33.332Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36122026-03-10T18:35:33.348Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36132026-03-10T18:35:33.690Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36142026-03-10T18:35:33.744Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36152026-03-10T18:35:33.764Z Checking xshell v0.2.7
36162026-03-10T18:35:33.897Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36172026-03-10T18:35:33.928Z Checking primeorder v0.13.6
36182026-03-10T18:35:33.967Z Compiling proc-macro-error-attr2 v2.0.0
36192026-03-10T18:35:33.987Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36202026-03-10T18:35:34.024Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36212026-03-10T18:35:34.088Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36222026-03-10T18:35:34.235Z Checking p384 v0.13.1
36232026-03-10T18:35:34.269Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36242026-03-10T18:35:34.291Z Compiling nix v0.31.1
36252026-03-10T18:35:34.428Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-03-10T18:35:34.492Z Compiling proc-macro-error2 v2.0.1
36272026-03-10T18:35:34.681Z Compiling num-derive v0.3.3
36282026-03-10T18:35:34.723Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36292026-03-10T18:35:34.780Z Compiling unicase v2.9.0
36302026-03-10T18:35:34.845Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-03-10T18:35:34.880Z Compiling tabled_derive v0.11.0
36322026-03-10T18:35:34.962Z Checking papergrid v0.17.0
36332026-03-10T18:35:35.038Z Compiling mime_guess v2.0.5
36342026-03-10T18:35:35.315Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36352026-03-10T18:35:35.745Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36362026-03-10T18:35:35.764Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36372026-03-10T18:35:35.846Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-10T18:35:35.864Z Checking libscf-sys v1.1.0
36392026-03-10T18:35:36.037Z Checking testing_table v0.3.0
36402026-03-10T18:35:36.065Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36412026-03-10T18:35:36.148Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-03-10T18:35:36.343Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36432026-03-10T18:35:36.404Z Checking corncobs v0.1.4
36442026-03-10T18:35:36.484Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36452026-03-10T18:35:36.504Z Checking tabled v0.20.0
36462026-03-10T18:35:36.559Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36472026-03-10T18:35:36.621Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36482026-03-10T18:35:36.687Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36492026-03-10T18:35:36.831Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36502026-03-10T18:35:36.853Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-10T18:35:37.000Z Checking secrecy v0.8.0
36522026-03-10T18:35:37.164Z Checking http-range v0.1.5
36532026-03-10T18:35:37.186Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-03-10T18:35:37.619Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
36552026-03-10T18:35:37.730Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36562026-03-10T18:35:37.940Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36572026-03-10T18:35:38.016Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-03-10T18:35:38.043Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36592026-03-10T18:35:38.063Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-03-10T18:35:38.088Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36612026-03-10T18:35:38.226Z Checking atty v0.2.14
36622026-03-10T18:35:38.267Z Checking crc8 v0.1.1
36632026-03-10T18:35:38.343Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8a0026763144cb18f1a23fadecd4527602503df0#8a002676)
36642026-03-10T18:35:38.386Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36652026-03-10T18:35:38.617Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36662026-03-10T18:35:38.812Z Checking hyper-staticfile v0.10.1
36672026-03-10T18:35:38.897Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36682026-03-10T18:35:38.916Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-03-10T18:35:39.172Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36702026-03-10T18:35:39.253Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36712026-03-10T18:35:39.373Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36722026-03-10T18:35:39.549Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36732026-03-10T18:35:39.607Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36742026-03-10T18:35:39.644Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36752026-03-10T18:35:39.715Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36762026-03-10T18:35:39.858Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36772026-03-10T18:35:39.910Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36782026-03-10T18:35:40.135Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36792026-03-10T18:35:40.184Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36802026-03-10T18:35:40.266Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36812026-03-10T18:35:41.683Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-03-10T18:35:41.707Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36832026-03-10T18:35:41.964Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36842026-03-10T18:35:42.344Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36852026-03-10T18:35:42.858Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36862026-03-10T18:35:43.067Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-10T18:35:49.794Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36882026-03-10T18:36:05.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.27s
36892026-03-10T18:36:05.609Z
36902026-03-10T18:36:05.609Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (173/256)
36912026-03-10T18:36:06.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-03-10T18:36:06.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-03-10T18:36:06.561Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-03-10T18:36:22.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s
36952026-03-10T18:36:22.458Z
36962026-03-10T18:36:22.459Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (174/256)
36972026-03-10T18:36:23.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-03-10T18:36:23.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-03-10T18:36:23.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-10T18:36:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.75s
37012026-03-10T18:36:39.458Z
37022026-03-10T18:36:39.458Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (175/256)
37032026-03-10T18:36:40.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-10T18:36:40.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-10T18:36:40.407Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-10T18:36:56.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s
37072026-03-10T18:36:56.416Z
37082026-03-10T18:36:56.416Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (176/256)
37092026-03-10T18:36:57.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-10T18:36:57.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-10T18:36:57.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-10T18:37:13.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.67s
37132026-03-10T18:37:13.331Z
37142026-03-10T18:37:13.331Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (177/256)
37152026-03-10T18:37:14.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-10T18:37:14.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-10T18:37:14.271Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-10T18:37:30.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.68s
37192026-03-10T18:37:30.259Z
37202026-03-10T18:37:30.259Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (178/256)
37212026-03-10T18:37:31.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-10T18:37:31.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-10T18:37:31.203Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-10T18:37:46.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
37252026-03-10T18:37:47.227Z
37262026-03-10T18:37:47.227Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (179/256)
37272026-03-10T18:37:47.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-10T18:37:47.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-10T18:37:48.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-03-10T18:38:03.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s
37312026-03-10T18:38:04.101Z
37322026-03-10T18:38:04.102Zinfo: running `cargo check --bins` on bootstrap-agent-api (180/256)
37332026-03-10T18:38:04.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-10T18:38:04.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-10T18:38:04.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-03-10T18:38:04.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37372026-03-10T18:38:04.903Z
37382026-03-10T18:38:04.904Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (181/256)
37392026-03-10T18:38:05.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-10T18:38:05.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-10T18:38:05.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-03-10T18:38:05.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37432026-03-10T18:38:05.709Z
37442026-03-10T18:38:05.709Zinfo: running `cargo check --bins` on range-requests (182/256)
37452026-03-10T18:38:06.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-10T18:38:06.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-10T18:38:06.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-10T18:38:06.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37492026-03-10T18:38:06.482Z
37502026-03-10T18:38:06.482Zinfo: running `cargo check --bins` on repo-depot-api (183/256)
37512026-03-10T18:38:07.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-10T18:38:07.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-10T18:38:07.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-10T18:38:07.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37552026-03-10T18:38:07.258Z
37562026-03-10T18:38:07.258Zinfo: running `cargo check --bins` on sled-agent-api (184/256)
37572026-03-10T18:38:07.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-10T18:38:07.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-10T18:38:07.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-10T18:38:07.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37612026-03-10T18:38:08.068Z
37622026-03-10T18:38:08.068Zinfo: running `cargo check --bins` on sled-diagnostics (185/256)
37632026-03-10T18:38:08.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-10T18:38:08.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-10T18:38:08.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-10T18:38:08.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37672026-03-10T18:38:08.863Z
37682026-03-10T18:38:08.863Zinfo: running `cargo check --bins` on zfs-test-harness (186/256)
37692026-03-10T18:38:09.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-10T18:38:09.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-10T18:38:09.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-10T18:38:09.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37732026-03-10T18:38:09.662Z
37742026-03-10T18:38:09.662Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (187/256)
37752026-03-10T18:38:10.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-10T18:38:10.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-10T18:38:10.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-10T18:38:10.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37792026-03-10T18:38:10.478Z
37802026-03-10T18:38:10.478Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (188/256)
37812026-03-10T18:38:11.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-10T18:38:11.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-10T18:38:11.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-10T18:38:11.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37852026-03-10T18:38:11.301Z
37862026-03-10T18:38:11.301Zinfo: running `cargo check --bins` on sled-agent-health-monitor (189/256)
37872026-03-10T18:38:12.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-10T18:38:12.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-10T18:38:12.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-10T18:38:12.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37912026-03-10T18:38:12.110Z
37922026-03-10T18:38:12.111Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (190/256)
37932026-03-10T18:38:12.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-10T18:38:12.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-10T18:38:12.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-10T18:38:12.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37972026-03-10T18:38:12.923Z
37982026-03-10T18:38:12.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (191/256)
37992026-03-10T18:38:13.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-10T18:38:13.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-10T18:38:13.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-10T18:38:13.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38032026-03-10T18:38:13.743Z
38042026-03-10T18:38:13.743Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (192/256)
38052026-03-10T18:38:14.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-10T18:38:14.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-10T18:38:14.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-10T18:38:14.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38092026-03-10T18:38:14.565Z
38102026-03-10T18:38:14.565Zinfo: running `cargo check --bins` on trust-quorum (193/256)
38112026-03-10T18:38:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-10T18:38:15.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-10T18:38:15.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-10T18:38:15.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38152026-03-10T18:38:15.381Z
38162026-03-10T18:38:15.381Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (194/256)
38172026-03-10T18:38:16.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-10T18:38:16.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-10T18:38:16.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-10T18:38:16.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38212026-03-10T18:38:16.217Z
38222026-03-10T18:38:16.217Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (195/256)
38232026-03-10T18:38:16.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-10T18:38:16.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-10T18:38:16.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-10T18:38:16.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38272026-03-10T18:38:17.078Z
38282026-03-10T18:38:17.078Zinfo: running `cargo check --bins` on update-common (196/256)
38292026-03-10T18:38:17.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-10T18:38:17.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-10T18:38:17.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-10T18:38:17.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38332026-03-10T18:38:17.873Z
38342026-03-10T18:38:17.873Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (197/256)
38352026-03-10T18:38:18.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-10T18:38:18.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-10T18:38:18.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-10T18:38:18.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38392026-03-10T18:38:18.728Z
38402026-03-10T18:38:18.728Zinfo: running `cargo check --bins` on reconfigurator-cli (198/256)
38412026-03-10T18:38:19.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-10T18:38:19.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-10T18:38:19.666Z Compiling fs-err v2.11.0
38442026-03-10T18:38:19.670Z Checking ignore v0.4.25
38452026-03-10T18:38:19.670Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38462026-03-10T18:38:19.670Z Checking predicates-tree v1.0.13
38472026-03-10T18:38:19.670Z Checking parse-size v1.1.0
38482026-03-10T18:38:19.818Z Checking rand_seeder v0.4.0
38492026-03-10T18:38:19.833Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38502026-03-10T18:38:19.836Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38512026-03-10T18:38:19.922Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38522026-03-10T18:38:19.926Z Compiling petname v2.0.2
38532026-03-10T18:38:20.040Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38542026-03-10T18:38:20.225Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38552026-03-10T18:38:20.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38562026-03-10T18:38:20.295Z Checking globwalk v0.9.1
38572026-03-10T18:38:20.361Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38582026-03-10T18:38:20.460Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38592026-03-10T18:38:20.521Z Checking camino-tempfile-ext v0.3.3
38602026-03-10T18:38:20.581Z Checking sapling-renderdag v0.1.0
38612026-03-10T18:38:20.703Z Checking sync-ptr v0.1.4
38622026-03-10T18:38:20.767Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38632026-03-10T18:38:20.851Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38642026-03-10T18:38:20.914Z Checking colored v2.2.0
38652026-03-10T18:38:20.972Z Checking assert_matches v1.5.0
38662026-03-10T18:38:21.235Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38672026-03-10T18:38:21.404Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38682026-03-10T18:38:21.407Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38692026-03-10T18:38:22.167Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38702026-03-10T18:38:23.907Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38712026-03-10T18:38:26.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.09s
38722026-03-10T18:38:27.054Z
38732026-03-10T18:38:27.054Zinfo: running `cargo check --bins` on omicron-repl-utils (199/256)
38742026-03-10T18:38:27.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-03-10T18:38:27.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-03-10T18:38:27.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-03-10T18:38:27.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38782026-03-10T18:38:27.825Z
38792026-03-10T18:38:27.825Zinfo: running `cargo check --bins` on nexus-test-interface (200/256)
38802026-03-10T18:38:28.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-10T18:38:28.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-10T18:38:28.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-10T18:38:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38842026-03-10T18:38:28.685Z
38852026-03-10T18:38:28.685Zinfo: running `cargo check --bins` on oximeter-collector (201/256)
38862026-03-10T18:38:29.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-10T18:38:29.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-10T18:38:29.564Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38892026-03-10T18:38:29.567Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38902026-03-10T18:38:30.379Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38912026-03-10T18:38:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
38922026-03-10T18:38:32.649Z
38932026-03-10T18:38:32.649Zinfo: running `cargo check --bins` on oximeter-api (202/256)
38942026-03-10T18:38:33.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-10T18:38:33.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-10T18:38:33.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-03-10T18:38:33.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38982026-03-10T18:38:33.435Z
38992026-03-10T18:38:33.435Zinfo: running `cargo check --bins` on cert-dev (203/256)
39002026-03-10T18:38:34.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-10T18:38:34.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-10T18:38:34.186Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39032026-03-10T18:38:34.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
39042026-03-10T18:38:34.705Z
39052026-03-10T18:38:34.705Zinfo: running `cargo check --bins` on clickana (204/256)
39062026-03-10T18:38:35.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-03-10T18:38:35.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-03-10T18:38:35.497Z Compiling darling_core v0.23.0
39092026-03-10T18:38:35.500Z Compiling instability v0.3.11
39102026-03-10T18:38:35.500Z Checking castaway v0.2.4
39112026-03-10T18:38:35.500Z Compiling indoc v2.0.7
39122026-03-10T18:38:35.500Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39132026-03-10T18:38:35.615Z Checking unicode-truncate v1.1.0
39142026-03-10T18:38:35.624Z Checking lru v0.12.5
39152026-03-10T18:38:35.635Z Checking cassowary v0.3.0
39162026-03-10T18:38:35.728Z Checking compact_str v0.8.1
39172026-03-10T18:38:36.955Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39182026-03-10T18:38:37.174Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39192026-03-10T18:38:37.609Z Compiling darling_macro v0.23.0
39202026-03-10T18:38:38.150Z Compiling darling v0.23.0
39212026-03-10T18:38:38.941Z Checking ratatui v0.29.0
39222026-03-10T18:38:40.471Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39232026-03-10T18:38:41.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
39242026-03-10T18:38:41.510Z
39252026-03-10T18:38:41.510Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (205/256)
39262026-03-10T18:38:42.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-03-10T18:38:42.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-03-10T18:38:42.397Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39292026-03-10T18:38:42.397Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39302026-03-10T18:38:43.124Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39312026-03-10T18:38:43.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
39322026-03-10T18:38:43.872Z
39332026-03-10T18:38:43.873Zinfo: running `cargo check --bins` on ch-dev (206/256)
39342026-03-10T18:38:44.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-10T18:38:44.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-10T18:38:44.752Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39372026-03-10T18:38:45.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39382026-03-10T18:38:45.906Z
39392026-03-10T18:38:45.906Zinfo: running `cargo check --bins` on dev-tools-common (207/256)
39402026-03-10T18:38:46.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-10T18:38:46.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-10T18:38:46.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-03-10T18:38:46.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39442026-03-10T18:38:46.519Z
39452026-03-10T18:38:46.519Zinfo: running `cargo check --bins` on crdb-seed (208/256)
39462026-03-10T18:38:47.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-10T18:38:47.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-10T18:38:47.394Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39492026-03-10T18:38:47.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39502026-03-10T18:38:48.152Z
39512026-03-10T18:38:48.152Zinfo: running `cargo check --bins` on db-dev (209/256)
39522026-03-10T18:38:48.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-10T18:38:48.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-10T18:38:49.038Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39552026-03-10T18:38:49.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
39562026-03-10T18:38:50.209Z
39572026-03-10T18:38:50.209Zinfo: running `cargo check --bins` on omicron-dev-lib (210/256)
39582026-03-10T18:38:50.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-03-10T18:38:50.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-03-10T18:38:50.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-03-10T18:38:50.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39622026-03-10T18:38:51.055Z
39632026-03-10T18:38:51.055Zinfo: running `cargo check --bins` on xtask-downloader (211/256)
39642026-03-10T18:38:51.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-10T18:38:51.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-10T18:38:51.814Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39672026-03-10T18:38:52.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
39682026-03-10T18:38:52.858Z
39692026-03-10T18:38:52.859Zinfo: running `cargo check --bins` on omicron-dropshot-apis (212/256)
39702026-03-10T18:38:53.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-10T18:38:53.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-10T18:38:53.771Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39732026-03-10T18:38:53.771Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39742026-03-10T18:38:53.775Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39752026-03-10T18:38:53.775Z Checking git-stub v1.0.0
39762026-03-10T18:38:53.775Z Compiling trait-variant v0.1.2
39772026-03-10T18:38:53.775Z Checking is_ci v1.2.0
39782026-03-10T18:38:53.775Z Checking maplit v1.0.2
39792026-03-10T18:38:53.887Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39802026-03-10T18:38:54.033Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39812026-03-10T18:38:54.067Z Checking supports-color v3.0.2
39822026-03-10T18:38:54.161Z Checking git-stub-vcs v0.1.0
39832026-03-10T18:38:54.177Z Checking drift v0.1.3
39842026-03-10T18:38:54.216Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39852026-03-10T18:38:54.243Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39862026-03-10T18:38:54.404Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39872026-03-10T18:38:54.480Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39882026-03-10T18:38:54.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39892026-03-10T18:38:54.584Z Checking dropshot-api-manager v0.5.2
39902026-03-10T18:38:54.702Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39912026-03-10T18:38:54.813Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39922026-03-10T18:38:54.917Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39932026-03-10T18:38:55.136Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39942026-03-10T18:38:55.670Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39952026-03-10T18:39:02.411Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39962026-03-10T18:39:03.791Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39972026-03-10T18:39:04.561Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39982026-03-10T18:39:05.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.25s
39992026-03-10T18:39:05.337Z
40002026-03-10T18:39:05.337Zinfo: running `cargo check --bins` on installinator-api (213/256)
40012026-03-10T18:39:06.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-03-10T18:39:06.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-03-10T18:39:06.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-03-10T18:39:06.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40052026-03-10T18:39:06.128Z
40062026-03-10T18:39:06.128Zinfo: running `cargo check --bins` on nexus-external-api (214/256)
40072026-03-10T18:39:06.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-10T18:39:06.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-10T18:39:06.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-03-10T18:39:06.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40112026-03-10T18:39:06.975Z
40122026-03-10T18:39:06.975Zinfo: running `cargo check --bins` on nexus-internal-api (215/256)
40132026-03-10T18:39:07.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-10T18:39:07.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-10T18:39:07.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-03-10T18:39:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40172026-03-10T18:39:07.826Z
40182026-03-10T18:39:07.826Zinfo: running `cargo check --bins` on nexus-lockstep-api (216/256)
40192026-03-10T18:39:08.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-10T18:39:08.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-10T18:39:08.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-10T18:39:08.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40232026-03-10T18:39:08.665Z
40242026-03-10T18:39:08.665Zinfo: running `cargo check --bins` on ntp-admin-api (217/256)
40252026-03-10T18:39:09.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-10T18:39:09.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-10T18:39:09.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-10T18:39:09.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40292026-03-10T18:39:09.450Z
40302026-03-10T18:39:09.450Zinfo: running `cargo check --bins` on ntp-admin-types-versions (218/256)
40312026-03-10T18:39:10.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-10T18:39:10.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-10T18:39:10.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-03-10T18:39:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40352026-03-10T18:39:10.220Z
40362026-03-10T18:39:10.220Zinfo: running `cargo check --bins` on wicketd-api (219/256)
40372026-03-10T18:39:10.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-10T18:39:10.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-10T18:39:10.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-03-10T18:39:10.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40412026-03-10T18:39:11.035Z
40422026-03-10T18:39:11.035Zinfo: running `cargo check --bins` on omicron-ls-apis (220/256)
40432026-03-10T18:39:11.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-03-10T18:39:11.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-03-10T18:39:11.793Z Checking erased-serde v0.4.9
40462026-03-10T18:39:11.894Z Checking ordered-float v2.10.1
40472026-03-10T18:39:11.907Z Checking unicode-xid v0.2.6
40482026-03-10T18:39:11.919Z Checking cargo-platform v0.2.0
40492026-03-10T18:39:12.174Z Checking serde-value v0.7.0
40502026-03-10T18:39:12.352Z Checking serde-untagged v0.1.9
40512026-03-10T18:39:12.560Z Checking cargo-util-schemas v0.8.2
40522026-03-10T18:39:13.551Z Checking cargo_metadata v0.21.0
40532026-03-10T18:39:14.412Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40542026-03-10T18:39:15.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
40552026-03-10T18:39:15.538Z
40562026-03-10T18:39:15.538Zinfo: running `cargo check --bins` on mgs-dev (221/256)
40572026-03-10T18:39:16.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-03-10T18:39:16.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-03-10T18:39:16.438Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40602026-03-10T18:39:17.195Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40612026-03-10T18:39:17.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
40622026-03-10T18:39:18.066Z
40632026-03-10T18:39:18.066Zinfo: running `cargo check --bins` on omicron-omdb (222/256)
40642026-03-10T18:39:18.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-03-10T18:39:18.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-03-10T18:39:19.136Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40672026-03-10T18:39:19.136Z Compiling vergen-gitcl v1.0.8
40682026-03-10T18:39:19.139Z Compiling dirs-sys-next v0.1.2
40692026-03-10T18:39:19.139Z Compiling glob v0.3.3
40702026-03-10T18:39:19.139Z Compiling crunchy v0.2.4
40712026-03-10T18:39:19.139Z Compiling dsl_auto_type v0.1.3
40722026-03-10T18:39:19.139Z Checking scheduled-thread-pool v0.2.7
40732026-03-10T18:39:19.139Z Compiling diesel_table_macro_syntax v0.2.0
40742026-03-10T18:39:19.470Z Compiling dirs-next v2.0.0
40752026-03-10T18:39:19.545Z Compiling tiny-keccak v2.0.2
40762026-03-10T18:39:19.610Z Compiling term v0.7.0
40772026-03-10T18:39:19.627Z Checking r2d2 v0.8.10
40782026-03-10T18:39:19.767Z Compiling bit-vec v0.6.3
40792026-03-10T18:39:19.859Z Compiling clang-sys v1.8.1
40802026-03-10T18:39:19.875Z Compiling itertools v0.10.5
40812026-03-10T18:39:20.051Z Compiling bit-set v0.5.3
40822026-03-10T18:39:20.199Z Compiling diesel_derives v2.2.7
40832026-03-10T18:39:20.248Z Compiling ascii-canvas v3.0.0
40842026-03-10T18:39:20.343Z Compiling ena v0.14.4
40852026-03-10T18:39:20.361Z Compiling libloading v0.8.9
40862026-03-10T18:39:20.364Z Compiling bindgen v0.71.1
40872026-03-10T18:39:20.364Z Compiling regex-syntax v0.6.29
40882026-03-10T18:39:20.557Z Compiling diff v0.1.13
40892026-03-10T18:39:20.641Z Compiling cexpr v0.6.0
40902026-03-10T18:39:20.914Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40912026-03-10T18:39:21.023Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40922026-03-10T18:39:21.187Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40932026-03-10T18:39:21.208Z Compiling libxml v0.3.3
40942026-03-10T18:39:21.339Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40952026-03-10T18:39:21.543Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40962026-03-10T18:39:21.560Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40972026-03-10T18:39:21.726Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40982026-03-10T18:39:21.840Z Compiling strum_macros v0.24.3
40992026-03-10T18:39:21.985Z Compiling indoc v1.0.9
41002026-03-10T18:39:22.575Z Compiling lalrpop v0.19.12
41012026-03-10T18:39:23.327Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41022026-03-10T18:39:23.378Z Checking derive_builder v0.20.2
41032026-03-10T18:39:23.519Z Compiling oso-derive v0.27.3
41042026-03-10T18:39:23.584Z Checking quick-xml v0.37.5
41052026-03-10T18:39:23.697Z Compiling impl-trait-for-tuples v0.2.3
41062026-03-10T18:39:24.170Z Checking openssl-probe v0.1.6
41072026-03-10T18:39:24.338Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41082026-03-10T18:39:24.773Z Compiling diesel-dtrace v0.4.2
41092026-03-10T18:39:25.102Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41102026-03-10T18:39:25.298Z Checking bb8 v0.8.6
41112026-03-10T18:39:25.383Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41122026-03-10T18:39:25.652Z Checking nonempty v0.12.0
41132026-03-10T18:39:25.675Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41142026-03-10T18:39:25.843Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41152026-03-10T18:39:25.861Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41162026-03-10T18:39:25.945Z Checking support-bundle-viewer v0.1.2
41172026-03-10T18:39:26.122Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41182026-03-10T18:39:26.154Z Checking multimap v0.10.1
41192026-03-10T18:39:26.288Z Checking diesel v2.2.12
41202026-03-10T18:39:28.875Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41212026-03-10T18:39:30.674Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41222026-03-10T18:39:30.719Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41232026-03-10T18:39:30.978Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41242026-03-10T18:39:32.336Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41252026-03-10T18:39:32.802Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41262026-03-10T18:39:32.972Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41272026-03-10T18:39:33.890Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41282026-03-10T18:39:36.569Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41292026-03-10T18:39:42.308Z Compiling samael v0.0.19
41302026-03-10T18:39:48.449Z Checking async-bb8-diesel v0.2.1
41312026-03-10T18:39:50.081Z Compiling polar-core v0.27.3
41322026-03-10T18:39:56.292Z Checking oso v0.27.3
41332026-03-10T18:40:31.691Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41342026-03-10T18:41:18.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
41352026-03-10T18:41:18.711Z
41362026-03-10T18:41:18.711Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (223/256)
41372026-03-10T18:41:19.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-03-10T18:41:19.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-03-10T18:41:19.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-03-10T18:41:19.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41412026-03-10T18:41:19.590Z
41422026-03-10T18:41:19.590Zinfo: running `cargo check --bins` on nexus-saga-recovery (224/256)
41432026-03-10T18:41:20.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-10T18:41:20.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-10T18:41:20.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-03-10T18:41:20.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41472026-03-10T18:41:20.459Z
41482026-03-10T18:41:20.459Zinfo: running `cargo check --bins` on nexus-test-utils-macros (225/256)
41492026-03-10T18:41:21.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-10T18:41:21.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-10T18:41:21.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-10T18:41:21.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41532026-03-10T18:41:21.237Z
41542026-03-10T18:41:21.237Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (226/256)
41552026-03-10T18:41:22.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-10T18:41:22.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-10T18:41:22.304Z Compiling libz-sys v1.1.24
41582026-03-10T18:41:22.308Z Compiling libgit2-sys v0.18.3+1.9.2
41592026-03-10T18:41:22.443Z Compiling vergen-git2 v1.0.7
41602026-03-10T18:41:22.490Z Compiling rustls v0.21.12
41612026-03-10T18:41:22.490Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41622026-03-10T18:41:22.490Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41632026-03-10T18:41:22.490Z Compiling nix v0.29.0
41642026-03-10T18:41:22.490Z Checking rustls-webpki v0.101.7
41652026-03-10T18:41:22.713Z Checking sct v0.7.1
41662026-03-10T18:41:22.731Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41672026-03-10T18:41:22.773Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41682026-03-10T18:41:22.876Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41692026-03-10T18:41:22.968Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41702026-03-10T18:41:23.119Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41712026-03-10T18:41:23.161Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41722026-03-10T18:41:23.233Z Checking rustls-pemfile v1.0.4
41732026-03-10T18:41:23.378Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41742026-03-10T18:41:23.394Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41752026-03-10T18:41:23.641Z Checking twox-hash v2.1.2
41762026-03-10T18:41:23.703Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41772026-03-10T18:41:23.906Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41782026-03-10T18:41:24.596Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41792026-03-10T18:41:24.683Z Checking tokio-rustls v0.24.1
41802026-03-10T18:41:24.702Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41812026-03-10T18:41:24.767Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41822026-03-10T18:41:24.928Z Checking progenitor-extras v0.1.0
41832026-03-10T18:41:25.187Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41842026-03-10T18:41:25.362Z Checking fatfs v0.3.6
41852026-03-10T18:41:25.448Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41862026-03-10T18:41:25.610Z Compiling seq-macro v0.3.6
41872026-03-10T18:41:30.627Z Compiling git2 v0.20.4
41882026-03-10T18:41:31.681Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41892026-03-10T18:41:31.843Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41902026-03-10T18:41:33.807Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41912026-03-10T18:42:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
41922026-03-10T18:42:43.297Z
41932026-03-10T18:42:43.297Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (227/256)
41942026-03-10T18:42:44.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-03-10T18:42:44.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-03-10T18:42:44.391Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41972026-03-10T18:43:44.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
41982026-03-10T18:43:45.032Z
41992026-03-10T18:43:45.032Zinfo: running `cargo check --bins` on nexus-background-task-interface (228/256)
42002026-03-10T18:43:45.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-10T18:43:45.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-10T18:43:45.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-03-10T18:43:45.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42042026-03-10T18:43:45.814Z
42052026-03-10T18:43:45.814Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (229/256)
42062026-03-10T18:43:46.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-10T18:43:46.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-10T18:43:46.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-10T18:43:46.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42102026-03-10T18:43:46.684Z
42112026-03-10T18:43:46.684Zinfo: running `cargo check --bins` on nexus-mgs-updates (230/256)
42122026-03-10T18:43:47.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-10T18:43:47.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-10T18:43:47.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-10T18:43:47.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42162026-03-10T18:43:47.529Z
42172026-03-10T18:43:47.529Zinfo: running `cargo check --bins` on nexus-networking (231/256)
42182026-03-10T18:43:48.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-10T18:43:48.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-10T18:43:48.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-10T18:43:48.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42222026-03-10T18:43:48.409Z
42232026-03-10T18:43:48.409Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (232/256)
42242026-03-10T18:43:49.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-10T18:43:49.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-10T18:43:49.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-10T18:43:49.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42282026-03-10T18:43:49.287Z
42292026-03-10T18:43:49.288Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (233/256)
42302026-03-10T18:43:50.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-10T18:43:50.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-10T18:43:50.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-10T18:43:50.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42342026-03-10T18:43:50.160Z
42352026-03-10T18:43:50.160Zinfo: running `cargo check --bins` on omicron-dev (234/256)
42362026-03-10T18:43:50.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-10T18:43:50.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-10T18:43:51.269Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42392026-03-10T18:43:51.272Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42402026-03-10T18:43:51.416Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42412026-03-10T18:43:51.432Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42422026-03-10T18:43:51.435Z Checking diff v0.1.13
42432026-03-10T18:43:51.435Z Checking yansi v1.0.1
42442026-03-10T18:43:51.435Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42452026-03-10T18:43:51.435Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42462026-03-10T18:43:51.652Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42472026-03-10T18:43:51.788Z Checking pretty_assertions v1.4.1
42482026-03-10T18:43:52.672Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42492026-03-10T18:44:25.835Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42502026-03-10T18:44:25.841Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42512026-03-10T18:44:25.841Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42522026-03-10T18:44:25.842Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42532026-03-10T18:44:25.842Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42542026-03-10T18:44:25.842Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42552026-03-10T18:44:26.774Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42562026-03-10T18:44:28.198Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-03-10T18:45:27.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42582026-03-10T18:45:28.179Z
42592026-03-10T18:45:28.179Zinfo: running `cargo check --bins` on omicron-pins (235/256)
42602026-03-10T18:45:28.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-10T18:45:28.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-10T18:45:28.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-03-10T18:45:28.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42642026-03-10T18:45:28.961Z
42652026-03-10T18:45:28.961Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (236/256)
42662026-03-10T18:45:29.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-10T18:45:29.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-10T18:45:29.905Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42692026-03-10T18:45:30.021Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42702026-03-10T18:45:30.024Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42712026-03-10T18:45:51.971Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42722026-03-10T18:45:52.463Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42732026-03-10T18:45:54.831Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42742026-03-10T18:45:55.390Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42752026-03-10T18:45:59.490Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42762026-03-10T18:46:31.738Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42772026-03-10T18:46:32.557Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42782026-03-10T18:46:34.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42792026-03-10T18:46:34.947Z
42802026-03-10T18:46:34.947Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (237/256)
42812026-03-10T18:46:35.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-10T18:46:35.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-10T18:46:35.837Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42842026-03-10T18:46:36.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42852026-03-10T18:46:36.920Z
42862026-03-10T18:46:36.920Zinfo: running `cargo check --bins` on omicron-releng (238/256)
42872026-03-10T18:46:37.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-10T18:46:37.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-10T18:46:37.729Z Compiling blake3 v1.8.3
42902026-03-10T18:46:37.732Z Checking constant_time_eq v0.4.2
42912026-03-10T18:46:37.835Z Checking arrayvec v0.7.6
42922026-03-10T18:46:37.838Z Checking arrayref v0.3.9
42932026-03-10T18:46:37.847Z Checking topological-sort v0.2.2
42942026-03-10T18:46:37.856Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42952026-03-10T18:46:37.867Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42962026-03-10T18:46:37.870Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42972026-03-10T18:46:37.923Z Checking shell-words v1.1.1
42982026-03-10T18:46:38.871Z Checking omicron-zone-package v0.12.2
42992026-03-10T18:46:39.855Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43002026-03-10T18:46:40.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
43012026-03-10T18:46:41.156Z
43022026-03-10T18:46:41.156Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (239/256)
43032026-03-10T18:46:41.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-10T18:46:41.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-10T18:46:41.964Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43062026-03-10T18:46:42.331Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43072026-03-10T18:46:42.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
43082026-03-10T18:46:43.035Z
43092026-03-10T18:46:43.035Zinfo: running `cargo check --bins` on xtask (240/256)
43102026-03-10T18:46:43.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-10T18:46:43.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-10T18:46:43.638Z Checking libc v0.2.180
43132026-03-10T18:46:43.728Z Checking serde v1.0.228
43142026-03-10T18:46:43.731Z Checking zerofrom v0.1.6
43152026-03-10T18:46:43.743Z Checking bitflags v2.11.0
43162026-03-10T18:46:43.750Z Checking hashbrown v0.16.1
43172026-03-10T18:46:43.753Z Checking smallvec v1.15.1
43182026-03-10T18:46:43.769Z Checking serde_json v1.0.149
43192026-03-10T18:46:43.772Z Checking scroll v0.12.0
43202026-03-10T18:46:43.869Z Checking yoke v0.8.1
43212026-03-10T18:46:43.932Z Checking num-traits v0.2.19
43222026-03-10T18:46:43.987Z Checking thiserror v1.0.69
43232026-03-10T18:46:44.078Z Checking log v0.4.29
43242026-03-10T18:46:44.090Z Checking zerovec v0.11.5
43252026-03-10T18:46:44.121Z Checking zerotrie v0.2.3
43262026-03-10T18:46:44.197Z Checking errno v0.3.14
43272026-03-10T18:46:44.288Z Checking percent-encoding v2.3.2
43282026-03-10T18:46:44.302Z Checking serde_spanned v0.6.9
43292026-03-10T18:46:44.342Z Checking rustix v1.1.3
43302026-03-10T18:46:44.357Z Checking indexmap v2.13.0
43312026-03-10T18:46:44.437Z Checking toml_datetime v0.6.11
43322026-03-10T18:46:44.452Z Checking zerocopy v0.7.35
43332026-03-10T18:46:44.464Z Checking form_urlencoded v1.2.2
43342026-03-10T18:46:44.620Z Checking goblin v0.8.2
43352026-03-10T18:46:44.635Z Checking getrandom v0.4.1
43362026-03-10T18:46:44.674Z Checking thiserror v2.0.18
43372026-03-10T18:46:44.711Z Checking tinystr v0.8.2
43382026-03-10T18:46:44.712Z Checking potential_utf v0.1.4
43392026-03-10T18:46:44.790Z Checking ordered-float v2.10.1
43402026-03-10T18:46:44.803Z Checking syn v2.0.117
43412026-03-10T18:46:44.872Z Checking icu_collections v2.1.1
43422026-03-10T18:46:44.957Z Checking icu_locale_core v2.1.1
43432026-03-10T18:46:45.102Z Checking serde-value v0.7.0
43442026-03-10T18:46:45.150Z Checking toml_edit v0.22.27
43452026-03-10T18:46:45.163Z Checking dtrace-parser v0.2.0
43462026-03-10T18:46:45.265Z Checking thread-id v4.2.2
43472026-03-10T18:46:45.363Z Checking once_cell v1.21.3
43482026-03-10T18:46:45.366Z Checking cargo-platform v0.2.0
43492026-03-10T18:46:45.479Z Checking memmap v0.7.0
43502026-03-10T18:46:45.513Z Checking terminal_size v0.4.3
43512026-03-10T18:46:45.585Z Checking tempfile v3.25.0
43522026-03-10T18:46:45.599Z Checking fs-err v3.3.0
43532026-03-10T18:46:45.636Z Checking anyhow v1.0.102
43542026-03-10T18:46:45.649Z Checking clap_builder v4.5.60
43552026-03-10T18:46:45.728Z Checking icu_provider v2.1.1
43562026-03-10T18:46:45.824Z Checking textwrap v0.16.2
43572026-03-10T18:46:45.837Z Checking camino-tempfile v1.4.1
43582026-03-10T18:46:45.888Z Checking tabled v0.15.0
43592026-03-10T18:46:46.032Z Checking icu_properties v2.1.2
43602026-03-10T18:46:46.032Z Checking icu_normalizer v2.1.1
43612026-03-10T18:46:46.089Z Checking macaddr v1.0.1
43622026-03-10T18:46:46.318Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43632026-03-10T18:46:46.622Z Checking toml v0.8.23
43642026-03-10T18:46:47.039Z Checking cargo_toml v0.21.0
43652026-03-10T18:46:47.158Z Checking idna_adapter v1.2.1
43662026-03-10T18:46:47.283Z Checking dof v0.3.0
43672026-03-10T18:46:47.303Z Checking idna v1.1.0
43682026-03-10T18:46:47.323Z Checking clap v4.5.60
43692026-03-10T18:46:47.592Z Checking url v2.5.8
43702026-03-10T18:46:47.634Z Checking usdt-impl v0.5.0
43712026-03-10T18:46:47.958Z Checking usdt v0.5.0
43722026-03-10T18:46:48.059Z Checking cargo-util-schemas v0.8.2
43732026-03-10T18:46:49.061Z Checking cargo_metadata v0.21.0
43742026-03-10T18:46:49.918Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43752026-03-10T18:46:50.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
43762026-03-10T18:46:50.622Z
43772026-03-10T18:46:50.622Zinfo: running `cargo check --bins` on end-to-end-tests (241/256)
43782026-03-10T18:46:51.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-03-10T18:46:51.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-03-10T18:46:51.587Z Checking polyval v0.6.2
43812026-03-10T18:46:51.706Z Checking ctr v0.9.2
43822026-03-10T18:46:51.721Z Checking ssh-encoding v0.2.0
43832026-03-10T18:46:51.725Z Checking blowfish v0.9.1
43842026-03-10T18:46:51.739Z Checking password-hash v0.4.2
43852026-03-10T18:46:51.751Z Checking p521 v0.13.3
43862026-03-10T18:46:51.755Z Checking p256 v0.13.2
43872026-03-10T18:46:51.755Z Checking russh-cryptovec v0.7.3
43882026-03-10T18:46:51.886Z Checking ghash v0.5.1
43892026-03-10T18:46:51.903Z Checking bcrypt-pbkdf v0.10.0
43902026-03-10T18:46:51.903Z Checking md5 v0.7.0
43912026-03-10T18:46:51.937Z Checking num-bigint v0.4.6
43922026-03-10T18:46:51.956Z Checking des v0.8.1
43932026-03-10T18:46:52.015Z Checking pbkdf2 v0.11.0
43942026-03-10T18:46:52.032Z Checking aes-gcm v0.10.3
43952026-03-10T18:46:52.095Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43962026-03-10T18:46:52.110Z Checking hex-literal v0.4.1
43972026-03-10T18:46:52.126Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43982026-03-10T18:46:52.145Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43992026-03-10T18:46:52.208Z Checking ssh-cipher v0.2.0
44002026-03-10T18:46:52.224Z Checking socket2 v0.5.10
44012026-03-10T18:46:52.237Z Checking internet-checksum v0.2.1
44022026-03-10T18:46:52.412Z Checking ssh-key v0.6.7
44032026-03-10T18:46:52.623Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44042026-03-10T18:46:53.301Z Checking russh-keys v0.45.0
44052026-03-10T18:46:55.127Z Checking russh v0.45.0
44062026-03-10T18:47:15.887Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44072026-03-10T18:47:17.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.83s
44082026-03-10T18:47:17.700Z
44092026-03-10T18:47:17.700Zinfo: running `cargo check --bins` on gateway-cli (242/256)
44102026-03-10T18:47:18.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-03-10T18:47:18.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-03-10T18:47:18.496Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44132026-03-10T18:47:18.500Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44142026-03-10T18:47:18.500Z Checking termios v0.3.3
44152026-03-10T18:47:20.299Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44162026-03-10T18:47:20.486Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44172026-03-10T18:47:23.087Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44182026-03-10T18:47:23.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
44192026-03-10T18:47:24.039Z
44202026-03-10T18:47:24.039Zinfo: running `cargo check --bins --no-default-features` on installinator (243/256)
44212026-03-10T18:47:24.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-03-10T18:47:24.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-03-10T18:47:24.906Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44242026-03-10T18:47:24.912Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44252026-03-10T18:47:25.032Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44262026-03-10T18:47:25.038Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44272026-03-10T18:47:25.038Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44282026-03-10T18:47:25.528Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44292026-03-10T18:47:25.534Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44302026-03-10T18:47:27.555Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44312026-03-10T18:47:27.576Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44322026-03-10T18:47:27.576Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44332026-03-10T18:47:27.589Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44342026-03-10T18:47:29.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
44352026-03-10T18:47:29.876Z
44362026-03-10T18:47:29.876Zinfo: running `cargo check --bins` on internal-dns-cli (244/256)
44372026-03-10T18:47:30.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-03-10T18:47:30.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-03-10T18:47:30.670Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44402026-03-10T18:47:31.217Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44412026-03-10T18:47:31.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
44422026-03-10T18:47:31.828Z
44432026-03-10T18:47:31.828Zinfo: running `cargo check --bins` on omicron-live-tests (245/256)
44442026-03-10T18:47:32.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-03-10T18:47:32.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-03-10T18:47:32.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-03-10T18:47:32.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44482026-03-10T18:47:32.680Z
44492026-03-10T18:47:32.680Zinfo: running `cargo check --bins` on live-tests-macros (246/256)
44502026-03-10T18:47:33.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-10T18:47:33.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-10T18:47:33.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-03-10T18:47:33.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44542026-03-10T18:47:33.381Z
44552026-03-10T18:47:33.381Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (247/256)
44562026-03-10T18:47:34.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-10T18:47:34.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-10T18:47:34.289Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44592026-03-10T18:47:35.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
44602026-03-10T18:47:35.250Z
44612026-03-10T18:47:35.250Zinfo: running `cargo check --bins` on omicron-ntp-admin (248/256)
44622026-03-10T18:47:35.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-03-10T18:47:35.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-03-10T18:47:36.048Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44652026-03-10T18:47:36.051Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44662026-03-10T18:47:36.335Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44672026-03-10T18:47:36.338Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44682026-03-10T18:47:37.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
44692026-03-10T18:47:37.532Z
44702026-03-10T18:47:37.532Zinfo: running `cargo check --bins` on ntp-admin-types (249/256)
44712026-03-10T18:47:38.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-10T18:47:38.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-10T18:47:38.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-03-10T18:47:38.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44752026-03-10T18:47:38.315Z
44762026-03-10T18:47:38.315Zinfo: running `cargo check --bins` on omicron-package (250/256)
44772026-03-10T18:47:39.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-10T18:47:39.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-10T18:47:39.135Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44802026-03-10T18:47:40.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
44812026-03-10T18:47:40.690Z
44822026-03-10T18:47:40.690Zinfo: running `cargo check --bins` on tqdb (251/256)
44832026-03-10T18:47:41.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-10T18:47:41.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-10T18:47:41.640Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44862026-03-10T18:47:42.052Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44872026-03-10T18:47:42.921Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44882026-03-10T18:47:42.924Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44892026-03-10T18:47:49.397Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44902026-03-10T18:47:50.303Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44912026-03-10T18:47:50.307Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44922026-03-10T18:47:50.307Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44932026-03-10T18:47:50.307Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44942026-03-10T18:47:51.463Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44952026-03-10T18:48:00.498Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44962026-03-10T18:48:08.573Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44972026-03-10T18:48:08.576Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44982026-03-10T18:48:08.576Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44992026-03-10T18:48:08.576Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45002026-03-10T18:48:10.499Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45012026-03-10T18:48:12.235Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45022026-03-10T18:48:13.124Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45032026-03-10T18:48:14.788Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45042026-03-10T18:48:15.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.79s
45052026-03-10T18:48:15.731Z
45062026-03-10T18:48:15.731Zinfo: running `cargo check --bins` on wicket-dbg (252/256)
45072026-03-10T18:48:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-03-10T18:48:16.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-03-10T18:48:16.604Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45102026-03-10T18:48:16.608Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45112026-03-10T18:48:16.609Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45122026-03-10T18:48:16.737Z Checking rtoolbox v0.0.3
45132026-03-10T18:48:16.740Z Checking tui-tree-widget v0.23.1
45142026-03-10T18:48:16.875Z Checking rpassword v7.4.0
45152026-03-10T18:48:17.036Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45162026-03-10T18:48:18.167Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45172026-03-10T18:48:24.603Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45182026-03-10T18:48:25.508Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45192026-03-10T18:48:26.890Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45202026-03-10T18:48:31.048Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45212026-03-10T18:48:33.567Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45222026-03-10T18:48:34.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s
45232026-03-10T18:48:34.951Z
45242026-03-10T18:48:34.952Zinfo: running `cargo check --bins` on wicket (253/256)
45252026-03-10T18:48:35.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-03-10T18:48:35.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-03-10T18:48:35.797Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45282026-03-10T18:48:36.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
45292026-03-10T18:48:36.434Z
45302026-03-10T18:48:36.434Zinfo: running `cargo check --bins` on wicketd (254/256)
45312026-03-10T18:48:37.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-03-10T18:48:37.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-03-10T18:48:37.314Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45342026-03-10T18:48:37.317Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45352026-03-10T18:48:37.318Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45362026-03-10T18:48:37.318Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45372026-03-10T18:48:38.864Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45382026-03-10T18:48:39.643Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45392026-03-10T18:48:43.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s
45402026-03-10T18:48:43.970Z
45412026-03-10T18:48:43.970Zinfo: running `cargo check --bins` on omicron-workspace-hack (255/256)
45422026-03-10T18:48:44.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-10T18:48:44.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-10T18:48:44.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-10T18:48:44.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45462026-03-10T18:48:44.739Z
45472026-03-10T18:48:44.739Zinfo: running `cargo check --bins` on zone-setup (256/256)
45482026-03-10T18:48:45.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-10T18:48:45.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-10T18:48:45.551Z Checking uzers v0.12.2
45512026-03-10T18:48:45.875Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45522026-03-10T18:48:46.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
45532026-03-10T18:48:47.052Z
45542026-03-10T18:48:47.055Zreal 18:23.453521148
45552026-03-10T18:48:47.055Zuser 28:06.395081947
45562026-03-10T18:48:47.055Zsys 5:04.074265273
45572026-03-10T18:48:47.055Ztrap 0.493115279
45582026-03-10T18:48:47.055Ztflt 0.592827257
45592026-03-10T18:48:47.055Zdflt 0.690461865
45602026-03-10T18:48:47.055Zkflt 0.001031620
45612026-03-10T18:48:47.056Zlock 1:17:07.080616303
45622026-03-10T18:48:47.056Zslp 2:37:45.434505157
45632026-03-10T18:48:47.056Zlat 1:33.433611947
45642026-03-10T18:48:47.056Zstop 4:31.761126243
45652026-03-10T18:48:47.056Zprocess exited: duration 1421324 ms, exit code 0
 
45662026-03-10T18:48:47.062Zfound 0 output files