01KY3D93BCK4E07CDXQE5KVH0N: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KY3D9JZ3KF1AHVYDCB4HSQS7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T22:39:24.567Zjob assigned to worker 01KY3D9P9XKTA0XQZBJ5TA43JV [factory aws, i-012a4935658810a45] (queued for 43 s)
 
22026-07-21T22:39:31.240Zstarting task 0: "setup"
32026-07-21T22:39:31.243Z++ uname -s
42026-07-21T22:39:31.246Z+ kern=SunOS
52026-07-21T22:39:31.246Z+ build_user=build
62026-07-21T22:39:31.246Z+ build_uid=12345
72026-07-21T22:39:31.246Z+ work_dir=/work
82026-07-21T22:39:31.246Z+ input_dir=/input
92026-07-21T22:39:31.246Z+ [[ 0 == 12345 ]]
102026-07-21T22:39:31.246Z+ case "$kern" in
112026-07-21T22:39:31.246Z+ groupadd -g 12345 build
122026-07-21T22:39:31.249Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T22:39:33.252Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T22:39:33.364Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T22:39:33.370Z+ home_fs=zfs
162026-07-21T22:39:33.370Z+ [[ zfs == autofs ]]
172026-07-21T22:39:33.370Z+ mkdir -p /home/build
182026-07-21T22:39:33.370Z+ chown build:build /home/build /work
192026-07-21T22:39:35.368Z+ chmod 0700 /home/build /work
202026-07-21T22:39:35.371Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-21T22:39:35.377Zstarting task 1: "rust-toolchain"
222026-07-21T22:39:35.380Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T22:39:35.381Z * rust toolchain channel = "1.96.1"
242026-07-21T22:39:35.381Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-21T22:39:35.381Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-21T22:39:35.381Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T22:39:35.381Z * rust toolchain profile = "default"
282026-07-21T22:39:35.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T22:39:35.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T22:39:35.486Zinfo: downloading installer
312026-07-21T22:39:36.776Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T22:39:36.776Zwarn: /home/build/.rustup/settings.toml
332026-07-21T22:39:36.776Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T22:39:36.776Zwarn: instead of the one inferred from the default host triple.
352026-07-21T22:39:36.789Zinfo: profile set to default
362026-07-21T22:39:36.789Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T22:39:36.792Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T22:39:36.940Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T22:39:36.944Zinfo: downloading 6 components
402026-07-21T22:39:51.527Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T22:39:51.527Z
422026-07-21T22:39:51.559Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T22:39:51.560Z
442026-07-21T22:39:51.560Z
452026-07-21T22:39:51.560ZRust is installed now. Great!
462026-07-21T22:39:51.560Z
472026-07-21T22:39:51.560ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T22:39:51.588Zenvironment variable. This has not been done automatically.
492026-07-21T22:39:51.588Z
502026-07-21T22:39:51.588ZTo configure your current shell, you need to source
512026-07-21T22:39:51.588Zthe corresponding env file under $HOME/.cargo.
522026-07-21T22:39:51.588Z
532026-07-21T22:39:51.588ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T22:39:51.588Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T22:39:51.589Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T22:39:51.589Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T22:39:51.589Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T22:39:51.589Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T22:39:51.589Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T22:39:51.589Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T22:39:51.589Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T22:39:51.642Z+ rustup --version
632026-07-21T22:39:51.673Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T22:39:51.673Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T22:39:51.701Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T22:39:51.702Z+ cargo --version
672026-07-21T22:39:51.702Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T22:39:51.702Z+ rustc --version
692026-07-21T22:39:51.711Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T22:39:51.711Zprocess exited: duration 16326 ms, exit code 0
 
712026-07-21T22:39:51.742Zstarting task 2: "authentication"
722026-07-21T22:39:51.768Zprocess exited: duration 28 ms, exit code 0
 
732026-07-21T22:39:51.778Zstarting task 3: "clone repository"
742026-07-21T22:39:51.786Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T22:39:51.796Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T22:39:51.822ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T22:40:01.088Z+ cd /work/oxidecomputer/omicron
782026-07-21T22:40:01.088Z+ git fetch origin 099bba29402644c1af9b0ffd1629d9f32d3ac15e
792026-07-21T22:40:01.351ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T22:40:01.351Z * branch 099bba29402644c1af9b0ffd1629d9f32d3ac15e -> FETCH_HEAD
812026-07-21T22:40:01.360Z+ [[ -n dependabot/cargo/openssl-0.10.80 ]]
822026-07-21T22:40:01.363Z++ git branch --show-current
832026-07-21T22:40:01.363Z+ current=main
842026-07-21T22:40:01.363Z+ [[ main != dependabot/cargo/openssl-0.10.80 ]]
852026-07-21T22:40:01.363Z+ git branch -f dependabot/cargo/openssl-0.10.80 099bba29402644c1af9b0ffd1629d9f32d3ac15e
862026-07-21T22:40:01.366Z+ git checkout -f dependabot/cargo/openssl-0.10.80
872026-07-21T22:40:01.401ZSwitched to branch 'dependabot/cargo/openssl-0.10.80'
882026-07-21T22:40:01.403Z+ git reset --hard 099bba29402644c1af9b0ffd1629d9f32d3ac15e
892026-07-21T22:40:01.439ZHEAD is now at 099bba294 Bump openssl from 0.10.79 to 0.10.80
902026-07-21T22:40:01.442Zprocess exited: duration 9663 ms, exit code 0
 
