01KH4J800V4E9RARQNACE7KSWP: 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: 01KH4J8E49SBTKG0M2W4RBV43X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-10T20:01:10.076Zjob assigned to worker 01KH4J8FVJ53NX7DD11SXD2QT1 [factory gimlet-EVT22200007-propolis, EVT22200007/57697] (queued for 33 s)
 
22026-02-10T20:01:20.089Zstarting task 0: "setup"
32026-02-10T20:01:20.113Z++ uname -s
42026-02-10T20:01:20.113Z+ kern=SunOS
52026-02-10T20:01:20.113Z+ build_user=build
62026-02-10T20:01:20.113Z+ build_uid=12345
72026-02-10T20:01:20.113Z+ work_dir=/work
82026-02-10T20:01:20.113Z+ input_dir=/input
92026-02-10T20:01:20.113Z+ [[ 0 == 12345 ]]
102026-02-10T20:01:20.113Z+ case "$kern" in
112026-02-10T20:01:20.113Z+ groupadd -g 12345 build
122026-02-10T20:01:20.113Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-10T20:01:22.118Z+ zfs create -o mountpoint=/work rpool/work
142026-02-10T20:01:22.162Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-10T20:01:22.186Z+ home_fs=zfs
162026-02-10T20:01:22.186Z+ [[ zfs == autofs ]]
172026-02-10T20:01:22.187Z+ mkdir -p /home/build
182026-02-10T20:01:22.187Z+ chown build:build /home/build /work
192026-02-10T20:01:24.173Z+ chmod 0700 /home/build /work
202026-02-10T20:01:24.197Zprocess exited: duration 4091 ms, exit code 0
 
212026-02-10T20:01:24.246Zstarting task 1: "rust-toolchain"
222026-02-10T20:01:24.270Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-10T20:01:24.270Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-10T20:01:24.271Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-10T20:01:24.271Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-10T20:01:24.271Z * rust toolchain channel = "1.91.1"
272026-02-10T20:01:24.271Z * rust toolchain profile = "default"
282026-02-10T20:01:24.271Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-10T20:01:24.271Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-10T20:01:24.417Zinfo: downloading installer
312026-02-10T20:01:25.007Zwarn: It looks like you have an existing installation of Rust at:
322026-02-10T20:01:25.007Zwarn: /opt/ooce/bin
332026-02-10T20:01:25.007Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-10T20:01:25.007Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-10T20:01:25.007Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-10T20:01:25.007Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-10T20:01:25.007Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-10T20:01:25.007Zerror: cannot install while Rust is installed
392026-02-10T20:01:25.010Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-10T20:01:25.035Zinfo: profile set to 'default'
412026-02-10T20:01:25.035Zinfo: default host triple is x86_64-unknown-illumos
422026-02-10T20:01:25.035Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-10T20:01:25.169Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-10T20:01:25.169Zinfo: downloading component 'cargo'
452026-02-10T20:01:25.372Zinfo: downloading component 'clippy'
462026-02-10T20:01:25.713Zinfo: downloading component 'rust-docs'
472026-02-10T20:01:26.605Zinfo: downloading component 'rust-std'
482026-02-10T20:01:27.065Zinfo: downloading component 'rustc'
492026-02-10T20:01:31.048Zinfo: downloading component 'rustfmt'
502026-02-10T20:01:31.115Zinfo: installing component 'cargo'
512026-02-10T20:01:32.471Zinfo: installing component 'clippy'
522026-02-10T20:01:32.943Zinfo: installing component 'rust-docs'
532026-02-10T20:01:36.985Zinfo: installing component 'rust-std'
542026-02-10T20:01:39.373Zinfo: installing component 'rustc'
552026-02-10T20:01:48.994Zinfo: installing component 'rustfmt'
562026-02-10T20:01:49.424Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-10T20:01:49.424Z
582026-02-10T20:01:49.623Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-10T20:01:49.623Z
602026-02-10T20:01:49.648Z
612026-02-10T20:01:49.648ZRust is installed now. Great!
622026-02-10T20:01:49.648Z
632026-02-10T20:01:49.648ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-10T20:01:49.649Zenvironment variable. This has not been done automatically.
652026-02-10T20:01:49.649Z
662026-02-10T20:01:49.649ZTo configure your current shell, you need to source
672026-02-10T20:01:49.649Zthe corresponding env file under $HOME/.cargo.
682026-02-10T20:01:49.649Z
692026-02-10T20:01:49.649ZThis is usually done by running one of the following (note the leading DOT):
702026-02-10T20:01:49.649Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-10T20:01:49.649Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-10T20:01:49.649Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-10T20:01:49.756Z+ rustup --version
742026-02-10T20:01:49.780Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-10T20:01:49.780Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-10T20:01:49.899Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-10T20:01:49.923Z+ cargo --version
782026-02-10T20:01:50.022Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-10T20:01:50.046Z+ rustc --version
802026-02-10T20:01:50.173Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-10T20:01:50.199Zprocess exited: duration 25937 ms, exit code 0
 
822026-02-10T20:01:50.250Zstarting task 2: "authentication"
832026-02-10T20:01:50.307Zprocess exited: duration 59 ms, exit code 0
 
