01KG8GSFGX97NF2D4GTJ779N2J: 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: 01KG8GTD7Q26H7CRTGVY6RZF0W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-30T22:37:46.436Zjob assigned to worker 01KG8GTH6112QFGCNHVRT1BSC3 [factory aws, i-02907ddcd45799d17] (queued for 1 m 2 s)
 
22026-01-30T22:37:55.203Zstarting task 0: "setup"
32026-01-30T22:37:55.207Z++ uname -s
42026-01-30T22:37:55.214Z+ kern=SunOS
52026-01-30T22:37:55.214Z+ build_user=build
62026-01-30T22:37:55.214Z+ build_uid=12345
72026-01-30T22:37:55.214Z+ work_dir=/work
82026-01-30T22:37:55.214Z+ input_dir=/input
92026-01-30T22:37:55.214Z+ [[ 0 == 12345 ]]
102026-01-30T22:37:55.214Z+ case "$kern" in
112026-01-30T22:37:55.214Z+ groupadd -g 12345 build
122026-01-30T22:37:55.217Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-30T22:37:57.218Z+ zfs create -o mountpoint=/work rpool/work
142026-01-30T22:37:57.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-30T22:37:57.343Z+ home_fs=zfs
162026-01-30T22:37:57.343Z+ [[ zfs == autofs ]]
172026-01-30T22:37:57.343Z+ mkdir -p /home/build
182026-01-30T22:37:57.343Z+ chown build:build /home/build /work
192026-01-30T22:37:59.345Z+ chmod 0700 /home/build /work
202026-01-30T22:37:59.348Zprocess exited: duration 4148 ms, exit code 0
 
212026-01-30T22:37:59.354Zstarting task 1: "rust-toolchain"
222026-01-30T22:37:59.359Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-01-30T22:37:59.359Z * rust toolchain channel = "1.91.1"
242026-01-30T22:37:59.359Z * rust toolchain profile = "default"
252026-01-30T22:37:59.359Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-30T22:37:59.359Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-30T22:37:59.359Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-30T22:37:59.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-30T22:37:59.362Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-30T22:37:59.453Zinfo: downloading installer
312026-01-30T22:38:01.654Zwarn: It looks like you have an existing installation of Rust at:
322026-01-30T22:38:01.654Zwarn: /opt/ooce/bin
332026-01-30T22:38:01.654Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-30T22:38:01.654Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-30T22:38:01.654Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-30T22:38:01.654Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-30T22:38:01.654Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-30T22:38:01.654Zerror: cannot install while Rust is installed
392026-01-30T22:38:01.654Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-30T22:38:01.701Zinfo: profile set to 'default'
412026-01-30T22:38:01.701Zinfo: default host triple is x86_64-unknown-illumos
422026-01-30T22:38:01.703Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-30T22:38:01.883Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-30T22:38:01.883Zinfo: downloading component 'cargo'
452026-01-30T22:38:03.059Zinfo: downloading component 'clippy'
462026-01-30T22:38:03.437Zinfo: downloading component 'rust-docs'
472026-01-30T22:38:04.904Zinfo: downloading component 'rust-std'
482026-01-30T22:38:06.770Zinfo: downloading component 'rustc'
492026-01-30T22:38:15.546Zinfo: downloading component 'rustfmt'
502026-01-30T22:38:15.865Zinfo: installing component 'cargo'
512026-01-30T22:38:16.774Zinfo: installing component 'clippy'
522026-01-30T22:38:17.171Zinfo: installing component 'rust-docs'
532026-01-30T22:38:19.189Zinfo: installing component 'rust-std'
542026-01-30T22:38:21.016Zinfo: installing component 'rustc'
552026-01-30T22:38:27.737Zinfo: installing component 'rustfmt'
562026-01-30T22:38:28.086Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-30T22:38:28.086Z
582026-01-30T22:38:28.547Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-30T22:38:28.547Z
602026-01-30T22:38:28.550Z
612026-01-30T22:38:28.550ZRust is installed now. Great!
622026-01-30T22:38:28.550Z
632026-01-30T22:38:28.550ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-30T22:38:28.550Zenvironment variable. This has not been done automatically.
652026-01-30T22:38:28.550Z
662026-01-30T22:38:28.550ZTo configure your current shell, you need to source
672026-01-30T22:38:28.550Zthe corresponding env file under $HOME/.cargo.
682026-01-30T22:38:28.550Z
692026-01-30T22:38:28.550ZThis is usually done by running one of the following (note the leading DOT):
702026-01-30T22:38:28.550Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-30T22:38:28.550Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-30T22:38:28.551Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-30T22:38:28.681Z+ rustup --version
742026-01-30T22:38:28.693Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-30T22:38:28.696Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-30T22:38:28.795Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-30T22:38:28.800Z+ cargo --version
782026-01-30T22:38:28.914Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-30T22:38:28.916Z+ rustc --version
802026-01-30T22:38:28.996Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-30T22:38:29.001Zprocess exited: duration 29644 ms, exit code 0
 
822026-01-30T22:38:29.006Zstarting task 2: "authentication"
832026-01-30T22:38:29.030Zprocess exited: duration 23 ms, exit code 0
 
842026-01-30T22:38:29.036Zstarting task 3: "clone repository"
852026-01-30T22:38:29.041Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-30T22:38:29.044Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-30T22:38:29.191ZCloning into '/work/oxidecomputer/omicron'...
882026-01-30T22:39:23.619Z+ cd /work/oxidecomputer/omicron
892026-01-30T22:39:23.619Z+ git fetch origin f3885cbe17516f956125b2494c2da2437df4f92d
902026-01-30T22:39:28.599ZFrom https://github.com/oxidecomputer/omicron
912026-01-30T22:39:28.599Z * branch f3885cbe17516f956125b2494c2da2437df4f92d -> FETCH_HEAD
922026-01-30T22:39:28.790Z+ [[ -n clippy_fix ]]
932026-01-30T22:39:28.790Z++ git branch --show-current
942026-01-30T22:39:28.790Z+ current=main
952026-01-30T22:39:28.790Z+ [[ main != clippy_fix ]]
962026-01-30T22:39:28.790Z+ git branch -f clippy_fix f3885cbe17516f956125b2494c2da2437df4f92d
972026-01-30T22:39:28.790Z+ git checkout -f clippy_fix
982026-01-30T22:39:28.790ZSwitched to branch 'clippy_fix'
992026-01-30T22:39:28.790Z+ git reset --hard f3885cbe17516f956125b2494c2da2437df4f92d
1002026-01-30T22:39:28.790ZHEAD is now at f3885cbe1 new fn try_instance_simulate should be behind the multicast gate
1012026-01-30T22:39:28.790Zprocess exited: duration 55784 ms, exit code 0
 