912026-07-21T22:40:01.448Zstarting task 4: "build"
922026-07-21T22:40:01.451Z+ source .github/buildomat/ci-env.sh
932026-07-21T22:40:01.454Z++ export CARGO_TERM_COLOR=always
942026-07-21T22:40:01.454Z++ CARGO_TERM_COLOR=always
952026-07-21T22:40:01.454Z+++ uname -s
962026-07-21T22:40:01.454Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T22:40:01.454Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T22:40:01.457Z+ cargo --version
992026-07-21T22:40:01.464Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T22:40:01.467Z+ rustc --version
1012026-07-21T22:40:01.487Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T22:40:01.490Z+ source ./env.sh
1032026-07-21T22:40:01.490Z++ OLD_SHELL_OPTS=ehxB
1042026-07-21T22:40:01.490Z++ set -o xtrace
1052026-07-21T22:40:01.490Z++++ dirname ./env.sh
1062026-07-21T22:40:01.493Z+++ readlink -f .
1072026-07-21T22:40:01.496Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-21T22:40:01.496Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-21T22:40:01.496Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-21T22:40:01.496Z++ 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
1112026-07-21T22:40:01.496Z++ 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
1122026-07-21T22:40:01.496Z++ 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
1132026-07-21T22:40:01.496Z++ 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
1142026-07-21T22:40:01.496Z++ 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
1152026-07-21T22:40:01.496Z++ 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
1162026-07-21T22:40:01.496Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1172026-07-21T22:40:01.496Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-07-21T22:40:01.496Z++ case $OLD_SHELL_OPTS in
1192026-07-21T22:40:01.496Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-21T22:40:01.496Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1212026-07-21T22:40:01.496Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-07-21T22:40:01.496Z+ banner prerequisites
1232026-07-21T22:40:01.499Z
1242026-07-21T22:40:01.499Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-21T22:40:01.499Z # # # # # # # # # # # # # # #
1262026-07-21T22:40:01.499Z # # # # ##### # # ##### # # # # # #### #
1272026-07-21T22:40:01.499Z ##### ##### # ##### # # # # # # # # #
1282026-07-21T22:40:01.499Z # # # # # # # # # # # # # # #
1292026-07-21T22:40:01.499Z # # # ###### # # ###### ### # #### # #### #
1302026-07-21T22:40:01.499Z
1312026-07-21T22:40:01.500Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-21T22:40:03.064Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-21T22:40:03.252Z Startup: Caching catalogs ... Done
1342026-07-21T22:40:04.162ZPlanning: Solver setup ... Done (0.842s)
1352026-07-21T22:40:04.201ZPlanning: Running solver ... Done (0.039s)
1362026-07-21T22:40:04.225ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-21T22:40:04.247ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-21T22:40:04.257ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-21T22:40:04.270ZPlanning: Package planning ... Done (0.013s)
1402026-07-21T22:40:04.273ZPlanning: Merging actions ... Done (0.001s)
1412026-07-21T22:40:04.474ZPlanning: Checking for conflicting actions ... Done (0.202s)
1422026-07-21T22:40:04.477ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-21T22:40:05.427ZPlanning: Evaluating mediators ... Done (0.951s)
1442026-07-21T22:40:05.431ZPlanning: Planning completed in 2.15 seconds
1452026-07-21T22:40:05.435Z Packages to install: 2
1462026-07-21T22:40:05.438Z Estimated space available: 156.06 GB
1472026-07-21T22:40:05.438ZEstimated space to be consumed: 46.64 MB
1482026-07-21T22:40:05.438Z Create boot environment: No
1492026-07-21T22:40:05.439ZCreate backup boot environment: No
1502026-07-21T22:40:05.439Z Rebuild boot archive: No
1512026-07-21T22:40:05.439Z
1522026-07-21T22:40:05.439ZChanged packages:
1532026-07-21T22:40:05.439Zhelios
1542026-07-21T22:40:05.439Z developer/build-essential
1552026-07-21T22:40:05.439Z None -> 11-3.0
1562026-07-21T22:40:05.439Z library/libxmlsec1
1572026-07-21T22:40:05.439Z None -> 1.2.35-3.0
1582026-07-21T22:40:05.461Z
1592026-07-21T22:40:05.461ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-21T22:40:05.538ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1612026-07-21T22:40:05.606Z Actions: 1/268 actions (Installing new actions)
1622026-07-21T22:40:05.643Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-21T22:40:05.661ZFinalize: Updating package state database ... Done (0.018s)
1642026-07-21T22:40:05.664ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-21T22:40:05.708ZFinalize: Updating image state ... Done (0.047s)
1662026-07-21T22:40:08.135ZFinalize: Creating fast lookup database ... Done (2.383s)
1672026-07-21T22:40:08.202ZFinalize: Reading search index ... Done (0.011s)
1682026-07-21T22:40:08.213ZFinalize: Updating search index ... Done (0.000s)
1692026-07-21T22:40:08.301ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-21T22:40:08.623ZPlanning: Evaluating mediator changes ... Done
1712026-07-21T22:40:08.733ZPlanning: Checking for conflicting actions ... Done
1722026-07-21T22:40:08.742ZPlanning: Consolidating action changes ... Done
1732026-07-21T22:40:08.896ZPlanning: Evaluating mediators ... Done
1742026-07-21T22:40:08.900ZPlanning: Planning completed in 0.26 seconds
1752026-07-21T22:40:08.900Z Mediators to change: 2
1762026-07-21T22:40:08.901Z Create boot environment: No
1772026-07-21T22:40:08.901ZCreate backup boot environment: No
1782026-07-21T22:40:08.976ZFinalize: Updating package state database ... Done
1792026-07-21T22:40:08.976ZFinalize: Updating package cache ... Done
1802026-07-21T22:40:08.998ZFinalize: Updating image state ... Done
1812026-07-21T22:40:10.936ZFinalize: Creating fast lookup database ... Done
1822026-07-21T22:40:10.995ZFinalize: Reading search index ... Done
1832026-07-21T22:40:10.998ZFinalize: Updating search index ... Done
1842026-07-21T22:40:11.061ZFinalize: Updating package cache ... Done
1852026-07-21T22:40:11.342ZPlanning: Evaluating mediator changes ... Done
1862026-07-21T22:40:11.448ZPlanning: Checking for conflicting actions ... Done
1872026-07-21T22:40:11.451ZPlanning: Consolidating action changes ... Done
1882026-07-21T22:40:11.603ZPlanning: Evaluating mediators ... Done
1892026-07-21T22:40:11.606ZPlanning: Planning completed in 0.26 seconds
1902026-07-21T22:40:11.626Z Mediators to change: 1
1912026-07-21T22:40:11.626Z Create boot environment: No
1922026-07-21T22:40:11.629ZCreate backup boot environment: No
1932026-07-21T22:40:11.665ZFinalize: Updating package state database ... Done
1942026-07-21T22:40:11.665ZFinalize: Updating package cache ... Done
1952026-07-21T22:40:11.693ZFinalize: Updating image state ... Done
1962026-07-21T22:40:13.639ZFinalize: Creating fast lookup database ... Done
1972026-07-21T22:40:13.700ZFinalize: Reading search index ... Done
1982026-07-21T22:40:13.706ZFinalize: Updating search index ... Done
1992026-07-21T22:40:13.753ZFinalize: Updating package cache ... Done
2002026-07-21T22:40:14.064ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-21T22:40:14.064Zapache system 2.4 system
2022026-07-21T22:40:14.064Zclang system 15 system
2032026-07-21T22:40:14.064Zcsh system system illumos
2042026-07-21T22:40:14.065Zctags system system illumos
2052026-07-21T22:40:14.065Zfile vendor vendor darwinsys
2062026-07-21T22:40:14.065Zfile system system illumos
2072026-07-21T22:40:14.065Zgcc vendor 14 vendor
2082026-07-21T22:40:14.065Zgcc system 13 system
2092026-07-21T22:40:14.065Zgcc system 10 system
2102026-07-21T22:40:14.065Zgo system 1.25 system
2112026-07-21T22:40:14.065Zllvm system 15 system
2122026-07-21T22:40:14.065Zmariadb system 11.4 system
2132026-07-21T22:40:14.065Zmta vendor vendor dma
2142026-07-21T22:40:14.065Zopenjdk system 17 system
2152026-07-21T22:40:14.065Zopenjdk system 11 system
2162026-07-21T22:40:14.065Zopenssl vendor 3 vendor
2172026-07-21T22:40:14.065Zperl system 5.40 system
2182026-07-21T22:40:14.065Zpostgresql system 18 system
2192026-07-21T22:40:14.065Zpostgresql system 17 system
2202026-07-21T22:40:14.065Zpython vendor 3 vendor
2212026-07-21T22:40:14.065Zpython system 2 system
2222026-07-21T22:40:14.066Zpython3 vendor 3.13 vendor
2232026-07-21T22:40:14.066Zruby system 3.4 system
2242026-07-21T22:40:14.066Zruby system 3.0 system
2252026-07-21T22:40:14.066Zwords vendor vendor american-english
2262026-07-21T22:40:14.066Zwords system system australian-english
2272026-07-21T22:40:14.066Zwords system system british-english
2282026-07-21T22:40:14.066Zwords system system canadian-english
2292026-07-21T22:40:14.066Zwords system system french
2302026-07-21T22:40:14.066Zwords system system italian
2312026-07-21T22:40:14.066Zwords system system ngerman
2322026-07-21T22:40:14.066Zwords system system ogerman
2332026-07-21T22:40:14.066Zwords system system spanish
2342026-07-21T22:40:14.309ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-21T22:40:14.309Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-21T22:40:14.665ZFMRI IFO
2372026-07-21T22:40:14.665Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-21T22:40:14.665Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-21T22:40:14.665Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-21T22:40:14.665Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-21T22:40:14.666Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-21T22:40:14.666Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-21T22:40:14.666Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-21T22:40:14.666Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-21T22:40:14.666Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-21T22:40:14.955Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-21T22:40:16.251Z Updating crates.io index
2482026-07-21T22:40:16.256Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-21T22:40:16.454Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-21T22:40:16.759Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-21T22:40:17.653Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-21T22:40:18.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-21T22:40:19.989Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-21T22:40:20.754Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-21T22:40:21.082Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-21T22:40:21.386Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-21T22:40:22.488Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-21T22:40:23.001Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-21T22:40:23.290Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-21T22:40:23.519Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-21T22:40:23.941Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-21T22:40:24.395Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-21T22:40:24.758Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-21T22:40:24.994Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-21T22:40:25.259Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-21T22:40:25.539Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-21T22:40:25.780Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-21T22:40:26.039Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-21T22:40:26.305Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-21T22:40:26.650Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-21T22:40:26.988Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-21T22:40:27.382Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-21T22:40:27.803Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-21T22:40:28.061Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-21T22:40:28.451Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-21T22:40:29.001Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-21T22:40:29.237Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-21T22:40:29.481Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-21T22:40:29.849Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-21T22:40:30.184Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-21T22:40:30.413Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-21T22:40:30.676Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-21T22:40:30.922Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-21T22:40:31.167Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-21T22:40:31.745Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-21T22:40:31.977Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-21T22:40:32.249Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-21T22:40:32.502Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-21T22:40:35.321Z Downloading crates ...
2902026-07-21T22:40:35.371Z Downloaded anstream v1.0.0
2912026-07-21T22:40:35.377Z Downloaded cargo_metadata v0.23.1
2922026-07-21T22:40:35.382Z Downloaded cfg-if v1.0.4
2932026-07-21T22:40:35.382Z Downloaded cargo-platform v0.3.2
2942026-07-21T22:40:35.385Z Downloaded semver v1.0.28
2952026-07-21T22:40:35.388Z Downloaded camino v1.2.2
2962026-07-21T22:40:35.388Z Downloaded zmij v1.0.21
2972026-07-21T22:40:35.388Z Downloaded heck v0.4.1
2982026-07-21T22:40:35.392Z Downloaded fnv v1.0.7
2992026-07-21T22:40:35.392Z Downloaded cpufeatures v0.2.17
3002026-07-21T22:40:35.392Z Downloaded clap_derive v4.6.1
3012026-07-21T22:40:35.396Z Downloaded itoa v1.0.17
3022026-07-21T22:40:35.396Z Downloaded zerocopy-derive v0.7.35
3032026-07-21T22:40:35.399Z Downloaded autocfg v1.5.0
3042026-07-21T22:40:35.399Z Downloaded block-buffer v0.10.4
3052026-07-21T22:40:35.399Z Downloaded anstyle-query v1.1.5
3062026-07-21T22:40:35.402Z Downloaded dof v0.3.0
3072026-07-21T22:40:35.402Z Downloaded byteorder v1.5.0
3082026-07-21T22:40:35.402Z Downloaded usdt-attr-macro v0.5.0
3092026-07-21T22:40:35.402Z Downloaded anstyle v1.0.14
3102026-07-21T22:40:35.403Z Downloaded cargo_toml v0.21.0
3112026-07-21T22:40:35.406Z Downloaded bytecount v0.6.9
3122026-07-21T22:40:35.406Z Downloaded zerocopy v0.7.35
3132026-07-21T22:40:35.413Z Downloaded getrandom v0.4.1
3142026-07-21T22:40:35.416Z Downloaded is_terminal_polyfill v1.70.2
3152026-07-21T22:40:35.416Z Downloaded generic-array v0.14.7
3162026-07-21T22:40:35.419Z Downloaded serde_spanned v0.6.9
3172026-07-21T22:40:35.419Z Downloaded dtrace-parser v0.2.0
3182026-07-21T22:40:35.419Z Downloaded colorchoice v1.0.4
3192026-07-21T22:40:35.422Z Downloaded memmap v0.7.0
3202026-07-21T22:40:35.422Z Downloaded crypto-common v0.1.7
3212026-07-21T22:40:35.425Z Downloaded unicode-linebreak v0.1.5
3222026-07-21T22:40:35.425Z Downloaded toml_datetime v0.6.11
3232026-07-21T22:40:35.428Z Downloaded errno v0.3.14
3242026-07-21T22:40:35.431Z Downloaded camino-tempfile v1.4.1
3252026-07-21T22:40:35.434Z Downloaded plain v0.2.3
3262026-07-21T22:40:35.443Z Downloaded thread-id v4.2.2
3272026-07-21T22:40:35.446Z Downloaded clap_lex v1.0.0
3282026-07-21T22:40:35.455Z Downloaded usdt-macro v0.5.0
3292026-07-21T22:40:35.459Z Downloaded tabled_derive v0.7.0
3302026-07-21T22:40:35.462Z Downloaded swrite v0.1.0
3312026-07-21T22:40:35.462Z Downloaded version_check v0.9.5
3322026-07-21T22:40:35.466Z Downloaded equivalent v1.0.2
3332026-07-21T22:40:35.470Z Downloaded macaddr v1.0.1
3342026-07-21T22:40:35.474Z Downloaded heck v0.5.0
3352026-07-21T22:40:35.477Z Downloaded terminal_size v0.4.3
3362026-07-21T22:40:35.477Z Downloaded pretty-hex v0.4.1
3372026-07-21T22:40:35.477Z Downloaded fastrand v2.3.0
3382026-07-21T22:40:35.480Z Downloaded toml_write v0.1.2
3392026-07-21T22:40:35.484Z Downloaded smawk v0.3.2
3402026-07-21T22:40:35.488Z Downloaded scroll_derive v0.12.1
3412026-07-21T22:40:35.494Z Downloaded bitflags v2.11.0
3422026-07-21T22:40:35.499Z Downloaded memchr v2.8.0
3432026-07-21T22:40:35.502Z Downloaded utf8parse v0.2.2
3442026-07-21T22:40:35.505Z Downloaded usdt v0.5.0
3452026-07-21T22:40:35.508Z Downloaded proc-macro-error-attr v1.0.4
3462026-07-21T22:40:35.515Z Downloaded thiserror v1.0.69
3472026-07-21T22:40:35.518Z Downloaded scroll v0.12.0
3482026-07-21T22:40:35.521Z Downloaded sha2 v0.10.9
3492026-07-21T22:40:35.524Z Downloaded strsim v0.11.1
3502026-07-21T22:40:35.524Z Downloaded serde_tokenstream v0.2.3
3512026-07-21T22:40:35.527Z Downloaded quote v1.0.45
3522026-07-21T22:40:35.530Z Downloaded thiserror-impl v1.0.69
3532026-07-21T22:40:35.533Z Downloaded thiserror-impl v2.0.18
3542026-07-21T22:40:35.536Z Downloaded proc-macro-error v1.0.4
3552026-07-21T22:40:35.536Z Downloaded digest v0.10.7
3562026-07-21T22:40:35.545Z Downloaded log v0.4.29
3572026-07-21T22:40:35.550Z Downloaded usdt-impl v0.5.0
3582026-07-21T22:40:35.550Z Downloaded anstyle-parse v1.0.0
3592026-07-21T22:40:35.554Z Downloaded thiserror v2.0.18
3602026-07-21T22:40:35.554Z Downloaded serde_derive v1.0.228
3612026-07-21T22:40:35.558Z Downloaded once_cell v1.21.3
3622026-07-21T22:40:35.564Z Downloaded fs-err v3.3.0
3632026-07-21T22:40:35.567Z Downloaded pest_derive v2.8.6
3642026-07-21T22:40:35.571Z Downloaded ucd-trie v0.1.7
3652026-07-21T22:40:35.571Z Downloaded tempfile v3.25.0
3662026-07-21T22:40:35.571Z Downloaded anyhow v1.0.102
3672026-07-21T22:40:35.574Z Downloaded textwrap v0.16.2
3682026-07-21T22:40:35.577Z Downloaded papergrid v0.11.0
3692026-07-21T22:40:35.586Z Downloaded pest_meta v2.8.6
3702026-07-21T22:40:35.589Z Downloaded clap v4.6.1
3712026-07-21T22:40:35.593Z Downloaded pest_generator v2.8.6
3722026-07-21T22:40:35.596Z Downloaded toml v0.8.23
3732026-07-21T22:40:35.601Z Downloaded unicode-ident v1.0.24
3742026-07-21T22:40:35.604Z Downloaded serde_core v1.0.228
3752026-07-21T22:40:35.615Z Downloaded proc-macro2 v1.0.106
3762026-07-21T22:40:35.634Z Downloaded serde v1.0.228
3772026-07-21T22:40:35.637Z Downloaded toml_edit v0.22.27
3782026-07-21T22:40:35.648Z Downloaded typenum v1.20.1
3792026-07-21T22:40:35.655Z Downloaded indexmap v2.14.0
3802026-07-21T22:40:35.673Z Downloaded pest v2.8.6
3812026-07-21T22:40:35.684Z Downloaded clap_builder v4.6.0
3822026-07-21T22:40:35.695Z Downloaded serde_json v1.0.150
3832026-07-21T22:40:35.699Z Downloaded goblin v0.8.2
3842026-07-21T22:40:35.705Z Downloaded hashbrown v0.17.0
3852026-07-21T22:40:35.717Z Downloaded winnow v0.7.14
3862026-07-21T22:40:35.729Z Downloaded tabled v0.15.0
3872026-07-21T22:40:35.739Z Downloaded syn v1.0.109
3882026-07-21T22:40:35.744Z Downloaded unicode-width v0.2.0
3892026-07-21T22:40:35.750Z Downloaded unicode-width v0.1.14
3902026-07-21T22:40:35.765Z Downloaded syn v2.0.117
3912026-07-21T22:40:35.776Z Downloaded rustix v1.1.3
3922026-07-21T22:40:35.805Z Downloaded libc v0.2.185
3932026-07-21T22:40:35.866Z Compiling proc-macro2 v1.0.106
3942026-07-21T22:40:35.866Z Compiling quote v1.0.45
3952026-07-21T22:40:35.866Z Compiling unicode-ident v1.0.24
3962026-07-21T22:40:35.866Z Compiling serde_core v1.0.228
3972026-07-21T22:40:35.870Z Compiling libc v0.2.185
3982026-07-21T22:40:35.870Z Compiling version_check v0.9.5
3992026-07-21T22:40:35.870Z Compiling memchr v2.8.0
4002026-07-21T22:40:35.870Z Compiling serde v1.0.228
4012026-07-21T22:40:36.188Z Compiling zmij v1.0.21
4022026-07-21T22:40:36.459Z Compiling thiserror v1.0.69
4032026-07-21T22:40:36.477Z Compiling ucd-trie v0.1.7
4042026-07-21T22:40:36.541Z Compiling itoa v1.0.17
4052026-07-21T22:40:36.740Z Compiling pest v2.8.6
4062026-07-21T22:40:36.824Z Compiling byteorder v1.5.0
4072026-07-21T22:40:36.902Z Compiling rustix v1.1.3
4082026-07-21T22:40:36.968Z Compiling errno v0.3.14
4092026-07-21T22:40:37.049Z Compiling serde_json v1.0.150
4102026-07-21T22:40:37.111Z Compiling bitflags v2.11.0
4112026-07-21T22:40:37.335Z Compiling syn v2.0.117
4122026-07-21T22:40:37.394Z Compiling thread-id v4.2.2
4132026-07-21T22:40:37.411Z Compiling usdt-impl v0.5.0
4142026-07-21T22:40:37.483Z Compiling proc-macro-error-attr v1.0.4
4152026-07-21T22:40:37.522Z Compiling camino v1.2.2
4162026-07-21T22:40:37.628Z Compiling syn v1.0.109
4172026-07-21T22:40:37.781Z Compiling pest_meta v2.8.6
4182026-07-21T22:40:37.991Z Compiling proc-macro-error v1.0.4
4192026-07-21T22:40:38.007Z Compiling getrandom v0.4.1
4202026-07-21T22:40:38.032Z Compiling hashbrown v0.17.0
4212026-07-21T22:40:38.188Z Compiling equivalent v1.0.2
4222026-07-21T22:40:38.356Z Compiling utf8parse v0.2.2
4232026-07-21T22:40:38.377Z Compiling plain v0.2.3
4242026-07-21T22:40:38.467Z Compiling log v0.4.29
4252026-07-21T22:40:38.493Z Compiling anstyle-parse v1.0.0
4262026-07-21T22:40:38.569Z Compiling indexmap v2.14.0
4272026-07-21T22:40:38.610Z Compiling terminal_size v0.4.3
4282026-07-21T22:40:39.260Z Compiling toml_write v0.1.2
4292026-07-21T22:40:39.319Z Compiling is_terminal_polyfill v1.70.2
4302026-07-21T22:40:39.357Z Compiling pretty-hex v0.4.1
4312026-07-21T22:40:39.377Z Compiling winnow v0.7.14
4322026-07-21T22:40:39.418Z Compiling anstyle v1.0.14
4332026-07-21T22:40:39.463Z Compiling thiserror v2.0.18
4342026-07-21T22:40:39.503Z Compiling colorchoice v1.0.4
4352026-07-21T22:40:39.508Z Compiling cfg-if v1.0.4
4362026-07-21T22:40:39.590Z Compiling autocfg v1.5.0
4372026-07-21T22:40:39.618Z Compiling pest_generator v2.8.6
4382026-07-21T22:40:39.645Z Compiling anstyle-query v1.1.5
4392026-07-21T22:40:39.762Z Compiling anstream v1.0.0
4402026-07-21T22:40:40.033Z Compiling fs-err v3.3.0
4412026-07-21T22:40:40.075Z Compiling fastrand v2.3.0
4422026-07-21T22:40:40.155Z Compiling clap_lex v1.0.0
4432026-07-21T22:40:40.239Z Compiling strsim v0.11.1
4442026-07-21T22:40:40.319Z Compiling heck v0.5.0
4452026-07-21T22:40:40.336Z Compiling bytecount v0.6.9
4462026-07-21T22:40:40.352Z Compiling once_cell v1.21.3
4472026-07-21T22:40:40.385Z Compiling fnv v1.0.7
4482026-07-21T22:40:40.471Z Compiling anyhow v1.0.102
4492026-07-21T22:40:40.492Z Compiling unicode-width v0.1.14
4502026-07-21T22:40:40.551Z Compiling heck v0.4.1
4512026-07-21T22:40:40.569Z Compiling tempfile v3.25.0
4522026-07-21T22:40:40.606Z Compiling clap_builder v4.6.0
4532026-07-21T22:40:40.774Z Compiling papergrid v0.11.0
4542026-07-21T22:40:40.859Z Compiling tabled_derive v0.7.0
4552026-07-21T22:40:40.877Z Compiling cargo-platform v0.3.2
4562026-07-21T22:40:40.893Z Compiling semver v1.0.28
4572026-07-21T22:40:40.961Z Compiling memmap v0.7.0
4582026-07-21T22:40:41.020Z Compiling smawk v0.3.2
4592026-07-21T22:40:41.143Z Compiling unicode-linebreak v0.1.5
4602026-07-21T22:40:41.143Z Compiling unicode-width v0.2.0
4612026-07-21T22:40:41.263Z Compiling serde_derive v1.0.228
4622026-07-21T22:40:41.386Z Compiling thiserror-impl v1.0.69
4632026-07-21T22:40:41.432Z Compiling zerocopy-derive v0.7.35
4642026-07-21T22:40:41.491Z Compiling pest_derive v2.8.6
4652026-07-21T22:40:41.521Z Compiling scroll_derive v0.12.1
4662026-07-21T22:40:41.774Z Compiling thiserror-impl v2.0.18
4672026-07-21T22:40:41.951Z Compiling clap_derive v4.6.1
4682026-07-21T22:40:42.246Z Compiling tabled v0.15.0
4692026-07-21T22:40:42.325Z Compiling scroll v0.12.0
4702026-07-21T22:40:42.393Z Compiling zerocopy v0.7.35
4712026-07-21T22:40:42.551Z Compiling goblin v0.8.2
4722026-07-21T22:40:42.788Z Compiling dtrace-parser v0.2.0
4732026-07-21T22:40:42.879Z Compiling textwrap v0.16.2
4742026-07-21T22:40:43.260Z Compiling camino-tempfile v1.4.1
4752026-07-21T22:40:43.331Z Compiling swrite v0.1.0
4762026-07-21T22:40:43.711Z Compiling clap v4.6.1
4772026-07-21T22:40:44.383Z Compiling toml_datetime v0.6.11
4782026-07-21T22:40:44.384Z Compiling serde_spanned v0.6.9
4792026-07-21T22:40:44.402Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-21T22:40:44.402Z Compiling macaddr v1.0.1
4812026-07-21T22:40:44.402Z Compiling cargo_metadata v0.23.1
4822026-07-21T22:40:44.465Z Compiling dof v0.3.0
4832026-07-21T22:40:44.482Z Compiling serde_tokenstream v0.2.3
4842026-07-21T22:40:44.618Z Compiling toml_edit v0.22.27
4852026-07-21T22:40:45.251Z Compiling usdt-macro v0.5.0
4862026-07-21T22:40:45.251Z Compiling usdt-attr-macro v0.5.0
4872026-07-21T22:40:45.829Z Compiling usdt v0.5.0
4882026-07-21T22:40:45.965Z Compiling toml v0.8.23
4892026-07-21T22:40:46.291Z Compiling cargo_toml v0.21.0
4902026-07-21T22:40:47.539Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-21T22:40:49.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.70s
4922026-07-21T22:40:49.695Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-21T22:40:50.203Z Downloading crates ...
4942026-07-21T22:40:50.297Z Downloaded adler2 v2.0.1
4952026-07-21T22:40:50.301Z Downloaded aead v0.5.2
4962026-07-21T22:40:50.304Z Downloaded atty v0.2.14
4972026-07-21T22:40:50.304Z Downloaded compression-core v0.4.31
4982026-07-21T22:40:50.304Z Downloaded bit-vec v0.6.3
4992026-07-21T22:40:50.304Z Downloaded argon2 v0.6.0-rc.8
5002026-07-21T22:40:50.312Z Downloaded arrayref v0.3.9
5012026-07-21T22:40:50.318Z Downloaded async-stream-impl v0.3.6
5022026-07-21T22:40:50.322Z Downloaded async-stream v0.3.6
5032026-07-21T22:40:50.322Z Downloaded ctr v0.10.1
5042026-07-21T22:40:50.326Z Downloaded crc32fast v1.5.0
5052026-07-21T22:40:50.326Z Downloaded base16ct v0.2.0
5062026-07-21T22:40:50.328Z Downloaded crossbeam-channel v0.5.15
5072026-07-21T22:40:50.329Z Downloaded blowfish v0.10.0
5082026-07-21T22:40:50.332Z Downloaded base16ct v1.0.0
5092026-07-21T22:40:50.332Z Downloaded either v1.15.0
5102026-07-21T22:40:50.332Z Downloaded darling_macro v0.13.4
5112026-07-21T22:40:50.335Z Downloaded array-init v0.0.4
5122026-07-21T22:40:50.335Z Downloaded displaydoc v0.2.5
5132026-07-21T22:40:50.338Z Downloaded darling_core v0.13.4
5142026-07-21T22:40:50.341Z Downloaded darling v0.13.4
5152026-07-21T22:40:50.341Z Downloaded bit-vec v0.8.0
5162026-07-21T22:40:50.345Z Downloaded bit-set v0.8.0
5172026-07-21T22:40:50.345Z Downloaded debug-ignore v1.0.5
5182026-07-21T22:40:50.345Z Downloaded block-padding v0.4.2
5192026-07-21T22:40:50.345Z Downloaded crc8 v0.1.1
5202026-07-21T22:40:50.348Z Downloaded bcrypt-pbkdf v0.11.0
5212026-07-21T22:40:50.348Z Downloaded curve25519-dalek-derive v0.1.1
5222026-07-21T22:40:50.348Z Downloaded convert_case v0.4.0
5232026-07-21T22:40:50.352Z Downloaded derive_more v2.1.1
5242026-07-21T22:40:50.355Z Downloaded crypto-common v0.2.2
5252026-07-21T22:40:50.359Z Downloaded crc-catalog v2.4.0
5262026-07-21T22:40:50.359Z Downloaded crc v3.4.0
5272026-07-21T22:40:50.359Z Downloaded atomicwrites v0.4.4
5282026-07-21T22:40:50.363Z Downloaded darling_macro v0.23.0
5292026-07-21T22:40:50.363Z Downloaded darling v0.21.3
5302026-07-21T22:40:50.366Z Downloaded der v0.8.0
5312026-07-21T22:40:50.370Z Downloaded castaway v0.2.4
5322026-07-21T22:40:50.370Z Downloaded darling_macro v0.21.3
5332026-07-21T22:40:50.370Z Downloaded aead v0.6.1
5342026-07-21T22:40:50.374Z Downloaded crunchy v0.2.4
5352026-07-21T22:40:50.374Z Downloaded camino-tempfile-ext v0.3.3
5362026-07-21T22:40:50.374Z Downloaded cstr-argument v0.1.2
5372026-07-21T22:40:50.374Z Downloaded crucible-workspace-hack v0.1.0
5382026-07-21T22:40:50.374Z Downloaded bitfield-macros v0.19.4
5392026-07-21T22:40:50.377Z Downloaded assert_matches v1.5.0
5402026-07-21T22:40:50.377Z Downloaded cookie_store v0.22.1
5412026-07-21T22:40:50.377Z Downloaded dunce v1.0.5
5422026-07-21T22:40:50.377Z Downloaded document-features v0.2.12
5432026-07-21T22:40:50.380Z Downloaded bitfield-struct v0.6.2
5442026-07-21T22:40:50.380Z Downloaded cpufeatures v0.3.0
5452026-07-21T22:40:50.380Z Downloaded cpubits v0.1.1
5462026-07-21T22:40:50.384Z Downloaded atomic-waker v1.1.2
5472026-07-21T22:40:50.384Z Downloaded bb8 v0.8.6
5482026-07-21T22:40:50.384Z Downloaded darling v0.20.11
5492026-07-21T22:40:50.388Z Downloaded cfg_aliases v0.2.1
5502026-07-21T22:40:50.388Z Downloaded async-recursion v1.1.1
5512026-07-21T22:40:50.391Z Downloaded endian-type v0.1.2
5522026-07-21T22:40:50.391Z Downloaded downcast-rs v2.0.2
5532026-07-21T22:40:50.391Z Downloaded defmt-parser v1.0.0
5542026-07-21T22:40:50.391Z Downloaded bit-set v0.5.3
5552026-07-21T22:40:50.395Z Downloaded backoff v0.4.0
5562026-07-21T22:40:50.395Z Downloaded defmt v0.3.100
5572026-07-21T22:40:50.395Z Downloaded cobs v0.3.0
5582026-07-21T22:40:50.399Z Downloaded daft v0.1.7
5592026-07-21T22:40:50.399Z Downloaded dyn-clone v1.0.20
5602026-07-21T22:40:50.399Z Downloaded dtrace-parser v0.3.0
5612026-07-21T22:40:50.399Z Downloaded critical-section v1.2.0
5622026-07-21T22:40:50.405Z Downloaded bcs v0.1.6
5632026-07-21T22:40:50.405Z Downloaded cfg_aliases v0.1.1
5642026-07-21T22:40:50.405Z Downloaded base64ct v1.8.3
5652026-07-21T22:40:50.405Z Downloaded darling_macro v0.20.11
5662026-07-21T22:40:50.405Z Downloaded argon2 v0.5.3
5672026-07-21T22:40:50.405Z Downloaded dirs-next v2.0.0
5682026-07-21T22:40:50.409Z Downloaded ahash v0.8.12
5692026-07-21T22:40:50.409Z Downloaded chacha20 v0.10.0
5702026-07-21T22:40:50.412Z Downloaded ascii-canvas v3.0.0
5712026-07-21T22:40:50.412Z Downloaded ciborium-ll v0.2.2
5722026-07-21T22:40:50.412Z Downloaded arrayvec v0.7.6
5732026-07-21T22:40:50.416Z Downloaded crossbeam-deque v0.8.6
5742026-07-21T22:40:50.416Z Downloaded convert_case v0.10.0
5752026-07-21T22:40:50.416Z Downloaded dsl_auto_type v0.2.0
5762026-07-21T22:40:50.419Z Downloaded ciborium-io v0.2.2
5772026-07-21T22:40:50.419Z Downloaded dof v0.4.0
5782026-07-21T22:40:50.419Z Downloaded digest-io v0.1.0
5792026-07-21T22:40:50.422Z Downloaded embedded-io v0.4.0
5802026-07-21T22:40:50.422Z Downloaded enum-as-inner v0.6.1
5812026-07-21T22:40:50.423Z Downloaded dropshot-api-manager-types v0.7.2
5822026-07-21T22:40:50.427Z Downloaded display-error-chain v0.2.2
5832026-07-21T22:40:50.431Z Downloaded difflib v0.4.0
5842026-07-21T22:40:50.431Z Downloaded embedded-io v0.6.1
5852026-07-21T22:40:50.435Z Downloaded env_filter v1.0.0
5862026-07-21T22:40:50.435Z Downloaded darling_core v0.23.0
5872026-07-21T22:40:50.438Z Downloaded diesel_table_macro_syntax v0.3.0
5882026-07-21T22:40:50.438Z Downloaded bitfield v0.19.4
5892026-07-21T22:40:50.438Z Downloaded anstyle-parse v0.2.7
5902026-07-21T22:40:50.442Z Downloaded cmov v0.5.4
5912026-07-21T22:40:50.442Z Downloaded cmake v0.1.57
5922026-07-21T22:40:50.442Z Downloaded cassowary v0.3.0
5932026-07-21T22:40:50.442Z Downloaded buf-list v1.1.2
5942026-07-21T22:40:50.445Z Downloaded foreign-types-shared v0.1.1
5952026-07-21T22:40:50.445Z Downloaded foreign-types-macros v0.2.3
5962026-07-21T22:40:50.445Z Downloaded flagset v0.4.7
5972026-07-21T22:40:50.448Z Downloaded foreign-types v0.3.2
5982026-07-21T22:40:50.448Z Downloaded float-ord v0.3.2
5992026-07-21T22:40:50.448Z Downloaded fixedbitset v0.4.2
6002026-07-21T22:40:50.448Z Downloaded futures-io v0.3.32
6012026-07-21T22:40:50.453Z Downloaded funty v2.0.0
6022026-07-21T22:40:50.453Z Downloaded fd-lock v4.0.4
6032026-07-21T22:40:50.455Z Downloaded bs58 v0.5.1
6042026-07-21T22:40:50.455Z Downloaded dirs-sys-next v0.1.2
6052026-07-21T22:40:50.458Z Downloaded async-trait v0.1.89
6062026-07-21T22:40:50.463Z Downloaded derive_builder_core v0.20.2
6072026-07-21T22:40:50.466Z Downloaded daft-derive v0.1.7
6082026-07-21T22:40:50.466Z Downloaded ed25519 v2.2.3
6092026-07-21T22:40:50.466Z Downloaded futures-macro v0.3.32
6102026-07-21T22:40:50.469Z Downloaded data-encoding v2.10.0
6112026-07-21T22:40:50.469Z Downloaded foreign-types-shared v0.3.1
6122026-07-21T22:40:50.469Z Downloaded foreign-types v0.5.0
6132026-07-21T22:40:50.472Z Downloaded futures-task v0.3.32
6142026-07-21T22:40:50.472Z Downloaded futures-sink v0.3.32
6152026-07-21T22:40:50.472Z Downloaded futures-core v0.3.32
6162026-07-21T22:40:50.472Z Downloaded git-stub v1.0.0
6172026-07-21T22:40:50.475Z Downloaded form_urlencoded v1.2.2
6182026-07-21T22:40:50.475Z Downloaded ghash v0.6.0
6192026-07-21T22:40:50.478Z Downloaded gethostname v0.5.0
6202026-07-21T22:40:50.478Z Downloaded fxhash v0.2.1
6212026-07-21T22:40:50.478Z Downloaded globwalk v0.9.1
6222026-07-21T22:40:50.481Z Downloaded csv-core v0.1.13
6232026-07-21T22:40:50.481Z Downloaded base64 v0.21.7
6242026-07-21T22:40:50.484Z Downloaded ed25519 v3.0.0
6252026-07-21T22:40:50.484Z Downloaded corncobs v0.1.4
6262026-07-21T22:40:50.487Z Downloaded ctutils v0.4.2
6272026-07-21T22:40:50.487Z Downloaded chacha20 v0.9.1
6282026-07-21T22:40:50.490Z Downloaded anstream v0.6.21
6292026-07-21T22:40:50.490Z Downloaded derive_builder_macro v0.20.2
6302026-07-21T22:40:50.490Z Downloaded derive-ex v0.1.8
6312026-07-21T22:40:50.519Z Downloaded der_derive v0.7.3
6322026-07-21T22:40:50.519Z Downloaded constant_time_eq v0.4.2
6332026-07-21T22:40:50.519Z Downloaded block-buffer v0.12.1
6342026-07-21T22:40:50.519Z Downloaded crypto-bigint v0.5.5
6352026-07-21T22:40:50.519Z Downloaded headers-core v0.3.0
6362026-07-21T22:40:50.519Z Downloaded cbc v0.2.1
6372026-07-21T22:40:50.519Z Downloaded diesel-dtrace v0.5.0
6382026-07-21T22:40:50.519Z Downloaded cipher v0.4.4
6392026-07-21T22:40:50.519Z Downloaded fixedbitset v0.5.7
6402026-07-21T22:40:50.519Z Downloaded hex v0.4.3
6412026-07-21T22:40:50.519Z Downloaded foldhash v0.2.0
6422026-07-21T22:40:50.519Z Downloaded hash32 v0.3.1
6432026-07-21T22:40:50.519Z Downloaded hash32 v0.2.1
6442026-07-21T22:40:50.519Z Downloaded find-msvc-tools v0.1.9
6452026-07-21T22:40:50.519Z Downloaded hex-literal v1.1.0
6462026-07-21T22:40:50.519Z Downloaded enum_dispatch v0.3.13
6472026-07-21T22:40:50.519Z Downloaded bzip2 v0.4.4
6482026-07-21T22:40:50.519Z Downloaded ff v0.14.0
6492026-07-21T22:40:50.519Z Downloaded http-body v1.0.1
6502026-07-21T22:40:50.519Z Downloaded filetime v0.2.27
6512026-07-21T22:40:50.519Z Downloaded float-cmp v0.10.0
6522026-07-21T22:40:50.524Z Downloaded ff v0.13.1
6532026-07-21T22:40:50.525Z Downloaded fallible-iterator v0.2.0
6542026-07-21T22:40:50.525Z Downloaded env_logger v0.11.9
6552026-07-21T22:40:50.525Z Downloaded ena v0.14.4
6562026-07-21T22:40:50.525Z Downloaded colored v2.2.0
6572026-07-21T22:40:50.530Z Downloaded digest v0.11.3
6582026-07-21T22:40:50.530Z Downloaded des v0.9.0
6592026-07-21T22:40:50.530Z Downloaded cexpr v0.6.0
6602026-07-21T22:40:50.530Z Downloaded async-bb8-diesel v0.2.1
6612026-07-21T22:40:50.530Z Downloaded ciborium v0.2.2
6622026-07-21T22:40:50.533Z Downloaded futures-executor v0.3.32
6632026-07-21T22:40:50.533Z Downloaded ecdsa v0.16.9
6642026-07-21T22:40:50.533Z Downloaded blake2 v0.11.0-rc.6
6652026-07-21T22:40:50.537Z Downloaded colored v3.1.1
6662026-07-21T22:40:50.537Z Downloaded globset v0.4.18
6672026-07-21T22:40:50.540Z Downloaded hostname v0.3.1
6682026-07-21T22:40:50.540Z Downloaded git-stub-vcs v0.1.0
6692026-07-21T22:40:50.540Z Downloaded cc v1.2.56
6702026-07-21T22:40:50.544Z Downloaded delegate v0.13.5
6712026-07-21T22:40:50.544Z Downloaded http-range v0.1.5
6722026-07-21T22:40:50.544Z Downloaded hubpack_derive v0.1.1
6732026-07-21T22:40:50.547Z Downloaded hubpack v0.1.2
6742026-07-21T22:40:50.547Z Downloaded group v0.14.0
6752026-07-21T22:40:50.547Z Downloaded home v0.5.12
6762026-07-21T22:40:50.547Z Downloaded glob v0.3.3
6772026-07-21T22:40:50.551Z Downloaded fs_extra v1.3.0
6782026-07-21T22:40:50.551Z Downloaded erased-serde v0.3.31
6792026-07-21T22:40:50.554Z Downloaded hyper-tls v0.6.0
6802026-07-21T22:40:50.554Z Downloaded ecdsa v0.17.0-rc.18
6812026-07-21T22:40:50.554Z Downloaded async-compression v0.4.41
6822026-07-21T22:40:50.559Z Downloaded group v0.13.0
6832026-07-21T22:40:50.563Z Downloaded console v0.16.2
6842026-07-21T22:40:50.563Z Downloaded idna_adapter v1.2.1
6852026-07-21T22:40:50.563Z Downloaded ident_case v1.0.1
6862026-07-21T22:40:50.563Z Downloaded console v0.15.11
6872026-07-21T22:40:50.567Z Downloaded clang-sys v1.8.1
6882026-07-21T22:40:50.567Z Downloaded cancel-safe-futures v0.1.5
6892026-07-21T22:40:50.567Z Downloaded bitflags v1.3.2
6902026-07-21T22:40:50.572Z Downloaded fs-err v2.11.0
6912026-07-21T22:40:50.572Z Downloaded foldhash v0.1.5
6922026-07-21T22:40:50.572Z Downloaded compression-codecs v0.4.37
6932026-07-21T22:40:50.575Z Downloaded illumos-nvpair-sys v0.2.0
6942026-07-21T22:40:50.575Z Downloaded cipher v0.5.2
6952026-07-21T22:40:50.575Z Downloaded deranged v0.5.8
6962026-07-21T22:40:50.580Z Downloaded illumos-nvpair v0.3.0
6972026-07-21T22:40:50.580Z Downloaded highway v1.3.0
6982026-07-21T22:40:50.583Z Downloaded bzip2 v0.6.1
6992026-07-21T22:40:50.583Z Downloaded indoc v1.0.9
7002026-07-21T22:40:50.583Z Downloaded instability v0.3.11
7012026-07-21T22:40:50.583Z Downloaded instant v0.1.13
7022026-07-21T22:40:50.583Z Downloaded is_ci v1.2.0
7032026-07-21T22:40:50.586Z Downloaded internet-checksum v0.2.1
7042026-07-21T22:40:50.586Z Downloaded inout v0.2.2
7052026-07-21T22:40:50.586Z Downloaded inout v0.1.4
7062026-07-21T22:40:50.589Z Downloaded base64 v0.22.1
7072026-07-21T22:40:50.589Z Downloaded const-oid v0.10.2
7082026-07-21T22:40:50.592Z Downloaded aes v0.9.1
7092026-07-21T22:40:50.595Z Downloaded crossbeam-utils v0.8.21
7102026-07-21T22:40:50.595Z Downloaded const-oid v0.9.6
7112026-07-21T22:40:50.598Z Downloaded elliptic-curve v0.14.0-rc.33
7122026-07-21T22:40:50.598Z Downloaded derive_builder v0.20.2
7132026-07-21T22:40:50.601Z Downloaded keccak v0.1.6
7142026-07-21T22:40:50.605Z Downloaded elliptic-curve v0.13.8
7152026-07-21T22:40:50.608Z Downloaded lalrpop-util v0.19.12
7162026-07-21T22:40:50.608Z Downloaded lazy_static v1.5.0
7172026-07-21T22:40:50.608Z Downloaded hostname v0.4.2
7182026-07-21T22:40:50.608Z Downloaded blake2 v0.10.6
7192026-07-21T22:40:50.612Z Downloaded is-terminal v0.4.17
7202026-07-21T22:40:50.612Z Downloaded httpdate v1.0.3
7212026-07-21T22:40:50.612Z Downloaded diff v0.1.13
7222026-07-21T22:40:50.614Z Downloaded darling_core v0.20.11
7232026-07-21T22:40:50.617Z Downloaded humantime v2.3.0
7242026-07-21T22:40:50.617Z Downloaded hyper-staticfile v0.10.1
7252026-07-21T22:40:50.620Z Downloaded half v1.8.3
7262026-07-21T22:40:50.620Z Downloaded backon v1.6.0
7272026-07-21T22:40:50.623Z Downloaded kem v0.3.0
7282026-07-21T22:40:50.623Z Downloaded drift v0.2.0
7292026-07-21T22:40:50.628Z Downloaded futures-channel v0.3.32
7302026-07-21T22:40:50.630Z Downloaded derive_more v0.99.20
7312026-07-21T22:40:50.633Z Downloaded indent_write v2.2.0
7322026-07-21T22:40:50.633Z Downloaded match_cfg v0.1.0
7332026-07-21T22:40:50.636Z Downloaded lzss v0.8.2
7342026-07-21T22:40:50.636Z Downloaded md5 v0.8.0
7352026-07-21T22:40:50.636Z Downloaded lru-cache v0.1.2
7362026-07-21T22:40:50.639Z Downloaded md-5 v0.10.6
7372026-07-21T22:40:50.639Z Downloaded maybe-uninit v2.0.0
7382026-07-21T22:40:50.639Z Downloaded maplit v1.0.2
7392026-07-21T22:40:50.642Z Downloaded managed v0.8.0
7402026-07-21T22:40:50.642Z Downloaded fatfs v0.3.6
7412026-07-21T22:40:50.642Z Downloaded lru-slab v0.1.2
7422026-07-21T22:40:50.645Z Downloaded dropshot_endpoint v0.17.1
7432026-07-21T22:40:50.645Z Downloaded linked-hash-map v0.5.6
7442026-07-21T22:40:50.648Z Downloaded memoffset v0.9.1
7452026-07-21T22:40:50.648Z Downloaded libscf-sys v1.1.0
7462026-07-21T22:40:50.648Z Downloaded kstat-rs v0.2.4
7472026-07-21T22:40:50.651Z Downloaded lru v0.12.5
7482026-07-21T22:40:50.651Z Downloaded new_debug_unreachable v1.0.6
7492026-07-21T22:40:50.651Z Downloaded darling v0.23.0
7502026-07-21T22:40:50.655Z Downloaded nibble_vec v0.1.0
7512026-07-21T22:40:50.655Z Downloaded newtype_derive v0.1.6
7522026-07-21T22:40:50.655Z Downloaded newline-converter v0.3.0
7532026-07-21T22:40:50.658Z Downloaded mime v0.3.17
7542026-07-21T22:40:50.658Z Downloaded const_format_proc_macros v0.2.34
7552026-07-21T22:40:50.658Z Downloaded crc-any v2.5.0
7562026-07-21T22:40:50.661Z Downloaded newtype-uuid-macros v0.1.0
7572026-07-21T22:40:50.661Z Downloaded ipnetwork v0.21.1
7582026-07-21T22:40:50.664Z Downloaded ingot-types v0.1.2
7592026-07-21T22:40:50.664Z Downloaded indoc v2.0.7
7602026-07-21T22:40:50.667Z Downloaded arc-swap v1.8.2
7612026-07-21T22:40:50.670Z Downloaded ipnet v2.11.0
7622026-07-21T22:40:50.670Z Downloaded generic-array v1.4.3
7632026-07-21T22:40:50.670Z Downloaded derive-where v1.6.0
7642026-07-21T22:40:50.674Z Downloaded nodrop v0.1.14
7652026-07-21T22:40:50.674Z Downloaded http-body-util v0.1.3
7662026-07-21T22:40:50.677Z Downloaded libefi-sys v0.1.0
7672026-07-21T22:40:50.677Z Downloaded nonempty v0.12.0
7682026-07-21T22:40:50.677Z Downloaded httparse v1.10.1
7692026-07-21T22:40:50.680Z Downloaded hybrid-array v0.4.13
7702026-07-21T22:40:50.680Z Downloaded crossbeam-epoch v0.9.18
7712026-07-21T22:40:50.683Z Downloaded normalize-line-endings v0.3.0
7722026-07-21T22:40:50.683Z Downloaded iana-time-zone v0.1.65
7732026-07-21T22:40:50.683Z Downloaded futures v0.3.32
7742026-07-21T22:40:50.686Z Downloaded darling_core v0.21.3
7752026-07-21T22:40:50.690Z Downloaded num_threads v0.1.7
7762026-07-21T22:40:50.693Z Downloaded num-conv v0.2.0
7772026-07-21T22:40:50.693Z Downloaded num v0.4.3
7782026-07-21T22:40:50.693Z Downloaded keccak v0.2.0
7792026-07-21T22:40:50.696Z Downloaded num-iter v0.1.45
7802026-07-21T22:40:50.696Z Downloaded num-derive v0.4.2
7812026-07-21T22:40:50.696Z Downloaded hyper-rustls v0.27.7
7822026-07-21T22:40:50.699Z Downloaded half v2.7.1
7832026-07-21T22:40:50.702Z Downloaded jobserver v0.1.34
7842026-07-21T22:40:50.702Z Downloaded libsw-core v0.3.2
7852026-07-21T22:40:50.702Z Downloaded num_enum_derive v0.5.11
7862026-07-21T22:40:50.705Z Downloaded libsw v3.5.0
7872026-07-21T22:40:50.705Z Downloaded libloading v0.8.9
7882026-07-21T22:40:50.708Z Downloaded openssl-macros v0.1.1
7892026-07-21T22:40:50.708Z Downloaded impl-trait-for-tuples v0.2.3
7902026-07-21T22:40:50.708Z Downloaded openssl-probe v0.2.1
7912026-07-21T22:40:50.711Z Downloaded linear-map v1.2.0
7922026-07-21T22:40:50.711Z Downloaded ingot v0.1.1
7932026-07-21T22:40:50.711Z Downloaded olpc-cjson v0.1.4
7942026-07-21T22:40:50.715Z Downloaded getrandom v0.3.4
7952026-07-21T22:40:50.715Z Downloaded native-tls v0.2.18
7962026-07-21T22:40:50.718Z Downloaded nanorand v0.7.0
7972026-07-21T22:40:50.718Z Downloaded openssl-probe v0.1.6
7982026-07-21T22:40:50.718Z Downloaded multimap v0.10.1
7992026-07-21T22:40:50.718Z Downloaded multer v3.1.0
8002026-07-21T22:40:50.721Z Downloaded const_format v0.2.35
8012026-07-21T22:40:50.724Z Downloaded module-lattice v0.2.3
8022026-07-21T22:40:50.724Z Downloaded mime_guess v2.0.5
8032026-07-21T22:40:50.728Z Downloaded aes-gcm v0.11.0
8042026-07-21T22:40:50.728Z Downloaded hmac v0.13.0
8052026-07-21T22:40:50.732Z Downloaded oso-derive v0.27.3
8062026-07-21T22:40:50.732Z Downloaded getrandom v0.2.17
8072026-07-21T22:40:50.735Z Downloaded compact_str v0.8.1
8082026-07-21T22:40:50.735Z Downloaded packed_struct_codegen v0.10.1
8092026-07-21T22:40:50.735Z Downloaded newtype-uuid v1.3.2
8102026-07-21T22:40:50.735Z Downloaded chacha20poly1305 v0.10.1
8112026-07-21T22:40:50.740Z Downloaded flume v0.11.1
8122026-07-21T22:40:50.740Z Downloaded allocator-api2 v0.2.21
8132026-07-21T22:40:50.740Z Downloaded byte-wrapper v0.1.0
8142026-07-21T22:40:50.743Z Downloaded defmt-macros v1.0.1
8152026-07-21T22:40:50.746Z Downloaded hmac v0.12.1
8162026-07-21T22:40:50.746Z Downloaded defmt v1.0.1
8172026-07-21T22:40:50.749Z Downloaded num-derive v0.3.3
8182026-07-21T22:40:50.749Z Downloaded parse-display v0.10.0
8192026-07-21T22:40:50.752Z Downloaded nu-ansi-term v0.50.3
8202026-07-21T22:40:50.752Z Downloaded password-hash v0.6.1
8212026-07-21T22:40:50.752Z Downloaded num-integer v0.1.46
8222026-07-21T22:40:50.757Z Downloaded path-slash v0.1.5
8232026-07-21T22:40:50.757Z Downloaded peg-runtime v0.8.5
8242026-07-21T22:40:50.757Z Downloaded parse-size v1.1.0
8252026-07-21T22:40:50.760Z Downloaded der v0.7.10
8262026-07-21T22:40:50.772Z Downloaded num_enum_derive v0.7.6
8272026-07-21T22:40:50.775Z Downloaded num-rational v0.4.2
8282026-07-21T22:40:50.775Z Downloaded percent-encoding v2.3.2
8292026-07-21T22:40:50.775Z Downloaded icu_provider v2.1.1
8302026-07-21T22:40:50.777Z Downloaded bumpalo v3.20.2
8312026-07-21T22:40:50.781Z Downloaded num-complex v0.4.6
8322026-07-21T22:40:50.781Z Downloaded opaque-debug v0.3.1
8332026-07-21T22:40:50.784Z Downloaded num_enum v0.5.11
8342026-07-21T22:40:50.784Z Downloaded memmap2 v0.9.10
8352026-07-21T22:40:50.787Z Downloaded lock_api v0.4.14
8362026-07-21T22:40:50.787Z Downloaded phf_shared v0.12.1
8372026-07-21T22:40:50.787Z Downloaded phf_shared v0.11.3
8382026-07-21T22:40:50.789Z Downloaded litrs v1.0.0
8392026-07-21T22:40:50.789Z Downloaded indexmap v1.9.3
8402026-07-21T22:40:50.792Z Downloaded cookie v0.18.1
8412026-07-21T22:40:50.795Z Downloaded ignore v0.4.25
8422026-07-21T22:40:50.798Z Downloaded oxide-update-engine-display v0.1.2
8432026-07-21T22:40:50.798Z Downloaded bytes v1.11.1
8442026-07-21T22:40:50.801Z Downloaded ingot-macros v0.1.1
8452026-07-21T22:40:50.801Z Downloaded ml-kem v0.3.2
8462026-07-21T22:40:50.804Z Downloaded packed_struct v0.10.1
8472026-07-21T22:40:50.804Z Downloaded precomputed-hash v0.1.1
8482026-07-21T22:40:50.806Z Downloaded oxnet v0.1.6
8492026-07-21T22:40:50.806Z Downloaded oxide-tokio-rt v0.1.4
8502026-07-21T22:40:50.807Z Downloaded powerfmt v0.2.0
8512026-07-21T22:40:50.809Z Downloaded potential_utf v0.1.4
8522026-07-21T22:40:50.809Z Downloaded oxide-update-engine v0.1.2
8532026-07-21T22:40:50.812Z Downloaded libbz2-rs-sys v0.2.2
8542026-07-21T22:40:50.812Z Downloaded predicates-core v1.0.10
8552026-07-21T22:40:50.812Z Downloaded flate2 v1.1.9
8562026-07-21T22:40:50.815Z Downloaded ed25519-dalek v2.2.0
8572026-07-21T22:40:50.817Z Downloaded icu_properties v2.1.2
8582026-07-21T22:40:50.820Z Downloaded predicates-tree v1.0.13
8592026-07-21T22:40:50.820Z Downloaded pbkdf2 v0.13.0
8602026-07-21T22:40:50.823Z Downloaded password-hash v0.5.0
8612026-07-21T22:40:50.823Z Downloaded derive_more-impl v2.1.1
8622026-07-21T22:40:50.826Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-07-21T22:40:50.829Z Downloaded parse-display-derive v0.10.0
8642026-07-21T22:40:50.829Z Downloaded parking_lot_core v0.8.6
8652026-07-21T22:40:50.832Z Downloaded ed25519-dalek v3.0.0-rc.0
8662026-07-21T22:40:50.832Z Downloaded pem v3.0.6
8672026-07-21T22:40:50.832Z Downloaded peg v0.8.5
8682026-07-21T22:40:50.835Z Downloaded progenitor-macro v0.13.0
8692026-07-21T22:40:50.838Z Downloaded icu_locale_core v2.1.1
8702026-07-21T22:40:50.841Z Downloaded psl-types v2.0.11
8712026-07-21T22:40:50.841Z Downloaded pem-rfc7468 v0.7.0
8722026-07-21T22:40:50.844Z Downloaded num_enum v0.7.6
8732026-07-21T22:40:50.846Z Downloaded progenitor-macro v0.14.0
8742026-07-21T22:40:50.846Z Downloaded pem-rfc7468 v1.0.0
8752026-07-21T22:40:50.849Z Downloaded quick-error v1.2.3
8762026-07-21T22:40:50.849Z Downloaded phf_shared v0.13.1
8772026-07-21T22:40:50.849Z Downloaded phf v0.13.1
8782026-07-21T22:40:50.852Z Downloaded phf v0.12.1
8792026-07-21T22:40:50.852Z Downloaded litemap v0.8.1
8802026-07-21T22:40:50.852Z Downloaded heapless v0.7.17
8812026-07-21T22:40:50.855Z Downloaded hickory-resolver v0.25.2
8822026-07-21T22:40:50.858Z Downloaded hickory-resolver v0.24.4
8832026-07-21T22:40:50.861Z Downloaded headers v0.4.1
8842026-07-21T22:40:50.863Z Downloaded postgres-protocol v0.6.10
8852026-07-21T22:40:50.866Z Downloaded pkcs8 v0.10.2
8862026-07-21T22:40:50.869Z Downloaded rand_chacha v0.3.1
8872026-07-21T22:40:50.869Z Downloaded radium v0.7.0
8882026-07-21T22:40:50.869Z Downloaded pin-project-lite v0.2.17
8892026-07-21T22:40:50.872Z Downloaded owo-colors v4.3.0
8902026-07-21T22:40:50.875Z Downloaded expectorate v1.2.0
8912026-07-21T22:40:50.875Z Downloaded port-file v0.1.0
8922026-07-21T22:40:50.878Z Downloaded polyval v0.7.1
8932026-07-21T22:40:50.878Z Downloaded poly1305 v0.8.0
8942026-07-21T22:40:50.880Z Downloaded pkg-config v0.3.32
8952026-07-21T22:40:50.883Z Downloaded primefield v0.14.0
8962026-07-21T22:40:50.883Z Downloaded ppv-lite86 v0.2.21
8972026-07-21T22:40:50.883Z Downloaded parking_lot v0.11.2
8982026-07-21T22:40:50.886Z Downloaded icu_collections v2.1.1
8992026-07-21T22:40:50.888Z Downloaded primeorder v0.13.6
9002026-07-21T22:40:50.891Z Downloaded num-traits v0.2.19
9012026-07-21T22:40:50.891Z Downloaded recursive v0.1.1
9022026-07-21T22:40:50.894Z Downloaded rand_xorshift v0.4.0
9032026-07-21T22:40:50.894Z Downloaded proc-macro-error2 v2.0.1
9042026-07-21T22:40:50.897Z Downloaded icu_normalizer_data v2.1.1
9052026-07-21T22:40:50.897Z Downloaded proc-macro-crate v3.4.0
9062026-07-21T22:40:50.897Z Downloaded progenitor-client v0.13.0
9072026-07-21T22:40:50.901Z Downloaded progenitor v0.14.0
9082026-07-21T22:40:50.901Z Downloaded progenitor v0.13.0
9092026-07-21T22:40:50.901Z Downloaded primeorder v0.14.0-rc.10
9102026-07-21T22:40:50.904Z Downloaded parking_lot_core v0.9.12
9112026-07-21T22:40:50.904Z Downloaded parking_lot v0.12.5
9122026-07-21T22:40:50.906Z Downloaded ref-cast-impl v1.0.25
9132026-07-21T22:40:50.906Z Downloaded ref-cast v1.0.25
9142026-07-21T22:40:50.909Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-07-21T22:40:50.909Z Downloaded progenitor-client v0.14.0
9162026-07-21T22:40:50.909Z Downloaded rfc6979 v0.4.0
9172026-07-21T22:40:50.912Z Downloaded pin-project-internal v1.1.11
9182026-07-21T22:40:50.912Z Downloaded peg-macros v0.8.5
9192026-07-21T22:40:50.912Z Downloaded pkcs1 v0.7.5
9202026-07-21T22:40:50.915Z Downloaded miniz_oxide v0.8.9
9212026-07-21T22:40:50.917Z Downloaded psm v0.1.30
9222026-07-21T22:40:50.917Z Downloaded phc v0.6.1
9232026-07-21T22:40:50.920Z Downloaded heapless v0.8.0
9242026-07-21T22:40:50.923Z Downloaded rfc6979 v0.5.0
9252026-07-21T22:40:50.923Z Downloaded oxide-update-engine-types v0.1.2
9262026-07-21T22:40:50.926Z Downloaded oso v0.27.3
9272026-07-21T22:40:50.926Z Downloaded russh-cryptovec v0.61.0
9282026-07-21T22:40:50.928Z Downloaded rustc_version v0.4.1
9292026-07-21T22:40:50.928Z Downloaded rustc_version v0.1.7
9302026-07-21T22:40:50.929Z Downloaded pkcs8 v0.11.0
9312026-07-21T22:40:50.931Z Downloaded rustc-hash v2.1.1
9322026-07-21T22:40:50.934Z Downloaded russh-util v0.52.0
9332026-07-21T22:40:50.934Z Downloaded rtoolbox v0.0.3
9342026-07-21T22:40:50.934Z Downloaded postgres-types v0.2.12
9352026-07-21T22:40:50.938Z Downloaded omicron-zone-package v0.12.3
9362026-07-21T22:40:50.940Z Downloaded r2d2 v0.8.10
9372026-07-21T22:40:50.940Z Downloaded icu_normalizer v2.1.1
9382026-07-21T22:40:50.941Z Downloaded predicates v3.1.4
9392026-07-21T22:40:50.943Z Downloaded poly1305 v0.9.0
9402026-07-21T22:40:50.946Z Downloaded diesel_derives v2.3.7
9412026-07-21T22:40:50.948Z Downloaded rand_core v0.9.5
9422026-07-21T22:40:50.953Z Downloaded paste v1.0.15
9432026-07-21T22:40:50.953Z Downloaded hyper-util v0.1.20
9442026-07-21T22:40:50.956Z Downloaded rand_core v0.10.0
9452026-07-21T22:40:50.956Z Downloaded rand_core v0.6.4
9462026-07-21T22:40:50.959Z Downloaded progenitor-extras v0.2.0
9472026-07-21T22:40:50.959Z Downloaded scheduled-thread-pool v0.2.7
9482026-07-21T22:40:50.959Z Downloaded jiff-static v0.2.21
9492026-07-21T22:40:50.962Z Downloaded ar_archive_writer v0.5.1
9502026-07-21T22:40:50.965Z Downloaded sapling-renderdag v0.1.0
9512026-07-21T22:40:50.965Z Downloaded same-file v1.0.6
9522026-07-21T22:40:50.968Z Downloaded rand_seeder v0.4.0
9532026-07-21T22:40:50.968Z Downloaded hashbrown v0.13.2
9542026-07-21T22:40:50.971Z Downloaded proc-macro-crate v1.3.1
9552026-07-21T22:40:50.974Z Downloaded scopeguard v1.2.0
9562026-07-21T22:40:50.977Z Downloaded semver v0.1.20
9572026-07-21T22:40:50.977Z Downloaded secrecy v0.10.3
9582026-07-21T22:40:50.977Z Downloaded resolv-conf v0.7.6
9592026-07-21T22:40:50.980Z Downloaded seq-macro v0.3.6
9602026-07-21T22:40:50.980Z Downloaded scroll_derive v0.13.1
9612026-07-21T22:40:50.980Z Downloaded pkcs1 v0.8.0-rc.4
9622026-07-21T22:40:50.983Z Downloaded minimal-lexical v0.2.1
9632026-07-21T22:40:50.986Z Downloaded pkcs5 v0.8.1
9642026-07-21T22:40:50.989Z Downloaded quinn-udp v0.5.14
9652026-07-21T22:40:50.989Z Downloaded indicatif v0.18.4
9662026-07-21T22:40:50.993Z Downloaded rpassword v7.5.4
9672026-07-21T22:40:50.995Z Downloaded serde-big-array v0.5.1
9682026-07-21T22:40:50.998Z Downloaded serde_plain v1.0.2
9692026-07-21T22:40:50.998Z Downloaded serde_urlencoded v0.7.1
9702026-07-21T22:40:50.998Z Downloaded serde_bytes v0.11.19
9712026-07-21T22:40:51.001Z Downloaded postcard v1.1.3
9722026-07-21T22:40:51.004Z Downloaded crossterm v0.28.1
9732026-07-21T22:40:51.007Z Downloaded p256 v0.14.0-rc.10
9742026-07-21T22:40:51.014Z Downloaded rand_chacha v0.9.0
9752026-07-21T22:40:51.016Z Downloaded serde_spanned v1.1.1
9762026-07-21T22:40:51.019Z Downloaded rustls-native-certs v0.8.3
9772026-07-21T22:40:51.019Z Downloaded shell-words v1.1.1
9782026-07-21T22:40:51.022Z Downloaded sha1 v0.10.6
9792026-07-21T22:40:51.022Z Downloaded serde_repr v0.1.20
9802026-07-21T22:40:51.022Z Downloaded http v1.4.2
9812026-07-21T22:40:51.025Z Downloaded sha1 v0.11.0
9822026-07-21T22:40:51.028Z Downloaded rusty-fork v0.3.1
9832026-07-21T22:40:51.028Z Downloaded rustversion v1.0.22
9842026-07-21T22:40:51.033Z Downloaded rustls-pemfile v2.2.0
9852026-07-21T22:40:51.035Z Downloaded sigpipe v0.1.3
9862026-07-21T22:40:51.035Z Downloaded crossterm v0.29.0
9872026-07-21T22:40:51.039Z Downloaded signal-hook-mio v0.2.5
9882026-07-21T22:40:51.042Z Downloaded signature v3.0.0
9892026-07-21T22:40:51.042Z Downloaded papergrid v0.17.0
9902026-07-21T22:40:51.045Z Downloaded slog-envlogger v2.2.0
9912026-07-21T22:40:51.048Z Downloaded signature v2.2.0
9922026-07-21T22:40:51.048Z Downloaded signal-hook-tokio v0.3.1
9932026-07-21T22:40:51.048Z Downloaded scroll v0.13.0
9942026-07-21T22:40:51.051Z Downloaded siphasher v1.0.2
9952026-07-21T22:40:51.051Z Downloaded scrypt v0.12.0
9962026-07-21T22:40:51.055Z Downloaded hashbrown v0.12.3
9972026-07-21T22:40:51.058Z Downloaded progenitor-impl v0.14.0
9982026-07-21T22:40:51.061Z Downloaded hickory-server v0.25.2
9992026-07-21T22:40:51.063Z Downloaded slog-bunyan v2.5.0
10002026-07-21T22:40:51.063Z Downloaded secrecy v0.8.0
10012026-07-21T22:40:51.063Z Downloaded schemars_derive v0.8.22
10022026-07-21T22:40:51.066Z Downloaded p384 v0.14.0-rc.10
10032026-07-21T22:40:51.078Z Downloaded pretty_assertions v1.4.1
10042026-07-21T22:40:51.081Z Downloaded serde-hex v0.1.0
10052026-07-21T22:40:51.083Z Downloaded serde_derive_internals v0.29.1
10062026-07-21T22:40:51.083Z Downloaded itertools v0.10.5
10072026-07-21T22:40:51.086Z Downloaded serde_with_macros v1.5.2
10082026-07-21T22:40:51.089Z Downloaded serde_path_to_error v0.1.20
10092026-07-21T22:40:51.092Z Downloaded pin-project v1.1.11
10102026-07-21T22:40:51.096Z Downloaded prefix-trie v0.7.0
10112026-07-21T22:40:51.100Z Downloaded dropshot-api-manager v0.7.2
10122026-07-21T22:40:51.104Z Downloaded sqlparser_derive v0.5.0
10132026-07-21T22:40:51.107Z Downloaded simd-adler32 v0.3.8
10142026-07-21T22:40:51.109Z Downloaded strsim v0.10.0
10152026-07-21T22:40:51.112Z Downloaded progenitor-impl v0.13.0
10162026-07-21T22:40:51.112Z Downloaded rustls-pki-types v1.14.0
10172026-07-21T22:40:51.115Z Downloaded strip-ansi-escapes v0.2.1
10182026-07-21T22:40:51.115Z Downloaded stable_deref_trait v1.2.1
10192026-07-21T22:40:51.118Z Downloaded salsa20 v0.11.0
10202026-07-21T22:40:51.120Z Downloaded shlex v1.3.0
10212026-07-21T22:40:51.123Z Downloaded strum v0.26.3
10222026-07-21T22:40:51.123Z Downloaded structmeta-derive v0.3.0
10232026-07-21T22:40:51.126Z Downloaded slab v0.4.12
10242026-07-21T22:40:51.128Z Downloaded structmeta v0.3.0
10252026-07-21T22:40:51.131Z Downloaded rcgen v0.12.1
10262026-07-21T22:40:51.134Z Downloaded sec1 v0.7.3
10272026-07-21T22:40:51.134Z Downloaded hashbrown v0.15.5
10282026-07-21T22:40:51.137Z Downloaded slog-dtrace v0.3.0
10292026-07-21T22:40:51.141Z Downloaded strum v0.27.2
10302026-07-21T22:40:51.141Z Downloaded slog-stdlog v4.1.1
10312026-07-21T22:40:51.141Z Downloaded slog-scope v4.4.1
10322026-07-21T22:40:51.145Z Downloaded openssl-sys v0.9.117
10332026-07-21T22:40:51.145Z Downloaded snafu-derive v0.8.9
10342026-07-21T22:40:51.147Z Downloaded mio v1.2.0
10352026-07-21T22:40:51.150Z Downloaded tabwriter v1.4.1
10362026-07-21T22:40:51.150Z Downloaded tabled_derive v0.11.0
10372026-07-21T22:40:51.153Z Downloaded sync-ptr v0.1.4
10382026-07-21T22:40:51.153Z Downloaded smf v0.2.3
10392026-07-21T22:40:51.153Z Downloaded internal-russh-num-bigint v0.5.0
10402026-07-21T22:40:51.156Z Downloaded slog-term v2.9.2
10412026-07-21T22:40:51.158Z Downloaded supports-color v3.0.2
10422026-07-21T22:40:51.158Z Downloaded subtle v2.6.1
10432026-07-21T22:40:51.161Z Downloaded tap v1.0.1
10442026-07-21T22:40:51.161Z Downloaded take_mut v0.2.2
10452026-07-21T22:40:51.161Z Downloaded tagptr v0.2.0
10462026-07-21T22:40:51.162Z Downloaded slog-json v2.6.1
10472026-07-21T22:40:51.164Z Downloaded sec1 v0.8.1
10482026-07-21T22:40:51.167Z Downloaded ssh-encoding v0.3.0-rc.9
10492026-07-21T22:40:51.171Z Downloaded signal-hook-registry v1.4.8
10502026-07-21T22:40:51.171Z Downloaded prettyplease v0.2.37
10512026-07-21T22:40:51.174Z Downloaded schemars v0.8.22
10522026-07-21T22:40:51.178Z Downloaded ssh-cipher v0.3.0-rc.9
10532026-07-21T22:40:51.181Z Downloaded sqlformat v0.3.5
10542026-07-21T22:40:51.181Z Downloaded testing_table v0.3.0
10552026-07-21T22:40:51.183Z Downloaded time-core v0.1.8
10562026-07-21T22:40:51.184Z Downloaded sha2 v0.11.0
10572026-07-21T22:40:51.186Z Downloaded thread-id v5.1.0
10582026-07-21T22:40:51.186Z Downloaded thiserror-impl-no-std v2.0.2
10592026-07-21T22:40:51.186Z Downloaded stacker v0.1.23
10602026-07-21T22:40:51.189Z Downloaded static_assertions v1.1.0
10612026-07-21T22:40:51.189Z Downloaded spki v0.7.3
10622026-07-21T22:40:51.192Z Downloaded libxml v0.3.3
10632026-07-21T22:40:51.194Z Downloaded ryu v1.0.23
10642026-07-21T22:40:51.197Z Downloaded string_cache v0.8.9
10652026-07-21T22:40:51.197Z Downloaded stringprep v0.1.5
10662026-07-21T22:40:51.200Z Downloaded rustls-platform-verifier v0.6.2
10672026-07-21T22:40:51.200Z Downloaded num-bigint v0.4.6
10682026-07-21T22:40:51.203Z Downloaded serdect v0.4.3
10692026-07-21T22:40:51.206Z Downloaded rayon-core v1.13.0
10702026-07-21T22:40:51.209Z Downloaded hashbrown v0.16.1
10712026-07-21T22:40:51.211Z Downloaded smallvec v1.15.1
10722026-07-21T22:40:51.211Z Downloaded serde_cbor v0.11.2
10732026-07-21T22:40:51.214Z Downloaded tokio-macros v2.7.0
10742026-07-21T22:40:51.214Z Downloaded strum_macros v0.26.4
10752026-07-21T22:40:51.217Z Downloaded smallvec v0.6.14
10762026-07-21T22:40:51.217Z Downloaded tinyvec_macros v0.1.1
10772026-07-21T22:40:51.220Z Downloaded publicsuffix v2.3.0
10782026-07-21T22:40:51.220Z Downloaded quinn v0.11.9
10792026-07-21T22:40:51.223Z Downloaded serde_with_macros v3.21.0
10802026-07-21T22:40:51.226Z Downloaded qorb v0.4.1
10812026-07-21T22:40:51.229Z Downloaded ron v0.8.1
10822026-07-21T22:40:51.232Z Downloaded sync_wrapper v1.0.2
10832026-07-21T22:40:51.232Z Downloaded support-bundle-viewer v0.1.2
10842026-07-21T22:40:51.232Z Downloaded h2 v0.4.15
10852026-07-21T22:40:51.235Z Downloaded futures-util v0.3.32
10862026-07-21T22:40:51.242Z Downloaded crypto-primes v0.7.2
10872026-07-21T22:40:51.245Z Downloaded synstructure v0.13.2
10882026-07-21T22:40:51.248Z Downloaded tower-layer v0.3.3
10892026-07-21T22:40:51.248Z Downloaded thread_local v1.1.9
10902026-07-21T22:40:51.251Z Downloaded tower-service v0.3.3
10912026-07-21T22:40:51.251Z Downloaded similar v2.7.0
10922026-07-21T22:40:51.254Z Downloaded tiny-keccak v2.0.2
10932026-07-21T22:40:51.254Z Downloaded icu_properties_data v2.1.2
10942026-07-21T22:40:51.259Z Downloaded termtree v0.5.1
10952026-07-21T22:40:51.262Z Downloaded spki v0.8.0
10962026-07-21T22:40:51.262Z Downloaded thiserror-no-std v2.0.2
10972026-07-21T22:40:51.265Z Downloaded schemars v0.9.0
10982026-07-21T22:40:51.271Z Downloaded typify-macro v0.6.2
10992026-07-21T22:40:51.273Z Downloaded try-lock v0.2.5
11002026-07-21T22:40:51.273Z Downloaded tinystr v0.8.2
11012026-07-21T22:40:51.276Z Downloaded tls_codec_derive v0.4.2
11022026-07-21T22:40:51.276Z Downloaded tls_codec v0.4.2
11032026-07-21T22:40:51.279Z Downloaded strum_macros v0.24.3
11042026-07-21T22:40:51.279Z Downloaded slog-async v2.8.0
11052026-07-21T22:40:51.279Z Downloaded trait-variant v0.1.2
11062026-07-21T22:40:51.282Z Downloaded time-macros v0.2.27
11072026-07-21T22:40:51.282Z Downloaded strum_macros v0.27.2
11082026-07-21T22:40:51.284Z Downloaded slog v2.8.2
11092026-07-21T22:40:51.288Z Downloaded idna v1.1.0
11102026-07-21T22:40:51.290Z Downloaded signal-hook v0.3.18
11112026-07-21T22:40:51.291Z Downloaded unarray v0.1.4
11122026-07-21T22:40:51.291Z Downloaded untrusted v0.9.0
11132026-07-21T22:40:51.294Z Downloaded unicode-xid v0.2.6
11142026-07-21T22:40:51.294Z Downloaded num-bigint-dig v0.8.6
11152026-07-21T22:40:51.298Z Downloaded unicode-truncate v1.1.0
11162026-07-21T22:40:51.298Z Downloaded itertools v0.12.1
11172026-07-21T22:40:51.301Z Downloaded tokio-native-tls v0.3.1
11182026-07-21T22:40:51.304Z Downloaded nom v7.1.3
11192026-07-21T22:40:51.307Z Downloaded spin v0.9.8
11202026-07-21T22:40:51.307Z Downloaded serde_yaml v0.9.34+deprecated
11212026-07-21T22:40:51.309Z Downloaded universal-hash v0.6.1
11222026-07-21T22:40:51.309Z Downloaded universal-hash v0.5.1
11232026-07-21T22:40:51.313Z Downloaded unit-prefix v0.5.2
11242026-07-21T22:40:51.313Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-07-21T22:40:51.313Z Downloaded tokio-tungstenite v0.23.1
11262026-07-21T22:40:51.313Z Downloaded tokio-tungstenite v0.21.0
11272026-07-21T22:40:51.316Z Downloaded usdt v0.6.0
11282026-07-21T22:40:51.316Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11292026-07-21T22:40:51.316Z Downloaded usdt-macro v0.6.0
11302026-07-21T22:40:51.319Z Downloaded term v1.2.1
11312026-07-21T22:40:51.319Z Downloaded topological-sort v0.2.2
11322026-07-21T22:40:51.322Z Downloaded hkdf v0.13.0
11332026-07-21T22:40:51.322Z Downloaded utf8_iter v1.0.4
11342026-07-21T22:40:51.322Z Downloaded usdt-attr-macro v0.6.0
11352026-07-21T22:40:51.325Z Downloaded term v0.7.0
11362026-07-21T22:40:51.325Z Downloaded itertools v0.13.0
11372026-07-21T22:40:51.328Z Downloaded libm v0.2.16
11382026-07-21T22:40:51.334Z Downloaded nom v8.0.0
11392026-07-21T22:40:51.338Z Downloaded utf-8 v0.7.6
11402026-07-21T22:40:51.341Z Downloaded iri-string v0.7.10
11412026-07-21T22:40:51.344Z Downloaded void v1.0.2
11422026-07-21T22:40:51.344Z Downloaded tui-tree-widget v0.23.1
11432026-07-21T22:40:51.344Z Downloaded hyper v1.10.1
11442026-07-21T22:40:51.348Z Downloaded toml_writer v1.1.1+spec-1.1.0
11452026-07-21T22:40:51.351Z Downloaded wait-timeout v0.2.1
11462026-07-21T22:40:51.351Z Downloaded hkdf v0.12.4
11472026-07-21T22:40:51.353Z Downloaded tokio-test v0.4.5
11482026-07-21T22:40:51.353Z Downloaded termios v0.3.3
11492026-07-21T22:40:51.356Z Downloaded subprocess v0.2.15
11502026-07-21T22:40:51.356Z Downloaded rand v0.8.6
11512026-07-21T22:40:51.359Z Downloaded want v0.3.1
11522026-07-21T22:40:51.359Z Downloaded tokio-dtrace v0.1.1
11532026-07-21T22:40:51.372Z Downloaded xattr v1.6.1
11542026-07-21T22:40:51.372Z Downloaded unicase v2.9.0
11552026-07-21T22:40:51.373Z Downloaded schemars v1.2.1
11562026-07-21T22:40:51.373Z Downloaded tokio-rustls v0.26.4
11572026-07-21T22:40:51.376Z Downloaded socket2 v0.5.10
11582026-07-21T22:40:51.376Z Downloaded xshell-macros v0.2.7
11592026-07-21T22:40:51.376Z Downloaded yoke-derive v0.8.1
11602026-07-21T22:40:51.379Z Downloaded usdt-impl v0.6.0
11612026-07-21T22:40:51.379Z Downloaded samael v0.0.19
11622026-07-21T22:40:51.382Z Downloaded rsa v0.10.0-rc.18
11632026-07-21T22:40:51.385Z Downloaded zerofrom-derive v0.1.6
11642026-07-21T22:40:51.389Z Downloaded rsa v0.9.10
11652026-07-21T22:40:51.392Z Downloaded zeroize_derive v1.4.3
11662026-07-21T22:40:51.392Z Downloaded aws-lc-rs v1.16.3
11672026-07-21T22:40:51.396Z Downloaded zone v0.3.1
11682026-07-21T22:40:51.396Z Downloaded test-strategy v0.4.5
11692026-07-21T22:40:51.400Z Downloaded socket2 v0.6.3
11702026-07-21T22:40:51.400Z Downloaded rand v0.10.1
11712026-07-21T22:40:51.402Z Downloaded rand v0.9.2
11722026-07-21T22:40:51.405Z Downloaded uzers v0.12.2
11732026-07-21T22:40:51.405Z Downloaded iddqd v0.4.2
11742026-07-21T22:40:51.410Z Downloaded vergen-lib v9.1.0
11752026-07-21T22:40:51.413Z Downloaded toml_parser v1.1.2+spec-1.1.0
11762026-07-21T22:40:51.413Z Downloaded vergen-lib v0.1.6
11772026-07-21T22:40:51.415Z Downloaded vergen-gitcl v1.0.8
11782026-07-21T22:40:51.415Z Downloaded tracing-attributes v0.1.31
11792026-07-21T22:40:51.419Z Downloaded waitgroup v0.1.2
11802026-07-21T22:40:51.419Z Downloaded twox-hash v2.1.2
11812026-07-21T22:40:51.419Z Downloaded aho-corasick v1.1.4
11822026-07-21T22:40:51.422Z Downloaded walkdir v2.5.0
11832026-07-21T22:40:51.425Z Downloaded snafu v0.8.9
11842026-07-21T22:40:51.427Z Downloaded tinyvec v1.10.0
11852026-07-21T22:40:51.427Z Downloaded whoami v2.1.0
11862026-07-21T22:40:51.430Z Downloaded vsss-rs v3.3.4
11872026-07-21T22:40:51.430Z Downloaded rustls-webpki v0.103.13
11882026-07-21T22:40:51.433Z Downloaded wyz v0.5.1
11892026-07-21T22:40:51.435Z Downloaded zerofrom v0.1.6
11902026-07-21T22:40:51.435Z Downloaded untrusted v0.7.1
11912026-07-21T22:40:51.435Z Downloaded yoke v0.8.1
11922026-07-21T22:40:51.435Z Downloaded whoami v1.6.1
11932026-07-21T22:40:51.438Z Downloaded unicode-properties v0.1.4
11942026-07-21T22:40:51.438Z Downloaded toml v0.7.8
11952026-07-21T22:40:51.441Z Downloaded tar v0.4.46
11962026-07-21T22:40:51.444Z Downloaded tokio-stream v0.1.18
11972026-07-21T22:40:51.446Z Downloaded p521 v0.14.0-rc.10
11982026-07-21T22:40:51.449Z Downloaded writeable v0.6.2
11992026-07-21T22:40:51.449Z Downloaded xshell v0.2.7
12002026-07-21T22:40:51.449Z Downloaded rustyline v14.0.0
12012026-07-21T22:40:51.452Z Downloaded toml v1.1.2+spec-1.1.0
12022026-07-21T22:40:51.454Z Downloaded itertools v0.14.0
12032026-07-21T22:40:51.458Z Downloaded zeroize v1.8.2
12042026-07-21T22:40:51.460Z Downloaded bitvec v1.0.1
12052026-07-21T22:40:51.467Z Downloaded zone_cfg_derive v0.3.1
12062026-07-21T22:40:51.469Z Downloaded zerovec-derive v0.11.2
12072026-07-21T22:40:51.470Z Downloaded vergen v9.1.0
12082026-07-21T22:40:51.470Z Downloaded tracing-core v0.1.36
12092026-07-21T22:40:51.472Z Downloaded steno v0.4.1
12102026-07-21T22:40:51.475Z Downloaded vergen-git2 v9.1.0
12112026-07-21T22:40:51.475Z Downloaded unicode-bidi v0.3.18
12122026-07-21T22:40:51.478Z Downloaded zstd-safe v7.2.4
12132026-07-21T22:40:51.478Z Downloaded typify v0.6.2
12142026-07-21T22:40:51.480Z Downloaded zstd v0.13.3
12152026-07-21T22:40:51.483Z Downloaded tungstenite v0.21.0
12162026-07-21T22:40:51.483Z Downloaded yasna v0.5.2
12172026-07-21T22:40:51.486Z Downloaded blake3 v1.8.5
12182026-07-21T22:40:51.493Z Downloaded unsafe-libyaml v0.2.11
12192026-07-21T22:40:51.498Z Downloaded zerocopy v0.6.6
12202026-07-21T22:40:51.500Z Downloaded bindgen v0.71.1
12212026-07-21T22:40:51.503Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-07-21T22:40:51.506Z Downloaded git2 v0.20.4
12232026-07-21T22:40:51.510Z Downloaded serde_with v1.14.0
12242026-07-21T22:40:51.518Z Downloaded chrono v0.4.45
12252026-07-21T22:40:51.522Z Downloaded reedline v0.40.0
12262026-07-21T22:40:51.526Z Downloaded tungstenite v0.23.0
12272026-07-21T22:40:51.530Z Downloaded vte v0.14.1
12282026-07-21T22:40:51.533Z Downloaded p384 v0.13.1
12292026-07-21T22:40:51.549Z Downloaded tokio-postgres v0.7.16
12302026-07-21T22:40:51.554Z Downloaded zopfli v0.8.3
12312026-07-21T22:40:51.562Z Downloaded uuid v1.23.4
12322026-07-21T22:40:51.568Z Downloaded regex v1.12.3
12332026-07-21T22:40:51.571Z Downloaded yansi v1.0.1
12342026-07-21T22:40:51.585Z Downloaded zerotrie v0.2.3
12352026-07-21T22:40:51.588Z Downloaded reqwest v0.13.2
12362026-07-21T22:40:51.595Z Downloaded unicode_categories v0.1.1
12372026-07-21T22:40:51.605Z Downloaded quick-xml v0.37.5
12382026-07-21T22:40:51.608Z Downloaded ssh-key v0.7.0-rc.10
12392026-07-21T22:40:51.613Z Downloaded url v2.5.8
12402026-07-21T22:40:51.617Z Downloaded toml_edit v0.19.15
12412026-07-21T22:40:51.623Z Downloaded zerocopy-derive v0.8.40
12422026-07-21T22:40:51.629Z Downloaded lalrpop v0.19.12
12432026-07-21T22:40:51.636Z Downloaded tower v0.5.3
12442026-07-21T22:40:51.641Z Downloaded x509-cert v0.2.5
12452026-07-21T22:40:51.643Z Downloaded typed-path v0.9.3
12462026-07-21T22:40:51.646Z Downloaded unicode-segmentation v1.12.0
12472026-07-21T22:40:51.649Z Downloaded salty v0.3.0
12482026-07-21T22:40:51.652Z Downloaded zip v0.6.6
12492026-07-21T22:40:51.656Z Downloaded portable-atomic v1.13.1
12502026-07-21T22:40:51.659Z Downloaded rawzip v0.4.4
12512026-07-21T22:40:51.661Z Downloaded crypto-bigint v0.7.5
12522026-07-21T22:40:51.670Z Downloaded unicode-normalization v0.1.25
12532026-07-21T22:40:51.674Z Downloaded curve25519-dalek v4.1.3
12542026-07-21T22:40:51.677Z Downloaded tokio-util v0.7.18
12552026-07-21T22:40:51.681Z Downloaded zip v4.6.1
12562026-07-21T22:40:51.684Z Downloaded rayon v1.11.0
12572026-07-21T22:40:51.689Z Downloaded tower-http v0.6.8
12582026-07-21T22:40:51.693Z Downloaded petname v2.0.2
12592026-07-21T22:40:51.696Z Downloaded moka v0.12.13
12602026-07-21T22:40:51.701Z Downloaded goblin v0.10.5
12612026-07-21T22:40:51.705Z Downloaded reqwest v0.12.28
12622026-07-21T22:40:51.717Z Downloaded object v0.30.4
12632026-07-21T22:40:51.722Z Downloaded proptest v1.10.0
12642026-07-21T22:40:51.729Z Downloaded serde_with v3.21.0
12652026-07-21T22:40:51.738Z Downloaded bstr v1.12.1
12662026-07-21T22:40:51.743Z Downloaded radix_trie v0.2.1
12672026-07-21T22:40:51.746Z Downloaded zerovec v0.11.5
12682026-07-21T22:40:51.748Z Downloaded polar-core v0.27.3
12692026-07-21T22:40:51.753Z Downloaded tough v0.22.0
12702026-07-21T22:40:51.758Z Downloaded nix v0.27.1
12712026-07-21T22:40:51.764Z Downloaded russh v0.61.2
12722026-07-21T22:40:51.779Z Downloaded quinn-proto v0.11.13
12732026-07-21T22:40:51.783Z Downloaded curve25519-dalek v5.0.0-rc.0
12742026-07-21T22:40:51.789Z Downloaded dropshot v0.17.1
12752026-07-21T22:40:51.802Z Downloaded winnow v0.5.40
12762026-07-21T22:40:51.811Z Downloaded openssl v0.10.81
12772026-07-21T22:40:51.815Z Downloaded nix v0.31.2
12782026-07-21T22:40:51.822Z Downloaded object v0.37.3
12792026-07-21T22:40:51.832Z Downloaded zlib-rs v0.6.2
12802026-07-21T22:40:51.839Z Downloaded winnow v0.6.26
12812026-07-21T22:40:51.845Z Downloaded winnow v1.0.3
12822026-07-21T22:40:51.851Z Downloaded vcpkg v0.2.15
12832026-07-21T22:40:51.871Z Downloaded tabled v0.20.0
12842026-07-21T22:40:51.881Z Downloaded nix v0.28.0
12852026-07-21T22:40:51.887Z Downloaded smoltcp v0.9.1
12862026-07-21T22:40:51.893Z Downloaded zerocopy v0.8.40
12872026-07-21T22:40:51.898Z Downloaded regress v0.11.1
12882026-07-21T22:40:51.903Z Downloaded openapiv3 v2.2.0
12892026-07-21T22:40:51.912Z Downloaded diesel v2.3.7
12902026-07-21T22:40:51.921Z Downloaded hickory-proto v0.24.4
12912026-07-21T22:40:51.929Z Downloaded hickory-proto v0.25.2
12922026-07-21T22:40:51.938Z Downloaded smoltcp v0.11.0
12932026-07-21T22:40:51.945Z Downloaded regex-syntax v0.8.10
12942026-07-21T22:40:51.950Z Downloaded rustls v0.23.41
12952026-07-21T22:40:51.957Z Downloaded rustix v0.38.44
12962026-07-21T22:40:51.969Z Downloaded regress v0.10.5
12972026-07-21T22:40:51.974Z Downloaded time v0.3.47
12982026-07-21T22:40:51.981Z Downloaded regex-syntax v0.6.29
12992026-07-21T22:40:51.998Z Downloaded sqlparser v0.61.0
13002026-07-21T22:40:52.003Z Downloaded fiat-crypto v0.3.0
13012026-07-21T22:40:52.012Z Downloaded sled v0.34.7
13022026-07-21T22:40:52.017Z Downloaded typify-impl v0.6.2
13032026-07-21T22:40:52.025Z Downloaded sha3 v0.11.0
13042026-07-21T22:40:52.028Z Downloaded tracing v0.1.44
13052026-07-21T22:40:52.069Z Downloaded csv v1.4.0
13062026-07-21T22:40:52.081Z Downloaded ratatui v0.29.0
13072026-07-21T22:40:52.092Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-07-21T22:40:52.099Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-07-21T22:40:52.124Z Downloaded zerocopy-derive v0.6.6
13102026-07-21T22:40:52.139Z Downloaded regex-automata v0.4.14
13112026-07-21T22:40:52.148Z Downloaded chrono-tz v0.10.4
13122026-07-21T22:40:52.165Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-21T22:40:52.197Z Downloaded jiff v0.2.21
13142026-07-21T22:40:52.208Z Downloaded petgraph v0.6.5
13152026-07-21T22:40:52.234Z Downloaded petgraph v0.8.3
13162026-07-21T22:40:52.248Z Downloaded libz-sys v1.1.24
13172026-07-21T22:40:52.270Z Downloaded sha3 v0.10.8
13182026-07-21T22:40:52.284Z Downloaded tokio v1.52.1
13192026-07-21T22:40:52.359Z Downloaded encoding_rs v0.8.35
13202026-07-21T22:40:52.389Z Downloaded ring v0.17.14
13212026-07-21T22:40:52.926Z Downloaded aws-lc-sys v0.40.0
13222026-07-21T22:40:53.175Z Compiling libc v0.2.185
13232026-07-21T22:40:53.175Z Compiling serde_core v1.0.228
13242026-07-21T22:40:53.175Z Compiling serde v1.0.228
13252026-07-21T22:40:53.178Z Compiling log v0.4.29
13262026-07-21T22:40:53.178Z Compiling smallvec v1.15.1
13272026-07-21T22:40:53.178Z Compiling find-msvc-tools v0.1.9
13282026-07-21T22:40:53.178Z Compiling shlex v1.3.0
13292026-07-21T22:40:53.178Z Compiling syn v2.0.117
13302026-07-21T22:40:53.514Z Compiling subtle v2.6.1
13312026-07-21T22:40:53.532Z Compiling scopeguard v1.2.0
13322026-07-21T22:40:53.550Z Compiling stable_deref_trait v1.2.1
13332026-07-21T22:40:53.582Z Compiling typenum v1.20.1
13342026-07-21T22:40:53.623Z Compiling lock_api v0.4.14
13352026-07-21T22:40:53.635Z Compiling serde_json v1.0.150
13362026-07-21T22:40:53.638Z Compiling zerocopy v0.8.40
13372026-07-21T22:40:53.674Z Compiling portable-atomic v1.13.1
13382026-07-21T22:40:53.931Z Compiling pin-project-lite v0.2.17
13392026-07-21T22:40:53.966Z Compiling parking_lot_core v0.9.12
13402026-07-21T22:40:54.030Z Compiling getrandom v0.4.1
13412026-07-21T22:40:54.171Z Compiling pkg-config v0.3.32
13422026-07-21T22:40:54.294Z Compiling jobserver v0.1.34
13432026-07-21T22:40:54.328Z Compiling errno v0.3.14
13442026-07-21T22:40:54.396Z Compiling getrandom v0.2.17
13452026-07-21T22:40:54.477Z Compiling libm v0.2.16
13462026-07-21T22:40:54.493Z Compiling critical-section v1.2.0
13472026-07-21T22:40:54.601Z Compiling cc v1.2.56
13482026-07-21T22:40:54.633Z Compiling rand_core v0.6.4
13492026-07-21T22:40:54.674Z Compiling signal-hook-registry v1.4.8
13502026-07-21T22:40:54.820Z Compiling once_cell v1.21.3
13512026-07-21T22:40:54.883Z Compiling num-traits v0.2.19
13522026-07-21T22:40:54.908Z Compiling rand_core v0.10.0
13532026-07-21T22:40:54.949Z Compiling futures-core v0.3.32
13542026-07-21T22:40:55.040Z Compiling parking_lot v0.12.5
13552026-07-21T22:40:55.104Z Compiling mio v1.2.0
13562026-07-21T22:40:55.254Z Compiling generic-array v0.14.7
13572026-07-21T22:40:55.289Z Compiling percent-encoding v2.3.2
13582026-07-21T22:40:55.419Z Compiling const-oid v0.9.6
13592026-07-21T22:40:55.465Z Compiling litemap v0.8.1
13602026-07-21T22:40:55.485Z Compiling writeable v0.6.2
13612026-07-21T22:40:55.655Z Compiling bitflags v2.11.0
13622026-07-21T22:40:55.677Z Compiling semver v1.0.28
13632026-07-21T22:40:55.748Z Compiling icu_properties_data v2.1.2
13642026-07-21T22:40:55.948Z Compiling icu_normalizer_data v2.1.1
13652026-07-21T22:40:56.029Z Compiling socket2 v0.6.3
13662026-07-21T22:40:56.210Z Compiling futures-sink v0.3.32
13672026-07-21T22:40:56.223Z Compiling futures-task v0.3.32
13682026-07-21T22:40:56.258Z Compiling synstructure v0.13.2
13692026-07-21T22:40:56.312Z Compiling futures-channel v0.3.32
13702026-07-21T22:40:56.329Z Compiling futures-io v0.3.32
13712026-07-21T22:40:56.400Z Compiling slab v0.4.12
13722026-07-21T22:40:56.444Z Compiling utf8_iter v1.0.4
13732026-07-21T22:40:56.483Z Compiling indexmap v2.14.0
13742026-07-21T22:40:56.540Z Compiling form_urlencoded v1.2.2
13752026-07-21T22:40:56.554Z Compiling rustversion v1.0.22
13762026-07-21T22:40:56.577Z Compiling getrandom v0.3.4
13772026-07-21T22:40:56.593Z Compiling cmake v0.1.57
13782026-07-21T22:40:56.719Z Compiling dunce v1.0.5
13792026-07-21T22:40:56.742Z Compiling rustix v1.1.3
13802026-07-21T22:40:56.817Z Compiling fs_extra v1.3.0
13812026-07-21T22:40:56.852Z Compiling iana-time-zone v0.1.65
13822026-07-21T22:40:57.002Z Compiling ident_case v1.0.1
13832026-07-21T22:40:57.059Z Compiling regex-syntax v0.8.10
13842026-07-21T22:40:57.100Z Compiling aws-lc-sys v0.40.0
13852026-07-21T22:40:57.128Z Compiling uuid v1.23.4
13862026-07-21T22:40:57.157Z Compiling base64ct v1.8.3
13872026-07-21T22:40:57.455Z Compiling rand_core v0.9.5
13882026-07-21T22:40:57.528Z Compiling vcpkg v0.2.15
13892026-07-21T22:40:57.580Z Compiling base64 v0.22.1
13902026-07-21T22:40:57.742Z Compiling pem-rfc7468 v0.7.0
13912026-07-21T22:40:57.877Z Compiling rustc_version v0.4.1
13922026-07-21T22:40:57.921Z Compiling tracing-core v0.1.36
13932026-07-21T22:40:58.008Z Compiling serde_derive v1.0.228
13942026-07-21T22:40:58.052Z Compiling zeroize_derive v1.4.3
13952026-07-21T22:40:58.215Z Compiling zerofrom-derive v0.1.6
13962026-07-21T22:40:58.276Z Compiling yoke-derive v0.8.1
13972026-07-21T22:40:58.475Z Compiling zerovec-derive v0.11.2
13982026-07-21T22:40:58.490Z Compiling displaydoc v0.2.5
13992026-07-21T22:40:58.708Z Compiling zeroize v1.8.2
14002026-07-21T22:40:58.930Z Compiling zerocopy-derive v0.8.40
14012026-07-21T22:40:59.454Z Compiling tokio-macros v2.7.0
14022026-07-21T22:40:59.489Z Compiling futures-macro v0.3.32
14032026-07-21T22:40:59.645Z Compiling zerofrom v0.1.6
14042026-07-21T22:40:59.663Z Compiling openssl-sys v0.9.117
14052026-07-21T22:40:59.774Z Compiling yoke v0.8.1
14062026-07-21T22:40:59.882Z Compiling crypto-common v0.1.7
14072026-07-21T22:40:59.963Z Compiling zerovec v0.11.5
14082026-07-21T22:41:00.043Z Compiling zerotrie v0.2.3
14092026-07-21T22:41:00.198Z Compiling block-buffer v0.10.4
14102026-07-21T22:41:00.211Z Compiling thiserror-impl v2.0.18
14112026-07-21T22:41:00.322Z Compiling futures-util v0.3.32
14122026-07-21T22:41:00.347Z Compiling der_derive v0.7.3
14132026-07-21T22:41:00.370Z Compiling digest v0.10.7
14142026-07-21T22:41:00.473Z Compiling tinystr v0.8.2
14152026-07-21T22:41:00.615Z Compiling potential_utf v0.1.4
14162026-07-21T22:41:00.678Z Compiling icu_locale_core v2.1.1
14172026-07-21T22:41:00.776Z Compiling icu_collections v2.1.1
14182026-07-21T22:41:01.253Z Compiling tracing-attributes v0.1.31
14192026-07-21T22:41:01.307Z Compiling icu_provider v2.1.1
14202026-07-21T22:41:01.543Z Compiling bytes v1.11.1
14212026-07-21T22:41:01.558Z Compiling icu_normalizer v2.1.1
14222026-07-21T22:41:01.572Z Compiling icu_properties v2.1.2
14232026-07-21T22:41:01.596Z Compiling chrono v0.4.45
14242026-07-21T22:41:02.084Z Compiling tokio v1.52.1
14252026-07-21T22:41:02.152Z Compiling http v1.4.2
14262026-07-21T22:41:02.564Z Compiling idna_adapter v1.2.1
14272026-07-21T22:41:02.590Z Compiling aws-lc-rs v1.16.3
14282026-07-21T22:41:02.642Z Compiling flagset v0.4.7
14292026-07-21T22:41:02.697Z Compiling idna v1.1.0
14302026-07-21T22:41:02.774Z Compiling der v0.7.10
14312026-07-21T22:41:02.891Z Compiling http-body v1.0.1
14322026-07-21T22:41:02.978Z Compiling url v2.5.8
14332026-07-21T22:41:03.042Z Compiling tracing v0.1.44
14342026-07-21T22:41:03.063Z Compiling thiserror v2.0.18
14352026-07-21T22:41:03.238Z Compiling ppv-lite86 v0.2.21
14362026-07-21T22:41:03.299Z Compiling rustls-pki-types v1.14.0
14372026-07-21T22:41:03.353Z Compiling serde_derive_internals v0.29.1
14382026-07-21T22:41:03.397Z Compiling openssl-probe v0.2.1
14392026-07-21T22:41:03.552Z Compiling rand_chacha v0.9.0
14402026-07-21T22:41:03.571Z Compiling cmov v0.5.4
14412026-07-21T22:41:03.787Z Compiling httparse v1.10.1
14422026-07-21T22:41:03.806Z Compiling schemars v0.8.22
14432026-07-21T22:41:03.814Z Compiling dyn-clone v1.0.20
14442026-07-21T22:41:03.948Z Compiling tinyvec_macros v0.1.1
14452026-07-21T22:41:04.016Z Compiling tinyvec v1.10.0
14462026-07-21T22:41:04.040Z Compiling rand v0.9.2
14472026-07-21T22:41:04.055Z Compiling ctutils v0.4.2
14482026-07-21T22:41:04.180Z Compiling spki v0.7.3
14492026-07-21T22:41:04.265Z Compiling schemars_derive v0.8.22
14502026-07-21T22:41:04.285Z Compiling pest_generator v2.8.6
14512026-07-21T22:41:04.289Z Compiling aho-corasick v1.1.4
14522026-07-21T22:41:04.357Z Compiling try-lock v0.2.5
14532026-07-21T22:41:04.378Z Compiling tower-layer v0.3.3
14542026-07-21T22:41:04.464Z Compiling untrusted v0.7.1
14552026-07-21T22:41:04.535Z Compiling atomic-waker v1.1.2
14562026-07-21T22:41:04.585Z Compiling tower-service v0.3.3
14572026-07-21T22:41:04.661Z Compiling tempfile v3.25.0
14582026-07-21T22:41:04.680Z Compiling want v0.3.1
14592026-07-21T22:41:04.840Z Compiling hybrid-array v0.4.13
14602026-07-21T22:41:04.980Z Compiling pest_derive v2.8.6
14612026-07-21T22:41:05.025Z Compiling ipnet v2.11.0
14622026-07-21T22:41:05.148Z Compiling regex-automata v0.4.14
14632026-07-21T22:41:05.412Z Compiling scroll_derive v0.13.1
14642026-07-21T22:41:05.522Z Compiling darling_core v0.20.11
14652026-07-21T22:41:05.621Z Compiling cpufeatures v0.2.17
14662026-07-21T22:41:05.697Z Compiling untrusted v0.9.0
14672026-07-21T22:41:05.819Z Compiling rustls v0.23.41
14682026-07-21T22:41:05.970Z Compiling tokio-util v0.7.18
14692026-07-21T22:41:06.002Z Compiling openssl v0.10.81
14702026-07-21T22:41:06.208Z Compiling httpdate v1.0.3
14712026-07-21T22:41:06.245Z Compiling foreign-types-shared v0.1.1
14722026-07-21T22:41:06.331Z Compiling foreign-types v0.3.2
14732026-07-21T22:41:06.425Z Compiling scroll v0.13.0
14742026-07-21T22:41:06.438Z Compiling pkcs8 v0.10.2
14752026-07-21T22:41:06.690Z Compiling h2 v0.4.15
14762026-07-21T22:41:06.690Z Compiling unicode-normalization v0.1.25
14772026-07-21T22:41:06.981Z Compiling openssl-macros v0.1.1
14782026-07-21T22:41:07.134Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-21T22:41:07.167Z Compiling spin v0.9.8
14802026-07-21T22:41:07.371Z Compiling native-tls v0.2.18
14812026-07-21T22:41:07.385Z Compiling crc32fast v1.5.0
14822026-07-21T22:41:07.533Z Compiling num-conv v0.2.0
14832026-07-21T22:41:07.587Z Compiling powerfmt v0.2.0
14842026-07-21T22:41:07.658Z Compiling time-core v0.1.8
14852026-07-21T22:41:07.730Z Compiling darling_macro v0.20.11
14862026-07-21T22:41:07.747Z Compiling deranged v0.5.8
14872026-07-21T22:41:07.799Z Compiling time-macros v0.2.27
14882026-07-21T22:41:08.200Z Compiling darling v0.20.11
14892026-07-21T22:41:08.284Z Compiling goblin v0.10.5
14902026-07-21T22:41:08.698Z Compiling sha2 v0.10.9
14912026-07-21T22:41:08.887Z Compiling hmac v0.12.1
14922026-07-21T22:41:09.045Z Compiling sync_wrapper v1.0.2
14932026-07-21T22:41:09.153Z Compiling wait-timeout v0.2.1
14942026-07-21T22:41:09.167Z Compiling syn v1.0.109
14952026-07-21T22:41:09.422Z Compiling unicode-segmentation v1.12.0
14962026-07-21T22:41:09.483Z Compiling siphasher v1.0.2
14972026-07-21T22:41:09.671Z Compiling crossbeam-utils v0.8.21
14982026-07-21T22:41:09.799Z Compiling hyper v1.10.1
14992026-07-21T22:41:09.982Z Compiling bit-vec v0.8.0
15002026-07-21T22:41:10.145Z Compiling num_threads v0.1.7
15012026-07-21T22:41:10.213Z Compiling simd-adler32 v0.3.8
15022026-07-21T22:41:10.244Z Compiling usdt-impl v0.6.0
15032026-07-21T22:41:10.454Z Compiling quick-error v1.2.3
15042026-07-21T22:41:10.487Z Compiling time v0.3.47
15052026-07-21T22:41:10.566Z Compiling rusty-fork v0.3.1
15062026-07-21T22:41:10.778Z Compiling bit-set v0.8.0
15072026-07-21T22:41:10.875Z Compiling hyper-util v0.1.20
15082026-07-21T22:41:11.003Z Compiling dof v0.4.0
15092026-07-21T22:41:11.132Z Compiling tower v0.5.3
15102026-07-21T22:41:11.360Z Compiling derive_builder_core v0.20.2
15112026-07-21T22:41:11.784Z Compiling dtrace-parser v0.3.0
15122026-07-21T22:41:12.033Z Compiling http-body-util v0.1.3
15132026-07-21T22:41:12.144Z Compiling heapless v0.7.17
15142026-07-21T22:41:12.209Z Compiling thiserror-impl v1.0.69
15152026-07-21T22:41:12.269Z Compiling scroll_derive v0.12.1
15162026-07-21T22:41:12.393Z Compiling rand_xorshift v0.4.0
15172026-07-21T22:41:12.488Z Compiling slog v2.8.2
15182026-07-21T22:41:12.511Z Compiling darling_core v0.23.0
15192026-07-21T22:41:12.554Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-07-21T22:41:12.581Z Compiling thread-id v5.1.0
15212026-07-21T22:41:12.677Z Compiling cookie v0.18.1
15222026-07-21T22:41:12.683Z Compiling unicode-properties v0.1.4
15232026-07-21T22:41:12.843Z Compiling anyhow v1.0.102
15242026-07-21T22:41:12.862Z Compiling paste v1.0.15
15252026-07-21T22:41:12.887Z Compiling zstd-safe v7.2.4
15262026-07-21T22:41:12.928Z Compiling ryu v1.0.23
15272026-07-21T22:41:13.095Z Compiling unarray v0.1.4
15282026-07-21T22:41:13.109Z Compiling adler2 v2.0.1
15292026-07-21T22:41:13.137Z Compiling unicode-bidi v0.3.18
15302026-07-21T22:41:13.153Z Compiling iri-string v0.7.10
15312026-07-21T22:41:13.201Z Compiling signal-hook v0.3.18
15322026-07-21T22:41:13.238Z Compiling allocator-api2 v0.2.21
15332026-07-21T22:41:13.408Z Compiling miniz_oxide v0.8.9
15342026-07-21T22:41:13.457Z Compiling thiserror v1.0.69
15352026-07-21T22:41:13.554Z Compiling stringprep v0.1.5
15362026-07-21T22:41:13.569Z Compiling proptest v1.10.0
15372026-07-21T22:41:13.973Z Compiling serde_urlencoded v0.7.1
15382026-07-21T22:41:14.022Z Compiling scroll v0.12.0
15392026-07-21T22:41:14.334Z Compiling tower-http v0.6.8
15402026-07-21T22:41:14.584Z Compiling derive_builder_macro v0.20.2
15412026-07-21T22:41:14.730Z Compiling tokio-native-tls v0.3.1
15422026-07-21T22:41:14.849Z Compiling camino v1.2.2
15432026-07-21T22:41:14.904Z Compiling heck v0.4.1
15442026-07-21T22:41:15.025Z Compiling darling_macro v0.23.0
15452026-07-21T22:41:15.053Z Compiling bstr v1.12.1
15462026-07-21T22:41:15.128Z Compiling ipnetwork v0.21.1
15472026-07-21T22:41:15.229Z Compiling block-padding v0.4.2
15482026-07-21T22:41:15.308Z Compiling crypto-common v0.2.2
15492026-07-21T22:41:15.395Z Compiling block-buffer v0.12.1
15502026-07-21T22:41:15.515Z Compiling rustls-native-certs v0.8.3
15512026-07-21T22:41:15.515Z Compiling rand_chacha v0.3.1
15522026-07-21T22:41:15.590Z Compiling erased-serde v0.3.31
15532026-07-21T22:41:15.687Z Compiling serde_spanned v0.6.9
15542026-07-21T22:41:15.809Z Compiling toml_datetime v0.6.11
15552026-07-21T22:41:15.834Z Compiling hex v0.4.3
15562026-07-21T22:41:16.067Z Compiling serde_tokenstream v0.2.3
15572026-07-21T22:41:16.067Z Compiling md-5 v0.10.6
15582026-07-21T22:41:16.100Z Compiling signature v2.2.0
15592026-07-21T22:41:16.238Z Compiling curve25519-dalek v4.1.3
15602026-07-21T22:41:16.287Z Compiling async-trait v0.1.89
15612026-07-21T22:41:16.301Z Compiling zerocopy-derive v0.7.35
15622026-07-21T22:41:16.389Z Compiling pin-project-internal v1.1.11
15632026-07-21T22:41:16.592Z Compiling vergen-lib v9.1.0
15642026-07-21T22:41:16.791Z Compiling hash32 v0.2.1
15652026-07-21T22:41:16.990Z Compiling num-integer v0.1.46
15662026-07-21T22:41:17.010Z Compiling memoffset v0.9.1
15672026-07-21T22:41:17.166Z Compiling encoding_rs v0.8.35
15682026-07-21T22:41:17.223Z Compiling litrs v1.0.0
15692026-07-21T22:41:17.303Z Compiling cfg_aliases v0.2.1
15702026-07-21T22:41:17.317Z Compiling ref-cast v1.0.25
15712026-07-21T22:41:17.379Z Compiling zlib-rs v0.6.2
15722026-07-21T22:41:17.489Z Compiling fallible-iterator v0.2.0
15732026-07-21T22:41:17.632Z Compiling num-bigint-dig v0.8.6
15742026-07-21T22:41:17.723Z Compiling smoltcp v0.9.1
15752026-07-21T22:41:17.802Z Compiling mime v0.3.17
15762026-07-21T22:41:17.836Z Compiling psl-types v2.0.11
15772026-07-21T22:41:17.964Z Compiling rustix v0.38.44
15782026-07-21T22:41:18.063Z Compiling publicsuffix v2.3.0
15792026-07-21T22:41:18.118Z Compiling postgres-protocol v0.6.10
15802026-07-21T22:41:18.240Z Compiling document-features v0.2.12
15812026-07-21T22:41:18.464Z Compiling pin-project v1.1.11
15822026-07-21T22:41:18.481Z Compiling hubpack_derive v0.1.1
15832026-07-21T22:41:18.567Z Compiling nix v0.31.2
15842026-07-21T22:41:18.675Z Compiling num-iter v0.1.45
15852026-07-21T22:41:18.803Z Compiling zerocopy v0.7.35
15862026-07-21T22:41:18.976Z Compiling newtype-uuid v1.3.2
15872026-07-21T22:41:19.002Z Compiling rand v0.8.6
15882026-07-21T22:41:19.286Z Compiling darling v0.23.0
15892026-07-21T22:41:19.316Z Compiling inout v0.2.2
15902026-07-21T22:41:19.349Z Compiling oxnet v0.1.6
15912026-07-21T22:41:19.363Z Compiling snafu-derive v0.8.9
15922026-07-21T22:41:19.382Z Compiling derive_builder v0.20.2
15932026-07-21T22:41:19.493Z Compiling hyper-tls v0.6.0
15942026-07-21T22:41:19.721Z Compiling goblin v0.8.2
15952026-07-21T22:41:20.294Z Compiling flate2 v1.1.9
15962026-07-21T22:41:20.355Z Compiling phf_shared v0.13.1
15972026-07-21T22:41:20.504Z Compiling lazy_static v1.5.0
15982026-07-21T22:41:20.600Z Compiling regex v1.12.3
15992026-07-21T22:41:20.603Z Compiling anstyle-parse v0.2.7
16002026-07-21T22:41:20.669Z Compiling strum_macros v0.27.2
16012026-07-21T22:41:20.698Z Compiling futures-executor v0.3.32
16022026-07-21T22:41:20.782Z Compiling terminal_size v0.4.3
16032026-07-21T22:41:20.926Z Compiling curve25519-dalek-derive v0.1.1
16042026-07-21T22:41:20.957Z Compiling daft-derive v0.1.7
16052026-07-21T22:41:21.034Z Compiling ref-cast-impl v1.0.25
16062026-07-21T22:41:21.258Z Compiling vergen v9.1.0
16072026-07-21T22:41:21.456Z Compiling cargo-platform v0.3.2
16082026-07-21T22:41:21.581Z Compiling ff v0.13.1
16092026-07-21T22:41:21.606Z Compiling fs-err v3.3.0
16102026-07-21T22:41:21.692Z Compiling ahash v0.8.12
16112026-07-21T22:41:21.722Z Compiling base16ct v0.2.0
16122026-07-21T22:41:21.736Z Compiling managed v0.8.0
16132026-07-21T22:41:21.796Z Compiling same-file v1.0.6
16142026-07-21T22:41:21.904Z Compiling bitflags v1.3.2
16152026-07-21T22:41:21.919Z Compiling bumpalo v3.20.2
16162026-07-21T22:41:21.946Z Compiling foldhash v0.2.0
16172026-07-21T22:41:21.959Z Compiling winnow v0.5.40
16182026-07-21T22:41:21.979Z Compiling object v0.37.3
16192026-07-21T22:41:22.161Z Compiling libbz2-rs-sys v0.2.2
16202026-07-21T22:41:22.161Z Compiling foldhash v0.1.5
16212026-07-21T22:41:22.309Z Compiling hashbrown v0.15.5
16222026-07-21T22:41:22.345Z Compiling zopfli v0.8.3
16232026-07-21T22:41:22.635Z Compiling strum v0.27.2
16242026-07-21T22:41:22.773Z Compiling bzip2 v0.6.1
16252026-07-21T22:41:22.830Z Compiling hashbrown v0.16.1
16262026-07-21T22:41:23.014Z Compiling clap_builder v4.6.0
16272026-07-21T22:41:23.027Z Compiling walkdir v2.5.0
16282026-07-21T22:41:23.176Z Compiling dof v0.3.0
16292026-07-21T22:41:23.336Z Compiling toml_edit v0.19.15
16302026-07-21T22:41:23.388Z Compiling sec1 v0.7.3
16312026-07-21T22:41:23.526Z Compiling daft v0.1.7
16322026-07-21T22:41:23.656Z Compiling group v0.13.0
16332026-07-21T22:41:23.669Z Compiling cargo_metadata v0.23.1
16342026-07-21T22:41:23.937Z Compiling snafu v0.8.9
16352026-07-21T22:41:23.960Z Compiling futures v0.3.32
16362026-07-21T22:41:24.043Z Compiling anstream v0.6.21
16372026-07-21T22:41:24.361Z Compiling phf v0.13.1
16382026-07-21T22:41:24.521Z Compiling signal-hook-mio v0.2.5
16392026-07-21T22:41:24.644Z Compiling cookie_store v0.22.1
16402026-07-21T22:41:24.900Z Compiling zstd v0.13.3
16412026-07-21T22:41:25.084Z Compiling reqwest v0.12.28
16422026-07-21T22:41:25.173Z Compiling bzip2 v0.4.4
16432026-07-21T22:41:25.299Z Compiling cipher v0.5.2
16442026-07-21T22:41:25.395Z Compiling serde_with_macros v3.21.0
16452026-07-21T22:41:25.622Z Compiling hubpack v0.1.2
16462026-07-21T22:41:25.936Z Compiling postgres-types v0.2.12
16472026-07-21T22:41:26.029Z Compiling usdt-macro v0.6.0
16482026-07-21T22:41:26.487Z Compiling usdt-attr-macro v0.6.0
16492026-07-21T22:41:26.516Z Compiling ed25519 v2.2.3
16502026-07-21T22:41:26.786Z Compiling globset v0.4.18
16512026-07-21T22:41:26.846Z Compiling dtrace-parser v0.2.0
16522026-07-21T22:41:27.100Z Compiling phf_shared v0.11.3
16532026-07-21T22:41:27.290Z Compiling hkdf v0.12.4
16542026-07-21T22:41:27.306Z Compiling olpc-cjson v0.1.4
16552026-07-21T22:41:27.433Z Compiling pkcs1 v0.7.5
16562026-07-21T22:41:27.459Z Compiling enum-as-inner v0.6.1
16572026-07-21T22:41:27.462Z Compiling clap_derive v4.6.1
16582026-07-21T22:41:27.482Z Compiling strum_macros v0.26.4
16592026-07-21T22:41:27.580Z Compiling serde-big-array v0.5.1
16602026-07-21T22:41:27.729Z Compiling serde_plain v1.0.2
16612026-07-21T22:41:27.812Z Compiling crypto-bigint v0.5.5
16622026-07-21T22:41:27.925Z Compiling serde_repr v0.1.20
16632026-07-21T22:41:27.962Z Compiling async-recursion v1.1.1
16642026-07-21T22:41:28.471Z Compiling pem v3.0.6
16652026-07-21T22:41:28.623Z Compiling float-cmp v0.10.0
16662026-07-21T22:41:28.769Z Compiling thread-id v4.2.2
16672026-07-21T22:41:28.822Z Compiling memmap2 v0.9.10
16682026-07-21T22:41:28.856Z Compiling env_filter v1.0.0
16692026-07-21T22:41:28.883Z Compiling static_assertions v1.1.0
16702026-07-21T22:41:28.956Z Compiling winnow v1.0.3
16712026-07-21T22:41:29.044Z Compiling jiff v0.2.21
16722026-07-21T22:41:29.168Z Compiling typed-path v0.9.3
16732026-07-21T22:41:29.286Z Compiling keccak v0.1.6
16742026-07-21T22:41:29.304Z Compiling whoami v2.1.0
16752026-07-21T22:41:29.315Z Compiling cpufeatures v0.3.0
16762026-07-21T22:41:29.393Z Compiling fixedbitset v0.5.7
16772026-07-21T22:41:29.681Z Compiling either v1.15.0
16782026-07-21T22:41:29.713Z Compiling const-oid v0.10.2
16792026-07-21T22:41:29.894Z Compiling data-encoding v2.10.0
16802026-07-21T22:41:29.917Z Compiling new_debug_unreachable v1.0.6
16812026-07-21T22:41:29.938Z Compiling predicates-core v1.0.10
16822026-07-21T22:41:29.943Z Compiling difflib v0.4.0
16832026-07-21T22:41:29.989Z Compiling precomputed-hash v0.1.1
16842026-07-21T22:41:30.016Z Compiling normalize-line-endings v0.3.0
16852026-07-21T22:41:30.074Z Compiling fixedbitset v0.4.2
16862026-07-21T22:41:30.115Z Compiling string_cache v0.8.9
16872026-07-21T22:41:30.147Z Compiling toml_edit v0.22.27
16882026-07-21T22:41:30.289Z Compiling petgraph v0.6.5
16892026-07-21T22:41:30.335Z Compiling hickory-proto v0.25.2
16902026-07-21T22:41:30.380Z Compiling predicates v3.1.4
16912026-07-21T22:41:30.496Z Compiling itertools v0.13.0
16922026-07-21T22:41:30.564Z Compiling digest v0.11.3
16932026-07-21T22:41:30.788Z Compiling petgraph v0.8.3
16942026-07-21T22:41:31.029Z Compiling tokio-postgres v0.7.16
16952026-07-21T22:41:31.730Z Compiling zip v4.6.1
16962026-07-21T22:41:31.744Z Compiling sha3 v0.10.8
16972026-07-21T22:41:32.202Z Compiling chacha20 v0.10.0
16982026-07-21T22:41:32.581Z Compiling clap v4.6.1
16992026-07-21T22:41:32.673Z Compiling toml_parser v1.1.2+spec-1.1.0
17002026-07-21T22:41:32.689Z Compiling strum v0.26.3
17012026-07-21T22:41:32.698Z Compiling env_logger v0.11.9
17022026-07-21T22:41:32.805Z Compiling usdt v0.6.0
17032026-07-21T22:41:32.815Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17042026-07-21T22:41:33.046Z Compiling usdt-impl v0.5.0
17052026-07-21T22:41:33.065Z Compiling elliptic-curve v0.13.8
17062026-07-21T22:41:33.188Z Compiling rsa v0.9.10
17072026-07-21T22:41:33.219Z Compiling crossterm v0.28.1
17082026-07-21T22:41:33.302Z Compiling ed25519-dalek v2.2.0
17092026-07-21T22:41:33.468Z Compiling serde_with v3.21.0
17102026-07-21T22:41:33.993Z Compiling zip v0.6.6
17112026-07-21T22:41:34.578Z Compiling toml v0.7.8
17122026-07-21T22:41:35.001Z Compiling iddqd v0.4.2
17132026-07-21T22:41:35.376Z Compiling byte-wrapper v0.1.0
17142026-07-21T22:41:35.413Z Compiling similar v2.7.0
17152026-07-21T22:41:35.475Z Compiling crossbeam-epoch v0.9.18
17162026-07-21T22:41:35.688Z Compiling tokio-stream v0.1.18
17172026-07-21T22:41:35.707Z Compiling buf-list v1.1.2
17182026-07-21T22:41:35.808Z Compiling x509-cert v0.2.5
17192026-07-21T22:41:35.981Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-21T22:41:36.143Z Compiling openapiv3 v2.2.0
17212026-07-21T22:41:36.285Z Compiling lalrpop-util v0.19.12
17222026-07-21T22:41:36.285Z Compiling peg-runtime v0.8.5
17232026-07-21T22:41:36.286Z Compiling thread_local v1.1.9
17242026-07-21T22:41:36.453Z Compiling slog-async v2.8.0
17252026-07-21T22:41:36.544Z Compiling crossbeam-channel v0.5.15
17262026-07-21T22:41:36.558Z Compiling filetime v0.2.27
17272026-07-21T22:41:36.569Z Compiling is-terminal v0.4.17
17282026-07-21T22:41:36.669Z Compiling xattr v1.6.1
17292026-07-21T22:41:36.733Z Compiling term v1.2.1
17302026-07-21T22:41:36.797Z Compiling take_mut v0.2.2
17312026-07-21T22:41:36.833Z Compiling tar v0.4.46
17322026-07-21T22:41:37.001Z Compiling camino-tempfile v1.4.1
17332026-07-21T22:41:37.222Z Compiling slog-term v2.9.2
17342026-07-21T22:41:47.083Z Compiling rustls-webpki v0.103.13
17352026-07-21T22:41:49.788Z Compiling tokio-rustls v0.26.4
17362026-07-21T22:41:49.788Z Compiling rustls-platform-verifier v0.6.2
17372026-07-21T22:41:49.797Z Compiling tough v0.22.0
17382026-07-21T22:41:49.994Z Compiling hyper-rustls v0.27.7
17392026-07-21T22:41:50.189Z Compiling reqwest v0.13.2
17402026-07-21T22:41:52.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-21T22:41:52.619Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-21T22:41:55.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17432026-07-21T22:41:55.660Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-21T22:41:55.698ZJul 21 22:41:54.652 INFO Starting download, target: Console
17452026-07-21T22:41:55.698ZJul 21 22:41:54.653 INFO Starting download, target: DendriteStub
17462026-07-21T22:41:55.698ZJul 21 22:41:54.653 INFO Starting download, target: Clickhouse
17472026-07-21T22:41:55.722ZJul 21 22:41:54.653 INFO Starting download, target: Cockroach
17482026-07-21T22:41:55.722ZJul 21 22:41:54.653 INFO Starting download, target: MaghemiteMgd
17492026-07-21T22:41:55.722ZJul 21 22:41:54.653 INFO Starting download, target: MaghemiteDdmd
17502026-07-21T22:41:55.722ZJul 21 22:41:54.653 INFO Starting download, target: TransceiverControl
17512026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-07-21T22:41:55.723ZJul 21 22:41:54.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-07-21T22:41:56.424ZJul 21 22:41:55.374 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-21T22:41:56.707ZJul 21 22:41:55.648 INFO Download complete, target: TransceiverControl
17602026-07-21T22:41:57.536ZJul 21 22:41:56.474 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-07-21T22:41:57.775ZJul 21 22:41:56.726 INFO Download complete, target: Console
17622026-07-21T22:41:58.067ZJul 21 22:41:57.022 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-07-21T22:41:58.095ZJul 21 22:41:57.051 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-07-21T22:41:58.134ZJul 21 22:41:57.075 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-21T22:41:58.700ZJul 21 22:41:57.649 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-07-21T22:41:59.436ZJul 21 22:41:58.387 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-07-21T22:41:59.436ZJul 21 22:41:58.387 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-07-21T22:42:00.180ZJul 21 22:41:59.130 INFO Download complete, target: MaghemiteDdmd
17692026-07-21T22:42:00.504ZJul 21 22:41:59.462 INFO Download complete, target: DendriteStub
17702026-07-21T22:42:01.343ZJul 21 22:42:00.300 INFO Download complete, target: MaghemiteMgd
17712026-07-21T22:42:04.208ZJul 21 22:42:03.165 INFO Checking that binary works, target: Cockroach
17722026-07-21T22:42:04.480ZJul 21 22:42:03.437 INFO Download complete, target: Cockroach
17732026-07-21T22:42:04.926ZJul 21 22:42:03.883 INFO Checking that binary works, target: Clickhouse
17742026-07-21T22:42:05.030ZJul 21 22:42:03.987 INFO Download complete, target: Clickhouse
17752026-07-21T22:42:05.045ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-21T22:42:05.048Z
17772026-07-21T22:42:05.048Zreal 2:03.546097326
17782026-07-21T22:42:05.048Zuser 6:37.823007966
17792026-07-21T22:42:05.048Zsys 1:21.761523996
17802026-07-21T22:42:05.048Ztrap 0.225641331
17812026-07-21T22:42:05.049Ztflt 0.474995330
17822026-07-21T22:42:05.049Zdflt 0.765854554
17832026-07-21T22:42:05.049Zkflt 0.026198595
17842026-07-21T22:42:05.049Zlock 21:34.525539861
17852026-07-21T22:42:05.049Zslp 20:08.812401968
17862026-07-21T22:42:05.049Zlat 44.559293947
17872026-07-21T22:42:05.049Zstop 1:59.178185165
17882026-07-21T22:42:05.049Z+ banner hack-check
17892026-07-21T22:42:05.049Z
17902026-07-21T22:42:05.049Z # # ## #### # # #### # # ###### #### # #
17912026-07-21T22:42:05.049Z # # # # # # # # # # # # # # # # #
17922026-07-21T22:42:05.049Z ###### # # # #### ##### # ###### ##### # ####
17932026-07-21T22:42:05.049Z # # ###### # # # # # # # # # #
17942026-07-21T22:42:05.049Z # # # # # # # # # # # # # # # # #
17952026-07-21T22:42:05.049Z # # # # #### # # #### # # ###### #### # #
17962026-07-21T22:42:05.049Z
17972026-07-21T22:42:05.049Z+ export CARGO_INCREMENTAL=0
17982026-07-21T22:42:05.049Z+ CARGO_INCREMENTAL=0
17992026-07-21T22:42:05.049Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-07-21T22:42:05.501Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-21T22:42:05.890Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-21T22:42:07.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18032026-07-21T22:42:07.718Z Running `target/debug/xtask check-features --ci`
18042026-07-21T22:42:07.741Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-07-21T22:42:07.744Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-07-21T22:42:08.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18072026-07-21T22:42:08.175Z Running `target/debug/xtask download cargo-hack`
18082026-07-21T22:42:08.915Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-07-21T22:42:09.232Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-07-21T22:42:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18112026-07-21T22:42:11.909Z Running `target/debug/xtask-downloader cargo-hack`
18122026-07-21T22:42:11.949ZJul 21 22:42:10.906 INFO Starting download, target: CargoHack
18132026-07-21T22:42:11.952ZJul 21 22:42:10.907 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-07-21T22:42:12.138ZJul 21 22:42:11.096 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-07-21T22:42:12.188ZJul 21 22:42:11.146 INFO Download complete, target: CargoHack
18162026-07-21T22:42:12.191Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18172026-07-21T22:42:12.205Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-07-21T22:42:12.361Zinfo: running `cargo check --bins` on api_identity (1/300)
18192026-07-21T22:42:12.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-21T22:42:12.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-21T22:42:12.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-21T22:42:12.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18232026-07-21T22:42:12.878Z
18242026-07-21T22:42:12.878Zinfo: running `cargo check --bins` on bootstore (2/300)
18252026-07-21T22:42:13.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-21T22:42:13.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-21T22:42:13.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-21T22:42:13.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18292026-07-21T22:42:13.401Z
18302026-07-21T22:42:13.401Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18312026-07-21T22:42:13.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-21T22:42:13.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-21T22:42:13.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-21T22:42:13.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-07-21T22:42:13.923Z
18362026-07-21T22:42:13.923Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18372026-07-21T22:42:14.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-21T22:42:14.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-21T22:42:14.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-21T22:42:14.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-07-21T22:42:14.438Z
18422026-07-21T22:42:14.438Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18432026-07-21T22:42:14.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-21T22:42:14.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-21T22:42:14.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-21T22:42:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18472026-07-21T22:42:14.965Z
18482026-07-21T22:42:14.965Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18492026-07-21T22:42:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-21T22:42:15.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-21T22:42:15.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-21T22:42:15.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18532026-07-21T22:42:15.492Z
18542026-07-21T22:42:15.492Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18552026-07-21T22:42:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-21T22:42:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-21T22:42:15.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-21T22:42:15.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18592026-07-21T22:42:16.024Z
18602026-07-21T22:42:16.025Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18612026-07-21T22:42:16.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-21T22:42:16.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-21T22:42:16.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-21T22:42:16.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-07-21T22:42:16.553Z
18662026-07-21T22:42:16.553Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18672026-07-21T22:42:16.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-21T22:42:16.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-21T22:42:16.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-21T22:42:16.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18712026-07-21T22:42:16.954Z
18722026-07-21T22:42:16.954Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18732026-07-21T22:42:17.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-21T22:42:17.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-21T22:42:17.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-21T22:42:17.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-21T22:42:17.353Z
18782026-07-21T22:42:17.353Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18792026-07-21T22:42:17.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-21T22:42:17.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-21T22:42:17.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-21T22:42:17.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-21T22:42:17.748Z
18842026-07-21T22:42:17.748Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18852026-07-21T22:42:18.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-21T22:42:18.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-21T22:42:18.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-21T22:42:18.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18892026-07-21T22:42:18.146Z
18902026-07-21T22:42:18.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18912026-07-21T22:42:18.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-21T22:42:18.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-21T22:42:18.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-21T22:42:18.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-21T22:42:18.543Z
18962026-07-21T22:42:18.543Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18972026-07-21T22:42:18.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-21T22:42:18.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-21T22:42:18.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-21T22:42:18.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-21T22:42:18.939Z
19022026-07-21T22:42:18.939Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
19032026-07-21T22:42:19.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-21T22:42:19.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-21T22:42:19.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-21T22:42:19.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-21T22:42:19.336Z
19082026-07-21T22:42:19.336Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19092026-07-21T22:42:19.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-21T22:42:19.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-21T22:42:19.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-21T22:42:19.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-21T22:42:19.732Z
19142026-07-21T22:42:19.732Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19152026-07-21T22:42:20.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-21T22:42:20.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-21T22:42:20.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-21T22:42:20.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-07-21T22:42:20.136Z
19202026-07-21T22:42:20.136Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19212026-07-21T22:42:20.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-21T22:42:20.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-21T22:42:20.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-21T22:42:20.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-07-21T22:42:20.533Z
19262026-07-21T22:42:20.533Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19272026-07-21T22:42:20.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-21T22:42:20.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-21T22:42:20.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-21T22:42:20.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-21T22:42:20.929Z
19322026-07-21T22:42:20.929Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19332026-07-21T22:42:21.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-21T22:42:21.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-21T22:42:21.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-21T22:42:21.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-21T22:42:21.328Z
19382026-07-21T22:42:21.328Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19392026-07-21T22:42:21.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-21T22:42:21.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-21T22:42:21.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-21T22:42:21.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19432026-07-21T22:42:21.732Z
19442026-07-21T22:42:21.732Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19452026-07-21T22:42:22.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-21T22:42:22.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-21T22:42:22.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-21T22:42:22.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-21T22:42:22.134Z
19502026-07-21T22:42:22.134Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19512026-07-21T22:42:22.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-21T22:42:22.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-21T22:42:22.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-21T22:42:22.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-21T22:42:22.534Z
19562026-07-21T22:42:22.534Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19572026-07-21T22:42:22.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-21T22:42:22.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-21T22:42:22.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-21T22:42:22.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-21T22:42:22.932Z
19622026-07-21T22:42:22.932Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19632026-07-21T22:42:23.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-21T22:42:23.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-21T22:42:23.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-21T22:42:23.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-21T22:42:23.348Z
19682026-07-21T22:42:23.348Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19692026-07-21T22:42:23.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-21T22:42:23.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-21T22:42:23.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-21T22:42:23.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-21T22:42:23.731Z
19742026-07-21T22:42:23.731Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19752026-07-21T22:42:24.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-21T22:42:24.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-21T22:42:24.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-21T22:42:24.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-21T22:42:24.133Z
19802026-07-21T22:42:24.133Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19812026-07-21T22:42:24.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-21T22:42:24.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-21T22:42:24.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-21T22:42:24.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-21T22:42:24.535Z
19862026-07-21T22:42:24.535Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19872026-07-21T22:42:24.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-21T22:42:24.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-21T22:42:24.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-21T22:42:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-21T22:42:24.933Z
19922026-07-21T22:42:24.933Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19932026-07-21T22:42:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-21T22:42:25.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-21T22:42:25.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-21T22:42:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-21T22:42:25.331Z
19982026-07-21T22:42:25.331Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19992026-07-21T22:42:25.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-21T22:42:25.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-21T22:42:25.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-21T22:42:25.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-21T22:42:25.729Z
20042026-07-21T22:42:25.729Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
20052026-07-21T22:42:26.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-21T22:42:26.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-21T22:42:26.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-21T22:42:26.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-07-21T22:42:26.129Z
20102026-07-21T22:42:26.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20112026-07-21T22:42:26.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-21T22:42:26.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-21T22:42:26.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-21T22:42:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-07-21T22:42:26.532Z
20162026-07-21T22:42:26.532Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20172026-07-21T22:42:26.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-21T22:42:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-21T22:42:26.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-21T22:42:26.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-07-21T22:42:26.933Z
20222026-07-21T22:42:26.933Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20232026-07-21T22:42:27.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-21T22:42:27.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-21T22:42:27.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-21T22:42:27.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-21T22:42:27.332Z
20282026-07-21T22:42:27.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20292026-07-21T22:42:27.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-21T22:42:27.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-21T22:42:27.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-21T22:42:27.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-21T22:42:27.731Z
20342026-07-21T22:42:27.731Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20352026-07-21T22:42:28.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-21T22:42:28.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-21T22:42:28.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-21T22:42:28.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-21T22:42:28.132Z
20402026-07-21T22:42:28.132Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20412026-07-21T22:42:28.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-21T22:42:28.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-21T22:42:28.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-21T22:42:28.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-07-21T22:42:28.531Z
20462026-07-21T22:42:28.531Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20472026-07-21T22:42:28.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-21T22:42:28.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-21T22:42:28.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-21T22:42:28.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-21T22:42:28.932Z
20522026-07-21T22:42:28.932Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20532026-07-21T22:42:29.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-21T22:42:29.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-21T22:42:29.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-21T22:42:29.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-07-21T22:42:29.334Z
20582026-07-21T22:42:29.334Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20592026-07-21T22:42:29.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-21T22:42:29.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-21T22:42:29.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-21T22:42:29.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-21T22:42:29.738Z
20642026-07-21T22:42:29.738Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20652026-07-21T22:42:30.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-21T22:42:30.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-21T22:42:30.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-21T22:42:30.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-21T22:42:30.147Z
20702026-07-21T22:42:30.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20712026-07-21T22:42:30.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-21T22:42:30.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-21T22:42:30.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-21T22:42:30.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-21T22:42:30.551Z
20762026-07-21T22:42:30.551Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20772026-07-21T22:42:30.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-21T22:42:30.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-21T22:42:30.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-21T22:42:30.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-21T22:42:30.952Z
20822026-07-21T22:42:30.952Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20832026-07-21T22:42:31.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-21T22:42:31.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-21T22:42:31.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-21T22:42:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-21T22:42:31.354Z
20882026-07-21T22:42:31.354Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20892026-07-21T22:42:31.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-21T22:42:31.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-21T22:42:31.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-21T22:42:31.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-21T22:42:31.756Z
20942026-07-21T22:42:31.756Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20952026-07-21T22:42:32.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-21T22:42:32.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-21T22:42:32.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-21T22:42:32.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-07-21T22:42:32.160Z
21002026-07-21T22:42:32.160Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
21012026-07-21T22:42:32.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-21T22:42:32.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-21T22:42:32.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-21T22:42:32.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21052026-07-21T22:42:32.562Z
21062026-07-21T22:42:32.563Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
21072026-07-21T22:42:33.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-21T22:42:33.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-21T22:42:33.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-21T22:42:33.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21112026-07-21T22:42:33.129Z
21122026-07-21T22:42:33.129Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21132026-07-21T22:42:33.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-21T22:42:33.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-21T22:42:33.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-21T22:42:33.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21172026-07-21T22:42:33.702Z
21182026-07-21T22:42:33.702Zinfo: running `cargo check --bins` on nexus-config (51/300)
21192026-07-21T22:42:34.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-21T22:42:34.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-21T22:42:34.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-21T22:42:34.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21232026-07-21T22:42:34.268Z
21242026-07-21T22:42:34.268Zinfo: running `cargo check --bins` on nexus-types (52/300)
21252026-07-21T22:42:34.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-21T22:42:34.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-21T22:42:34.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-21T22:42:34.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21292026-07-21T22:42:34.832Z
21302026-07-21T22:42:34.832Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21312026-07-21T22:42:35.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-21T22:42:35.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-21T22:42:35.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-21T22:42:35.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-21T22:42:35.371Z
21362026-07-21T22:42:35.371Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21372026-07-21T22:42:35.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-21T22:42:35.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-21T22:42:35.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-21T22:42:35.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21412026-07-21T22:42:35.884Z
21422026-07-21T22:42:35.884Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21432026-07-21T22:42:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-21T22:42:36.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-21T22:42:36.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-21T22:42:36.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-07-21T22:42:36.421Z
21482026-07-21T22:42:36.421Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21492026-07-21T22:42:36.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-21T22:42:36.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-21T22:42:36.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-21T22:42:36.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21532026-07-21T22:42:36.958Z
21542026-07-21T22:42:36.958Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21552026-07-21T22:42:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-21T22:42:37.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-21T22:42:37.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-21T22:42:37.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21592026-07-21T22:42:37.502Z
21602026-07-21T22:42:37.502Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21612026-07-21T22:42:37.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-21T22:42:37.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-21T22:42:37.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-21T22:42:37.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21652026-07-21T22:42:38.042Z
21662026-07-21T22:42:38.042Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21672026-07-21T22:42:38.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-21T22:42:38.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-21T22:42:38.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-21T22:42:38.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21712026-07-21T22:42:38.560Z
21722026-07-21T22:42:38.560Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21732026-07-21T22:42:38.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-21T22:42:39.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-21T22:42:39.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-21T22:42:39.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-07-21T22:42:39.082Z
21782026-07-21T22:42:39.082Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21792026-07-21T22:42:39.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-21T22:42:39.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-21T22:42:39.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-21T22:42:39.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-07-21T22:42:39.600Z
21842026-07-21T22:42:39.600Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21852026-07-21T22:42:40.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-21T22:42:40.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-21T22:42:40.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-21T22:42:40.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-07-21T22:42:40.115Z
21902026-07-21T22:42:40.115Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21912026-07-21T22:42:40.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-21T22:42:40.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-21T22:42:40.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-21T22:42:40.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21952026-07-21T22:42:40.646Z
21962026-07-21T22:42:40.646Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21972026-07-21T22:42:41.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-21T22:42:41.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-21T22:42:41.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-21T22:42:41.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22012026-07-21T22:42:41.177Z
22022026-07-21T22:42:41.177Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
22032026-07-21T22:42:41.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-21T22:42:41.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-21T22:42:41.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-21T22:42:41.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-21T22:42:41.695Z
22082026-07-21T22:42:41.695Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22092026-07-21T22:42:42.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-21T22:42:42.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-21T22:42:42.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-21T22:42:42.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-21T22:42:42.216Z
22142026-07-21T22:42:42.216Zinfo: running `cargo check --bins` on ereport-types (67/300)
22152026-07-21T22:42:42.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-21T22:42:42.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-21T22:42:42.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-21T22:42:42.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-07-21T22:42:42.743Z
22202026-07-21T22:42:42.743Zinfo: running `cargo check --bins` on gateway-client (68/300)
22212026-07-21T22:42:43.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-21T22:42:43.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-21T22:42:43.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-21T22:42:43.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-07-21T22:42:43.273Z
22262026-07-21T22:42:43.273Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22272026-07-21T22:42:43.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-21T22:42:43.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-21T22:42:43.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-21T22:42:43.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-21T22:42:43.802Z
22322026-07-21T22:42:43.802Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22332026-07-21T22:42:44.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-21T22:42:44.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-21T22:42:44.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-21T22:42:44.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-07-21T22:42:44.328Z
22382026-07-21T22:42:44.328Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22392026-07-21T22:42:44.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-21T22:42:44.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-21T22:42:44.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-21T22:42:44.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22432026-07-21T22:42:44.856Z
22442026-07-21T22:42:44.856Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22452026-07-21T22:42:45.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-21T22:42:45.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-21T22:42:45.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-21T22:42:45.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22492026-07-21T22:42:45.382Z
22502026-07-21T22:42:45.382Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22512026-07-21T22:42:45.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-21T22:42:45.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-21T22:42:45.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-21T22:42:45.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22552026-07-21T22:42:45.931Z
22562026-07-21T22:42:45.931Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22572026-07-21T22:42:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-21T22:42:46.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-21T22:42:46.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-21T22:42:46.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22612026-07-21T22:42:46.480Z
22622026-07-21T22:42:46.480Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22632026-07-21T22:42:46.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-21T22:42:46.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-21T22:42:46.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-07-21T22:42:46.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22672026-07-21T22:42:47.001Z
22682026-07-21T22:42:47.001Zinfo: running `cargo check --bins` on oxlog (76/300)
22692026-07-21T22:42:47.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-07-21T22:42:47.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-07-21T22:42:47.548Z Checking cfg-if v1.0.4
22722026-07-21T22:42:47.551Z Checking libc v0.2.185
22732026-07-21T22:42:47.551Z Checking serde_core v1.0.228
22742026-07-21T22:42:47.663Z Checking memchr v2.8.0
22752026-07-21T22:42:47.666Z Checking zeroize v1.8.2
22762026-07-21T22:42:47.680Z Checking smallvec v1.15.1
22772026-07-21T22:42:47.683Z Checking log v0.4.29
22782026-07-21T22:42:47.701Z Checking itoa v1.0.17
22792026-07-21T22:42:47.701Z Checking subtle v2.6.1
22802026-07-21T22:42:47.816Z Checking scopeguard v1.2.0
22812026-07-21T22:42:47.832Z Checking stable_deref_trait v1.2.1
22822026-07-21T22:42:47.845Z Checking typenum v1.20.1
22832026-07-21T22:42:47.855Z Checking zerofrom v0.1.6
22842026-07-21T22:42:47.868Z Checking pin-project-lite v0.2.17
22852026-07-21T22:42:47.900Z Checking portable-atomic v1.13.1
22862026-07-21T22:42:47.912Z Checking lock_api v0.4.14
22872026-07-21T22:42:47.952Z Checking zmij v1.0.21
22882026-07-21T22:42:47.963Z Checking yoke v0.8.1
22892026-07-21T22:42:48.031Z Checking critical-section v1.2.0
22902026-07-21T22:42:48.043Z Checking errno v0.3.14
22912026-07-21T22:42:48.104Z Checking getrandom v0.2.17
22922026-07-21T22:42:48.122Z Checking parking_lot_core v0.9.12
22932026-07-21T22:42:48.125Z Checking zerovec v0.11.5
22942026-07-21T22:42:48.151Z Checking signal-hook-registry v1.4.8
22952026-07-21T22:42:48.154Z Checking futures-core v0.3.32
22962026-07-21T22:42:48.243Z Checking rand_core v0.6.4
22972026-07-21T22:42:48.274Z Checking mio v1.2.0
22982026-07-21T22:42:48.299Z Checking parking_lot v0.12.5
22992026-07-21T22:42:48.312Z Checking once_cell v1.21.3
23002026-07-21T22:42:48.312Z Checking zerocopy v0.8.40
23012026-07-21T22:42:48.410Z Checking const-oid v0.9.6
23022026-07-21T22:42:48.474Z Checking litemap v0.8.1
23032026-07-21T22:42:48.477Z Checking rand_core v0.10.0
23042026-07-21T22:42:48.545Z Checking percent-encoding v2.3.2
23052026-07-21T22:42:48.557Z Checking tinystr v0.8.2
23062026-07-21T22:42:48.588Z Checking writeable v0.6.2
23072026-07-21T22:42:48.615Z Checking getrandom v0.4.1
23082026-07-21T22:42:48.638Z Checking potential_utf v0.1.4
23092026-07-21T22:42:48.675Z Checking zerotrie v0.2.3
23102026-07-21T22:42:48.724Z Checking libm v0.2.16
23112026-07-21T22:42:48.742Z Checking icu_locale_core v2.1.1
23122026-07-21T22:42:48.755Z Checking generic-array v0.14.7
23132026-07-21T22:42:48.766Z Checking icu_collections v2.1.1
23142026-07-21T22:42:48.918Z Checking socket2 v0.6.3
23152026-07-21T22:42:49.075Z Checking equivalent v1.0.2
23162026-07-21T22:42:49.097Z Checking icu_normalizer_data v2.1.1
23172026-07-21T22:42:49.144Z Checking serde v1.0.228
23182026-07-21T22:42:49.155Z Checking bitflags v2.11.0
23192026-07-21T22:42:49.160Z Checking serde_json v1.0.150
23202026-07-21T22:42:49.178Z Checking icu_properties_data v2.1.2
23212026-07-21T22:42:49.200Z Checking futures-sink v0.3.32
23222026-07-21T22:42:49.281Z Checking icu_provider v2.1.1
23232026-07-21T22:42:49.724Z Checking futures-channel v0.3.32
23242026-07-21T22:42:49.724Z Checking futures-io v0.3.32
23252026-07-21T22:42:49.724Z Checking futures-task v0.3.32
23262026-07-21T22:42:49.724Z Checking num-traits v0.2.19
23272026-07-21T22:42:49.725Z Checking slab v0.4.12
23282026-07-21T22:42:49.725Z Checking hashbrown v0.17.0
23292026-07-21T22:42:49.725Z Checking icu_properties v2.1.2
23302026-07-21T22:42:49.725Z Checking icu_normalizer v2.1.1
23312026-07-21T22:42:49.725Z Checking bytes v1.11.1
23322026-07-21T22:42:49.725Z Checking futures-util v0.3.32
23332026-07-21T22:42:49.817Z Checking utf8_iter v1.0.4
23342026-07-21T22:42:49.832Z Checking crypto-common v0.1.7
23352026-07-21T22:42:49.926Z Checking indexmap v2.14.0
23362026-07-21T22:42:49.938Z Checking block-buffer v0.10.4
23372026-07-21T22:42:49.942Z Checking form_urlencoded v1.2.2
23382026-07-21T22:42:49.962Z Checking getrandom v0.3.4
23392026-07-21T22:42:49.974Z Checking tokio v1.52.1
23402026-07-21T22:42:50.065Z Checking digest v0.10.7
23412026-07-21T22:42:50.077Z Checking fnv v1.0.7
23422026-07-21T22:42:50.100Z Checking byteorder v1.5.0
23432026-07-21T22:42:50.164Z Checking iana-time-zone v0.1.65
23442026-07-21T22:42:50.249Z Checking rand_core v0.9.5
23452026-07-21T22:42:50.264Z Checking chrono v0.4.45
23462026-07-21T22:42:50.293Z Checking http v1.4.2
23472026-07-21T22:42:50.324Z Checking idna_adapter v1.2.1
23482026-07-21T22:42:50.416Z Checking uuid v1.23.4
23492026-07-21T22:42:50.438Z Checking idna v1.1.0
23502026-07-21T22:42:50.471Z Checking base64ct v1.8.3
23512026-07-21T22:42:50.672Z Checking url v2.5.8
23522026-07-21T22:42:50.696Z Checking regex-syntax v0.8.10
23532026-07-21T22:42:50.719Z Checking base64 v0.22.1
23542026-07-21T22:42:50.848Z Checking pem-rfc7468 v0.7.0
23552026-07-21T22:42:50.949Z Checking rustix v1.1.3
23562026-07-21T22:42:51.004Z Checking tracing-core v0.1.36
23572026-07-21T22:42:51.072Z Checking ppv-lite86 v0.2.21
23582026-07-21T22:42:51.099Z Checking flagset v0.4.7
23592026-07-21T22:42:51.114Z Checking http-body v1.0.1
23602026-07-21T22:42:51.217Z Checking der v0.7.10
23612026-07-21T22:42:51.244Z Checking rustls-pki-types v1.14.0
23622026-07-21T22:42:51.304Z Checking tracing v0.1.44
23632026-07-21T22:42:51.356Z Checking rand_chacha v0.9.0
23642026-07-21T22:42:51.504Z Checking cmov v0.5.4
23652026-07-21T22:42:51.518Z Checking tinyvec_macros v0.1.1
23662026-07-21T22:42:51.529Z Checking dyn-clone v1.0.20
23672026-07-21T22:42:51.546Z Checking openssl-probe v0.2.1
23682026-07-21T22:42:51.577Z Checking tinyvec v1.10.0
23692026-07-21T22:42:51.623Z Checking rand v0.9.2
23702026-07-21T22:42:51.648Z Checking semver v1.0.28
23712026-07-21T22:42:51.681Z Checking ctutils v0.4.2
23722026-07-21T22:42:51.778Z Checking aws-lc-sys v0.40.0
23732026-07-21T22:42:51.851Z Checking tower-layer v0.3.3
23742026-07-21T22:42:51.879Z Checking atomic-waker v1.1.2
23752026-07-21T22:42:51.882Z Checking untrusted v0.7.1
23762026-07-21T22:42:51.940Z Checking spki v0.7.3
23772026-07-21T22:42:51.974Z Checking try-lock v0.2.5
23782026-07-21T22:42:51.994Z Checking tower-service v0.3.3
23792026-07-21T22:42:51.997Z Checking hybrid-array v0.4.13
23802026-07-21T22:42:51.997Z Checking schemars v0.8.22
23812026-07-21T22:42:52.063Z Checking want v0.3.1
23822026-07-21T22:42:52.081Z Checking ipnet v2.11.0
23832026-07-21T22:42:52.093Z Checking httparse v1.10.1
23842026-07-21T22:42:52.104Z Checking aho-corasick v1.1.4
23852026-07-21T22:42:52.179Z Checking foreign-types-shared v0.1.1
23862026-07-21T22:42:52.259Z Checking httpdate v1.0.3
23872026-07-21T22:42:52.271Z Checking aws-lc-rs v1.16.3
23882026-07-21T22:42:52.291Z Checking plain v0.2.3
23892026-07-21T22:42:52.328Z Checking fastrand v2.3.0
23902026-07-21T22:42:52.385Z Checking cpufeatures v0.2.17
23912026-07-21T22:42:52.399Z Checking untrusted v0.9.0
23922026-07-21T22:42:52.451Z Checking utf8parse v0.2.2
23932026-07-21T22:42:52.496Z Checking foreign-types v0.3.2
23942026-07-21T22:42:52.509Z Checking tempfile v3.25.0
23952026-07-21T22:42:52.544Z Checking pkcs8 v0.10.2
23962026-07-21T22:42:52.563Z Checking unicode-normalization v0.1.25
23972026-07-21T22:42:52.639Z Checking openssl-sys v0.9.117
23982026-07-21T22:42:52.691Z Checking spin v0.9.8
23992026-07-21T22:42:52.704Z Checking anstyle v1.0.14
24002026-07-21T22:42:52.764Z Checking regex-automata v0.4.14
24012026-07-21T22:42:52.767Z Checking ucd-trie v0.1.7
24022026-07-21T22:42:52.869Z Checking unicode-ident v1.0.24
24032026-07-21T22:42:52.884Z Checking sha2 v0.10.9
24042026-07-21T22:42:52.904Z Checking pest v2.8.6
24052026-07-21T22:42:52.954Z Checking hmac v0.12.1
24062026-07-21T22:42:52.971Z Checking proc-macro2 v1.0.106
24072026-07-21T22:42:53.003Z Checking openssl v0.10.81
24082026-07-21T22:42:53.084Z Checking thiserror v2.0.18
24092026-07-21T22:42:53.097Z Checking rustls-webpki v0.103.13
24102026-07-21T22:42:53.157Z Checking sync_wrapper v1.0.2
24112026-07-21T22:42:53.177Z Checking wait-timeout v0.2.1
24122026-07-21T22:42:53.190Z Checking tokio-util v0.7.18
24132026-07-21T22:42:53.254Z Checking pretty-hex v0.4.1
24142026-07-21T22:42:53.276Z Checking siphasher v1.0.2
24152026-07-21T22:42:53.296Z Checking anstyle-query v1.1.5
24162026-07-21T22:42:53.363Z Checking quick-error v1.2.3
24172026-07-21T22:42:53.382Z Checking powerfmt v0.2.0
24182026-07-21T22:42:53.426Z Checking simd-adler32 v0.3.8
24192026-07-21T22:42:53.458Z Checking is_terminal_polyfill v1.70.2
24202026-07-21T22:42:53.500Z Checking rustls v0.23.41
24212026-07-21T22:42:53.525Z Checking bit-vec v0.8.0
24222026-07-21T22:42:53.539Z Checking colorchoice v1.0.4
24232026-07-21T22:42:53.587Z Checking deranged v0.5.8
24242026-07-21T22:42:53.632Z Checking rusty-fork v0.3.1
24252026-07-21T22:42:53.713Z Checking bit-set v0.8.0
24262026-07-21T22:42:53.784Z Checking h2 v0.4.15
24272026-07-21T22:42:53.797Z Checking quote v1.0.45
24282026-07-21T22:42:53.854Z Checking tower v0.5.3
24292026-07-21T22:42:53.948Z Checking http-body-util v0.1.3
24302026-07-21T22:42:53.962Z Checking crossbeam-utils v0.8.21
24312026-07-21T22:42:54.158Z Checking rand_xorshift v0.4.0
24322026-07-21T22:42:54.225Z Checking crc32fast v1.5.0
24332026-07-21T22:42:54.273Z Checking scroll v0.13.0
24342026-07-21T22:42:54.290Z Checking allocator-api2 v0.2.21
24352026-07-21T22:42:54.360Z Checking unarray v0.1.4
24362026-07-21T22:42:54.459Z Checking unicode-properties v0.1.4
24372026-07-21T22:42:54.493Z Checking ryu v1.0.23
24382026-07-21T22:42:54.505Z Checking time-core v0.1.8
24392026-07-21T22:42:54.563Z Checking num-conv v0.2.0
24402026-07-21T22:42:54.588Z Checking iri-string v0.7.10
24412026-07-21T22:42:54.638Z Checking unicode-bidi v0.3.18
24422026-07-21T22:42:54.650Z Checking adler2 v2.0.1
24432026-07-21T22:42:54.663Z Checking num_threads v0.1.7
24442026-07-21T22:42:54.684Z Checking serde_urlencoded v0.7.1
24452026-07-21T22:42:54.745Z Checking time v0.3.47
24462026-07-21T22:42:54.758Z Checking miniz_oxide v0.8.9
24472026-07-21T22:42:54.885Z Checking bstr v1.12.1
24482026-07-21T22:42:54.925Z Checking stringprep v0.1.5
24492026-07-21T22:42:55.060Z Checking native-tls v0.2.18
24502026-07-21T22:42:55.078Z Checking goblin v0.10.5
24512026-07-21T22:42:55.109Z Checking proptest v1.10.0
24522026-07-21T22:42:55.233Z Checking tokio-native-tls v0.3.1
24532026-07-21T22:42:55.279Z Checking crossbeam-epoch v0.9.18
24542026-07-21T22:42:55.387Z Checking syn v2.0.117
24552026-07-21T22:42:55.504Z Checking block-padding v0.4.2
24562026-07-21T22:42:55.613Z Checking tower-http v0.6.8
24572026-07-21T22:42:55.637Z Checking block-buffer v0.12.1
24582026-07-21T22:42:55.760Z Checking crypto-common v0.2.2
24592026-07-21T22:42:55.793Z Checking ipnetwork v0.21.1
24602026-07-21T22:42:55.884Z Checking anstyle-parse v1.0.0
24612026-07-21T22:42:55.898Z Checking rustls-native-certs v0.8.3
24622026-07-21T22:42:56.002Z Checking rand_chacha v0.3.1
24632026-07-21T22:42:56.018Z Checking thiserror v1.0.69
24642026-07-21T22:42:56.031Z Checking scroll v0.12.0
24652026-07-21T22:42:56.111Z Checking hash32 v0.2.1
24662026-07-21T22:42:56.203Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-21T22:42:56.249Z Checking md-5 v0.10.6
24682026-07-21T22:42:56.263Z Checking signature v2.2.0
24692026-07-21T22:42:56.308Z Checking num-integer v0.1.46
24702026-07-21T22:42:56.351Z Checking hex v0.4.3
24712026-07-21T22:42:56.380Z Checking serde_spanned v0.6.9
24722026-07-21T22:42:56.393Z Checking toml_datetime v0.6.11
24732026-07-21T22:42:56.503Z Checking encoding_rs v0.8.35
24742026-07-21T22:42:56.525Z Checking zlib-rs v0.6.2
24752026-07-21T22:42:56.569Z Checking mime v0.3.17
24762026-07-21T22:42:56.572Z Checking fallible-iterator v0.2.0
24772026-07-21T22:42:56.650Z Checking hyper v1.10.1
24782026-07-21T22:42:56.737Z Checking psl-types v2.0.11
24792026-07-21T22:42:56.843Z Checking postgres-protocol v0.6.10
24802026-07-21T22:42:56.854Z Checking publicsuffix v2.3.0
24812026-07-21T22:42:56.883Z Checking newtype-uuid v1.3.2
24822026-07-21T22:42:57.008Z Checking num-iter v0.1.45
24832026-07-21T22:42:57.081Z Checking zstd-safe v7.2.4
24842026-07-21T22:42:57.117Z Checking heapless v0.7.17
24852026-07-21T22:42:57.149Z Checking goblin v0.8.2
24862026-07-21T22:42:57.242Z Checking rand v0.8.6
24872026-07-21T22:42:57.386Z Checking dof v0.4.0
24882026-07-21T22:42:57.400Z Checking flate2 v1.1.9
24892026-07-21T22:42:57.424Z Checking anstream v1.0.0
24902026-07-21T22:42:57.536Z Checking oxnet v0.1.6
24912026-07-21T22:42:57.578Z Checking hyper-util v0.1.20
24922026-07-21T22:42:57.622Z Checking cookie v0.18.1
24932026-07-21T22:42:57.641Z Checking tokio-rustls v0.26.4
24942026-07-21T22:42:57.693Z Checking inout v0.2.2
24952026-07-21T22:42:57.750Z Checking dtrace-parser v0.3.0
24962026-07-21T22:42:57.786Z Checking phf_shared v0.13.1
24972026-07-21T22:42:57.832Z Checking lazy_static v1.5.0
24982026-07-21T22:42:57.844Z Checking anstyle-parse v0.2.7
24992026-07-21T22:42:57.863Z Checking pin-project v1.1.11
25002026-07-21T22:42:57.915Z Checking zerocopy v0.7.35
25012026-07-21T22:42:57.952Z Checking terminal_size v0.4.3
25022026-07-21T22:42:57.972Z Checking bzip2-sys v0.1.13+1.0.8
25032026-07-21T22:42:57.975Z Checking signal-hook v0.3.18
25042026-07-21T22:42:57.994Z Checking futures-executor v0.3.32
25052026-07-21T22:42:58.007Z Checking ff v0.13.1
25062026-07-21T22:42:58.057Z Checking thread-id v5.1.0
25072026-07-21T22:42:58.070Z Compiling rayon-core v1.13.0
25082026-07-21T22:42:58.123Z Checking foldhash v0.1.5
25092026-07-21T22:42:58.134Z Checking either v1.15.0
25102026-07-21T22:42:58.137Z Checking clap_lex v1.0.0
25112026-07-21T22:42:58.156Z Checking managed v0.8.0
25122026-07-21T22:42:58.248Z Checking strsim v0.11.1
25132026-07-21T22:42:58.251Z Checking same-file v1.0.6
25142026-07-21T22:42:58.287Z Checking base16ct v0.2.0
25152026-07-21T22:42:58.310Z Checking bitflags v1.3.2
25162026-07-21T22:42:58.332Z Checking libbz2-rs-sys v0.2.2
25172026-07-21T22:42:58.369Z Checking winnow v0.5.40
25182026-07-21T22:42:58.381Z Checking bumpalo v3.20.2
25192026-07-21T22:42:58.402Z Checking foldhash v0.2.0
25202026-07-21T22:42:58.405Z Checking clap_builder v4.6.0
25212026-07-21T22:42:58.405Z Checking sec1 v0.7.3
25222026-07-21T22:42:58.551Z Checking hashbrown v0.16.1
25232026-07-21T22:42:58.569Z Checking zopfli v0.8.3
25242026-07-21T22:42:58.624Z Checking smoltcp v0.9.1
25252026-07-21T22:42:58.717Z Checking bzip2 v0.6.1
25262026-07-21T22:42:58.833Z Checking hyper-tls v0.6.0
25272026-07-21T22:42:58.874Z Checking hyper-rustls v0.27.7
25282026-07-21T22:42:58.888Z Checking walkdir v2.5.0
25292026-07-21T22:42:58.999Z Checking reqwest v0.12.28
25302026-07-21T22:42:59.037Z Checking dof v0.3.0
25312026-07-21T22:42:59.040Z Checking hashbrown v0.15.5
25322026-07-21T22:42:59.073Z Checking signal-hook-mio v0.2.5
25332026-07-21T22:42:59.087Z Checking futures v0.3.32
25342026-07-21T22:42:59.192Z Checking usdt-impl v0.6.0
25352026-07-21T22:42:59.198Z Checking group v0.13.0
25362026-07-21T22:42:59.203Z Checking bzip2 v0.4.4
25372026-07-21T22:42:59.308Z Checking anstream v0.6.21
25382026-07-21T22:42:59.320Z Checking phf v0.13.1
25392026-07-21T22:42:59.360Z Checking snafu v0.8.9
25402026-07-21T22:42:59.429Z Checking num-bigint-dig v0.8.6
25412026-07-21T22:42:59.460Z Checking cookie_store v0.22.1
25422026-07-21T22:42:59.496Z Checking cipher v0.5.2
25432026-07-21T22:42:59.509Z Checking daft v0.1.7
25442026-07-21T22:42:59.512Z Checking toml_edit v0.19.15
25452026-07-21T22:42:59.597Z Checking zstd v0.13.3
25462026-07-21T22:42:59.650Z Checking postgres-types v0.2.12
25472026-07-21T22:42:59.739Z Checking ed25519 v2.2.3
25482026-07-21T22:42:59.751Z Checking dtrace-parser v0.2.0
25492026-07-21T22:42:59.763Z Checking rustls-platform-verifier v0.6.2
25502026-07-21T22:42:59.781Z Checking crossbeam-deque v0.8.6
25512026-07-21T22:42:59.807Z Checking globset v0.4.18
25522026-07-21T22:42:59.893Z Checking regex v1.12.3
25532026-07-21T22:42:59.918Z Checking phf_shared v0.11.3
25542026-07-21T22:42:59.953Z Checking hkdf v0.12.4
25552026-07-21T22:42:59.965Z Checking olpc-cjson v0.1.4
25562026-07-21T22:42:59.978Z Checking ref-cast v1.0.25
25572026-07-21T22:43:00.056Z Checking curve25519-dalek v4.1.3
25582026-07-21T22:43:00.069Z Checking pkcs1 v0.7.5
25592026-07-21T22:43:00.072Z Checking strum v0.27.2
25602026-07-21T22:43:00.090Z Checking hubpack v0.1.2
25612026-07-21T22:43:00.093Z Checking memoffset v0.9.1
25622026-07-21T22:43:00.172Z Checking rustix v0.38.44
25632026-07-21T22:43:00.172Z Checking pem v3.0.6
25642026-07-21T22:43:00.185Z Checking float-cmp v0.10.0
25652026-07-21T22:43:00.243Z Checking serde_plain v1.0.2
25662026-07-21T22:43:00.263Z Checking erased-serde v0.3.31
25672026-07-21T22:43:00.275Z Checking serde-big-array v0.5.1
25682026-07-21T22:43:00.310Z Checking crypto-bigint v0.5.5
25692026-07-21T22:43:00.330Z Checking thread-id v4.2.2
25702026-07-21T22:43:00.380Z Checking memmap2 v0.9.10
25712026-07-21T22:43:00.396Z Checking env_filter v1.0.0
25722026-07-21T22:43:00.408Z Checking unicode-segmentation v1.12.0
25732026-07-21T22:43:00.533Z Checking fixedbitset v0.4.2
25742026-07-21T22:43:00.536Z Checking typed-path v0.9.3
25752026-07-21T22:43:00.570Z Checking difflib v0.4.0
25762026-07-21T22:43:00.642Z Checking const-oid v0.10.2
25772026-07-21T22:43:00.675Z Checking new_debug_unreachable v1.0.6
25782026-07-21T22:43:00.706Z Checking normalize-line-endings v0.3.0
25792026-07-21T22:43:00.738Z Checking winnow v0.7.14
25802026-07-21T22:43:00.750Z Checking winnow v1.0.3
25812026-07-21T22:43:00.789Z Checking precomputed-hash v0.1.1
25822026-07-21T22:43:00.792Z Checking cpufeatures v0.3.0
25832026-07-21T22:43:00.819Z Checking toml_write v0.1.2
25842026-07-21T22:43:00.864Z Checking static_assertions v1.1.0
25852026-07-21T22:43:00.867Z Checking keccak v0.1.6
25862026-07-21T22:43:00.933Z Checking whoami v2.1.0
25872026-07-21T22:43:00.961Z Checking predicates-core v1.0.10
25882026-07-21T22:43:00.974Z Checking data-encoding v2.10.0
25892026-07-21T22:43:01.029Z Checking jiff v0.2.21
25902026-07-21T22:43:01.041Z Checking fixedbitset v0.5.7
25912026-07-21T22:43:01.079Z Checking predicates v3.1.4
25922026-07-21T22:43:01.116Z Checking tokio-postgres v0.7.16
25932026-07-21T22:43:01.208Z Checking elliptic-curve v0.13.8
25942026-07-21T22:43:01.224Z Checking petgraph v0.8.3
25952026-07-21T22:43:01.236Z Checking hickory-proto v0.25.2
25962026-07-21T22:43:01.305Z Checking tough v0.22.0
25972026-07-21T22:43:01.378Z Checking sha3 v0.10.8
25982026-07-21T22:43:01.509Z Checking toml_parser v1.1.2+spec-1.1.0
25992026-07-21T22:43:01.578Z Checking crossterm v0.28.1
26002026-07-21T22:43:01.840Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26012026-07-21T22:43:01.921Z Checking toml_edit v0.22.27
26022026-07-21T22:43:02.277Z Checking string_cache v0.8.9
26032026-07-21T22:43:02.381Z Checking chacha20 v0.10.0
26042026-07-21T22:43:02.441Z Checking ed25519-dalek v2.2.0
26052026-07-21T22:43:02.638Z Checking digest v0.11.3
26062026-07-21T22:43:02.668Z Checking similar v2.7.0
26072026-07-21T22:43:02.785Z Checking petgraph v0.6.5
26082026-07-21T22:43:02.812Z Checking slog v2.8.2
26092026-07-21T22:43:02.994Z Checking toml v0.7.8
26102026-07-21T22:43:03.041Z Checking env_logger v0.11.9
26112026-07-21T22:43:03.076Z Checking usdt v0.6.0
26122026-07-21T22:43:03.225Z Checking usdt-impl v0.5.0
26132026-07-21T22:43:03.238Z Checking zip v4.6.1
26142026-07-21T22:43:03.250Z Checking rsa v0.9.10
26152026-07-21T22:43:03.296Z Checking nix v0.31.2
26162026-07-21T22:43:03.318Z Checking iddqd v0.4.2
26172026-07-21T22:43:03.709Z Checking reqwest v0.13.2
26182026-07-21T22:43:03.799Z Checking clap v4.6.1
26192026-07-21T22:43:03.821Z Checking zip v0.6.6
26202026-07-21T22:43:03.873Z Checking itertools v0.13.0
26212026-07-21T22:43:04.005Z Checking serde_with v3.21.0
26222026-07-21T22:43:04.031Z Checking byte-wrapper v0.1.0
26232026-07-21T22:43:04.085Z Checking strum v0.26.3
26242026-07-21T22:43:04.140Z Checking fs-err v3.3.0
26252026-07-21T22:43:04.190Z Checking ahash v0.8.12
26262026-07-21T22:43:04.216Z Checking object v0.37.3
26272026-07-21T22:43:04.229Z Checking tokio-stream v0.1.18
26282026-07-21T22:43:04.379Z Checking buf-list v1.1.2
26292026-07-21T22:43:04.435Z Checking anyhow v1.0.102
26302026-07-21T22:43:04.491Z Checking camino v1.2.2
26312026-07-21T22:43:04.564Z Checking x509-cert v0.2.5
26322026-07-21T22:43:04.577Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-21T22:43:04.613Z Checking openapiv3 v2.2.0
26342026-07-21T22:43:04.636Z Checking lalrpop-util v0.19.12
26352026-07-21T22:43:04.753Z Checking peg-runtime v0.8.5
26362026-07-21T22:43:04.793Z Checking rayon v1.11.0
26372026-07-21T22:43:04.832Z Checking sigpipe v0.1.3
26382026-07-21T22:43:04.893Z Checking glob v0.3.3
26392026-07-21T22:43:06.350Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402026-07-21T22:43:06.407Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412026-07-21T22:43:06.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.66s
26422026-07-21T22:43:06.816Z
26432026-07-21T22:43:06.816Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26442026-07-21T22:43:07.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-21T22:43:07.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-21T22:43:07.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-21T22:43:07.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26482026-07-21T22:43:07.358Z
26492026-07-21T22:43:07.358Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26502026-07-21T22:43:07.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-21T22:43:07.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-21T22:43:07.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-21T22:43:07.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26542026-07-21T22:43:07.882Z
26552026-07-21T22:43:07.882Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26562026-07-21T22:43:08.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-21T22:43:08.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-21T22:43:08.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-21T22:43:08.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26602026-07-21T22:43:08.426Z
26612026-07-21T22:43:08.426Zinfo: running `cargo check --bins` on oxql-types (80/300)
26622026-07-21T22:43:08.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-21T22:43:08.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-21T22:43:08.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-21T22:43:08.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26662026-07-21T22:43:08.956Z
26672026-07-21T22:43:08.956Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26682026-07-21T22:43:09.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-21T22:43:09.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-21T22:43:09.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-21T22:43:09.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26722026-07-21T22:43:09.488Z
26732026-07-21T22:43:09.488Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26742026-07-21T22:43:09.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-21T22:43:09.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-21T22:43:09.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-21T22:43:09.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26782026-07-21T22:43:10.017Z
26792026-07-21T22:43:10.017Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26802026-07-21T22:43:10.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-21T22:43:10.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-21T22:43:10.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832026-07-21T22:43:10.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26842026-07-21T22:43:10.529Z
26852026-07-21T22:43:10.529Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26862026-07-21T22:43:10.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872026-07-21T22:43:10.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882026-07-21T22:43:11.157Z Compiling structmeta-derive v0.3.0
26892026-07-21T22:43:11.272Z Compiling multer v3.1.0
26902026-07-21T22:43:11.282Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912026-07-21T22:43:11.286Z Compiling async-stream-impl v0.3.6
26922026-07-21T22:43:11.300Z Compiling dropshot v0.17.1
26932026-07-21T22:43:11.315Z Compiling newtype-uuid-macros v0.1.0
26942026-07-21T22:43:11.319Z Compiling dropshot_endpoint v0.17.1
26952026-07-21T22:43:11.343Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-07-21T22:43:11.513Z Checking thread_local v1.1.9
26972026-07-21T22:43:11.538Z Checking match_cfg v0.1.0
26982026-07-21T22:43:11.639Z Checking compression-core v0.4.31
26992026-07-21T22:43:11.664Z Checking hostname v0.3.1
27002026-07-21T22:43:11.683Z Checking crossbeam-channel v0.5.15
27012026-07-21T22:43:11.740Z Checking atomicwrites v0.4.4
27022026-07-21T22:43:11.755Z Checking compression-codecs v0.4.37
27032026-07-21T22:43:11.759Z Checking slog-json v2.6.1
27042026-07-21T22:43:11.861Z Checking serde_spanned v1.1.1
27052026-07-21T22:43:11.861Z Checking is-terminal v0.4.17
27062026-07-21T22:43:11.913Z Checking toml_datetime v1.1.1+spec-1.1.0
27072026-07-21T22:43:11.916Z Checking toml_writer v1.1.1+spec-1.1.0
27082026-07-21T22:43:11.957Z Checking take_mut v0.2.2
27092026-07-21T22:43:11.987Z Checking term v1.2.1
27102026-07-21T22:43:12.014Z Checking debug-ignore v1.0.5
27112026-07-21T22:43:12.055Z Checking slog-async v2.8.0
27122026-07-21T22:43:12.068Z Checking async-compression v0.4.41
27132026-07-21T22:43:12.098Z Checking slog-bunyan v2.5.0
27142026-07-21T22:43:12.110Z Checking async-stream v0.3.6
27152026-07-21T22:43:12.114Z Checking toml v1.1.2+spec-1.1.0
27162026-07-21T22:43:12.201Z Checking slog-term v2.9.2
27172026-07-21T22:43:12.214Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-21T22:43:12.226Z Checking progenitor-client v0.14.0
27192026-07-21T22:43:12.238Z Checking sha1 v0.11.0
27202026-07-21T22:43:12.318Z Compiling structmeta v0.3.0
27212026-07-21T22:43:12.318Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-07-21T22:43:12.415Z Checking waitgroup v0.1.2
27232026-07-21T22:43:12.444Z Checking rustls-pemfile v2.2.0
27242026-07-21T22:43:12.458Z Checking backon v1.6.0
27252026-07-21T22:43:12.461Z Checking serde_path_to_error v0.1.20
27262026-07-21T22:43:12.508Z Checking hostname v0.4.2
27272026-07-21T22:43:12.520Z Compiling derive-ex v0.1.8
27282026-07-21T22:43:12.540Z Compiling parse-display-derive v0.10.0
27292026-07-21T22:43:12.576Z Checking instant v0.1.13
27302026-07-21T22:43:12.656Z Checking backoff v0.4.0
27312026-07-21T22:43:12.693Z Checking progenitor-extras v0.2.0
27322026-07-21T22:43:12.747Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-21T22:43:12.803Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-21T22:43:12.821Z Checking itertools v0.14.0
27352026-07-21T22:43:12.898Z Checking regress v0.10.5
27362026-07-21T22:43:12.967Z Checking macaddr v1.0.1
27372026-07-21T22:43:13.167Z Checking humantime v2.3.0
27382026-07-21T22:43:14.201Z Compiling test-strategy v0.4.5
27392026-07-21T22:43:14.213Z Checking parse-display v0.10.0
27402026-07-21T22:43:14.458Z Compiling prettyplease v0.2.37
27412026-07-21T22:43:14.756Z Checking num-rational v0.4.2
27422026-07-21T22:43:15.033Z Checking num-complex v0.4.6
27432026-07-21T22:43:15.498Z Compiling num v0.4.3
27442026-07-21T22:43:15.570Z Compiling usdt-attr-macro v0.5.0
27452026-07-21T22:43:15.583Z Compiling usdt-macro v0.5.0
27462026-07-21T22:43:15.600Z Checking memmap v0.7.0
27472026-07-21T22:43:15.628Z Checking float-ord v0.3.2
27482026-07-21T22:43:15.722Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27492026-07-21T22:43:15.850Z Checking unicode-width v0.2.0
27502026-07-21T22:43:16.080Z Compiling convert_case v0.4.0
27512026-07-21T22:43:16.093Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27522026-07-21T22:43:16.105Z Checking console v0.15.11
27532026-07-21T22:43:16.312Z Checking newline-converter v0.3.0
27542026-07-21T22:43:16.345Z Checking usdt v0.5.0
27552026-07-21T22:43:16.380Z Compiling toml v0.8.23
27562026-07-21T22:43:16.418Z Checking linked-hash-map v0.5.6
27572026-07-21T22:43:16.448Z Compiling derive_more v0.99.20
27582026-07-21T22:43:16.506Z Compiling minimal-lexical v0.2.1
27592026-07-21T22:43:16.587Z Checking lru-cache v0.1.2
27602026-07-21T22:43:16.707Z Compiling nom v7.1.3
27612026-07-21T22:43:16.757Z Checking expectorate v1.2.0
27622026-07-21T22:43:17.307Z Checking camino-tempfile v1.4.1
27632026-07-21T22:43:17.401Z Checking hickory-proto v0.24.4
27642026-07-21T22:43:17.414Z Checking phf_shared v0.12.1
27652026-07-21T22:43:17.467Z Compiling slog-dtrace v0.3.0
27662026-07-21T22:43:17.555Z Compiling chrono-tz v0.10.4
27672026-07-21T22:43:17.745Z Compiling unicode-xid v0.2.6
27682026-07-21T22:43:17.870Z Checking heck v0.5.0
27692026-07-21T22:43:17.966Z Checking resolv-conf v0.7.6
27702026-07-21T22:43:17.994Z Compiling const_format_proc_macros v0.2.34
27712026-07-21T22:43:18.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-07-21T22:43:18.216Z Checking phf v0.12.1
27732026-07-21T22:43:18.357Z Checking tokio-dtrace v0.1.1
27742026-07-21T22:43:18.535Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-21T22:43:18.548Z Compiling derive-where v1.6.0
27762026-07-21T22:43:18.819Z Checking highway v1.3.0
27772026-07-21T22:43:19.052Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27782026-07-21T22:43:19.107Z Checking const_format v0.2.35
27792026-07-21T22:43:19.215Z Checking hickory-resolver v0.24.4
27802026-07-21T22:43:19.232Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27812026-07-21T22:43:19.243Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27822026-07-21T22:43:19.545Z Checking oxide-tokio-rt v0.1.4
27832026-07-21T22:43:20.031Z Checking qorb v0.4.1
27842026-07-21T22:43:20.116Z Checking gethostname v0.5.0
27852026-07-21T22:43:20.206Z Checking bcs v0.1.6
27862026-07-21T22:43:20.235Z Checking termtree v0.5.1
27872026-07-21T22:43:20.771Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-07-21T22:43:20.794Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-21T22:43:21.023Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-21T22:43:21.026Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-21T22:43:23.700Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-21T22:43:26.121Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-21T22:43:28.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.67s
27942026-07-21T22:43:28.362Z
27952026-07-21T22:43:28.362Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27962026-07-21T22:43:28.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-21T22:43:28.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-21T22:43:28.987Z Compiling ar_archive_writer v0.5.1
27992026-07-21T22:43:29.094Z Compiling stacker v0.1.23
28002026-07-21T22:43:29.102Z Compiling cfg_aliases v0.1.1
28012026-07-21T22:43:29.109Z Compiling convert_case v0.10.0
28022026-07-21T22:43:29.112Z Checking unicode-width v0.1.14
28032026-07-21T22:43:29.125Z Compiling proc-macro-error v1.0.4
28042026-07-21T22:43:29.134Z Checking fd-lock v4.0.4
28052026-07-21T22:43:29.134Z Checking nibble_vec v0.1.0
28062026-07-21T22:43:29.156Z Compiling nix v0.28.0
28072026-07-21T22:43:29.245Z Compiling recursive-proc-macro-impl v0.1.1
28082026-07-21T22:43:29.256Z Checking vte v0.14.1
28092026-07-21T22:43:29.354Z Checking bytecount v0.6.9
28102026-07-21T22:43:29.368Z Checking endian-type v0.1.2
28112026-07-21T22:43:29.395Z Checking strip-ansi-escapes v0.2.1
28122026-07-21T22:43:29.407Z Compiling derive_more-impl v2.1.1
28132026-07-21T22:43:29.412Z Compiling tabled_derive v0.7.0
28142026-07-21T22:43:29.446Z Checking papergrid v0.11.0
28152026-07-21T22:43:29.485Z Checking radix_trie v0.2.1
28162026-07-21T22:43:29.512Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-21T22:43:29.697Z Compiling peg-macros v0.8.5
28182026-07-21T22:43:29.720Z Compiling sqlparser_derive v0.5.0
28192026-07-21T22:43:29.953Z Compiling psm v0.1.30
28202026-07-21T22:43:30.032Z Checking winnow v0.6.26
28212026-07-21T22:43:30.081Z Checking unicode_categories v0.1.1
28222026-07-21T22:43:30.235Z Checking nu-ansi-term v0.50.3
28232026-07-21T22:43:30.248Z Checking derive_more v2.1.1
28242026-07-21T22:43:30.321Z Checking home v0.5.12
28252026-07-21T22:43:30.378Z Checking tabled v0.15.0
28262026-07-21T22:43:30.423Z Checking crossterm v0.29.0
28272026-07-21T22:43:30.441Z Checking reedline v0.40.0
28282026-07-21T22:43:30.525Z Checking display-error-chain v0.2.2
28292026-07-21T22:43:30.539Z Checking rustyline v14.0.0
28302026-07-21T22:43:30.723Z Checking recursive v0.1.1
28312026-07-21T22:43:30.812Z Checking sqlparser v0.61.0
28322026-07-21T22:43:30.993Z Checking peg v0.8.5
28332026-07-21T22:43:31.153Z Checking sqlformat v0.3.5
28342026-07-21T22:43:41.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28352026-07-21T22:43:42.150Z
28362026-07-21T22:43:42.150Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28372026-07-21T22:43:42.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-21T22:43:42.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-21T22:43:42.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-21T22:43:46.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28412026-07-21T22:43:46.377Z
28422026-07-21T22:43:46.378Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28432026-07-21T22:43:46.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-21T22:43:46.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-21T22:43:46.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-21T22:43:49.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28472026-07-21T22:43:49.585Z
28482026-07-21T22:43:49.585Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28492026-07-21T22:43:50.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-21T22:43:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-21T22:43:50.202Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-21T22:43:53.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28532026-07-21T22:43:53.589Z
28542026-07-21T22:43:53.589Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28552026-07-21T22:43:54.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-21T22:43:54.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-21T22:43:54.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-21T22:43:57.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28592026-07-21T22:43:57.638Z
28602026-07-21T22:43:57.638Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28612026-07-21T22:43:58.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-21T22:43:58.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-21T22:43:58.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-21T22:44:00.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28652026-07-21T22:44:00.996Z
28662026-07-21T22:44:00.996Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28672026-07-21T22:44:01.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-21T22:44:01.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-21T22:44:01.614Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-21T22:44:04.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28712026-07-21T22:44:04.373Z
28722026-07-21T22:44:04.373Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28732026-07-21T22:44:04.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-21T22:44:04.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-21T22:44:05.002Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-21T22:44:08.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28772026-07-21T22:44:08.593Z
28782026-07-21T22:44:08.593Zinfo: running `cargo check --bins` on oximeter (93/300)
28792026-07-21T22:44:09.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-21T22:44:09.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-21T22:44:09.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-21T22:44:09.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28832026-07-21T22:44:09.121Z
28842026-07-21T22:44:09.121Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28852026-07-21T22:44:09.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-21T22:44:09.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-21T22:44:09.696Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-21T22:44:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28892026-07-21T22:44:10.202Z
28902026-07-21T22:44:10.202Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-21T22:44:10.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-21T22:44:10.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-21T22:44:10.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-21T22:44:10.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-21T22:44:10.733Z
28962026-07-21T22:44:10.733Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-21T22:44:11.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-21T22:44:11.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-21T22:44:11.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-21T22:44:11.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-21T22:44:11.303Z
29022026-07-21T22:44:11.303Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-21T22:44:11.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-21T22:44:11.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-21T22:44:11.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-21T22:44:11.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-21T22:44:11.843Z
29082026-07-21T22:44:11.843Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-21T22:44:12.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-21T22:44:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-21T22:44:12.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-21T22:44:12.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-21T22:44:12.382Z
29142026-07-21T22:44:12.382Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-21T22:44:12.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-21T22:44:12.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-21T22:44:12.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-21T22:44:12.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-21T22:44:12.920Z
29202026-07-21T22:44:12.920Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-21T22:44:13.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-21T22:44:13.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-21T22:44:13.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-21T22:44:13.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-21T22:44:13.459Z
29262026-07-21T22:44:13.459Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-21T22:44:13.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-21T22:44:13.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-21T22:44:13.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-21T22:44:13.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-21T22:44:13.975Z
29322026-07-21T22:44:13.975Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-21T22:44:14.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-21T22:44:14.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-21T22:44:14.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-21T22:44:14.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-21T22:44:14.510Z
29382026-07-21T22:44:14.510Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/300)
29392026-07-21T22:44:14.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-21T22:44:14.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-21T22:44:15.174Z Compiling darling_core v0.21.3
29422026-07-21T22:44:15.290Z Compiling crucible-workspace-hack v0.1.0
29432026-07-21T22:44:15.297Z Checking secrecy v0.10.3
29442026-07-21T22:44:15.303Z Compiling heapless v0.8.0
29452026-07-21T22:44:15.306Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-07-21T22:44:15.319Z Checking hash32 v0.3.1
29472026-07-21T22:44:15.322Z Checking inout v0.1.4
29482026-07-21T22:44:15.341Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-07-21T22:44:15.392Z Compiling smoltcp v0.11.0
29502026-07-21T22:44:15.433Z Checking cobs v0.3.0
29512026-07-21T22:44:15.450Z Checking cipher v0.4.4
29522026-07-21T22:44:15.533Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-07-21T22:44:15.546Z Checking universal-hash v0.5.1
29542026-07-21T22:44:15.570Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-21T22:44:15.593Z Checking half v2.7.1
29562026-07-21T22:44:15.643Z Checking opaque-debug v0.3.1
29572026-07-21T22:44:15.660Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-21T22:44:15.709Z Checking ciborium-io v0.2.2
29592026-07-21T22:44:15.746Z Checking poly1305 v0.8.0
29602026-07-21T22:44:15.795Z Checking chacha20 v0.9.1
29612026-07-21T22:44:15.836Z Checking ciborium-ll v0.2.2
29622026-07-21T22:44:15.867Z Checking postcard v1.1.3
29632026-07-21T22:44:15.983Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29642026-07-21T22:44:16.001Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-07-21T22:44:16.017Z Checking password-hash v0.5.0
29662026-07-21T22:44:16.128Z Compiling proc-macro-crate v3.4.0
29672026-07-21T22:44:16.270Z Checking blake2 v0.10.6
29682026-07-21T22:44:16.298Z Compiling proc-macro-crate v1.3.1
29692026-07-21T22:44:16.380Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-21T22:44:16.502Z Checking aead v0.5.2
29712026-07-21T22:44:16.566Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29722026-07-21T22:44:16.612Z Compiling foreign-types-macros v0.2.3
29732026-07-21T22:44:16.641Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29742026-07-21T22:44:16.683Z Compiling num_enum_derive v0.7.6
29752026-07-21T22:44:16.696Z Checking foreign-types-shared v0.3.1
29762026-07-21T22:44:16.729Z Checking thiserror-no-std v2.0.2
29772026-07-21T22:44:16.768Z Compiling num_enum_derive v0.5.11
29782026-07-21T22:44:16.781Z Checking chacha20poly1305 v0.10.1
29792026-07-21T22:44:16.812Z Checking vsss-rs v3.3.4
29802026-07-21T22:44:16.888Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29812026-07-21T22:44:16.906Z Checking argon2 v0.5.3
29822026-07-21T22:44:17.208Z Checking foreign-types v0.5.0
29832026-07-21T22:44:17.236Z Checking ciborium v0.2.2
29842026-07-21T22:44:17.382Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-21T22:44:17.420Z Checking tabwriter v1.4.1
29862026-07-21T22:44:17.563Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-07-21T22:44:17.653Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-21T22:44:17.666Z Checking cstr-argument v0.1.2
29892026-07-21T22:44:17.728Z Checking num_enum v0.7.6
29902026-07-21T22:44:17.731Z Compiling darling_macro v0.21.3
29912026-07-21T22:44:17.781Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-07-21T22:44:17.794Z Checking num_enum v0.5.11
29932026-07-21T22:44:17.836Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-07-21T22:44:17.899Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-07-21T22:44:17.913Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-07-21T22:44:17.989Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-07-21T22:44:18.002Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29982026-07-21T22:44:18.016Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-07-21T22:44:18.063Z Checking rand v0.10.1
30002026-07-21T22:44:18.091Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-21T22:44:18.103Z Checking indent_write v2.2.0
30022026-07-21T22:44:18.207Z Checking colored v3.1.1
30032026-07-21T22:44:18.229Z Compiling darling v0.21.3
30042026-07-21T22:44:18.242Z Compiling zone_cfg_derive v0.3.1
30052026-07-21T22:44:18.314Z Compiling ingot-macros v0.1.1
30062026-07-21T22:44:18.343Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-21T22:44:18.402Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-21T22:44:18.423Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-21T22:44:18.437Z Checking itertools v0.12.1
30102026-07-21T22:44:18.567Z Compiling num-derive v0.4.2
30112026-07-21T22:44:18.586Z Checking swrite v0.1.0
30122026-07-21T22:44:18.609Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-07-21T22:44:18.672Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-21T22:44:18.837Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-21T22:44:18.881Z Checking dropshot-api-manager-types v0.7.2
30162026-07-21T22:44:18.944Z Checking smf v0.2.3
30172026-07-21T22:44:18.970Z Checking nanorand v0.7.0
30182026-07-21T22:44:19.024Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-21T22:44:19.043Z Checking whoami v1.6.1
30202026-07-21T22:44:19.160Z Checking flume v0.11.1
30212026-07-21T22:44:19.177Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-21T22:44:19.443Z Checking zone v0.3.1
30232026-07-21T22:44:19.488Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-21T22:44:20.460Z Checking ingot-types v0.1.2
30252026-07-21T22:44:20.778Z Checking ingot v0.1.1
30262026-07-21T22:44:22.160Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-21T22:44:23.089Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-21T22:44:23.963Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-21T22:44:25.401Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-21T22:44:27.438Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-21T22:44:28.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
30322026-07-21T22:44:28.678Z
30332026-07-21T22:44:28.679Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/300)
30342026-07-21T22:44:29.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-21T22:44:29.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-21T22:44:29.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-21T22:44:29.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-07-21T22:44:29.218Z
30392026-07-21T22:44:29.218Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/300)
30402026-07-21T22:44:29.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-21T22:44:29.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-21T22:44:29.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-21T22:44:29.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-21T22:44:29.752Z
30452026-07-21T22:44:29.752Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/300)
30462026-07-21T22:44:30.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-21T22:44:30.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-21T22:44:30.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-21T22:44:30.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-07-21T22:44:30.293Z
30512026-07-21T22:44:30.293Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300)
30522026-07-21T22:44:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-21T22:44:30.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-21T22:44:30.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-21T22:44:30.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-21T22:44:30.839Z
30572026-07-21T22:44:30.839Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300)
30582026-07-21T22:44:31.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-21T22:44:31.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-21T22:44:31.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-21T22:44:31.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-21T22:44:31.377Z
30632026-07-21T22:44:31.377Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/300)
30642026-07-21T22:44:31.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-21T22:44:31.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-21T22:44:31.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-21T22:44:31.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-21T22:44:31.918Z
30692026-07-21T22:44:31.918Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/300)
30702026-07-21T22:44:32.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-21T22:44:32.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-21T22:44:32.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-21T22:44:32.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30742026-07-21T22:44:32.461Z
30752026-07-21T22:44:32.462Zinfo: running `cargo check --bins` on cockroach-admin-client (111/300)
30762026-07-21T22:44:32.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-21T22:44:32.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-21T22:44:32.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-21T22:44:32.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-21T22:44:32.986Z
30812026-07-21T22:44:32.986Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/300)
30822026-07-21T22:44:33.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-21T22:44:33.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-21T22:44:33.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-21T22:44:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30862026-07-21T22:44:33.528Z
30872026-07-21T22:44:33.528Zinfo: running `cargo check --bins` on dns-service-client (113/300)
30882026-07-21T22:44:33.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-21T22:44:33.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-21T22:44:33.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-21T22:44:33.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-07-21T22:44:34.067Z
30932026-07-21T22:44:34.067Zinfo: running `cargo check --bins` on installinator-client (114/300)
30942026-07-21T22:44:34.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-21T22:44:34.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-21T22:44:34.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-21T22:44:34.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-07-21T22:44:34.607Z
30992026-07-21T22:44:34.607Zinfo: running `cargo check --bins` on nexus-client (115/300)
31002026-07-21T22:44:35.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-21T22:44:35.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-21T22:44:35.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-21T22:44:35.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31042026-07-21T22:44:35.185Z
31052026-07-21T22:44:35.185Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/300)
31062026-07-21T22:44:35.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-21T22:44:35.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-21T22:44:35.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-21T22:44:35.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31102026-07-21T22:44:35.761Z
31112026-07-21T22:44:35.761Zinfo: running `cargo check --bins` on ntp-admin-client (117/300)
31122026-07-21T22:44:36.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-21T22:44:36.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-21T22:44:36.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-21T22:44:36.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31162026-07-21T22:44:36.293Z
31172026-07-21T22:44:36.293Zinfo: running `cargo check --bins` on oxide-client (118/300)
31182026-07-21T22:44:36.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-21T22:44:36.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-21T22:44:36.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-21T22:44:36.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-07-21T22:44:36.826Z
31232026-07-21T22:44:36.826Zinfo: running `cargo check --bins` on oximeter-client (119/300)
31242026-07-21T22:44:37.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-21T22:44:37.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-21T22:44:37.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-21T22:44:37.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-07-21T22:44:37.365Z
31292026-07-21T22:44:37.365Zinfo: running `cargo check --bins` on repo-depot-client (120/300)
31302026-07-21T22:44:37.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-21T22:44:37.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-21T22:44:37.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-21T22:44:37.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-21T22:44:37.891Z
31352026-07-21T22:44:37.892Zinfo: running `cargo check --bins` on sled-agent-client (121/300)
31362026-07-21T22:44:38.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-21T22:44:38.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-21T22:44:38.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-21T22:44:38.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31402026-07-21T22:44:38.443Z
31412026-07-21T22:44:38.443Zinfo: running `cargo check --bins` on wicketd-client (122/300)
31422026-07-21T22:44:38.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-21T22:44:38.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-21T22:44:38.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-21T22:44:38.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-07-21T22:44:39.008Z
31472026-07-21T22:44:39.008Zinfo: running `cargo check --bins` on installinator-common (123/300)
31482026-07-21T22:44:39.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-21T22:44:39.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-21T22:44:39.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-21T22:44:39.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-07-21T22:44:39.560Z
31532026-07-21T22:44:39.560Zinfo: running `cargo check --bins` on installinator-common-versions (124/300)
31542026-07-21T22:44:40.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-21T22:44:40.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-21T22:44:40.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-21T22:44:40.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31582026-07-21T22:44:40.082Z
31592026-07-21T22:44:40.082Zinfo: running `cargo check --bins` on wicket-common (125/300)
31602026-07-21T22:44:40.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-21T22:44:40.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-21T22:44:40.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-21T22:44:40.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-21T22:44:40.635Z
31652026-07-21T22:44:40.635Zinfo: running `cargo check --bins` on wicketd-commission-types (126/300)
31662026-07-21T22:44:41.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-21T22:44:41.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-21T22:44:41.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-21T22:44:41.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-21T22:44:41.177Z
31712026-07-21T22:44:41.177Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/300)
31722026-07-21T22:44:41.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-21T22:44:41.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-21T22:44:41.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-21T22:44:41.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31762026-07-21T22:44:41.722Z
31772026-07-21T22:44:41.722Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31782026-07-21T22:44:42.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-21T22:44:42.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-21T22:44:42.355Z Checking csv-core v0.1.13
31812026-07-21T22:44:42.464Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-07-21T22:44:42.467Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31832026-07-21T22:44:42.475Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-07-21T22:44:42.600Z Checking csv v1.4.0
31852026-07-21T22:44:42.614Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-21T22:44:42.909Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-21T22:44:43.240Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31882026-07-21T22:44:43.243Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-07-21T22:44:44.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
31902026-07-21T22:44:44.407Z
31912026-07-21T22:44:44.407Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31922026-07-21T22:44:44.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-21T22:44:44.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-21T22:44:44.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-21T22:44:44.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31962026-07-21T22:44:44.938Z
31972026-07-21T22:44:44.938Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
31982026-07-21T22:44:45.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-21T22:44:45.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-21T22:44:45.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-21T22:44:45.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32022026-07-21T22:44:45.555Z
32032026-07-21T22:44:45.555Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32042026-07-21T22:44:46.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-21T22:44:46.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-21T22:44:46.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-21T22:44:46.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-07-21T22:44:46.163Z
32092026-07-21T22:44:46.163Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32102026-07-21T22:44:46.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-21T22:44:46.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-21T22:44:46.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-21T22:44:46.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32142026-07-21T22:44:46.747Z
32152026-07-21T22:44:46.747Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32162026-07-21T22:44:47.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-21T22:44:47.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-21T22:44:47.461Z Compiling regress v0.11.1
32192026-07-21T22:44:47.602Z Compiling unsafe-libyaml v0.2.11
32202026-07-21T22:44:47.612Z Compiling semver v0.1.20
32212026-07-21T22:44:47.621Z Compiling radium v0.7.0
32222026-07-21T22:44:47.634Z Checking nom v8.0.0
32232026-07-21T22:44:47.636Z Compiling maybe-uninit v2.0.0
32242026-07-21T22:44:47.636Z Checking tap v1.0.1
32252026-07-21T22:44:47.755Z Checking wyz v0.5.1
32262026-07-21T22:44:47.886Z Compiling rustc_version v0.1.7
32272026-07-21T22:44:47.927Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-21T22:44:48.008Z Compiling zerocopy-derive v0.6.6
32292026-07-21T22:44:48.105Z Compiling newtype_derive v0.1.6
32302026-07-21T22:44:48.118Z Compiling serde_yaml v0.9.34+deprecated
32312026-07-21T22:44:48.304Z Compiling packed_struct v0.10.1
32322026-07-21T22:44:48.339Z Checking funty v2.0.0
32332026-07-21T22:44:48.565Z Compiling cancel-safe-futures v0.1.5
32342026-07-21T22:44:48.652Z Checking crc-catalog v2.4.0
32352026-07-21T22:44:48.744Z Checking crc v3.4.0
32362026-07-21T22:44:48.803Z Checking bitvec v1.0.1
32372026-07-21T22:44:48.850Z Checking zerocopy v0.6.6
32382026-07-21T22:44:49.023Z Checking typify-impl v0.6.2
32392026-07-21T22:44:49.053Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-07-21T22:44:49.430Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-21T22:44:49.559Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32422026-07-21T22:44:49.588Z Compiling packed_struct_codegen v0.10.1
32432026-07-21T22:44:49.601Z Compiling bitfield-macros v0.19.4
32442026-07-21T22:44:49.776Z Compiling indexmap v1.9.3
32452026-07-21T22:44:49.992Z Checking nodrop v0.1.14
32462026-07-21T22:44:50.084Z Compiling owo-colors v4.3.0
32472026-07-21T22:44:50.145Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32482026-07-21T22:44:50.196Z Checking array-init v0.0.4
32492026-07-21T22:44:50.234Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-07-21T22:44:50.328Z Checking bitfield v0.19.4
32512026-07-21T22:44:50.470Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-07-21T22:44:50.492Z Checking smallvec v0.6.14
32532026-07-21T22:44:50.638Z Checking oxide-update-engine-types v0.1.2
32542026-07-21T22:44:50.668Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-07-21T22:44:50.681Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-21T22:44:50.778Z Checking unicode-linebreak v0.1.5
32572026-07-21T22:44:50.793Z Checking linear-map v1.2.0
32582026-07-21T22:44:50.853Z Checking tagptr v0.2.0
32592026-07-21T22:44:50.958Z Checking smawk v0.3.2
32602026-07-21T22:44:50.985Z Checking base64 v0.21.7
32612026-07-21T22:44:50.998Z Checking hashbrown v0.12.3
32622026-07-21T22:44:51.083Z Checking textwrap v0.16.2
32632026-07-21T22:44:51.144Z Checking moka v0.12.13
32642026-07-21T22:44:51.213Z Checking ron v0.8.1
32652026-07-21T22:44:51.292Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-07-21T22:44:51.524Z Checking oxide-update-engine v0.1.2
32672026-07-21T22:44:51.709Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-07-21T22:44:51.725Z Checking serde-hex v0.1.0
32692026-07-21T22:44:51.736Z Checking steno v0.4.1
32702026-07-21T22:44:51.943Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-07-21T22:44:52.087Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-07-21T22:44:52.102Z Checking hashbrown v0.13.2
32732026-07-21T22:44:52.321Z Checking crc-any v2.5.0
32742026-07-21T22:44:52.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-07-21T22:44:52.518Z Checking object v0.30.4
32762026-07-21T22:44:52.649Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-21T22:44:52.720Z Checking hickory-resolver v0.25.2
32782026-07-21T22:44:52.723Z Checking sha1 v0.10.6
32792026-07-21T22:44:52.808Z Checking path-slash v0.1.5
32802026-07-21T22:44:52.898Z Checking void v1.0.2
32812026-07-21T22:44:52.912Z Checking half v1.8.3
32822026-07-21T22:44:53.002Z Checking utf-8 v0.7.6
32832026-07-21T22:44:53.099Z Checking serde_cbor v0.11.2
32842026-07-21T22:44:53.134Z Checking tungstenite v0.23.0
32852026-07-21T22:44:53.195Z Checking lzss v0.8.2
32862026-07-21T22:44:53.420Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-07-21T22:44:53.473Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-07-21T22:44:53.514Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-07-21T22:44:53.545Z Checking nix v0.27.1
32902026-07-21T22:44:53.560Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32912026-07-21T22:44:53.626Z Checking kstat-rs v0.2.4
32922026-07-21T22:44:53.653Z Checking fxhash v0.2.1
32932026-07-21T22:44:53.672Z Compiling typify-macro v0.6.2
32942026-07-21T22:44:53.739Z Checking serde_bytes v0.11.19
32952026-07-21T22:44:53.770Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-07-21T22:44:53.802Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-07-21T22:44:53.826Z Checking tokio-tungstenite v0.23.1
32982026-07-21T22:44:53.911Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-07-21T22:44:54.042Z Checking signal-hook-tokio v0.3.1
33002026-07-21T22:44:54.717Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-07-21T22:44:54.923Z Compiling typify v0.6.2
33022026-07-21T22:44:55.002Z Compiling progenitor-impl v0.14.0
33032026-07-21T22:44:55.621Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-07-21T22:44:55.914Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-07-21T22:44:56.426Z Compiling progenitor-macro v0.14.0
33062026-07-21T22:44:58.720Z Checking progenitor v0.14.0
33072026-07-21T22:44:58.826Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-21T22:44:58.826Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-07-21T22:45:01.513Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-07-21T22:45:09.846Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-21T22:45:16.484Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-21T22:45:17.866Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-07-21T22:45:18.348Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-07-21T22:45:20.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.66s
33152026-07-21T22:45:20.597Z
33162026-07-21T22:45:20.597Zinfo: running `cargo check --bins` on gateway-api (134/300)
33172026-07-21T22:45:21.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-07-21T22:45:21.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-07-21T22:45:21.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-07-21T22:45:21.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33212026-07-21T22:45:21.140Z
33222026-07-21T22:45:21.140Zinfo: running `cargo check --bins` on ipcc (135/300)
33232026-07-21T22:45:21.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-21T22:45:21.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-21T22:45:21.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-21T22:45:21.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-07-21T22:45:21.678Z
33282026-07-21T22:45:21.678Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33292026-07-21T22:45:22.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-21T22:45:22.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-21T22:45:22.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-21T22:45:22.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-21T22:45:22.198Z
33342026-07-21T22:45:22.198Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33352026-07-21T22:45:22.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-21T22:45:22.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-21T22:45:22.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-21T22:45:22.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33392026-07-21T22:45:22.756Z
33402026-07-21T22:45:22.756Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33412026-07-21T22:45:23.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-21T22:45:23.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-21T22:45:23.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-21T22:45:23.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33452026-07-21T22:45:23.295Z
33462026-07-21T22:45:23.295Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33472026-07-21T22:45:23.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-21T22:45:23.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-21T22:45:23.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-21T22:45:23.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33512026-07-21T22:45:23.835Z
33522026-07-21T22:45:23.835Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33532026-07-21T22:45:24.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-21T22:45:24.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-21T22:45:24.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-21T22:45:24.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-21T22:45:24.379Z
33582026-07-21T22:45:24.379Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33592026-07-21T22:45:24.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-21T22:45:24.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-21T22:45:24.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-21T22:45:24.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33632026-07-21T22:45:24.932Z
33642026-07-21T22:45:24.932Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33652026-07-21T22:45:25.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-21T22:45:25.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-21T22:45:25.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-21T22:45:25.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-21T22:45:25.467Z
33702026-07-21T22:45:25.467Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33712026-07-21T22:45:25.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-21T22:45:25.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-21T22:45:25.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-21T22:45:25.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-07-21T22:45:26.005Z
33762026-07-21T22:45:26.005Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33772026-07-21T22:45:26.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-21T22:45:26.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-21T22:45:26.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-21T22:45:26.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-21T22:45:26.542Z
33822026-07-21T22:45:26.542Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33832026-07-21T22:45:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-21T22:45:26.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-21T22:45:26.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-21T22:45:27.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-07-21T22:45:27.081Z
33882026-07-21T22:45:27.081Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33892026-07-21T22:45:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-21T22:45:27.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-21T22:45:27.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-21T22:45:27.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-21T22:45:27.622Z
33942026-07-21T22:45:27.622Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
33952026-07-21T22:45:28.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-21T22:45:28.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-21T22:45:28.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-21T22:45:28.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-21T22:45:28.159Z
34002026-07-21T22:45:28.159Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34012026-07-21T22:45:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-21T22:45:28.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-21T22:45:28.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-21T22:45:28.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34052026-07-21T22:45:28.718Z
34062026-07-21T22:45:28.718Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34072026-07-21T22:45:29.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-21T22:45:29.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-21T22:45:29.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-21T22:45:29.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-21T22:45:29.279Z
34122026-07-21T22:45:29.279Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34132026-07-21T22:45:29.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-21T22:45:29.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-21T22:45:29.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-21T22:45:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-21T22:45:29.836Z
34182026-07-21T22:45:29.836Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34192026-07-21T22:45:30.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-21T22:45:30.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-21T22:45:30.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-21T22:45:30.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-21T22:45:30.387Z
34242026-07-21T22:45:30.387Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34252026-07-21T22:45:30.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-21T22:45:30.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-21T22:45:30.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-21T22:45:30.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-21T22:45:30.945Z
34302026-07-21T22:45:30.945Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34312026-07-21T22:45:31.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-21T22:45:31.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-21T22:45:31.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-21T22:45:31.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-21T22:45:31.505Z
34362026-07-21T22:45:31.505Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34372026-07-21T22:45:31.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-21T22:45:31.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-21T22:45:31.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-21T22:45:31.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-21T22:45:32.066Z
34422026-07-21T22:45:32.066Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34432026-07-21T22:45:32.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-21T22:45:32.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-21T22:45:32.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-21T22:45:32.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-07-21T22:45:32.625Z
34482026-07-21T22:45:32.625Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34492026-07-21T22:45:33.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-21T22:45:33.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-21T22:45:33.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-21T22:45:33.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-21T22:45:33.185Z
34542026-07-21T22:45:33.185Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34552026-07-21T22:45:33.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-21T22:45:33.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-21T22:45:33.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-21T22:45:33.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-07-21T22:45:33.745Z
34602026-07-21T22:45:33.745Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34612026-07-21T22:45:34.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-21T22:45:34.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-21T22:45:34.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-21T22:45:34.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-21T22:45:34.291Z
34662026-07-21T22:45:34.291Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34672026-07-21T22:45:34.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-21T22:45:34.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-21T22:45:34.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-21T22:45:34.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-07-21T22:45:34.828Z
34722026-07-21T22:45:34.828Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34732026-07-21T22:45:35.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-21T22:45:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-21T22:45:35.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-21T22:45:35.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-21T22:45:35.367Z
34782026-07-21T22:45:35.367Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34792026-07-21T22:45:35.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-21T22:45:35.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-21T22:45:35.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-21T22:45:35.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-21T22:45:35.908Z
34842026-07-21T22:45:35.908Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34852026-07-21T22:45:36.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-21T22:45:36.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-21T22:45:36.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-21T22:45:36.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-21T22:45:36.453Z
34902026-07-21T22:45:36.453Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34912026-07-21T22:45:36.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-21T22:45:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-21T22:45:36.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-21T22:45:36.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-21T22:45:36.995Z
34962026-07-21T22:45:36.995Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
34972026-07-21T22:45:37.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-21T22:45:37.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-21T22:45:37.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-21T22:45:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-21T22:45:37.533Z
35022026-07-21T22:45:37.533Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35032026-07-21T22:45:37.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-21T22:45:37.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-21T22:45:37.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-21T22:45:37.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-21T22:45:38.077Z
35082026-07-21T22:45:38.077Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35092026-07-21T22:45:38.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-21T22:45:38.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-21T22:45:38.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-21T22:45:38.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35132026-07-21T22:45:38.633Z
35142026-07-21T22:45:38.633Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35152026-07-21T22:45:39.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-21T22:45:39.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-21T22:45:39.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-21T22:45:39.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35192026-07-21T22:45:39.192Z
35202026-07-21T22:45:39.192Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35212026-07-21T22:45:39.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-21T22:45:39.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-21T22:45:39.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-21T22:45:39.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-21T22:45:39.752Z
35262026-07-21T22:45:39.752Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35272026-07-21T22:45:40.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-21T22:45:40.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-21T22:45:40.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-21T22:45:40.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-21T22:45:40.312Z
35322026-07-21T22:45:40.312Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35332026-07-21T22:45:40.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-21T22:45:40.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-21T22:45:40.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-21T22:45:40.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-21T22:45:40.877Z
35382026-07-21T22:45:40.877Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35392026-07-21T22:45:41.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-21T22:45:41.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-21T22:45:41.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-21T22:45:41.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-21T22:45:41.443Z
35442026-07-21T22:45:41.443Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35452026-07-21T22:45:41.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-21T22:45:41.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-21T22:45:41.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-21T22:45:41.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-21T22:45:42.006Z
35502026-07-21T22:45:42.006Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35512026-07-21T22:45:42.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-21T22:45:42.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-21T22:45:42.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-21T22:45:42.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-07-21T22:45:42.588Z
35562026-07-21T22:45:42.588Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35572026-07-21T22:45:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-21T22:45:43.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-21T22:45:43.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-21T22:45:43.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-21T22:45:43.137Z
35622026-07-21T22:45:43.137Zinfo: running `cargo check --bins` on dns-server (175/300)
35632026-07-21T22:45:43.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-21T22:45:43.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-21T22:45:43.739Z Compiling parking_lot_core v0.8.6
35662026-07-21T22:45:43.743Z Compiling git-stub v1.0.0
35672026-07-21T22:45:43.851Z Checking prefix-trie v0.7.0
35682026-07-21T22:45:43.856Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-07-21T22:45:43.965Z Compiling git-stub-vcs v0.1.0
35702026-07-21T22:45:44.132Z Checking hickory-server v0.25.2
35712026-07-21T22:45:44.235Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-07-21T22:45:44.246Z Checking parking_lot v0.11.2
35732026-07-21T22:45:44.404Z Checking sled v0.34.7
35742026-07-21T22:45:46.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
35752026-07-21T22:45:46.420Z
35762026-07-21T22:45:46.420Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35772026-07-21T22:45:46.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-21T22:45:46.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-21T22:45:46.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-21T22:45:46.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35812026-07-21T22:45:46.958Z
35822026-07-21T22:45:46.958Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35832026-07-21T22:45:47.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-21T22:45:47.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-21T22:45:47.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-21T22:45:47.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35872026-07-21T22:45:47.496Z
35882026-07-21T22:45:47.496Zinfo: running `cargo check --bins` on sp-sim (178/300)
35892026-07-21T22:45:47.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-21T22:45:47.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-21T22:45:48.166Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922026-07-21T22:45:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
35932026-07-21T22:45:50.077Z
35942026-07-21T22:45:50.077Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
35952026-07-21T22:45:50.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-21T22:45:50.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-21T22:45:50.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-21T22:45:50.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35992026-07-21T22:45:50.671Z
36002026-07-21T22:45:50.671Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36012026-07-21T22:45:51.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-21T22:45:51.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-21T22:45:51.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-21T22:45:51.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36052026-07-21T22:45:51.262Z
36062026-07-21T22:45:51.262Zinfo: running `cargo check --bins` on db-macros (181/300)
36072026-07-21T22:45:51.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-21T22:45:51.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-21T22:45:51.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-21T22:45:51.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36112026-07-21T22:45:51.783Z
36122026-07-21T22:45:51.783Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36132026-07-21T22:45:52.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-21T22:45:52.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-21T22:45:52.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-21T22:45:52.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36172026-07-21T22:45:52.312Z
36182026-07-21T22:45:52.312Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36192026-07-21T22:45:52.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-21T22:45:52.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-21T22:45:52.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-21T22:45:52.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36232026-07-21T22:45:52.899Z
36242026-07-21T22:45:52.899Zinfo: running `cargo check --bins` on authz-macros (184/300)
36252026-07-21T22:45:53.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-21T22:45:53.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-21T22:45:53.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-21T22:45:53.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36292026-07-21T22:45:53.426Z
36302026-07-21T22:45:53.426Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36312026-07-21T22:45:53.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-21T22:45:53.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-21T22:45:53.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-21T22:45:53.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36352026-07-21T22:45:54.009Z
36362026-07-21T22:45:54.009Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36372026-07-21T22:45:54.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-21T22:45:54.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-21T22:45:54.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-21T22:45:54.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36412026-07-21T22:45:54.592Z
36422026-07-21T22:45:54.592Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36432026-07-21T22:45:55.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-21T22:45:55.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-21T22:45:55.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-21T22:45:55.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36472026-07-21T22:45:55.122Z
36482026-07-21T22:45:55.122Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36492026-07-21T22:45:55.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-21T22:45:55.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-21T22:45:55.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-21T22:45:55.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-21T22:45:55.644Z
36542026-07-21T22:45:55.644Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36552026-07-21T22:45:56.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-21T22:45:56.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-21T22:45:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-21T22:45:56.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36592026-07-21T22:45:56.183Z
36602026-07-21T22:45:56.183Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36612026-07-21T22:45:56.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-21T22:45:56.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-21T22:45:56.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-21T22:45:56.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36652026-07-21T22:45:56.707Z
36662026-07-21T22:45:56.707Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36672026-07-21T22:45:57.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-21T22:45:57.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-21T22:45:57.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-21T22:45:57.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36712026-07-21T22:45:57.233Z
36722026-07-21T22:45:57.234Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36732026-07-21T22:45:57.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-21T22:45:57.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-21T22:45:57.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-21T22:45:57.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36772026-07-21T22:45:57.759Z
36782026-07-21T22:45:57.759Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36792026-07-21T22:45:58.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-21T22:45:58.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-21T22:45:58.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-21T22:45:58.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36832026-07-21T22:45:58.348Z
36842026-07-21T22:45:58.348Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36852026-07-21T22:45:58.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-21T22:45:58.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-21T22:45:58.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-21T22:45:58.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36892026-07-21T22:45:58.941Z
36902026-07-21T22:45:58.941Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36912026-07-21T22:45:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-21T22:45:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-21T22:45:59.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-21T22:45:59.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36952026-07-21T22:45:59.525Z
36962026-07-21T22:45:59.525Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
36972026-07-21T22:45:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-21T22:46:00.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-21T22:46:00.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-21T22:46:00.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-21T22:46:00.085Z
37022026-07-21T22:46:00.085Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37032026-07-21T22:46:00.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-21T22:46:00.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-21T22:46:00.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-21T22:46:00.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37072026-07-21T22:46:00.641Z
37082026-07-21T22:46:00.641Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37092026-07-21T22:46:01.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-21T22:46:01.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-21T22:46:01.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-21T22:46:01.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-21T22:46:01.205Z
37142026-07-21T22:46:01.205Zinfo: running `cargo check --bins` on key-manager (199/300)
37152026-07-21T22:46:01.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-21T22:46:01.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-21T22:46:01.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-21T22:46:01.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37192026-07-21T22:46:01.742Z
37202026-07-21T22:46:01.742Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37212026-07-21T22:46:02.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-21T22:46:02.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-21T22:46:02.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-21T22:46:02.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37252026-07-21T22:46:02.297Z
37262026-07-21T22:46:02.297Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37272026-07-21T22:46:02.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-21T22:46:02.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-21T22:46:02.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-21T22:46:02.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37312026-07-21T22:46:02.842Z
37322026-07-21T22:46:02.842Zinfo: running `cargo check --bins` on typed-rng (202/300)
37332026-07-21T22:46:03.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-21T22:46:03.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-21T22:46:03.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-21T22:46:03.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37372026-07-21T22:46:03.361Z
37382026-07-21T22:46:03.362Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37392026-07-21T22:46:03.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-21T22:46:03.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-21T22:46:04.147Z Compiling libefi-sys v0.1.0
37422026-07-21T22:46:04.150Z Compiling bitfield-struct v0.6.2
37432026-07-21T22:46:04.285Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-07-21T22:46:04.293Z Compiling xshell-macros v0.2.7
37452026-07-21T22:46:04.302Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-07-21T22:46:04.315Z Compiling salty v0.3.0
37472026-07-21T22:46:04.329Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-07-21T22:46:04.345Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-07-21T22:46:04.345Z Checking rfc6979 v0.4.0
37502026-07-21T22:46:04.463Z Checking ecdsa v0.16.9
37512026-07-21T22:46:04.481Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-07-21T22:46:04.628Z Checking primeorder v0.13.6
37532026-07-21T22:46:04.645Z Compiling proc-macro-error-attr2 v2.0.0
37542026-07-21T22:46:04.663Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-07-21T22:46:04.677Z Checking xshell v0.2.7
37562026-07-21T22:46:04.806Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-07-21T22:46:04.821Z Checking tungstenite v0.21.0
37582026-07-21T22:46:04.836Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-07-21T22:46:04.855Z Checking p384 v0.13.1
37602026-07-21T22:46:04.869Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37612026-07-21T22:46:04.902Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-07-21T22:46:04.997Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37632026-07-21T22:46:05.031Z Compiling num-derive v0.3.3
37642026-07-21T22:46:05.045Z Compiling proc-macro-error2 v2.0.1
37652026-07-21T22:46:05.133Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-21T22:46:05.229Z Checking tokio-tungstenite v0.21.0
37672026-07-21T22:46:05.255Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-07-21T22:46:05.319Z Checking papergrid v0.17.0
37692026-07-21T22:46:05.343Z Compiling tabled_derive v0.11.0
37702026-07-21T22:46:05.357Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-07-21T22:46:05.371Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37722026-07-21T22:46:05.470Z Compiling progenitor-impl v0.13.0
37732026-07-21T22:46:05.499Z Checking testing_table v0.3.0
37742026-07-21T22:46:05.590Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-07-21T22:46:05.622Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-07-21T22:46:05.648Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-07-21T22:46:05.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-07-21T22:46:05.852Z Compiling illumos-nvpair-sys v0.2.0
37792026-07-21T22:46:05.924Z Checking libscf-sys v1.1.0
37802026-07-21T22:46:06.045Z Checking corncobs v0.1.4
37812026-07-21T22:46:06.048Z Compiling unicase v2.9.0
37822026-07-21T22:46:06.073Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-07-21T22:46:06.172Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-07-21T22:46:06.189Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37852026-07-21T22:46:06.239Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-07-21T22:46:06.255Z Compiling mime_guess v2.0.5
37872026-07-21T22:46:06.270Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-07-21T22:46:06.351Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-21T22:46:06.512Z Checking tabled v0.20.0
37902026-07-21T22:46:06.590Z Checking progenitor-client v0.13.0
37912026-07-21T22:46:06.769Z Checking secrecy v0.8.0
37922026-07-21T22:46:06.801Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-07-21T22:46:06.855Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-07-21T22:46:06.916Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-07-21T22:46:07.070Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-07-21T22:46:07.225Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-07-21T22:46:07.307Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-07-21T22:46:07.324Z Checking filetime v0.2.27
37992026-07-21T22:46:07.364Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-07-21T22:46:07.466Z Checking crc8 v0.1.1
38012026-07-21T22:46:07.548Z Checking xattr v1.6.1
38022026-07-21T22:46:07.641Z Checking http-range v0.1.5
38032026-07-21T22:46:07.686Z Checking tar v0.4.46
38042026-07-21T22:46:07.764Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-07-21T22:46:07.962Z Checking illumos-nvpair v0.3.0
38062026-07-21T22:46:08.056Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38072026-07-21T22:46:08.074Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38082026-07-21T22:46:08.074Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38092026-07-21T22:46:08.079Z Compiling progenitor-macro v0.13.0
38102026-07-21T22:46:08.116Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38112026-07-21T22:46:08.130Z Checking atty v0.2.14
38122026-07-21T22:46:08.219Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38132026-07-21T22:46:08.461Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-07-21T22:46:08.559Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38152026-07-21T22:46:08.676Z Checking hyper-staticfile v0.10.1
38162026-07-21T22:46:08.728Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38172026-07-21T22:46:08.788Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-07-21T22:46:08.807Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-07-21T22:46:08.923Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38202026-07-21T22:46:08.944Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-07-21T22:46:08.983Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-07-21T22:46:09.101Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38232026-07-21T22:46:09.232Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-07-21T22:46:09.282Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38252026-07-21T22:46:09.506Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38262026-07-21T22:46:09.593Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38272026-07-21T22:46:09.801Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38282026-07-21T22:46:10.127Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38292026-07-21T22:46:10.991Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-21T22:46:11.461Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-21T22:46:11.861Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-07-21T22:46:11.935Z Checking progenitor v0.13.0
38332026-07-21T22:46:12.064Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38342026-07-21T22:46:14.336Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-21T22:46:17.428Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-21T22:46:28.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.02s
38372026-07-21T22:46:28.590Z
38382026-07-21T22:46:28.590Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38392026-07-21T22:46:29.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-07-21T22:46:29.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-07-21T22:46:29.320Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-07-21T22:46:40.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38432026-07-21T22:46:40.262Z
38442026-07-21T22:46:40.262Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38452026-07-21T22:46:40.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-07-21T22:46:40.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-07-21T22:46:40.993Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-07-21T22:46:51.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38492026-07-21T22:46:51.903Z
38502026-07-21T22:46:51.903Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38512026-07-21T22:46:52.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-21T22:46:52.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-21T22:46:52.633Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-21T22:47:03.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38552026-07-21T22:47:03.533Z
38562026-07-21T22:47:03.533Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38572026-07-21T22:47:04.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-21T22:47:04.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-21T22:47:04.261Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-21T22:47:14.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38612026-07-21T22:47:15.163Z
38622026-07-21T22:47:15.163Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38632026-07-21T22:47:15.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-21T22:47:15.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-21T22:47:15.891Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-21T22:47:26.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38672026-07-21T22:47:26.859Z
38682026-07-21T22:47:26.859Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38692026-07-21T22:47:27.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-21T22:47:27.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-21T22:47:27.589Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-21T22:47:38.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38732026-07-21T22:47:38.490Z
38742026-07-21T22:47:38.490Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38752026-07-21T22:47:38.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-21T22:47:38.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-21T22:47:39.221Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-21T22:47:49.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38792026-07-21T22:47:50.091Z
38802026-07-21T22:47:50.091Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38812026-07-21T22:47:50.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-21T22:47:50.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-21T22:47:50.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-07-21T22:47:50.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38852026-07-21T22:47:50.629Z
38862026-07-21T22:47:50.629Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38872026-07-21T22:47:51.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-21T22:47:51.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-21T22:47:51.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-07-21T22:47:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38912026-07-21T22:47:51.169Z
38922026-07-21T22:47:51.169Zinfo: running `cargo check --bins` on range-requests (213/300)
38932026-07-21T22:47:51.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-21T22:47:51.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-21T22:47:51.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-21T22:47:51.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38972026-07-21T22:47:51.694Z
38982026-07-21T22:47:51.694Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
38992026-07-21T22:47:52.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-21T22:47:52.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-21T22:47:52.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-21T22:47:52.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-21T22:47:52.226Z
39042026-07-21T22:47:52.226Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39052026-07-21T22:47:52.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-21T22:47:52.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-21T22:47:52.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-21T22:47:52.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39092026-07-21T22:47:52.777Z
39102026-07-21T22:47:52.777Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39112026-07-21T22:47:53.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-21T22:47:53.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-21T22:47:53.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-21T22:47:53.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-21T22:47:53.327Z
39162026-07-21T22:47:53.327Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39172026-07-21T22:47:53.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-21T22:47:53.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-21T22:47:53.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-21T22:47:53.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39212026-07-21T22:47:53.885Z
39222026-07-21T22:47:53.885Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39232026-07-21T22:47:54.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-21T22:47:54.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-21T22:47:54.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-21T22:47:54.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-07-21T22:47:54.434Z
39282026-07-21T22:47:54.434Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39292026-07-21T22:47:54.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-21T22:47:54.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-21T22:47:54.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-21T22:47:54.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-21T22:47:54.993Z
39342026-07-21T22:47:54.993Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39352026-07-21T22:47:55.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-21T22:47:55.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-21T22:47:55.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-21T22:47:55.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-21T22:47:55.547Z
39402026-07-21T22:47:55.547Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39412026-07-21T22:47:56.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-21T22:47:56.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-21T22:47:56.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-21T22:47:56.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-21T22:47:56.104Z
39462026-07-21T22:47:56.104Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39472026-07-21T22:47:56.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-21T22:47:56.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-21T22:47:56.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-21T22:47:56.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-21T22:47:56.662Z
39522026-07-21T22:47:56.662Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39532026-07-21T22:47:57.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-21T22:47:57.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-21T22:47:57.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-21T22:47:57.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-21T22:47:57.224Z
39582026-07-21T22:47:57.224Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39592026-07-21T22:47:57.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-21T22:47:57.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-21T22:47:57.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-21T22:47:57.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-21T22:47:57.785Z
39642026-07-21T22:47:57.785Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39652026-07-21T22:47:58.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-21T22:47:58.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-21T22:47:58.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-21T22:47:58.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-07-21T22:47:58.374Z
39702026-07-21T22:47:58.374Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39712026-07-21T22:47:58.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-21T22:47:58.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-21T22:47:58.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-21T22:47:58.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-21T22:47:58.938Z
39762026-07-21T22:47:58.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39772026-07-21T22:47:59.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-21T22:47:59.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-21T22:47:59.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-21T22:47:59.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39812026-07-21T22:47:59.511Z
39822026-07-21T22:47:59.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39832026-07-21T22:48:00.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-21T22:48:00.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-21T22:48:00.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-21T22:48:00.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-21T22:48:00.102Z
39882026-07-21T22:48:00.102Zinfo: running `cargo check --bins` on update-common (229/300)
39892026-07-21T22:48:00.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-21T22:48:00.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-21T22:48:00.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-21T22:48:00.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39932026-07-21T22:48:00.646Z
39942026-07-21T22:48:00.646Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
39952026-07-21T22:48:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-21T22:48:01.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-21T22:48:01.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-21T22:48:01.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-21T22:48:01.238Z
40002026-07-21T22:48:01.238Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40012026-07-21T22:48:01.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-21T22:48:01.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-21T22:48:01.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-21T22:48:01.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40052026-07-21T22:48:01.758Z
40062026-07-21T22:48:01.758Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40072026-07-21T22:48:02.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-21T22:48:02.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-21T22:48:02.482Z Compiling fs-err v2.11.0
40102026-07-21T22:48:02.485Z Checking ignore v0.4.25
40112026-07-21T22:48:02.485Z Checking arc-swap v1.8.2
40122026-07-21T22:48:02.615Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-07-21T22:48:02.615Z Checking predicates-tree v1.0.13
40142026-07-21T22:48:02.618Z Checking parse-size v1.1.0
40152026-07-21T22:48:02.644Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-07-21T22:48:02.646Z Checking rand_seeder v0.4.0
40172026-07-21T22:48:02.717Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-07-21T22:48:02.735Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40192026-07-21T22:48:02.794Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40202026-07-21T22:48:02.808Z Checking slog-scope v4.4.1
40212026-07-21T22:48:02.852Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-07-21T22:48:02.926Z Checking slog-stdlog v4.1.1
40232026-07-21T22:48:02.929Z Compiling petname v2.0.2
40242026-07-21T22:48:02.954Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40252026-07-21T22:48:02.983Z Checking globwalk v0.9.1
40262026-07-21T22:48:03.036Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40272026-07-21T22:48:03.049Z Checking slog-envlogger v2.2.0
40282026-07-21T22:48:03.156Z Checking camino-tempfile-ext v0.3.3
40292026-07-21T22:48:03.189Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-07-21T22:48:03.236Z Checking sapling-renderdag v0.1.0
40312026-07-21T22:48:03.342Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-07-21T22:48:03.388Z Checking subprocess v0.2.15
40332026-07-21T22:48:03.468Z Checking sync-ptr v0.1.4
40342026-07-21T22:48:03.540Z Checking colored v2.2.0
40352026-07-21T22:48:03.581Z Checking assert_matches v1.5.0
40362026-07-21T22:48:03.659Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-07-21T22:48:03.842Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40382026-07-21T22:48:03.842Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40392026-07-21T22:48:04.486Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-07-21T22:48:05.800Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-07-21T22:48:07.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
40422026-07-21T22:48:08.123Z
40432026-07-21T22:48:08.123Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40442026-07-21T22:48:08.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-07-21T22:48:08.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-07-21T22:48:08.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-07-21T22:48:08.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40482026-07-21T22:48:08.643Z
40492026-07-21T22:48:08.644Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40502026-07-21T22:48:09.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-07-21T22:48:09.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-07-21T22:48:09.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-07-21T22:48:09.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40542026-07-21T22:48:09.192Z
40552026-07-21T22:48:09.192Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40562026-07-21T22:48:09.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-21T22:48:09.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-21T22:48:09.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-21T22:48:09.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40602026-07-21T22:48:09.784Z
40612026-07-21T22:48:09.784Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40622026-07-21T22:48:10.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-21T22:48:10.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-21T22:48:10.454Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-07-21T22:48:10.454Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-07-21T22:48:11.076Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-07-21T22:48:12.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
40682026-07-21T22:48:12.851Z
40692026-07-21T22:48:12.851Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40702026-07-21T22:48:13.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-07-21T22:48:13.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-07-21T22:48:13.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-07-21T22:48:13.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40742026-07-21T22:48:13.390Z
40752026-07-21T22:48:13.390Zinfo: running `cargo check --bins` on cert-dev (238/300)
40762026-07-21T22:48:13.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-21T22:48:13.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-21T22:48:13.948Z Checking yasna v0.5.2
40792026-07-21T22:48:14.349Z Checking rcgen v0.12.1
40802026-07-21T22:48:14.596Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-07-21T22:48:14.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40822026-07-21T22:48:14.921Z
40832026-07-21T22:48:14.921Zinfo: running `cargo check --bins` on clickana (239/300)
40842026-07-21T22:48:15.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-21T22:48:15.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-21T22:48:15.509Z Compiling instability v0.3.11
40872026-07-21T22:48:15.512Z Checking castaway v0.2.4
40882026-07-21T22:48:15.512Z Compiling indoc v2.0.7
40892026-07-21T22:48:15.512Z Checking unicode-truncate v1.1.0
40902026-07-21T22:48:15.621Z Checking lru v0.12.5
40912026-07-21T22:48:15.626Z Checking cassowary v0.3.0
40922026-07-21T22:48:15.697Z Checking compact_str v0.8.1
40932026-07-21T22:48:16.494Z Checking ratatui v0.29.0
40942026-07-21T22:48:17.536Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40952026-07-21T22:48:18.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
40962026-07-21T22:48:18.353Z
40972026-07-21T22:48:18.353Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
40982026-07-21T22:48:18.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-21T22:48:18.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-21T22:48:19.020Z Checking headers-core v0.3.0
41012026-07-21T22:48:19.023Z Checking port-file v0.1.0
41022026-07-21T22:48:19.023Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41032026-07-21T22:48:19.212Z Checking headers v0.4.1
41042026-07-21T22:48:19.571Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41052026-07-21T22:48:20.479Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41062026-07-21T22:48:20.944Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41072026-07-21T22:48:21.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
41082026-07-21T22:48:21.515Z
41092026-07-21T22:48:21.515Zinfo: running `cargo check --bins` on ch-dev (241/300)
41102026-07-21T22:48:22.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-07-21T22:48:22.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-07-21T22:48:22.188Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41132026-07-21T22:48:22.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41142026-07-21T22:48:23.095Z
41152026-07-21T22:48:23.095Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41162026-07-21T22:48:23.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-21T22:48:23.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-21T22:48:23.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-07-21T22:48:23.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41202026-07-21T22:48:23.494Z
41212026-07-21T22:48:23.494Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41222026-07-21T22:48:23.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-21T22:48:23.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-21T22:48:24.068Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41252026-07-21T22:48:24.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41262026-07-21T22:48:24.568Z
41272026-07-21T22:48:24.568Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41282026-07-21T22:48:25.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-21T22:48:25.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-21T22:48:25.237Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-07-21T22:48:26.289Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41322026-07-21T22:48:26.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41332026-07-21T22:48:26.787Z
41342026-07-21T22:48:26.788Zinfo: running `cargo check --bins` on db-dev (245/300)
41352026-07-21T22:48:27.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-07-21T22:48:27.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-07-21T22:48:27.462Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41382026-07-21T22:48:28.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41392026-07-21T22:48:28.378Z
41402026-07-21T22:48:28.378Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41412026-07-21T22:48:28.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-07-21T22:48:28.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-07-21T22:48:28.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-07-21T22:48:28.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41452026-07-21T22:48:28.960Z
41462026-07-21T22:48:28.960Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41472026-07-21T22:48:29.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-07-21T22:48:29.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-07-21T22:48:29.526Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41502026-07-21T22:48:30.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41512026-07-21T22:48:30.362Z
41522026-07-21T22:48:30.362Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41532026-07-21T22:48:30.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-21T22:48:30.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-21T22:48:31.073Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-07-21T22:48:31.073Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41572026-07-21T22:48:31.076Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41582026-07-21T22:48:31.201Z Checking git-stub v1.0.0
41592026-07-21T22:48:31.204Z Compiling trait-variant v0.1.2
41602026-07-21T22:48:31.204Z Checking maplit v1.0.2
41612026-07-21T22:48:31.207Z Checking is_ci v1.2.0
41622026-07-21T22:48:31.229Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41632026-07-21T22:48:31.290Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41642026-07-21T22:48:31.316Z Checking supports-color v3.0.2
41652026-07-21T22:48:31.335Z Checking git-stub-vcs v0.1.0
41662026-07-21T22:48:31.413Z Checking drift v0.2.0
41672026-07-21T22:48:31.435Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-07-21T22:48:31.485Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41692026-07-21T22:48:31.524Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-07-21T22:48:31.696Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41712026-07-21T22:48:31.712Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41722026-07-21T22:48:31.736Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41732026-07-21T22:48:31.754Z Checking dropshot-api-manager v0.7.2
41742026-07-21T22:48:31.766Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41752026-07-21T22:48:31.923Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-07-21T22:48:32.468Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-07-21T22:48:33.378Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-07-21T22:48:34.370Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-07-21T22:48:35.111Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-07-21T22:48:35.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
41812026-07-21T22:48:35.719Z
41822026-07-21T22:48:35.719Zinfo: running `cargo check --bins` on installinator-api (249/300)
41832026-07-21T22:48:36.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-21T22:48:36.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-21T22:48:36.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-07-21T22:48:36.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41872026-07-21T22:48:36.261Z
41882026-07-21T22:48:36.261Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
41892026-07-21T22:48:36.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-21T22:48:36.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-21T22:48:36.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-07-21T22:48:36.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-07-21T22:48:36.843Z
41942026-07-21T22:48:36.843Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
41952026-07-21T22:48:37.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-21T22:48:37.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-21T22:48:37.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-07-21T22:48:37.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41992026-07-21T22:48:37.426Z
42002026-07-21T22:48:37.426Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42012026-07-21T22:48:37.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-07-21T22:48:37.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-07-21T22:48:37.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-07-21T22:48:37.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42052026-07-21T22:48:38.013Z
42062026-07-21T22:48:38.013Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42072026-07-21T22:48:38.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-21T22:48:38.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-21T22:48:38.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-21T22:48:38.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42112026-07-21T22:48:38.560Z
42122026-07-21T22:48:38.560Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42132026-07-21T22:48:39.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-21T22:48:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-21T22:48:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-21T22:48:39.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42172026-07-21T22:48:39.094Z
42182026-07-21T22:48:39.094Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42192026-07-21T22:48:39.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-21T22:48:39.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-21T22:48:39.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-21T22:48:39.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42232026-07-21T22:48:39.648Z
42242026-07-21T22:48:39.648Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42252026-07-21T22:48:40.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-21T22:48:40.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-21T22:48:40.221Z Compiling blake3 v1.8.5
42282026-07-21T22:48:40.329Z Checking arrayvec v0.7.6
42292026-07-21T22:48:40.332Z Checking constant_time_eq v0.4.2
42302026-07-21T22:48:40.347Z Checking arrayref v0.3.9
42312026-07-21T22:48:40.356Z Checking cargo-platform v0.3.2
42322026-07-21T22:48:40.359Z Checking topological-sort v0.2.2
42332026-07-21T22:48:40.359Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-07-21T22:48:40.506Z Checking cargo_metadata v0.23.1
42352026-07-21T22:48:41.205Z Checking omicron-zone-package v0.12.3
42362026-07-21T22:48:41.898Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42372026-07-21T22:48:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
42382026-07-21T22:48:42.869Z
42392026-07-21T22:48:42.869Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42402026-07-21T22:48:43.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-21T22:48:43.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-21T22:48:43.558Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42432026-07-21T22:48:44.149Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42442026-07-21T22:48:44.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42452026-07-21T22:48:44.809Z
42462026-07-21T22:48:44.809Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42472026-07-21T22:48:45.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-21T22:48:45.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-21T22:48:45.730Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42502026-07-21T22:48:45.733Z Compiling vergen-lib v0.1.6
42512026-07-21T22:48:45.733Z Compiling diesel_derives v2.3.7
42522026-07-21T22:48:45.733Z Compiling dsl_auto_type v0.2.0
42532026-07-21T22:48:45.733Z Checking scheduled-thread-pool v0.2.7
42542026-07-21T22:48:45.733Z Compiling vergen-gitcl v1.0.8
42552026-07-21T22:48:45.733Z Compiling diesel_table_macro_syntax v0.3.0
42562026-07-21T22:48:45.733Z Compiling dirs-sys-next v0.1.2
42572026-07-21T22:48:46.057Z Compiling glob v0.3.3
42582026-07-21T22:48:46.072Z Compiling crunchy v0.2.4
42592026-07-21T22:48:46.087Z Checking r2d2 v0.8.10
42602026-07-21T22:48:46.120Z Compiling dirs-next v2.0.0
42612026-07-21T22:48:46.177Z Checking downcast-rs v2.0.2
42622026-07-21T22:48:46.245Z Compiling tiny-keccak v2.0.2
42632026-07-21T22:48:46.274Z Compiling term v0.7.0
42642026-07-21T22:48:46.309Z Compiling bit-vec v0.6.3
42652026-07-21T22:48:46.431Z Compiling clang-sys v1.8.1
42662026-07-21T22:48:46.512Z Compiling bit-set v0.5.3
42672026-07-21T22:48:46.526Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42682026-07-21T22:48:46.663Z Compiling ascii-canvas v3.0.0
42692026-07-21T22:48:46.724Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42702026-07-21T22:48:46.811Z Compiling itertools v0.10.5
42712026-07-21T22:48:46.826Z Compiling ena v0.14.4
42722026-07-21T22:48:46.869Z Compiling libloading v0.8.9
42732026-07-21T22:48:46.899Z Compiling regex-syntax v0.6.29
42742026-07-21T22:48:46.915Z Compiling diff v0.1.13
42752026-07-21T22:48:47.004Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42762026-07-21T22:48:47.033Z Compiling bindgen v0.71.1
42772026-07-21T22:48:47.197Z Compiling cexpr v0.6.0
42782026-07-21T22:48:47.502Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42792026-07-21T22:48:47.629Z Compiling rustc-hash v2.1.1
42802026-07-21T22:48:47.759Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42812026-07-21T22:48:47.861Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42822026-07-21T22:48:47.876Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42832026-07-21T22:48:47.894Z Compiling libxml v0.3.3
42842026-07-21T22:48:48.082Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
42852026-07-21T22:48:48.082Z --> certificates/src/openssl_ext.rs:91:39
42862026-07-21T22:48:48.082Z |
42872026-07-21T22:48:48.082Z91 | .map(|entry| entry.data().as_utf8());
42882026-07-21T22:48:48.082Z | ^^^^^^^
42892026-07-21T22:48:48.082Z |
42902026-07-21T22:48:48.082Z = note: `#[warn(deprecated)]` on by default
42912026-07-21T22:48:48.082Z
42922026-07-21T22:48:48.124Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-07-21T22:48:48.170Z Compiling strum_macros v0.24.3
42942026-07-21T22:48:48.187Zwarning: `omicron-certificates` (lib) generated 1 warning
42952026-07-21T22:48:48.191Z Compiling indoc v1.0.9
42962026-07-21T22:48:48.335Z Compiling lalrpop v0.19.12
42972026-07-21T22:48:49.030Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42982026-07-21T22:48:49.235Z Checking derive_builder v0.20.2
42992026-07-21T22:48:49.349Z Compiling oso-derive v0.27.3
43002026-07-21T22:48:49.521Z Checking quick-xml v0.37.5
43012026-07-21T22:48:49.561Z Compiling impl-trait-for-tuples v0.2.3
43022026-07-21T22:48:49.866Z Checking openssl-probe v0.1.6
43032026-07-21T22:48:50.008Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43042026-07-21T22:48:50.442Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43052026-07-21T22:48:50.644Z Checking bb8 v0.8.6
43062026-07-21T22:48:50.757Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43072026-07-21T22:48:50.779Z Checking nonempty v0.12.0
43082026-07-21T22:48:50.927Z Compiling libz-sys v1.1.24
43092026-07-21T22:48:50.943Z Compiling strsim v0.10.0
43102026-07-21T22:48:50.982Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-07-21T22:48:51.192Z Compiling darling_core v0.13.4
43122026-07-21T22:48:51.278Z Compiling vergen-git2 v9.1.0
43132026-07-21T22:48:51.504Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43142026-07-21T22:48:51.525Z Compiling base64 v0.21.7
43152026-07-21T22:48:51.728Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43162026-07-21T22:48:51.748Z Checking diesel v2.3.7
43172026-07-21T22:48:51.844Z Compiling ron v0.8.1
43182026-07-21T22:48:52.693Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-07-21T22:48:52.792Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43202026-07-21T22:48:52.923Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43212026-07-21T22:48:53.060Z Compiling darling_macro v0.13.4
43222026-07-21T22:48:53.121Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43232026-07-21T22:48:53.322Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43242026-07-21T22:48:53.522Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43252026-07-21T22:48:53.549Z Compiling darling v0.13.4
43262026-07-21T22:48:53.640Z Compiling serde_with_macros v1.5.2
43272026-07-21T22:48:53.720Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43282026-07-21T22:48:53.920Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43292026-07-21T22:48:54.124Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43302026-07-21T22:48:54.252Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43312026-07-21T22:48:54.325Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43322026-07-21T22:48:54.487Z Compiling serde_with v1.14.0
43332026-07-21T22:48:55.674Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43342026-07-21T22:48:55.982Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43352026-07-21T22:48:56.157Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43362026-07-21T22:48:56.794Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-07-21T22:48:57.054Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43382026-07-21T22:48:57.292Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43392026-07-21T22:48:57.565Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43402026-07-21T22:48:58.073Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43412026-07-21T22:48:58.247Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43422026-07-21T22:48:58.267Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43432026-07-21T22:48:58.520Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-07-21T22:48:58.617Z Checking twox-hash v2.1.2
43452026-07-21T22:48:58.726Z Checking libsw-core v0.3.2
43462026-07-21T22:48:58.835Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-07-21T22:48:58.880Z Checking libsw v3.5.0
43482026-07-21T22:48:58.946Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43492026-07-21T22:48:59.038Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43502026-07-21T22:48:59.298Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43512026-07-21T22:48:59.453Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43522026-07-21T22:49:00.712Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43532026-07-21T22:49:00.744Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43542026-07-21T22:49:00.969Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43552026-07-21T22:49:01.395Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43562026-07-21T22:49:01.667Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43572026-07-21T22:49:01.867Z Checking console v0.16.2
43582026-07-21T22:49:02.172Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43592026-07-21T22:49:02.320Z Checking fatfs v0.3.6
43602026-07-21T22:49:02.362Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43612026-07-21T22:49:02.774Z Checking unit-prefix v0.5.2
43622026-07-21T22:49:02.908Z Compiling seq-macro v0.3.6
43632026-07-21T22:49:03.425Z Checking indicatif v0.18.4
43642026-07-21T22:49:03.691Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-07-21T22:49:03.817Z Checking oxide-update-engine-display v0.1.2
43662026-07-21T22:49:03.860Z Checking support-bundle-viewer v0.1.2
43672026-07-21T22:49:04.106Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43682026-07-21T22:49:04.123Z Checking multimap v0.10.1
43692026-07-21T22:49:10.118Z Checking async-bb8-diesel v0.2.1
43702026-07-21T22:49:10.479Z Checking diesel-dtrace v0.5.0
43712026-07-21T22:49:13.334Z Compiling samael v0.0.19
43722026-07-21T22:49:18.196Z Compiling git2 v0.20.4
43732026-07-21T22:49:19.717Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43742026-07-21T22:49:20.490Z Compiling polar-core v0.27.3
43752026-07-21T22:49:20.656Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43762026-07-21T22:49:25.008Z Checking oso v0.27.3
43772026-07-21T22:49:54.422Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-07-21T22:51:07.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43792026-07-21T22:51:07.590Z
43802026-07-21T22:51:07.590Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43812026-07-21T22:51:08.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-07-21T22:51:08.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-07-21T22:51:08.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-07-21T22:51:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43852026-07-21T22:51:08.284Z
43862026-07-21T22:51:08.284Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43872026-07-21T22:51:08.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-07-21T22:51:08.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-07-21T22:51:08.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-07-21T22:51:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43912026-07-21T22:51:08.829Z
43922026-07-21T22:51:08.829Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43932026-07-21T22:51:09.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-07-21T22:51:09.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-07-21T22:51:09.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-07-21T22:51:09.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43972026-07-21T22:51:09.423Z
43982026-07-21T22:51:09.423Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43992026-07-21T22:51:09.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-07-21T22:51:09.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-07-21T22:51:09.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-07-21T22:51:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44032026-07-21T22:51:09.988Z
44042026-07-21T22:51:09.989Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44052026-07-21T22:51:10.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-21T22:51:10.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-21T22:51:10.742Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
44082026-07-21T22:51:10.742Z --> certificates/src/openssl_ext.rs:91:39
44092026-07-21T22:51:10.742Z |
44102026-07-21T22:51:10.743Z91 | .map(|entry| entry.data().as_utf8());
44112026-07-21T22:51:10.743Z | ^^^^^^^
44122026-07-21T22:51:10.743Z |
44132026-07-21T22:51:10.743Z = note: `#[warn(deprecated)]` on by default
44142026-07-21T22:51:10.743Z
44152026-07-21T22:51:10.743Zwarning: `omicron-certificates` (lib) generated 1 warning
44162026-07-21T22:51:10.751Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44172026-07-21T22:51:11.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44182026-07-21T22:51:11.662Z
44192026-07-21T22:51:11.662Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44202026-07-21T22:51:12.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-07-21T22:51:12.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-07-21T22:51:12.449Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
44232026-07-21T22:51:12.449Z --> certificates/src/openssl_ext.rs:91:39
44242026-07-21T22:51:12.449Z |
44252026-07-21T22:51:12.449Z91 | .map(|entry| entry.data().as_utf8());
44262026-07-21T22:51:12.449Z | ^^^^^^^
44272026-07-21T22:51:12.450Z |
44282026-07-21T22:51:12.450Z = note: `#[warn(deprecated)]` on by default
44292026-07-21T22:51:12.450Z
44302026-07-21T22:51:12.450Zwarning: `omicron-certificates` (lib) generated 1 warning
44312026-07-21T22:51:12.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-21T22:51:50.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.81s
44332026-07-21T22:51:50.692Z
44342026-07-21T22:51:50.692Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44352026-07-21T22:51:51.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-21T22:51:51.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-21T22:51:51.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-07-21T22:51:51.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44392026-07-21T22:51:51.240Z
44402026-07-21T22:51:51.240Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44412026-07-21T22:51:51.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-21T22:51:51.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-21T22:51:51.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-21T22:51:51.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44452026-07-21T22:51:51.837Z
44462026-07-21T22:51:51.837Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44472026-07-21T22:51:52.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-21T22:51:52.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-21T22:51:52.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-21T22:51:52.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44512026-07-21T22:51:52.355Z
44522026-07-21T22:51:52.356Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44532026-07-21T22:51:52.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-21T22:51:52.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-21T22:51:52.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-21T22:51:52.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-07-21T22:51:53.010Z
44582026-07-21T22:51:53.010Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44592026-07-21T22:51:53.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-21T22:51:53.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-21T22:51:53.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-21T22:51:53.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44632026-07-21T22:51:53.615Z
44642026-07-21T22:51:53.615Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44652026-07-21T22:51:54.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-21T22:51:54.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-21T22:51:54.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-21T22:51:54.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44692026-07-21T22:51:54.135Z
44702026-07-21T22:51:54.136Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44712026-07-21T22:51:54.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-21T22:51:54.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-21T22:51:54.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-21T22:51:54.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44752026-07-21T22:51:54.723Z
44762026-07-21T22:51:54.723Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44772026-07-21T22:51:55.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-21T22:51:55.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-21T22:51:55.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-21T22:51:55.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44812026-07-21T22:51:55.308Z
44822026-07-21T22:51:55.308Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44832026-07-21T22:51:55.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-21T22:51:55.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-21T22:51:55.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-21T22:51:55.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44872026-07-21T22:51:55.883Z
44882026-07-21T22:51:55.883Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44892026-07-21T22:51:56.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-21T22:51:56.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-21T22:51:56.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-21T22:51:56.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44932026-07-21T22:51:56.673Z
44942026-07-21T22:51:56.673Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44952026-07-21T22:51:56.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-21T22:51:57.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-21T22:51:57.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-21T22:51:57.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44992026-07-21T22:51:57.078Z
45002026-07-21T22:51:57.079Zinfo: running `cargo check --bins` on omicron-dev (276/300)
45012026-07-21T22:51:57.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-21T22:51:57.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-21T22:51:57.920Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
45042026-07-21T22:51:57.920Z --> certificates/src/openssl_ext.rs:91:39
45052026-07-21T22:51:57.920Z |
45062026-07-21T22:51:57.920Z91 | .map(|entry| entry.data().as_utf8());
45072026-07-21T22:51:57.920Z | ^^^^^^^
45082026-07-21T22:51:57.920Z |
45092026-07-21T22:51:57.920Z = note: `#[warn(deprecated)]` on by default
45102026-07-21T22:51:57.921Z
45112026-07-21T22:51:57.959Zwarning: `omicron-certificates` (lib) generated 1 warning
45122026-07-21T22:51:57.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45132026-07-21T22:51:57.959Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45142026-07-21T22:51:58.082Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45152026-07-21T22:51:58.095Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45162026-07-21T22:51:58.095Z Checking diff v0.1.13
45172026-07-21T22:51:58.095Z Checking yansi v1.0.1
45182026-07-21T22:51:58.167Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45192026-07-21T22:51:58.182Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45202026-07-21T22:51:58.369Z Checking pretty_assertions v1.4.1
45212026-07-21T22:51:59.139Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45222026-07-21T22:51:59.173Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45232026-07-21T22:52:23.857Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45242026-07-21T22:52:23.857Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45252026-07-21T22:52:23.860Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45262026-07-21T22:52:23.861Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45272026-07-21T22:52:23.861Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45282026-07-21T22:52:23.861Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45292026-07-21T22:52:23.861Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45302026-07-21T22:52:24.666Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45312026-07-21T22:52:24.666Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45322026-07-21T22:52:25.864Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45332026-07-21T22:53:03.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45342026-07-21T22:53:03.459Z
45352026-07-21T22:53:03.459Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45362026-07-21T22:53:03.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-07-21T22:53:03.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-07-21T22:53:03.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-07-21T22:53:03.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45402026-07-21T22:53:03.986Z
45412026-07-21T22:53:03.986Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45422026-07-21T22:53:04.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-07-21T22:53:04.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-07-21T22:53:04.708Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
45452026-07-21T22:53:04.708Z --> certificates/src/openssl_ext.rs:91:39
45462026-07-21T22:53:04.708Z |
45472026-07-21T22:53:04.708Z91 | .map(|entry| entry.data().as_utf8());
45482026-07-21T22:53:04.708Z | ^^^^^^^
45492026-07-21T22:53:04.708Z |
45502026-07-21T22:53:04.708Z = note: `#[warn(deprecated)]` on by default
45512026-07-21T22:53:04.708Z
45522026-07-21T22:53:04.708Zwarning: `omicron-certificates` (lib) generated 1 warning
45532026-07-21T22:53:04.713Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45542026-07-21T22:53:04.830Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45552026-07-21T22:53:04.839Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45562026-07-21T22:53:31.727Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45572026-07-21T22:53:32.094Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45582026-07-21T22:53:33.815Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45592026-07-21T22:53:34.245Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45602026-07-21T22:53:37.328Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45612026-07-21T22:54:00.914Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45622026-07-21T22:54:01.603Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45632026-07-21T22:54:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.19s
45642026-07-21T22:54:03.383Z
45652026-07-21T22:54:03.383Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45662026-07-21T22:54:03.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-07-21T22:54:03.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-07-21T22:54:04.045Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45692026-07-21T22:54:04.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45702026-07-21T22:54:04.984Z
45712026-07-21T22:54:04.984Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45722026-07-21T22:54:05.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-07-21T22:54:05.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-07-21T22:54:05.486Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45752026-07-21T22:54:05.591Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45762026-07-21T22:54:05.598Z Checking digest-io v0.1.0
45772026-07-21T22:54:05.598Z Checking sha2 v0.11.0
45782026-07-21T22:54:05.611Z Checking rawzip v0.4.4
45792026-07-21T22:54:05.615Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45802026-07-21T22:54:05.622Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45812026-07-21T22:54:05.622Z Checking shell-words v1.1.1
45822026-07-21T22:54:06.034Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45832026-07-21T22:54:06.261Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45842026-07-21T22:54:07.239Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45852026-07-21T22:54:08.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
45862026-07-21T22:54:08.433Z
45872026-07-21T22:54:08.433Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45882026-07-21T22:54:08.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-07-21T22:54:08.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-07-21T22:54:09.057Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45912026-07-21T22:54:09.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
45922026-07-21T22:54:09.711Z
45932026-07-21T22:54:09.711Zinfo: running `cargo check --bins` on schema (282/300)
45942026-07-21T22:54:10.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-07-21T22:54:10.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-07-21T22:54:10.349Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
45972026-07-21T22:54:10.349Z --> certificates/src/openssl_ext.rs:91:39
45982026-07-21T22:54:10.349Z |
45992026-07-21T22:54:10.349Z91 | .map(|entry| entry.data().as_utf8());
46002026-07-21T22:54:10.349Z | ^^^^^^^
46012026-07-21T22:54:10.349Z |
46022026-07-21T22:54:10.349Z = note: `#[warn(deprecated)]` on by default
46032026-07-21T22:54:10.349Z
46042026-07-21T22:54:10.349Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46052026-07-21T22:54:10.349Zwarning: `omicron-certificates` (lib) generated 1 warning
46062026-07-21T22:54:11.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46072026-07-21T22:54:11.209Z
46082026-07-21T22:54:11.209Zinfo: running `cargo check --bins` on xtask (283/300)
46092026-07-21T22:54:11.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-07-21T22:54:11.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-07-21T22:54:11.621Z Checking serde_core v1.0.228
46122026-07-21T22:54:11.621Z Checking libc v0.2.185
46132026-07-21T22:54:11.621Z Checking bitflags v2.11.0
46142026-07-21T22:54:11.679Z Checking scroll v0.12.0
46152026-07-21T22:54:11.687Z Checking thiserror v1.0.69
46162026-07-21T22:54:11.706Z Checking log v0.4.29
46172026-07-21T22:54:11.714Z Checking indexmap v2.14.0
46182026-07-21T22:54:11.714Z Checking zerocopy v0.7.35
46192026-07-21T22:54:11.770Z Checking syn v2.0.117
46202026-07-21T22:54:11.811Z Checking dtrace-parser v0.2.0
46212026-07-21T22:54:11.832Z Checking once_cell v1.21.3
46222026-07-21T22:54:11.886Z Checking goblin v0.8.2
46232026-07-21T22:54:11.946Z Checking errno v0.3.14
46242026-07-21T22:54:11.995Z Checking getrandom v0.4.1
46252026-07-21T22:54:12.035Z Checking thread-id v4.2.2
46262026-07-21T22:54:12.072Z Checking rustix v1.1.3
46272026-07-21T22:54:12.116Z Checking memmap v0.7.0
46282026-07-21T22:54:12.123Z Checking thiserror v2.0.18
46292026-07-21T22:54:12.175Z Checking fs-err v3.3.0
46302026-07-21T22:54:12.213Z Checking anyhow v1.0.102
46312026-07-21T22:54:12.230Z Checking tabled v0.15.0
46322026-07-21T22:54:12.818Z Checking terminal_size v0.4.3
46332026-07-21T22:54:12.818Z Checking tempfile v3.25.0
46342026-07-21T22:54:12.926Z Checking clap_builder v4.6.0
46352026-07-21T22:54:12.943Z Checking textwrap v0.16.2
46362026-07-21T22:54:13.106Z Checking serde v1.0.228
46372026-07-21T22:54:13.106Z Checking serde_json v1.0.150
46382026-07-21T22:54:13.115Z Checking camino v1.2.2
46392026-07-21T22:54:13.139Z Checking semver v1.0.28
46402026-07-21T22:54:13.329Z Checking cargo-platform v0.3.2
46412026-07-21T22:54:13.364Z Checking camino-tempfile v1.4.1
46422026-07-21T22:54:13.495Z Checking serde_spanned v0.6.9
46432026-07-21T22:54:13.495Z Checking toml_datetime v0.6.11
46442026-07-21T22:54:13.495Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46452026-07-21T22:54:13.522Z Checking macaddr v1.0.1
46462026-07-21T22:54:13.669Z Checking toml_edit v0.22.27
46472026-07-21T22:54:13.701Z Checking cargo_metadata v0.23.1
46482026-07-21T22:54:14.037Z Checking dof v0.3.0
46492026-07-21T22:54:14.114Z Checking usdt-impl v0.5.0
46502026-07-21T22:54:14.191Z Checking clap v4.6.1
46512026-07-21T22:54:14.238Z Checking usdt v0.5.0
46522026-07-21T22:54:19.096Z Checking toml v0.8.23
46532026-07-21T22:54:19.190Z Checking cargo_toml v0.21.0
46542026-07-21T22:54:19.190Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46552026-07-21T22:54:19.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
46562026-07-21T22:54:19.190Z
46572026-07-21T22:54:19.190Zinfo: running `cargo check --bins` on dnsadm (284/300)
46582026-07-21T22:54:19.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-07-21T22:54:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-07-21T22:54:19.190Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46612026-07-21T22:54:19.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46622026-07-21T22:54:19.190Z
46632026-07-21T22:54:19.190Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46642026-07-21T22:54:19.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-07-21T22:54:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-07-21T22:54:19.190Z Checking cpubits v0.1.1
46672026-07-21T22:54:19.190Z Checking pem-rfc7468 v1.0.0
46682026-07-21T22:54:19.190Z Checking hmac v0.13.0
46692026-07-21T22:54:19.190Z Checking universal-hash v0.6.1
46702026-07-21T22:54:19.190Z Checking ctr v0.10.1
46712026-07-21T22:54:19.191Z Checking aead v0.6.1
46722026-07-21T22:54:19.191Z Checking aes v0.9.1
46732026-07-21T22:54:19.191Z Checking crypto-bigint v0.7.5
46742026-07-21T22:54:19.191Z Checking salsa20 v0.11.0
46752026-07-21T22:54:19.191Z Checking polyval v0.7.1
46762026-07-21T22:54:19.191Z Checking der v0.8.0
46772026-07-21T22:54:19.191Z Checking pbkdf2 v0.13.0
46782026-07-21T22:54:19.191Z Checking cbc v0.2.1
46792026-07-21T22:54:19.191Z Checking ff v0.14.0
46802026-07-21T22:54:19.191Z Checking signature v3.0.0
46812026-07-21T22:54:19.191Z Checking ghash v0.6.0
46822026-07-21T22:54:19.191Z Checking base16ct v1.0.0
46832026-07-21T22:54:19.191Z Checking scrypt v0.12.0
46842026-07-21T22:54:19.191Z Checking group v0.14.0
46852026-07-21T22:54:19.191Z Checking hkdf v0.13.0
46862026-07-21T22:54:19.191Z Checking rfc6979 v0.5.0
46872026-07-21T22:54:19.191Z Compiling curve25519-dalek v5.0.0-rc.0
46882026-07-21T22:54:19.191Z Checking aes-gcm v0.11.0
46892026-07-21T22:54:19.191Z Checking poly1305 v0.9.0
46902026-07-21T22:54:19.191Z Checking blowfish v0.10.0
46912026-07-21T22:54:19.191Z Checking blake2 v0.11.0-rc.6
46922026-07-21T22:54:19.191Z Checking keccak v0.2.0
46932026-07-21T22:54:19.191Z Checking fiat-crypto v0.3.0
46942026-07-21T22:54:19.191Z Checking bcrypt-pbkdf v0.11.0
46952026-07-21T22:54:19.191Z Checking sha3 v0.11.0
46962026-07-21T22:54:19.191Z Checking kem v0.3.0
46972026-07-21T22:54:19.191Z Checking argon2 v0.6.0-rc.8
46982026-07-21T22:54:19.191Z Checking module-lattice v0.2.3
46992026-07-21T22:54:19.191Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47002026-07-21T22:54:19.191Z Checking spki v0.8.0
47012026-07-21T22:54:19.265Z Checking sec1 v0.8.1
47022026-07-21T22:54:19.265Z Checking ml-kem v0.3.2
47032026-07-21T22:54:19.265Z Checking internal-russh-num-bigint v0.5.0
47042026-07-21T22:54:19.265Z Checking num-bigint v0.4.6
47052026-07-21T22:54:19.289Z Checking pkcs5 v0.8.1
47062026-07-21T22:54:19.333Z Checking pkcs1 v0.8.0-rc.4
47072026-07-21T22:54:19.530Z Checking generic-array v1.4.3
47082026-07-21T22:54:19.535Z Checking pkcs8 v0.11.0
47092026-07-21T22:54:19.740Z Checking ed25519 v3.0.0
47102026-07-21T22:54:19.804Z Compiling enum_dispatch v0.3.13
47112026-07-21T22:54:19.919Z Checking russh-util v0.52.0
47122026-07-21T22:54:19.933Z Compiling delegate v0.13.5
47132026-07-21T22:54:19.948Z Checking ed25519-dalek v3.0.0-rc.0
47142026-07-21T22:54:20.003Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47152026-07-21T22:54:20.037Z Checking md5 v0.8.0
47162026-07-21T22:54:20.188Z Checking hex-literal v1.1.0
47172026-07-21T22:54:20.201Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47182026-07-21T22:54:20.206Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47192026-07-21T22:54:20.211Z Checking socket2 v0.5.10
47202026-07-21T22:54:20.390Z Checking internet-checksum v0.2.1
47212026-07-21T22:54:20.405Z Checking elliptic-curve v0.14.0-rc.33
47222026-07-21T22:54:20.419Z Checking primefield v0.14.0
47232026-07-21T22:54:20.453Z Checking ssh-encoding v0.3.0-rc.9
47242026-07-21T22:54:20.608Z Checking crypto-primes v0.7.2
47252026-07-21T22:54:20.613Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47262026-07-21T22:54:20.673Z Checking ssh-cipher v0.3.0-rc.9
47272026-07-21T22:54:20.762Z Checking russh-cryptovec v0.61.0
47282026-07-21T22:54:20.857Z Checking ecdsa v0.17.0-rc.18
47292026-07-21T22:54:20.874Z Checking primeorder v0.14.0-rc.10
47302026-07-21T22:54:21.201Z Checking p256 v0.14.0-rc.10
47312026-07-21T22:54:21.201Z Checking p521 v0.14.0-rc.10
47322026-07-21T22:54:21.443Z Checking rsa v0.10.0-rc.18
47332026-07-21T22:54:23.514Z Checking p384 v0.14.0-rc.10
47342026-07-21T22:54:25.408Z Checking ssh-key v0.7.0-rc.10
47352026-07-21T22:54:26.157Z Checking russh v0.61.2
47362026-07-21T22:54:38.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.54s
47372026-07-21T22:54:38.988Z
47382026-07-21T22:54:38.988Zinfo: running `cargo check --bins` on gateway-cli (286/300)
47392026-07-21T22:54:39.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-21T22:54:39.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-21T22:54:39.575Z Checking termios v0.3.3
47422026-07-21T22:54:39.762Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47432026-07-21T22:54:40.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47442026-07-21T22:54:40.497Z
47452026-07-21T22:54:40.497Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47462026-07-21T22:54:40.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-07-21T22:54:40.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-07-21T22:54:41.139Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47492026-07-21T22:54:41.839Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47502026-07-21T22:54:43.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
47512026-07-21T22:54:43.624Z
47522026-07-21T22:54:43.624Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47532026-07-21T22:54:44.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-07-21T22:54:44.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-07-21T22:54:44.207Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47562026-07-21T22:54:44.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47572026-07-21T22:54:44.771Z
47582026-07-21T22:54:44.771Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47592026-07-21T22:54:45.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-07-21T22:54:45.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-07-21T22:54:45.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47622026-07-21T22:54:45.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47632026-07-21T22:54:45.294Z
47642026-07-21T22:54:45.294Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47652026-07-21T22:54:45.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-07-21T22:54:45.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-07-21T22:54:45.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-07-21T22:54:45.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47692026-07-21T22:54:45.823Z
47702026-07-21T22:54:45.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47712026-07-21T22:54:46.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-07-21T22:54:46.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-07-21T22:54:46.516Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47742026-07-21T22:54:47.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47752026-07-21T22:54:47.280Z
47762026-07-21T22:54:47.280Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47772026-07-21T22:54:47.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-07-21T22:54:47.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-07-21T22:54:47.873Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47802026-07-21T22:54:47.876Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47812026-07-21T22:54:48.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47822026-07-21T22:54:48.899Z
47832026-07-21T22:54:48.899Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47842026-07-21T22:54:49.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-07-21T22:54:49.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-07-21T22:54:49.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47872026-07-21T22:54:49.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47882026-07-21T22:54:49.418Z
47892026-07-21T22:54:49.418Zinfo: running `cargo check --bins` on omicron-package (294/300)
47902026-07-21T22:54:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-07-21T22:54:49.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-07-21T22:54:50.044Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47932026-07-21T22:54:51.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47942026-07-21T22:54:51.269Z
47952026-07-21T22:54:51.269Zinfo: running `cargo check --bins` on tqdb (295/300)
47962026-07-21T22:54:51.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-07-21T22:54:51.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-07-21T22:54:51.996Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47992026-07-21T22:54:52.343Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48002026-07-21T22:54:52.843Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48012026-07-21T22:54:52.847Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48022026-07-21T22:54:58.913Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48032026-07-21T22:54:58.916Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48042026-07-21T22:54:59.468Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48052026-07-21T22:54:59.468Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48062026-07-21T22:54:59.471Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48072026-07-21T22:54:59.471Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48082026-07-21T22:55:00.241Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48092026-07-21T22:55:01.207Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48102026-07-21T22:55:02.002Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48112026-07-21T22:55:02.595Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48122026-07-21T22:55:07.546Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48132026-07-21T22:55:14.157Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48142026-07-21T22:55:14.161Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48152026-07-21T22:55:14.161Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48162026-07-21T22:55:14.161Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48172026-07-21T22:55:15.588Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48182026-07-21T22:55:16.886Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48192026-07-21T22:55:17.535Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48202026-07-21T22:55:18.754Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48212026-07-21T22:55:19.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.99s
48222026-07-21T22:55:19.460Z
48232026-07-21T22:55:19.460Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
48242026-07-21T22:55:19.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-07-21T22:55:19.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-07-21T22:55:20.117Z Checking rtoolbox v0.0.3
48272026-07-21T22:55:20.121Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48282026-07-21T22:55:20.237Z Checking tui-tree-widget v0.23.1
48292026-07-21T22:55:20.328Z Checking rpassword v7.5.4
48302026-07-21T22:55:23.373Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48312026-07-21T22:55:25.230Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48322026-07-21T22:55:26.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
48332026-07-21T22:55:26.290Z
48342026-07-21T22:55:26.290Zinfo: running `cargo check --bins` on wicket (297/300)
48352026-07-21T22:55:26.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-07-21T22:55:26.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-07-21T22:55:26.920Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48382026-07-21T22:55:27.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48392026-07-21T22:55:27.440Z
48402026-07-21T22:55:27.440Zinfo: running `cargo check --bins` on wicketd (298/300)
48412026-07-21T22:55:27.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-07-21T22:55:27.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-07-21T22:55:28.103Zwarning: use of deprecated method `openssl::asn1::Asn1StringRef::as_utf8`: truncates at the first interior NUL byte; use `to_string` instead
48442026-07-21T22:55:28.104Z --> certificates/src/openssl_ext.rs:91:39
48452026-07-21T22:55:28.104Z |
48462026-07-21T22:55:28.104Z91 | .map(|entry| entry.data().as_utf8());
48472026-07-21T22:55:28.104Z | ^^^^^^^
48482026-07-21T22:55:28.104Z |
48492026-07-21T22:55:28.104Z = note: `#[warn(deprecated)]` on by default
48502026-07-21T22:55:28.104Z
48512026-07-21T22:55:28.104Zwarning: `omicron-certificates` (lib) generated 1 warning
48522026-07-21T22:55:28.104Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48532026-07-21T22:55:31.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
48542026-07-21T22:55:31.395Z
48552026-07-21T22:55:31.395Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48562026-07-21T22:55:31.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-07-21T22:55:31.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-07-21T22:55:31.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48592026-07-21T22:55:31.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48602026-07-21T22:55:31.917Z
48612026-07-21T22:55:31.917Zinfo: running `cargo check --bins` on zone-setup (300/300)
48622026-07-21T22:55:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-07-21T22:55:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-07-21T22:55:32.534Z Checking uzers v0.12.2
48652026-07-21T22:55:32.794Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48662026-07-21T22:55:33.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48672026-07-21T22:55:33.721Z
48682026-07-21T22:55:33.721Zreal 13:28.666324639
48692026-07-21T22:55:33.721Zuser 20:35.487449320
48702026-07-21T22:55:33.721Zsys 4:03.571301790
48712026-07-21T22:55:33.721Ztrap 0.324127471
48722026-07-21T22:55:33.721Ztflt 0.660178474
48732026-07-21T22:55:33.721Zdflt 1.158056224
48742026-07-21T22:55:33.721Zkflt 0.004666002
48752026-07-21T22:55:33.721Zlock 1:17:04.505449879
48762026-07-21T22:55:33.722Zslp 1:37:54.108427810
48772026-07-21T22:55:33.722Zlat 54.086873813
48782026-07-21T22:55:33.722Zstop 3:28.306414611
48792026-07-21T22:55:33.726Zprocess exited: duration 932267 ms, exit code 0
 
48802026-07-21T22:55:33.738Zfound 0 output files