842026-02-10T20:01:50.356Zstarting task 3: "clone repository"
852026-02-10T20:01:50.380Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-10T20:01:50.380Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-10T20:01:50.406ZCloning into '/work/oxidecomputer/omicron'...
882026-02-10T20:02:18.059Z+ cd /work/oxidecomputer/omicron
892026-02-10T20:02:18.059Z+ git fetch origin 9bc02f7ed90af9d339795cca86c1430f266f3b10
902026-02-10T20:02:18.739ZFrom https://github.com/oxidecomputer/omicron
912026-02-10T20:02:18.739Z * branch 9bc02f7ed90af9d339795cca86c1430f266f3b10 -> FETCH_HEAD
922026-02-10T20:02:18.763Z+ [[ -n tq-zfs-key-rotation ]]
932026-02-10T20:02:18.763Z++ git branch --show-current
942026-02-10T20:02:18.763Z+ current=main
952026-02-10T20:02:18.763Z+ [[ main != tq-zfs-key-rotation ]]
962026-02-10T20:02:18.763Z+ git branch -f tq-zfs-key-rotation 9bc02f7ed90af9d339795cca86c1430f266f3b10
972026-02-10T20:02:18.787Z+ git checkout -f tq-zfs-key-rotation
982026-02-10T20:02:19.431ZSwitched to branch 'tq-zfs-key-rotation'
992026-02-10T20:02:19.455Z+ git reset --hard 9bc02f7ed90af9d339795cca86c1430f266f3b10
1002026-02-10T20:02:19.479ZHEAD is now at 9bc02f7ed Remove dependency on `zfs-atomic-change-key` crate (#9837)
1012026-02-10T20:02:19.479Zprocess exited: duration 29107 ms, exit code 0
 
1022026-02-10T20:02:19.530Zstarting task 4: "build"
1032026-02-10T20:02:19.556Z+ source .github/buildomat/ci-env.sh
1042026-02-10T20:02:19.556Z++ export CARGO_TERM_COLOR=always
1052026-02-10T20:02:19.556Z++ CARGO_TERM_COLOR=always
1062026-02-10T20:02:19.556Z+ cargo --version
1072026-02-10T20:02:19.656Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-10T20:02:19.681Z+ rustc --version
1092026-02-10T20:02:19.781Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-10T20:02:19.805Z+ source ./env.sh
1112026-02-10T20:02:19.805Z++ OLD_SHELL_OPTS=ehxB
1122026-02-10T20:02:19.805Z++ set -o xtrace
1132026-02-10T20:02:19.805Z++++ dirname ./env.sh
1142026-02-10T20:02:19.805Z+++ readlink -f .
1152026-02-10T20:02:19.806Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-10T20:02:19.806Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-02-10T20:02:19.806Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-02-10T20:02:19.806Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-02-10T20:02:19.806Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-02-10T20:02:19.806Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-02-10T20:02:19.806Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-02-10T20:02:19.806Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232026-02-10T20:02:19.806Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242026-02-10T20:02:19.806Z++ case $OLD_SHELL_OPTS in
1252026-02-10T20:02:19.807Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-10T20:02:19.807Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272026-02-10T20:02:19.807Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282026-02-10T20:02:19.807Z+ banner prerequisites
1292026-02-10T20:02:19.807Z
1302026-02-10T20:02:19.807Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-10T20:02:19.807Z # # # # # # # # # # # # # # #
1322026-02-10T20:02:19.807Z # # # # ##### # # ##### # # # # # #### #
1332026-02-10T20:02:19.807Z ##### ##### # ##### # # # # # # # # #
1342026-02-10T20:02:19.807Z # # # # # # # # # # # # # # #
1352026-02-10T20:02:19.807Z # # # ###### # # ###### ### # #### # #### #
1362026-02-10T20:02:19.807Z
1372026-02-10T20:02:19.807Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-10T20:02:41.242Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-10T20:02:58.391Z Startup: Caching catalogs ... Done
1402026-02-10T20:03:37.787ZPlanning: Solver setup ... Done (32.895s)
1412026-02-10T20:03:41.319ZPlanning: Running solver ... Done (0.257s)
1422026-02-10T20:03:41.319ZPlanning: Finding local manifests ... Done (0.002s)
1432026-02-10T20:03:41.319ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-10T20:03:41.351ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-10T20:03:41.351ZPlanning: Package planning ... Done (0.092s)
1462026-02-10T20:03:41.351ZPlanning: Merging actions ... Done (0.091s)
1472026-02-10T20:03:41.351ZPlanning: Checking for conflicting actions ... Done (0.473s)
1482026-02-10T20:03:41.351ZPlanning: Consolidating action changes ... Done (0.017s)
1492026-02-10T20:03:41.351ZPlanning: Evaluating mediators ... Done (0.801s)
1502026-02-10T20:03:41.351ZPlanning: Planning completed in 39.12 seconds
1512026-02-10T20:03:41.351Z Packages to install: 4
1522026-02-10T20:03:41.351Z Mediators to change: 2
1532026-02-10T20:03:41.351Z Services to change: 1
1542026-02-10T20:03:41.351Z Estimated space available: 154.94 GB
1552026-02-10T20:03:41.351ZEstimated space to be consumed: 1.81 GB
1562026-02-10T20:03:41.351Z Create boot environment: No
1572026-02-10T20:03:41.351ZCreate backup boot environment: No
1582026-02-10T20:03:41.351Z Rebuild boot archive: No
1592026-02-10T20:03:41.351Z
1602026-02-10T20:03:41.352ZChanged mediators:
1612026-02-10T20:03:41.352Z mediator clang:
1622026-02-10T20:03:41.352Z version: None -> 15 (system default)
1632026-02-10T20:03:41.352Z
1642026-02-10T20:03:41.352Z mediator llvm:
1652026-02-10T20:03:41.352Z version: 14 (system default) -> 15 (system default)
1662026-02-10T20:03:41.352Z
1672026-02-10T20:03:41.352ZChanged packages:
1682026-02-10T20:03:41.352Zhelios-dev
1692026-02-10T20:03:41.352Z developer/build-essential
1702026-02-10T20:03:41.352Z None -> 11-2.0
1712026-02-10T20:03:41.352Z library/libxmlsec1
1722026-02-10T20:03:41.352Z None -> 1.2.35-2.0
1732026-02-10T20:03:41.352Z ooce/developer/clang-15
1742026-02-10T20:03:41.352Z None -> 15.0.7-2.0
1752026-02-10T20:03:41.352Z ooce/developer/llvm-15
1762026-02-10T20:03:41.352Z None -> 15.0.7-2.0
1772026-02-10T20:03:41.352Z
1782026-02-10T20:03:41.352ZServices:
1792026-02-10T20:03:41.353Z restart_fmri:
1802026-02-10T20:03:41.353Z svc:/system/update-man-index:default
1812026-02-10T20:03:41.353Z
1822026-02-10T20:03:41.353ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-10T20:03:43.863ZDownload: 1149/3290 items 31.2/212.6MB 14% complete (6.2M/s)
1842026-02-10T20:03:47.778ZDownload: 1201/3290 items 83.6/212.6MB 39% complete (8.5M/s)
1852026-02-10T20:03:53.544ZDownload: 3106/3290 items 123.3/212.6MB 58% complete (9.3M/s)
1862026-02-10T20:03:57.819ZDownload: 3278/3290 items 209.1/212.6MB 98% complete (12.5M/s)
1872026-02-10T20:04:00.788ZDownload: Completed 212.60 MB in 21.29 seconds (10.0M/s)
1882026-02-10T20:04:00.880Z Actions: 1/3689 actions (Installing new actions)
1892026-02-10T20:04:07.487Z Actions: 2881/3689 actions (Installing new actions)
1902026-02-10T20:04:07.996Z Actions: Completed 3689 actions in 6.36 seconds.
1912026-02-10T20:04:07.996Z Done (0.894s)
1922026-02-10T20:04:07.996Z Done (0.000s)
1932026-02-10T20:04:09.314Z Done (1.779s)
1942026-02-10T20:04:14.751Z Done (5.902s)
1952026-02-10T20:04:14.796Z Done (0.023s)
1962026-02-10T20:04:14.796Z Done (0.000s)
1972026-02-10T20:04:15.733Z Done (0.000s)
1982026-02-10T20:04:16.006ZPlanning: Evaluating mediator changes ... Done
1992026-02-10T20:04:16.441ZPlanning: Checking for conflicting actions ... Done
2002026-02-10T20:04:16.474ZPlanning: Consolidating action changes ... Done
2012026-02-10T20:04:16.662ZPlanning: Evaluating mediators ... Done
2022026-02-10T20:04:16.717ZPlanning: Planning completed in 0.61 seconds
2032026-02-10T20:04:16.717Z Mediators to change: 2
2042026-02-10T20:04:16.717Z Create boot environment: No
2052026-02-10T20:04:16.717ZCreate backup boot environment: No
2062026-02-10T20:04:16.954Z Done
2072026-02-10T20:04:16.954Z Done
2082026-02-10T20:04:17.947Z Done
2092026-02-10T20:04:23.352Z Done
2102026-02-10T20:04:23.448Z Done
2112026-02-10T20:04:23.448Z Done
2122026-02-10T20:04:23.524Z Done
2132026-02-10T20:04:24.383ZPlanning: Evaluating mediator changes ... Done
2142026-02-10T20:04:24.407ZPlanning: Merging actions ... Done
2152026-02-10T20:04:24.656ZPlanning: Checking for conflicting actions ... Done
2162026-02-10T20:04:24.680ZPlanning: Consolidating action changes ... Done
2172026-02-10T20:04:25.039ZPlanning: Evaluating mediators ... Done
2182026-02-10T20:04:25.130ZPlanning: Planning completed in 1.11 seconds
2192026-02-10T20:04:25.188Z Packages to change: 1
2202026-02-10T20:04:25.188Z Mediators to change: 1
2212026-02-10T20:04:25.188Z Services to change: 1
2222026-02-10T20:04:25.188Z Create boot environment: No
2232026-02-10T20:04:25.188ZCreate backup boot environment: Yes
2242026-02-10T20:04:27.476Z Actions: 1/6 actions (Updating modified actions)
2252026-02-10T20:04:27.499Z Actions: Completed 6 actions in 0.00 seconds.
2262026-02-10T20:04:27.500Z Done
2272026-02-10T20:04:27.500Z Done
2282026-02-10T20:04:27.783Z Done
2292026-02-10T20:04:33.402Z Done
2302026-02-10T20:04:33.514Z Done
2312026-02-10T20:04:33.539Z Done
2322026-02-10T20:04:33.579Z Done
2332026-02-10T20:04:34.173ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-02-10T20:04:34.173Zclang system 15 system
2352026-02-10T20:04:34.173Zcsh system system illumos
2362026-02-10T20:04:34.173Zctags system system illumos
2372026-02-10T20:04:34.173Zfile system system illumos
2382026-02-10T20:04:34.173Zgcc vendor 12 vendor
2392026-02-10T20:04:34.173Zgcc system 10 system
2402026-02-10T20:04:34.173Zgcc system 7 system
2412026-02-10T20:04:34.173Zgo system 1.20 system
2422026-02-10T20:04:34.173Zgo system 1.19 system
2432026-02-10T20:04:34.173Zllvm system 15 system
2442026-02-10T20:04:34.173Zllvm system 14 system
2452026-02-10T20:04:34.173Zmariadb system 10.6 system
2462026-02-10T20:04:34.173Zmta vendor vendor dma
2472026-02-10T20:04:34.173Zopenjdk system 17 system
2482026-02-10T20:04:34.173Zopenjdk system 11 system
2492026-02-10T20:04:34.174Zopenjdk system 1.8 system
2502026-02-10T20:04:34.174Zopenssl vendor 3 vendor
2512026-02-10T20:04:34.174Zperl system 5.36 system
2522026-02-10T20:04:34.174Zpostgresql system 15 system
2532026-02-10T20:04:34.174Zpostgresql system 13 system
2542026-02-10T20:04:34.174Zpython vendor 3 vendor
2552026-02-10T20:04:34.174Zpython system 2 system
2562026-02-10T20:04:34.174Zpython3 system 3.11 system
2572026-02-10T20:04:34.174Zruby system 3.0 system
2582026-02-10T20:04:34.174Zwords vendor vendor american-english
2592026-02-10T20:04:34.174Zwords system system australian-english
2602026-02-10T20:04:34.174Zwords system system british-english
2612026-02-10T20:04:34.174Zwords system system canadian-english
2622026-02-10T20:04:34.174Zwords system system french
2632026-02-10T20:04:34.174Zwords system system italian
2642026-02-10T20:04:34.174Zwords system system ngerman
2652026-02-10T20:04:34.174Zwords system system ogerman
2662026-02-10T20:04:34.174Zwords system system spanish
2672026-02-10T20:04:34.607ZPUBLISHER TYPE STATUS P LOCATION
2682026-02-10T20:04:34.607Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-02-10T20:04:45.271ZFMRI IFO
2702026-02-10T20:04:45.271Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-02-10T20:04:45.271Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-02-10T20:04:45.271Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-02-10T20:04:45.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-02-10T20:04:45.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-02-10T20:04:45.271Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-02-10T20:04:45.271Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-02-10T20:04:45.271Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-02-10T20:04:45.271Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-02-10T20:04:45.271Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-02-10T20:04:45.271Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-02-10T20:04:45.271Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-02-10T20:04:45.271Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-02-10T20:04:45.271Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-02-10T20:04:45.271Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-02-10T20:04:45.271Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-02-10T20:04:46.679Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-02-10T20:04:47.319Z Updating crates.io index
2882026-02-10T20:04:47.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-02-10T20:04:53.083Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-02-10T20:04:54.554Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-02-10T20:04:55.108Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922026-02-10T20:04:55.623Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932026-02-10T20:04:56.372Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942026-02-10T20:04:58.695Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-02-10T20:05:02.489Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-02-10T20:05:04.025Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-02-10T20:05:04.638Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982026-02-10T20:05:06.290Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992026-02-10T20:05:07.361Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-02-10T20:05:07.957Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-02-10T20:05:08.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-02-10T20:05:09.504Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-02-10T20:05:10.804Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-02-10T20:05:11.767Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-02-10T20:05:12.332Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-02-10T20:05:13.125Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-02-10T20:05:13.943Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-02-10T20:05:14.470Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-02-10T20:05:15.023Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-02-10T20:05:15.740Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3112026-02-10T20:05:16.580Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3122026-02-10T20:05:17.536Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3132026-02-10T20:05:18.185Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3142026-02-10T20:05:18.956Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152026-02-10T20:05:19.688Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-02-10T20:05:20.741Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3172026-02-10T20:05:21.602Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-02-10T20:05:22.193Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-02-10T20:05:22.897Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3202026-02-10T20:05:23.742Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-02-10T20:05:24.603Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-02-10T20:05:25.153Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-02-10T20:05:25.809Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-02-10T20:05:26.337Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-02-10T20:05:27.048Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-02-10T20:05:45.546Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3272026-02-10T20:05:47.649Z Downloading crates ...
3282026-02-10T20:05:47.729Z Downloaded icu_collections v1.5.0
3292026-02-10T20:05:47.753Z Downloaded tempfile v3.24.0
3302026-02-10T20:05:47.777Z Downloaded utf8parse v0.2.2
3312026-02-10T20:05:47.777Z Downloaded zerofrom-derive v0.1.4
3322026-02-10T20:05:47.777Z Downloaded zmij v1.0.15
3332026-02-10T20:05:47.777Z Downloaded usdt-impl v0.5.0
3342026-02-10T20:05:47.777Z Downloaded zerovec-derive v0.10.3
3352026-02-10T20:05:47.777Z Downloaded autocfg v1.4.0
3362026-02-10T20:05:47.777Z Downloaded zerovec v0.10.4
3372026-02-10T20:05:47.801Z Downloaded zerocopy-derive v0.7.35
3382026-02-10T20:05:47.801Z Downloaded zerocopy v0.7.35
3392026-02-10T20:05:47.825Z Downloaded bitflags v2.9.4
3402026-02-10T20:05:47.825Z Downloaded anyhow v1.0.99
3412026-02-10T20:05:47.825Z Downloaded unicode-width v0.2.0
3422026-02-10T20:05:47.849Z Downloaded unicode-width v0.1.14
3432026-02-10T20:05:47.849Z Downloaded form_urlencoded v1.2.2
3442026-02-10T20:05:47.849Z Downloaded winnow v0.7.14
3452026-02-10T20:05:47.873Z Downloaded textwrap v0.16.2
3462026-02-10T20:05:47.873Z Downloaded icu_locid_transform v1.5.0
3472026-02-10T20:05:47.873Z Downloaded camino-tempfile v1.4.1
3482026-02-10T20:05:47.873Z Downloaded fs-err v3.1.1
3492026-02-10T20:05:47.873Z Downloaded semver v1.0.27
3502026-02-10T20:05:47.873Z Downloaded icu_normalizer_data v1.5.0
3512026-02-10T20:05:47.873Z Downloaded byteorder v1.5.0
3522026-02-10T20:05:47.897Z Downloaded icu_properties v1.5.1
3532026-02-10T20:05:47.898Z Downloaded url v2.5.4
3542026-02-10T20:05:47.898Z Downloaded anstyle v1.0.11
3552026-02-10T20:05:47.898Z Downloaded unicode-xid v0.2.6
3562026-02-10T20:05:47.898Z Downloaded rustix v0.38.37
3572026-02-10T20:05:47.921Z Downloaded smawk v0.3.2
3582026-02-10T20:05:47.921Z Downloaded sha2 v0.10.9
3592026-02-10T20:05:47.945Z Downloaded memchr v2.7.4
3602026-02-10T20:05:47.945Z Downloaded tabled v0.15.0
3612026-02-10T20:05:47.969Z Downloaded swrite v0.1.0
3622026-02-10T20:05:47.969Z Downloaded idna_adapter v1.2.0
3632026-02-10T20:05:47.969Z Downloaded getrandom v0.3.4
3642026-02-10T20:05:47.969Z Downloaded clap_derive v4.5.47
3652026-02-10T20:05:47.969Z Downloaded syn v2.0.114
3662026-02-10T20:05:47.993Z Downloaded proc-macro2 v1.0.101
3672026-02-10T20:05:47.993Z Downloaded icu_properties_data v1.5.0
3682026-02-10T20:05:48.017Z Downloaded errno v0.3.12
3692026-02-10T20:05:48.017Z Downloaded dof v0.3.0
3702026-02-10T20:05:48.017Z Downloaded pest v2.8.2
3712026-02-10T20:05:48.017Z Downloaded rustix v1.1.3
3722026-02-10T20:05:48.041Z Downloaded toml_write v0.1.2
3732026-02-10T20:05:48.041Z Downloaded libc v0.2.180
3742026-02-10T20:05:48.074Z Downloaded erased-serde v0.4.6
3752026-02-10T20:05:48.098Z Downloaded cargo_toml v0.21.0
3762026-02-10T20:05:48.098Z Downloaded serde_json v1.0.149
3772026-02-10T20:05:48.098Z Downloaded pest_generator v2.8.2
3782026-02-10T20:05:48.098Z Downloaded itoa v1.0.11
3792026-02-10T20:05:48.098Z Downloaded serde-value v0.7.0
3802026-02-10T20:05:48.098Z Downloaded plain v0.2.3
3812026-02-10T20:05:48.098Z Downloaded icu_provider_macros v1.5.0
3822026-02-10T20:05:48.098Z Downloaded scroll_derive v0.12.0
3832026-02-10T20:05:48.098Z Downloaded idna v1.0.3
3842026-02-10T20:05:48.122Z Downloaded once_cell v1.21.3
3852026-02-10T20:05:48.122Z Downloaded hashbrown v0.16.1
3862026-02-10T20:05:48.122Z Downloaded papergrid v0.11.0
3872026-02-10T20:05:48.122Z Downloaded serde_spanned v0.6.9
3882026-02-10T20:05:48.122Z Downloaded serde_derive v1.0.228
3892026-02-10T20:05:48.122Z Downloaded memmap v0.7.0
3902026-02-10T20:05:48.122Z Downloaded cfg-if v1.0.4
3912026-02-10T20:05:48.146Z Downloaded synstructure v0.13.1
3922026-02-10T20:05:48.146Z Downloaded stable_deref_trait v1.2.0
3932026-02-10T20:05:48.146Z Downloaded anstream v0.6.18
3942026-02-10T20:05:48.146Z Downloaded smallvec v1.15.1
3952026-02-10T20:05:48.146Z Downloaded icu_locid v1.5.0
3962026-02-10T20:05:48.146Z Downloaded icu_normalizer v1.5.0
3972026-02-10T20:05:48.146Z Downloaded cargo_metadata v0.21.0
3982026-02-10T20:05:48.146Z Downloaded anstyle-query v1.1.1
3992026-02-10T20:05:48.146Z Downloaded icu_provider v1.5.0
4002026-02-10T20:05:48.170Z Downloaded generic-array v0.14.7
4012026-02-10T20:05:48.170Z Downloaded proc-macro-error-attr v1.0.4
4022026-02-10T20:05:48.170Z Downloaded syn v1.0.109
4032026-02-10T20:05:48.170Z Downloaded quote v1.0.40
4042026-02-10T20:05:48.170Z Downloaded litemap v0.7.3
4052026-02-10T20:05:48.170Z Downloaded colorchoice v1.0.2
4062026-02-10T20:05:48.170Z Downloaded proc-macro-error v1.0.4
4072026-02-10T20:05:48.194Z Downloaded equivalent v1.0.2
4082026-02-10T20:05:48.194Z Downloaded serde_tokenstream v0.2.2
4092026-02-10T20:05:48.194Z Downloaded fnv v1.0.7
4102026-02-10T20:05:48.194Z Downloaded block-buffer v0.10.4
4112026-02-10T20:05:48.194Z Downloaded clap v4.5.48
4122026-02-10T20:05:48.194Z Downloaded serde_core v1.0.228
4132026-02-10T20:05:48.194Z Downloaded pest_meta v2.8.2
4142026-02-10T20:05:48.218Z Downloaded bytecount v0.6.8
4152026-02-10T20:05:48.218Z Downloaded num-traits v0.2.19
4162026-02-10T20:05:48.218Z Downloaded macaddr v1.0.1
4172026-02-10T20:05:48.218Z Downloaded clap_lex v0.7.4
4182026-02-10T20:05:48.218Z Downloaded strsim v0.11.1
4192026-02-10T20:05:48.218Z Downloaded pest_derive v2.8.2
4202026-02-10T20:05:48.218Z Downloaded heck v0.5.0
4212026-02-10T20:05:48.218Z Downloaded digest v0.10.7
4222026-02-10T20:05:48.218Z Downloaded serde-untagged v0.1.7
4232026-02-10T20:05:48.218Z Downloaded goblin v0.8.2
4242026-02-10T20:05:48.242Z Downloaded serde v1.0.228
4252026-02-10T20:05:48.242Z Downloaded indexmap v2.13.0
4262026-02-10T20:05:48.242Z Downloaded icu_locid_transform_data v1.5.0
4272026-02-10T20:05:48.242Z Downloaded heck v0.4.1
4282026-02-10T20:05:48.242Z Downloaded displaydoc v0.2.5
4292026-02-10T20:05:48.242Z Downloaded crypto-common v0.1.6
4302026-02-10T20:05:48.242Z Downloaded clap_builder v4.5.48
4312026-02-10T20:05:48.267Z Downloaded cargo-util-schemas v0.8.2
4322026-02-10T20:05:48.267Z Downloaded cargo-platform v0.2.0
4332026-02-10T20:05:48.267Z Downloaded camino v1.2.2
4342026-02-10T20:05:48.267Z Downloaded scroll v0.12.0
4352026-02-10T20:05:48.267Z Downloaded pretty-hex v0.4.1
4362026-02-10T20:05:48.267Z Downloaded percent-encoding v2.3.2
4372026-02-10T20:05:48.267Z Downloaded ordered-float v2.10.1
4382026-02-10T20:05:48.267Z Downloaded log v0.4.29
4392026-02-10T20:05:48.267Z Downloaded is_terminal_polyfill v1.70.1
4402026-02-10T20:05:48.267Z Downloaded fastrand v2.1.1
4412026-02-10T20:05:48.267Z Downloaded dtrace-parser v0.2.0
4422026-02-10T20:05:48.267Z Downloaded cpufeatures v0.2.14
4432026-02-10T20:05:48.267Z Downloaded typenum v1.17.0
4442026-02-10T20:05:48.267Z Downloaded toml v0.8.23
4452026-02-10T20:05:48.292Z Downloaded unicode-linebreak v0.1.5
4462026-02-10T20:05:48.292Z Downloaded toml_edit v0.22.27
4472026-02-10T20:05:48.292Z Downloaded tinystr v0.7.6
4482026-02-10T20:05:48.292Z Downloaded yoke v0.7.4
4492026-02-10T20:05:48.292Z Downloaded writeable v0.5.5
4502026-02-10T20:05:48.292Z Downloaded utf16_iter v1.0.5
4512026-02-10T20:05:48.292Z Downloaded usdt-macro v0.5.0
4522026-02-10T20:05:48.292Z Downloaded usdt-attr-macro v0.5.0
4532026-02-10T20:05:48.292Z Downloaded typeid v1.0.3
4542026-02-10T20:05:48.292Z Downloaded zerofrom v0.1.4
4552026-02-10T20:05:48.316Z Downloaded yoke-derive v0.7.4
4562026-02-10T20:05:48.316Z Downloaded write16 v1.0.0
4572026-02-10T20:05:48.316Z Downloaded version_check v0.9.5
4582026-02-10T20:05:48.316Z Downloaded usdt v0.5.0
4592026-02-10T20:05:48.316Z Downloaded toml_datetime v0.6.11
4602026-02-10T20:05:48.316Z Downloaded thread-id v4.2.2
4612026-02-10T20:05:48.316Z Downloaded thiserror-impl v2.0.18
4622026-02-10T20:05:48.316Z Downloaded thiserror v1.0.69
4632026-02-10T20:05:48.316Z Downloaded utf8_iter v1.0.4
4642026-02-10T20:05:48.316Z Downloaded unicode-ident v1.0.19
4652026-02-10T20:05:48.316Z Downloaded ucd-trie v0.1.7
4662026-02-10T20:05:48.316Z Downloaded thiserror-impl v1.0.69
4672026-02-10T20:05:48.340Z Downloaded thiserror v2.0.18
4682026-02-10T20:05:48.340Z Downloaded terminal_size v0.4.0
4692026-02-10T20:05:48.340Z Downloaded tabled_derive v0.7.0
4702026-02-10T20:05:48.340Z Downloaded anstyle-parse v0.2.5
4712026-02-10T20:05:48.428Z Compiling proc-macro2 v1.0.101
4722026-02-10T20:05:48.428Z Compiling unicode-ident v1.0.19
4732026-02-10T20:05:48.428Z Compiling serde_core v1.0.228
4742026-02-10T20:05:48.452Z Compiling serde v1.0.228
4752026-02-10T20:05:48.452Z Compiling version_check v0.9.5
4762026-02-10T20:05:48.452Z Compiling libc v0.2.180
4772026-02-10T20:05:48.452Z Compiling memchr v2.7.4
4782026-02-10T20:05:48.452Z Compiling stable_deref_trait v1.2.0
4792026-02-10T20:05:48.853Z Compiling thiserror v2.0.18
4802026-02-10T20:05:48.884Z Compiling zmij v1.0.15
4812026-02-10T20:05:49.378Z Compiling itoa v1.0.11
4822026-02-10T20:05:49.452Z Compiling ucd-trie v0.1.7
4832026-02-10T20:05:49.699Z Compiling thiserror v1.0.69
4842026-02-10T20:05:50.180Z Compiling writeable v0.5.5
4852026-02-10T20:05:50.413Z Compiling autocfg v1.4.0
4862026-02-10T20:05:50.510Z Compiling litemap v0.7.3
4872026-02-10T20:05:50.921Z Compiling bitflags v2.9.4
4882026-02-10T20:05:51.106Z Compiling errno v0.3.12
4892026-02-10T20:05:51.243Z Compiling icu_locid_transform_data v1.5.0
4902026-02-10T20:05:51.383Z Compiling quote v1.0.40
4912026-02-10T20:05:51.415Z Compiling byteorder v1.5.0
4922026-02-10T20:05:51.491Z Compiling icu_properties_data v1.5.0
4932026-02-10T20:05:51.771Z Compiling serde_json v1.0.149
4942026-02-10T20:05:51.807Z Compiling num-traits v0.2.19
4952026-02-10T20:05:51.907Z Compiling syn v2.0.114
4962026-02-10T20:05:52.086Z Compiling write16 v1.0.0
4972026-02-10T20:05:52.184Z Compiling smallvec v1.15.1
4982026-02-10T20:05:52.280Z Compiling rustix v0.38.37
4992026-02-10T20:05:52.307Z Compiling icu_normalizer_data v1.5.0
5002026-02-10T20:05:52.449Z Compiling utf16_iter v1.0.5
5012026-02-10T20:05:52.478Z Compiling equivalent v1.0.2
5022026-02-10T20:05:52.548Z Compiling utf8_iter v1.0.4
5032026-02-10T20:05:52.648Z Compiling typeid v1.0.3
5042026-02-10T20:05:52.704Z Compiling hashbrown v0.16.1
5052026-02-10T20:05:53.215Z Compiling usdt-impl v0.5.0
5062026-02-10T20:05:53.303Z Compiling proc-macro-error-attr v1.0.4
5072026-02-10T20:05:53.331Z Compiling winnow v0.7.14
5082026-02-10T20:05:53.711Z Compiling toml_write v0.1.2
5092026-02-10T20:05:53.748Z Compiling syn v1.0.109
5102026-02-10T20:05:53.854Z Compiling thread-id v4.2.2
5112026-02-10T20:05:54.033Z Compiling indexmap v2.13.0
5122026-02-10T20:05:54.594Z Compiling proc-macro-error v1.0.4
5132026-02-10T20:05:55.156Z Compiling getrandom v0.3.4
5142026-02-10T20:05:55.715Z Compiling percent-encoding v2.3.2
5152026-02-10T20:05:55.753Z Compiling plain v0.2.3
5162026-02-10T20:05:56.181Z Compiling utf8parse v0.2.2
5172026-02-10T20:05:56.221Z Compiling rustix v1.1.3
5182026-02-10T20:05:56.411Z Compiling camino v1.2.2
5192026-02-10T20:05:56.438Z Compiling log v0.4.29
5202026-02-10T20:05:56.684Z Compiling anstyle-parse v0.2.5
5212026-02-10T20:05:56.791Z Compiling ordered-float v2.10.1
5222026-02-10T20:05:57.067Z Compiling form_urlencoded v1.2.2
5232026-02-10T20:05:57.124Z Compiling terminal_size v0.4.0
5242026-02-10T20:05:57.433Z Compiling is_terminal_polyfill v1.70.1
5252026-02-10T20:05:57.495Z Compiling colorchoice v1.0.2
5262026-02-10T20:05:57.519Z Compiling cfg-if v1.0.4
5272026-02-10T20:05:57.625Z Compiling anstyle-query v1.1.1
5282026-02-10T20:05:57.654Z Compiling anstyle v1.0.11
5292026-02-10T20:05:57.781Z Compiling pretty-hex v0.4.1
5302026-02-10T20:05:58.032Z Compiling anstream v0.6.18
5312026-02-10T20:05:58.166Z Compiling semver v1.0.27
5322026-02-10T20:05:58.793Z Compiling fs-err v3.1.1
5332026-02-10T20:05:58.981Z Compiling anyhow v1.0.99
5342026-02-10T20:05:59.009Z Compiling clap_lex v0.7.4
5352026-02-10T20:05:59.082Z Compiling heck v0.4.1
5362026-02-10T20:05:59.136Z Compiling unicode-xid v0.2.6
5372026-02-10T20:05:59.385Z Compiling bytecount v0.6.8
5382026-02-10T20:05:59.461Z Compiling fnv v1.0.7
5392026-02-10T20:05:59.582Z Compiling strsim v0.11.1
5402026-02-10T20:05:59.620Z Compiling synstructure v0.13.1
5412026-02-10T20:05:59.657Z Compiling unicode-width v0.1.14
5422026-02-10T20:05:59.681Z Compiling once_cell v1.21.3
5432026-02-10T20:06:00.295Z Compiling fastrand v2.1.1
5442026-02-10T20:06:00.423Z Compiling heck v0.5.0
5452026-02-10T20:06:00.447Z Compiling papergrid v0.11.0
5462026-02-10T20:06:00.801Z Compiling tempfile v3.24.0
5472026-02-10T20:06:00.853Z Compiling clap_builder v4.5.48
5482026-02-10T20:06:01.288Z Compiling memmap v0.7.0
5492026-02-10T20:06:01.488Z Compiling smawk v0.3.2
5502026-02-10T20:06:01.645Z Compiling unicode-linebreak v0.1.5
5512026-02-10T20:06:01.713Z Compiling unicode-width v0.2.0
5522026-02-10T20:06:02.377Z Compiling textwrap v0.16.2
5532026-02-10T20:06:02.665Z Compiling camino-tempfile v1.4.1
5542026-02-10T20:06:02.723Z Compiling tabled_derive v0.7.0
5552026-02-10T20:06:02.884Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-02-10T20:06:03.118Z Compiling swrite v0.1.0
5572026-02-10T20:06:03.969Z Compiling serde_derive v1.0.228
5582026-02-10T20:06:03.970Z Compiling zerofrom-derive v0.1.4
5592026-02-10T20:06:04.028Z Compiling yoke-derive v0.7.4
5602026-02-10T20:06:04.028Z Compiling zerovec-derive v0.10.3
5612026-02-10T20:06:04.064Z Compiling thiserror-impl v2.0.18
5622026-02-10T20:06:04.474Z Compiling displaydoc v0.2.5
5632026-02-10T20:06:06.061Z Compiling thiserror-impl v1.0.69
5642026-02-10T20:06:06.826Z Compiling icu_provider_macros v1.5.0
5652026-02-10T20:06:06.989Z Compiling zerocopy-derive v0.7.35
5662026-02-10T20:06:07.651Z Compiling zerofrom v0.1.4
5672026-02-10T20:06:07.940Z Compiling yoke v0.7.4
5682026-02-10T20:06:07.978Z Compiling pest v2.8.2
5692026-02-10T20:06:07.978Z Compiling scroll_derive v0.12.0
5702026-02-10T20:06:08.490Z Compiling zerovec v0.10.4
5712026-02-10T20:06:09.471Z Compiling zerocopy v0.7.35
5722026-02-10T20:06:09.755Z Compiling clap_derive v4.5.47
5732026-02-10T20:06:09.798Z Compiling tabled v0.15.0
5742026-02-10T20:06:09.836Z Compiling scroll v0.12.0
5752026-02-10T20:06:10.548Z Compiling tinystr v0.7.6
5762026-02-10T20:06:10.580Z Compiling icu_collections v1.5.0
5772026-02-10T20:06:10.919Z Compiling goblin v0.8.2
5782026-02-10T20:06:11.018Z Compiling icu_locid v1.5.0
5792026-02-10T20:06:11.232Z Compiling pest_meta v2.8.2
5802026-02-10T20:06:12.268Z Compiling icu_provider v1.5.0
5812026-02-10T20:06:12.960Z Compiling pest_generator v2.8.2
5822026-02-10T20:06:13.058Z Compiling serde_spanned v0.6.9
5832026-02-10T20:06:13.261Z Compiling icu_locid_transform v1.5.0
5842026-02-10T20:06:13.357Z Compiling toml_datetime v0.6.11
5852026-02-10T20:06:13.424Z Compiling dof v0.3.0
5862026-02-10T20:06:13.990Z Compiling toml_edit v0.22.27
5872026-02-10T20:06:14.428Z Compiling serde_tokenstream v0.2.2
5882026-02-10T20:06:14.463Z Compiling erased-serde v0.4.6
5892026-02-10T20:06:14.729Z Compiling serde-value v0.7.0
5902026-02-10T20:06:15.118Z Compiling icu_properties v1.5.1
5912026-02-10T20:06:15.571Z Compiling serde-untagged v0.1.7
5922026-02-10T20:06:15.690Z Compiling cargo-platform v0.2.0
5932026-02-10T20:06:15.918Z Compiling clap v4.5.48
5942026-02-10T20:06:15.948Z Compiling pest_derive v2.8.2
5952026-02-10T20:06:16.089Z Compiling macaddr v1.0.1
5962026-02-10T20:06:16.740Z Compiling dtrace-parser v0.2.0
5972026-02-10T20:06:17.535Z Compiling toml v0.8.23
5982026-02-10T20:06:18.507Z Compiling cargo_toml v0.21.0
5992026-02-10T20:06:18.882Z Compiling usdt-macro v0.5.0
6002026-02-10T20:06:18.934Z Compiling usdt-attr-macro v0.5.0
6012026-02-10T20:06:19.247Z Compiling icu_normalizer v1.5.0
6022026-02-10T20:06:20.201Z Compiling usdt v0.5.0
6032026-02-10T20:06:20.278Z Compiling idna_adapter v1.2.0
6042026-02-10T20:06:20.474Z Compiling idna v1.0.3
6052026-02-10T20:06:21.088Z Compiling url v2.5.4
6062026-02-10T20:06:22.058Z Compiling cargo-util-schemas v0.8.2
6072026-02-10T20:06:24.370Z Compiling cargo_metadata v0.21.0
6082026-02-10T20:06:26.762Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6092026-02-10T20:06:31.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
6102026-02-10T20:06:32.178Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6112026-02-10T20:06:33.747Z Downloading crates ...
6122026-02-10T20:06:33.978Z Downloaded base64 v0.13.1
6132026-02-10T20:06:34.003Z Downloaded foreign-types v0.5.0
6142026-02-10T20:06:34.030Z Downloaded fallible-iterator v0.2.0
6152026-02-10T20:06:34.054Z Downloaded http-body v1.0.1
6162026-02-10T20:06:34.078Z Downloaded instability v0.3.2
6172026-02-10T20:06:34.103Z Downloaded hex-literal v0.4.1
6182026-02-10T20:06:34.103Z Downloaded ingot v0.1.1
6192026-02-10T20:06:34.126Z Downloaded indoc v2.0.6
6202026-02-10T20:06:34.151Z Downloaded md5 v0.7.0
6212026-02-10T20:06:34.151Z Downloaded ingot-macros v0.1.1
6222026-02-10T20:06:34.176Z Downloaded num-integer v0.1.46
6232026-02-10T20:06:34.176Z Downloaded opaque-debug v0.3.1
6242026-02-10T20:06:34.176Z Downloaded new_debug_unreachable v1.0.6
6252026-02-10T20:06:34.200Z Downloaded num-derive v0.3.3
6262026-02-10T20:06:34.200Z Downloaded papergrid v0.17.0
6272026-02-10T20:06:34.225Z Downloaded predicates-core v1.0.8
6282026-02-10T20:06:34.249Z Downloaded openssl-probe v0.1.5
6292026-02-10T20:06:34.273Z Downloaded pkcs1 v0.7.5
6302026-02-10T20:06:34.273Z Downloaded powerfmt v0.2.0
6312026-02-10T20:06:34.273Z Downloaded progenitor-impl v0.11.2
6322026-02-10T20:06:34.297Z Downloaded progenitor-client v0.8.0
6332026-02-10T20:06:34.297Z Downloaded num-bigint v0.4.6
6342026-02-10T20:06:34.297Z Downloaded scroll v0.13.0
6352026-02-10T20:06:34.322Z Downloaded prefix-trie v0.7.0
6362026-02-10T20:06:34.322Z Downloaded p256 v0.13.2
6372026-02-10T20:06:34.322Z Downloaded quick-error v1.2.3
6382026-02-10T20:06:34.347Z Downloaded ref-cast-impl v1.0.25
6392026-02-10T20:06:34.347Z Downloaded ref-cast v1.0.25
6402026-02-10T20:06:34.371Z Downloaded regex v1.11.3
6412026-02-10T20:06:34.371Z Downloaded rand v0.8.5
6422026-02-10T20:06:34.396Z Downloaded rand_core v0.9.3
6432026-02-10T20:06:34.396Z Downloaded slog-envlogger v2.2.0
6442026-02-10T20:06:34.396Z Downloaded resolv-conf v0.7.0
6452026-02-10T20:06:34.423Z Downloaded smallvec v0.6.14
6462026-02-10T20:06:34.423Z Downloaded strum v0.26.3
6472026-02-10T20:06:34.423Z Downloaded rustversion v1.0.22
6482026-02-10T20:06:34.423Z Downloaded salsa20 v0.10.2
6492026-02-10T20:06:34.447Z Downloaded scroll_derive v0.13.1
6502026-02-10T20:06:34.447Z Downloaded schemars v0.9.0
6512026-02-10T20:06:34.478Z Downloaded thiserror-no-std v2.0.2
6522026-02-10T20:06:34.479Z Downloaded testing_table v0.3.0
6532026-02-10T20:06:34.479Z Downloaded tabwriter v1.4.0
6542026-02-10T20:06:34.507Z Downloaded time-core v0.1.6
6552026-02-10T20:06:34.507Z Downloaded unarray v0.1.4
6562026-02-10T20:06:34.507Z Downloaded tungstenite v0.21.0
6572026-02-10T20:06:34.531Z Downloaded value-bag v1.12.0
6582026-02-10T20:06:34.531Z Downloaded toml_edit v0.19.15
6592026-02-10T20:06:34.557Z Downloaded x509-cert v0.2.5
6602026-02-10T20:06:34.581Z Downloaded zerocopy-derive v0.6.6
6612026-02-10T20:06:34.606Z Downloaded zone_cfg_derive v0.3.0
6622026-02-10T20:06:34.606Z Downloaded yansi v1.0.1
6632026-02-10T20:06:34.606Z Downloaded zstd v0.13.3
6642026-02-10T20:06:34.630Z Downloaded zstd-safe v7.2.3
6652026-02-10T20:06:34.630Z Downloaded zip v0.6.6
6662026-02-10T20:06:34.630Z Downloaded zeroize v1.8.1
6672026-02-10T20:06:34.630Z Downloaded zopfli v0.8.1
6682026-02-10T20:06:34.655Z Downloaded zlib-rs v0.5.1
6692026-02-10T20:06:34.655Z Downloaded winnow v0.5.40
6702026-02-10T20:06:34.679Z Downloaded static_assertions v1.1.0
6712026-02-10T20:06:34.679Z Downloaded zip v4.2.0
6722026-02-10T20:06:34.679Z Downloaded slog-stdlog v4.1.1
6732026-02-10T20:06:34.679Z Downloaded tokio-tungstenite v0.23.1
6742026-02-10T20:06:34.679Z Downloaded vcpkg v0.2.15
6752026-02-10T20:06:34.761Z Downloaded which v4.4.2
6762026-02-10T20:06:34.785Z Downloaded schemars v0.8.22
6772026-02-10T20:06:34.809Z Downloaded unicode-segmentation v1.12.0
6782026-02-10T20:06:34.809Z Downloaded serde_yaml v0.9.34+deprecated
6792026-02-10T20:06:34.809Z Downloaded webpki-roots v1.0.1
6802026-02-10T20:06:34.809Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6812026-02-10T20:06:34.833Z Downloaded tokio-rustls v0.25.0
6822026-02-10T20:06:34.833Z Downloaded reqwest v0.12.24
6832026-02-10T20:06:34.857Z Downloaded predicates-tree v1.0.12
6842026-02-10T20:06:34.857Z Downloaded defmt-macros v0.3.9
6852026-02-10T20:06:34.857Z Downloaded regex-syntax v0.6.29
6862026-02-10T20:06:34.857Z Downloaded progenitor-client v0.11.2
6872026-02-10T20:06:34.857Z Downloaded serde-big-array v0.5.1
6882026-02-10T20:06:34.881Z Downloaded fs-err v2.11.0
6892026-02-10T20:06:34.881Z Downloaded foldhash v0.1.5
6902026-02-10T20:06:34.881Z Downloaded futures-macro v0.3.31
6912026-02-10T20:06:34.881Z Downloaded pkg-config v0.3.31
6922026-02-10T20:06:34.881Z Downloaded ingot-types v0.1.2
6932026-02-10T20:06:34.881Z Downloaded serde_with_macros v3.16.1
6942026-02-10T20:06:34.881Z Downloaded half v1.8.3
6952026-02-10T20:06:34.881Z Downloaded erased-serde v0.3.31
6962026-02-10T20:06:34.881Z Downloaded curve25519-dalek v4.1.3
6972026-02-10T20:06:34.905Z Downloaded progenitor-impl v0.8.0
6982026-02-10T20:06:34.905Z Downloaded derive_more-impl v2.0.1
6992026-02-10T20:06:34.905Z Downloaded strum v0.27.2
7002026-02-10T20:06:34.905Z Downloaded ssh-cipher v0.2.0
7012026-02-10T20:06:34.905Z Downloaded progenitor v0.11.2
7022026-02-10T20:06:34.906Z Downloaded pin-project v1.1.6
7032026-02-10T20:06:34.929Z Downloaded http-body-util v0.1.3
7042026-02-10T20:06:34.929Z Downloaded socket2 v0.6.1
7052026-02-10T20:06:34.929Z Downloaded quinn-proto v0.11.8
7062026-02-10T20:06:34.953Z Downloaded sled v0.34.7
7072026-02-10T20:06:34.953Z Downloaded globwalk v0.9.1
7082026-02-10T20:06:34.977Z Downloaded tokio-tungstenite v0.21.0
7092026-02-10T20:06:34.977Z Downloaded tokio-stream v0.1.17
7102026-02-10T20:06:34.978Z Downloaded tar v0.4.44
7112026-02-10T20:06:34.978Z Downloaded steno v0.4.1
7122026-02-10T20:06:34.978Z Downloaded tower v0.5.2
7132026-02-10T20:06:35.002Z Downloaded libgit2-sys v0.18.2+1.9.1
7142026-02-10T20:06:35.070Z Downloaded tokio-rustls v0.26.0
7152026-02-10T20:06:35.118Z Downloaded toml_writer v1.0.6+spec-1.1.0
7162026-02-10T20:06:35.118Z Downloaded zerocopy v0.8.27
7172026-02-10T20:06:35.142Z Downloaded secrecy v0.8.0
7182026-02-10T20:06:35.142Z Downloaded unicode_categories v0.1.1
7192026-02-10T20:06:35.142Z Downloaded ssh-key v0.6.6
7202026-02-10T20:06:35.142Z Downloaded sigpipe v0.1.3
7212026-02-10T20:06:35.142Z Downloaded scheduled-thread-pool v0.2.7
7222026-02-10T20:06:35.142Z Downloaded regress v0.10.4
7232026-02-10T20:06:35.142Z Downloaded drift v0.1.3
7242026-02-10T20:06:35.167Z Downloaded dunce v1.0.5
7252026-02-10T20:06:35.167Z Downloaded uuid v1.19.0
7262026-02-10T20:06:35.167Z Downloaded tap v1.0.1
7272026-02-10T20:06:35.167Z Downloaded topological-sort v0.2.2
7282026-02-10T20:06:35.167Z Downloaded take_mut v0.2.2
7292026-02-10T20:06:35.167Z Downloaded sync_wrapper v1.0.1
7302026-02-10T20:06:35.167Z Downloaded strum_macros v0.24.3
7312026-02-10T20:06:35.167Z Downloaded signature v2.2.0
7322026-02-10T20:06:35.167Z Downloaded progenitor v0.10.0
7332026-02-10T20:06:35.167Z Downloaded postgres-types v0.2.9
7342026-02-10T20:06:35.192Z Downloaded phf v0.12.1
7352026-02-10T20:06:35.192Z Downloaded fs_extra v1.3.0
7362026-02-10T20:06:35.192Z Downloaded dirs-next v2.0.0
7372026-02-10T20:06:35.192Z Downloaded curve25519-dalek-derive v0.1.1
7382026-02-10T20:06:35.192Z Downloaded filetime v0.2.26
7392026-02-10T20:06:35.192Z Downloaded tokio-dtrace v0.1.0
7402026-02-10T20:06:35.192Z Downloaded sqlparser_derive v0.2.2
7412026-02-10T20:06:35.192Z Downloaded parking_lot_core v0.8.6
7422026-02-10T20:06:35.192Z Downloaded diesel-dtrace v0.4.2
7432026-02-10T20:06:35.193Z Downloaded phf_shared v0.12.1
7442026-02-10T20:06:35.193Z Downloaded openssl-macros v0.1.1
7452026-02-10T20:06:35.193Z Downloaded num-rational v0.4.2
7462026-02-10T20:06:35.193Z Downloaded crossterm v0.28.1
7472026-02-10T20:06:35.217Z Downloaded unicode-truncate v1.1.0
7482026-02-10T20:06:35.217Z Downloaded endian-type v0.1.2
7492026-02-10T20:06:35.217Z Downloaded sha1 v0.10.6
7502026-02-10T20:06:35.217Z Downloaded fd-lock v4.0.2
7512026-02-10T20:06:35.217Z Downloaded ed25519 v2.2.3
7522026-02-10T20:06:35.217Z Downloaded difflib v0.4.0
7532026-02-10T20:06:35.217Z Downloaded darling_core v0.20.10
7542026-02-10T20:06:35.241Z Downloaded whoami v1.5.2
7552026-02-10T20:06:35.241Z Downloaded tracing-core v0.1.32
7562026-02-10T20:06:35.241Z Downloaded toml v0.9.11+spec-1.1.0
7572026-02-10T20:06:35.241Z Downloaded toml v0.7.8
7582026-02-10T20:06:35.241Z Downloaded dropshot-api-manager-types v0.2.4
7592026-02-10T20:06:35.265Z Downloaded zerocopy-derive v0.8.27
7602026-02-10T20:06:35.265Z Downloaded socket2 v0.5.10
7612026-02-10T20:06:35.265Z Downloaded slog-term v2.9.2
7622026-02-10T20:06:35.265Z Downloaded tough v0.20.0
7632026-02-10T20:06:35.289Z Downloaded xshell v0.2.7
7642026-02-10T20:06:35.289Z Downloaded vte v0.11.1
7652026-02-10T20:06:35.289Z Downloaded vergen-lib v0.1.6
7662026-02-10T20:06:35.289Z Downloaded usdt-impl v0.6.0
7672026-02-10T20:06:35.289Z Downloaded unicase v2.8.1
7682026-02-10T20:06:35.289Z Downloaded typify v0.2.0
7692026-02-10T20:06:35.314Z Downloaded darling v0.20.10
7702026-02-10T20:06:35.314Z Downloaded zeroize_derive v1.4.2
7712026-02-10T20:06:35.314Z Downloaded zerocopy v0.6.6
7722026-02-10T20:06:35.314Z Downloaded xz2 v0.1.7
7732026-02-10T20:06:35.314Z Downloaded wyz v0.5.1
7742026-02-10T20:06:35.314Z Downloaded waitgroup v0.1.2
7752026-02-10T20:06:35.314Z Downloaded untrusted v0.9.0
7762026-02-10T20:06:35.314Z Downloaded untrusted v0.7.1
7772026-02-10T20:06:35.314Z Downloaded typify-macro v0.2.0
7782026-02-10T20:06:35.314Z Downloaded typify-impl v0.4.3
7792026-02-10T20:06:35.338Z Downloaded try-lock v0.2.5
7802026-02-10T20:06:35.338Z Downloaded tinyvec v1.8.0
7812026-02-10T20:06:35.339Z Downloaded time-macros v0.2.24
7822026-02-10T20:06:35.339Z Downloaded thiserror-impl-no-std v2.0.2
7832026-02-10T20:06:35.362Z Downloaded term v1.1.0
7842026-02-10T20:06:35.362Z Downloaded term v0.7.0
7852026-02-10T20:06:35.362Z Downloaded tabled v0.20.0
7862026-02-10T20:06:35.388Z Downloaded progenitor-macro v0.8.0
7872026-02-10T20:06:35.412Z Downloaded predicates v3.1.3
7882026-02-10T20:06:35.412Z Downloaded phf_shared v0.11.2
7892026-02-10T20:06:35.412Z Downloaded inout v0.1.3
7902026-02-10T20:06:35.412Z Downloaded data-encoding v2.9.0
7912026-02-10T20:06:35.412Z Downloaded zone v0.3.1
7922026-02-10T20:06:35.412Z Downloaded winnow v0.6.26
7932026-02-10T20:06:35.436Z Downloaded tokio-rustls v0.24.1
7942026-02-10T20:06:35.436Z Downloaded tokio-native-tls v0.3.1
7952026-02-10T20:06:35.436Z Downloaded tagptr v0.2.0
7962026-02-10T20:06:35.436Z Downloaded same-file v1.0.6
7972026-02-10T20:06:35.436Z Downloaded derive_builder_core v0.20.2
7982026-02-10T20:06:35.436Z Downloaded vsss-rs v3.3.4
7992026-02-10T20:06:35.460Z Downloaded typed-path v0.9.3
8002026-02-10T20:06:35.460Z Downloaded tower-http v0.6.6
8012026-02-10T20:06:35.487Z Downloaded smoltcp v0.11.0
8022026-02-10T20:06:35.510Z Downloaded regex-automata v0.4.11
8032026-02-10T20:06:35.510Z Downloaded progenitor-client v0.10.0
8042026-02-10T20:06:35.510Z Downloaded zone_cfg_derive v0.1.2
8052026-02-10T20:06:35.510Z Downloaded zone v0.1.8
8062026-02-10T20:06:35.510Z Downloaded yasna v0.5.2
8072026-02-10T20:06:35.535Z Downloaded xshell-macros v0.2.7
8082026-02-10T20:06:35.535Z Downloaded xattr v1.3.1
8092026-02-10T20:06:35.535Z Downloaded want v0.3.1
8102026-02-10T20:06:35.535Z Downloaded walkdir v2.5.0
8112026-02-10T20:06:35.535Z Downloaded wait-timeout v0.2.0
8122026-02-10T20:06:35.535Z Downloaded vte_generate_state_changes v0.1.2
8132026-02-10T20:06:35.535Z Downloaded void v1.0.2
8142026-02-10T20:06:35.535Z Downloaded vergen-gitcl v1.0.8
8152026-02-10T20:06:35.535Z Downloaded vergen-git2 v1.0.7
8162026-02-10T20:06:35.535Z Downloaded vergen v9.0.6
8172026-02-10T20:06:35.535Z Downloaded uzers v0.12.1
8182026-02-10T20:06:35.535Z Downloaded utf-8 v0.7.6
8192026-02-10T20:06:35.559Z Downloaded usdt-macro v0.6.0
8202026-02-10T20:06:35.560Z Downloaded usdt-attr-macro v0.6.0
8212026-02-10T20:06:35.560Z Downloaded universal-hash v0.5.1
8222026-02-10T20:06:35.560Z Downloaded unicode-properties v0.1.3
8232026-02-10T20:06:35.560Z Downloaded unicode-bidi v0.3.17
8242026-02-10T20:06:35.560Z Downloaded typify-impl v0.2.0
8252026-02-10T20:06:35.584Z Downloaded sync-ptr v0.1.4
8262026-02-10T20:06:35.584Z Downloaded subtle v2.6.1
8272026-02-10T20:06:35.584Z Downloaded strum_macros v0.26.4
8282026-02-10T20:06:35.584Z Downloaded stringprep v0.1.5
8292026-02-10T20:06:35.584Z Downloaded sqlparser v0.45.0
8302026-02-10T20:06:35.584Z Downloaded serde_with v3.16.1
8312026-02-10T20:06:35.609Z Downloaded progenitor-impl v0.10.0
8322026-02-10T20:06:35.609Z Downloaded embedded-io v0.6.1
8332026-02-10T20:06:35.609Z Downloaded diesel_derives v2.2.3
8342026-02-10T20:06:35.609Z Downloaded unicode-normalization v0.1.24
8352026-02-10T20:06:35.633Z Downloaded typify-macro v0.4.3
8362026-02-10T20:06:35.633Z Downloaded twox-hash v2.1.0
8372026-02-10T20:06:35.633Z Downloaded tungstenite v0.23.0
8382026-02-10T20:06:35.633Z Downloaded trait-variant v0.1.2
8392026-02-10T20:06:35.633Z Downloaded tracing v0.1.40
8402026-02-10T20:06:35.633Z Downloaded tower-service v0.3.3
8412026-02-10T20:06:35.633Z Downloaded tower-layer v0.3.3
8422026-02-10T20:06:35.633Z Downloaded tokio-util v0.7.15
8432026-02-10T20:06:35.659Z Downloaded ssh-encoding v0.2.0
8442026-02-10T20:06:35.659Z Downloaded spin v0.9.8
8452026-02-10T20:06:35.659Z Downloaded snafu v0.8.5
8462026-02-10T20:06:35.659Z Downloaded smf v0.2.3
8472026-02-10T20:06:35.659Z Downloaded slog-async v2.8.0
8482026-02-10T20:06:35.659Z Downloaded similar v2.7.0
8492026-02-10T20:06:35.685Z Downloaded signal-hook v0.3.18
8502026-02-10T20:06:35.685Z Downloaded serde_bytes v0.11.19
8512026-02-10T20:06:35.685Z Downloaded rustls-pemfile v1.0.4
8522026-02-10T20:06:35.685Z Downloaded usdt v0.6.0
8532026-02-10T20:06:35.685Z Downloaded unsafe-libyaml v0.2.11
8542026-02-10T20:06:35.685Z Downloaded typify v0.4.3
8552026-02-10T20:06:35.685Z Downloaded tui-tree-widget v0.23.1
8562026-02-10T20:06:35.685Z Downloaded toml_parser v1.0.6+spec-1.1.0
8572026-02-10T20:06:35.685Z Downloaded serde-hex v0.1.0
8582026-02-10T20:06:35.709Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8592026-02-10T20:06:35.709Z Downloaded tokio-macros v2.6.0
8602026-02-10T20:06:35.709Z Downloaded tls_codec_derive v0.4.1
8612026-02-10T20:06:35.709Z Downloaded tls_codec v0.4.1
8622026-02-10T20:06:35.709Z Downloaded tiny-keccak v2.0.2
8632026-02-10T20:06:35.709Z Downloaded time v0.3.43
8642026-02-10T20:06:35.709Z Downloaded thread-id v5.0.0
8652026-02-10T20:06:35.733Z Downloaded tabled_derive v0.11.0
8662026-02-10T20:06:35.733Z Downloaded supports-color v3.0.2
8672026-02-10T20:06:35.733Z Downloaded strum_macros v0.27.2
8682026-02-10T20:06:35.733Z Downloaded slog-json v2.6.1
8692026-02-10T20:06:35.733Z Downloaded signal-hook-registry v1.4.2
8702026-02-10T20:06:35.733Z Downloaded sha3 v0.10.8
8712026-02-10T20:06:35.733Z Downloaded encoding_rs v0.8.34
8722026-02-10T20:06:35.757Z Downloaded unit-prefix v0.5.1
8732026-02-10T20:06:35.782Z Downloaded tokio-postgres v0.7.13
8742026-02-10T20:06:35.782Z Downloaded tokio v1.49.0
8752026-02-10T20:06:35.821Z Downloaded termtree v0.5.1
8762026-02-10T20:06:35.845Z Downloaded tabled_derive v0.10.0
8772026-02-10T20:06:35.845Z Downloaded support-bundle-viewer v0.1.2
8782026-02-10T20:06:35.845Z Downloaded structmeta v0.3.0
8792026-02-10T20:06:35.845Z Downloaded strip-ansi-escapes v0.2.0
8802026-02-10T20:06:35.845Z Downloaded sqlformat v0.3.5
8812026-02-10T20:06:35.845Z Downloaded snafu-derive v0.8.5
8822026-02-10T20:06:35.845Z Downloaded slog-dtrace v0.3.0
8832026-02-10T20:06:35.845Z Downloaded lru-cache v0.1.2
8842026-02-10T20:06:35.845Z Downloaded darling_macro v0.20.10
8852026-02-10T20:06:35.845Z Downloaded tracing-attributes v0.1.27
8862026-02-10T20:06:35.845Z Downloaded num-iter v0.1.45
8872026-02-10T20:06:35.845Z Downloaded dropshot v0.16.7
8882026-02-10T20:06:35.871Z Downloaded tinyvec_macros v0.1.1
8892026-02-10T20:06:35.896Z Downloaded test-strategy v0.4.3
8902026-02-10T20:06:35.896Z Downloaded tabled v0.18.0
8912026-02-10T20:06:35.920Z Downloaded smoltcp v0.9.1
8922026-02-10T20:06:35.944Z Downloaded slog-bunyan v2.5.0
8932026-02-10T20:06:35.944Z Downloaded slab v0.4.9
8942026-02-10T20:06:35.944Z Downloaded siphasher v0.3.11
8952026-02-10T20:06:35.944Z Downloaded simd-adler32 v0.3.7
8962026-02-10T20:06:35.944Z Downloaded signal-hook-tokio v0.3.1
8972026-02-10T20:06:35.969Z Downloaded serde_urlencoded v0.7.1
8982026-02-10T20:06:35.969Z Downloaded serde_spanned v1.0.4
8992026-02-10T20:06:35.969Z Downloaded serde_path_to_error v0.1.20
9002026-02-10T20:06:35.969Z Downloaded thread_local v1.1.8
9012026-02-10T20:06:35.969Z Downloaded shell-words v1.1.0
9022026-02-10T20:06:35.969Z Downloaded serde_plain v1.0.2
9032026-02-10T20:06:35.969Z Downloaded regex-syntax v0.8.5
9042026-02-10T20:06:35.993Z Downloaded subprocess v0.2.9
9052026-02-10T20:06:35.993Z Downloaded serde_repr v0.1.19
9062026-02-10T20:06:35.993Z Downloaded secrecy v0.10.3
9072026-02-10T20:06:35.993Z Downloaded samael v0.0.19
9082026-02-10T20:06:36.017Z Downloaded structmeta-derive v0.3.0
9092026-02-10T20:06:36.017Z Downloaded string_cache v0.8.9
9102026-02-10T20:06:36.017Z Downloaded spki v0.7.3
9112026-02-10T20:06:36.018Z Downloaded slog-scope v4.4.0
9122026-02-10T20:06:36.018Z Downloaded slog v2.8.2
9132026-02-10T20:06:36.018Z Downloaded siphasher v1.0.1
9142026-02-10T20:06:36.018Z Downloaded shlex v1.3.0
9152026-02-10T20:06:36.018Z Downloaded serde_derive_internals v0.29.1
9162026-02-10T20:06:36.018Z Downloaded serde_cbor v0.11.2
9172026-02-10T20:06:36.044Z Downloaded seq-macro v0.3.6
9182026-02-10T20:06:36.044Z Downloaded semver v0.1.20
9192026-02-10T20:06:36.044Z Downloaded sec1 v0.7.3
9202026-02-10T20:06:36.044Z Downloaded scopeguard v1.2.0
9212026-02-10T20:06:36.044Z Downloaded schemars v1.0.4
9222026-02-10T20:06:36.089Z Downloaded ryu v1.0.18
9232026-02-10T20:06:36.089Z Downloaded rusty-fork v0.3.0
9242026-02-10T20:06:36.089Z Downloaded rustls-pki-types v1.10.0
9252026-02-10T20:06:36.089Z Downloaded rustls-pemfile v2.2.0
9262026-02-10T20:06:36.089Z Downloaded rustls-native-certs v0.8.1
9272026-02-10T20:06:36.117Z Downloaded rustls v0.22.4
9282026-02-10T20:06:36.117Z Downloaded rustls v0.21.12
9292026-02-10T20:06:36.142Z Downloaded rustc_version v0.1.7
9302026-02-10T20:06:36.142Z Downloaded rtoolbox v0.0.2
9312026-02-10T20:06:36.142Z Downloaded libefi-sys v0.1.0
9322026-02-10T20:06:36.142Z Downloaded expectorate v1.2.0
9332026-02-10T20:06:36.142Z Downloaded debug-ignore v1.0.5
9342026-02-10T20:06:36.142Z Downloaded crossbeam-utils v0.8.21
9352026-02-10T20:06:36.142Z Downloaded termios v0.3.3
9362026-02-10T20:06:36.142Z Downloaded signal-hook-mio v0.2.4
9372026-02-10T20:06:36.142Z Downloaded sct v0.7.1
9382026-02-10T20:06:36.142Z Downloaded scrypt v0.11.0
9392026-02-10T20:06:36.142Z Downloaded rpassword v7.4.0
9402026-02-10T20:06:36.167Z Downloaded group v0.13.0
9412026-02-10T20:06:36.167Z Downloaded futures v0.3.31
9422026-02-10T20:06:36.167Z Downloaded funty v2.0.0
9432026-02-10T20:06:36.167Z Downloaded env_logger v0.11.8
9442026-02-10T20:06:36.167Z Downloaded rustyline v14.0.0
9452026-02-10T20:06:36.167Z Downloaded rustls-webpki v0.101.7
9462026-02-10T20:06:36.193Z Downloaded rustc-hash v2.1.1
9472026-02-10T20:06:36.193Z Downloaded ron v0.7.1
9482026-02-10T20:06:36.193Z Downloaded fixedbitset v0.5.7
9492026-02-10T20:06:36.217Z Downloaded der v0.7.10
9502026-02-10T20:06:36.217Z Downloaded daft-derive v0.1.4
9512026-02-10T20:06:36.217Z Downloaded crunchy v0.2.2
9522026-02-10T20:06:36.217Z Downloaded schemars_derive v0.8.22
9532026-02-10T20:06:36.217Z Downloaded salty v0.3.0
9542026-02-10T20:06:36.242Z Downloaded russh-keys v0.45.0
9552026-02-10T20:06:36.242Z Downloaded rfc6979 v0.4.0
9562026-02-10T20:06:36.242Z Downloaded http v1.4.0
9572026-02-10T20:06:36.242Z Downloaded rustls-webpki v0.102.8
9582026-02-10T20:06:36.266Z Downloaded rustc-hash v1.1.0
9592026-02-10T20:06:36.266Z Downloaded russh-cryptovec v0.7.3
9602026-02-10T20:06:36.266Z Downloaded rustls v0.23.19
9612026-02-10T20:06:36.290Z Downloaded rustc_version v0.4.1
9622026-02-10T20:06:36.290Z Downloaded rustc-demangle v0.1.24
9632026-02-10T20:06:36.290Z Downloaded ron v0.8.1
9642026-02-10T20:06:36.313Z Downloaded rayon v1.10.0
9652026-02-10T20:06:36.313Z Downloaded rand_xorshift v0.4.0
9662026-02-10T20:06:36.314Z Downloaded rand_chacha v0.9.0
9672026-02-10T20:06:36.314Z Downloaded proc-macro-error-attr2 v2.0.0
9682026-02-10T20:06:36.314Z Downloaded p384 v0.13.1
9692026-02-10T20:06:36.338Z Downloaded russh v0.45.0
9702026-02-10T20:06:36.338Z Downloaded rsa v0.9.8
9712026-02-10T20:06:36.338Z Downloaded rayon-core v1.12.1
9722026-02-10T20:06:36.338Z Downloaded rand_core v0.6.4
9732026-02-10T20:06:36.362Z Downloaded quinn v0.11.5
9742026-02-10T20:06:36.362Z Downloaded instant v0.1.13
9752026-02-10T20:06:36.362Z Downloaded foreign-types-macros v0.2.3
9762026-02-10T20:06:36.362Z Downloaded aws-lc-sys v0.26.0
9772026-02-10T20:06:36.611Z Downloaded rcgen v0.12.1
9782026-02-10T20:06:36.635Z Downloaded ratatui v0.29.0
9792026-02-10T20:06:36.659Z Downloaded rand_chacha v0.3.1
9802026-02-10T20:06:36.659Z Downloaded radix_trie v0.2.1
9812026-02-10T20:06:36.659Z Downloaded pretty_assertions v1.4.1
9822026-02-10T20:06:36.659Z Downloaded portable-atomic v1.11.0
9832026-02-10T20:06:36.659Z Downloaded document-features v0.2.11
9842026-02-10T20:06:36.659Z Downloaded radium v0.7.0
9852026-02-10T20:06:36.684Z Downloaded progenitor-macro v0.11.2
9862026-02-10T20:06:36.684Z Downloaded proc-macro-error2 v2.0.1
9872026-02-10T20:06:36.684Z Downloaded ppv-lite86 v0.2.20
9882026-02-10T20:06:36.684Z Downloaded dsl_auto_type v0.1.2
9892026-02-10T20:06:36.684Z Downloaded derive-ex v0.1.8
9902026-02-10T20:06:36.684Z Downloaded crypto-bigint v0.5.5
9912026-02-10T20:06:36.684Z Downloaded sapling-renderdag v0.1.0
9922026-02-10T20:06:36.684Z Downloaded ring v0.17.14
9932026-02-10T20:06:36.759Z Downloaded http-range v0.1.5
9942026-02-10T20:06:36.783Z Downloaded half v2.4.1
9952026-02-10T20:06:36.783Z Downloaded flate2 v1.1.2
9962026-02-10T20:06:36.783Z Downloaded derive_more v2.0.1
9972026-02-10T20:06:36.807Z Downloaded ctr v0.9.2
9982026-02-10T20:06:36.807Z Downloaded poly1305 v0.8.0
9992026-02-10T20:06:36.807Z Downloaded r2d2 v0.8.10
10002026-02-10T20:06:36.807Z Downloaded petname v2.0.2
10012026-02-10T20:06:36.831Z Downloaded petgraph v0.8.2
10022026-02-10T20:06:36.856Z Downloaded petgraph v0.6.5
10032026-02-10T20:06:36.880Z Downloaded libz-sys v1.1.20
10042026-02-10T20:06:36.903Z Downloaded des v0.8.1
10052026-02-10T20:06:36.903Z Downloaded cstr-argument v0.1.2
10062026-02-10T20:06:36.903Z Downloaded reedline v0.40.0
10072026-02-10T20:06:36.927Z Downloaded rand v0.9.2
10082026-02-10T20:06:36.927Z Downloaded quick-xml v0.37.2
10092026-02-10T20:06:36.928Z Downloaded proptest v1.7.0
10102026-02-10T20:06:36.951Z Downloaded polyval v0.6.2
10112026-02-10T20:06:36.951Z Downloaded jiff v0.2.15
10122026-02-10T20:06:36.975Z Downloaded foreign-types-shared v0.3.1
10132026-02-10T20:06:36.975Z Downloaded flume v0.11.1
10142026-02-10T20:06:36.975Z Downloaded qorb v0.4.1
10152026-02-10T20:06:36.975Z Downloaded pem v3.0.5
10162026-02-10T20:06:36.975Z Downloaded peg v0.8.5
10172026-02-10T20:06:36.975Z Downloaded password-hash v0.5.0
10182026-02-10T20:06:36.975Z Downloaded foreign-types v0.3.2
10192026-02-10T20:06:37.001Z Downloaded rand_seeder v0.4.0
10202026-02-10T20:06:37.001Z Downloaded quinn-udp v0.5.5
10212026-02-10T20:06:37.001Z Downloaded pin-project-internal v1.1.6
10222026-02-10T20:06:37.001Z Downloaded peg-runtime v0.8.5
10232026-02-10T20:06:37.001Z Downloaded paste v1.0.15
10242026-02-10T20:06:37.001Z Downloaded parse-display-derive v0.10.0
10252026-02-10T20:06:37.001Z Downloaded float-ord v0.3.2
10262026-02-10T20:06:37.001Z Downloaded derive-where v1.5.0
10272026-02-10T20:06:37.001Z Downloaded psl-types v2.0.11
10282026-02-10T20:06:37.001Z Downloaded progenitor-macro v0.10.0
10292026-02-10T20:06:37.001Z Downloaded polar-core v0.27.3
10302026-02-10T20:06:37.025Z Downloaded pkcs5 v0.7.1
10312026-02-10T20:06:37.025Z Downloaded openssl v0.10.73
10322026-02-10T20:06:37.025Z Downloaded object v0.36.5
10332026-02-10T20:06:37.051Z Downloaded nix v0.28.0
10342026-02-10T20:06:37.076Z Downloaded moka v0.12.10
10352026-02-10T20:06:37.076Z Downloaded httparse v1.9.5
10362026-02-10T20:06:37.076Z Downloaded either v1.15.0
10372026-02-10T20:06:37.076Z Downloaded dof v0.4.0
10382026-02-10T20:06:37.076Z Downloaded packed_struct v0.10.1
10392026-02-10T20:06:37.076Z Downloaded p521 v0.13.3
10402026-02-10T20:06:37.100Z Downloaded dyn-clone v1.0.20
10412026-02-10T20:06:37.101Z Downloaded publicsuffix v2.3.0
10422026-02-10T20:06:37.101Z Downloaded progenitor v0.8.0
10432026-02-10T20:06:37.101Z Downloaded proc-macro-crate v1.3.1
10442026-02-10T20:06:37.101Z Downloaded prettyplease v0.2.36
10452026-02-10T20:06:37.101Z Downloaded postcard v1.0.10
10462026-02-10T20:06:37.101Z Downloaded parking_lot v0.11.2
10472026-02-10T20:06:37.101Z Downloaded oso v0.27.3
10482026-02-10T20:06:37.101Z Downloaded primeorder v0.13.6
10492026-02-10T20:06:37.101Z Downloaded pretty-hex v0.2.1
10502026-02-10T20:06:37.127Z Downloaded precomputed-hash v0.1.1
10512026-02-10T20:06:37.127Z Downloaded postgres-protocol v0.6.8
10522026-02-10T20:06:37.127Z Downloaded phf v0.11.2
10532026-02-10T20:06:37.127Z Downloaded pbkdf2 v0.12.2
10542026-02-10T20:06:37.127Z Downloaded pbkdf2 v0.11.0
10552026-02-10T20:06:37.127Z Downloaded parse-display v0.10.0
10562026-02-10T20:06:37.127Z Downloaded parking_lot_core v0.9.10
10572026-02-10T20:06:37.127Z Downloaded owo-colors v4.2.2
10582026-02-10T20:06:37.152Z Downloaded oso-derive v0.27.3
10592026-02-10T20:06:37.152Z Downloaded num_threads v0.1.7
10602026-02-10T20:06:37.152Z Downloaded num-conv v0.1.0
10612026-02-10T20:06:37.152Z Downloaded normalize-line-endings v0.3.0
10622026-02-10T20:06:37.152Z Downloaded newtype-uuid v1.3.2
10632026-02-10T20:06:37.152Z Downloaded lzss v0.8.2
10642026-02-10T20:06:37.152Z Downloaded litrs v0.4.1
10652026-02-10T20:06:37.152Z Downloaded iri-string v0.7.8
10662026-02-10T20:06:37.177Z Downloaded foreign-types-shared v0.1.1
10672026-02-10T20:06:37.177Z Downloaded foldhash v0.2.0
10682026-02-10T20:06:37.177Z Downloaded diff v0.1.13
10692026-02-10T20:06:37.177Z Downloaded pkcs8 v0.10.2
10702026-02-10T20:06:37.177Z Downloaded pin-utils v0.1.0
10712026-02-10T20:06:37.177Z Downloaded pin-project-lite v0.2.14
10722026-02-10T20:06:37.177Z Downloaded pem-rfc7468 v0.7.0
10732026-02-10T20:06:37.177Z Downloaded peg-macros v0.8.5
10742026-02-10T20:06:37.202Z Downloaded password-hash v0.4.2
10752026-02-10T20:06:37.202Z Downloaded parse-size v1.1.0
10762026-02-10T20:06:37.202Z Downloaded packed_struct_codegen v0.10.1
10772026-02-10T20:06:37.202Z Downloaded memoffset v0.9.1
10782026-02-10T20:06:37.202Z Downloaded memmap2 v0.9.8
10792026-02-10T20:06:37.202Z Downloaded libm v0.2.8
10802026-02-10T20:06:37.202Z Downloaded jiff-static v0.2.15
10812026-02-10T20:06:37.226Z Downloaded itertools v0.10.5
10822026-02-10T20:06:37.226Z Downloaded path-slash v0.1.5
10832026-02-10T20:06:37.226Z Downloaded parking_lot v0.12.3
10842026-02-10T20:06:37.226Z Downloaded papergrid v0.14.0
10852026-02-10T20:06:37.226Z Downloaded oxnet v0.1.4
10862026-02-10T20:06:37.226Z Downloaded oxide-tokio-rt v0.1.2
10872026-02-10T20:06:37.251Z Downloaded openssl-sys v0.9.109
10882026-02-10T20:06:37.251Z Downloaded openapiv3 v2.2.0
10892026-02-10T20:06:37.275Z Downloaded olpc-cjson v0.1.4
10902026-02-10T20:06:37.275Z Downloaded object v0.30.4
10912026-02-10T20:06:37.275Z Downloaded num_enum_derive v0.5.11
10922026-02-10T20:06:37.276Z Downloaded nibble_vec v0.1.0
10932026-02-10T20:06:37.276Z Downloaded miniz_oxide v0.8.5
10942026-02-10T20:06:37.276Z Downloaded match_cfg v0.1.0
10952026-02-10T20:06:37.276Z Downloaded lru v0.12.5
10962026-02-10T20:06:37.302Z Downloaded lazy_static v1.5.0
10972026-02-10T20:06:37.302Z Downloaded kstat-rs v0.2.4
10982026-02-10T20:06:37.302Z Downloaded ipnet v2.11.0
10992026-02-10T20:06:37.302Z Downloaded indicatif v0.18.0
11002026-02-10T20:06:37.302Z Downloaded indexmap v1.9.3
11012026-02-10T20:06:37.302Z Downloaded h2 v0.4.6
11022026-02-10T20:06:37.326Z Downloaded globset v0.4.15
11032026-02-10T20:06:37.326Z Downloaded display-error-chain v0.2.2
11042026-02-10T20:06:37.326Z Downloaded darling_macro v0.21.0
11052026-02-10T20:06:37.326Z Downloaded crossbeam-epoch v0.9.18
11062026-02-10T20:06:37.326Z Downloaded number_prefix v0.4.0
11072026-02-10T20:06:37.326Z Downloaded num_enum v0.5.11
11082026-02-10T20:06:37.326Z Downloaded nix v0.29.0
11092026-02-10T20:06:37.350Z Downloaded nix v0.27.1
11102026-02-10T20:06:37.374Z Downloaded lzma-sys v0.1.20
11112026-02-10T20:06:37.405Z Downloaded indicatif v0.17.11
11122026-02-10T20:06:37.428Z Downloaded indent_write v2.2.0
11132026-02-10T20:06:37.428Z Downloaded hyper-util v0.1.19
11142026-02-10T20:06:37.428Z Downloaded dropshot-api-manager v0.2.4
11152026-02-10T20:06:37.428Z Downloaded omicron-zone-package v0.12.2
11162026-02-10T20:06:37.428Z Downloaded num-derive v0.4.2
11172026-02-10T20:06:37.428Z Downloaded num-bigint-dig v0.8.6
11182026-02-10T20:06:37.453Z Downloaded nom v7.1.3
11192026-02-10T20:06:37.453Z Downloaded nodrop v0.1.14
11202026-02-10T20:06:37.453Z Downloaded nix v0.30.1
11212026-02-10T20:06:37.479Z Downloaded indoc v1.0.9
11222026-02-10T20:06:37.479Z Downloaded hyper-staticfile v0.10.1
11232026-02-10T20:06:37.479Z Downloaded humantime v2.2.0
11242026-02-10T20:06:37.479Z Downloaded futures-channel v0.3.31
11252026-02-10T20:06:37.480Z Downloaded float-cmp v0.10.0
11262026-02-10T20:06:37.504Z Downloaded fatfs v0.3.6
11272026-02-10T20:06:37.504Z Downloaded ena v0.14.3
11282026-02-10T20:06:37.504Z Downloaded elliptic-curve v0.13.8
11292026-02-10T20:06:37.504Z Downloaded ed25519-dalek v2.1.1
11302026-02-10T20:06:37.504Z Downloaded derive_more v0.99.20
11312026-02-10T20:06:37.504Z Downloaded der_derive v0.7.3
11322026-02-10T20:06:37.504Z Downloaded num v0.4.3
11332026-02-10T20:06:37.504Z Downloaded httpdate v1.0.3
11342026-02-10T20:06:37.504Z Downloaded futures-core v0.3.31
11352026-02-10T20:06:37.504Z Downloaded ff v0.13.0
11362026-02-10T20:06:37.532Z Downloaded defmt-parser v0.3.4
11372026-02-10T20:06:37.532Z Downloaded nu-ansi-term v0.50.1
11382026-02-10T20:06:37.532Z Downloaded nonempty v0.12.0
11392026-02-10T20:06:37.532Z Downloaded newtype_derive v0.1.6
11402026-02-10T20:06:37.533Z Downloaded newtype-uuid-macros v0.1.0
11412026-02-10T20:06:37.533Z Downloaded newline-converter v0.3.0
11422026-02-10T20:06:37.533Z Downloaded diesel_table_macro_syntax v0.2.0
11432026-02-10T20:06:37.533Z Downloaded multer v3.1.0
11442026-02-10T20:06:37.533Z Downloaded mio v1.0.2
11452026-02-10T20:06:37.533Z Downloaded minimal-lexical v0.2.1
11462026-02-10T20:06:37.557Z Downloaded libxml v0.3.3
11472026-02-10T20:06:37.557Z Downloaded libloading v0.8.5
11482026-02-10T20:06:37.557Z Downloaded itertools v0.12.1
11492026-02-10T20:06:37.557Z Downloaded native-tls v0.2.12
11502026-02-10T20:06:37.557Z Downloaded nanorand v0.7.0
11512026-02-10T20:06:37.557Z Downloaded multimap v0.10.1
11522026-02-10T20:06:37.557Z Downloaded mime_guess v2.0.5
11532026-02-10T20:06:37.582Z Downloaded mime v0.3.17
11542026-02-10T20:06:37.582Z Downloaded md-5 v0.10.6
11552026-02-10T20:06:37.582Z Downloaded maybe-uninit v2.0.0
11562026-02-10T20:06:37.582Z Downloaded maplit v1.0.2
11572026-02-10T20:06:37.582Z Downloaded managed v0.8.0
11582026-02-10T20:06:37.582Z Downloaded linked-hash-map v0.5.6
11592026-02-10T20:06:37.582Z Downloaded linear-map v1.2.0
11602026-02-10T20:06:37.582Z Downloaded libz-rs-sys v0.5.1
11612026-02-10T20:06:37.582Z Downloaded libsw-core v0.3.1
11622026-02-10T20:06:37.582Z Downloaded libsw v3.5.0
11632026-02-10T20:06:37.582Z Downloaded libscf-sys v1.1.0
11642026-02-10T20:06:37.582Z Downloaded lalrpop v0.19.12
11652026-02-10T20:06:37.607Z Downloaded itertools v0.14.0
11662026-02-10T20:06:37.607Z Downloaded itertools v0.13.0
11672026-02-10T20:06:37.634Z Downloaded flagset v0.4.6
11682026-02-10T20:06:37.634Z Downloaded env_filter v0.1.2
11692026-02-10T20:06:37.634Z Downloaded dtrace-parser v0.3.0
11702026-02-10T20:06:37.634Z Downloaded derive_builder v0.20.2
11712026-02-10T20:06:37.634Z Downloaded num-complex v0.4.6
11722026-02-10T20:06:37.634Z Downloaded lockfree-object-pool v0.1.6
11732026-02-10T20:06:37.634Z Downloaded lock_api v0.4.12
11742026-02-10T20:06:37.634Z Downloaded lazycell v1.3.0
11752026-02-10T20:06:37.635Z Downloaded lalrpop-util v0.19.12
11762026-02-10T20:06:37.635Z Downloaded keccak v0.1.5
11772026-02-10T20:06:37.635Z Downloaded jobserver v0.1.32
11782026-02-10T20:06:37.635Z Downloaded is_ci v1.2.0
11792026-02-10T20:06:37.635Z Downloaded is-terminal v0.4.13
11802026-02-10T20:06:37.659Z Downloaded ipnetwork v0.21.1
11812026-02-10T20:06:37.659Z Downloaded internet-checksum v0.2.1
11822026-02-10T20:06:37.659Z Downloaded iddqd v0.3.16
11832026-02-10T20:06:37.659Z Downloaded hickory-proto v0.24.4
11842026-02-10T20:06:37.684Z Downloaded chrono-tz v0.10.4
11852026-02-10T20:06:37.709Z Downloaded bzip2-sys v0.1.13+1.0.8
11862026-02-10T20:06:37.709Z Downloaded bzip2 v0.4.4
11872026-02-10T20:06:37.710Z Downloaded ident_case v1.0.1
11882026-02-10T20:06:37.710Z Downloaded iana-time-zone v0.1.63
11892026-02-10T20:06:37.710Z Downloaded hyper-rustls v0.27.7
11902026-02-10T20:06:37.737Z Downloaded hubpack_derive v0.1.1
11912026-02-10T20:06:37.738Z Downloaded hubpack v0.1.2
11922026-02-10T20:06:37.738Z Downloaded hickory-proto v0.25.2
11932026-02-10T20:06:37.738Z Downloaded hashbrown v0.15.4
11942026-02-10T20:06:37.761Z Downloaded git2 v0.20.2
11952026-02-10T20:06:37.761Z Downloaded gimli v0.31.1
11962026-02-10T20:06:37.761Z Downloaded crossbeam-deque v0.8.5
11972026-02-10T20:06:37.761Z Downloaded bstr v1.10.0
11982026-02-10T20:06:37.786Z Downloaded impl-trait-for-tuples v0.2.2
11992026-02-10T20:06:37.786Z Downloaded hyper v1.8.1
12002026-02-10T20:06:37.786Z Downloaded hkdf v0.12.4
12012026-02-10T20:06:37.811Z Downloaded heapless v0.8.0
12022026-02-10T20:06:37.811Z Downloaded futures-util v0.3.31
12032026-02-10T20:06:37.811Z Downloaded futures-executor v0.3.31
12042026-02-10T20:06:37.811Z Downloaded darling v0.21.0
12052026-02-10T20:06:37.836Z Downloaded csv-core v0.1.11
12062026-02-10T20:06:37.836Z Downloaded bindgen v0.71.1
12072026-02-10T20:06:37.836Z Downloaded ignore v0.4.23
12082026-02-10T20:06:37.836Z Downloaded hostname v0.4.2
12092026-02-10T20:06:37.836Z Downloaded hickory-server v0.25.2
12102026-02-10T20:06:37.836Z Downloaded hickory-resolver v0.25.2
12112026-02-10T20:06:37.860Z Downloaded hickory-resolver v0.24.4
12122026-02-10T20:06:37.860Z Downloaded hex v0.4.3
12132026-02-10T20:06:37.860Z Downloaded heapless v0.7.17
12142026-02-10T20:06:37.860Z Downloaded headers-core v0.3.0
12152026-02-10T20:06:37.860Z Downloaded hashbrown v0.13.2
12162026-02-10T20:06:37.860Z Downloaded hashbrown v0.12.3
12172026-02-10T20:06:37.884Z Downloaded hash32 v0.3.1
12182026-02-10T20:06:37.884Z Downloaded ghash v0.5.1
12192026-02-10T20:06:37.884Z Downloaded fxhash v0.2.1
12202026-02-10T20:06:37.884Z Downloaded aes v0.8.4
12212026-02-10T20:06:37.884Z Downloaded hyper-tls v0.6.0
12222026-02-10T20:06:37.884Z Downloaded hostname v0.3.1
12232026-02-10T20:06:37.884Z Downloaded home v0.5.9
12242026-02-10T20:06:37.885Z Downloaded hmac v0.12.1
12252026-02-10T20:06:37.885Z Downloaded highway v1.3.0
12262026-02-10T20:06:37.885Z Downloaded hickory-client v0.25.2
12272026-02-10T20:06:37.885Z Downloaded headers v0.4.1
12282026-02-10T20:06:37.911Z Downloaded hash32 v0.2.1
12292026-02-10T20:06:37.911Z Downloaded getrandom v0.2.15
12302026-02-10T20:06:37.911Z Downloaded futures-io v0.3.31
12312026-02-10T20:06:37.911Z Downloaded corncobs v0.1.4
12322026-02-10T20:06:37.911Z Downloaded colored v3.0.0
12332026-02-10T20:06:37.911Z Downloaded colored v2.2.0
12342026-02-10T20:06:37.911Z Downloaded cmake v0.1.51
12352026-02-10T20:06:37.911Z Downloaded chacha20poly1305 v0.10.1
12362026-02-10T20:06:37.911Z Downloaded camino-tempfile-ext v0.3.2
12372026-02-10T20:06:37.911Z Downloaded bytes v1.11.1
12382026-02-10T20:06:37.936Z Downloaded base64 v0.22.1
12392026-02-10T20:06:37.936Z Downloaded arc-swap v1.7.1
12402026-02-10T20:06:37.936Z Downloaded heck v0.3.3
12412026-02-10T20:06:37.936Z Downloaded glob v0.3.2
12422026-02-10T20:06:37.936Z Downloaded gethostname v0.5.0
12432026-02-10T20:06:37.936Z Downloaded futures-task v0.3.31
12442026-02-10T20:06:37.936Z Downloaded futures-sink v0.3.31
12452026-02-10T20:06:37.936Z Downloaded crucible-workspace-hack v0.1.0
12462026-02-10T20:06:37.936Z Downloaded critical-section v1.1.3
12472026-02-10T20:06:37.936Z Downloaded crc-any v2.5.0
12482026-02-10T20:06:37.936Z Downloaded chrono v0.4.43
12492026-02-10T20:06:37.960Z Downloaded blake2 v0.10.6
12502026-02-10T20:06:37.960Z Downloaded bitfield v0.19.2
12512026-02-10T20:06:37.960Z Downloaded bindgen v0.69.5
12522026-02-10T20:06:37.960Z Downloaded base64ct v1.6.0
12532026-02-10T20:06:37.960Z Downloaded deranged v0.5.3
12542026-02-10T20:06:37.960Z Downloaded csv v1.3.1
12552026-02-10T20:06:37.987Z Downloaded cookie v0.18.1
12562026-02-10T20:06:38.013Z Downloaded convert_case v0.4.0
12572026-02-10T20:06:38.013Z Downloaded const_format_proc_macros v0.2.34
12582026-02-10T20:06:38.013Z Downloaded const_format v0.2.34
12592026-02-10T20:06:38.013Z Downloaded console v0.15.10
12602026-02-10T20:06:38.013Z Downloaded ciborium v0.2.2
12612026-02-10T20:06:38.013Z Downloaded chacha20 v0.9.1
12622026-02-10T20:06:38.013Z Downloaded cfg_aliases v0.2.1
12632026-02-10T20:06:38.013Z Downloaded cbc v0.1.2
12642026-02-10T20:06:38.013Z Downloaded castaway v0.2.3
12652026-02-10T20:06:38.013Z Downloaded cassowary v0.3.0
12662026-02-10T20:06:38.038Z Downloaded bitfield-macros v0.19.2
12672026-02-10T20:06:38.038Z Downloaded bit-set v0.8.0
12682026-02-10T20:06:38.038Z Downloaded backtrace v0.3.74
12692026-02-10T20:06:38.038Z Downloaded backoff v0.4.0
12702026-02-10T20:06:38.038Z Downloaded atomic-waker v1.1.2
12712026-02-10T20:06:38.038Z Downloaded async-stream-impl v0.3.6
12722026-02-10T20:06:38.038Z Downloaded async-recursion v1.1.1
12732026-02-10T20:06:38.038Z Downloaded adler2 v2.0.0
12742026-02-10T20:06:38.038Z Downloaded goblin v0.10.2
12752026-02-10T20:06:38.062Z Downloaded diesel v2.2.12
12762026-02-10T20:06:38.063Z Downloaded crossterm v0.29.0
12772026-02-10T20:06:38.086Z Downloaded crc-catalog v2.4.0
12782026-02-10T20:06:38.086Z Downloaded crc v3.2.1
12792026-02-10T20:06:38.086Z Downloaded cookie_store v0.21.1
12802026-02-10T20:06:38.086Z Downloaded console v0.16.0
12812026-02-10T20:06:38.086Z Downloaded compact_str v0.8.0
12822026-02-10T20:06:38.086Z Downloaded clang-sys v1.8.1
12832026-02-10T20:06:38.110Z Downloaded cipher v0.4.4
12842026-02-10T20:06:38.110Z Downloaded cfg_aliases v0.1.1
12852026-02-10T20:06:38.110Z Downloaded cexpr v0.6.0
12862026-02-10T20:06:38.110Z Downloaded cc v1.2.30
12872026-02-10T20:06:38.110Z Downloaded bzip2 v0.5.2
12882026-02-10T20:06:38.110Z Downloaded buf-list v1.0.3
12892026-02-10T20:06:38.111Z Downloaded blake3 v1.5.4
12902026-02-10T20:06:38.136Z Downloaded bitvec v1.0.1
12912026-02-10T20:06:38.136Z Downloaded bitflags v1.3.2
12922026-02-10T20:06:38.160Z Downloaded bit-set v0.5.3
12932026-02-10T20:06:38.160Z Downloaded base64 v0.21.7
12942026-02-10T20:06:38.160Z Downloaded aws-lc-rs v1.12.4
12952026-02-10T20:06:38.160Z Downloaded async-bb8-diesel v0.2.1
12962026-02-10T20:06:38.160Z Downloaded ascii-canvas v3.0.0
12972026-02-10T20:06:38.160Z Downloaded arrayvec v0.7.6
12982026-02-10T20:06:38.160Z Downloaded arrayref v0.3.9
12992026-02-10T20:06:38.160Z Downloaded enum-as-inner v0.6.1
13002026-02-10T20:06:38.184Z Downloaded ecdsa v0.16.9
13012026-02-10T20:06:38.184Z Downloaded dropshot_endpoint v0.16.7
13022026-02-10T20:06:38.184Z Downloaded darling_core v0.21.0
13032026-02-10T20:06:38.184Z Downloaded crossbeam-channel v0.5.15
13042026-02-10T20:06:38.184Z Downloaded crc8 v0.1.1
13052026-02-10T20:06:38.185Z Downloaded crc32fast v1.4.2
13062026-02-10T20:06:38.185Z Downloaded constant_time_eq v0.3.1
13072026-02-10T20:06:38.185Z Downloaded const-oid v0.9.6
13082026-02-10T20:06:38.209Z Downloaded cobs v0.2.3
13092026-02-10T20:06:38.209Z Downloaded ciborium-ll v0.2.2
13102026-02-10T20:06:38.209Z Downloaded cargo_metadata v0.19.2
13112026-02-10T20:06:38.209Z Downloaded cargo-platform v0.1.8
13122026-02-10T20:06:38.209Z Downloaded cancel-safe-futures v0.1.5
13132026-02-10T20:06:38.209Z Downloaded bumpalo v3.16.0
13142026-02-10T20:06:38.209Z Downloaded blowfish v0.9.1
13152026-02-10T20:06:38.209Z Downloaded bit-vec v0.6.3
13162026-02-10T20:06:38.209Z Downloaded bcs v0.1.6
13172026-02-10T20:06:38.209Z Downloaded bcrypt-pbkdf v0.10.0
13182026-02-10T20:06:38.209Z Downloaded atty v0.2.14
13192026-02-10T20:06:38.209Z Downloaded atomicwrites v0.4.4
13202026-02-10T20:06:38.209Z Downloaded async-trait v0.1.89
13212026-02-10T20:06:38.233Z Downloaded assert_matches v1.5.0
13222026-02-10T20:06:38.233Z Downloaded argon2 v0.5.3
13232026-02-10T20:06:38.233Z Downloaded allocator-api2 v0.2.21
13242026-02-10T20:06:38.233Z Downloaded aho-corasick v1.1.3
13252026-02-10T20:06:38.233Z Downloaded ahash v0.8.12
13262026-02-10T20:06:38.233Z Downloaded aes-gcm v0.10.3
13272026-02-10T20:06:38.233Z Downloaded fixedbitset v0.4.2
13282026-02-10T20:06:38.268Z Downloaded embedded-io v0.4.0
13292026-02-10T20:06:38.268Z Downloaded dirs-sys-next v0.1.2
13302026-02-10T20:06:38.268Z Downloaded derive_builder_macro v0.20.2
13312026-02-10T20:06:38.268Z Downloaded defmt v0.3.8
13322026-02-10T20:06:38.268Z Downloaded daft v0.1.4
13332026-02-10T20:06:38.268Z Downloaded convert_case v0.7.1
13342026-02-10T20:06:38.268Z Downloaded ciborium-io v0.2.2
13352026-02-10T20:06:38.268Z Downloaded block-padding v0.3.3
13362026-02-10T20:06:38.268Z Downloaded bitfield-struct v0.6.2
13372026-02-10T20:06:38.269Z Downloaded bit-vec v0.8.0
13382026-02-10T20:06:38.269Z Downloaded bb8 v0.8.5
13392026-02-10T20:06:38.269Z Downloaded base16ct v0.2.0
13402026-02-10T20:06:38.269Z Downloaded array-init v0.0.4
13412026-02-10T20:06:38.269Z Downloaded aead v0.5.2
13422026-02-10T20:06:38.269Z Downloaded async-stream v0.3.6
13432026-02-10T20:06:38.293Z Downloaded addr2line v0.24.2
13442026-02-10T20:06:38.486Z Compiling value-bag v1.12.0
13452026-02-10T20:06:38.486Z Compiling lock_api v0.4.12
13462026-02-10T20:06:38.486Z Compiling scopeguard v1.2.0
13472026-02-10T20:06:38.510Z Compiling shlex v1.3.0
13482026-02-10T20:06:38.510Z Compiling typenum v1.17.0
13492026-02-10T20:06:38.510Z Compiling syn v2.0.114
13502026-02-10T20:06:38.510Z Compiling getrandom v0.2.15
13512026-02-10T20:06:38.510Z Compiling jobserver v0.1.32
13522026-02-10T20:06:39.242Z Compiling smallvec v1.15.1
13532026-02-10T20:06:39.519Z Compiling rand_core v0.6.4
13542026-02-10T20:06:39.593Z Compiling generic-array v0.14.7
13552026-02-10T20:06:39.699Z Compiling subtle v2.6.1
13562026-02-10T20:06:39.840Z Compiling log v0.4.29
13572026-02-10T20:06:39.950Z Compiling cc v1.2.30
13582026-02-10T20:06:40.109Z Compiling portable-atomic v1.11.0
13592026-02-10T20:06:40.158Z Compiling critical-section v1.1.3
13602026-02-10T20:06:40.185Z Compiling const-oid v0.9.6
13612026-02-10T20:06:40.217Z Compiling pkg-config v0.3.31
13622026-02-10T20:06:40.410Z Compiling serde_json v1.0.149
13632026-02-10T20:06:40.794Z Compiling getrandom v0.3.4
13642026-02-10T20:06:40.913Z Compiling spin v0.9.8
13652026-02-10T20:06:41.376Z Compiling parking_lot_core v0.9.10
13662026-02-10T20:06:41.689Z Compiling regex-syntax v0.8.5
13672026-02-10T20:06:41.726Z Compiling pin-project-lite v0.2.14
13682026-02-10T20:06:42.029Z Compiling rustix v0.38.37
13692026-02-10T20:06:42.467Z Compiling libm v0.2.8
13702026-02-10T20:06:42.909Z Compiling once_cell v1.21.3
13712026-02-10T20:06:43.023Z Compiling signal-hook-registry v1.4.2
13722026-02-10T20:06:43.189Z Compiling num-traits v0.2.19
13732026-02-10T20:06:43.474Z Compiling allocator-api2 v0.2.21
13742026-02-10T20:06:43.577Z Compiling parking_lot v0.12.3
13752026-02-10T20:06:44.028Z Compiling mio v1.0.2
13762026-02-10T20:06:44.333Z Compiling futures-core v0.3.31
13772026-02-10T20:06:44.407Z Compiling lazy_static v1.5.0
13782026-02-10T20:06:44.464Z Compiling aho-corasick v1.1.3
13792026-02-10T20:06:44.563Z Compiling percent-encoding v2.3.2
13802026-02-10T20:06:44.611Z Compiling socket2 v0.6.1
13812026-02-10T20:06:44.944Z Compiling slab v0.4.9
13822026-02-10T20:06:45.131Z Compiling cpufeatures v0.2.14
13832026-02-10T20:06:45.309Z Compiling glob v0.3.2
13842026-02-10T20:06:45.374Z Compiling either v1.15.0
13852026-02-10T20:06:45.544Z Compiling futures-sink v0.3.31
13862026-02-10T20:06:45.739Z Compiling futures-channel v0.3.31
13872026-02-10T20:06:45.954Z Compiling hashbrown v0.16.1
13882026-02-10T20:06:45.984Z Compiling rustversion v1.0.22
13892026-02-10T20:06:46.260Z Compiling pin-utils v0.1.0
13902026-02-10T20:06:46.356Z Compiling clang-sys v1.8.1
13912026-02-10T20:06:46.394Z Compiling prettyplease v0.2.36
13922026-02-10T20:06:46.749Z Compiling regex-automata v0.4.11
13932026-02-10T20:06:46.788Z Compiling futures-task v0.3.31
13942026-02-10T20:06:46.927Z Compiling futures-io v0.3.31
13952026-02-10T20:06:47.170Z Compiling minimal-lexical v0.2.1
13962026-02-10T20:06:47.239Z Compiling indexmap v2.13.0
13972026-02-10T20:06:47.326Z Compiling libloading v0.8.5
13982026-02-10T20:06:47.836Z Compiling synstructure v0.13.1
13992026-02-10T20:06:47.883Z Compiling nom v7.1.3
14002026-02-10T20:06:48.542Z Compiling ident_case v1.0.1
14012026-02-10T20:06:48.735Z Compiling bindgen v0.69.5
14022026-02-10T20:06:48.817Z Compiling home v0.5.9
14032026-02-10T20:06:48.965Z Compiling base64ct v1.6.0
14042026-02-10T20:06:49.480Z Compiling itertools v0.12.1
14052026-02-10T20:06:49.665Z Compiling pem-rfc7468 v0.7.0
14062026-02-10T20:06:49.765Z Compiling form_urlencoded v1.2.2
14072026-02-10T20:06:50.111Z Compiling rustc-hash v1.1.0
14082026-02-10T20:06:50.310Z Compiling lazycell v1.3.0
14092026-02-10T20:06:50.513Z Compiling flagset v0.4.6
14102026-02-10T20:06:50.536Z Compiling rand_core v0.9.3
14112026-02-10T20:06:50.817Z Compiling cmake v0.1.51
14122026-02-10T20:06:51.255Z Compiling cexpr v0.6.0
14132026-02-10T20:06:51.394Z Compiling paste v1.0.15
14142026-02-10T20:06:51.679Z Compiling foldhash v0.1.5
14152026-02-10T20:06:51.946Z Compiling dunce v1.0.5
14162026-02-10T20:06:52.027Z Compiling iana-time-zone v0.1.63
14172026-02-10T20:06:52.103Z Compiling fs_extra v1.3.0
14182026-02-10T20:06:52.307Z Compiling hashbrown v0.15.4
14192026-02-10T20:06:52.433Z Compiling rustc_version v0.4.1
14202026-02-10T20:06:52.705Z Compiling uuid v1.19.0
14212026-02-10T20:06:52.936Z Compiling regex v1.11.3
14222026-02-10T20:06:52.975Z Compiling zerocopy v0.8.27
14232026-02-10T20:06:53.096Z Compiling serde_derive v1.0.228
14242026-02-10T20:06:53.261Z Compiling zeroize_derive v1.4.2
14252026-02-10T20:06:53.835Z Compiling zerofrom-derive v0.1.4
14262026-02-10T20:06:53.962Z Compiling yoke-derive v0.7.4
14272026-02-10T20:06:54.032Z Compiling zerovec-derive v0.10.3
14282026-02-10T20:06:54.246Z Compiling displaydoc v0.2.5
14292026-02-10T20:06:54.801Z Compiling zeroize v1.8.1
14302026-02-10T20:06:56.062Z Compiling zerocopy-derive v0.7.35
14312026-02-10T20:06:56.827Z Compiling icu_provider_macros v1.5.0
14322026-02-10T20:06:57.045Z Compiling crypto-common v0.1.6
14332026-02-10T20:06:57.100Z Compiling block-buffer v0.10.4
14342026-02-10T20:06:57.407Z Compiling tokio-macros v2.6.0
14352026-02-10T20:06:57.551Z Compiling digest v0.10.7
14362026-02-10T20:06:57.911Z Compiling zerofrom v0.1.4
14372026-02-10T20:06:57.992Z Compiling thiserror-impl v2.0.18
14382026-02-10T20:06:58.204Z Compiling yoke v0.7.4
14392026-02-10T20:06:58.267Z Compiling hmac v0.12.1
14402026-02-10T20:06:58.472Z Compiling zerocopy v0.7.35
14412026-02-10T20:06:58.640Z Compiling block-padding v0.3.3
14422026-02-10T20:06:58.735Z Compiling zerovec v0.10.4
14432026-02-10T20:06:58.909Z Compiling futures-macro v0.3.31
14442026-02-10T20:06:59.018Z Compiling inout v0.1.3
14452026-02-10T20:06:59.221Z Compiling sha2 v0.10.9
14462026-02-10T20:06:59.427Z Compiling cipher v0.4.4
14472026-02-10T20:07:00.013Z Compiling ppv-lite86 v0.2.20
14482026-02-10T20:07:00.144Z Compiling der_derive v0.7.3
14492026-02-10T20:07:00.201Z Compiling salsa20 v0.10.2
14502026-02-10T20:07:00.579Z Compiling pbkdf2 v0.12.2
14512026-02-10T20:07:00.849Z Compiling tinystr v0.7.6
14522026-02-10T20:07:00.875Z Compiling icu_collections v1.5.0
14532026-02-10T20:07:01.005Z Compiling futures-util v0.3.31
14542026-02-10T20:07:01.176Z Compiling vcpkg v0.2.15
14552026-02-10T20:07:01.414Z Compiling icu_locid v1.5.0
14562026-02-10T20:07:01.604Z Compiling thiserror v2.0.18
14572026-02-10T20:07:01.721Z Compiling serde v1.0.228
14582026-02-10T20:07:01.805Z Compiling pest v2.8.2
14592026-02-10T20:07:02.460Z Compiling scrypt v0.11.0
14602026-02-10T20:07:02.493Z Compiling der v0.7.10
14612026-02-10T20:07:02.996Z Compiling bitflags v2.9.4
14622026-02-10T20:07:03.087Z Compiling bytes v1.11.1
14632026-02-10T20:07:03.111Z Compiling icu_provider v1.5.0
14642026-02-10T20:07:03.204Z Compiling chrono v0.4.43
14652026-02-10T20:07:03.751Z Compiling openssl-sys v0.9.109
14662026-02-10T20:07:04.294Z Compiling icu_locid_transform v1.5.0
14672026-02-10T20:07:04.816Z Compiling tokio v1.49.0
14682026-02-10T20:07:04.916Z Compiling http v1.4.0
14692026-02-10T20:07:05.660Z Compiling spki v0.7.3
14702026-02-10T20:07:05.950Z Compiling icu_properties v1.5.1
14712026-02-10T20:07:06.163Z Compiling pest_meta v2.8.2
14722026-02-10T20:07:06.963Z Compiling rand_chacha v0.9.0
14732026-02-10T20:07:07.072Z Compiling aes v0.8.4
14742026-02-10T20:07:07.683Z Compiling cbc v0.1.2
14752026-02-10T20:07:07.891Z Compiling which v4.4.2
14762026-02-10T20:07:07.973Z Compiling zerocopy-derive v0.8.27
14772026-02-10T20:07:09.037Z Compiling pkcs5 v0.7.1
14782026-02-10T20:07:09.749Z Compiling pest_generator v2.8.2
14792026-02-10T20:07:09.806Z Compiling rand v0.9.2
14802026-02-10T20:07:10.214Z Compiling icu_normalizer v1.5.0
14812026-02-10T20:07:11.065Z Compiling tracing-attributes v0.1.27
14822026-02-10T20:07:11.132Z Compiling serde_derive_internals v0.29.1
14832026-02-10T20:07:11.297Z Compiling idna_adapter v1.2.0
14842026-02-10T20:07:11.593Z Compiling idna v1.0.3
14852026-02-10T20:07:11.842Z Compiling ring v0.17.14
14862026-02-10T20:07:12.130Z Compiling tracing-core v0.1.32
14872026-02-10T20:07:13.023Z Compiling url v2.5.4
14882026-02-10T20:07:13.277Z Compiling aws-lc-rs v1.12.4
14892026-02-10T20:07:13.477Z Compiling adler2 v2.0.0
14902026-02-10T20:07:13.504Z Compiling rustix v1.1.3
14912026-02-10T20:07:13.792Z Compiling schemars v0.8.22
14922026-02-10T20:07:13.835Z Compiling miniz_oxide v0.8.5
14932026-02-10T20:07:14.208Z Compiling schemars_derive v0.8.22
14942026-02-10T20:07:14.565Z Compiling tracing v0.1.40
14952026-02-10T20:07:14.959Z Compiling tokio-util v0.7.15
14962026-02-10T20:07:15.153Z Compiling pest_derive v2.8.2
14972026-02-10T20:07:15.338Z Compiling pkcs8 v0.10.2
14982026-02-10T20:07:15.971Z Compiling http-body v1.0.1
14992026-02-10T20:07:16.073Z Compiling scroll_derive v0.13.1
15002026-02-10T20:07:16.098Z Compiling darling_core v0.20.10
15012026-02-10T20:07:16.291Z Compiling tinyvec_macros v0.1.1
15022026-02-10T20:07:16.415Z Compiling dyn-clone v1.0.20
15032026-02-10T20:07:16.702Z Compiling rustls-pki-types v1.10.0
15042026-02-10T20:07:17.266Z Compiling base64 v0.22.1
15052026-02-10T20:07:17.606Z Compiling httparse v1.9.5
15062026-02-10T20:07:17.902Z Compiling scroll v0.13.0
15072026-02-10T20:07:18.046Z Compiling tinyvec v1.8.0
15082026-02-10T20:07:18.536Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-02-10T20:07:19.216Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15102026-02-10T20:07:19.799Z Compiling openssl v0.10.73
15112026-02-10T20:07:20.051Z Compiling atomic-waker v1.1.2
15122026-02-10T20:07:20.277Z Compiling untrusted v0.9.0
15132026-02-10T20:07:20.301Z Compiling openssl-probe v0.1.5
15142026-02-10T20:07:20.427Z Compiling tower-layer v0.3.3
15152026-02-10T20:07:20.522Z Compiling try-lock v0.2.5
15162026-02-10T20:07:20.639Z Compiling untrusted v0.7.1
15172026-02-10T20:07:20.713Z Compiling time-core v0.1.6
15182026-02-10T20:07:20.822Z Compiling foreign-types-shared v0.1.1
15192026-02-10T20:07:20.871Z Compiling num-conv v0.1.0
15202026-02-10T20:07:20.901Z Compiling powerfmt v0.2.0
15212026-02-10T20:07:20.988Z Compiling tower-service v0.3.3
15222026-02-10T20:07:21.064Z Compiling tempfile v3.24.0
15232026-02-10T20:07:21.163Z Compiling foreign-types v0.3.2
15242026-02-10T20:07:21.197Z Compiling time-macros v0.2.24
15252026-02-10T20:07:21.299Z Compiling deranged v0.5.3
15262026-02-10T20:07:21.348Z Compiling want v0.3.1
15272026-02-10T20:07:21.729Z Compiling h2 v0.4.6
15282026-02-10T20:07:22.315Z Compiling darling_macro v0.20.10
15292026-02-10T20:07:23.205Z Compiling darling v0.20.10
15302026-02-10T20:07:23.585Z Compiling goblin v0.10.2
15312026-02-10T20:07:24.212Z Compiling ipnet v2.11.0
15322026-02-10T20:07:24.306Z Compiling openssl-macros v0.1.1
15332026-02-10T20:07:25.057Z Compiling wait-timeout v0.2.0
15342026-02-10T20:07:25.449Z Compiling gimli v0.31.1
15352026-02-10T20:07:25.648Z Compiling num_threads v0.1.7
15362026-02-10T20:07:25.750Z Compiling usdt-impl v0.6.0
15372026-02-10T20:07:25.819Z Compiling rustls v0.23.19
15382026-02-10T20:07:26.208Z Compiling syn v1.0.109
15392026-02-10T20:07:26.237Z Compiling quick-error v1.2.3
15402026-02-10T20:07:26.342Z Compiling crossbeam-utils v0.8.21
15412026-02-10T20:07:26.473Z Compiling native-tls v0.2.12
15422026-02-10T20:07:26.833Z Compiling httpdate v1.0.3
15432026-02-10T20:07:26.881Z Compiling bit-vec v0.8.0
15442026-02-10T20:07:27.204Z Compiling rusty-fork v0.3.0
15452026-02-10T20:07:27.341Z Compiling bit-set v0.8.0
15462026-02-10T20:07:27.399Z Compiling time v0.3.43
15472026-02-10T20:07:28.196Z Compiling derive_builder_core v0.20.2
15482026-02-10T20:07:30.554Z Compiling addr2line v0.24.2
15492026-02-10T20:07:30.724Z Compiling hyper v1.8.1
15502026-02-10T20:07:31.311Z Compiling dof v0.4.0
15512026-02-10T20:07:31.619Z Compiling unicode-normalization v0.1.24
15522026-02-10T20:07:32.726Z Compiling dtrace-parser v0.3.0
15532026-02-10T20:07:32.769Z Compiling signature v2.2.0
15542026-02-10T20:07:33.111Z Compiling heapless v0.7.17
15552026-02-10T20:07:33.617Z Compiling scroll_derive v0.12.0
15562026-02-10T20:07:33.866Z Compiling thiserror-impl v1.0.69
15572026-02-10T20:07:34.480Z Compiling rand_xorshift v0.4.0
15582026-02-10T20:07:34.735Z Compiling darling_core v0.21.0
15592026-02-10T20:07:34.812Z Compiling slog v2.8.2
15602026-02-10T20:07:35.054Z Compiling thread-id v5.0.0
15612026-02-10T20:07:35.194Z Compiling cookie v0.18.1
15622026-02-10T20:07:35.219Z Compiling crc32fast v1.4.2
15632026-02-10T20:07:35.429Z Compiling object v0.36.5
15642026-02-10T20:07:35.583Z Compiling zstd-safe v7.2.3
15652026-02-10T20:07:35.615Z Compiling siphasher v0.3.11
15662026-02-10T20:07:35.827Z Compiling anyhow v1.0.99
15672026-02-10T20:07:35.859Z Compiling rustc-demangle v0.1.24
15682026-02-10T20:07:36.029Z Compiling unicode-properties v0.1.3
15692026-02-10T20:07:36.089Z Compiling signal-hook v0.3.18
15702026-02-10T20:07:36.395Z Compiling unarray v0.1.4
15712026-02-10T20:07:36.487Z Compiling zlib-rs v0.5.1
15722026-02-10T20:07:36.516Z Compiling unicode-bidi v0.3.17
15732026-02-10T20:07:36.602Z Compiling proptest v1.7.0
15742026-02-10T20:07:37.142Z Compiling thiserror v1.0.69
15752026-02-10T20:07:37.302Z Compiling stringprep v0.1.5
15762026-02-10T20:07:37.393Z Compiling phf_shared v0.11.2
15772026-02-10T20:07:38.070Z Compiling scroll v0.12.0
15782026-02-10T20:07:38.804Z Compiling hyper-util v0.1.19
15792026-02-10T20:07:39.156Z Compiling derive_builder_macro v0.20.2
15802026-02-10T20:07:41.081Z Compiling ipnetwork v0.21.1
15812026-02-10T20:07:41.423Z Compiling darling_macro v0.21.0
15822026-02-10T20:07:41.998Z Compiling serde_tokenstream v0.2.2
15832026-02-10T20:07:42.411Z Compiling serde_spanned v0.6.9
15842026-02-10T20:07:42.782Z Compiling backtrace v0.3.74
15852026-02-10T20:07:42.806Z Compiling toml_datetime v0.6.11
15862026-02-10T20:07:43.161Z Compiling erased-serde v0.3.31
15872026-02-10T20:07:43.394Z Compiling rand_chacha v0.3.1
15882026-02-10T20:07:43.485Z Compiling md-5 v0.10.6
15892026-02-10T20:07:43.899Z Compiling curve25519-dalek v4.1.3
15902026-02-10T20:07:44.630Z Compiling libz-rs-sys v0.5.1
15912026-02-10T20:07:44.757Z Compiling vergen-lib v0.1.6
15922026-02-10T20:07:45.002Z Compiling num-integer v0.1.46
15932026-02-10T20:07:45.126Z Compiling sync_wrapper v1.0.1
15942026-02-10T20:07:45.195Z Compiling hash32 v0.2.1
15952026-02-10T20:07:45.416Z Compiling ff v0.13.0
15962026-02-10T20:07:45.530Z Compiling memoffset v0.9.1
15972026-02-10T20:07:45.692Z Compiling litrs v0.4.1
15982026-02-10T20:07:45.751Z Compiling psl-types v2.0.11
15992026-02-10T20:07:45.878Z Compiling smoltcp v0.9.1
16002026-02-10T20:07:45.903Z Compiling num-bigint-dig v0.8.6
16012026-02-10T20:07:45.959Z Compiling ref-cast v1.0.25
16022026-02-10T20:07:46.010Z Compiling fallible-iterator v0.2.0
16032026-02-10T20:07:46.283Z Compiling base16ct v0.2.0
16042026-02-10T20:07:46.587Z Compiling cfg_aliases v0.2.1
16052026-02-10T20:07:46.689Z Compiling sec1 v0.7.3
16062026-02-10T20:07:46.738Z Compiling nix v0.29.0
16072026-02-10T20:07:46.778Z Compiling postgres-protocol v0.6.8
16082026-02-10T20:07:46.805Z Compiling publicsuffix v2.3.0
16092026-02-10T20:07:47.109Z Compiling document-features v0.2.11
16102026-02-10T20:07:47.294Z Compiling group v0.13.0
16112026-02-10T20:07:47.367Z Compiling num-iter v0.1.45
16122026-02-10T20:07:47.680Z Compiling tower v0.5.2
16132026-02-10T20:07:47.753Z Compiling flate2 v1.1.2
16142026-02-10T20:07:48.419Z Compiling rand v0.8.5
16152026-02-10T20:07:48.970Z Compiling newtype-uuid v1.3.2
16162026-02-10T20:07:49.078Z Compiling darling v0.21.0
16172026-02-10T20:07:49.224Z Compiling oxnet v0.1.4
16182026-02-10T20:07:49.365Z Compiling derive_builder v0.20.2
16192026-02-10T20:07:49.565Z Compiling tokio-native-tls v0.3.1
16202026-02-10T20:07:49.637Z Compiling goblin v0.8.2
16212026-02-10T20:07:50.245Z Compiling rustls-native-certs v0.8.1
16222026-02-10T20:07:50.693Z Compiling webpki-roots v1.0.1
16232026-02-10T20:07:50.877Z Compiling http-body-util v0.1.3
16242026-02-10T20:07:50.938Z Compiling strum_macros v0.27.2
16252026-02-10T20:07:51.040Z Compiling terminal_size v0.4.0
16262026-02-10T20:07:51.272Z Compiling cargo-platform v0.1.8
16272026-02-10T20:07:51.298Z Compiling hkdf v0.12.4
16282026-02-10T20:07:51.440Z Compiling crypto-bigint v0.5.5
16292026-02-10T20:07:51.616Z Compiling ref-cast-impl v1.0.25
16302026-02-10T20:07:51.868Z Compiling curve25519-dalek-derive v0.1.1
16312026-02-10T20:07:52.718Z Compiling hubpack_derive v0.1.1
16322026-02-10T20:07:52.828Z Compiling async-trait v0.1.89
16332026-02-10T20:07:53.495Z Compiling daft-derive v0.1.4
16342026-02-10T20:07:53.701Z Compiling vergen v9.0.6
16352026-02-10T20:07:54.084Z Compiling ahash v0.8.12
16362026-02-10T20:07:54.443Z Compiling fs-err v3.1.1
16372026-02-10T20:07:54.761Z Compiling iri-string v0.7.8
16382026-02-10T20:07:55.219Z Compiling ryu v1.0.18
16392026-02-10T20:07:55.401Z Compiling managed v0.8.0
16402026-02-10T20:07:55.606Z Compiling bitflags v1.3.2
16412026-02-10T20:07:55.740Z Compiling buf-list v1.0.3
16422026-02-10T20:07:55.907Z Compiling simd-adler32 v0.3.7
16432026-02-10T20:07:56.180Z Compiling bumpalo v3.16.0
16442026-02-10T20:07:56.383Z Compiling lockfree-object-pool v0.1.6
16452026-02-10T20:07:56.494Z Compiling unicode-segmentation v1.12.0
16462026-02-10T20:07:56.684Z Compiling winnow v0.5.40
16472026-02-10T20:07:56.711Z Compiling zopfli v0.8.1
16482026-02-10T20:07:57.428Z Compiling strum v0.27.2
16492026-02-10T20:07:57.459Z Compiling clap_builder v4.5.48
16502026-02-10T20:07:58.240Z Compiling tower-http v0.6.6
16512026-02-10T20:07:58.768Z Compiling dof v0.3.0
16522026-02-10T20:07:59.203Z Compiling serde_urlencoded v0.7.1
16532026-02-10T20:07:59.228Z Compiling daft v0.1.4
16542026-02-10T20:07:59.824Z Compiling elliptic-curve v0.13.8
16552026-02-10T20:07:59.970Z Compiling hubpack v0.1.2
16562026-02-10T20:08:00.405Z Compiling toml_edit v0.19.15
16572026-02-10T20:08:00.636Z Compiling cargo_metadata v0.19.2
16582026-02-10T20:08:00.770Z Compiling hyper-tls v0.6.0
16592026-02-10T20:08:00.795Z Compiling cookie_store v0.21.1
16602026-02-10T20:08:01.182Z Compiling signal-hook-mio v0.2.4
16612026-02-10T20:08:01.415Z Compiling zstd v0.13.3
16622026-02-10T20:08:03.354Z Compiling serde_with_macros v3.16.1
16632026-02-10T20:08:04.380Z Compiling postgres-types v0.2.9
16642026-02-10T20:08:05.072Z Compiling usdt-attr-macro v0.6.0
16652026-02-10T20:08:05.827Z Compiling usdt-macro v0.6.0
16662026-02-10T20:08:05.890Z Compiling phf v0.11.2
16672026-02-10T20:08:06.178Z Compiling dtrace-parser v0.2.0
16682026-02-10T20:08:06.213Z Compiling ed25519 v2.2.3
16692026-02-10T20:08:06.649Z Compiling bzip2 v0.4.4
16702026-02-10T20:08:07.112Z Compiling bzip2 v0.5.2
16712026-02-10T20:08:07.320Z Compiling pkcs1 v0.7.5
16722026-02-10T20:08:07.519Z Compiling strum_macros v0.26.4
16732026-02-10T20:08:07.611Z Compiling clap_derive v4.5.47
16742026-02-10T20:08:08.143Z Compiling enum-as-inner v0.6.1
16752026-02-10T20:08:08.308Z Compiling serde-big-array v0.5.1
16762026-02-10T20:08:08.373Z Compiling hex v0.4.3
16772026-02-10T20:08:08.401Z Compiling rfc6979 v0.4.0
16782026-02-10T20:08:08.623Z Compiling serde_repr v0.1.19
16792026-02-10T20:08:08.668Z Compiling bstr v1.10.0
16802026-02-10T20:08:09.059Z Compiling float-cmp v0.10.0
16812026-02-10T20:08:09.285Z Compiling env_filter v0.1.2
16822026-02-10T20:08:09.333Z Compiling socket2 v0.5.10
16832026-02-10T20:08:09.693Z Compiling memmap2 v0.9.8
16842026-02-10T20:08:09.972Z Compiling encoding_rs v0.8.34
16852026-02-10T20:08:10.168Z Compiling static_assertions v1.1.0
16862026-02-10T20:08:10.299Z Compiling data-encoding v2.9.0
16872026-02-10T20:08:10.326Z Compiling fixedbitset v0.4.2
16882026-02-10T20:08:10.350Z Compiling precomputed-hash v0.1.1
16892026-02-10T20:08:10.494Z Compiling fixedbitset v0.5.7
16902026-02-10T20:08:10.869Z Compiling keccak v0.1.5
16912026-02-10T20:08:11.275Z Compiling normalize-line-endings v0.3.0
16922026-02-10T20:08:11.446Z Compiling rustc-hash v2.1.1
16932026-02-10T20:08:11.665Z Compiling new_debug_unreachable v1.0.6
16942026-02-10T20:08:11.794Z Compiling mime v0.3.17
16952026-02-10T20:08:11.985Z Compiling difflib v0.4.0
16962026-02-10T20:08:12.046Z Compiling predicates-core v1.0.8
16972026-02-10T20:08:12.250Z Compiling jiff v0.2.15
16982026-02-10T20:08:12.356Z Compiling whoami v1.5.2
16992026-02-10T20:08:12.419Z Compiling foldhash v0.2.0
17002026-02-10T20:08:12.943Z Compiling iddqd v0.3.16
17012026-02-10T20:08:12.975Z Compiling tokio-postgres v0.7.13
17022026-02-10T20:08:12.999Z Compiling predicates v3.1.3
17032026-02-10T20:08:13.421Z Compiling toml_edit v0.22.27
17042026-02-10T20:08:13.832Z Compiling clap v4.5.48
17052026-02-10T20:08:13.977Z Compiling strum v0.26.3
17062026-02-10T20:08:14.217Z Compiling string_cache v0.8.9
17072026-02-10T20:08:14.662Z Compiling sha3 v0.10.8
17082026-02-10T20:08:14.688Z Compiling petgraph v0.8.2
17092026-02-10T20:08:15.744Z Compiling hickory-proto v0.25.2
17102026-02-10T20:08:15.768Z Compiling petgraph v0.6.5
17112026-02-10T20:08:16.408Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17122026-02-10T20:08:18.389Z Compiling usdt v0.6.0
17132026-02-10T20:08:18.913Z Compiling similar v2.7.0
17142026-02-10T20:08:19.421Z Compiling usdt-impl v0.5.0
17152026-02-10T20:08:19.805Z Compiling env_logger v0.11.8
17162026-02-10T20:08:20.583Z Compiling zip v4.2.0
17172026-02-10T20:08:20.780Z Compiling serde_with v3.16.1
17182026-02-10T20:08:20.846Z Compiling ecdsa v0.16.9
17192026-02-10T20:08:20.883Z Compiling rsa v0.9.8
17202026-02-10T20:08:21.645Z Compiling zip v0.6.6
17212026-02-10T20:08:23.355Z Compiling ed25519-dalek v2.1.1
17222026-02-10T20:08:24.720Z Compiling toml v0.7.8
17232026-02-10T20:08:24.776Z Compiling crossterm v0.28.1
17242026-02-10T20:08:25.761Z Compiling heck v0.4.1
17252026-02-10T20:08:25.788Z Compiling crossbeam-epoch v0.9.18
17262026-02-10T20:08:25.788Z Compiling tokio-stream v0.1.17
17272026-02-10T20:08:25.820Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-02-10T20:08:26.135Z Compiling x509-cert v0.2.5
17292026-02-10T20:08:26.200Z Compiling openapiv3 v2.2.0
17302026-02-10T20:08:26.238Z Compiling sha1 v0.10.6
17312026-02-10T20:08:26.727Z Compiling itertools v0.10.5
17322026-02-10T20:08:26.752Z Compiling itertools v0.13.0
17332026-02-10T20:08:27.799Z Compiling winnow v0.6.26
17342026-02-10T20:08:28.039Z Compiling peg-runtime v0.8.5
17352026-02-10T20:08:28.353Z Compiling lalrpop-util v0.19.12
17362026-02-10T20:08:28.670Z Compiling thread_local v1.1.8
17372026-02-10T20:08:28.786Z Compiling slog-async v2.8.0
17382026-02-10T20:08:29.163Z Compiling crossbeam-channel v0.5.15
17392026-02-10T20:08:29.188Z Compiling xattr v1.3.1
17402026-02-10T20:08:29.358Z Compiling futures-executor v0.3.31
17412026-02-10T20:08:29.461Z Compiling is-terminal v0.4.13
17422026-02-10T20:08:29.622Z Compiling filetime v0.2.26
17432026-02-10T20:08:29.683Z Compiling take_mut v0.2.2
17442026-02-10T20:08:29.859Z Compiling term v1.1.0
17452026-02-10T20:08:29.885Z Compiling tar v0.4.44
17462026-02-10T20:08:29.960Z Compiling futures v0.3.31
17472026-02-10T20:08:30.866Z Compiling slog-term v2.9.2
17482026-02-10T20:08:33.743Z Compiling aws-lc-sys v0.26.0
17492026-02-10T20:09:11.245Z Compiling rustls-webpki v0.102.8
17502026-02-10T20:09:17.989Z Compiling tokio-rustls v0.26.0
17512026-02-10T20:09:18.356Z Compiling hyper-rustls v0.27.7
17522026-02-10T20:09:18.756Z Compiling reqwest v0.12.24
17532026-02-10T20:09:24.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-02-10T20:09:24.733Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-02-10T20:09:31.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s
17562026-02-10T20:09:31.465Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-02-10T20:09:31.557ZFeb 10 20:09:31.444 INFO Starting download, target: Cockroach
17582026-02-10T20:09:31.557ZFeb 10 20:09:31.445 INFO Starting download, target: Clickhouse
17592026-02-10T20:09:31.581ZFeb 10 20:09:31.445 INFO Starting download, target: Console
17602026-02-10T20:09:31.581ZFeb 10 20:09:31.445 INFO Starting download, target: DendriteStub
17612026-02-10T20:09:31.581ZFeb 10 20:09:31.445 INFO Starting download, target: TransceiverControl
17622026-02-10T20:09:31.581ZFeb 10 20:09:31.445 INFO Starting download, target: MaghemiteMgd
17632026-02-10T20:09:31.581ZFeb 10 20:09:31.446 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-02-10T20:09:31.581ZFeb 10 20:09:31.447 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-02-10T20:09:31.581ZFeb 10 20:09:31.447 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17662026-02-10T20:09:31.581ZFeb 10 20:09:31.448 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17672026-02-10T20:09:31.581ZFeb 10 20:09:31.448 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-02-10T20:09:31.581ZFeb 10 20:09:31.448 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17692026-02-10T20:09:31.947ZFeb 10 20:09:31.827 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-02-10T20:09:32.252ZFeb 10 20:09:32.133 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17712026-02-10T20:09:32.597ZFeb 10 20:09:32.464 INFO Download complete, target: Console
17722026-02-10T20:09:32.804ZFeb 10 20:09:32.692 INFO Download complete, target: TransceiverControl
17732026-02-10T20:09:35.689ZFeb 10 20:09:35.577 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-02-10T20:09:36.305ZFeb 10 20:09:36.193 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-02-10T20:09:40.852ZFeb 10 20:09:40.737 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-02-10T20:09:40.852ZFeb 10 20:09:40.737 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-02-10T20:09:42.092ZFeb 10 20:09:41.979 INFO Download complete, target: DendriteStub
17782026-02-10T20:09:42.454ZFeb 10 20:09:42.342 INFO Download complete, target: MaghemiteMgd
17792026-02-10T20:09:53.927ZFeb 10 20:09:53.815 INFO Checking that binary works, target: Cockroach
17802026-02-10T20:09:54.223ZFeb 10 20:09:54.111 INFO Download complete, target: Cockroach
17812026-02-10T20:09:55.492ZFeb 10 20:09:55.380 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-02-10T20:10:12.617ZFeb 10 20:10:12.505 INFO Checking that binary works, target: Clickhouse
17832026-02-10T20:10:12.827ZFeb 10 20:10:12.715 INFO Download complete, target: Clickhouse
17842026-02-10T20:10:12.856ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-02-10T20:10:12.880Z
17862026-02-10T20:10:12.880Zreal 7:53.054630387
17872026-02-10T20:10:12.880Zuser 21:20.084643721
17882026-02-10T20:10:12.880Zsys 3:16.299398930
17892026-02-10T20:10:12.880Ztrap 0.929885534
17902026-02-10T20:10:12.880Ztflt 0.580996080
17912026-02-10T20:10:12.880Zdflt 1.114333988
17922026-02-10T20:10:12.880Zkflt 0.010275785
17932026-02-10T20:10:12.880Zlock 58:03.623260444
17942026-02-10T20:10:12.880Zslp 1:18:56.716505428
17952026-02-10T20:10:12.880Zlat 1:32.395101467
17962026-02-10T20:10:12.880Zstop 3:25.117109289
17972026-02-10T20:10:12.880Z+ banner hack-check
17982026-02-10T20:10:12.880Z
17992026-02-10T20:10:12.880Z # # ## #### # # #### # # ###### #### # #
18002026-02-10T20:10:12.880Z # # # # # # # # # # # # # # # # #
18012026-02-10T20:10:12.880Z ###### # # # #### ##### # ###### ##### # ####
18022026-02-10T20:10:12.880Z # # ###### # # # # # # # # # #
18032026-02-10T20:10:12.881Z # # # # # # # # # # # # # # # # #
18042026-02-10T20:10:12.881Z # # # # #### # # #### # # ###### #### # #
18052026-02-10T20:10:12.881Z
18062026-02-10T20:10:12.881Z+ export CARGO_INCREMENTAL=0
18072026-02-10T20:10:12.881Z+ CARGO_INCREMENTAL=0
18082026-02-10T20:10:12.881Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-02-10T20:10:14.192Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-02-10T20:10:14.521Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-02-10T20:10:19.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
18122026-02-10T20:10:19.144Z Running `target/debug/xtask check-features --ci`
18132026-02-10T20:10:19.187Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-02-10T20:10:19.187Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-02-10T20:10:20.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
18162026-02-10T20:10:20.340Z Running `target/debug/xtask download cargo-hack`
18172026-02-10T20:10:21.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-02-10T20:10:22.339Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-02-10T20:10:27.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s
18202026-02-10T20:10:27.984Z Running `target/debug/xtask-downloader cargo-hack`
18212026-02-10T20:10:28.046ZFeb 10 20:10:27.934 INFO Starting download, target: CargoHack
18222026-02-10T20:10:28.071ZFeb 10 20:10:27.936 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-02-10T20:10:33.627ZFeb 10 20:10:33.515 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-02-10T20:10:33.771ZFeb 10 20:10:33.658 INFO Download complete, target: CargoHack
18252026-02-10T20:10:33.796Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18262026-02-10T20:10:33.820Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-02-10T20:10:34.228Zinfo: running `cargo check --bins` on api_identity (1/249)
18282026-02-10T20:10:35.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-02-10T20:10:35.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-02-10T20:10:35.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-02-10T20:10:35.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
18322026-02-10T20:10:35.563Z
18332026-02-10T20:10:35.563Zinfo: running `cargo check --bins` on bootstore (2/249)
18342026-02-10T20:10:36.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-02-10T20:10:36.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-02-10T20:10:36.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-02-10T20:10:36.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
18382026-02-10T20:10:36.938Z
18392026-02-10T20:10:36.938Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/249)
18402026-02-10T20:10:38.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-02-10T20:10:38.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-02-10T20:10:38.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-02-10T20:10:38.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
18442026-02-10T20:10:38.266Z
18452026-02-10T20:10:38.266Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/249)
18462026-02-10T20:10:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-02-10T20:10:39.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-02-10T20:10:39.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-02-10T20:10:39.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
18502026-02-10T20:10:39.597Z
18512026-02-10T20:10:39.597Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/249)
18522026-02-10T20:10:40.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-02-10T20:10:40.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-02-10T20:10:40.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-02-10T20:10:40.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
18562026-02-10T20:10:40.616Z
18572026-02-10T20:10:40.616Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/249)
18582026-02-10T20:10:41.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-02-10T20:10:41.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-02-10T20:10:41.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-02-10T20:10:41.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
18622026-02-10T20:10:41.618Z
18632026-02-10T20:10:41.618Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/249)
18642026-02-10T20:10:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-02-10T20:10:42.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-02-10T20:10:42.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-02-10T20:10:42.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18682026-02-10T20:10:42.685Z
18692026-02-10T20:10:42.686Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/249)
18702026-02-10T20:10:43.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-02-10T20:10:43.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-02-10T20:10:43.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-02-10T20:10:43.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
18742026-02-10T20:10:43.684Z
18752026-02-10T20:10:43.684Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/249)
18762026-02-10T20:10:44.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-02-10T20:10:44.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-02-10T20:10:44.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-02-10T20:10:44.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
18802026-02-10T20:10:44.694Z
18812026-02-10T20:10:44.694Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/249)
18822026-02-10T20:10:45.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-02-10T20:10:45.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-02-10T20:10:45.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-02-10T20:10:45.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
18862026-02-10T20:10:45.967Z
18872026-02-10T20:10:45.967Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/249)
18882026-02-10T20:10:46.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-02-10T20:10:46.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-02-10T20:10:46.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-02-10T20:10:46.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18922026-02-10T20:10:46.807Z
18932026-02-10T20:10:46.807Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/249)
18942026-02-10T20:10:47.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-02-10T20:10:47.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-02-10T20:10:47.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-02-10T20:10:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
18982026-02-10T20:10:47.864Z
18992026-02-10T20:10:47.864Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/249)
19002026-02-10T20:10:48.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-02-10T20:10:48.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-02-10T20:10:48.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-02-10T20:10:48.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
19042026-02-10T20:10:48.986Z
19052026-02-10T20:10:48.986Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/249)
19062026-02-10T20:10:49.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-02-10T20:10:49.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-02-10T20:10:49.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-02-10T20:10:49.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
19102026-02-10T20:10:50.031Z
19112026-02-10T20:10:50.031Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/249)
19122026-02-10T20:10:50.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-02-10T20:10:50.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-02-10T20:10:50.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-02-10T20:10:50.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
19162026-02-10T20:10:51.000Z
19172026-02-10T20:10:51.000Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/249)
19182026-02-10T20:10:51.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-02-10T20:10:51.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-02-10T20:10:51.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-02-10T20:10:51.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
19222026-02-10T20:10:52.074Z
19232026-02-10T20:10:52.075Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/249)
19242026-02-10T20:10:52.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-02-10T20:10:53.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-02-10T20:10:53.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-02-10T20:10:53.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
19282026-02-10T20:10:53.052Z
19292026-02-10T20:10:53.052Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/249)
19302026-02-10T20:10:53.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-02-10T20:10:54.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-02-10T20:10:54.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-02-10T20:10:54.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
19342026-02-10T20:10:54.092Z
19352026-02-10T20:10:54.092Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/249)
19362026-02-10T20:10:55.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-02-10T20:10:55.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-02-10T20:10:55.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-02-10T20:10:55.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
19402026-02-10T20:10:55.109Z
19412026-02-10T20:10:55.109Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/249)
19422026-02-10T20:10:56.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-02-10T20:10:56.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-02-10T20:10:56.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-02-10T20:10:56.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
19462026-02-10T20:10:56.091Z
19472026-02-10T20:10:56.091Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/249)
19482026-02-10T20:10:57.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-02-10T20:10:57.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-02-10T20:10:57.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-02-10T20:10:57.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
19522026-02-10T20:10:57.183Z
19532026-02-10T20:10:57.183Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/249)
19542026-02-10T20:10:58.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-02-10T20:10:58.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-02-10T20:10:58.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-02-10T20:10:58.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
19582026-02-10T20:10:58.292Z
19592026-02-10T20:10:58.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/249)
19602026-02-10T20:10:59.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-02-10T20:10:59.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-02-10T20:10:59.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-02-10T20:10:59.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
19642026-02-10T20:10:59.333Z
19652026-02-10T20:10:59.333Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/249)
19662026-02-10T20:11:00.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-02-10T20:11:00.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-02-10T20:11:00.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-02-10T20:11:00.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
19702026-02-10T20:11:00.357Z
19712026-02-10T20:11:00.357Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/249)
19722026-02-10T20:11:01.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-02-10T20:11:01.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-02-10T20:11:01.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-02-10T20:11:01.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
19762026-02-10T20:11:01.324Z
19772026-02-10T20:11:01.324Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/249)
19782026-02-10T20:11:02.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-02-10T20:11:02.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-02-10T20:11:02.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-02-10T20:11:02.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19822026-02-10T20:11:02.400Z
19832026-02-10T20:11:02.400Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/249)
19842026-02-10T20:11:03.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-02-10T20:11:03.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-02-10T20:11:03.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-02-10T20:11:03.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
19882026-02-10T20:11:03.543Z
19892026-02-10T20:11:03.543Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/249)
19902026-02-10T20:11:04.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-02-10T20:11:04.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-02-10T20:11:04.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-02-10T20:11:04.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
19942026-02-10T20:11:04.555Z
19952026-02-10T20:11:04.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/249)
19962026-02-10T20:11:05.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-02-10T20:11:05.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-02-10T20:11:05.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-02-10T20:11:05.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20002026-02-10T20:11:05.567Z
20012026-02-10T20:11:05.567Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/249)
20022026-02-10T20:11:06.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-02-10T20:11:06.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-02-10T20:11:06.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-02-10T20:11:06.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20062026-02-10T20:11:06.598Z
20072026-02-10T20:11:06.598Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/249)
20082026-02-10T20:11:07.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-02-10T20:11:07.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-02-10T20:11:07.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-02-10T20:11:07.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
20122026-02-10T20:11:07.665Z
20132026-02-10T20:11:07.665Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/249)
20142026-02-10T20:11:08.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-02-10T20:11:08.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-02-10T20:11:08.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-02-10T20:11:08.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
20182026-02-10T20:11:08.794Z
20192026-02-10T20:11:08.794Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/249)
20202026-02-10T20:11:09.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-02-10T20:11:09.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-02-10T20:11:09.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-02-10T20:11:09.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20242026-02-10T20:11:09.856Z
20252026-02-10T20:11:09.856Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/249)
20262026-02-10T20:11:10.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-02-10T20:11:10.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-02-10T20:11:10.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-02-10T20:11:10.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
20302026-02-10T20:11:10.811Z
20312026-02-10T20:11:10.811Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/249)
20322026-02-10T20:11:11.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-02-10T20:11:11.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-02-10T20:11:11.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-02-10T20:11:11.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20362026-02-10T20:11:11.851Z
20372026-02-10T20:11:11.851Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/249)
20382026-02-10T20:11:12.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-02-10T20:11:12.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-02-10T20:11:12.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-02-10T20:11:12.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
20422026-02-10T20:11:12.968Z
20432026-02-10T20:11:12.968Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/249)
20442026-02-10T20:11:13.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-02-10T20:11:13.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-02-10T20:11:13.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-02-10T20:11:13.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
20482026-02-10T20:11:13.966Z
20492026-02-10T20:11:13.966Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/249)
20502026-02-10T20:11:14.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-02-10T20:11:14.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-02-10T20:11:14.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-02-10T20:11:14.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
20542026-02-10T20:11:14.921Z
20552026-02-10T20:11:14.921Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/249)
20562026-02-10T20:11:15.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-02-10T20:11:15.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-02-10T20:11:15.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-02-10T20:11:15.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20602026-02-10T20:11:15.896Z
20612026-02-10T20:11:15.896Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/249)
20622026-02-10T20:11:16.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-02-10T20:11:16.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-02-10T20:11:16.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-02-10T20:11:16.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
20662026-02-10T20:11:16.885Z
20672026-02-10T20:11:16.886Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/249)
20682026-02-10T20:11:17.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-02-10T20:11:17.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-02-10T20:11:17.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-02-10T20:11:17.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20722026-02-10T20:11:17.902Z
20732026-02-10T20:11:17.903Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/249)
20742026-02-10T20:11:18.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-02-10T20:11:18.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-02-10T20:11:18.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-02-10T20:11:18.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20782026-02-10T20:11:18.925Z
20792026-02-10T20:11:18.925Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/249)
20802026-02-10T20:11:19.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-02-10T20:11:19.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-02-10T20:11:19.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-02-10T20:11:19.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20842026-02-10T20:11:19.908Z
20852026-02-10T20:11:19.908Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/249)
20862026-02-10T20:11:20.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-02-10T20:11:20.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-02-10T20:11:20.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-02-10T20:11:20.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20902026-02-10T20:11:20.874Z
20912026-02-10T20:11:20.874Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/249)
20922026-02-10T20:11:22.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-02-10T20:11:22.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-02-10T20:11:22.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-02-10T20:11:22.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
20962026-02-10T20:11:22.165Z
20972026-02-10T20:11:22.165Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/249)
20982026-02-10T20:11:23.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-02-10T20:11:23.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-02-10T20:11:23.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-02-10T20:11:23.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
21022026-02-10T20:11:23.487Z
21032026-02-10T20:11:23.487Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/249)
21042026-02-10T20:11:24.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-02-10T20:11:24.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-02-10T20:11:24.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-02-10T20:11:24.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
21082026-02-10T20:11:24.834Z
21092026-02-10T20:11:24.834Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/249)
21102026-02-10T20:11:26.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-02-10T20:11:26.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-02-10T20:11:26.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-02-10T20:11:26.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
21142026-02-10T20:11:26.188Z
21152026-02-10T20:11:26.188Zinfo: running `cargo check --bins` on key-manager-types (49/249)
21162026-02-10T20:11:27.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-02-10T20:11:27.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-02-10T20:11:27.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-02-10T20:11:27.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
21202026-02-10T20:11:27.495Z
21212026-02-10T20:11:27.495Zinfo: running `cargo check --bins` on oxlog (50/249)
21222026-02-10T20:11:28.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-02-10T20:11:28.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-02-10T20:11:28.976Z Checking cfg-if v1.0.4
21252026-02-10T20:11:29.011Z Checking libc v0.2.180
21262026-02-10T20:11:29.011Z Checking serde_core v1.0.228
21272026-02-10T20:11:29.011Z Checking zeroize v1.8.1
21282026-02-10T20:11:29.011Z Checking memchr v2.7.4
21292026-02-10T20:11:29.037Z Checking value-bag v1.12.0
21302026-02-10T20:11:29.037Z Checking smallvec v1.15.1
21312026-02-10T20:11:29.037Z Checking typenum v1.17.0
21322026-02-10T20:11:29.108Z Checking scopeguard v1.2.0
21332026-02-10T20:11:29.284Z Checking lock_api v0.4.12
21342026-02-10T20:11:29.339Z Checking subtle v2.6.1
21352026-02-10T20:11:29.455Z Checking const-oid v0.9.6
21362026-02-10T20:11:29.501Z Checking log v0.4.29
21372026-02-10T20:11:29.615Z Checking itoa v1.0.11
21382026-02-10T20:11:29.670Z Checking stable_deref_trait v1.2.0
21392026-02-10T20:11:29.872Z Checking byteorder v1.5.0
21402026-02-10T20:11:29.920Z Checking portable-atomic v1.11.0
21412026-02-10T20:11:29.920Z Checking critical-section v1.1.3
21422026-02-10T20:11:30.014Z Checking zerofrom v0.1.4
21432026-02-10T20:11:30.142Z Checking allocator-api2 v0.2.21
21442026-02-10T20:11:30.250Z Checking getrandom v0.2.15
21452026-02-10T20:11:30.250Z Checking generic-array v0.14.7
21462026-02-10T20:11:30.250Z Checking yoke v0.7.4
21472026-02-10T20:11:30.279Z Checking getrandom v0.3.4
21482026-02-10T20:11:30.470Z Checking rand_core v0.6.4
21492026-02-10T20:11:30.526Z Checking parking_lot_core v0.9.10
21502026-02-10T20:11:30.563Z Checking zerovec v0.10.4
21512026-02-10T20:11:30.688Z Checking signal-hook-registry v1.4.2
21522026-02-10T20:11:30.804Z Checking once_cell v1.21.3
21532026-02-10T20:11:30.872Z Checking pin-project-lite v0.2.14
21542026-02-10T20:11:30.896Z Checking parking_lot v0.12.3
21552026-02-10T20:11:30.943Z Checking mio v1.0.2
21562026-02-10T20:11:31.017Z Checking equivalent v1.0.2
21572026-02-10T20:11:31.153Z Checking libm v0.2.8
21582026-02-10T20:11:31.177Z Checking writeable v0.5.5
21592026-02-10T20:11:31.202Z Checking litemap v0.7.3
21602026-02-10T20:11:31.226Z Checking crypto-common v0.1.6
21612026-02-10T20:11:31.288Z Checking block-buffer v0.10.4
21622026-02-10T20:11:31.435Z Checking zerocopy v0.7.35
21632026-02-10T20:11:31.515Z Checking socket2 v0.6.1
21642026-02-10T20:11:31.545Z Checking zmij v1.0.15
21652026-02-10T20:11:31.569Z Checking digest v0.10.7
21662026-02-10T20:11:31.595Z Checking cpufeatures v0.2.14
21672026-02-10T20:11:31.709Z Checking futures-core v0.3.31
21682026-02-10T20:11:31.934Z Checking percent-encoding v2.3.2
21692026-02-10T20:11:31.958Z Checking icu_locid_transform_data v1.5.0
21702026-02-10T20:11:31.985Z Checking hmac v0.12.1
21712026-02-10T20:11:32.078Z Checking num-traits v0.2.19
21722026-02-10T20:11:32.102Z Checking tinystr v0.7.6
21732026-02-10T20:11:32.126Z Checking icu_collections v1.5.0
21742026-02-10T20:11:32.157Z Checking block-padding v0.3.3
21752026-02-10T20:11:32.238Z Checking hashbrown v0.16.1
21762026-02-10T20:11:32.274Z Checking icu_properties_data v1.5.0
21772026-02-10T20:11:32.428Z Checking inout v0.1.3
21782026-02-10T20:11:32.515Z Checking icu_locid v1.5.0
21792026-02-10T20:11:32.543Z Checking utf16_iter v1.0.5
21802026-02-10T20:11:32.712Z Checking futures-sink v0.3.31
21812026-02-10T20:11:32.765Z Checking write16 v1.0.0
21822026-02-10T20:11:32.795Z Checking ppv-lite86 v0.2.20
21832026-02-10T20:11:32.886Z Checking utf8_iter v1.0.4
21842026-02-10T20:11:32.923Z Checking icu_normalizer_data v1.5.0
21852026-02-10T20:11:32.948Z Checking futures-channel v0.3.31
21862026-02-10T20:11:33.047Z Checking cipher v0.4.4
21872026-02-10T20:11:33.122Z Checking sha2 v0.10.9
21882026-02-10T20:11:33.370Z Checking slab v0.4.9
21892026-02-10T20:11:33.394Z Checking serde v1.0.228
21902026-02-10T20:11:33.394Z Checking serde_json v1.0.149
21912026-02-10T20:11:33.510Z Checking indexmap v2.13.0
21922026-02-10T20:11:33.618Z Checking futures-io v0.3.31
21932026-02-10T20:11:33.643Z Checking icu_provider v1.5.0
21942026-02-10T20:11:33.693Z Checking pin-utils v0.1.0
21952026-02-10T20:11:33.747Z Checking base64ct v1.6.0
21962026-02-10T20:11:33.772Z Checking futures-task v0.3.31
21972026-02-10T20:11:33.837Z Checking errno v0.3.12
21982026-02-10T20:11:33.865Z Checking flagset v0.4.6
21992026-02-10T20:11:34.040Z Checking futures-util v0.3.31
22002026-02-10T20:11:34.067Z Checking form_urlencoded v1.2.2
22012026-02-10T20:11:34.124Z Checking rand_core v0.9.3
22022026-02-10T20:11:34.263Z Checking pem-rfc7468 v0.7.0
22032026-02-10T20:11:34.315Z Checking foldhash v0.1.5
22042026-02-10T20:11:34.374Z Checking icu_locid_transform v1.5.0
22052026-02-10T20:11:34.461Z Checking bytes v1.11.1
22062026-02-10T20:11:34.507Z Checking bitflags v2.9.4
22072026-02-10T20:11:34.559Z Checking der v0.7.10
22082026-02-10T20:11:34.583Z Checking fnv v1.0.7
22092026-02-10T20:11:34.754Z Checking hashbrown v0.15.4
22102026-02-10T20:11:34.916Z Checking salsa20 v0.10.2
22112026-02-10T20:11:34.976Z Checking uuid v1.19.0
22122026-02-10T20:11:35.168Z Checking pbkdf2 v0.12.2
22132026-02-10T20:11:35.205Z Checking spin v0.9.8
22142026-02-10T20:11:35.354Z Checking scrypt v0.11.0
22152026-02-10T20:11:35.495Z Checking tokio v1.49.0
22162026-02-10T20:11:35.519Z Checking icu_properties v1.5.1
22172026-02-10T20:11:35.628Z Checking http v1.4.0
22182026-02-10T20:11:35.655Z Checking rand_chacha v0.9.0
22192026-02-10T20:11:35.697Z Checking cbc v0.1.2
22202026-02-10T20:11:35.903Z Checking aes v0.8.4
22212026-02-10T20:11:35.933Z Checking regex-syntax v0.8.5
22222026-02-10T20:11:36.061Z Checking iana-time-zone v0.1.63
22232026-02-10T20:11:36.266Z Checking chrono v0.4.43
22242026-02-10T20:11:36.449Z Checking spki v0.7.3
22252026-02-10T20:11:36.757Z Checking rand v0.9.2
22262026-02-10T20:11:36.802Z Checking pkcs5 v0.7.1
22272026-02-10T20:11:37.038Z Checking tracing-core v0.1.32
22282026-02-10T20:11:37.455Z Checking thiserror v2.0.18
22292026-02-10T20:11:37.631Z Checking pkcs8 v0.10.2
22302026-02-10T20:11:37.776Z Checking tracing v0.1.40
22312026-02-10T20:11:37.892Z Checking http-body v1.0.1
22322026-02-10T20:11:37.979Z Checking plain v0.2.3
22332026-02-10T20:11:38.161Z Checking base64 v0.22.1
22342026-02-10T20:11:38.221Z Checking tinyvec_macros v0.1.1
22352026-02-10T20:11:38.245Z Checking rustls-pki-types v1.10.0
22362026-02-10T20:11:38.366Z Checking tinyvec v1.8.0
22372026-02-10T20:11:38.463Z Checking lazy_static v1.5.0
22382026-02-10T20:11:38.633Z Checking rustix v1.1.3
22392026-02-10T20:11:38.737Z Checking semver v1.0.27
22402026-02-10T20:11:38.762Z Checking zerocopy v0.8.27
22412026-02-10T20:11:38.825Z Checking aws-lc-sys v0.26.0
22422026-02-10T20:11:38.911Z Checking icu_normalizer v1.5.0
22432026-02-10T20:11:39.151Z Checking fastrand v2.1.1
22442026-02-10T20:11:39.355Z Checking tower-service v0.3.3
22452026-02-10T20:11:39.502Z Checking foreign-types-shared v0.1.1
22462026-02-10T20:11:39.568Z Checking ucd-trie v0.1.7
22472026-02-10T20:11:39.645Z Checking untrusted v0.9.0
22482026-02-10T20:11:39.669Z Checking untrusted v0.7.1
22492026-02-10T20:11:39.734Z Checking idna_adapter v1.2.0
22502026-02-10T20:11:39.818Z Checking atomic-waker v1.1.2
22512026-02-10T20:11:39.843Z Checking openssl-probe v0.1.5
22522026-02-10T20:11:39.874Z Checking adler2 v2.0.0
22532026-02-10T20:11:39.964Z Checking idna v1.0.3
22542026-02-10T20:11:39.988Z Checking try-lock v0.2.5
22552026-02-10T20:11:40.018Z Checking tower-layer v0.3.3
22562026-02-10T20:11:40.113Z Checking unicode-ident v1.0.19
22572026-02-10T20:11:40.184Z Checking dyn-clone v1.0.20
22582026-02-10T20:11:40.326Z Checking proc-macro2 v1.0.101
22592026-02-10T20:11:40.359Z Checking want v0.3.1
22602026-02-10T20:11:40.383Z Checking miniz_oxide v0.8.5
22612026-02-10T20:11:40.518Z Checking url v2.5.4
22622026-02-10T20:11:40.579Z Checking ring v0.17.14
22632026-02-10T20:11:40.713Z Checking tempfile v3.24.0
22642026-02-10T20:11:40.995Z Checking pest v2.8.2
22652026-02-10T20:11:41.133Z Checking foreign-types v0.3.2
22662026-02-10T20:11:41.157Z Checking aws-lc-rs v1.12.4
22672026-02-10T20:11:41.291Z Checking ipnet v2.11.0
22682026-02-10T20:11:41.315Z Checking httparse v1.9.5
22692026-02-10T20:11:41.438Z Checking schemars v0.8.22
22702026-02-10T20:11:41.785Z Checking openssl-sys v0.9.109
22712026-02-10T20:11:41.880Z Checking wait-timeout v0.2.0
22722026-02-10T20:11:42.100Z Checking aho-corasick v1.1.3
22732026-02-10T20:11:42.279Z Checking utf8parse v0.2.2
22742026-02-10T20:11:42.455Z Checking quick-error v1.2.3
22752026-02-10T20:11:42.630Z Checking httpdate v1.0.3
22762026-02-10T20:11:42.945Z Checking powerfmt v0.2.0
22772026-02-10T20:11:42.990Z Checking bit-vec v0.8.0
22782026-02-10T20:11:43.029Z Checking pretty-hex v0.4.1
22792026-02-10T20:11:43.060Z Checking anstyle v1.0.11
22802026-02-10T20:11:43.184Z Checking rustls-webpki v0.102.8
22812026-02-10T20:11:43.252Z Checking deranged v0.5.3
22822026-02-10T20:11:43.276Z Checking openssl v0.10.73
22832026-02-10T20:11:43.299Z Checking tokio-util v0.7.15
22842026-02-10T20:11:43.405Z Checking bit-set v0.8.0
22852026-02-10T20:11:43.430Z Checking rusty-fork v0.3.0
22862026-02-10T20:11:43.711Z Checking anstyle-parse v0.2.5
22872026-02-10T20:11:43.736Z Checking quote v1.0.40
22882026-02-10T20:11:43.791Z Checking regex-automata v0.4.11
22892026-02-10T20:11:43.823Z Compiling newtype-uuid v1.3.2
22902026-02-10T20:11:44.035Z Checking unicode-normalization v0.1.24
22912026-02-10T20:11:44.060Z Checking crossbeam-utils v0.8.21
22922026-02-10T20:11:44.085Z Checking rustix v0.38.37
22932026-02-10T20:11:44.161Z Checking rand_xorshift v0.4.0
22942026-02-10T20:11:44.395Z Checking bzip2-sys v0.1.13+1.0.8
22952026-02-10T20:11:44.553Z Checking scroll v0.13.0
22962026-02-10T20:11:44.701Z Checking h2 v0.4.6
22972026-02-10T20:11:44.861Z Checking signature v2.2.0
22982026-02-10T20:11:45.031Z Checking crc32fast v1.4.2
22992026-02-10T20:11:45.055Z Checking anstyle-query v1.1.1
23002026-02-10T20:11:45.108Z Checking num-conv v0.1.0
23012026-02-10T20:11:45.204Z Checking num_threads v0.1.7
23022026-02-10T20:11:45.291Z Checking colorchoice v1.0.2
23032026-02-10T20:11:45.341Z Checking is_terminal_polyfill v1.70.1
23042026-02-10T20:11:45.365Z Checking time-core v0.1.6
23052026-02-10T20:11:45.467Z Checking siphasher v0.3.11
23062026-02-10T20:11:45.506Z Checking unicode-properties v0.1.3
23072026-02-10T20:11:45.653Z Checking either v1.15.0
23082026-02-10T20:11:45.794Z Checking zlib-rs v0.5.1
23092026-02-10T20:11:45.819Z Checking unarray v0.1.4
23102026-02-10T20:11:45.894Z Checking unicode-bidi v0.3.17
23112026-02-10T20:11:45.997Z Checking proptest v1.7.0
23122026-02-10T20:11:46.111Z Checking phf_shared v0.11.2
23132026-02-10T20:11:46.399Z Checking time v0.3.43
23142026-02-10T20:11:46.625Z Checking stringprep v0.1.5
23152026-02-10T20:11:46.909Z Checking anstream v0.6.18
23162026-02-10T20:11:47.345Z Checking goblin v0.10.2
23172026-02-10T20:11:47.538Z Checking crossbeam-epoch v0.9.18
23182026-02-10T20:11:47.717Z Checking libz-rs-sys v0.5.1
23192026-02-10T20:11:47.929Z Compiling daft v0.1.4
23202026-02-10T20:11:47.988Z Checking syn v2.0.114
23212026-02-10T20:11:48.386Z Checking native-tls v0.2.12
23222026-02-10T20:11:48.437Z Checking rustls v0.23.19
23232026-02-10T20:11:48.484Z Checking ipnetwork v0.21.1
23242026-02-10T20:11:48.751Z Checking thiserror v1.0.69
23252026-02-10T20:11:48.908Z Checking scroll v0.12.0
23262026-02-10T20:11:48.932Z Checking toml_datetime v0.6.11
23272026-02-10T20:11:49.142Z Checking serde_spanned v0.6.9
23282026-02-10T20:11:49.276Z Checking zstd-sys v2.0.14+zstd.1.5.7
23292026-02-10T20:11:49.368Z Checking num-integer v0.1.46
23302026-02-10T20:11:49.392Z Checking rand_chacha v0.3.1
23312026-02-10T20:11:49.513Z Checking md-5 v0.10.6
23322026-02-10T20:11:49.753Z Checking sync_wrapper v1.0.1
23332026-02-10T20:11:49.838Z Checking ff v0.13.0
23342026-02-10T20:11:49.862Z Checking hash32 v0.2.1
23352026-02-10T20:11:49.921Z Checking base16ct v0.2.0
23362026-02-10T20:11:50.073Z Checking gimli v0.31.1
23372026-02-10T20:11:50.150Z Checking psl-types v2.0.11
23382026-02-10T20:11:50.183Z Checking fallible-iterator v0.2.0
23392026-02-10T20:11:50.354Z Checking publicsuffix v2.3.0
23402026-02-10T20:11:50.715Z Checking heapless v0.7.17
23412026-02-10T20:11:50.815Z Checking postgres-protocol v0.6.8
23422026-02-10T20:11:50.917Z Checking hyper v1.8.1
23432026-02-10T20:11:50.968Z Compiling iddqd v0.3.16
23442026-02-10T20:11:51.498Z Checking sec1 v0.7.3
23452026-02-10T20:11:51.669Z Checking group v0.13.0
23462026-02-10T20:11:51.946Z Checking tower v0.5.2
23472026-02-10T20:11:51.970Z Checking num-iter v0.1.45
23482026-02-10T20:11:52.163Z Checking rand v0.8.5
23492026-02-10T20:11:52.816Z Checking zstd-safe v7.2.3
23502026-02-10T20:11:52.932Z Checking hyper-util v0.1.19
23512026-02-10T20:11:53.126Z Checking goblin v0.8.2
23522026-02-10T20:11:53.311Z Checking dof v0.4.0
23532026-02-10T20:11:53.391Z Checking cookie v0.18.1
23542026-02-10T20:11:53.418Z Checking tokio-rustls v0.26.0
23552026-02-10T20:11:53.524Z Checking oxnet v0.1.4
23562026-02-10T20:11:53.846Z Checking tokio-native-tls v0.3.1
23572026-02-10T20:11:53.895Z Checking flate2 v1.1.2
23582026-02-10T20:11:53.919Z Checking addr2line v0.24.2
23592026-02-10T20:11:53.986Z Checking terminal_size v0.4.0
23602026-02-10T20:11:54.012Z Checking dtrace-parser v0.3.0
23612026-02-10T20:11:54.139Z Checking rustls-native-certs v0.8.1
23622026-02-10T20:11:54.217Z Checking webpki-roots v1.0.1
23632026-02-10T20:11:54.242Z Checking http-body-util v0.1.3
23642026-02-10T20:11:54.362Z Checking signal-hook v0.3.18
23652026-02-10T20:11:54.451Z Checking hkdf v0.12.4
23662026-02-10T20:11:54.518Z Checking crypto-bigint v0.5.5
23672026-02-10T20:11:54.553Z Checking thread-id v5.0.0
23682026-02-10T20:11:54.611Z Checking object v0.36.5
23692026-02-10T20:11:54.702Z Checking strsim v0.11.1
23702026-02-10T20:11:54.726Z Compiling rayon-core v1.12.1
23712026-02-10T20:11:54.750Z Checking bumpalo v3.16.0
23722026-02-10T20:11:54.781Z Checking lockfree-object-pool v0.1.6
23732026-02-10T20:11:55.025Z Checking winnow v0.5.40
23742026-02-10T20:11:55.063Z Checking rustc-demangle v0.1.24
23752026-02-10T20:11:55.116Z Checking clap_lex v0.7.4
23762026-02-10T20:11:55.143Z Checking ryu v1.0.18
23772026-02-10T20:11:55.378Z Checking iri-string v0.7.8
23782026-02-10T20:11:55.420Z Checking simd-adler32 v0.3.7
23792026-02-10T20:11:55.562Z Checking managed v0.8.0
23802026-02-10T20:11:55.770Z Checking bitflags v1.3.2
23812026-02-10T20:11:55.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23822026-02-10T20:11:55.977Z Checking hyper-rustls v0.27.7
23832026-02-10T20:11:56.001Z Checking smoltcp v0.9.1
23842026-02-10T20:11:56.221Z Checking hyper-tls v0.6.0
23852026-02-10T20:11:56.376Z Checking zopfli v0.8.1
23862026-02-10T20:11:56.522Z Checking serde_urlencoded v0.7.1
23872026-02-10T20:11:56.920Z Checking clap_builder v4.5.48
23882026-02-10T20:11:57.126Z Checking signal-hook-mio v0.2.4
23892026-02-10T20:11:57.304Z Checking usdt-impl v0.6.0
23902026-02-10T20:11:57.331Z Checking elliptic-curve v0.13.8
23912026-02-10T20:11:57.716Z Checking toml_edit v0.19.15
23922026-02-10T20:11:57.817Z Checking tower-http v0.6.6
23932026-02-10T20:11:57.853Z Checking cookie_store v0.21.1
23942026-02-10T20:11:57.877Z Checking num-bigint-dig v0.8.6
23952026-02-10T20:11:57.950Z Checking zstd v0.13.3
23962026-02-10T20:11:58.107Z Checking dof v0.3.0
23972026-02-10T20:11:58.321Z Checking postgres-types v0.2.9
23982026-02-10T20:11:58.375Z Checking dtrace-parser v0.2.0
23992026-02-10T20:11:58.547Z Checking bstr v1.10.0
24002026-02-10T20:11:58.700Z Checking regex v1.11.3
24012026-02-10T20:11:58.848Z Checking crossbeam-deque v0.8.5
24022026-02-10T20:11:58.973Z Checking phf v0.11.2
24032026-02-10T20:11:59.176Z Checking ed25519 v2.2.3
24042026-02-10T20:11:59.249Z Checking bzip2 v0.4.4
24052026-02-10T20:11:59.293Z Checking bzip2 v0.5.2
24062026-02-10T20:11:59.426Z Checking ref-cast v1.0.25
24072026-02-10T20:11:59.573Z Checking curve25519-dalek v4.1.3
24082026-02-10T20:11:59.600Z Checking strum v0.27.2
24092026-02-10T20:11:59.629Z Checking hubpack v0.1.2
24102026-02-10T20:11:59.656Z Checking memoffset v0.9.1
24112026-02-10T20:11:59.789Z Checking pkcs1 v0.7.5
24122026-02-10T20:11:59.821Z Checking hex v0.4.3
24132026-02-10T20:11:59.845Z Checking erased-serde v0.3.31
24142026-02-10T20:11:59.846Z Checking serde-big-array v0.5.1
24152026-02-10T20:11:59.993Z Checking float-cmp v0.10.0
24162026-02-10T20:12:00.109Z Checking rfc6979 v0.4.0
24172026-02-10T20:12:00.200Z Checking thread-id v4.2.2
24182026-02-10T20:12:00.242Z Checking socket2 v0.5.10
24192026-02-10T20:12:00.266Z Checking memmap2 v0.9.8
24202026-02-10T20:12:00.313Z Checking env_filter v0.1.2
24212026-02-10T20:12:00.337Z Checking encoding_rs v0.8.34
24222026-02-10T20:12:00.361Z Checking foldhash v0.2.0
24232026-02-10T20:12:00.557Z Checking fixedbitset v0.4.2
24242026-02-10T20:12:00.585Z Checking keccak v0.1.5
24252026-02-10T20:12:00.642Z Checking difflib v0.4.0
24262026-02-10T20:12:00.688Z Checking backtrace v0.3.74
24272026-02-10T20:12:00.729Z Checking minimal-lexical v0.2.1
24282026-02-10T20:12:00.861Z Checking static_assertions v1.1.0
24292026-02-10T20:12:00.885Z Checking new_debug_unreachable v1.0.6
24302026-02-10T20:12:00.958Z Checking fixedbitset v0.5.7
24312026-02-10T20:12:00.993Z Checking mime v0.3.17
24322026-02-10T20:12:01.018Z Checking unicode-segmentation v1.12.0
24332026-02-10T20:12:01.042Z Checking rustc-hash v2.1.1
24342026-02-10T20:12:01.156Z Checking whoami v1.5.2
24352026-02-10T20:12:01.245Z Checking precomputed-hash v0.1.1
24362026-02-10T20:12:01.347Z Checking predicates-core v1.0.8
24372026-02-10T20:12:01.371Z Checking normalize-line-endings v0.3.0
24382026-02-10T20:12:01.395Z Checking data-encoding v2.9.0
24392026-02-10T20:12:01.419Z Checking winnow v0.7.14
24402026-02-10T20:12:01.464Z Checking jiff v0.2.15
24412026-02-10T20:12:01.508Z Checking toml_write v0.1.2
24422026-02-10T20:12:01.541Z Checking tokio-postgres v0.7.13
24432026-02-10T20:12:01.610Z Checking predicates v3.1.3
24442026-02-10T20:12:01.738Z Checking similar v2.7.0
24452026-02-10T20:12:01.852Z Checking ed25519-dalek v2.1.1
24462026-02-10T20:12:02.034Z Checking hickory-proto v0.25.2
24472026-02-10T20:12:02.313Z Checking string_cache v0.8.9
24482026-02-10T20:12:02.337Z Checking anyhow v1.0.99
24492026-02-10T20:12:02.614Z Checking reqwest v0.12.24
24502026-02-10T20:12:02.638Z Checking petgraph v0.8.2
24512026-02-10T20:12:02.736Z Checking nom v7.1.3
24522026-02-10T20:12:04.318Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24532026-02-10T20:12:04.545Z Checking sha3 v0.10.8
24542026-02-10T20:12:04.569Z Checking toml_edit v0.22.27
24552026-02-10T20:12:04.645Z Checking slog v2.8.2
24562026-02-10T20:12:04.957Z Checking petgraph v0.6.5
24572026-02-10T20:12:05.261Z Checking env_logger v0.11.8
24582026-02-10T20:12:05.437Z Checking usdt v0.6.0
24592026-02-10T20:12:05.656Z Checking usdt-impl v0.5.0
24602026-02-10T20:12:05.716Z Checking serde_with v3.16.1
24612026-02-10T20:12:06.203Z Checking ecdsa v0.16.9
24622026-02-10T20:12:06.464Z Checking rsa v0.9.8
24632026-02-10T20:12:06.904Z Checking toml v0.7.8
24642026-02-10T20:12:07.312Z Checking nix v0.29.0
24652026-02-10T20:12:07.367Z Checking zip v4.2.0
24662026-02-10T20:12:07.475Z Checking clap v4.5.48
24672026-02-10T20:12:07.598Z Checking zip v0.6.6
24682026-02-10T20:12:08.066Z Checking crossterm v0.28.1
24692026-02-10T20:12:08.311Z Checking itertools v0.12.1
24702026-02-10T20:12:08.346Z Checking itertools v0.13.0
24712026-02-10T20:12:08.596Z Checking itertools v0.10.5
24722026-02-10T20:12:08.626Z Checking strum v0.26.3
24732026-02-10T20:12:08.679Z Checking tokio-stream v0.1.17
24742026-02-10T20:12:08.858Z Checking ahash v0.8.12
24752026-02-10T20:12:09.276Z Checking fs-err v3.1.1
24762026-02-10T20:12:09.316Z Checking buf-list v1.0.3
24772026-02-10T20:12:09.545Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24782026-02-10T20:12:09.720Z Checking x509-cert v0.2.5
24792026-02-10T20:12:09.744Z Checking openapiv3 v2.2.0
24802026-02-10T20:12:09.805Z Checking sha1 v0.10.6
24812026-02-10T20:12:09.973Z Checking winnow v0.6.26
24822026-02-10T20:12:10.053Z Checking peg-runtime v0.8.5
24832026-02-10T20:12:10.181Z Checking lalrpop-util v0.19.12
24842026-02-10T20:12:10.330Z Checking rayon v1.10.0
24852026-02-10T20:12:10.501Z Checking camino v1.2.2
24862026-02-10T20:12:10.851Z Checking sigpipe v0.1.3
24872026-02-10T20:12:10.979Z Checking glob v0.3.2
24882026-02-10T20:12:13.925Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24892026-02-10T20:12:14.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s
24902026-02-10T20:12:14.822Z
24912026-02-10T20:12:14.822Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/249)
24922026-02-10T20:12:16.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932026-02-10T20:12:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942026-02-10T20:12:16.666Z Compiling regress v0.10.4
24952026-02-10T20:12:16.718Z Compiling unsafe-libyaml v0.2.11
24962026-02-10T20:12:16.742Z Checking newtype-uuid v1.3.2
24972026-02-10T20:12:16.766Z Compiling structmeta-derive v0.3.0
24982026-02-10T20:12:16.766Z Compiling rustls v0.22.4
24992026-02-10T20:12:16.823Z Compiling multer v3.1.0
25002026-02-10T20:12:16.847Z Checking heck v0.5.0
25012026-02-10T20:12:17.088Z Compiling newtype-uuid-macros v0.1.0
25022026-02-10T20:12:17.160Z Compiling async-stream-impl v0.3.6
25032026-02-10T20:12:17.185Z Checking daft v0.1.4
25042026-02-10T20:12:17.321Z Checking futures-executor v0.3.31
25052026-02-10T20:12:17.573Z Compiling dropshot v0.16.7
25062026-02-10T20:12:17.655Z Checking iddqd v0.3.16
25072026-02-10T20:12:18.039Z Checking futures v0.3.31
25082026-02-10T20:12:18.178Z Compiling serde_yaml v0.9.34+deprecated
25092026-02-10T20:12:18.452Z Compiling dropshot_endpoint v0.16.7
25102026-02-10T20:12:18.555Z Checking match_cfg v0.1.0
25112026-02-10T20:12:18.675Z Checking hostname v0.3.1
25122026-02-10T20:12:18.699Z Checking thread_local v1.1.8
25132026-02-10T20:12:18.836Z Checking unicode-width v0.1.14
25142026-02-10T20:12:19.019Z Checking crossbeam-channel v0.5.15
25152026-02-10T20:12:19.343Z Compiling structmeta v0.3.0
25162026-02-10T20:12:19.378Z Checking is-terminal v0.4.13
25172026-02-10T20:12:19.576Z Checking take_mut v0.2.2
25182026-02-10T20:12:19.777Z Checking term v1.1.0
25192026-02-10T20:12:19.803Z Checking slog-async v2.8.0
25202026-02-10T20:12:19.831Z Compiling derive-ex v0.1.8
25212026-02-10T20:12:19.867Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-02-10T20:12:20.024Z Compiling parse-display-derive v0.10.0
25232026-02-10T20:12:20.220Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25242026-02-10T20:12:20.274Z Checking slog-term v2.9.2
25252026-02-10T20:12:20.338Z Checking typify-impl v0.4.3
25262026-02-10T20:12:21.089Z Checking debug-ignore v1.0.5
25272026-02-10T20:12:21.281Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25282026-02-10T20:12:22.132Z Checking toml_parser v1.0.6+spec-1.1.0
25292026-02-10T20:12:22.899Z Checking slog-json v2.6.1
25302026-02-10T20:12:22.966Z Checking macaddr v1.0.1
25312026-02-10T20:12:23.272Z Checking toml_datetime v0.7.5+spec-1.1.0
25322026-02-10T20:12:23.297Z Checking serde_spanned v1.0.4
25332026-02-10T20:12:23.498Z Checking toml_writer v1.0.6+spec-1.1.0
25342026-02-10T20:12:23.623Z Checking slog-bunyan v2.5.0
25352026-02-10T20:12:23.753Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25362026-02-10T20:12:23.862Z Checking tabwriter v1.4.0
25372026-02-10T20:12:23.939Z Checking toml v0.9.11+spec-1.1.0
25382026-02-10T20:12:24.260Z Checking async-stream v0.3.6
25392026-02-10T20:12:24.532Z Checking waitgroup v0.1.2
25402026-02-10T20:12:24.563Z Compiling test-strategy v0.4.3
25412026-02-10T20:12:24.639Z Checking rustls-pemfile v2.2.0
25422026-02-10T20:12:24.740Z Checking serde_path_to_error v0.1.20
25432026-02-10T20:12:24.806Z Checking hostname v0.4.2
25442026-02-10T20:12:24.895Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25452026-02-10T20:12:24.934Z Compiling itertools v0.14.0
25462026-02-10T20:12:25.005Z Checking progenitor-client v0.10.0
25472026-02-10T20:12:25.161Z Checking progenitor-client v0.11.2
25482026-02-10T20:12:25.495Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
25492026-02-10T20:12:25.528Z Checking instant v0.1.13
25502026-02-10T20:12:25.608Z Checking colored v3.0.0
25512026-02-10T20:12:25.673Z Checking parse-display v0.10.0
25522026-02-10T20:12:25.707Z Checking backoff v0.4.0
25532026-02-10T20:12:25.946Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25542026-02-10T20:12:26.045Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25552026-02-10T20:12:26.101Z Compiling proc-macro-crate v1.3.1
25562026-02-10T20:12:26.188Z Compiling proc-macro-error v1.0.4
25572026-02-10T20:12:26.246Z Checking tokio-rustls v0.25.0
25582026-02-10T20:12:26.898Z Compiling heapless v0.8.0
25592026-02-10T20:12:27.167Z Compiling num_enum_derive v0.5.11
25602026-02-10T20:12:27.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25612026-02-10T20:12:27.826Z Checking hash32 v0.3.1
25622026-02-10T20:12:27.978Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25632026-02-10T20:12:28.088Z Compiling smoltcp v0.11.0
25642026-02-10T20:12:28.416Z Compiling ingot-macros v0.1.1
25652026-02-10T20:12:28.502Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25662026-02-10T20:12:28.845Z Compiling foreign-types-macros v0.2.3
25672026-02-10T20:12:28.922Z Checking foreign-types-shared v0.3.1
25682026-02-10T20:12:29.103Z Compiling crucible-workspace-hack v0.1.0
25692026-02-10T20:12:29.434Z Checking cobs v0.2.3
25702026-02-10T20:12:29.703Z Checking postcard v1.0.10
25712026-02-10T20:12:29.746Z Checking num_enum v0.5.11
25722026-02-10T20:12:29.971Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25732026-02-10T20:12:30.023Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-02-10T20:12:30.137Z Checking foreign-types v0.5.0
25752026-02-10T20:12:30.269Z Checking cstr-argument v0.1.2
25762026-02-10T20:12:30.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-02-10T20:12:30.488Z Checking pretty-hex v0.2.1
25782026-02-10T20:12:30.521Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25792026-02-10T20:12:30.722Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25802026-02-10T20:12:30.838Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25812026-02-10T20:12:30.862Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25822026-02-10T20:12:31.071Z Checking colored v2.2.0
25832026-02-10T20:12:31.105Z Checking secrecy v0.10.3
25842026-02-10T20:12:31.131Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25852026-02-10T20:12:31.226Z Compiling convert_case v0.4.0
25862026-02-10T20:12:31.330Z Checking camino-tempfile v1.4.1
25872026-02-10T20:12:31.705Z Compiling nix v0.30.1
25882026-02-10T20:12:31.869Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-02-10T20:12:32.181Z Compiling derive_more v0.99.20
25902026-02-10T20:12:32.486Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-02-10T20:12:32.572Z Compiling zone_cfg_derive v0.3.0
25922026-02-10T20:12:32.845Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
25932026-02-10T20:12:33.848Z Compiling typify-macro v0.4.3
25942026-02-10T20:12:33.878Z Checking smf v0.2.3
25952026-02-10T20:12:33.955Z Compiling num-derive v0.4.2
25962026-02-10T20:12:34.717Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25972026-02-10T20:12:34.782Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25982026-02-10T20:12:35.287Z Checking ingot-types v0.1.2
25992026-02-10T20:12:35.478Z Checking zone v0.3.1
26002026-02-10T20:12:35.629Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
26012026-02-10T20:12:36.148Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26022026-02-10T20:12:36.196Z Checking ingot v0.1.1
26032026-02-10T20:12:36.326Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26042026-02-10T20:12:38.113Z Compiling typify v0.4.3
26052026-02-10T20:12:38.310Z Compiling progenitor-impl v0.11.2
26062026-02-10T20:12:39.891Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-02-10T20:12:39.942Z Compiling typify-impl v0.2.0
26082026-02-10T20:12:41.499Z Checking unicode-width v0.2.0
26092026-02-10T20:12:41.782Z Checking num-rational v0.4.2
26102026-02-10T20:12:42.077Z Compiling usdt-macro v0.5.0
26112026-02-10T20:12:42.519Z Compiling usdt-attr-macro v0.5.0
26122026-02-10T20:12:42.579Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26132026-02-10T20:12:42.983Z Compiling thiserror-impl-no-std v2.0.2
26142026-02-10T20:12:43.567Z Checking universal-hash v0.5.1
26152026-02-10T20:12:43.595Z Checking num-complex v0.4.6
26162026-02-10T20:12:44.168Z Checking memmap v0.7.0
26172026-02-10T20:12:44.415Z Checking half v2.4.1
26182026-02-10T20:12:44.581Z Checking opaque-debug v0.3.1
26192026-02-10T20:12:44.706Z Checking ciborium-io v0.2.2
26202026-02-10T20:12:44.864Z Compiling num v0.4.3
26212026-02-10T20:12:44.940Z Checking ciborium-ll v0.2.2
26222026-02-10T20:12:44.965Z Checking poly1305 v0.8.0
26232026-02-10T20:12:45.174Z Checking usdt v0.5.0
26242026-02-10T20:12:45.207Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26252026-02-10T20:12:45.352Z Checking console v0.15.10
26262026-02-10T20:12:45.531Z Compiling progenitor-macro v0.11.2
26272026-02-10T20:12:45.600Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26282026-02-10T20:12:45.660Z Checking toml v0.8.23
26292026-02-10T20:12:45.686Z Checking password-hash v0.5.0
26302026-02-10T20:12:45.917Z Checking thiserror-no-std v2.0.2
26312026-02-10T20:12:46.069Z Checking chacha20 v0.9.1
26322026-02-10T20:12:46.103Z Checking blake2 v0.10.6
26332026-02-10T20:12:46.206Z Checking aead v0.5.2
26342026-02-10T20:12:46.264Z Checking float-ord v0.3.2
26352026-02-10T20:12:46.423Z Compiling semver v0.1.20
26362026-02-10T20:12:46.525Z Checking vsss-rs v3.3.4
26372026-02-10T20:12:46.631Z Checking argon2 v0.5.3
26382026-02-10T20:12:46.656Z Checking chacha20poly1305 v0.10.1
26392026-02-10T20:12:46.746Z Checking ciborium v0.2.2
26402026-02-10T20:12:46.890Z Compiling rustc_version v0.1.7
26412026-02-10T20:12:47.031Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26422026-02-10T20:12:47.486Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
26432026-02-10T20:12:47.746Z Checking indent_write v2.2.0
26442026-02-10T20:12:47.895Z Checking linked-hash-map v0.5.6
26452026-02-10T20:12:48.050Z Checking siphasher v1.0.1
26462026-02-10T20:12:48.088Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
26472026-02-10T20:12:48.305Z Checking lru-cache v0.1.2
26482026-02-10T20:12:48.547Z Checking phf_shared v0.12.1
26492026-02-10T20:12:48.573Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26502026-02-10T20:12:48.882Z Compiling newtype_derive v0.1.6
26512026-02-10T20:12:48.971Z Compiling progenitor-impl v0.10.0
26522026-02-10T20:12:49.288Z Checking resolv-conf v0.7.0
26532026-02-10T20:12:49.860Z Checking newline-converter v0.3.0
26542026-02-10T20:12:50.114Z Checking hickory-proto v0.24.4
26552026-02-10T20:12:50.195Z Checking atomicwrites v0.4.4
26562026-02-10T20:12:50.437Z Checking prettyplease v0.2.36
26572026-02-10T20:12:51.786Z Compiling derive-where v1.5.0
26582026-02-10T20:12:51.850Z Checking csv-core v0.1.11
26592026-02-10T20:12:52.005Z Compiling pin-project-internal v1.1.6
26602026-02-10T20:12:52.159Z Compiling typify-macro v0.2.0
26612026-02-10T20:12:52.239Z Compiling slog-dtrace v0.3.0
26622026-02-10T20:12:52.580Z Compiling owo-colors v4.2.2
26632026-02-10T20:12:53.246Z Checking swrite v0.1.0
26642026-02-10T20:12:53.437Z Compiling cancel-safe-futures v0.1.5
26652026-02-10T20:12:53.834Z Compiling chrono-tz v0.10.4
26662026-02-10T20:12:54.202Z Compiling const_format_proc_macros v0.2.34
26672026-02-10T20:12:54.318Z Checking csv v1.3.1
26682026-02-10T20:12:54.651Z Checking pin-project v1.1.6
26692026-02-10T20:12:54.780Z Checking hickory-resolver v0.24.4
26702026-02-10T20:12:54.849Z Checking expectorate v1.2.0
26712026-02-10T20:12:55.202Z Checking phf v0.12.1
26722026-02-10T20:12:55.262Z Checking tokio-dtrace v0.1.0
26732026-02-10T20:12:55.514Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-02-10T20:12:55.632Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-02-10T20:12:56.128Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26762026-02-10T20:12:56.260Z Compiling progenitor-macro v0.10.0
26772026-02-10T20:12:56.286Z Compiling typify v0.2.0
26782026-02-10T20:12:56.483Z Compiling progenitor-impl v0.8.0
26792026-02-10T20:12:56.727Z Checking pem v3.0.5
26802026-02-10T20:12:56.787Z Checking libsw-core v0.3.1
26812026-02-10T20:12:57.055Z Compiling lzma-sys v0.1.20
26822026-02-10T20:12:57.099Z Compiling snafu-derive v0.8.5
26832026-02-10T20:12:57.182Z Compiling async-recursion v1.1.1
26842026-02-10T20:12:57.429Z Checking bytecount v0.6.8
26852026-02-10T20:12:57.637Z Checking utf-8 v0.7.6
26862026-02-10T20:12:57.952Z Checking same-file v1.0.6
26872026-02-10T20:12:58.084Z Checking arc-swap v1.7.1
26882026-02-10T20:12:58.273Z Checking highway v1.3.0
26892026-02-10T20:12:58.655Z Checking slog-scope v4.4.0
26902026-02-10T20:12:58.790Z Checking walkdir v2.5.0
26912026-02-10T20:12:58.815Z Checking progenitor v0.11.2
26922026-02-10T20:12:58.993Z Checking tungstenite v0.21.0
26932026-02-10T20:12:59.096Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26942026-02-10T20:12:59.221Z Checking papergrid v0.11.0
26952026-02-10T20:12:59.812Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26962026-02-10T20:13:00.072Z Checking libsw v3.5.0
26972026-02-10T20:13:00.405Z Checking qorb v0.4.1
26982026-02-10T20:13:00.897Z Checking const_format v0.2.34
26992026-02-10T20:13:01.401Z Checking oxide-tokio-rt v0.1.2
27002026-02-10T20:13:02.322Z Checking snafu v0.8.5
27012026-02-10T20:13:02.445Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27022026-02-10T20:13:03.507Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-02-10T20:13:03.788Z Compiling progenitor-macro v0.8.0
27042026-02-10T20:13:03.932Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-02-10T20:13:04.666Z Compiling tabled_derive v0.7.0
27062026-02-10T20:13:04.734Z Checking globset v0.4.15
27072026-02-10T20:13:05.176Z Checking olpc-cjson v0.1.4
27082026-02-10T20:13:05.300Z Checking progenitor-client v0.8.0
27092026-02-10T20:13:05.436Z Checking gethostname v0.5.0
27102026-02-10T20:13:05.603Z Compiling heck v0.3.3
27112026-02-10T20:13:05.689Z Checking bcs v0.1.6
27122026-02-10T20:13:05.979Z Checking serde_plain v1.0.2
27132026-02-10T20:13:06.033Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27142026-02-10T20:13:06.191Z Checking unicode-linebreak v0.1.5
27152026-02-10T20:13:06.269Z Checking typed-path v0.9.3
27162026-02-10T20:13:06.897Z Checking linear-map v1.2.0
27172026-02-10T20:13:07.338Z Checking termtree v0.5.1
27182026-02-10T20:13:07.630Z Checking smawk v0.3.2
27192026-02-10T20:13:07.932Z Checking textwrap v0.16.2
27202026-02-10T20:13:08.328Z Checking tough v0.20.0
27212026-02-10T20:13:08.496Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-02-10T20:13:09.154Z Checking tabled v0.15.0
27232026-02-10T20:13:09.837Z Checking progenitor v0.10.0
27242026-02-10T20:13:10.152Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-02-10T20:13:11.643Z Compiling zone_cfg_derive v0.1.2
27262026-02-10T20:13:12.037Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27272026-02-10T20:13:12.434Z Checking steno v0.4.1
27282026-02-10T20:13:13.050Z Checking tokio-tungstenite v0.21.0
27292026-02-10T20:13:13.713Z Checking slog-stdlog v4.1.1
27302026-02-10T20:13:13.828Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27312026-02-10T20:13:13.906Z Checking number_prefix v0.4.0
27322026-02-10T20:13:13.944Z Checking base64 v0.21.7
27332026-02-10T20:13:14.149Z Checking base64 v0.13.1
27342026-02-10T20:13:14.173Z Checking humantime v2.2.0
27352026-02-10T20:13:14.529Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27362026-02-10T20:13:14.571Z Checking indicatif v0.17.11
27372026-02-10T20:13:14.634Z Checking ron v0.7.1
27382026-02-10T20:13:14.980Z Checking slog-envlogger v2.2.0
27392026-02-10T20:13:15.066Z Checking xz2 v0.1.7
27402026-02-10T20:13:15.298Z Checking zone v0.1.8
27412026-02-10T20:13:15.445Z Checking xattr v1.3.1
27422026-02-10T20:13:15.475Z Checking yasna v0.5.2
27432026-02-10T20:13:15.519Z Checking headers-core v0.3.0
27442026-02-10T20:13:15.709Z Checking filetime v0.2.26
27452026-02-10T20:13:15.733Z Checking headers v0.4.1
27462026-02-10T20:13:15.961Z Checking tar v0.4.44
27472026-02-10T20:13:15.997Z Checking subprocess v0.2.9
27482026-02-10T20:13:16.463Z Checking rcgen v0.12.1
27492026-02-10T20:13:16.806Z Checking progenitor v0.8.0
27502026-02-10T20:13:17.054Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27512026-02-10T20:13:19.584Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27522026-02-10T20:13:19.584Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27532026-02-10T20:13:19.608Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27542026-02-10T20:13:20.477Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27552026-02-10T20:13:20.900Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27562026-02-10T20:13:21.710Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27572026-02-10T20:13:22.706Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27582026-02-10T20:13:23.999Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27592026-02-10T20:13:24.023Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27602026-02-10T20:13:24.098Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27612026-02-10T20:13:25.028Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27622026-02-10T20:13:25.052Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27632026-02-10T20:13:26.730Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27642026-02-10T20:13:27.864Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27652026-02-10T20:13:28.771Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27662026-02-10T20:13:35.472Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27672026-02-10T20:13:39.077Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27682026-02-10T20:13:41.056Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27692026-02-10T20:13:43.160Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27702026-02-10T20:14:14.886Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27712026-02-10T20:14:18.522Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27722026-02-10T20:14:21.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
27732026-02-10T20:14:21.824Z
27742026-02-10T20:14:21.824Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/249)
27752026-02-10T20:14:23.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-02-10T20:14:23.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-02-10T20:14:23.461Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27782026-02-10T20:14:27.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
27792026-02-10T20:14:27.377Z
27802026-02-10T20:14:27.377Zinfo: running `cargo check --bins` on nexus-config (53/249)
27812026-02-10T20:14:28.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-02-10T20:14:28.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-02-10T20:14:28.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-02-10T20:14:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
27852026-02-10T20:14:28.964Z
27862026-02-10T20:14:28.964Zinfo: running `cargo check --bins` on nexus-types (54/249)
27872026-02-10T20:14:30.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-02-10T20:14:30.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-02-10T20:14:30.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-02-10T20:14:30.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
27912026-02-10T20:14:30.471Z
27922026-02-10T20:14:30.471Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/249)
27932026-02-10T20:14:31.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-02-10T20:14:31.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-02-10T20:14:31.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-02-10T20:14:31.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
27972026-02-10T20:14:31.981Z
27982026-02-10T20:14:31.981Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/249)
27992026-02-10T20:14:33.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-02-10T20:14:33.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-02-10T20:14:33.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-02-10T20:14:33.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
28032026-02-10T20:14:33.600Z
28042026-02-10T20:14:33.600Zinfo: running `cargo check --bins` on cockroach-admin-types (57/249)
28052026-02-10T20:14:34.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-02-10T20:14:34.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-02-10T20:14:34.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-02-10T20:14:34.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28092026-02-10T20:14:34.984Z
28102026-02-10T20:14:34.984Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/249)
28112026-02-10T20:14:36.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-02-10T20:14:36.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-02-10T20:14:36.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-02-10T20:14:36.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
28152026-02-10T20:14:36.474Z
28162026-02-10T20:14:36.474Zinfo: running `cargo check --bins` on ereport-types (59/249)
28172026-02-10T20:14:37.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-02-10T20:14:37.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-02-10T20:14:37.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-02-10T20:14:37.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
28212026-02-10T20:14:37.961Z
28222026-02-10T20:14:37.961Zinfo: running `cargo check --bins` on gateway-client (60/249)
28232026-02-10T20:14:39.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-02-10T20:14:39.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-02-10T20:14:39.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-02-10T20:14:39.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
28272026-02-10T20:14:39.411Z
28282026-02-10T20:14:39.411Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/249)
28292026-02-10T20:14:40.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-02-10T20:14:40.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-02-10T20:14:40.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-02-10T20:14:40.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
28332026-02-10T20:14:40.917Z
28342026-02-10T20:14:40.917Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/249)
28352026-02-10T20:14:42.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-02-10T20:14:42.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-02-10T20:14:42.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-02-10T20:14:42.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
28392026-02-10T20:14:42.379Z
28402026-02-10T20:14:42.379Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/249)
28412026-02-10T20:14:43.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-02-10T20:14:43.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-02-10T20:14:43.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-02-10T20:14:43.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
28452026-02-10T20:14:43.775Z
28462026-02-10T20:14:43.775Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/249)
28472026-02-10T20:14:44.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-02-10T20:14:45.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-02-10T20:14:45.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-02-10T20:14:45.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
28512026-02-10T20:14:45.114Z
28522026-02-10T20:14:45.114Zinfo: running `cargo check --bins` on internal-dns-types (65/249)
28532026-02-10T20:14:46.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-02-10T20:14:46.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-02-10T20:14:46.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-02-10T20:14:46.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28572026-02-10T20:14:46.527Z
28582026-02-10T20:14:46.527Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/249)
28592026-02-10T20:14:47.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-02-10T20:14:47.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-02-10T20:14:47.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-02-10T20:14:47.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
28632026-02-10T20:14:47.974Z
28642026-02-10T20:14:47.974Zinfo: running `cargo check --bins` on omicron-passwords (67/249)
28652026-02-10T20:14:49.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-02-10T20:14:49.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-02-10T20:14:49.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-02-10T20:14:49.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
28692026-02-10T20:14:49.520Z
28702026-02-10T20:14:49.520Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (68/249)
28712026-02-10T20:14:50.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-02-10T20:14:50.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-02-10T20:14:51.094Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-02-10T20:14:52.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
28752026-02-10T20:14:52.448Z
28762026-02-10T20:14:52.448Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (69/249)
28772026-02-10T20:14:53.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-02-10T20:14:53.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-02-10T20:14:54.004Z Compiling cfg_aliases v0.1.1
28802026-02-10T20:14:54.004Z Compiling convert_case v0.7.1
28812026-02-10T20:14:54.030Z Compiling vte_generate_state_changes v0.1.2
28822026-02-10T20:14:54.030Z Checking fd-lock v4.0.2
28832026-02-10T20:14:54.030Z Checking nibble_vec v0.1.0
28842026-02-10T20:14:54.068Z Checking endian-type v0.1.2
28852026-02-10T20:14:54.163Z Compiling peg-macros v0.8.5
28862026-02-10T20:14:54.163Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28872026-02-10T20:14:54.204Z Compiling nix v0.28.0
28882026-02-10T20:14:54.325Z Compiling sqlparser_derive v0.2.2
28892026-02-10T20:14:54.390Z Checking radix_trie v0.2.1
28902026-02-10T20:14:54.414Z Checking nu-ansi-term v0.50.1
28912026-02-10T20:14:54.808Z Checking vte v0.11.1
28922026-02-10T20:14:54.898Z Checking home v0.5.9
28932026-02-10T20:14:54.924Z Checking unicode_categories v0.1.1
28942026-02-10T20:14:55.117Z Compiling derive_more-impl v2.0.1
28952026-02-10T20:14:55.161Z Checking display-error-chain v0.2.2
28962026-02-10T20:14:55.276Z Checking sqlformat v0.3.5
28972026-02-10T20:14:55.505Z Checking sqlparser v0.45.0
28982026-02-10T20:14:56.337Z Checking strip-ansi-escapes v0.2.0
28992026-02-10T20:14:56.548Z Checking reedline v0.40.0
29002026-02-10T20:14:56.828Z Checking derive_more v2.0.1
29012026-02-10T20:14:56.941Z Checking peg v0.8.5
29022026-02-10T20:14:56.990Z Checking crossterm v0.29.0
29032026-02-10T20:14:57.580Z Checking rustyline v14.0.0
29042026-02-10T20:15:13.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.16s
29052026-02-10T20:15:13.864Z
29062026-02-10T20:15:13.864Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (70/249)
29072026-02-10T20:15:15.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-02-10T20:15:15.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-02-10T20:15:15.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29102026-02-10T20:15:24.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s
29112026-02-10T20:15:25.105Z
29122026-02-10T20:15:25.105Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (71/249)
29132026-02-10T20:15:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-02-10T20:15:26.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-02-10T20:15:26.790Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29162026-02-10T20:15:32.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
29172026-02-10T20:15:33.073Z
29182026-02-10T20:15:33.073Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (72/249)
29192026-02-10T20:15:34.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-02-10T20:15:34.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-02-10T20:15:34.610Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-02-10T20:15:43.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s
29232026-02-10T20:15:43.387Z
29242026-02-10T20:15:43.387Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (73/249)
29252026-02-10T20:15:44.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-02-10T20:15:44.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-02-10T20:15:44.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-02-10T20:15:53.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.26s
29292026-02-10T20:15:53.886Z
29302026-02-10T20:15:53.886Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (74/249)
29312026-02-10T20:15:55.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-02-10T20:15:55.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-02-10T20:15:55.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-02-10T20:16:02.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s
29352026-02-10T20:16:02.345Z
29362026-02-10T20:16:02.345Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (75/249)
29372026-02-10T20:16:03.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-02-10T20:16:03.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-02-10T20:16:03.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-02-10T20:16:10.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.08s
29412026-02-10T20:16:10.655Z
29422026-02-10T20:16:10.655Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (76/249)
29432026-02-10T20:16:11.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-02-10T20:16:11.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-02-10T20:16:12.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29462026-02-10T20:16:20.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s
29472026-02-10T20:16:20.822Z
29482026-02-10T20:16:20.822Zinfo: running `cargo check --bins` on oximeter (77/249)
29492026-02-10T20:16:21.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-02-10T20:16:21.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-02-10T20:16:21.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-02-10T20:16:21.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
29532026-02-10T20:16:22.083Z
29542026-02-10T20:16:22.083Zinfo: running `cargo check --bins` on oximeter-macro-impl (78/249)
29552026-02-10T20:16:23.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-02-10T20:16:23.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-02-10T20:16:23.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-02-10T20:16:23.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
29592026-02-10T20:16:23.349Z
29602026-02-10T20:16:23.349Zinfo: running `cargo check --bins` on oximeter-schema (79/249)
29612026-02-10T20:16:24.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-02-10T20:16:24.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-02-10T20:16:24.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29642026-02-10T20:16:24.835Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29652026-02-10T20:16:25.474Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29662026-02-10T20:16:37.254Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29672026-02-10T20:16:38.007Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29682026-02-10T20:16:41.108Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-02-10T20:16:42.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
29702026-02-10T20:16:42.996Z
29712026-02-10T20:16:42.996Zinfo: running `cargo check --bins` on oximeter-types (80/249)
29722026-02-10T20:16:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-02-10T20:16:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-02-10T20:16:44.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-02-10T20:16:44.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
29762026-02-10T20:16:44.356Z
29772026-02-10T20:16:44.356Zinfo: running `cargo check --bins` on oximeter-types-versions (81/249)
29782026-02-10T20:16:45.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-02-10T20:16:45.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-02-10T20:16:45.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-02-10T20:16:45.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
29822026-02-10T20:16:45.719Z
29832026-02-10T20:16:45.719Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (82/249)
29842026-02-10T20:16:47.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-02-10T20:16:47.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-02-10T20:16:47.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-02-10T20:16:47.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
29882026-02-10T20:16:47.179Z
29892026-02-10T20:16:47.179Zinfo: running `cargo check --bins` on oxql-types (83/249)
29902026-02-10T20:16:48.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-02-10T20:16:48.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-02-10T20:16:48.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-02-10T20:16:48.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
29942026-02-10T20:16:48.556Z
29952026-02-10T20:16:48.556Zinfo: running `cargo check --bins` on oximeter-test-utils (84/249)
29962026-02-10T20:16:49.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-02-10T20:16:49.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-02-10T20:16:49.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-02-10T20:16:49.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30002026-02-10T20:16:49.957Z
30012026-02-10T20:16:49.957Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (85/249)
30022026-02-10T20:16:51.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-02-10T20:16:51.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-02-10T20:16:51.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-02-10T20:16:51.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30062026-02-10T20:16:51.339Z
30072026-02-10T20:16:51.339Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (86/249)
30082026-02-10T20:16:52.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-02-10T20:16:52.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-02-10T20:16:52.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-02-10T20:16:52.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
30122026-02-10T20:16:52.707Z
30132026-02-10T20:16:52.707Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (87/249)
30142026-02-10T20:16:53.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-02-10T20:16:53.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-02-10T20:16:53.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-02-10T20:16:53.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30182026-02-10T20:16:54.042Z
30192026-02-10T20:16:54.042Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (88/249)
30202026-02-10T20:16:55.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-02-10T20:16:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-02-10T20:16:55.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-02-10T20:16:55.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
30242026-02-10T20:16:55.390Z
30252026-02-10T20:16:55.391Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (89/249)
30262026-02-10T20:16:56.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-02-10T20:16:56.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-02-10T20:16:56.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-02-10T20:16:56.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
30302026-02-10T20:16:56.858Z
30312026-02-10T20:16:56.858Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (90/249)
30322026-02-10T20:16:58.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-02-10T20:16:58.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-02-10T20:16:58.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-02-10T20:16:58.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30362026-02-10T20:16:58.193Z
30372026-02-10T20:16:58.193Zinfo: running `cargo check --bins --no-default-features` on gfss (91/249)
30382026-02-10T20:16:59.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-02-10T20:16:59.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-02-10T20:16:59.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-02-10T20:16:59.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
30422026-02-10T20:16:59.416Z
30432026-02-10T20:16:59.416Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (92/249)
30442026-02-10T20:17:00.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-02-10T20:17:00.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-02-10T20:17:00.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-02-10T20:17:00.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30482026-02-10T20:17:00.824Z
30492026-02-10T20:17:00.824Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (93/249)
30502026-02-10T20:17:02.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-02-10T20:17:02.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-02-10T20:17:02.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-02-10T20:17:02.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
30542026-02-10T20:17:02.232Z
30552026-02-10T20:17:02.232Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (94/249)
30562026-02-10T20:17:03.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-02-10T20:17:03.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-02-10T20:17:03.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-02-10T20:17:03.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30602026-02-10T20:17:03.618Z
30612026-02-10T20:17:03.618Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (95/249)
30622026-02-10T20:17:04.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-02-10T20:17:04.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-02-10T20:17:04.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-02-10T20:17:04.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30662026-02-10T20:17:04.948Z
30672026-02-10T20:17:04.948Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (96/249)
30682026-02-10T20:17:06.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-02-10T20:17:06.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-02-10T20:17:06.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-02-10T20:17:06.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30722026-02-10T20:17:06.332Z
30732026-02-10T20:17:06.332Zinfo: running `cargo check --bins` on trust-quorum-types (97/249)
30742026-02-10T20:17:07.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-02-10T20:17:07.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-02-10T20:17:07.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-02-10T20:17:07.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
30782026-02-10T20:17:07.756Z
30792026-02-10T20:17:07.756Zinfo: running `cargo check --bins` on trust-quorum-test-utils (98/249)
30802026-02-10T20:17:08.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-02-10T20:17:09.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-02-10T20:17:09.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-02-10T20:17:09.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30842026-02-10T20:17:09.135Z
30852026-02-10T20:17:09.135Zinfo: running `cargo check --bins` on update-engine (99/249)
30862026-02-10T20:17:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-02-10T20:17:10.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-02-10T20:17:10.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-02-10T20:17:10.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30902026-02-10T20:17:10.457Z
30912026-02-10T20:17:10.457Zinfo: running `cargo check --bins` on omicron-certificates (100/249)
30922026-02-10T20:17:11.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-02-10T20:17:11.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-02-10T20:17:11.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-02-10T20:17:11.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
30962026-02-10T20:17:11.946Z
30972026-02-10T20:17:11.946Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (101/249)
30982026-02-10T20:17:13.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-02-10T20:17:13.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-02-10T20:17:13.462Z Checking dropshot-api-manager-types v0.2.4
31012026-02-10T20:17:13.462Z Checking nanorand v0.7.0
31022026-02-10T20:17:13.799Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31032026-02-10T20:17:13.856Z Checking flume v0.11.1
31042026-02-10T20:17:14.408Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31052026-02-10T20:17:16.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
31062026-02-10T20:17:16.918Z
31072026-02-10T20:17:16.918Zinfo: running `cargo check --bins` on clickhouse-admin-api (102/249)
31082026-02-10T20:17:18.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-02-10T20:17:18.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-02-10T20:17:18.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-02-10T20:17:18.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
31122026-02-10T20:17:18.312Z
31132026-02-10T20:17:18.312Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (103/249)
31142026-02-10T20:17:19.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-02-10T20:17:19.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-02-10T20:17:19.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-02-10T20:17:19.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
31182026-02-10T20:17:19.593Z
31192026-02-10T20:17:19.593Zinfo: running `cargo check --bins` on bootstrap-agent-client (104/249)
31202026-02-10T20:17:20.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-02-10T20:17:20.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-02-10T20:17:20.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-02-10T20:17:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
31242026-02-10T20:17:20.928Z
31252026-02-10T20:17:20.928Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (105/249)
31262026-02-10T20:17:22.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-02-10T20:17:22.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-02-10T20:17:22.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-02-10T20:17:22.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
31302026-02-10T20:17:22.367Z
31312026-02-10T20:17:22.367Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (106/249)
31322026-02-10T20:17:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-02-10T20:17:23.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-02-10T20:17:23.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-02-10T20:17:23.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
31362026-02-10T20:17:23.739Z
31372026-02-10T20:17:23.739Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (107/249)
31382026-02-10T20:17:25.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-02-10T20:17:25.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-02-10T20:17:25.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-02-10T20:17:25.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
31422026-02-10T20:17:25.201Z
31432026-02-10T20:17:25.201Zinfo: running `cargo check --bins` on cockroach-admin-client (108/249)
31442026-02-10T20:17:26.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-02-10T20:17:26.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-02-10T20:17:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-02-10T20:17:26.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
31482026-02-10T20:17:26.597Z
31492026-02-10T20:17:26.597Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (109/249)
31502026-02-10T20:17:27.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-02-10T20:17:27.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-02-10T20:17:27.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-02-10T20:17:27.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
31542026-02-10T20:17:28.003Z
31552026-02-10T20:17:28.003Zinfo: running `cargo check --bins` on dns-service-client (110/249)
31562026-02-10T20:17:29.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-02-10T20:17:29.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-02-10T20:17:29.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-02-10T20:17:29.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
31602026-02-10T20:17:29.473Z
31612026-02-10T20:17:29.473Zinfo: running `cargo check --bins` on installinator-client (111/249)
31622026-02-10T20:17:30.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-02-10T20:17:30.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-02-10T20:17:30.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-02-10T20:17:30.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
31662026-02-10T20:17:30.785Z
31672026-02-10T20:17:30.785Zinfo: running `cargo check --bins` on nexus-client (112/249)
31682026-02-10T20:17:31.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-02-10T20:17:31.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-02-10T20:17:31.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-02-10T20:17:31.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31722026-02-10T20:17:32.109Z
31732026-02-10T20:17:32.109Zinfo: running `cargo check --bins` on nexus-lockstep-client (113/249)
31742026-02-10T20:17:33.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-02-10T20:17:33.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-02-10T20:17:33.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-02-10T20:17:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
31782026-02-10T20:17:33.559Z
31792026-02-10T20:17:33.559Zinfo: running `cargo check --bins` on ntp-admin-client (114/249)
31802026-02-10T20:17:34.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-02-10T20:17:34.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-02-10T20:17:34.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-02-10T20:17:34.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
31842026-02-10T20:17:34.882Z
31852026-02-10T20:17:34.882Zinfo: running `cargo check --bins` on oxide-client (115/249)
31862026-02-10T20:17:36.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-02-10T20:17:36.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-02-10T20:17:36.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-02-10T20:17:36.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31902026-02-10T20:17:36.208Z
31912026-02-10T20:17:36.208Zinfo: running `cargo check --bins` on oximeter-client (116/249)
31922026-02-10T20:17:37.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-02-10T20:17:37.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-02-10T20:17:37.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-02-10T20:17:37.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
31962026-02-10T20:17:37.526Z
31972026-02-10T20:17:37.526Zinfo: running `cargo check --bins` on repo-depot-client (117/249)
31982026-02-10T20:17:38.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-02-10T20:17:38.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-02-10T20:17:38.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-02-10T20:17:38.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
32022026-02-10T20:17:38.803Z
32032026-02-10T20:17:38.803Zinfo: running `cargo check --bins` on sled-agent-client (118/249)
32042026-02-10T20:17:39.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-02-10T20:17:39.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-02-10T20:17:39.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-02-10T20:17:39.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
32082026-02-10T20:17:40.104Z
32092026-02-10T20:17:40.104Zinfo: running `cargo check --bins` on wicketd-client (119/249)
32102026-02-10T20:17:41.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-02-10T20:17:41.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-02-10T20:17:41.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-02-10T20:17:41.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
32142026-02-10T20:17:41.509Z
32152026-02-10T20:17:41.509Zinfo: running `cargo check --bins` on installinator-common (120/249)
32162026-02-10T20:17:42.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-02-10T20:17:42.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-02-10T20:17:42.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-02-10T20:17:42.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
32202026-02-10T20:17:42.870Z
32212026-02-10T20:17:42.870Zinfo: running `cargo check --bins` on installinator-common-versions (121/249)
32222026-02-10T20:17:44.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-02-10T20:17:44.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-02-10T20:17:44.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-02-10T20:17:44.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
32262026-02-10T20:17:44.133Z
32272026-02-10T20:17:44.133Zinfo: running `cargo check --bins` on wicket-common (122/249)
32282026-02-10T20:17:45.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-02-10T20:17:45.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-02-10T20:17:45.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-02-10T20:17:45.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32322026-02-10T20:17:45.454Z
32332026-02-10T20:17:45.454Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/249)
32342026-02-10T20:17:46.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-02-10T20:17:46.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-02-10T20:17:46.991Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32372026-02-10T20:17:47.015Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-02-10T20:17:47.015Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32392026-02-10T20:17:47.015Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32402026-02-10T20:17:47.015Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32412026-02-10T20:17:47.340Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32422026-02-10T20:17:47.391Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32432026-02-10T20:17:47.942Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-02-10T20:17:47.942Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32452026-02-10T20:17:53.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
32462026-02-10T20:17:53.378Z
32472026-02-10T20:17:53.379Zinfo: running `cargo check --bins` on cockroach-admin-api (124/249)
32482026-02-10T20:17:54.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-02-10T20:17:54.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-02-10T20:17:54.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-02-10T20:17:54.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
32522026-02-10T20:17:54.760Z
32532026-02-10T20:17:54.760Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (125/249)
32542026-02-10T20:17:56.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-02-10T20:17:56.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-02-10T20:17:56.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-02-10T20:17:56.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
32582026-02-10T20:17:56.367Z
32592026-02-10T20:17:56.367Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (126/249)
32602026-02-10T20:17:57.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-02-10T20:17:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-02-10T20:17:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-02-10T20:17:57.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
32642026-02-10T20:17:57.957Z
32652026-02-10T20:17:57.957Zinfo: running `cargo check --bins` on dns-server (127/249)
32662026-02-10T20:17:59.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-02-10T20:17:59.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-02-10T20:17:59.523Z Compiling parking_lot_core v0.8.6
32692026-02-10T20:17:59.523Z Compiling moka v0.12.10
32702026-02-10T20:17:59.549Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32712026-02-10T20:17:59.549Z Checking tagptr v0.2.0
32722026-02-10T20:17:59.549Z Checking prefix-trie v0.7.0
32732026-02-10T20:17:59.549Z Checking fxhash v0.2.1
32742026-02-10T20:17:59.573Z Checking hickory-client v0.25.2
32752026-02-10T20:18:00.538Z Checking hickory-server v0.25.2
32762026-02-10T20:18:00.601Z Checking parking_lot v0.11.2
32772026-02-10T20:18:00.927Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32782026-02-10T20:18:00.927Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32792026-02-10T20:18:00.951Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32802026-02-10T20:18:01.025Z Checking sled v0.34.7
32812026-02-10T20:18:01.738Z Checking hickory-resolver v0.25.2
32822026-02-10T20:18:04.094Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32832026-02-10T20:18:06.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.62s
32842026-02-10T20:18:06.816Z
32852026-02-10T20:18:06.816Zinfo: running `cargo check --bins` on dns-server-api (128/249)
32862026-02-10T20:18:08.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-02-10T20:18:08.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-02-10T20:18:08.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-02-10T20:18:08.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
32902026-02-10T20:18:08.217Z
32912026-02-10T20:18:08.217Zinfo: running `cargo check --bins` on gateway-test-utils (129/249)
32922026-02-10T20:18:09.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-02-10T20:18:09.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-02-10T20:18:09.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-02-10T20:18:09.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
32962026-02-10T20:18:09.747Z
32972026-02-10T20:18:09.747Zinfo: running `cargo check --bins` on omicron-gateway (130/249)
32982026-02-10T20:18:11.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-02-10T20:18:11.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-02-10T20:18:11.560Z Compiling radium v0.7.0
33012026-02-10T20:18:11.584Z Compiling maybe-uninit v2.0.0
33022026-02-10T20:18:11.584Z Checking tap v1.0.1
33032026-02-10T20:18:11.638Z Compiling zerocopy-derive v0.6.6
33042026-02-10T20:18:11.662Z Checking funty v2.0.0
33052026-02-10T20:18:11.686Z Compiling packed_struct v0.10.1
33062026-02-10T20:18:11.710Z Checking crc-catalog v2.4.0
33072026-02-10T20:18:11.764Z Compiling packed_struct_codegen v0.10.1
33082026-02-10T20:18:11.897Z Checking wyz v0.5.1
33092026-02-10T20:18:11.973Z Checking crc v3.2.1
33102026-02-10T20:18:12.332Z Compiling bitfield-macros v0.19.2
33112026-02-10T20:18:12.356Z Compiling indexmap v1.9.3
33122026-02-10T20:18:12.476Z Checking nodrop v0.1.14
33132026-02-10T20:18:12.502Z Checking smallvec v0.6.14
33142026-02-10T20:18:12.532Z Checking hashbrown v0.12.3
33152026-02-10T20:18:12.606Z Checking bitvec v1.0.1
33162026-02-10T20:18:12.642Z Checking array-init v0.0.4
33172026-02-10T20:18:12.774Z Checking ron v0.8.1
33182026-02-10T20:18:12.897Z Checking hashbrown v0.13.2
33192026-02-10T20:18:13.543Z Checking serde-hex v0.1.0
33202026-02-10T20:18:13.612Z Checking zerocopy v0.6.6
33212026-02-10T20:18:13.770Z Checking bitfield v0.19.2
33222026-02-10T20:18:13.896Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33232026-02-10T20:18:14.007Z Checking crc-any v2.5.0
33242026-02-10T20:18:14.256Z Checking object v0.30.4
33252026-02-10T20:18:14.282Z Checking path-slash v0.1.5
33262026-02-10T20:18:14.307Z Checking half v1.8.3
33272026-02-10T20:18:14.331Z Checking void v1.0.2
33282026-02-10T20:18:14.354Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-02-10T20:18:14.393Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33302026-02-10T20:18:14.543Z Checking lzss v0.8.2
33312026-02-10T20:18:14.665Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-02-10T20:18:14.698Z Checking tungstenite v0.23.0
33332026-02-10T20:18:14.724Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-02-10T20:18:14.748Z Checking serde_cbor v0.11.2
33352026-02-10T20:18:14.927Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-02-10T20:18:14.976Z Checking nix v0.27.1
33372026-02-10T20:18:15.602Z Checking kstat-rs v0.2.4
33382026-02-10T20:18:15.699Z Checking serde_bytes v0.11.19
33392026-02-10T20:18:15.741Z Checking tokio-tungstenite v0.23.1
33402026-02-10T20:18:15.960Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33412026-02-10T20:18:15.985Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33422026-02-10T20:18:16.209Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33432026-02-10T20:18:16.236Z Checking signal-hook-tokio v0.3.1
33442026-02-10T20:18:18.698Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33452026-02-10T20:18:18.917Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33462026-02-10T20:18:26.139Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33472026-02-10T20:18:28.489Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33482026-02-10T20:18:29.186Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33492026-02-10T20:18:32.208Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-02-10T20:18:37.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s
33512026-02-10T20:18:37.799Z
33522026-02-10T20:18:37.799Zinfo: running `cargo check --bins` on gateway-api (131/249)
33532026-02-10T20:18:39.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-02-10T20:18:39.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-02-10T20:18:39.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-02-10T20:18:39.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
33572026-02-10T20:18:39.162Z
33582026-02-10T20:18:39.162Zinfo: running `cargo check --bins` on ipcc (132/249)
33592026-02-10T20:18:40.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-02-10T20:18:40.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-02-10T20:18:40.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-02-10T20:18:40.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
33632026-02-10T20:18:40.716Z
33642026-02-10T20:18:40.716Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (133/249)
33652026-02-10T20:18:42.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-02-10T20:18:42.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-02-10T20:18:42.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-02-10T20:18:42.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
33692026-02-10T20:18:42.272Z
33702026-02-10T20:18:42.272Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (134/249)
33712026-02-10T20:18:43.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-02-10T20:18:43.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-02-10T20:18:43.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-02-10T20:18:43.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
33752026-02-10T20:18:43.692Z
33762026-02-10T20:18:43.692Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (135/249)
33772026-02-10T20:18:44.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-02-10T20:18:44.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-02-10T20:18:44.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-02-10T20:18:44.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
33812026-02-10T20:18:45.109Z
33822026-02-10T20:18:45.110Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (136/249)
33832026-02-10T20:18:46.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-02-10T20:18:46.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-02-10T20:18:46.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-02-10T20:18:46.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
33872026-02-10T20:18:46.520Z
33882026-02-10T20:18:46.520Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (137/249)
33892026-02-10T20:18:47.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-02-10T20:18:47.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-02-10T20:18:47.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-02-10T20:18:47.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
33932026-02-10T20:18:47.970Z
33942026-02-10T20:18:47.970Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (138/249)
33952026-02-10T20:18:49.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-02-10T20:18:49.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-02-10T20:18:49.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-02-10T20:18:49.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
33992026-02-10T20:18:49.520Z
34002026-02-10T20:18:49.520Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (139/249)
34012026-02-10T20:18:50.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-02-10T20:18:50.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-02-10T20:18:50.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-02-10T20:18:50.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34052026-02-10T20:18:50.896Z
34062026-02-10T20:18:50.896Zinfo: running `cargo check --bins` on oximeter-producer (140/249)
34072026-02-10T20:18:52.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-02-10T20:18:52.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-02-10T20:18:52.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-02-10T20:18:52.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
34112026-02-10T20:18:52.474Z
34122026-02-10T20:18:52.474Zinfo: running `cargo check --bins` on internal-dns-resolver (141/249)
34132026-02-10T20:18:53.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-02-10T20:18:53.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-02-10T20:18:53.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-02-10T20:18:53.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
34172026-02-10T20:18:54.065Z
34182026-02-10T20:18:54.065Zinfo: running `cargo check --bins` on sp-sim (142/249)
34192026-02-10T20:18:55.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-02-10T20:18:55.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-02-10T20:18:55.744Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34222026-02-10T20:18:59.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
34232026-02-10T20:19:00.104Z
34242026-02-10T20:19:00.104Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (143/249)
34252026-02-10T20:19:01.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-02-10T20:19:01.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-02-10T20:19:01.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-02-10T20:19:01.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
34292026-02-10T20:19:01.705Z
34302026-02-10T20:19:01.705Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (144/249)
34312026-02-10T20:19:03.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-02-10T20:19:03.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-02-10T20:19:03.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-02-10T20:19:03.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
34352026-02-10T20:19:03.266Z
34362026-02-10T20:19:03.266Zinfo: running `cargo check --bins` on db-macros (145/249)
34372026-02-10T20:19:04.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-02-10T20:19:04.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-02-10T20:19:04.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-02-10T20:19:04.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34412026-02-10T20:19:04.637Z
34422026-02-10T20:19:04.637Zinfo: running `cargo check --bins` on nexus-macros-common (146/249)
34432026-02-10T20:19:05.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-02-10T20:19:05.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-02-10T20:19:05.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-02-10T20:19:05.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
34472026-02-10T20:19:06.107Z
34482026-02-10T20:19:06.107Zinfo: running `cargo check --bins` on nexus-auth (147/249)
34492026-02-10T20:19:07.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-02-10T20:19:07.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-02-10T20:19:07.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-02-10T20:19:07.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
34532026-02-10T20:19:07.724Z
34542026-02-10T20:19:07.724Zinfo: running `cargo check --bins` on authz-macros (148/249)
34552026-02-10T20:19:08.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-02-10T20:19:08.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-02-10T20:19:08.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-02-10T20:19:08.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
34592026-02-10T20:19:09.106Z
34602026-02-10T20:19:09.106Zinfo: running `cargo check --bins` on nexus-db-fixed-data (149/249)
34612026-02-10T20:19:10.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-02-10T20:19:10.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-02-10T20:19:10.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-02-10T20:19:10.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
34652026-02-10T20:19:10.822Z
34662026-02-10T20:19:10.823Zinfo: running `cargo check --bins` on nexus-db-model (150/249)
34672026-02-10T20:19:12.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-02-10T20:19:12.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-02-10T20:19:12.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-02-10T20:19:12.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
34712026-02-10T20:19:12.590Z
34722026-02-10T20:19:12.590Zinfo: running `cargo check --bins` on nexus-db-schema (151/249)
34732026-02-10T20:19:13.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-02-10T20:19:13.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-02-10T20:19:13.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-02-10T20:19:13.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
34772026-02-10T20:19:14.020Z
34782026-02-10T20:19:14.020Zinfo: running `cargo check --bins` on omicron-rpaths (152/249)
34792026-02-10T20:19:15.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-02-10T20:19:15.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-02-10T20:19:15.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-02-10T20:19:15.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
34832026-02-10T20:19:15.596Z
34842026-02-10T20:19:15.596Zinfo: running `cargo check --bins` on nexus-defaults (153/249)
34852026-02-10T20:19:16.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-02-10T20:19:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-02-10T20:19:16.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-02-10T20:19:16.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
34892026-02-10T20:19:17.142Z
34902026-02-10T20:19:17.142Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (154/249)
34912026-02-10T20:19:18.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-02-10T20:19:18.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-02-10T20:19:18.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-02-10T20:19:18.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
34952026-02-10T20:19:18.525Z
34962026-02-10T20:19:18.525Zinfo: running `cargo check --bins` on parallel-task-set (155/249)
34972026-02-10T20:19:19.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-02-10T20:19:19.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-02-10T20:19:19.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-02-10T20:19:19.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
35012026-02-10T20:19:19.885Z
35022026-02-10T20:19:19.885Zinfo: running `cargo check --bins` on nexus-db-errors (156/249)
35032026-02-10T20:19:21.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-02-10T20:19:21.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-02-10T20:19:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-02-10T20:19:21.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
35072026-02-10T20:19:21.617Z
35082026-02-10T20:19:21.617Zinfo: running `cargo check --bins` on nexus-db-lookup (157/249)
35092026-02-10T20:19:23.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-02-10T20:19:23.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-02-10T20:19:23.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-02-10T20:19:23.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
35132026-02-10T20:19:23.255Z
35142026-02-10T20:19:23.255Zinfo: running `cargo check --bins` on nexus-inventory (158/249)
35152026-02-10T20:19:24.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-02-10T20:19:24.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-02-10T20:19:24.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-02-10T20:19:24.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
35192026-02-10T20:19:24.836Z
35202026-02-10T20:19:24.836Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (159/249)
35212026-02-10T20:19:26.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-02-10T20:19:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-02-10T20:19:26.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-02-10T20:19:26.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
35252026-02-10T20:19:26.724Z
35262026-02-10T20:19:26.724Zinfo: running `cargo check --bins --no-default-features` on sled-storage (160/249)
35272026-02-10T20:19:28.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-02-10T20:19:28.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-02-10T20:19:28.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-02-10T20:19:28.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
35312026-02-10T20:19:28.277Z
35322026-02-10T20:19:28.277Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (161/249)
35332026-02-10T20:19:30.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-02-10T20:19:30.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-02-10T20:19:30.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-02-10T20:19:30.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
35372026-02-10T20:19:30.248Z
35382026-02-10T20:19:30.249Zinfo: running `cargo check --bins` on key-manager (162/249)
35392026-02-10T20:19:31.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-02-10T20:19:31.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-02-10T20:19:31.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-02-10T20:19:31.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
35432026-02-10T20:19:31.759Z
35442026-02-10T20:19:31.759Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (163/249)
35452026-02-10T20:19:33.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-02-10T20:19:33.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-02-10T20:19:33.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-02-10T20:19:33.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
35492026-02-10T20:19:33.364Z
35502026-02-10T20:19:33.364Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (164/249)
35512026-02-10T20:19:34.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-02-10T20:19:34.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-02-10T20:19:34.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-02-10T20:19:34.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
35552026-02-10T20:19:34.841Z
35562026-02-10T20:19:34.841Zinfo: running `cargo check --bins` on typed-rng (165/249)
35572026-02-10T20:19:36.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-02-10T20:19:36.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-02-10T20:19:36.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-02-10T20:19:36.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
35612026-02-10T20:19:36.391Z
35622026-02-10T20:19:36.391Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (166/249)
35632026-02-10T20:19:38.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-02-10T20:19:38.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-02-10T20:19:38.726Z Compiling libefi-sys v0.1.0
35662026-02-10T20:19:38.750Z Compiling bitfield-struct v0.6.2
35672026-02-10T20:19:38.750Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35682026-02-10T20:19:38.750Z Compiling xshell-macros v0.2.7
35692026-02-10T20:19:38.870Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35702026-02-10T20:19:38.908Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35712026-02-10T20:19:38.932Z Compiling salty v0.3.0
35722026-02-10T20:19:38.974Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35732026-02-10T20:19:38.999Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35742026-02-10T20:19:39.177Z Compiling proc-macro-error-attr2 v2.0.0
35752026-02-10T20:19:39.381Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35762026-02-10T20:19:39.695Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35772026-02-10T20:19:39.733Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35782026-02-10T20:19:39.773Z Checking xshell v0.2.7
35792026-02-10T20:19:40.018Z Compiling proc-macro-error2 v2.0.1
35802026-02-10T20:19:40.104Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35812026-02-10T20:19:40.207Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35822026-02-10T20:19:40.263Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35832026-02-10T20:19:40.313Z Checking primeorder v0.13.6
35842026-02-10T20:19:40.683Z Compiling num-derive v0.3.3
35852026-02-10T20:19:40.807Z Compiling unicase v2.8.1
35862026-02-10T20:19:40.866Z Checking p384 v0.13.1
35872026-02-10T20:19:40.893Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35882026-02-10T20:19:41.092Z Compiling tabled_derive v0.11.0
35892026-02-10T20:19:41.287Z Compiling mime_guess v2.0.5
35902026-02-10T20:19:41.427Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35912026-02-10T20:19:41.764Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35922026-02-10T20:19:42.295Z Checking papergrid v0.17.0
35932026-02-10T20:19:42.536Z Checking testing_table v0.3.0
35942026-02-10T20:19:42.688Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35952026-02-10T20:19:42.712Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35962026-02-10T20:19:42.863Z Checking libscf-sys v1.1.0
35972026-02-10T20:19:43.164Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
35982026-02-10T20:19:43.338Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35992026-02-10T20:19:43.542Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36002026-02-10T20:19:43.979Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36012026-02-10T20:19:44.040Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36022026-02-10T20:19:44.385Z Checking corncobs v0.1.4
36032026-02-10T20:19:44.409Z Checking tabled v0.20.0
36042026-02-10T20:19:44.604Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36052026-02-10T20:19:44.680Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36062026-02-10T20:19:44.781Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36072026-02-10T20:19:44.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36082026-02-10T20:19:44.935Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36092026-02-10T20:19:45.103Z Checking secrecy v0.8.0
36102026-02-10T20:19:45.258Z Checking http-range v0.1.5
36112026-02-10T20:19:45.491Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
36122026-02-10T20:19:45.780Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36132026-02-10T20:19:46.051Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36142026-02-10T20:19:46.545Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36152026-02-10T20:19:46.881Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
36162026-02-10T20:19:47.083Z Checking atty v0.2.14
36172026-02-10T20:19:47.167Z Checking crc8 v0.1.1
36182026-02-10T20:19:47.230Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36192026-02-10T20:19:47.338Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
36202026-02-10T20:19:47.392Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36212026-02-10T20:19:47.426Z Checking hyper-staticfile v0.10.1
36222026-02-10T20:19:47.552Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36232026-02-10T20:19:48.093Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36242026-02-10T20:19:48.481Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36252026-02-10T20:19:48.587Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36262026-02-10T20:19:48.988Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36272026-02-10T20:19:49.025Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36282026-02-10T20:19:49.086Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36292026-02-10T20:19:49.317Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36302026-02-10T20:19:49.654Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36312026-02-10T20:19:49.884Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36322026-02-10T20:19:49.915Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36332026-02-10T20:19:50.029Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36342026-02-10T20:19:50.695Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36352026-02-10T20:19:50.764Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36362026-02-10T20:19:53.675Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36372026-02-10T20:19:54.091Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36382026-02-10T20:19:54.208Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36392026-02-10T20:19:55.350Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36402026-02-10T20:19:56.226Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36412026-02-10T20:19:56.407Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36422026-02-10T20:20:10.563Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36432026-02-10T20:20:45.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
36442026-02-10T20:20:45.866Z
36452026-02-10T20:20:45.866Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (167/249)
36462026-02-10T20:20:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-02-10T20:20:47.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-02-10T20:20:48.140Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36492026-02-10T20:21:25.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.15s
36502026-02-10T20:21:25.293Z
36512026-02-10T20:21:25.293Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (168/249)
36522026-02-10T20:21:26.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-02-10T20:21:26.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-02-10T20:21:27.406Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36552026-02-10T20:22:03.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
36562026-02-10T20:22:04.024Z
36572026-02-10T20:22:04.024Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (169/249)
36582026-02-10T20:22:05.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-02-10T20:22:05.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-02-10T20:22:05.973Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36612026-02-10T20:22:40.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.83s
36622026-02-10T20:22:41.183Z
36632026-02-10T20:22:41.183Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (170/249)
36642026-02-10T20:22:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-02-10T20:22:42.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-02-10T20:22:43.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36672026-02-10T20:23:19.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.70s
36682026-02-10T20:23:20.190Z
36692026-02-10T20:23:20.190Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (171/249)
36702026-02-10T20:23:21.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-02-10T20:23:21.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-02-10T20:23:22.139Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36732026-02-10T20:23:54.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.39s
36742026-02-10T20:23:54.965Z
36752026-02-10T20:23:54.965Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (172/249)
36762026-02-10T20:23:56.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-02-10T20:23:56.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-02-10T20:23:57.071Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36792026-02-10T20:24:32.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.29s
36802026-02-10T20:24:32.517Z
36812026-02-10T20:24:32.517Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (173/249)
36822026-02-10T20:24:33.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-02-10T20:24:33.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-02-10T20:24:34.227Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852026-02-10T20:25:07.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.48s
36862026-02-10T20:25:07.295Z
36872026-02-10T20:25:07.296Zinfo: running `cargo check --bins` on bootstrap-agent-api (174/249)
36882026-02-10T20:25:08.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-02-10T20:25:08.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-02-10T20:25:08.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-02-10T20:25:08.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
36922026-02-10T20:25:08.826Z
36932026-02-10T20:25:08.826Zinfo: running `cargo check --bins` on range-requests (175/249)
36942026-02-10T20:25:10.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-02-10T20:25:10.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-02-10T20:25:10.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-02-10T20:25:10.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
36982026-02-10T20:25:10.256Z
36992026-02-10T20:25:10.256Zinfo: running `cargo check --bins` on repo-depot-api (176/249)
37002026-02-10T20:25:11.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-02-10T20:25:11.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-02-10T20:25:11.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-02-10T20:25:11.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
37042026-02-10T20:25:11.760Z
37052026-02-10T20:25:11.760Zinfo: running `cargo check --bins` on sled-agent-api (177/249)
37062026-02-10T20:25:13.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-02-10T20:25:13.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-02-10T20:25:13.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-02-10T20:25:13.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
37102026-02-10T20:25:13.221Z
37112026-02-10T20:25:13.221Zinfo: running `cargo check --bins` on sled-diagnostics (178/249)
37122026-02-10T20:25:14.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-02-10T20:25:14.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-02-10T20:25:14.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-02-10T20:25:14.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
37162026-02-10T20:25:14.542Z
37172026-02-10T20:25:14.542Zinfo: running `cargo check --bins` on zfs-test-harness (179/249)
37182026-02-10T20:25:15.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-02-10T20:25:15.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-02-10T20:25:15.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-02-10T20:25:15.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37222026-02-10T20:25:15.893Z
37232026-02-10T20:25:15.893Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (180/249)
37242026-02-10T20:25:17.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-02-10T20:25:17.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-02-10T20:25:17.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-02-10T20:25:17.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
37282026-02-10T20:25:17.478Z
37292026-02-10T20:25:17.478Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (181/249)
37302026-02-10T20:25:18.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-02-10T20:25:18.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-02-10T20:25:18.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-02-10T20:25:18.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
37342026-02-10T20:25:19.103Z
37352026-02-10T20:25:19.104Zinfo: running `cargo check --bins` on sled-agent-health-monitor (182/249)
37362026-02-10T20:25:20.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-02-10T20:25:20.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-02-10T20:25:20.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-02-10T20:25:20.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
37402026-02-10T20:25:20.575Z
37412026-02-10T20:25:20.575Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (183/249)
37422026-02-10T20:25:22.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-02-10T20:25:22.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-02-10T20:25:22.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-02-10T20:25:22.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
37462026-02-10T20:25:22.209Z
37472026-02-10T20:25:22.209Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (184/249)
37482026-02-10T20:25:23.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-02-10T20:25:23.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-02-10T20:25:23.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-02-10T20:25:23.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
37522026-02-10T20:25:23.829Z
37532026-02-10T20:25:23.829Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (185/249)
37542026-02-10T20:25:25.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-02-10T20:25:25.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-02-10T20:25:25.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-02-10T20:25:25.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
37582026-02-10T20:25:25.359Z
37592026-02-10T20:25:25.359Zinfo: running `cargo check --bins` on trust-quorum (186/249)
37602026-02-10T20:25:26.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-02-10T20:25:26.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-02-10T20:25:26.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-02-10T20:25:26.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
37642026-02-10T20:25:26.886Z
37652026-02-10T20:25:26.886Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (187/249)
37662026-02-10T20:25:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-02-10T20:25:28.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-02-10T20:25:28.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-02-10T20:25:28.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
37702026-02-10T20:25:28.524Z
37712026-02-10T20:25:28.524Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (188/249)
37722026-02-10T20:25:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-02-10T20:25:30.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-02-10T20:25:30.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-02-10T20:25:30.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
37762026-02-10T20:25:30.138Z
37772026-02-10T20:25:30.138Zinfo: running `cargo check --bins` on update-common (189/249)
37782026-02-10T20:25:31.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-02-10T20:25:31.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-02-10T20:25:31.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-02-10T20:25:31.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
37822026-02-10T20:25:31.501Z
37832026-02-10T20:25:31.501Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (190/249)
37842026-02-10T20:25:32.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-02-10T20:25:32.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-02-10T20:25:32.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-02-10T20:25:32.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
37882026-02-10T20:25:33.084Z
37892026-02-10T20:25:33.084Zinfo: running `cargo check --bins` on reconfigurator-cli (191/249)
37902026-02-10T20:25:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-02-10T20:25:34.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-02-10T20:25:34.915Z Compiling fs-err v2.11.0
37932026-02-10T20:25:34.916Z Checking ignore v0.4.23
37942026-02-10T20:25:34.939Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
37952026-02-10T20:25:34.940Z Checking predicates-tree v1.0.12
37962026-02-10T20:25:34.940Z Checking parse-size v1.1.0
37972026-02-10T20:25:34.940Z Checking rand_seeder v0.4.0
37982026-02-10T20:25:35.058Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37992026-02-10T20:25:35.114Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38002026-02-10T20:25:35.236Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38012026-02-10T20:25:35.362Z Compiling petname v2.0.2
38022026-02-10T20:25:35.403Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38032026-02-10T20:25:35.681Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38042026-02-10T20:25:35.906Z Checking globwalk v0.9.1
38052026-02-10T20:25:35.940Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-02-10T20:25:35.973Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38072026-02-10T20:25:36.299Z Checking camino-tempfile-ext v0.3.2
38082026-02-10T20:25:36.325Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38092026-02-10T20:25:36.427Z Checking sapling-renderdag v0.1.0
38102026-02-10T20:25:36.686Z Checking sync-ptr v0.1.4
38112026-02-10T20:25:36.758Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38122026-02-10T20:25:36.928Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38132026-02-10T20:25:37.006Z Checking assert_matches v1.5.0
38142026-02-10T20:25:37.655Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38152026-02-10T20:25:37.998Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38162026-02-10T20:25:38.023Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38172026-02-10T20:25:39.488Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38182026-02-10T20:25:43.062Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38192026-02-10T20:25:48.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.44s
38202026-02-10T20:25:48.892Z
38212026-02-10T20:25:48.893Zinfo: running `cargo check --bins` on omicron-repl-utils (192/249)
38222026-02-10T20:25:50.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-02-10T20:25:50.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-02-10T20:25:50.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-02-10T20:25:50.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
38262026-02-10T20:25:50.367Z
38272026-02-10T20:25:50.367Zinfo: running `cargo check --bins` on nexus-test-interface (193/249)
38282026-02-10T20:25:51.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-02-10T20:25:51.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-02-10T20:25:51.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-02-10T20:25:51.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
38322026-02-10T20:25:51.931Z
38332026-02-10T20:25:51.931Zinfo: running `cargo check --bins` on oximeter-collector (194/249)
38342026-02-10T20:25:53.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-02-10T20:25:53.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-02-10T20:25:53.696Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38372026-02-10T20:25:53.697Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38382026-02-10T20:25:55.342Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38392026-02-10T20:25:58.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
38402026-02-10T20:25:59.227Z
38412026-02-10T20:25:59.227Zinfo: running `cargo check --bins` on oximeter-api (195/249)
38422026-02-10T20:26:00.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-02-10T20:26:00.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-02-10T20:26:00.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-02-10T20:26:00.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
38462026-02-10T20:26:00.714Z
38472026-02-10T20:26:00.715Zinfo: running `cargo check --bins` on cert-dev (196/249)
38482026-02-10T20:26:02.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-02-10T20:26:02.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-02-10T20:26:02.189Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38512026-02-10T20:26:02.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
38522026-02-10T20:26:02.781Z
38532026-02-10T20:26:02.781Zinfo: running `cargo check --bins` on clickana (197/249)
38542026-02-10T20:26:04.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-02-10T20:26:04.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-02-10T20:26:04.427Z Checking castaway v0.2.3
38572026-02-10T20:26:04.452Z Checking unicode-truncate v1.1.0
38582026-02-10T20:26:04.452Z Checking lru v0.12.5
38592026-02-10T20:26:04.452Z Compiling instability v0.3.2
38602026-02-10T20:26:04.452Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38612026-02-10T20:26:04.452Z Compiling indoc v2.0.6
38622026-02-10T20:26:04.452Z Checking cassowary v0.3.0
38632026-02-10T20:26:04.761Z Checking compact_str v0.8.0
38642026-02-10T20:26:05.763Z Checking ratatui v0.29.0
38652026-02-10T20:26:07.315Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38662026-02-10T20:26:07.776Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38672026-02-10T20:26:09.982Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38682026-02-10T20:26:11.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
38692026-02-10T20:26:12.021Z
38702026-02-10T20:26:12.022Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (198/249)
38712026-02-10T20:26:13.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-02-10T20:26:13.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-02-10T20:26:13.922Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38742026-02-10T20:26:13.922Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38752026-02-10T20:26:15.133Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38762026-02-10T20:26:16.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
38772026-02-10T20:26:16.341Z
38782026-02-10T20:26:16.341Zinfo: running `cargo check --bins` on ch-dev (199/249)
38792026-02-10T20:26:17.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-02-10T20:26:18.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-02-10T20:26:18.361Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38822026-02-10T20:26:19.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
38832026-02-10T20:26:20.281Z
38842026-02-10T20:26:20.282Zinfo: running `cargo check --bins` on dev-tools-common (200/249)
38852026-02-10T20:26:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-02-10T20:26:21.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-02-10T20:26:21.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-02-10T20:26:21.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
38892026-02-10T20:26:21.478Z
38902026-02-10T20:26:21.478Zinfo: running `cargo check --bins` on crdb-seed (201/249)
38912026-02-10T20:26:23.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-02-10T20:26:23.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-02-10T20:26:23.397Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38942026-02-10T20:26:24.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
38952026-02-10T20:26:24.468Z
38962026-02-10T20:26:24.468Zinfo: running `cargo check --bins` on db-dev (202/249)
38972026-02-10T20:26:25.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-02-10T20:26:26.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-02-10T20:26:26.342Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39002026-02-10T20:26:27.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
39012026-02-10T20:26:28.195Z
39022026-02-10T20:26:28.195Zinfo: running `cargo check --bins` on omicron-dev-lib (203/249)
39032026-02-10T20:26:29.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-02-10T20:26:29.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-02-10T20:26:29.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-02-10T20:26:29.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
39072026-02-10T20:26:30.027Z
39082026-02-10T20:26:30.027Zinfo: running `cargo check --bins` on xtask-downloader (204/249)
39092026-02-10T20:26:31.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-02-10T20:26:31.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-02-10T20:26:31.609Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39122026-02-10T20:26:33.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
39132026-02-10T20:26:33.494Z
39142026-02-10T20:26:33.494Zinfo: running `cargo check --bins` on omicron-dropshot-apis (205/249)
39152026-02-10T20:26:35.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-02-10T20:26:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-02-10T20:26:35.377Z Compiling tabled_derive v0.10.0
39182026-02-10T20:26:35.378Z Checking papergrid v0.14.0
39192026-02-10T20:26:35.378Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39202026-02-10T20:26:35.402Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39212026-02-10T20:26:35.402Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39222026-02-10T20:26:35.402Z Compiling trait-variant v0.1.2
39232026-02-10T20:26:35.402Z Checking maplit v1.0.2
39242026-02-10T20:26:35.402Z Checking is_ci v1.2.0
39252026-02-10T20:26:35.647Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39262026-02-10T20:26:35.775Z Checking supports-color v3.0.2
39272026-02-10T20:26:35.927Z Checking drift v0.1.3
39282026-02-10T20:26:36.031Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39292026-02-10T20:26:36.058Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39302026-02-10T20:26:36.501Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39312026-02-10T20:26:36.598Z Checking dropshot-api-manager v0.2.4
39322026-02-10T20:26:36.638Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39332026-02-10T20:26:36.855Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39342026-02-10T20:26:37.177Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39352026-02-10T20:26:37.604Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39362026-02-10T20:26:37.710Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39372026-02-10T20:26:38.110Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
39382026-02-10T20:26:38.449Z Checking tabled v0.18.0
39392026-02-10T20:26:38.942Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39402026-02-10T20:26:53.211Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39412026-02-10T20:26:55.994Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39422026-02-10T20:26:57.693Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39432026-02-10T20:26:58.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.32s
39442026-02-10T20:26:59.089Z
39452026-02-10T20:26:59.089Zinfo: running `cargo check --bins` on installinator-api (206/249)
39462026-02-10T20:27:00.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-02-10T20:27:00.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-02-10T20:27:00.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-02-10T20:27:00.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
39502026-02-10T20:27:00.830Z
39512026-02-10T20:27:00.830Zinfo: running `cargo check --bins` on nexus-external-api (207/249)
39522026-02-10T20:27:02.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-02-10T20:27:02.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-02-10T20:27:02.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-02-10T20:27:02.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39562026-02-10T20:27:02.451Z
39572026-02-10T20:27:02.451Zinfo: running `cargo check --bins` on nexus-internal-api (208/249)
39582026-02-10T20:27:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-02-10T20:27:04.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-02-10T20:27:04.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-02-10T20:27:04.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
39622026-02-10T20:27:04.204Z
39632026-02-10T20:27:04.204Zinfo: running `cargo check --bins` on nexus-lockstep-api (209/249)
39642026-02-10T20:27:05.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-02-10T20:27:05.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-02-10T20:27:05.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-02-10T20:27:05.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
39682026-02-10T20:27:05.737Z
39692026-02-10T20:27:05.737Zinfo: running `cargo check --bins` on ntp-admin-api (210/249)
39702026-02-10T20:27:07.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-02-10T20:27:07.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-02-10T20:27:07.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-02-10T20:27:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39742026-02-10T20:27:07.312Z
39752026-02-10T20:27:07.312Zinfo: running `cargo check --bins` on ntp-admin-types-versions (211/249)
39762026-02-10T20:27:08.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-02-10T20:27:08.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-02-10T20:27:08.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-02-10T20:27:08.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
39802026-02-10T20:27:08.769Z
39812026-02-10T20:27:08.769Zinfo: running `cargo check --bins` on wicketd-api (212/249)
39822026-02-10T20:27:10.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-02-10T20:27:10.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-02-10T20:27:10.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-02-10T20:27:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39862026-02-10T20:27:10.354Z
39872026-02-10T20:27:10.354Zinfo: running `cargo check --bins` on omicron-ls-apis (213/249)
39882026-02-10T20:27:11.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-02-10T20:27:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-02-10T20:27:12.044Z Checking typeid v1.0.3
39912026-02-10T20:27:12.099Z Checking ordered-float v2.10.1
39922026-02-10T20:27:12.132Z Checking unicode-xid v0.2.6
39932026-02-10T20:27:12.164Z Checking cargo-platform v0.2.0
39942026-02-10T20:27:12.269Z Checking erased-serde v0.4.6
39952026-02-10T20:27:12.722Z Checking serde-value v0.7.0
39962026-02-10T20:27:13.318Z Checking serde-untagged v0.1.7
39972026-02-10T20:27:13.771Z Checking cargo-util-schemas v0.8.2
39982026-02-10T20:27:16.329Z Checking cargo_metadata v0.21.0
39992026-02-10T20:27:18.261Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40002026-02-10T20:27:20.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s
40012026-02-10T20:27:20.231Z
40022026-02-10T20:27:20.231Zinfo: running `cargo check --bins` on mgs-dev (214/249)
40032026-02-10T20:27:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-02-10T20:27:21.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-02-10T20:27:22.079Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40062026-02-10T20:27:23.240Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40072026-02-10T20:27:24.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
40082026-02-10T20:27:24.533Z
40092026-02-10T20:27:24.533Zinfo: running `cargo check --bins` on omicron-omdb (215/249)
40102026-02-10T20:27:26.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-02-10T20:27:26.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-02-10T20:27:26.870Z Compiling vergen-gitcl v1.0.8
40132026-02-10T20:27:26.870Z Compiling dirs-sys-next v0.1.2
40142026-02-10T20:27:26.870Z Compiling crunchy v0.2.2
40152026-02-10T20:27:26.870Z Compiling dsl_auto_type v0.1.2
40162026-02-10T20:27:26.894Z Checking scheduled-thread-pool v0.2.7
40172026-02-10T20:27:26.894Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40182026-02-10T20:27:26.894Z Compiling diesel_table_macro_syntax v0.2.0
40192026-02-10T20:27:26.894Z Compiling tiny-keccak v2.0.2
40202026-02-10T20:27:27.386Z Compiling dirs-next v2.0.0
40212026-02-10T20:27:27.416Z Checking r2d2 v0.8.10
40222026-02-10T20:27:27.542Z Compiling bit-vec v0.6.3
40232026-02-10T20:27:27.566Z Compiling ena v0.14.3
40242026-02-10T20:27:27.655Z Compiling term v0.7.0
40252026-02-10T20:27:27.885Z Compiling diff v0.1.13
40262026-02-10T20:27:28.002Z Compiling bit-set v0.5.3
40272026-02-10T20:27:28.056Z Compiling regex-syntax v0.6.29
40282026-02-10T20:27:28.324Z Compiling ascii-canvas v3.0.0
40292026-02-10T20:27:28.489Z Compiling bindgen v0.71.1
40302026-02-10T20:27:28.513Z Compiling diesel_derives v2.2.3
40312026-02-10T20:27:28.849Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40322026-02-10T20:27:28.887Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40332026-02-10T20:27:28.913Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40342026-02-10T20:27:29.025Z Compiling libxml v0.3.3
40352026-02-10T20:27:29.168Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40362026-02-10T20:27:29.300Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40372026-02-10T20:27:29.579Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40382026-02-10T20:27:29.874Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40392026-02-10T20:27:29.952Z Compiling strum_macros v0.24.3
40402026-02-10T20:27:30.067Z Compiling indoc v1.0.9
40412026-02-10T20:27:30.945Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40422026-02-10T20:27:31.314Z Checking derive_builder v0.20.2
40432026-02-10T20:27:31.531Z Compiling oso-derive v0.27.3
40442026-02-10T20:27:32.174Z Compiling lalrpop v0.19.12
40452026-02-10T20:27:32.483Z Compiling impl-trait-for-tuples v0.2.2
40462026-02-10T20:27:32.710Z Checking quick-xml v0.37.2
40472026-02-10T20:27:33.305Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40482026-02-10T20:27:33.840Z Compiling diesel-dtrace v0.4.2
40492026-02-10T20:27:34.295Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40502026-02-10T20:27:34.684Z Checking bb8 v0.8.5
40512026-02-10T20:27:34.827Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40522026-02-10T20:27:34.954Z Checking nonempty v0.12.0
40532026-02-10T20:27:35.210Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40542026-02-10T20:27:35.286Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40552026-02-10T20:27:35.312Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40562026-02-10T20:27:35.625Z Checking console v0.16.0
40572026-02-10T20:27:35.724Z Checking unit-prefix v0.5.1
40582026-02-10T20:27:35.998Z Checking support-bundle-viewer v0.1.2
40592026-02-10T20:27:36.384Z Checking indicatif v0.18.0
40602026-02-10T20:27:36.527Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40612026-02-10T20:27:36.553Z Checking multimap v0.10.1
40622026-02-10T20:27:39.002Z Checking diesel v2.2.12
40632026-02-10T20:28:00.804Z Compiling samael v0.0.19
40642026-02-10T20:28:02.780Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40652026-02-10T20:28:06.663Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40662026-02-10T20:28:07.020Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40672026-02-10T20:28:08.013Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40682026-02-10T20:28:08.142Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40692026-02-10T20:28:08.248Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40702026-02-10T20:28:10.472Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40712026-02-10T20:28:12.070Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40722026-02-10T20:28:17.260Z Checking async-bb8-diesel v0.2.1
40732026-02-10T20:28:18.172Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40742026-02-10T20:28:27.175Z Compiling polar-core v0.27.3
40752026-02-10T20:28:38.806Z Checking oso v0.27.3
40762026-02-10T20:30:05.862Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40772026-02-10T20:31:45.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 20s
40782026-02-10T20:31:45.766Z
40792026-02-10T20:31:45.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (216/249)
40802026-02-10T20:31:47.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-02-10T20:31:47.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-02-10T20:31:47.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-02-10T20:31:47.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40842026-02-10T20:31:47.297Z
40852026-02-10T20:31:47.297Zinfo: running `cargo check --bins` on nexus-saga-recovery (217/249)
40862026-02-10T20:31:48.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-02-10T20:31:48.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-02-10T20:31:48.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-02-10T20:31:48.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40902026-02-10T20:31:48.803Z
40912026-02-10T20:31:48.803Zinfo: running `cargo check --bins` on nexus-test-utils-macros (218/249)
40922026-02-10T20:31:50.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-02-10T20:31:50.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-02-10T20:31:50.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-02-10T20:31:50.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
40962026-02-10T20:31:50.143Z
40972026-02-10T20:31:50.143Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (219/249)
40982026-02-10T20:31:51.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-02-10T20:31:51.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-02-10T20:31:52.337Z Compiling libz-sys v1.1.20
41012026-02-10T20:31:52.361Z Compiling libgit2-sys v0.18.2+1.9.1
41022026-02-10T20:31:52.399Z Compiling vergen-git2 v1.0.7
41032026-02-10T20:31:52.426Z Compiling rustls v0.21.12
41042026-02-10T20:31:52.450Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41052026-02-10T20:31:52.474Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41062026-02-10T20:31:52.474Z Checking sct v0.7.1
41072026-02-10T20:31:52.474Z Checking rustls-webpki v0.101.7
41082026-02-10T20:31:52.781Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41092026-02-10T20:31:52.893Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41102026-02-10T20:31:52.920Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41112026-02-10T20:31:52.991Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41122026-02-10T20:31:54.957Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41132026-02-10T20:31:54.983Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41142026-02-10T20:31:54.983Z Checking rustls-pemfile v1.0.4
41152026-02-10T20:31:54.983Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41162026-02-10T20:31:54.983Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41172026-02-10T20:31:54.983Z Checking twox-hash v2.1.0
41182026-02-10T20:31:54.983Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41192026-02-10T20:31:54.984Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41202026-02-10T20:31:56.579Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41212026-02-10T20:31:56.580Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41222026-02-10T20:31:56.580Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41232026-02-10T20:31:57.301Z Checking tokio-rustls v0.24.1
41242026-02-10T20:31:57.324Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41252026-02-10T20:31:57.888Z Checking fatfs v0.3.6
41262026-02-10T20:31:57.912Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41272026-02-10T20:31:57.912Z Compiling seq-macro v0.3.6
41282026-02-10T20:32:07.921Z Compiling git2 v0.20.2
41292026-02-10T20:32:10.094Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41302026-02-10T20:32:10.275Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41312026-02-10T20:32:14.603Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41322026-02-10T20:34:54.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 04s
41332026-02-10T20:34:54.603Z
41342026-02-10T20:34:54.603Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (220/249)
41352026-02-10T20:34:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-02-10T20:34:56.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-02-10T20:34:56.727Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41382026-02-10T20:37:32.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
41392026-02-10T20:37:32.324Z
41402026-02-10T20:37:32.324Zinfo: running `cargo check --bins` on nexus-background-task-interface (221/249)
41412026-02-10T20:37:33.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-02-10T20:37:33.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-02-10T20:37:33.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-02-10T20:37:33.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
41452026-02-10T20:37:33.697Z
41462026-02-10T20:37:33.697Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (222/249)
41472026-02-10T20:37:35.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-02-10T20:37:35.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-02-10T20:37:35.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-02-10T20:37:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41512026-02-10T20:37:35.296Z
41522026-02-10T20:37:35.297Zinfo: running `cargo check --bins` on nexus-mgs-updates (223/249)
41532026-02-10T20:37:36.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-02-10T20:37:36.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-02-10T20:37:36.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-02-10T20:37:36.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41572026-02-10T20:37:36.873Z
41582026-02-10T20:37:36.873Zinfo: running `cargo check --bins` on nexus-networking (224/249)
41592026-02-10T20:37:38.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-02-10T20:37:38.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-02-10T20:37:38.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-02-10T20:37:38.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41632026-02-10T20:37:38.433Z
41642026-02-10T20:37:38.433Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (225/249)
41652026-02-10T20:37:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-02-10T20:37:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-02-10T20:37:39.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41682026-02-10T20:37:39.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41692026-02-10T20:37:39.998Z
41702026-02-10T20:37:39.998Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (226/249)
41712026-02-10T20:37:41.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-02-10T20:37:41.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-02-10T20:37:41.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-02-10T20:37:41.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
41752026-02-10T20:37:41.521Z
41762026-02-10T20:37:41.521Zinfo: running `cargo check --bins` on omicron-dev (227/249)
41772026-02-10T20:37:43.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-02-10T20:37:43.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-02-10T20:37:43.709Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41802026-02-10T20:37:43.709Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41812026-02-10T20:37:43.793Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41822026-02-10T20:37:43.820Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41832026-02-10T20:37:43.845Z Checking yansi v1.0.1
41842026-02-10T20:37:43.845Z Checking diff v0.1.13
41852026-02-10T20:37:43.845Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-02-10T20:37:43.869Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41872026-02-10T20:37:44.231Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41882026-02-10T20:37:44.519Z Checking pretty_assertions v1.4.1
41892026-02-10T20:37:46.099Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41902026-02-10T20:38:54.651Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41912026-02-10T20:38:54.675Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41922026-02-10T20:38:54.675Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41932026-02-10T20:38:54.676Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41942026-02-10T20:38:54.676Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41952026-02-10T20:38:54.676Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41962026-02-10T20:38:56.298Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41972026-02-10T20:38:58.965Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41982026-02-10T20:41:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 49s
41992026-02-10T20:41:31.147Z
42002026-02-10T20:41:31.148Zinfo: running `cargo check --bins` on omicron-pins (228/249)
42012026-02-10T20:41:32.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-02-10T20:41:32.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-02-10T20:41:32.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-02-10T20:41:32.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
42052026-02-10T20:41:32.501Z
42062026-02-10T20:41:32.501Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (229/249)
42072026-02-10T20:41:33.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-02-10T20:41:33.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-02-10T20:41:34.330Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42102026-02-10T20:41:34.354Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42112026-02-10T20:41:34.354Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42122026-02-10T20:42:27.608Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42132026-02-10T20:42:28.406Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42142026-02-10T20:42:32.839Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42152026-02-10T20:42:33.766Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42162026-02-10T20:42:41.994Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42172026-02-10T20:43:51.490Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42182026-02-10T20:43:52.735Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42192026-02-10T20:43:56.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
42202026-02-10T20:43:56.657Z
42212026-02-10T20:43:56.657Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (230/249)
42222026-02-10T20:43:58.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-02-10T20:43:58.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-02-10T20:43:58.309Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42252026-02-10T20:43:59.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
42262026-02-10T20:43:59.848Z
42272026-02-10T20:43:59.848Zinfo: running `cargo check --bins` on omicron-releng (231/249)
42282026-02-10T20:44:01.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-02-10T20:44:01.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-02-10T20:44:01.289Z Compiling blake3 v1.5.4
42312026-02-10T20:44:01.325Z Checking arrayref v0.3.9
42322026-02-10T20:44:01.349Z Checking arrayvec v0.7.6
42332026-02-10T20:44:01.349Z Checking constant_time_eq v0.3.1
42342026-02-10T20:44:01.373Z Checking topological-sort v0.2.2
42352026-02-10T20:44:01.397Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42362026-02-10T20:44:01.397Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42372026-02-10T20:44:01.397Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42382026-02-10T20:44:01.490Z Checking shell-words v1.1.0
42392026-02-10T20:44:03.034Z Checking omicron-zone-package v0.12.2
42402026-02-10T20:44:05.019Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42412026-02-10T20:44:07.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s
42422026-02-10T20:44:07.254Z
42432026-02-10T20:44:07.254Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (232/249)
42442026-02-10T20:44:08.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-02-10T20:44:08.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-02-10T20:44:08.712Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42472026-02-10T20:44:09.202Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42482026-02-10T20:44:10.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
42492026-02-10T20:44:10.266Z
42502026-02-10T20:44:10.266Zinfo: running `cargo check --bins` on xtask (233/249)
42512026-02-10T20:44:11.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-02-10T20:44:11.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-02-10T20:44:11.346Z Checking bitflags v2.9.4
42542026-02-10T20:44:11.346Z Checking serde v1.0.228
42552026-02-10T20:44:11.375Z Checking zerofrom v0.1.4
42562026-02-10T20:44:11.417Z Checking thiserror v2.0.18
42572026-02-10T20:44:11.441Z Checking smallvec v1.15.1
42582026-02-10T20:44:11.465Z Checking hashbrown v0.16.1
42592026-02-10T20:44:11.489Z Checking serde_json v1.0.149
42602026-02-10T20:44:11.489Z Checking scroll v0.12.0
42612026-02-10T20:44:11.605Z Checking num-traits v0.2.19
42622026-02-10T20:44:11.652Z Checking yoke v0.7.4
42632026-02-10T20:44:11.692Z Checking rustix v0.38.37
42642026-02-10T20:44:11.856Z Checking thiserror v1.0.69
42652026-02-10T20:44:11.964Z Checking log v0.4.29
42662026-02-10T20:44:12.016Z Checking zerovec v0.10.4
42672026-02-10T20:44:12.040Z Checking percent-encoding v2.3.2
42682026-02-10T20:44:12.274Z Checking goblin v0.8.2
42692026-02-10T20:44:12.298Z Checking form_urlencoded v1.2.2
42702026-02-10T20:44:12.373Z Checking serde_spanned v0.6.9
42712026-02-10T20:44:12.507Z Checking toml_datetime v0.6.11
42722026-02-10T20:44:12.532Z Checking indexmap v2.13.0
42732026-02-10T20:44:12.604Z Checking erased-serde v0.4.6
42742026-02-10T20:44:12.719Z Checking terminal_size v0.4.0
42752026-02-10T20:44:12.881Z Checking zerocopy v0.7.35
42762026-02-10T20:44:12.927Z Checking pest v2.8.2
42772026-02-10T20:44:12.952Z Checking getrandom v0.3.4
42782026-02-10T20:44:13.064Z Checking ordered-float v2.10.1
42792026-02-10T20:44:13.196Z Checking syn v2.0.114
42802026-02-10T20:44:13.536Z Checking serde-untagged v0.1.7
42812026-02-10T20:44:13.610Z Checking serde-value v0.7.0
42822026-02-10T20:44:13.679Z Checking tinystr v0.7.6
42832026-02-10T20:44:13.880Z Checking icu_collections v1.5.0
42842026-02-10T20:44:13.962Z Checking toml_edit v0.22.27
42852026-02-10T20:44:14.057Z Checking icu_locid v1.5.0
42862026-02-10T20:44:14.081Z Checking rustix v1.1.3
42872026-02-10T20:44:14.169Z Checking once_cell v1.21.3
42882026-02-10T20:44:14.564Z Checking clap_builder v4.5.48
42892026-02-10T20:44:14.600Z Checking cargo-platform v0.2.0
42902026-02-10T20:44:14.973Z Checking textwrap v0.16.2
42912026-02-10T20:44:15.059Z Checking icu_provider v1.5.0
42922026-02-10T20:44:15.425Z Checking fs-err v3.1.1
42932026-02-10T20:44:15.553Z Checking dtrace-parser v0.2.0
42942026-02-10T20:44:16.448Z Checking tempfile v3.24.0
42952026-02-10T20:44:16.499Z Checking icu_locid_transform v1.5.0
42962026-02-10T20:44:16.499Z Checking tabled v0.15.0
42972026-02-10T20:44:16.499Z Checking anyhow v1.0.99
42982026-02-10T20:44:16.499Z Checking camino-tempfile v1.4.1
42992026-02-10T20:44:16.499Z Checking macaddr v1.0.1
43002026-02-10T20:44:16.526Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43012026-02-10T20:44:16.726Z Checking toml v0.8.23
43022026-02-10T20:44:16.827Z Checking icu_properties v1.5.1
43032026-02-10T20:44:17.107Z Checking dof v0.3.0
43042026-02-10T20:44:17.596Z Checking cargo_toml v0.21.0
43052026-02-10T20:44:17.619Z Checking clap v4.5.48
43062026-02-10T20:44:18.019Z Checking usdt-impl v0.5.0
43072026-02-10T20:44:18.685Z Checking usdt v0.5.0
43082026-02-10T20:44:20.274Z Checking icu_normalizer v1.5.0
43092026-02-10T20:44:21.033Z Checking idna_adapter v1.2.0
43102026-02-10T20:44:21.246Z Checking idna v1.0.3
43112026-02-10T20:44:21.741Z Checking url v2.5.4
43122026-02-10T20:44:22.512Z Checking cargo-util-schemas v0.8.2
43132026-02-10T20:44:24.402Z Checking cargo_metadata v0.21.0
43142026-02-10T20:44:26.031Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43152026-02-10T20:44:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s
43162026-02-10T20:44:27.234Z
43172026-02-10T20:44:27.234Zinfo: running `cargo check --bins` on end-to-end-tests (234/249)
43182026-02-10T20:44:28.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-02-10T20:44:28.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-02-10T20:44:29.032Z Checking polyval v0.6.2
43212026-02-10T20:44:29.056Z Checking ctr v0.9.2
43222026-02-10T20:44:29.100Z Checking ssh-encoding v0.2.0
43232026-02-10T20:44:29.100Z Checking blowfish v0.9.1
43242026-02-10T20:44:29.154Z Checking password-hash v0.4.2
43252026-02-10T20:44:29.178Z Checking p256 v0.13.2
43262026-02-10T20:44:29.202Z Checking p521 v0.13.3
43272026-02-10T20:44:29.226Z Checking russh-cryptovec v0.7.3
43282026-02-10T20:44:29.394Z Checking ghash v0.5.1
43292026-02-10T20:44:29.424Z Checking md5 v0.7.0
43302026-02-10T20:44:29.448Z Checking bcrypt-pbkdf v0.10.0
43312026-02-10T20:44:29.488Z Checking num-bigint v0.4.6
43322026-02-10T20:44:29.488Z Checking des v0.8.1
43332026-02-10T20:44:29.606Z Checking aes-gcm v0.10.3
43342026-02-10T20:44:29.651Z Checking pbkdf2 v0.11.0
43352026-02-10T20:44:29.772Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43362026-02-10T20:44:29.801Z Checking hex-literal v0.4.1
43372026-02-10T20:44:29.828Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43382026-02-10T20:44:29.856Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43392026-02-10T20:44:29.921Z Checking ssh-cipher v0.2.0
43402026-02-10T20:44:29.995Z Checking internet-checksum v0.2.1
43412026-02-10T20:44:30.270Z Checking ssh-key v0.6.6
43422026-02-10T20:44:30.560Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43432026-02-10T20:44:31.904Z Checking russh-keys v0.45.0
43442026-02-10T20:44:33.273Z Checking russh v0.45.0
43452026-02-10T20:45:15.560Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43462026-02-10T20:45:18.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.85s
43472026-02-10T20:45:18.378Z
43482026-02-10T20:45:18.378Zinfo: running `cargo check --bins` on gateway-cli (235/249)
43492026-02-10T20:45:19.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-02-10T20:45:19.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-02-10T20:45:19.799Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43522026-02-10T20:45:19.850Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43532026-02-10T20:45:19.850Z Checking termios v0.3.3
43542026-02-10T20:45:23.042Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43552026-02-10T20:45:23.362Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43562026-02-10T20:45:28.328Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43572026-02-10T20:45:29.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
43582026-02-10T20:45:30.015Z
43592026-02-10T20:45:30.015Zinfo: running `cargo check --bins --no-default-features` on installinator (236/249)
43602026-02-10T20:45:31.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-02-10T20:45:31.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-02-10T20:45:31.593Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43632026-02-10T20:45:31.618Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43642026-02-10T20:45:31.652Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43652026-02-10T20:45:31.652Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43662026-02-10T20:45:31.677Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43672026-02-10T20:45:32.609Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43682026-02-10T20:45:32.609Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43692026-02-10T20:45:34.424Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43702026-02-10T20:45:34.704Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43712026-02-10T20:45:34.731Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43722026-02-10T20:45:37.605Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43732026-02-10T20:45:40.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
43742026-02-10T20:45:41.009Z
43752026-02-10T20:45:41.009Zinfo: running `cargo check --bins` on internal-dns-cli (237/249)
43762026-02-10T20:45:42.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-02-10T20:45:42.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-02-10T20:45:42.807Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43792026-02-10T20:45:43.322Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43802026-02-10T20:45:44.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
43812026-02-10T20:45:44.290Z
43822026-02-10T20:45:44.291Zinfo: running `cargo check --bins` on omicron-live-tests (238/249)
43832026-02-10T20:45:45.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-02-10T20:45:45.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-02-10T20:45:45.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-02-10T20:45:45.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
43872026-02-10T20:45:45.611Z
43882026-02-10T20:45:45.611Zinfo: running `cargo check --bins` on live-tests-macros (239/249)
43892026-02-10T20:45:46.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-02-10T20:45:46.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-02-10T20:45:46.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-02-10T20:45:46.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
43932026-02-10T20:45:47.018Z
43942026-02-10T20:45:47.018Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (240/249)
43952026-02-10T20:45:48.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-02-10T20:45:48.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-02-10T20:45:48.760Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43982026-02-10T20:45:49.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
43992026-02-10T20:45:50.034Z
44002026-02-10T20:45:50.034Zinfo: running `cargo check --bins` on omicron-ntp-admin (241/249)
44012026-02-10T20:45:51.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-02-10T20:45:51.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-02-10T20:45:51.557Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44042026-02-10T20:45:51.557Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44052026-02-10T20:45:51.903Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44062026-02-10T20:45:51.927Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44072026-02-10T20:45:53.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
44082026-02-10T20:45:53.848Z
44092026-02-10T20:45:53.848Zinfo: running `cargo check --bins` on ntp-admin-types (242/249)
44102026-02-10T20:45:55.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-02-10T20:45:55.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-02-10T20:45:55.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-02-10T20:45:55.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44142026-02-10T20:45:55.380Z
44152026-02-10T20:45:55.380Zinfo: running `cargo check --bins` on omicron-package (243/249)
44162026-02-10T20:45:56.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-02-10T20:45:56.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-02-10T20:45:57.070Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44192026-02-10T20:45:59.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
44202026-02-10T20:45:59.690Z
44212026-02-10T20:45:59.690Zinfo: running `cargo check --bins` on tqdb (244/249)
44222026-02-10T20:46:01.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-02-10T20:46:01.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-02-10T20:46:01.455Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44252026-02-10T20:46:02.055Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44262026-02-10T20:46:03.699Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44272026-02-10T20:46:03.723Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44282026-02-10T20:46:14.739Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44292026-02-10T20:46:16.769Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44302026-02-10T20:46:16.769Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44312026-02-10T20:46:16.793Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44322026-02-10T20:46:19.032Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44332026-02-10T20:46:19.059Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44342026-02-10T20:46:51.830Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44352026-02-10T20:46:51.854Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44362026-02-10T20:46:51.854Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44372026-02-10T20:46:51.854Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44382026-02-10T20:46:55.512Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44392026-02-10T20:46:58.919Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44402026-02-10T20:47:00.513Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44412026-02-10T20:47:03.801Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44422026-02-10T20:47:04.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44432026-02-10T20:47:05.175Z
44442026-02-10T20:47:05.176Zinfo: running `cargo check --bins` on wicket-dbg (245/249)
44452026-02-10T20:47:06.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-02-10T20:47:06.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-02-10T20:47:06.797Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44482026-02-10T20:47:06.822Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44492026-02-10T20:47:06.846Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44502026-02-10T20:47:06.883Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44512026-02-10T20:47:06.908Z Checking rtoolbox v0.0.2
44522026-02-10T20:47:06.908Z Checking tui-tree-widget v0.23.1
44532026-02-10T20:47:07.207Z Checking rpassword v7.4.0
44542026-02-10T20:47:07.424Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44552026-02-10T20:47:09.645Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44562026-02-10T20:47:20.632Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44572026-02-10T20:47:22.752Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44582026-02-10T20:47:31.518Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44592026-02-10T20:47:36.818Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44602026-02-10T20:47:39.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.88s
44612026-02-10T20:47:39.336Z
44622026-02-10T20:47:39.336Zinfo: running `cargo check --bins` on wicket (246/249)
44632026-02-10T20:47:40.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-02-10T20:47:40.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-02-10T20:47:41.173Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44662026-02-10T20:47:41.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
44672026-02-10T20:47:42.015Z
44682026-02-10T20:47:42.015Zinfo: running `cargo check --bins` on wicketd (247/249)
44692026-02-10T20:47:43.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-02-10T20:47:43.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-02-10T20:47:43.780Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44722026-02-10T20:47:43.780Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44732026-02-10T20:47:43.804Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44742026-02-10T20:47:46.870Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44752026-02-10T20:47:48.266Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44762026-02-10T20:47:56.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
44772026-02-10T20:47:56.816Z
44782026-02-10T20:47:56.816Zinfo: running `cargo check --bins` on omicron-workspace-hack (248/249)
44792026-02-10T20:47:58.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-02-10T20:47:58.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-02-10T20:47:58.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-02-10T20:47:58.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
44832026-02-10T20:47:58.217Z
44842026-02-10T20:47:58.217Zinfo: running `cargo check --bins` on zone-setup (249/249)
44852026-02-10T20:47:59.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-02-10T20:47:59.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-02-10T20:47:59.840Z Checking uzers v0.12.1
44882026-02-10T20:48:00.317Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44892026-02-10T20:48:02.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
44902026-02-10T20:48:02.449Z
44912026-02-10T20:48:02.449Zreal 37:49.596852513
44922026-02-10T20:48:02.449Zuser 56:30.578890455
44932026-02-10T20:48:02.449Zsys 8:42.118437113
44942026-02-10T20:48:02.449Ztrap 1.736836725
44952026-02-10T20:48:02.449Ztflt 0.464719046
44962026-02-10T20:48:02.449Zdflt 0.855719297
44972026-02-10T20:48:02.449Zkflt 0.001157831
44982026-02-10T20:48:02.449Zlock 2:39:07.287861262
44992026-02-10T20:48:02.449Zslp 5:19:11.927503289
45002026-02-10T20:48:02.449Zlat 1:47.090683726
45012026-02-10T20:48:02.449Zstop 5:33.961010051
45022026-02-10T20:48:02.474Zprocess exited: duration 2742940 ms, exit code 0
 
45032026-02-10T20:48:02.524Zfound 0 output files