01KHVW3E4F2RT1HEKEMCS0HM4Y: 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: 01KHVW3XZQ7X1E77E6GYGY31XE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T21:16:02.277Zjob assigned to worker 01KHVW3XS62EMSXFA18T02CK59 [factory gimlet-EVT22200007-propolis, EVT22200007/58695] (queued for 35 s)
 
22026-02-19T21:16:12.184Zstarting task 0: "setup"
32026-02-19T21:16:12.209Z++ uname -s
42026-02-19T21:16:12.209Z+ kern=SunOS
52026-02-19T21:16:12.209Z+ build_user=build
62026-02-19T21:16:12.209Z+ build_uid=12345
72026-02-19T21:16:12.209Z+ work_dir=/work
82026-02-19T21:16:12.209Z+ input_dir=/input
92026-02-19T21:16:12.209Z+ [[ 0 == 12345 ]]
102026-02-19T21:16:12.209Z+ case "$kern" in
112026-02-19T21:16:12.209Z+ groupadd -g 12345 build
122026-02-19T21:16:12.209Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-19T21:16:14.216Z+ zfs create -o mountpoint=/work rpool/work
142026-02-19T21:16:14.255Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-19T21:16:14.279Z+ home_fs=zfs
162026-02-19T21:16:14.279Z+ [[ zfs == autofs ]]
172026-02-19T21:16:14.279Z+ mkdir -p /home/build
182026-02-19T21:16:14.279Z+ chown build:build /home/build /work
192026-02-19T21:16:16.265Z+ chmod 0700 /home/build /work
202026-02-19T21:16:16.290Zprocess exited: duration 4084 ms, exit code 0
 
212026-02-19T21:16:16.338Zstarting task 1: "rust-toolchain"
222026-02-19T21:16:16.362Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-19T21:16:16.362Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-19T21:16:16.362Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-19T21:16:16.362Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-19T21:16:16.362Z * rust toolchain channel = "1.91.1"
272026-02-19T21:16:16.362Z * rust toolchain profile = "default"
282026-02-19T21:16:16.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-19T21:16:16.362Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-19T21:16:16.522Zinfo: downloading installer
312026-02-19T21:16:17.827Zwarn: It looks like you have an existing installation of Rust at:
322026-02-19T21:16:17.827Zwarn: /opt/ooce/bin
332026-02-19T21:16:17.827Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-19T21:16:17.827Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-19T21:16:17.827Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-19T21:16:17.827Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-19T21:16:17.827Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-19T21:16:17.827Zerror: cannot install while Rust is installed
392026-02-19T21:16:17.827Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-19T21:16:17.851Zinfo: profile set to 'default'
412026-02-19T21:16:17.851Zinfo: default host triple is x86_64-unknown-illumos
422026-02-19T21:16:17.851Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-19T21:16:17.997Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-19T21:16:17.997Zinfo: downloading component 'cargo'
452026-02-19T21:16:18.295Zinfo: downloading component 'clippy'
462026-02-19T21:16:18.379Zinfo: downloading component 'rust-docs'
472026-02-19T21:16:18.687Zinfo: downloading component 'rust-std'
482026-02-19T21:16:19.168Zinfo: downloading component 'rustc'
492026-02-19T21:16:22.797Zinfo: downloading component 'rustfmt'
502026-02-19T21:16:22.867Zinfo: installing component 'cargo'
512026-02-19T21:16:24.169Zinfo: installing component 'clippy'
522026-02-19T21:16:24.655Zinfo: installing component 'rust-docs'
532026-02-19T21:16:28.271Zinfo: installing component 'rust-std'
542026-02-19T21:16:30.601Zinfo: installing component 'rustc'
552026-02-19T21:16:39.458Zinfo: installing component 'rustfmt'
562026-02-19T21:16:39.891Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-19T21:16:39.891Z
582026-02-19T21:16:40.069Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-19T21:16:40.069Z
602026-02-19T21:16:40.070Z
612026-02-19T21:16:40.070ZRust is installed now. Great!
622026-02-19T21:16:40.070Z
632026-02-19T21:16:40.070ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-19T21:16:40.070Zenvironment variable. This has not been done automatically.
652026-02-19T21:16:40.070Z
662026-02-19T21:16:40.070ZTo configure your current shell, you need to source
672026-02-19T21:16:40.070Zthe corresponding env file under $HOME/.cargo.
682026-02-19T21:16:40.070Z
692026-02-19T21:16:40.070ZThis is usually done by running one of the following (note the leading DOT):
702026-02-19T21:16:40.070Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-19T21:16:40.070Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-19T21:16:40.070Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-19T21:16:40.197Z+ rustup --version
742026-02-19T21:16:40.221Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-19T21:16:40.221Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-19T21:16:40.339Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-19T21:16:40.363Z+ cargo --version
782026-02-19T21:16:40.466Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-19T21:16:40.490Z+ rustc --version
802026-02-19T21:16:40.586Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-19T21:16:40.609Zprocess exited: duration 24257 ms, exit code 0
 
822026-02-19T21:16:40.658Zstarting task 2: "authentication"
832026-02-19T21:16:40.717Zprocess exited: duration 57 ms, exit code 0
 
842026-02-19T21:16:40.768Zstarting task 3: "clone repository"
852026-02-19T21:16:40.792Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-19T21:16:40.793Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-19T21:16:40.816ZCloning into '/work/oxidecomputer/omicron'...
882026-02-19T21:16:56.972Z+ cd /work/oxidecomputer/omicron
892026-02-19T21:16:56.972Z+ git fetch origin 0d8d9b740335dbbe4787fef51bbf65fc17b54740
902026-02-19T21:16:57.507ZFrom https://github.com/oxidecomputer/omicron
912026-02-19T21:16:57.508Z * branch 0d8d9b740335dbbe4787fef51bbf65fc17b54740 -> FETCH_HEAD
922026-02-19T21:16:57.532Z+ [[ -n tq-expunge ]]
932026-02-19T21:16:57.532Z++ git branch --show-current
942026-02-19T21:16:57.532Z+ current=main
952026-02-19T21:16:57.532Z+ [[ main != tq-expunge ]]
962026-02-19T21:16:57.532Z+ git branch -f tq-expunge 0d8d9b740335dbbe4787fef51bbf65fc17b54740
972026-02-19T21:16:57.556Z+ git checkout -f tq-expunge
982026-02-19T21:16:57.658ZSwitched to branch 'tq-expunge'
992026-02-19T21:16:57.682Z+ git reset --hard 0d8d9b740335dbbe4787fef51bbf65fc17b54740
1002026-02-19T21:16:57.764ZHEAD is now at 0d8d9b740 Merge branch 'main' into tq-expunge
1012026-02-19T21:16:57.789Zprocess exited: duration 17004 ms, exit code 0
 