1022026-01-30T22:39:29.362Zstarting task 4: "build"
1032026-01-30T22:39:29.396Z+ source .github/buildomat/ci-env.sh
1042026-01-30T22:39:29.396Z++ export CARGO_TERM_COLOR=always
1052026-01-30T22:39:29.396Z++ CARGO_TERM_COLOR=always
1062026-01-30T22:39:29.396Z+ cargo --version
1072026-01-30T22:39:29.396Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-30T22:39:29.396Z+ rustc --version
1092026-01-30T22:39:29.396Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-30T22:39:29.396Z+ source ./env.sh
1112026-01-30T22:39:29.396Z++ OLD_SHELL_OPTS=ehxB
1122026-01-30T22:39:29.396Z++ set -o xtrace
1132026-01-30T22:39:29.396Z++++ dirname ./env.sh
1142026-01-30T22:39:29.396Z+++ readlink -f .
1152026-01-30T22:39:29.396Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-01-30T22:39:29.396Z++ 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-01-30T22:39:29.396Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-01-30T22:39:29.396Z++ 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-01-30T22:39:29.396Z++ 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-01-30T22:39:29.396Z++ 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-01-30T22:39:29.396Z++ 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-01-30T22:39:29.397Z++ 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-01-30T22:39:29.397Z++ 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-01-30T22:39:29.397Z++ case $OLD_SHELL_OPTS in
1252026-01-30T22:39:29.397Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-01-30T22:39:29.397Z+ 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-01-30T22:39:29.397Z+ 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-01-30T22:39:29.397Z+ banner prerequisites
1292026-01-30T22:39:29.397Z
1302026-01-30T22:39:29.397Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-01-30T22:39:29.397Z # # # # # # # # # # # # # # #
1322026-01-30T22:39:29.397Z # # # # ##### # # ##### # # # # # #### #
1332026-01-30T22:39:29.397Z ##### ##### # ##### # # # # # # # # #
1342026-01-30T22:39:29.397Z # # # # # # # # # # # # # # #
1352026-01-30T22:39:29.397Z # # # ###### # # ###### ### # #### # #### #
1362026-01-30T22:39:29.397Z
1372026-01-30T22:39:29.397Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-01-30T22:39:41.534Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-01-30T22:39:51.696Z Startup: Caching catalogs ... Done
1402026-01-30T22:40:12.529ZPlanning: Solver setup ... Done (19.402s)
1412026-01-30T22:40:12.683ZPlanning: Running solver ... Done (0.153s)
1422026-01-30T22:40:12.841ZPlanning: Finding local manifests ... Done (0.002s)
1432026-01-30T22:40:12.854ZPlanning: Fetching manifests: 0/4 0% complete
1442026-01-30T22:40:13.028ZPlanning: Fetching manifests: 4/4 100% complete
1452026-01-30T22:40:13.077ZPlanning: Package planning ... Done (0.050s)
1462026-01-30T22:40:13.131ZPlanning: Merging actions ... Done (0.052s)
1472026-01-30T22:40:13.438ZPlanning: Checking for conflicting actions ... Done (0.309s)
1482026-01-30T22:40:13.450ZPlanning: Consolidating action changes ... Done (0.011s)
1492026-01-30T22:40:15.660ZPlanning: Evaluating mediators ... Done (2.209s)
1502026-01-30T22:40:15.669ZPlanning: Planning completed in 23.83 seconds
1512026-01-30T22:40:15.684Z Packages to install: 4
1522026-01-30T22:40:15.684Z Mediators to change: 2
1532026-01-30T22:40:15.687Z Services to change: 1
1542026-01-30T22:40:15.687Z Estimated space available: 155.43 GB
1552026-01-30T22:40:15.687ZEstimated space to be consumed: 1.80 GB
1562026-01-30T22:40:15.687Z Create boot environment: No
1572026-01-30T22:40:15.687ZCreate backup boot environment: No
1582026-01-30T22:40:15.687Z Rebuild boot archive: No
1592026-01-30T22:40:15.687Z
1602026-01-30T22:40:15.687ZChanged mediators:
1612026-01-30T22:40:15.687Z mediator clang:
1622026-01-30T22:40:15.687Z version: None -> 15 (system default)
1632026-01-30T22:40:15.687Z
1642026-01-30T22:40:15.687Z mediator llvm:
1652026-01-30T22:40:15.687Z version: 14 (system default) -> 15 (system default)
1662026-01-30T22:40:15.687Z
1672026-01-30T22:40:15.687ZChanged packages:
1682026-01-30T22:40:15.687Zhelios-dev
1692026-01-30T22:40:15.687Z developer/build-essential
1702026-01-30T22:40:15.687Z None -> 11-2.0
1712026-01-30T22:40:15.688Z library/libxmlsec1
1722026-01-30T22:40:15.688Z None -> 1.2.35-2.0
1732026-01-30T22:40:15.688Z ooce/developer/clang-15
1742026-01-30T22:40:15.688Z None -> 15.0.7-2.0
1752026-01-30T22:40:15.688Z ooce/developer/llvm-15
1762026-01-30T22:40:15.688Z None -> 15.0.7-2.0
1772026-01-30T22:40:15.688Z
1782026-01-30T22:40:15.688ZServices:
1792026-01-30T22:40:15.688Z restart_fmri:
1802026-01-30T22:40:15.688Z svc:/system/update-man-index:default
1812026-01-30T22:40:15.847Z
1822026-01-30T22:40:15.847ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-01-30T22:40:20.850ZDownload: 2218/3290 items 119.2/212.6MB 56% complete (25.8M/s)
1842026-01-30T22:40:25.497ZDownload: Completed 212.60 MB in 9.66 seconds (22.0M/s)
1852026-01-30T22:40:25.693Z Actions: 1/3689 actions (Installing new actions)
1862026-01-30T22:40:30.937Z Actions: 3613/3689 actions (Installing new actions)
1872026-01-30T22:40:30.943Z Actions: Completed 3689 actions in 5.25 seconds.
1882026-01-30T22:40:31.364Z Done (0.415s)
1892026-01-30T22:40:31.364Z Done (0.000s)
1902026-01-30T22:40:32.429Z Done (1.063s)
1912026-01-30T22:40:38.117Z Done (5.335s)
1922026-01-30T22:40:38.209Z Done (0.019s)
1932026-01-30T22:40:38.212Z Done (0.000s)
1942026-01-30T22:40:38.369Z Done (0.000s)
1952026-01-30T22:40:39.340ZPlanning: Evaluating mediator changes ... Done
1962026-01-30T22:40:39.508ZPlanning: Checking for conflicting actions ... Done
1972026-01-30T22:40:39.511ZPlanning: Consolidating action changes ... Done
1982026-01-30T22:40:39.790ZPlanning: Evaluating mediators ... Done
1992026-01-30T22:40:39.795ZPlanning: Planning completed in 0.45 seconds
2002026-01-30T22:40:39.825Z Mediators to change: 2
2012026-01-30T22:40:39.825Z Create boot environment: No
2022026-01-30T22:40:39.825ZCreate backup boot environment: No
2032026-01-30T22:40:39.895Z Done
2042026-01-30T22:40:39.895Z Done
2052026-01-30T22:40:40.673Z Done
2062026-01-30T22:40:44.448Z Done
2072026-01-30T22:40:44.539Z Done
2082026-01-30T22:40:44.542Z Done
2092026-01-30T22:40:44.713Z Done
2102026-01-30T22:40:45.343ZPlanning: Evaluating mediator changes ... Done
2112026-01-30T22:40:45.346ZPlanning: Merging actions ... Done
2122026-01-30T22:40:45.538ZPlanning: Checking for conflicting actions ... Done
2132026-01-30T22:40:45.541ZPlanning: Consolidating action changes ... Done
2142026-01-30T22:40:45.810ZPlanning: Evaluating mediators ... Done
2152026-01-30T22:40:45.870ZPlanning: Planning completed in 0.78 seconds
2162026-01-30T22:40:45.904Z Packages to change: 1
2172026-01-30T22:40:45.904Z Mediators to change: 1
2182026-01-30T22:40:45.907Z Services to change: 1
2192026-01-30T22:40:45.908Z Create boot environment: No
2202026-01-30T22:40:45.908ZCreate backup boot environment: Yes
2212026-01-30T22:40:48.577Z Actions: 1/6 actions (Updating modified actions)
2222026-01-30T22:40:48.581Z Actions: Completed 6 actions in 0.00 seconds.
2232026-01-30T22:40:48.582Z Done
2242026-01-30T22:40:48.582Z Done
2252026-01-30T22:40:48.799Z Done
2262026-01-30T22:40:52.768Z Done
2272026-01-30T22:40:52.858Z Done
2282026-01-30T22:40:52.862Z Done
2292026-01-30T22:40:53.031Z Done
2302026-01-30T22:40:53.483ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-01-30T22:40:53.483Zclang system 15 system
2322026-01-30T22:40:53.483Zcsh system system illumos
2332026-01-30T22:40:53.483Zctags system system illumos
2342026-01-30T22:40:53.483Zfile system system illumos
2352026-01-30T22:40:53.483Zgcc vendor 12 vendor
2362026-01-30T22:40:53.483Zgcc system 10 system
2372026-01-30T22:40:53.483Zgcc system 7 system
2382026-01-30T22:40:53.483Zgo system 1.20 system
2392026-01-30T22:40:53.483Zgo system 1.19 system
2402026-01-30T22:40:53.483Zllvm system 15 system
2412026-01-30T22:40:53.483Zllvm system 14 system
2422026-01-30T22:40:53.483Zmariadb system 10.6 system
2432026-01-30T22:40:53.483Zmta vendor vendor dma
2442026-01-30T22:40:53.483Zopenjdk system 17 system
2452026-01-30T22:40:53.483Zopenjdk system 11 system
2462026-01-30T22:40:53.483Zopenjdk system 1.8 system
2472026-01-30T22:40:53.483Zopenssl vendor 3 vendor
2482026-01-30T22:40:53.483Zperl system 5.36 system
2492026-01-30T22:40:53.483Zpostgresql system 15 system
2502026-01-30T22:40:53.483Zpostgresql system 13 system
2512026-01-30T22:40:53.483Zpython vendor 3 vendor
2522026-01-30T22:40:53.483Zpython system 2 system
2532026-01-30T22:40:53.483Zpython3 system 3.11 system
2542026-01-30T22:40:53.483Zruby system 3.0 system
2552026-01-30T22:40:53.484Zwords vendor vendor american-english
2562026-01-30T22:40:53.484Zwords system system australian-english
2572026-01-30T22:40:53.484Zwords system system british-english
2582026-01-30T22:40:53.484Zwords system system canadian-english
2592026-01-30T22:40:53.484Zwords system system french
2602026-01-30T22:40:53.484Zwords system system italian
2612026-01-30T22:40:53.484Zwords system system ngerman
2622026-01-30T22:40:53.484Zwords system system ogerman
2632026-01-30T22:40:53.484Zwords system system spanish
2642026-01-30T22:40:53.833ZPUBLISHER TYPE STATUS P LOCATION
2652026-01-30T22:40:53.833Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-01-30T22:41:00.228ZFMRI IFO
2672026-01-30T22:41:00.229Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-01-30T22:41:00.229Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-01-30T22:41:00.229Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-01-30T22:41:00.229Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-01-30T22:41:00.230Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-01-30T22:41:00.230Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-01-30T22:41:00.231Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-01-30T22:41:00.231Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-01-30T22:41:00.231Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-01-30T22:41:00.232Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-01-30T22:41:00.232Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-01-30T22:41:00.232Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-01-30T22:41:00.233Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-01-30T22:41:00.234Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-01-30T22:41:00.234Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-01-30T22:41:00.234Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-01-30T22:41:01.445Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-01-30T22:41:02.087Z Updating crates.io index
2852026-01-30T22:41:02.125Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-01-30T22:41:02.938Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872026-01-30T22:41:05.340Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-01-30T22:41:05.936Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-01-30T22:41:06.549Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-01-30T22:41:07.493Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-01-30T22:41:11.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-01-30T22:41:16.796Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-01-30T22:41:20.070Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-01-30T22:41:20.874Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952026-01-30T22:41:24.566Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962026-01-30T22:41:25.924Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-01-30T22:41:26.540Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-01-30T22:41:27.790Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-01-30T22:41:28.397Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-01-30T22:41:30.122Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-01-30T22:41:31.213Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-01-30T22:41:31.767Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-01-30T22:41:32.549Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-01-30T22:41:33.288Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-01-30T22:41:33.794Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-01-30T22:41:34.338Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-01-30T22:41:34.929Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-01-30T22:41:35.715Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-01-30T22:41:37.233Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-01-30T22:41:37.875Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-01-30T22:41:38.671Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-01-30T22:41:39.689Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-01-30T22:41:40.868Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142026-01-30T22:41:41.568Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-01-30T22:41:42.094Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-01-30T22:41:42.939Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3172026-01-30T22:41:43.760Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-01-30T22:41:44.516Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-01-30T22:41:45.274Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-01-30T22:41:45.930Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-01-30T22:41:46.531Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-01-30T22:41:47.225Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-01-30T22:42:31.230Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3242026-01-30T22:42:33.243Z Downloading crates ...
3252026-01-30T22:42:33.303Z Downloaded anstyle-query v1.1.1
3262026-01-30T22:42:33.306Z Downloaded anyhow v1.0.99
3272026-01-30T22:42:33.308Z Downloaded anstream v0.6.18
3282026-01-30T22:42:33.312Z Downloaded anstyle-parse v0.2.5
3292026-01-30T22:42:33.314Z Downloaded cargo_metadata v0.21.0
3302026-01-30T22:42:33.314Z Downloaded quote v1.0.40
3312026-01-30T22:42:33.317Z Downloaded anstyle v1.0.11
3322026-01-30T22:42:33.319Z Downloaded camino v1.2.2
3332026-01-30T22:42:33.327Z Downloaded cargo-util-schemas v0.8.2
3342026-01-30T22:42:33.328Z Downloaded usdt-attr-macro v0.5.0
3352026-01-30T22:42:33.328Z Downloaded icu_locid v1.5.0
3362026-01-30T22:42:33.330Z Downloaded crypto-common v0.1.6
3372026-01-30T22:42:33.330Z Downloaded cargo-platform v0.2.0
3382026-01-30T22:42:33.330Z Downloaded unicode-linebreak v0.1.5
3392026-01-30T22:42:33.330Z Downloaded camino-tempfile v1.4.1
3402026-01-30T22:42:33.332Z Downloaded write16 v1.0.0
3412026-01-30T22:42:33.333Z Downloaded thread-id v4.2.2
3422026-01-30T22:42:33.336Z Downloaded dof v0.3.0
3432026-01-30T22:42:33.336Z Downloaded zmij v1.0.15
3442026-01-30T22:42:33.338Z Downloaded yoke-derive v0.7.4
3452026-01-30T22:42:33.338Z Downloaded zerovec-derive v0.10.3
3462026-01-30T22:42:33.341Z Downloaded block-buffer v0.10.4
3472026-01-30T22:42:33.341Z Downloaded version_check v0.9.5
3482026-01-30T22:42:33.344Z Downloaded toml v0.8.23
3492026-01-30T22:42:33.347Z Downloaded fnv v1.0.7
3502026-01-30T22:42:33.347Z Downloaded digest v0.10.7
3512026-01-30T22:42:33.347Z Downloaded utf8parse v0.2.2
3522026-01-30T22:42:33.350Z Downloaded erased-serde v0.4.6
3532026-01-30T22:42:33.350Z Downloaded utf8_iter v1.0.4
3542026-01-30T22:42:33.353Z Downloaded typeid v1.0.3
3552026-01-30T22:42:33.353Z Downloaded toml_datetime v0.6.11
3562026-01-30T22:42:33.356Z Downloaded thiserror-impl v2.0.18
3572026-01-30T22:42:33.356Z Downloaded zerofrom-derive v0.1.4
3582026-01-30T22:42:33.358Z Downloaded fs-err v3.1.1
3592026-01-30T22:42:33.361Z Downloaded form_urlencoded v1.2.2
3602026-01-30T22:42:33.361Z Downloaded byteorder v1.5.0
3612026-01-30T22:42:33.363Z Downloaded utf16_iter v1.0.5
3622026-01-30T22:42:33.363Z Downloaded zerocopy-derive v0.7.35
3632026-01-30T22:42:33.367Z Downloaded usdt-impl v0.5.0
3642026-01-30T22:42:33.370Z Downloaded cfg-if v1.0.4
3652026-01-30T22:42:33.370Z Downloaded yoke v0.7.4
3662026-01-30T22:42:33.378Z Downloaded icu_locid_transform_data v1.5.0
3672026-01-30T22:42:33.385Z Downloaded textwrap v0.16.2
3682026-01-30T22:42:33.386Z Downloaded toml_edit v0.22.27
3692026-01-30T22:42:33.386Z Downloaded getrandom v0.3.4
3702026-01-30T22:42:33.386Z Downloaded zerovec v0.10.4
3712026-01-30T22:42:33.390Z Downloaded percent-encoding v2.3.2
3722026-01-30T22:42:33.394Z Downloaded cpufeatures v0.2.14
3732026-01-30T22:42:33.398Z Downloaded scroll_derive v0.12.0
3742026-01-30T22:42:33.398Z Downloaded unicode-width v0.2.0
3752026-01-30T22:42:33.401Z Downloaded thiserror v1.0.69
3762026-01-30T22:42:33.405Z Downloaded usdt-macro v0.5.0
3772026-01-30T22:42:33.408Z Downloaded strsim v0.11.1
3782026-01-30T22:42:33.408Z Downloaded smawk v0.3.2
3792026-01-30T22:42:33.411Z Downloaded zerofrom v0.1.4
3802026-01-30T22:42:33.411Z Downloaded ucd-trie v0.1.7
3812026-01-30T22:42:33.415Z Downloaded toml_write v0.1.2
3822026-01-30T22:42:33.415Z Downloaded terminal_size v0.4.0
3832026-01-30T22:42:33.415Z Downloaded icu_locid_transform v1.5.0
3842026-01-30T22:42:33.418Z Downloaded typenum v1.17.0
3852026-01-30T22:42:33.420Z Downloaded ordered-float v2.10.1
3862026-01-30T22:42:33.423Z Downloaded proc-macro-error-attr v1.0.4
3872026-01-30T22:42:33.423Z Downloaded serde-value v0.7.0
3882026-01-30T22:42:33.423Z Downloaded zerocopy v0.7.35
3892026-01-30T22:42:33.440Z Downloaded swrite v0.1.0
3902026-01-30T22:42:33.443Z Downloaded serde_spanned v0.6.9
3912026-01-30T22:42:33.443Z Downloaded unicode-xid v0.2.6
3922026-01-30T22:42:33.443Z Downloaded usdt v0.5.0
3932026-01-30T22:42:33.446Z Downloaded unicode-width v0.1.14
3942026-01-30T22:42:33.449Z Downloaded synstructure v0.13.1
3952026-01-30T22:42:33.452Z Downloaded semver v1.0.27
3962026-01-30T22:42:33.452Z Downloaded scroll v0.12.0
3972026-01-30T22:42:33.455Z Downloaded url v2.5.4
3982026-01-30T22:42:33.458Z Downloaded litemap v0.7.3
3992026-01-30T22:42:33.458Z Downloaded macaddr v1.0.1
4002026-01-30T22:42:33.461Z Downloaded stable_deref_trait v1.2.0
4012026-01-30T22:42:33.461Z Downloaded icu_provider_macros v1.5.0
4022026-01-30T22:42:33.461Z Downloaded plain v0.2.3
4032026-01-30T22:42:33.464Z Downloaded memmap v0.7.0
4042026-01-30T22:42:33.464Z Downloaded winnow v0.7.13
4052026-01-30T22:42:33.471Z Downloaded serde_tokenstream v0.2.2
4062026-01-30T22:42:33.474Z Downloaded once_cell v1.21.3
4072026-01-30T22:42:33.477Z Downloaded serde-untagged v0.1.7
4082026-01-30T22:42:33.477Z Downloaded smallvec v1.15.1
4092026-01-30T22:42:33.480Z Downloaded sha2 v0.10.9
4102026-01-30T22:42:33.482Z Downloaded cargo_toml v0.21.0
4112026-01-30T22:42:33.482Z Downloaded itoa v1.0.11
4122026-01-30T22:42:33.482Z Downloaded idna_adapter v1.2.0
4132026-01-30T22:42:33.486Z Downloaded tabled_derive v0.7.0
4142026-01-30T22:42:33.486Z Downloaded pretty-hex v0.4.1
4152026-01-30T22:42:33.486Z Downloaded log v0.4.29
4162026-01-30T22:42:33.489Z Downloaded is_terminal_polyfill v1.70.1
4172026-01-30T22:42:33.489Z Downloaded dtrace-parser v0.2.0
4182026-01-30T22:42:33.489Z Downloaded colorchoice v1.0.2
4192026-01-30T22:42:33.492Z Downloaded bytecount v0.6.8
4202026-01-30T22:42:33.492Z Downloaded proc-macro-error v1.0.4
4212026-01-30T22:42:33.495Z Downloaded pest_generator v2.8.2
4222026-01-30T22:42:33.498Z Downloaded pest_derive v2.8.2
4232026-01-30T22:42:33.501Z Downloaded tempfile v3.24.0
4242026-01-30T22:42:33.501Z Downloaded icu_normalizer v1.5.0
4252026-01-30T22:42:33.504Z Downloaded icu_collections v1.5.0
4262026-01-30T22:42:33.509Z Downloaded serde_derive v1.0.228
4272026-01-30T22:42:33.512Z Downloaded clap v4.5.48
4282026-01-30T22:42:33.520Z Downloaded serde_core v1.0.228
4292026-01-30T22:42:33.523Z Downloaded icu_properties v1.5.1
4302026-01-30T22:42:33.527Z Downloaded icu_normalizer_data v1.5.0
4312026-01-30T22:42:33.530Z Downloaded num-traits v0.2.19
4322026-01-30T22:42:33.530Z Downloaded papergrid v0.11.0
4332026-01-30T22:42:33.533Z Downloaded proc-macro2 v1.0.101
4342026-01-30T22:42:33.536Z Downloaded serde v1.0.228
4352026-01-30T22:42:33.539Z Downloaded pest_meta v2.8.2
4362026-01-30T22:42:33.542Z Downloaded icu_provider v1.5.0
4372026-01-30T22:42:33.545Z Downloaded memchr v2.7.4
4382026-01-30T22:42:33.548Z Downloaded indexmap v2.13.0
4392026-01-30T22:42:33.552Z Downloaded fastrand v2.1.1
4402026-01-30T22:42:33.555Z Downloaded clap_derive v4.5.47
4412026-01-30T22:42:33.555Z Downloaded generic-array v0.14.7
4422026-01-30T22:42:33.558Z Downloaded unicode-ident v1.0.19
4432026-01-30T22:42:33.561Z Downloaded clap_builder v4.5.48
4442026-01-30T22:42:33.566Z Downloaded pest v2.8.2
4452026-01-30T22:42:33.569Z Downloaded thiserror-impl v1.0.69
4462026-01-30T22:42:33.572Z Downloaded hashbrown v0.16.1
4472026-01-30T22:42:33.575Z Downloaded errno v0.3.12
4482026-01-30T22:42:33.578Z Downloaded idna v1.0.3
4492026-01-30T22:42:33.581Z Downloaded serde_json v1.0.149
4502026-01-30T22:42:33.586Z Downloaded goblin v0.8.2
4512026-01-30T22:42:33.591Z Downloaded equivalent v1.0.2
4522026-01-30T22:42:33.594Z Downloaded displaydoc v0.2.5
4532026-01-30T22:42:33.598Z Downloaded writeable v0.5.5
4542026-01-30T22:42:33.598Z Downloaded tinystr v0.7.6
4552026-01-30T22:42:33.601Z Downloaded thiserror v2.0.18
4562026-01-30T22:42:33.604Z Downloaded bitflags v2.9.4
4572026-01-30T22:42:33.607Z Downloaded heck v0.5.0
4582026-01-30T22:42:33.610Z Downloaded tabled v0.15.0
4592026-01-30T22:42:33.622Z Downloaded syn v1.0.109
4602026-01-30T22:42:33.631Z Downloaded icu_properties_data v1.5.0
4612026-01-30T22:42:33.640Z Downloaded heck v0.4.1
4622026-01-30T22:42:33.642Z Downloaded clap_lex v0.7.4
4632026-01-30T22:42:33.643Z Downloaded syn v2.0.114
4642026-01-30T22:42:33.651Z Downloaded autocfg v1.4.0
4652026-01-30T22:42:33.656Z Downloaded rustix v0.38.37
4662026-01-30T22:42:33.676Z Downloaded rustix v1.1.3
4672026-01-30T22:42:33.711Z Downloaded libc v0.2.180
4682026-01-30T22:42:33.797Z Compiling proc-macro2 v1.0.101
4692026-01-30T22:42:33.800Z Compiling unicode-ident v1.0.19
4702026-01-30T22:42:33.800Z Compiling serde_core v1.0.228
4712026-01-30T22:42:33.800Z Compiling serde v1.0.228
4722026-01-30T22:42:33.800Z Compiling version_check v0.9.5
4732026-01-30T22:42:33.800Z Compiling libc v0.2.180
4742026-01-30T22:42:34.030Z Compiling memchr v2.7.4
4752026-01-30T22:42:34.034Z Compiling thiserror v2.0.18
4762026-01-30T22:42:34.265Z Compiling stable_deref_trait v1.2.0
4772026-01-30T22:42:34.390Z Compiling zmij v1.0.15
4782026-01-30T22:42:35.229Z Compiling ucd-trie v0.1.7
4792026-01-30T22:42:35.254Z Compiling writeable v0.5.5
4802026-01-30T22:42:35.328Z Compiling autocfg v1.4.0
4812026-01-30T22:42:35.462Z Compiling thiserror v1.0.69
4822026-01-30T22:42:35.706Z Compiling itoa v1.0.11
4832026-01-30T22:42:35.749Z Compiling litemap v0.7.3
4842026-01-30T22:42:35.965Z Compiling bitflags v2.9.4
4852026-01-30T22:42:36.135Z Compiling icu_locid_transform_data v1.5.0
4862026-01-30T22:42:36.203Z Compiling byteorder v1.5.0
4872026-01-30T22:42:36.376Z Compiling icu_properties_data v1.5.0
4882026-01-30T22:42:36.445Z Compiling quote v1.0.40
4892026-01-30T22:42:36.583Z Compiling errno v0.3.12
4902026-01-30T22:42:36.642Z Compiling serde_json v1.0.149
4912026-01-30T22:42:36.853Z Compiling syn v2.0.114
4922026-01-30T22:42:36.936Z Compiling num-traits v0.2.19
4932026-01-30T22:42:37.045Z Compiling equivalent v1.0.2
4942026-01-30T22:42:37.083Z Compiling utf16_iter v1.0.5
4952026-01-30T22:42:37.095Z Compiling icu_normalizer_data v1.5.0
4962026-01-30T22:42:37.167Z Compiling smallvec v1.15.1
4972026-01-30T22:42:37.243Z Compiling write16 v1.0.0
4982026-01-30T22:42:37.301Z Compiling utf8_iter v1.0.4
4992026-01-30T22:42:37.393Z Compiling hashbrown v0.16.1
5002026-01-30T22:42:37.499Z Compiling typeid v1.0.3
5012026-01-30T22:42:37.610Z Compiling rustix v0.38.37
5022026-01-30T22:42:37.973Z Compiling usdt-impl v0.5.0
5032026-01-30T22:42:38.150Z Compiling proc-macro-error-attr v1.0.4
5042026-01-30T22:42:38.366Z Compiling syn v1.0.109
5052026-01-30T22:42:38.448Z Compiling toml_write v0.1.2
5062026-01-30T22:42:38.510Z Compiling winnow v0.7.13
5072026-01-30T22:42:38.640Z Compiling indexmap v2.13.0
5082026-01-30T22:42:38.714Z Compiling thread-id v4.2.2
5092026-01-30T22:42:39.264Z Compiling proc-macro-error v1.0.4
5102026-01-30T22:42:39.605Z Compiling plain v0.2.3
5112026-01-30T22:42:39.785Z Compiling camino v1.2.2
5122026-01-30T22:42:40.113Z Compiling utf8parse v0.2.2
5132026-01-30T22:42:40.285Z Compiling getrandom v0.3.4
5142026-01-30T22:42:40.309Z Compiling percent-encoding v2.3.2
5152026-01-30T22:42:40.586Z Compiling log v0.4.29
5162026-01-30T22:42:40.653Z Compiling rustix v1.1.3
5172026-01-30T22:42:40.884Z Compiling ordered-float v2.10.1
5182026-01-30T22:42:40.953Z Compiling form_urlencoded v1.2.2
5192026-01-30T22:42:41.362Z Compiling anstyle-parse v0.2.5
5202026-01-30T22:42:41.438Z Compiling terminal_size v0.4.0
5212026-01-30T22:42:41.837Z Compiling pretty-hex v0.4.1
5222026-01-30T22:42:42.047Z Compiling anstyle v1.0.11
5232026-01-30T22:42:42.083Z Compiling anstyle-query v1.1.1
5242026-01-30T22:42:42.154Z Compiling colorchoice v1.0.2
5252026-01-30T22:42:42.256Z Compiling is_terminal_polyfill v1.70.1
5262026-01-30T22:42:42.346Z Compiling cfg-if v1.0.4
5272026-01-30T22:42:42.434Z Compiling anstream v0.6.18
5282026-01-30T22:42:42.671Z Compiling semver v1.0.27
5292026-01-30T22:42:42.945Z Compiling fs-err v3.1.1
5302026-01-30T22:42:43.071Z Compiling once_cell v1.21.3
5312026-01-30T22:42:43.291Z Compiling fastrand v2.1.1
5322026-01-30T22:42:43.410Z Compiling synstructure v0.13.1
5332026-01-30T22:42:43.469Z Compiling heck v0.5.0
5342026-01-30T22:42:43.496Z Compiling anyhow v1.0.99
5352026-01-30T22:42:43.785Z Compiling strsim v0.11.1
5362026-01-30T22:42:43.972Z Compiling unicode-xid v0.2.6
5372026-01-30T22:42:44.132Z Compiling bytecount v0.6.8
5382026-01-30T22:42:44.196Z Compiling fnv v1.0.7
5392026-01-30T22:42:44.349Z Compiling unicode-width v0.1.14
5402026-01-30T22:42:44.349Z Compiling clap_lex v0.7.4
5412026-01-30T22:42:44.716Z Compiling heck v0.4.1
5422026-01-30T22:42:44.822Z Compiling papergrid v0.11.0
5432026-01-30T22:42:44.851Z Compiling clap_builder v4.5.48
5442026-01-30T22:42:44.882Z Compiling tempfile v3.24.0
5452026-01-30T22:42:45.324Z Compiling memmap v0.7.0
5462026-01-30T22:42:45.484Z Compiling unicode-width v0.2.0
5472026-01-30T22:42:45.674Z Compiling smawk v0.3.2
5482026-01-30T22:42:45.678Z Compiling unicode-linebreak v0.1.5
5492026-01-30T22:42:46.206Z Compiling textwrap v0.16.2
5502026-01-30T22:42:46.613Z Compiling camino-tempfile v1.4.1
5512026-01-30T22:42:46.652Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-01-30T22:42:47.014Z Compiling tabled_derive v0.7.0
5532026-01-30T22:42:47.057Z Compiling swrite v0.1.0
5542026-01-30T22:42:47.666Z Compiling serde_derive v1.0.228
5552026-01-30T22:42:47.666Z Compiling zerofrom-derive v0.1.4
5562026-01-30T22:42:47.671Z Compiling yoke-derive v0.7.4
5572026-01-30T22:42:47.672Z Compiling zerovec-derive v0.10.3
5582026-01-30T22:42:47.672Z Compiling thiserror-impl v2.0.18
5592026-01-30T22:42:49.051Z Compiling displaydoc v0.2.5
5602026-01-30T22:42:50.138Z Compiling thiserror-impl v1.0.69
5612026-01-30T22:42:50.493Z Compiling icu_provider_macros v1.5.0
5622026-01-30T22:42:50.599Z Compiling zerocopy-derive v0.7.35
5632026-01-30T22:42:51.022Z Compiling pest v2.8.2
5642026-01-30T22:42:51.084Z Compiling zerofrom v0.1.4
5652026-01-30T22:42:51.318Z Compiling yoke v0.7.4
5662026-01-30T22:42:51.525Z Compiling scroll_derive v0.12.0
5672026-01-30T22:42:51.689Z Compiling zerovec v0.10.4
5682026-01-30T22:42:52.392Z Compiling clap_derive v4.5.47
5692026-01-30T22:42:52.445Z Compiling zerocopy v0.7.35
5702026-01-30T22:42:52.857Z Compiling scroll v0.12.0
5712026-01-30T22:42:53.319Z Compiling tabled v0.15.0
5722026-01-30T22:42:53.490Z Compiling tinystr v0.7.6
5732026-01-30T22:42:53.563Z Compiling icu_collections v1.5.0
5742026-01-30T22:42:53.747Z Compiling pest_meta v2.8.2
5752026-01-30T22:42:53.851Z Compiling icu_locid v1.5.0
5762026-01-30T22:42:53.886Z Compiling goblin v0.8.2
5772026-01-30T22:42:55.175Z Compiling icu_provider v1.5.0
5782026-01-30T22:42:55.754Z Compiling pest_generator v2.8.2
5792026-01-30T22:42:55.811Z Compiling clap v4.5.48
5802026-01-30T22:42:55.956Z Compiling icu_locid_transform v1.5.0
5812026-01-30T22:42:56.033Z Compiling serde_spanned v0.6.9
5822026-01-30T22:42:56.095Z Compiling toml_datetime v0.6.11
5832026-01-30T22:42:56.136Z Compiling dof v0.3.0
5842026-01-30T22:42:56.291Z Compiling serde_tokenstream v0.2.2
5852026-01-30T22:42:56.645Z Compiling toml_edit v0.22.27
5862026-01-30T22:42:56.899Z Compiling erased-serde v0.4.6
5872026-01-30T22:42:57.057Z Compiling serde-value v0.7.0
5882026-01-30T22:42:57.482Z Compiling icu_properties v1.5.1
5892026-01-30T22:42:57.846Z Compiling cargo-platform v0.2.0
5902026-01-30T22:42:58.113Z Compiling serde-untagged v0.1.7
5912026-01-30T22:42:58.175Z Compiling pest_derive v2.8.2
5922026-01-30T22:42:58.323Z Compiling macaddr v1.0.1
5932026-01-30T22:42:58.950Z Compiling dtrace-parser v0.2.0
5942026-01-30T22:42:59.730Z Compiling toml v0.8.23
5952026-01-30T22:43:00.602Z Compiling cargo_toml v0.21.0
5962026-01-30T22:43:00.889Z Compiling icu_normalizer v1.5.0
5972026-01-30T22:43:00.975Z Compiling usdt-macro v0.5.0
5982026-01-30T22:43:01.187Z Compiling usdt-attr-macro v0.5.0
5992026-01-30T22:43:01.760Z Compiling idna_adapter v1.2.0
6002026-01-30T22:43:02.009Z Compiling idna v1.0.3
6012026-01-30T22:43:02.368Z Compiling usdt v0.5.0
6022026-01-30T22:43:02.439Z Compiling url v2.5.4
6032026-01-30T22:43:03.127Z Compiling cargo-util-schemas v0.8.2
6042026-01-30T22:43:04.734Z Compiling cargo_metadata v0.21.0
6052026-01-30T22:43:06.319Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6062026-01-30T22:43:09.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
6072026-01-30T22:43:10.015Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6082026-01-30T22:43:10.770Z Downloading crates ...
6092026-01-30T22:43:11.069Z Downloaded array-init v0.0.4
6102026-01-30T22:43:11.176Z Downloaded crc-catalog v2.4.0
6112026-01-30T22:43:11.176Z Downloaded atomic-waker v1.1.2
6122026-01-30T22:43:11.176Z Downloaded adler2 v2.0.0
6132026-01-30T22:43:11.176Z Downloaded ahash v0.8.12
6142026-01-30T22:43:11.176Z Downloaded foreign-types-shared v0.3.1
6152026-01-30T22:43:11.176Z Downloaded castaway v0.2.3
6162026-01-30T22:43:11.176Z Downloaded convert_case v0.4.0
6172026-01-30T22:43:11.176Z Downloaded bitfield-struct v0.6.2
6182026-01-30T22:43:11.176Z Downloaded async-stream v0.3.6
6192026-01-30T22:43:11.176Z Downloaded aes v0.8.4
6202026-01-30T22:43:11.176Z Downloaded blowfish v0.9.1
6212026-01-30T22:43:11.177Z Downloaded base16ct v0.2.0
6222026-01-30T22:43:11.177Z Downloaded cstr-argument v0.1.2
6232026-01-30T22:43:11.177Z Downloaded crunchy v0.2.2
6242026-01-30T22:43:11.177Z Downloaded aes-gcm v0.10.3
6252026-01-30T22:43:11.177Z Downloaded ctr v0.9.2
6262026-01-30T22:43:11.177Z Downloaded curve25519-dalek-derive v0.1.1
6272026-01-30T22:43:11.177Z Downloaded bitfield-macros v0.19.2
6282026-01-30T22:43:11.177Z Downloaded csv-core v0.1.11
6292026-01-30T22:43:11.177Z Downloaded bcrypt-pbkdf v0.10.0
6302026-01-30T22:43:11.177Z Downloaded crossbeam-utils v0.8.21
6312026-01-30T22:43:11.177Z Downloaded crossterm v0.29.0
6322026-01-30T22:43:11.177Z Downloaded daft-derive v0.1.4
6332026-01-30T22:43:11.177Z Downloaded difflib v0.4.0
6342026-01-30T22:43:11.177Z Downloaded dirs-next v2.0.0
6352026-01-30T22:43:11.177Z Downloaded futures-macro v0.3.31
6362026-01-30T22:43:11.177Z Downloaded fxhash v0.2.1
6372026-01-30T22:43:11.178Z Downloaded endian-type v0.1.2
6382026-01-30T22:43:11.178Z Downloaded gethostname v0.5.0
6392026-01-30T22:43:11.178Z Downloaded deranged v0.5.3
6402026-01-30T22:43:11.178Z Downloaded crossterm v0.28.1
6412026-01-30T22:43:11.178Z Downloaded futures-core v0.3.31
6422026-01-30T22:43:11.178Z Downloaded daft v0.1.4
6432026-01-30T22:43:11.178Z Downloaded derive_builder_core v0.20.2
6442026-01-30T22:43:11.178Z Downloaded const_format_proc_macros v0.2.34
6452026-01-30T22:43:11.178Z Downloaded globwalk v0.9.1
6462026-01-30T22:43:11.244Z Downloaded fixedbitset v0.4.2
6472026-01-30T22:43:11.244Z Downloaded hex v0.4.3
6482026-01-30T22:43:11.244Z Downloaded heck v0.3.3
6492026-01-30T22:43:11.244Z Downloaded env_logger v0.11.8
6502026-01-30T22:43:11.245Z Downloaded hex-literal v0.4.1
6512026-01-30T22:43:11.245Z Downloaded hostname v0.4.2
6522026-01-30T22:43:11.245Z Downloaded hash32 v0.3.1
6532026-01-30T22:43:11.245Z Downloaded http-body v1.0.1
6542026-01-30T22:43:11.245Z Downloaded hostname v0.3.1
6552026-01-30T22:43:11.245Z Downloaded httpdate v1.0.3
6562026-01-30T22:43:11.245Z Downloaded der_derive v0.7.3
6572026-01-30T22:43:11.245Z Downloaded hubpack v0.1.2
6582026-01-30T22:43:11.245Z Downloaded futures-executor v0.3.31
6592026-01-30T22:43:11.245Z Downloaded ident_case v1.0.1
6602026-01-30T22:43:11.245Z Downloaded hubpack_derive v0.1.1
6612026-01-30T22:43:11.245Z Downloaded indoc v1.0.9
6622026-01-30T22:43:11.245Z Downloaded hyper-tls v0.6.0
6632026-01-30T22:43:11.245Z Downloaded inout v0.1.3
6642026-01-30T22:43:11.245Z Downloaded instant v0.1.13
6652026-01-30T22:43:11.246Z Downloaded erased-serde v0.3.31
6662026-01-30T22:43:11.246Z Downloaded dtrace-parser v0.3.0
6672026-01-30T22:43:11.246Z Downloaded http-body-util v0.1.3
6682026-01-30T22:43:11.246Z Downloaded cc v1.2.30
6692026-01-30T22:43:11.246Z Downloaded keccak v0.1.5
6702026-01-30T22:43:11.246Z Downloaded is-terminal v0.4.13
6712026-01-30T22:43:11.246Z Downloaded const_format v0.2.34
6722026-01-30T22:43:11.302Z Downloaded lazycell v1.3.0
6732026-01-30T22:43:11.303Z Downloaded md-5 v0.10.6
6742026-01-30T22:43:11.303Z Downloaded bytes v1.10.1
6752026-01-30T22:43:11.303Z Downloaded highway v1.3.0
6762026-01-30T22:43:11.303Z Downloaded lru v0.12.5
6772026-01-30T22:43:11.303Z Downloaded humantime v2.2.0
6782026-01-30T22:43:11.303Z Downloaded newline-converter v0.3.0
6792026-01-30T22:43:11.303Z Downloaded new_debug_unreachable v1.0.6
6802026-01-30T22:43:11.303Z Downloaded hyper-staticfile v0.10.1
6812026-01-30T22:43:11.303Z Downloaded indoc v2.0.6
6822026-01-30T22:43:11.303Z Downloaded nodrop v0.1.14
6832026-01-30T22:43:11.303Z Downloaded nibble_vec v0.1.0
6842026-01-30T22:43:11.303Z Downloaded ingot-types v0.1.2
6852026-01-30T22:43:11.303Z Downloaded num-derive v0.3.3
6862026-01-30T22:43:11.303Z Downloaded multimap v0.10.1
6872026-01-30T22:43:11.303Z Downloaded number_prefix v0.4.0
6882026-01-30T22:43:11.303Z Downloaded newtype-uuid-macros v0.1.0
6892026-01-30T22:43:11.303Z Downloaded newtype_derive v0.1.6
6902026-01-30T22:43:11.304Z Downloaded openssl-probe v0.1.5
6912026-01-30T22:43:11.343Z Downloaded libloading v0.8.5
6922026-01-30T22:43:11.343Z Downloaded olpc-cjson v0.1.4
6932026-01-30T22:43:11.343Z Downloaded num_enum_derive v0.5.11
6942026-01-30T22:43:11.343Z Downloaded oso-derive v0.27.3
6952026-01-30T22:43:11.343Z Downloaded crc-any v2.5.0
6962026-01-30T22:43:11.343Z Downloaded half v2.4.1
6972026-01-30T22:43:11.343Z Downloaded packed_struct_codegen v0.10.1
6982026-01-30T22:43:11.343Z Downloaded linear-map v1.2.0
6992026-01-30T22:43:11.343Z Downloaded native-tls v0.2.12
7002026-01-30T22:43:11.344Z Downloaded compact_str v0.8.0
7012026-01-30T22:43:11.344Z Downloaded iana-time-zone v0.1.63
7022026-01-30T22:43:11.344Z Downloaded num_enum v0.5.11
7032026-01-30T22:43:11.344Z Downloaded phf_shared v0.12.1
7042026-01-30T22:43:11.344Z Downloaded newtype-uuid v1.3.2
7052026-01-30T22:43:11.344Z Downloaded path-slash v0.1.5
7062026-01-30T22:43:11.344Z Downloaded der v0.7.10
7072026-01-30T22:43:11.369Z Downloaded peg-runtime v0.8.5
7082026-01-30T22:43:11.369Z Downloaded pbkdf2 v0.11.0
7092026-01-30T22:43:11.369Z Downloaded precomputed-hash v0.1.1
7102026-01-30T22:43:11.369Z Downloaded powerfmt v0.2.0
7112026-01-30T22:43:11.369Z Downloaded phf_shared v0.11.2
7122026-01-30T22:43:11.369Z Downloaded pin-utils v0.1.0
7132026-01-30T22:43:11.369Z Downloaded litrs v0.4.1
7142026-01-30T22:43:11.369Z Downloaded proc-macro-error-attr2 v2.0.0
7152026-01-30T22:43:11.369Z Downloaded lock_api v0.4.12
7162026-01-30T22:43:11.369Z Downloaded parking_lot_core v0.8.6
7172026-01-30T22:43:11.369Z Downloaded headers v0.4.1
7182026-01-30T22:43:11.375Z Downloaded proc-macro-crate v1.3.1
7192026-01-30T22:43:11.375Z Downloaded progenitor-client v0.11.2
7202026-01-30T22:43:11.375Z Downloaded progenitor-client v0.8.0
7212026-01-30T22:43:11.377Z Downloaded progenitor v0.8.0
7222026-01-30T22:43:11.377Z Downloaded progenitor-client v0.10.0
7232026-01-30T22:43:11.377Z Downloaded progenitor-macro v0.10.0
7242026-01-30T22:43:11.377Z Downloaded progenitor-macro v0.11.2
7252026-01-30T22:43:11.381Z Downloaded progenitor-macro v0.8.0
7262026-01-30T22:43:11.382Z Downloaded pem-rfc7468 v0.7.0
7272026-01-30T22:43:11.385Z Downloaded rand_chacha v0.3.1
7282026-01-30T22:43:11.385Z Downloaded radium v0.7.0
7292026-01-30T22:43:11.389Z Downloaded phf v0.12.1
7302026-01-30T22:43:11.392Z Downloaded ref-cast v1.0.25
7312026-01-30T22:43:11.396Z Downloaded rand_xorshift v0.4.0
7322026-01-30T22:43:11.406Z Downloaded pkcs8 v0.10.2
7332026-01-30T22:43:11.425Z Downloaded polyval v0.6.2
7342026-01-30T22:43:11.425Z Downloaded ref-cast-impl v1.0.25
7352026-01-30T22:43:11.425Z Downloaded pkg-config v0.3.31
7362026-01-30T22:43:11.425Z Downloaded postgres-protocol v0.6.8
7372026-01-30T22:43:11.470Z Downloaded proc-macro-error2 v2.0.1
7382026-01-30T22:43:11.471Z Downloaded indicatif v0.17.11
7392026-01-30T22:43:11.471Z Downloaded rtoolbox v0.0.2
7402026-01-30T22:43:11.471Z Downloaded russh-cryptovec v0.7.3
7412026-01-30T22:43:11.471Z Downloaded psl-types v2.0.11
7422026-01-30T22:43:11.471Z Downloaded rfc6979 v0.4.0
7432026-01-30T22:43:11.471Z Downloaded quick-error v1.2.3
7442026-01-30T22:43:11.471Z Downloaded r2d2 v0.8.10
7452026-01-30T22:43:11.471Z Downloaded parking_lot v0.12.3
7462026-01-30T22:43:11.471Z Downloaded rustc_version v0.4.1
7472026-01-30T22:43:11.471Z Downloaded rustc-hash v2.1.1
7482026-01-30T22:43:11.498Z Downloaded rand_core v0.6.4
7492026-01-30T22:43:11.498Z Downloaded rand_core v0.9.3
7502026-01-30T22:43:11.498Z Downloaded rand_chacha v0.9.0
7512026-01-30T22:43:11.498Z Downloaded salsa20 v0.10.2
7522026-01-30T22:43:11.498Z Downloaded http v1.4.0
7532026-01-30T22:43:11.498Z Downloaded rand_seeder v0.4.0
7542026-01-30T22:43:11.498Z Downloaded predicates v3.1.3
7552026-01-30T22:43:11.498Z Downloaded scopeguard v1.2.0
7562026-01-30T22:43:11.498Z Downloaded sapling-renderdag v0.1.0
7572026-01-30T22:43:11.499Z Downloaded same-file v1.0.6
7582026-01-30T22:43:11.499Z Downloaded jiff-static v0.2.15
7592026-01-30T22:43:11.499Z Downloaded secrecy v0.10.3
7602026-01-30T22:43:11.499Z Downloaded papergrid v0.14.0
7612026-01-30T22:43:11.552Z Downloaded serde_bytes v0.11.19
7622026-01-30T22:43:11.552Z Downloaded hashbrown v0.12.3
7632026-01-30T22:43:11.552Z Downloaded serde_plain v1.0.2
7642026-01-30T22:43:11.552Z Downloaded shell-words v1.1.0
7652026-01-30T22:43:11.552Z Downloaded progenitor v0.11.2
7662026-01-30T22:43:11.552Z Downloaded rustls-native-certs v0.8.1
7672026-01-30T22:43:11.604Z Downloaded openssl-sys v0.9.109
7682026-01-30T22:43:11.605Z Downloaded semver v0.1.20
7692026-01-30T22:43:11.605Z Downloaded serde_repr v0.1.19
7702026-01-30T22:43:11.605Z Downloaded simd-adler32 v0.3.7
7712026-01-30T22:43:11.605Z Downloaded siphasher v0.3.11
7722026-01-30T22:43:11.605Z Downloaded rustversion v1.0.22
7732026-01-30T22:43:11.605Z Downloaded sigpipe v0.1.3
7742026-01-30T22:43:11.605Z Downloaded hashbrown v0.13.2
7752026-01-30T22:43:11.605Z Downloaded siphasher v1.0.1
7762026-01-30T22:43:11.605Z Downloaded scroll v0.13.0
7772026-01-30T22:43:11.605Z Downloaded scheduled-thread-pool v0.2.7
7782026-01-30T22:43:11.605Z Downloaded postgres-types v0.2.9
7792026-01-30T22:43:11.605Z Downloaded signature v2.2.0
7802026-01-30T22:43:11.605Z Downloaded slog-envlogger v2.2.0
7812026-01-30T22:43:11.605Z Downloaded seq-macro v0.3.6
7822026-01-30T22:43:11.605Z Downloaded sec1 v0.7.3
7832026-01-30T22:43:11.605Z Downloaded slog-bunyan v2.5.0
7842026-01-30T22:43:11.605Z Downloaded progenitor-impl v0.8.0
7852026-01-30T22:43:11.640Z Downloaded serde_path_to_error v0.1.20
7862026-01-30T22:43:11.640Z Downloaded ssh-encoding v0.2.0
7872026-01-30T22:43:11.640Z Downloaded signal-hook-registry v1.4.2
7882026-01-30T22:43:11.640Z Downloaded russh-keys v0.45.0
7892026-01-30T22:43:11.640Z Downloaded pin-project v1.1.6
7902026-01-30T22:43:11.640Z Downloaded strum v0.26.3
7912026-01-30T22:43:11.641Z Downloaded structmeta-derive v0.3.0
7922026-01-30T22:43:11.641Z Downloaded structmeta v0.3.0
7932026-01-30T22:43:11.641Z Downloaded ssh-cipher v0.2.0
7942026-01-30T22:43:11.641Z Downloaded sqlparser_derive v0.2.2
7952026-01-30T22:43:11.641Z Downloaded rcgen v0.12.1
7962026-01-30T22:43:11.641Z Downloaded shlex v1.3.0
7972026-01-30T22:43:11.641Z Downloaded rustls-pemfile v2.2.0
7982026-01-30T22:43:11.641Z Downloaded sync_wrapper v1.0.1
7992026-01-30T22:43:11.641Z Downloaded strum v0.27.2
8002026-01-30T22:43:11.641Z Downloaded slog-dtrace v0.3.0
8012026-01-30T22:43:11.641Z Downloaded supports-color v3.0.2
8022026-01-30T22:43:11.641Z Downloaded subtle v2.6.1
8032026-01-30T22:43:11.641Z Downloaded slog-term v2.9.2
8042026-01-30T22:43:11.693Z Downloaded tap v1.0.1
8052026-01-30T22:43:11.693Z Downloaded tabwriter v1.4.0
8062026-01-30T22:43:11.693Z Downloaded tabled_derive v0.10.0
8072026-01-30T22:43:11.693Z Downloaded smallvec v0.6.14
8082026-01-30T22:43:11.693Z Downloaded take_mut v0.2.2
8092026-01-30T22:43:11.697Z Downloaded tagptr v0.2.0
8102026-01-30T22:43:11.697Z Downloaded tabled_derive v0.11.0
8112026-01-30T22:43:11.697Z Downloaded sync-ptr v0.1.4
8122026-01-30T22:43:11.697Z Downloaded time-core v0.1.6
8132026-01-30T22:43:11.697Z Downloaded thread_local v1.1.8
8142026-01-30T22:43:11.697Z Downloaded serde_with_macros v3.16.1
8152026-01-30T22:43:11.698Z Downloaded thread-id v5.0.0
8162026-01-30T22:43:11.698Z Downloaded testing_table v0.3.0
8172026-01-30T22:43:11.698Z Downloaded termtree v0.5.1
8182026-01-30T22:43:11.698Z Downloaded tinyvec_macros v0.1.1
8192026-01-30T22:43:11.698Z Downloaded spki v0.7.3
8202026-01-30T22:43:11.698Z Downloaded strip-ansi-escapes v0.2.0
8212026-01-30T22:43:11.698Z Downloaded stringprep v0.1.5
8222026-01-30T22:43:11.712Z Downloaded num-bigint v0.4.6
8232026-01-30T22:43:11.712Z Downloaded string_cache v0.8.9
8242026-01-30T22:43:11.713Z Downloaded sqlformat v0.3.5
8252026-01-30T22:43:11.713Z Downloaded strum_macros v0.26.4
8262026-01-30T22:43:11.713Z Downloaded ron v0.7.1
8272026-01-30T22:43:11.713Z Downloaded rayon-core v1.12.1
8282026-01-30T22:43:11.713Z Downloaded aho-corasick v1.1.3
8292026-01-30T22:43:11.713Z Downloaded support-bundle-viewer v0.1.2
8302026-01-30T22:43:11.713Z Downloaded slog-async v2.8.0
8312026-01-30T22:43:11.713Z Downloaded qorb v0.4.1
8322026-01-30T22:43:11.713Z Downloaded topological-sort v0.2.2
8332026-01-30T22:43:11.713Z Downloaded strum_macros v0.27.2
8342026-01-30T22:43:11.714Z Downloaded schemars v0.8.22
8352026-01-30T22:43:11.725Z Downloaded tiny-keccak v2.0.2
8362026-01-30T22:43:11.725Z Downloaded tower-service v0.3.3
8372026-01-30T22:43:11.725Z Downloaded thiserror-no-std v2.0.2
8382026-01-30T22:43:11.725Z Downloaded tokio-dtrace v0.1.0
8392026-01-30T22:43:11.738Z Downloaded similar v2.7.0
8402026-01-30T22:43:11.738Z Downloaded try-lock v0.2.5
8412026-01-30T22:43:11.738Z Downloaded tokio-macros v2.6.0
8422026-01-30T22:43:11.738Z Downloaded strum_macros v0.24.3
8432026-01-30T22:43:11.738Z Downloaded subprocess v0.2.9
8442026-01-30T22:43:11.747Z Downloaded tls_codec_derive v0.4.1
8452026-01-30T22:43:11.747Z Downloaded tls_codec v0.4.1
8462026-01-30T22:43:11.747Z Downloaded tokio-tungstenite v0.21.0
8472026-01-30T22:43:11.747Z Downloaded tokio-rustls v0.25.0
8482026-01-30T22:43:11.747Z Downloaded rsa v0.9.8
8492026-01-30T22:43:11.756Z Downloaded utf-8 v0.7.6
8502026-01-30T22:43:11.756Z Downloaded usdt v0.6.0
8512026-01-30T22:43:11.756Z Downloaded untrusted v0.9.0
8522026-01-30T22:43:11.756Z Downloaded tokio-native-tls v0.3.1
8532026-01-30T22:43:11.756Z Downloaded schemars v0.9.0
8542026-01-30T22:43:11.769Z Downloaded void v1.0.2
8552026-01-30T22:43:11.776Z Downloaded waitgroup v0.1.2
8562026-01-30T22:43:11.776Z Downloaded wait-timeout v0.2.0
8572026-01-30T22:43:11.776Z Downloaded usdt-macro v0.6.0
8582026-01-30T22:43:11.776Z Downloaded usdt-attr-macro v0.6.0
8592026-01-30T22:43:11.776Z Downloaded trait-variant v0.1.2
8602026-01-30T22:43:11.776Z Downloaded tracing-attributes v0.1.27
8612026-01-30T22:43:11.790Z Downloaded tower-layer v0.3.3
8622026-01-30T22:43:11.790Z Downloaded toml_writer v1.0.6+spec-1.1.0
8632026-01-30T22:43:11.790Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8642026-01-30T22:43:11.790Z Downloaded want v0.3.1
8652026-01-30T22:43:11.804Z Downloaded which v4.4.2
8662026-01-30T22:43:11.804Z Downloaded serde_yaml v0.9.34+deprecated
8672026-01-30T22:43:11.804Z Downloaded vte_generate_state_changes v0.1.2
8682026-01-30T22:43:11.804Z Downloaded typify v0.2.0
8692026-01-30T22:43:11.804Z Downloaded tui-tree-widget v0.23.1
8702026-01-30T22:43:11.804Z Downloaded num-bigint-dig v0.8.6
8712026-01-30T22:43:11.821Z Downloaded tokio-rustls v0.24.1
8722026-01-30T22:43:11.822Z Downloaded samael v0.0.19
8732026-01-30T22:43:11.822Z Downloaded xshell-macros v0.2.7
8742026-01-30T22:43:11.822Z Downloaded xattr v1.3.1
8752026-01-30T22:43:11.822Z Downloaded usdt-impl v0.6.0
8762026-01-30T22:43:11.822Z Downloaded schemars v1.0.4
8772026-01-30T22:43:11.839Z Downloaded zone v0.3.1
8782026-01-30T22:43:11.839Z Downloaded zeroize_derive v1.4.2
8792026-01-30T22:43:11.839Z Downloaded vergen-lib v0.1.6
8802026-01-30T22:43:11.845Z Downloaded vergen-gitcl v1.0.8
8812026-01-30T22:43:15.711Z Downloaded vergen-git2 v1.0.7
8822026-01-30T22:43:15.711Z Downloaded toml_parser v1.0.6+spec-1.1.0
8832026-01-30T22:43:15.711Z Downloaded tinyvec v1.8.0
8842026-01-30T22:43:15.711Z Downloaded test-strategy v0.4.3
8852026-01-30T22:43:15.711Z Downloaded zone_cfg_derive v0.3.0
8862026-01-30T22:43:15.711Z Downloaded zone_cfg_derive v0.1.2
8872026-01-30T22:43:15.711Z Downloaded wyz v0.5.1
8882026-01-30T22:43:15.711Z Downloaded whoami v1.5.2
8892026-01-30T22:43:15.711Z Downloaded p521 v0.13.3
8902026-01-30T22:43:15.862Z Downloaded blake3 v1.5.4
8912026-01-30T22:43:15.862Z Downloaded nom v7.1.3
8922026-01-30T22:43:15.862Z Downloaded xz2 v0.1.7
8932026-01-30T22:43:15.862Z Downloaded twox-hash v2.1.0
8942026-01-30T22:43:15.862Z Downloaded vergen v9.0.6
8952026-01-30T22:43:15.862Z Downloaded toml v0.7.8
8962026-01-30T22:43:15.862Z Downloaded vte v0.11.1
8972026-01-30T22:43:15.862Z Downloaded zone v0.1.8
8982026-01-30T22:43:15.862Z Downloaded zeroize v1.8.1
8992026-01-30T22:43:15.862Z Downloaded tracing-core v0.1.32
9002026-01-30T22:43:15.862Z Downloaded russh v0.45.0
9012026-01-30T22:43:15.862Z Downloaded aws-lc-rs v1.12.4
9022026-01-30T22:43:15.862Z Downloaded zstd-safe v7.2.3
9032026-01-30T22:43:15.862Z Downloaded walkdir v2.5.0
9042026-01-30T22:43:15.862Z Downloaded uzers v0.12.1
9052026-01-30T22:43:15.862Z Downloaded typify v0.4.3
9062026-01-30T22:43:15.862Z Downloaded xshell v0.2.7
9072026-01-30T22:43:15.862Z Downloaded unsafe-libyaml v0.2.11
9082026-01-30T22:43:15.862Z Downloaded tungstenite v0.23.0
9092026-01-30T22:43:15.862Z Downloaded uuid v1.19.0
9102026-01-30T22:43:15.862Z Downloaded toml v0.9.11+spec-1.1.0
9112026-01-30T22:43:15.862Z Downloaded value-bag v1.12.0
9122026-01-30T22:43:15.862Z Downloaded zstd v0.13.3
9132026-01-30T22:43:15.862Z Downloaded unicode-properties v0.1.3
9142026-01-30T22:43:15.862Z Downloaded rpassword v7.4.0
9152026-01-30T22:43:15.862Z Downloaded tracing v0.1.40
9162026-01-30T22:43:15.863Z Downloaded rustyline v14.0.0
9172026-01-30T22:43:15.863Z Downloaded chrono v0.4.43
9182026-01-30T22:43:15.863Z Downloaded zerocopy v0.6.6
9192026-01-30T22:43:15.863Z Downloaded bindgen v0.71.1
9202026-01-30T22:43:15.863Z Downloaded zopfli v0.8.1
9212026-01-30T22:43:15.863Z Downloaded unicode-bidi v0.3.17
9222026-01-30T22:43:15.863Z Downloaded tokio-postgres v0.7.13
9232026-01-30T22:43:15.863Z Downloaded yasna v0.5.2
9242026-01-30T22:43:15.863Z Downloaded reedline v0.40.0
9252026-01-30T22:43:15.863Z Downloaded git2 v0.20.2
9262026-01-30T22:43:15.863Z Downloaded zip v0.6.6
9272026-01-30T22:43:15.863Z Downloaded tower v0.5.2
9282026-01-30T22:43:15.863Z Downloaded regex v1.11.3
9292026-01-30T22:43:15.864Z Downloaded yansi v1.0.1
9302026-01-30T22:43:15.864Z Downloaded bitvec v1.0.1
9312026-01-30T22:43:15.864Z Downloaded x509-cert v0.2.5
9322026-01-30T22:43:15.864Z Downloaded rustls-webpki v0.101.7
9332026-01-30T22:43:15.864Z Downloaded typed-path v0.9.3
9342026-01-30T22:43:15.864Z Downloaded reqwest v0.12.24
9352026-01-30T22:43:15.864Z Downloaded unicode-segmentation v1.12.0
9362026-01-30T22:43:15.864Z Downloaded zerocopy-derive v0.8.27
9372026-01-30T22:43:15.864Z Downloaded zip v4.2.0
9382026-01-30T22:43:15.864Z Downloaded tower-http v0.6.6
9392026-01-30T22:43:15.864Z Downloaded portable-atomic v1.11.0
9402026-01-30T22:43:15.864Z Downloaded tough v0.20.0
9412026-01-30T22:43:15.864Z Downloaded time v0.3.43
9422026-01-30T22:43:15.864Z Downloaded salty v0.3.0
9432026-01-30T22:43:15.864Z Downloaded sqlparser v0.45.0
9442026-01-30T22:43:15.864Z Downloaded proptest v1.7.0
9452026-01-30T22:43:15.864Z Downloaded unicode-normalization v0.1.24
9462026-01-30T22:43:15.864Z Downloaded moka v0.12.10
9472026-01-30T22:43:15.864Z Downloaded rustls-webpki v0.102.8
9482026-01-30T22:43:15.864Z Downloaded object v0.30.4
9492026-01-30T22:43:15.864Z Downloaded polar-core v0.27.3
9502026-01-30T22:43:15.864Z Downloaded nix v0.27.1
9512026-01-30T22:43:15.864Z Downloaded rustls v0.21.12
9522026-01-30T22:43:15.864Z Downloaded zlib-rs v0.5.1
9532026-01-30T22:43:15.865Z Downloaded petname v2.0.2
9542026-01-30T22:43:15.865Z Downloaded smoltcp v0.9.1
9552026-01-30T22:43:15.865Z Downloaded winnow v0.5.40
9562026-01-30T22:43:15.865Z Downloaded zerocopy v0.8.27
9572026-01-30T22:43:15.865Z Downloaded winnow v0.6.26
9582026-01-30T22:43:15.865Z Downloaded tabled v0.20.0
9592026-01-30T22:43:15.865Z Downloaded nix v0.28.0
9602026-01-30T22:43:15.865Z Downloaded regex-syntax v0.6.29
9612026-01-30T22:43:15.865Z Downloaded diesel v2.2.12
9622026-01-30T22:43:15.865Z Downloaded tabled v0.18.0
9632026-01-30T22:43:15.865Z Downloaded object v0.36.5
9642026-01-30T22:43:15.865Z Downloaded vcpkg v0.2.15
9652026-01-30T22:43:15.865Z Downloaded rustls v0.23.19
9662026-01-30T22:43:15.865Z Downloaded regress v0.10.4
9672026-01-30T22:43:15.865Z Downloaded rustls v0.22.4
9682026-01-30T22:43:15.865Z Downloaded regex-syntax v0.8.5
9692026-01-30T22:43:15.865Z Downloaded openapiv3 v2.2.0
9702026-01-30T22:43:15.865Z Downloaded smoltcp v0.11.0
9712026-01-30T22:43:15.865Z Downloaded nix v0.29.0
9722026-01-30T22:43:15.865Z Downloaded typify-impl v0.2.0
9732026-01-30T22:43:15.865Z Downloaded typify-impl v0.4.3
9742026-01-30T22:43:15.865Z Downloaded bzip2-sys v0.1.13+1.0.8
9752026-01-30T22:43:15.865Z Downloaded sled v0.34.7
9762026-01-30T22:43:15.865Z Downloaded nix v0.30.1
9772026-01-30T22:43:15.866Z Downloaded dropshot v0.16.7
9782026-01-30T22:43:15.866Z Downloaded hickory-proto v0.25.2
9792026-01-30T22:43:15.866Z Downloaded regex-automata v0.4.11
9802026-01-30T22:43:15.866Z Downloaded radix_trie v0.2.1
9812026-01-30T22:43:15.866Z Downloaded bstr v1.10.0
9822026-01-30T22:43:15.866Z Downloaded ratatui v0.29.0
9832026-01-30T22:43:15.866Z Downloaded webpki-roots v1.0.1
9842026-01-30T22:43:15.866Z Downloaded chrono-tz v0.10.4
9852026-01-30T22:43:15.866Z Downloaded hickory-proto v0.24.4
9862026-01-30T22:43:15.866Z Downloaded csv v1.3.1
9872026-01-30T22:43:15.866Z Downloaded zerocopy-derive v0.6.6
9882026-01-30T22:43:15.866Z Downloaded openssl v0.10.73
9892026-01-30T22:43:15.867Z Downloaded libz-sys v1.1.20
9902026-01-30T22:43:15.966Z Downloaded jiff v0.2.15
9912026-01-30T22:43:15.966Z Downloaded lzma-sys v0.1.20
9922026-01-30T22:43:15.966Z Downloaded petgraph v0.6.5
9932026-01-30T22:43:15.966Z Downloaded serde_with v3.16.1
9942026-01-30T22:43:15.966Z Downloaded gimli v0.31.1
9952026-01-30T22:43:15.966Z Downloaded petgraph v0.8.2
9962026-01-30T22:43:15.966Z Downloaded tokio-util v0.7.15
9972026-01-30T22:43:15.966Z Downloaded lalrpop v0.19.12
9982026-01-30T22:43:15.966Z Downloaded quinn-proto v0.11.8
9992026-01-30T22:43:15.966Z Downloaded tokio v1.49.0
10002026-01-30T22:43:15.966Z Downloaded quick-xml v0.37.2
10012026-01-30T22:43:15.966Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10022026-01-30T22:43:15.966Z Downloaded sha3 v0.10.8
10032026-01-30T22:43:15.966Z Downloaded unicode_categories v0.1.1
10042026-01-30T22:43:15.966Z Downloaded toml_edit v0.19.15
10052026-01-30T22:43:15.966Z Downloaded rayon v1.10.0
10062026-01-30T22:43:15.966Z Downloaded goblin v0.10.2
10072026-01-30T22:43:15.966Z Downloaded curve25519-dalek v4.1.3
10082026-01-30T22:43:15.966Z Downloaded ssh-key v0.6.6
10092026-01-30T22:43:15.966Z Downloaded p384 v0.13.1
10102026-01-30T22:43:15.966Z Downloaded tungstenite v0.21.0
10112026-01-30T22:43:15.966Z Downloaded steno v0.4.1
10122026-01-30T22:43:15.966Z Downloaded tokio-stream v0.1.17
10132026-01-30T22:43:15.966Z Downloaded tar v0.4.44
10142026-01-30T22:43:15.966Z Downloaded vsss-rs v3.3.4
10152026-01-30T22:43:15.966Z Downloaded snafu v0.8.5
10162026-01-30T22:43:15.966Z Downloaded iri-string v0.7.8
10172026-01-30T22:43:15.966Z Downloaded term v0.7.0
10182026-01-30T22:43:15.966Z Downloaded socket2 v0.5.10
10192026-01-30T22:43:15.966Z Downloaded hkdf v0.12.4
10202026-01-30T22:43:15.966Z Downloaded libxml v0.3.3
10212026-01-30T22:43:15.966Z Downloaded unicase v2.8.1
10222026-01-30T22:43:15.966Z Downloaded tokio-rustls v0.26.0
10232026-01-30T22:43:15.966Z Downloaded slog v2.8.2
10242026-01-30T22:43:15.966Z Downloaded itertools v0.14.0
10252026-01-30T22:43:15.966Z Downloaded itertools v0.13.0
10262026-01-30T22:43:15.967Z Downloaded hyper v1.8.1
10272026-01-30T22:43:15.967Z Downloaded h2 v0.4.6
10282026-01-30T22:43:15.967Z Downloaded encoding_rs v0.8.34
10292026-01-30T22:43:15.967Z Downloaded term v1.1.0
10302026-01-30T22:43:15.967Z Downloaded tokio-tungstenite v0.23.1
10312026-01-30T22:43:15.967Z Downloaded socket2 v0.6.1
10322026-01-30T22:43:15.967Z Downloaded rand v0.9.2
10332026-01-30T22:43:15.967Z Downloaded ron v0.8.1
10342026-01-30T22:43:15.967Z Downloaded untrusted v0.7.1
10352026-01-30T22:43:15.967Z Downloaded universal-hash v0.5.1
10362026-01-30T22:43:15.967Z Downloaded unit-prefix v0.5.1
10372026-01-30T22:43:15.967Z Downloaded unicode-truncate v1.1.0
10382026-01-30T22:43:15.967Z Downloaded unarray v0.1.4
10392026-01-30T22:43:15.967Z Downloaded typify-macro v0.4.3
10402026-01-30T22:43:15.967Z Downloaded typify-macro v0.2.0
10412026-01-30T22:43:15.967Z Downloaded termios v0.3.3
10422026-01-30T22:43:15.967Z Downloaded rand v0.8.5
10432026-01-30T22:43:15.967Z Downloaded ring v0.17.14
10442026-01-30T22:43:15.967Z Downloaded itertools v0.12.1
10452026-01-30T22:43:15.967Z Downloaded time-macros v0.2.24
10462026-01-30T22:43:15.967Z Downloaded spin v0.9.8
10472026-01-30T22:43:15.967Z Downloaded signal-hook v0.3.18
10482026-01-30T22:43:15.967Z Downloaded publicsuffix v2.3.0
10492026-01-30T22:43:15.967Z Downloaded futures-util v0.3.31
10502026-01-30T22:43:15.967Z Downloaded ryu v1.0.18
10512026-01-30T22:43:15.967Z Downloaded libm v0.2.8
10522026-01-30T22:43:15.967Z Downloaded thiserror-impl-no-std v2.0.2
10532026-01-30T22:43:15.967Z Downloaded snafu-derive v0.8.5
10542026-01-30T22:43:15.967Z Downloaded rustls-pki-types v1.10.0
10552026-01-30T22:43:15.967Z Downloaded quinn v0.11.5
10562026-01-30T22:43:15.967Z Downloaded static_assertions v1.1.0
10572026-01-30T22:43:15.967Z Downloaded smf v0.2.3
10582026-01-30T22:43:15.967Z Downloaded slog-stdlog v4.1.1
10592026-01-30T22:43:15.968Z Downloaded slog-json v2.6.1
10602026-01-30T22:43:15.968Z Downloaded serde_cbor v0.11.2
10612026-01-30T22:43:15.968Z Downloaded iddqd v0.3.16
10622026-01-30T22:43:15.968Z Downloaded hashbrown v0.15.4
10632026-01-30T22:43:15.968Z Downloaded progenitor-impl v0.10.0
10642026-01-30T22:43:15.968Z Downloaded pretty_assertions v1.4.1
10652026-01-30T22:43:15.968Z Downloaded slog-scope v4.4.0
10662026-01-30T22:43:15.968Z Downloaded prettyplease v0.2.36
10672026-01-30T22:43:15.968Z Downloaded libgit2-sys v0.18.2+1.9.1
10682026-01-30T22:43:15.968Z Downloaded prefix-trie v0.7.0
10692026-01-30T22:43:15.968Z Downloaded slab v0.4.9
10702026-01-30T22:43:15.968Z Downloaded itertools v0.10.5
10712026-01-30T22:43:15.968Z Downloaded hyper-util v0.1.19
10722026-01-30T22:43:15.968Z Downloaded rustc-demangle v0.1.24
10732026-01-30T22:43:15.968Z Downloaded mio v1.0.2
10742026-01-30T22:43:15.968Z Downloaded rustls-pemfile v1.0.4
10752026-01-30T22:43:15.968Z Downloaded progenitor-impl v0.11.2
10762026-01-30T22:43:15.968Z Downloaded serde_derive_internals v0.29.1
10772026-01-30T22:43:15.968Z Downloaded serde-hex v0.1.0
10782026-01-30T22:43:15.968Z Downloaded sct v0.7.1
10792026-01-30T22:43:15.968Z Downloaded schemars_derive v0.8.22
10802026-01-30T22:43:15.968Z Downloaded signal-hook-tokio v0.3.1
10812026-01-30T22:43:15.968Z Downloaded signal-hook-mio v0.2.4
10822026-01-30T22:43:15.968Z Downloaded sha1 v0.10.6
10832026-01-30T22:43:15.968Z Downloaded serde_urlencoded v0.7.1
10842026-01-30T22:43:15.968Z Downloaded serde_spanned v1.0.4
10852026-01-30T22:43:15.968Z Downloaded rusty-fork v0.3.0
10862026-01-30T22:43:15.968Z Downloaded pin-project-internal v1.1.6
10872026-01-30T22:43:15.968Z Downloaded oso v0.27.3
10882026-01-30T22:43:15.968Z Downloaded minimal-lexical v0.2.1
10892026-01-30T22:43:15.968Z Downloaded serde-big-array v0.5.1
10902026-01-30T22:43:16.003Z Downloaded secrecy v0.8.0
10912026-01-30T22:43:16.003Z Downloaded scrypt v0.11.0
10922026-01-30T22:43:16.003Z Downloaded scroll_derive v0.13.1
10932026-01-30T22:43:16.003Z Downloaded papergrid v0.17.0
10942026-01-30T22:43:16.003Z Downloaded hickory-server v0.25.2
10952026-01-30T22:43:16.003Z Downloaded resolv-conf v0.7.0
10962026-01-30T22:43:16.003Z Downloaded ppv-lite86 v0.2.20
10972026-01-30T22:43:16.003Z Downloaded postcard v1.0.10
10982026-01-30T22:43:16.003Z Downloaded pkcs5 v0.7.1
10992026-01-30T22:43:16.003Z Downloaded p256 v0.13.2
11002026-01-30T22:43:16.003Z Downloaded pin-project-lite v0.2.14
11012026-01-30T22:43:16.003Z Downloaded quinn-udp v0.5.5
11022026-01-30T22:43:16.003Z Downloaded pkcs1 v0.7.5
11032026-01-30T22:43:16.003Z Downloaded rustc_version v0.1.7
11042026-01-30T22:43:16.003Z Downloaded rustc-hash v1.1.0
11052026-01-30T22:43:16.003Z Downloaded omicron-zone-package v0.12.2
11062026-01-30T22:43:16.003Z Downloaded miniz_oxide v0.8.5
11072026-01-30T22:43:16.003Z Downloaded parking_lot v0.11.2
11082026-01-30T22:43:16.003Z Downloaded progenitor v0.10.0
11092026-01-30T22:43:16.003Z Downloaded parse-size v1.1.0
11102026-01-30T22:43:16.003Z Downloaded hickory-resolver v0.25.2
11112026-01-30T22:43:16.003Z Downloaded crossbeam-channel v0.5.15
11122026-01-30T22:43:16.003Z Downloaded primeorder v0.13.6
11132026-01-30T22:43:16.004Z Downloaded heapless v0.7.17
11142026-01-30T22:43:16.004Z Downloaded poly1305 v0.8.0
11152026-01-30T22:43:16.004Z Downloaded phf v0.11.2
11162026-01-30T22:43:16.004Z Downloaded peg-macros v0.8.5
11172026-01-30T22:43:16.004Z Downloaded owo-colors v4.2.2
11182026-01-30T22:43:16.004Z Downloaded expectorate v1.2.0
11192026-01-30T22:43:16.004Z Downloaded ed25519-dalek v2.1.1
11202026-01-30T22:43:16.004Z Downloaded peg v0.8.5
11212026-01-30T22:43:16.004Z Downloaded paste v1.0.15
11222026-01-30T22:43:16.004Z Downloaded pem v3.0.5
11232026-01-30T22:43:16.004Z Downloaded password-hash v0.5.0
11242026-01-30T22:43:16.004Z Downloaded password-hash v0.4.2
11252026-01-30T22:43:16.004Z Downloaded parse-display-derive v0.10.0
11262026-01-30T22:43:16.004Z Downloaded bindgen v0.69.5
11272026-01-30T22:43:16.004Z Downloaded indicatif v0.18.0
11282026-01-30T22:43:16.004Z Downloaded hickory-resolver v0.24.4
11292026-01-30T22:43:16.004Z Downloaded parking_lot_core v0.9.10
11302026-01-30T22:43:16.004Z Downloaded num-rational v0.4.2
11312026-01-30T22:43:16.004Z Downloaded mime_guess v2.0.5
11322026-01-30T22:43:16.004Z Downloaded indexmap v1.9.3
11332026-01-30T22:43:16.004Z Downloaded ignore v0.4.23
11342026-01-30T22:43:16.004Z Downloaded memmap2 v0.9.8
11352026-01-30T22:43:16.004Z Downloaded pretty-hex v0.2.1
11362026-01-30T22:43:16.004Z Downloaded predicates-tree v1.0.12
11372026-01-30T22:43:16.004Z Downloaded predicates-core v1.0.8
11382026-01-30T22:43:16.004Z Downloaded oxnet v0.1.4
11392026-01-30T22:43:16.004Z Downloaded packed_struct v0.10.1
11402026-01-30T22:43:16.004Z Downloaded oxide-tokio-rt v0.1.2
11412026-01-30T22:43:16.004Z Downloaded flate2 v1.1.2
11422026-01-30T22:43:16.004Z Downloaded num-complex v0.4.6
11432026-01-30T22:43:16.005Z Downloaded nu-ansi-term v0.50.1
11442026-01-30T22:43:16.005Z Downloaded nanorand v0.7.0
11452026-01-30T22:43:16.005Z Downloaded base64 v0.21.7
11462026-01-30T22:43:16.005Z Downloaded backtrace v0.3.74
11472026-01-30T22:43:16.005Z Downloaded pbkdf2 v0.12.2
11482026-01-30T22:43:16.005Z Downloaded parse-display v0.10.0
11492026-01-30T22:43:16.005Z Downloaded heapless v0.8.0
11502026-01-30T22:43:16.005Z Downloaded num-integer v0.1.46
11512026-01-30T22:43:16.005Z Downloaded multer v3.1.0
11522026-01-30T22:43:16.005Z Downloaded dropshot-api-manager v0.2.4
11532026-01-30T22:43:16.005Z Downloaded ingot-macros v0.1.1
11542026-01-30T22:43:16.005Z Downloaded derive_more-impl v2.0.1
11552026-01-30T22:43:16.005Z Downloaded libz-rs-sys v0.5.1
11562026-01-30T22:43:16.005Z Downloaded hyper-rustls v0.27.7
11572026-01-30T22:43:16.005Z Downloaded flume v0.11.1
11582026-01-30T22:43:16.005Z Downloaded openssl-macros v0.1.1
11592026-01-30T22:43:16.005Z Downloaded num-conv v0.1.0
11602026-01-30T22:43:16.005Z Downloaded num v0.4.3
11612026-01-30T22:43:16.005Z Downloaded normalize-line-endings v0.3.0
11622026-01-30T22:43:16.005Z Downloaded derive_more v2.0.1
11632026-01-30T22:43:16.005Z Downloaded opaque-debug v0.3.1
11642026-01-30T22:43:16.005Z Downloaded hmac v0.12.1
11652026-01-30T22:43:16.005Z Downloaded chacha20poly1305 v0.10.1
11662026-01-30T22:43:16.005Z Downloaded ipnetwork v0.21.1
11672026-01-30T22:43:16.005Z Downloaded ipnet v2.11.0
11682026-01-30T22:43:16.005Z Downloaded num_threads v0.1.7
11692026-01-30T22:43:16.005Z Downloaded num-iter v0.1.45
11702026-01-30T22:43:16.005Z Downloaded num-derive v0.4.2
11712026-01-30T22:43:16.005Z Downloaded internet-checksum v0.2.1
11722026-01-30T22:43:16.005Z Downloaded md5 v0.7.0
11732026-01-30T22:43:16.005Z Downloaded base64 v0.13.1
11742026-01-30T22:43:16.005Z Downloaded nonempty v0.12.0
11752026-01-30T22:43:16.006Z Downloaded mime v0.3.17
11762026-01-30T22:43:16.006Z Downloaded memoffset v0.9.1
11772026-01-30T22:43:16.006Z Downloaded libsw v3.5.0
11782026-01-30T22:43:16.006Z Downloaded libefi-sys v0.1.0
11792026-01-30T22:43:16.006Z Downloaded ingot v0.1.1
11802026-01-30T22:43:16.006Z Downloaded jobserver v0.1.32
11812026-01-30T22:43:16.006Z Downloaded fatfs v0.3.6
11822026-01-30T22:43:16.006Z Downloaded darling_core v0.20.10
11832026-01-30T22:43:16.006Z Downloaded cookie v0.18.1
11842026-01-30T22:43:16.006Z Downloaded futures v0.3.31
11852026-01-30T22:43:16.006Z Downloaded dropshot_endpoint v0.16.7
11862026-01-30T22:43:16.006Z Downloaded lockfree-object-pool v0.1.6
11872026-01-30T22:43:16.006Z Downloaded linked-hash-map v0.5.6
11882026-01-30T22:43:16.006Z Downloaded httparse v1.9.5
11892026-01-30T22:43:16.006Z Downloaded diesel_derives v2.2.3
11902026-01-30T22:43:16.018Z Downloaded elliptic-curve v0.13.8
11912026-01-30T22:43:16.018Z Downloaded des v0.8.1
11922026-01-30T22:43:16.018Z Downloaded derive_more v0.99.20
11932026-01-30T22:43:16.018Z Downloaded arc-swap v1.7.1
11942026-01-30T22:43:16.018Z Downloaded hickory-client v0.25.2
11952026-01-30T22:43:16.018Z Downloaded half v1.8.3
11962026-01-30T22:43:16.018Z Downloaded ciborium v0.2.2
11972026-01-30T22:43:16.018Z Downloaded bumpalo v3.16.0
11982026-01-30T22:43:16.018Z Downloaded maybe-uninit v2.0.0
11992026-01-30T22:43:16.018Z Downloaded match_cfg v0.1.0
12002026-01-30T22:43:16.018Z Downloaded maplit v1.0.2
12012026-01-30T22:43:16.019Z Downloaded managed v0.8.0
12022026-01-30T22:43:16.019Z Downloaded lzss v0.8.2
12032026-01-30T22:43:16.019Z Downloaded lru-cache v0.1.2
12042026-01-30T22:43:16.019Z Downloaded libsw-core v0.3.1
12052026-01-30T22:43:16.019Z Downloaded libscf-sys v1.1.0
12062026-01-30T22:43:16.019Z Downloaded lalrpop-util v0.19.12
12072026-01-30T22:43:16.019Z Downloaded kstat-rs v0.2.4
12082026-01-30T22:43:16.019Z Downloaded globset v0.4.15
12092026-01-30T22:43:16.019Z Downloaded clang-sys v1.8.1
12102026-01-30T22:43:16.019Z Downloaded lazy_static v1.5.0
12112026-01-30T22:43:16.019Z Downloaded const-oid v0.9.6
12122026-01-30T22:43:16.019Z Downloaded cancel-safe-futures v0.1.5
12132026-01-30T22:43:16.019Z Downloaded bzip2 v0.5.2
12142026-01-30T22:43:16.019Z Downloaded derive-where v1.5.0
12152026-01-30T22:43:16.019Z Downloaded is_ci v1.2.0
12162026-01-30T22:43:16.019Z Downloaded instability v0.3.2
12172026-01-30T22:43:16.019Z Downloaded getrandom v0.2.15
12182026-01-30T22:43:16.019Z Downloaded diff v0.1.13
12192026-01-30T22:43:16.019Z Downloaded allocator-api2 v0.2.21
12202026-01-30T22:43:16.019Z Downloaded indent_write v2.2.0
12212026-01-30T22:43:16.019Z Downloaded impl-trait-for-tuples v0.2.2
12222026-01-30T22:43:16.019Z Downloaded group v0.13.0
12232026-01-30T22:43:16.019Z Downloaded futures-channel v0.3.31
12242026-01-30T22:43:16.019Z Downloaded foldhash v0.2.0
12252026-01-30T22:43:16.019Z Downloaded fs_extra v1.3.0
12262026-01-30T22:43:16.019Z Downloaded foreign-types-shared v0.1.1
12272026-01-30T22:43:16.019Z Downloaded foreign-types-macros v0.2.3
12282026-01-30T22:43:16.019Z Downloaded fallible-iterator v0.2.0
12292026-01-30T22:43:16.019Z Downloaded ena v0.14.3
12302026-01-30T22:43:16.019Z Downloaded either v1.15.0
12312026-01-30T22:43:16.019Z Downloaded drift v0.1.3
12322026-01-30T22:43:16.019Z Downloaded http-range v0.1.5
12332026-01-30T22:43:16.020Z Downloaded glob v0.3.2
12342026-01-30T22:43:16.020Z Downloaded ff v0.13.0
12352026-01-30T22:43:16.020Z Downloaded ed25519 v2.2.3
12362026-01-30T22:43:16.020Z Downloaded derive_builder v0.20.2
12372026-01-30T22:43:16.020Z Downloaded cookie_store v0.21.1
12382026-01-30T22:43:16.020Z Downloaded console v0.16.0
12392026-01-30T22:43:16.020Z Downloaded console v0.15.10
12402026-01-30T22:43:16.020Z Downloaded colored v3.0.0
12412026-01-30T22:43:16.020Z Downloaded colored v2.2.0
12422026-01-30T22:43:16.020Z Downloaded bzip2 v0.4.4
12432026-01-30T22:43:16.020Z Downloaded home v0.5.9
12442026-01-30T22:43:16.020Z Downloaded fs-err v2.11.0
12452026-01-30T22:43:16.020Z Downloaded foldhash v0.1.5
12462026-01-30T22:43:16.020Z Downloaded fixedbitset v0.5.7
12472026-01-30T22:43:16.020Z Downloaded filetime v0.2.26
12482026-01-30T22:43:16.020Z Downloaded enum-as-inner v0.6.1
12492026-01-30T22:43:16.020Z Downloaded display-error-chain v0.2.2
12502026-01-30T22:43:16.020Z Downloaded derive-ex v0.1.8
12512026-01-30T22:43:16.020Z Downloaded backoff v0.4.0
12522026-01-30T22:43:16.020Z Downloaded diesel-dtrace v0.4.2
12532026-01-30T22:43:16.020Z Downloaded camino-tempfile-ext v0.3.2
12542026-01-30T22:43:16.020Z Downloaded bitflags v1.3.2
12552026-01-30T22:43:16.020Z Downloaded hash32 v0.2.1
12562026-01-30T22:43:16.020Z Downloaded defmt-macros v0.3.9
12572026-01-30T22:43:16.020Z Downloaded darling v0.21.0
12582026-01-30T22:43:16.020Z Downloaded cbc v0.1.2
12592026-01-30T22:43:16.020Z Downloaded cargo_metadata v0.19.2
12602026-01-30T22:43:16.020Z Downloaded bit-vec v0.8.0
12612026-01-30T22:43:16.020Z Downloaded base64ct v1.6.0
12622026-01-30T22:43:16.020Z Downloaded arrayvec v0.7.6
12632026-01-30T22:43:16.020Z Downloaded headers-core v0.3.0
12642026-01-30T22:43:16.021Z Downloaded ghash v0.5.1
12652026-01-30T22:43:16.021Z Downloaded funty v2.0.0
12662026-01-30T22:43:16.021Z Downloaded foreign-types v0.3.2
12672026-01-30T22:43:16.021Z Downloaded float-cmp v0.10.0
12682026-01-30T22:43:16.021Z Downloaded fd-lock v4.0.2
12692026-01-30T22:43:16.021Z Downloaded embedded-io v0.4.0
12702026-01-30T22:43:16.021Z Downloaded ecdsa v0.16.9
12712026-01-30T22:43:16.021Z Downloaded dropshot-api-manager-types v0.2.4
12722026-01-30T22:43:16.021Z Downloaded dof v0.4.0
12732026-01-30T22:43:16.021Z Downloaded critical-section v1.1.3
12742026-01-30T22:43:16.021Z Downloaded crc32fast v1.4.2
12752026-01-30T22:43:16.021Z Downloaded corncobs v0.1.4
12762026-01-30T22:43:16.021Z Downloaded blake2 v0.10.6
12772026-01-30T22:43:16.021Z Downloaded bitfield v0.19.2
12782026-01-30T22:43:16.021Z Downloaded env_filter v0.1.2
12792026-01-30T22:43:16.021Z Downloaded cmake v0.1.51
12802026-01-30T22:43:16.021Z Downloaded cexpr v0.6.0
12812026-01-30T22:43:16.021Z Downloaded data-encoding v2.9.0
12822026-01-30T22:43:16.021Z Downloaded darling_core v0.21.0
12832026-01-30T22:43:16.021Z Downloaded buf-list v1.0.3
12842026-01-30T22:43:16.021Z Downloaded async-trait v0.1.89
12852026-01-30T22:43:16.021Z Downloaded foreign-types v0.5.0
12862026-01-30T22:43:16.021Z Downloaded float-ord v0.3.2
12872026-01-30T22:43:16.021Z Downloaded flagset v0.4.6
12882026-01-30T22:43:16.021Z Downloaded embedded-io v0.6.1
12892026-01-30T22:43:16.021Z Downloaded dyn-clone v1.0.20
12902026-01-30T22:43:16.027Z Downloaded dunce v1.0.5
12912026-01-30T22:43:16.027Z Downloaded dsl_auto_type v0.1.2
12922026-01-30T22:43:16.027Z Downloaded document-features v0.2.11
12932026-01-30T22:43:16.027Z Downloaded convert_case v0.7.1
12942026-01-30T22:43:16.027Z Downloaded cipher v0.4.4
12952026-01-30T22:43:16.027Z Downloaded chacha20 v0.9.1
12962026-01-30T22:43:16.027Z Downloaded cassowary v0.3.0
12972026-01-30T22:43:16.027Z Downloaded bit-vec v0.6.3
12982026-01-30T22:43:16.027Z Downloaded bit-set v0.8.0
12992026-01-30T22:43:16.027Z Downloaded constant_time_eq v0.3.1
13002026-01-30T22:43:16.027Z Downloaded cargo-platform v0.1.8
13012026-01-30T22:43:16.027Z Downloaded block-padding v0.3.3
13022026-01-30T22:43:16.027Z Downloaded base64 v0.22.1
13032026-01-30T22:43:16.027Z Downloaded futures-io v0.3.31
13042026-01-30T22:43:16.027Z Downloaded defmt v0.3.8
13052026-01-30T22:43:16.027Z Downloaded darling v0.20.10
13062026-01-30T22:43:16.027Z Downloaded dirs-sys-next v0.1.2
13072026-01-30T22:43:16.027Z Downloaded bit-set v0.5.3
13082026-01-30T22:43:16.027Z Downloaded futures-task v0.3.31
13092026-01-30T22:43:16.027Z Downloaded futures-sink v0.3.31
13102026-01-30T22:43:16.027Z Downloaded derive_builder_macro v0.20.2
13112026-01-30T22:43:16.027Z Downloaded debug-ignore v1.0.5
13122026-01-30T22:43:16.027Z Downloaded crc v3.2.1
13132026-01-30T22:43:16.027Z Downloaded cobs v0.2.3
13142026-01-30T22:43:16.027Z Downloaded assert_matches v1.5.0
13152026-01-30T22:43:16.027Z Downloaded ciborium-ll v0.2.2
13162026-01-30T22:43:16.027Z Downloaded diesel_table_macro_syntax v0.2.0
13172026-01-30T22:43:16.027Z Downloaded defmt-parser v0.3.4
13182026-01-30T22:43:16.028Z Downloaded darling_macro v0.21.0
13192026-01-30T22:43:16.028Z Downloaded darling_macro v0.20.10
13202026-01-30T22:43:16.028Z Downloaded crypto-bigint v0.5.5
13212026-01-30T22:43:16.028Z Downloaded ciborium-io v0.2.2
13222026-01-30T22:43:16.028Z Downloaded cfg_aliases v0.1.1
13232026-01-30T22:43:16.028Z Downloaded atomicwrites v0.4.4
13242026-01-30T22:43:16.028Z Downloaded async-recursion v1.1.1
13252026-01-30T22:43:16.028Z Downloaded crc8 v0.1.1
13262026-01-30T22:43:16.028Z Downloaded crossbeam-epoch v0.9.18
13272026-01-30T22:43:16.028Z Downloaded bb8 v0.8.5
13282026-01-30T22:43:16.028Z Downloaded ascii-canvas v3.0.0
13292026-01-30T22:43:16.028Z Downloaded cfg_aliases v0.2.1
13302026-01-30T22:43:16.028Z Downloaded arrayref v0.3.9
13312026-01-30T22:43:16.028Z Downloaded async-bb8-diesel v0.2.1
13322026-01-30T22:43:16.028Z Downloaded crucible-workspace-hack v0.1.0
13332026-01-30T22:43:16.028Z Downloaded crossbeam-deque v0.8.5
13342026-01-30T22:43:16.028Z Downloaded atty v0.2.14
13352026-01-30T22:43:16.028Z Downloaded bcs v0.1.6
13362026-01-30T22:43:16.028Z Downloaded argon2 v0.5.3
13372026-01-30T22:43:16.028Z Downloaded async-stream-impl v0.3.6
13382026-01-30T22:43:16.028Z Downloaded addr2line v0.24.2
13392026-01-30T22:43:16.028Z Downloaded aead v0.5.2
13402026-01-30T22:43:16.029Z Downloaded aws-lc-sys v0.26.0
13412026-01-30T22:43:16.029Z Compiling value-bag v1.12.0
13422026-01-30T22:43:16.029Z Compiling lock_api v0.4.12
13432026-01-30T22:43:16.029Z Compiling scopeguard v1.2.0
13442026-01-30T22:43:16.029Z Compiling shlex v1.3.0
13452026-01-30T22:43:16.029Z Compiling typenum v1.17.0
13462026-01-30T22:43:16.029Z Compiling syn v2.0.114
13472026-01-30T22:43:16.029Z Compiling getrandom v0.2.15
13482026-01-30T22:43:16.029Z Compiling jobserver v0.1.32
13492026-01-30T22:43:16.029Z Compiling smallvec v1.15.1
13502026-01-30T22:43:16.030Z Compiling log v0.4.29
13512026-01-30T22:43:16.030Z Compiling cc v1.2.30
13522026-01-30T22:43:16.030Z Compiling rand_core v0.6.4
13532026-01-30T22:43:16.030Z Compiling generic-array v0.14.7
13542026-01-30T22:43:16.030Z Compiling subtle v2.6.1
13552026-01-30T22:43:16.030Z Compiling portable-atomic v1.11.0
13562026-01-30T22:43:16.030Z Compiling const-oid v0.9.6
13572026-01-30T22:43:16.030Z Compiling critical-section v1.1.3
13582026-01-30T22:43:16.030Z Compiling getrandom v0.3.4
13592026-01-30T22:43:16.030Z Compiling pkg-config v0.3.31
13602026-01-30T22:43:16.030Z Compiling serde_json v1.0.149
13612026-01-30T22:43:16.064Z Compiling spin v0.9.8
13622026-01-30T22:43:16.462Z Compiling regex-syntax v0.8.5
13632026-01-30T22:43:16.732Z Compiling parking_lot_core v0.9.10
13642026-01-30T22:43:16.906Z Compiling pin-project-lite v0.2.14
13652026-01-30T22:43:17.194Z Compiling libm v0.2.8
13662026-01-30T22:43:17.382Z Compiling rustix v0.38.37
13672026-01-30T22:43:17.579Z Compiling once_cell v1.21.3
13682026-01-30T22:43:17.660Z Compiling signal-hook-registry v1.4.2
13692026-01-30T22:43:17.982Z Compiling num-traits v0.2.19
13702026-01-30T22:43:18.058Z Compiling allocator-api2 v0.2.21
13712026-01-30T22:43:18.313Z Compiling parking_lot v0.12.3
13722026-01-30T22:43:18.579Z Compiling mio v1.0.2
13732026-01-30T22:43:18.779Z Compiling futures-core v0.3.31
13742026-01-30T22:43:18.800Z Compiling lazy_static v1.5.0
13752026-01-30T22:43:18.949Z Compiling aho-corasick v1.1.3
13762026-01-30T22:43:19.035Z Compiling percent-encoding v2.3.2
13772026-01-30T22:43:19.153Z Compiling socket2 v0.6.1
13782026-01-30T22:43:19.666Z Compiling slab v0.4.9
13792026-01-30T22:43:19.694Z Compiling cpufeatures v0.2.14
13802026-01-30T22:43:19.816Z Compiling futures-sink v0.3.31
13812026-01-30T22:43:19.974Z Compiling glob v0.3.2
13822026-01-30T22:43:19.992Z Compiling futures-channel v0.3.31
13832026-01-30T22:43:20.075Z Compiling hashbrown v0.16.1
13842026-01-30T22:43:20.403Z Compiling pin-utils v0.1.0
13852026-01-30T22:43:20.476Z Compiling futures-io v0.3.31
13862026-01-30T22:43:20.517Z Compiling futures-task v0.3.31
13872026-01-30T22:43:20.752Z Compiling prettyplease v0.2.36
13882026-01-30T22:43:20.773Z Compiling clang-sys v1.8.1
13892026-01-30T22:43:20.833Z Compiling rustversion v1.0.22
13902026-01-30T22:43:21.118Z Compiling regex-automata v0.4.11
13912026-01-30T22:43:21.236Z Compiling either v1.15.0
13922026-01-30T22:43:21.310Z Compiling minimal-lexical v0.2.1
13932026-01-30T22:43:21.452Z Compiling indexmap v2.13.0
13942026-01-30T22:43:21.648Z Compiling libloading v0.8.5
13952026-01-30T22:43:21.799Z Compiling synstructure v0.13.1
13962026-01-30T22:43:22.034Z Compiling nom v7.1.3
13972026-01-30T22:43:22.384Z Compiling base64ct v1.6.0
13982026-01-30T22:43:22.780Z Compiling home v0.5.9
13992026-01-30T22:43:22.971Z Compiling ident_case v1.0.1
14002026-01-30T22:43:23.021Z Compiling bindgen v0.69.5
14012026-01-30T22:43:23.040Z Compiling pem-rfc7468 v0.7.0
14022026-01-30T22:43:23.222Z Compiling itertools v0.10.5
14032026-01-30T22:43:23.674Z Compiling form_urlencoded v1.2.2
14042026-01-30T22:43:23.980Z Compiling lazycell v1.3.0
14052026-01-30T22:43:24.039Z Compiling flagset v0.4.6
14062026-01-30T22:43:24.162Z Compiling rustc-hash v1.1.0
14072026-01-30T22:43:24.271Z Compiling rand_core v0.9.3
14082026-01-30T22:43:24.333Z Compiling cmake v0.1.51
14092026-01-30T22:43:24.845Z Compiling foldhash v0.1.5
14102026-01-30T22:43:25.171Z Compiling cexpr v0.6.0
14112026-01-30T22:43:25.194Z Compiling paste v1.0.15
14122026-01-30T22:43:25.446Z Compiling fs_extra v1.3.0
14132026-01-30T22:43:25.710Z Compiling iana-time-zone v0.1.63
14142026-01-30T22:43:25.762Z Compiling dunce v1.0.5
14152026-01-30T22:43:25.969Z Compiling hashbrown v0.15.4
14162026-01-30T22:43:26.003Z Compiling rustc_version v0.4.1
14172026-01-30T22:43:26.047Z Compiling uuid v1.19.0
14182026-01-30T22:43:26.071Z Compiling vcpkg v0.2.15
14192026-01-30T22:43:26.652Z Compiling regex v1.11.3
14202026-01-30T22:43:26.695Z Compiling zerocopy v0.8.27
14212026-01-30T22:43:26.738Z Compiling serde_derive v1.0.228
14222026-01-30T22:43:27.186Z Compiling zeroize_derive v1.4.2
14232026-01-30T22:43:27.529Z Compiling zerofrom-derive v0.1.4
14242026-01-30T22:43:27.594Z Compiling yoke-derive v0.7.4
14252026-01-30T22:43:27.614Z Compiling zerovec-derive v0.10.3
14262026-01-30T22:43:27.734Z Compiling displaydoc v0.2.5
14272026-01-30T22:43:28.623Z Compiling zeroize v1.8.1
14282026-01-30T22:43:29.365Z Compiling zerocopy-derive v0.7.35
14292026-01-30T22:43:30.102Z Compiling icu_provider_macros v1.5.0
14302026-01-30T22:43:30.390Z Compiling crypto-common v0.1.6
14312026-01-30T22:43:30.442Z Compiling block-buffer v0.10.4
14322026-01-30T22:43:30.628Z Compiling tokio-macros v2.6.0
14332026-01-30T22:43:30.735Z Compiling digest v0.10.7
14342026-01-30T22:43:30.904Z Compiling zerofrom v0.1.4
14352026-01-30T22:43:31.105Z Compiling thiserror-impl v2.0.18
14362026-01-30T22:43:31.155Z Compiling yoke v0.7.4
14372026-01-30T22:43:31.237Z Compiling hmac v0.12.1
14382026-01-30T22:43:31.291Z Compiling zerocopy v0.7.35
14392026-01-30T22:43:31.394Z Compiling block-padding v0.3.3
14402026-01-30T22:43:31.505Z Compiling zerovec v0.10.4
14412026-01-30T22:43:31.528Z Compiling futures-macro v0.3.31
14422026-01-30T22:43:31.675Z Compiling inout v0.1.3
14432026-01-30T22:43:31.959Z Compiling cipher v0.4.4
14442026-01-30T22:43:32.156Z Compiling sha2 v0.10.9
14452026-01-30T22:43:32.507Z Compiling der_derive v0.7.3
14462026-01-30T22:43:32.651Z Compiling ppv-lite86 v0.2.20
14472026-01-30T22:43:33.268Z Compiling salsa20 v0.10.2
14482026-01-30T22:43:33.404Z Compiling tinystr v0.7.6
14492026-01-30T22:43:33.479Z Compiling icu_collections v1.5.0
14502026-01-30T22:43:33.504Z Compiling futures-util v0.3.31
14512026-01-30T22:43:33.635Z Compiling pbkdf2 v0.12.2
14522026-01-30T22:43:33.788Z Compiling icu_locid v1.5.0
14532026-01-30T22:43:33.825Z Compiling scrypt v0.11.0
14542026-01-30T22:43:34.109Z Compiling serde v1.0.228
14552026-01-30T22:43:34.241Z Compiling thiserror v2.0.18
14562026-01-30T22:43:34.333Z Compiling rand_chacha v0.9.0
14572026-01-30T22:43:34.398Z Compiling pest v2.8.2
14582026-01-30T22:43:34.709Z Compiling der v0.7.10
14592026-01-30T22:43:34.759Z Compiling cbc v0.1.2
14602026-01-30T22:43:35.034Z Compiling icu_provider v1.5.0
14612026-01-30T22:43:35.396Z Compiling bitflags v2.9.4
14622026-01-30T22:43:35.777Z Compiling bytes v1.10.1
14632026-01-30T22:43:35.854Z Compiling icu_locid_transform v1.5.0
14642026-01-30T22:43:35.951Z Compiling chrono v0.4.43
14652026-01-30T22:43:35.964Z Compiling aes v0.8.4
14662026-01-30T22:43:37.189Z Compiling tokio v1.49.0
14672026-01-30T22:43:37.358Z Compiling icu_properties v1.5.1
14682026-01-30T22:43:37.609Z Compiling spki v0.7.3
14692026-01-30T22:43:38.025Z Compiling pest_meta v2.8.2
14702026-01-30T22:43:38.141Z Compiling http v1.4.0
14712026-01-30T22:43:38.693Z Compiling openssl-sys v0.9.109
14722026-01-30T22:43:38.993Z Compiling zerocopy-derive v0.8.27
14732026-01-30T22:43:39.797Z Compiling which v4.4.2
14742026-01-30T22:43:40.402Z Compiling pest_generator v2.8.2
14752026-01-30T22:43:40.425Z Compiling pkcs5 v0.7.1
14762026-01-30T22:43:41.296Z Compiling icu_normalizer v1.5.0
14772026-01-30T22:43:41.449Z Compiling rand v0.9.2
14782026-01-30T22:43:42.003Z Compiling tracing-attributes v0.1.27
14792026-01-30T22:43:42.101Z Compiling serde_derive_internals v0.29.1
14802026-01-30T22:43:42.269Z Compiling idna_adapter v1.2.0
14812026-01-30T22:43:42.511Z Compiling idna v1.0.3
14822026-01-30T22:43:43.006Z Compiling ring v0.17.14
14832026-01-30T22:43:43.224Z Compiling url v2.5.4
14842026-01-30T22:43:44.075Z Compiling tracing-core v0.1.32
14852026-01-30T22:43:44.130Z Compiling adler2 v2.0.0
14862026-01-30T22:43:44.303Z Compiling aws-lc-rs v1.12.4
14872026-01-30T22:43:44.364Z Compiling schemars v0.8.22
14882026-01-30T22:43:44.729Z Compiling rustix v1.1.3
14892026-01-30T22:43:44.784Z Compiling schemars_derive v0.8.22
14902026-01-30T22:43:44.959Z Compiling miniz_oxide v0.8.5
14912026-01-30T22:43:45.107Z Compiling tracing v0.1.40
14922026-01-30T22:43:45.593Z Compiling pest_derive v2.8.2
14932026-01-30T22:43:45.749Z Compiling pkcs8 v0.10.2
14942026-01-30T22:43:45.771Z Compiling http-body v1.0.1
14952026-01-30T22:43:46.033Z Compiling tokio-util v0.7.15
14962026-01-30T22:43:46.282Z Compiling scroll_derive v0.13.1
14972026-01-30T22:43:46.370Z Compiling darling_core v0.20.10
14982026-01-30T22:43:46.374Z Compiling httparse v1.9.5
14992026-01-30T22:43:47.013Z Compiling base64 v0.22.1
15002026-01-30T22:43:47.550Z Compiling tinyvec_macros v0.1.1
15012026-01-30T22:43:47.588Z Compiling rustls-pki-types v1.10.0
15022026-01-30T22:43:47.650Z Compiling dyn-clone v1.0.20
15032026-01-30T22:43:48.084Z Compiling scroll v0.13.0
15042026-01-30T22:43:48.253Z Compiling tinyvec v1.8.0
15052026-01-30T22:43:48.643Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15062026-01-30T22:43:49.434Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-01-30T22:43:49.801Z Compiling num-conv v0.1.0
15082026-01-30T22:43:49.909Z Compiling untrusted v0.9.0
15092026-01-30T22:43:50.072Z Compiling time-core v0.1.6
15102026-01-30T22:43:50.128Z Compiling tower-layer v0.3.3
15112026-01-30T22:43:50.426Z Compiling foreign-types-shared v0.1.1
15122026-01-30T22:43:50.432Z Compiling powerfmt v0.2.0
15132026-01-30T22:43:50.540Z Compiling openssl v0.10.73
15142026-01-30T22:43:50.800Z Compiling openssl-probe v0.1.5
15152026-01-30T22:43:50.978Z Compiling tower-service v0.3.3
15162026-01-30T22:43:51.012Z Compiling untrusted v0.7.1
15172026-01-30T22:43:51.127Z Compiling atomic-waker v1.1.2
15182026-01-30T22:43:51.147Z Compiling try-lock v0.2.5
15192026-01-30T22:43:51.194Z Compiling tempfile v3.24.0
15202026-01-30T22:43:51.252Z Compiling deranged v0.5.3
15212026-01-30T22:43:51.365Z Compiling want v0.3.1
15222026-01-30T22:43:51.410Z Compiling h2 v0.4.6
15232026-01-30T22:43:51.532Z Compiling foreign-types v0.3.2
15242026-01-30T22:43:51.637Z Compiling time-macros v0.2.24
15252026-01-30T22:43:51.922Z Compiling darling_macro v0.20.10
15262026-01-30T22:43:52.781Z Compiling darling v0.20.10
15272026-01-30T22:43:53.201Z Compiling goblin v0.10.2
15282026-01-30T22:43:53.863Z Compiling ipnet v2.11.0
15292026-01-30T22:43:54.147Z Compiling openssl-macros v0.1.1
15302026-01-30T22:43:54.717Z Compiling socket2 v0.5.10
15312026-01-30T22:43:54.887Z Compiling wait-timeout v0.2.0
15322026-01-30T22:43:55.033Z Compiling gimli v0.31.1
15332026-01-30T22:43:55.161Z Compiling rustls v0.23.19
15342026-01-30T22:43:55.358Z Compiling quick-error v1.2.3
15352026-01-30T22:43:55.481Z Compiling native-tls v0.2.12
15362026-01-30T22:43:55.502Z Compiling httpdate v1.0.3
15372026-01-30T22:43:55.628Z Compiling bit-vec v0.8.0
15382026-01-30T22:43:55.859Z Compiling crossbeam-utils v0.8.21
15392026-01-30T22:43:55.913Z Compiling usdt-impl v0.6.0
15402026-01-30T22:43:56.091Z Compiling num_threads v0.1.7
15412026-01-30T22:43:56.240Z Compiling syn v1.0.109
15422026-01-30T22:43:56.339Z Compiling time v0.3.43
15432026-01-30T22:43:56.452Z Compiling bit-set v0.8.0
15442026-01-30T22:43:56.784Z Compiling rusty-fork v0.3.0
15452026-01-30T22:43:57.648Z Compiling derive_builder_core v0.20.2
15462026-01-30T22:43:59.750Z Compiling addr2line v0.24.2
15472026-01-30T22:43:59.826Z Compiling hyper v1.8.1
15482026-01-30T22:44:00.084Z Compiling unicode-normalization v0.1.24
15492026-01-30T22:44:00.431Z Compiling dof v0.4.0
15502026-01-30T22:44:00.988Z Compiling dtrace-parser v0.3.0
15512026-01-30T22:44:01.016Z Compiling signature v2.2.0
15522026-01-30T22:44:01.322Z Compiling scroll_derive v0.12.0
15532026-01-30T22:44:02.647Z Compiling thiserror-impl v1.0.69
15542026-01-30T22:44:02.690Z Compiling heapless v0.7.17
15552026-01-30T22:44:02.817Z Compiling rand_xorshift v0.4.0
15562026-01-30T22:44:03.134Z Compiling darling_core v0.21.0
15572026-01-30T22:44:03.187Z Compiling slog v2.8.2
15582026-01-30T22:44:03.382Z Compiling thread-id v5.0.0
15592026-01-30T22:44:03.515Z Compiling cookie v0.18.1
15602026-01-30T22:44:03.534Z Compiling object v0.36.5
15612026-01-30T22:44:03.853Z Compiling crc32fast v1.4.2
15622026-01-30T22:44:04.099Z Compiling zlib-rs v0.5.1
15632026-01-30T22:44:04.177Z Compiling signal-hook v0.3.18
15642026-01-30T22:44:04.397Z Compiling siphasher v0.3.11
15652026-01-30T22:44:04.470Z Compiling unarray v0.1.4
15662026-01-30T22:44:04.647Z Compiling rustc-demangle v0.1.24
15672026-01-30T22:44:04.818Z Compiling unicode-properties v0.1.3
15682026-01-30T22:44:05.343Z Compiling anyhow v1.0.99
15692026-01-30T22:44:05.570Z Compiling zstd-safe v7.2.3
15702026-01-30T22:44:05.578Z Compiling unicode-bidi v0.3.17
15712026-01-30T22:44:05.898Z Compiling thiserror v1.0.69
15722026-01-30T22:44:06.077Z Compiling phf_shared v0.11.2
15732026-01-30T22:44:06.185Z Compiling proptest v1.7.0
15742026-01-30T22:44:06.204Z Compiling stringprep v0.1.5
15752026-01-30T22:44:06.825Z Compiling scroll v0.12.0
15762026-01-30T22:44:07.408Z Compiling hyper-util v0.1.19
15772026-01-30T22:44:07.695Z Compiling derive_builder_macro v0.20.2
15782026-01-30T22:44:09.269Z Compiling darling_macro v0.21.0
15792026-01-30T22:44:09.668Z Compiling ipnetwork v0.21.1
15802026-01-30T22:44:10.185Z Compiling backtrace v0.3.74
15812026-01-30T22:44:10.504Z Compiling libz-rs-sys v0.5.1
15822026-01-30T22:44:10.547Z Compiling toml_datetime v0.6.11
15832026-01-30T22:44:10.809Z Compiling serde_spanned v0.6.9
15842026-01-30T22:44:11.066Z Compiling erased-serde v0.3.31
15852026-01-30T22:44:11.089Z Compiling serde_tokenstream v0.2.2
15862026-01-30T22:44:11.298Z Compiling rand_chacha v0.3.1
15872026-01-30T22:44:11.408Z Compiling md-5 v0.10.6
15882026-01-30T22:44:11.676Z Compiling curve25519-dalek v4.1.3
15892026-01-30T22:44:11.700Z Compiling vergen-lib v0.1.6
15902026-01-30T22:44:12.034Z Compiling num-integer v0.1.46
15912026-01-30T22:44:12.337Z Compiling sync_wrapper v1.0.1
15922026-01-30T22:44:12.392Z Compiling ff v0.13.0
15932026-01-30T22:44:12.518Z Compiling hash32 v0.2.1
15942026-01-30T22:44:12.644Z Compiling memoffset v0.9.1
15952026-01-30T22:44:12.775Z Compiling ref-cast v1.0.25
15962026-01-30T22:44:12.928Z Compiling litrs v0.4.1
15972026-01-30T22:44:12.995Z Compiling smoltcp v0.9.1
15982026-01-30T22:44:13.048Z Compiling num-bigint-dig v0.8.6
15992026-01-30T22:44:13.301Z Compiling cfg_aliases v0.2.1
16002026-01-30T22:44:13.399Z Compiling psl-types v2.0.11
16012026-01-30T22:44:13.422Z Compiling fallible-iterator v0.2.0
16022026-01-30T22:44:13.425Z Compiling base16ct v0.2.0
16032026-01-30T22:44:13.630Z Compiling publicsuffix v2.3.0
16042026-01-30T22:44:13.708Z Compiling sec1 v0.7.3
16052026-01-30T22:44:13.803Z Compiling nix v0.29.0
16062026-01-30T22:44:14.035Z Compiling document-features v0.2.11
16072026-01-30T22:44:14.135Z Compiling postgres-protocol v0.6.8
16082026-01-30T22:44:14.265Z Compiling group v0.13.0
16092026-01-30T22:44:14.594Z Compiling num-iter v0.1.45
16102026-01-30T22:44:14.645Z Compiling tower v0.5.2
16112026-01-30T22:44:15.234Z Compiling newtype-uuid v1.3.2
16122026-01-30T22:44:15.312Z Compiling rand v0.8.5
16132026-01-30T22:44:15.646Z Compiling flate2 v1.1.2
16142026-01-30T22:44:15.744Z Compiling darling v0.21.0
16152026-01-30T22:44:15.873Z Compiling oxnet v0.1.4
16162026-01-30T22:44:15.923Z Compiling derive_builder v0.20.2
16172026-01-30T22:44:16.097Z Compiling tokio-native-tls v0.3.1
16182026-01-30T22:44:16.131Z Compiling goblin v0.8.2
16192026-01-30T22:44:17.117Z Compiling rustls-native-certs v0.8.1
16202026-01-30T22:44:17.253Z Compiling webpki-roots v1.0.1
16212026-01-30T22:44:17.401Z Compiling http-body-util v0.1.3
16222026-01-30T22:44:17.477Z Compiling strum_macros v0.27.2
16232026-01-30T22:44:17.590Z Compiling terminal_size v0.4.0
16242026-01-30T22:44:17.648Z Compiling cargo-platform v0.1.8
16252026-01-30T22:44:17.832Z Compiling hkdf v0.12.4
16262026-01-30T22:44:17.870Z Compiling crypto-bigint v0.5.5
16272026-01-30T22:44:18.156Z Compiling ref-cast-impl v1.0.25
16282026-01-30T22:44:18.198Z Compiling daft-derive v0.1.4
16292026-01-30T22:44:19.311Z Compiling curve25519-dalek-derive v0.1.1
16302026-01-30T22:44:19.724Z Compiling hubpack_derive v0.1.1
16312026-01-30T22:44:19.807Z Compiling async-trait v0.1.89
16322026-01-30T22:44:20.635Z Compiling vergen v9.0.6
16332026-01-30T22:44:20.771Z Compiling ahash v0.8.12
16342026-01-30T22:44:20.944Z Compiling fs-err v3.1.1
16352026-01-30T22:44:21.138Z Compiling simd-adler32 v0.3.7
16362026-01-30T22:44:21.288Z Compiling ryu v1.0.18
16372026-01-30T22:44:21.665Z Compiling unicode-segmentation v1.12.0
16382026-01-30T22:44:21.668Z Compiling iri-string v0.7.8
16392026-01-30T22:44:22.291Z Compiling lockfree-object-pool v0.1.6
16402026-01-30T22:44:22.457Z Compiling bitflags v1.3.2
16412026-01-30T22:44:22.546Z Compiling buf-list v1.0.3
16422026-01-30T22:44:22.577Z Compiling managed v0.8.0
16432026-01-30T22:44:22.597Z Compiling bumpalo v3.16.0
16442026-01-30T22:44:23.047Z Compiling winnow v0.5.40
16452026-01-30T22:44:23.160Z Compiling zopfli v0.8.1
16462026-01-30T22:44:23.870Z Compiling clap_builder v4.5.48
16472026-01-30T22:44:24.746Z Compiling tower-http v0.6.6
16482026-01-30T22:44:25.194Z Compiling strum v0.27.2
16492026-01-30T22:44:25.245Z Compiling dof v0.3.0
16502026-01-30T22:44:25.406Z Compiling serde_urlencoded v0.7.1
16512026-01-30T22:44:25.743Z Compiling elliptic-curve v0.13.8
16522026-01-30T22:44:25.893Z Compiling hubpack v0.1.2
16532026-01-30T22:44:26.348Z Compiling daft v0.1.4
16542026-01-30T22:44:26.678Z Compiling toml_edit v0.19.15
16552026-01-30T22:44:26.865Z Compiling cargo_metadata v0.19.2
16562026-01-30T22:44:26.904Z Compiling hyper-tls v0.6.0
16572026-01-30T22:44:26.954Z Compiling zstd v0.13.3
16582026-01-30T22:44:27.326Z Compiling cookie_store v0.21.1
16592026-01-30T22:44:27.507Z Compiling signal-hook-mio v0.2.4
16602026-01-30T22:44:29.620Z Compiling serde_with_macros v3.16.1
16612026-01-30T22:44:30.291Z Compiling postgres-types v0.2.9
16622026-01-30T22:44:31.746Z Compiling usdt-macro v0.6.0
16632026-01-30T22:44:31.783Z Compiling usdt-attr-macro v0.6.0
16642026-01-30T22:44:32.173Z Compiling phf v0.11.2
16652026-01-30T22:44:32.480Z Compiling dtrace-parser v0.2.0
16662026-01-30T22:44:32.567Z Compiling ed25519 v2.2.3
16672026-01-30T22:44:33.270Z Compiling bzip2 v0.4.4
16682026-01-30T22:44:33.404Z Compiling bzip2 v0.5.2
16692026-01-30T22:44:33.518Z Compiling pkcs1 v0.7.5
16702026-01-30T22:44:33.662Z Compiling enum-as-inner v0.6.1
16712026-01-30T22:44:33.783Z Compiling clap_derive v4.5.47
16722026-01-30T22:44:33.834Z Compiling strum_macros v0.26.4
16732026-01-30T22:44:34.369Z Compiling hex v0.4.3
16742026-01-30T22:44:34.447Z Compiling serde-big-array v0.5.1
16752026-01-30T22:44:34.701Z Compiling rfc6979 v0.4.0
16762026-01-30T22:44:34.721Z Compiling serde_repr v0.1.19
16772026-01-30T22:44:34.724Z Compiling bstr v1.10.0
16782026-01-30T22:44:34.909Z Compiling float-cmp v0.10.0
16792026-01-30T22:44:34.940Z Compiling env_filter v0.1.2
16802026-01-30T22:44:35.171Z Compiling memmap2 v0.9.8
16812026-01-30T22:44:35.563Z Compiling encoding_rs v0.8.34
16822026-01-30T22:44:35.566Z Compiling predicates-core v1.0.8
16832026-01-30T22:44:35.820Z Compiling keccak v0.1.5
16842026-01-30T22:44:35.894Z Compiling data-encoding v2.9.0
16852026-01-30T22:44:36.186Z Compiling difflib v0.4.0
16862026-01-30T22:44:37.465Z Compiling fixedbitset v0.4.2
16872026-01-30T22:44:37.642Z Compiling fixedbitset v0.5.7
16882026-01-30T22:44:37.877Z Compiling precomputed-hash v0.1.1
16892026-01-30T22:44:38.052Z Compiling foldhash v0.2.0
16902026-01-30T22:44:38.085Z Compiling jiff v0.2.15
16912026-01-30T22:44:38.144Z Compiling static_assertions v1.1.0
16922026-01-30T22:44:38.182Z Compiling mime v0.3.17
16932026-01-30T22:44:38.270Z Compiling whoami v1.5.2
16942026-01-30T22:44:38.339Z Compiling normalize-line-endings v0.3.0
16952026-01-30T22:44:38.476Z Compiling new_debug_unreachable v1.0.6
16962026-01-30T22:44:38.499Z Compiling rustc-hash v2.1.1
16972026-01-30T22:44:38.597Z Compiling string_cache v0.8.9
16982026-01-30T22:44:38.717Z Compiling iddqd v0.3.16
16992026-01-30T22:44:38.720Z Compiling tokio-postgres v0.7.13
17002026-01-30T22:44:38.834Z Compiling predicates v3.1.3
17012026-01-30T22:44:39.039Z Compiling toml_edit v0.22.27
17022026-01-30T22:44:39.306Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-01-30T22:44:40.384Z Compiling strum v0.26.3
17042026-01-30T22:44:40.594Z Compiling clap v4.5.48
17052026-01-30T22:44:40.729Z Compiling petgraph v0.8.2
17062026-01-30T22:44:41.201Z Compiling petgraph v0.6.5
17072026-01-30T22:44:41.381Z Compiling hickory-proto v0.25.2
17082026-01-30T22:44:44.321Z Compiling sha3 v0.10.8
17092026-01-30T22:44:44.807Z Compiling similar v2.7.0
17102026-01-30T22:44:45.346Z Compiling zip v4.2.0
17112026-01-30T22:44:45.403Z Compiling usdt-impl v0.5.0
17122026-01-30T22:44:46.216Z Compiling usdt v0.6.0
17132026-01-30T22:44:46.371Z Compiling env_logger v0.11.8
17142026-01-30T22:44:46.726Z Compiling ecdsa v0.16.9
17152026-01-30T22:44:46.758Z Compiling serde_with v3.16.1
17162026-01-30T22:44:46.907Z Compiling rsa v0.9.8
17172026-01-30T22:44:47.138Z Compiling zip v0.6.6
17182026-01-30T22:44:47.597Z Compiling ed25519-dalek v2.1.1
17192026-01-30T22:44:48.422Z Compiling toml v0.7.8
17202026-01-30T22:44:49.729Z Compiling crossterm v0.28.1
17212026-01-30T22:44:50.380Z Compiling heck v0.4.1
17222026-01-30T22:44:50.484Z Compiling crossbeam-epoch v0.9.18
17232026-01-30T22:44:50.699Z Compiling tokio-stream v0.1.17
17242026-01-30T22:44:50.848Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-01-30T22:44:51.167Z Compiling x509-cert v0.2.5
17262026-01-30T22:44:51.199Z Compiling openapiv3 v2.2.0
17272026-01-30T22:44:51.303Z Compiling sha1 v0.10.6
17282026-01-30T22:44:51.710Z Compiling itertools v0.13.0
17292026-01-30T22:44:51.778Z Compiling winnow v0.6.26
17302026-01-30T22:44:53.024Z Compiling lalrpop-util v0.19.12
17312026-01-30T22:44:53.390Z Compiling peg-runtime v0.8.5
17322026-01-30T22:44:53.485Z Compiling thread_local v1.1.8
17332026-01-30T22:44:54.001Z Compiling slog-async v2.8.0
17342026-01-30T22:44:54.018Z Compiling crossbeam-channel v0.5.15
17352026-01-30T22:44:54.627Z Compiling xattr v1.3.1
17362026-01-30T22:44:54.807Z Compiling futures-executor v0.3.31
17372026-01-30T22:44:54.925Z Compiling is-terminal v0.4.13
17382026-01-30T22:44:54.971Z Compiling filetime v0.2.26
17392026-01-30T22:44:55.040Z Compiling take_mut v0.2.2
17402026-01-30T22:44:55.074Z Compiling term v1.1.0
17412026-01-30T22:44:55.262Z Compiling tar v0.4.44
17422026-01-30T22:44:55.292Z Compiling futures v0.3.31
17432026-01-30T22:44:55.662Z Compiling slog-term v2.9.2
17442026-01-30T22:44:58.713Z Compiling aws-lc-sys v0.26.0
17452026-01-30T22:45:30.411Z Compiling rustls-webpki v0.102.8
17462026-01-30T22:45:34.928Z Compiling tokio-rustls v0.26.0
17472026-01-30T22:45:35.191Z Compiling hyper-rustls v0.27.7
17482026-01-30T22:45:35.519Z Compiling reqwest v0.12.24
17492026-01-30T22:45:39.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-01-30T22:45:39.600Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-01-30T22:45:44.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
17522026-01-30T22:45:44.344Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-01-30T22:45:44.401ZJan 30 22:45:43.651 INFO Starting download, target: Clickhouse
17542026-01-30T22:45:44.401ZJan 30 22:45:43.652 INFO Starting download, target: Cockroach
17552026-01-30T22:45:44.401ZJan 30 22:45:43.652 INFO Starting download, target: Console
17562026-01-30T22:45:44.401ZJan 30 22:45:43.652 INFO Starting download, target: DendriteStub
17572026-01-30T22:45:44.401ZJan 30 22:45:43.652 INFO Starting download, target: MaghemiteMgd
17582026-01-30T22:45:44.401ZJan 30 22:45:43.652 INFO Starting download, target: TransceiverControl
17592026-01-30T22:45:44.404ZJan 30 22:45:43.652 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-01-30T22:45:44.404ZJan 30 22:45:43.652 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-01-30T22:45:44.404ZJan 30 22:45:43.652 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-01-30T22:45:44.404ZJan 30 22:45:43.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-01-30T22:45:44.404ZJan 30 22:45:43.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-01-30T22:45:44.404ZJan 30 22:45:43.653 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-01-30T22:45:44.629ZJan 30 22:45:43.878 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-01-30T22:45:45.009ZJan 30 22:45:44.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-01-30T22:45:45.068ZJan 30 22:45:44.318 INFO Download complete, target: TransceiverControl
17682026-01-30T22:45:45.475ZJan 30 22:45:44.726 INFO Download complete, target: Console
17692026-01-30T22:45:45.651ZJan 30 22:45:44.901 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-01-30T22:45:45.703ZJan 30 22:45:44.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-01-30T22:45:46.416ZJan 30 22:45:45.667 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-01-30T22:45:46.416ZJan 30 22:45:45.667 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-01-30T22:45:46.567ZJan 30 22:45:45.819 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-01-30T22:45:49.558ZJan 30 22:45:48.810 INFO Download complete, target: DendriteStub
17752026-01-30T22:45:49.772ZJan 30 22:45:49.023 INFO Download complete, target: MaghemiteMgd
17762026-01-30T22:45:54.106ZJan 30 22:45:53.357 INFO Checking that binary works, target: Cockroach
17772026-01-30T22:45:54.238ZJan 30 22:45:53.489 INFO Download complete, target: Cockroach
17782026-01-30T22:45:57.499ZJan 30 22:45:56.750 INFO Checking that binary works, target: Clickhouse
17792026-01-30T22:45:57.638ZJan 30 22:45:56.888 INFO Download complete, target: Clickhouse
17802026-01-30T22:45:57.725ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-01-30T22:45:57.729Z
17822026-01-30T22:45:57.729Zreal 6:28.513566752
17832026-01-30T22:45:57.729Zuser 18:43.299959346
17842026-01-30T22:45:57.729Zsys 2:31.139314588
17852026-01-30T22:45:57.729Ztrap 0.679265840
17862026-01-30T22:45:57.729Ztflt 2.508383954
17872026-01-30T22:45:57.729Zdflt 2.405821920
17882026-01-30T22:45:57.729Zkflt 0.058581056
17892026-01-30T22:45:57.729Zlock 45:34.710614027
17902026-01-30T22:45:57.729Zslp 1:11:25.531309975
17912026-01-30T22:45:57.729Zlat 1:18.636794991
17922026-01-30T22:45:57.729Zstop 3:10.173223738
17932026-01-30T22:45:57.729Z+ banner hack-check
17942026-01-30T22:45:57.732Z
17952026-01-30T22:45:57.732Z # # ## #### # # #### # # ###### #### # #
17962026-01-30T22:45:57.732Z # # # # # # # # # # # # # # # # #
17972026-01-30T22:45:57.732Z ###### # # # #### ##### # ###### ##### # ####
17982026-01-30T22:45:57.732Z # # ###### # # # # # # # # # #
17992026-01-30T22:45:57.732Z # # # # # # # # # # # # # # # # #
18002026-01-30T22:45:57.732Z # # # # #### # # #### # # ###### #### # #
18012026-01-30T22:45:57.732Z
18022026-01-30T22:45:57.732Z+ export CARGO_INCREMENTAL=0
18032026-01-30T22:45:57.732Z+ CARGO_INCREMENTAL=0
18042026-01-30T22:45:57.732Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-01-30T22:45:58.540Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-01-30T22:45:58.831Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-01-30T22:46:01.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
18082026-01-30T22:46:01.947Z Running `target/debug/xtask check-features --ci`
18092026-01-30T22:46:01.971Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-01-30T22:46:01.971Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-01-30T22:46:02.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18122026-01-30T22:46:02.644Z Running `target/debug/xtask download cargo-hack`
18132026-01-30T22:46:03.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-01-30T22:46:04.049Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-01-30T22:46:07.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
18162026-01-30T22:46:08.114Z Running `target/debug/xtask-downloader cargo-hack`
18172026-01-30T22:46:08.154ZJan 30 22:46:07.405 INFO Starting download, target: CargoHack
18182026-01-30T22:46:08.157ZJan 30 22:46:07.405 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-01-30T22:46:08.623ZJan 30 22:46:07.874 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-01-30T22:46:08.702ZJan 30 22:46:07.953 INFO Download complete, target: CargoHack
18212026-01-30T22:46:08.706Zrunning: "/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"
18222026-01-30T22:46:08.725Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-01-30T22:46:08.938Zinfo: running `cargo check --bins` on api_identity (1/248)
18242026-01-30T22:46:09.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-01-30T22:46:09.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-01-30T22:46:09.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-01-30T22:46:09.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18282026-01-30T22:46:09.698Z
18292026-01-30T22:46:09.698Zinfo: running `cargo check --bins` on bootstore (2/248)
18302026-01-30T22:46:10.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-01-30T22:46:10.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-01-30T22:46:10.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-01-30T22:46:10.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18342026-01-30T22:46:10.498Z
18352026-01-30T22:46:10.498Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/248)
18362026-01-30T22:46:11.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-01-30T22:46:11.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-01-30T22:46:11.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-01-30T22:46:11.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18402026-01-30T22:46:11.301Z
18412026-01-30T22:46:11.301Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/248)
18422026-01-30T22:46:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-01-30T22:46:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-01-30T22:46:12.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-01-30T22:46:12.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18462026-01-30T22:46:12.097Z
18472026-01-30T22:46:12.097Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/248)
18482026-01-30T22:46:12.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-01-30T22:46:12.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-01-30T22:46:12.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-01-30T22:46:12.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18522026-01-30T22:46:12.698Z
18532026-01-30T22:46:12.698Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/248)
18542026-01-30T22:46:13.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-01-30T22:46:13.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-01-30T22:46:13.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-01-30T22:46:13.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18582026-01-30T22:46:13.301Z
18592026-01-30T22:46:13.301Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/248)
18602026-01-30T22:46:13.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-01-30T22:46:13.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-01-30T22:46:13.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-01-30T22:46:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18642026-01-30T22:46:13.903Z
18652026-01-30T22:46:13.903Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/248)
18662026-01-30T22:46:14.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-01-30T22:46:14.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-01-30T22:46:14.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-01-30T22:46:14.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18702026-01-30T22:46:14.514Z
18712026-01-30T22:46:14.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/248)
18722026-01-30T22:46:15.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-01-30T22:46:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-01-30T22:46:15.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-01-30T22:46:15.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18762026-01-30T22:46:15.118Z
18772026-01-30T22:46:15.118Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/248)
18782026-01-30T22:46:15.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-01-30T22:46:15.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-01-30T22:46:15.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-01-30T22:46:15.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18822026-01-30T22:46:15.730Z
18832026-01-30T22:46:15.730Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/248)
18842026-01-30T22:46:16.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-01-30T22:46:16.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-01-30T22:46:16.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-01-30T22:46:16.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18882026-01-30T22:46:16.336Z
18892026-01-30T22:46:16.336Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/248)
18902026-01-30T22:46:16.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-01-30T22:46:16.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-01-30T22:46:16.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-01-30T22:46:16.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18942026-01-30T22:46:16.944Z
18952026-01-30T22:46:16.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/248)
18962026-01-30T22:46:17.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-01-30T22:46:17.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-01-30T22:46:17.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-01-30T22:46:17.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19002026-01-30T22:46:17.535Z
19012026-01-30T22:46:17.535Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/248)
19022026-01-30T22:46:18.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-01-30T22:46:18.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-01-30T22:46:18.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-01-30T22:46:18.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19062026-01-30T22:46:18.141Z
19072026-01-30T22:46:18.142Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/248)
19082026-01-30T22:46:18.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-01-30T22:46:18.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-01-30T22:46:18.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-01-30T22:46:18.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19122026-01-30T22:46:18.749Z
19132026-01-30T22:46:18.749Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/248)
19142026-01-30T22:46:19.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-01-30T22:46:19.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-01-30T22:46:19.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-01-30T22:46:19.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19182026-01-30T22:46:19.361Z
19192026-01-30T22:46:19.361Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/248)
19202026-01-30T22:46:19.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-01-30T22:46:19.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-01-30T22:46:19.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-01-30T22:46:19.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19242026-01-30T22:46:19.974Z
19252026-01-30T22:46:19.974Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/248)
19262026-01-30T22:46:20.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-01-30T22:46:20.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-01-30T22:46:20.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-01-30T22:46:20.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19302026-01-30T22:46:20.578Z
19312026-01-30T22:46:20.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/248)
19322026-01-30T22:46:21.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-01-30T22:46:21.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-01-30T22:46:21.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-01-30T22:46:21.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19362026-01-30T22:46:21.183Z
19372026-01-30T22:46:21.183Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/248)
19382026-01-30T22:46:21.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-01-30T22:46:21.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-01-30T22:46:21.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-01-30T22:46:21.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19422026-01-30T22:46:21.789Z
19432026-01-30T22:46:21.789Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/248)
19442026-01-30T22:46:22.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-01-30T22:46:22.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-01-30T22:46:22.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-01-30T22:46:22.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19482026-01-30T22:46:22.398Z
19492026-01-30T22:46:22.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/248)
19502026-01-30T22:46:22.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-01-30T22:46:22.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-01-30T22:46:22.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-01-30T22:46:22.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19542026-01-30T22:46:23.006Z
19552026-01-30T22:46:23.006Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/248)
19562026-01-30T22:46:23.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-01-30T22:46:23.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-01-30T22:46:23.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-01-30T22:46:23.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19602026-01-30T22:46:23.616Z
19612026-01-30T22:46:23.617Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/248)
19622026-01-30T22:46:24.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-01-30T22:46:24.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-01-30T22:46:24.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-01-30T22:46:24.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19662026-01-30T22:46:24.226Z
19672026-01-30T22:46:24.226Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/248)
19682026-01-30T22:46:24.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-01-30T22:46:24.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-01-30T22:46:24.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-01-30T22:46:24.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19722026-01-30T22:46:24.832Z
19732026-01-30T22:46:24.832Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/248)
19742026-01-30T22:46:25.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-01-30T22:46:25.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-01-30T22:46:25.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-01-30T22:46:25.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19782026-01-30T22:46:25.435Z
19792026-01-30T22:46:25.435Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/248)
19802026-01-30T22:46:25.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-01-30T22:46:25.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-01-30T22:46:25.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-01-30T22:46:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19842026-01-30T22:46:26.043Z
19852026-01-30T22:46:26.043Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/248)
19862026-01-30T22:46:26.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-01-30T22:46:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-01-30T22:46:26.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-01-30T22:46:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19902026-01-30T22:46:26.656Z
19912026-01-30T22:46:26.656Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/248)
19922026-01-30T22:46:27.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-01-30T22:46:27.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-01-30T22:46:27.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-01-30T22:46:27.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19962026-01-30T22:46:27.263Z
19972026-01-30T22:46:27.263Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/248)
19982026-01-30T22:46:27.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-01-30T22:46:27.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-01-30T22:46:27.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-01-30T22:46:27.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20022026-01-30T22:46:27.868Z
20032026-01-30T22:46:27.869Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/248)
20042026-01-30T22:46:28.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-01-30T22:46:28.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-01-30T22:46:28.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-01-30T22:46:28.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20082026-01-30T22:46:28.484Z
20092026-01-30T22:46:28.484Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/248)
20102026-01-30T22:46:29.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-01-30T22:46:29.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-01-30T22:46:29.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-01-30T22:46:29.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20142026-01-30T22:46:29.096Z
20152026-01-30T22:46:29.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/248)
20162026-01-30T22:46:29.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-01-30T22:46:29.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-01-30T22:46:29.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-01-30T22:46:29.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20202026-01-30T22:46:29.703Z
20212026-01-30T22:46:29.703Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/248)
20222026-01-30T22:46:30.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-01-30T22:46:30.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-01-30T22:46:30.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-01-30T22:46:30.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20262026-01-30T22:46:30.311Z
20272026-01-30T22:46:30.311Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/248)
20282026-01-30T22:46:30.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-01-30T22:46:30.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-01-30T22:46:30.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-01-30T22:46:30.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20322026-01-30T22:46:30.937Z
20332026-01-30T22:46:30.938Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/248)
20342026-01-30T22:46:31.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-01-30T22:46:31.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-01-30T22:46:31.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-01-30T22:46:31.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20382026-01-30T22:46:31.549Z
20392026-01-30T22:46:31.549Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/248)
20402026-01-30T22:46:32.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-01-30T22:46:32.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-01-30T22:46:32.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-01-30T22:46:32.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20442026-01-30T22:46:32.159Z
20452026-01-30T22:46:32.159Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/248)
20462026-01-30T22:46:32.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-01-30T22:46:32.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-01-30T22:46:32.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-01-30T22:46:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20502026-01-30T22:46:32.774Z
20512026-01-30T22:46:32.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/248)
20522026-01-30T22:46:33.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-01-30T22:46:33.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-01-30T22:46:33.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-01-30T22:46:33.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20562026-01-30T22:46:33.386Z
20572026-01-30T22:46:33.386Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/248)
20582026-01-30T22:46:33.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-01-30T22:46:33.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-01-30T22:46:33.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-01-30T22:46:33.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20622026-01-30T22:46:33.994Z
20632026-01-30T22:46:33.994Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/248)
20642026-01-30T22:46:34.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-01-30T22:46:34.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-01-30T22:46:34.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-01-30T22:46:34.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20682026-01-30T22:46:34.601Z
20692026-01-30T22:46:34.601Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/248)
20702026-01-30T22:46:35.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-01-30T22:46:35.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-01-30T22:46:35.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-01-30T22:46:35.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20742026-01-30T22:46:35.209Z
20752026-01-30T22:46:35.210Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/248)
20762026-01-30T22:46:35.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-01-30T22:46:35.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-01-30T22:46:35.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-01-30T22:46:35.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20802026-01-30T22:46:35.820Z
20812026-01-30T22:46:35.820Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/248)
20822026-01-30T22:46:36.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-01-30T22:46:36.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-01-30T22:46:36.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-01-30T22:46:36.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20862026-01-30T22:46:36.432Z
20872026-01-30T22:46:36.432Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/248)
20882026-01-30T22:46:37.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-01-30T22:46:37.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-01-30T22:46:37.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-01-30T22:46:37.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20922026-01-30T22:46:37.240Z
20932026-01-30T22:46:37.240Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/248)
20942026-01-30T22:46:37.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-01-30T22:46:37.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-01-30T22:46:37.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-01-30T22:46:37.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20982026-01-30T22:46:38.052Z
20992026-01-30T22:46:38.052Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/248)
21002026-01-30T22:46:38.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-01-30T22:46:38.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-01-30T22:46:38.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-01-30T22:46:38.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21042026-01-30T22:46:38.858Z
21052026-01-30T22:46:38.858Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/248)
21062026-01-30T22:46:39.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-01-30T22:46:39.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-01-30T22:46:39.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-01-30T22:46:39.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21102026-01-30T22:46:39.665Z
21112026-01-30T22:46:39.665Zinfo: running `cargo check --bins` on oxlog (49/248)
21122026-01-30T22:46:40.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-01-30T22:46:40.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-01-30T22:46:40.471Z Checking cfg-if v1.0.4
21152026-01-30T22:46:40.474Z Checking libc v0.2.180
21162026-01-30T22:46:40.474Z Checking serde_core v1.0.228
21172026-01-30T22:46:40.605Z Checking zeroize v1.8.1
21182026-01-30T22:46:40.609Z Checking memchr v2.7.4
21192026-01-30T22:46:40.631Z Checking value-bag v1.12.0
21202026-01-30T22:46:40.634Z Checking smallvec v1.15.1
21212026-01-30T22:46:40.634Z Checking typenum v1.17.0
21222026-01-30T22:46:40.674Z Checking scopeguard v1.2.0
21232026-01-30T22:46:40.829Z Checking lock_api v0.4.12
21242026-01-30T22:46:40.871Z Checking subtle v2.6.1
21252026-01-30T22:46:41.010Z Checking log v0.4.29
21262026-01-30T22:46:41.016Z Checking itoa v1.0.11
21272026-01-30T22:46:41.161Z Checking const-oid v0.9.6
21282026-01-30T22:46:41.222Z Checking byteorder v1.5.0
21292026-01-30T22:46:41.295Z Checking stable_deref_trait v1.2.0
21302026-01-30T22:46:41.411Z Checking portable-atomic v1.11.0
21312026-01-30T22:46:41.441Z Checking critical-section v1.1.3
21322026-01-30T22:46:41.551Z Checking zerofrom v0.1.4
21332026-01-30T22:46:41.598Z Checking pin-project-lite v0.2.14
21342026-01-30T22:46:41.616Z Checking allocator-api2 v0.2.21
21352026-01-30T22:46:41.673Z Checking getrandom v0.2.15
21362026-01-30T22:46:41.704Z Checking generic-array v0.14.7
21372026-01-30T22:46:41.731Z Checking getrandom v0.3.4
21382026-01-30T22:46:41.756Z Checking yoke v0.7.4
21392026-01-30T22:46:41.920Z Checking rand_core v0.6.4
21402026-01-30T22:46:41.977Z Checking parking_lot_core v0.9.10
21412026-01-30T22:46:42.072Z Checking zerovec v0.10.4
21422026-01-30T22:46:42.207Z Checking signal-hook-registry v1.4.2
21432026-01-30T22:46:42.245Z Checking mio v1.0.2
21442026-01-30T22:46:42.319Z Checking parking_lot v0.12.3
21452026-01-30T22:46:42.402Z Checking once_cell v1.21.3
21462026-01-30T22:46:42.459Z Checking equivalent v1.0.2
21472026-01-30T22:46:42.589Z Checking libm v0.2.8
21482026-01-30T22:46:42.648Z Checking litemap v0.7.3
21492026-01-30T22:46:42.719Z Checking writeable v0.5.5
21502026-01-30T22:46:42.823Z Checking socket2 v0.6.1
21512026-01-30T22:46:42.864Z Checking crypto-common v0.1.6
21522026-01-30T22:46:43.015Z Checking block-buffer v0.10.4
21532026-01-30T22:46:43.044Z Checking zerocopy v0.7.35
21542026-01-30T22:46:43.061Z Checking zmij v1.0.15
21552026-01-30T22:46:43.115Z Checking futures-core v0.3.31
21562026-01-30T22:46:43.253Z Checking digest v0.10.7
21572026-01-30T22:46:43.279Z Checking percent-encoding v2.3.2
21582026-01-30T22:46:43.314Z Checking cpufeatures v0.2.14
21592026-01-30T22:46:43.426Z Checking icu_locid_transform_data v1.5.0
21602026-01-30T22:46:43.445Z Checking block-padding v0.3.3
21612026-01-30T22:46:43.465Z Checking num-traits v0.2.19
21622026-01-30T22:46:43.514Z Checking hashbrown v0.16.1
21632026-01-30T22:46:43.536Z Checking icu_properties_data v1.5.0
21642026-01-30T22:46:43.606Z Checking hmac v0.12.1
21652026-01-30T22:46:43.630Z Checking tinystr v0.7.6
21662026-01-30T22:46:43.661Z Checking icu_collections v1.5.0
21672026-01-30T22:46:43.775Z Checking inout v0.1.3
21682026-01-30T22:46:43.820Z Checking utf8_iter v1.0.4
21692026-01-30T22:46:43.958Z Checking icu_locid v1.5.0
21702026-01-30T22:46:44.016Z Checking icu_normalizer_data v1.5.0
21712026-01-30T22:46:44.033Z Checking write16 v1.0.0
21722026-01-30T22:46:44.124Z Checking futures-sink v0.3.31
21732026-01-30T22:46:44.172Z Checking utf16_iter v1.0.5
21742026-01-30T22:46:44.259Z Checking ppv-lite86 v0.2.20
21752026-01-30T22:46:44.278Z Checking futures-channel v0.3.31
21762026-01-30T22:46:44.338Z Checking cipher v0.4.4
21772026-01-30T22:46:44.356Z Checking sha2 v0.10.9
21782026-01-30T22:46:44.504Z Checking serde v1.0.228
21792026-01-30T22:46:44.541Z Checking serde_json v1.0.149
21802026-01-30T22:46:44.616Z Checking indexmap v2.13.0
21812026-01-30T22:46:44.766Z Checking slab v0.4.9
21822026-01-30T22:46:44.918Z Checking icu_provider v1.5.0
21832026-01-30T22:46:44.935Z Checking futures-task v0.3.31
21842026-01-30T22:46:44.938Z Checking base64ct v1.6.0
21852026-01-30T22:46:44.982Z Checking futures-io v0.3.31
21862026-01-30T22:46:45.025Z Checking pin-utils v0.1.0
21872026-01-30T22:46:45.131Z Checking errno v0.3.12
21882026-01-30T22:46:45.169Z Checking futures-util v0.3.31
21892026-01-30T22:46:45.172Z Checking flagset v0.4.6
21902026-01-30T22:46:45.327Z Checking form_urlencoded v1.2.2
21912026-01-30T22:46:45.378Z Checking pem-rfc7468 v0.7.0
21922026-01-30T22:46:45.406Z Checking rand_core v0.9.3
21932026-01-30T22:46:45.506Z Checking bytes v1.10.1
21942026-01-30T22:46:45.527Z Checking bitflags v2.9.4
21952026-01-30T22:46:45.542Z Checking icu_locid_transform v1.5.0
21962026-01-30T22:46:45.652Z Checking der v0.7.10
21972026-01-30T22:46:45.730Z Checking fnv v1.0.7
21982026-01-30T22:46:45.830Z Checking foldhash v0.1.5
21992026-01-30T22:46:45.868Z Checking salsa20 v0.10.2
22002026-01-30T22:46:45.888Z Checking uuid v1.19.0
22012026-01-30T22:46:46.052Z Checking hashbrown v0.15.4
22022026-01-30T22:46:46.118Z Checking pbkdf2 v0.12.2
22032026-01-30T22:46:46.200Z Checking spin v0.9.8
22042026-01-30T22:46:46.289Z Checking scrypt v0.11.0
22052026-01-30T22:46:46.524Z Checking rand_chacha v0.9.0
22062026-01-30T22:46:46.541Z Checking aes v0.8.4
22072026-01-30T22:46:46.557Z Checking icu_properties v1.5.1
22082026-01-30T22:46:46.560Z Checking cbc v0.1.2
22092026-01-30T22:46:46.591Z Checking tokio v1.49.0
22102026-01-30T22:46:46.787Z Checking http v1.4.0
22112026-01-30T22:46:46.888Z Checking regex-syntax v0.8.5
22122026-01-30T22:46:47.088Z Checking iana-time-zone v0.1.63
22132026-01-30T22:46:47.261Z Checking chrono v0.4.43
22142026-01-30T22:46:47.345Z Checking spki v0.7.3
22152026-01-30T22:46:47.410Z Checking rand v0.9.2
22162026-01-30T22:46:47.650Z Checking pkcs5 v0.7.1
22172026-01-30T22:46:48.052Z Checking tracing-core v0.1.32
22182026-01-30T22:46:48.130Z Checking thiserror v2.0.18
22192026-01-30T22:46:48.280Z Checking pkcs8 v0.10.2
22202026-01-30T22:46:48.514Z Checking http-body v1.0.1
22212026-01-30T22:46:48.622Z Checking tinyvec_macros v0.1.1
22222026-01-30T22:46:48.665Z Checking tracing v0.1.40
22232026-01-30T22:46:48.728Z Checking base64 v0.22.1
22242026-01-30T22:46:48.745Z Checking plain v0.2.3
22252026-01-30T22:46:48.904Z Checking rustls-pki-types v1.10.0
22262026-01-30T22:46:49.025Z Checking tinyvec v1.8.0
22272026-01-30T22:46:49.212Z Checking lazy_static v1.5.0
22282026-01-30T22:46:49.254Z Checking rustix v1.1.3
22292026-01-30T22:46:49.349Z Checking semver v1.0.27
22302026-01-30T22:46:49.463Z Checking zerocopy v0.8.27
22312026-01-30T22:46:49.758Z Checking aws-lc-sys v0.26.0
22322026-01-30T22:46:49.776Z Checking dyn-clone v1.0.20
22332026-01-30T22:46:49.923Z Checking untrusted v0.7.1
22342026-01-30T22:46:49.940Z Checking icu_normalizer v1.5.0
22352026-01-30T22:46:50.008Z Checking atomic-waker v1.1.2
22362026-01-30T22:46:50.112Z Checking untrusted v0.9.0
22372026-01-30T22:46:50.158Z Checking ucd-trie v0.1.7
22382026-01-30T22:46:50.284Z Checking tower-service v0.3.3
22392026-01-30T22:46:50.308Z Checking foreign-types-shared v0.1.1
22402026-01-30T22:46:50.387Z Checking openssl-probe v0.1.5
22412026-01-30T22:46:50.415Z Checking tower-layer v0.3.3
22422026-01-30T22:46:50.432Z Checking unicode-ident v1.0.19
22432026-01-30T22:46:50.561Z Checking fastrand v2.1.1
22442026-01-30T22:46:50.618Z Checking try-lock v0.2.5
22452026-01-30T22:46:50.686Z Checking idna_adapter v1.2.0
22462026-01-30T22:46:50.704Z Checking adler2 v2.0.0
22472026-01-30T22:46:50.778Z Checking want v0.3.1
22482026-01-30T22:46:50.879Z Checking miniz_oxide v0.8.5
22492026-01-30T22:46:50.898Z Checking idna v1.0.3
22502026-01-30T22:46:50.898Z Checking proc-macro2 v1.0.101
22512026-01-30T22:46:50.985Z Checking foreign-types v0.3.2
22522026-01-30T22:46:51.092Z Checking pest v2.8.2
22532026-01-30T22:46:51.313Z Checking tempfile v3.24.0
22542026-01-30T22:46:51.419Z Checking url v2.5.4
22552026-01-30T22:46:51.579Z Checking ring v0.17.14
22562026-01-30T22:46:51.624Z Checking ipnet v2.11.0
22572026-01-30T22:46:51.698Z Checking httparse v1.9.5
22582026-01-30T22:46:51.941Z Checking aws-lc-rs v1.12.4
22592026-01-30T22:46:52.175Z Checking openssl-sys v0.9.109
22602026-01-30T22:46:52.193Z Checking socket2 v0.5.10
22612026-01-30T22:46:52.302Z Checking schemars v0.8.22
22622026-01-30T22:46:52.710Z Checking wait-timeout v0.2.0
22632026-01-30T22:46:52.792Z Checking aho-corasick v1.1.3
22642026-01-30T22:46:52.907Z Checking httpdate v1.0.3
22652026-01-30T22:46:53.184Z Checking powerfmt v0.2.0
22662026-01-30T22:46:53.332Z Checking bit-vec v0.8.0
22672026-01-30T22:46:53.449Z Checking anstyle v1.0.11
22682026-01-30T22:46:53.664Z Checking utf8parse v0.2.2
22692026-01-30T22:46:53.695Z Checking pretty-hex v0.4.1
22702026-01-30T22:46:53.714Z Checking quick-error v1.2.3
22712026-01-30T22:46:53.775Z Checking rustls-webpki v0.102.8
22722026-01-30T22:46:53.804Z Checking bit-set v0.8.0
22732026-01-30T22:46:53.822Z Checking anstyle-parse v0.2.5
22742026-01-30T22:46:53.842Z Checking deranged v0.5.3
22752026-01-30T22:46:53.860Z Checking rusty-fork v0.3.0
22762026-01-30T22:46:53.881Z Checking tokio-util v0.7.15
22772026-01-30T22:46:53.902Z Checking openssl v0.10.73
22782026-01-30T22:46:54.063Z Compiling newtype-uuid v1.3.2
22792026-01-30T22:46:54.100Z Checking quote v1.0.40
22802026-01-30T22:46:54.159Z Checking unicode-normalization v0.1.24
22812026-01-30T22:46:54.381Z Checking regex-automata v0.4.11
22822026-01-30T22:46:54.401Z Checking crossbeam-utils v0.8.21
22832026-01-30T22:46:54.429Z Checking rustix v0.38.37
22842026-01-30T22:46:54.514Z Checking rand_xorshift v0.4.0
22852026-01-30T22:46:54.714Z Checking bzip2-sys v0.1.13+1.0.8
22862026-01-30T22:46:54.852Z Checking scroll v0.13.0
22872026-01-30T22:46:55.063Z Checking signature v2.2.0
22882026-01-30T22:46:55.103Z Checking crc32fast v1.4.2
22892026-01-30T22:46:55.122Z Checking h2 v0.4.6
22902026-01-30T22:46:55.265Z Checking num_threads v0.1.7
22912026-01-30T22:46:55.298Z Checking unarray v0.1.4
22922026-01-30T22:46:55.345Z Checking unicode-properties v0.1.3
22932026-01-30T22:46:55.391Z Checking is_terminal_polyfill v1.70.1
22942026-01-30T22:46:55.451Z Checking anstyle-query v1.1.1
22952026-01-30T22:46:55.520Z Checking time-core v0.1.6
22962026-01-30T22:46:55.594Z Checking unicode-bidi v0.3.17
22972026-01-30T22:46:55.724Z Checking zlib-rs v0.5.1
22982026-01-30T22:46:55.840Z Checking num-conv v0.1.0
22992026-01-30T22:46:56.110Z Checking siphasher v0.3.11
23002026-01-30T22:46:56.244Z Checking colorchoice v1.0.2
23012026-01-30T22:46:56.263Z Checking time v0.3.43
23022026-01-30T22:46:56.389Z Checking anstream v0.6.18
23032026-01-30T22:46:56.423Z Checking phf_shared v0.11.2
23042026-01-30T22:46:56.697Z Checking stringprep v0.1.5
23052026-01-30T22:46:56.800Z Checking proptest v1.7.0
23062026-01-30T22:46:56.978Z Checking goblin v0.10.2
23072026-01-30T22:46:57.605Z Checking crossbeam-epoch v0.9.18
23082026-01-30T22:46:57.696Z Checking libz-rs-sys v0.5.1
23092026-01-30T22:46:57.905Z Checking rustls v0.23.19
23102026-01-30T22:46:58.056Z Checking syn v2.0.114
23112026-01-30T22:46:58.758Z Compiling daft v0.1.4
23122026-01-30T22:46:58.821Z Checking ipnetwork v0.21.1
23132026-01-30T22:46:58.842Z Checking native-tls v0.2.12
23142026-01-30T22:46:59.160Z Checking thiserror v1.0.69
23152026-01-30T22:46:59.223Z Checking scroll v0.12.0
23162026-01-30T22:46:59.319Z Checking serde_spanned v0.6.9
23172026-01-30T22:46:59.336Z Checking toml_datetime v0.6.11
23182026-01-30T22:46:59.517Z Checking zstd-sys v2.0.14+zstd.1.5.7
23192026-01-30T22:46:59.667Z Checking rand_chacha v0.3.1
23202026-01-30T22:46:59.684Z Checking num-integer v0.1.46
23212026-01-30T22:46:59.722Z Checking md-5 v0.10.6
23222026-01-30T22:46:59.964Z Checking sync_wrapper v1.0.1
23232026-01-30T22:47:00.076Z Checking ff v0.13.0
23242026-01-30T22:47:00.118Z Checking hash32 v0.2.1
23252026-01-30T22:47:00.176Z Checking gimli v0.31.1
23262026-01-30T22:47:00.303Z Checking either v1.15.0
23272026-01-30T22:47:00.438Z Checking psl-types v2.0.11
23282026-01-30T22:47:00.640Z Checking fallible-iterator v0.2.0
23292026-01-30T22:47:00.702Z Checking base16ct v0.2.0
23302026-01-30T22:47:00.932Z Checking sec1 v0.7.3
23312026-01-30T22:47:01.249Z Checking postgres-protocol v0.6.8
23322026-01-30T22:47:01.329Z Compiling iddqd v0.3.16
23332026-01-30T22:47:01.559Z Checking hyper v1.8.1
23342026-01-30T22:47:01.585Z Checking publicsuffix v2.3.0
23352026-01-30T22:47:01.855Z Checking heapless v0.7.17
23362026-01-30T22:47:01.890Z Checking group v0.13.0
23372026-01-30T22:47:02.167Z Checking num-iter v0.1.45
23382026-01-30T22:47:02.354Z Checking tower v0.5.2
23392026-01-30T22:47:02.784Z Checking rand v0.8.5
23402026-01-30T22:47:02.862Z Checking dof v0.4.0
23412026-01-30T22:47:02.946Z Checking tokio-rustls v0.26.0
23422026-01-30T22:47:03.167Z Checking zstd-safe v7.2.3
23432026-01-30T22:47:03.362Z Checking goblin v0.8.2
23442026-01-30T22:47:03.487Z Checking oxnet v0.1.4
23452026-01-30T22:47:03.636Z Checking hyper-util v0.1.19
23462026-01-30T22:47:03.779Z Checking tokio-native-tls v0.3.1
23472026-01-30T22:47:03.859Z Checking cookie v0.18.1
23482026-01-30T22:47:03.940Z Checking flate2 v1.1.2
23492026-01-30T22:47:03.940Z Checking terminal_size v0.4.0
23502026-01-30T22:47:03.981Z Checking addr2line v0.24.2
23512026-01-30T22:47:03.998Z Checking dtrace-parser v0.3.0
23522026-01-30T22:47:04.034Z Checking rustls-native-certs v0.8.1
23532026-01-30T22:47:04.130Z Checking webpki-roots v1.0.1
23542026-01-30T22:47:04.225Z Checking http-body-util v0.1.3
23552026-01-30T22:47:04.300Z Checking signal-hook v0.3.18
23562026-01-30T22:47:04.337Z Checking hkdf v0.12.4
23572026-01-30T22:47:04.488Z Checking crypto-bigint v0.5.5
23582026-01-30T22:47:04.502Z Checking thread-id v5.0.0
23592026-01-30T22:47:04.568Z Checking object v0.36.5
23602026-01-30T22:47:04.585Z Checking strsim v0.11.1
23612026-01-30T22:47:04.620Z Checking simd-adler32 v0.3.7
23622026-01-30T22:47:04.637Z Checking rustc-demangle v0.1.24
23632026-01-30T22:47:04.655Z Checking iri-string v0.7.8
23642026-01-30T22:47:04.869Z Checking clap_lex v0.7.4
23652026-01-30T22:47:04.966Z Checking managed v0.8.0
23662026-01-30T22:47:05.075Z Checking winnow v0.5.40
23672026-01-30T22:47:05.135Z Checking ryu v1.0.18
23682026-01-30T22:47:05.349Z Checking lockfree-object-pool v0.1.6
23692026-01-30T22:47:05.383Z Compiling rayon-core v1.12.1
23702026-01-30T22:47:05.608Z Checking bitflags v1.3.2
23712026-01-30T22:47:05.720Z Checking bumpalo v3.16.0
23722026-01-30T22:47:05.737Z Checking smoltcp v0.9.1
23732026-01-30T22:47:06.085Z Checking zopfli v0.8.1
23742026-01-30T22:47:06.509Z Checking hyper-tls v0.6.0
23752026-01-30T22:47:06.805Z Checking hyper-rustls v0.27.7
23762026-01-30T22:47:06.850Z Checking serde_urlencoded v0.7.1
23772026-01-30T22:47:07.140Z Checking elliptic-curve v0.13.8
23782026-01-30T22:47:07.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23792026-01-30T22:47:07.177Z Checking tower-http v0.6.6
23802026-01-30T22:47:07.209Z Checking clap_builder v4.5.48
23812026-01-30T22:47:07.277Z Checking signal-hook-mio v0.2.4
23822026-01-30T22:47:07.440Z Checking usdt-impl v0.6.0
23832026-01-30T22:47:07.520Z Checking cookie_store v0.21.1
23842026-01-30T22:47:07.722Z Checking num-bigint-dig v0.8.6
23852026-01-30T22:47:07.887Z Checking toml_edit v0.19.15
23862026-01-30T22:47:07.981Z Checking zstd v0.13.3
23872026-01-30T22:47:08.106Z Checking dof v0.3.0
23882026-01-30T22:47:08.199Z Checking postgres-types v0.2.9
23892026-01-30T22:47:08.270Z Checking dtrace-parser v0.2.0
23902026-01-30T22:47:08.345Z Checking regex v1.11.3
23912026-01-30T22:47:08.723Z Checking bstr v1.10.0
23922026-01-30T22:47:08.791Z Checking crossbeam-deque v0.8.5
23932026-01-30T22:47:08.862Z Checking phf v0.11.2
23942026-01-30T22:47:08.974Z Checking ed25519 v2.2.3
23952026-01-30T22:47:09.110Z Checking bzip2 v0.5.2
23962026-01-30T22:47:09.127Z Checking bzip2 v0.4.4
23972026-01-30T22:47:09.284Z Checking curve25519-dalek v4.1.3
23982026-01-30T22:47:09.394Z Checking ref-cast v1.0.25
23992026-01-30T22:47:09.435Z Checking strum v0.27.2
24002026-01-30T22:47:09.552Z Checking hubpack v0.1.2
24012026-01-30T22:47:09.573Z Checking memoffset v0.9.1
24022026-01-30T22:47:09.599Z Checking pkcs1 v0.7.5
24032026-01-30T22:47:09.678Z Checking erased-serde v0.3.31
24042026-01-30T22:47:09.695Z Checking hex v0.4.3
24052026-01-30T22:47:09.858Z Checking serde-big-array v0.5.1
24062026-01-30T22:47:10.012Z Checking float-cmp v0.10.0
24072026-01-30T22:47:10.096Z Checking rfc6979 v0.4.0
24082026-01-30T22:47:10.162Z Checking thread-id v4.2.2
24092026-01-30T22:47:10.194Z Checking memmap2 v0.9.8
24102026-01-30T22:47:10.230Z Checking env_filter v0.1.2
24112026-01-30T22:47:10.269Z Checking encoding_rs v0.8.34
24122026-01-30T22:47:10.272Z Checking unicode-segmentation v1.12.0
24132026-01-30T22:47:10.272Z Checking fixedbitset v0.4.2
24142026-01-30T22:47:10.475Z Checking static_assertions v1.1.0
24152026-01-30T22:47:10.497Z Checking whoami v1.5.2
24162026-01-30T22:47:10.576Z Checking difflib v0.4.0
24172026-01-30T22:47:10.579Z Checking jiff v0.2.15
24182026-01-30T22:47:10.662Z Checking predicates-core v1.0.8
24192026-01-30T22:47:10.665Z Checking backtrace v0.3.74
24202026-01-30T22:47:10.788Z Checking precomputed-hash v0.1.1
24212026-01-30T22:47:10.865Z Checking rustc-hash v2.1.1
24222026-01-30T22:47:10.904Z Checking fixedbitset v0.5.7
24232026-01-30T22:47:10.927Z Checking new_debug_unreachable v1.0.6
24242026-01-30T22:47:10.944Z Checking data-encoding v2.9.0
24252026-01-30T22:47:11.035Z Checking keccak v0.1.5
24262026-01-30T22:47:11.059Z Checking toml_write v0.1.2
24272026-01-30T22:47:11.079Z Checking foldhash v0.2.0
24282026-01-30T22:47:11.254Z Checking winnow v0.7.13
24292026-01-30T22:47:11.282Z Checking normalize-line-endings v0.3.0
24302026-01-30T22:47:11.353Z Checking mime v0.3.17
24312026-01-30T22:47:11.374Z Checking minimal-lexical v0.2.1
24322026-01-30T22:47:11.389Z Checking sha3 v0.10.8
24332026-01-30T22:47:11.411Z Checking predicates v3.1.3
24342026-01-30T22:47:11.516Z Checking hickory-proto v0.25.2
24352026-01-30T22:47:11.750Z Checking nom v7.1.3
24362026-01-30T22:47:11.769Z Checking petgraph v0.8.2
24372026-01-30T22:47:12.033Z Checking anyhow v1.0.99
24382026-01-30T22:47:12.412Z Checking ed25519-dalek v2.1.1
24392026-01-30T22:47:12.433Z Checking reqwest v0.12.24
24402026-01-30T22:47:12.843Z Checking string_cache v0.8.9
24412026-01-30T22:47:13.154Z Checking similar v2.7.0
24422026-01-30T22:47:13.593Z Checking tokio-postgres v0.7.13
24432026-01-30T22:47:13.990Z Checking slog v2.8.2
24442026-01-30T22:47:14.198Z Checking toml_edit v0.22.27
24452026-01-30T22:47:14.315Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24462026-01-30T22:47:14.481Z Checking petgraph v0.6.5
24472026-01-30T22:47:14.539Z Checking usdt v0.6.0
24482026-01-30T22:47:14.821Z Checking env_logger v0.11.8
24492026-01-30T22:47:15.188Z Checking toml v0.7.8
24502026-01-30T22:47:15.460Z Checking ecdsa v0.16.9
24512026-01-30T22:47:15.926Z Checking usdt-impl v0.5.0
24522026-01-30T22:47:16.212Z Checking serde_with v3.16.1
24532026-01-30T22:47:16.349Z Checking clap v4.5.48
24542026-01-30T22:47:16.473Z Checking rsa v0.9.8
24552026-01-30T22:47:16.489Z Checking nix v0.29.0
24562026-01-30T22:47:16.577Z Checking zip v4.2.0
24572026-01-30T22:47:16.793Z Checking zip v0.6.6
24582026-01-30T22:47:17.510Z Checking crossterm v0.28.1
24592026-01-30T22:47:17.514Z Checking itertools v0.13.0
24602026-01-30T22:47:17.834Z Checking itertools v0.10.5
24612026-01-30T22:47:17.853Z Checking tokio-stream v0.1.17
24622026-01-30T22:47:18.107Z Checking strum v0.26.3
24632026-01-30T22:47:18.251Z Checking ahash v0.8.12
24642026-01-30T22:47:18.269Z Checking fs-err v3.1.1
24652026-01-30T22:47:18.632Z Checking buf-list v1.0.3
24662026-01-30T22:47:18.684Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24672026-01-30T22:47:18.849Z Checking x509-cert v0.2.5
24682026-01-30T22:47:18.954Z Checking openapiv3 v2.2.0
24692026-01-30T22:47:19.052Z Checking sha1 v0.10.6
24702026-01-30T22:47:19.199Z Checking winnow v0.6.26
24712026-01-30T22:47:19.353Z Checking peg-runtime v0.8.5
24722026-01-30T22:47:19.607Z Checking lalrpop-util v0.19.12
24732026-01-30T22:47:19.734Z Checking rayon v1.10.0
24742026-01-30T22:47:19.890Z Checking camino v1.2.2
24752026-01-30T22:47:19.912Z Checking sigpipe v0.1.3
24762026-01-30T22:47:19.912Z Checking glob v0.3.2
24772026-01-30T22:47:22.111Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24782026-01-30T22:47:22.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.81s
24792026-01-30T22:47:22.667Z
24802026-01-30T22:47:22.667Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/248)
24812026-01-30T22:47:23.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822026-01-30T22:47:23.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832026-01-30T22:47:23.709Z Compiling regress v0.10.4
24842026-01-30T22:47:23.860Z Compiling unsafe-libyaml v0.2.11
24852026-01-30T22:47:23.875Z Compiling structmeta-derive v0.3.0
24862026-01-30T22:47:23.878Z Compiling rustls v0.22.4
24872026-01-30T22:47:23.887Z Checking newtype-uuid v1.3.2
24882026-01-30T22:47:23.923Z Compiling multer v3.1.0
24892026-01-30T22:47:23.927Z Checking heck v0.5.0
24902026-01-30T22:47:24.142Z Compiling newtype-uuid-macros v0.1.0
24912026-01-30T22:47:24.205Z Compiling async-stream-impl v0.3.6
24922026-01-30T22:47:24.256Z Checking daft v0.1.4
24932026-01-30T22:47:24.358Z Checking futures-executor v0.3.31
24942026-01-30T22:47:24.611Z Compiling dropshot v0.16.7
24952026-01-30T22:47:24.724Z Checking iddqd v0.3.16
24962026-01-30T22:47:25.043Z Compiling serde_yaml v0.9.34+deprecated
24972026-01-30T22:47:25.514Z Checking futures v0.3.31
24982026-01-30T22:47:25.551Z Compiling dropshot_endpoint v0.16.7
24992026-01-30T22:47:25.635Z Checking match_cfg v0.1.0
25002026-01-30T22:47:25.748Z Checking hostname v0.3.1
25012026-01-30T22:47:25.768Z Checking thread_local v1.1.8
25022026-01-30T22:47:25.905Z Checking unicode-width v0.1.14
25032026-01-30T22:47:26.056Z Checking crossbeam-channel v0.5.15
25042026-01-30T22:47:26.319Z Compiling structmeta v0.3.0
25052026-01-30T22:47:26.414Z Checking is-terminal v0.4.13
25062026-01-30T22:47:26.561Z Checking term v1.1.0
25072026-01-30T22:47:26.631Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082026-01-30T22:47:26.711Z Compiling derive-ex v0.1.8
25092026-01-30T22:47:26.745Z Checking take_mut v0.2.2
25102026-01-30T22:47:26.762Z Compiling parse-display-derive v0.10.0
25112026-01-30T22:47:26.912Z Checking slog-async v2.8.0
25122026-01-30T22:47:26.986Z Checking slog-term v2.9.2
25132026-01-30T22:47:27.236Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-01-30T22:47:27.327Z Compiling typify-impl v0.4.3
25152026-01-30T22:47:28.012Z Checking debug-ignore v1.0.5
25162026-01-30T22:47:28.178Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25172026-01-30T22:47:28.965Z Checking toml_parser v1.0.6+spec-1.1.0
25182026-01-30T22:47:29.631Z Checking slog-json v2.6.1
25192026-01-30T22:47:29.672Z Checking macaddr v1.0.1
25202026-01-30T22:47:29.912Z Checking serde_spanned v1.0.4
25212026-01-30T22:47:30.023Z Checking toml_datetime v0.7.5+spec-1.1.0
25222026-01-30T22:47:30.148Z Checking toml_writer v1.0.6+spec-1.1.0
25232026-01-30T22:47:30.185Z Checking slog-bunyan v2.5.0
25242026-01-30T22:47:30.378Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25252026-01-30T22:47:30.410Z Checking tabwriter v1.4.0
25262026-01-30T22:47:30.487Z Checking toml v0.9.11+spec-1.1.0
25272026-01-30T22:47:30.579Z Checking async-stream v0.3.6
25282026-01-30T22:47:30.778Z Compiling test-strategy v0.4.3
25292026-01-30T22:47:30.799Z Checking waitgroup v0.1.2
25302026-01-30T22:47:31.006Z Checking rustls-pemfile v2.2.0
25312026-01-30T22:47:31.111Z Checking serde_path_to_error v0.1.20
25322026-01-30T22:47:31.137Z Checking hostname v0.4.2
25332026-01-30T22:47:31.243Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25342026-01-30T22:47:31.296Z Compiling itertools v0.14.0
25352026-01-30T22:47:31.441Z Checking progenitor-client v0.11.2
25362026-01-30T22:47:31.530Z Checking progenitor-client v0.10.0
25372026-01-30T22:47:31.732Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
25382026-01-30T22:47:31.868Z Checking instant v0.1.13
25392026-01-30T22:47:31.933Z Checking colored v3.0.0
25402026-01-30T22:47:31.965Z Checking parse-display v0.10.0
25412026-01-30T22:47:31.989Z Checking tokio-rustls v0.25.0
25422026-01-30T22:47:32.009Z Checking backoff v0.4.0
25432026-01-30T22:47:32.189Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25442026-01-30T22:47:32.315Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25452026-01-30T22:47:32.335Z Compiling proc-macro-crate v1.3.1
25462026-01-30T22:47:32.371Z Compiling proc-macro-error v1.0.4
25472026-01-30T22:47:33.002Z Compiling heapless v0.8.0
25482026-01-30T22:47:33.225Z Compiling num_enum_derive v0.5.11
25492026-01-30T22:47:33.410Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25502026-01-30T22:47:33.828Z Checking hash32 v0.3.1
25512026-01-30T22:47:33.895Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25522026-01-30T22:47:34.043Z Compiling smoltcp v0.11.0
25532026-01-30T22:47:34.175Z Compiling ingot-macros v0.1.1
25542026-01-30T22:47:34.219Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25552026-01-30T22:47:34.727Z Compiling foreign-types-macros v0.2.3
25562026-01-30T22:47:34.781Z Checking foreign-types-shared v0.3.1
25572026-01-30T22:47:34.922Z Compiling crucible-workspace-hack v0.1.0
25582026-01-30T22:47:34.967Z Checking cobs v0.2.3
25592026-01-30T22:47:35.164Z Checking postcard v1.0.10
25602026-01-30T22:47:35.444Z Checking num_enum v0.5.11
25612026-01-30T22:47:35.623Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-01-30T22:47:35.652Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25632026-01-30T22:47:35.706Z Checking cstr-argument v0.1.2
25642026-01-30T22:47:35.912Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25652026-01-30T22:47:35.994Z Checking foreign-types v0.5.0
25662026-01-30T22:47:36.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25672026-01-30T22:47:36.143Z Checking pretty-hex v0.2.1
25682026-01-30T22:47:36.338Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25692026-01-30T22:47:36.396Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25702026-01-30T22:47:36.499Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-01-30T22:47:36.597Z Checking colored v2.2.0
25722026-01-30T22:47:36.634Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25732026-01-30T22:47:36.660Z Compiling convert_case v0.4.0
25742026-01-30T22:47:36.683Z Checking camino-tempfile v1.4.1
25752026-01-30T22:47:36.703Z Compiling nix v0.30.1
25762026-01-30T22:47:36.991Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25772026-01-30T22:47:37.475Z Compiling derive_more v0.99.20
25782026-01-30T22:47:37.575Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25792026-01-30T22:47:37.611Z Compiling zone_cfg_derive v0.3.0
25802026-01-30T22:47:37.889Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25812026-01-30T22:47:37.969Z Checking itertools v0.12.1
25822026-01-30T22:47:39.009Z Checking smf v0.2.3
25832026-01-30T22:47:39.030Z Compiling typify-macro v0.4.3
25842026-01-30T22:47:39.288Z Compiling num-derive v0.4.2
25852026-01-30T22:47:40.223Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25862026-01-30T22:47:40.397Z Checking zone v0.3.1
25872026-01-30T22:47:41.046Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25882026-01-30T22:47:41.081Z Checking ingot-types v0.1.2
25892026-01-30T22:47:41.328Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
25902026-01-30T22:47:41.504Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25912026-01-30T22:47:41.893Z Checking ingot v0.1.1
25922026-01-30T22:47:42.975Z Compiling typify v0.4.3
25932026-01-30T22:47:43.155Z Compiling progenitor-impl v0.11.2
25942026-01-30T22:47:43.654Z Checking secrecy v0.10.3
25952026-01-30T22:47:45.019Z Compiling typify-impl v0.2.0
25962026-01-30T22:47:45.294Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
25972026-01-30T22:47:46.111Z Checking unicode-width v0.2.0
25982026-01-30T22:47:46.341Z Checking num-rational v0.4.2
25992026-01-30T22:47:46.677Z Compiling usdt-attr-macro v0.5.0
26002026-01-30T22:47:47.005Z Compiling usdt-macro v0.5.0
26012026-01-30T22:47:47.433Z Compiling thiserror-impl-no-std v2.0.2
26022026-01-30T22:47:47.715Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
26032026-01-30T22:47:48.101Z Checking universal-hash v0.5.1
26042026-01-30T22:47:48.273Z Checking num-complex v0.4.6
26052026-01-30T22:47:48.425Z Checking memmap v0.7.0
26062026-01-30T22:47:48.665Z Checking half v2.4.1
26072026-01-30T22:47:49.152Z Checking ciborium-io v0.2.2
26082026-01-30T22:47:49.169Z Checking opaque-debug v0.3.1
26092026-01-30T22:47:49.286Z Checking poly1305 v0.8.0
26102026-01-30T22:47:49.306Z Compiling num v0.4.3
26112026-01-30T22:47:49.309Z Checking ciborium-ll v0.2.2
26122026-01-30T22:47:49.577Z Checking usdt v0.5.0
26132026-01-30T22:47:49.632Z Checking console v0.15.10
26142026-01-30T22:47:49.809Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26152026-01-30T22:47:49.833Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
26162026-01-30T22:47:49.856Z Checking toml v0.8.23
26172026-01-30T22:47:49.947Z Compiling progenitor-macro v0.11.2
26182026-01-30T22:47:50.148Z Checking thiserror-no-std v2.0.2
26192026-01-30T22:47:50.171Z Checking password-hash v0.5.0
26202026-01-30T22:47:50.207Z Checking chacha20 v0.9.1
26212026-01-30T22:47:50.287Z Checking blake2 v0.10.6
26222026-01-30T22:47:50.327Z Checking aead v0.5.2
26232026-01-30T22:47:50.557Z Checking float-ord v0.3.2
26242026-01-30T22:47:50.640Z Compiling semver v0.1.20
26252026-01-30T22:47:50.660Z Checking chacha20poly1305 v0.10.1
26262026-01-30T22:47:50.735Z Checking vsss-rs v3.3.4
26272026-01-30T22:47:50.760Z Checking argon2 v0.5.3
26282026-01-30T22:47:50.779Z Checking ciborium v0.2.2
26292026-01-30T22:47:50.854Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26302026-01-30T22:47:51.275Z Compiling rustc_version v0.1.7
26312026-01-30T22:47:51.532Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26322026-01-30T22:47:51.696Z Checking linked-hash-map v0.5.6
26332026-01-30T22:47:51.768Z Checking indent_write v2.2.0
26342026-01-30T22:47:51.991Z Checking siphasher v1.0.1
26352026-01-30T22:47:51.994Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
26362026-01-30T22:47:52.032Z Checking lru-cache v0.1.2
26372026-01-30T22:47:52.236Z Compiling newtype_derive v0.1.6
26382026-01-30T22:47:52.334Z Checking phf_shared v0.12.1
26392026-01-30T22:47:52.592Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26402026-01-30T22:47:52.630Z Compiling progenitor-impl v0.10.0
26412026-01-30T22:47:53.090Z Checking resolv-conf v0.7.0
26422026-01-30T22:47:53.480Z Checking newline-converter v0.3.0
26432026-01-30T22:47:53.659Z Checking hickory-proto v0.24.4
26442026-01-30T22:47:53.980Z Checking atomicwrites v0.4.4
26452026-01-30T22:47:54.203Z Checking prettyplease v0.2.36
26462026-01-30T22:47:55.108Z Compiling pin-project-internal v1.1.6
26472026-01-30T22:47:55.400Z Compiling derive-where v1.5.0
26482026-01-30T22:47:55.442Z Checking csv-core v0.1.11
26492026-01-30T22:47:55.803Z Compiling slog-dtrace v0.3.0
26502026-01-30T22:47:56.179Z Compiling chrono-tz v0.10.4
26512026-01-30T22:47:56.421Z Compiling typify-macro v0.2.0
26522026-01-30T22:47:56.554Z Checking swrite v0.1.0
26532026-01-30T22:47:56.660Z Compiling cancel-safe-futures v0.1.5
26542026-01-30T22:47:57.053Z Compiling owo-colors v4.2.2
26552026-01-30T22:47:57.742Z Compiling const_format_proc_macros v0.2.34
26562026-01-30T22:47:57.811Z Checking pin-project v1.1.6
26572026-01-30T22:47:57.843Z Checking csv v1.3.1
26582026-01-30T22:47:57.960Z Checking expectorate v1.2.0
26592026-01-30T22:47:58.025Z Checking hickory-resolver v0.24.4
26602026-01-30T22:47:58.178Z Checking phf v0.12.1
26612026-01-30T22:47:58.483Z Checking tokio-dtrace v0.1.0
26622026-01-30T22:47:58.666Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26632026-01-30T22:47:58.790Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26642026-01-30T22:47:59.299Z Compiling progenitor-macro v0.10.0
26652026-01-30T22:47:59.636Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662026-01-30T22:47:59.659Z Compiling snafu-derive v0.8.5
26672026-01-30T22:47:59.905Z Checking pem v3.0.5
26682026-01-30T22:48:00.210Z Checking libsw-core v0.3.1
26692026-01-30T22:48:00.249Z Compiling typify v0.2.0
26702026-01-30T22:48:00.440Z Compiling progenitor-impl v0.8.0
26712026-01-30T22:48:00.493Z Compiling lzma-sys v0.1.20
26722026-01-30T22:48:00.635Z Compiling async-recursion v1.1.1
26732026-01-30T22:48:00.661Z Checking same-file v1.0.6
26742026-01-30T22:48:00.863Z Checking highway v1.3.0
26752026-01-30T22:48:01.243Z Checking arc-swap v1.7.1
26762026-01-30T22:48:01.381Z Checking bytecount v0.6.8
26772026-01-30T22:48:01.561Z Checking utf-8 v0.7.6
26782026-01-30T22:48:01.698Z Checking slog-scope v4.4.0
26792026-01-30T22:48:01.811Z Checking tungstenite v0.21.0
26802026-01-30T22:48:01.927Z Checking papergrid v0.11.0
26812026-01-30T22:48:02.147Z Checking walkdir v2.5.0
26822026-01-30T22:48:02.280Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26832026-01-30T22:48:02.560Z Checking libsw v3.5.0
26842026-01-30T22:48:02.591Z Checking progenitor v0.11.2
26852026-01-30T22:48:02.828Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
26862026-01-30T22:48:02.844Z Checking qorb v0.4.1
26872026-01-30T22:48:03.337Z Checking const_format v0.2.34
26882026-01-30T22:48:03.832Z Checking oxide-tokio-rt v0.1.2
26892026-01-30T22:48:04.084Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26902026-01-30T22:48:04.235Z Checking snafu v0.8.5
26912026-01-30T22:48:05.478Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26922026-01-30T22:48:05.595Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26932026-01-30T22:48:06.259Z Compiling tabled_derive v0.7.0
26942026-01-30T22:48:06.666Z Checking globset v0.4.15
26952026-01-30T22:48:06.790Z Checking olpc-cjson v0.1.4
26962026-01-30T22:48:07.009Z Checking progenitor-client v0.8.0
26972026-01-30T22:48:07.032Z Compiling progenitor-macro v0.8.0
26982026-01-30T22:48:07.130Z Checking gethostname v0.5.0
26992026-01-30T22:48:07.269Z Compiling heck v0.3.3
27002026-01-30T22:48:07.401Z Checking bcs v0.1.6
27012026-01-30T22:48:07.631Z Checking serde_plain v1.0.2
27022026-01-30T22:48:07.910Z Checking unicode-linebreak v0.1.5
27032026-01-30T22:48:07.939Z Checking termtree v0.5.1
27042026-01-30T22:48:08.171Z Checking smawk v0.3.2
27052026-01-30T22:48:08.358Z Checking linear-map v1.2.0
27062026-01-30T22:48:08.408Z Checking typed-path v0.9.3
27072026-01-30T22:48:08.468Z Checking tabled v0.15.0
27082026-01-30T22:48:08.714Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27092026-01-30T22:48:09.161Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27102026-01-30T22:48:11.157Z Checking tough v0.20.0
27112026-01-30T22:48:11.693Z Checking textwrap v0.16.2
27122026-01-30T22:48:11.828Z Checking progenitor v0.10.0
27132026-01-30T22:48:12.145Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27142026-01-30T22:48:12.180Z Compiling zone_cfg_derive v0.1.2
27152026-01-30T22:48:12.451Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27162026-01-30T22:48:12.768Z Checking steno v0.4.1
27172026-01-30T22:48:13.457Z Checking tokio-tungstenite v0.21.0
27182026-01-30T22:48:17.986Z Checking slog-stdlog v4.1.1
27192026-01-30T22:48:18.122Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27202026-01-30T22:48:18.122Z Checking humantime v2.2.0
27212026-01-30T22:48:18.123Z Checking number_prefix v0.4.0
27222026-01-30T22:48:18.123Z Checking base64 v0.21.7
27232026-01-30T22:48:18.123Z Checking base64 v0.13.1
27242026-01-30T22:48:18.197Z Checking indicatif v0.17.11
27252026-01-30T22:48:18.197Z Checking ron v0.7.1
27262026-01-30T22:48:18.197Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27272026-01-30T22:48:18.197Z Checking slog-envlogger v2.2.0
27282026-01-30T22:48:18.197Z Checking xz2 v0.1.7
27292026-01-30T22:48:18.197Z Checking zone v0.1.8
27302026-01-30T22:48:18.197Z Checking xattr v1.3.1
27312026-01-30T22:48:18.197Z Checking yasna v0.5.2
27322026-01-30T22:48:18.197Z Checking headers-core v0.3.0
27332026-01-30T22:48:18.197Z Checking filetime v0.2.26
27342026-01-30T22:48:18.197Z Checking headers v0.4.1
27352026-01-30T22:48:18.198Z Checking tar v0.4.44
27362026-01-30T22:48:18.198Z Checking subprocess v0.2.9
27372026-01-30T22:48:18.198Z Checking rcgen v0.12.1
27382026-01-30T22:48:19.054Z Checking progenitor v0.8.0
27392026-01-30T22:48:19.212Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27402026-01-30T22:48:19.804Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27412026-01-30T22:48:19.807Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27422026-01-30T22:48:19.807Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27432026-01-30T22:48:20.472Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27442026-01-30T22:48:20.954Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27452026-01-30T22:48:21.898Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27462026-01-30T22:48:22.561Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27472026-01-30T22:48:22.928Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27482026-01-30T22:48:23.218Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27492026-01-30T22:48:23.447Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27502026-01-30T22:48:23.775Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27512026-01-30T22:48:23.778Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27522026-01-30T22:48:25.136Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27532026-01-30T22:48:25.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27542026-01-30T22:48:27.253Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27552026-01-30T22:48:31.522Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27562026-01-30T22:48:32.481Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27572026-01-30T22:48:33.694Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27582026-01-30T22:48:34.935Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27592026-01-30T22:48:52.890Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27602026-01-30T22:48:54.902Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27612026-01-30T22:48:56.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
27622026-01-30T22:48:56.820Z
27632026-01-30T22:48:56.820Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/248)
27642026-01-30T22:48:57.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-01-30T22:48:57.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-01-30T22:48:57.777Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27672026-01-30T22:48:59.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
27682026-01-30T22:48:59.837Z
27692026-01-30T22:48:59.837Zinfo: running `cargo check --bins` on nexus-config (52/248)
27702026-01-30T22:49:00.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-01-30T22:49:00.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-01-30T22:49:00.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-01-30T22:49:00.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27742026-01-30T22:49:00.693Z
27752026-01-30T22:49:00.693Zinfo: running `cargo check --bins` on nexus-types (53/248)
27762026-01-30T22:49:01.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-01-30T22:49:01.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-01-30T22:49:01.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-01-30T22:49:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27802026-01-30T22:49:01.548Z
27812026-01-30T22:49:01.548Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/248)
27822026-01-30T22:49:02.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-01-30T22:49:02.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-01-30T22:49:02.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-01-30T22:49:02.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27862026-01-30T22:49:02.348Z
27872026-01-30T22:49:02.348Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (55/248)
27882026-01-30T22:49:03.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-01-30T22:49:03.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-01-30T22:49:03.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-01-30T22:49:03.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27922026-01-30T22:49:03.152Z
27932026-01-30T22:49:03.152Zinfo: running `cargo check --bins` on cockroach-admin-types (56/248)
27942026-01-30T22:49:03.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-01-30T22:49:03.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-01-30T22:49:03.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-01-30T22:49:03.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27982026-01-30T22:49:03.926Z
27992026-01-30T22:49:03.926Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (57/248)
28002026-01-30T22:49:04.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-01-30T22:49:04.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-01-30T22:49:04.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-01-30T22:49:04.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28042026-01-30T22:49:04.696Z
28052026-01-30T22:49:04.696Zinfo: running `cargo check --bins` on ereport-types (58/248)
28062026-01-30T22:49:05.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-01-30T22:49:05.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-01-30T22:49:05.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-01-30T22:49:05.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28102026-01-30T22:49:05.481Z
28112026-01-30T22:49:05.481Zinfo: running `cargo check --bins` on gateway-client (59/248)
28122026-01-30T22:49:06.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-01-30T22:49:06.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-01-30T22:49:06.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-01-30T22:49:06.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28162026-01-30T22:49:06.273Z
28172026-01-30T22:49:06.273Zinfo: running `cargo check --bins --no-default-features` on gateway-types (60/248)
28182026-01-30T22:49:06.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-01-30T22:49:06.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-01-30T22:49:06.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-01-30T22:49:06.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28222026-01-30T22:49:07.053Z
28232026-01-30T22:49:07.053Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/248)
28242026-01-30T22:49:07.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-01-30T22:49:07.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-01-30T22:49:07.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-01-30T22:49:07.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28282026-01-30T22:49:07.839Z
28292026-01-30T22:49:07.840Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (62/248)
28302026-01-30T22:49:08.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-01-30T22:49:08.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-01-30T22:49:08.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-01-30T22:49:08.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28342026-01-30T22:49:08.622Z
28352026-01-30T22:49:08.622Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/248)
28362026-01-30T22:49:09.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-01-30T22:49:09.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-01-30T22:49:09.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-01-30T22:49:09.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28402026-01-30T22:49:09.417Z
28412026-01-30T22:49:09.417Zinfo: running `cargo check --bins` on internal-dns-types (64/248)
28422026-01-30T22:49:10.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-01-30T22:49:10.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-01-30T22:49:10.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-01-30T22:49:10.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28462026-01-30T22:49:10.210Z
28472026-01-30T22:49:10.210Zinfo: running `cargo check --bins` on internal-dns-types-versions (65/248)
28482026-01-30T22:49:10.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-01-30T22:49:10.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-01-30T22:49:10.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-01-30T22:49:10.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28522026-01-30T22:49:11.006Z
28532026-01-30T22:49:11.006Zinfo: running `cargo check --bins` on omicron-passwords (66/248)
28542026-01-30T22:49:11.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-01-30T22:49:11.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-01-30T22:49:11.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-01-30T22:49:11.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28582026-01-30T22:49:11.785Z
28592026-01-30T22:49:11.785Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (67/248)
28602026-01-30T22:49:12.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-01-30T22:49:12.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-01-30T22:49:12.623Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-01-30T22:49:13.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
28642026-01-30T22:49:13.550Z
28652026-01-30T22:49:13.550Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/248)
28662026-01-30T22:49:14.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-01-30T22:49:14.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-01-30T22:49:14.402Z Compiling cfg_aliases v0.1.1
28692026-01-30T22:49:14.406Z Compiling convert_case v0.7.1
28702026-01-30T22:49:14.406Z Compiling vte_generate_state_changes v0.1.2
28712026-01-30T22:49:14.406Z Checking fd-lock v4.0.2
28722026-01-30T22:49:14.406Z Checking nibble_vec v0.1.0
28732026-01-30T22:49:14.536Z Checking endian-type v0.1.2
28742026-01-30T22:49:14.574Z Compiling peg-macros v0.8.5
28752026-01-30T22:49:14.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-01-30T22:49:14.605Z Compiling nix v0.28.0
28772026-01-30T22:49:14.723Z Compiling sqlparser_derive v0.2.2
28782026-01-30T22:49:14.727Z Checking unicode_categories v0.1.1
28792026-01-30T22:49:14.798Z Checking radix_trie v0.2.1
28802026-01-30T22:49:15.068Z Checking nu-ansi-term v0.50.1
28812026-01-30T22:49:15.088Z Checking vte v0.11.1
28822026-01-30T22:49:15.201Z Checking home v0.5.9
28832026-01-30T22:49:15.255Z Compiling derive_more-impl v2.0.1
28842026-01-30T22:49:15.385Z Checking sqlformat v0.3.5
28852026-01-30T22:49:15.486Z Checking display-error-chain v0.2.2
28862026-01-30T22:49:15.726Z Checking sqlparser v0.45.0
28872026-01-30T22:49:16.356Z Checking strip-ansi-escapes v0.2.0
28882026-01-30T22:49:16.527Z Checking reedline v0.40.0
28892026-01-30T22:49:16.615Z Checking derive_more v2.0.1
28902026-01-30T22:49:16.722Z Checking crossterm v0.29.0
28912026-01-30T22:49:16.925Z Checking peg v0.8.5
28922026-01-30T22:49:17.386Z Checking rustyline v14.0.0
28932026-01-30T22:49:26.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s
28942026-01-30T22:49:26.391Z
28952026-01-30T22:49:26.391Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/248)
28962026-01-30T22:49:27.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-01-30T22:49:27.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-01-30T22:49:27.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992026-01-30T22:49:32.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
29002026-01-30T22:49:32.851Z
29012026-01-30T22:49:32.851Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/248)
29022026-01-30T22:49:33.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-01-30T22:49:33.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-01-30T22:49:33.702Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29052026-01-30T22:49:37.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
29062026-01-30T22:49:37.751Z
29072026-01-30T22:49:37.752Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/248)
29082026-01-30T22:49:38.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-01-30T22:49:38.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-01-30T22:49:38.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112026-01-30T22:49:43.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
29122026-01-30T22:49:43.835Z
29132026-01-30T22:49:43.835Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/248)
29142026-01-30T22:49:44.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-01-30T22:49:44.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-01-30T22:49:44.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172026-01-30T22:49:49.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
29182026-01-30T22:49:50.102Z
29192026-01-30T22:49:50.102Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/248)
29202026-01-30T22:49:50.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-01-30T22:49:50.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-01-30T22:49:50.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29232026-01-30T22:49:54.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
29242026-01-30T22:49:55.068Z
29252026-01-30T22:49:55.068Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/248)
29262026-01-30T22:49:55.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-01-30T22:49:55.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-01-30T22:49:55.919Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292026-01-30T22:49:59.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
29302026-01-30T22:50:00.086Z
29312026-01-30T22:50:00.087Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/248)
29322026-01-30T22:50:00.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-01-30T22:50:00.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-01-30T22:50:00.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29352026-01-30T22:50:06.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
29362026-01-30T22:50:06.498Z
29372026-01-30T22:50:06.498Zinfo: running `cargo check --bins` on oximeter (76/248)
29382026-01-30T22:50:07.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-01-30T22:50:07.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-01-30T22:50:07.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-01-30T22:50:07.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29422026-01-30T22:50:07.295Z
29432026-01-30T22:50:07.295Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/248)
29442026-01-30T22:50:07.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-01-30T22:50:07.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-01-30T22:50:07.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-01-30T22:50:07.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29482026-01-30T22:50:08.070Z
29492026-01-30T22:50:08.070Zinfo: running `cargo check --bins` on oximeter-schema (78/248)
29502026-01-30T22:50:08.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-01-30T22:50:08.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-01-30T22:50:08.883Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29532026-01-30T22:50:09.068Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29542026-01-30T22:50:09.539Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29552026-01-30T22:50:16.635Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29562026-01-30T22:50:17.112Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29572026-01-30T22:50:18.959Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29582026-01-30T22:50:19.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
29592026-01-30T22:50:20.169Z
29602026-01-30T22:50:20.169Zinfo: running `cargo check --bins` on oximeter-types (79/248)
29612026-01-30T22:50:20.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-01-30T22:50:20.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-01-30T22:50:20.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642026-01-30T22:50:20.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29652026-01-30T22:50:20.971Z
29662026-01-30T22:50:20.971Zinfo: running `cargo check --bins` on oximeter-types-versions (80/248)
29672026-01-30T22:50:21.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-01-30T22:50:21.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-01-30T22:50:21.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702026-01-30T22:50:21.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29712026-01-30T22:50:21.828Z
29722026-01-30T22:50:21.828Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (81/248)
29732026-01-30T22:50:22.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742026-01-30T22:50:22.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752026-01-30T22:50:22.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762026-01-30T22:50:22.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29772026-01-30T22:50:22.555Z
29782026-01-30T22:50:22.555Zinfo: running `cargo check --bins` on oxql-types (82/248)
29792026-01-30T22:50:23.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802026-01-30T22:50:23.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812026-01-30T22:50:23.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29822026-01-30T22:50:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29832026-01-30T22:50:23.347Z
29842026-01-30T22:50:23.347Zinfo: running `cargo check --bins` on oximeter-test-utils (83/248)
29852026-01-30T22:50:24.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-01-30T22:50:24.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-01-30T22:50:24.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882026-01-30T22:50:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29892026-01-30T22:50:24.207Z
29902026-01-30T22:50:24.207Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (84/248)
29912026-01-30T22:50:24.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-01-30T22:50:24.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-01-30T22:50:24.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942026-01-30T22:50:24.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29952026-01-30T22:50:25.022Z
29962026-01-30T22:50:25.022Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/248)
29972026-01-30T22:50:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-01-30T22:50:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-01-30T22:50:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002026-01-30T22:50:25.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30012026-01-30T22:50:25.839Z
30022026-01-30T22:50:25.839Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/248)
30032026-01-30T22:50:26.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-01-30T22:50:26.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-01-30T22:50:26.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-01-30T22:50:26.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30072026-01-30T22:50:26.657Z
30082026-01-30T22:50:26.657Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/248)
30092026-01-30T22:50:27.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-01-30T22:50:27.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-01-30T22:50:27.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-01-30T22:50:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30132026-01-30T22:50:27.476Z
30142026-01-30T22:50:27.477Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/248)
30152026-01-30T22:50:28.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-01-30T22:50:28.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-01-30T22:50:28.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-01-30T22:50:28.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30192026-01-30T22:50:28.286Z
30202026-01-30T22:50:28.286Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/248)
30212026-01-30T22:50:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-01-30T22:50:29.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-01-30T22:50:29.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-01-30T22:50:29.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30252026-01-30T22:50:29.093Z
30262026-01-30T22:50:29.094Zinfo: running `cargo check --bins --no-default-features` on gfss (90/248)
30272026-01-30T22:50:29.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-01-30T22:50:29.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-01-30T22:50:29.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-01-30T22:50:29.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30312026-01-30T22:50:29.868Z
30322026-01-30T22:50:29.868Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/248)
30332026-01-30T22:50:30.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-01-30T22:50:30.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-01-30T22:50:30.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-01-30T22:50:30.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30372026-01-30T22:50:30.641Z
30382026-01-30T22:50:30.641Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/248)
30392026-01-30T22:50:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-01-30T22:50:31.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-01-30T22:50:31.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-01-30T22:50:31.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30432026-01-30T22:50:31.458Z
30442026-01-30T22:50:31.458Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/248)
30452026-01-30T22:50:32.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-01-30T22:50:32.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-01-30T22:50:32.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-01-30T22:50:32.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30492026-01-30T22:50:32.276Z
30502026-01-30T22:50:32.276Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/248)
30512026-01-30T22:50:33.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-01-30T22:50:33.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-01-30T22:50:33.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-01-30T22:50:33.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30552026-01-30T22:50:33.106Z
30562026-01-30T22:50:33.106Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/248)
30572026-01-30T22:50:33.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-01-30T22:50:33.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-01-30T22:50:33.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-01-30T22:50:33.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30612026-01-30T22:50:33.932Z
30622026-01-30T22:50:33.933Zinfo: running `cargo check --bins` on trust-quorum-types (96/248)
30632026-01-30T22:50:34.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-01-30T22:50:34.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-01-30T22:50:34.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-01-30T22:50:34.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30672026-01-30T22:50:34.747Z
30682026-01-30T22:50:34.747Zinfo: running `cargo check --bins` on trust-quorum-test-utils (97/248)
30692026-01-30T22:50:35.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-01-30T22:50:35.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-01-30T22:50:35.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-01-30T22:50:35.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30732026-01-30T22:50:35.564Z
30742026-01-30T22:50:35.564Zinfo: running `cargo check --bins` on update-engine (98/248)
30752026-01-30T22:50:36.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-01-30T22:50:36.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-01-30T22:50:36.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-01-30T22:50:36.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30792026-01-30T22:50:36.359Z
30802026-01-30T22:50:36.359Zinfo: running `cargo check --bins` on omicron-certificates (99/248)
30812026-01-30T22:50:37.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-01-30T22:50:37.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-01-30T22:50:37.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-01-30T22:50:37.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30852026-01-30T22:50:37.156Z
30862026-01-30T22:50:37.156Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (100/248)
30872026-01-30T22:50:37.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-01-30T22:50:37.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-01-30T22:50:38.036Z Checking dropshot-api-manager-types v0.2.4
30902026-01-30T22:50:38.039Z Checking nanorand v0.7.0
30912026-01-30T22:50:38.316Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30922026-01-30T22:50:38.382Z Checking flume v0.11.1
30932026-01-30T22:50:38.688Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30942026-01-30T22:50:40.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
30952026-01-30T22:50:40.278Z
30962026-01-30T22:50:40.278Zinfo: running `cargo check --bins` on clickhouse-admin-api (101/248)
30972026-01-30T22:50:41.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-01-30T22:50:41.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-01-30T22:50:41.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-01-30T22:50:41.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31012026-01-30T22:50:41.109Z
31022026-01-30T22:50:41.109Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (102/248)
31032026-01-30T22:50:41.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-01-30T22:50:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-01-30T22:50:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-01-30T22:50:41.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31072026-01-30T22:50:41.934Z
31082026-01-30T22:50:41.935Zinfo: running `cargo check --bins` on bootstrap-agent-client (103/248)
31092026-01-30T22:50:42.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-01-30T22:50:42.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-01-30T22:50:42.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-01-30T22:50:42.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31132026-01-30T22:50:42.766Z
31142026-01-30T22:50:42.766Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (104/248)
31152026-01-30T22:50:43.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-01-30T22:50:43.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-01-30T22:50:43.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-01-30T22:50:43.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31192026-01-30T22:50:43.591Z
31202026-01-30T22:50:43.591Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (105/248)
31212026-01-30T22:50:44.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-01-30T22:50:44.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-01-30T22:50:44.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-01-30T22:50:44.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31252026-01-30T22:50:44.408Z
31262026-01-30T22:50:44.408Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (106/248)
31272026-01-30T22:50:45.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-01-30T22:50:45.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-01-30T22:50:45.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-01-30T22:50:45.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31312026-01-30T22:50:45.242Z
31322026-01-30T22:50:45.242Zinfo: running `cargo check --bins` on cockroach-admin-client (107/248)
31332026-01-30T22:50:45.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-01-30T22:50:45.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-01-30T22:50:45.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-01-30T22:50:45.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31372026-01-30T22:50:46.025Z
31382026-01-30T22:50:46.026Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (108/248)
31392026-01-30T22:50:46.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-01-30T22:50:46.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-01-30T22:50:46.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-01-30T22:50:46.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31432026-01-30T22:50:46.875Z
31442026-01-30T22:50:46.875Zinfo: running `cargo check --bins` on dns-service-client (109/248)
31452026-01-30T22:50:47.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-01-30T22:50:47.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-01-30T22:50:47.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-01-30T22:50:47.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31492026-01-30T22:50:47.689Z
31502026-01-30T22:50:47.689Zinfo: running `cargo check --bins` on installinator-client (110/248)
31512026-01-30T22:50:48.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-01-30T22:50:48.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-01-30T22:50:48.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-01-30T22:50:48.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31552026-01-30T22:50:48.507Z
31562026-01-30T22:50:48.507Zinfo: running `cargo check --bins` on nexus-client (111/248)
31572026-01-30T22:50:49.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-01-30T22:50:49.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-01-30T22:50:49.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-01-30T22:50:49.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31612026-01-30T22:50:49.379Z
31622026-01-30T22:50:49.379Zinfo: running `cargo check --bins` on nexus-lockstep-client (112/248)
31632026-01-30T22:50:50.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-01-30T22:50:50.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-01-30T22:50:50.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-01-30T22:50:50.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31672026-01-30T22:50:50.255Z
31682026-01-30T22:50:50.258Zinfo: running `cargo check --bins` on ntp-admin-client (113/248)
31692026-01-30T22:50:50.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-01-30T22:50:50.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-01-30T22:50:50.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-01-30T22:50:50.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31732026-01-30T22:50:51.064Z
31742026-01-30T22:50:51.064Zinfo: running `cargo check --bins` on oxide-client (114/248)
31752026-01-30T22:50:51.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-01-30T22:50:51.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-01-30T22:50:51.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-01-30T22:50:51.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31792026-01-30T22:50:51.878Z
31802026-01-30T22:50:51.878Zinfo: running `cargo check --bins` on oximeter-client (115/248)
31812026-01-30T22:50:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-01-30T22:50:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-01-30T22:50:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-01-30T22:50:52.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31852026-01-30T22:50:52.753Z
31862026-01-30T22:50:52.753Zinfo: running `cargo check --bins` on repo-depot-client (116/248)
31872026-01-30T22:50:53.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-01-30T22:50:53.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-01-30T22:50:53.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-01-30T22:50:53.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31912026-01-30T22:50:53.574Z
31922026-01-30T22:50:53.574Zinfo: running `cargo check --bins` on sled-agent-client (117/248)
31932026-01-30T22:50:54.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-01-30T22:50:54.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-01-30T22:50:54.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-01-30T22:50:54.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31972026-01-30T22:50:54.414Z
31982026-01-30T22:50:54.415Zinfo: running `cargo check --bins` on wicketd-client (118/248)
31992026-01-30T22:50:55.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-01-30T22:50:55.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-01-30T22:50:55.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-01-30T22:50:55.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32032026-01-30T22:50:55.257Z
32042026-01-30T22:50:55.257Zinfo: running `cargo check --bins` on installinator-common (119/248)
32052026-01-30T22:50:56.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-01-30T22:50:56.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-01-30T22:50:56.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-01-30T22:50:56.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32092026-01-30T22:50:56.111Z
32102026-01-30T22:50:56.111Zinfo: running `cargo check --bins` on installinator-common-versions (120/248)
32112026-01-30T22:50:56.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-01-30T22:50:56.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-01-30T22:50:56.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-01-30T22:50:56.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32152026-01-30T22:50:56.921Z
32162026-01-30T22:50:56.921Zinfo: running `cargo check --bins` on wicket-common (121/248)
32172026-01-30T22:50:57.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-01-30T22:50:57.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-01-30T22:50:57.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-01-30T22:50:57.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32212026-01-30T22:50:57.762Z
32222026-01-30T22:50:57.762Zinfo: running `cargo check --bins` on omicron-cockroach-admin (122/248)
32232026-01-30T22:50:58.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-01-30T22:50:58.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-01-30T22:50:58.631Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32262026-01-30T22:50:58.635Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32272026-01-30T22:50:58.635Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32282026-01-30T22:50:58.635Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32292026-01-30T22:50:58.966Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32302026-01-30T22:50:58.995Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32312026-01-30T22:50:59.381Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32322026-01-30T22:50:59.385Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32332026-01-30T22:51:02.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
32342026-01-30T22:51:02.907Z
32352026-01-30T22:51:02.907Zinfo: running `cargo check --bins` on cockroach-admin-api (123/248)
32362026-01-30T22:51:03.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-01-30T22:51:03.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-01-30T22:51:03.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-01-30T22:51:03.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32402026-01-30T22:51:03.752Z
32412026-01-30T22:51:03.752Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (124/248)
32422026-01-30T22:51:04.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-01-30T22:51:04.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-01-30T22:51:04.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-01-30T22:51:04.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32462026-01-30T22:51:04.727Z
32472026-01-30T22:51:04.727Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/248)
32482026-01-30T22:51:05.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-01-30T22:51:05.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-01-30T22:51:05.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-01-30T22:51:05.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
32522026-01-30T22:51:05.700Z
32532026-01-30T22:51:05.700Zinfo: running `cargo check --bins` on dns-server (126/248)
32542026-01-30T22:51:06.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-01-30T22:51:06.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-01-30T22:51:06.583Z Compiling parking_lot_core v0.8.6
32572026-01-30T22:51:06.586Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-01-30T22:51:06.586Z Compiling moka v0.12.10
32592026-01-30T22:51:06.586Z Checking tagptr v0.2.0
32602026-01-30T22:51:06.738Z Checking prefix-trie v0.7.0
32612026-01-30T22:51:06.743Z Checking fxhash v0.2.1
32622026-01-30T22:51:06.743Z Checking hickory-client v0.25.2
32632026-01-30T22:51:07.308Z Checking hickory-server v0.25.2
32642026-01-30T22:51:07.401Z Checking parking_lot v0.11.2
32652026-01-30T22:51:07.579Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-01-30T22:51:07.581Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32672026-01-30T22:51:07.582Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32682026-01-30T22:51:07.700Z Checking sled v0.34.7
32692026-01-30T22:51:08.241Z Checking hickory-resolver v0.25.2
32702026-01-30T22:51:09.782Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32712026-01-30T22:51:11.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
32722026-01-30T22:51:11.629Z
32732026-01-30T22:51:11.629Zinfo: running `cargo check --bins` on dns-server-api (127/248)
32742026-01-30T22:51:12.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-01-30T22:51:12.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-01-30T22:51:12.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-01-30T22:51:12.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32782026-01-30T22:51:12.485Z
32792026-01-30T22:51:12.486Zinfo: running `cargo check --bins` on gateway-test-utils (128/248)
32802026-01-30T22:51:13.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-01-30T22:51:13.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-01-30T22:51:13.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-01-30T22:51:13.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
32842026-01-30T22:51:13.411Z
32852026-01-30T22:51:13.411Zinfo: running `cargo check --bins` on omicron-gateway (129/248)
32862026-01-30T22:51:14.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-01-30T22:51:14.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-01-30T22:51:14.405Z Compiling radium v0.7.0
32892026-01-30T22:51:14.408Z Compiling maybe-uninit v2.0.0
32902026-01-30T22:51:14.408Z Checking tap v1.0.1
32912026-01-30T22:51:14.559Z Compiling zerocopy-derive v0.6.6
32922026-01-30T22:51:14.562Z Compiling packed_struct v0.10.1
32932026-01-30T22:51:14.562Z Checking funty v2.0.0
32942026-01-30T22:51:14.562Z Checking crc-catalog v2.4.0
32952026-01-30T22:51:14.565Z Compiling packed_struct_codegen v0.10.1
32962026-01-30T22:51:14.702Z Checking wyz v0.5.1
32972026-01-30T22:51:14.782Z Checking crc v3.2.1
32982026-01-30T22:51:15.091Z Compiling bitfield-macros v0.19.2
32992026-01-30T22:51:15.185Z Compiling indexmap v1.9.3
33002026-01-30T22:51:15.247Z Checking nodrop v0.1.14
33012026-01-30T22:51:15.274Z Checking smallvec v0.6.14
33022026-01-30T22:51:15.402Z Checking array-init v0.0.4
33032026-01-30T22:51:15.433Z Checking hashbrown v0.12.3
33042026-01-30T22:51:15.497Z Checking bitvec v1.0.1
33052026-01-30T22:51:15.600Z Checking ron v0.8.1
33062026-01-30T22:51:15.713Z Checking hashbrown v0.13.2
33072026-01-30T22:51:16.384Z Checking serde-hex v0.1.0
33082026-01-30T22:51:16.615Z Checking zerocopy v0.6.6
33092026-01-30T22:51:16.682Z Checking bitfield v0.19.2
33102026-01-30T22:51:16.751Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-01-30T22:51:16.930Z Checking crc-any v2.5.0
33122026-01-30T22:51:17.151Z Checking void v1.0.2
33132026-01-30T22:51:17.180Z Checking path-slash v0.1.5
33142026-01-30T22:51:17.202Z Checking object v0.30.4
33152026-01-30T22:51:17.260Z Checking half v1.8.3
33162026-01-30T22:51:18.323Z Checking tungstenite v0.23.0
33172026-01-30T22:51:18.326Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-01-30T22:51:18.326Z Checking lzss v0.8.2
33192026-01-30T22:51:18.326Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33202026-01-30T22:51:18.326Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-01-30T22:51:18.326Z Checking serde_cbor v0.11.2
33222026-01-30T22:51:18.326Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33232026-01-30T22:51:18.326Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-01-30T22:51:18.326Z Checking nix v0.27.1
33252026-01-30T22:51:18.326Z Checking kstat-rs v0.2.4
33262026-01-30T22:51:18.637Z Checking serde_bytes v0.11.19
33272026-01-30T22:51:18.661Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33282026-01-30T22:51:18.685Z Checking tokio-tungstenite v0.23.1
33292026-01-30T22:51:18.983Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33302026-01-30T22:51:19.235Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33312026-01-30T22:51:19.258Z Checking signal-hook-tokio v0.3.1
33322026-01-30T22:51:21.231Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33332026-01-30T22:51:21.290Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33342026-01-30T22:51:26.235Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33352026-01-30T22:51:27.796Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33362026-01-30T22:51:28.269Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33372026-01-30T22:51:30.291Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-01-30T22:51:33.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
33392026-01-30T22:51:33.862Z
33402026-01-30T22:51:33.862Zinfo: running `cargo check --bins` on gateway-api (130/248)
33412026-01-30T22:51:34.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-01-30T22:51:34.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-01-30T22:51:34.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-01-30T22:51:34.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33452026-01-30T22:51:34.669Z
33462026-01-30T22:51:34.669Zinfo: running `cargo check --bins` on ipcc (131/248)
33472026-01-30T22:51:35.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-01-30T22:51:35.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-01-30T22:51:35.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-01-30T22:51:35.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33512026-01-30T22:51:35.507Z
33522026-01-30T22:51:35.507Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (132/248)
33532026-01-30T22:51:36.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-01-30T22:51:36.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-01-30T22:51:36.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-01-30T22:51:36.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33572026-01-30T22:51:36.307Z
33582026-01-30T22:51:36.307Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/248)
33592026-01-30T22:51:37.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-01-30T22:51:37.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-01-30T22:51:37.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-01-30T22:51:37.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33632026-01-30T22:51:37.111Z
33642026-01-30T22:51:37.112Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/248)
33652026-01-30T22:51:37.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-01-30T22:51:37.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-01-30T22:51:37.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-01-30T22:51:37.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33692026-01-30T22:51:37.914Z
33702026-01-30T22:51:37.914Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/248)
33712026-01-30T22:51:38.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-01-30T22:51:38.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-01-30T22:51:38.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-01-30T22:51:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33752026-01-30T22:51:38.714Z
33762026-01-30T22:51:38.714Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/248)
33772026-01-30T22:51:39.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-01-30T22:51:39.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-01-30T22:51:39.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-01-30T22:51:39.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33812026-01-30T22:51:39.533Z
33822026-01-30T22:51:39.533Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/248)
33832026-01-30T22:51:40.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-01-30T22:51:40.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-01-30T22:51:40.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-01-30T22:51:40.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33872026-01-30T22:51:40.368Z
33882026-01-30T22:51:40.368Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/248)
33892026-01-30T22:51:41.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-01-30T22:51:41.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-01-30T22:51:41.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-01-30T22:51:41.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33932026-01-30T22:51:41.184Z
33942026-01-30T22:51:41.184Zinfo: running `cargo check --bins` on oximeter-producer (139/248)
33952026-01-30T22:51:41.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-01-30T22:51:41.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-01-30T22:51:41.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-01-30T22:51:41.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33992026-01-30T22:51:42.043Z
34002026-01-30T22:51:42.043Zinfo: running `cargo check --bins` on internal-dns-resolver (140/248)
34012026-01-30T22:51:42.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-01-30T22:51:42.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-01-30T22:51:42.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-01-30T22:51:42.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34052026-01-30T22:51:42.851Z
34062026-01-30T22:51:42.851Zinfo: running `cargo check --bins` on sp-sim (141/248)
34072026-01-30T22:51:43.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-01-30T22:51:43.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-01-30T22:51:43.756Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34102026-01-30T22:51:46.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
34112026-01-30T22:51:46.589Z
34122026-01-30T22:51:46.589Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (142/248)
34132026-01-30T22:51:47.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-01-30T22:51:47.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-01-30T22:51:47.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-01-30T22:51:47.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34172026-01-30T22:51:47.468Z
34182026-01-30T22:51:47.468Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/248)
34192026-01-30T22:51:48.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-01-30T22:51:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-01-30T22:51:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-01-30T22:51:48.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34232026-01-30T22:51:48.344Z
34242026-01-30T22:51:48.344Zinfo: running `cargo check --bins` on db-macros (144/248)
34252026-01-30T22:51:49.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-01-30T22:51:49.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-01-30T22:51:49.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-01-30T22:51:49.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34292026-01-30T22:51:49.116Z
34302026-01-30T22:51:49.116Zinfo: running `cargo check --bins` on nexus-macros-common (145/248)
34312026-01-30T22:51:49.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-01-30T22:51:49.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-01-30T22:51:49.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-01-30T22:51:49.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34352026-01-30T22:51:49.905Z
34362026-01-30T22:51:49.905Zinfo: running `cargo check --bins` on nexus-auth (146/248)
34372026-01-30T22:51:50.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-01-30T22:51:50.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-01-30T22:51:50.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-01-30T22:51:50.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34412026-01-30T22:51:50.798Z
34422026-01-30T22:51:50.798Zinfo: running `cargo check --bins` on authz-macros (147/248)
34432026-01-30T22:51:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-01-30T22:51:51.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-01-30T22:51:51.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-01-30T22:51:51.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34472026-01-30T22:51:51.569Z
34482026-01-30T22:51:51.569Zinfo: running `cargo check --bins` on nexus-db-fixed-data (148/248)
34492026-01-30T22:51:52.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-01-30T22:51:52.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-01-30T22:51:52.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-01-30T22:51:52.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34532026-01-30T22:51:52.410Z
34542026-01-30T22:51:52.410Zinfo: running `cargo check --bins` on nexus-db-model (149/248)
34552026-01-30T22:51:53.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-01-30T22:51:53.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-01-30T22:51:53.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-01-30T22:51:53.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34592026-01-30T22:51:53.274Z
34602026-01-30T22:51:53.274Zinfo: running `cargo check --bins` on nexus-db-schema (150/248)
34612026-01-30T22:51:53.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-01-30T22:51:53.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-01-30T22:51:53.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-01-30T22:51:53.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34652026-01-30T22:51:54.065Z
34662026-01-30T22:51:54.065Zinfo: running `cargo check --bins` on omicron-rpaths (151/248)
34672026-01-30T22:51:54.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-01-30T22:51:54.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-01-30T22:51:54.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-01-30T22:51:54.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34712026-01-30T22:51:54.848Z
34722026-01-30T22:51:54.849Zinfo: running `cargo check --bins` on nexus-defaults (152/248)
34732026-01-30T22:51:55.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-01-30T22:51:55.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-01-30T22:51:55.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-01-30T22:51:55.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34772026-01-30T22:51:55.654Z
34782026-01-30T22:51:55.654Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (153/248)
34792026-01-30T22:51:56.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-01-30T22:51:56.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-01-30T22:51:56.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-01-30T22:51:56.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34832026-01-30T22:51:56.442Z
34842026-01-30T22:51:56.442Zinfo: running `cargo check --bins` on parallel-task-set (154/248)
34852026-01-30T22:51:57.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-01-30T22:51:57.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-01-30T22:51:57.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-01-30T22:51:57.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34892026-01-30T22:51:57.225Z
34902026-01-30T22:51:57.225Zinfo: running `cargo check --bins` on nexus-db-errors (155/248)
34912026-01-30T22:51:57.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-01-30T22:51:57.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-01-30T22:51:57.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-01-30T22:51:58.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
34952026-01-30T22:51:58.102Z
34962026-01-30T22:51:58.102Zinfo: running `cargo check --bins` on nexus-db-lookup (156/248)
34972026-01-30T22:51:58.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-01-30T22:51:58.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-01-30T22:51:58.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-01-30T22:51:58.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35012026-01-30T22:51:58.972Z
35022026-01-30T22:51:58.972Zinfo: running `cargo check --bins` on nexus-inventory (157/248)
35032026-01-30T22:51:59.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-01-30T22:51:59.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-01-30T22:51:59.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-01-30T22:51:59.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35072026-01-30T22:51:59.834Z
35082026-01-30T22:51:59.834Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/248)
35092026-01-30T22:52:00.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-01-30T22:52:00.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-01-30T22:52:00.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-01-30T22:52:00.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35132026-01-30T22:52:00.663Z
35142026-01-30T22:52:00.663Zinfo: running `cargo check --bins --no-default-features` on sled-storage (159/248)
35152026-01-30T22:52:01.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-01-30T22:52:01.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-01-30T22:52:01.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-01-30T22:52:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35192026-01-30T22:52:01.486Z
35202026-01-30T22:52:01.486Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/248)
35212026-01-30T22:52:02.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-01-30T22:52:02.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-01-30T22:52:02.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-01-30T22:52:02.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35252026-01-30T22:52:02.315Z
35262026-01-30T22:52:02.315Zinfo: running `cargo check --bins` on key-manager (161/248)
35272026-01-30T22:52:03.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-01-30T22:52:03.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-01-30T22:52:03.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-01-30T22:52:03.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35312026-01-30T22:52:03.124Z
35322026-01-30T22:52:03.124Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (162/248)
35332026-01-30T22:52:03.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-01-30T22:52:03.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-01-30T22:52:03.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-01-30T22:52:03.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35372026-01-30T22:52:03.949Z
35382026-01-30T22:52:03.949Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/248)
35392026-01-30T22:52:04.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-01-30T22:52:04.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-01-30T22:52:04.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-01-30T22:52:04.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35432026-01-30T22:52:04.769Z
35442026-01-30T22:52:04.769Zinfo: running `cargo check --bins` on typed-rng (164/248)
35452026-01-30T22:52:05.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-01-30T22:52:05.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-01-30T22:52:05.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-01-30T22:52:05.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35492026-01-30T22:52:05.555Z
35502026-01-30T22:52:05.556Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/248)
35512026-01-30T22:52:06.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-01-30T22:52:06.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-01-30T22:52:06.620Z Compiling libefi-sys v0.1.0
35542026-01-30T22:52:06.622Z Compiling bitfield-struct v0.6.2
35552026-01-30T22:52:06.759Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35562026-01-30T22:52:06.784Z Compiling xshell-macros v0.2.7
35572026-01-30T22:52:06.787Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35582026-01-30T22:52:06.817Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35592026-01-30T22:52:06.838Z Compiling salty v0.3.0
35602026-01-30T22:52:06.842Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35612026-01-30T22:52:06.878Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35622026-01-30T22:52:07.022Z Compiling proc-macro-error-attr2 v2.0.0
35632026-01-30T22:52:07.165Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35642026-01-30T22:52:07.425Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35652026-01-30T22:52:07.458Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35662026-01-30T22:52:07.481Z Checking xshell v0.2.7
35672026-01-30T22:52:07.717Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35682026-01-30T22:52:07.775Z Compiling proc-macro-error2 v2.0.1
35692026-01-30T22:52:07.807Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35702026-01-30T22:52:07.867Z Checking primeorder v0.13.6
35712026-01-30T22:52:08.014Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35722026-01-30T22:52:08.328Z Compiling num-derive v0.3.3
35732026-01-30T22:52:08.351Z Compiling unicase v2.8.1
35742026-01-30T22:52:08.371Z Checking p384 v0.13.1
35752026-01-30T22:52:08.614Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35762026-01-30T22:52:08.667Z Compiling tabled_derive v0.11.0
35772026-01-30T22:52:08.723Z Compiling mime_guess v2.0.5
35782026-01-30T22:52:09.091Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35792026-01-30T22:52:09.220Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35802026-01-30T22:52:09.572Z Checking papergrid v0.17.0
35812026-01-30T22:52:09.810Z Checking testing_table v0.3.0
35822026-01-30T22:52:09.939Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35832026-01-30T22:52:09.962Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35842026-01-30T22:52:10.398Z Checking libscf-sys v1.1.0
35852026-01-30T22:52:10.630Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35862026-01-30T22:52:10.744Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35872026-01-30T22:52:11.068Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
35882026-01-30T22:52:11.392Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35892026-01-30T22:52:11.427Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35902026-01-30T22:52:11.463Z Checking corncobs v0.1.4
35912026-01-30T22:52:11.724Z Checking tabled v0.20.0
35922026-01-30T22:52:11.751Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35932026-01-30T22:52:11.812Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35942026-01-30T22:52:11.840Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35952026-01-30T22:52:11.871Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35962026-01-30T22:52:12.013Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35972026-01-30T22:52:12.273Z Checking secrecy v0.8.0
35982026-01-30T22:52:12.325Z Checking http-range v0.1.5
35992026-01-30T22:52:12.546Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36002026-01-30T22:52:12.828Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36012026-01-30T22:52:13.226Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36022026-01-30T22:52:13.526Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36032026-01-30T22:52:13.601Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
36042026-01-30T22:52:13.763Z Checking atty v0.2.14
36052026-01-30T22:52:13.792Z Checking crc8 v0.1.1
36062026-01-30T22:52:13.919Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
36072026-01-30T22:52:13.953Z Checking hyper-staticfile v0.10.1
36082026-01-30T22:52:14.049Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36092026-01-30T22:52:14.194Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36102026-01-30T22:52:14.376Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36112026-01-30T22:52:14.481Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36122026-01-30T22:52:14.898Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36132026-01-30T22:52:14.954Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36142026-01-30T22:52:15.317Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36152026-01-30T22:52:15.499Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36162026-01-30T22:52:15.598Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36172026-01-30T22:52:15.798Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36182026-01-30T22:52:16.006Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36192026-01-30T22:52:16.240Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36202026-01-30T22:52:16.289Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36212026-01-30T22:52:16.316Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36222026-01-30T22:52:16.830Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36232026-01-30T22:52:16.980Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36242026-01-30T22:52:19.046Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36252026-01-30T22:52:19.142Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36262026-01-30T22:52:19.492Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36272026-01-30T22:52:19.767Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36282026-01-30T22:52:20.336Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36292026-01-30T22:52:20.807Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36302026-01-30T22:52:29.211Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36312026-01-30T22:52:44.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.25s
36322026-01-30T22:52:45.050Z
36332026-01-30T22:52:45.050Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/248)
36342026-01-30T22:52:45.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-01-30T22:52:45.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-01-30T22:52:46.031Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36372026-01-30T22:53:01.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s
36382026-01-30T22:53:02.083Z
36392026-01-30T22:53:02.083Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/248)
36402026-01-30T22:53:02.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-01-30T22:53:02.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-01-30T22:53:03.061Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36432026-01-30T22:53:18.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.76s
36442026-01-30T22:53:19.079Z
36452026-01-30T22:53:19.079Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/248)
36462026-01-30T22:53:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-01-30T22:53:19.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-01-30T22:53:20.054Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36492026-01-30T22:53:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
36502026-01-30T22:53:36.042Z
36512026-01-30T22:53:36.042Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/248)
36522026-01-30T22:53:36.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-01-30T22:53:36.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-01-30T22:53:37.018Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36552026-01-30T22:53:53.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
36562026-01-30T22:53:53.397Z
36572026-01-30T22:53:53.398Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/248)
36582026-01-30T22:53:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-01-30T22:53:54.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-01-30T22:53:54.429Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36612026-01-30T22:54:11.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.87s
36622026-01-30T22:54:11.506Z
36632026-01-30T22:54:11.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/248)
36642026-01-30T22:54:12.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-01-30T22:54:12.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-01-30T22:54:12.531Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36672026-01-30T22:54:29.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s
36682026-01-30T22:54:29.632Z
36692026-01-30T22:54:29.632Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/248)
36702026-01-30T22:54:30.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-01-30T22:54:30.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-01-30T22:54:30.683Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36732026-01-30T22:54:47.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.71s
36742026-01-30T22:54:47.578Z
36752026-01-30T22:54:47.578Zinfo: running `cargo check --bins` on bootstrap-agent-api (173/248)
36762026-01-30T22:54:48.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-01-30T22:54:48.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-01-30T22:54:48.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-01-30T22:54:48.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36802026-01-30T22:54:48.451Z
36812026-01-30T22:54:48.451Zinfo: running `cargo check --bins` on range-requests (174/248)
36822026-01-30T22:54:49.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-01-30T22:54:49.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-01-30T22:54:49.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-01-30T22:54:49.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36862026-01-30T22:54:49.284Z
36872026-01-30T22:54:49.284Zinfo: running `cargo check --bins` on repo-depot-api (175/248)
36882026-01-30T22:54:50.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-01-30T22:54:50.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-01-30T22:54:50.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-01-30T22:54:50.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36922026-01-30T22:54:50.129Z
36932026-01-30T22:54:50.129Zinfo: running `cargo check --bins` on sled-agent-api (176/248)
36942026-01-30T22:54:50.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-01-30T22:54:50.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-01-30T22:54:50.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-01-30T22:54:50.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36982026-01-30T22:54:51.001Z
36992026-01-30T22:54:51.001Zinfo: running `cargo check --bins` on sled-diagnostics (177/248)
37002026-01-30T22:54:51.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-01-30T22:54:51.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-01-30T22:54:51.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-01-30T22:54:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37042026-01-30T22:54:51.873Z
37052026-01-30T22:54:51.873Zinfo: running `cargo check --bins` on zfs-test-harness (178/248)
37062026-01-30T22:54:52.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-01-30T22:54:52.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-01-30T22:54:52.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-01-30T22:54:52.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37102026-01-30T22:54:52.731Z
37112026-01-30T22:54:52.731Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/248)
37122026-01-30T22:54:53.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-01-30T22:54:53.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-01-30T22:54:53.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-01-30T22:54:53.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37162026-01-30T22:54:53.608Z
37172026-01-30T22:54:53.608Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/248)
37182026-01-30T22:54:54.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-01-30T22:54:54.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-01-30T22:54:54.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-01-30T22:54:54.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37222026-01-30T22:54:54.498Z
37232026-01-30T22:54:54.498Zinfo: running `cargo check --bins` on sled-agent-health-monitor (181/248)
37242026-01-30T22:54:55.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-01-30T22:54:55.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-01-30T22:54:55.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-01-30T22:54:55.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37282026-01-30T22:54:55.358Z
37292026-01-30T22:54:55.358Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/248)
37302026-01-30T22:54:56.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-01-30T22:54:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-01-30T22:54:56.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-01-30T22:54:56.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37342026-01-30T22:54:56.218Z
37352026-01-30T22:54:56.218Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/248)
37362026-01-30T22:54:56.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-01-30T22:54:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-01-30T22:54:56.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-01-30T22:54:56.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37402026-01-30T22:54:57.092Z
37412026-01-30T22:54:57.092Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (184/248)
37422026-01-30T22:54:57.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-01-30T22:54:57.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-01-30T22:54:57.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-01-30T22:54:57.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37462026-01-30T22:54:57.960Z
37472026-01-30T22:54:57.960Zinfo: running `cargo check --bins` on trust-quorum (185/248)
37482026-01-30T22:54:58.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-01-30T22:54:58.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-01-30T22:54:58.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-01-30T22:54:58.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37522026-01-30T22:54:58.835Z
37532026-01-30T22:54:58.835Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (186/248)
37542026-01-30T22:54:59.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-01-30T22:54:59.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-01-30T22:54:59.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-01-30T22:54:59.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37582026-01-30T22:54:59.716Z
37592026-01-30T22:54:59.717Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (187/248)
37602026-01-30T22:55:00.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-01-30T22:55:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-01-30T22:55:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-01-30T22:55:00.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
37642026-01-30T22:55:00.628Z
37652026-01-30T22:55:00.628Zinfo: running `cargo check --bins` on update-common (188/248)
37662026-01-30T22:55:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-01-30T22:55:01.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-01-30T22:55:01.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-01-30T22:55:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37702026-01-30T22:55:01.489Z
37712026-01-30T22:55:01.489Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (189/248)
37722026-01-30T22:55:02.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-01-30T22:55:02.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-01-30T22:55:02.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-01-30T22:55:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37762026-01-30T22:55:02.413Z
37772026-01-30T22:55:02.413Zinfo: running `cargo check --bins` on reconfigurator-cli (190/248)
37782026-01-30T22:55:03.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-01-30T22:55:03.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-01-30T22:55:03.438Z Compiling fs-err v2.11.0
37812026-01-30T22:55:03.441Z Checking ignore v0.4.23
37822026-01-30T22:55:03.441Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
37832026-01-30T22:55:03.441Z Checking predicates-tree v1.0.12
37842026-01-30T22:55:03.441Z Checking parse-size v1.1.0
37852026-01-30T22:55:03.441Z Checking rand_seeder v0.4.0
37862026-01-30T22:55:03.441Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37872026-01-30T22:55:03.441Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37882026-01-30T22:55:03.809Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37892026-01-30T22:55:03.832Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37902026-01-30T22:55:03.835Z Compiling petname v2.0.2
37912026-01-30T22:55:04.097Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37922026-01-30T22:55:04.280Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37932026-01-30T22:55:04.325Z Checking globwalk v0.9.1
37942026-01-30T22:55:04.513Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37952026-01-30T22:55:04.558Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37962026-01-30T22:55:04.670Z Checking camino-tempfile-ext v0.3.2
37972026-01-30T22:55:04.694Z Checking sapling-renderdag v0.1.0
37982026-01-30T22:55:04.890Z Checking sync-ptr v0.1.4
37992026-01-30T22:55:05.045Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38002026-01-30T22:55:05.098Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38012026-01-30T22:55:05.198Z Checking assert_matches v1.5.0
38022026-01-30T22:55:05.717Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38032026-01-30T22:55:06.053Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38042026-01-30T22:55:06.057Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38052026-01-30T22:55:06.976Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38062026-01-30T22:55:09.055Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38072026-01-30T22:55:12.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
38082026-01-30T22:55:12.724Z
38092026-01-30T22:55:12.724Zinfo: running `cargo check --bins` on omicron-repl-utils (191/248)
38102026-01-30T22:55:13.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-01-30T22:55:13.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-01-30T22:55:13.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-01-30T22:55:13.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38142026-01-30T22:55:13.547Z
38152026-01-30T22:55:13.547Zinfo: running `cargo check --bins` on nexus-test-interface (192/248)
38162026-01-30T22:55:14.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-01-30T22:55:14.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-01-30T22:55:14.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-01-30T22:55:14.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
38202026-01-30T22:55:14.470Z
38212026-01-30T22:55:14.470Zinfo: running `cargo check --bins` on oximeter-collector (193/248)
38222026-01-30T22:55:15.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-01-30T22:55:15.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-01-30T22:55:15.424Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38252026-01-30T22:55:15.428Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38262026-01-30T22:55:16.378Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38272026-01-30T22:55:18.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
38282026-01-30T22:55:18.929Z
38292026-01-30T22:55:18.929Zinfo: running `cargo check --bins` on oximeter-api (194/248)
38302026-01-30T22:55:19.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-01-30T22:55:19.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-01-30T22:55:19.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-01-30T22:55:19.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38342026-01-30T22:55:19.775Z
38352026-01-30T22:55:19.775Zinfo: running `cargo check --bins` on cert-dev (195/248)
38362026-01-30T22:55:20.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-01-30T22:55:20.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-01-30T22:55:20.597Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38392026-01-30T22:55:20.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
38402026-01-30T22:55:21.140Z
38412026-01-30T22:55:21.140Zinfo: running `cargo check --bins` on clickana (196/248)
38422026-01-30T22:55:21.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-01-30T22:55:21.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-01-30T22:55:21.997Z Checking castaway v0.2.3
38452026-01-30T22:55:21.997Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38462026-01-30T22:55:22.001Z Checking unicode-truncate v1.1.0
38472026-01-30T22:55:22.001Z Checking lru v0.12.5
38482026-01-30T22:55:22.001Z Compiling instability v0.3.2
38492026-01-30T22:55:22.001Z Checking cassowary v0.3.0
38502026-01-30T22:55:22.002Z Compiling indoc v2.0.6
38512026-01-30T22:55:22.245Z Checking compact_str v0.8.0
38522026-01-30T22:55:22.935Z Checking ratatui v0.29.0
38532026-01-30T22:55:23.886Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38542026-01-30T22:55:24.145Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-01-30T22:55:25.398Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38562026-01-30T22:55:26.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
38572026-01-30T22:55:26.571Z
38582026-01-30T22:55:26.571Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (197/248)
38592026-01-30T22:55:27.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-01-30T22:55:27.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-01-30T22:55:27.533Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38622026-01-30T22:55:27.533Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38632026-01-30T22:55:28.355Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38642026-01-30T22:55:28.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
38652026-01-30T22:55:29.157Z
38662026-01-30T22:55:29.157Zinfo: running `cargo check --bins` on ch-dev (198/248)
38672026-01-30T22:55:29.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-01-30T22:55:29.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-01-30T22:55:30.116Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38702026-01-30T22:55:31.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
38712026-01-30T22:55:31.366Z
38722026-01-30T22:55:31.366Zinfo: running `cargo check --bins` on dev-tools-common (199/248)
38732026-01-30T22:55:31.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-01-30T22:55:31.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-01-30T22:55:31.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-01-30T22:55:31.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38772026-01-30T22:55:32.008Z
38782026-01-30T22:55:32.008Zinfo: running `cargo check --bins` on crdb-seed (200/248)
38792026-01-30T22:55:32.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-01-30T22:55:32.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-01-30T22:55:32.961Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38822026-01-30T22:55:33.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
38832026-01-30T22:55:33.746Z
38842026-01-30T22:55:33.746Zinfo: running `cargo check --bins` on db-dev (201/248)
38852026-01-30T22:55:34.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-01-30T22:55:34.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-01-30T22:55:34.712Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38882026-01-30T22:55:35.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
38892026-01-30T22:55:35.951Z
38902026-01-30T22:55:35.951Zinfo: running `cargo check --bins` on omicron-dev-lib (202/248)
38912026-01-30T22:55:36.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-01-30T22:55:36.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-01-30T22:55:36.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-01-30T22:55:36.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
38952026-01-30T22:55:36.864Z
38962026-01-30T22:55:36.864Zinfo: running `cargo check --bins` on xtask-downloader (203/248)
38972026-01-30T22:55:37.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-01-30T22:55:37.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-01-30T22:55:37.675Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39002026-01-30T22:55:38.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39012026-01-30T22:55:38.869Z
39022026-01-30T22:55:38.869Zinfo: running `cargo check --bins` on omicron-dropshot-apis (204/248)
39032026-01-30T22:55:39.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-01-30T22:55:39.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-01-30T22:55:39.866Z Compiling tabled_derive v0.10.0
39062026-01-30T22:55:39.866Z Checking papergrid v0.14.0
39072026-01-30T22:55:39.869Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39082026-01-30T22:55:39.869Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39092026-01-30T22:55:39.869Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39102026-01-30T22:55:39.869Z Compiling trait-variant v0.1.2
39112026-01-30T22:55:39.993Z Checking is_ci v1.2.0
39122026-01-30T22:55:40.007Z Checking maplit v1.0.2
39132026-01-30T22:55:40.200Z Checking supports-color v3.0.2
39142026-01-30T22:55:40.204Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39152026-01-30T22:55:40.420Z Checking drift v0.1.3
39162026-01-30T22:55:40.439Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39172026-01-30T22:55:40.537Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39182026-01-30T22:55:40.893Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39192026-01-30T22:55:40.955Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39202026-01-30T22:55:40.980Z Checking dropshot-api-manager v0.2.4
39212026-01-30T22:55:41.126Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39222026-01-30T22:55:41.538Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39232026-01-30T22:55:41.786Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39242026-01-30T22:55:41.917Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39252026-01-30T22:55:42.131Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39262026-01-30T22:55:42.571Z Checking tabled v0.18.0
39272026-01-30T22:55:42.699Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39282026-01-30T22:55:51.238Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39292026-01-30T22:55:53.073Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39302026-01-30T22:55:54.048Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39312026-01-30T22:55:54.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.80s
39322026-01-30T22:55:54.916Z
39332026-01-30T22:55:54.916Zinfo: running `cargo check --bins` on installinator-api (205/248)
39342026-01-30T22:55:55.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-01-30T22:55:55.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-01-30T22:55:55.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-01-30T22:55:55.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
39382026-01-30T22:55:55.840Z
39392026-01-30T22:55:55.840Zinfo: running `cargo check --bins` on nexus-external-api (206/248)
39402026-01-30T22:55:56.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-01-30T22:55:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-01-30T22:55:56.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-01-30T22:55:56.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
39442026-01-30T22:55:56.789Z
39452026-01-30T22:55:56.789Zinfo: running `cargo check --bins` on nexus-internal-api (207/248)
39462026-01-30T22:55:57.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-01-30T22:55:57.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-01-30T22:55:57.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-01-30T22:55:57.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
39502026-01-30T22:55:57.770Z
39512026-01-30T22:55:57.770Zinfo: running `cargo check --bins` on nexus-lockstep-api (208/248)
39522026-01-30T22:55:58.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-01-30T22:55:58.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-01-30T22:55:58.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-01-30T22:55:58.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39562026-01-30T22:55:58.772Z
39572026-01-30T22:55:58.772Zinfo: running `cargo check --bins` on ntp-admin-api (209/248)
39582026-01-30T22:55:59.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-01-30T22:55:59.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-01-30T22:55:59.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-01-30T22:55:59.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
39622026-01-30T22:55:59.687Z
39632026-01-30T22:55:59.687Zinfo: running `cargo check --bins` on ntp-admin-types-versions (210/248)
39642026-01-30T22:56:00.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-01-30T22:56:00.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-01-30T22:56:00.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-01-30T22:56:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39682026-01-30T22:56:00.560Z
39692026-01-30T22:56:00.560Zinfo: running `cargo check --bins` on wicketd-api (211/248)
39702026-01-30T22:56:01.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-01-30T22:56:01.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-01-30T22:56:01.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-01-30T22:56:01.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
39742026-01-30T22:56:01.472Z
39752026-01-30T22:56:01.472Zinfo: running `cargo check --bins` on omicron-ls-apis (212/248)
39762026-01-30T22:56:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-01-30T22:56:02.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-01-30T22:56:02.376Z Checking typeid v1.0.3
39792026-01-30T22:56:02.494Z Checking ordered-float v2.10.1
39802026-01-30T22:56:02.511Z Checking unicode-xid v0.2.6
39812026-01-30T22:56:02.526Z Checking cargo-platform v0.2.0
39822026-01-30T22:56:02.604Z Checking erased-serde v0.4.6
39832026-01-30T22:56:02.858Z Checking serde-value v0.7.0
39842026-01-30T22:56:03.226Z Checking serde-untagged v0.1.7
39852026-01-30T22:56:03.499Z Checking cargo-util-schemas v0.8.2
39862026-01-30T22:56:04.888Z Checking cargo_metadata v0.21.0
39872026-01-30T22:56:06.112Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39882026-01-30T22:56:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
39892026-01-30T22:56:07.502Z
39902026-01-30T22:56:07.502Zinfo: running `cargo check --bins` on mgs-dev (213/248)
39912026-01-30T22:56:08.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-01-30T22:56:08.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-01-30T22:56:08.661Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39942026-01-30T22:56:09.548Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39952026-01-30T22:56:10.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
39962026-01-30T22:56:10.480Z
39972026-01-30T22:56:10.480Zinfo: running `cargo check --bins` on omicron-omdb (214/248)
39982026-01-30T22:56:11.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-01-30T22:56:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-01-30T22:56:11.670Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40012026-01-30T22:56:11.670Z Compiling vergen-gitcl v1.0.8
40022026-01-30T22:56:11.673Z Compiling dirs-sys-next v0.1.2
40032026-01-30T22:56:11.673Z Compiling crunchy v0.2.2
40042026-01-30T22:56:11.673Z Compiling dsl_auto_type v0.1.2
40052026-01-30T22:56:11.673Z Checking scheduled-thread-pool v0.2.7
40062026-01-30T22:56:11.673Z Compiling diesel_table_macro_syntax v0.2.0
40072026-01-30T22:56:11.826Z Compiling tiny-keccak v2.0.2
40082026-01-30T22:56:12.093Z Compiling dirs-next v2.0.0
40092026-01-30T22:56:12.232Z Compiling term v0.7.0
40102026-01-30T22:56:12.263Z Checking r2d2 v0.8.10
40112026-01-30T22:56:12.298Z Compiling bit-vec v0.6.3
40122026-01-30T22:56:12.301Z Compiling ena v0.14.3
40132026-01-30T22:56:12.606Z Compiling regex-syntax v0.6.29
40142026-01-30T22:56:12.743Z Compiling bit-set v0.5.3
40152026-01-30T22:56:12.764Z Compiling ascii-canvas v3.0.0
40162026-01-30T22:56:13.049Z Compiling bindgen v0.71.1
40172026-01-30T22:56:13.276Z Compiling diff v0.1.13
40182026-01-30T22:56:13.314Z Compiling diesel_derives v2.2.3
40192026-01-30T22:56:13.440Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40202026-01-30T22:56:13.467Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40212026-01-30T22:56:13.511Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40222026-01-30T22:56:13.742Z Compiling libxml v0.3.3
40232026-01-30T22:56:13.823Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40242026-01-30T22:56:13.848Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40252026-01-30T22:56:14.185Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40262026-01-30T22:56:14.397Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40272026-01-30T22:56:14.522Z Compiling strum_macros v0.24.3
40282026-01-30T22:56:14.598Z Compiling indoc v1.0.9
40292026-01-30T22:56:15.502Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40302026-01-30T22:56:15.868Z Checking derive_builder v0.20.2
40312026-01-30T22:56:16.115Z Compiling lalrpop v0.19.12
40322026-01-30T22:56:16.618Z Compiling impl-trait-for-tuples v0.2.2
40332026-01-30T22:56:17.030Z Compiling oso-derive v0.27.3
40342026-01-30T22:56:17.843Z Checking quick-xml v0.37.2
40352026-01-30T22:56:17.964Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40362026-01-30T22:56:18.101Z Compiling diesel-dtrace v0.4.2
40372026-01-30T22:56:18.606Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40382026-01-30T22:56:18.999Z Checking bb8 v0.8.5
40392026-01-30T22:56:19.638Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40402026-01-30T22:56:19.666Z Checking nonempty v0.12.0
40412026-01-30T22:56:19.988Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40422026-01-30T22:56:20.078Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40432026-01-30T22:56:20.116Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40442026-01-30T22:56:20.410Z Checking console v0.16.0
40452026-01-30T22:56:20.501Z Checking unit-prefix v0.5.1
40462026-01-30T22:56:20.767Z Checking support-bundle-viewer v0.1.2
40472026-01-30T22:56:21.112Z Checking indicatif v0.18.0
40482026-01-30T22:56:21.302Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40492026-01-30T22:56:21.330Z Checking multimap v0.10.1
40502026-01-30T22:56:23.689Z Checking diesel v2.2.12
40512026-01-30T22:56:42.162Z Compiling samael v0.0.19
40522026-01-30T22:56:46.381Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40532026-01-30T22:56:48.949Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40542026-01-30T22:56:49.351Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40552026-01-30T22:56:49.668Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40562026-01-30T22:56:49.921Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40572026-01-30T22:56:50.207Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40582026-01-30T22:56:52.776Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40592026-01-30T22:56:54.150Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40602026-01-30T22:56:58.693Z Checking async-bb8-diesel v0.2.1
40612026-01-30T22:56:59.944Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40622026-01-30T22:57:06.820Z Compiling polar-core v0.27.3
40632026-01-30T22:57:14.239Z Checking oso v0.27.3
40642026-01-30T22:58:10.999Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40652026-01-30T22:59:02.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
40662026-01-30T22:59:02.958Z
40672026-01-30T22:59:02.958Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (215/248)
40682026-01-30T22:59:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-01-30T22:59:03.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-01-30T22:59:03.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-01-30T22:59:03.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40722026-01-30T22:59:03.839Z
40732026-01-30T22:59:03.839Zinfo: running `cargo check --bins` on nexus-saga-recovery (216/248)
40742026-01-30T22:59:04.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-01-30T22:59:04.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-01-30T22:59:04.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-01-30T22:59:04.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40782026-01-30T22:59:04.717Z
40792026-01-30T22:59:04.717Zinfo: running `cargo check --bins` on nexus-test-utils-macros (217/248)
40802026-01-30T22:59:05.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-01-30T22:59:05.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-01-30T22:59:05.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-01-30T22:59:05.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40842026-01-30T22:59:05.496Z
40852026-01-30T22:59:05.496Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (218/248)
40862026-01-30T22:59:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-01-30T22:59:06.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-01-30T22:59:06.609Z Compiling libz-sys v1.1.20
40892026-01-30T22:59:06.613Z Compiling libgit2-sys v0.18.2+1.9.1
40902026-01-30T22:59:06.760Z Compiling vergen-git2 v1.0.7
40912026-01-30T22:59:06.772Z Compiling rustls v0.21.12
40922026-01-30T22:59:06.787Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
40932026-01-30T22:59:06.790Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
40942026-01-30T22:59:06.790Z Checking sct v0.7.1
40952026-01-30T22:59:06.790Z Checking rustls-webpki v0.101.7
40962026-01-30T22:59:07.057Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
40972026-01-30T22:59:07.142Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
40982026-01-30T22:59:07.161Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
40992026-01-30T22:59:07.175Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41002026-01-30T22:59:07.545Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41012026-01-30T22:59:07.604Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41022026-01-30T22:59:07.604Z Checking rustls-pemfile v1.0.4
41032026-01-30T22:59:07.753Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41042026-01-30T22:59:07.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41052026-01-30T22:59:08.155Z Checking twox-hash v2.1.0
41062026-01-30T22:59:08.678Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41072026-01-30T22:59:08.709Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41082026-01-30T22:59:09.496Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41092026-01-30T22:59:09.592Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41102026-01-30T22:59:09.812Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41112026-01-30T22:59:10.290Z Checking tokio-rustls v0.24.1
41122026-01-30T22:59:10.676Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41132026-01-30T22:59:10.791Z Checking fatfs v0.3.6
41142026-01-30T22:59:10.905Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41152026-01-30T22:59:11.106Z Compiling seq-macro v0.3.6
41162026-01-30T22:59:18.517Z Compiling git2 v0.20.2
41172026-01-30T22:59:19.812Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41182026-01-30T22:59:19.968Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41192026-01-30T22:59:22.706Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41202026-01-30T23:00:34.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
41212026-01-30T23:00:35.214Z
41222026-01-30T23:00:35.214Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (219/248)
41232026-01-30T23:00:36.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-01-30T23:00:36.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-01-30T23:00:36.336Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41262026-01-30T23:01:36.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
41272026-01-30T23:01:36.785Z
41282026-01-30T23:01:36.785Zinfo: running `cargo check --bins` on nexus-background-task-interface (220/248)
41292026-01-30T23:01:37.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-01-30T23:01:37.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-01-30T23:01:37.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-01-30T23:01:37.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
41332026-01-30T23:01:37.574Z
41342026-01-30T23:01:37.574Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (221/248)
41352026-01-30T23:01:38.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-01-30T23:01:38.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-01-30T23:01:38.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-01-30T23:01:38.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41392026-01-30T23:01:38.448Z
41402026-01-30T23:01:38.448Zinfo: running `cargo check --bins` on nexus-mgs-updates (222/248)
41412026-01-30T23:01:39.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-01-30T23:01:39.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-01-30T23:01:39.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-01-30T23:01:39.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41452026-01-30T23:01:39.320Z
41462026-01-30T23:01:39.321Zinfo: running `cargo check --bins` on nexus-networking (223/248)
41472026-01-30T23:01:40.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-01-30T23:01:40.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-01-30T23:01:40.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-01-30T23:01:40.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41512026-01-30T23:01:40.193Z
41522026-01-30T23:01:40.193Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (224/248)
41532026-01-30T23:01:40.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-01-30T23:01:40.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-01-30T23:01:40.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-01-30T23:01:40.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41572026-01-30T23:01:41.066Z
41582026-01-30T23:01:41.066Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (225/248)
41592026-01-30T23:01:41.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-01-30T23:01:41.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-01-30T23:01:41.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-01-30T23:01:41.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41632026-01-30T23:01:41.934Z
41642026-01-30T23:01:41.935Zinfo: running `cargo check --bins` on omicron-dev (226/248)
41652026-01-30T23:01:42.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-01-30T23:01:42.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-01-30T23:01:43.073Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41682026-01-30T23:01:43.076Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41692026-01-30T23:01:43.233Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41702026-01-30T23:01:43.249Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41712026-01-30T23:01:43.257Z Checking diff v0.1.13
41722026-01-30T23:01:43.257Z Checking yansi v1.0.1
41732026-01-30T23:01:43.257Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41742026-01-30T23:01:43.263Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41752026-01-30T23:01:43.525Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41762026-01-30T23:01:43.756Z Checking pretty_assertions v1.4.1
41772026-01-30T23:01:44.778Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41782026-01-30T23:02:20.281Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41792026-01-30T23:02:20.284Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41802026-01-30T23:02:20.284Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41812026-01-30T23:02:20.284Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41822026-01-30T23:02:20.284Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41832026-01-30T23:02:20.284Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41842026-01-30T23:02:21.350Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41852026-01-30T23:02:22.898Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41862026-01-30T23:03:23.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
41872026-01-30T23:03:23.775Z
41882026-01-30T23:03:23.775Zinfo: running `cargo check --bins` on omicron-pins (227/248)
41892026-01-30T23:03:24.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-01-30T23:03:24.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-01-30T23:03:24.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-01-30T23:03:24.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
41932026-01-30T23:03:24.572Z
41942026-01-30T23:03:24.573Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (228/248)
41952026-01-30T23:03:25.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-01-30T23:03:25.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-01-30T23:03:25.543Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41982026-01-30T23:03:25.546Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41992026-01-30T23:03:25.670Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42002026-01-30T23:03:55.265Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42012026-01-30T23:03:55.824Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-01-30T23:03:58.701Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-01-30T23:03:59.292Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42042026-01-30T23:04:04.221Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42052026-01-30T23:04:43.898Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42062026-01-30T23:04:44.792Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42072026-01-30T23:04:47.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42082026-01-30T23:04:47.334Z
42092026-01-30T23:04:47.334Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (229/248)
42102026-01-30T23:04:48.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-01-30T23:04:48.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-01-30T23:04:48.241Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42132026-01-30T23:04:49.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
42142026-01-30T23:04:49.372Z
42152026-01-30T23:04:49.372Zinfo: running `cargo check --bins` on omicron-releng (230/248)
42162026-01-30T23:04:50.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-01-30T23:04:50.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-01-30T23:04:50.213Z Compiling blake3 v1.5.4
42192026-01-30T23:04:50.216Z Checking arrayvec v0.7.6
42202026-01-30T23:04:50.330Z Checking constant_time_eq v0.3.1
42212026-01-30T23:04:50.334Z Checking arrayref v0.3.9
42222026-01-30T23:04:50.360Z Checking topological-sort v0.2.2
42232026-01-30T23:04:50.364Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42242026-01-30T23:04:50.364Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42252026-01-30T23:04:50.364Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42262026-01-30T23:04:50.446Z Checking shell-words v1.1.0
42272026-01-30T23:04:51.587Z Checking omicron-zone-package v0.12.2
42282026-01-30T23:04:52.744Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42292026-01-30T23:04:54.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
42302026-01-30T23:04:54.205Z
42312026-01-30T23:04:54.206Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (231/248)
42322026-01-30T23:04:54.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-01-30T23:04:54.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-01-30T23:04:55.036Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42352026-01-30T23:04:55.431Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42362026-01-30T23:04:55.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42372026-01-30T23:04:56.192Z
42382026-01-30T23:04:56.192Zinfo: running `cargo check --bins` on xtask (232/248)
42392026-01-30T23:04:56.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-01-30T23:04:56.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-01-30T23:04:56.805Z Checking bitflags v2.9.4
42422026-01-30T23:04:56.809Z Checking serde v1.0.228
42432026-01-30T23:04:56.902Z Checking zerofrom v0.1.4
42442026-01-30T23:04:56.916Z Checking thiserror v2.0.18
42452026-01-30T23:04:56.919Z Checking hashbrown v0.16.1
42462026-01-30T23:04:56.926Z Checking smallvec v1.15.1
42472026-01-30T23:04:56.952Z Checking serde_json v1.0.149
42482026-01-30T23:04:56.955Z Checking scroll v0.12.0
42492026-01-30T23:04:57.046Z Checking num-traits v0.2.19
42502026-01-30T23:04:57.111Z Checking yoke v0.7.4
42512026-01-30T23:04:57.160Z Checking rustix v0.38.37
42522026-01-30T23:04:57.293Z Checking thiserror v1.0.69
42532026-01-30T23:04:57.429Z Checking percent-encoding v2.3.2
42542026-01-30T23:04:57.469Z Checking log v0.4.29
42552026-01-30T23:04:57.472Z Checking zerovec v0.10.4
42562026-01-30T23:04:57.691Z Checking zerocopy v0.7.35
42572026-01-30T23:04:57.753Z Checking goblin v0.8.2
42582026-01-30T23:04:57.862Z Checking serde_spanned v0.6.9
42592026-01-30T23:04:57.925Z Checking indexmap v2.13.0
42602026-01-30T23:04:58.082Z Checking toml_datetime v0.6.11
42612026-01-30T23:04:58.208Z Checking terminal_size v0.4.0
42622026-01-30T23:04:58.396Z Checking erased-serde v0.4.6
42632026-01-30T23:04:58.418Z Checking form_urlencoded v1.2.2
42642026-01-30T23:04:58.446Z Checking pest v2.8.2
42652026-01-30T23:04:58.620Z Checking ordered-float v2.10.1
42662026-01-30T23:04:58.652Z Checking getrandom v0.3.4
42672026-01-30T23:04:58.897Z Checking syn v2.0.114
42682026-01-30T23:04:58.936Z Checking rustix v1.1.3
42692026-01-30T23:04:59.116Z Checking tinystr v0.7.6
42702026-01-30T23:04:59.132Z Checking icu_collections v1.5.0
42712026-01-30T23:04:59.210Z Checking toml_edit v0.22.27
42722026-01-30T23:04:59.285Z Checking serde-untagged v0.1.7
42732026-01-30T23:04:59.471Z Checking icu_locid v1.5.0
42742026-01-30T23:04:59.673Z Checking serde-value v0.7.0
42752026-01-30T23:04:59.779Z Checking once_cell v1.21.3
42762026-01-30T23:05:00.118Z Checking clap_builder v4.5.48
42772026-01-30T23:05:00.135Z Checking cargo-platform v0.2.0
42782026-01-30T23:05:00.426Z Checking tempfile v3.24.0
42792026-01-30T23:05:00.452Z Checking icu_provider v1.5.0
42802026-01-30T23:05:00.502Z Checking textwrap v0.16.2
42812026-01-30T23:05:00.811Z Checking camino-tempfile v1.4.1
42822026-01-30T23:05:00.908Z Checking fs-err v3.1.1
42832026-01-30T23:05:01.001Z Checking dtrace-parser v0.2.0
42842026-01-30T23:05:01.091Z Checking icu_locid_transform v1.5.0
42852026-01-30T23:05:01.116Z Checking tabled v0.15.0
42862026-01-30T23:05:01.258Z Checking anyhow v1.0.99
42872026-01-30T23:05:01.506Z Checking macaddr v1.0.1
42882026-01-30T23:05:01.658Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
42892026-01-30T23:05:01.835Z Checking toml v0.8.23
42902026-01-30T23:05:02.038Z Checking icu_properties v1.5.1
42912026-01-30T23:05:02.484Z Checking dof v0.3.0
42922026-01-30T23:05:02.499Z Checking cargo_toml v0.21.0
42932026-01-30T23:05:03.029Z Checking clap v4.5.48
42942026-01-30T23:05:03.196Z Checking usdt-impl v0.5.0
42952026-01-30T23:05:03.574Z Checking usdt v0.5.0
42962026-01-30T23:05:04.367Z Checking icu_normalizer v1.5.0
42972026-01-30T23:05:04.843Z Checking idna_adapter v1.2.0
42982026-01-30T23:05:05.767Z Checking idna v1.0.3
42992026-01-30T23:05:05.802Z Checking url v2.5.4
43002026-01-30T23:05:05.830Z Checking cargo-util-schemas v0.8.2
43012026-01-30T23:05:06.982Z Checking cargo_metadata v0.21.0
43022026-01-30T23:05:08.003Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43032026-01-30T23:05:08.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.46s
43042026-01-30T23:05:08.796Z
43052026-01-30T23:05:08.796Zinfo: running `cargo check --bins` on end-to-end-tests (233/248)
43062026-01-30T23:05:09.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-01-30T23:05:09.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-01-30T23:05:09.799Z Checking polyval v0.6.2
43092026-01-30T23:05:09.927Z Checking ctr v0.9.2
43102026-01-30T23:05:09.938Z Checking ssh-encoding v0.2.0
43112026-01-30T23:05:09.938Z Checking blowfish v0.9.1
43122026-01-30T23:05:09.964Z Checking password-hash v0.4.2
43132026-01-30T23:05:09.970Z Checking p256 v0.13.2
43142026-01-30T23:05:09.970Z Checking p521 v0.13.3
43152026-01-30T23:05:09.979Z Checking russh-cryptovec v0.7.3
43162026-01-30T23:05:10.157Z Checking bcrypt-pbkdf v0.10.0
43172026-01-30T23:05:10.180Z Checking ghash v0.5.1
43182026-01-30T23:05:10.185Z Checking md5 v0.7.0
43192026-01-30T23:05:10.225Z Checking num-bigint v0.4.6
43202026-01-30T23:05:10.248Z Checking des v0.8.1
43212026-01-30T23:05:10.375Z Checking aes-gcm v0.10.3
43222026-01-30T23:05:10.418Z Checking pbkdf2 v0.11.0
43232026-01-30T23:05:10.445Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43242026-01-30T23:05:10.506Z Checking hex-literal v0.4.1
43252026-01-30T23:05:10.527Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43262026-01-30T23:05:10.527Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43272026-01-30T23:05:10.621Z Checking ssh-cipher v0.2.0
43282026-01-30T23:05:10.675Z Checking internet-checksum v0.2.1
43292026-01-30T23:05:10.931Z Checking ssh-key v0.6.6
43302026-01-30T23:05:11.117Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43312026-01-30T23:05:12.075Z Checking russh-keys v0.45.0
43322026-01-30T23:05:12.914Z Checking russh v0.45.0
43332026-01-30T23:05:37.554Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43342026-01-30T23:05:39.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.41s
43352026-01-30T23:05:39.440Z
43362026-01-30T23:05:39.440Zinfo: running `cargo check --bins` on gateway-cli (234/248)
43372026-01-30T23:05:40.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-01-30T23:05:40.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-01-30T23:05:40.274Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43402026-01-30T23:05:40.277Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43412026-01-30T23:05:40.277Z Checking termios v0.3.3
43422026-01-30T23:05:42.434Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43432026-01-30T23:05:42.623Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43442026-01-30T23:05:45.515Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43452026-01-30T23:05:46.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.91s
43462026-01-30T23:05:46.556Z
43472026-01-30T23:05:46.556Zinfo: running `cargo check --bins --no-default-features` on installinator (235/248)
43482026-01-30T23:05:47.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-01-30T23:05:47.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-01-30T23:05:47.449Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43512026-01-30T23:05:47.452Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43522026-01-30T23:05:47.583Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43532026-01-30T23:05:47.586Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43542026-01-30T23:05:47.586Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43552026-01-30T23:05:48.221Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43562026-01-30T23:05:48.224Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43572026-01-30T23:05:49.306Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43582026-01-30T23:05:49.456Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43592026-01-30T23:05:49.459Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43602026-01-30T23:05:50.426Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43612026-01-30T23:05:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
43622026-01-30T23:05:53.009Z
43632026-01-30T23:05:53.009Zinfo: running `cargo check --bins` on internal-dns-cli (236/248)
43642026-01-30T23:05:53.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-01-30T23:05:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-01-30T23:05:53.838Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43672026-01-30T23:05:54.445Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43682026-01-30T23:05:54.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
43692026-01-30T23:05:55.086Z
43702026-01-30T23:05:55.086Zinfo: running `cargo check --bins` on omicron-live-tests (237/248)
43712026-01-30T23:05:55.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-01-30T23:05:55.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-01-30T23:05:55.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-01-30T23:05:55.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
43752026-01-30T23:05:55.868Z
43762026-01-30T23:05:55.868Zinfo: running `cargo check --bins` on live-tests-macros (238/248)
43772026-01-30T23:05:56.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-01-30T23:05:56.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-01-30T23:05:56.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-01-30T23:05:56.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
43812026-01-30T23:05:56.649Z
43822026-01-30T23:05:56.649Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (239/248)
43832026-01-30T23:05:57.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-01-30T23:05:57.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-01-30T23:05:57.591Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43862026-01-30T23:05:58.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
43872026-01-30T23:05:58.558Z
43882026-01-30T23:05:58.558Zinfo: running `cargo check --bins` on omicron-ntp-admin (240/248)
43892026-01-30T23:05:59.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-01-30T23:05:59.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-01-30T23:05:59.393Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
43922026-01-30T23:05:59.396Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
43932026-01-30T23:05:59.702Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
43942026-01-30T23:05:59.705Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
43952026-01-30T23:06:00.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
43962026-01-30T23:06:00.994Z
43972026-01-30T23:06:00.995Zinfo: running `cargo check --bins` on ntp-admin-types (241/248)
43982026-01-30T23:06:01.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-01-30T23:06:01.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-01-30T23:06:01.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-01-30T23:06:01.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
44022026-01-30T23:06:01.779Z
44032026-01-30T23:06:01.779Zinfo: running `cargo check --bins` on omicron-package (242/248)
44042026-01-30T23:06:02.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-01-30T23:06:02.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-01-30T23:06:02.626Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44072026-01-30T23:06:04.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
44082026-01-30T23:06:04.354Z
44092026-01-30T23:06:04.354Zinfo: running `cargo check --bins` on tqdb (243/248)
44102026-01-30T23:06:05.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-01-30T23:06:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-01-30T23:06:05.327Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44132026-01-30T23:06:05.780Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44142026-01-30T23:06:06.813Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44152026-01-30T23:06:06.817Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44162026-01-30T23:06:13.091Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44172026-01-30T23:06:14.301Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44182026-01-30T23:06:14.305Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44192026-01-30T23:06:14.305Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44202026-01-30T23:06:15.631Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44212026-01-30T23:06:15.634Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44222026-01-30T23:06:34.351Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44232026-01-30T23:06:34.355Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44242026-01-30T23:06:34.355Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44252026-01-30T23:06:34.355Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44262026-01-30T23:06:36.560Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44272026-01-30T23:06:38.505Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44282026-01-30T23:06:39.463Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44292026-01-30T23:06:41.394Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44302026-01-30T23:06:42.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.78s
44312026-01-30T23:06:42.366Z
44322026-01-30T23:06:42.366Zinfo: running `cargo check --bins` on wicket-dbg (244/248)
44332026-01-30T23:06:43.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-01-30T23:06:43.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-01-30T23:06:43.268Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44362026-01-30T23:06:43.271Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44372026-01-30T23:06:43.271Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44382026-01-30T23:06:43.412Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44392026-01-30T23:06:43.415Z Checking rtoolbox v0.0.2
44402026-01-30T23:06:43.440Z Checking tui-tree-widget v0.23.1
44412026-01-30T23:06:43.589Z Checking rpassword v7.4.0
44422026-01-30T23:06:43.813Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44432026-01-30T23:06:45.211Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44442026-01-30T23:06:51.521Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44452026-01-30T23:06:52.705Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44462026-01-30T23:06:57.727Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44472026-01-30T23:07:00.655Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44482026-01-30T23:07:01.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s
44492026-01-30T23:07:02.150Z
44502026-01-30T23:07:02.150Zinfo: running `cargo check --bins` on wicket (245/248)
44512026-01-30T23:07:02.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-01-30T23:07:02.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-01-30T23:07:03.026Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44542026-01-30T23:07:03.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
44552026-01-30T23:07:03.719Z
44562026-01-30T23:07:03.719Zinfo: running `cargo check --bins` on wicketd (246/248)
44572026-01-30T23:07:04.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-01-30T23:07:04.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-01-30T23:07:04.634Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44602026-01-30T23:07:04.638Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44612026-01-30T23:07:04.638Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44622026-01-30T23:07:06.491Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44632026-01-30T23:07:07.366Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44642026-01-30T23:07:11.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s
44652026-01-30T23:07:12.105Z
44662026-01-30T23:07:12.105Zinfo: running `cargo check --bins` on omicron-workspace-hack (247/248)
44672026-01-30T23:07:12.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-01-30T23:07:12.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-01-30T23:07:12.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-01-30T23:07:12.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
44712026-01-30T23:07:12.886Z
44722026-01-30T23:07:12.886Zinfo: running `cargo check --bins` on zone-setup (248/248)
44732026-01-30T23:07:13.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-01-30T23:07:13.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-01-30T23:07:13.734Z Checking uzers v0.12.1
44762026-01-30T23:07:14.096Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44772026-01-30T23:07:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
44782026-01-30T23:07:15.404Z
44792026-01-30T23:07:15.408Zreal 21:17.592196007
44802026-01-30T23:07:15.408Zuser 39:05.843690337
44812026-01-30T23:07:15.408Zsys 6:04.117708470
44822026-01-30T23:07:15.408Ztrap 0.820197671
44832026-01-30T23:07:15.408Ztflt 0.704739187
44842026-01-30T23:07:15.408Zdflt 0.994045169
44852026-01-30T23:07:15.408Zkflt 0.000812272
44862026-01-30T23:07:15.408Zlock 1:41:31.614543812
44872026-01-30T23:07:15.408Zslp 3:22:00.897457076
44882026-01-30T23:07:15.408Zlat 1:39.710207315
44892026-01-30T23:07:15.408Zstop 5:16.768274623
44902026-01-30T23:07:15.408Zprocess exited: duration 1666289 ms, exit code 0
 
44912026-01-30T23:07:15.418Zfound 0 output files