1022026-02-19T21:16:57.840Zstarting task 4: "build"
1032026-02-19T21:16:57.864Z+ source .github/buildomat/ci-env.sh
1042026-02-19T21:16:57.864Z++ export CARGO_TERM_COLOR=always
1052026-02-19T21:16:57.864Z++ CARGO_TERM_COLOR=always
1062026-02-19T21:16:57.864Z+ cargo --version
1072026-02-19T21:16:57.940Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-19T21:16:57.964Z+ rustc --version
1092026-02-19T21:16:58.075Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-19T21:16:58.099Z+ source ./env.sh
1112026-02-19T21:16:58.099Z++ OLD_SHELL_OPTS=ehxB
1122026-02-19T21:16:58.099Z++ set -o xtrace
1132026-02-19T21:16:58.099Z++++ dirname ./env.sh
1142026-02-19T21:16:58.099Z+++ readlink -f .
1152026-02-19T21:16:58.099Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162026-02-19T21:16:58.099Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ 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-19T21:16:58.100Z++ case $OLD_SHELL_OPTS in
1252026-02-19T21:16:58.100Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262026-02-19T21:16:58.100Z+ 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-19T21:16:58.100Z+ 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-19T21:16:58.100Z+ banner prerequisites
1292026-02-19T21:16:58.100Z
1302026-02-19T21:16:58.100Z ##### ##### ###### ##### ###### #### # # # #### #
1312026-02-19T21:16:58.100Z # # # # # # # # # # # # # # #
1322026-02-19T21:16:58.100Z # # # # ##### # # ##### # # # # # #### #
1332026-02-19T21:16:58.100Z ##### ##### # ##### # # # # # # # # #
1342026-02-19T21:16:58.100Z # # # # # # # # # # # # # # #
1352026-02-19T21:16:58.100Z # # # ###### # # ###### ### # #### # #### #
1362026-02-19T21:16:58.100Z
1372026-02-19T21:16:58.100Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382026-02-19T21:17:20.263Z Startup: Refreshing catalog 'helios-dev' ... Done
1392026-02-19T21:17:34.435Z Startup: Caching catalogs ... Done
1402026-02-19T21:18:05.197ZPlanning: Solver setup ... Done (27.921s)
1412026-02-19T21:18:05.423ZPlanning: Running solver ... Done (0.224s)
1422026-02-19T21:18:05.603ZPlanning: Finding local manifests ... Done (0.002s)
1432026-02-19T21:18:05.681ZPlanning: Fetching manifests: 0/4 0% complete
1442026-02-19T21:18:06.116ZPlanning: Fetching manifests: 4/4 100% complete
1452026-02-19T21:18:06.178ZPlanning: Package planning ... Done (0.062s)
1462026-02-19T21:18:06.239ZPlanning: Merging actions ... Done (0.060s)
1472026-02-19T21:18:06.602ZPlanning: Checking for conflicting actions ... Done (0.364s)
1482026-02-19T21:18:06.626ZPlanning: Consolidating action changes ... Done (0.013s)
1492026-02-19T21:18:07.424ZPlanning: Evaluating mediators ... Done (0.807s)
1502026-02-19T21:18:07.448ZPlanning: Planning completed in 32.87 seconds
1512026-02-19T21:18:07.472Z Packages to install: 4
1522026-02-19T21:18:07.472Z Mediators to change: 2
1532026-02-19T21:18:07.472Z Services to change: 1
1542026-02-19T21:18:07.472Z Estimated space available: 154.93 GB
1552026-02-19T21:18:07.472ZEstimated space to be consumed: 1.81 GB
1562026-02-19T21:18:07.472Z Create boot environment: No
1572026-02-19T21:18:07.472ZCreate backup boot environment: No
1582026-02-19T21:18:07.472Z Rebuild boot archive: No
1592026-02-19T21:18:07.472Z
1602026-02-19T21:18:07.472ZChanged mediators:
1612026-02-19T21:18:07.472Z mediator clang:
1622026-02-19T21:18:07.472Z version: None -> 15 (system default)
1632026-02-19T21:18:07.472Z
1642026-02-19T21:18:07.472Z mediator llvm:
1652026-02-19T21:18:07.472Z version: 14 (system default) -> 15 (system default)
1662026-02-19T21:18:07.472Z
1672026-02-19T21:18:07.472ZChanged packages:
1682026-02-19T21:18:07.472Zhelios-dev
1692026-02-19T21:18:07.473Z developer/build-essential
1702026-02-19T21:18:07.473Z None -> 11-2.0
1712026-02-19T21:18:07.473Z library/libxmlsec1
1722026-02-19T21:18:07.473Z None -> 1.2.35-2.0
1732026-02-19T21:18:07.473Z ooce/developer/clang-15
1742026-02-19T21:18:07.473Z None -> 15.0.7-2.0
1752026-02-19T21:18:07.473Z ooce/developer/llvm-15
1762026-02-19T21:18:07.473Z None -> 15.0.7-2.0
1772026-02-19T21:18:07.473Z
1782026-02-19T21:18:07.473ZServices:
1792026-02-19T21:18:07.473Z restart_fmri:
1802026-02-19T21:18:07.473Z svc:/system/update-man-index:default
1812026-02-19T21:18:07.516Z
1822026-02-19T21:18:07.516ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832026-02-19T21:18:12.516ZDownload: 1003/3290 items 19.5/212.6MB 9% complete (4.0M/s)
1842026-02-19T21:18:17.522ZDownload: 1224/3290 items 86.7/212.6MB 40% complete (8.7M/s)
1852026-02-19T21:18:22.524ZDownload: 2333/3290 items 119.7/212.6MB 56% complete (10.0M/s)
1862026-02-19T21:18:27.528ZDownload: 3280/3290 items 205.8/212.6MB 96% complete (11.9M/s)
1872026-02-19T21:18:28.338ZDownload: Completed 212.60 MB in 20.82 seconds (10.2M/s)
1882026-02-19T21:18:28.519Z Actions: 1/3689 actions (Installing new actions)
1892026-02-19T21:18:33.536Z Actions: 2947/3689 actions (Installing new actions)
1902026-02-19T21:18:34.860Z Actions: Completed 3689 actions in 6.34 seconds.
1912026-02-19T21:18:35.912Z Done (1.040s)
1922026-02-19T21:18:35.912Z Done (0.000s)
1932026-02-19T21:18:37.373Z Done (1.406s)
1942026-02-19T21:18:43.071Z Done (5.494s)
1952026-02-19T21:18:43.178Z Done (0.020s)
1962026-02-19T21:18:43.203Z Done (0.000s)
1972026-02-19T21:18:43.332Z Done (0.000s)
1982026-02-19T21:18:44.420ZPlanning: Evaluating mediator changes ... Done
1992026-02-19T21:18:44.667ZPlanning: Checking for conflicting actions ... Done
2002026-02-19T21:18:44.692ZPlanning: Consolidating action changes ... Done
2012026-02-19T21:18:45.058ZPlanning: Evaluating mediators ... Done
2022026-02-19T21:18:45.083ZPlanning: Planning completed in 0.64 seconds
2032026-02-19T21:18:45.108Z Mediators to change: 2
2042026-02-19T21:18:45.108Z Create boot environment: No
2052026-02-19T21:18:45.108ZCreate backup boot environment: No
2062026-02-19T21:18:45.163Z Done
2072026-02-19T21:18:45.164Z Done
2082026-02-19T21:18:46.211Z Done
2092026-02-19T21:18:51.415Z Done
2102026-02-19T21:18:51.517Z Done
2112026-02-19T21:18:51.541Z Done
2122026-02-19T21:18:51.591Z Done
2132026-02-19T21:18:52.425ZPlanning: Evaluating mediator changes ... Done
2142026-02-19T21:18:52.459ZPlanning: Merging actions ... Done
2152026-02-19T21:18:52.666ZPlanning: Checking for conflicting actions ... Done
2162026-02-19T21:18:52.699ZPlanning: Consolidating action changes ... Done
2172026-02-19T21:18:52.992ZPlanning: Evaluating mediators ... Done
2182026-02-19T21:18:53.063ZPlanning: Planning completed in 0.97 seconds
2192026-02-19T21:18:53.107Z Packages to change: 1
2202026-02-19T21:18:53.107Z Mediators to change: 1
2212026-02-19T21:18:53.107Z Services to change: 1
2222026-02-19T21:18:53.107Z Create boot environment: No
2232026-02-19T21:18:53.108ZCreate backup boot environment: Yes
2242026-02-19T21:18:55.351Z Actions: 1/6 actions (Updating modified actions)
2252026-02-19T21:18:55.375Z Actions: Completed 6 actions in 0.00 seconds.
2262026-02-19T21:18:55.376Z Done
2272026-02-19T21:18:55.376Z Done
2282026-02-19T21:18:55.626Z Done
2292026-02-19T21:19:00.685Z Done
2302026-02-19T21:19:00.776Z Done
2312026-02-19T21:19:00.776Z Done
2322026-02-19T21:19:00.837Z Done
2332026-02-19T21:19:01.455ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-02-19T21:19:01.456Zclang system 15 system
2352026-02-19T21:19:01.456Zcsh system system illumos
2362026-02-19T21:19:01.456Zctags system system illumos
2372026-02-19T21:19:01.456Zfile system system illumos
2382026-02-19T21:19:01.456Zgcc vendor 12 vendor
2392026-02-19T21:19:01.456Zgcc system 10 system
2402026-02-19T21:19:01.456Zgcc system 7 system
2412026-02-19T21:19:01.456Zgo system 1.20 system
2422026-02-19T21:19:01.456Zgo system 1.19 system
2432026-02-19T21:19:01.456Zllvm system 15 system
2442026-02-19T21:19:01.456Zllvm system 14 system
2452026-02-19T21:19:01.456Zmariadb system 10.6 system
2462026-02-19T21:19:01.456Zmta vendor vendor dma
2472026-02-19T21:19:01.456Zopenjdk system 17 system
2482026-02-19T21:19:01.456Zopenjdk system 11 system
2492026-02-19T21:19:01.456Zopenjdk system 1.8 system
2502026-02-19T21:19:01.456Zopenssl vendor 3 vendor
2512026-02-19T21:19:01.456Zperl system 5.36 system
2522026-02-19T21:19:01.456Zpostgresql system 15 system
2532026-02-19T21:19:01.456Zpostgresql system 13 system
2542026-02-19T21:19:01.456Zpython vendor 3 vendor
2552026-02-19T21:19:01.456Zpython system 2 system
2562026-02-19T21:19:01.456Zpython3 system 3.11 system
2572026-02-19T21:19:01.456Zruby system 3.0 system
2582026-02-19T21:19:01.456Zwords vendor vendor american-english
2592026-02-19T21:19:01.456Zwords system system australian-english
2602026-02-19T21:19:01.456Zwords system system british-english
2612026-02-19T21:19:01.456Zwords system system canadian-english
2622026-02-19T21:19:01.456Zwords system system french
2632026-02-19T21:19:01.456Zwords system system italian
2642026-02-19T21:19:01.456Zwords system system ngerman
2652026-02-19T21:19:01.456Zwords system system ogerman
2662026-02-19T21:19:01.456Zwords system system spanish
2672026-02-19T21:19:01.882ZPUBLISHER TYPE STATUS P LOCATION
2682026-02-19T21:19:01.882Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-02-19T21:19:10.487ZFMRI IFO
2702026-02-19T21:19:10.487Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-02-19T21:19:10.487Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-02-19T21:19:10.487Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-02-19T21:19:10.487Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-02-19T21:19:10.487Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-02-19T21:19:10.487Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-02-19T21:19:10.487Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-02-19T21:19:10.487Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-02-19T21:19:10.487Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-02-19T21:19:10.487Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-02-19T21:19:10.487Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-02-19T21:19:10.487Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-02-19T21:19:10.487Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-02-19T21:19:10.487Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-02-19T21:19:10.487Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-02-19T21:19:10.487Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-02-19T21:19:11.841Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-02-19T21:19:12.251Z Updating crates.io index
2882026-02-19T21:19:12.275Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-02-19T21:19:12.618Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-02-19T21:19:13.182Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-02-19T21:19:14.369Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922026-02-19T21:19:14.747Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932026-02-19T21:19:15.197Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942026-02-19T21:19:18.359Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-02-19T21:19:20.996Z Updating git repository `https://github.com/oxidecomputer/opte`
2962026-02-19T21:19:22.009Z Updating git repository `https://github.com/oxidecomputer/tofino`
2972026-02-19T21:19:22.404Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982026-02-19T21:19:25.306Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992026-02-19T21:19:25.989Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-02-19T21:19:26.369Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-02-19T21:19:26.934Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-02-19T21:19:27.340Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-02-19T21:19:28.224Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-02-19T21:19:28.828Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-02-19T21:19:29.194Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-02-19T21:19:29.591Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-02-19T21:19:30.117Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-02-19T21:19:30.485Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-02-19T21:19:30.804Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-02-19T21:19:31.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-02-19T21:19:31.971Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-02-19T21:19:32.905Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-02-19T21:19:33.629Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-02-19T21:19:33.991Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-02-19T21:19:34.425Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-02-19T21:19:34.870Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-02-19T21:19:36.154Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3182026-02-19T21:19:36.691Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3192026-02-19T21:19:37.030Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3202026-02-19T21:19:37.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3212026-02-19T21:19:37.902Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3222026-02-19T21:19:38.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-02-19T21:19:38.786Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-02-19T21:19:39.189Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-02-19T21:19:39.515Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-02-19T21:19:40.031Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-02-19T21:19:54.162Z Downloading crates ...
3282026-02-19T21:19:54.232Z Downloaded bitflags v2.9.4
3292026-02-19T21:19:54.263Z Downloaded dtrace-parser v0.2.0
3302026-02-19T21:19:54.264Z Downloaded fastrand v2.1.1
3312026-02-19T21:19:54.264Z Downloaded crypto-common v0.1.6
3322026-02-19T21:19:54.264Z Downloaded camino-tempfile v1.4.1
3332026-02-19T21:19:54.264Z Downloaded equivalent v1.0.2
3342026-02-19T21:19:54.264Z Downloaded anstyle v1.0.11
3352026-02-19T21:19:54.264Z Downloaded erased-serde v0.4.6
3362026-02-19T21:19:54.264Z Downloaded cpufeatures v0.2.14
3372026-02-19T21:19:54.297Z Downloaded anstyle-query v1.1.1
3382026-02-19T21:19:54.297Z Downloaded colorchoice v1.0.2
3392026-02-19T21:19:54.297Z Downloaded errno v0.3.12
3402026-02-19T21:19:54.298Z Downloaded cfg-if v1.0.4
3412026-02-19T21:19:54.298Z Downloaded typeid v1.0.3
3422026-02-19T21:19:54.298Z Downloaded toml_write v0.1.2
3432026-02-19T21:19:54.298Z Downloaded byteorder v1.5.0
3442026-02-19T21:19:54.298Z Downloaded yoke-derive v0.7.4
3452026-02-19T21:19:54.340Z Downloaded zerovec-derive v0.10.3
3462026-02-19T21:19:54.351Z Downloaded zerovec v0.10.4
3472026-02-19T21:19:54.352Z Downloaded zerocopy v0.7.35
3482026-02-19T21:19:54.417Z Downloaded zmij v1.0.15
3492026-02-19T21:19:54.418Z Downloaded zerocopy-derive v0.7.35
3502026-02-19T21:19:54.418Z Downloaded unicode-width v0.1.14
3512026-02-19T21:19:54.418Z Downloaded pest v2.8.2
3522026-02-19T21:19:54.418Z Downloaded winnow v0.7.14
3532026-02-19T21:19:54.449Z Downloaded clap_builder v4.5.48
3542026-02-19T21:19:54.450Z Downloaded serde_json v1.0.149
3552026-02-19T21:19:54.450Z Downloaded goblin v0.8.2
3562026-02-19T21:19:54.450Z Downloaded hashbrown v0.16.1
3572026-02-19T21:19:54.451Z Downloaded icu_properties_data v1.5.0
3582026-02-19T21:19:54.451Z Downloaded idna v1.0.3
3592026-02-19T21:19:54.452Z Downloaded tabled v0.15.0
3602026-02-19T21:19:54.485Z Downloaded syn v1.0.109
3612026-02-19T21:19:54.485Z Downloaded ucd-trie v0.1.7
3622026-02-19T21:19:54.486Z Downloaded syn v2.0.114
3632026-02-19T21:19:54.513Z Downloaded serde v1.0.228
3642026-02-19T21:19:54.514Z Downloaded yoke v0.7.4
3652026-02-19T21:19:54.514Z Downloaded unicode-width v0.2.0
3662026-02-19T21:19:54.514Z Downloaded rustix v0.38.37
3672026-02-19T21:19:54.544Z Downloaded thiserror-impl v2.0.18
3682026-02-19T21:19:54.544Z Downloaded rustix v1.1.3
3692026-02-19T21:19:54.584Z Downloaded textwrap v0.16.2
3702026-02-19T21:19:54.584Z Downloaded serde_derive v1.0.228
3712026-02-19T21:19:54.585Z Downloaded unicode-ident v1.0.19
3722026-02-19T21:19:54.585Z Downloaded typenum v1.17.0
3732026-02-19T21:19:54.585Z Downloaded thiserror v2.0.18
3742026-02-19T21:19:54.694Z Downloaded tempfile v3.24.0
3752026-02-19T21:19:54.694Z Downloaded tabled_derive v0.7.0
3762026-02-19T21:19:54.694Z Downloaded smallvec v1.15.1
3772026-02-19T21:19:54.694Z Downloaded serde_core v1.0.228
3782026-02-19T21:19:54.694Z Downloaded serde-untagged v0.1.7
3792026-02-19T21:19:54.694Z Downloaded quote v1.0.40
3802026-02-19T21:19:54.695Z Downloaded proc-macro2 v1.0.101
3812026-02-19T21:19:54.695Z Downloaded papergrid v0.11.0
3822026-02-19T21:19:54.695Z Downloaded memchr v2.7.4
3832026-02-19T21:19:54.695Z Downloaded icu_collections v1.5.0
3842026-02-19T21:19:54.695Z Downloaded fs-err v3.1.1
3852026-02-19T21:19:54.695Z Downloaded clap v4.5.48
3862026-02-19T21:19:54.695Z Downloaded utf8_iter v1.0.4
3872026-02-19T21:19:54.696Z Downloaded utf16_iter v1.0.5
3882026-02-19T21:19:54.696Z Downloaded thiserror v1.0.69
3892026-02-19T21:19:54.696Z Downloaded synstructure v0.13.1
3902026-02-19T21:19:54.696Z Downloaded libc v0.2.180
3912026-02-19T21:19:54.732Z Downloaded strsim v0.11.1
3922026-02-19T21:19:54.732Z Downloaded smawk v0.3.2
3932026-02-19T21:19:54.732Z Downloaded sha2 v0.10.9
3942026-02-19T21:19:54.732Z Downloaded serde_tokenstream v0.2.2
3952026-02-19T21:19:54.733Z Downloaded semver v1.0.27
3962026-02-19T21:19:54.733Z Downloaded scroll_derive v0.12.0
3972026-02-19T21:19:54.733Z Downloaded scroll v0.12.0
3982026-02-19T21:19:54.733Z Downloaded proc-macro-error-attr v1.0.4
3992026-02-19T21:19:54.733Z Downloaded pest_meta v2.8.2
4002026-02-19T21:19:54.733Z Downloaded pest_generator v2.8.2
4012026-02-19T21:19:54.733Z Downloaded heck v0.5.0
4022026-02-19T21:19:54.734Z Downloaded form_urlencoded v1.2.2
4032026-02-19T21:19:54.734Z Downloaded cargo-util-schemas v0.8.2
4042026-02-19T21:19:54.734Z Downloaded zerofrom v0.1.4
4052026-02-19T21:19:54.734Z Downloaded version_check v0.9.5
4062026-02-19T21:19:54.734Z Downloaded url v2.5.4
4072026-02-19T21:19:54.734Z Downloaded toml_edit v0.22.27
4082026-02-19T21:19:54.734Z Downloaded toml v0.8.23
4092026-02-19T21:19:54.769Z Downloaded thiserror-impl v1.0.69
4102026-02-19T21:19:54.770Z Downloaded terminal_size v0.4.0
4112026-02-19T21:19:54.770Z Downloaded swrite v0.1.0
4122026-02-19T21:19:54.770Z Downloaded stable_deref_trait v1.2.0
4132026-02-19T21:19:54.770Z Downloaded serde_spanned v0.6.9
4142026-02-19T21:19:54.770Z Downloaded serde-value v0.7.0
4152026-02-19T21:19:54.771Z Downloaded proc-macro-error v1.0.4
4162026-02-19T21:19:54.771Z Downloaded plain v0.2.3
4172026-02-19T21:19:54.771Z Downloaded percent-encoding v2.3.2
4182026-02-19T21:19:54.771Z Downloaded ordered-float v2.10.1
4192026-02-19T21:19:54.771Z Downloaded memmap v0.7.0
4202026-02-19T21:19:54.771Z Downloaded indexmap v2.13.0
4212026-02-19T21:19:54.771Z Downloaded idna_adapter v1.2.0
4222026-02-19T21:19:54.771Z Downloaded icu_provider v1.5.0
4232026-02-19T21:19:54.771Z Downloaded icu_properties v1.5.1
4242026-02-19T21:19:54.804Z Downloaded icu_normalizer_data v1.5.0
4252026-02-19T21:19:54.804Z Downloaded icu_normalizer v1.5.0
4262026-02-19T21:19:54.804Z Downloaded icu_locid_transform_data v1.5.0
4272026-02-19T21:19:54.804Z Downloaded fnv v1.0.7
4282026-02-19T21:19:54.804Z Downloaded clap_derive v4.5.47
4292026-02-19T21:19:54.804Z Downloaded cargo_toml v0.21.0
4302026-02-19T21:19:54.804Z Downloaded cargo-platform v0.2.0
4312026-02-19T21:19:54.804Z Downloaded zerofrom-derive v0.1.4
4322026-02-19T21:19:54.804Z Downloaded writeable v0.5.5
4332026-02-19T21:19:54.804Z Downloaded usdt-impl v0.5.0
4342026-02-19T21:19:54.805Z Downloaded usdt-attr-macro v0.5.0
4352026-02-19T21:19:54.805Z Downloaded usdt v0.5.0
4362026-02-19T21:19:54.805Z Downloaded tinystr v0.7.6
4372026-02-19T21:19:54.805Z Downloaded thread-id v4.2.2
4382026-02-19T21:19:54.805Z Downloaded pest_derive v2.8.2
4392026-02-19T21:19:54.805Z Downloaded once_cell v1.21.3
4402026-02-19T21:19:54.805Z Downloaded num-traits v0.2.19
4412026-02-19T21:19:54.847Z Downloaded log v0.4.29
4422026-02-19T21:19:54.847Z Downloaded litemap v0.7.3
4432026-02-19T21:19:54.847Z Downloaded is_terminal_polyfill v1.70.1
4442026-02-19T21:19:54.847Z Downloaded icu_provider_macros v1.5.0
4452026-02-19T21:19:54.847Z Downloaded icu_locid v1.5.0
4462026-02-19T21:19:54.847Z Downloaded cargo_metadata v0.21.0
4472026-02-19T21:19:54.848Z Downloaded write16 v1.0.0
4482026-02-19T21:19:54.848Z Downloaded utf8parse v0.2.2
4492026-02-19T21:19:54.848Z Downloaded usdt-macro v0.5.0
4502026-02-19T21:19:54.848Z Downloaded unicode-xid v0.2.6
4512026-02-19T21:19:54.848Z Downloaded unicode-linebreak v0.1.5
4522026-02-19T21:19:54.848Z Downloaded toml_datetime v0.6.11
4532026-02-19T21:19:54.848Z Downloaded pretty-hex v0.4.1
4542026-02-19T21:19:54.849Z Downloaded macaddr v1.0.1
4552026-02-19T21:19:54.849Z Downloaded itoa v1.0.11
4562026-02-19T21:19:54.849Z Downloaded icu_locid_transform v1.5.0
4572026-02-19T21:19:54.849Z Downloaded heck v0.4.1
4582026-02-19T21:19:54.849Z Downloaded getrandom v0.3.4
4592026-02-19T21:19:54.893Z Downloaded generic-array v0.14.7
4602026-02-19T21:19:54.893Z Downloaded anyhow v1.0.99
4612026-02-19T21:19:54.893Z Downloaded block-buffer v0.10.4
4622026-02-19T21:19:54.893Z Downloaded digest v0.10.7
4632026-02-19T21:19:54.893Z Downloaded clap_lex v0.7.4
4642026-02-19T21:19:54.893Z Downloaded bytecount v0.6.8
4652026-02-19T21:19:54.893Z Downloaded dof v0.3.0
4662026-02-19T21:19:54.894Z Downloaded displaydoc v0.2.5
4672026-02-19T21:19:54.894Z Downloaded autocfg v1.4.0
4682026-02-19T21:19:54.894Z Downloaded camino v1.2.2
4692026-02-19T21:19:54.894Z Downloaded anstyle-parse v0.2.5
4702026-02-19T21:19:54.894Z Downloaded anstream v0.6.18
4712026-02-19T21:19:54.976Z Compiling proc-macro2 v1.0.101
4722026-02-19T21:19:54.977Z Compiling unicode-ident v1.0.19
4732026-02-19T21:19:55.021Z Compiling serde_core v1.0.228
4742026-02-19T21:19:55.021Z Compiling version_check v0.9.5
4752026-02-19T21:19:55.021Z Compiling serde v1.0.228
4762026-02-19T21:19:55.021Z Compiling libc v0.2.180
4772026-02-19T21:19:55.021Z Compiling memchr v2.7.4
4782026-02-19T21:19:55.073Z Compiling thiserror v2.0.18
4792026-02-19T21:19:55.350Z Compiling stable_deref_trait v1.2.0
4802026-02-19T21:19:55.482Z Compiling zmij v1.0.15
4812026-02-19T21:19:56.099Z Compiling autocfg v1.4.0
4822026-02-19T21:19:56.170Z Compiling itoa v1.0.11
4832026-02-19T21:19:56.367Z Compiling thiserror v1.0.69
4842026-02-19T21:19:56.419Z Compiling ucd-trie v0.1.7
4852026-02-19T21:19:56.727Z Compiling writeable v0.5.5
4862026-02-19T21:19:56.907Z Compiling litemap v0.7.3
4872026-02-19T21:19:57.296Z Compiling icu_locid_transform_data v1.5.0
4882026-02-19T21:19:57.333Z Compiling bitflags v2.9.4
4892026-02-19T21:19:57.363Z Compiling errno v0.3.12
4902026-02-19T21:19:57.488Z Compiling byteorder v1.5.0
4912026-02-19T21:19:57.543Z Compiling quote v1.0.40
4922026-02-19T21:19:57.764Z Compiling icu_properties_data v1.5.0
4932026-02-19T21:19:57.904Z Compiling serde_json v1.0.149
4942026-02-19T21:19:58.086Z Compiling syn v2.0.114
4952026-02-19T21:19:58.110Z Compiling num-traits v0.2.19
4962026-02-19T21:19:58.268Z Compiling hashbrown v0.16.1
4972026-02-19T21:19:58.268Z Compiling utf16_iter v1.0.5
4982026-02-19T21:19:58.332Z Compiling typeid v1.0.3
4992026-02-19T21:19:58.410Z Compiling utf8_iter v1.0.4
5002026-02-19T21:19:58.681Z Compiling smallvec v1.15.1
5012026-02-19T21:19:58.719Z Compiling icu_normalizer_data v1.5.0
5022026-02-19T21:19:58.847Z Compiling equivalent v1.0.2
5032026-02-19T21:19:58.884Z Compiling write16 v1.0.0
5042026-02-19T21:19:58.916Z Compiling rustix v0.38.37
5052026-02-19T21:19:59.139Z Compiling usdt-impl v0.5.0
5062026-02-19T21:19:59.422Z Compiling proc-macro-error-attr v1.0.4
5072026-02-19T21:19:59.593Z Compiling indexmap v2.13.0
5082026-02-19T21:19:59.630Z Compiling winnow v0.7.14
5092026-02-19T21:19:59.779Z Compiling toml_write v0.1.2
5102026-02-19T21:19:59.861Z Compiling syn v1.0.109
5112026-02-19T21:20:00.171Z Compiling thread-id v4.2.2
5122026-02-19T21:20:00.888Z Compiling proc-macro-error v1.0.4
5132026-02-19T21:20:01.273Z Compiling rustix v1.1.3
5142026-02-19T21:20:01.341Z Compiling percent-encoding v2.3.2
5152026-02-19T21:20:01.704Z Compiling utf8parse v0.2.2
5162026-02-19T21:20:01.787Z Compiling plain v0.2.3
5172026-02-19T21:20:01.934Z Compiling camino v1.2.2
5182026-02-19T21:20:01.967Z Compiling log v0.4.29
5192026-02-19T21:20:02.010Z Compiling getrandom v0.3.4
5202026-02-19T21:20:02.577Z Compiling ordered-float v2.10.1
5212026-02-19T21:20:02.728Z Compiling anstyle-parse v0.2.5
5222026-02-19T21:20:03.115Z Compiling form_urlencoded v1.2.2
5232026-02-19T21:20:03.140Z Compiling terminal_size v0.4.0
5242026-02-19T21:20:03.570Z Compiling pretty-hex v0.4.1
5252026-02-19T21:20:03.605Z Compiling anstyle-query v1.1.1
5262026-02-19T21:20:03.822Z Compiling anstyle v1.0.11
5272026-02-19T21:20:03.853Z Compiling colorchoice v1.0.2
5282026-02-19T21:20:03.991Z Compiling cfg-if v1.0.4
5292026-02-19T21:20:04.049Z Compiling is_terminal_polyfill v1.70.1
5302026-02-19T21:20:04.234Z Compiling anstream v0.6.18
5312026-02-19T21:20:04.378Z Compiling semver v1.0.27
5322026-02-19T21:20:05.112Z Compiling fs-err v3.1.1
5332026-02-19T21:20:05.156Z Compiling clap_lex v0.7.4
5342026-02-19T21:20:05.185Z Compiling heck v0.5.0
5352026-02-19T21:20:05.396Z Compiling synstructure v0.13.1
5362026-02-19T21:20:05.445Z Compiling bytecount v0.6.8
5372026-02-19T21:20:05.652Z Compiling fnv v1.0.7
5382026-02-19T21:20:05.695Z Compiling unicode-width v0.1.14
5392026-02-19T21:20:05.748Z Compiling unicode-xid v0.2.6
5402026-02-19T21:20:05.882Z Compiling heck v0.4.1
5412026-02-19T21:20:06.084Z Compiling fastrand v2.1.1
5422026-02-19T21:20:06.357Z Compiling anyhow v1.0.99
5432026-02-19T21:20:06.608Z Compiling once_cell v1.21.3
5442026-02-19T21:20:06.653Z Compiling strsim v0.11.1
5452026-02-19T21:20:06.924Z Compiling papergrid v0.11.0
5462026-02-19T21:20:07.092Z Compiling clap_builder v4.5.48
5472026-02-19T21:20:07.176Z Compiling tempfile v3.24.0
5482026-02-19T21:20:07.489Z Compiling memmap v0.7.0
5492026-02-19T21:20:07.594Z Compiling unicode-width v0.2.0
5502026-02-19T21:20:07.884Z Compiling unicode-linebreak v0.1.5
5512026-02-19T21:20:08.007Z Compiling smawk v0.3.2
5522026-02-19T21:20:08.233Z Compiling camino-tempfile v1.4.1
5532026-02-19T21:20:08.491Z Compiling textwrap v0.16.2
5542026-02-19T21:20:08.889Z Compiling swrite v0.1.0
5552026-02-19T21:20:08.991Z Compiling tabled_derive v0.7.0
5562026-02-19T21:20:09.067Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-02-19T21:20:09.967Z Compiling serde_derive v1.0.228
5582026-02-19T21:20:10.000Z Compiling zerofrom-derive v0.1.4
5592026-02-19T21:20:10.024Z Compiling yoke-derive v0.7.4
5602026-02-19T21:20:10.073Z Compiling thiserror-impl v2.0.18
5612026-02-19T21:20:10.194Z Compiling zerovec-derive v0.10.3
5622026-02-19T21:20:10.691Z Compiling displaydoc v0.2.5
5632026-02-19T21:20:12.302Z Compiling icu_provider_macros v1.5.0
5642026-02-19T21:20:12.560Z Compiling thiserror-impl v1.0.69
5652026-02-19T21:20:12.765Z Compiling zerocopy-derive v0.7.35
5662026-02-19T21:20:13.315Z Compiling zerofrom v0.1.4
5672026-02-19T21:20:13.377Z Compiling scroll_derive v0.12.0
5682026-02-19T21:20:13.554Z Compiling yoke v0.7.4
5692026-02-19T21:20:13.584Z Compiling pest v2.8.2
5702026-02-19T21:20:13.984Z Compiling zerovec v0.10.4
5712026-02-19T21:20:14.801Z Compiling zerocopy v0.7.35
5722026-02-19T21:20:14.835Z Compiling scroll v0.12.0
5732026-02-19T21:20:15.093Z Compiling clap_derive v4.5.47
5742026-02-19T21:20:15.465Z Compiling goblin v0.8.2
5752026-02-19T21:20:15.537Z Compiling tabled v0.15.0
5762026-02-19T21:20:15.999Z Compiling tinystr v0.7.6
5772026-02-19T21:20:16.128Z Compiling icu_collections v1.5.0
5782026-02-19T21:20:16.374Z Compiling icu_locid v1.5.0
5792026-02-19T21:20:16.503Z Compiling pest_meta v2.8.2
5802026-02-19T21:20:17.710Z Compiling icu_provider v1.5.0
5812026-02-19T21:20:18.352Z Compiling pest_generator v2.8.2
5822026-02-19T21:20:18.409Z Compiling icu_locid_transform v1.5.0
5832026-02-19T21:20:18.509Z Compiling toml_datetime v0.6.11
5842026-02-19T21:20:18.798Z Compiling serde_spanned v0.6.9
5852026-02-19T21:20:18.947Z Compiling toml_edit v0.22.27
5862026-02-19T21:20:19.044Z Compiling dof v0.3.0
5872026-02-19T21:20:19.183Z Compiling serde_tokenstream v0.2.2
5882026-02-19T21:20:19.784Z Compiling icu_properties v1.5.1
5892026-02-19T21:20:19.961Z Compiling erased-serde v0.4.6
5902026-02-19T21:20:20.003Z Compiling serde-value v0.7.0
5912026-02-19T21:20:20.633Z Compiling pest_derive v2.8.2
5922026-02-19T21:20:20.789Z Compiling cargo-platform v0.2.0
5932026-02-19T21:20:20.927Z Compiling clap v4.5.48
5942026-02-19T21:20:21.090Z Compiling serde-untagged v0.1.7
5952026-02-19T21:20:21.163Z Compiling macaddr v1.0.1
5962026-02-19T21:20:21.529Z Compiling dtrace-parser v0.2.0
5972026-02-19T21:20:22.733Z Compiling toml v0.8.23
5982026-02-19T21:20:23.516Z Compiling usdt-attr-macro v0.5.0
5992026-02-19T21:20:23.575Z Compiling usdt-macro v0.5.0
6002026-02-19T21:20:23.779Z Compiling icu_normalizer v1.5.0
6012026-02-19T21:20:24.267Z Compiling cargo_toml v0.21.0
6022026-02-19T21:20:24.767Z Compiling idna_adapter v1.2.0
6032026-02-19T21:20:24.885Z Compiling usdt v0.5.0
6042026-02-19T21:20:24.982Z Compiling idna v1.0.3
6052026-02-19T21:20:25.595Z Compiling url v2.5.4
6062026-02-19T21:20:26.567Z Compiling cargo-util-schemas v0.8.2
6072026-02-19T21:20:28.706Z Compiling cargo_metadata v0.21.0
6082026-02-19T21:20:31.019Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6092026-02-19T21:20:35.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
6102026-02-19T21:20:36.356Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6112026-02-19T21:20:37.528Z Downloading crates ...
6122026-02-19T21:20:37.705Z Downloaded argon2 v0.5.3
6132026-02-19T21:20:37.729Z Downloaded bit-vec v0.6.3
6142026-02-19T21:20:37.753Z Downloaded convert_case v0.4.0
6152026-02-19T21:20:37.779Z Downloaded derive_builder v0.20.2
6162026-02-19T21:20:37.804Z Downloaded hash32 v0.3.1
6172026-02-19T21:20:37.831Z Downloaded hubpack_derive v0.1.1
6182026-02-19T21:20:37.857Z Downloaded libsw v3.5.0
6192026-02-19T21:20:37.882Z Downloaded num_enum v0.5.11
6202026-02-19T21:20:37.911Z Downloaded parking_lot_core v0.9.10
6212026-02-19T21:20:37.944Z Downloaded powerfmt v0.2.0
6222026-02-19T21:20:37.975Z Downloaded proc-macro-error-attr2 v2.0.0
6232026-02-19T21:20:38.003Z Downloaded rustc_version v0.1.7
6242026-02-19T21:20:38.028Z Downloaded secrecy v0.10.3
6252026-02-19T21:20:38.052Z Downloaded siphasher v1.0.1
6262026-02-19T21:20:38.052Z Downloaded slog-envlogger v2.2.0
6272026-02-19T21:20:38.077Z Downloaded structmeta-derive v0.3.0
6282026-02-19T21:20:38.101Z Downloaded tap v1.0.1
6292026-02-19T21:20:38.134Z Downloaded typify-macro v0.2.0
6302026-02-19T21:20:38.158Z Downloaded wait-timeout v0.2.0
6312026-02-19T21:20:38.182Z Downloaded zone_cfg_derive v0.1.2
6322026-02-19T21:20:38.182Z Downloaded zstd v0.13.3
6332026-02-19T21:20:38.206Z Downloaded xz2 v0.1.7
6342026-02-19T21:20:38.234Z Downloaded zopfli v0.8.1
6352026-02-19T21:20:38.234Z Downloaded zone v0.3.1
6362026-02-19T21:20:38.234Z Downloaded zstd-safe v7.2.3
6372026-02-19T21:20:38.259Z Downloaded zerocopy-derive v0.8.27
6382026-02-19T21:20:38.284Z Downloaded zip v4.2.0
6392026-02-19T21:20:38.284Z Downloaded time v0.3.43
6402026-02-19T21:20:38.313Z Downloaded winnow v0.6.26
6412026-02-19T21:20:38.313Z Downloaded tabled v0.18.0
6422026-02-19T21:20:38.338Z Downloaded vcpkg v0.2.15
6432026-02-19T21:20:38.400Z Downloaded smoltcp v0.11.0
6442026-02-19T21:20:38.400Z Downloaded rustls v0.23.19
6452026-02-19T21:20:38.424Z Downloaded zlib-rs v0.5.1
6462026-02-19T21:20:38.424Z Downloaded zerocopy v0.8.27
6472026-02-19T21:20:38.448Z Downloaded bzip2-sys v0.1.13+1.0.8
6482026-02-19T21:20:38.474Z Downloaded webpki-roots v1.0.1
6492026-02-19T21:20:38.474Z Downloaded regress v0.10.4
6502026-02-19T21:20:38.498Z Downloaded regex-syntax v0.8.5
6512026-02-19T21:20:38.498Z Downloaded rustls v0.21.12
6522026-02-19T21:20:38.522Z Downloaded ratatui v0.29.0
6532026-02-19T21:20:38.546Z Downloaded smoltcp v0.9.1
6542026-02-19T21:20:38.546Z Downloaded sled v0.34.7
6552026-02-19T21:20:38.546Z Downloaded rustls v0.22.4
6562026-02-19T21:20:38.570Z Downloaded chrono-tz v0.10.4
6572026-02-19T21:20:38.594Z Downloaded typify-impl v0.4.3
6582026-02-19T21:20:38.618Z Downloaded winnow v0.5.40
6592026-02-19T21:20:38.643Z Downloaded regex-automata v0.4.11
6602026-02-19T21:20:38.643Z Downloaded typify-impl v0.2.0
6612026-02-19T21:20:38.667Z Downloaded petgraph v0.6.5
6622026-02-19T21:20:38.691Z Downloaded zerocopy-derive v0.6.6
6632026-02-19T21:20:38.691Z Downloaded lzma-sys v0.1.20
6642026-02-19T21:20:38.717Z Downloaded petgraph v0.8.2
6652026-02-19T21:20:38.741Z Downloaded libz-sys v1.1.20
6662026-02-19T21:20:38.766Z Downloaded jiff v0.2.15
6672026-02-19T21:20:38.795Z Downloaded tokio-util v0.7.15
6682026-02-19T21:20:38.795Z Downloaded tabled v0.20.0
6692026-02-19T21:20:38.826Z Downloaded openapiv3 v2.2.0
6702026-02-19T21:20:38.851Z Downloaded regex-syntax v0.6.29
6712026-02-19T21:20:38.851Z Downloaded typed-path v0.9.3
6722026-02-19T21:20:38.876Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6732026-02-19T21:20:38.876Z Downloaded object v0.36.5
6742026-02-19T21:20:38.900Z Downloaded hickory-proto v0.25.2
6752026-02-19T21:20:38.924Z Downloaded sha3 v0.10.8
6762026-02-19T21:20:38.925Z Downloaded x509-cert v0.2.5
6772026-02-19T21:20:38.949Z Downloaded tokio v1.49.0
6782026-02-19T21:20:38.988Z Downloaded sqlparser v0.45.0
6792026-02-19T21:20:39.012Z Downloaded nix v0.27.1
6802026-02-19T21:20:39.012Z Downloaded hickory-proto v0.24.4
6812026-02-19T21:20:39.036Z Downloaded yansi v1.0.1
6822026-02-19T21:20:39.036Z Downloaded unicode-normalization v0.1.24
6832026-02-19T21:20:39.037Z Downloaded tower-http v0.6.6
6842026-02-19T21:20:39.061Z Downloaded ssh-key v0.6.6
6852026-02-19T21:20:39.061Z Downloaded rustls-webpki v0.102.8
6862026-02-19T21:20:39.088Z Downloaded quinn-proto v0.11.8
6872026-02-19T21:20:39.115Z Downloaded zip v0.6.6
6882026-02-19T21:20:39.115Z Downloaded encoding_rs v0.8.34
6892026-02-19T21:20:39.142Z Downloaded zeroize_derive v1.4.2
6902026-02-19T21:20:39.142Z Downloaded zerocopy v0.6.6
6912026-02-19T21:20:39.142Z Downloaded yasna v0.5.2
6922026-02-19T21:20:39.142Z Downloaded vte_generate_state_changes v0.1.2
6932026-02-19T21:20:39.142Z Downloaded vsss-rs v3.3.4
6942026-02-19T21:20:39.142Z Downloaded tower v0.5.2
6952026-02-19T21:20:39.167Z Downloaded tough v0.20.0
6962026-02-19T21:20:39.167Z Downloaded test-strategy v0.4.3
6972026-02-19T21:20:39.167Z Downloaded radix_trie v0.2.1
6982026-02-19T21:20:39.193Z Downloaded whoami v1.5.2
6992026-02-19T21:20:39.193Z Downloaded unit-prefix v0.5.1
7002026-02-19T21:20:39.193Z Downloaded unicode-segmentation v1.12.0
7012026-02-19T21:20:39.193Z Downloaded tokio-postgres v0.7.13
7022026-02-19T21:20:39.193Z Downloaded serde_with v3.16.1
7032026-02-19T21:20:39.218Z Downloaded salty v0.3.0
7042026-02-19T21:20:39.218Z Downloaded portable-atomic v1.11.0
7052026-02-19T21:20:39.218Z Downloaded openssl v0.10.73
7062026-02-19T21:20:39.242Z Downloaded xshell v0.2.7
7072026-02-19T21:20:39.242Z Downloaded usdt-attr-macro v0.6.0
7082026-02-19T21:20:39.242Z Downloaded ring v0.17.14
7092026-02-19T21:20:39.277Z Downloaded usdt v0.6.0
7102026-02-19T21:20:39.301Z Downloaded libgit2-sys v0.18.2+1.9.1
7112026-02-19T21:20:39.349Z Downloaded unicode_categories v0.1.1
7122026-02-19T21:20:39.374Z Downloaded unicode-truncate v1.1.0
7132026-02-19T21:20:39.374Z Downloaded tungstenite v0.21.0
7142026-02-19T21:20:39.374Z Downloaded toml_writer v1.0.6+spec-1.1.0
7152026-02-19T21:20:39.374Z Downloaded toml_datetime v0.7.5+spec-1.1.0
7162026-02-19T21:20:39.374Z Downloaded string_cache v0.8.9
7172026-02-19T21:20:39.374Z Downloaded petname v2.0.2
7182026-02-19T21:20:39.374Z Downloaded p384 v0.13.1
7192026-02-19T21:20:39.402Z Downloaded zone_cfg_derive v0.3.0
7202026-02-19T21:20:39.402Z Downloaded zeroize v1.8.1
7212026-02-19T21:20:39.402Z Downloaded xshell-macros v0.2.7
7222026-02-19T21:20:39.402Z Downloaded xattr v1.3.1
7232026-02-19T21:20:39.403Z Downloaded wyz v0.5.1
7242026-02-19T21:20:39.403Z Downloaded which v4.4.2
7252026-02-19T21:20:39.403Z Downloaded want v0.3.1
7262026-02-19T21:20:39.403Z Downloaded walkdir v2.5.0
7272026-02-19T21:20:39.403Z Downloaded vergen v9.0.6
7282026-02-19T21:20:39.403Z Downloaded uuid v1.19.0
7292026-02-19T21:20:39.403Z Downloaded unsafe-libyaml v0.2.11
7302026-02-19T21:20:39.430Z Downloaded unicode-bidi v0.3.17
7312026-02-19T21:20:39.430Z Downloaded tungstenite v0.23.0
7322026-02-19T21:20:39.430Z Downloaded tui-tree-widget v0.23.1
7332026-02-19T21:20:39.430Z Downloaded tracing v0.1.40
7342026-02-19T21:20:39.430Z Downloaded toml_edit v0.19.15
7352026-02-19T21:20:39.454Z Downloaded toml v0.9.11+spec-1.1.0
7362026-02-19T21:20:39.454Z Downloaded toml v0.7.8
7372026-02-19T21:20:39.454Z Downloaded thread_local v1.1.8
7382026-02-19T21:20:39.454Z Downloaded thiserror-no-std v2.0.2
7392026-02-19T21:20:39.479Z Downloaded steno v0.4.1
7402026-02-19T21:20:39.479Z Downloaded rpassword v7.4.0
7412026-02-19T21:20:39.479Z Downloaded regex v1.11.3
7422026-02-19T21:20:39.479Z Downloaded proptest v1.7.0
7432026-02-19T21:20:39.503Z Downloaded num-bigint-dig v0.8.6
7442026-02-19T21:20:39.527Z Downloaded nix v0.30.1
7452026-02-19T21:20:39.527Z Downloaded dropshot v0.16.7
7462026-02-19T21:20:39.555Z Downloaded zone v0.1.8
7472026-02-19T21:20:39.583Z Downloaded waitgroup v0.1.2
7482026-02-19T21:20:39.583Z Downloaded vte v0.11.1
7492026-02-19T21:20:39.583Z Downloaded vergen-lib v0.1.6
7502026-02-19T21:20:39.583Z Downloaded vergen-gitcl v1.0.8
7512026-02-19T21:20:39.583Z Downloaded vergen-git2 v1.0.7
7522026-02-19T21:20:39.583Z Downloaded value-bag v1.12.0
7532026-02-19T21:20:39.583Z Downloaded usdt-impl v0.6.0
7542026-02-19T21:20:39.583Z Downloaded unicode-properties v0.1.3
7552026-02-19T21:20:39.583Z Downloaded typify v0.4.3
7562026-02-19T21:20:39.583Z Downloaded typify v0.2.0
7572026-02-19T21:20:39.584Z Downloaded tracing-core v0.1.32
7582026-02-19T21:20:39.608Z Downloaded toml_parser v1.0.6+spec-1.1.0
7592026-02-19T21:20:39.608Z Downloaded tokio-dtrace v0.1.0
7602026-02-19T21:20:39.608Z Downloaded tar v0.4.44
7612026-02-19T21:20:39.608Z Downloaded subprocess v0.2.9
7622026-02-19T21:20:39.608Z Downloaded strip-ansi-escapes v0.2.0
7632026-02-19T21:20:39.608Z Downloaded sqlparser_derive v0.2.2
7642026-02-19T21:20:39.608Z Downloaded snafu v0.8.5
7652026-02-19T21:20:39.632Z Downloaded serde_yaml v0.9.34+deprecated
7662026-02-19T21:20:39.632Z Downloaded serde_with_macros v3.16.1
7672026-02-19T21:20:39.632Z Downloaded rustyline v14.0.0
7682026-02-19T21:20:39.656Z Downloaded rustls-webpki v0.101.7
7692026-02-19T21:20:39.680Z Downloaded russh v0.45.0
7702026-02-19T21:20:39.680Z Downloaded reqwest v0.12.24
7712026-02-19T21:20:39.680Z Downloaded reedline v0.40.0
7722026-02-19T21:20:39.704Z Downloaded quick-xml v0.37.2
7732026-02-19T21:20:39.704Z Downloaded polar-core v0.27.3
7742026-02-19T21:20:39.729Z Downloaded bstr v1.10.0
7752026-02-19T21:20:39.729Z Downloaded void v1.0.2
7762026-02-19T21:20:39.729Z Downloaded uzers v0.12.1
7772026-02-19T21:20:39.729Z Downloaded utf-8 v0.7.6
7782026-02-19T21:20:39.729Z Downloaded usdt-macro v0.6.0
7792026-02-19T21:20:39.730Z Downloaded untrusted v0.9.0
7802026-02-19T21:20:39.730Z Downloaded untrusted v0.7.1
7812026-02-19T21:20:39.730Z Downloaded universal-hash v0.5.1
7822026-02-19T21:20:39.730Z Downloaded unicase v2.8.1
7832026-02-19T21:20:39.754Z Downloaded unarray v0.1.4
7842026-02-19T21:20:39.754Z Downloaded typify-macro v0.4.3
7852026-02-19T21:20:39.754Z Downloaded twox-hash v2.1.0
7862026-02-19T21:20:39.754Z Downloaded try-lock v0.2.5
7872026-02-19T21:20:39.754Z Downloaded tracing-attributes v0.1.27
7882026-02-19T21:20:39.754Z Downloaded topological-sort v0.2.2
7892026-02-19T21:20:39.754Z Downloaded tokio-tungstenite v0.23.1
7902026-02-19T21:20:39.754Z Downloaded tokio-tungstenite v0.21.0
7912026-02-19T21:20:39.754Z Downloaded tokio-stream v0.1.17
7922026-02-19T21:20:39.754Z Downloaded tokio-rustls v0.26.0
7932026-02-19T21:20:39.754Z Downloaded tokio-rustls v0.25.0
7942026-02-19T21:20:39.779Z Downloaded tokio-rustls v0.24.1
7952026-02-19T21:20:39.779Z Downloaded tokio-native-tls v0.3.1
7962026-02-19T21:20:39.779Z Downloaded tokio-macros v2.6.0
7972026-02-19T21:20:39.779Z Downloaded tls_codec_derive v0.4.1
7982026-02-19T21:20:39.779Z Downloaded tls_codec v0.4.1
7992026-02-19T21:20:39.779Z Downloaded tinyvec v1.8.0
8002026-02-19T21:20:39.803Z Downloaded tiny-keccak v2.0.2
8012026-02-19T21:20:39.803Z Downloaded time-macros v0.2.24
8022026-02-19T21:20:39.803Z Downloaded time-core v0.1.6
8032026-02-19T21:20:39.803Z Downloaded thiserror-impl-no-std v2.0.2
8042026-02-19T21:20:39.803Z Downloaded testing_table v0.3.0
8052026-02-19T21:20:39.803Z Downloaded term v1.1.0
8062026-02-19T21:20:39.803Z Downloaded term v0.7.0
8072026-02-19T21:20:39.828Z Downloaded support-bundle-viewer v0.1.2
8082026-02-19T21:20:39.828Z Downloaded strum_macros v0.27.2
8092026-02-19T21:20:39.828Z Downloaded strum_macros v0.24.3
8102026-02-19T21:20:39.828Z Downloaded structmeta v0.3.0
8112026-02-19T21:20:39.828Z Downloaded sqlformat v0.3.5
8122026-02-19T21:20:39.828Z Downloaded socket2 v0.6.1
8132026-02-19T21:20:39.828Z Downloaded socket2 v0.5.10
8142026-02-19T21:20:39.852Z Downloaded snafu-derive v0.8.5
8152026-02-19T21:20:39.852Z Downloaded slog v2.8.2
8162026-02-19T21:20:39.852Z Downloaded signal-hook v0.3.18
8172026-02-19T21:20:39.852Z Downloaded shlex v1.3.0
8182026-02-19T21:20:39.852Z Downloaded schemars v1.0.4
8192026-02-19T21:20:39.882Z Downloaded samael v0.0.19
8202026-02-19T21:20:39.882Z Downloaded rcgen v0.12.1
8212026-02-19T21:20:39.907Z Downloaded rayon v1.10.0
8222026-02-19T21:20:39.907Z Downloaded postgres-types v0.2.9
8232026-02-19T21:20:39.907Z Downloaded nix v0.28.0
8242026-02-19T21:20:39.931Z Downloaded mio v1.0.2
8252026-02-19T21:20:39.931Z Downloaded lalrpop v0.19.12
8262026-02-19T21:20:39.955Z Downloaded trait-variant v0.1.2
8272026-02-19T21:20:39.955Z Downloaded tower-service v0.3.3
8282026-02-19T21:20:39.955Z Downloaded tower-layer v0.3.3
8292026-02-19T21:20:39.955Z Downloaded tinyvec_macros v0.1.1
8302026-02-19T21:20:39.955Z Downloaded thread-id v5.0.0
8312026-02-19T21:20:39.955Z Downloaded termtree v0.5.1
8322026-02-19T21:20:39.955Z Downloaded termios v0.3.3
8332026-02-19T21:20:39.955Z Downloaded tabled_derive v0.10.0
8342026-02-19T21:20:39.955Z Downloaded sync-ptr v0.1.4
8352026-02-19T21:20:39.955Z Downloaded supports-color v3.0.2
8362026-02-19T21:20:39.955Z Downloaded strum_macros v0.26.4
8372026-02-19T21:20:39.979Z Downloaded strum v0.27.2
8382026-02-19T21:20:39.979Z Downloaded strum v0.26.3
8392026-02-19T21:20:39.979Z Downloaded stringprep v0.1.5
8402026-02-19T21:20:39.979Z Downloaded static_assertions v1.1.0
8412026-02-19T21:20:39.979Z Downloaded ssh-cipher v0.2.0
8422026-02-19T21:20:39.979Z Downloaded spki v0.7.3
8432026-02-19T21:20:39.979Z Downloaded spin v0.9.8
8442026-02-19T21:20:39.979Z Downloaded smf v0.2.3
8452026-02-19T21:20:39.979Z Downloaded slog-term v2.9.2
8462026-02-19T21:20:39.979Z Downloaded slog-json v2.6.1
8472026-02-19T21:20:39.979Z Downloaded slog-dtrace v0.3.0
8482026-02-19T21:20:40.004Z Downloaded similar v2.7.0
8492026-02-19T21:20:40.005Z Downloaded serde_urlencoded v0.7.1
8502026-02-19T21:20:40.005Z Downloaded serde_spanned v1.0.4
8512026-02-19T21:20:40.005Z Downloaded serde_repr v0.1.19
8522026-02-19T21:20:40.005Z Downloaded serde_plain v1.0.2
8532026-02-19T21:20:40.005Z Downloaded serde_derive_internals v0.29.1
8542026-02-19T21:20:40.005Z Downloaded serde_cbor v0.11.2
8552026-02-19T21:20:40.030Z Downloaded serde_bytes v0.11.19
8562026-02-19T21:20:40.030Z Downloaded serde-hex v0.1.0
8572026-02-19T21:20:40.030Z Downloaded serde-big-array v0.5.1
8582026-02-19T21:20:40.030Z Downloaded seq-macro v0.3.6
8592026-02-19T21:20:40.030Z Downloaded semver v0.1.20
8602026-02-19T21:20:40.030Z Downloaded rsa v0.9.8
8612026-02-19T21:20:40.030Z Downloaded take_mut v0.2.2
8622026-02-19T21:20:40.030Z Downloaded tagptr v0.2.0
8632026-02-19T21:20:40.054Z Downloaded tabwriter v1.4.0
8642026-02-19T21:20:40.054Z Downloaded tabled_derive v0.11.0
8652026-02-19T21:20:40.054Z Downloaded sync_wrapper v1.0.1
8662026-02-19T21:20:40.054Z Downloaded subtle v2.6.1
8672026-02-19T21:20:40.054Z Downloaded slog-scope v4.4.0
8682026-02-19T21:20:40.054Z Downloaded schemars v0.9.0
8692026-02-19T21:20:40.078Z Downloaded ryu v1.0.18
8702026-02-19T21:20:40.078Z Downloaded rustls-pki-types v1.10.0
8712026-02-19T21:20:40.102Z Downloaded rustls-pemfile v1.0.4
8722026-02-19T21:20:40.102Z Downloaded rustc-hash v1.1.0
8732026-02-19T21:20:40.102Z Downloaded quinn-udp v0.5.5
8742026-02-19T21:20:40.102Z Downloaded papergrid v0.17.0
8752026-02-19T21:20:40.102Z Downloaded moka v0.12.10
8762026-02-19T21:20:40.128Z Downloaded ssh-encoding v0.2.0
8772026-02-19T21:20:40.128Z Downloaded smallvec v0.6.14
8782026-02-19T21:20:40.128Z Downloaded slog-stdlog v4.1.1
8792026-02-19T21:20:40.128Z Downloaded slog-async v2.8.0
8802026-02-19T21:20:40.128Z Downloaded slab v0.4.9
8812026-02-19T21:20:40.128Z Downloaded simd-adler32 v0.3.7
8822026-02-19T21:20:40.128Z Downloaded sigpipe v0.1.3
8832026-02-19T21:20:40.128Z Downloaded shell-words v1.1.0
8842026-02-19T21:20:40.128Z Downloaded serde_path_to_error v0.1.20
8852026-02-19T21:20:40.128Z Downloaded schemars v0.8.22
8862026-02-19T21:20:40.152Z Downloaded rtoolbox v0.0.2
8872026-02-19T21:20:40.152Z Downloaded ron v0.8.1
8882026-02-19T21:20:40.176Z Downloaded rand_seeder v0.4.0
8892026-02-19T21:20:40.176Z Downloaded qorb v0.4.1
8902026-02-19T21:20:40.176Z Downloaded pretty_assertions v1.4.1
8912026-02-19T21:20:40.176Z Downloaded postcard v1.0.10
8922026-02-19T21:20:40.208Z Downloaded parking_lot v0.11.2
8932026-02-19T21:20:40.209Z Downloaded slog-bunyan v2.5.0
8942026-02-19T21:20:40.209Z Downloaded siphasher v0.3.11
8952026-02-19T21:20:40.209Z Downloaded signal-hook-registry v1.4.2
8962026-02-19T21:20:40.209Z Downloaded sct v0.7.1
8972026-02-19T21:20:40.209Z Downloaded schemars_derive v0.8.22
8982026-02-19T21:20:40.209Z Downloaded rustversion v1.0.22
8992026-02-19T21:20:40.209Z Downloaded russh-keys v0.45.0
9002026-02-19T21:20:40.236Z Downloaded russh-cryptovec v0.7.3
9012026-02-19T21:20:40.236Z Downloaded ron v0.7.1
9022026-02-19T21:20:40.236Z Downloaded rayon-core v1.12.1
9032026-02-19T21:20:40.236Z Downloaded rand_core v0.6.4
9042026-02-19T21:20:40.236Z Downloaded rand v0.9.2
9052026-02-19T21:20:40.236Z Downloaded rand v0.8.5
9062026-02-19T21:20:40.236Z Downloaded pkcs8 v0.10.2
9072026-02-19T21:20:40.236Z Downloaded nu-ansi-term v0.50.1
9082026-02-19T21:20:40.236Z Downloaded gimli v0.31.1
9092026-02-19T21:20:40.260Z Downloaded signature v2.2.0
9102026-02-19T21:20:40.260Z Downloaded signal-hook-tokio v0.3.1
9112026-02-19T21:20:40.260Z Downloaded signal-hook-mio v0.2.4
9122026-02-19T21:20:40.260Z Downloaded sha1 v0.10.6
9132026-02-19T21:20:40.260Z Downloaded secrecy v0.8.0
9142026-02-19T21:20:40.260Z Downloaded sec1 v0.7.3
9152026-02-19T21:20:40.260Z Downloaded scroll_derive v0.13.1
9162026-02-19T21:20:40.260Z Downloaded scroll v0.13.0
9172026-02-19T21:20:40.260Z Downloaded scopeguard v1.2.0
9182026-02-19T21:20:40.260Z Downloaded rusty-fork v0.3.0
9192026-02-19T21:20:40.285Z Downloaded radium v0.7.0
9202026-02-19T21:20:40.285Z Downloaded quick-error v1.2.3
9212026-02-19T21:20:40.285Z Downloaded progenitor-impl v0.11.2
9222026-02-19T21:20:40.285Z Downloaded prettyplease v0.2.36
9232026-02-19T21:20:40.285Z Downloaded prefix-trie v0.7.0
9242026-02-19T21:20:40.285Z Downloaded ppv-lite86 v0.2.20
9252026-02-19T21:20:40.285Z Downloaded poly1305 v0.8.0
9262026-02-19T21:20:40.285Z Downloaded parse-display-derive v0.10.0
9272026-02-19T21:20:40.312Z Downloaded parse-display v0.10.0
9282026-02-19T21:20:40.312Z Downloaded oxide-tokio-rt v0.1.2
9292026-02-19T21:20:40.312Z Downloaded object v0.30.4
9302026-02-19T21:20:40.312Z Downloaded itertools v0.14.0
9312026-02-19T21:20:40.336Z Downloaded itertools v0.12.1
9322026-02-19T21:20:40.336Z Downloaded hkdf v0.12.4
9332026-02-19T21:20:40.336Z Downloaded scrypt v0.11.0
9342026-02-19T21:20:40.336Z Downloaded scheduled-thread-pool v0.2.7
9352026-02-19T21:20:40.336Z Downloaded sapling-renderdag v0.1.0
9362026-02-19T21:20:40.407Z Downloaded same-file v1.0.6
9372026-02-19T21:20:40.407Z Downloaded salsa20 v0.10.2
9382026-02-19T21:20:40.407Z Downloaded rustls-pemfile v2.2.0
9392026-02-19T21:20:40.407Z Downloaded rustls-native-certs v0.8.1
9402026-02-19T21:20:40.407Z Downloaded rustc_version v0.4.1
9412026-02-19T21:20:40.407Z Downloaded rustc-demangle v0.1.24
9422026-02-19T21:20:40.407Z Downloaded resolv-conf v0.7.0
9432026-02-19T21:20:40.407Z Downloaded quinn v0.11.5
9442026-02-19T21:20:40.407Z Downloaded publicsuffix v2.3.0
9452026-02-19T21:20:40.432Z Downloaded progenitor-impl v0.10.0
9462026-02-19T21:20:40.432Z Downloaded progenitor-impl v0.8.0
9472026-02-19T21:20:40.432Z Downloaded progenitor v0.10.0
9482026-02-19T21:20:40.432Z Downloaded predicates-core v1.0.8
9492026-02-19T21:20:40.432Z Downloaded pin-project v1.1.6
9502026-02-19T21:20:40.432Z Downloaded pem v3.0.5
9512026-02-19T21:20:40.432Z Downloaded num-derive v0.3.3
9522026-02-19T21:20:40.432Z Downloaded nonempty v0.12.0
9532026-02-19T21:20:40.432Z Downloaded newtype-uuid-macros v0.1.0
9542026-02-19T21:20:40.432Z Downloaded multimap v0.10.1
9552026-02-19T21:20:40.432Z Downloaded itertools v0.13.0
9562026-02-19T21:20:40.432Z Downloaded itertools v0.10.5
9572026-02-19T21:20:40.432Z Downloaded iri-string v0.7.8
9582026-02-19T21:20:40.458Z Downloaded iddqd v0.3.16
9592026-02-19T21:20:40.458Z Downloaded hickory-server v0.25.2
9602026-02-19T21:20:40.458Z Downloaded goblin v0.10.2
9612026-02-19T21:20:40.483Z Downloaded git2 v0.20.2
9622026-02-19T21:20:40.483Z Downloaded chrono v0.4.43
9632026-02-19T21:20:40.507Z Downloaded bindgen v0.69.5
9642026-02-19T21:20:40.507Z Downloaded rustc-hash v2.1.1
9652026-02-19T21:20:40.507Z Downloaded rfc6979 v0.4.0
9662026-02-19T21:20:40.507Z Downloaded ref-cast-impl v1.0.25
9672026-02-19T21:20:40.507Z Downloaded ref-cast v1.0.25
9682026-02-19T21:20:40.507Z Downloaded rand_xorshift v0.4.0
9692026-02-19T21:20:40.507Z Downloaded rand_core v0.9.3
9702026-02-19T21:20:40.507Z Downloaded rand_chacha v0.9.0
9712026-02-19T21:20:40.507Z Downloaded rand_chacha v0.3.1
9722026-02-19T21:20:40.531Z Downloaded r2d2 v0.8.10
9732026-02-19T21:20:40.531Z Downloaded psl-types v2.0.11
9742026-02-19T21:20:40.531Z Downloaded progenitor-macro v0.11.2
9752026-02-19T21:20:40.531Z Downloaded progenitor-macro v0.10.0
9762026-02-19T21:20:40.531Z Downloaded progenitor-macro v0.8.0
9772026-02-19T21:20:40.532Z Downloaded progenitor-client v0.11.2
9782026-02-19T21:20:40.532Z Downloaded progenitor-client v0.10.0
9792026-02-19T21:20:40.532Z Downloaded progenitor-client v0.8.0
9802026-02-19T21:20:40.532Z Downloaded progenitor v0.11.2
9812026-02-19T21:20:40.532Z Downloaded progenitor v0.8.0
9822026-02-19T21:20:40.532Z Downloaded proc-macro-error2 v2.0.1
9832026-02-19T21:20:40.532Z Downloaded primeorder v0.13.6
9842026-02-19T21:20:40.532Z Downloaded predicates-tree v1.0.12
9852026-02-19T21:20:40.532Z Downloaded predicates v3.1.3
9862026-02-19T21:20:40.556Z Downloaded precomputed-hash v0.1.1
9872026-02-19T21:20:40.556Z Downloaded phf_shared v0.12.1
9882026-02-19T21:20:40.556Z Downloaded phf v0.12.1
9892026-02-19T21:20:40.556Z Downloaded phf v0.11.2
9902026-02-19T21:20:40.556Z Downloaded peg-macros v0.8.5
9912026-02-19T21:20:40.556Z Downloaded peg v0.8.5
9922026-02-19T21:20:40.556Z Downloaded pbkdf2 v0.12.2
9932026-02-19T21:20:40.556Z Downloaded password-hash v0.5.0
9942026-02-19T21:20:40.556Z Downloaded password-hash v0.4.2
9952026-02-19T21:20:40.580Z Downloaded p521 v0.13.3
9962026-02-19T21:20:40.581Z Downloaded oso v0.27.3
9972026-02-19T21:20:40.581Z Downloaded openssl-sys v0.9.109
9982026-02-19T21:20:40.581Z Downloaded num_threads v0.1.7
9992026-02-19T21:20:40.581Z Downloaded num_enum_derive v0.5.11
10002026-02-19T21:20:40.581Z Downloaded num-integer v0.1.46
10012026-02-19T21:20:40.605Z Downloaded nix v0.29.0
10022026-02-19T21:20:40.605Z Downloaded newtype-uuid v1.3.2
10032026-02-19T21:20:40.605Z Downloaded minimal-lexical v0.2.1
10042026-02-19T21:20:40.605Z Downloaded libsw-core v0.3.1
10052026-02-19T21:20:40.630Z Downloaded hyper-util v0.1.19
10062026-02-19T21:20:40.630Z Downloaded h2 v0.4.6
10072026-02-19T21:20:40.630Z Downloaded proc-macro-crate v1.3.1
10082026-02-19T21:20:40.630Z Downloaded pretty-hex v0.2.1
10092026-02-19T21:20:40.630Z Downloaded polyval v0.6.2
10102026-02-19T21:20:40.630Z Downloaded pkcs5 v0.7.1
10112026-02-19T21:20:40.654Z Downloaded pkcs1 v0.7.5
10122026-02-19T21:20:40.654Z Downloaded pin-utils v0.1.0
10132026-02-19T21:20:40.654Z Downloaded pin-project-lite v0.2.14
10142026-02-19T21:20:40.654Z Downloaded pin-project-internal v1.1.6
10152026-02-19T21:20:40.654Z Downloaded phf_shared v0.11.2
10162026-02-19T21:20:40.654Z Downloaded pem-rfc7468 v0.7.0
10172026-02-19T21:20:40.654Z Downloaded peg-runtime v0.8.5
10182026-02-19T21:20:40.654Z Downloaded pbkdf2 v0.11.0
10192026-02-19T21:20:40.678Z Downloaded path-slash v0.1.5
10202026-02-19T21:20:40.678Z Downloaded paste v1.0.15
10212026-02-19T21:20:40.678Z Downloaded parse-size v1.1.0
10222026-02-19T21:20:40.678Z Downloaded parking_lot v0.12.3
10232026-02-19T21:20:40.678Z Downloaded papergrid v0.14.0
10242026-02-19T21:20:40.678Z Downloaded packed_struct v0.10.1
10252026-02-19T21:20:40.678Z Downloaded p256 v0.13.2
10262026-02-19T21:20:40.679Z Downloaded omicron-zone-package v0.12.2
10272026-02-19T21:20:40.703Z Downloaded olpc-cjson v0.1.4
10282026-02-19T21:20:40.703Z Downloaded nodrop v0.1.14
10292026-02-19T21:20:40.703Z Downloaded miniz_oxide v0.8.5
10302026-02-19T21:20:40.703Z Downloaded memmap2 v0.9.8
10312026-02-19T21:20:40.703Z Downloaded lock_api v0.4.12
10322026-02-19T21:20:40.703Z Downloaded libxml v0.3.3
10332026-02-19T21:20:40.703Z Downloaded libscf-sys v1.1.0
10342026-02-19T21:20:40.703Z Downloaded libm v0.2.8
10352026-02-19T21:20:40.728Z Downloaded libefi-sys v0.1.0
10362026-02-19T21:20:40.728Z Downloaded lalrpop-util v0.19.12
10372026-02-19T21:20:40.728Z Downloaded jiff-static v0.2.15
10382026-02-19T21:20:40.728Z Downloaded indicatif v0.18.0
10392026-02-19T21:20:40.752Z Downloaded indicatif v0.17.11
10402026-02-19T21:20:40.752Z Downloaded ignore v0.4.23
10412026-02-19T21:20:40.752Z Downloaded humantime v2.2.0
10422026-02-19T21:20:40.752Z Downloaded futures-task v0.3.31
10432026-02-19T21:20:40.776Z Downloaded futures v0.3.31
10442026-02-19T21:20:40.776Z Downloaded flate2 v1.1.2
10452026-02-19T21:20:40.776Z Downloaded env_logger v0.11.8
10462026-02-19T21:20:40.801Z Downloaded ed25519-dalek v2.1.1
10472026-02-19T21:20:40.801Z Downloaded dsl_auto_type v0.1.2
10482026-02-19T21:20:40.801Z Downloaded postgres-protocol v0.6.8
10492026-02-19T21:20:40.801Z Downloaded pkg-config v0.3.31
10502026-02-19T21:20:40.801Z Downloaded parking_lot_core v0.8.6
10512026-02-19T21:20:40.801Z Downloaded oxnet v0.1.4
10522026-02-19T21:20:40.801Z Downloaded owo-colors v4.2.3
10532026-02-19T21:20:40.826Z Downloaded oso-derive v0.27.3
10542026-02-19T21:20:40.826Z Downloaded opaque-debug v0.3.1
10552026-02-19T21:20:40.826Z Downloaded num-rational v0.4.2
10562026-02-19T21:20:40.856Z Downloaded num-complex v0.4.6
10572026-02-19T21:20:40.856Z Downloaded nom v7.1.3
10582026-02-19T21:20:40.880Z Downloaded nanorand v0.7.0
10592026-02-19T21:20:40.880Z Downloaded mime v0.3.17
10602026-02-19T21:20:40.880Z Downloaded lru-cache v0.1.2
10612026-02-19T21:20:40.880Z Downloaded litrs v0.4.1
10622026-02-19T21:20:40.880Z Downloaded linked-hash-map v0.5.6
10632026-02-19T21:20:40.880Z Downloaded linear-map v1.2.0
10642026-02-19T21:20:40.905Z Downloaded libz-rs-sys v0.5.1
10652026-02-19T21:20:40.905Z Downloaded hickory-resolver v0.25.2
10662026-02-19T21:20:40.905Z Downloaded hashbrown v0.15.4
10672026-02-19T21:20:40.905Z Downloaded futures-macro v0.3.31
10682026-02-19T21:20:40.905Z Downloaded futures-executor v0.3.31
10692026-02-19T21:20:40.930Z Downloaded ff v0.13.0
10702026-02-19T21:20:40.930Z Downloaded fd-lock v4.0.2
10712026-02-19T21:20:40.930Z Downloaded ecdsa v0.16.9
10722026-02-19T21:20:40.930Z Downloaded dunce v1.0.5
10732026-02-19T21:20:40.930Z Downloaded dropshot_endpoint v0.16.7
10742026-02-19T21:20:40.954Z Downloaded deranged v0.5.3
10752026-02-19T21:20:40.954Z Downloaded der v0.7.10
10762026-02-19T21:20:40.954Z Downloaded defmt v0.3.8
10772026-02-19T21:20:40.954Z Downloaded darling_core v0.21.0
10782026-02-19T21:20:40.979Z Downloaded daft-derive v0.1.4
10792026-02-19T21:20:40.979Z Downloaded crossbeam-deque v0.8.5
10802026-02-19T21:20:41.003Z Downloaded bitvec v1.0.1
10812026-02-19T21:20:41.028Z Downloaded packed_struct_codegen v0.10.1
10822026-02-19T21:20:41.028Z Downloaded openssl-probe v0.1.5
10832026-02-19T21:20:41.028Z Downloaded openssl-macros v0.1.1
10842026-02-19T21:20:41.028Z Downloaded number_prefix v0.4.0
10852026-02-19T21:20:41.028Z Downloaded num-conv v0.1.0
10862026-02-19T21:20:41.028Z Downloaded num-bigint v0.4.6
10872026-02-19T21:20:41.052Z Downloaded num v0.4.3
10882026-02-19T21:20:41.052Z Downloaded nibble_vec v0.1.0
10892026-02-19T21:20:41.052Z Downloaded newline-converter v0.3.0
10902026-02-19T21:20:41.052Z Downloaded mime_guess v2.0.5
10912026-02-19T21:20:41.052Z Downloaded memoffset v0.9.1
10922026-02-19T21:20:41.052Z Downloaded md5 v0.7.0
10932026-02-19T21:20:41.052Z Downloaded md-5 v0.10.6
10942026-02-19T21:20:41.052Z Downloaded aws-lc-sys v0.26.0
10952026-02-19T21:20:41.367Z Downloaded maybe-uninit v2.0.0
10962026-02-19T21:20:41.392Z Downloaded match_cfg v0.1.0
10972026-02-19T21:20:41.392Z Downloaded maplit v1.0.2
10982026-02-19T21:20:41.392Z Downloaded managed v0.8.0
10992026-02-19T21:20:41.392Z Downloaded lzss v0.8.2
11002026-02-19T21:20:41.392Z Downloaded lru v0.12.5
11012026-02-19T21:20:41.392Z Downloaded lockfree-object-pool v0.1.6
11022026-02-19T21:20:41.392Z Downloaded lazy_static v1.5.0
11032026-02-19T21:20:41.392Z Downloaded jobserver v0.1.32
11042026-02-19T21:20:41.392Z Downloaded ingot-types v0.1.2
11052026-02-19T21:20:41.392Z Downloaded ingot-macros v0.1.1
11062026-02-19T21:20:41.392Z Downloaded indoc v2.0.6
11072026-02-19T21:20:41.416Z Downloaded indexmap v1.9.3
11082026-02-19T21:20:41.416Z Downloaded httparse v1.9.5
11092026-02-19T21:20:41.416Z Downloaded http v1.4.0
11102026-02-19T21:20:41.416Z Downloaded home v0.5.9
11112026-02-19T21:20:41.416Z Downloaded hickory-resolver v0.24.4
11122026-02-19T21:20:41.416Z Downloaded foreign-types-shared v0.3.1
11132026-02-19T21:20:41.416Z Downloaded foreign-types-shared v0.1.1
11142026-02-19T21:20:41.416Z Downloaded foldhash v0.1.5
11152026-02-19T21:20:41.416Z Downloaded fixedbitset v0.4.2
11162026-02-19T21:20:41.417Z Downloaded expectorate v1.2.0
11172026-02-19T21:20:41.440Z Downloaded dirs-next v2.0.0
11182026-02-19T21:20:41.440Z Downloaded diff v0.1.13
11192026-02-19T21:20:41.440Z Downloaded diesel_derives v2.2.3
11202026-02-19T21:20:41.465Z Downloaded derive_builder_core v0.20.2
11212026-02-19T21:20:41.465Z Downloaded defmt-macros v0.3.9
11222026-02-19T21:20:41.465Z Downloaded darling v0.21.0
11232026-02-19T21:20:41.465Z Downloaded ctr v0.9.2
11242026-02-19T21:20:41.489Z Downloaded csv v1.3.1
11252026-02-19T21:20:41.514Z Downloaded crossterm v0.29.0
11262026-02-19T21:20:41.538Z Downloaded blake3 v1.5.4
11272026-02-19T21:20:41.563Z Downloaded aws-lc-rs v1.12.4
11282026-02-19T21:20:41.589Z Downloaded aes v0.8.4
11292026-02-19T21:20:41.613Z Downloaded num-iter v0.1.45
11302026-02-19T21:20:41.613Z Downloaded num-derive v0.4.2
11312026-02-19T21:20:41.613Z Downloaded normalize-line-endings v0.3.0
11322026-02-19T21:20:41.613Z Downloaded newtype_derive v0.1.6
11332026-02-19T21:20:41.613Z Downloaded new_debug_unreachable v1.0.6
11342026-02-19T21:20:41.637Z Downloaded native-tls v0.2.12
11352026-02-19T21:20:41.637Z Downloaded multer v3.1.0
11362026-02-19T21:20:41.637Z Downloaded keccak v0.1.5
11372026-02-19T21:20:41.637Z Downloaded is_ci v1.2.0
11382026-02-19T21:20:41.637Z Downloaded ipnetwork v0.21.1
11392026-02-19T21:20:41.661Z Downloaded ipnet v2.11.0
11402026-02-19T21:20:41.661Z Downloaded internet-checksum v0.2.1
11412026-02-19T21:20:41.661Z Downloaded instability v0.3.2
11422026-02-19T21:20:41.662Z Downloaded inout v0.1.3
11432026-02-19T21:20:41.662Z Downloaded ingot v0.1.1
11442026-02-19T21:20:41.662Z Downloaded indoc v1.0.9
11452026-02-19T21:20:41.686Z Downloaded indent_write v2.2.0
11462026-02-19T21:20:41.687Z Downloaded impl-trait-for-tuples v0.2.2
11472026-02-19T21:20:41.687Z Downloaded iana-time-zone v0.1.63
11482026-02-19T21:20:41.687Z Downloaded hyper-tls v0.6.0
11492026-02-19T21:20:41.687Z Downloaded hyper-staticfile v0.10.1
11502026-02-19T21:20:41.712Z Downloaded hyper-rustls v0.27.7
11512026-02-19T21:20:41.712Z Downloaded hubpack v0.1.2
11522026-02-19T21:20:41.712Z Downloaded http-range v0.1.5
11532026-02-19T21:20:41.712Z Downloaded heapless v0.8.0
11542026-02-19T21:20:41.712Z Downloaded heapless v0.7.17
11552026-02-19T21:20:41.736Z Downloaded hashbrown v0.13.2
11562026-02-19T21:20:41.736Z Downloaded hashbrown v0.12.3
11572026-02-19T21:20:41.736Z Downloaded futures-util v0.3.31
11582026-02-19T21:20:41.760Z Downloaded futures-channel v0.3.31
11592026-02-19T21:20:41.760Z Downloaded diesel v2.2.12
11602026-02-19T21:20:41.784Z Downloaded curve25519-dalek v4.1.3
11612026-02-19T21:20:41.809Z Downloaded csv-core v0.1.11
11622026-02-19T21:20:41.809Z Downloaded crossterm v0.28.1
11632026-02-19T21:20:41.810Z Downloaded aes-gcm v0.10.3
11642026-02-19T21:20:41.810Z Downloaded libloading v0.8.5
11652026-02-19T21:20:41.810Z Downloaded lazycell v1.3.0
11662026-02-19T21:20:41.810Z Downloaded kstat-rs v0.2.4
11672026-02-19T21:20:41.810Z Downloaded is-terminal v0.4.13
11682026-02-19T21:20:41.810Z Downloaded instant v0.1.13
11692026-02-19T21:20:41.810Z Downloaded ident_case v1.0.1
11702026-02-19T21:20:41.835Z Downloaded hyper v1.8.1
11712026-02-19T21:20:41.835Z Downloaded hmac v0.12.1
11722026-02-19T21:20:41.835Z Downloaded highway v1.3.0
11732026-02-19T21:20:41.835Z Downloaded hickory-client v0.25.2
11742026-02-19T21:20:41.835Z Downloaded hex v0.4.3
11752026-02-19T21:20:41.835Z Downloaded headers v0.4.1
11762026-02-19T21:20:41.835Z Downloaded funty v2.0.0
11772026-02-19T21:20:41.835Z Downloaded fs-err v2.11.0
11782026-02-19T21:20:41.859Z Downloaded fatfs v0.3.6
11792026-02-19T21:20:41.859Z Downloaded endian-type v0.1.2
11802026-02-19T21:20:41.859Z Downloaded ed25519 v2.2.3
11812026-02-19T21:20:41.859Z Downloaded dyn-clone v1.0.20
11822026-02-19T21:20:41.859Z Downloaded dropshot-api-manager v0.3.0
11832026-02-19T21:20:41.859Z Downloaded drift v0.1.3
11842026-02-19T21:20:41.859Z Downloaded des v0.8.1
11852026-02-19T21:20:41.859Z Downloaded derive_more v2.0.1
11862026-02-19T21:20:41.883Z Downloaded derive_builder_macro v0.20.2
11872026-02-19T21:20:41.883Z Downloaded derive-where v1.5.0
11882026-02-19T21:20:41.883Z Downloaded crypto-bigint v0.5.5
11892026-02-19T21:20:41.883Z Downloaded cc v1.2.30
11902026-02-19T21:20:41.907Z Downloaded httpdate v1.0.3
11912026-02-19T21:20:41.907Z Downloaded http-body-util v0.1.3
11922026-02-19T21:20:41.907Z Downloaded http-body v1.0.1
11932026-02-19T21:20:41.907Z Downloaded hostname v0.4.2
11942026-02-19T21:20:41.907Z Downloaded hostname v0.3.1
11952026-02-19T21:20:41.907Z Downloaded hex-literal v0.4.1
11962026-02-19T21:20:41.907Z Downloaded heck v0.3.3
11972026-02-19T21:20:41.908Z Downloaded headers-core v0.3.0
11982026-02-19T21:20:41.908Z Downloaded half v2.4.1
11992026-02-19T21:20:41.908Z Downloaded half v1.8.3
12002026-02-19T21:20:41.908Z Downloaded group v0.13.0
12012026-02-19T21:20:41.908Z Downloaded globset v0.4.15
12022026-02-19T21:20:41.932Z Downloaded glob v0.3.2
12032026-02-19T21:20:41.932Z Downloaded getrandom v0.2.15
12042026-02-19T21:20:41.932Z Downloaded gethostname v0.5.0
12052026-02-19T21:20:41.932Z Downloaded fxhash v0.2.1
12062026-02-19T21:20:41.932Z Downloaded futures-sink v0.3.31
12072026-02-19T21:20:41.932Z Downloaded futures-io v0.3.31
12082026-02-19T21:20:41.932Z Downloaded futures-core v0.3.31
12092026-02-19T21:20:41.932Z Downloaded fs_extra v1.3.0
12102026-02-19T21:20:41.932Z Downloaded foreign-types-macros v0.2.3
12112026-02-19T21:20:41.932Z Downloaded foreign-types v0.5.0
12122026-02-19T21:20:41.932Z Downloaded foreign-types v0.3.2
12132026-02-19T21:20:41.932Z Downloaded foldhash v0.2.0
12142026-02-19T21:20:41.932Z Downloaded flume v0.11.1
12152026-02-19T21:20:41.932Z Downloaded float-ord v0.3.2
12162026-02-19T21:20:41.933Z Downloaded float-cmp v0.10.0
12172026-02-19T21:20:41.933Z Downloaded flagset v0.4.6
12182026-02-19T21:20:41.960Z Downloaded fixedbitset v0.5.7
12192026-02-19T21:20:41.960Z Downloaded filetime v0.2.26
12202026-02-19T21:20:41.960Z Downloaded fallible-iterator v0.2.0
12212026-02-19T21:20:41.960Z Downloaded erased-serde v0.3.31
12222026-02-19T21:20:41.960Z Downloaded env_filter v0.1.2
12232026-02-19T21:20:41.960Z Downloaded enum-as-inner v0.6.1
12242026-02-19T21:20:41.960Z Downloaded ena v0.14.3
12252026-02-19T21:20:41.960Z Downloaded embedded-io v0.4.0
12262026-02-19T21:20:41.960Z Downloaded elliptic-curve v0.13.8
12272026-02-19T21:20:41.960Z Downloaded either v1.15.0
12282026-02-19T21:20:41.960Z Downloaded dtrace-parser v0.3.0
12292026-02-19T21:20:41.960Z Downloaded dropshot-api-manager-types v0.3.0
12302026-02-19T21:20:41.961Z Downloaded dof v0.4.0
12312026-02-19T21:20:41.961Z Downloaded document-features v0.2.11
12322026-02-19T21:20:41.961Z Downloaded display-error-chain v0.2.2
12332026-02-19T21:20:41.985Z Downloaded dirs-sys-next v0.1.2
12342026-02-19T21:20:41.985Z Downloaded diesel-dtrace v0.4.2
12352026-02-19T21:20:41.985Z Downloaded derive_more-impl v2.0.1
12362026-02-19T21:20:41.985Z Downloaded der_derive v0.7.3
12372026-02-19T21:20:41.985Z Downloaded data-encoding v2.9.0
12382026-02-19T21:20:41.985Z Downloaded darling_macro v0.21.0
12392026-02-19T21:20:41.985Z Downloaded curve25519-dalek-derive v0.1.1
12402026-02-19T21:20:41.985Z Downloaded crossbeam-utils v0.8.21
12412026-02-19T21:20:41.985Z Downloaded crossbeam-epoch v0.9.18
12422026-02-19T21:20:41.985Z Downloaded crossbeam-channel v0.5.15
12432026-02-19T21:20:41.985Z Downloaded crc-any v2.5.0
12442026-02-19T21:20:42.010Z Downloaded const_format v0.2.34
12452026-02-19T21:20:42.010Z Downloaded compact_str v0.8.0
12462026-02-19T21:20:42.010Z Downloaded bzip2 v0.5.2
12472026-02-19T21:20:42.010Z Downloaded bytes v1.11.1
12482026-02-19T21:20:42.010Z Downloaded hash32 v0.2.1
12492026-02-19T21:20:42.010Z Downloaded globwalk v0.9.1
12502026-02-19T21:20:42.010Z Downloaded ghash v0.5.1
12512026-02-19T21:20:42.010Z Downloaded embedded-io v0.6.1
12522026-02-19T21:20:42.034Z Downloaded difflib v0.4.0
12532026-02-19T21:20:42.034Z Downloaded diesel_table_macro_syntax v0.2.0
12542026-02-19T21:20:42.034Z Downloaded derive_more v0.99.20
12552026-02-19T21:20:42.034Z Downloaded derive-ex v0.1.8
12562026-02-19T21:20:42.034Z Downloaded defmt-parser v0.3.4
12572026-02-19T21:20:42.034Z Downloaded debug-ignore v1.0.5
12582026-02-19T21:20:42.034Z Downloaded darling_macro v0.20.10
12592026-02-19T21:20:42.034Z Downloaded darling_core v0.20.10
12602026-02-19T21:20:42.034Z Downloaded darling v0.20.10
12612026-02-19T21:20:42.034Z Downloaded cstr-argument v0.1.2
12622026-02-19T21:20:42.058Z Downloaded critical-section v1.1.3
12632026-02-19T21:20:42.058Z Downloaded crc32fast v1.4.2
12642026-02-19T21:20:42.058Z Downloaded crc v3.2.1
12652026-02-19T21:20:42.058Z Downloaded corncobs v0.1.4
12662026-02-19T21:20:42.058Z Downloaded cookie_store v0.21.1
12672026-02-19T21:20:42.058Z Downloaded cookie v0.18.1
12682026-02-19T21:20:42.058Z Downloaded convert_case v0.7.1
12692026-02-19T21:20:42.058Z Downloaded constant_time_eq v0.3.1
12702026-02-19T21:20:42.058Z Downloaded const-oid v0.9.6
12712026-02-19T21:20:42.059Z Downloaded console v0.16.0
12722026-02-19T21:20:42.083Z Downloaded console v0.15.10
12732026-02-19T21:20:42.083Z Downloaded colored v3.0.0
12742026-02-19T21:20:42.083Z Downloaded colored v2.2.0
12752026-02-19T21:20:42.083Z Downloaded cmake v0.1.51
12762026-02-19T21:20:42.083Z Downloaded clang-sys v1.8.1
12772026-02-19T21:20:42.083Z Downloaded ciborium v0.2.2
12782026-02-19T21:20:42.084Z Downloaded chacha20poly1305 v0.10.1
12792026-02-19T21:20:42.084Z Downloaded chacha20 v0.9.1
12802026-02-19T21:20:42.084Z Downloaded cfg_aliases v0.1.1
12812026-02-19T21:20:42.084Z Downloaded cexpr v0.6.0
12822026-02-19T21:20:42.084Z Downloaded cbc v0.1.2
12832026-02-19T21:20:42.108Z Downloaded cassowary v0.3.0
12842026-02-19T21:20:42.108Z Downloaded cargo_metadata v0.19.2
12852026-02-19T21:20:42.108Z Downloaded cancel-safe-futures v0.1.5
12862026-02-19T21:20:42.108Z Downloaded camino-tempfile-ext v0.3.2
12872026-02-19T21:20:42.108Z Downloaded bzip2 v0.4.4
12882026-02-19T21:20:42.109Z Downloaded buf-list v1.0.3
12892026-02-19T21:20:42.109Z Downloaded blake2 v0.10.6
12902026-02-19T21:20:42.109Z Downloaded bitflags v1.3.2
12912026-02-19T21:20:42.109Z Downloaded base16ct v0.2.0
12922026-02-19T21:20:42.109Z Downloaded backtrace v0.3.74
12932026-02-19T21:20:42.133Z Downloaded adler2 v2.0.0
12942026-02-19T21:20:42.134Z Downloaded addr2line v0.24.2
12952026-02-19T21:20:42.134Z Downloaded daft v0.1.4
12962026-02-19T21:20:42.134Z Downloaded crunchy v0.2.2
12972026-02-19T21:20:42.134Z Downloaded crucible-workspace-hack v0.1.0
12982026-02-19T21:20:42.134Z Downloaded crc8 v0.1.1
12992026-02-19T21:20:42.134Z Downloaded crc-catalog v2.4.0
13002026-02-19T21:20:42.134Z Downloaded const_format_proc_macros v0.2.34
13012026-02-19T21:20:42.134Z Downloaded cobs v0.2.3
13022026-02-19T21:20:42.134Z Downloaded cipher v0.4.4
13032026-02-19T21:20:42.134Z Downloaded ciborium-ll v0.2.2
13042026-02-19T21:20:42.134Z Downloaded ciborium-io v0.2.2
13052026-02-19T21:20:42.134Z Downloaded castaway v0.2.3
13062026-02-19T21:20:42.134Z Downloaded cargo-platform v0.1.8
13072026-02-19T21:20:42.134Z Downloaded bumpalo v3.16.0
13082026-02-19T21:20:42.183Z Downloaded blowfish v0.9.1
13092026-02-19T21:20:42.184Z Downloaded bitfield-macros v0.19.2
13102026-02-19T21:20:42.184Z Downloaded bitfield v0.19.2
13112026-02-19T21:20:42.184Z Downloaded bit-vec v0.8.0
13122026-02-19T21:20:42.184Z Downloaded bit-set v0.8.0
13132026-02-19T21:20:42.184Z Downloaded bindgen v0.71.1
13142026-02-19T21:20:42.208Z Downloaded bcs v0.1.6
13152026-02-19T21:20:42.208Z Downloaded base64 v0.22.1
13162026-02-19T21:20:42.208Z Downloaded atomicwrites v0.4.4
13172026-02-19T21:20:42.208Z Downloaded async-stream v0.3.6
13182026-02-19T21:20:42.208Z Downloaded async-recursion v1.1.1
13192026-02-19T21:20:42.208Z Downloaded ascii-canvas v3.0.0
13202026-02-19T21:20:42.208Z Downloaded ahash v0.8.12
13212026-02-19T21:20:42.208Z Downloaded aead v0.5.2
13222026-02-19T21:20:42.208Z Downloaded cfg_aliases v0.2.1
13232026-02-19T21:20:42.208Z Downloaded block-padding v0.3.3
13242026-02-19T21:20:42.208Z Downloaded bitfield-struct v0.6.2
13252026-02-19T21:20:42.208Z Downloaded bit-set v0.5.3
13262026-02-19T21:20:42.208Z Downloaded bcrypt-pbkdf v0.10.0
13272026-02-19T21:20:42.208Z Downloaded base64 v0.21.7
13282026-02-19T21:20:42.208Z Downloaded base64 v0.13.1
13292026-02-19T21:20:42.209Z Downloaded backoff v0.4.0
13302026-02-19T21:20:42.209Z Downloaded atomic-waker v1.1.2
13312026-02-19T21:20:42.209Z Downloaded async-trait v0.1.89
13322026-02-19T21:20:42.209Z Downloaded async-stream-impl v0.3.6
13332026-02-19T21:20:42.209Z Downloaded async-bb8-diesel v0.2.1
13342026-02-19T21:20:42.209Z Downloaded assert_matches v1.5.0
13352026-02-19T21:20:42.209Z Downloaded arrayvec v0.7.6
13362026-02-19T21:20:42.209Z Downloaded arrayref v0.3.9
13372026-02-19T21:20:42.209Z Downloaded array-init v0.0.4
13382026-02-19T21:20:42.209Z Downloaded aho-corasick v1.1.3
13392026-02-19T21:20:42.233Z Downloaded bb8 v0.8.5
13402026-02-19T21:20:42.233Z Downloaded base64ct v1.6.0
13412026-02-19T21:20:42.233Z Downloaded atty v0.2.14
13422026-02-19T21:20:42.233Z Downloaded arc-swap v1.7.1
13432026-02-19T21:20:42.233Z Downloaded allocator-api2 v0.2.21
13442026-02-19T21:20:42.451Z Compiling value-bag v1.12.0
13452026-02-19T21:20:42.451Z Compiling lock_api v0.4.12
13462026-02-19T21:20:42.451Z Compiling scopeguard v1.2.0
13472026-02-19T21:20:42.520Z Compiling shlex v1.3.0
13482026-02-19T21:20:42.520Z Compiling smallvec v1.15.1
13492026-02-19T21:20:42.520Z Compiling syn v2.0.114
13502026-02-19T21:20:42.520Z Compiling getrandom v0.2.15
13512026-02-19T21:20:42.544Z Compiling jobserver v0.1.32
13522026-02-19T21:20:42.732Z Compiling typenum v1.17.0
13532026-02-19T21:20:42.990Z Compiling log v0.4.29
13542026-02-19T21:20:43.038Z Compiling cc v1.2.30
13552026-02-19T21:20:43.089Z Compiling rand_core v0.6.4
13562026-02-19T21:20:43.120Z Compiling generic-array v0.14.7
13572026-02-19T21:20:43.393Z Compiling subtle v2.6.1
13582026-02-19T21:20:43.485Z Compiling portable-atomic v1.11.0
13592026-02-19T21:20:43.522Z Compiling const-oid v0.9.6
13602026-02-19T21:20:43.642Z Compiling critical-section v1.1.3
13612026-02-19T21:20:43.755Z Compiling serde_json v1.0.149
13622026-02-19T21:20:43.793Z Compiling pkg-config v0.3.31
13632026-02-19T21:20:43.843Z Compiling getrandom v0.3.4
13642026-02-19T21:20:44.117Z Compiling spin v0.9.8
13652026-02-19T21:20:44.582Z Compiling regex-syntax v0.8.5
13662026-02-19T21:20:45.026Z Compiling parking_lot_core v0.9.10
13672026-02-19T21:20:45.054Z Compiling pin-project-lite v0.2.14
13682026-02-19T21:20:45.498Z Compiling rustix v0.38.37
13692026-02-19T21:20:45.559Z Compiling libm v0.2.8
13702026-02-19T21:20:45.741Z Compiling once_cell v1.21.3
13712026-02-19T21:20:46.181Z Compiling signal-hook-registry v1.4.2
13722026-02-19T21:20:46.407Z Compiling num-traits v0.2.19
13732026-02-19T21:20:46.526Z Compiling allocator-api2 v0.2.21
13742026-02-19T21:20:46.632Z Compiling parking_lot v0.12.3
13752026-02-19T21:20:47.106Z Compiling mio v1.0.2
13762026-02-19T21:20:47.812Z Compiling futures-core v0.3.31
13772026-02-19T21:20:47.812Z Compiling lazy_static v1.5.0
13782026-02-19T21:20:47.812Z Compiling aho-corasick v1.1.3
13792026-02-19T21:20:47.812Z Compiling percent-encoding v2.3.2
13802026-02-19T21:20:47.812Z Compiling socket2 v0.6.1
13812026-02-19T21:20:47.964Z Compiling slab v0.4.9
13822026-02-19T21:20:48.369Z Compiling cpufeatures v0.2.14
13832026-02-19T21:20:48.545Z Compiling either v1.15.0
13842026-02-19T21:20:48.572Z Compiling futures-sink v0.3.31
13852026-02-19T21:20:48.600Z Compiling glob v0.3.2
13862026-02-19T21:20:48.805Z Compiling futures-channel v0.3.31
13872026-02-19T21:20:48.991Z Compiling hashbrown v0.16.1
13882026-02-19T21:20:49.062Z Compiling futures-io v0.3.31
13892026-02-19T21:20:49.314Z Compiling futures-task v0.3.31
13902026-02-19T21:20:49.400Z Compiling rustversion v1.0.22
13912026-02-19T21:20:49.585Z Compiling clang-sys v1.8.1
13922026-02-19T21:20:49.679Z Compiling regex-automata v0.4.11
13932026-02-19T21:20:50.087Z Compiling pin-utils v0.1.0
13942026-02-19T21:20:50.226Z Compiling prettyplease v0.2.36
13952026-02-19T21:20:50.352Z Compiling minimal-lexical v0.2.1
13962026-02-19T21:20:50.403Z Compiling indexmap v2.13.0
13972026-02-19T21:20:50.581Z Compiling synstructure v0.13.1
13982026-02-19T21:20:50.997Z Compiling nom v7.1.3
13992026-02-19T21:20:51.047Z Compiling libloading v0.8.5
14002026-02-19T21:20:51.471Z Compiling home v0.5.9
14012026-02-19T21:20:51.704Z Compiling bindgen v0.69.5
14022026-02-19T21:20:51.749Z Compiling ident_case v1.0.1
14032026-02-19T21:20:51.945Z Compiling base64ct v1.6.0
14042026-02-19T21:20:52.264Z Compiling itertools v0.12.1
14052026-02-19T21:20:52.547Z Compiling pem-rfc7468 v0.7.0
14062026-02-19T21:20:52.676Z Compiling form_urlencoded v1.2.2
14072026-02-19T21:20:53.063Z Compiling flagset v0.4.6
14082026-02-19T21:20:53.168Z Compiling lazycell v1.3.0
14092026-02-19T21:20:53.310Z Compiling rustc-hash v1.1.0
14102026-02-19T21:20:53.390Z Compiling rand_core v0.9.3
14112026-02-19T21:20:53.491Z Compiling cmake v0.1.51
14122026-02-19T21:20:53.972Z Compiling dunce v1.0.5
14132026-02-19T21:20:54.124Z Compiling foldhash v0.1.5
14142026-02-19T21:20:54.404Z Compiling cexpr v0.6.0
14152026-02-19T21:20:54.473Z Compiling iana-time-zone v0.1.63
14162026-02-19T21:20:54.555Z Compiling fs_extra v1.3.0
14172026-02-19T21:20:54.892Z Compiling paste v1.0.15
14182026-02-19T21:20:54.916Z Compiling hashbrown v0.15.4
14192026-02-19T21:20:55.080Z Compiling rustc_version v0.4.1
14202026-02-19T21:20:55.151Z Compiling serde_derive v1.0.228
14212026-02-19T21:20:55.291Z Compiling zeroize_derive v1.4.2
14222026-02-19T21:20:55.444Z Compiling zerofrom-derive v0.1.4
14232026-02-19T21:20:55.752Z Compiling yoke-derive v0.7.4
14242026-02-19T21:20:56.081Z Compiling zerovec-derive v0.10.3
14252026-02-19T21:20:56.304Z Compiling displaydoc v0.2.5
14262026-02-19T21:20:56.732Z Compiling zeroize v1.8.1
14272026-02-19T21:20:57.819Z Compiling icu_provider_macros v1.5.0
14282026-02-19T21:20:58.321Z Compiling zerocopy-derive v0.7.35
14292026-02-19T21:20:58.390Z Compiling crypto-common v0.1.6
14302026-02-19T21:20:58.479Z Compiling block-buffer v0.10.4
14312026-02-19T21:20:58.659Z Compiling tokio-macros v2.6.0
14322026-02-19T21:20:58.776Z Compiling digest v0.10.7
14332026-02-19T21:20:58.801Z Compiling thiserror-impl v2.0.18
14342026-02-19T21:20:58.874Z Compiling zerofrom v0.1.4
14352026-02-19T21:20:59.149Z Compiling yoke v0.7.4
14362026-02-19T21:20:59.380Z Compiling hmac v0.12.1
14372026-02-19T21:20:59.526Z Compiling zerovec v0.10.4
14382026-02-19T21:20:59.671Z Compiling block-padding v0.3.3
14392026-02-19T21:21:00.005Z Compiling futures-macro v0.3.31
14402026-02-19T21:21:00.323Z Compiling inout v0.1.3
14412026-02-19T21:21:00.347Z Compiling regex v1.11.3
14422026-02-19T21:21:00.394Z Compiling zerocopy v0.7.35
14432026-02-19T21:21:00.681Z Compiling cipher v0.4.4
14442026-02-19T21:21:01.277Z Compiling sha2 v0.10.9
14452026-02-19T21:21:01.427Z Compiling der_derive v0.7.3
14462026-02-19T21:21:01.836Z Compiling tinystr v0.7.6
14472026-02-19T21:21:01.866Z Compiling icu_collections v1.5.0
14482026-02-19T21:21:01.938Z Compiling futures-util v0.3.31
14492026-02-19T21:21:02.057Z Compiling thiserror v2.0.18
14502026-02-19T21:21:02.235Z Compiling icu_locid v1.5.0
14512026-02-19T21:21:02.292Z Compiling ppv-lite86 v0.2.20
14522026-02-19T21:21:02.471Z Compiling serde v1.0.228
14532026-02-19T21:21:02.580Z Compiling pest v2.8.2
14542026-02-19T21:21:03.029Z Compiling salsa20 v0.10.2
14552026-02-19T21:21:03.064Z Compiling pbkdf2 v0.12.2
14562026-02-19T21:21:03.305Z Compiling icu_provider v1.5.0
14572026-02-19T21:21:03.350Z Compiling uuid v1.19.0
14582026-02-19T21:21:03.517Z Compiling der v0.7.10
14592026-02-19T21:21:03.714Z Compiling bitflags v2.9.4
14602026-02-19T21:21:04.210Z Compiling bytes v1.11.1
14612026-02-19T21:21:04.311Z Compiling icu_locid_transform v1.5.0
14622026-02-19T21:21:04.628Z Compiling chrono v0.4.43
14632026-02-19T21:21:04.869Z Compiling zerocopy v0.8.27
14642026-02-19T21:21:05.675Z Compiling tokio v1.49.0
14652026-02-19T21:21:05.772Z Compiling icu_properties v1.5.1
14662026-02-19T21:21:06.001Z Compiling spki v0.7.3
14672026-02-19T21:21:06.387Z Compiling vcpkg v0.2.15
14682026-02-19T21:21:06.822Z Compiling pest_meta v2.8.2
14692026-02-19T21:21:06.846Z Compiling http v1.4.0
14702026-02-19T21:21:08.077Z Compiling which v4.4.2
14712026-02-19T21:21:08.224Z Compiling openssl-sys v0.9.109
14722026-02-19T21:21:08.647Z Compiling scrypt v0.11.0
14732026-02-19T21:21:09.036Z Compiling rand_chacha v0.9.0
14742026-02-19T21:21:09.201Z Compiling cbc v0.1.2
14752026-02-19T21:21:09.229Z Compiling aes v0.8.4
14762026-02-19T21:21:09.310Z Compiling zerocopy-derive v0.8.27
14772026-02-19T21:21:09.527Z Compiling icu_normalizer v1.5.0
14782026-02-19T21:21:10.471Z Compiling idna_adapter v1.2.0
14792026-02-19T21:21:10.696Z Compiling idna v1.0.3
14802026-02-19T21:21:10.722Z Compiling pkcs5 v0.7.1
14812026-02-19T21:21:11.127Z Compiling rand v0.9.2
14822026-02-19T21:21:11.442Z Compiling url v2.5.4
14832026-02-19T21:21:11.813Z Compiling pest_generator v2.8.2
14842026-02-19T21:21:11.873Z Compiling tracing-attributes v0.1.27
14852026-02-19T21:21:12.182Z Compiling serde_derive_internals v0.29.1
14862026-02-19T21:21:12.885Z Compiling ring v0.17.14
14872026-02-19T21:21:13.145Z Compiling tracing-core v0.1.32
14882026-02-19T21:21:13.498Z Compiling aws-lc-rs v1.12.4
14892026-02-19T21:21:13.879Z Compiling rustix v1.1.3
14902026-02-19T21:21:13.951Z Compiling adler2 v2.0.0
14912026-02-19T21:21:14.192Z Compiling schemars v0.8.22
14922026-02-19T21:21:14.400Z Compiling miniz_oxide v0.8.5
14932026-02-19T21:21:14.424Z Compiling schemars_derive v0.8.22
14942026-02-19T21:21:15.042Z Compiling tokio-util v0.7.15
14952026-02-19T21:21:15.079Z Compiling tracing v0.1.40
14962026-02-19T21:21:15.607Z Compiling pest_derive v2.8.2
14972026-02-19T21:21:15.974Z Compiling pkcs8 v0.10.2
14982026-02-19T21:21:16.129Z Compiling http-body v1.0.1
14992026-02-19T21:21:16.392Z Compiling scroll_derive v0.13.1
15002026-02-19T21:21:16.525Z Compiling darling_core v0.20.10
15012026-02-19T21:21:16.656Z Compiling tinyvec_macros v0.1.1
15022026-02-19T21:21:16.775Z Compiling base64 v0.22.1
15032026-02-19T21:21:17.407Z Compiling rustls-pki-types v1.10.0
15042026-02-19T21:21:17.431Z Compiling httparse v1.9.5
15052026-02-19T21:21:17.509Z Compiling dyn-clone v1.0.20
15062026-02-19T21:21:18.224Z Compiling scroll v0.13.0
15072026-02-19T21:21:18.267Z Compiling tinyvec v1.8.0
15082026-02-19T21:21:18.895Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-02-19T21:21:19.461Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15102026-02-19T21:21:19.941Z Compiling powerfmt v0.2.0
15112026-02-19T21:21:20.018Z Compiling untrusted v0.9.0
15122026-02-19T21:21:20.265Z Compiling try-lock v0.2.5
15132026-02-19T21:21:20.326Z Compiling time-core v0.1.6
15142026-02-19T21:21:20.373Z Compiling num-conv v0.1.0
15152026-02-19T21:21:20.417Z Compiling openssl v0.10.73
15162026-02-19T21:21:20.451Z Compiling tower-service v0.3.3
15172026-02-19T21:21:20.627Z Compiling tower-layer v0.3.3
15182026-02-19T21:21:20.693Z Compiling untrusted v0.7.1
15192026-02-19T21:21:20.721Z Compiling atomic-waker v1.1.2
15202026-02-19T21:21:20.962Z Compiling foreign-types-shared v0.1.1
15212026-02-19T21:21:20.996Z Compiling openssl-probe v0.1.5
15222026-02-19T21:21:21.055Z Compiling tempfile v3.24.0
15232026-02-19T21:21:21.089Z Compiling foreign-types v0.3.2
15242026-02-19T21:21:21.126Z Compiling h2 v0.4.6
15252026-02-19T21:21:21.224Z Compiling time-macros v0.2.24
15262026-02-19T21:21:21.305Z Compiling want v0.3.1
15272026-02-19T21:21:21.636Z Compiling deranged v0.5.3
15282026-02-19T21:21:22.534Z Compiling darling_macro v0.20.10
15292026-02-19T21:21:23.386Z Compiling darling v0.20.10
15302026-02-19T21:21:23.476Z Compiling goblin v0.10.2
15312026-02-19T21:21:24.110Z Compiling ipnet v2.11.0
15322026-02-19T21:21:24.245Z Compiling openssl-macros v0.1.1
15332026-02-19T21:21:25.014Z Compiling wait-timeout v0.2.0
15342026-02-19T21:21:25.161Z Compiling quick-error v1.2.3
15352026-02-19T21:21:25.285Z Compiling httpdate v1.0.3
15362026-02-19T21:21:25.372Z Compiling usdt-impl v0.6.0
15372026-02-19T21:21:25.573Z Compiling native-tls v0.2.12
15382026-02-19T21:21:25.749Z Compiling crossbeam-utils v0.8.21
15392026-02-19T21:21:25.777Z Compiling num_threads v0.1.7
15402026-02-19T21:21:26.016Z Compiling bit-vec v0.8.0
15412026-02-19T21:21:26.040Z Compiling gimli v0.31.1
15422026-02-19T21:21:26.281Z Compiling syn v1.0.109
15432026-02-19T21:21:26.334Z Compiling rustls v0.23.19
15442026-02-19T21:21:26.511Z Compiling bit-set v0.8.0
15452026-02-19T21:21:26.778Z Compiling time v0.3.43
15462026-02-19T21:21:26.873Z Compiling rusty-fork v0.3.0
15472026-02-19T21:21:27.510Z Compiling derive_builder_core v0.20.2
15482026-02-19T21:21:29.518Z Compiling hyper v1.8.1
15492026-02-19T21:21:30.666Z Compiling addr2line v0.24.2
15502026-02-19T21:21:30.899Z Compiling dof v0.4.0
15512026-02-19T21:21:30.998Z Compiling unicode-normalization v0.1.24
15522026-02-19T21:21:31.406Z Compiling dtrace-parser v0.3.0
15532026-02-19T21:21:31.978Z Compiling signature v2.2.0
15542026-02-19T21:21:32.313Z Compiling heapless v0.7.17
15552026-02-19T21:21:32.754Z Compiling thiserror-impl v1.0.69
15562026-02-19T21:21:33.115Z Compiling scroll_derive v0.12.0
15572026-02-19T21:21:33.202Z Compiling rand_xorshift v0.4.0
15582026-02-19T21:21:33.321Z Compiling darling_core v0.21.0
15592026-02-19T21:21:33.523Z Compiling slog v2.8.2
15602026-02-19T21:21:33.884Z Compiling thread-id v5.0.0
15612026-02-19T21:21:34.037Z Compiling cookie v0.18.1
15622026-02-19T21:21:34.257Z Compiling object v0.36.5
15632026-02-19T21:21:34.418Z Compiling crc32fast v1.4.2
15642026-02-19T21:21:34.443Z Compiling unicode-properties v0.1.3
15652026-02-19T21:21:34.477Z Compiling signal-hook v0.3.18
15662026-02-19T21:21:34.790Z Compiling unarray v0.1.4
15672026-02-19T21:21:34.816Z Compiling zstd-safe v7.2.3
15682026-02-19T21:21:34.939Z Compiling unicode-bidi v0.3.17
15692026-02-19T21:21:35.008Z Compiling siphasher v0.3.11
15702026-02-19T21:21:35.034Z Compiling zlib-rs v0.5.1
15712026-02-19T21:21:35.204Z Compiling rustc-demangle v0.1.24
15722026-02-19T21:21:35.443Z Compiling anyhow v1.0.99
15732026-02-19T21:21:35.988Z Compiling thiserror v1.0.69
15742026-02-19T21:21:36.166Z Compiling stringprep v0.1.5
15752026-02-19T21:21:36.195Z Compiling phf_shared v0.11.2
15762026-02-19T21:21:36.336Z Compiling proptest v1.7.0
15772026-02-19T21:21:36.601Z Compiling scroll v0.12.0
15782026-02-19T21:21:37.283Z Compiling hyper-util v0.1.19
15792026-02-19T21:21:37.802Z Compiling derive_builder_macro v0.20.2
15802026-02-19T21:21:39.652Z Compiling darling_macro v0.21.0
15812026-02-19T21:21:39.940Z Compiling ipnetwork v0.21.1
15822026-02-19T21:21:40.541Z Compiling serde_tokenstream v0.2.2
15832026-02-19T21:21:40.830Z Compiling toml_datetime v0.6.11
15842026-02-19T21:21:41.193Z Compiling backtrace v0.3.74
15852026-02-19T21:21:41.372Z Compiling erased-serde v0.3.31
15862026-02-19T21:21:41.576Z Compiling serde_spanned v0.6.9
15872026-02-19T21:21:41.600Z Compiling rand_chacha v0.3.1
15882026-02-19T21:21:41.864Z Compiling md-5 v0.10.6
15892026-02-19T21:21:42.161Z Compiling curve25519-dalek v4.1.3
15902026-02-19T21:21:42.672Z Compiling libz-rs-sys v0.5.1
15912026-02-19T21:21:42.853Z Compiling vergen-lib v0.1.6
15922026-02-19T21:21:43.025Z Compiling num-integer v0.1.46
15932026-02-19T21:21:43.187Z Compiling sync_wrapper v1.0.1
15942026-02-19T21:21:43.403Z Compiling ff v0.13.0
15952026-02-19T21:21:43.598Z Compiling hash32 v0.2.1
15962026-02-19T21:21:43.660Z Compiling memoffset v0.9.1
15972026-02-19T21:21:43.684Z Compiling psl-types v2.0.11
15982026-02-19T21:21:43.797Z Compiling ref-cast v1.0.25
15992026-02-19T21:21:43.946Z Compiling litrs v0.4.1
16002026-02-19T21:21:44.014Z Compiling fallible-iterator v0.2.0
16012026-02-19T21:21:44.051Z Compiling smoltcp v0.9.1
16022026-02-19T21:21:44.194Z Compiling base16ct v0.2.0
16032026-02-19T21:21:44.505Z Compiling cfg_aliases v0.2.1
16042026-02-19T21:21:44.594Z Compiling num-bigint-dig v0.8.6
16052026-02-19T21:21:44.650Z Compiling nix v0.29.0
16062026-02-19T21:21:44.798Z Compiling postgres-protocol v0.6.8
16072026-02-19T21:21:44.945Z Compiling sec1 v0.7.3
16082026-02-19T21:21:45.292Z Compiling document-features v0.2.11
16092026-02-19T21:21:45.568Z Compiling publicsuffix v2.3.0
16102026-02-19T21:21:45.613Z Compiling group v0.13.0
16112026-02-19T21:21:46.005Z Compiling num-iter v0.1.45
16122026-02-19T21:21:46.033Z Compiling tower v0.5.2
16132026-02-19T21:21:46.195Z Compiling flate2 v1.1.2
16142026-02-19T21:21:46.408Z Compiling newtype-uuid v1.3.2
16152026-02-19T21:21:46.700Z Compiling rand v0.8.5
16162026-02-19T21:21:47.216Z Compiling darling v0.21.0
16172026-02-19T21:21:47.249Z Compiling oxnet v0.1.4
16182026-02-19T21:21:47.314Z Compiling derive_builder v0.20.2
16192026-02-19T21:21:47.377Z Compiling tokio-native-tls v0.3.1
16202026-02-19T21:21:47.543Z Compiling goblin v0.8.2
16212026-02-19T21:21:48.234Z Compiling rustls-native-certs v0.8.1
16222026-02-19T21:21:48.865Z Compiling webpki-roots v1.0.1
16232026-02-19T21:21:48.896Z Compiling http-body-util v0.1.3
16242026-02-19T21:21:49.115Z Compiling strum_macros v0.27.2
16252026-02-19T21:21:49.203Z Compiling terminal_size v0.4.0
16262026-02-19T21:21:49.390Z Compiling cargo-platform v0.1.8
16272026-02-19T21:21:49.503Z Compiling hkdf v0.12.4
16282026-02-19T21:21:49.528Z Compiling crypto-bigint v0.5.5
16292026-02-19T21:21:49.864Z Compiling ref-cast-impl v1.0.25
16302026-02-19T21:21:49.968Z Compiling async-trait v0.1.89
16312026-02-19T21:21:51.089Z Compiling curve25519-dalek-derive v0.1.1
16322026-02-19T21:21:51.201Z Compiling hubpack_derive v0.1.1
16332026-02-19T21:21:52.041Z Compiling daft-derive v0.1.4
16342026-02-19T21:21:52.568Z Compiling vergen v9.0.6
16352026-02-19T21:21:52.881Z Compiling ahash v0.8.12
16362026-02-19T21:21:52.959Z Compiling fs-err v3.1.1
16372026-02-19T21:21:53.264Z Compiling winnow v0.5.40
16382026-02-19T21:21:53.392Z Compiling unicode-segmentation v1.12.0
16392026-02-19T21:21:53.643Z Compiling bumpalo v3.16.0
16402026-02-19T21:21:54.243Z Compiling ryu v1.0.18
16412026-02-19T21:21:54.385Z Compiling buf-list v1.0.3
16422026-02-19T21:21:54.491Z Compiling lockfree-object-pool v0.1.6
16432026-02-19T21:21:54.758Z Compiling managed v0.8.0
16442026-02-19T21:21:54.914Z Compiling iri-string v0.7.8
16452026-02-19T21:21:55.166Z Compiling bitflags v1.3.2
16462026-02-19T21:21:55.295Z Compiling simd-adler32 v0.3.7
16472026-02-19T21:21:55.326Z Compiling clap_builder v4.5.48
16482026-02-19T21:21:55.992Z Compiling zopfli v0.8.1
16492026-02-19T21:21:57.410Z Compiling toml_edit v0.19.15
16502026-02-19T21:21:57.822Z Compiling serde_urlencoded v0.7.1
16512026-02-19T21:21:57.881Z Compiling strum v0.27.2
16522026-02-19T21:21:58.108Z Compiling dof v0.3.0
16532026-02-19T21:21:58.199Z Compiling tower-http v0.6.6
16542026-02-19T21:21:58.385Z Compiling daft v0.1.4
16552026-02-19T21:21:59.183Z Compiling elliptic-curve v0.13.8
16562026-02-19T21:21:59.284Z Compiling hubpack v0.1.2
16572026-02-19T21:21:59.937Z Compiling cargo_metadata v0.19.2
16582026-02-19T21:22:00.017Z Compiling hyper-tls v0.6.0
16592026-02-19T21:22:00.159Z Compiling signal-hook-mio v0.2.4
16602026-02-19T21:22:00.373Z Compiling cookie_store v0.21.1
16612026-02-19T21:22:02.179Z Compiling zstd v0.13.3
16622026-02-19T21:22:03.578Z Compiling serde_with_macros v3.16.1
16632026-02-19T21:22:03.651Z Compiling postgres-types v0.2.9
16642026-02-19T21:22:03.950Z Compiling usdt-attr-macro v0.6.0
16652026-02-19T21:22:04.738Z Compiling usdt-macro v0.6.0
16662026-02-19T21:22:04.835Z Compiling phf v0.11.2
16672026-02-19T21:22:05.052Z Compiling dtrace-parser v0.2.0
16682026-02-19T21:22:05.219Z Compiling ed25519 v2.2.3
16692026-02-19T21:22:05.869Z Compiling bzip2 v0.5.2
16702026-02-19T21:22:06.301Z Compiling bzip2 v0.4.4
16712026-02-19T21:22:06.385Z Compiling pkcs1 v0.7.5
16722026-02-19T21:22:06.436Z Compiling enum-as-inner v0.6.1
16732026-02-19T21:22:06.766Z Compiling clap_derive v4.5.47
16742026-02-19T21:22:07.181Z Compiling strum_macros v0.26.4
16752026-02-19T21:22:07.297Z Compiling hex v0.4.3
16762026-02-19T21:22:07.472Z Compiling serde-big-array v0.5.1
16772026-02-19T21:22:07.535Z Compiling rfc6979 v0.4.0
16782026-02-19T21:22:07.753Z Compiling bstr v1.10.0
16792026-02-19T21:22:07.778Z Compiling serde_repr v0.1.19
16802026-02-19T21:22:07.930Z Compiling float-cmp v0.10.0
16812026-02-19T21:22:07.960Z Compiling env_filter v0.1.2
16822026-02-19T21:22:08.232Z Compiling memmap2 v0.9.8
16832026-02-19T21:22:08.648Z Compiling socket2 v0.5.10
16842026-02-19T21:22:08.709Z Compiling encoding_rs v0.8.34
16852026-02-19T21:22:08.986Z Compiling normalize-line-endings v0.3.0
16862026-02-19T21:22:09.152Z Compiling precomputed-hash v0.1.1
16872026-02-19T21:22:09.338Z Compiling whoami v1.5.2
16882026-02-19T21:22:09.460Z Compiling jiff v0.2.15
16892026-02-19T21:22:09.702Z Compiling foldhash v0.2.0
16902026-02-19T21:22:10.013Z Compiling rustc-hash v2.1.1
16912026-02-19T21:22:10.211Z Compiling new_debug_unreachable v1.0.6
16922026-02-19T21:22:10.255Z Compiling keccak v0.1.5
16932026-02-19T21:22:10.346Z Compiling predicates-core v1.0.8
16942026-02-19T21:22:10.686Z Compiling fixedbitset v0.4.2
16952026-02-19T21:22:11.256Z Compiling fixedbitset v0.5.7
16962026-02-19T21:22:11.280Z Compiling static_assertions v1.1.0
16972026-02-19T21:22:11.408Z Compiling difflib v0.4.0
16982026-02-19T21:22:11.821Z Compiling mime v0.3.17
16992026-02-19T21:22:11.979Z Compiling data-encoding v2.9.0
17002026-02-19T21:22:12.338Z Compiling predicates v3.1.3
17012026-02-19T21:22:12.367Z Compiling strum v0.26.3
17022026-02-19T21:22:12.616Z Compiling petgraph v0.8.2
17032026-02-19T21:22:12.754Z Compiling hickory-proto v0.25.2
17042026-02-19T21:22:12.829Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-02-19T21:22:13.750Z Compiling clap v4.5.48
17062026-02-19T21:22:13.871Z Compiling petgraph v0.6.5
17072026-02-19T21:22:13.903Z Compiling sha3 v0.10.8
17082026-02-19T21:22:14.837Z Compiling string_cache v0.8.9
17092026-02-19T21:22:15.077Z Compiling toml_edit v0.22.27
17102026-02-19T21:22:15.351Z Compiling iddqd v0.3.16
17112026-02-19T21:22:17.464Z Compiling zip v4.2.0
17122026-02-19T21:22:17.848Z Compiling tokio-postgres v0.7.13
17132026-02-19T21:22:18.353Z Compiling similar v2.7.0
17142026-02-19T21:22:20.073Z Compiling usdt v0.6.0
17152026-02-19T21:22:20.129Z Compiling env_logger v0.11.8
17162026-02-19T21:22:20.672Z Compiling usdt-impl v0.5.0
17172026-02-19T21:22:20.701Z Compiling serde_with v3.16.1
17182026-02-19T21:22:20.935Z Compiling ecdsa v0.16.9
17192026-02-19T21:22:21.924Z Compiling rsa v0.9.8
17202026-02-19T21:22:22.180Z Compiling zip v0.6.6
17212026-02-19T21:22:22.209Z Compiling ed25519-dalek v2.1.1
17222026-02-19T21:22:23.684Z Compiling toml v0.7.8
17232026-02-19T21:22:23.844Z Compiling crossterm v0.28.1
17242026-02-19T21:22:25.313Z Compiling heck v0.4.1
17252026-02-19T21:22:25.753Z Compiling crossbeam-epoch v0.9.18
17262026-02-19T21:22:25.803Z Compiling tokio-stream v0.1.17
17272026-02-19T21:22:25.852Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-02-19T21:22:25.945Z Compiling x509-cert v0.2.5
17292026-02-19T21:22:26.156Z Compiling openapiv3 v2.2.0
17302026-02-19T21:22:26.328Z Compiling sha1 v0.10.6
17312026-02-19T21:22:26.491Z Compiling itertools v0.13.0
17322026-02-19T21:22:26.817Z Compiling itertools v0.10.5
17332026-02-19T21:22:26.950Z Compiling winnow v0.6.26
17342026-02-19T21:22:27.469Z Compiling lalrpop-util v0.19.12
17352026-02-19T21:22:27.938Z Compiling peg-runtime v0.8.5
17362026-02-19T21:22:28.536Z Compiling thread_local v1.1.8
17372026-02-19T21:22:29.135Z Compiling slog-async v2.8.0
17382026-02-19T21:22:29.538Z Compiling crossbeam-channel v0.5.15
17392026-02-19T21:22:29.654Z Compiling xattr v1.3.1
17402026-02-19T21:22:29.787Z Compiling futures-executor v0.3.31
17412026-02-19T21:22:29.997Z Compiling filetime v0.2.26
17422026-02-19T21:22:30.376Z Compiling is-terminal v0.4.13
17432026-02-19T21:22:30.404Z Compiling term v1.1.0
17442026-02-19T21:22:30.430Z Compiling take_mut v0.2.2
17452026-02-19T21:22:30.544Z Compiling tar v0.4.44
17462026-02-19T21:22:30.579Z Compiling futures v0.3.31
17472026-02-19T21:22:31.809Z Compiling slog-term v2.9.2
17482026-02-19T21:22:35.200Z Compiling aws-lc-sys v0.26.0
17492026-02-19T21:23:18.197Z Compiling rustls-webpki v0.102.8
17502026-02-19T21:23:25.669Z Compiling tokio-rustls v0.26.0
17512026-02-19T21:23:26.063Z Compiling hyper-rustls v0.27.7
17522026-02-19T21:23:26.484Z Compiling reqwest v0.12.24
17532026-02-19T21:23:32.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-02-19T21:23:32.894Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-02-19T21:23:39.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s
17562026-02-19T21:23:40.124Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-02-19T21:23:40.225ZFeb 19 21:23:39.410 INFO Starting download, target: Cockroach
17582026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Starting download, target: Clickhouse
17592026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Starting download, target: Console
17602026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Starting download, target: MaghemiteMgd
17612026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Starting download, target: DendriteStub
17622026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Starting download, target: TransceiverControl
17632026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-02-19T21:23:40.249ZFeb 19 21:23:39.412 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17652026-02-19T21:23:40.249ZFeb 19 21:23:39.413 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-02-19T21:23:40.249ZFeb 19 21:23:39.413 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-02-19T21:23:40.249ZFeb 19 21:23:39.413 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17682026-02-19T21:23:40.249ZFeb 19 21:23:39.413 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17692026-02-19T21:23:40.625ZFeb 19 21:23:39.806 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-02-19T21:23:41.287ZFeb 19 21:23:40.471 INFO Download complete, target: Console
17712026-02-19T21:23:41.694ZFeb 19 21:23:40.880 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17722026-02-19T21:23:42.356ZFeb 19 21:23:41.524 INFO Download complete, target: TransceiverControl
17732026-02-19T21:23:45.351ZFeb 19 21:23:44.537 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-02-19T21:23:45.643ZFeb 19 21:23:44.830 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17752026-02-19T21:23:52.413ZFeb 19 21:23:51.599 INFO Download complete, target: MaghemiteMgd
17762026-02-19T21:23:53.189ZFeb 19 21:23:52.376 INFO Download complete, target: DendriteStub
17772026-02-19T21:23:56.651ZFeb 19 21:23:55.838 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17782026-02-19T21:23:56.651ZFeb 19 21:23:55.839 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17792026-02-19T21:24:01.925ZFeb 19 21:24:01.114 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-02-19T21:24:10.563ZFeb 19 21:24:09.753 INFO Checking that binary works, target: Cockroach
17812026-02-19T21:24:10.853ZFeb 19 21:24:10.043 INFO Download complete, target: Cockroach
17822026-02-19T21:24:21.057ZFeb 19 21:24:20.245 INFO Checking that binary works, target: Clickhouse
17832026-02-19T21:24:21.337ZFeb 19 21:24:20.528 INFO Download complete, target: Clickhouse
17842026-02-19T21:24:21.369ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-02-19T21:24:21.396Z
17862026-02-19T21:24:21.396Zreal 7:23.333293475
17872026-02-19T21:24:21.396Zuser 21:05.223607854
17882026-02-19T21:24:21.396Zsys 3:11.814569286
17892026-02-19T21:24:21.396Ztrap 0.888154312
17902026-02-19T21:24:21.397Ztflt 0.595724472
17912026-02-19T21:24:21.397Zdflt 1.070879290
17922026-02-19T21:24:21.397Zkflt 0.010164615
17932026-02-19T21:24:21.397Zlock 56:18.036941691
17942026-02-19T21:24:21.397Zslp 1:17:16.198729622
17952026-02-19T21:24:21.397Zlat 1:30.623020627
17962026-02-19T21:24:21.398Zstop 3:24.844020336
17972026-02-19T21:24:21.398Z+ banner hack-check
17982026-02-19T21:24:21.398Z
17992026-02-19T21:24:21.398Z # # ## #### # # #### # # ###### #### # #
18002026-02-19T21:24:21.399Z # # # # # # # # # # # # # # # # #
18012026-02-19T21:24:21.399Z ###### # # # #### ##### # ###### ##### # ####
18022026-02-19T21:24:21.399Z # # ###### # # # # # # # # # #
18032026-02-19T21:24:21.399Z # # # # # # # # # # # # # # # # #
18042026-02-19T21:24:21.399Z # # # # #### # # #### # # ###### #### # #
18052026-02-19T21:24:21.399Z
18062026-02-19T21:24:21.399Z+ export CARGO_INCREMENTAL=0
18072026-02-19T21:24:21.399Z+ CARGO_INCREMENTAL=0
18082026-02-19T21:24:21.399Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-02-19T21:24:22.823Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-02-19T21:24:23.178Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-02-19T21:24:27.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
18122026-02-19T21:24:27.864Z Running `target/debug/xtask check-features --ci`
18132026-02-19T21:24:27.899Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-02-19T21:24:27.899Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-02-19T21:24:29.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
18162026-02-19T21:24:29.113Z Running `target/debug/xtask download cargo-hack`
18172026-02-19T21:24:30.742Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-02-19T21:24:31.186Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-02-19T21:24:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
18202026-02-19T21:24:36.969Z Running `target/debug/xtask-downloader cargo-hack`
18212026-02-19T21:24:37.035ZFeb 19 21:24:36.229 INFO Starting download, target: CargoHack
18222026-02-19T21:24:37.060ZFeb 19 21:24:36.231 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-02-19T21:24:37.537ZFeb 19 21:24:36.731 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-02-19T21:24:37.677ZFeb 19 21:24:36.872 INFO Download complete, target: CargoHack
18252026-02-19T21:24:37.702Zrunning: "/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-19T21:24:37.728Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-02-19T21:24:38.107Zinfo: running `cargo check --bins` on api_identity (1/251)
18282026-02-19T21:24:39.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-02-19T21:24:39.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-02-19T21:24:39.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-02-19T21:24:39.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
18322026-02-19T21:24:39.497Z
18332026-02-19T21:24:39.497Zinfo: running `cargo check --bins` on bootstore (2/251)
18342026-02-19T21:24:40.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-02-19T21:24:40.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-02-19T21:24:40.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-02-19T21:24:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
18382026-02-19T21:24:41.002Z
18392026-02-19T21:24:41.002Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/251)
18402026-02-19T21:24:42.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-02-19T21:24:42.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-02-19T21:24:42.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-02-19T21:24:42.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
18442026-02-19T21:24:42.515Z
18452026-02-19T21:24:42.515Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/251)
18462026-02-19T21:24:43.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-02-19T21:24:43.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-02-19T21:24:43.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-02-19T21:24:43.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
18502026-02-19T21:24:43.829Z
18512026-02-19T21:24:43.829Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/251)
18522026-02-19T21:24:44.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-02-19T21:24:44.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-02-19T21:24:44.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-02-19T21:24:44.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
18562026-02-19T21:24:44.826Z
18572026-02-19T21:24:44.826Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/251)
18582026-02-19T21:24:45.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-02-19T21:24:45.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-02-19T21:24:45.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-02-19T21:24:45.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18622026-02-19T21:24:45.880Z
18632026-02-19T21:24:45.880Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/251)
18642026-02-19T21:24:46.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-02-19T21:24:46.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-02-19T21:24:46.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-02-19T21:24:46.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18682026-02-19T21:24:46.954Z
18692026-02-19T21:24:46.954Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/251)
18702026-02-19T21:24:47.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-02-19T21:24:47.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-02-19T21:24:47.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-02-19T21:24:47.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
18742026-02-19T21:24:47.997Z
18752026-02-19T21:24:47.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/251)
18762026-02-19T21:24:48.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-02-19T21:24:48.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-02-19T21:24:48.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-02-19T21:24:48.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
18802026-02-19T21:24:49.021Z
18812026-02-19T21:24:49.021Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/251)
18822026-02-19T21:24:50.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-02-19T21:24:50.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-02-19T21:24:50.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-02-19T21:24:50.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18862026-02-19T21:24:50.086Z
18872026-02-19T21:24:50.086Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/251)
18882026-02-19T21:24:51.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-02-19T21:24:51.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-02-19T21:24:51.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-02-19T21:24:51.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
18922026-02-19T21:24:51.093Z
18932026-02-19T21:24:51.093Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/251)
18942026-02-19T21:24:52.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-02-19T21:24:52.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-02-19T21:24:52.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-02-19T21:24:52.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
18982026-02-19T21:24:52.106Z
18992026-02-19T21:24:52.106Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/251)
19002026-02-19T21:24:53.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-02-19T21:24:53.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-02-19T21:24:53.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-02-19T21:24:53.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
19042026-02-19T21:24:53.109Z
19052026-02-19T21:24:53.109Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/251)
19062026-02-19T21:24:54.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-02-19T21:24:54.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-02-19T21:24:54.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-02-19T21:24:54.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
19102026-02-19T21:24:54.093Z
19112026-02-19T21:24:54.093Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/251)
19122026-02-19T21:24:55.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-02-19T21:24:55.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-02-19T21:24:55.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-02-19T21:24:55.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
19162026-02-19T21:24:55.124Z
19172026-02-19T21:24:55.124Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/251)
19182026-02-19T21:24:56.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-02-19T21:24:56.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-02-19T21:24:56.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-02-19T21:24:56.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
19222026-02-19T21:24:56.226Z
19232026-02-19T21:24:56.226Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/251)
19242026-02-19T21:24:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-02-19T21:24:57.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-02-19T21:24:57.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-02-19T21:24:57.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
19282026-02-19T21:24:57.277Z
19292026-02-19T21:24:57.277Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/251)
19302026-02-19T21:24:58.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-02-19T21:24:58.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-02-19T21:24:58.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-02-19T21:24:58.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19342026-02-19T21:24:58.347Z
19352026-02-19T21:24:58.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/251)
19362026-02-19T21:24:59.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-02-19T21:24:59.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-02-19T21:24:59.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-02-19T21:24:59.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
19402026-02-19T21:24:59.416Z
19412026-02-19T21:24:59.416Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/251)
19422026-02-19T21:25:00.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-02-19T21:25:00.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-02-19T21:25:00.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-02-19T21:25:00.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
19462026-02-19T21:25:00.473Z
19472026-02-19T21:25:00.473Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/251)
19482026-02-19T21:25:01.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-02-19T21:25:01.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-02-19T21:25:01.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-02-19T21:25:01.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
19522026-02-19T21:25:01.519Z
19532026-02-19T21:25:01.519Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/251)
19542026-02-19T21:25:02.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-02-19T21:25:02.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-02-19T21:25:02.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-02-19T21:25:02.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
19582026-02-19T21:25:02.578Z
19592026-02-19T21:25:02.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/251)
19602026-02-19T21:25:03.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-02-19T21:25:03.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-02-19T21:25:03.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-02-19T21:25:03.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
19642026-02-19T21:25:03.602Z
19652026-02-19T21:25:03.602Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/251)
19662026-02-19T21:25:04.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-02-19T21:25:04.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-02-19T21:25:04.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-02-19T21:25:04.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19702026-02-19T21:25:04.532Z
19712026-02-19T21:25:04.532Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/251)
19722026-02-19T21:25:05.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-02-19T21:25:05.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-02-19T21:25:05.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-02-19T21:25:05.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
19762026-02-19T21:25:05.591Z
19772026-02-19T21:25:05.591Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/251)
19782026-02-19T21:25:06.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-02-19T21:25:06.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-02-19T21:25:06.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-02-19T21:25:06.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
19822026-02-19T21:25:06.619Z
19832026-02-19T21:25:06.619Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/251)
19842026-02-19T21:25:07.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-02-19T21:25:07.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-02-19T21:25:07.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-02-19T21:25:07.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
19882026-02-19T21:25:07.677Z
19892026-02-19T21:25:07.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/251)
19902026-02-19T21:25:08.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-02-19T21:25:08.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-02-19T21:25:08.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-02-19T21:25:08.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
19942026-02-19T21:25:08.706Z
19952026-02-19T21:25:08.706Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/251)
19962026-02-19T21:25:09.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-02-19T21:25:09.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-02-19T21:25:09.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-02-19T21:25:09.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20002026-02-19T21:25:09.731Z
20012026-02-19T21:25:09.731Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/251)
20022026-02-19T21:25:10.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-02-19T21:25:10.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-02-19T21:25:10.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-02-19T21:25:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20062026-02-19T21:25:10.763Z
20072026-02-19T21:25:10.763Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/251)
20082026-02-19T21:25:11.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-02-19T21:25:11.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-02-19T21:25:11.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-02-19T21:25:11.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20122026-02-19T21:25:11.841Z
20132026-02-19T21:25:11.841Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/251)
20142026-02-19T21:25:12.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-02-19T21:25:12.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-02-19T21:25:12.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-02-19T21:25:12.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
20182026-02-19T21:25:12.904Z
20192026-02-19T21:25:12.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/251)
20202026-02-19T21:25:13.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-02-19T21:25:13.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-02-19T21:25:13.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-02-19T21:25:13.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
20242026-02-19T21:25:13.953Z
20252026-02-19T21:25:13.953Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/251)
20262026-02-19T21:25:14.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-02-19T21:25:14.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-02-19T21:25:14.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-02-19T21:25:14.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
20302026-02-19T21:25:14.973Z
20312026-02-19T21:25:14.973Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/251)
20322026-02-19T21:25:15.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-02-19T21:25:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-02-19T21:25:15.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-02-19T21:25:15.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
20362026-02-19T21:25:16.008Z
20372026-02-19T21:25:16.009Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/251)
20382026-02-19T21:25:16.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-02-19T21:25:16.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-02-19T21:25:16.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-02-19T21:25:16.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
20422026-02-19T21:25:17.049Z
20432026-02-19T21:25:17.049Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/251)
20442026-02-19T21:25:18.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-02-19T21:25:18.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-02-19T21:25:18.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-02-19T21:25:18.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
20482026-02-19T21:25:18.105Z
20492026-02-19T21:25:18.105Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/251)
20502026-02-19T21:25:19.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-02-19T21:25:19.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-02-19T21:25:19.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-02-19T21:25:19.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20542026-02-19T21:25:19.173Z
20552026-02-19T21:25:19.173Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/251)
20562026-02-19T21:25:20.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-02-19T21:25:20.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-02-19T21:25:20.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-02-19T21:25:20.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
20602026-02-19T21:25:20.222Z
20612026-02-19T21:25:20.222Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/251)
20622026-02-19T21:25:21.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-02-19T21:25:21.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-02-19T21:25:21.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-02-19T21:25:21.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
20662026-02-19T21:25:21.352Z
20672026-02-19T21:25:21.352Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/251)
20682026-02-19T21:25:22.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-02-19T21:25:22.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-02-19T21:25:22.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-02-19T21:25:22.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
20722026-02-19T21:25:22.454Z
20732026-02-19T21:25:22.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/251)
20742026-02-19T21:25:23.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-02-19T21:25:23.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-02-19T21:25:23.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-02-19T21:25:23.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
20782026-02-19T21:25:23.514Z
20792026-02-19T21:25:23.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/251)
20802026-02-19T21:25:24.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-02-19T21:25:24.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-02-19T21:25:24.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-02-19T21:25:24.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20842026-02-19T21:25:24.578Z
20852026-02-19T21:25:24.578Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/251)
20862026-02-19T21:25:25.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-02-19T21:25:25.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-02-19T21:25:25.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-02-19T21:25:25.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
20902026-02-19T21:25:25.659Z
20912026-02-19T21:25:25.659Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/251)
20922026-02-19T21:25:26.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-02-19T21:25:26.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-02-19T21:25:26.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-02-19T21:25:26.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
20962026-02-19T21:25:27.097Z
20972026-02-19T21:25:27.097Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/251)
20982026-02-19T21:25:28.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-02-19T21:25:28.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-02-19T21:25:28.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-02-19T21:25:28.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
21022026-02-19T21:25:28.588Z
21032026-02-19T21:25:28.588Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/251)
21042026-02-19T21:25:29.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-02-19T21:25:29.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-02-19T21:25:29.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-02-19T21:25:29.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
21082026-02-19T21:25:30.019Z
21092026-02-19T21:25:30.019Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/251)
21102026-02-19T21:25:31.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-02-19T21:25:31.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-02-19T21:25:31.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-02-19T21:25:31.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
21142026-02-19T21:25:31.400Z
21152026-02-19T21:25:31.400Zinfo: running `cargo check --bins` on key-manager-types (49/251)
21162026-02-19T21:25:32.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-02-19T21:25:32.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-02-19T21:25:32.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-02-19T21:25:32.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
21202026-02-19T21:25:32.704Z
21212026-02-19T21:25:32.704Zinfo: running `cargo check --bins` on oxlog (50/251)
21222026-02-19T21:25:33.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-02-19T21:25:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-02-19T21:25:34.057Z Checking cfg-if v1.0.4
21252026-02-19T21:25:34.082Z Checking libc v0.2.180
21262026-02-19T21:25:34.082Z Checking serde_core v1.0.228
21272026-02-19T21:25:34.134Z Checking zeroize v1.8.1
21282026-02-19T21:25:34.160Z Checking memchr v2.7.4
21292026-02-19T21:25:34.190Z Checking value-bag v1.12.0
21302026-02-19T21:25:34.190Z Checking smallvec v1.15.1
21312026-02-19T21:25:34.190Z Checking typenum v1.17.0
21322026-02-19T21:25:34.231Z Checking scopeguard v1.2.0
21332026-02-19T21:25:34.419Z Checking subtle v2.6.1
21342026-02-19T21:25:34.452Z Checking lock_api v0.4.12
21352026-02-19T21:25:34.523Z Checking const-oid v0.9.6
21362026-02-19T21:25:34.626Z Checking log v0.4.29
21372026-02-19T21:25:34.703Z Checking itoa v1.0.11
21382026-02-19T21:25:34.839Z Checking stable_deref_trait v1.2.0
21392026-02-19T21:25:34.937Z Checking byteorder v1.5.0
21402026-02-19T21:25:34.973Z Checking portable-atomic v1.11.0
21412026-02-19T21:25:35.064Z Checking critical-section v1.1.3
21422026-02-19T21:25:35.114Z Checking zerofrom v0.1.4
21432026-02-19T21:25:35.159Z Checking generic-array v0.14.7
21442026-02-19T21:25:35.246Z Checking allocator-api2 v0.2.21
21452026-02-19T21:25:35.301Z Checking getrandom v0.2.15
21462026-02-19T21:25:35.374Z Checking yoke v0.7.4
21472026-02-19T21:25:35.399Z Checking getrandom v0.3.4
21482026-02-19T21:25:35.595Z Checking rand_core v0.6.4
21492026-02-19T21:25:35.669Z Checking parking_lot_core v0.9.10
21502026-02-19T21:25:35.764Z Checking zerovec v0.10.4
21512026-02-19T21:25:35.930Z Checking signal-hook-registry v1.4.2
21522026-02-19T21:25:35.957Z Checking pin-project-lite v0.2.14
21532026-02-19T21:25:36.078Z Checking once_cell v1.21.3
21542026-02-19T21:25:36.103Z Checking parking_lot v0.12.3
21552026-02-19T21:25:36.129Z Checking mio v1.0.2
21562026-02-19T21:25:36.222Z Checking equivalent v1.0.2
21572026-02-19T21:25:36.360Z Checking libm v0.2.8
21582026-02-19T21:25:36.392Z Checking litemap v0.7.3
21592026-02-19T21:25:36.416Z Checking crypto-common v0.1.6
21602026-02-19T21:25:36.476Z Checking block-buffer v0.10.4
21612026-02-19T21:25:36.502Z Checking writeable v0.5.5
21622026-02-19T21:25:36.646Z Checking zerocopy v0.7.35
21632026-02-19T21:25:36.747Z Checking digest v0.10.7
21642026-02-19T21:25:36.772Z Checking socket2 v0.6.1
21652026-02-19T21:25:36.802Z Checking zmij v1.0.15
21662026-02-19T21:25:36.898Z Checking percent-encoding v2.3.2
21672026-02-19T21:25:37.143Z Checking cpufeatures v0.2.14
21682026-02-19T21:25:37.167Z Checking futures-core v0.3.31
21692026-02-19T21:25:37.225Z Checking hmac v0.12.1
21702026-02-19T21:25:37.264Z Checking icu_locid_transform_data v1.5.0
21712026-02-19T21:25:37.309Z Checking num-traits v0.2.19
21722026-02-19T21:25:37.333Z Checking block-padding v0.3.3
21732026-02-19T21:25:37.406Z Checking hashbrown v0.16.1
21742026-02-19T21:25:37.431Z Checking icu_properties_data v1.5.0
21752026-02-19T21:25:37.485Z Checking tinystr v0.7.6
21762026-02-19T21:25:37.510Z Checking icu_collections v1.5.0
21772026-02-19T21:25:37.591Z Checking inout v0.1.3
21782026-02-19T21:25:37.695Z Checking utf8_iter v1.0.4
21792026-02-19T21:25:37.846Z Checking futures-sink v0.3.31
21802026-02-19T21:25:37.872Z Checking icu_locid v1.5.0
21812026-02-19T21:25:37.914Z Checking write16 v1.0.0
21822026-02-19T21:25:37.955Z Checking ppv-lite86 v0.2.20
21832026-02-19T21:25:38.018Z Checking icu_normalizer_data v1.5.0
21842026-02-19T21:25:38.072Z Checking utf16_iter v1.0.5
21852026-02-19T21:25:38.165Z Checking futures-channel v0.3.31
21862026-02-19T21:25:38.235Z Checking serde v1.0.228
21872026-02-19T21:25:38.260Z Checking serde_json v1.0.149
21882026-02-19T21:25:38.313Z Checking cipher v0.4.4
21892026-02-19T21:25:38.538Z Checking indexmap v2.13.0
21902026-02-19T21:25:38.567Z Checking sha2 v0.10.9
21912026-02-19T21:25:38.724Z Checking slab v0.4.9
21922026-02-19T21:25:38.758Z Checking base64ct v1.6.0
21932026-02-19T21:25:38.910Z Checking icu_provider v1.5.0
21942026-02-19T21:25:39.001Z Checking pin-utils v0.1.0
21952026-02-19T21:25:39.032Z Checking futures-task v0.3.31
21962026-02-19T21:25:39.133Z Checking futures-io v0.3.31
21972026-02-19T21:25:39.159Z Checking errno v0.3.12
21982026-02-19T21:25:39.255Z Checking bytes v1.11.1
21992026-02-19T21:25:39.280Z Checking bitflags v2.9.4
22002026-02-19T21:25:39.334Z Checking pem-rfc7468 v0.7.0
22012026-02-19T21:25:39.369Z Checking futures-util v0.3.31
22022026-02-19T21:25:39.394Z Checking flagset v0.4.6
22032026-02-19T21:25:39.618Z Checking form_urlencoded v1.2.2
22042026-02-19T21:25:39.643Z Checking der v0.7.10
22052026-02-19T21:25:39.643Z Checking icu_locid_transform v1.5.0
22062026-02-19T21:25:39.687Z Checking rand_core v0.9.3
22072026-02-19T21:25:39.867Z Checking fnv v1.0.7
22082026-02-19T21:25:39.925Z Checking foldhash v0.1.5
22092026-02-19T21:25:39.961Z Checking salsa20 v0.10.2
22102026-02-19T21:25:40.025Z Checking uuid v1.19.0
22112026-02-19T21:25:40.088Z Checking pbkdf2 v0.12.2
22122026-02-19T21:25:40.211Z Checking spin v0.9.8
22132026-02-19T21:25:40.235Z Checking hashbrown v0.15.4
22142026-02-19T21:25:40.294Z Checking scrypt v0.11.0
22152026-02-19T21:25:40.319Z Checking tokio v1.49.0
22162026-02-19T21:25:40.564Z Checking http v1.4.0
22172026-02-19T21:25:40.593Z Checking rand_chacha v0.9.0
22182026-02-19T21:25:40.748Z Checking cbc v0.1.2
22192026-02-19T21:25:40.785Z Checking icu_properties v1.5.1
22202026-02-19T21:25:40.979Z Checking aes v0.8.4
22212026-02-19T21:25:41.084Z Checking regex-syntax v0.8.5
22222026-02-19T21:25:41.457Z Checking iana-time-zone v0.1.63
22232026-02-19T21:25:41.582Z Checking spki v0.7.3
22242026-02-19T21:25:41.640Z Checking chrono v0.4.43
22252026-02-19T21:25:41.920Z Checking rand v0.9.2
22262026-02-19T21:25:42.004Z Checking pkcs5 v0.7.1
22272026-02-19T21:25:42.046Z Checking tracing-core v0.1.32
22282026-02-19T21:25:42.576Z Checking thiserror v2.0.18
22292026-02-19T21:25:42.747Z Checking tracing v0.1.40
22302026-02-19T21:25:42.771Z Checking pkcs8 v0.10.2
22312026-02-19T21:25:43.124Z Checking http-body v1.0.1
22322026-02-19T21:25:43.154Z Checking base64 v0.22.1
22332026-02-19T21:25:43.178Z Checking rustls-pki-types v1.10.0
22342026-02-19T21:25:43.369Z Checking plain v0.2.3
22352026-02-19T21:25:43.562Z Checking tinyvec_macros v0.1.1
22362026-02-19T21:25:43.673Z Checking tinyvec v1.8.0
22372026-02-19T21:25:43.708Z Checking lazy_static v1.5.0
22382026-02-19T21:25:43.813Z Checking rustix v1.1.3
22392026-02-19T21:25:43.851Z Checking semver v1.0.27
22402026-02-19T21:25:43.877Z Checking zerocopy v0.8.27
22412026-02-19T21:25:44.264Z Checking aws-lc-sys v0.26.0
22422026-02-19T21:25:44.310Z Checking openssl-probe v0.1.5
22432026-02-19T21:25:44.432Z Checking icu_normalizer v1.5.0
22442026-02-19T21:25:44.474Z Checking foreign-types-shared v0.1.1
22452026-02-19T21:25:44.505Z Checking atomic-waker v1.1.2
22462026-02-19T21:25:44.621Z Checking ucd-trie v0.1.7
22472026-02-19T21:25:44.663Z Checking tower-layer v0.3.3
22482026-02-19T21:25:44.850Z Checking dyn-clone v1.0.20
22492026-02-19T21:25:44.942Z Checking fastrand v2.1.1
22502026-02-19T21:25:45.031Z Checking tower-service v0.3.3
22512026-02-19T21:25:45.056Z Checking untrusted v0.9.0
22522026-02-19T21:25:45.195Z Checking untrusted v0.7.1
22532026-02-19T21:25:45.259Z Checking idna_adapter v1.2.0
22542026-02-19T21:25:45.284Z Checking unicode-ident v1.0.19
22552026-02-19T21:25:45.308Z Checking adler2 v2.0.0
22562026-02-19T21:25:45.431Z Checking try-lock v0.2.5
22572026-02-19T21:25:45.517Z Checking proc-macro2 v1.0.101
22582026-02-19T21:25:45.541Z Checking idna v1.0.3
22592026-02-19T21:25:45.566Z Checking miniz_oxide v0.8.5
22602026-02-19T21:25:45.623Z Checking want v0.3.1
22612026-02-19T21:25:45.864Z Checking ring v0.17.14
22622026-02-19T21:25:45.936Z Checking tempfile v3.24.0
22632026-02-19T21:25:46.133Z Checking url v2.5.4
22642026-02-19T21:25:46.262Z Checking pest v2.8.2
22652026-02-19T21:25:46.360Z Checking foreign-types v0.3.2
22662026-02-19T21:25:46.478Z Checking ipnet v2.11.0
22672026-02-19T21:25:46.505Z Checking httparse v1.9.5
22682026-02-19T21:25:46.614Z Checking aws-lc-rs v1.12.4
22692026-02-19T21:25:47.042Z Checking openssl-sys v0.9.109
22702026-02-19T21:25:47.157Z Checking wait-timeout v0.2.0
22712026-02-19T21:25:47.205Z Checking schemars v0.8.22
22722026-02-19T21:25:47.389Z Checking aho-corasick v1.1.3
22732026-02-19T21:25:47.634Z Checking bit-vec v0.8.0
22742026-02-19T21:25:48.072Z Checking quick-error v1.2.3
22752026-02-19T21:25:48.269Z Checking httpdate v1.0.3
22762026-02-19T21:25:48.360Z Checking powerfmt v0.2.0
22772026-02-19T21:25:48.466Z Checking utf8parse v0.2.2
22782026-02-19T21:25:48.543Z Checking pretty-hex v0.4.1
22792026-02-19T21:25:48.614Z Checking tokio-util v0.7.15
22802026-02-19T21:25:48.639Z Checking anstyle v1.0.11
22812026-02-19T21:25:48.664Z Checking anstyle-parse v0.2.5
22822026-02-19T21:25:48.692Z Checking deranged v0.5.3
22832026-02-19T21:25:48.788Z Checking rustls-webpki v0.102.8
22842026-02-19T21:25:48.916Z Checking openssl v0.10.73
22852026-02-19T21:25:48.975Z Checking rusty-fork v0.3.0
22862026-02-19T21:25:49.005Z Checking bit-set v0.8.0
22872026-02-19T21:25:49.169Z Checking regex-automata v0.4.11
22882026-02-19T21:25:49.237Z Checking quote v1.0.40
22892026-02-19T21:25:49.303Z Compiling newtype-uuid v1.3.2
22902026-02-19T21:25:49.376Z Checking unicode-normalization v0.1.24
22912026-02-19T21:25:49.585Z Checking crossbeam-utils v0.8.21
22922026-02-19T21:25:49.634Z Checking rand_xorshift v0.4.0
22932026-02-19T21:25:49.670Z Checking rustix v0.38.37
22942026-02-19T21:25:49.846Z Checking bzip2-sys v0.1.13+1.0.8
22952026-02-19T21:25:49.995Z Checking h2 v0.4.6
22962026-02-19T21:25:50.020Z Checking scroll v0.13.0
22972026-02-19T21:25:50.399Z Checking signature v2.2.0
22982026-02-19T21:25:50.447Z Checking crc32fast v1.4.2
22992026-02-19T21:25:50.555Z Checking unicode-properties v0.1.3
23002026-02-19T21:25:50.674Z Checking unicode-bidi v0.3.17
23012026-02-19T21:25:50.752Z Checking is_terminal_polyfill v1.70.1
23022026-02-19T21:25:50.905Z Checking zlib-rs v0.5.1
23032026-02-19T21:25:50.994Z Checking num-conv v0.1.0
23042026-02-19T21:25:51.281Z Checking anstyle-query v1.1.1
23052026-02-19T21:25:51.306Z Checking either v1.15.0
23062026-02-19T21:25:51.373Z Checking num_threads v0.1.7
23072026-02-19T21:25:51.443Z Checking unarray v0.1.4
23082026-02-19T21:25:51.512Z Checking siphasher v0.3.11
23092026-02-19T21:25:51.635Z Checking colorchoice v1.0.2
23102026-02-19T21:25:51.761Z Checking time-core v0.1.6
23112026-02-19T21:25:51.823Z Checking anstream v0.6.18
23122026-02-19T21:25:51.874Z Checking phf_shared v0.11.2
23132026-02-19T21:25:52.123Z Checking time v0.3.43
23142026-02-19T21:25:52.192Z Checking proptest v1.7.0
23152026-02-19T21:25:52.264Z Checking stringprep v0.1.5
23162026-02-19T21:25:52.598Z Checking goblin v0.10.2
23172026-02-19T21:25:52.983Z Checking libz-rs-sys v0.5.1
23182026-02-19T21:25:53.192Z Checking crossbeam-epoch v0.9.18
23192026-02-19T21:25:53.222Z Checking rustls v0.23.19
23202026-02-19T21:25:53.645Z Compiling daft v0.1.4
23212026-02-19T21:25:53.988Z Checking syn v2.0.114
23222026-02-19T21:25:54.291Z Checking native-tls v0.2.12
23232026-02-19T21:25:54.315Z Checking ipnetwork v0.21.1
23242026-02-19T21:25:54.637Z Checking thiserror v1.0.69
23252026-02-19T21:25:54.749Z Checking scroll v0.12.0
23262026-02-19T21:25:54.781Z Checking zstd-sys v2.0.14+zstd.1.5.7
23272026-02-19T21:25:54.830Z Checking serde_spanned v0.6.9
23282026-02-19T21:25:55.032Z Checking toml_datetime v0.6.11
23292026-02-19T21:25:55.071Z Checking num-integer v0.1.46
23302026-02-19T21:25:55.256Z Checking rand_chacha v0.3.1
23312026-02-19T21:25:55.441Z Checking sync_wrapper v1.0.1
23322026-02-19T21:25:55.575Z Checking md-5 v0.10.6
23332026-02-19T21:25:55.600Z Checking ff v0.13.0
23342026-02-19T21:25:55.703Z Checking hash32 v0.2.1
23352026-02-19T21:25:55.832Z Checking gimli v0.31.1
23362026-02-19T21:25:55.856Z Checking fallible-iterator v0.2.0
23372026-02-19T21:25:56.050Z Checking psl-types v2.0.11
23382026-02-19T21:25:56.289Z Checking base16ct v0.2.0
23392026-02-19T21:25:56.456Z Checking postgres-protocol v0.6.8
23402026-02-19T21:25:56.590Z Checking sec1 v0.7.3
23412026-02-19T21:25:56.826Z Checking hyper v1.8.1
23422026-02-19T21:25:57.013Z Checking publicsuffix v2.3.0
23432026-02-19T21:25:57.158Z Compiling iddqd v0.3.16
23442026-02-19T21:25:57.249Z Checking heapless v0.7.17
23452026-02-19T21:25:57.305Z Checking group v0.13.0
23462026-02-19T21:25:57.608Z Checking rand v0.8.5
23472026-02-19T21:25:58.200Z Checking tower v0.5.2
23482026-02-19T21:25:58.799Z Checking tokio-rustls v0.26.0
23492026-02-19T21:25:58.967Z Checking hyper-util v0.1.19
23502026-02-19T21:25:58.995Z Checking num-iter v0.1.45
23512026-02-19T21:25:59.101Z Checking goblin v0.8.2
23522026-02-19T21:25:59.125Z Checking dof v0.4.0
23532026-02-19T21:25:59.238Z Checking zstd-safe v7.2.3
23542026-02-19T21:25:59.263Z Checking cookie v0.18.1
23552026-02-19T21:25:59.596Z Checking oxnet v0.1.4
23562026-02-19T21:25:59.756Z Checking tokio-native-tls v0.3.1
23572026-02-19T21:25:59.822Z Checking flate2 v1.1.2
23582026-02-19T21:25:59.977Z Checking addr2line v0.24.2
23592026-02-19T21:26:00.080Z Checking terminal_size v0.4.0
23602026-02-19T21:26:00.122Z Checking dtrace-parser v0.3.0
23612026-02-19T21:26:00.157Z Checking rustls-native-certs v0.8.1
23622026-02-19T21:26:00.193Z Checking webpki-roots v1.0.1
23632026-02-19T21:26:00.298Z Checking http-body-util v0.1.3
23642026-02-19T21:26:00.361Z Checking signal-hook v0.3.18
23652026-02-19T21:26:00.405Z Checking hkdf v0.12.4
23662026-02-19T21:26:00.670Z Checking crypto-bigint v0.5.5
23672026-02-19T21:26:00.704Z Checking thread-id v5.0.0
23682026-02-19T21:26:00.705Z Checking object v0.36.5
23692026-02-19T21:26:00.755Z Checking iri-string v0.7.8
23702026-02-19T21:26:00.785Z Checking bitflags v1.3.2
23712026-02-19T21:26:00.815Z Checking lockfree-object-pool v0.1.6
23722026-02-19T21:26:00.849Z Checking strsim v0.11.1
23732026-02-19T21:26:00.906Z Checking managed v0.8.0
23742026-02-19T21:26:01.087Z Checking simd-adler32 v0.3.7
23752026-02-19T21:26:01.142Z Compiling rayon-core v1.12.1
23762026-02-19T21:26:01.353Z Checking bumpalo v3.16.0
23772026-02-19T21:26:01.487Z Checking ryu v1.0.18
23782026-02-19T21:26:01.519Z Checking clap_lex v0.7.4
23792026-02-19T21:26:01.713Z Checking rustc-demangle v0.1.24
23802026-02-19T21:26:01.799Z Checking winnow v0.5.40
23812026-02-19T21:26:01.823Z Checking clap_builder v4.5.48
23822026-02-19T21:26:02.225Z Checking hyper-rustls v0.27.7
23832026-02-19T21:26:02.249Z Checking hyper-tls v0.6.0
23842026-02-19T21:26:02.576Z Checking serde_urlencoded v0.7.1
23852026-02-19T21:26:02.684Z Checking zopfli v0.8.1
23862026-02-19T21:26:03.075Z Checking smoltcp v0.9.1
23872026-02-19T21:26:03.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23882026-02-19T21:26:03.616Z Checking tower-http v0.6.6
23892026-02-19T21:26:03.704Z Checking elliptic-curve v0.13.8
23902026-02-19T21:26:03.837Z Checking usdt-impl v0.6.0
23912026-02-19T21:26:04.277Z Checking signal-hook-mio v0.2.4
23922026-02-19T21:26:04.393Z Checking dof v0.3.0
23932026-02-19T21:26:04.453Z Checking cookie_store v0.21.1
23942026-02-19T21:26:04.477Z Checking zstd v0.13.3
23952026-02-19T21:26:04.678Z Checking num-bigint-dig v0.8.6
23962026-02-19T21:26:04.887Z Checking postgres-types v0.2.9
23972026-02-19T21:26:04.952Z Checking dtrace-parser v0.2.0
23982026-02-19T21:26:04.986Z Checking toml_edit v0.19.15
23992026-02-19T21:26:05.133Z Checking regex v1.11.3
24002026-02-19T21:26:05.330Z Checking bstr v1.10.0
24012026-02-19T21:26:05.467Z Checking crossbeam-deque v0.8.5
24022026-02-19T21:26:05.560Z Checking phf v0.11.2
24032026-02-19T21:26:05.631Z Checking ed25519 v2.2.3
24042026-02-19T21:26:05.736Z Checking bzip2 v0.4.4
24052026-02-19T21:26:05.809Z Checking bzip2 v0.5.2
24062026-02-19T21:26:05.809Z Checking curve25519-dalek v4.1.3
24072026-02-19T21:26:06.050Z Checking ref-cast v1.0.25
24082026-02-19T21:26:06.105Z Checking strum v0.27.2
24092026-02-19T21:26:06.310Z Checking hubpack v0.1.2
24102026-02-19T21:26:06.310Z Checking memoffset v0.9.1
24112026-02-19T21:26:06.365Z Checking pkcs1 v0.7.5
24122026-02-19T21:26:06.366Z Checking serde-big-array v0.5.1
24132026-02-19T21:26:06.429Z Checking erased-serde v0.3.31
24142026-02-19T21:26:06.527Z Checking hex v0.4.3
24152026-02-19T21:26:06.571Z Checking float-cmp v0.10.0
24162026-02-19T21:26:06.719Z Checking rfc6979 v0.4.0
24172026-02-19T21:26:06.782Z Checking socket2 v0.5.10
24182026-02-19T21:26:06.822Z Checking thread-id v4.2.2
24192026-02-19T21:26:06.953Z Checking memmap2 v0.9.8
24202026-02-19T21:26:06.984Z Checking env_filter v0.1.2
24212026-02-19T21:26:07.086Z Checking encoding_rs v0.8.34
24222026-02-19T21:26:07.263Z Checking backtrace v0.3.74
24232026-02-19T21:26:07.291Z Checking static_assertions v1.1.0
24242026-02-19T21:26:07.320Z Checking winnow v0.7.14
24252026-02-19T21:26:07.350Z Checking rustc-hash v2.1.1
24262026-02-19T21:26:07.406Z Checking whoami v1.5.2
24272026-02-19T21:26:07.460Z Checking keccak v0.1.5
24282026-02-19T21:26:07.542Z Checking fixedbitset v0.4.2
24292026-02-19T21:26:07.685Z Checking difflib v0.4.0
24302026-02-19T21:26:07.767Z Checking mime v0.3.17
24312026-02-19T21:26:07.835Z Checking toml_write v0.1.2
24322026-02-19T21:26:07.871Z Checking normalize-line-endings v0.3.0
24332026-02-19T21:26:07.896Z Checking foldhash v0.2.0
24342026-02-19T21:26:07.920Z Checking predicates-core v1.0.8
24352026-02-19T21:26:08.039Z Checking jiff v0.2.15
24362026-02-19T21:26:08.064Z Checking precomputed-hash v0.1.1
24372026-02-19T21:26:08.197Z Checking new_debug_unreachable v1.0.6
24382026-02-19T21:26:08.236Z Checking minimal-lexical v0.2.1
24392026-02-19T21:26:08.261Z Checking data-encoding v2.9.0
24402026-02-19T21:26:08.261Z Checking fixedbitset v0.5.7
24412026-02-19T21:26:08.294Z Checking unicode-segmentation v1.12.0
24422026-02-19T21:26:08.352Z Checking string_cache v0.8.9
24432026-02-19T21:26:08.683Z Checking nom v7.1.3
24442026-02-19T21:26:08.709Z Checking petgraph v0.8.2
24452026-02-19T21:26:08.867Z Checking hickory-proto v0.25.2
24462026-02-19T21:26:09.033Z Checking similar v2.7.0
24472026-02-19T21:26:09.604Z Checking reqwest v0.12.24
24482026-02-19T21:26:09.984Z Checking predicates v3.1.3
24492026-02-19T21:26:10.411Z Checking toml_edit v0.22.27
24502026-02-19T21:26:10.661Z Checking anyhow v1.0.99
24512026-02-19T21:26:10.905Z Checking petgraph v0.6.5
24522026-02-19T21:26:11.093Z Checking ed25519-dalek v2.1.1
24532026-02-19T21:26:11.543Z Checking sha3 v0.10.8
24542026-02-19T21:26:11.615Z Checking tokio-postgres v0.7.13
24552026-02-19T21:26:11.746Z Checking toml v0.7.8
24562026-02-19T21:26:12.012Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-02-19T21:26:12.435Z Checking slog v2.8.2
24582026-02-19T21:26:12.567Z Checking usdt v0.6.0
24592026-02-19T21:26:12.837Z Checking env_logger v0.11.8
24602026-02-19T21:26:13.019Z Checking serde_with v3.16.1
24612026-02-19T21:26:13.195Z Checking ecdsa v0.16.9
24622026-02-19T21:26:13.250Z Checking usdt-impl v0.5.0
24632026-02-19T21:26:13.837Z Checking rsa v0.9.8
24642026-02-19T21:26:13.913Z Checking nix v0.29.0
24652026-02-19T21:26:14.064Z Checking zip v0.6.6
24662026-02-19T21:26:14.584Z Checking zip v4.2.0
24672026-02-19T21:26:14.731Z Checking clap v4.5.48
24682026-02-19T21:26:14.832Z Checking crossterm v0.28.1
24692026-02-19T21:26:14.915Z Checking itertools v0.12.1
24702026-02-19T21:26:15.133Z Checking itertools v0.13.0
24712026-02-19T21:26:15.350Z Checking itertools v0.10.5
24722026-02-19T21:26:15.932Z Checking strum v0.26.3
24732026-02-19T21:26:16.034Z Checking tokio-stream v0.1.17
24742026-02-19T21:26:16.119Z Checking ahash v0.8.12
24752026-02-19T21:26:16.490Z Checking fs-err v3.1.1
24762026-02-19T21:26:16.621Z Checking buf-list v1.0.3
24772026-02-19T21:26:16.692Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24782026-02-19T21:26:16.810Z Checking x509-cert v0.2.5
24792026-02-19T21:26:16.981Z Checking openapiv3 v2.2.0
24802026-02-19T21:26:17.099Z Checking sha1 v0.10.6
24812026-02-19T21:26:17.250Z Checking winnow v0.6.26
24822026-02-19T21:26:17.378Z Checking lalrpop-util v0.19.12
24832026-02-19T21:26:17.420Z Checking peg-runtime v0.8.5
24842026-02-19T21:26:17.545Z Checking rayon v1.10.0
24852026-02-19T21:26:17.638Z Checking camino v1.2.2
24862026-02-19T21:26:17.697Z Checking sigpipe v0.1.3
24872026-02-19T21:26:17.723Z Checking glob v0.3.2
24882026-02-19T21:26:21.208Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24892026-02-19T21:26:21.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.14s
24902026-02-19T21:26:22.092Z
24912026-02-19T21:26:22.092Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/251)
24922026-02-19T21:26:23.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932026-02-19T21:26:23.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942026-02-19T21:26:23.986Z Compiling regress v0.10.4
24952026-02-19T21:26:24.039Z Compiling unsafe-libyaml v0.2.11
24962026-02-19T21:26:24.064Z Checking newtype-uuid v1.3.2
24972026-02-19T21:26:24.089Z Compiling structmeta-derive v0.3.0
24982026-02-19T21:26:24.117Z Compiling rustls v0.22.4
24992026-02-19T21:26:24.141Z Compiling multer v3.1.0
25002026-02-19T21:26:24.166Z Checking heck v0.5.0
25012026-02-19T21:26:24.466Z Compiling newtype-uuid-macros v0.1.0
25022026-02-19T21:26:24.492Z Checking daft v0.1.4
25032026-02-19T21:26:24.492Z Compiling async-stream-impl v0.3.6
25042026-02-19T21:26:24.652Z Checking futures-executor v0.3.31
25052026-02-19T21:26:24.912Z Compiling dropshot v0.16.7
25062026-02-19T21:26:25.039Z Checking iddqd v0.3.16
25072026-02-19T21:26:25.372Z Checking futures v0.3.31
25082026-02-19T21:26:25.522Z Compiling serde_yaml v0.9.34+deprecated
25092026-02-19T21:26:25.838Z Compiling dropshot_endpoint v0.16.7
25102026-02-19T21:26:25.866Z Checking match_cfg v0.1.0
25112026-02-19T21:26:25.985Z Checking hostname v0.3.1
25122026-02-19T21:26:26.089Z Checking thread_local v1.1.8
25132026-02-19T21:26:26.170Z Checking unicode-width v0.1.14
25142026-02-19T21:26:26.493Z Checking crossbeam-channel v0.5.15
25152026-02-19T21:26:26.525Z Compiling structmeta v0.3.0
25162026-02-19T21:26:26.724Z Checking is-terminal v0.4.13
25172026-02-19T21:26:26.883Z Checking term v1.1.0
25182026-02-19T21:26:26.972Z Compiling derive-ex v0.1.8
25192026-02-19T21:26:27.132Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-02-19T21:26:27.192Z Checking take_mut v0.2.2
25212026-02-19T21:26:27.287Z Compiling parse-display-derive v0.10.0
25222026-02-19T21:26:27.330Z Checking slog-term v2.9.2
25232026-02-19T21:26:27.374Z Checking slog-async v2.8.0
25242026-02-19T21:26:27.565Z Checking typify-impl v0.4.3
25252026-02-19T21:26:27.923Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25262026-02-19T21:26:28.696Z Checking debug-ignore v1.0.5
25272026-02-19T21:26:28.873Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25282026-02-19T21:26:29.620Z Checking toml_parser v1.0.6+spec-1.1.0
25292026-02-19T21:26:29.923Z Checking slog-json v2.6.1
25302026-02-19T21:26:30.213Z Checking macaddr v1.0.1
25312026-02-19T21:26:30.404Z Checking serde_spanned v1.0.4
25322026-02-19T21:26:30.461Z Checking toml_datetime v0.7.5+spec-1.1.0
25332026-02-19T21:26:30.624Z Checking toml_writer v1.0.6+spec-1.1.0
25342026-02-19T21:26:30.656Z Checking slog-bunyan v2.5.0
25352026-02-19T21:26:30.891Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25362026-02-19T21:26:30.921Z Checking tabwriter v1.4.0
25372026-02-19T21:26:31.047Z Checking toml v0.9.11+spec-1.1.0
25382026-02-19T21:26:31.097Z Compiling test-strategy v0.4.3
25392026-02-19T21:26:31.121Z Checking async-stream v0.3.6
25402026-02-19T21:26:31.387Z Checking waitgroup v0.1.2
25412026-02-19T21:26:31.561Z Checking rustls-pemfile v2.2.0
25422026-02-19T21:26:31.659Z Checking serde_path_to_error v0.1.20
25432026-02-19T21:26:31.711Z Checking hostname v0.4.2
25442026-02-19T21:26:31.837Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25452026-02-19T21:26:31.898Z Compiling itertools v0.14.0
25462026-02-19T21:26:31.994Z Checking progenitor-client v0.10.0
25472026-02-19T21:26:32.055Z Checking progenitor-client v0.11.2
25482026-02-19T21:26:32.314Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25492026-02-19T21:26:32.379Z Checking instant v0.1.13
25502026-02-19T21:26:32.549Z Checking colored v3.0.0
25512026-02-19T21:26:32.585Z Checking backoff v0.4.0
25522026-02-19T21:26:32.610Z Checking parse-display v0.10.0
25532026-02-19T21:26:32.861Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25542026-02-19T21:26:32.888Z Checking tokio-rustls v0.25.0
25552026-02-19T21:26:32.939Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25562026-02-19T21:26:32.998Z Compiling proc-macro-crate v1.3.1
25572026-02-19T21:26:33.109Z Compiling proc-macro-error v1.0.4
25582026-02-19T21:26:33.714Z Compiling heapless v0.8.0
25592026-02-19T21:26:34.079Z Compiling num_enum_derive v0.5.11
25602026-02-19T21:26:34.201Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25612026-02-19T21:26:34.628Z Checking hash32 v0.3.1
25622026-02-19T21:26:34.713Z Compiling smoltcp v0.11.0
25632026-02-19T21:26:34.780Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25642026-02-19T21:26:34.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25652026-02-19T21:26:35.199Z Compiling ingot-macros v0.1.1
25662026-02-19T21:26:35.452Z Compiling foreign-types-macros v0.2.3
25672026-02-19T21:26:35.665Z Compiling crucible-workspace-hack v0.1.0
25682026-02-19T21:26:35.691Z Checking cobs v0.2.3
25692026-02-19T21:26:35.934Z Checking foreign-types-shared v0.3.1
25702026-02-19T21:26:36.068Z Checking postcard v1.0.10
25712026-02-19T21:26:36.548Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25722026-02-19T21:26:36.572Z Checking num_enum v0.5.11
25732026-02-19T21:26:36.714Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-02-19T21:26:36.761Z Checking cstr-argument v0.1.2
25752026-02-19T21:26:36.793Z Checking foreign-types v0.5.0
25762026-02-19T21:26:36.902Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-02-19T21:26:37.049Z Checking pretty-hex v0.2.1
25782026-02-19T21:26:37.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25792026-02-19T21:26:37.300Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25802026-02-19T21:26:37.385Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25812026-02-19T21:26:37.478Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25822026-02-19T21:26:37.701Z Checking colored v2.2.0
25832026-02-19T21:26:37.701Z Checking secrecy v0.10.3
25842026-02-19T21:26:37.753Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25852026-02-19T21:26:37.794Z Compiling convert_case v0.4.0
25862026-02-19T21:26:37.972Z Checking camino-tempfile v1.4.1
25872026-02-19T21:26:38.023Z Compiling nix v0.30.1
25882026-02-19T21:26:38.333Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-02-19T21:26:38.822Z Compiling derive_more v0.99.20
25902026-02-19T21:26:38.943Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-02-19T21:26:39.017Z Compiling zone_cfg_derive v0.3.0
25922026-02-19T21:26:39.346Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25932026-02-19T21:26:40.047Z Compiling typify-macro v0.4.3
25942026-02-19T21:26:40.412Z Checking smf v0.2.3
25952026-02-19T21:26:40.463Z Compiling num-derive v0.4.2
25962026-02-19T21:26:41.100Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25972026-02-19T21:26:41.359Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25982026-02-19T21:26:42.137Z Checking zone v0.3.1
25992026-02-19T21:26:42.161Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26002026-02-19T21:26:42.188Z Checking ingot-types v0.1.2
26012026-02-19T21:26:42.795Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26022026-02-19T21:26:42.956Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26032026-02-19T21:26:43.208Z Checking ingot v0.1.1
26042026-02-19T21:26:44.513Z Compiling typify v0.4.3
26052026-02-19T21:26:44.728Z Compiling progenitor-impl v0.11.2
26062026-02-19T21:26:46.740Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-02-19T21:26:46.765Z Compiling typify-impl v0.2.0
26082026-02-19T21:26:48.031Z Checking unicode-width v0.2.0
26092026-02-19T21:26:48.166Z Checking num-rational v0.4.2
26102026-02-19T21:26:48.657Z Compiling usdt-attr-macro v0.5.0
26112026-02-19T21:26:48.842Z Compiling usdt-macro v0.5.0
26122026-02-19T21:26:49.427Z Compiling thiserror-impl-no-std v2.0.2
26132026-02-19T21:26:49.452Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26142026-02-19T21:26:49.919Z Checking universal-hash v0.5.1
26152026-02-19T21:26:50.165Z Checking num-complex v0.4.6
26162026-02-19T21:26:50.346Z Checking memmap v0.7.0
26172026-02-19T21:26:50.595Z Checking half v2.4.1
26182026-02-19T21:26:51.105Z Checking ciborium-io v0.2.2
26192026-02-19T21:26:51.142Z Checking opaque-debug v0.3.1
26202026-02-19T21:26:51.243Z Compiling num v0.4.3
26212026-02-19T21:26:51.341Z Checking poly1305 v0.8.0
26222026-02-19T21:26:51.373Z Checking ciborium-ll v0.2.2
26232026-02-19T21:26:51.565Z Checking usdt v0.5.0
26242026-02-19T21:26:51.679Z Checking console v0.15.10
26252026-02-19T21:26:51.890Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26262026-02-19T21:26:51.933Z Compiling progenitor-macro v0.11.2
26272026-02-19T21:26:51.934Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26282026-02-19T21:26:51.981Z Checking toml v0.8.23
26292026-02-19T21:26:52.310Z Checking password-hash v0.5.0
26302026-02-19T21:26:52.365Z Checking chacha20 v0.9.1
26312026-02-19T21:26:52.397Z Checking thiserror-no-std v2.0.2
26322026-02-19T21:26:52.559Z Checking blake2 v0.10.6
26332026-02-19T21:26:52.594Z Checking aead v0.5.2
26342026-02-19T21:26:52.768Z Checking float-ord v0.3.2
26352026-02-19T21:26:52.796Z Compiling semver v0.1.20
26362026-02-19T21:26:52.860Z Checking chacha20poly1305 v0.10.1
26372026-02-19T21:26:52.954Z Checking vsss-rs v3.3.4
26382026-02-19T21:26:53.043Z Checking ciborium v0.2.2
26392026-02-19T21:26:53.136Z Checking argon2 v0.5.3
26402026-02-19T21:26:53.161Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26412026-02-19T21:26:53.460Z Compiling rustc_version v0.1.7
26422026-02-19T21:26:53.836Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26432026-02-19T21:26:53.993Z Checking linked-hash-map v0.5.6
26442026-02-19T21:26:54.102Z Checking indent_write v2.2.0
26452026-02-19T21:26:54.355Z Checking siphasher v1.0.1
26462026-02-19T21:26:54.399Z Checking lru-cache v0.1.2
26472026-02-19T21:26:54.445Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26482026-02-19T21:26:54.615Z Compiling newtype_derive v0.1.6
26492026-02-19T21:26:54.745Z Checking phf_shared v0.12.1
26502026-02-19T21:26:54.965Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26512026-02-19T21:26:55.061Z Compiling progenitor-impl v0.10.0
26522026-02-19T21:26:55.399Z Checking resolv-conf v0.7.0
26532026-02-19T21:26:55.803Z Checking newline-converter v0.3.0
26542026-02-19T21:26:56.030Z Checking hickory-proto v0.24.4
26552026-02-19T21:26:56.290Z Checking atomicwrites v0.4.4
26562026-02-19T21:26:56.544Z Checking prettyplease v0.2.36
26572026-02-19T21:26:57.655Z Compiling derive-where v1.5.0
26582026-02-19T21:26:57.742Z Checking csv-core v0.1.11
26592026-02-19T21:26:57.960Z Compiling pin-project-internal v1.1.6
26602026-02-19T21:26:58.118Z Compiling slog-dtrace v0.3.0
26612026-02-19T21:26:58.483Z Compiling chrono-tz v0.10.4
26622026-02-19T21:26:58.771Z Compiling typify-macro v0.2.0
26632026-02-19T21:26:58.801Z Compiling owo-colors v4.2.3
26642026-02-19T21:26:59.441Z Compiling cancel-safe-futures v0.1.5
26652026-02-19T21:26:59.832Z Checking swrite v0.1.0
26662026-02-19T21:27:00.137Z Compiling const_format_proc_macros v0.2.34
26672026-02-19T21:27:00.409Z Checking csv v1.3.1
26682026-02-19T21:27:00.609Z Checking hickory-resolver v0.24.4
26692026-02-19T21:27:00.715Z Checking pin-project v1.1.6
26702026-02-19T21:27:00.834Z Checking expectorate v1.2.0
26712026-02-19T21:27:00.938Z Checking phf v0.12.1
26722026-02-19T21:27:01.158Z Checking tokio-dtrace v0.1.0
26732026-02-19T21:27:01.320Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-02-19T21:27:01.480Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-02-19T21:27:01.925Z Compiling progenitor-macro v0.10.0
26762026-02-19T21:27:02.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26772026-02-19T21:27:02.340Z Checking pem v3.0.5
26782026-02-19T21:27:02.596Z Checking libsw-core v0.3.1
26792026-02-19T21:27:02.648Z Compiling lzma-sys v0.1.20
26802026-02-19T21:27:02.782Z Compiling typify v0.2.0
26812026-02-19T21:27:02.979Z Compiling progenitor-impl v0.8.0
26822026-02-19T21:27:03.163Z Compiling snafu-derive v0.8.5
26832026-02-19T21:27:03.257Z Compiling async-recursion v1.1.1
26842026-02-19T21:27:03.285Z Checking arc-swap v1.7.1
26852026-02-19T21:27:03.443Z Checking bytecount v0.6.8
26862026-02-19T21:27:03.610Z Checking highway v1.3.0
26872026-02-19T21:27:03.797Z Checking utf-8 v0.7.6
26882026-02-19T21:27:04.036Z Checking same-file v1.0.6
26892026-02-19T21:27:04.157Z Checking tungstenite v0.21.0
26902026-02-19T21:27:04.247Z Checking walkdir v2.5.0
26912026-02-19T21:27:04.640Z Checking slog-scope v4.4.0
26922026-02-19T21:27:04.692Z Checking papergrid v0.11.0
26932026-02-19T21:27:05.015Z Checking progenitor v0.11.2
26942026-02-19T21:27:05.076Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26952026-02-19T21:27:05.324Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26962026-02-19T21:27:05.440Z Checking libsw v3.5.0
26972026-02-19T21:27:05.753Z Checking qorb v0.4.1
26982026-02-19T21:27:06.271Z Checking const_format v0.2.34
26992026-02-19T21:27:06.824Z Checking oxide-tokio-rt v0.1.2
27002026-02-19T21:27:07.120Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27012026-02-19T21:27:08.052Z Checking snafu v0.8.5
27022026-02-19T21:27:08.779Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-02-19T21:27:09.211Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-02-19T21:27:09.850Z Compiling tabled_derive v0.7.0
27052026-02-19T21:27:09.905Z Compiling progenitor-macro v0.8.0
27062026-02-19T21:27:09.932Z Checking globset v0.4.15
27072026-02-19T21:27:10.351Z Checking olpc-cjson v0.1.4
27082026-02-19T21:27:10.473Z Checking progenitor-client v0.8.0
27092026-02-19T21:27:10.612Z Checking gethostname v0.5.0
27102026-02-19T21:27:10.808Z Compiling heck v0.3.3
27112026-02-19T21:27:10.879Z Checking bcs v0.1.6
27122026-02-19T21:27:11.195Z Checking serde_plain v1.0.2
27132026-02-19T21:27:11.384Z Checking smawk v0.3.2
27142026-02-19T21:27:11.505Z Checking linear-map v1.2.0
27152026-02-19T21:27:11.667Z Checking typed-path v0.9.3
27162026-02-19T21:27:11.868Z Checking termtree v0.5.1
27172026-02-19T21:27:12.032Z Checking unicode-linebreak v0.1.5
27182026-02-19T21:27:12.119Z Checking tabled v0.15.0
27192026-02-19T21:27:12.503Z Checking textwrap v0.16.2
27202026-02-19T21:27:12.970Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27212026-02-19T21:27:13.562Z Checking tough v0.20.0
27222026-02-19T21:27:14.700Z Checking progenitor v0.10.0
27232026-02-19T21:27:14.920Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27242026-02-19T21:27:14.950Z Compiling zone_cfg_derive v0.1.2
27252026-02-19T21:27:14.982Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262026-02-19T21:27:16.538Z Checking steno v0.4.1
27272026-02-19T21:27:18.691Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-02-19T21:27:18.717Z Checking tokio-tungstenite v0.21.0
27292026-02-19T21:27:19.017Z Checking slog-stdlog v4.1.1
27302026-02-19T21:27:19.199Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27312026-02-19T21:27:19.243Z Checking base64 v0.13.1
27322026-02-19T21:27:19.273Z Checking humantime v2.2.0
27332026-02-19T21:27:19.343Z Checking number_prefix v0.4.0
27342026-02-19T21:27:19.547Z Checking base64 v0.21.7
27352026-02-19T21:27:19.592Z Checking indicatif v0.17.11
27362026-02-19T21:27:19.651Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27372026-02-19T21:27:19.749Z Checking ron v0.7.1
27382026-02-19T21:27:20.036Z Checking slog-envlogger v2.2.0
27392026-02-19T21:27:20.184Z Checking xz2 v0.1.7
27402026-02-19T21:27:20.311Z Checking zone v0.1.8
27412026-02-19T21:27:20.349Z Checking xattr v1.3.1
27422026-02-19T21:27:20.541Z Checking yasna v0.5.2
27432026-02-19T21:27:20.571Z Checking headers-core v0.3.0
27442026-02-19T21:27:20.599Z Checking filetime v0.2.26
27452026-02-19T21:27:20.782Z Checking headers v0.4.1
27462026-02-19T21:27:20.865Z Checking tar v0.4.44
27472026-02-19T21:27:20.951Z Checking subprocess v0.2.9
27482026-02-19T21:27:21.504Z Checking rcgen v0.12.1
27492026-02-19T21:27:22.559Z Checking progenitor v0.8.0
27502026-02-19T21:27:22.832Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27512026-02-19T21:27:27.180Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27522026-02-19T21:27:28.114Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27532026-02-19T21:27:28.114Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27542026-02-19T21:27:28.139Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27552026-02-19T21:27:29.006Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27562026-02-19T21:27:29.370Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27572026-02-19T21:27:30.909Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27582026-02-19T21:27:32.404Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27592026-02-19T21:27:32.449Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27602026-02-19T21:27:32.717Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27612026-02-19T21:27:33.732Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27622026-02-19T21:27:33.732Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27632026-02-19T21:27:38.074Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27642026-02-19T21:27:38.138Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27652026-02-19T21:27:38.138Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27662026-02-19T21:27:43.305Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27672026-02-19T21:27:48.586Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27682026-02-19T21:27:50.254Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27692026-02-19T21:27:52.298Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27702026-02-19T21:28:23.675Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27712026-02-19T21:28:27.175Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27722026-02-19T21:28:30.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
27732026-02-19T21:28:30.361Z
27742026-02-19T21:28:30.361Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/251)
27752026-02-19T21:28:31.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-02-19T21:28:31.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-02-19T21:28:32.196Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27782026-02-19T21:28:35.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
27792026-02-19T21:28:35.501Z
27802026-02-19T21:28:35.501Zinfo: running `cargo check --bins` on nexus-config (53/251)
27812026-02-19T21:28:36.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-02-19T21:28:36.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-02-19T21:28:36.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-02-19T21:28:36.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
27852026-02-19T21:28:37.071Z
27862026-02-19T21:28:37.071Zinfo: running `cargo check --bins` on nexus-types (54/251)
27872026-02-19T21:28:38.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-02-19T21:28:38.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-02-19T21:28:38.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-02-19T21:28:38.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
27912026-02-19T21:28:38.748Z
27922026-02-19T21:28:38.748Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/251)
27932026-02-19T21:28:40.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-02-19T21:28:40.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-02-19T21:28:40.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-02-19T21:28:40.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
27972026-02-19T21:28:40.176Z
27982026-02-19T21:28:40.176Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/251)
27992026-02-19T21:28:41.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-02-19T21:28:41.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-02-19T21:28:41.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-02-19T21:28:41.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
28032026-02-19T21:28:41.626Z
28042026-02-19T21:28:41.626Zinfo: running `cargo check --bins` on cockroach-admin-types (57/251)
28052026-02-19T21:28:43.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-02-19T21:28:43.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-02-19T21:28:43.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-02-19T21:28:43.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28092026-02-19T21:28:43.153Z
28102026-02-19T21:28:43.153Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/251)
28112026-02-19T21:28:44.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-02-19T21:28:44.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-02-19T21:28:44.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-02-19T21:28:44.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28152026-02-19T21:28:44.546Z
28162026-02-19T21:28:44.547Zinfo: running `cargo check --bins` on ereport-types (59/251)
28172026-02-19T21:28:45.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-02-19T21:28:45.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-02-19T21:28:45.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-02-19T21:28:45.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28212026-02-19T21:28:45.969Z
28222026-02-19T21:28:45.969Zinfo: running `cargo check --bins` on gateway-client (60/251)
28232026-02-19T21:28:47.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-02-19T21:28:47.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-02-19T21:28:47.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-02-19T21:28:47.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
28272026-02-19T21:28:47.445Z
28282026-02-19T21:28:47.445Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/251)
28292026-02-19T21:28:48.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-02-19T21:28:48.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-02-19T21:28:48.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-02-19T21:28:48.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
28332026-02-19T21:28:48.929Z
28342026-02-19T21:28:48.929Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/251)
28352026-02-19T21:28:50.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-02-19T21:28:50.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-02-19T21:28:50.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-02-19T21:28:50.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28392026-02-19T21:28:50.352Z
28402026-02-19T21:28:50.352Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/251)
28412026-02-19T21:28:51.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-02-19T21:28:51.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-02-19T21:28:51.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-02-19T21:28:51.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28452026-02-19T21:28:51.891Z
28462026-02-19T21:28:51.892Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/251)
28472026-02-19T21:28:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-02-19T21:28:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-02-19T21:28:53.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-02-19T21:28:53.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
28512026-02-19T21:28:53.430Z
28522026-02-19T21:28:53.430Zinfo: running `cargo check --bins` on internal-dns-types (65/251)
28532026-02-19T21:28:54.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-02-19T21:28:54.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-02-19T21:28:54.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-02-19T21:28:54.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
28572026-02-19T21:28:54.903Z
28582026-02-19T21:28:54.904Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/251)
28592026-02-19T21:28:56.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-02-19T21:28:56.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-02-19T21:28:56.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-02-19T21:28:56.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28632026-02-19T21:28:56.308Z
28642026-02-19T21:28:56.308Zinfo: running `cargo check --bins` on omicron-passwords (67/251)
28652026-02-19T21:28:57.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-02-19T21:28:57.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-02-19T21:28:57.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-02-19T21:28:57.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
28692026-02-19T21:28:57.685Z
28702026-02-19T21:28:57.685Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (68/251)
28712026-02-19T21:28:59.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-02-19T21:28:59.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-02-19T21:28:59.235Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-02-19T21:29:00.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
28752026-02-19T21:29:00.422Z
28762026-02-19T21:29:00.422Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (69/251)
28772026-02-19T21:29:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-02-19T21:29:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-02-19T21:29:02.039Z Compiling cfg_aliases v0.1.1
28802026-02-19T21:29:02.039Z Compiling convert_case v0.7.1
28812026-02-19T21:29:02.064Z Compiling vte_generate_state_changes v0.1.2
28822026-02-19T21:29:02.064Z Checking fd-lock v4.0.2
28832026-02-19T21:29:02.064Z Checking nibble_vec v0.1.0
28842026-02-19T21:29:02.064Z Checking endian-type v0.1.2
28852026-02-19T21:29:02.184Z Compiling peg-macros v0.8.5
28862026-02-19T21:29:02.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28872026-02-19T21:29:02.233Z Compiling nix v0.28.0
28882026-02-19T21:29:02.375Z Compiling sqlparser_derive v0.2.2
28892026-02-19T21:29:02.400Z Checking home v0.5.9
28902026-02-19T21:29:02.424Z Checking radix_trie v0.2.1
28912026-02-19T21:29:02.582Z Checking nu-ansi-term v0.50.1
28922026-02-19T21:29:02.808Z Checking vte v0.11.1
28932026-02-19T21:29:02.892Z Checking unicode_categories v0.1.1
28942026-02-19T21:29:02.949Z Compiling derive_more-impl v2.0.1
28952026-02-19T21:29:03.122Z Checking display-error-chain v0.2.2
28962026-02-19T21:29:03.287Z Checking sqlformat v0.3.5
28972026-02-19T21:29:03.488Z Checking sqlparser v0.45.0
28982026-02-19T21:29:04.369Z Checking strip-ansi-escapes v0.2.0
28992026-02-19T21:29:04.475Z Checking derive_more v2.0.1
29002026-02-19T21:29:04.573Z Checking reedline v0.40.0
29012026-02-19T21:29:04.623Z Checking crossterm v0.29.0
29022026-02-19T21:29:04.927Z Checking peg v0.8.5
29032026-02-19T21:29:05.597Z Checking rustyline v14.0.0
29042026-02-19T21:29:20.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s
29052026-02-19T21:29:20.840Z
29062026-02-19T21:29:20.840Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (70/251)
29072026-02-19T21:29:22.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-02-19T21:29:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-02-19T21:29:22.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29102026-02-19T21:29:31.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
29112026-02-19T21:29:31.646Z
29122026-02-19T21:29:31.646Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (71/251)
29132026-02-19T21:29:32.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-02-19T21:29:32.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-02-19T21:29:33.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29162026-02-19T21:29:39.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
29172026-02-19T21:29:39.737Z
29182026-02-19T21:29:39.737Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (72/251)
29192026-02-19T21:29:41.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-02-19T21:29:41.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-02-19T21:29:41.339Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29222026-02-19T21:29:49.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.18s
29232026-02-19T21:29:50.158Z
29242026-02-19T21:29:50.158Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (73/251)
29252026-02-19T21:29:51.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-02-19T21:29:51.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-02-19T21:29:51.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282026-02-19T21:30:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
29292026-02-19T21:30:00.978Z
29302026-02-19T21:30:00.978Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (74/251)
29312026-02-19T21:30:02.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-02-19T21:30:02.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-02-19T21:30:02.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29342026-02-19T21:30:09.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.10s
29352026-02-19T21:30:09.312Z
29362026-02-19T21:30:09.312Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (75/251)
29372026-02-19T21:30:10.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-02-19T21:30:10.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-02-19T21:30:10.952Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29402026-02-19T21:30:17.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s
29412026-02-19T21:30:17.804Z
29422026-02-19T21:30:17.804Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (76/251)
29432026-02-19T21:30:19.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-02-19T21:30:19.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-02-19T21:30:19.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29462026-02-19T21:30:27.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.18s
29472026-02-19T21:30:28.243Z
29482026-02-19T21:30:28.243Zinfo: running `cargo check --bins` on oximeter (77/251)
29492026-02-19T21:30:29.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-02-19T21:30:29.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-02-19T21:30:29.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-02-19T21:30:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29532026-02-19T21:30:29.766Z
29542026-02-19T21:30:29.766Zinfo: running `cargo check --bins` on oximeter-macro-impl (78/251)
29552026-02-19T21:30:31.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-02-19T21:30:31.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-02-19T21:30:31.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-02-19T21:30:31.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29592026-02-19T21:30:31.215Z
29602026-02-19T21:30:31.215Zinfo: running `cargo check --bins` on oximeter-schema (79/251)
29612026-02-19T21:30:32.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-02-19T21:30:32.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-02-19T21:30:32.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29642026-02-19T21:30:32.902Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29652026-02-19T21:30:33.575Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29662026-02-19T21:30:45.862Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29672026-02-19T21:30:46.624Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29682026-02-19T21:30:49.770Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29692026-02-19T21:30:51.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.26s
29702026-02-19T21:30:51.689Z
29712026-02-19T21:30:51.689Zinfo: running `cargo check --bins` on oximeter-types (80/251)
29722026-02-19T21:30:52.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-02-19T21:30:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-02-19T21:30:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-02-19T21:30:52.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
29762026-02-19T21:30:53.100Z
29772026-02-19T21:30:53.101Zinfo: running `cargo check --bins` on oximeter-types-versions (81/251)
29782026-02-19T21:30:54.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-02-19T21:30:54.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-02-19T21:30:54.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-02-19T21:30:54.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29822026-02-19T21:30:54.432Z
29832026-02-19T21:30:54.432Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (82/251)
29842026-02-19T21:30:55.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-02-19T21:30:55.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-02-19T21:30:55.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-02-19T21:30:55.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
29882026-02-19T21:30:55.838Z
29892026-02-19T21:30:55.838Zinfo: running `cargo check --bins` on oxql-types (83/251)
29902026-02-19T21:30:57.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-02-19T21:30:57.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-02-19T21:30:57.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-02-19T21:30:57.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
29942026-02-19T21:30:57.199Z
29952026-02-19T21:30:57.199Zinfo: running `cargo check --bins` on oximeter-test-utils (84/251)
29962026-02-19T21:30:58.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-02-19T21:30:58.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-02-19T21:30:58.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-02-19T21:30:58.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
30002026-02-19T21:30:58.712Z
30012026-02-19T21:30:58.712Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (85/251)
30022026-02-19T21:30:59.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-02-19T21:30:59.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-02-19T21:30:59.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-02-19T21:30:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
30062026-02-19T21:31:00.047Z
30072026-02-19T21:31:00.047Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (86/251)
30082026-02-19T21:31:01.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-02-19T21:31:01.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-02-19T21:31:01.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112026-02-19T21:31:01.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30122026-02-19T21:31:01.440Z
30132026-02-19T21:31:01.440Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (87/251)
30142026-02-19T21:31:02.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-02-19T21:31:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-02-19T21:31:02.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172026-02-19T21:31:02.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30182026-02-19T21:31:02.825Z
30192026-02-19T21:31:02.825Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (88/251)
30202026-02-19T21:31:04.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-02-19T21:31:04.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-02-19T21:31:04.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232026-02-19T21:31:04.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30242026-02-19T21:31:04.199Z
30252026-02-19T21:31:04.199Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (89/251)
30262026-02-19T21:31:05.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-02-19T21:31:05.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-02-19T21:31:05.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-02-19T21:31:05.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30302026-02-19T21:31:05.571Z
30312026-02-19T21:31:05.572Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (90/251)
30322026-02-19T21:31:06.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-02-19T21:31:06.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-02-19T21:31:06.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-02-19T21:31:06.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30362026-02-19T21:31:06.949Z
30372026-02-19T21:31:06.949Zinfo: running `cargo check --bins --no-default-features` on gfss (91/251)
30382026-02-19T21:31:08.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-02-19T21:31:08.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-02-19T21:31:08.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-02-19T21:31:08.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30422026-02-19T21:31:08.340Z
30432026-02-19T21:31:08.340Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (92/251)
30442026-02-19T21:31:09.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-02-19T21:31:09.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-02-19T21:31:09.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-02-19T21:31:09.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
30482026-02-19T21:31:09.742Z
30492026-02-19T21:31:09.742Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (93/251)
30502026-02-19T21:31:11.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-02-19T21:31:11.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-02-19T21:31:11.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-02-19T21:31:11.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
30542026-02-19T21:31:11.163Z
30552026-02-19T21:31:11.163Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (94/251)
30562026-02-19T21:31:12.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-02-19T21:31:12.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-02-19T21:31:12.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-02-19T21:31:12.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
30602026-02-19T21:31:12.600Z
30612026-02-19T21:31:12.601Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (95/251)
30622026-02-19T21:31:13.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-02-19T21:31:13.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-02-19T21:31:13.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-02-19T21:31:13.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
30662026-02-19T21:31:13.981Z
30672026-02-19T21:31:13.981Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (96/251)
30682026-02-19T21:31:15.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-02-19T21:31:15.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-02-19T21:31:15.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-02-19T21:31:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
30722026-02-19T21:31:15.500Z
30732026-02-19T21:31:15.501Zinfo: running `cargo check --bins` on trust-quorum-types (97/251)
30742026-02-19T21:31:16.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-02-19T21:31:16.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-02-19T21:31:16.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-02-19T21:31:16.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30782026-02-19T21:31:16.908Z
30792026-02-19T21:31:16.909Zinfo: running `cargo check --bins` on trust-quorum-test-utils (98/251)
30802026-02-19T21:31:18.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-02-19T21:31:18.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-02-19T21:31:18.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-02-19T21:31:18.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30842026-02-19T21:31:18.376Z
30852026-02-19T21:31:18.377Zinfo: running `cargo check --bins` on update-engine (99/251)
30862026-02-19T21:31:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-02-19T21:31:19.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-02-19T21:31:19.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-02-19T21:31:19.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
30902026-02-19T21:31:19.818Z
30912026-02-19T21:31:19.818Zinfo: running `cargo check --bins` on omicron-certificates (100/251)
30922026-02-19T21:31:21.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-02-19T21:31:21.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-02-19T21:31:21.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-02-19T21:31:21.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
30962026-02-19T21:31:21.294Z
30972026-02-19T21:31:21.295Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (101/251)
30982026-02-19T21:31:22.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-02-19T21:31:22.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-02-19T21:31:22.905Z Checking dropshot-api-manager-types v0.3.0
31012026-02-19T21:31:22.906Z Checking nanorand v0.7.0
31022026-02-19T21:31:23.243Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31032026-02-19T21:31:23.341Z Checking flume v0.11.1
31042026-02-19T21:31:23.790Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31052026-02-19T21:31:26.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
31062026-02-19T21:31:26.397Z
31072026-02-19T21:31:26.397Zinfo: running `cargo check --bins` on clickhouse-admin-api (102/251)
31082026-02-19T21:31:27.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-02-19T21:31:27.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-02-19T21:31:27.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-02-19T21:31:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
31122026-02-19T21:31:27.761Z
31132026-02-19T21:31:27.762Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (103/251)
31142026-02-19T21:31:29.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-02-19T21:31:29.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-02-19T21:31:29.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-02-19T21:31:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31182026-02-19T21:31:29.244Z
31192026-02-19T21:31:29.244Zinfo: running `cargo check --bins` on bootstrap-agent-client (104/251)
31202026-02-19T21:31:30.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-02-19T21:31:30.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-02-19T21:31:30.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-02-19T21:31:30.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
31242026-02-19T21:31:30.718Z
31252026-02-19T21:31:30.718Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (105/251)
31262026-02-19T21:31:35.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-02-19T21:31:35.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-02-19T21:31:35.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-02-19T21:31:35.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
31302026-02-19T21:31:35.702Z
31312026-02-19T21:31:35.702Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (106/251)
31322026-02-19T21:31:35.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-02-19T21:31:35.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-02-19T21:31:35.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-02-19T21:31:35.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
31362026-02-19T21:31:35.702Z
31372026-02-19T21:31:35.702Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (107/251)
31382026-02-19T21:31:35.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-02-19T21:31:35.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-02-19T21:31:35.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-02-19T21:31:35.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
31422026-02-19T21:31:35.702Z
31432026-02-19T21:31:35.703Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (108/251)
31442026-02-19T21:31:36.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-02-19T21:31:36.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-02-19T21:31:36.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-02-19T21:31:36.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
31482026-02-19T21:31:36.260Z
31492026-02-19T21:31:36.260Zinfo: running `cargo check --bins` on cockroach-admin-client (109/251)
31502026-02-19T21:31:37.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-02-19T21:31:37.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-02-19T21:31:37.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-02-19T21:31:37.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
31542026-02-19T21:31:37.516Z
31552026-02-19T21:31:37.516Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (110/251)
31562026-02-19T21:31:38.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-02-19T21:31:38.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-02-19T21:31:38.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-02-19T21:31:38.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
31602026-02-19T21:31:38.805Z
31612026-02-19T21:31:38.806Zinfo: running `cargo check --bins` on dns-service-client (111/251)
31622026-02-19T21:31:40.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-02-19T21:31:40.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-02-19T21:31:40.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-02-19T21:31:40.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
31662026-02-19T21:31:40.246Z
31672026-02-19T21:31:40.246Zinfo: running `cargo check --bins` on installinator-client (112/251)
31682026-02-19T21:31:41.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-02-19T21:31:41.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-02-19T21:31:41.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-02-19T21:31:41.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
31722026-02-19T21:31:41.512Z
31732026-02-19T21:31:41.512Zinfo: running `cargo check --bins` on nexus-client (113/251)
31742026-02-19T21:31:42.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-02-19T21:31:42.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-02-19T21:31:42.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-02-19T21:31:42.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
31782026-02-19T21:31:42.922Z
31792026-02-19T21:31:42.922Zinfo: running `cargo check --bins` on nexus-lockstep-client (114/251)
31802026-02-19T21:31:44.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-02-19T21:31:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-02-19T21:31:44.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-02-19T21:31:44.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
31842026-02-19T21:31:44.315Z
31852026-02-19T21:31:44.315Zinfo: running `cargo check --bins` on ntp-admin-client (115/251)
31862026-02-19T21:31:45.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-02-19T21:31:45.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-02-19T21:31:45.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-02-19T21:31:45.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31902026-02-19T21:31:45.641Z
31912026-02-19T21:31:45.641Zinfo: running `cargo check --bins` on oxide-client (116/251)
31922026-02-19T21:31:46.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-02-19T21:31:46.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-02-19T21:31:46.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-02-19T21:31:46.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31962026-02-19T21:31:46.983Z
31972026-02-19T21:31:46.983Zinfo: running `cargo check --bins` on oximeter-client (117/251)
31982026-02-19T21:31:48.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-02-19T21:31:48.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-02-19T21:31:48.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-02-19T21:31:48.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
32022026-02-19T21:31:48.318Z
32032026-02-19T21:31:48.318Zinfo: running `cargo check --bins` on repo-depot-client (118/251)
32042026-02-19T21:31:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-02-19T21:31:49.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-02-19T21:31:49.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-02-19T21:31:49.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32082026-02-19T21:31:49.640Z
32092026-02-19T21:31:49.640Zinfo: running `cargo check --bins` on sled-agent-client (119/251)
32102026-02-19T21:31:50.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-02-19T21:31:50.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-02-19T21:31:50.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-02-19T21:31:50.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
32142026-02-19T21:31:51.035Z
32152026-02-19T21:31:51.036Zinfo: running `cargo check --bins` on wicketd-client (120/251)
32162026-02-19T21:31:52.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-02-19T21:31:52.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-02-19T21:31:52.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-02-19T21:31:52.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
32202026-02-19T21:31:52.411Z
32212026-02-19T21:31:52.411Zinfo: running `cargo check --bins` on installinator-common (121/251)
32222026-02-19T21:31:53.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-02-19T21:31:53.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-02-19T21:31:53.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-02-19T21:31:53.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
32262026-02-19T21:31:53.764Z
32272026-02-19T21:31:53.764Zinfo: running `cargo check --bins` on installinator-common-versions (122/251)
32282026-02-19T21:31:54.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-02-19T21:31:55.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-02-19T21:31:55.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-02-19T21:31:55.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
32322026-02-19T21:31:55.116Z
32332026-02-19T21:31:55.116Zinfo: running `cargo check --bins` on wicket-common (123/251)
32342026-02-19T21:31:56.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-02-19T21:31:56.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-02-19T21:31:56.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-02-19T21:31:56.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
32382026-02-19T21:31:56.434Z
32392026-02-19T21:31:56.434Zinfo: running `cargo check --bins` on omicron-cockroach-admin (124/251)
32402026-02-19T21:31:57.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-02-19T21:31:57.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-02-19T21:31:57.873Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32432026-02-19T21:31:57.873Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-02-19T21:31:57.898Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32452026-02-19T21:31:57.930Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32462026-02-19T21:31:57.954Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32472026-02-19T21:31:58.222Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32482026-02-19T21:31:58.262Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32492026-02-19T21:31:58.714Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-02-19T21:31:58.714Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32512026-02-19T21:32:03.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
32522026-02-19T21:32:03.955Z
32532026-02-19T21:32:03.955Zinfo: running `cargo check --bins` on cockroach-admin-api (125/251)
32542026-02-19T21:32:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-02-19T21:32:05.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-02-19T21:32:05.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-02-19T21:32:05.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
32582026-02-19T21:32:05.339Z
32592026-02-19T21:32:05.339Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (126/251)
32602026-02-19T21:32:06.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-02-19T21:32:06.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-02-19T21:32:06.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-02-19T21:32:06.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
32642026-02-19T21:32:06.778Z
32652026-02-19T21:32:06.778Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (127/251)
32662026-02-19T21:32:08.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-02-19T21:32:08.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-02-19T21:32:08.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-02-19T21:32:08.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
32702026-02-19T21:32:08.195Z
32712026-02-19T21:32:08.196Zinfo: running `cargo check --bins` on dns-server (128/251)
32722026-02-19T21:32:09.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-02-19T21:32:09.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-02-19T21:32:09.651Z Compiling parking_lot_core v0.8.6
32752026-02-19T21:32:09.651Z Compiling moka v0.12.10
32762026-02-19T21:32:09.676Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32772026-02-19T21:32:09.676Z Checking tagptr v0.2.0
32782026-02-19T21:32:09.703Z Checking prefix-trie v0.7.0
32792026-02-19T21:32:09.703Z Checking fxhash v0.2.1
32802026-02-19T21:32:09.728Z Checking hickory-client v0.25.2
32812026-02-19T21:32:10.462Z Checking hickory-server v0.25.2
32822026-02-19T21:32:10.499Z Checking parking_lot v0.11.2
32832026-02-19T21:32:10.760Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32842026-02-19T21:32:10.760Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32852026-02-19T21:32:10.786Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32862026-02-19T21:32:10.842Z Checking sled v0.34.7
32872026-02-19T21:32:11.437Z Checking hickory-resolver v0.25.2
32882026-02-19T21:32:13.531Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32892026-02-19T21:32:15.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
32902026-02-19T21:32:16.021Z
32912026-02-19T21:32:16.021Zinfo: running `cargo check --bins` on dns-server-api (129/251)
32922026-02-19T21:32:17.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-02-19T21:32:17.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-02-19T21:32:17.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-02-19T21:32:17.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
32962026-02-19T21:32:17.373Z
32972026-02-19T21:32:17.373Zinfo: running `cargo check --bins` on gateway-test-utils (130/251)
32982026-02-19T21:32:18.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-02-19T21:32:18.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-02-19T21:32:18.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-02-19T21:32:18.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
33022026-02-19T21:32:18.749Z
33032026-02-19T21:32:18.749Zinfo: running `cargo check --bins` on omicron-gateway (131/251)
33042026-02-19T21:32:19.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-02-19T21:32:19.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-02-19T21:32:20.243Z Compiling radium v0.7.0
33072026-02-19T21:32:20.268Z Checking tap v1.0.1
33082026-02-19T21:32:20.268Z Compiling maybe-uninit v2.0.0
33092026-02-19T21:32:20.301Z Compiling zerocopy-derive v0.6.6
33102026-02-19T21:32:20.331Z Compiling packed_struct v0.10.1
33112026-02-19T21:32:20.356Z Checking funty v2.0.0
33122026-02-19T21:32:20.356Z Checking crc-catalog v2.4.0
33132026-02-19T21:32:20.425Z Compiling packed_struct_codegen v0.10.1
33142026-02-19T21:32:20.485Z Checking wyz v0.5.1
33152026-02-19T21:32:20.591Z Checking crc v3.2.1
33162026-02-19T21:32:21.112Z Compiling bitfield-macros v0.19.2
33172026-02-19T21:32:21.147Z Compiling indexmap v1.9.3
33182026-02-19T21:32:21.147Z Checking nodrop v0.1.14
33192026-02-19T21:32:21.147Z Checking smallvec v0.6.14
33202026-02-19T21:32:21.147Z Checking hashbrown v0.12.3
33212026-02-19T21:32:21.178Z Checking bitvec v1.0.1
33222026-02-19T21:32:21.178Z Checking array-init v0.0.4
33232026-02-19T21:32:21.219Z Checking ron v0.8.1
33242026-02-19T21:32:21.406Z Checking hashbrown v0.13.2
33252026-02-19T21:32:21.904Z Checking zerocopy v0.6.6
33262026-02-19T21:32:22.082Z Checking serde-hex v0.1.0
33272026-02-19T21:32:22.131Z Checking bitfield v0.19.2
33282026-02-19T21:32:22.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33292026-02-19T21:32:22.348Z Checking crc-any v2.5.0
33302026-02-19T21:32:22.532Z Checking half v1.8.3
33312026-02-19T21:32:22.573Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-02-19T21:32:22.621Z Checking void v1.0.2
33332026-02-19T21:32:22.655Z Checking object v0.30.4
33342026-02-19T21:32:22.682Z Checking path-slash v0.1.5
33352026-02-19T21:32:22.723Z Checking tungstenite v0.23.0
33362026-02-19T21:32:22.773Z Checking lzss v0.8.2
33372026-02-19T21:32:22.835Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-02-19T21:32:22.956Z Checking serde_cbor v0.11.2
33392026-02-19T21:32:23.109Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33402026-02-19T21:32:23.172Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33412026-02-19T21:32:23.197Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33422026-02-19T21:32:23.382Z Checking nix v0.27.1
33432026-02-19T21:32:23.569Z Checking kstat-rs v0.2.4
33442026-02-19T21:32:23.815Z Checking serde_bytes v0.11.19
33452026-02-19T21:32:23.897Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33462026-02-19T21:32:23.959Z Checking tokio-tungstenite v0.23.1
33472026-02-19T21:32:24.142Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33482026-02-19T21:32:24.424Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33492026-02-19T21:32:24.474Z Checking signal-hook-tokio v0.3.1
33502026-02-19T21:32:26.516Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33512026-02-19T21:32:26.868Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33522026-02-19T21:32:33.435Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33532026-02-19T21:32:36.457Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33542026-02-19T21:32:36.494Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33552026-02-19T21:32:38.555Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33562026-02-19T21:32:43.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.32s
33572026-02-19T21:32:43.319Z
33582026-02-19T21:32:43.319Zinfo: running `cargo check --bins` on gateway-api (132/251)
33592026-02-19T21:32:44.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-02-19T21:32:44.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-02-19T21:32:44.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-02-19T21:32:44.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
33632026-02-19T21:32:44.583Z
33642026-02-19T21:32:44.583Zinfo: running `cargo check --bins` on ipcc (133/251)
33652026-02-19T21:32:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-02-19T21:32:45.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-02-19T21:32:45.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-02-19T21:32:45.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33692026-02-19T21:32:45.790Z
33702026-02-19T21:32:45.791Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/251)
33712026-02-19T21:32:46.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-02-19T21:32:46.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-02-19T21:32:46.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-02-19T21:32:46.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33752026-02-19T21:32:46.939Z
33762026-02-19T21:32:46.939Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (135/251)
33772026-02-19T21:32:48.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-02-19T21:32:48.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-02-19T21:32:48.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-02-19T21:32:48.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33812026-02-19T21:32:48.150Z
33822026-02-19T21:32:48.150Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (136/251)
33832026-02-19T21:32:49.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-02-19T21:32:49.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-02-19T21:32:49.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-02-19T21:32:49.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
33872026-02-19T21:32:49.354Z
33882026-02-19T21:32:49.354Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (137/251)
33892026-02-19T21:32:50.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-02-19T21:32:50.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-02-19T21:32:50.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-02-19T21:32:50.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33932026-02-19T21:32:50.522Z
33942026-02-19T21:32:50.522Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (138/251)
33952026-02-19T21:32:51.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-02-19T21:32:51.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-02-19T21:32:51.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-02-19T21:32:51.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33992026-02-19T21:32:51.679Z
34002026-02-19T21:32:51.679Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (139/251)
34012026-02-19T21:32:52.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-02-19T21:32:52.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-02-19T21:32:52.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-02-19T21:32:52.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34052026-02-19T21:32:52.829Z
34062026-02-19T21:32:52.829Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (140/251)
34072026-02-19T21:32:53.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-02-19T21:32:53.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-02-19T21:32:53.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-02-19T21:32:53.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
34112026-02-19T21:32:53.948Z
34122026-02-19T21:32:53.948Zinfo: running `cargo check --bins` on oximeter-producer (141/251)
34132026-02-19T21:32:55.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-02-19T21:32:55.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-02-19T21:32:55.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-02-19T21:32:55.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34172026-02-19T21:32:55.158Z
34182026-02-19T21:32:55.158Zinfo: running `cargo check --bins` on internal-dns-resolver (142/251)
34192026-02-19T21:32:56.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-02-19T21:32:56.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-02-19T21:32:56.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-02-19T21:32:56.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
34232026-02-19T21:32:56.269Z
34242026-02-19T21:32:56.270Zinfo: running `cargo check --bins` on sp-sim (143/251)
34252026-02-19T21:32:57.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-02-19T21:32:57.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-02-19T21:32:57.581Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34282026-02-19T21:33:00.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
34292026-02-19T21:33:01.114Z
34302026-02-19T21:33:01.115Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (144/251)
34312026-02-19T21:33:02.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-02-19T21:33:02.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-02-19T21:33:02.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-02-19T21:33:02.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
34352026-02-19T21:33:02.351Z
34362026-02-19T21:33:02.351Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (145/251)
34372026-02-19T21:33:03.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-02-19T21:33:03.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-02-19T21:33:03.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-02-19T21:33:03.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
34412026-02-19T21:33:03.626Z
34422026-02-19T21:33:03.626Zinfo: running `cargo check --bins` on db-macros (146/251)
34432026-02-19T21:33:04.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-02-19T21:33:04.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-02-19T21:33:04.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-02-19T21:33:04.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
34472026-02-19T21:33:04.703Z
34482026-02-19T21:33:04.703Zinfo: running `cargo check --bins` on nexus-macros-common (147/251)
34492026-02-19T21:33:05.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-02-19T21:33:05.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-02-19T21:33:05.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-02-19T21:33:05.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
34532026-02-19T21:33:05.767Z
34542026-02-19T21:33:05.767Zinfo: running `cargo check --bins` on nexus-auth (148/251)
34552026-02-19T21:33:06.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-02-19T21:33:06.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-02-19T21:33:06.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-02-19T21:33:06.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
34592026-02-19T21:33:07.107Z
34602026-02-19T21:33:07.107Zinfo: running `cargo check --bins` on authz-macros (149/251)
34612026-02-19T21:33:08.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-02-19T21:33:08.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-02-19T21:33:08.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-02-19T21:33:08.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
34652026-02-19T21:33:08.373Z
34662026-02-19T21:33:08.374Zinfo: running `cargo check --bins` on nexus-db-fixed-data (150/251)
34672026-02-19T21:33:09.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-02-19T21:33:09.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-02-19T21:33:09.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-02-19T21:33:09.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
34712026-02-19T21:33:09.689Z
34722026-02-19T21:33:09.689Zinfo: running `cargo check --bins` on nexus-db-model (151/251)
34732026-02-19T21:33:10.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-02-19T21:33:10.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-02-19T21:33:10.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-02-19T21:33:10.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
34772026-02-19T21:33:10.937Z
34782026-02-19T21:33:10.937Zinfo: running `cargo check --bins` on nexus-db-schema (152/251)
34792026-02-19T21:33:11.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-02-19T21:33:12.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-02-19T21:33:12.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-02-19T21:33:12.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34832026-02-19T21:33:12.096Z
34842026-02-19T21:33:12.096Zinfo: running `cargo check --bins` on omicron-rpaths (153/251)
34852026-02-19T21:33:13.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-02-19T21:33:13.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-02-19T21:33:13.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-02-19T21:33:13.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
34892026-02-19T21:33:13.312Z
34902026-02-19T21:33:13.312Zinfo: running `cargo check --bins` on nexus-defaults (154/251)
34912026-02-19T21:33:14.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-02-19T21:33:14.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-02-19T21:33:14.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-02-19T21:33:14.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
34952026-02-19T21:33:14.506Z
34962026-02-19T21:33:14.506Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (155/251)
34972026-02-19T21:33:15.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-02-19T21:33:15.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-02-19T21:33:15.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-02-19T21:33:15.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
35012026-02-19T21:33:15.682Z
35022026-02-19T21:33:15.682Zinfo: running `cargo check --bins` on parallel-task-set (156/251)
35032026-02-19T21:33:16.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-02-19T21:33:16.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-02-19T21:33:16.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-02-19T21:33:16.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
35072026-02-19T21:33:16.904Z
35082026-02-19T21:33:16.904Zinfo: running `cargo check --bins` on nexus-db-errors (157/251)
35092026-02-19T21:33:18.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-02-19T21:33:18.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-02-19T21:33:18.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-02-19T21:33:18.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
35132026-02-19T21:33:18.287Z
35142026-02-19T21:33:18.287Zinfo: running `cargo check --bins` on nexus-db-lookup (158/251)
35152026-02-19T21:33:19.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-02-19T21:33:19.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-02-19T21:33:19.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-02-19T21:33:19.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
35192026-02-19T21:33:19.745Z
35202026-02-19T21:33:19.745Zinfo: running `cargo check --bins` on nexus-inventory (159/251)
35212026-02-19T21:33:20.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-02-19T21:33:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-02-19T21:33:20.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-02-19T21:33:20.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
35252026-02-19T21:33:21.062Z
35262026-02-19T21:33:21.062Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (160/251)
35272026-02-19T21:33:22.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-02-19T21:33:22.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-02-19T21:33:22.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-02-19T21:33:22.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35312026-02-19T21:33:22.345Z
35322026-02-19T21:33:22.353Zinfo: running `cargo check --bins --no-default-features` on sled-storage (161/251)
35332026-02-19T21:33:23.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-02-19T21:33:23.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-02-19T21:33:23.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-02-19T21:33:23.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
35372026-02-19T21:33:23.516Z
35382026-02-19T21:33:23.517Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (162/251)
35392026-02-19T21:33:24.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-02-19T21:33:24.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-02-19T21:33:24.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-02-19T21:33:24.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
35432026-02-19T21:33:24.849Z
35442026-02-19T21:33:24.849Zinfo: running `cargo check --bins` on key-manager (163/251)
35452026-02-19T21:33:25.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-02-19T21:33:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-02-19T21:33:25.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-02-19T21:33:25.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35492026-02-19T21:33:26.051Z
35502026-02-19T21:33:26.051Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (164/251)
35512026-02-19T21:33:27.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-02-19T21:33:27.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-02-19T21:33:27.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-02-19T21:33:27.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
35552026-02-19T21:33:27.380Z
35562026-02-19T21:33:27.380Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (165/251)
35572026-02-19T21:33:28.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-02-19T21:33:28.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-02-19T21:33:28.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-02-19T21:33:28.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35612026-02-19T21:33:28.602Z
35622026-02-19T21:33:28.603Zinfo: running `cargo check --bins` on typed-rng (166/251)
35632026-02-19T21:33:29.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-02-19T21:33:29.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-02-19T21:33:29.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-02-19T21:33:29.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35672026-02-19T21:33:29.770Z
35682026-02-19T21:33:29.771Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (167/251)
35692026-02-19T21:33:30.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-02-19T21:33:30.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-02-19T21:33:31.364Z Compiling libefi-sys v0.1.0
35722026-02-19T21:33:31.364Z Compiling bitfield-struct v0.6.2
35732026-02-19T21:33:31.390Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35742026-02-19T21:33:31.391Z Compiling xshell-macros v0.2.7
35752026-02-19T21:33:31.391Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35762026-02-19T21:33:31.494Z Compiling salty v0.3.0
35772026-02-19T21:33:35.426Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35782026-02-19T21:33:35.611Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35792026-02-19T21:33:35.611Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35802026-02-19T21:33:35.611Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35812026-02-19T21:33:35.690Z Checking primeorder v0.13.6
35822026-02-19T21:33:35.690Z Compiling proc-macro-error-attr2 v2.0.0
35832026-02-19T21:33:35.690Z Checking xshell v0.2.7
35842026-02-19T21:33:35.690Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35852026-02-19T21:33:35.690Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35862026-02-19T21:33:35.690Z Checking p384 v0.13.1
35872026-02-19T21:33:35.690Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35882026-02-19T21:33:35.690Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35892026-02-19T21:33:35.690Z Compiling proc-macro-error2 v2.0.1
35902026-02-19T21:33:35.690Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35912026-02-19T21:33:35.690Z Compiling num-derive v0.3.3
35922026-02-19T21:33:35.690Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35932026-02-19T21:33:35.690Z Compiling unicase v2.8.1
35942026-02-19T21:33:35.691Z Compiling tabled_derive v0.11.0
35952026-02-19T21:33:35.691Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35962026-02-19T21:33:35.691Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35972026-02-19T21:33:35.691Z Compiling mime_guess v2.0.5
35982026-02-19T21:33:35.691Z Checking papergrid v0.17.0
35992026-02-19T21:33:35.691Z Checking testing_table v0.3.0
36002026-02-19T21:33:35.691Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36012026-02-19T21:33:35.691Z Checking libscf-sys v1.1.0
36022026-02-19T21:33:35.691Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36032026-02-19T21:33:35.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
36042026-02-19T21:33:35.691Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36052026-02-19T21:33:35.691Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36062026-02-19T21:33:35.691Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36072026-02-19T21:33:35.737Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36082026-02-19T21:33:35.776Z Checking corncobs v0.1.4
36092026-02-19T21:33:35.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36102026-02-19T21:33:35.984Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36112026-02-19T21:33:36.174Z Checking tabled v0.20.0
36122026-02-19T21:33:36.277Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36132026-02-19T21:33:36.421Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36142026-02-19T21:33:36.486Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36152026-02-19T21:33:36.511Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36162026-02-19T21:33:36.538Z Checking secrecy v0.8.0
36172026-02-19T21:33:36.917Z Checking http-range v0.1.5
36182026-02-19T21:33:37.143Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36192026-02-19T21:33:37.288Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36202026-02-19T21:33:37.322Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36212026-02-19T21:33:37.768Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36222026-02-19T21:33:38.010Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36232026-02-19T21:33:38.335Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36242026-02-19T21:33:38.362Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36252026-02-19T21:33:38.387Z Checking atty v0.2.14
36262026-02-19T21:33:38.519Z Checking crc8 v0.1.1
36272026-02-19T21:33:38.557Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
36282026-02-19T21:33:38.691Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36292026-02-19T21:33:38.750Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36302026-02-19T21:33:38.750Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36312026-02-19T21:33:39.314Z Checking hyper-staticfile v0.10.1
36322026-02-19T21:33:39.637Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36332026-02-19T21:33:39.836Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36342026-02-19T21:33:39.869Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36352026-02-19T21:33:39.974Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36362026-02-19T21:33:40.264Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36372026-02-19T21:33:40.295Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36382026-02-19T21:33:40.329Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36392026-02-19T21:33:40.455Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36402026-02-19T21:33:40.610Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36412026-02-19T21:33:40.642Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36422026-02-19T21:33:41.104Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36432026-02-19T21:33:41.152Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36442026-02-19T21:33:41.239Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36452026-02-19T21:33:42.146Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36462026-02-19T21:33:43.498Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36472026-02-19T21:33:43.888Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36482026-02-19T21:33:47.352Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36492026-02-19T21:33:47.409Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36502026-02-19T21:33:47.409Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36512026-02-19T21:33:47.409Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36522026-02-19T21:33:58.063Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36532026-02-19T21:34:25.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.75s
36542026-02-19T21:34:25.755Z
36552026-02-19T21:34:25.755Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (168/251)
36562026-02-19T21:34:26.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-02-19T21:34:27.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-02-19T21:34:27.324Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36592026-02-19T21:34:54.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.98s
36602026-02-19T21:34:54.980Z
36612026-02-19T21:34:54.980Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (169/251)
36622026-02-19T21:34:56.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-02-19T21:34:56.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-02-19T21:34:56.494Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36652026-02-19T21:35:25.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s
36662026-02-19T21:35:25.252Z
36672026-02-19T21:35:25.252Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (170/251)
36682026-02-19T21:35:26.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-02-19T21:35:26.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-02-19T21:35:26.891Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36712026-02-19T21:35:55.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.12s
36722026-02-19T21:35:55.635Z
36732026-02-19T21:35:55.635Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (171/251)
36742026-02-19T21:35:56.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-02-19T21:35:56.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-02-19T21:35:57.212Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36772026-02-19T21:36:25.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.80s
36782026-02-19T21:36:25.689Z
36792026-02-19T21:36:25.689Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (172/251)
36802026-02-19T21:36:26.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-02-19T21:36:27.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-02-19T21:36:27.337Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36832026-02-19T21:36:55.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.46s
36842026-02-19T21:36:55.395Z
36852026-02-19T21:36:55.395Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (173/251)
36862026-02-19T21:36:56.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-02-19T21:36:56.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-02-19T21:36:56.982Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36892026-02-19T21:37:24.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.60s
36902026-02-19T21:37:24.261Z
36912026-02-19T21:37:24.261Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (174/251)
36922026-02-19T21:37:25.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-02-19T21:37:25.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-02-19T21:37:25.829Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-02-19T21:37:54.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.55s
36962026-02-19T21:37:55.055Z
36972026-02-19T21:37:55.055Zinfo: running `cargo check --bins` on bootstrap-agent-api (175/251)
36982026-02-19T21:37:56.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-02-19T21:37:56.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-02-19T21:37:56.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-02-19T21:37:56.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
37022026-02-19T21:37:56.402Z
37032026-02-19T21:37:56.402Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (176/251)
37042026-02-19T21:37:57.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-02-19T21:37:57.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-02-19T21:37:57.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-02-19T21:37:57.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
37082026-02-19T21:37:57.789Z
37092026-02-19T21:37:57.789Zinfo: running `cargo check --bins` on range-requests (177/251)
37102026-02-19T21:37:58.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-02-19T21:37:58.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-02-19T21:37:58.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-02-19T21:37:58.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
37142026-02-19T21:37:59.094Z
37152026-02-19T21:37:59.094Zinfo: running `cargo check --bins` on repo-depot-api (178/251)
37162026-02-19T21:38:00.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-02-19T21:38:00.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-02-19T21:38:00.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-02-19T21:38:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37202026-02-19T21:38:00.334Z
37212026-02-19T21:38:00.334Zinfo: running `cargo check --bins` on sled-agent-api (179/251)
37222026-02-19T21:38:01.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-02-19T21:38:01.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-02-19T21:38:01.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-02-19T21:38:01.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37262026-02-19T21:38:01.714Z
37272026-02-19T21:38:01.714Zinfo: running `cargo check --bins` on sled-diagnostics (180/251)
37282026-02-19T21:38:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-02-19T21:38:02.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-02-19T21:38:02.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-02-19T21:38:02.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37322026-02-19T21:38:03.067Z
37332026-02-19T21:38:03.067Zinfo: running `cargo check --bins` on zfs-test-harness (181/251)
37342026-02-19T21:38:04.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-02-19T21:38:04.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-02-19T21:38:04.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-02-19T21:38:04.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37382026-02-19T21:38:04.410Z
37392026-02-19T21:38:04.410Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (182/251)
37402026-02-19T21:38:05.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-02-19T21:38:05.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-02-19T21:38:05.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-02-19T21:38:05.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37442026-02-19T21:38:05.715Z
37452026-02-19T21:38:05.715Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (183/251)
37462026-02-19T21:38:06.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-02-19T21:38:06.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-02-19T21:38:06.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-02-19T21:38:06.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37502026-02-19T21:38:07.051Z
37512026-02-19T21:38:07.051Zinfo: running `cargo check --bins` on sled-agent-health-monitor (184/251)
37522026-02-19T21:38:08.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-02-19T21:38:08.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-02-19T21:38:08.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-02-19T21:38:08.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
37562026-02-19T21:38:08.428Z
37572026-02-19T21:38:08.428Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (185/251)
37582026-02-19T21:38:09.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-02-19T21:38:09.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-02-19T21:38:09.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-02-19T21:38:09.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
37622026-02-19T21:38:09.807Z
37632026-02-19T21:38:09.807Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (186/251)
37642026-02-19T21:38:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-02-19T21:38:11.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-02-19T21:38:11.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-02-19T21:38:11.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
37682026-02-19T21:38:11.140Z
37692026-02-19T21:38:11.140Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (187/251)
37702026-02-19T21:38:12.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-02-19T21:38:12.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-02-19T21:38:12.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-02-19T21:38:12.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
37742026-02-19T21:38:12.504Z
37752026-02-19T21:38:12.504Zinfo: running `cargo check --bins` on trust-quorum (188/251)
37762026-02-19T21:38:13.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-02-19T21:38:13.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-02-19T21:38:13.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-02-19T21:38:13.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
37802026-02-19T21:38:13.893Z
37812026-02-19T21:38:13.893Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (189/251)
37822026-02-19T21:38:15.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-02-19T21:38:15.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-02-19T21:38:15.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-02-19T21:38:15.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
37862026-02-19T21:38:15.234Z
37872026-02-19T21:38:15.234Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (190/251)
37882026-02-19T21:38:16.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-02-19T21:38:16.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-02-19T21:38:16.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-02-19T21:38:16.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
37922026-02-19T21:38:16.707Z
37932026-02-19T21:38:16.707Zinfo: running `cargo check --bins` on update-common (191/251)
37942026-02-19T21:38:17.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-02-19T21:38:17.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-02-19T21:38:17.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-02-19T21:38:17.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
37982026-02-19T21:38:18.113Z
37992026-02-19T21:38:18.113Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (192/251)
38002026-02-19T21:38:19.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-02-19T21:38:19.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-02-19T21:38:19.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-02-19T21:38:19.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
38042026-02-19T21:38:19.513Z
38052026-02-19T21:38:19.513Zinfo: running `cargo check --bins` on reconfigurator-cli (193/251)
38062026-02-19T21:38:20.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-02-19T21:38:20.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-02-19T21:38:21.123Z Compiling fs-err v2.11.0
38092026-02-19T21:38:21.123Z Checking ignore v0.4.23
38102026-02-19T21:38:21.147Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38112026-02-19T21:38:21.147Z Checking predicates-tree v1.0.12
38122026-02-19T21:38:21.171Z Checking parse-size v1.1.0
38132026-02-19T21:38:21.231Z Checking rand_seeder v0.4.0
38142026-02-19T21:38:21.256Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38152026-02-19T21:38:21.280Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38162026-02-19T21:38:21.383Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38172026-02-19T21:38:21.470Z Compiling petname v2.0.2
38182026-02-19T21:38:21.564Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38192026-02-19T21:38:21.852Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38202026-02-19T21:38:21.877Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38212026-02-19T21:38:22.018Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38222026-02-19T21:38:22.088Z Checking globwalk v0.9.1
38232026-02-19T21:38:22.198Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38242026-02-19T21:38:22.422Z Checking sapling-renderdag v0.1.0
38252026-02-19T21:38:22.456Z Checking camino-tempfile-ext v0.3.2
38262026-02-19T21:38:22.517Z Checking sync-ptr v0.1.4
38272026-02-19T21:38:22.723Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38282026-02-19T21:38:22.833Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38292026-02-19T21:38:22.970Z Checking assert_matches v1.5.0
38302026-02-19T21:38:23.620Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38312026-02-19T21:38:23.901Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38322026-02-19T21:38:23.925Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38332026-02-19T21:38:25.134Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38342026-02-19T21:38:28.251Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38352026-02-19T21:38:33.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
38362026-02-19T21:38:33.374Z
38372026-02-19T21:38:33.374Zinfo: running `cargo check --bins` on omicron-repl-utils (194/251)
38382026-02-19T21:38:34.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-02-19T21:38:34.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-02-19T21:38:34.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-02-19T21:38:34.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38422026-02-19T21:38:34.693Z
38432026-02-19T21:38:34.693Zinfo: running `cargo check --bins` on nexus-test-interface (195/251)
38442026-02-19T21:38:35.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-02-19T21:38:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-02-19T21:38:35.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-02-19T21:38:35.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
38482026-02-19T21:38:36.118Z
38492026-02-19T21:38:36.118Zinfo: running `cargo check --bins` on oximeter-collector (196/251)
38502026-02-19T21:38:37.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-02-19T21:38:37.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-02-19T21:38:37.609Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38532026-02-19T21:38:37.609Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38542026-02-19T21:38:38.829Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38552026-02-19T21:38:42.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
38562026-02-19T21:38:42.400Z
38572026-02-19T21:38:42.400Zinfo: running `cargo check --bins` on oximeter-api (197/251)
38582026-02-19T21:38:43.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-02-19T21:38:43.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-02-19T21:38:43.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-02-19T21:38:43.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
38622026-02-19T21:38:43.690Z
38632026-02-19T21:38:43.690Zinfo: running `cargo check --bins` on cert-dev (198/251)
38642026-02-19T21:38:44.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-02-19T21:38:44.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-02-19T21:38:45.049Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38672026-02-19T21:38:45.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
38682026-02-19T21:38:45.595Z
38692026-02-19T21:38:45.595Zinfo: running `cargo check --bins` on clickana (199/251)
38702026-02-19T21:38:46.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-02-19T21:38:46.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-02-19T21:38:47.009Z Checking castaway v0.2.3
38732026-02-19T21:38:47.009Z Checking unicode-truncate v1.1.0
38742026-02-19T21:38:47.009Z Checking lru v0.12.5
38752026-02-19T21:38:47.011Z Compiling instability v0.3.2
38762026-02-19T21:38:47.011Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38772026-02-19T21:38:47.011Z Compiling indoc v2.0.6
38782026-02-19T21:38:47.035Z Checking cassowary v0.3.0
38792026-02-19T21:38:47.209Z Checking compact_str v0.8.0
38802026-02-19T21:38:48.033Z Checking ratatui v0.29.0
38812026-02-19T21:38:49.451Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38822026-02-19T21:38:49.814Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38832026-02-19T21:38:51.557Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38842026-02-19T21:38:52.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s
38852026-02-19T21:38:53.070Z
38862026-02-19T21:38:53.070Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (200/251)
38872026-02-19T21:38:54.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-02-19T21:38:54.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-02-19T21:38:54.546Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38902026-02-19T21:38:54.546Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38912026-02-19T21:38:55.516Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38922026-02-19T21:38:56.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
38932026-02-19T21:38:56.470Z
38942026-02-19T21:38:56.470Zinfo: running `cargo check --bins` on ch-dev (201/251)
38952026-02-19T21:38:57.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-02-19T21:38:57.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-02-19T21:38:58.005Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38982026-02-19T21:38:59.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
38992026-02-19T21:38:59.411Z
39002026-02-19T21:38:59.411Zinfo: running `cargo check --bins` on dev-tools-common (202/251)
39012026-02-19T21:39:00.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-02-19T21:39:00.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-02-19T21:39:00.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-02-19T21:39:00.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
39052026-02-19T21:39:00.424Z
39062026-02-19T21:39:00.424Zinfo: running `cargo check --bins` on crdb-seed (203/251)
39072026-02-19T21:39:01.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-02-19T21:39:01.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-02-19T21:39:01.839Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39102026-02-19T21:39:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
39112026-02-19T21:39:02.646Z
39122026-02-19T21:39:02.646Zinfo: running `cargo check --bins` on db-dev (204/251)
39132026-02-19T21:39:03.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-02-19T21:39:03.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-02-19T21:39:04.166Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39162026-02-19T21:39:05.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
39172026-02-19T21:39:05.628Z
39182026-02-19T21:39:05.629Zinfo: running `cargo check --bins` on omicron-dev-lib (205/251)
39192026-02-19T21:39:06.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-02-19T21:39:06.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-02-19T21:39:06.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-02-19T21:39:06.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
39232026-02-19T21:39:06.959Z
39242026-02-19T21:39:06.959Zinfo: running `cargo check --bins` on xtask-downloader (206/251)
39252026-02-19T21:39:08.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-02-19T21:39:08.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-02-19T21:39:08.248Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39282026-02-19T21:39:09.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
39292026-02-19T21:39:09.731Z
39302026-02-19T21:39:09.731Zinfo: running `cargo check --bins` on omicron-dropshot-apis (207/251)
39312026-02-19T21:39:10.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-02-19T21:39:10.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-02-19T21:39:11.228Z Compiling tabled_derive v0.10.0
39342026-02-19T21:39:11.228Z Checking papergrid v0.14.0
39352026-02-19T21:39:11.228Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39362026-02-19T21:39:11.255Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39372026-02-19T21:39:11.255Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39382026-02-19T21:39:11.255Z Compiling trait-variant v0.1.2
39392026-02-19T21:39:11.255Z Checking is_ci v1.2.0
39402026-02-19T21:39:11.255Z Checking maplit v1.0.2
39412026-02-19T21:39:11.548Z Checking supports-color v3.0.2
39422026-02-19T21:39:11.573Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39432026-02-19T21:39:11.758Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39442026-02-19T21:39:11.783Z Checking drift v0.1.3
39452026-02-19T21:39:12.084Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39462026-02-19T21:39:12.308Z Checking dropshot-api-manager v0.3.0
39472026-02-19T21:39:12.400Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39482026-02-19T21:39:12.473Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39492026-02-19T21:39:12.711Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39502026-02-19T21:39:12.960Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39512026-02-19T21:39:13.007Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39522026-02-19T21:39:13.272Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39532026-02-19T21:39:13.754Z Checking tabled v0.18.0
39542026-02-19T21:39:13.793Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39552026-02-19T21:39:13.960Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39562026-02-19T21:39:13.987Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39572026-02-19T21:39:25.833Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39582026-02-19T21:39:28.323Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39592026-02-19T21:39:29.631Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39602026-02-19T21:39:30.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s
39612026-02-19T21:39:30.726Z
39622026-02-19T21:39:30.726Zinfo: running `cargo check --bins` on installinator-api (208/251)
39632026-02-19T21:39:32.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-02-19T21:39:32.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-02-19T21:39:32.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-02-19T21:39:32.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
39672026-02-19T21:39:32.130Z
39682026-02-19T21:39:32.130Zinfo: running `cargo check --bins` on nexus-external-api (209/251)
39692026-02-19T21:39:33.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-02-19T21:39:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-02-19T21:39:33.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-02-19T21:39:33.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
39732026-02-19T21:39:33.505Z
39742026-02-19T21:39:33.506Zinfo: running `cargo check --bins` on nexus-internal-api (210/251)
39752026-02-19T21:39:34.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-02-19T21:39:34.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-02-19T21:39:34.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-02-19T21:39:34.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
39792026-02-19T21:39:34.920Z
39802026-02-19T21:39:34.920Zinfo: running `cargo check --bins` on nexus-lockstep-api (211/251)
39812026-02-19T21:39:36.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-02-19T21:39:36.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-02-19T21:39:36.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-02-19T21:39:36.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
39852026-02-19T21:39:36.327Z
39862026-02-19T21:39:36.327Zinfo: running `cargo check --bins` on ntp-admin-api (212/251)
39872026-02-19T21:39:37.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-02-19T21:39:37.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-02-19T21:39:37.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-02-19T21:39:37.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
39912026-02-19T21:39:37.697Z
39922026-02-19T21:39:37.697Zinfo: running `cargo check --bins` on ntp-admin-types-versions (213/251)
39932026-02-19T21:39:38.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-02-19T21:39:38.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-02-19T21:39:38.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-02-19T21:39:38.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
39972026-02-19T21:39:38.953Z
39982026-02-19T21:39:38.953Zinfo: running `cargo check --bins` on wicketd-api (214/251)
39992026-02-19T21:39:40.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-02-19T21:39:40.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-02-19T21:39:40.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-02-19T21:39:40.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40032026-02-19T21:39:40.370Z
40042026-02-19T21:39:40.370Zinfo: running `cargo check --bins` on omicron-ls-apis (215/251)
40052026-02-19T21:39:41.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-02-19T21:39:41.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-02-19T21:39:41.954Z Checking typeid v1.0.3
40082026-02-19T21:39:42.003Z Checking ordered-float v2.10.1
40092026-02-19T21:39:42.035Z Checking unicode-xid v0.2.6
40102026-02-19T21:39:42.059Z Checking cargo-platform v0.2.0
40112026-02-19T21:39:42.171Z Checking erased-serde v0.4.6
40122026-02-19T21:39:42.562Z Checking serde-value v0.7.0
40132026-02-19T21:39:43.068Z Checking serde-untagged v0.1.7
40142026-02-19T21:39:43.430Z Checking cargo-util-schemas v0.8.2
40152026-02-19T21:39:45.537Z Checking cargo_metadata v0.21.0
40162026-02-19T21:39:47.303Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40172026-02-19T21:39:48.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s
40182026-02-19T21:39:49.154Z
40192026-02-19T21:39:49.154Zinfo: running `cargo check --bins` on mgs-dev (216/251)
40202026-02-19T21:39:50.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-02-19T21:39:50.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-02-19T21:39:50.717Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40232026-02-19T21:39:51.703Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40242026-02-19T21:39:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
40252026-02-19T21:39:52.862Z
40262026-02-19T21:39:52.862Zinfo: running `cargo check --bins` on omicron-omdb (217/251)
40272026-02-19T21:39:54.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-02-19T21:39:54.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-02-19T21:39:54.881Z Compiling vergen-gitcl v1.0.8
40302026-02-19T21:39:54.881Z Compiling dirs-sys-next v0.1.2
40312026-02-19T21:39:54.881Z Compiling crunchy v0.2.2
40322026-02-19T21:39:54.881Z Compiling dsl_auto_type v0.1.2
40332026-02-19T21:39:54.905Z Checking scheduled-thread-pool v0.2.7
40342026-02-19T21:39:54.905Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40352026-02-19T21:39:54.905Z Compiling diesel_table_macro_syntax v0.2.0
40362026-02-19T21:39:54.905Z Compiling tiny-keccak v2.0.2
40372026-02-19T21:39:55.256Z Compiling dirs-next v2.0.0
40382026-02-19T21:39:55.400Z Checking r2d2 v0.8.10
40392026-02-19T21:39:55.473Z Compiling term v0.7.0
40402026-02-19T21:39:55.500Z Compiling bit-vec v0.6.3
40412026-02-19T21:39:55.547Z Compiling ena v0.14.3
40422026-02-19T21:39:55.778Z Compiling regex-syntax v0.6.29
40432026-02-19T21:39:55.987Z Compiling bit-set v0.5.3
40442026-02-19T21:39:56.011Z Compiling diff v0.1.13
40452026-02-19T21:39:56.325Z Compiling ascii-canvas v3.0.0
40462026-02-19T21:39:56.425Z Compiling diesel_derives v2.2.3
40472026-02-19T21:39:56.560Z Compiling bindgen v0.71.1
40482026-02-19T21:39:56.584Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40492026-02-19T21:39:56.640Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40502026-02-19T21:39:56.709Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40512026-02-19T21:39:56.826Z Compiling libxml v0.3.3
40522026-02-19T21:39:56.915Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40532026-02-19T21:39:56.996Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40542026-02-19T21:39:57.302Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40552026-02-19T21:39:57.545Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40562026-02-19T21:39:57.630Z Compiling strum_macros v0.24.3
40572026-02-19T21:39:57.851Z Compiling indoc v1.0.9
40582026-02-19T21:39:58.712Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40592026-02-19T21:39:59.036Z Compiling lalrpop v0.19.12
40602026-02-19T21:39:59.697Z Checking derive_builder v0.20.2
40612026-02-19T21:39:59.882Z Compiling oso-derive v0.27.3
40622026-02-19T21:39:59.930Z Compiling impl-trait-for-tuples v0.2.2
40632026-02-19T21:40:00.778Z Checking quick-xml v0.37.2
40642026-02-19T21:40:00.876Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40652026-02-19T21:40:00.915Z Compiling diesel-dtrace v0.4.2
40662026-02-19T21:40:01.396Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40672026-02-19T21:40:01.691Z Checking bb8 v0.8.5
40682026-02-19T21:40:02.264Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40692026-02-19T21:40:02.316Z Checking nonempty v0.12.0
40702026-02-19T21:40:02.642Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40712026-02-19T21:40:02.673Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40722026-02-19T21:40:02.911Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40732026-02-19T21:40:03.101Z Checking console v0.16.0
40742026-02-19T21:40:03.133Z Checking unit-prefix v0.5.1
40752026-02-19T21:40:03.383Z Checking support-bundle-viewer v0.1.2
40762026-02-19T21:40:03.734Z Checking indicatif v0.18.0
40772026-02-19T21:40:03.875Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40782026-02-19T21:40:04.107Z Checking multimap v0.10.1
40792026-02-19T21:40:05.961Z Checking diesel v2.2.12
40802026-02-19T21:40:26.661Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40812026-02-19T21:40:27.652Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40822026-02-19T21:40:28.210Z Compiling samael v0.0.19
40832026-02-19T21:40:28.886Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40842026-02-19T21:40:29.809Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40852026-02-19T21:40:30.010Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40862026-02-19T21:40:30.336Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40872026-02-19T21:40:31.467Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40882026-02-19T21:40:32.831Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40892026-02-19T21:40:37.535Z Checking async-bb8-diesel v0.2.1
40902026-02-19T21:40:38.253Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40912026-02-19T21:40:47.000Z Compiling polar-core v0.27.3
40922026-02-19T21:40:57.134Z Checking oso v0.27.3
40932026-02-19T21:42:07.039Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40942026-02-19T21:43:28.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 35s
40952026-02-19T21:43:28.571Z
40962026-02-19T21:43:28.571Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (218/251)
40972026-02-19T21:43:29.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-02-19T21:43:29.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-02-19T21:43:29.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-02-19T21:43:29.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
41012026-02-19T21:43:29.831Z
41022026-02-19T21:43:29.831Zinfo: running `cargo check --bins` on nexus-saga-recovery (219/251)
41032026-02-19T21:43:30.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-02-19T21:43:31.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-02-19T21:43:31.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-02-19T21:43:31.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
41072026-02-19T21:43:31.131Z
41082026-02-19T21:43:31.131Zinfo: running `cargo check --bins` on nexus-test-utils-macros (220/251)
41092026-02-19T21:43:32.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-02-19T21:43:32.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-02-19T21:43:32.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-02-19T21:43:32.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
41132026-02-19T21:43:32.301Z
41142026-02-19T21:43:32.301Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (221/251)
41152026-02-19T21:43:33.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-02-19T21:43:33.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-02-19T21:43:33.959Z Compiling libz-sys v1.1.20
41182026-02-19T21:43:33.990Z Compiling libgit2-sys v0.18.2+1.9.1
41192026-02-19T21:43:34.018Z Compiling vergen-git2 v1.0.7
41202026-02-19T21:43:34.044Z Compiling rustls v0.21.12
41212026-02-19T21:43:34.069Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41222026-02-19T21:43:34.093Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41232026-02-19T21:43:34.093Z Checking rustls-webpki v0.101.7
41242026-02-19T21:43:34.117Z Checking sct v0.7.1
41252026-02-19T21:43:34.353Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41262026-02-19T21:43:34.441Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41272026-02-19T21:43:34.471Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41282026-02-19T21:43:34.538Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41292026-02-19T21:43:34.938Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41302026-02-19T21:43:34.967Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41312026-02-19T21:43:34.967Z Checking rustls-pemfile v1.0.4
41322026-02-19T21:43:35.028Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41332026-02-19T21:43:35.221Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41342026-02-19T21:43:35.546Z Checking twox-hash v2.1.0
41352026-02-19T21:43:36.049Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41362026-02-19T21:43:36.088Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41372026-02-19T21:43:36.936Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41382026-02-19T21:43:36.984Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41392026-02-19T21:43:37.180Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41402026-02-19T21:43:37.796Z Checking tokio-rustls v0.24.1
41412026-02-19T21:43:38.231Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41422026-02-19T21:43:38.255Z Checking fatfs v0.3.6
41432026-02-19T21:43:38.461Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41442026-02-19T21:43:38.489Z Compiling seq-macro v0.3.6
41452026-02-19T21:43:47.411Z Compiling git2 v0.20.2
41462026-02-19T21:43:48.602Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41472026-02-19T21:43:48.813Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41482026-02-19T21:43:53.053Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41492026-02-19T21:46:21.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
41502026-02-19T21:46:22.031Z
41512026-02-19T21:46:22.031Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (222/251)
41522026-02-19T21:46:23.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-02-19T21:46:23.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-02-19T21:46:24.174Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41552026-02-19T21:48:39.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
41562026-02-19T21:48:39.629Z
41572026-02-19T21:48:39.629Zinfo: running `cargo check --bins` on nexus-background-task-interface (223/251)
41582026-02-19T21:48:40.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-02-19T21:48:40.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-02-19T21:48:40.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-02-19T21:48:40.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
41622026-02-19T21:48:40.961Z
41632026-02-19T21:48:40.961Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (224/251)
41642026-02-19T21:48:42.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-02-19T21:48:42.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-02-19T21:48:42.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-02-19T21:48:42.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
41682026-02-19T21:48:42.438Z
41692026-02-19T21:48:42.438Zinfo: running `cargo check --bins` on nexus-mgs-updates (225/251)
41702026-02-19T21:48:43.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-02-19T21:48:43.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-02-19T21:48:43.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41732026-02-19T21:48:43.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41742026-02-19T21:48:43.831Z
41752026-02-19T21:48:43.831Zinfo: running `cargo check --bins` on nexus-networking (226/251)
41762026-02-19T21:48:45.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-02-19T21:48:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-02-19T21:48:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-02-19T21:48:45.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41802026-02-19T21:48:45.420Z
41812026-02-19T21:48:45.420Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (227/251)
41822026-02-19T21:48:46.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-02-19T21:48:46.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-02-19T21:48:46.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852026-02-19T21:48:46.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41862026-02-19T21:48:46.917Z
41872026-02-19T21:48:46.917Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (228/251)
41882026-02-19T21:48:48.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-02-19T21:48:48.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-02-19T21:48:48.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-02-19T21:48:48.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41922026-02-19T21:48:48.421Z
41932026-02-19T21:48:48.421Zinfo: running `cargo check --bins` on omicron-dev (229/251)
41942026-02-19T21:48:49.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-02-19T21:48:49.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-02-19T21:48:50.425Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41972026-02-19T21:48:50.425Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-02-19T21:48:50.495Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
41992026-02-19T21:48:50.532Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42002026-02-19T21:48:50.556Z Checking yansi v1.0.1
42012026-02-19T21:48:50.556Z Checking diff v0.1.13
42022026-02-19T21:48:50.556Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42032026-02-19T21:48:50.581Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42042026-02-19T21:48:50.952Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42052026-02-19T21:48:51.165Z Checking pretty_assertions v1.4.1
42062026-02-19T21:48:52.626Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42072026-02-19T21:50:03.822Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42082026-02-19T21:50:03.846Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42092026-02-19T21:50:03.846Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42102026-02-19T21:50:03.846Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42112026-02-19T21:50:03.846Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42122026-02-19T21:50:03.846Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-02-19T21:50:05.657Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42142026-02-19T21:50:08.479Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42152026-02-19T21:52:54.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
42162026-02-19T21:52:55.076Z
42172026-02-19T21:52:55.076Zinfo: running `cargo check --bins` on omicron-pins (230/251)
42182026-02-19T21:52:56.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-02-19T21:52:56.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-02-19T21:52:56.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-02-19T21:52:56.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
42222026-02-19T21:52:56.595Z
42232026-02-19T21:52:56.595Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (231/251)
42242026-02-19T21:52:58.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-02-19T21:52:58.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-02-19T21:52:58.473Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42272026-02-19T21:52:58.497Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42282026-02-19T21:52:58.522Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42292026-02-19T21:53:55.047Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42302026-02-19T21:53:55.785Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42312026-02-19T21:54:00.358Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42322026-02-19T21:54:01.243Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42332026-02-19T21:54:09.907Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42342026-02-19T21:55:15.991Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42352026-02-19T21:55:17.303Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42362026-02-19T21:55:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
42372026-02-19T21:55:21.121Z
42382026-02-19T21:55:21.121Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (232/251)
42392026-02-19T21:55:22.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-02-19T21:55:22.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-02-19T21:55:22.622Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42422026-02-19T21:55:23.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
42432026-02-19T21:55:24.159Z
42442026-02-19T21:55:24.159Zinfo: running `cargo check --bins` on omicron-releng (233/251)
42452026-02-19T21:55:25.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-02-19T21:55:25.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-02-19T21:55:25.675Z Compiling blake3 v1.5.4
42482026-02-19T21:55:25.700Z Checking arrayref v0.3.9
42492026-02-19T21:55:25.700Z Checking arrayvec v0.7.6
42502026-02-19T21:55:25.700Z Checking constant_time_eq v0.3.1
42512026-02-19T21:55:25.700Z Checking topological-sort v0.2.2
42522026-02-19T21:55:25.724Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42532026-02-19T21:55:25.724Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42542026-02-19T21:55:25.724Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42552026-02-19T21:55:25.874Z Checking shell-words v1.1.0
42562026-02-19T21:55:27.419Z Checking omicron-zone-package v0.12.2
42572026-02-19T21:55:29.312Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42582026-02-19T21:55:31.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.07s
42592026-02-19T21:55:31.464Z
42602026-02-19T21:55:31.464Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (234/251)
42612026-02-19T21:55:32.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-02-19T21:55:32.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-02-19T21:55:32.867Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42642026-02-19T21:55:33.334Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42652026-02-19T21:55:34.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
42662026-02-19T21:55:34.460Z
42672026-02-19T21:55:34.460Zinfo: running `cargo check --bins` on xtask (235/251)
42682026-02-19T21:55:35.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-02-19T21:55:35.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-02-19T21:55:35.591Z Checking bitflags v2.9.4
42712026-02-19T21:55:35.591Z Checking serde v1.0.228
42722026-02-19T21:55:35.591Z Checking zerofrom v0.1.4
42732026-02-19T21:55:35.645Z Checking thiserror v2.0.18
42742026-02-19T21:55:35.670Z Checking smallvec v1.15.1
42752026-02-19T21:55:35.695Z Checking hashbrown v0.16.1
42762026-02-19T21:55:35.732Z Checking serde_json v1.0.149
42772026-02-19T21:55:35.757Z Checking scroll v0.12.0
42782026-02-19T21:55:35.877Z Checking num-traits v0.2.19
42792026-02-19T21:55:35.910Z Checking yoke v0.7.4
42802026-02-19T21:55:35.933Z Checking rustix v0.38.37
42812026-02-19T21:55:36.067Z Checking thiserror v1.0.69
42822026-02-19T21:55:36.244Z Checking percent-encoding v2.3.2
42832026-02-19T21:55:36.268Z Checking log v0.4.29
42842026-02-19T21:55:36.300Z Checking zerovec v0.10.4
42852026-02-19T21:55:36.574Z Checking form_urlencoded v1.2.2
42862026-02-19T21:55:36.598Z Checking goblin v0.8.2
42872026-02-19T21:55:36.622Z Checking toml_datetime v0.6.11
42882026-02-19T21:55:36.794Z Checking indexmap v2.13.0
42892026-02-19T21:55:36.817Z Checking serde_spanned v0.6.9
42902026-02-19T21:55:37.010Z Checking erased-serde v0.4.6
42912026-02-19T21:55:37.055Z Checking terminal_size v0.4.0
42922026-02-19T21:55:37.080Z Checking zerocopy v0.7.35
42932026-02-19T21:55:37.264Z Checking pest v2.8.2
42942026-02-19T21:55:37.418Z Checking ordered-float v2.10.1
42952026-02-19T21:55:37.443Z Checking getrandom v0.3.4
42962026-02-19T21:55:37.701Z Checking syn v2.0.114
42972026-02-19T21:55:37.935Z Checking serde-untagged v0.1.7
42982026-02-19T21:55:38.012Z Checking serde-value v0.7.0
42992026-02-19T21:55:38.037Z Checking tinystr v0.7.6
43002026-02-19T21:55:38.247Z Checking icu_collections v1.5.0
43012026-02-19T21:55:38.390Z Checking toml_edit v0.22.27
43022026-02-19T21:55:38.479Z Checking rustix v1.1.3
43032026-02-19T21:55:38.508Z Checking icu_locid v1.5.0
43042026-02-19T21:55:38.554Z Checking once_cell v1.21.3
43052026-02-19T21:55:38.993Z Checking clap_builder v4.5.48
43062026-02-19T21:55:39.034Z Checking cargo-platform v0.2.0
43072026-02-19T21:55:39.462Z Checking textwrap v0.16.2
43082026-02-19T21:55:39.679Z Checking icu_provider v1.5.0
43092026-02-19T21:55:39.903Z Checking fs-err v3.1.1
43102026-02-19T21:55:40.141Z Checking tempfile v3.24.0
43112026-02-19T21:55:40.316Z Checking tabled v0.15.0
43122026-02-19T21:55:40.390Z Checking icu_locid_transform v1.5.0
43132026-02-19T21:55:40.447Z Checking dtrace-parser v0.2.0
43142026-02-19T21:55:40.607Z Checking camino-tempfile v1.4.1
43152026-02-19T21:55:40.932Z Checking anyhow v1.0.99
43162026-02-19T21:55:41.029Z Checking macaddr v1.0.1
43172026-02-19T21:55:41.299Z Checking toml v0.8.23
43182026-02-19T21:55:41.373Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43192026-02-19T21:55:41.503Z Checking icu_properties v1.5.1
43202026-02-19T21:55:41.887Z Checking dof v0.3.0
43212026-02-19T21:55:42.080Z Checking cargo_toml v0.21.0
43222026-02-19T21:55:42.294Z Checking clap v4.5.48
43232026-02-19T21:55:43.108Z Checking usdt-impl v0.5.0
43242026-02-19T21:55:43.712Z Checking usdt v0.5.0
43252026-02-19T21:55:44.940Z Checking icu_normalizer v1.5.0
43262026-02-19T21:55:45.703Z Checking idna_adapter v1.2.0
43272026-02-19T21:55:45.924Z Checking idna v1.0.3
43282026-02-19T21:55:46.408Z Checking url v2.5.4
43292026-02-19T21:55:47.234Z Checking cargo-util-schemas v0.8.2
43302026-02-19T21:55:49.479Z Checking cargo_metadata v0.21.0
43312026-02-19T21:55:51.198Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43322026-02-19T21:55:52.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s
43332026-02-19T21:55:52.473Z
43342026-02-19T21:55:52.473Zinfo: running `cargo check --bins` on end-to-end-tests (236/251)
43352026-02-19T21:55:54.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-02-19T21:55:54.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-02-19T21:55:54.492Z Checking polyval v0.6.2
43382026-02-19T21:55:54.536Z Checking ctr v0.9.2
43392026-02-19T21:55:54.560Z Checking ssh-encoding v0.2.0
43402026-02-19T21:55:54.560Z Checking blowfish v0.9.1
43412026-02-19T21:55:54.610Z Checking password-hash v0.4.2
43422026-02-19T21:55:54.637Z Checking p521 v0.13.3
43432026-02-19T21:55:54.661Z Checking p256 v0.13.2
43442026-02-19T21:55:54.661Z Checking russh-cryptovec v0.7.3
43452026-02-19T21:55:54.872Z Checking bcrypt-pbkdf v0.10.0
43462026-02-19T21:55:54.904Z Checking ghash v0.5.1
43472026-02-19T21:55:54.929Z Checking md5 v0.7.0
43482026-02-19T21:55:54.977Z Checking num-bigint v0.4.6
43492026-02-19T21:55:55.025Z Checking des v0.8.1
43502026-02-19T21:55:55.132Z Checking pbkdf2 v0.11.0
43512026-02-19T21:55:55.157Z Checking aes-gcm v0.10.3
43522026-02-19T21:55:55.246Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43532026-02-19T21:55:55.271Z Checking hex-literal v0.4.1
43542026-02-19T21:55:55.348Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43552026-02-19T21:55:55.418Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43562026-02-19T21:55:55.466Z Checking ssh-cipher v0.2.0
43572026-02-19T21:55:55.493Z Checking internet-checksum v0.2.1
43582026-02-19T21:55:55.847Z Checking ssh-key v0.6.6
43592026-02-19T21:55:56.044Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43602026-02-19T21:55:57.596Z Checking russh-keys v0.45.0
43612026-02-19T21:55:59.199Z Checking russh v0.45.0
43622026-02-19T21:56:44.232Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43632026-02-19T21:56:46.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.35s
43642026-02-19T21:56:47.131Z
43652026-02-19T21:56:47.131Zinfo: running `cargo check --bins` on gateway-cli (237/251)
43662026-02-19T21:56:48.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-02-19T21:56:48.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-02-19T21:56:48.736Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43692026-02-19T21:56:48.761Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43702026-02-19T21:56:48.761Z Checking termios v0.3.3
43712026-02-19T21:56:52.077Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43722026-02-19T21:56:52.354Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43732026-02-19T21:56:57.326Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43742026-02-19T21:56:58.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
43752026-02-19T21:56:59.040Z
43762026-02-19T21:56:59.040Zinfo: running `cargo check --bins --no-default-features` on installinator (238/251)
43772026-02-19T21:57:00.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-02-19T21:57:00.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-02-19T21:57:00.598Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43802026-02-19T21:57:00.623Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43812026-02-19T21:57:00.657Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43822026-02-19T21:57:00.683Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43832026-02-19T21:57:00.683Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43842026-02-19T21:57:01.586Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43852026-02-19T21:57:01.586Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43862026-02-19T21:57:03.348Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43872026-02-19T21:57:03.671Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43882026-02-19T21:57:03.696Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43892026-02-19T21:57:05.281Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43902026-02-19T21:57:08.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s
43912026-02-19T21:57:09.203Z
43922026-02-19T21:57:09.203Zinfo: running `cargo check --bins` on internal-dns-cli (239/251)
43932026-02-19T21:57:10.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-02-19T21:57:10.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-02-19T21:57:10.682Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43962026-02-19T21:57:11.478Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
43972026-02-19T21:57:12.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
43982026-02-19T21:57:12.354Z
43992026-02-19T21:57:12.354Zinfo: running `cargo check --bins` on omicron-live-tests (240/251)
44002026-02-19T21:57:13.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-02-19T21:57:13.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-02-19T21:57:13.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-02-19T21:57:13.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
44042026-02-19T21:57:13.728Z
44052026-02-19T21:57:13.728Zinfo: running `cargo check --bins` on live-tests-macros (241/251)
44062026-02-19T21:57:14.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-02-19T21:57:14.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-02-19T21:57:14.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-02-19T21:57:14.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
44102026-02-19T21:57:15.044Z
44112026-02-19T21:57:15.044Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (242/251)
44122026-02-19T21:57:16.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-02-19T21:57:16.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-02-19T21:57:16.739Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44152026-02-19T21:57:17.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
44162026-02-19T21:57:17.937Z
44172026-02-19T21:57:17.937Zinfo: running `cargo check --bins` on omicron-ntp-admin (243/251)
44182026-02-19T21:57:19.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-02-19T21:57:19.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-02-19T21:57:19.409Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44212026-02-19T21:57:19.434Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44222026-02-19T21:57:19.751Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44232026-02-19T21:57:19.775Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44242026-02-19T21:57:21.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
44252026-02-19T21:57:21.669Z
44262026-02-19T21:57:21.669Zinfo: running `cargo check --bins` on ntp-admin-types (244/251)
44272026-02-19T21:57:22.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-02-19T21:57:22.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-02-19T21:57:22.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-02-19T21:57:22.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
44312026-02-19T21:57:23.035Z
44322026-02-19T21:57:23.035Zinfo: running `cargo check --bins` on omicron-package (245/251)
44332026-02-19T21:57:24.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-02-19T21:57:24.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-02-19T21:57:24.628Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44362026-02-19T21:57:26.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
44372026-02-19T21:57:27.174Z
44382026-02-19T21:57:27.174Zinfo: running `cargo check --bins` on tqdb (246/251)
44392026-02-19T21:57:28.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-02-19T21:57:28.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-02-19T21:57:28.962Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44422026-02-19T21:57:29.528Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44432026-02-19T21:57:31.224Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44442026-02-19T21:57:31.249Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44452026-02-19T21:57:42.030Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44462026-02-19T21:57:43.767Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44472026-02-19T21:57:43.792Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44482026-02-19T21:57:43.792Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44492026-02-19T21:57:45.973Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44502026-02-19T21:57:45.998Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44512026-02-19T21:58:17.157Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44522026-02-19T21:58:17.184Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44532026-02-19T21:58:17.184Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44542026-02-19T21:58:17.184Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44552026-02-19T21:58:21.133Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44562026-02-19T21:58:24.612Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44572026-02-19T21:58:26.157Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44582026-02-19T21:58:29.342Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44592026-02-19T21:58:30.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44602026-02-19T21:58:30.736Z
44612026-02-19T21:58:30.736Zinfo: running `cargo check --bins` on wicket-dbg (247/251)
44622026-02-19T21:58:32.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-02-19T21:58:32.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-02-19T21:58:32.316Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44652026-02-19T21:58:32.341Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44662026-02-19T21:58:32.341Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44672026-02-19T21:58:32.397Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44682026-02-19T21:58:32.422Z Checking rtoolbox v0.0.2
44692026-02-19T21:58:32.447Z Checking tui-tree-widget v0.23.1
44702026-02-19T21:58:32.683Z Checking rpassword v7.4.0
44712026-02-19T21:58:32.965Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44722026-02-19T21:58:35.324Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44732026-02-19T21:58:46.759Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44742026-02-19T21:58:48.413Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44752026-02-19T21:58:57.130Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44762026-02-19T21:59:02.335Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44772026-02-19T21:59:04.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s
44782026-02-19T21:59:04.691Z
44792026-02-19T21:59:04.691Zinfo: running `cargo check --bins` on wicket (248/251)
44802026-02-19T21:59:06.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-02-19T21:59:06.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-02-19T21:59:06.288Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44832026-02-19T21:59:06.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
44842026-02-19T21:59:07.089Z
44852026-02-19T21:59:07.089Zinfo: running `cargo check --bins` on wicketd (249/251)
44862026-02-19T21:59:08.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-02-19T21:59:08.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-02-19T21:59:08.674Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44892026-02-19T21:59:08.699Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44902026-02-19T21:59:08.699Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44912026-02-19T21:59:08.699Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44922026-02-19T21:59:11.529Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44932026-02-19T21:59:12.941Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44942026-02-19T21:59:20.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
44952026-02-19T21:59:21.020Z
44962026-02-19T21:59:21.020Zinfo: running `cargo check --bins` on omicron-workspace-hack (250/251)
44972026-02-19T21:59:22.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-02-19T21:59:22.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-02-19T21:59:22.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-02-19T21:59:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
45012026-02-19T21:59:22.324Z
45022026-02-19T21:59:22.324Zinfo: running `cargo check --bins` on zone-setup (251/251)
45032026-02-19T21:59:23.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-02-19T21:59:23.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-02-19T21:59:24.022Z Checking uzers v0.12.1
45062026-02-19T21:59:24.491Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45072026-02-19T21:59:26.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
45082026-02-19T21:59:26.362Z
45092026-02-19T21:59:26.362Zreal 35:05.299337257
45102026-02-19T21:59:26.362Zuser 52:51.373548824
45112026-02-19T21:59:26.363Zsys 8:10.558446048
45122026-02-19T21:59:26.363Ztrap 1.462820664
45132026-02-19T21:59:26.363Ztflt 0.361828908
45142026-02-19T21:59:26.363Zdflt 1.074832159
45152026-02-19T21:59:26.387Zkflt 0.000923016
45162026-02-19T21:59:26.387Zlock 2:27:39.625766930
45172026-02-19T21:59:26.387Zslp 4:57:56.991894059
45182026-02-19T21:59:26.387Zlat 1:45.580220369
45192026-02-19T21:59:26.387Zstop 5:18.766362188
45202026-02-19T21:59:26.387Zprocess exited: duration 2548909 ms, exit code 0
 
45212026-02-19T21:59:26.438Zfound 0 output files