01KKM6NFDRBAPK75KX2V6QCRPZ: check-features (helios)

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

Buildomat Job: 01KKM6P5H4P239R16RJH0X7GP1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T18:17:38.264Zjob assigned to worker 01KKM66HVN576FC94PS1THESKK [factory aws, i-0d10a1ffa555198ce] (queued for 0 s)
 
22026-03-13T18:17:38.270Zstarting task 0: "setup"
32026-03-13T18:17:38.276Z++ uname -s
42026-03-13T18:17:38.280Z+ kern=SunOS
52026-03-13T18:17:38.280Z+ build_user=build
62026-03-13T18:17:38.280Z+ build_uid=12345
72026-03-13T18:17:38.280Z+ work_dir=/work
82026-03-13T18:17:38.280Z+ input_dir=/input
92026-03-13T18:17:38.280Z+ [[ 0 == 12345 ]]
102026-03-13T18:17:38.280Z+ case "$kern" in
112026-03-13T18:17:38.280Z+ groupadd -g 12345 build
122026-03-13T18:17:38.284Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T18:17:40.288Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T18:17:40.387Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T18:17:40.391Z+ home_fs=zfs
162026-03-13T18:17:40.391Z+ [[ zfs == autofs ]]
172026-03-13T18:17:40.391Z+ mkdir -p /home/build
182026-03-13T18:17:40.391Z+ chown build:build /home/build /work
192026-03-13T18:17:41.391Z+ chmod 0700 /home/build /work
202026-03-13T18:17:41.395Zprocess exited: duration 3123 ms, exit code 0
 
212026-03-13T18:17:41.402Zstarting task 1: "rust-toolchain"
222026-03-13T18:17:41.407Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T18:17:41.407Z * rust toolchain channel = "1.91.1"
242026-03-13T18:17:41.407Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T18:17:41.407Z * rust toolchain profile = "default"
262026-03-13T18:17:41.407Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T18:17:41.410Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T18:17:41.410Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T18:17:41.410Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T18:17:41.546Zinfo: downloading installer
312026-03-13T18:17:43.326Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T18:17:43.326Zwarn: /opt/ooce/bin
332026-03-13T18:17:43.326Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T18:17:43.326Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T18:17:43.326Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T18:17:43.327Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T18:17:43.327Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T18:17:43.327Zerror: cannot install while Rust is installed
392026-03-13T18:17:43.327Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T18:17:43.330Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T18:17:43.330Zwarn: /home/build/.rustup/settings.toml
422026-03-13T18:17:43.330Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T18:17:43.330Zwarn: instead of the one inferred from the default host triple.
442026-03-13T18:17:43.344Zinfo: profile set to default
452026-03-13T18:17:43.344Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T18:17:43.349Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T18:17:43.525Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T18:17:43.529Zinfo: downloading 6 components
492026-03-13T18:18:02.015Z
502026-03-13T18:18:02.015Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
512026-03-13T18:18:02.056Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T18:18:02.056Z
532026-03-13T18:18:02.059Z
542026-03-13T18:18:02.059ZRust is installed now. Great!
552026-03-13T18:18:02.059Z
562026-03-13T18:18:02.059ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T18:18:02.059Zenvironment variable. This has not been done automatically.
582026-03-13T18:18:02.059Z
592026-03-13T18:18:02.059ZTo configure your current shell, you need to source
602026-03-13T18:18:02.059Zthe corresponding env file under $HOME/.cargo.
612026-03-13T18:18:02.060Z
622026-03-13T18:18:02.060ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T18:18:02.060Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T18:18:02.060Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T18:18:02.061Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T18:18:02.061Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T18:18:02.061Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T18:18:02.061Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T18:18:02.061Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T18:18:02.061Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T18:18:02.172Z+ rustup --version
722026-03-13T18:18:02.183Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T18:18:02.186Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T18:18:02.210Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T18:18:02.214Z+ cargo --version
762026-03-13T18:18:02.234Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T18:18:02.237Z+ rustc --version
782026-03-13T18:18:02.262Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T18:18:02.265Zprocess exited: duration 20859 ms, exit code 0
 
802026-03-13T18:18:02.271Zstarting task 2: "authentication"
812026-03-13T18:18:02.291Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T18:18:02.298Zstarting task 3: "clone repository"
832026-03-13T18:18:02.302Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T18:18:02.305Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T18:18:02.337ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T18:18:13.597Z+ cd /work/oxidecomputer/omicron
872026-03-13T18:18:13.605Z+ git fetch origin b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3
882026-03-13T18:18:13.906ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T18:18:13.906Z * branch b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3 -> FETCH_HEAD
902026-03-13T18:18:13.953Z+ [[ -n bump-console-41d066cc ]]
912026-03-13T18:18:13.973Z++ git branch --show-current
922026-03-13T18:18:13.973Z+ current=main
932026-03-13T18:18:13.973Z+ [[ main != bump-console-41d066cc ]]
942026-03-13T18:18:13.973Z+ git branch -f bump-console-41d066cc b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3
952026-03-13T18:18:13.973Z+ git checkout -f bump-console-41d066cc
962026-03-13T18:18:14.111ZSwitched to branch 'bump-console-41d066cc'
972026-03-13T18:18:14.136Z+ git reset --hard b2686d4015dec5d8ec980b9c9ae8bf5a894b49a3
982026-03-13T18:18:14.316ZHEAD is now at b2686d401 Bump web console (fleet access + light mode polish)
992026-03-13T18:18:14.356Zprocess exited: duration 12002 ms, exit code 0
 
1002026-03-13T18:18:14.523Zstarting task 4: "build"
1012026-03-13T18:18:14.530Z+ source .github/buildomat/ci-env.sh
1022026-03-13T18:18:14.530Z++ export CARGO_TERM_COLOR=always
1032026-03-13T18:18:14.530Z++ CARGO_TERM_COLOR=always
1042026-03-13T18:18:14.530Z+ cargo --version
1052026-03-13T18:18:14.530Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-13T18:18:14.530Z+ rustc --version
1072026-03-13T18:18:14.530Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-13T18:18:14.530Z+ source ./env.sh
1092026-03-13T18:18:14.531Z++ OLD_SHELL_OPTS=ehxB
1102026-03-13T18:18:14.531Z++ set -o xtrace
1112026-03-13T18:18:14.531Z++++ dirname ./env.sh
1122026-03-13T18:18:14.531Z+++ readlink -f .
1132026-03-13T18:18:14.531Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-13T18:18:14.531Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-13T18:18:14.531Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-13T18:18:14.531Z++ 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
1172026-03-13T18:18:14.531Z++ 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
1182026-03-13T18:18:14.531Z++ 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
1192026-03-13T18:18:14.531Z++ 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
1202026-03-13T18:18:14.531Z++ 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
1212026-03-13T18:18:14.532Z++ 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
1222026-03-13T18:18:14.532Z++ case $OLD_SHELL_OPTS in
1232026-03-13T18:18:14.532Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-13T18:18:14.532Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-13T18:18:14.533Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-13T18:18:14.533Z+ banner prerequisites
1272026-03-13T18:18:14.533Z
1282026-03-13T18:18:14.533Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-13T18:18:14.533Z # # # # # # # # # # # # # # #
1302026-03-13T18:18:14.533Z # # # # ##### # # ##### # # # # # #### #
1312026-03-13T18:18:14.533Z ##### ##### # ##### # # # # # # # # #
1322026-03-13T18:18:14.533Z # # # # # # # # # # # # # # #
1332026-03-13T18:18:14.533Z # # # ###### # # ###### ### # #### # #### #
1342026-03-13T18:18:14.533Z
1352026-03-13T18:18:14.533Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-13T18:18:24.688Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-13T18:18:34.406Z Startup: Caching catalogs ... Done
1382026-03-13T18:18:56.970ZPlanning: Solver setup ... Done (20.894s)
1392026-03-13T18:18:57.123ZPlanning: Running solver ... Done (0.153s)
1402026-03-13T18:18:57.313ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-13T18:18:57.327ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-13T18:18:57.452ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-13T18:18:57.495ZPlanning: Package planning ... Done (0.043s)
1442026-03-13T18:18:57.535ZPlanning: Merging actions ... Done (0.040s)
1452026-03-13T18:18:57.774ZPlanning: Checking for conflicting actions ... Done (0.239s)
1462026-03-13T18:18:57.784ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-13T18:18:58.585ZPlanning: Evaluating mediators ... Done (0.801s)
1482026-03-13T18:18:58.593ZPlanning: Planning completed in 24.04 seconds
1492026-03-13T18:18:58.607Z Packages to install: 4
1502026-03-13T18:18:58.607Z Mediators to change: 2
1512026-03-13T18:18:58.610Z Services to change: 1
1522026-03-13T18:18:58.610Z Estimated space available: 155.43 GB
1532026-03-13T18:18:58.610ZEstimated space to be consumed: 1.83 GB
1542026-03-13T18:18:58.610Z Create boot environment: No
1552026-03-13T18:18:58.610ZCreate backup boot environment: No
1562026-03-13T18:18:58.610Z Rebuild boot archive: No
1572026-03-13T18:18:58.610Z
1582026-03-13T18:18:58.610ZChanged mediators:
1592026-03-13T18:18:58.610Z mediator clang:
1602026-03-13T18:18:58.610Z version: None -> 15 (system default)
1612026-03-13T18:18:58.610Z
1622026-03-13T18:18:58.610Z mediator llvm:
1632026-03-13T18:18:58.610Z version: 14 (system default) -> 15 (system default)
1642026-03-13T18:18:58.610Z
1652026-03-13T18:18:58.610ZChanged packages:
1662026-03-13T18:18:58.610Zhelios-dev
1672026-03-13T18:18:58.611Z developer/build-essential
1682026-03-13T18:18:58.611Z None -> 11-2.0
1692026-03-13T18:18:58.611Z library/libxmlsec1
1702026-03-13T18:18:58.611Z None -> 1.2.35-2.0
1712026-03-13T18:18:58.611Z ooce/developer/clang-15
1722026-03-13T18:18:58.611Z None -> 15.0.7-2.0
1732026-03-13T18:18:58.611Z ooce/developer/llvm-15
1742026-03-13T18:18:58.611Z None -> 15.0.7-2.0
1752026-03-13T18:18:58.611Z
1762026-03-13T18:18:58.611ZServices:
1772026-03-13T18:18:58.611Z restart_fmri:
1782026-03-13T18:18:58.611Z svc:/system/update-man-index:default
1792026-03-13T18:18:58.655Z
1802026-03-13T18:18:58.656ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-13T18:19:04.052ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (25.3M/s)
1822026-03-13T18:19:08.467ZDownload: Completed 212.60 MB in 9.81 seconds (21.7M/s)
1832026-03-13T18:19:08.680Z Actions: 1/3689 actions (Installing new actions)
1842026-03-13T18:19:12.758Z Actions: Completed 3689 actions in 4.08 seconds.
1852026-03-13T18:19:13.125Z Done (0.362s)
1862026-03-13T18:19:13.125Z Done (0.000s)
1872026-03-13T18:19:14.119Z Done (0.994s)
1882026-03-13T18:19:18.158Z Done (3.696s)
1892026-03-13T18:19:18.246Z Done (0.018s)
1902026-03-13T18:19:18.250Z Done (0.000s)
1912026-03-13T18:19:18.419Z Done (0.000s)
1922026-03-13T18:19:19.433ZPlanning: Evaluating mediator changes ... Done
1932026-03-13T18:19:19.580ZPlanning: Checking for conflicting actions ... Done
1942026-03-13T18:19:19.584ZPlanning: Consolidating action changes ... Done
1952026-03-13T18:19:19.806ZPlanning: Evaluating mediators ... Done
1962026-03-13T18:19:19.809ZPlanning: Planning completed in 0.37 seconds
1972026-03-13T18:19:19.835Z Mediators to change: 2
1982026-03-13T18:19:19.835Z Create boot environment: No
1992026-03-13T18:19:19.838ZCreate backup boot environment: No
2002026-03-13T18:19:19.972Z Done
2012026-03-13T18:19:19.972Z Done
2022026-03-13T18:19:20.746Z Done
2032026-03-13T18:19:24.051Z Done
2042026-03-13T18:19:24.136Z Done
2052026-03-13T18:19:24.139Z Done
2062026-03-13T18:19:24.295Z Done
2072026-03-13T18:19:24.832ZPlanning: Evaluating mediator changes ... Done
2082026-03-13T18:19:24.836ZPlanning: Merging actions ... Done
2092026-03-13T18:19:25.003ZPlanning: Checking for conflicting actions ... Done
2102026-03-13T18:19:25.006ZPlanning: Consolidating action changes ... Done
2112026-03-13T18:19:25.222ZPlanning: Evaluating mediators ... Done
2122026-03-13T18:19:25.264ZPlanning: Planning completed in 0.63 seconds
2132026-03-13T18:19:25.294Z Packages to change: 1
2142026-03-13T18:19:25.294Z Mediators to change: 1
2152026-03-13T18:19:25.298Z Services to change: 1
2162026-03-13T18:19:25.298Z Create boot environment: No
2172026-03-13T18:19:25.298ZCreate backup boot environment: Yes
2182026-03-13T18:19:27.902Z Actions: 1/6 actions (Updating modified actions)
2192026-03-13T18:19:27.907Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-13T18:19:27.907Z Done
2212026-03-13T18:19:27.907Z Done
2222026-03-13T18:19:28.093Z Done
2232026-03-13T18:19:31.411Z Done
2242026-03-13T18:19:31.502Z Done
2252026-03-13T18:19:31.505Z Done
2262026-03-13T18:19:31.659Z Done
2272026-03-13T18:19:32.045ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-13T18:19:32.045Zclang system 15 system
2292026-03-13T18:19:32.045Zcsh system system illumos
2302026-03-13T18:19:32.045Zctags system system illumos
2312026-03-13T18:19:32.045Zfile system system illumos
2322026-03-13T18:19:32.045Zgcc vendor 12 vendor
2332026-03-13T18:19:32.045Zgcc system 10 system
2342026-03-13T18:19:32.045Zgcc system 7 system
2352026-03-13T18:19:32.045Zgo system 1.20 system
2362026-03-13T18:19:32.045Zgo system 1.19 system
2372026-03-13T18:19:32.045Zllvm system 15 system
2382026-03-13T18:19:32.045Zllvm system 14 system
2392026-03-13T18:19:32.045Zmariadb system 10.6 system
2402026-03-13T18:19:32.045Zmta vendor vendor dma
2412026-03-13T18:19:32.045Zopenjdk system 17 system
2422026-03-13T18:19:32.045Zopenjdk system 11 system
2432026-03-13T18:19:32.045Zopenjdk system 1.8 system
2442026-03-13T18:19:32.045Zopenssl vendor 3 vendor
2452026-03-13T18:19:32.045Zperl system 5.36 system
2462026-03-13T18:19:32.045Zpostgresql system 15 system
2472026-03-13T18:19:32.045Zpostgresql system 13 system
2482026-03-13T18:19:32.045Zpython vendor 3 vendor
2492026-03-13T18:19:32.045Zpython system 2 system
2502026-03-13T18:19:32.045Zpython3 system 3.11 system
2512026-03-13T18:19:32.045Zruby system 3.0 system
2522026-03-13T18:19:32.046Zwords vendor vendor american-english
2532026-03-13T18:19:32.046Zwords system system australian-english
2542026-03-13T18:19:32.046Zwords system system british-english
2552026-03-13T18:19:32.046Zwords system system canadian-english
2562026-03-13T18:19:32.046Zwords system system french
2572026-03-13T18:19:32.046Zwords system system italian
2582026-03-13T18:19:32.046Zwords system system ngerman
2592026-03-13T18:19:32.046Zwords system system ogerman
2602026-03-13T18:19:32.046Zwords system system spanish
2612026-03-13T18:19:32.349ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-13T18:19:32.349Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-13T18:19:38.363ZFMRI IFO
2642026-03-13T18:19:38.363Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-13T18:19:38.363Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-13T18:19:38.363Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-13T18:19:38.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-13T18:19:38.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-13T18:19:38.363Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-13T18:19:38.363Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-13T18:19:38.363Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-13T18:19:38.363Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-13T18:19:38.363Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-13T18:19:38.363Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-13T18:19:38.363Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-13T18:19:38.363Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-13T18:19:38.363Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-13T18:19:38.363Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-13T18:19:38.363Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-13T18:19:39.645Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-13T18:19:39.920Z Updating crates.io index
2822026-03-13T18:19:39.924Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-13T18:19:40.190Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-13T18:19:40.993Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-13T18:19:41.379Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-13T18:19:41.701Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-13T18:19:42.718Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-13T18:19:43.345Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-13T18:19:44.710Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-13T18:19:46.365Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-13T18:19:47.169Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-13T18:19:47.630Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-13T18:19:48.885Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-13T18:19:49.149Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-13T18:19:49.604Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-13T18:19:49.994Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-13T18:19:50.905Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-13T18:19:51.533Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-13T18:19:51.997Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-13T18:19:52.263Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-13T18:19:52.703Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-13T18:19:53.094Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-13T18:19:53.358Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-13T18:19:53.613Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-13T18:19:54.043Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-13T18:19:54.413Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-13T18:19:55.005Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-13T18:19:55.368Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-13T18:19:55.931Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-13T18:19:56.259Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-13T18:19:57.600Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-13T18:19:57.875Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-13T18:19:58.306Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-13T18:19:58.620Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-13T18:19:59.419Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-13T18:19:59.672Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-13T18:19:59.964Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-13T18:20:00.275Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-13T18:20:00.857Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-13T18:20:16.372Z Downloading crates ...
3212026-03-13T18:20:16.430Z Downloaded anyhow v1.0.102
3222026-03-13T18:20:16.436Z Downloaded pest_derive v2.8.6
3232026-03-13T18:20:16.440Z Downloaded log v0.4.29
3242026-03-13T18:20:16.441Z Downloaded cfg-if v1.0.4
3252026-03-13T18:20:16.446Z Downloaded dtrace-parser v0.2.0
3262026-03-13T18:20:16.452Z Downloaded clap_lex v1.0.0
3272026-03-13T18:20:16.452Z Downloaded form_urlencoded v1.2.2
3282026-03-13T18:20:16.452Z Downloaded colorchoice v1.0.4
3292026-03-13T18:20:16.452Z Downloaded block-buffer v0.10.4
3302026-03-13T18:20:16.456Z Downloaded bytecount v0.6.9
3312026-03-13T18:20:16.456Z Downloaded cargo_toml v0.21.0
3322026-03-13T18:20:16.456Z Downloaded textwrap v0.16.2
3332026-03-13T18:20:16.466Z Downloaded anstyle-query v1.1.5
3342026-03-13T18:20:16.466Z Downloaded serde-value v0.7.0
3352026-03-13T18:20:16.473Z Downloaded equivalent v1.0.2
3362026-03-13T18:20:16.473Z Downloaded displaydoc v0.2.5
3372026-03-13T18:20:16.473Z Downloaded utf8_iter v1.0.4
3382026-03-13T18:20:16.473Z Downloaded crypto-common v0.1.7
3392026-03-13T18:20:16.473Z Downloaded autocfg v1.5.0
3402026-03-13T18:20:16.473Z Downloaded fnv v1.0.7
3412026-03-13T18:20:16.473Z Downloaded percent-encoding v2.3.2
3422026-03-13T18:20:16.477Z Downloaded is_terminal_polyfill v1.70.2
3432026-03-13T18:20:16.477Z Downloaded toml_write v0.1.2
3442026-03-13T18:20:16.477Z Downloaded potential_utf v0.1.4
3452026-03-13T18:20:16.477Z Downloaded digest v0.10.7
3462026-03-13T18:20:16.478Z Downloaded unicode-linebreak v0.1.5
3472026-03-13T18:20:16.484Z Downloaded cpufeatures v0.2.17
3482026-03-13T18:20:16.484Z Downloaded anstyle v1.0.13
3492026-03-13T18:20:16.484Z Downloaded anstream v0.6.21
3502026-03-13T18:20:16.485Z Downloaded erased-serde v0.4.9
3512026-03-13T18:20:16.489Z Downloaded yoke-derive v0.8.1
3522026-03-13T18:20:16.489Z Downloaded writeable v0.6.2
3532026-03-13T18:20:16.489Z Downloaded version_check v0.9.5
3542026-03-13T18:20:16.490Z Downloaded clap v4.5.60
3552026-03-13T18:20:16.495Z Downloaded zerofrom-derive v0.1.6
3562026-03-13T18:20:16.499Z Downloaded usdt-attr-macro v0.5.0
3572026-03-13T18:20:16.499Z Downloaded usdt v0.5.0
3582026-03-13T18:20:16.499Z Downloaded typeid v1.0.3
3592026-03-13T18:20:16.499Z Downloaded zmij v1.0.21
3602026-03-13T18:20:16.499Z Downloaded tabled_derive v0.7.0
3612026-03-13T18:20:16.499Z Downloaded zerotrie v0.2.3
3622026-03-13T18:20:16.504Z Downloaded dof v0.3.0
3632026-03-13T18:20:16.504Z Downloaded utf8parse v0.2.2
3642026-03-13T18:20:16.504Z Downloaded ordered-float v2.10.1
3652026-03-13T18:20:16.507Z Downloaded usdt-macro v0.5.0
3662026-03-13T18:20:16.507Z Downloaded thiserror v2.0.18
3672026-03-13T18:20:16.511Z Downloaded unicode-xid v0.2.6
3682026-03-13T18:20:16.511Z Downloaded swrite v0.1.0
3692026-03-13T18:20:16.511Z Downloaded usdt-impl v0.5.0
3702026-03-13T18:20:16.511Z Downloaded fs-err v3.3.0
3712026-03-13T18:20:16.514Z Downloaded stable_deref_trait v1.2.1
3722026-03-13T18:20:16.514Z Downloaded thiserror-impl v1.0.69
3732026-03-13T18:20:16.515Z Downloaded thread-id v4.2.2
3742026-03-13T18:20:16.519Z Downloaded smawk v0.3.2
3752026-03-13T18:20:16.519Z Downloaded proc-macro-error-attr v1.0.4
3762026-03-13T18:20:16.519Z Downloaded terminal_size v0.4.3
3772026-03-13T18:20:16.519Z Downloaded fastrand v2.3.0
3782026-03-13T18:20:16.519Z Downloaded errno v0.3.14
3792026-03-13T18:20:16.524Z Downloaded generic-array v0.14.7
3802026-03-13T18:20:16.524Z Downloaded serde_spanned v0.6.9
3812026-03-13T18:20:16.524Z Downloaded heck v0.5.0
3822026-03-13T18:20:16.527Z Downloaded memmap v0.7.0
3832026-03-13T18:20:16.527Z Downloaded zerofrom v0.1.6
3842026-03-13T18:20:16.527Z Downloaded ucd-trie v0.1.7
3852026-03-13T18:20:16.527Z Downloaded cargo_metadata v0.21.0
3862026-03-13T18:20:16.527Z Downloaded zerovec-derive v0.11.2
3872026-03-13T18:20:16.531Z Downloaded yoke v0.8.1
3882026-03-13T18:20:16.531Z Downloaded toml v0.8.23
3892026-03-13T18:20:16.534Z Downloaded thiserror-impl v2.0.18
3902026-03-13T18:20:16.534Z Downloaded thiserror v1.0.69
3912026-03-13T18:20:16.540Z Downloaded strsim v0.11.1
3922026-03-13T18:20:16.540Z Downloaded toml_datetime v0.6.11
3932026-03-13T18:20:16.540Z Downloaded plain v0.2.3
3942026-03-13T18:20:16.545Z Downloaded macaddr v1.0.1
3952026-03-13T18:20:16.545Z Downloaded tinystr v0.8.2
3962026-03-13T18:20:16.545Z Downloaded itoa v1.0.17
3972026-03-13T18:20:16.551Z Downloaded scroll_derive v0.12.1
3982026-03-13T18:20:16.552Z Downloaded zerocopy-derive v0.7.35
3992026-03-13T18:20:16.564Z Downloaded typenum v1.19.0
4002026-03-13T18:20:16.564Z Downloaded unicode-ident v1.0.24
4012026-03-13T18:20:16.564Z Downloaded idna_adapter v1.2.1
4022026-03-13T18:20:16.564Z Downloaded anstyle-parse v0.2.7
4032026-03-13T18:20:16.580Z Downloaded serde_tokenstream v0.2.3
4042026-03-13T18:20:16.580Z Downloaded pretty-hex v0.4.1
4052026-03-13T18:20:16.580Z Downloaded cargo-platform v0.2.0
4062026-03-13T18:20:16.580Z Downloaded quote v1.0.44
4072026-03-13T18:20:16.580Z Downloaded synstructure v0.13.2
4082026-03-13T18:20:16.581Z Downloaded heck v0.4.1
4092026-03-13T18:20:16.581Z Downloaded camino-tempfile v1.4.1
4102026-03-13T18:20:16.581Z Downloaded toml_edit v0.22.27
4112026-03-13T18:20:16.585Z Downloaded clap_derive v4.5.55
4122026-03-13T18:20:16.585Z Downloaded zerocopy v0.7.35
4132026-03-13T18:20:16.585Z Downloaded url v2.5.8
4142026-03-13T18:20:16.590Z Downloaded byteorder v1.5.0
4152026-03-13T18:20:16.590Z Downloaded bitflags v2.11.0
4162026-03-13T18:20:16.590Z Downloaded proc-macro-error v1.0.4
4172026-03-13T18:20:16.594Z Downloaded zerovec v0.11.5
4182026-03-13T18:20:16.599Z Downloaded sha2 v0.10.9
4192026-03-13T18:20:16.599Z Downloaded serde-untagged v0.1.9
4202026-03-13T18:20:16.599Z Downloaded semver v1.0.27
4212026-03-13T18:20:16.605Z Downloaded cargo-util-schemas v0.8.2
4222026-03-13T18:20:16.605Z Downloaded winnow v0.7.14
4232026-03-13T18:20:16.609Z Downloaded once_cell v1.21.3
4242026-03-13T18:20:16.619Z Downloaded unicode-width v0.2.0
4252026-03-13T18:20:16.626Z Downloaded proc-macro2 v1.0.106
4262026-03-13T18:20:16.627Z Downloaded pest_generator v2.8.6
4272026-03-13T18:20:16.627Z Downloaded camino v1.2.2
4282026-03-13T18:20:16.627Z Downloaded unicode-width v0.1.14
4292026-03-13T18:20:16.627Z Downloaded scroll v0.12.0
4302026-03-13T18:20:16.627Z Downloaded icu_provider v2.1.1
4312026-03-13T18:20:16.640Z Downloaded tempfile v3.25.0
4322026-03-13T18:20:16.640Z Downloaded getrandom v0.4.1
4332026-03-13T18:20:16.647Z Downloaded smallvec v1.15.1
4342026-03-13T18:20:16.647Z Downloaded serde_derive v1.0.228
4352026-03-13T18:20:16.647Z Downloaded icu_normalizer_data v2.1.1
4362026-03-13T18:20:16.647Z Downloaded num-traits v0.2.19
4372026-03-13T18:20:16.647Z Downloaded litemap v0.8.1
4382026-03-13T18:20:16.647Z Downloaded papergrid v0.11.0
4392026-03-13T18:20:16.651Z Downloaded icu_properties v2.1.2
4402026-03-13T18:20:16.659Z Downloaded icu_normalizer v2.1.1
4412026-03-13T18:20:16.674Z Downloaded serde v1.0.228
4422026-03-13T18:20:16.677Z Downloaded memchr v2.8.0
4432026-03-13T18:20:16.681Z Downloaded serde_core v1.0.228
4442026-03-13T18:20:16.681Z Downloaded icu_collections v2.1.1
4452026-03-13T18:20:16.685Z Downloaded pest_meta v2.8.6
4462026-03-13T18:20:16.688Z Downloaded icu_locale_core v2.1.1
4472026-03-13T18:20:16.694Z Downloaded clap_builder v4.5.60
4482026-03-13T18:20:16.703Z Downloaded indexmap v2.13.0
4492026-03-13T18:20:16.719Z Downloaded pest v2.8.6
4502026-03-13T18:20:16.723Z Downloaded icu_properties_data v2.1.2
4512026-03-13T18:20:16.729Z Downloaded idna v1.1.0
4522026-03-13T18:20:16.731Z Downloaded hashbrown v0.16.1
4532026-03-13T18:20:16.749Z Downloaded serde_json v1.0.149
4542026-03-13T18:20:16.755Z Downloaded goblin v0.8.2
4552026-03-13T18:20:16.760Z Downloaded tabled v0.15.0
4562026-03-13T18:20:16.777Z Downloaded syn v1.0.109
4572026-03-13T18:20:16.786Z Downloaded syn v2.0.117
4582026-03-13T18:20:16.802Z Downloaded rustix v1.1.3
4592026-03-13T18:20:16.829Z Downloaded libc v0.2.180
4602026-03-13T18:20:16.913Z Compiling proc-macro2 v1.0.106
4612026-03-13T18:20:16.923Z Compiling unicode-ident v1.0.24
4622026-03-13T18:20:16.923Z Compiling quote v1.0.44
4632026-03-13T18:20:16.923Z Compiling serde_core v1.0.228
4642026-03-13T18:20:16.923Z Compiling libc v0.2.180
4652026-03-13T18:20:16.923Z Compiling version_check v0.9.5
4662026-03-13T18:20:16.923Z Compiling memchr v2.8.0
4672026-03-13T18:20:16.923Z Compiling serde v1.0.228
4682026-03-13T18:20:17.326Z Compiling stable_deref_trait v1.2.1
4692026-03-13T18:20:17.478Z Compiling zmij v1.0.21
4702026-03-13T18:20:17.677Z Compiling thiserror v1.0.69
4712026-03-13T18:20:17.746Z Compiling autocfg v1.5.0
4722026-03-13T18:20:18.061Z Compiling itoa v1.0.17
4732026-03-13T18:20:18.097Z Compiling ucd-trie v0.1.7
4742026-03-13T18:20:18.309Z Compiling pest v2.8.6
4752026-03-13T18:20:18.334Z Compiling writeable v0.6.2
4762026-03-13T18:20:18.349Z Compiling litemap v0.8.1
4772026-03-13T18:20:18.397Z Compiling rustix v1.1.3
4782026-03-13T18:20:18.601Z Compiling byteorder v1.5.0
4792026-03-13T18:20:18.889Z Compiling syn v2.0.117
4802026-03-13T18:20:18.917Z Compiling icu_properties_data v2.1.2
4812026-03-13T18:20:18.930Z Compiling icu_normalizer_data v2.1.1
4822026-03-13T18:20:19.059Z Compiling errno v0.3.14
4832026-03-13T18:20:19.201Z Compiling bitflags v2.11.0
4842026-03-13T18:20:19.225Z Compiling serde_json v1.0.149
4852026-03-13T18:20:19.378Z Compiling num-traits v0.2.19
4862026-03-13T18:20:19.486Z Compiling smallvec v1.15.1
4872026-03-13T18:20:19.537Z Compiling equivalent v1.0.2
4882026-03-13T18:20:19.651Z Compiling typeid v1.0.3
4892026-03-13T18:20:19.782Z Compiling hashbrown v0.16.1
4902026-03-13T18:20:19.906Z Compiling pest_meta v2.8.6
4912026-03-13T18:20:20.146Z Compiling thread-id v4.2.2
4922026-03-13T18:20:20.234Z Compiling proc-macro-error-attr v1.0.4
4932026-03-13T18:20:20.305Z Compiling usdt-impl v0.5.0
4942026-03-13T18:20:20.381Z Compiling erased-serde v0.4.9
4952026-03-13T18:20:20.501Z Compiling indexmap v2.13.0
4962026-03-13T18:20:20.525Z Compiling toml_write v0.1.2
4972026-03-13T18:20:20.593Z Compiling winnow v0.7.14
4982026-03-13T18:20:20.730Z Compiling syn v1.0.109
4992026-03-13T18:20:21.357Z Compiling proc-macro-error v1.0.4
5002026-03-13T18:20:21.383Z Compiling getrandom v0.4.1
5012026-03-13T18:20:21.669Z Compiling plain v0.2.3
5022026-03-13T18:20:21.838Z Compiling utf8_iter v1.0.4
5032026-03-13T18:20:21.921Z Compiling thiserror v2.0.18
5042026-03-13T18:20:22.025Z Compiling camino v1.2.2
5052026-03-13T18:20:22.068Z Compiling log v0.4.29
5062026-03-13T18:20:22.308Z Compiling percent-encoding v2.3.2
5072026-03-13T18:20:22.332Z Compiling utf8parse v0.2.2
5082026-03-13T18:20:22.376Z Compiling ordered-float v2.10.1
5092026-03-13T18:20:22.476Z Compiling form_urlencoded v1.2.2
5102026-03-13T18:20:22.567Z Compiling anstyle-parse v0.2.7
5112026-03-13T18:20:22.692Z Compiling synstructure v0.13.2
5122026-03-13T18:20:22.692Z Compiling pest_generator v2.8.6
5132026-03-13T18:20:22.769Z Compiling terminal_size v0.4.3
5142026-03-13T18:20:22.966Z Compiling anstyle v1.0.13
5152026-03-13T18:20:23.119Z Compiling cfg-if v1.0.4
5162026-03-13T18:20:23.221Z Compiling anstyle-query v1.1.5
5172026-03-13T18:20:23.284Z Compiling colorchoice v1.0.4
5182026-03-13T18:20:23.312Z Compiling is_terminal_polyfill v1.70.2
5192026-03-13T18:20:23.348Z Compiling pretty-hex v0.4.1
5202026-03-13T18:20:23.376Z Compiling serde-untagged v0.1.9
5212026-03-13T18:20:23.427Z Compiling anstream v0.6.21
5222026-03-13T18:20:23.668Z Compiling semver v1.0.27
5232026-03-13T18:20:23.688Z Compiling fs-err v3.3.0
5242026-03-13T18:20:23.735Z Compiling strsim v0.11.1
5252026-03-13T18:20:23.836Z Compiling unicode-xid v0.2.6
5262026-03-13T18:20:23.973Z Compiling anyhow v1.0.102
5272026-03-13T18:20:23.998Z Compiling fastrand v2.3.0
5282026-03-13T18:20:24.108Z Compiling heck v0.4.1
5292026-03-13T18:20:24.114Z Compiling unicode-width v0.1.14
5302026-03-13T18:20:24.190Z Compiling bytecount v0.6.9
5312026-03-13T18:20:24.361Z Compiling clap_lex v1.0.0
5322026-03-13T18:20:24.385Z Compiling fnv v1.0.7
5332026-03-13T18:20:24.422Z Compiling once_cell v1.21.3
5342026-03-13T18:20:24.459Z Compiling heck v0.5.0
5352026-03-13T18:20:24.520Z Compiling papergrid v0.11.0
5362026-03-13T18:20:24.684Z Compiling tempfile v3.25.0
5372026-03-13T18:20:24.719Z Compiling clap_builder v4.5.60
5382026-03-13T18:20:24.953Z Compiling memmap v0.7.0
5392026-03-13T18:20:25.026Z Compiling unicode-linebreak v0.1.5
5402026-03-13T18:20:25.152Z Compiling unicode-width v0.2.0
5412026-03-13T18:20:25.183Z Compiling smawk v0.3.2
5422026-03-13T18:20:25.324Z Compiling serde_derive v1.0.228
5432026-03-13T18:20:25.371Z Compiling zerofrom-derive v0.1.6
5442026-03-13T18:20:25.520Z Compiling yoke-derive v0.8.1
5452026-03-13T18:20:25.749Z Compiling zerovec-derive v0.11.2
5462026-03-13T18:20:25.800Z Compiling displaydoc v0.2.5
5472026-03-13T18:20:26.505Z Compiling thiserror-impl v1.0.69
5482026-03-13T18:20:26.842Z Compiling zerocopy-derive v0.7.35
5492026-03-13T18:20:27.187Z Compiling pest_derive v2.8.6
5502026-03-13T18:20:27.316Z Compiling scroll_derive v0.12.1
5512026-03-13T18:20:27.342Z Compiling zerofrom v0.1.6
5522026-03-13T18:20:27.515Z Compiling yoke v0.8.1
5532026-03-13T18:20:27.790Z Compiling zerovec v0.11.5
5542026-03-13T18:20:27.838Z Compiling zerotrie v0.2.3
5552026-03-13T18:20:28.067Z Compiling zerocopy v0.7.35
5562026-03-13T18:20:28.206Z Compiling thiserror-impl v2.0.18
5572026-03-13T18:20:28.229Z Compiling scroll v0.12.0
5582026-03-13T18:20:28.450Z Compiling tinystr v0.8.2
5592026-03-13T18:20:28.486Z Compiling potential_utf v0.1.4
5602026-03-13T18:20:28.591Z Compiling dtrace-parser v0.2.0
5612026-03-13T18:20:28.689Z Compiling icu_collections v2.1.1
5622026-03-13T18:20:28.721Z Compiling icu_locale_core v2.1.1
5632026-03-13T18:20:28.877Z Compiling goblin v0.8.2
5642026-03-13T18:20:29.032Z Compiling tabled_derive v0.7.0
5652026-03-13T18:20:29.347Z Compiling clap_derive v4.5.55
5662026-03-13T18:20:29.653Z Compiling icu_provider v2.1.1
5672026-03-13T18:20:30.015Z Compiling icu_normalizer v2.1.1
5682026-03-13T18:20:30.045Z Compiling icu_properties v2.1.2
5692026-03-13T18:20:30.159Z Compiling toml_datetime v0.6.11
5702026-03-13T18:20:30.217Z Compiling serde_spanned v0.6.9
5712026-03-13T18:20:30.274Z Compiling dof v0.3.0
5722026-03-13T18:20:30.302Z Compiling serde_tokenstream v0.2.3
5732026-03-13T18:20:30.413Z Compiling toml_edit v0.22.27
5742026-03-13T18:20:30.524Z Compiling serde-value v0.7.0
5752026-03-13T18:20:30.768Z Compiling cargo-platform v0.2.0
5762026-03-13T18:20:30.915Z Compiling tabled v0.15.0
5772026-03-13T18:20:31.041Z Compiling macaddr v1.0.1
5782026-03-13T18:20:31.163Z Compiling textwrap v0.16.2
5792026-03-13T18:20:31.355Z Compiling idna_adapter v1.2.1
5802026-03-13T18:20:31.527Z Compiling idna v1.1.0
5812026-03-13T18:20:31.648Z Compiling usdt-macro v0.5.0
5822026-03-13T18:20:31.704Z Compiling usdt-attr-macro v0.5.0
5832026-03-13T18:20:31.841Z Compiling camino-tempfile v1.4.1
5842026-03-13T18:20:31.880Z Compiling clap v4.5.60
5852026-03-13T18:20:32.360Z Compiling url v2.5.8
5862026-03-13T18:20:32.495Z Compiling toml v0.8.23
5872026-03-13T18:20:32.536Z Compiling swrite v0.1.0
5882026-03-13T18:20:32.674Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-13T18:20:33.164Z Compiling cargo-util-schemas v0.8.2
5902026-03-13T18:20:33.399Z Compiling usdt v0.5.0
5912026-03-13T18:20:33.420Z Compiling cargo_toml v0.21.0
5922026-03-13T18:20:34.402Z Compiling cargo_metadata v0.21.0
5932026-03-13T18:20:35.677Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-13T18:20:38.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.17s
5952026-03-13T18:20:39.099Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-13T18:20:39.626Z Downloading crates ...
5972026-03-13T18:20:39.778Z Downloaded camino-tempfile-ext v0.3.3
5982026-03-13T18:20:39.793Z Downloaded cookie v0.18.1
5992026-03-13T18:20:39.793Z Downloaded cc v1.2.56
6002026-03-13T18:20:39.793Z Downloaded assert_matches v1.5.0
6012026-03-13T18:20:39.793Z Downloaded darling_macro v0.21.3
6022026-03-13T18:20:39.793Z Downloaded adler2 v2.0.1
6032026-03-13T18:20:39.793Z Downloaded defmt-parser v1.0.0
6042026-03-13T18:20:39.793Z Downloaded darling_macro v0.23.0
6052026-03-13T18:20:39.793Z Downloaded ahash v0.8.12
6062026-03-13T18:20:39.793Z Downloaded ff v0.13.1
6072026-03-13T18:20:39.813Z Downloaded embedded-io v0.6.1
6082026-03-13T18:20:39.813Z Downloaded endian-type v0.1.2
6092026-03-13T18:20:39.813Z Downloaded darling_macro v0.20.11
6102026-03-13T18:20:39.813Z Downloaded convert_case v0.4.0
6112026-03-13T18:20:39.835Z Downloaded dof v0.4.0
6122026-03-13T18:20:39.835Z Downloaded crucible-workspace-hack v0.1.0
6132026-03-13T18:20:39.835Z Downloaded castaway v0.2.4
6142026-03-13T18:20:39.836Z Downloaded debug-ignore v1.0.5
6152026-03-13T18:20:39.836Z Downloaded dyn-clone v1.0.20
6162026-03-13T18:20:39.864Z Downloaded difflib v0.4.0
6172026-03-13T18:20:39.871Z Downloaded constant_time_eq v0.4.2
6182026-03-13T18:20:39.871Z Downloaded diesel_table_macro_syntax v0.2.0
6192026-03-13T18:20:39.871Z Downloaded foreign-types-macros v0.2.3
6202026-03-13T18:20:39.871Z Downloaded dirs-sys-next v0.1.2
6212026-03-13T18:20:39.871Z Downloaded async-recursion v1.1.1
6222026-03-13T18:20:39.905Z Downloaded float-ord v0.3.2
6232026-03-13T18:20:39.905Z Downloaded float-cmp v0.10.0
6242026-03-13T18:20:39.905Z Downloaded flagset v0.4.7
6252026-03-13T18:20:39.905Z Downloaded chacha20 v0.9.1
6262026-03-13T18:20:39.905Z Downloaded fd-lock v4.0.4
6272026-03-13T18:20:39.905Z Downloaded foreign-types-shared v0.1.1
6282026-03-13T18:20:39.905Z Downloaded foreign-types v0.5.0
6292026-03-13T18:20:39.906Z Downloaded futures-io v0.3.32
6302026-03-13T18:20:39.906Z Downloaded foreign-types-shared v0.3.1
6312026-03-13T18:20:39.906Z Downloaded dunce v1.0.5
6322026-03-13T18:20:39.906Z Downloaded futures-task v0.3.32
6332026-03-13T18:20:39.925Z Downloaded ctr v0.9.2
6342026-03-13T18:20:39.925Z Downloaded funty v2.0.0
6352026-03-13T18:20:39.925Z Downloaded derive-ex v0.1.8
6362026-03-13T18:20:39.925Z Downloaded either v1.15.0
6372026-03-13T18:20:39.925Z Downloaded ecdsa v0.16.9
6382026-03-13T18:20:39.925Z Downloaded env_filter v1.0.0
6392026-03-13T18:20:39.925Z Downloaded crc v3.4.0
6402026-03-13T18:20:39.925Z Downloaded filetime v0.2.27
6412026-03-13T18:20:39.925Z Downloaded ghash v0.5.1
6422026-03-13T18:20:39.925Z Downloaded deranged v0.5.8
6432026-03-13T18:20:39.944Z Downloaded git-stub v1.0.0
6442026-03-13T18:20:39.944Z Downloaded cipher v0.4.4
6452026-03-13T18:20:39.944Z Downloaded defmt v0.3.100
6462026-03-13T18:20:39.944Z Downloaded drift v0.1.3
6472026-03-13T18:20:39.944Z Downloaded fxhash v0.2.1
6482026-03-13T18:20:39.961Z Downloaded cassowary v0.3.0
6492026-03-13T18:20:39.961Z Downloaded http-range v0.1.5
6502026-03-13T18:20:39.975Z Downloaded httpdate v1.0.3
6512026-03-13T18:20:39.975Z Downloaded hostname v0.4.2
6522026-03-13T18:20:39.975Z Downloaded hyper-tls v0.6.0
6532026-03-13T18:20:39.976Z Downloaded crossbeam-utils v0.8.21
6542026-03-13T18:20:40.000Z Downloaded derive_builder v0.20.2
6552026-03-13T18:20:40.000Z Downloaded blowfish v0.9.1
6562026-03-13T18:20:40.000Z Downloaded ident_case v1.0.1
6572026-03-13T18:20:40.000Z Downloaded hubpack_derive v0.1.1
6582026-03-13T18:20:40.029Z Downloaded git-stub-vcs v0.1.0
6592026-03-13T18:20:40.029Z Downloaded instant v0.1.13
6602026-03-13T18:20:40.030Z Downloaded indoc v1.0.9
6612026-03-13T18:20:40.030Z Downloaded is-terminal v0.4.17
6622026-03-13T18:20:40.030Z Downloaded group v0.13.0
6632026-03-13T18:20:40.030Z Downloaded futures-executor v0.3.32
6642026-03-13T18:20:40.031Z Downloaded cookie_store v0.22.1
6652026-03-13T18:20:40.031Z Downloaded ed25519 v2.2.3
6662026-03-13T18:20:40.061Z Downloaded crc32fast v1.5.0
6672026-03-13T18:20:40.061Z Downloaded is_ci v1.2.0
6682026-03-13T18:20:40.061Z Downloaded lalrpop-util v0.19.12
6692026-03-13T18:20:40.061Z Downloaded keccak v0.1.6
6702026-03-13T18:20:40.061Z Downloaded hash32 v0.3.1
6712026-03-13T18:20:40.061Z Downloaded globset v0.4.18
6722026-03-13T18:20:40.061Z Downloaded humantime v2.3.0
6732026-03-13T18:20:40.061Z Downloaded highway v1.3.0
6742026-03-13T18:20:40.061Z Downloaded csv-core v0.1.13
6752026-03-13T18:20:40.061Z Downloaded lazy_static v1.5.0
6762026-03-13T18:20:40.083Z Downloaded kstat-rs v0.2.4
6772026-03-13T18:20:40.083Z Downloaded lru v0.12.5
6782026-03-13T18:20:40.083Z Downloaded md5 v0.7.0
6792026-03-13T18:20:40.083Z Downloaded async-bb8-diesel v0.2.1
6802026-03-13T18:20:40.083Z Downloaded md-5 v0.10.6
6812026-03-13T18:20:40.083Z Downloaded colored v3.1.1
6822026-03-13T18:20:40.083Z Downloaded multimap v0.10.1
6832026-03-13T18:20:40.083Z Downloaded match_cfg v0.1.0
6842026-03-13T18:20:40.083Z Downloaded internet-checksum v0.2.1
6852026-03-13T18:20:40.083Z Downloaded nibble_vec v0.1.0
6862026-03-13T18:20:40.110Z Downloaded managed v0.8.0
6872026-03-13T18:20:40.110Z Downloaded instability v0.3.11
6882026-03-13T18:20:40.110Z Downloaded derive-where v1.6.0
6892026-03-13T18:20:40.110Z Downloaded newtype-uuid-macros v0.1.0
6902026-03-13T18:20:40.110Z Downloaded ingot-types v0.1.2
6912026-03-13T18:20:40.110Z Downloaded hmac v0.12.1
6922026-03-13T18:20:40.110Z Downloaded newtype_derive v0.1.6
6932026-03-13T18:20:40.153Z Downloaded nodrop v0.1.14
6942026-03-13T18:20:40.153Z Downloaded getrandom v0.2.17
6952026-03-13T18:20:40.153Z Downloaded num-iter v0.1.45
6962026-03-13T18:20:40.153Z Downloaded num-derive v0.4.2
6972026-03-13T18:20:40.153Z Downloaded jobserver v0.1.34
6982026-03-13T18:20:40.153Z Downloaded linked-hash-map v0.5.6
6992026-03-13T18:20:40.153Z Downloaded lock_api v0.4.14
7002026-03-13T18:20:40.153Z Downloaded num-conv v0.2.0
7012026-03-13T18:20:40.153Z Downloaded iana-time-zone v0.1.65
7022026-03-13T18:20:40.199Z Downloaded normalize-line-endings v0.3.0
7032026-03-13T18:20:40.199Z Downloaded opaque-debug v0.3.1
7042026-03-13T18:20:40.213Z Downloaded ingot-macros v0.1.1
7052026-03-13T18:20:40.213Z Downloaded olpc-cjson v0.1.4
7062026-03-13T18:20:40.213Z Downloaded openssl-probe v0.1.6
7072026-03-13T18:20:40.213Z Downloaded oso-derive v0.27.3
7082026-03-13T18:20:40.213Z Downloaded openssl-macros v0.1.1
7092026-03-13T18:20:40.213Z Downloaded num_threads v0.1.7
7102026-03-13T18:20:40.213Z Downloaded console v0.15.11
7112026-03-13T18:20:40.213Z Downloaded futures v0.3.32
7122026-03-13T18:20:40.213Z Downloaded mime_guess v2.0.5
7132026-03-13T18:20:40.213Z Downloaded hyper-staticfile v0.10.1
7142026-03-13T18:20:40.213Z Downloaded base64 v0.22.1
7152026-03-13T18:20:40.213Z Downloaded ipnetwork v0.21.1
7162026-03-13T18:20:40.213Z Downloaded bzip2 v0.6.1
7172026-03-13T18:20:40.249Z Downloaded nanorand v0.7.0
7182026-03-13T18:20:40.249Z Downloaded parse-size v1.1.0
7192026-03-13T18:20:40.249Z Downloaded parse-display v0.10.0
7202026-03-13T18:20:40.249Z Downloaded packed_struct_codegen v0.10.1
7212026-03-13T18:20:40.249Z Downloaded pbkdf2 v0.11.0
7222026-03-13T18:20:40.249Z Downloaded phf_shared v0.11.3
7232026-03-13T18:20:40.249Z Downloaded darling_core v0.21.3
7242026-03-13T18:20:40.249Z Downloaded num-integer v0.1.46
7252026-03-13T18:20:40.249Z Downloaded derive_more v0.99.20
7262026-03-13T18:20:40.249Z Downloaded phf_shared v0.13.1
7272026-03-13T18:20:40.249Z Downloaded phf_shared v0.12.1
7282026-03-13T18:20:40.249Z Downloaded num_enum_derive v0.7.5
7292026-03-13T18:20:40.249Z Downloaded num_enum v0.7.5
7302026-03-13T18:20:40.249Z Downloaded openssl-probe v0.2.1
7312026-03-13T18:20:40.260Z Downloaded num_enum v0.5.11
7322026-03-13T18:20:40.260Z Downloaded predicates-tree v1.0.13
7332026-03-13T18:20:40.260Z Downloaded pin-utils v0.1.0
7342026-03-13T18:20:40.260Z Downloaded predicates-core v1.0.10
7352026-03-13T18:20:40.260Z Downloaded proc-macro-error-attr2 v2.0.0
7362026-03-13T18:20:40.260Z Downloaded progenitor-client v0.11.2
7372026-03-13T18:20:40.296Z Downloaded proc-macro-crate v3.4.0
7382026-03-13T18:20:40.296Z Downloaded oxnet v0.1.4
7392026-03-13T18:20:40.296Z Downloaded psl-types v2.0.11
7402026-03-13T18:20:40.296Z Downloaded paste v1.0.15
7412026-03-13T18:20:40.296Z Downloaded flate2 v1.1.9
7422026-03-13T18:20:40.296Z Downloaded memoffset v0.9.1
7432026-03-13T18:20:40.296Z Downloaded oxide-tokio-rt v0.1.3
7442026-03-13T18:20:40.297Z Downloaded heapless v0.8.0
7452026-03-13T18:20:40.297Z Downloaded progenitor-client v0.10.0
7462026-03-13T18:20:40.297Z Downloaded progenitor-macro v0.11.2
7472026-03-13T18:20:40.297Z Downloaded nu-ansi-term v0.50.3
7482026-03-13T18:20:40.299Z Downloaded progenitor-macro v0.13.0
7492026-03-13T18:20:40.299Z Downloaded pem-rfc7468 v0.7.0
7502026-03-13T18:20:40.300Z Downloaded quick-error v1.2.3
7512026-03-13T18:20:40.300Z Downloaded pem v3.0.6
7522026-03-13T18:20:40.300Z Downloaded parse-display-derive v0.10.0
7532026-03-13T18:20:40.300Z Downloaded phf v0.13.1
7542026-03-13T18:20:40.300Z Downloaded phf v0.12.1
7552026-03-13T18:20:40.300Z Downloaded radium v0.7.0
7562026-03-13T18:20:40.338Z Downloaded crossbeam-channel v0.5.15
7572026-03-13T18:20:40.338Z Downloaded pkcs8 v0.10.2
7582026-03-13T18:20:40.338Z Downloaded indicatif v0.18.4
7592026-03-13T18:20:40.338Z Downloaded proc-macro-error2 v2.0.1
7602026-03-13T18:20:40.338Z Downloaded omicron-zone-package v0.12.2
7612026-03-13T18:20:40.338Z Downloaded ref-cast-impl v1.0.25
7622026-03-13T18:20:40.338Z Downloaded ref-cast v1.0.25
7632026-03-13T18:20:40.338Z Downloaded recursive-proc-macro-impl v0.1.1
7642026-03-13T18:20:40.338Z Downloaded rand_chacha v0.3.1
7652026-03-13T18:20:40.338Z Downloaded derive_more-impl v2.1.1
7662026-03-13T18:20:40.338Z Downloaded half v2.7.1
7672026-03-13T18:20:40.338Z Downloaded recursive v0.1.1
7682026-03-13T18:20:40.408Z Downloaded pkg-config v0.3.32
7692026-03-13T18:20:40.408Z Downloaded hickory-resolver v0.24.4
7702026-03-13T18:20:40.408Z Downloaded base64 v0.21.7
7712026-03-13T18:20:40.408Z Downloaded polyval v0.6.2
7722026-03-13T18:20:40.408Z Downloaded parking_lot v0.12.5
7732026-03-13T18:20:40.408Z Downloaded ppv-lite86 v0.2.21
7742026-03-13T18:20:40.408Z Downloaded progenitor v0.13.0
7752026-03-13T18:20:40.408Z Downloaded progenitor v0.10.0
7762026-03-13T18:20:40.408Z Downloaded primeorder v0.13.6
7772026-03-13T18:20:40.408Z Downloaded postgres-protocol v0.6.10
7782026-03-13T18:20:40.408Z Downloaded ed25519-dalek v2.2.0
7792026-03-13T18:20:40.408Z Downloaded rustc_version v0.1.7
7802026-03-13T18:20:40.408Z Downloaded password-hash v0.4.2
7812026-03-13T18:20:40.408Z Downloaded parking_lot_core v0.9.12
7822026-03-13T18:20:40.429Z Downloaded rustc-hash v2.1.1
7832026-03-13T18:20:40.429Z Downloaded parking_lot v0.11.2
7842026-03-13T18:20:40.429Z Downloaded rustc_version v0.4.1
7852026-03-13T18:20:40.429Z Downloaded russh-cryptovec v0.7.3
7862026-03-13T18:20:40.429Z Downloaded progenitor-extras v0.1.1
7872026-03-13T18:20:40.429Z Downloaded progenitor-client v0.13.0
7882026-03-13T18:20:40.429Z Downloaded r2d2 v0.8.10
7892026-03-13T18:20:40.429Z Downloaded pin-project-lite v0.2.17
7902026-03-13T18:20:40.429Z Downloaded progenitor v0.11.2
7912026-03-13T18:20:40.429Z Downloaded postgres-types v0.2.12
7922026-03-13T18:20:40.429Z Downloaded hickory-resolver v0.25.2
7932026-03-13T18:20:40.429Z Downloaded pkcs5 v0.7.1
7942026-03-13T18:20:40.429Z Downloaded sapling-renderdag v0.1.0
7952026-03-13T18:20:40.430Z Downloaded salsa20 v0.10.2
7962026-03-13T18:20:40.430Z Downloaded rand_xorshift v0.4.0
7972026-03-13T18:20:40.430Z Downloaded secrecy v0.10.3
7982026-03-13T18:20:40.430Z Downloaded rand_core v0.9.5
7992026-03-13T18:20:40.430Z Downloaded rand_core v0.6.4
8002026-03-13T18:20:40.430Z Downloaded same-file v1.0.6
8012026-03-13T18:20:40.430Z Downloaded scroll_derive v0.13.1
8022026-03-13T18:20:40.430Z Downloaded scheduled-thread-pool v0.2.7
8032026-03-13T18:20:40.430Z Downloaded rand_seeder v0.4.0
8042026-03-13T18:20:40.430Z Downloaded bumpalo v3.20.2
8052026-03-13T18:20:40.430Z Downloaded scrypt v0.11.0
8062026-03-13T18:20:40.432Z Downloaded papergrid v0.17.0
8072026-03-13T18:20:40.432Z Downloaded p256 v0.13.2
8082026-03-13T18:20:40.508Z Downloaded serde_plain v1.0.2
8092026-03-13T18:20:40.509Z Downloaded serde_repr v0.1.20
8102026-03-13T18:20:40.509Z Downloaded serde_bytes v0.11.19
8112026-03-13T18:20:40.509Z Downloaded seq-macro v0.3.6
8122026-03-13T18:20:40.509Z Downloaded sha1 v0.10.6
8132026-03-13T18:20:40.509Z Downloaded resolv-conf v0.7.6
8142026-03-13T18:20:40.509Z Downloaded quinn-udp v0.5.14
8152026-03-13T18:20:40.509Z Downloaded crossterm v0.28.1
8162026-03-13T18:20:40.509Z Downloaded signature v2.2.0
8172026-03-13T18:20:40.509Z Downloaded signal-hook-tokio v0.3.1
8182026-03-13T18:20:40.541Z Downloaded signal-hook-mio v0.2.5
8192026-03-13T18:20:40.541Z Downloaded serde_urlencoded v0.7.1
8202026-03-13T18:20:40.542Z Downloaded siphasher v1.0.2
8212026-03-13T18:20:40.542Z Downloaded rusty-fork v0.3.1
8222026-03-13T18:20:40.542Z Downloaded rustls-pemfile v1.0.4
8232026-03-13T18:20:40.542Z Downloaded sigpipe v0.1.3
8242026-03-13T18:20:40.542Z Downloaded serde_spanned v1.0.4
8252026-03-13T18:20:40.542Z Downloaded openssl-sys v0.9.111
8262026-03-13T18:20:40.542Z Downloaded progenitor-impl v0.11.2
8272026-03-13T18:20:40.542Z Downloaded pin-project v1.1.11
8282026-03-13T18:20:40.542Z Downloaded slog-envlogger v2.2.0
8292026-03-13T18:20:40.542Z Downloaded slog-bunyan v2.5.0
8302026-03-13T18:20:40.542Z Downloaded secrecy v0.8.0
8312026-03-13T18:20:40.542Z Downloaded sec1 v0.7.3
8322026-03-13T18:20:40.542Z Downloaded sct v0.7.1
8332026-03-13T18:20:40.542Z Downloaded hashbrown v0.12.3
8342026-03-13T18:20:40.543Z Downloaded scroll v0.13.0
8352026-03-13T18:20:40.543Z Downloaded scopeguard v1.2.0
8362026-03-13T18:20:40.543Z Downloaded schemars_derive v0.8.22
8372026-03-13T18:20:40.543Z Downloaded rustversion v1.0.22
8382026-03-13T18:20:40.543Z Downloaded rustls-pemfile v2.2.0
8392026-03-13T18:20:40.543Z Downloaded serde-hex v0.1.0
8402026-03-13T18:20:40.543Z Downloaded minimal-lexical v0.2.1
8412026-03-13T18:20:40.544Z Downloaded serde_path_to_error v0.1.20
8422026-03-13T18:20:40.544Z Downloaded serde_derive_internals v0.29.1
8432026-03-13T18:20:40.544Z Downloaded ssh-cipher v0.2.0
8442026-03-13T18:20:40.544Z Downloaded aho-corasick v1.1.4
8452026-03-13T18:20:40.544Z Downloaded shell-words v1.1.1
8462026-03-13T18:20:40.544Z Downloaded russh-keys v0.45.0
8472026-03-13T18:20:40.544Z Downloaded rtoolbox v0.0.3
8482026-03-13T18:20:40.559Z Downloaded sqlparser_derive v0.5.0
8492026-03-13T18:20:40.559Z Downloaded hyper-util v0.1.20
8502026-03-13T18:20:40.559Z Downloaded structmeta v0.3.0
8512026-03-13T18:20:40.560Z Downloaded ssh-encoding v0.2.0
8522026-03-13T18:20:40.560Z Downloaded strip-ansi-escapes v0.2.1
8532026-03-13T18:20:40.560Z Downloaded strum v0.26.3
8542026-03-13T18:20:40.560Z Downloaded structmeta-derive v0.3.0
8552026-03-13T18:20:40.560Z Downloaded slab v0.4.12
8562026-03-13T18:20:40.560Z Downloaded simd-adler32 v0.3.8
8572026-03-13T18:20:40.560Z Downloaded rustls-pki-types v1.14.0
8582026-03-13T18:20:40.560Z Downloaded http v1.4.0
8592026-03-13T18:20:40.560Z Downloaded progenitor-impl v0.10.0
8602026-03-13T18:20:40.560Z Downloaded prefix-trie v0.7.0
8612026-03-13T18:20:40.561Z Downloaded slog-json v2.6.1
8622026-03-13T18:20:40.573Z Downloaded slog-async v2.8.0
8632026-03-13T18:20:40.574Z Downloaded jiff-static v0.2.21
8642026-03-13T18:20:40.575Z Downloaded subtle v2.6.1
8652026-03-13T18:20:40.575Z Downloaded strum v0.27.2
8662026-03-13T18:20:40.575Z Downloaded rustls-native-certs v0.8.3
8672026-03-13T18:20:40.575Z Downloaded supports-color v3.0.2
8682026-03-13T18:20:40.575Z Downloaded rfc6979 v0.4.0
8692026-03-13T18:20:40.575Z Downloaded sync_wrapper v1.0.2
8702026-03-13T18:20:40.575Z Downloaded sync-ptr v0.1.4
8712026-03-13T18:20:40.594Z Downloaded itertools v0.10.5
8722026-03-13T18:20:40.594Z Downloaded thiserror-impl-no-std v2.0.2
8732026-03-13T18:20:40.594Z Downloaded ron v0.8.1
8742026-03-13T18:20:40.599Z Downloaded tap v1.0.1
8752026-03-13T18:20:40.600Z Downloaded take_mut v0.2.2
8762026-03-13T18:20:40.600Z Downloaded smf v0.2.3
8772026-03-13T18:20:40.600Z Downloaded tagptr v0.2.0
8782026-03-13T18:20:40.600Z Downloaded tabwriter v1.4.1
8792026-03-13T18:20:40.600Z Downloaded thread-id v5.1.0
8802026-03-13T18:20:40.600Z Downloaded slog-stdlog v4.1.1
8812026-03-13T18:20:40.600Z Downloaded tabled_derive v0.11.0
8822026-03-13T18:20:40.600Z Downloaded smallvec v0.6.14
8832026-03-13T18:20:40.601Z Downloaded slog-term v2.9.2
8842026-03-13T18:20:40.611Z Downloaded testing_table v0.3.0
8852026-03-13T18:20:40.611Z Downloaded termtree v0.5.1
8862026-03-13T18:20:40.611Z Downloaded slog-scope v4.4.1
8872026-03-13T18:20:40.611Z Downloaded shlex v1.3.0
8882026-03-13T18:20:40.633Z Downloaded tinyvec_macros v0.1.1
8892026-03-13T18:20:40.633Z Downloaded serde_with_macros v3.17.0
8902026-03-13T18:20:40.635Z Downloaded serde_cbor v0.11.2
8912026-03-13T18:20:40.635Z Downloaded semver v0.1.20
8922026-03-13T18:20:40.635Z Downloaded progenitor-impl v0.13.0
8932026-03-13T18:20:40.635Z Downloaded strum_macros v0.24.3
8942026-03-13T18:20:40.641Z Downloaded snafu-derive v0.8.9
8952026-03-13T18:20:40.642Z Downloaded signal-hook-registry v1.4.8
8962026-03-13T18:20:40.642Z Downloaded strum_macros v0.26.4
8972026-03-13T18:20:40.642Z Downloaded prettyplease v0.2.37
8982026-03-13T18:20:40.642Z Downloaded static_assertions v1.1.0
8992026-03-13T18:20:40.642Z Downloaded time-core v0.1.8
9002026-03-13T18:20:40.642Z Downloaded ryu v1.0.23
9012026-03-13T18:20:40.642Z Downloaded sqlformat v0.3.5
9022026-03-13T18:20:40.644Z Downloaded rayon-core v1.13.0
9032026-03-13T18:20:40.644Z Downloaded stringprep v0.1.5
9042026-03-13T18:20:40.644Z Downloaded pretty_assertions v1.4.1
9052026-03-13T18:20:40.644Z Downloaded spki v0.7.3
9062026-03-13T18:20:40.651Z Downloaded quinn v0.11.9
9072026-03-13T18:20:40.651Z Downloaded rustls-platform-verifier v0.6.2
9082026-03-13T18:20:40.655Z Downloaded hickory-server v0.25.2
9092026-03-13T18:20:40.655Z Downloaded string_cache v0.8.9
9102026-03-13T18:20:40.660Z Downloaded schemars v0.8.22
9112026-03-13T18:20:40.665Z Downloaded strum_macros v0.27.2
9122026-03-13T18:20:40.669Z Downloaded qorb v0.4.1
9132026-03-13T18:20:40.686Z Downloaded tower-service v0.3.3
9142026-03-13T18:20:40.686Z Downloaded thiserror-no-std v2.0.2
9152026-03-13T18:20:40.687Z Downloaded topological-sort v0.2.2
9162026-03-13T18:20:40.687Z Downloaded spin v0.9.8
9172026-03-13T18:20:40.707Z Downloaded serde_yaml v0.9.34+deprecated
9182026-03-13T18:20:40.707Z Downloaded tokio-dtrace v0.1.1
9192026-03-13T18:20:40.707Z Downloaded tls_codec_derive v0.4.2
9202026-03-13T18:20:40.707Z Downloaded tokio-macros v2.6.0
9212026-03-13T18:20:40.760Z Downloaded tower-layer v0.3.3
9222026-03-13T18:20:40.761Z Downloaded tls_codec v0.4.2
9232026-03-13T18:20:40.761Z Downloaded try-lock v0.2.5
9242026-03-13T18:20:40.761Z Downloaded signal-hook v0.3.18
9252026-03-13T18:20:40.761Z Downloaded iddqd v0.3.17
9262026-03-13T18:20:40.761Z Downloaded rand v0.8.5
9272026-03-13T18:20:40.762Z Downloaded tokio-tungstenite v0.23.1
9282026-03-13T18:20:40.762Z Downloaded typify-macro v0.4.3
9292026-03-13T18:20:40.762Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9302026-03-13T18:20:40.762Z Downloaded unarray v0.1.4
9312026-03-13T18:20:40.762Z Downloaded tokio-tungstenite v0.21.0
9322026-03-13T18:20:40.762Z Downloaded support-bundle-viewer v0.1.2
9332026-03-13T18:20:40.762Z Downloaded time-macros v0.2.27
9342026-03-13T18:20:40.762Z Downloaded trait-variant v0.1.2
9352026-03-13T18:20:40.762Z Downloaded term v0.7.0
9362026-03-13T18:20:40.762Z Downloaded stacker v0.1.23
9372026-03-13T18:20:40.762Z Downloaded itertools v0.13.0
9382026-03-13T18:20:40.762Z Downloaded unit-prefix v0.5.2
9392026-03-13T18:20:40.762Z Downloaded unicode-truncate v1.1.0
9402026-03-13T18:20:40.762Z Downloaded similar v2.7.0
9412026-03-13T18:20:40.762Z Downloaded untrusted v0.9.0
9422026-03-13T18:20:40.763Z Downloaded futures-util v0.3.32
9432026-03-13T18:20:40.763Z Downloaded usdt-macro v0.6.0
9442026-03-13T18:20:40.763Z Downloaded usdt-attr-macro v0.6.0
9452026-03-13T18:20:40.763Z Downloaded toml_writer v1.0.6+spec-1.1.0
9462026-03-13T18:20:40.763Z Downloaded tokio-rustls v0.25.0
9472026-03-13T18:20:40.763Z Downloaded socket2 v0.6.2
9482026-03-13T18:20:40.763Z Downloaded universal-hash v0.5.1
9492026-03-13T18:20:40.763Z Downloaded typify-macro v0.6.1
9502026-03-13T18:20:40.776Z Downloaded schemars v0.9.0
9512026-03-13T18:20:40.777Z Downloaded wait-timeout v0.2.1
9522026-03-13T18:20:40.777Z Downloaded void v1.0.2
9532026-03-13T18:20:40.777Z Downloaded untrusted v0.7.1
9542026-03-13T18:20:40.777Z Downloaded tokio-native-tls v0.3.1
9552026-03-13T18:20:40.877Z Downloaded tiny-keccak v2.0.2
9562026-03-13T18:20:40.878Z Downloaded utf-8 v0.7.6
9572026-03-13T18:20:40.879Z Downloaded usdt v0.6.0
9582026-03-13T18:20:40.879Z Downloaded num-bigint v0.4.6
9592026-03-13T18:20:40.879Z Downloaded term v1.2.1
9602026-03-13T18:20:40.879Z Downloaded samael v0.0.19
9612026-03-13T18:20:40.879Z Downloaded xshell-macros v0.2.7
9622026-03-13T18:20:40.879Z Downloaded xattr v1.6.1
9632026-03-13T18:20:40.879Z Downloaded nom v7.1.3
9642026-03-13T18:20:40.918Z Downloaded want v0.3.1
9652026-03-13T18:20:40.918Z Downloaded waitgroup v0.1.2
9662026-03-13T18:20:40.918Z Downloaded tokio-stream v0.1.18
9672026-03-13T18:20:40.919Z Downloaded tui-tree-widget v0.23.1
9682026-03-13T18:20:40.919Z Downloaded libxml v0.3.3
9692026-03-13T18:20:40.919Z Downloaded slog v2.8.2
9702026-03-13T18:20:40.919Z Downloaded socket2 v0.5.10
9712026-03-13T18:20:40.950Z Downloaded num-bigint-dig v0.8.6
9722026-03-13T18:20:40.950Z Downloaded itertools v0.14.0
9732026-03-13T18:20:40.950Z Downloaded iri-string v0.7.10
9742026-03-13T18:20:40.950Z Downloaded zeroize_derive v1.4.3
9752026-03-13T18:20:40.950Z Downloaded rustls-webpki v0.103.9
9762026-03-13T18:20:40.950Z Downloaded uzers v0.12.2
9772026-03-13T18:20:40.950Z Downloaded unicase v2.9.0
9782026-03-13T18:20:40.950Z Downloaded toml_parser v1.0.9+spec-1.1.0
9792026-03-13T18:20:40.950Z Downloaded rsa v0.9.10
9802026-03-13T18:20:40.950Z Downloaded schemars v1.2.1
9812026-03-13T18:20:40.950Z Downloaded zone_cfg_derive v0.3.1
9822026-03-13T18:20:40.950Z Downloaded zone v0.3.1
9832026-03-13T18:20:40.950Z Downloaded tokio-rustls v0.26.4
9842026-03-13T18:20:40.950Z Downloaded tinyvec v1.10.0
9852026-03-13T18:20:40.950Z Downloaded hyper v1.8.1
9862026-03-13T18:20:40.950Z Downloaded twox-hash v2.1.2
9872026-03-13T18:20:40.950Z Downloaded tokio-rustls v0.24.1
9882026-03-13T18:20:40.951Z Downloaded hkdf v0.12.4
9892026-03-13T18:20:40.951Z Downloaded toml v0.9.12+spec-1.1.0
9902026-03-13T18:20:40.951Z Downloaded test-strategy v0.4.5
9912026-03-13T18:20:40.951Z Downloaded tar v0.4.44
9922026-03-13T18:20:40.951Z Downloaded vergen-git2 v1.0.7
9932026-03-13T18:20:40.951Z Downloaded toml v0.7.8
9942026-03-13T18:20:40.952Z Downloaded whoami v1.6.1
9952026-03-13T18:20:40.952Z Downloaded walkdir v2.5.0
9962026-03-13T18:20:40.952Z Downloaded vsss-rs v3.3.4
9972026-03-13T18:20:40.952Z Downloaded vergen-lib v0.1.6
9982026-03-13T18:20:40.953Z Downloaded p521 v0.13.3
9992026-03-13T18:20:41.000Z Downloaded xz2 v0.1.7
10002026-03-13T18:20:41.000Z Downloaded snafu v0.8.9
10012026-03-13T18:20:41.000Z Downloaded tracing-attributes v0.1.31
10022026-03-13T18:20:41.000Z Downloaded libm v0.2.16
10032026-03-13T18:20:41.000Z Downloaded wyz v0.5.1
10042026-03-13T18:20:41.000Z Downloaded whoami v2.1.0
10052026-03-13T18:20:41.000Z Downloaded usdt-impl v0.6.0
10062026-03-13T18:20:41.000Z Downloaded vergen-gitcl v1.0.8
10072026-03-13T18:20:41.001Z Downloaded tungstenite v0.21.0
10082026-03-13T18:20:41.001Z Downloaded zstd v0.13.3
10092026-03-13T18:20:41.002Z Downloaded subprocess v0.2.15
10102026-03-13T18:20:41.002Z Downloaded zstd-safe v7.2.4
10112026-03-13T18:20:41.002Z Downloaded unicode-properties v0.1.4
10122026-03-13T18:20:41.002Z Downloaded rand v0.10.0
10132026-03-13T18:20:41.002Z Downloaded rand v0.9.2
10142026-03-13T18:20:41.002Z Downloaded xshell v0.2.7
10152026-03-13T18:20:41.002Z Downloaded tungstenite v0.23.0
10162026-03-13T18:20:41.004Z Downloaded hashbrown v0.15.5
10172026-03-13T18:20:41.004Z Downloaded itertools v0.12.1
10182026-03-13T18:20:41.004Z Downloaded thread_local v1.1.9
10192026-03-13T18:20:41.004Z Downloaded termios v0.3.3
10202026-03-13T18:20:41.005Z Downloaded rcgen v0.12.1
10212026-03-13T18:20:41.005Z Downloaded yasna v0.5.2
10222026-03-13T18:20:41.005Z Downloaded publicsuffix v2.3.0
10232026-03-13T18:20:41.005Z Downloaded zerocopy v0.6.6
10242026-03-13T18:20:41.005Z Downloaded tracing-core v0.1.36
10252026-03-13T18:20:41.005Z Downloaded hashbrown v0.13.2
10262026-03-13T18:20:41.005Z Downloaded crossterm v0.29.0
10272026-03-13T18:20:41.005Z Downloaded zeroize v1.8.2
10282026-03-13T18:20:41.005Z Downloaded uuid v1.21.0
10292026-03-13T18:20:41.033Z Downloaded russh v0.45.0
10302026-03-13T18:20:41.033Z Downloaded typify v0.4.3
10312026-03-13T18:20:41.033Z Downloaded unicode-bidi v0.3.18
10322026-03-13T18:20:41.033Z Downloaded rpassword v7.4.0
10332026-03-13T18:20:41.033Z Downloaded mio v1.1.1
10342026-03-13T18:20:41.033Z Downloaded rustyline v14.0.0
10352026-03-13T18:20:41.033Z Downloaded reedline v0.40.0
10362026-03-13T18:20:41.033Z Downloaded tokio-postgres v0.7.16
10372026-03-13T18:20:41.033Z Downloaded slog-dtrace v0.3.0
10382026-03-13T18:20:41.034Z Downloaded miniz_oxide v0.8.9
10392026-03-13T18:20:41.034Z Downloaded unsafe-libyaml v0.2.11
10402026-03-13T18:20:41.034Z Downloaded vergen v9.0.6
10412026-03-13T18:20:41.034Z Downloaded toml_edit v0.23.10+spec-1.0.0
10422026-03-13T18:20:41.034Z Downloaded serde-big-array v0.5.1
10432026-03-13T18:20:41.034Z Downloaded psm v0.1.30
10442026-03-13T18:20:41.034Z Downloaded oso v0.27.3
10452026-03-13T18:20:41.034Z Downloaded postcard v1.1.3
10462026-03-13T18:20:41.054Z Downloaded poly1305 v0.8.0
10472026-03-13T18:20:41.054Z Downloaded rand_core v0.10.0
10482026-03-13T18:20:41.054Z Downloaded rand_chacha v0.9.0
10492026-03-13T18:20:41.054Z Downloaded pkcs1 v0.7.5
10502026-03-13T18:20:41.054Z Downloaded zopfli v0.8.3
10512026-03-13T18:20:41.054Z Downloaded vte v0.14.1
10522026-03-13T18:20:41.055Z Downloaded h2 v0.4.13
10532026-03-13T18:20:41.055Z Downloaded regex v1.12.3
10542026-03-13T18:20:41.055Z Downloaded typify v0.6.1
10552026-03-13T18:20:41.055Z Downloaded pin-project-internal v1.1.11
10562026-03-13T18:20:41.055Z Downloaded predicates v3.1.4
10572026-03-13T18:20:41.055Z Downloaded powerfmt v0.2.0
10582026-03-13T18:20:41.068Z Downloaded num-rational v0.4.2
10592026-03-13T18:20:41.068Z Downloaded libbz2-rs-sys v0.2.2
10602026-03-13T18:20:41.068Z Downloaded heapless v0.7.17
10612026-03-13T18:20:41.068Z Downloaded toml_edit v0.19.15
10622026-03-13T18:20:41.068Z Downloaded ron v0.12.0
10632026-03-13T18:20:41.075Z Downloaded steno v0.4.1
10642026-03-13T18:20:41.075Z Downloaded blake3 v1.8.3
10652026-03-13T18:20:41.093Z Downloaded ssh-key v0.6.7
10662026-03-13T18:20:41.093Z Downloaded zip v0.6.6
10672026-03-13T18:20:41.093Z Downloaded unicode_categories v0.1.1
10682026-03-13T18:20:41.093Z Downloaded portable-atomic v1.13.1
10692026-03-13T18:20:41.094Z Downloaded bitvec v1.0.1
10702026-03-13T18:20:41.109Z Downloaded zerocopy-derive v0.8.40
10712026-03-13T18:20:41.113Z Downloaded reqwest v0.12.28
10722026-03-13T18:20:41.117Z Downloaded yansi v1.0.1
10732026-03-13T18:20:41.117Z Downloaded lalrpop v0.19.12
10742026-03-13T18:20:41.127Z Downloaded moka v0.12.13
10752026-03-13T18:20:41.138Z Downloaded goblin v0.10.5
10762026-03-13T18:20:41.149Z Downloaded x509-cert v0.2.5
10772026-03-13T18:20:41.158Z Downloaded chrono v0.4.44
10782026-03-13T18:20:41.158Z Downloaded tower v0.5.3
10792026-03-13T18:20:41.835Z Downloaded reqwest v0.13.2
10802026-03-13T18:20:41.835Z Downloaded rustls-webpki v0.101.7
10812026-03-13T18:20:41.977Z Downloaded typed-path v0.9.3
10822026-03-13T18:20:41.977Z Downloaded rayon v1.11.0
10832026-03-13T18:20:41.977Z Downloaded petname v2.0.2
10842026-03-13T18:20:41.977Z Downloaded zip v4.6.1
10852026-03-13T18:20:41.977Z Downloaded p384 v0.13.1
10862026-03-13T18:20:41.977Z Downloaded quick-xml v0.37.5
10872026-03-13T18:20:41.977Z Downloaded unicode-normalization v0.1.25
10882026-03-13T18:20:41.977Z Downloaded unicode-segmentation v1.12.0
10892026-03-13T18:20:41.977Z Downloaded salty v0.3.0
10902026-03-13T18:20:41.977Z Downloaded tower-http v0.6.8
10912026-03-13T18:20:41.977Z Downloaded serde_with v3.17.0
10922026-03-13T18:20:41.977Z Downloaded rustls-webpki v0.102.8
10932026-03-13T18:20:41.981Z Downloaded curve25519-dalek v4.1.3
10942026-03-13T18:20:41.989Z Downloaded tough v0.20.0
10952026-03-13T18:20:41.989Z Downloaded tokio-util v0.7.18
10962026-03-13T18:20:41.989Z Downloaded winnow v0.5.40
10972026-03-13T18:20:41.989Z Downloaded nix v0.27.1
10982026-03-13T18:20:41.989Z Downloaded radix_trie v0.2.1
10992026-03-13T18:20:41.989Z Downloaded quinn-proto v0.11.13
11002026-03-13T18:20:41.989Z Downloaded object v0.30.4
11012026-03-13T18:20:41.989Z Downloaded proptest v1.10.0
11022026-03-13T18:20:41.989Z Downloaded bindgen v0.71.1
11032026-03-13T18:20:41.989Z Downloaded aws-lc-rs v1.16.0
11042026-03-13T18:20:41.989Z Downloaded winnow v0.6.26
11052026-03-13T18:20:41.989Z Downloaded rustls v0.21.12
11062026-03-13T18:20:41.989Z Downloaded polar-core v0.27.3
11072026-03-13T18:20:41.989Z Downloaded diesel v2.2.12
11082026-03-13T18:20:41.989Z Downloaded dropshot v0.16.7
11092026-03-13T18:20:41.989Z Downloaded time v0.3.47
11102026-03-13T18:20:41.989Z Downloaded nix v0.28.0
11112026-03-13T18:20:41.989Z Downloaded smoltcp v0.9.1
11122026-03-13T18:20:41.989Z Downloaded regex-syntax v0.6.29
11132026-03-13T18:20:41.989Z Downloaded nix v0.31.1
11142026-03-13T18:20:41.989Z Downloaded zlib-rs v0.6.2
11152026-03-13T18:20:41.990Z Downloaded nix v0.29.0
11162026-03-13T18:20:41.990Z Downloaded webpki-roots v1.0.6
11172026-03-13T18:20:41.990Z Downloaded zerocopy v0.8.40
11182026-03-13T18:20:41.990Z Downloaded vcpkg v0.2.15
11192026-03-13T18:20:41.993Z Downloaded smoltcp v0.11.0
11202026-03-13T18:20:41.993Z Downloaded hickory-proto v0.25.2
11212026-03-13T18:20:41.993Z Downloaded regress v0.10.5
11222026-03-13T18:20:41.993Z Downloaded rustix v0.38.44
11232026-03-13T18:20:41.993Z Downloaded regex-syntax v0.8.10
11242026-03-13T18:20:41.993Z Downloaded rustls v0.23.37
11252026-03-13T18:20:41.993Z Downloaded rustls v0.22.4
11262026-03-13T18:20:41.993Z Downloaded openapiv3 v2.2.0
11272026-03-13T18:20:41.993Z Downloaded object v0.37.3
11282026-03-13T18:20:41.993Z Downloaded hickory-proto v0.24.4
11292026-03-13T18:20:41.993Z Downloaded tabled v0.20.0
11302026-03-13T18:20:41.993Z Downloaded bstr v1.12.1
11312026-03-13T18:20:41.993Z Downloaded sqlparser v0.61.0
11322026-03-13T18:20:41.993Z Downloaded openssl v0.10.75
11332026-03-13T18:20:41.993Z Downloaded git2 v0.20.4
11342026-03-13T18:20:41.993Z Downloaded headers v0.4.1
11352026-03-13T18:20:41.993Z Downloaded tracing v0.1.44
11362026-03-13T18:20:41.993Z Downloaded sled v0.34.7
11372026-03-13T18:20:41.994Z Downloaded peg-macros v0.8.5
11382026-03-13T18:20:41.994Z Downloaded parking_lot_core v0.8.6
11392026-03-13T18:20:41.994Z Downloaded expectorate v1.2.0
11402026-03-13T18:20:41.994Z Downloaded peg-runtime v0.8.5
11412026-03-13T18:20:41.994Z Downloaded aes-gcm v0.10.3
11422026-03-13T18:20:41.994Z Downloaded progenitor-macro v0.10.0
11432026-03-13T18:20:41.994Z Downloaded peg v0.8.5
11442026-03-13T18:20:41.994Z Downloaded typify-impl v0.4.3
11452026-03-13T18:20:41.994Z Downloaded typify-impl v0.6.1
11462026-03-13T18:20:41.994Z Downloaded ratatui v0.29.0
11472026-03-13T18:20:41.994Z Downloaded zerocopy-derive v0.6.6
11482026-03-13T18:20:41.994Z Downloaded bzip2-sys v0.1.13+1.0.8
11492026-03-13T18:20:41.994Z Downloaded regex-automata v0.4.14
11502026-03-13T18:20:41.994Z Downloaded pbkdf2 v0.12.2
11512026-03-13T18:20:41.994Z Downloaded password-hash v0.5.0
11522026-03-13T18:20:41.994Z Downloaded proc-macro-crate v1.3.1
11532026-03-13T18:20:41.994Z Downloaded petgraph v0.6.5
11542026-03-13T18:20:41.994Z Downloaded precomputed-hash v0.1.1
11552026-03-13T18:20:41.994Z Downloaded aes v0.8.4
11562026-03-13T18:20:41.994Z Downloaded lzma-sys v0.1.20
11572026-03-13T18:20:41.994Z Downloaded jiff v0.2.21
11582026-03-13T18:20:41.994Z Downloaded chrono-tz v0.10.4
11592026-03-13T18:20:41.995Z Downloaded memmap2 v0.9.10
11602026-03-13T18:20:41.995Z Downloaded derive_more v2.1.1
11612026-03-13T18:20:41.995Z Downloaded petgraph v0.8.3
11622026-03-13T18:20:41.995Z Downloaded der v0.7.10
11632026-03-13T18:20:41.995Z Downloaded packed_struct v0.10.1
11642026-03-13T18:20:41.995Z Downloaded console v0.16.2
11652026-03-13T18:20:41.995Z Downloaded owo-colors v4.3.0
11662026-03-13T18:20:41.995Z Downloaded newtype-uuid v1.3.2
11672026-03-13T18:20:41.995Z Downloaded multer v3.1.0
11682026-03-13T18:20:41.995Z Downloaded indexmap v1.9.3
11692026-03-13T18:20:41.995Z Downloaded num-derive v0.3.3
11702026-03-13T18:20:41.995Z Downloaded libz-sys v1.1.24
11712026-03-13T18:20:41.995Z Downloaded num-complex v0.4.6
11722026-03-13T18:20:42.127Z Downloaded csv v1.4.0
11732026-03-13T18:20:42.127Z Downloaded litrs v1.0.0
11742026-03-13T18:20:42.127Z Downloaded ignore v0.4.25
11752026-03-13T18:20:42.127Z Downloaded crypto-bigint v0.5.5
11762026-03-13T18:20:42.127Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11772026-03-13T18:20:42.127Z Downloaded sha3 v0.10.8
11782026-03-13T18:20:42.127Z Downloaded tokio v1.49.0
11792026-03-13T18:20:42.127Z Downloaded path-slash v0.1.5
11802026-03-13T18:20:42.127Z Downloaded native-tls v0.2.18
11812026-03-13T18:20:42.127Z Downloaded num_enum_derive v0.5.11
11822026-03-13T18:20:42.127Z Downloaded impl-trait-for-tuples v0.2.3
11832026-03-13T18:20:42.127Z Downloaded getrandom v0.3.4
11842026-03-13T18:20:42.127Z Downloaded nonempty v0.12.0
11852026-03-13T18:20:42.127Z Downloaded linear-map v1.2.0
11862026-03-13T18:20:42.127Z Downloaded libsw-core v0.3.2
11872026-03-13T18:20:42.127Z Downloaded flume v0.11.1
11882026-03-13T18:20:42.128Z Downloaded elliptic-curve v0.13.8
11892026-03-13T18:20:42.130Z Downloaded dropshot_endpoint v0.16.7
11902026-03-13T18:20:42.130Z Downloaded diesel_derives v2.2.7
11912026-03-13T18:20:42.131Z Downloaded darling_core v0.23.0
11922026-03-13T18:20:42.131Z Downloaded hyper-rustls v0.27.7
11932026-03-13T18:20:42.131Z Downloaded num v0.4.3
11942026-03-13T18:20:42.131Z Downloaded httparse v1.10.1
11952026-03-13T18:20:42.131Z Downloaded libsw v3.5.0
11962026-03-13T18:20:42.134Z Downloaded libefi-sys v0.1.0
11972026-03-13T18:20:42.134Z Downloaded libscf-sys v1.1.0
11982026-03-13T18:20:42.134Z Downloaded libloading v0.8.9
11992026-03-13T18:20:42.134Z Downloaded ipnet v2.11.0
12002026-03-13T18:20:42.134Z Downloaded http-body-util v0.1.3
12012026-03-13T18:20:42.134Z Downloaded ingot v0.1.1
12022026-03-13T18:20:42.134Z Downloaded hickory-client v0.25.2
12032026-03-13T18:20:42.134Z Downloaded new_debug_unreachable v1.0.6
12042026-03-13T18:20:42.134Z Downloaded mime v0.3.17
12052026-03-13T18:20:42.134Z Downloaded indoc v2.0.7
12062026-03-13T18:20:42.134Z Downloaded half v1.8.3
12072026-03-13T18:20:42.134Z Downloaded crc-any v2.5.0
12082026-03-13T18:20:42.134Z Downloaded compact_str v0.8.1
12092026-03-13T18:20:42.134Z Downloaded lzss v0.8.2
12102026-03-13T18:20:42.134Z Downloaded lru-slab v0.1.2
12112026-03-13T18:20:42.134Z Downloaded newline-converter v0.3.0
12122026-03-13T18:20:42.135Z Downloaded futures-channel v0.3.32
12132026-03-13T18:20:42.135Z Downloaded backon v1.6.0
12142026-03-13T18:20:42.135Z Downloaded chacha20 v0.10.0
12152026-03-13T18:20:42.148Z Downloaded ciborium v0.2.2
12162026-03-13T18:20:42.148Z Downloaded cexpr v0.6.0
12172026-03-13T18:20:42.148Z Downloaded blake2 v0.10.6
12182026-03-13T18:20:42.149Z Downloaded maybe-uninit v2.0.0
12192026-03-13T18:20:42.149Z Downloaded maplit v1.0.2
12202026-03-13T18:20:42.149Z Downloaded encoding_rs v0.8.35
12212026-03-13T18:20:42.149Z Downloaded lru-cache v0.1.2
12222026-03-13T18:20:42.149Z Downloaded darling_core v0.20.11
12232026-03-13T18:20:42.149Z Downloaded const-oid v0.9.6
12242026-03-13T18:20:42.149Z Downloaded colored v2.2.0
12252026-03-13T18:20:42.149Z Downloaded clang-sys v1.8.1
12262026-03-13T18:20:42.149Z Downloaded cargo_metadata v0.19.2
12272026-03-13T18:20:42.149Z Downloaded base64ct v1.8.3
12282026-03-13T18:20:42.149Z Downloaded glob v0.3.3
12292026-03-13T18:20:42.149Z Downloaded fatfs v0.3.6
12302026-03-13T18:20:42.149Z Downloaded inout v0.1.4
12312026-03-13T18:20:42.149Z Downloaded async-trait v0.1.89
12322026-03-13T18:20:42.149Z Downloaded arc-swap v1.8.2
12332026-03-13T18:20:42.149Z Downloaded ar_archive_writer v0.5.1
12342026-03-13T18:20:42.149Z Downloaded const_format_proc_macros v0.2.34
12352026-03-13T18:20:42.262Z Downloaded chacha20poly1305 v0.10.1
12362026-03-13T18:20:42.262Z Downloaded cargo_toml v0.22.3
12372026-03-13T18:20:42.262Z Downloaded bzip2 v0.4.4
12382026-03-13T18:20:42.263Z Downloaded futures-core v0.3.32
12392026-03-13T18:20:42.263Z Downloaded des v0.8.1
12402026-03-13T18:20:42.263Z Downloaded backoff v0.4.0
12412026-03-13T18:20:42.263Z Downloaded indent_write v2.2.0
12422026-03-13T18:20:42.263Z Downloaded ring v0.17.14
12432026-03-13T18:20:42.263Z Downloaded convert_case v0.10.0
12442026-03-13T18:20:42.263Z Downloaded cbc v0.1.2
12452026-03-13T18:20:42.263Z Downloaded bit-vec v0.8.0
12462026-03-13T18:20:42.263Z Downloaded fs_extra v1.3.0
12472026-03-13T18:20:42.263Z Downloaded fs-err v2.11.0
12482026-03-13T18:20:42.263Z Downloaded bcs v0.1.6
12492026-03-13T18:20:42.263Z Downloaded crossbeam-epoch v0.9.18
12502026-03-13T18:20:42.263Z Downloaded corncobs v0.1.4
12512026-03-13T18:20:42.263Z Downloaded hubpack v0.1.2
12522026-03-13T18:20:42.263Z Downloaded diff v0.1.13
12532026-03-13T18:20:42.263Z Downloaded darling v0.21.3
12542026-03-13T18:20:42.263Z Downloaded hostname v0.3.1
12552026-03-13T18:20:42.263Z Downloaded darling v0.23.0
12562026-03-13T18:20:42.263Z Downloaded libgit2-sys v0.18.3+1.9.2
12572026-03-13T18:20:42.263Z Downloaded darling v0.20.11
12582026-03-13T18:20:42.263Z Downloaded http-body v1.0.1
12592026-03-13T18:20:42.263Z Downloaded home v0.5.12
12602026-03-13T18:20:42.263Z Downloaded hex-literal v0.4.1
12612026-03-13T18:20:42.264Z Downloaded hex v0.4.3
12622026-03-13T18:20:42.264Z Downloaded headers-core v0.3.0
12632026-03-13T18:20:42.264Z Downloaded hash32 v0.2.1
12642026-03-13T18:20:42.264Z Downloaded globwalk v0.9.1
12652026-03-13T18:20:42.264Z Downloaded const_format v0.2.35
12662026-03-13T18:20:42.264Z Downloaded allocator-api2 v0.2.21
12672026-03-13T18:20:42.264Z Downloaded foldhash v0.2.0
12682026-03-13T18:20:42.264Z Downloaded foldhash v0.1.5
12692026-03-13T18:20:42.264Z Downloaded ena v0.14.4
12702026-03-13T18:20:42.264Z Downloaded daft v0.1.5
12712026-03-13T18:20:42.264Z Downloaded cancel-safe-futures v0.1.5
12722026-03-13T18:20:42.264Z Downloaded bytes v1.11.1
12732026-03-13T18:20:42.264Z Downloaded buf-list v1.1.2
12742026-03-13T18:20:42.264Z Downloaded bit-vec v0.6.3
12752026-03-13T18:20:42.264Z Downloaded ciborium-ll v0.2.2
12762026-03-13T18:20:42.264Z Downloaded futures-sink v0.3.32
12772026-03-13T18:20:42.264Z Downloaded futures-macro v0.3.32
12782026-03-13T18:20:42.264Z Downloaded env_logger v0.11.9
12792026-03-13T18:20:42.264Z Downloaded gethostname v0.5.0
12802026-03-13T18:20:42.264Z Downloaded fallible-iterator v0.2.0
12812026-03-13T18:20:42.264Z Downloaded dropshot-api-manager v0.6.0
12822026-03-13T18:20:42.264Z Downloaded bitfield-struct v0.6.2
12832026-03-13T18:20:42.264Z Downloaded data-encoding v2.10.0
12842026-03-13T18:20:42.264Z Downloaded daft-derive v0.1.5
12852026-03-13T18:20:42.264Z Downloaded cfg_aliases v0.1.1
12862026-03-13T18:20:42.264Z Downloaded bcrypt-pbkdf v0.10.0
12872026-03-13T18:20:42.264Z Downloaded atomic-waker v1.1.2
12882026-03-13T18:20:42.264Z Downloaded fixedbitset v0.5.7
12892026-03-13T18:20:42.264Z Downloaded find-msvc-tools v0.1.9
12902026-03-13T18:20:42.265Z Downloaded diesel-dtrace v0.4.2
12912026-03-13T18:20:42.265Z Downloaded der_derive v0.7.3
12922026-03-13T18:20:42.265Z Downloaded defmt v1.0.1
12932026-03-13T18:20:42.265Z Downloaded crc8 v0.1.1
12942026-03-13T18:20:42.265Z Downloaded cpufeatures v0.3.0
12952026-03-13T18:20:42.265Z Downloaded cobs v0.3.0
12962026-03-13T18:20:42.265Z Downloaded base16ct v0.2.0
12972026-03-13T18:20:42.265Z Downloaded cargo-platform v0.1.9
12982026-03-13T18:20:42.268Z Downloaded bb8 v0.8.6
12992026-03-13T18:20:42.269Z Downloaded dropshot-api-manager-types v0.6.0
13002026-03-13T18:20:42.269Z Downloaded foreign-types v0.3.2
13012026-03-13T18:20:42.269Z Downloaded enum-as-inner v0.6.1
13022026-03-13T18:20:42.269Z Downloaded derive_builder_macro v0.20.2
13032026-03-13T18:20:42.269Z Downloaded embedded-io v0.4.0
13042026-03-13T18:20:42.269Z Downloaded atty v0.2.14
13052026-03-13T18:20:42.269Z Downloaded document-features v0.2.12
13062026-03-13T18:20:42.269Z Downloaded display-error-chain v0.2.2
13072026-03-13T18:20:42.341Z Downloaded dirs-next v2.0.0
13082026-03-13T18:20:42.342Z Downloaded cmake v0.1.57
13092026-03-13T18:20:42.342Z Downloaded bitfield v0.19.4
13102026-03-13T18:20:42.342Z Downloaded bit-set v0.8.0
13112026-03-13T18:20:42.342Z Downloaded erased-serde v0.3.31
13122026-03-13T18:20:42.342Z Downloaded crossbeam-deque v0.8.6
13132026-03-13T18:20:42.342Z Downloaded critical-section v1.2.0
13142026-03-13T18:20:42.342Z Downloaded ciborium-io v0.2.2
13152026-03-13T18:20:42.343Z Downloaded atomicwrites v0.4.4
13162026-03-13T18:20:42.343Z Downloaded derive_builder_core v0.20.2
13172026-03-13T18:20:42.343Z Downloaded defmt-macros v1.0.1
13182026-03-13T18:20:42.343Z Downloaded bit-set v0.5.3
13192026-03-13T18:20:42.343Z Downloaded base16ct v1.0.0
13202026-03-13T18:20:42.343Z Downloaded fixedbitset v0.4.2
13212026-03-13T18:20:42.343Z Downloaded dtrace-parser v0.3.0
13222026-03-13T18:20:42.343Z Downloaded dsl_auto_type v0.1.3
13232026-03-13T18:20:42.343Z Downloaded crc-catalog v2.4.0
13242026-03-13T18:20:42.343Z Downloaded cfg_aliases v0.2.1
13252026-03-13T18:20:42.343Z Downloaded block-padding v0.3.3
13262026-03-13T18:20:42.343Z Downloaded bitfield-macros v0.19.4
13272026-03-13T18:20:42.343Z Downloaded async-stream-impl v0.3.6
13282026-03-13T18:20:42.343Z Downloaded async-stream v0.3.6
13292026-03-13T18:20:42.343Z Downloaded bitflags v1.3.2
13302026-03-13T18:20:42.343Z Downloaded aead v0.5.2
13312026-03-13T18:20:42.343Z Downloaded cstr-argument v0.1.2
13322026-03-13T18:20:42.343Z Downloaded curve25519-dalek-derive v0.1.1
13332026-03-13T18:20:42.343Z Downloaded crunchy v0.2.4
13342026-03-13T18:20:42.343Z Downloaded ascii-canvas v3.0.0
13352026-03-13T18:20:42.344Z Downloaded argon2 v0.5.3
13362026-03-13T18:20:42.344Z Downloaded arrayref v0.3.9
13372026-03-13T18:20:42.344Z Downloaded arrayvec v0.7.6
13382026-03-13T18:20:42.344Z Downloaded array-init v0.0.4
13392026-03-13T18:20:42.658Z Downloaded aws-lc-sys v0.37.1
13402026-03-13T18:20:42.977Z Compiling libc v0.2.180
13412026-03-13T18:20:42.977Z Compiling serde v1.0.228
13422026-03-13T18:20:42.990Z Compiling log v0.4.29
13432026-03-13T18:20:42.990Z Compiling find-msvc-tools v0.1.9
13442026-03-13T18:20:43.165Z Compiling shlex v1.3.0
13452026-03-13T18:20:43.192Z Compiling smallvec v1.15.1
13462026-03-13T18:20:43.192Z Compiling syn v2.0.117
13472026-03-13T18:20:43.232Z Compiling typenum v1.19.0
13482026-03-13T18:20:43.428Z Compiling generic-array v0.14.7
13492026-03-13T18:20:43.428Z Compiling subtle v2.6.1
13502026-03-13T18:20:43.459Z Compiling scopeguard v1.2.0
13512026-03-13T18:20:43.546Z Compiling portable-atomic v1.13.1
13522026-03-13T18:20:43.596Z Compiling lock_api v0.4.14
13532026-03-13T18:20:43.627Z Compiling const-oid v0.9.6
13542026-03-13T18:20:43.684Z Compiling critical-section v1.2.0
13552026-03-13T18:20:43.775Z Compiling zerocopy v0.8.40
13562026-03-13T18:20:43.814Z Compiling pin-project-lite v0.2.17
13572026-03-13T18:20:44.485Z Compiling parking_lot_core v0.9.12
13582026-03-13T18:20:44.736Z Compiling serde_json v1.0.149
13592026-03-13T18:20:44.739Z Compiling pkg-config v0.3.32
13602026-03-13T18:20:44.739Z Compiling bitflags v2.11.0
13612026-03-13T18:20:44.740Z Compiling getrandom v0.2.17
13622026-03-13T18:20:44.750Z Compiling jobserver v0.1.34
13632026-03-13T18:20:44.750Z Compiling rand_core v0.6.4
13642026-03-13T18:20:44.750Z Compiling errno v0.3.14
13652026-03-13T18:20:44.964Z Compiling cc v1.2.56
13662026-03-13T18:20:44.990Z Compiling once_cell v1.21.3
13672026-03-13T18:20:45.007Z Compiling signal-hook-registry v1.4.8
13682026-03-13T18:20:45.018Z Compiling parking_lot v0.12.5
13692026-03-13T18:20:45.028Z Compiling mio v1.1.1
13702026-03-13T18:20:45.097Z Compiling libm v0.2.16
13712026-03-13T18:20:45.183Z Compiling num-traits v0.2.19
13722026-03-13T18:20:45.377Z Compiling futures-core v0.3.32
13732026-03-13T18:20:45.502Z Compiling socket2 v0.6.2
13742026-03-13T18:20:45.544Z Compiling percent-encoding v2.3.2
13752026-03-13T18:20:45.651Z Compiling allocator-api2 v0.2.21
13762026-03-13T18:20:45.682Z Compiling cpufeatures v0.2.17
13772026-03-13T18:20:45.773Z Compiling foldhash v0.2.0
13782026-03-13T18:20:45.792Z Compiling futures-sink v0.3.32
13792026-03-13T18:20:45.814Z Compiling futures-io v0.3.32
13802026-03-13T18:20:45.928Z Compiling futures-channel v0.3.32
13812026-03-13T18:20:50.240Z Compiling slab v0.4.12
13822026-03-13T18:20:50.449Z Compiling getrandom v0.4.1
13832026-03-13T18:20:50.449Z Compiling hashbrown v0.16.1
13842026-03-13T18:20:50.449Z Compiling futures-task v0.3.32
13852026-03-13T18:20:50.449Z Compiling rand_core v0.10.0
13862026-03-13T18:20:50.450Z Compiling rustversion v1.0.22
13872026-03-13T18:20:50.450Z Compiling getrandom v0.3.4
13882026-03-13T18:20:50.450Z Compiling cmake v0.1.57
13892026-03-13T18:20:50.450Z Compiling indexmap v2.13.0
13902026-03-13T18:20:50.450Z Compiling form_urlencoded v1.2.2
13912026-03-13T18:20:50.450Z Compiling fs_extra v1.3.0
13922026-03-13T18:20:50.450Z Compiling base64ct v1.8.3
13932026-03-13T18:20:50.450Z Compiling dunce v1.0.5
13942026-03-13T18:20:50.450Z Compiling synstructure v0.13.2
13952026-03-13T18:20:50.450Z Compiling ident_case v1.0.1
13962026-03-13T18:20:50.450Z Compiling aws-lc-sys v0.37.1
13972026-03-13T18:20:50.450Z Compiling pem-rfc7468 v0.7.0
13982026-03-13T18:20:50.450Z Compiling flagset v0.4.7
13992026-03-13T18:20:50.450Z Compiling rand_core v0.9.5
14002026-03-13T18:20:50.450Z Compiling rustix v1.1.3
14012026-03-13T18:20:50.450Z Compiling iana-time-zone v0.1.65
14022026-03-13T18:20:50.450Z Compiling ring v0.17.14
14032026-03-13T18:20:50.450Z Compiling uuid v1.21.0
14042026-03-13T18:20:50.450Z Compiling rustc_version v0.4.1
14052026-03-13T18:20:50.455Z Compiling regex-syntax v0.8.10
14062026-03-13T18:20:50.455Z Compiling aws-lc-rs v1.16.0
14072026-03-13T18:20:50.519Z Compiling vcpkg v0.2.15
14082026-03-13T18:20:50.519Z Compiling tracing-core v0.1.36
14092026-03-13T18:20:50.519Z Compiling crossbeam-utils v0.8.21
14102026-03-13T18:20:50.520Z Compiling pest_generator v2.8.6
14112026-03-13T18:20:50.520Z Compiling serde_derive_internals v0.29.1
14122026-03-13T18:20:50.520Z Compiling openssl-sys v0.9.111
14132026-03-13T18:20:50.520Z Compiling serde_derive v1.0.228
14142026-03-13T18:20:50.520Z Compiling zeroize_derive v1.4.3
14152026-03-13T18:20:50.520Z Compiling zerofrom-derive v0.1.6
14162026-03-13T18:20:50.520Z Compiling yoke-derive v0.8.1
14172026-03-13T18:20:50.656Z Compiling zerocopy-derive v0.8.40
14182026-03-13T18:20:51.163Z Compiling zeroize v1.8.2
14192026-03-13T18:20:51.465Z Compiling zerovec-derive v0.11.2
14202026-03-13T18:20:51.916Z Compiling displaydoc v0.2.5
14212026-03-13T18:20:52.218Z Compiling crypto-common v0.1.7
14222026-03-13T18:20:52.237Z Compiling zerofrom v0.1.6
14232026-03-13T18:20:52.396Z Compiling yoke v0.8.1
14242026-03-13T18:20:52.399Z Compiling block-buffer v0.10.4
14252026-03-13T18:20:52.623Z Compiling digest v0.10.7
14262026-03-13T18:20:52.641Z Compiling tokio-macros v2.6.0
14272026-03-13T18:20:52.749Z Compiling futures-macro v0.3.32
14282026-03-13T18:20:52.923Z Compiling zerotrie v0.2.3
14292026-03-13T18:20:52.958Z Compiling hmac v0.12.1
14302026-03-13T18:20:52.979Z Compiling zerovec v0.11.5
14312026-03-13T18:20:53.155Z Compiling block-padding v0.3.3
14322026-03-13T18:20:53.318Z Compiling inout v0.1.4
14332026-03-13T18:20:53.354Z Compiling sha2 v0.10.9
14342026-03-13T18:20:53.531Z Compiling cipher v0.4.4
14352026-03-13T18:20:53.654Z Compiling tinystr v0.8.2
14362026-03-13T18:20:53.673Z Compiling potential_utf v0.1.4
14372026-03-13T18:20:53.860Z Compiling icu_collections v2.1.1
14382026-03-13T18:20:53.886Z Compiling futures-util v0.3.32
14392026-03-13T18:20:53.906Z Compiling der_derive v0.7.3
14402026-03-13T18:20:53.923Z Compiling icu_locale_core v2.1.1
14412026-03-13T18:20:54.507Z Compiling salsa20 v0.10.2
14422026-03-13T18:20:54.669Z Compiling pbkdf2 v0.12.2
14432026-03-13T18:20:54.811Z Compiling icu_provider v2.1.1
14442026-03-13T18:20:54.916Z Compiling bytes v1.11.1
14452026-03-13T18:20:55.159Z Compiling icu_normalizer v2.1.1
14462026-03-13T18:20:55.178Z Compiling icu_properties v2.1.2
14472026-03-13T18:20:55.197Z Compiling der v0.7.10
14482026-03-13T18:20:55.197Z Compiling chrono v0.4.44
14492026-03-13T18:20:55.761Z Compiling tokio v1.49.0
14502026-03-13T18:20:55.881Z Compiling http v1.4.0
14512026-03-13T18:20:56.762Z Compiling idna_adapter v1.2.1
14522026-03-13T18:20:56.843Z Compiling spki v0.7.3
14532026-03-13T18:20:56.932Z Compiling idna v1.1.0
14542026-03-13T18:20:57.070Z Compiling thiserror-impl v2.0.18
14552026-03-13T18:20:57.103Z Compiling scrypt v0.11.0
14562026-03-13T18:20:57.141Z Compiling ppv-lite86 v0.2.21
14572026-03-13T18:20:57.165Z Compiling aes v0.8.4
14582026-03-13T18:20:57.368Z Compiling url v2.5.8
14592026-03-13T18:20:57.433Z Compiling cbc v0.1.2
14602026-03-13T18:20:57.604Z Compiling rand_chacha v0.9.0
14612026-03-13T18:20:57.622Z Compiling rustls-pki-types v1.14.0
14622026-03-13T18:20:57.821Z Compiling tracing-attributes v0.1.31
14632026-03-13T18:20:58.227Z Compiling rand v0.9.2
14642026-03-13T18:20:58.432Z Compiling pkcs5 v0.7.1
14652026-03-13T18:20:58.525Z Compiling http-body v1.0.1
14662026-03-13T18:20:58.670Z Compiling syn v1.0.109
14672026-03-13T18:20:58.713Z Compiling schemars v0.8.22
14682026-03-13T18:20:58.904Z Compiling thiserror v2.0.18
14692026-03-13T18:20:58.987Z Compiling httparse v1.10.1
14702026-03-13T18:20:59.038Z Compiling openssl-probe v0.2.1
14712026-03-13T18:20:59.071Z Compiling untrusted v0.9.0
14722026-03-13T18:20:59.090Z Compiling base64 v0.22.1
14732026-03-13T18:20:59.233Z Compiling untrusted v0.7.1
14742026-03-13T18:20:59.363Z Compiling pkcs8 v0.10.2
14752026-03-13T18:20:59.385Z Compiling schemars_derive v0.8.22
14762026-03-13T18:20:59.505Z Compiling pest_derive v2.8.6
14772026-03-13T18:20:59.523Z Compiling scroll_derive v0.13.1
14782026-03-13T18:20:59.675Z Compiling tracing v0.1.44
14792026-03-13T18:21:00.023Z Compiling darling_core v0.20.11
14802026-03-13T18:21:00.075Z Compiling tinyvec_macros v0.1.1
14812026-03-13T18:21:00.166Z Compiling dyn-clone v1.0.20
14822026-03-13T18:21:00.346Z Compiling atomic-waker v1.1.2
14832026-03-13T18:21:00.427Z Compiling tower-service v0.3.3
14842026-03-13T18:21:00.502Z Compiling tower-layer v0.3.3
14852026-03-13T18:21:00.550Z Compiling try-lock v0.2.5
14862026-03-13T18:21:00.616Z Compiling rustls v0.23.37
14872026-03-13T18:21:00.686Z Compiling want v0.3.1
14882026-03-13T18:21:00.713Z Compiling scroll v0.13.0
14892026-03-13T18:21:00.852Z Compiling tinyvec v1.10.0
14902026-03-13T18:21:01.066Z Compiling tokio-util v0.7.18
14912026-03-13T18:21:01.342Z Compiling ipnet v2.11.0
14922026-03-13T18:21:01.757Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-13T18:21:02.092Z Compiling h2 v0.4.13
14942026-03-13T18:21:02.292Z Compiling spin v0.9.8
14952026-03-13T18:21:02.550Z Compiling aho-corasick v1.1.4
14962026-03-13T18:21:02.579Z Compiling time-core v0.1.8
14972026-03-13T18:21:02.780Z Compiling openssl v0.10.75
14982026-03-13T18:21:02.985Z Compiling num-conv v0.2.0
14992026-03-13T18:21:03.098Z Compiling crc32fast v1.5.0
15002026-03-13T18:21:03.164Z Compiling powerfmt v0.2.0
15012026-03-13T18:21:03.354Z Compiling darling_macro v0.20.11
15022026-03-13T18:21:03.430Z Compiling httpdate v1.0.3
15032026-03-13T18:21:03.459Z Compiling pin-utils v0.1.0
15042026-03-13T18:21:03.556Z Compiling foreign-types-shared v0.1.1
15052026-03-13T18:21:03.669Z Compiling regex-automata v0.4.14
15062026-03-13T18:21:03.717Z Compiling foreign-types v0.3.2
15072026-03-13T18:21:03.828Z Compiling deranged v0.5.8
15082026-03-13T18:21:03.868Z Compiling time-macros v0.2.27
15092026-03-13T18:21:03.978Z Compiling darling v0.20.11
15102026-03-13T18:21:04.112Z Compiling tempfile v3.25.0
15112026-03-13T18:21:04.938Z Compiling goblin v0.10.5
15122026-03-13T18:21:05.341Z Compiling thiserror-impl v1.0.69
15132026-03-13T18:21:06.063Z Compiling openssl-macros v0.1.1
15142026-03-13T18:21:06.619Z Compiling hyper v1.8.1
15152026-03-13T18:21:07.054Z Compiling wait-timeout v0.2.1
15162026-03-13T18:21:07.114Z Compiling socket2 v0.5.10
15172026-03-13T18:21:07.395Z Compiling simd-adler32 v0.3.8
15182026-03-13T18:21:07.535Z Compiling num_threads v0.1.7
15192026-03-13T18:21:07.657Z Compiling quick-error v1.2.3
15202026-03-13T18:21:07.676Z Compiling siphasher v1.0.2
15212026-03-13T18:21:07.731Z Compiling native-tls v0.2.18
15222026-03-13T18:21:07.791Z Compiling bit-vec v0.8.0
15232026-03-13T18:21:07.928Z Compiling either v1.15.0
15242026-03-13T18:21:08.020Z Compiling usdt-impl v0.6.0
15252026-03-13T18:21:08.097Z Compiling hyper-util v0.1.20
15262026-03-13T18:21:08.200Z Compiling bit-set v0.8.0
15272026-03-13T18:21:08.340Z Compiling rusty-fork v0.3.1
15282026-03-13T18:21:08.410Z Compiling time v0.3.47
15292026-03-13T18:21:08.759Z Compiling thiserror v1.0.69
15302026-03-13T18:21:08.892Z Compiling dof v0.4.0
15312026-03-13T18:21:09.474Z Compiling derive_builder_core v0.20.2
15322026-03-13T18:21:10.610Z Compiling unicode-normalization v0.1.25
15332026-03-13T18:21:10.630Z Compiling crossbeam-epoch v0.9.18
15342026-03-13T18:21:10.656Z Compiling dtrace-parser v0.3.0
15352026-03-13T18:21:10.707Z Compiling rustls-native-certs v0.8.3
15362026-03-13T18:21:11.049Z Compiling signature v2.2.0
15372026-03-13T18:21:11.086Z Compiling scroll_derive v0.12.1
15382026-03-13T18:21:11.145Z Compiling heapless v0.7.17
15392026-03-13T18:21:11.218Z Compiling rand_xorshift v0.4.0
15402026-03-13T18:21:11.275Z Compiling slog v2.8.2
15412026-03-13T18:21:11.426Z Compiling darling_core v0.21.3
15422026-03-13T18:21:11.482Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-13T18:21:11.529Z Compiling sync_wrapper v1.0.2
15442026-03-13T18:21:11.675Z Compiling thread-id v5.1.0
15452026-03-13T18:21:11.763Z Compiling cookie v0.18.1
15462026-03-13T18:21:11.782Z Compiling anyhow v1.0.102
15472026-03-13T18:21:11.893Z Compiling signal-hook v0.3.18
15482026-03-13T18:21:12.020Z Compiling adler2 v2.0.1
15492026-03-13T18:21:12.020Z Compiling unicode-properties v0.1.4
15502026-03-13T18:21:12.135Z Compiling paste v1.0.15
15512026-03-13T18:21:12.187Z Compiling unicode-bidi v0.3.18
15522026-03-13T18:21:12.211Z Compiling unarray v0.1.4
15532026-03-13T18:21:12.307Z Compiling zstd-safe v7.2.4
15542026-03-13T18:21:12.350Z Compiling unicode-segmentation v1.12.0
15552026-03-13T18:21:12.501Z Compiling rayon-core v1.13.0
15562026-03-13T18:21:12.639Z Compiling stringprep v0.1.5
15572026-03-13T18:21:12.802Z Compiling proptest v1.10.0
15582026-03-13T18:21:12.953Z Compiling miniz_oxide v0.8.9
15592026-03-13T18:21:12.990Z Compiling scroll v0.12.0
15602026-03-13T18:21:13.337Z Compiling tower v0.5.3
15612026-03-13T18:21:13.639Z Compiling crossbeam-deque v0.8.6
15622026-03-13T18:21:13.797Z Compiling derive_builder_macro v0.20.2
15632026-03-13T18:21:13.826Z Compiling ipnetwork v0.21.1
15642026-03-13T18:21:13.885Z Compiling http-body-util v0.1.3
15652026-03-13T18:21:13.969Z Compiling webpki-roots v1.0.6
15662026-03-13T18:21:14.034Z Compiling rand_chacha v0.3.1
15672026-03-13T18:21:14.125Z Compiling toml_datetime v0.6.11
15682026-03-13T18:21:14.207Z Compiling serde_tokenstream v0.2.3
15692026-03-13T18:21:14.354Z Compiling erased-serde v0.3.31
15702026-03-13T18:21:14.411Z Compiling serde_spanned v0.6.9
15712026-03-13T18:21:14.470Z Compiling md-5 v0.10.6
15722026-03-13T18:21:14.600Z Compiling zerocopy-derive v0.7.35
15732026-03-13T18:21:14.619Z Compiling curve25519-dalek v4.1.3
15742026-03-13T18:21:14.682Z Compiling vergen-lib v0.1.6
15752026-03-13T18:21:14.949Z Compiling num-integer v0.1.46
15762026-03-13T18:21:15.053Z Compiling darling_macro v0.21.3
15772026-03-13T18:21:15.084Z Compiling hash32 v0.2.1
15782026-03-13T18:21:15.087Z Compiling ff v0.13.1
15792026-03-13T18:21:15.125Z Compiling memoffset v0.9.1
15802026-03-13T18:21:15.278Z Compiling ref-cast v1.0.25
15812026-03-13T18:21:15.330Z Compiling ryu v1.0.23
15822026-03-13T18:21:15.378Z Compiling psl-types v2.0.11
15832026-03-13T18:21:15.397Z Compiling zlib-rs v0.6.2
15842026-03-13T18:21:15.538Z Compiling rustix v0.38.44
15852026-03-13T18:21:15.573Z Compiling num-bigint-dig v0.8.6
15862026-03-13T18:21:15.690Z Compiling cfg_aliases v0.2.1
15872026-03-13T18:21:15.708Z Compiling base16ct v0.2.0
15882026-03-13T18:21:15.782Z Compiling iri-string v0.7.10
15892026-03-13T18:21:15.800Z Compiling fallible-iterator v0.2.0
15902026-03-13T18:21:15.829Z Compiling smoltcp v0.9.1
15912026-03-13T18:21:15.933Z Compiling litrs v1.0.0
15922026-03-13T18:21:16.115Z Compiling newtype-uuid v1.3.2
15932026-03-13T18:21:16.205Z Compiling postgres-protocol v0.6.10
15942026-03-13T18:21:16.299Z Compiling sec1 v0.7.3
15952026-03-13T18:21:16.604Z Compiling zerocopy v0.7.35
15962026-03-13T18:21:16.696Z Compiling document-features v0.2.12
15972026-03-13T18:21:16.733Z Compiling nix v0.31.1
15982026-03-13T18:21:17.007Z Compiling darling v0.21.3
15992026-03-13T18:21:17.174Z Compiling publicsuffix v2.3.0
16002026-03-13T18:21:17.270Z Compiling serde_urlencoded v0.7.1
16012026-03-13T18:21:17.504Z Compiling tower-http v0.6.8
16022026-03-13T18:21:17.523Z Compiling num-iter v0.1.45
16032026-03-13T18:21:17.605Z Compiling group v0.13.0
16042026-03-13T18:21:17.864Z Compiling derive_builder v0.20.2
16052026-03-13T18:21:18.016Z Compiling rand v0.8.5
16062026-03-13T18:21:18.035Z Compiling oxnet v0.1.4
16072026-03-13T18:21:18.073Z Compiling proc-macro-error v1.0.4
16082026-03-13T18:21:18.419Z Compiling tokio-native-tls v0.3.1
16092026-03-13T18:21:18.449Z Compiling goblin v0.8.2
16102026-03-13T18:21:19.165Z Compiling heck v0.4.1
16112026-03-13T18:21:19.340Z Compiling phf_shared v0.13.1
16122026-03-13T18:21:19.343Z Compiling hubpack_derive v0.1.1
16132026-03-13T18:21:19.449Z Compiling regex v1.12.3
16142026-03-13T18:21:19.700Z Compiling flate2 v1.1.9
16152026-03-13T18:21:19.938Z Compiling lazy_static v1.5.0
16162026-03-13T18:21:19.996Z Compiling cargo-platform v0.1.9
16172026-03-13T18:21:20.013Z Compiling hkdf v0.12.4
16182026-03-13T18:21:20.053Z Compiling crypto-bigint v0.5.5
16192026-03-13T18:21:20.056Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-13T18:21:20.216Z Compiling daft-derive v0.1.5
16212026-03-13T18:21:20.266Z Compiling async-trait v0.1.89
16222026-03-13T18:21:20.331Z Compiling strum_macros v0.27.2
16232026-03-13T18:21:20.956Z Compiling ref-cast-impl v1.0.25
16242026-03-13T18:21:21.190Z Compiling terminal_size v0.4.3
16252026-03-13T18:21:21.360Z Compiling vergen v9.0.6
16262026-03-13T18:21:21.758Z Compiling fs-err v3.3.0
16272026-03-13T18:21:21.768Z Compiling ahash v0.8.12
16282026-03-13T18:21:21.795Z Compiling bumpalo v3.20.2
16292026-03-13T18:21:21.913Z Compiling bitflags v1.3.2
16302026-03-13T18:21:22.007Z Compiling managed v0.8.0
16312026-03-13T18:21:22.010Z Compiling object v0.37.3
16322026-03-13T18:21:22.132Z Compiling foldhash v0.1.5
16332026-03-13T18:21:22.296Z Compiling winnow v0.5.40
16342026-03-13T18:21:22.356Z Compiling libbz2-rs-sys v0.2.2
16352026-03-13T18:21:22.445Z Compiling hashbrown v0.15.5
16362026-03-13T18:21:23.081Z Compiling strum v0.27.2
16372026-03-13T18:21:23.197Z Compiling bzip2 v0.6.1
16382026-03-13T18:21:23.270Z Compiling console v0.16.2
16392026-03-13T18:21:23.355Z Compiling zopfli v0.8.3
16402026-03-13T18:21:23.587Z Compiling clap_builder v4.5.60
16412026-03-13T18:21:23.653Z Compiling elliptic-curve v0.13.8
16422026-03-13T18:21:24.027Z Compiling toml_edit v0.19.15
16432026-03-13T18:21:24.232Z Compiling dof v0.3.0
16442026-03-13T18:21:24.305Z Compiling daft v0.1.5
16452026-03-13T18:21:24.361Z Compiling cargo_metadata v0.19.2
16462026-03-13T18:21:25.276Z Compiling hubpack v0.1.2
16472026-03-13T18:21:25.567Z Compiling phf v0.13.1
16482026-03-13T18:21:25.785Z Compiling zone_cfg_derive v0.3.1
16492026-03-13T18:21:26.235Z Compiling zstd v0.13.3
16502026-03-13T18:21:26.650Z Compiling signal-hook-mio v0.2.5
16512026-03-13T18:21:26.708Z Compiling cookie_store v0.22.1
16522026-03-13T18:21:27.309Z Compiling hyper-tls v0.6.0
16532026-03-13T18:21:27.607Z Compiling rayon v1.11.0
16542026-03-13T18:21:27.626Z Compiling bzip2 v0.4.4
16552026-03-13T18:21:27.808Z Compiling serde_with_macros v3.17.0
16562026-03-13T18:21:27.849Z Compiling postgres-types v0.2.12
16572026-03-13T18:21:28.037Z Compiling usdt-attr-macro v0.6.0
16582026-03-13T18:21:28.974Z Compiling usdt-macro v0.6.0
16592026-03-13T18:21:28.990Z Compiling ed25519 v2.2.3
16602026-03-13T18:21:29.130Z Compiling dtrace-parser v0.2.0
16612026-03-13T18:21:29.415Z Compiling itertools v0.12.1
16622026-03-13T18:21:29.583Z Compiling phf_shared v0.11.3
16632026-03-13T18:21:29.626Z Compiling bstr v1.12.1
16642026-03-13T18:21:29.785Z Compiling pkcs1 v0.7.5
16652026-03-13T18:21:29.859Z Compiling hex v0.4.3
16662026-03-13T18:21:30.143Z Compiling serde-big-array v0.5.1
16672026-03-13T18:21:30.226Z Compiling rfc6979 v0.4.0
16682026-03-13T18:21:30.245Z Compiling enum-as-inner v0.6.1
16692026-03-13T18:21:30.337Z Compiling clap_derive v4.5.55
16702026-03-13T18:21:30.337Z Compiling strum_macros v0.26.4
16712026-03-13T18:21:30.382Z Compiling serde_repr v0.1.20
16722026-03-13T18:21:30.529Z Compiling float-cmp v0.10.0
16732026-03-13T18:21:30.724Z Compiling memmap2 v0.9.10
16742026-03-13T18:21:30.928Z Compiling thread-id v4.2.2
16752026-03-13T18:21:31.010Z Compiling env_filter v1.0.0
16762026-03-13T18:21:31.040Z Compiling encoding_rs v0.8.35
16772026-03-13T18:21:31.112Z Compiling precomputed-hash v0.1.1
16782026-03-13T18:21:31.132Z Compiling fixedbitset v0.5.7
16792026-03-13T18:21:31.229Z Compiling jiff v0.2.21
16802026-03-13T18:21:31.418Z Compiling difflib v0.4.0
16812026-03-13T18:21:31.573Z Compiling static_assertions v1.1.0
16822026-03-13T18:21:31.690Z Compiling whoami v2.1.0
16832026-03-13T18:21:32.059Z Compiling new_debug_unreachable v1.0.6
16842026-03-13T18:21:32.153Z Compiling data-encoding v2.10.0
16852026-03-13T18:21:32.208Z Compiling rustc-hash v2.1.1
16862026-03-13T18:21:32.226Z Compiling unit-prefix v0.5.2
16872026-03-13T18:21:32.367Z Compiling fixedbitset v0.4.2
16882026-03-13T18:21:32.409Z Compiling keccak v0.1.6
16892026-03-13T18:21:32.661Z Compiling normalize-line-endings v0.3.0
16902026-03-13T18:21:32.788Z Compiling mime v0.3.17
16912026-03-13T18:21:32.839Z Compiling predicates-core v1.0.10
16922026-03-13T18:21:32.842Z Compiling clap v4.5.60
16932026-03-13T18:21:32.960Z Compiling strum v0.26.3
16942026-03-13T18:21:33.072Z Compiling predicates v3.1.4
16952026-03-13T18:21:33.116Z Compiling sha3 v0.10.8
16962026-03-13T18:21:33.135Z Compiling petgraph v0.6.5
16972026-03-13T18:21:33.139Z Compiling hickory-proto v0.25.2
16982026-03-13T18:21:33.172Z Compiling indicatif v0.18.4
16992026-03-13T18:21:33.527Z Compiling iddqd v0.3.17
17002026-03-13T18:21:33.749Z Compiling string_cache v0.8.9
17012026-03-13T18:21:33.973Z Compiling tokio-postgres v0.7.16
17022026-03-13T18:21:34.069Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-13T18:21:34.343Z Compiling petgraph v0.8.3
17042026-03-13T18:21:35.111Z Compiling zip v4.6.1
17052026-03-13T18:21:35.218Z Compiling env_logger v0.11.9
17062026-03-13T18:21:35.723Z Compiling toml_edit v0.22.27
17072026-03-13T18:21:36.407Z Compiling usdt-impl v0.5.0
17082026-03-13T18:21:36.928Z Compiling zone v0.3.1
17092026-03-13T18:21:37.133Z Compiling usdt v0.6.0
17102026-03-13T18:21:37.226Z Compiling ecdsa v0.16.9
17112026-03-13T18:21:37.246Z Compiling similar v2.7.0
17122026-03-13T18:21:37.466Z Compiling serde_with v3.17.0
17132026-03-13T18:21:37.748Z Compiling rsa v0.9.10
17142026-03-13T18:21:37.829Z Compiling crossterm v0.28.1
17152026-03-13T18:21:37.857Z Compiling ed25519-dalek v2.2.0
17162026-03-13T18:21:38.772Z Compiling zip v0.6.6
17172026-03-13T18:21:39.608Z Compiling toml v0.7.8
17182026-03-13T18:21:39.981Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-13T18:21:40.085Z Compiling itertools v0.13.0
17202026-03-13T18:21:40.190Z Compiling tokio-stream v0.1.18
17212026-03-13T18:21:40.453Z Compiling buf-list v1.1.2
17222026-03-13T18:21:40.504Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-13T18:21:40.810Z Compiling x509-cert v0.2.5
17242026-03-13T18:21:40.829Z Compiling openapiv3 v2.2.0
17252026-03-13T18:21:40.847Z Compiling sha1 v0.10.6
17262026-03-13T18:21:40.937Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-13T18:21:41.137Z Compiling peg-runtime v0.8.5
17282026-03-13T18:21:41.328Z Compiling lalrpop-util v0.19.12
17292026-03-13T18:21:41.522Z Compiling thread_local v1.1.9
17302026-03-13T18:21:41.626Z Compiling slog-async v2.8.0
17312026-03-13T18:21:41.812Z Compiling crossbeam-channel v0.5.15
17322026-03-13T18:21:41.866Z Compiling futures-executor v0.3.32
17332026-03-13T18:21:42.070Z Compiling filetime v0.2.27
17342026-03-13T18:21:42.197Z Compiling is-terminal v0.4.17
17352026-03-13T18:21:42.228Z Compiling take_mut v0.2.2
17362026-03-13T18:21:42.293Z Compiling term v1.2.1
17372026-03-13T18:21:42.316Z Compiling xattr v1.6.1
17382026-03-13T18:21:42.422Z Compiling futures v0.3.32
17392026-03-13T18:21:42.520Z Compiling tar v0.4.44
17402026-03-13T18:21:42.997Z Compiling slog-term v2.9.2
17412026-03-13T18:21:49.705Z Compiling rustls-webpki v0.103.9
17422026-03-13T18:21:53.756Z Compiling tokio-rustls v0.26.4
17432026-03-13T18:21:53.756Z Compiling rustls-platform-verifier v0.6.2
17442026-03-13T18:21:54.027Z Compiling hyper-rustls v0.27.7
17452026-03-13T18:21:54.287Z Compiling reqwest v0.13.2
17462026-03-13T18:21:54.305Z Compiling reqwest v0.12.28
17472026-03-13T18:21:57.288Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-13T18:21:57.592Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-13T18:22:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17502026-03-13T18:22:01.639Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-13T18:22:01.703ZMar 13 18:22:00.277 INFO Starting download, target: Clickhouse
17522026-03-13T18:22:01.703ZMar 13 18:22:00.277 INFO Starting download, target: TransceiverControl
17532026-03-13T18:22:01.703ZMar 13 18:22:00.277 INFO Starting download, target: DendriteStub
17542026-03-13T18:22:01.703ZMar 13 18:22:00.277 INFO Starting download, target: Console
17552026-03-13T18:22:01.712ZMar 13 18:22:00.277 INFO Starting download, target: MaghemiteMgd
17562026-03-13T18:22:01.712ZMar 13 18:22:00.277 INFO Starting download, target: Cockroach
17572026-03-13T18:22:01.712ZMar 13 18:22:00.277 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-13T18:22:01.712ZMar 13 18:22:00.277 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-13T18:22:01.712ZMar 13 18:22:00.277 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-13T18:22:01.712ZMar 13 18:22:00.277 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-13T18:22:01.713ZMar 13 18:22:00.277 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-13T18:22:01.713ZMar 13 18:22:00.277 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-13T18:22:02.200ZMar 13 18:22:00.754 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-13T18:22:02.550ZMar 13 18:22:01.118 INFO Download complete, target: TransceiverControl
17652026-03-13T18:22:02.716ZMar 13 18:22:01.267 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-13T18:22:03.091ZMar 13 18:22:01.653 INFO Download complete, target: Console
17672026-03-13T18:22:03.662ZMar 13 18:22:02.179 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-13T18:22:03.699ZMar 13 18:22:02.226 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-13T18:22:04.118ZMar 13 18:22:02.688 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-13T18:22:04.881ZMar 13 18:22:03.456 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-13T18:22:04.881ZMar 13 18:22:03.456 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-13T18:22:07.537ZMar 13 18:22:06.112 INFO Download complete, target: DendriteStub
17732026-03-13T18:22:07.601ZMar 13 18:22:06.175 INFO Download complete, target: MaghemiteMgd
17742026-03-13T18:22:13.175ZMar 13 18:22:11.734 INFO Checking that binary works, target: Cockroach
17752026-03-13T18:22:13.288ZMar 13 18:22:11.858 INFO Download complete, target: Cockroach
17762026-03-13T18:22:15.879ZMar 13 18:22:14.448 INFO Checking that binary works, target: Clickhouse
17772026-03-13T18:22:16.049ZMar 13 18:22:14.624 INFO Download complete, target: Clickhouse
17782026-03-13T18:22:16.070ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-13T18:22:16.077Z
17802026-03-13T18:22:16.077Zreal 4:01.542109101
17812026-03-13T18:22:16.077Zuser 10:35.653720584
17822026-03-13T18:22:16.077Zsys 1:52.005332683
17832026-03-13T18:22:16.078Ztrap 0.315559423
17842026-03-13T18:22:16.078Ztflt 0.676274873
17852026-03-13T18:22:16.078Zdflt 0.605316123
17862026-03-13T18:22:16.078Zkflt 0.023435250
17872026-03-13T18:22:16.078Zlock 22:38.377298411
17882026-03-13T18:22:16.078Zslp 38:38.690668150
17892026-03-13T18:22:16.078Zlat 55.097107897
17902026-03-13T18:22:16.078Zstop 2:39.167524715
17912026-03-13T18:22:16.078Z+ banner hack-check
17922026-03-13T18:22:16.078Z
17932026-03-13T18:22:16.078Z # # ## #### # # #### # # ###### #### # #
17942026-03-13T18:22:16.078Z # # # # # # # # # # # # # # # # #
17952026-03-13T18:22:16.078Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-13T18:22:16.078Z # # ###### # # # # # # # # # #
17972026-03-13T18:22:16.078Z # # # # # # # # # # # # # # # # #
17982026-03-13T18:22:16.078Z # # # # #### # # #### # # ###### #### # #
17992026-03-13T18:22:16.079Z
18002026-03-13T18:22:16.079Z+ export CARGO_INCREMENTAL=0
18012026-03-13T18:22:16.079Z+ CARGO_INCREMENTAL=0
18022026-03-13T18:22:16.079Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-13T18:22:16.805Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-13T18:22:17.031Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-13T18:22:19.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18062026-03-13T18:22:19.786Z Running `target/debug/xtask check-features --ci`
18072026-03-13T18:22:19.812Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-13T18:22:19.812Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-13T18:22:20.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18102026-03-13T18:22:20.430Z Running `target/debug/xtask download cargo-hack`
18112026-03-13T18:22:21.407Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-13T18:22:21.813Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-13T18:22:25.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
18142026-03-13T18:22:25.382Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-13T18:22:25.423ZMar 13 18:22:23.996 INFO Starting download, target: CargoHack
18162026-03-13T18:22:25.428ZMar 13 18:22:23.996 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-13T18:22:25.924ZMar 13 18:22:24.497 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-13T18:22:26.002ZMar 13 18:22:24.574 INFO Download complete, target: CargoHack
18192026-03-13T18:22:26.007Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-03-13T18:22:26.022Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-13T18:22:26.893Zinfo: running `cargo check --bins` on api_identity (1/257)
18222026-03-13T18:22:26.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-13T18:22:26.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-13T18:22:26.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-13T18:22:26.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18262026-03-13T18:22:27.002Z
18272026-03-13T18:22:27.003Zinfo: running `cargo check --bins` on bootstore (2/257)
18282026-03-13T18:22:28.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-13T18:22:28.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-13T18:22:28.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-13T18:22:28.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18322026-03-13T18:22:28.212Z
18332026-03-13T18:22:28.212Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18342026-03-13T18:22:28.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-13T18:22:28.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-13T18:22:28.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-13T18:22:28.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18382026-03-13T18:22:28.667Z
18392026-03-13T18:22:28.667Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18402026-03-13T18:22:29.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-13T18:22:29.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-13T18:22:29.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-13T18:22:29.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18442026-03-13T18:22:29.300Z
18452026-03-13T18:22:29.300Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18462026-03-13T18:22:30.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-13T18:22:30.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-13T18:22:30.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-13T18:22:30.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18502026-03-13T18:22:30.384Z
18512026-03-13T18:22:30.384Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18522026-03-13T18:22:30.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-13T18:22:30.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-13T18:22:30.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-13T18:22:30.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18562026-03-13T18:22:30.848Z
18572026-03-13T18:22:30.849Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18582026-03-13T18:22:31.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-13T18:22:31.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-13T18:22:31.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-13T18:22:31.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18622026-03-13T18:22:31.627Z
18632026-03-13T18:22:31.628Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18642026-03-13T18:22:32.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-13T18:22:32.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-13T18:22:32.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-13T18:22:32.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18682026-03-13T18:22:32.400Z
18692026-03-13T18:22:32.400Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18702026-03-13T18:22:32.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-13T18:22:32.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-13T18:22:32.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-13T18:22:32.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-13T18:22:33.012Z
18752026-03-13T18:22:33.012Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18762026-03-13T18:22:33.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-13T18:22:33.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-13T18:22:33.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-13T18:22:33.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18802026-03-13T18:22:33.618Z
18812026-03-13T18:22:33.618Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18822026-03-13T18:22:34.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-13T18:22:34.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-13T18:22:34.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-13T18:22:34.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-13T18:22:34.223Z
18872026-03-13T18:22:34.223Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18882026-03-13T18:22:34.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-13T18:22:34.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-13T18:22:34.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-13T18:22:34.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-13T18:22:34.831Z
18932026-03-13T18:22:34.831Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18942026-03-13T18:22:38.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-13T18:22:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-13T18:22:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-13T18:22:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-13T18:22:38.884Z
18992026-03-13T18:22:38.884Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19002026-03-13T18:22:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-13T18:22:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-13T18:22:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-13T18:22:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19042026-03-13T18:22:38.884Z
19052026-03-13T18:22:38.884Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19062026-03-13T18:22:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-13T18:22:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-13T18:22:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-13T18:22:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19102026-03-13T18:22:38.884Z
19112026-03-13T18:22:38.884Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19122026-03-13T18:22:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-13T18:22:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-13T18:22:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-13T18:22:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-13T18:22:38.884Z
19172026-03-13T18:22:38.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19182026-03-13T18:22:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-13T18:22:38.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-13T18:22:38.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-13T18:22:38.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19222026-03-13T18:22:38.885Z
19232026-03-13T18:22:38.885Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19242026-03-13T18:22:38.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-13T18:22:38.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-13T18:22:38.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-13T18:22:38.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19282026-03-13T18:22:38.885Z
19292026-03-13T18:22:38.885Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19302026-03-13T18:22:39.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-13T18:22:39.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-13T18:22:39.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-13T18:22:39.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19342026-03-13T18:22:39.164Z
19352026-03-13T18:22:39.170Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19362026-03-13T18:22:39.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-13T18:22:39.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-13T18:22:39.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-13T18:22:39.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19402026-03-13T18:22:39.727Z
19412026-03-13T18:22:39.728Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19422026-03-13T18:22:40.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-13T18:22:40.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-13T18:22:40.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-13T18:22:40.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19462026-03-13T18:22:40.372Z
19472026-03-13T18:22:40.372Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19482026-03-13T18:22:40.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-13T18:22:40.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-13T18:22:40.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-13T18:22:40.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19522026-03-13T18:22:40.961Z
19532026-03-13T18:22:40.961Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19542026-03-13T18:22:41.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-13T18:22:41.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-13T18:22:41.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-13T18:22:41.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19582026-03-13T18:22:41.589Z
19592026-03-13T18:22:41.590Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19602026-03-13T18:22:42.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-13T18:22:42.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-13T18:22:42.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-13T18:22:42.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19642026-03-13T18:22:42.189Z
19652026-03-13T18:22:42.189Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19662026-03-13T18:22:42.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-13T18:22:42.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-13T18:22:42.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-13T18:22:42.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19702026-03-13T18:22:42.805Z
19712026-03-13T18:22:42.806Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19722026-03-13T18:22:43.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-13T18:22:43.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-13T18:22:43.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-13T18:22:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19762026-03-13T18:22:43.417Z
19772026-03-13T18:22:43.417Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19782026-03-13T18:22:43.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-13T18:22:43.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-13T18:22:43.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-13T18:22:43.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19822026-03-13T18:22:44.027Z
19832026-03-13T18:22:44.028Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19842026-03-13T18:22:44.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-13T18:22:44.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-13T18:22:44.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-13T18:22:44.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19882026-03-13T18:22:44.643Z
19892026-03-13T18:22:44.643Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19902026-03-13T18:22:45.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-13T18:22:45.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-13T18:22:45.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-13T18:22:45.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19942026-03-13T18:22:45.271Z
19952026-03-13T18:22:45.272Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19962026-03-13T18:22:45.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-13T18:22:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-13T18:22:45.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-13T18:22:45.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-13T18:22:45.938Z
20012026-03-13T18:22:45.938Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20022026-03-13T18:22:46.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-13T18:22:46.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-13T18:22:46.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-13T18:22:46.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-13T18:22:46.469Z
20072026-03-13T18:22:46.469Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20082026-03-13T18:22:47.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-13T18:22:47.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-13T18:22:47.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-13T18:22:47.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20122026-03-13T18:22:47.079Z
20132026-03-13T18:22:47.079Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20142026-03-13T18:22:47.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-13T18:22:47.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-13T18:22:47.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-13T18:22:47.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-13T18:22:47.689Z
20192026-03-13T18:22:47.689Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20202026-03-13T18:22:48.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-13T18:22:48.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-13T18:22:48.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-13T18:22:48.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20242026-03-13T18:22:48.300Z
20252026-03-13T18:22:48.300Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20262026-03-13T18:22:48.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-13T18:22:48.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-13T18:22:48.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-13T18:22:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20302026-03-13T18:22:48.910Z
20312026-03-13T18:22:48.910Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20322026-03-13T18:22:49.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-13T18:22:49.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-13T18:22:49.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-13T18:22:49.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20362026-03-13T18:22:49.522Z
20372026-03-13T18:22:49.522Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20382026-03-13T18:22:50.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-13T18:22:50.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-13T18:22:50.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-13T18:22:50.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20422026-03-13T18:22:50.126Z
20432026-03-13T18:22:50.126Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20442026-03-13T18:22:50.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-13T18:22:50.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-13T18:22:50.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-13T18:22:50.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20482026-03-13T18:22:50.744Z
20492026-03-13T18:22:50.744Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20502026-03-13T18:22:51.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-13T18:22:51.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-13T18:22:51.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-13T18:22:51.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20542026-03-13T18:22:51.344Z
20552026-03-13T18:22:51.344Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20562026-03-13T18:22:51.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-13T18:22:51.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-13T18:22:51.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-13T18:22:51.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20602026-03-13T18:22:51.969Z
20612026-03-13T18:22:51.969Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20622026-03-13T18:22:52.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-13T18:22:52.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-13T18:22:52.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-13T18:22:52.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20662026-03-13T18:22:52.634Z
20672026-03-13T18:22:52.635Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20682026-03-13T18:22:53.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-13T18:22:53.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-13T18:22:53.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-13T18:22:53.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20722026-03-13T18:22:53.209Z
20732026-03-13T18:22:53.209Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20742026-03-13T18:22:53.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-13T18:22:53.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-13T18:22:53.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-13T18:22:53.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20782026-03-13T18:22:53.821Z
20792026-03-13T18:22:53.821Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20802026-03-13T18:22:54.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-13T18:22:54.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-13T18:22:54.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-13T18:22:54.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20842026-03-13T18:22:54.441Z
20852026-03-13T18:22:54.441Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20862026-03-13T18:22:54.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-13T18:22:54.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-13T18:22:54.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-13T18:22:54.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20902026-03-13T18:22:55.081Z
20912026-03-13T18:22:55.081Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20922026-03-13T18:22:55.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-13T18:22:55.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-13T18:22:55.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-13T18:22:55.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20962026-03-13T18:22:55.681Z
20972026-03-13T18:22:55.682Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20982026-03-13T18:22:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-13T18:22:56.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-13T18:22:56.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-13T18:22:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21022026-03-13T18:22:56.297Z
21032026-03-13T18:22:56.297Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21042026-03-13T18:22:56.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-13T18:22:56.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-13T18:22:56.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-13T18:22:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21082026-03-13T18:22:56.914Z
21092026-03-13T18:22:56.914Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21102026-03-13T18:22:57.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-13T18:22:57.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-13T18:22:57.919Z Checking cfg-if v1.0.4
21132026-03-13T18:22:58.051Z Checking libc v0.2.180
21142026-03-13T18:22:58.057Z Checking serde_core v1.0.228
21152026-03-13T18:22:58.072Z Checking memchr v2.8.0
21162026-03-13T18:22:58.079Z Checking smallvec v1.15.1
21172026-03-13T18:22:58.079Z Checking itoa v1.0.17
21182026-03-13T18:22:58.082Z Checking log v0.4.29
21192026-03-13T18:22:58.082Z Checking zeroize v1.8.2
21202026-03-13T18:22:58.194Z Checking stable_deref_trait v1.2.1
21212026-03-13T18:22:58.287Z Checking zerofrom v0.1.6
21222026-03-13T18:22:58.297Z Checking zmij v1.0.21
21232026-03-13T18:22:58.325Z Checking scopeguard v1.2.0
21242026-03-13T18:22:58.340Z Checking subtle v2.6.1
21252026-03-13T18:22:58.377Z Checking percent-encoding v2.3.2
21262026-03-13T18:22:58.433Z Checking yoke v0.8.1
21272026-03-13T18:22:58.449Z Checking lock_api v0.4.14
21282026-03-13T18:22:58.530Z Checking writeable v0.6.2
21292026-03-13T18:22:58.551Z Checking litemap v0.8.1
21302026-03-13T18:22:58.584Z Checking libm v0.2.16
21312026-03-13T18:22:58.650Z Checking zerovec v0.11.5
21322026-03-13T18:22:58.686Z Checking zerotrie v0.2.3
21332026-03-13T18:22:58.712Z Checking icu_normalizer_data v2.1.1
21342026-03-13T18:22:58.737Z Checking icu_properties_data v2.1.2
21352026-03-13T18:22:58.771Z Checking pin-project-lite v0.2.17
21362026-03-13T18:22:58.806Z Checking utf8_iter v1.0.4
21372026-03-13T18:22:58.845Z Checking getrandom v0.2.17
21382026-03-13T18:22:58.884Z Checking errno v0.3.14
21392026-03-13T18:22:58.902Z Checking form_urlencoded v1.2.2
21402026-03-13T18:22:58.955Z Checking typenum v1.19.0
21412026-03-13T18:22:59.007Z Checking portable-atomic v1.13.1
21422026-03-13T18:22:59.026Z Checking rand_core v0.6.4
21432026-03-13T18:22:59.046Z Checking critical-section v1.2.0
21442026-03-13T18:22:59.058Z Checking rand_core v0.10.0
21452026-03-13T18:22:59.163Z Checking signal-hook-registry v1.4.8
21462026-03-13T18:22:59.242Z Checking getrandom v0.4.1
21472026-03-13T18:22:59.262Z Checking parking_lot_core v0.9.12
21482026-03-13T18:22:59.275Z Checking tinystr v0.8.2
21492026-03-13T18:22:59.363Z Checking potential_utf v0.1.4
21502026-03-13T18:22:59.433Z Checking socket2 v0.6.2
21512026-03-13T18:22:59.494Z Checking parking_lot v0.12.5
21522026-03-13T18:22:59.510Z Checking icu_locale_core v2.1.1
21532026-03-13T18:22:59.531Z Checking icu_collections v2.1.1
21542026-03-13T18:22:59.619Z Checking once_cell v1.21.3
21552026-03-13T18:22:59.718Z Checking num-traits v0.2.19
21562026-03-13T18:22:59.724Z Checking generic-array v0.14.7
21572026-03-13T18:22:59.734Z Checking mio v1.1.1
21582026-03-13T18:22:59.759Z Checking zerocopy v0.8.40
21592026-03-13T18:22:59.831Z Checking iana-time-zone v0.1.65
21602026-03-13T18:22:59.942Z Checking futures-core v0.3.32
21612026-03-13T18:22:59.962Z Checking allocator-api2 v0.2.21
21622026-03-13T18:23:00.100Z Checking equivalent v1.0.2
21632026-03-13T18:23:00.127Z Checking const-oid v0.9.6
21642026-03-13T18:23:00.205Z Checking foldhash v0.2.0
21652026-03-13T18:23:00.279Z Checking icu_provider v2.1.1
21662026-03-13T18:23:00.297Z Checking serde v1.0.228
21672026-03-13T18:23:00.338Z Checking serde_json v1.0.149
21682026-03-13T18:23:00.344Z Checking bitflags v2.11.0
21692026-03-13T18:23:00.398Z Checking crypto-common v0.1.7
21702026-03-13T18:23:00.425Z Checking uuid v1.21.0
21712026-03-13T18:23:00.548Z Checking hashbrown v0.16.1
21722026-03-13T18:23:00.568Z Checking dyn-clone v1.0.20
21732026-03-13T18:23:00.586Z Checking icu_normalizer v2.1.1
21742026-03-13T18:23:00.695Z Checking icu_properties v2.1.2
21752026-03-13T18:23:00.827Z Checking futures-sink v0.3.32
21762026-03-13T18:23:00.876Z Checking bytes v1.11.1
21772026-03-13T18:23:00.955Z Checking chrono v0.4.44
21782026-03-13T18:23:00.990Z Checking futures-channel v0.3.32
21792026-03-13T18:23:01.152Z Checking block-buffer v0.10.4
21802026-03-13T18:23:01.233Z Checking semver v1.0.27
21812026-03-13T18:23:01.250Z Checking slab v0.4.12
21822026-03-13T18:23:01.284Z Checking futures-task v0.3.32
21832026-03-13T18:23:01.325Z Checking futures-io v0.3.32
21842026-03-13T18:23:01.448Z Checking digest v0.10.7
21852026-03-13T18:23:01.467Z Checking futures-util v0.3.32
21862026-03-13T18:23:01.473Z Checking thiserror v2.0.18
21872026-03-13T18:23:01.502Z Checking tokio v1.49.0
21882026-03-13T18:23:01.517Z Checking byteorder v1.5.0
21892026-03-13T18:23:01.608Z Checking indexmap v2.13.0
21902026-03-13T18:23:01.697Z Checking cpufeatures v0.2.17
21912026-03-13T18:23:01.785Z Checking http v1.4.0
21922026-03-13T18:23:01.805Z Checking fnv v1.0.7
21932026-03-13T18:23:01.858Z Checking idna_adapter v1.2.1
21942026-03-13T18:23:01.936Z Checking unicode-ident v1.0.24
21952026-03-13T18:23:02.008Z Checking idna v1.1.0
21962026-03-13T18:23:02.050Z Checking base64 v0.22.1
21972026-03-13T18:23:02.148Z Checking tracing-core v0.1.36
21982026-03-13T18:23:02.316Z Checking url v2.5.8
21992026-03-13T18:23:02.406Z Checking proc-macro2 v1.0.106
22002026-03-13T18:23:02.412Z Checking rustls-pki-types v1.14.0
22012026-03-13T18:23:02.556Z Checking tracing v0.1.44
22022026-03-13T18:23:02.571Z Checking regex-syntax v0.8.10
22032026-03-13T18:23:02.771Z Checking untrusted v0.9.0
22042026-03-13T18:23:02.788Z Checking quote v1.0.44
22052026-03-13T18:23:02.826Z Checking thiserror v1.0.69
22062026-03-13T18:23:02.893Z Checking schemars v0.8.22
22072026-03-13T18:23:02.912Z Checking ring v0.17.14
22082026-03-13T18:23:02.946Z Checking ipnet v2.11.0
22092026-03-13T18:23:03.011Z Checking syn v2.0.117
22102026-03-13T18:23:03.283Z Checking httparse v1.10.1
22112026-03-13T18:23:03.557Z Checking http-body v1.0.1
22122026-03-13T18:23:03.721Z Checking rustix v1.1.3
22132026-03-13T18:23:03.785Z Checking block-padding v0.3.3
22142026-03-13T18:23:03.942Z Checking getrandom v0.3.4
22152026-03-13T18:23:04.097Z Checking ppv-lite86 v0.2.21
22162026-03-13T18:23:04.146Z Checking atomic-waker v1.1.2
22172026-03-13T18:23:04.171Z Checking inout v0.1.4
22182026-03-13T18:23:04.245Z Checking hmac v0.12.1
22192026-03-13T18:23:04.267Z Checking aws-lc-sys v0.37.1
22202026-03-13T18:23:04.348Z Checking aho-corasick v1.1.4
22212026-03-13T18:23:04.402Z Checking openssl-probe v0.2.1
22222026-03-13T18:23:04.418Z Checking powerfmt v0.2.0
22232026-03-13T18:23:04.529Z Checking tower-service v0.3.3
22242026-03-13T18:23:04.548Z Checking try-lock v0.2.5
22252026-03-13T18:23:04.617Z Checking httpdate v1.0.3
22262026-03-13T18:23:04.641Z Checking untrusted v0.7.1
22272026-03-13T18:23:04.670Z Checking tower-layer v0.3.3
22282026-03-13T18:23:04.784Z Checking want v0.3.1
22292026-03-13T18:23:04.803Z Checking deranged v0.5.8
22302026-03-13T18:23:04.866Z Checking cipher v0.4.4
22312026-03-13T18:23:04.936Z Checking rand_core v0.9.5
22322026-03-13T18:23:04.956Z Checking time-core v0.1.8
22332026-03-13T18:23:05.143Z Checking pin-utils v0.1.0
22342026-03-13T18:23:05.160Z Checking base64ct v1.8.3
22352026-03-13T18:23:05.180Z Checking num-conv v0.2.0
22362026-03-13T18:23:05.194Z Checking aws-lc-rs v1.16.0
22372026-03-13T18:23:05.231Z Checking num_threads v0.1.7
22382026-03-13T18:23:05.285Z Checking regex-automata v0.4.14
22392026-03-13T18:23:05.337Z Checking sha2 v0.10.9
22402026-03-13T18:23:05.352Z Checking erased-serde v0.3.31
22412026-03-13T18:23:05.463Z Checking socket2 v0.5.10
22422026-03-13T18:23:05.694Z Checking pretty-hex v0.4.1
22432026-03-13T18:23:05.786Z Checking rand_chacha v0.9.0
22442026-03-13T18:23:05.851Z Checking fastrand v2.3.0
22452026-03-13T18:23:05.917Z Checking tokio-util v0.7.18
22462026-03-13T18:23:05.934Z Checking slog v2.8.2
22472026-03-13T18:23:06.048Z Checking ryu v1.0.23
22482026-03-13T18:23:06.087Z Checking rand v0.9.2
22492026-03-13T18:23:06.190Z Checking time v0.3.47
22502026-03-13T18:23:06.251Z Checking pem-rfc7468 v0.7.0
22512026-03-13T18:23:06.301Z Checking rustls-native-certs v0.8.3
22522026-03-13T18:23:06.342Z Checking rustls-webpki v0.103.9
22532026-03-13T18:23:06.366Z Checking ipnetwork v0.21.1
22542026-03-13T18:23:06.419Z Checking http-body-util v0.1.3
22552026-03-13T18:23:06.464Z Checking sync_wrapper v1.0.2
22562026-03-13T18:23:06.594Z Checking spin v0.9.8
22572026-03-13T18:23:06.639Z Checking plain v0.2.3
22582026-03-13T18:23:06.703Z Checking flagset v0.4.7
22592026-03-13T18:23:06.722Z Checking tower v0.5.3
22602026-03-13T18:23:06.752Z Checking h2 v0.4.13
22612026-03-13T18:23:06.769Z Checking serde_urlencoded v0.7.1
22622026-03-13T18:23:06.829Z Checking rand_chacha v0.3.1
22632026-03-13T18:23:06.862Z Checking der v0.7.10
22642026-03-13T18:23:06.902Z Checking rustls v0.23.37
22652026-03-13T18:23:07.040Z Checking webpki-roots v1.0.6
22662026-03-13T18:23:07.107Z Checking tinyvec_macros v0.1.1
22672026-03-13T18:23:07.191Z Checking ucd-trie v0.1.7
22682026-03-13T18:23:07.209Z Checking iri-string v0.7.10
22692026-03-13T18:23:07.247Z Checking tinyvec v1.10.0
22702026-03-13T18:23:07.357Z Checking pest v2.8.6
22712026-03-13T18:23:07.693Z Checking rand v0.8.5
22722026-03-13T18:23:07.801Z Checking tempfile v3.25.0
22732026-03-13T18:23:07.844Z Checking salsa20 v0.10.2
22742026-03-13T18:23:07.899Z Checking spki v0.7.3
22752026-03-13T18:23:08.011Z Checking pbkdf2 v0.12.2
22762026-03-13T18:23:08.054Z Checking unicode-width v0.2.0
22772026-03-13T18:23:08.111Z Checking foreign-types-shared v0.1.1
22782026-03-13T18:23:08.148Z Checking scrypt v0.11.0
22792026-03-13T18:23:08.216Z Checking foreign-types v0.3.2
22802026-03-13T18:23:08.307Z Checking regex v1.12.3
22812026-03-13T18:23:08.331Z Checking cbc v0.1.2
22822026-03-13T18:23:08.393Z Checking aes v0.8.4
22832026-03-13T18:23:08.431Z Checking anyhow v1.0.102
22842026-03-13T18:23:08.498Z Checking openssl-sys v0.9.111
22852026-03-13T18:23:08.685Z Checking crossbeam-utils v0.8.21
22862026-03-13T18:23:08.704Z Checking tower-http v0.6.8
22872026-03-13T18:23:08.723Z Checking oxnet v0.1.4
22882026-03-13T18:23:08.882Z Checking mime v0.3.17
22892026-03-13T18:23:08.914Z Checking pkcs5 v0.7.1
22902026-03-13T18:23:09.035Z Checking openapiv3 v2.2.0
22912026-03-13T18:23:09.085Z Checking scroll v0.12.0
22922026-03-13T18:23:09.123Z Checking encoding_rs v0.8.35
22932026-03-13T18:23:09.143Z Checking winnow v0.7.14
22942026-03-13T18:23:09.256Z Checking pkcs8 v0.10.2
22952026-03-13T18:23:09.261Z Checking openssl v0.10.75
22962026-03-13T18:23:09.384Z Checking siphasher v1.0.2
22972026-03-13T18:23:09.509Z Checking data-encoding v2.10.0
22982026-03-13T18:23:09.602Z Checking goblin v0.8.2
22992026-03-13T18:23:09.885Z Checking lazy_static v1.5.0
23002026-03-13T18:23:09.996Z Checking zerocopy v0.7.35
23012026-03-13T18:23:10.258Z Checking tokio-rustls v0.26.4
23022026-03-13T18:23:10.434Z Checking hyper v1.8.1
23032026-03-13T18:23:10.449Z Checking wait-timeout v0.2.1
23042026-03-13T18:23:10.550Z Checking quick-error v1.2.3
23052026-03-13T18:23:10.629Z Checking psl-types v2.0.11
23062026-03-13T18:23:10.674Z Checking utf8parse v0.2.2
23072026-03-13T18:23:10.727Z Checking bitflags v1.3.2
23082026-03-13T18:23:10.752Z Checking bit-vec v0.8.0
23092026-03-13T18:23:10.799Z Checking either v1.15.0
23102026-03-13T18:23:10.802Z Checking managed v0.8.0
23112026-03-13T18:23:10.836Z Checking anstyle v1.0.13
23122026-03-13T18:23:10.876Z Checking anstyle-parse v0.2.7
23132026-03-13T18:23:11.000Z Checking bit-set v0.8.0
23142026-03-13T18:23:11.049Z Checking publicsuffix v2.3.0
23152026-03-13T18:23:11.067Z Checking rusty-fork v0.3.1
23162026-03-13T18:23:11.067Z Checking dtrace-parser v0.2.0
23172026-03-13T18:23:11.103Z Checking cookie v0.18.1
23182026-03-13T18:23:11.189Z Checking unicode-normalization v0.1.25
23192026-03-13T18:23:11.248Z Checking rand_xorshift v0.4.0
23202026-03-13T18:23:11.291Z Checking sha1 v0.10.6
23212026-03-13T18:23:11.383Z Checking thread-id v4.2.2
23222026-03-13T18:23:11.395Z Checking is_terminal_polyfill v1.70.2
23232026-03-13T18:23:11.418Z Checking unarray v0.1.4
23242026-03-13T18:23:11.473Z Checking colorchoice v1.0.4
23252026-03-13T18:23:11.498Z Checking anstyle-query v1.1.5
23262026-03-13T18:23:11.514Z Checking cookie_store v0.22.1
23272026-03-13T18:23:11.539Z Checking proptest v1.10.0
23282026-03-13T18:23:11.595Z Checking rustls-platform-verifier v0.6.2
23292026-03-13T18:23:11.615Z Checking anstream v0.6.21
23302026-03-13T18:23:11.654Z Checking hyper-util v0.1.20
23312026-03-13T18:23:11.727Z Checking crossbeam-epoch v0.9.18
23322026-03-13T18:23:11.765Z Checking terminal_size v0.4.3
23332026-03-13T18:23:11.870Z Checking scroll v0.13.0
23342026-03-13T18:23:11.902Z Checking hex v0.4.3
23352026-03-13T18:23:11.945Z Checking num-integer v0.1.46
23362026-03-13T18:23:12.017Z Checking simd-adler32 v0.3.8
23372026-03-13T18:23:12.139Z Checking native-tls v0.2.18
23382026-03-13T18:23:12.171Z Checking goblin v0.10.5
23392026-03-13T18:23:12.214Z Checking crossbeam-deque v0.8.6
23402026-03-13T18:23:12.245Z Checking bstr v1.12.1
23412026-03-13T18:23:12.262Z Checking ref-cast v1.0.25
23422026-03-13T18:23:12.365Z Checking tokio-native-tls v0.3.1
23432026-03-13T18:23:12.374Z Checking dof v0.3.0
23442026-03-13T18:23:12.400Z Checking rustix v0.38.44
23452026-03-13T18:23:12.439Z Checking camino v1.2.2
23462026-03-13T18:23:12.583Z Checking crc32fast v1.5.0
23472026-03-13T18:23:12.748Z Checking usdt-impl v0.5.0
23482026-03-13T18:23:12.777Z Checking signature v2.2.0
23492026-03-13T18:23:12.784Z Checking serde_spanned v0.6.9
23502026-03-13T18:23:12.784Z Checking toml_datetime v0.6.11
23512026-03-13T18:23:12.930Z Checking ff v0.13.1
23522026-03-13T18:23:12.944Z Checking adler2 v2.0.1
23532026-03-13T18:23:13.037Z Checking strsim v0.11.1
23542026-03-13T18:23:13.084Z Checking unicode-bidi v0.3.18
23552026-03-13T18:23:13.097Z Checking unicode-properties v0.1.4
23562026-03-13T18:23:13.119Z Checking clap_lex v1.0.0
23572026-03-13T18:23:13.241Z Checking base16ct v0.2.0
23582026-03-13T18:23:13.304Z Checking clap_builder v4.5.60
23592026-03-13T18:23:13.334Z Checking group v0.13.0
23602026-03-13T18:23:13.354Z Checking hyper-rustls v0.27.7
23612026-03-13T18:23:13.397Z Checking hyper-tls v0.6.0
23622026-03-13T18:23:13.465Z Checking stringprep v0.1.5
23632026-03-13T18:23:13.519Z Checking sec1 v0.7.3
23642026-03-13T18:23:13.549Z Checking miniz_oxide v0.8.9
23652026-03-13T18:23:13.610Z Checking rayon-core v1.13.0
23662026-03-13T18:23:13.628Z Checking reqwest v0.12.28
23672026-03-13T18:23:13.659Z Checking reqwest v0.13.2
23682026-03-13T18:23:13.784Z Checking num-iter v0.1.45
23692026-03-13T18:23:13.932Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-13T18:23:14.023Z Checking dtrace-parser v0.3.0
23712026-03-13T18:23:14.043Z Checking hkdf v0.12.4
23722026-03-13T18:23:14.094Z Checking newtype-uuid v1.3.2
23732026-03-13T18:23:14.207Z Checking strum v0.26.3
23742026-03-13T18:23:14.337Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-13T18:23:14.354Z Checking hash32 v0.2.1
23762026-03-13T18:23:14.359Z Checking daft v0.1.5
23772026-03-13T18:23:14.394Z Checking md-5 v0.10.6
23782026-03-13T18:23:14.502Z Checking crypto-bigint v0.5.5
23792026-03-13T18:23:14.570Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-13T18:23:14.589Z Checking thread-id v5.1.0
23812026-03-13T18:23:14.693Z Checking unicode-segmentation v1.12.0
23822026-03-13T18:23:14.713Z Checking zlib-rs v0.6.2
23832026-03-13T18:23:14.797Z Checking fallible-iterator v0.2.0
23842026-03-13T18:23:14.827Z Checking heapless v0.7.17
23852026-03-13T18:23:14.842Z Checking zstd-safe v7.2.4
23862026-03-13T18:23:15.049Z Checking clap v4.5.60
23872026-03-13T18:23:15.071Z Checking rayon v1.11.0
23882026-03-13T18:23:15.115Z Checking itertools v0.12.1
23892026-03-13T18:23:15.144Z Checking phf_shared v0.13.1
23902026-03-13T18:23:15.162Z Checking postgres-protocol v0.6.10
23912026-03-13T18:23:15.398Z Checking console v0.16.2
23922026-03-13T18:23:15.416Z Checking curve25519-dalek v4.1.3
23932026-03-13T18:23:15.579Z Checking memoffset v0.9.1
23942026-03-13T18:23:15.611Z Checking dof v0.4.0
23952026-03-13T18:23:15.677Z Checking bzip2-sys v0.1.13+1.0.8
23962026-03-13T18:23:15.790Z Checking signal-hook v0.3.18
23972026-03-13T18:23:15.806Z Checking memmap2 v0.9.10
23982026-03-13T18:23:15.921Z Checking flate2 v1.1.9
23992026-03-13T18:23:16.017Z Checking winnow v0.5.40
24002026-03-13T18:23:16.034Z Checking toml_write v0.1.2
24012026-03-13T18:23:16.066Z Checking elliptic-curve v0.13.8
24022026-03-13T18:23:16.250Z Checking fixedbitset v0.4.2
24032026-03-13T18:23:16.332Z Checking unit-prefix v0.5.2
24042026-03-13T18:23:16.445Z Checking bumpalo v3.20.2
24052026-03-13T18:23:16.466Z Checking foldhash v0.1.5
24062026-03-13T18:23:16.483Z Checking libbz2-rs-sys v0.2.2
24072026-03-13T18:23:16.483Z Checking petgraph v0.6.5
24082026-03-13T18:23:16.538Z Checking zone v0.3.1
24092026-03-13T18:23:16.590Z Checking usdt-impl v0.6.0
24102026-03-13T18:23:16.633Z Checking hashbrown v0.15.5
24112026-03-13T18:23:16.717Z Checking zopfli v0.8.3
24122026-03-13T18:23:16.948Z Checking usdt v0.6.0
24132026-03-13T18:23:17.005Z Checking toml_edit v0.22.27
24142026-03-13T18:23:17.023Z Checking bzip2 v0.6.1
24152026-03-13T18:23:17.094Z Checking indicatif v0.18.4
24162026-03-13T18:23:17.138Z Checking signal-hook-mio v0.2.5
24172026-03-13T18:23:17.171Z Checking bzip2 v0.4.4
24182026-03-13T18:23:17.230Z Checking nix v0.31.1
24192026-03-13T18:23:17.265Z Checking postgres-types v0.2.12
24202026-03-13T18:23:17.282Z Checking phf v0.13.1
24212026-03-13T18:23:17.360Z Checking smoltcp v0.9.1
24222026-03-13T18:23:17.477Z Checking similar v2.7.0
24232026-03-13T18:23:17.589Z Checking zstd v0.13.3
24242026-03-13T18:23:17.607Z Checking toml_edit v0.19.15
24252026-03-13T18:23:17.683Z Checking num-bigint-dig v0.8.6
24262026-03-13T18:23:17.834Z Checking ed25519 v2.2.3
24272026-03-13T18:23:18.009Z Checking phf_shared v0.11.3
24282026-03-13T18:23:18.071Z Checking pkcs1 v0.7.5
24292026-03-13T18:23:18.177Z Checking tokio-stream v0.1.18
24302026-03-13T18:23:18.200Z Checking strum v0.27.2
24312026-03-13T18:23:18.272Z Checking hubpack v0.1.2
24322026-03-13T18:23:18.340Z Checking rfc6979 v0.4.0
24332026-03-13T18:23:18.358Z Checking serde-big-array v0.5.1
24342026-03-13T18:23:18.482Z Checking float-cmp v0.10.0
24352026-03-13T18:23:18.489Z Checking env_filter v1.0.0
24362026-03-13T18:23:18.519Z Checking keccak v0.1.6
24372026-03-13T18:23:18.537Z Checking new_debug_unreachable v1.0.6
24382026-03-13T18:23:18.630Z Checking normalize-line-endings v0.3.0
24392026-03-13T18:23:18.646Z Checking jiff v0.2.21
24402026-03-13T18:23:18.664Z Checking static_assertions v1.1.0
24412026-03-13T18:23:18.683Z Checking precomputed-hash v0.1.1
24422026-03-13T18:23:18.701Z Checking predicates-core v1.0.10
24432026-03-13T18:23:18.736Z Checking difflib v0.4.0
24442026-03-13T18:23:18.742Z Checking fixedbitset v0.5.7
24452026-03-13T18:23:18.770Z Checking whoami v2.1.0
24462026-03-13T18:23:18.790Z Checking rustc-hash v2.1.1
24472026-03-13T18:23:18.853Z Checking string_cache v0.8.9
24482026-03-13T18:23:18.856Z Checking rsa v0.9.10
24492026-03-13T18:23:18.931Z Checking iddqd v0.3.17
24502026-03-13T18:23:18.961Z Checking predicates v3.1.4
24512026-03-13T18:23:19.007Z Checking petgraph v0.8.3
24522026-03-13T18:23:19.026Z Checking tokio-postgres v0.7.16
24532026-03-13T18:23:19.045Z Checking toml v0.7.8
24542026-03-13T18:23:19.075Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24552026-03-13T18:23:19.377Z Checking sha3 v0.10.8
24562026-03-13T18:23:19.480Z Checking env_logger v0.11.9
24572026-03-13T18:23:19.503Z Checking ecdsa v0.16.9
24582026-03-13T18:23:19.657Z Checking ed25519-dalek v2.2.0
24592026-03-13T18:23:19.734Z Checking zip v0.6.6
24602026-03-13T18:23:19.951Z Checking crossterm v0.28.1
24612026-03-13T18:23:19.951Z Checking serde_with v3.17.0
24622026-03-13T18:23:20.139Z Checking itertools v0.13.0
24632026-03-13T18:23:20.166Z Checking hickory-proto v0.25.2
24642026-03-13T18:23:20.716Z Checking x509-cert v0.2.5
24652026-03-13T18:23:20.941Z Checking fs-err v3.3.0
24662026-03-13T18:23:21.219Z Checking ahash v0.8.12
24672026-03-13T18:23:21.328Z Checking object v0.37.3
24682026-03-13T18:23:21.464Z Checking buf-list v1.1.2
24692026-03-13T18:23:21.546Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-03-13T18:23:21.613Z Checking peg-runtime v0.8.5
24712026-03-13T18:23:21.697Z Checking lalrpop-util v0.19.12
24722026-03-13T18:23:21.804Z Compiling structmeta-derive v0.3.0
24732026-03-13T18:23:21.840Z Checking zip v4.6.1
24742026-03-13T18:23:21.904Z Compiling rustls v0.22.4
24752026-03-13T18:23:21.936Z Compiling newtype-uuid-macros v0.1.0
24762026-03-13T18:23:21.999Z Compiling multer v3.1.0
24772026-03-13T18:23:22.108Z Compiling async-stream-impl v0.3.6
24782026-03-13T18:23:22.168Z Checking futures-executor v0.3.32
24792026-03-13T18:23:22.313Z Checking regress v0.10.5
24802026-03-13T18:23:22.608Z Compiling dropshot v0.16.7
24812026-03-13T18:23:22.920Z Checking futures v0.3.32
24822026-03-13T18:23:22.966Z Compiling dropshot_endpoint v0.16.7
24832026-03-13T18:23:22.973Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-03-13T18:23:23.017Z Checking thread_local v1.1.9
24852026-03-13T18:23:23.232Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-03-13T18:23:23.297Z Compiling structmeta v0.3.0
24872026-03-13T18:23:23.498Z Checking crossbeam-channel v0.5.15
24882026-03-13T18:23:23.577Z Compiling derive-ex v0.1.8
24892026-03-13T18:23:23.693Z Checking is-terminal v0.4.17
24902026-03-13T18:23:23.822Z Checking term v1.2.1
24912026-03-13T18:23:23.949Z Checking take_mut v0.2.2
24922026-03-13T18:23:23.994Z Compiling parse-display-derive v0.10.0
24932026-03-13T18:23:24.084Z Checking slog-async v2.8.0
24942026-03-13T18:23:24.104Z Checking slog-term v2.9.2
24952026-03-13T18:23:24.274Z Checking rustls-webpki v0.102.8
24962026-03-13T18:23:24.309Z Checking serde_spanned v1.0.4
24972026-03-13T18:23:24.474Z Checking toml_writer v1.0.6+spec-1.1.0
24982026-03-13T18:23:24.522Z Checking match_cfg v0.1.0
24992026-03-13T18:23:24.624Z Checking debug-ignore v1.0.5
25002026-03-13T18:23:24.760Z Checking toml v0.9.12+spec-1.1.0
25012026-03-13T18:23:24.765Z Checking hostname v0.3.1
25022026-03-13T18:23:24.876Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25032026-03-13T18:23:24.902Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-13T18:23:24.992Z Checking slog-json v2.6.1
25052026-03-13T18:23:25.061Z Checking macaddr v1.0.1
25062026-03-13T18:23:25.192Z Checking slog-bunyan v2.5.0
25072026-03-13T18:23:25.305Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-13T18:23:25.340Z Checking async-stream v0.3.6
25092026-03-13T18:23:25.504Z Checking waitgroup v0.1.2
25102026-03-13T18:23:25.544Z Checking rustls-pemfile v2.2.0
25112026-03-13T18:23:25.640Z Checking serde_path_to_error v0.1.20
25122026-03-13T18:23:25.673Z Checking hostname v0.4.2
25132026-03-13T18:23:25.743Z Checking progenitor-client v0.13.0
25142026-03-13T18:23:25.805Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-13T18:23:25.901Z Checking progenitor-client v0.10.0
25162026-03-13T18:23:25.957Z Compiling itertools v0.14.0
25172026-03-13T18:23:25.995Z Compiling test-strategy v0.4.5
25182026-03-13T18:23:26.013Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-13T18:23:26.030Z Checking backon v1.6.0
25202026-03-13T18:23:26.119Z Checking instant v0.1.13
25212026-03-13T18:23:26.231Z Checking backoff v0.4.0
25222026-03-13T18:23:26.255Z Checking progenitor-extras v0.1.1
25232026-03-13T18:23:26.387Z Checking parse-display v0.10.0
25242026-03-13T18:23:26.466Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-13T18:23:26.528Z Checking heck v0.5.0
25262026-03-13T18:23:26.713Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-13T18:23:26.773Z Compiling heapless v0.8.0
25282026-03-13T18:23:26.839Z Checking tokio-rustls v0.25.0
25292026-03-13T18:23:27.143Z Compiling crucible-workspace-hack v0.1.0
25302026-03-13T18:23:27.163Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-13T18:23:27.351Z Compiling convert_case v0.4.0
25322026-03-13T18:23:27.480Z Compiling proc-macro-crate v3.4.0
25332026-03-13T18:23:27.651Z Compiling ingot-macros v0.1.1
25342026-03-13T18:23:27.904Z Compiling derive_more v0.99.20
25352026-03-13T18:23:27.974Z Checking hash32 v0.3.1
25362026-03-13T18:23:28.054Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-13T18:23:28.155Z Checking secrecy v0.10.3
25382026-03-13T18:23:28.220Z Compiling prettyplease v0.2.37
25392026-03-13T18:23:28.253Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-13T18:23:28.329Z Compiling smoltcp v0.11.0
25412026-03-13T18:23:28.518Z Compiling num_enum_derive v0.7.5
25422026-03-13T18:23:28.646Z Compiling typify-impl v0.6.1
25432026-03-13T18:23:28.782Z Checking tabwriter v1.4.1
25442026-03-13T18:23:29.007Z Checking cobs v0.3.0
25452026-03-13T18:23:29.068Z Compiling foreign-types-macros v0.2.3
25462026-03-13T18:23:29.155Z Compiling unsafe-libyaml v0.2.11
25472026-03-13T18:23:29.687Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-13T18:23:29.954Z Checking cpufeatures v0.3.0
25492026-03-13T18:23:30.000Z Checking foreign-types-shared v0.3.1
25502026-03-13T18:23:30.036Z Checking num_enum v0.7.5
25512026-03-13T18:23:30.069Z Checking chacha20 v0.10.0
25522026-03-13T18:23:30.119Z Checking foreign-types v0.5.0
25532026-03-13T18:23:30.233Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-13T18:23:30.356Z Checking postcard v1.1.3
25552026-03-13T18:23:31.254Z Compiling proc-macro-crate v1.3.1
25562026-03-13T18:23:31.613Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25572026-03-13T18:23:31.614Z Checking ingot-types v0.1.2
25582026-03-13T18:23:31.810Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25592026-03-13T18:23:32.023Z Checking cstr-argument v0.1.2
25602026-03-13T18:23:32.045Z Checking ingot v0.1.1
25612026-03-13T18:23:32.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-13T18:23:32.087Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-13T18:23:32.179Z Checking colored v3.1.1
25642026-03-13T18:23:32.263Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-03-13T18:23:32.383Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-03-13T18:23:32.388Z Compiling num_enum_derive v0.5.11
25672026-03-13T18:23:32.483Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-13T18:23:32.500Z Checking rand v0.10.0
25692026-03-13T18:23:33.563Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-03-13T18:23:34.024Z Checking num_enum v0.5.11
25712026-03-13T18:23:34.517Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25722026-03-13T18:23:34.573Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-13T18:23:34.982Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-13T18:23:35.193Z Compiling typify-macro v0.6.1
25752026-03-13T18:23:35.372Z Compiling typify-impl v0.4.3
25762026-03-13T18:23:35.566Z Checking camino-tempfile v1.4.1
25772026-03-13T18:23:35.660Z Checking num-rational v0.4.2
25782026-03-13T18:23:36.057Z Checking half v2.7.1
25792026-03-13T18:23:38.015Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25802026-03-13T18:23:38.071Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-13T18:23:38.072Z Checking universal-hash v0.5.1
25822026-03-13T18:23:38.072Z Checking num-complex v0.4.6
25832026-03-13T18:23:38.074Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-13T18:23:38.075Z Checking opaque-debug v0.3.1
25852026-03-13T18:23:38.075Z Checking ciborium-io v0.2.2
25862026-03-13T18:23:38.075Z Checking poly1305 v0.8.0
25872026-03-13T18:23:38.075Z Checking num v0.4.3
25882026-03-13T18:23:38.075Z Checking ciborium-ll v0.2.2
25892026-03-13T18:23:38.075Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-13T18:23:38.076Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-03-13T18:23:38.076Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-13T18:23:38.076Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-13T18:23:38.076Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-03-13T18:23:38.076Z Compiling typify v0.6.1
25952026-03-13T18:23:38.076Z Checking toml v0.8.23
25962026-03-13T18:23:38.076Z Checking thiserror-no-std v2.0.2
25972026-03-13T18:23:38.076Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-13T18:23:38.291Z Checking password-hash v0.5.0
25992026-03-13T18:23:38.374Z Checking chacha20 v0.9.1
26002026-03-13T18:23:38.712Z Compiling usdt-macro v0.5.0
26012026-03-13T18:23:38.789Z Compiling usdt-attr-macro v0.5.0
26022026-03-13T18:23:39.016Z Checking smf v0.2.3
26032026-03-13T18:23:39.265Z Checking blake2 v0.10.6
26042026-03-13T18:23:39.310Z Checking aead v0.5.2
26052026-03-13T18:23:39.466Z Checking memmap v0.7.0
26062026-03-13T18:23:39.513Z Checking sigpipe v0.1.3
26072026-03-13T18:23:39.608Z Compiling num-derive v0.4.2
26082026-03-13T18:23:39.690Z Checking float-ord v0.3.2
26092026-03-13T18:23:39.720Z Checking glob v0.3.3
26102026-03-13T18:23:39.776Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-13T18:23:39.894Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122026-03-13T18:23:39.956Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-13T18:23:40.264Z Checking usdt v0.5.0
26142026-03-13T18:23:40.284Z Checking argon2 v0.5.3
26152026-03-13T18:23:40.284Z Checking chacha20poly1305 v0.10.1
26162026-03-13T18:23:40.350Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-03-13T18:23:40.389Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-13T18:23:40.618Z Checking vsss-rs v3.3.4
26192026-03-13T18:23:40.661Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-13T18:23:40.662Z Compiling progenitor-impl v0.13.0
26212026-03-13T18:23:40.943Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-13T18:23:41.359Z Checking ciborium v0.2.2
26232026-03-13T18:23:41.437Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-03-13T18:23:41.596Z Checking indent_write v2.2.0
26252026-03-13T18:23:41.691Z Checking whoami v1.6.1
26262026-03-13T18:23:41.719Z Compiling semver v0.1.20
26272026-03-13T18:23:41.750Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282026-03-13T18:23:41.878Z Compiling typify-macro v0.4.3
26292026-03-13T18:23:41.964Z Compiling rustc_version v0.1.7
26302026-03-13T18:23:42.253Z Compiling pin-project-internal v1.1.11
26312026-03-13T18:23:42.296Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-03-13T18:23:42.973Z Checking linked-hash-map v0.5.6
26332026-03-13T18:23:43.154Z Checking swrite v0.1.0
26342026-03-13T18:23:43.221Z Compiling minimal-lexical v0.2.1
26352026-03-13T18:23:43.278Z Checking lru-cache v0.1.2
26362026-03-13T18:23:43.425Z Compiling newtype_derive v0.1.6
26372026-03-13T18:23:43.522Z Compiling nom v7.1.3
26382026-03-13T18:23:43.828Z Checking pin-project v1.1.11
26392026-03-13T18:23:43.978Z Checking newline-converter v0.3.0
26402026-03-13T18:23:44.115Z Checking atomicwrites v0.4.4
26412026-03-13T18:23:44.242Z Compiling typify v0.4.3
26422026-03-13T18:23:44.301Z Checking hickory-proto v0.24.4
26432026-03-13T18:23:44.410Z Compiling progenitor-macro v0.13.0
26442026-03-13T18:23:44.453Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26452026-03-13T18:23:44.507Z Checking phf_shared v0.12.1
26462026-03-13T18:23:44.622Z Checking console v0.15.11
26472026-03-13T18:23:45.091Z Checking pem v3.0.6
26482026-03-13T18:23:45.301Z Checking csv-core v0.1.13
26492026-03-13T18:23:45.414Z Compiling snafu-derive v0.8.9
26502026-03-13T18:23:45.466Z Compiling derive-where v1.6.0
26512026-03-13T18:23:45.534Z Compiling async-recursion v1.1.1
26522026-03-13T18:23:46.456Z Compiling slog-dtrace v0.3.0
26532026-03-13T18:23:46.723Z Checking resolv-conf v0.7.6
26542026-03-13T18:23:46.803Z Checking unicode-width v0.1.14
26552026-03-13T18:23:46.957Z Compiling cancel-safe-futures v0.1.5
26562026-03-13T18:23:47.125Z Compiling chrono-tz v0.10.4
26572026-03-13T18:23:47.245Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26582026-03-13T18:23:47.274Z Compiling owo-colors v4.3.0
26592026-03-13T18:23:47.281Z Checking same-file v1.0.6
26602026-03-13T18:23:47.370Z Checking highway v1.3.0
26612026-03-13T18:23:47.436Z Checking walkdir v2.5.0
26622026-03-13T18:23:47.678Z Compiling const_format_proc_macros v0.2.34
26632026-03-13T18:23:47.688Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-13T18:23:47.821Z Checking hickory-resolver v0.24.4
26652026-03-13T18:23:48.123Z Checking snafu v0.8.9
26662026-03-13T18:23:48.519Z Checking csv v1.4.0
26672026-03-13T18:23:48.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682026-03-13T18:23:48.775Z Checking expectorate v1.2.0
26692026-03-13T18:23:48.804Z Checking phf v0.12.1
26702026-03-13T18:23:48.940Z Compiling progenitor-impl v0.10.0
26712026-03-13T18:23:49.032Z Checking tokio-dtrace v0.1.1
26722026-03-13T18:23:49.061Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26732026-03-13T18:23:49.273Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26742026-03-13T18:23:49.282Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-03-13T18:23:49.282Z Checking globset v0.4.18
26762026-03-13T18:23:49.503Z Checking olpc-cjson v0.1.4
26772026-03-13T18:23:49.660Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26782026-03-13T18:23:49.694Z Checking libsw-core v0.3.2
26792026-03-13T18:23:49.891Z Checking serde_plain v1.0.2
26802026-03-13T18:23:50.003Z Checking arc-swap v1.8.2
26812026-03-13T18:23:50.028Z Compiling lzma-sys v0.1.20
26822026-03-13T18:23:50.095Z Checking utf-8 v0.7.6
26832026-03-13T18:23:50.263Z Checking typed-path v0.9.3
26842026-03-13T18:23:50.298Z Checking bytecount v0.6.9
26852026-03-13T18:23:50.596Z Checking papergrid v0.11.0
26862026-03-13T18:23:51.212Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-03-13T18:23:51.388Z Checking tough v0.20.0
26882026-03-13T18:23:51.459Z Checking slog-scope v4.4.1
26892026-03-13T18:23:51.465Z Checking tungstenite v0.21.0
26902026-03-13T18:23:51.544Z Checking progenitor v0.13.0
26912026-03-13T18:23:54.690Z Checking libsw v3.5.0
26922026-03-13T18:23:54.690Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-13T18:23:54.691Z Checking oxide-tokio-rt v0.1.3
26942026-03-13T18:23:54.691Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26952026-03-13T18:23:54.691Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26962026-03-13T18:23:54.691Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972026-03-13T18:23:54.691Z Compiling progenitor-macro v0.10.0
26982026-03-13T18:23:54.691Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-13T18:23:54.751Z Checking const_format v0.2.35
27002026-03-13T18:23:54.751Z Checking qorb v0.4.1
27012026-03-13T18:23:54.751Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27022026-03-13T18:23:54.751Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27032026-03-13T18:23:54.752Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27042026-03-13T18:23:54.752Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-03-13T18:23:54.752Z Compiling cargo_toml v0.22.3
27062026-03-13T18:23:54.799Z Checking gethostname v0.5.0
27072026-03-13T18:23:54.818Z Compiling tabled_derive v0.7.0
27082026-03-13T18:23:54.822Z Checking bcs v0.1.6
27092026-03-13T18:23:54.852Z Checking termtree v0.5.1
27102026-03-13T18:23:55.018Z Checking unicode-linebreak v0.1.5
27112026-03-13T18:23:55.086Z Checking smawk v0.3.2
27122026-03-13T18:23:55.138Z Checking linear-map v1.2.0
27132026-03-13T18:23:55.248Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-13T18:23:55.282Z Checking textwrap v0.16.2
27152026-03-13T18:23:55.358Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-13T18:23:55.592Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-03-13T18:23:55.774Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27182026-03-13T18:23:56.137Z Checking tabled v0.15.0
27192026-03-13T18:23:56.786Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-03-13T18:23:56.873Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-13T18:23:57.101Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27222026-03-13T18:23:57.164Z Checking steno v0.4.1
27232026-03-13T18:23:57.322Z Checking tokio-tungstenite v0.21.0
27242026-03-13T18:23:57.696Z Checking slog-stdlog v4.1.1
27252026-03-13T18:23:57.903Z Checking typeid v1.0.3
27262026-03-13T18:23:57.934Z Checking base64 v0.21.7
27272026-03-13T18:23:57.971Z Checking humantime v2.3.0
27282026-03-13T18:23:58.204Z Checking ron v0.12.0
27292026-03-13T18:23:58.233Z Checking xz2 v0.1.7
27302026-03-13T18:23:58.467Z Checking slog-envlogger v2.2.0
27312026-03-13T18:23:58.500Z Checking yasna v0.5.2
27322026-03-13T18:23:58.719Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-13T18:23:58.746Z Checking headers-core v0.3.0
27342026-03-13T18:23:58.761Z Checking filetime v0.2.27
27352026-03-13T18:23:58.784Z Checking base16ct v1.0.0
27362026-03-13T18:23:58.937Z Checking xattr v1.6.1
27372026-03-13T18:23:58.954Z Checking headers v0.4.1
27382026-03-13T18:23:59.035Z Checking rcgen v0.12.1
27392026-03-13T18:23:59.112Z Checking tar v0.4.44
27402026-03-13T18:23:59.236Z Checking subprocess v0.2.15
27412026-03-13T18:23:59.829Z Checking progenitor v0.10.0
27422026-03-13T18:23:59.985Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-13T18:24:08.488Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-03-13T18:24:15.707Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-03-13T18:24:17.667Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27462026-03-13T18:24:19.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27472026-03-13T18:24:19.340Z
27482026-03-13T18:24:19.340Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27492026-03-13T18:24:20.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-03-13T18:24:20.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-03-13T18:24:20.444Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-13T18:24:22.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
27532026-03-13T18:24:22.289Z
27542026-03-13T18:24:22.289Zinfo: running `cargo check --bins` on nexus-config (51/257)
27552026-03-13T18:24:26.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-13T18:24:26.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-13T18:24:26.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-03-13T18:24:26.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27592026-03-13T18:24:26.465Z
27602026-03-13T18:24:26.465Zinfo: running `cargo check --bins` on nexus-types (52/257)
27612026-03-13T18:24:26.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-13T18:24:26.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-13T18:24:26.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-13T18:24:26.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27652026-03-13T18:24:26.465Z
27662026-03-13T18:24:26.465Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27672026-03-13T18:24:26.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-13T18:24:26.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-13T18:24:26.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-13T18:24:26.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27712026-03-13T18:24:26.470Z
27722026-03-13T18:24:26.470Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27732026-03-13T18:24:26.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-13T18:24:26.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-13T18:24:26.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-13T18:24:26.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27772026-03-13T18:24:26.470Z
27782026-03-13T18:24:26.470Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27792026-03-13T18:24:26.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-13T18:24:26.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-13T18:24:26.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-13T18:24:26.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27832026-03-13T18:24:26.471Z
27842026-03-13T18:24:26.471Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27852026-03-13T18:24:27.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-13T18:24:27.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-13T18:24:27.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-13T18:24:27.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27892026-03-13T18:24:27.763Z
27902026-03-13T18:24:27.763Zinfo: running `cargo check --bins` on ereport-types (57/257)
27912026-03-13T18:24:27.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-13T18:24:27.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-13T18:24:27.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-13T18:24:27.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27952026-03-13T18:24:27.923Z
27962026-03-13T18:24:27.923Zinfo: running `cargo check --bins` on gateway-client (58/257)
27972026-03-13T18:24:28.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-13T18:24:28.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-13T18:24:28.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-13T18:24:28.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28012026-03-13T18:24:28.642Z
28022026-03-13T18:24:28.642Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28032026-03-13T18:24:29.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-13T18:24:29.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-13T18:24:29.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-13T18:24:29.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28072026-03-13T18:24:29.426Z
28082026-03-13T18:24:29.426Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28092026-03-13T18:24:30.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-13T18:24:30.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-13T18:24:30.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-13T18:24:30.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28132026-03-13T18:24:30.229Z
28142026-03-13T18:24:30.229Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28152026-03-13T18:24:31.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-13T18:24:31.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-13T18:24:31.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-13T18:24:31.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28192026-03-13T18:24:31.326Z
28202026-03-13T18:24:31.326Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28212026-03-13T18:24:31.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-13T18:24:31.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-13T18:24:31.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-13T18:24:31.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28252026-03-13T18:24:31.834Z
28262026-03-13T18:24:31.835Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28272026-03-13T18:24:34.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-13T18:24:34.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-13T18:24:34.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-13T18:24:34.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28312026-03-13T18:24:34.219Z
28322026-03-13T18:24:34.219Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28332026-03-13T18:24:34.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-13T18:24:34.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-13T18:24:34.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-13T18:24:34.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28372026-03-13T18:24:34.275Z
28382026-03-13T18:24:34.275Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28392026-03-13T18:24:34.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-13T18:24:34.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-13T18:24:34.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-13T18:24:34.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28432026-03-13T18:24:34.275Z
28442026-03-13T18:24:34.275Zinfo: running `cargo check --bins` on oxlog (66/257)
28452026-03-13T18:24:34.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-13T18:24:34.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-13T18:24:34.982Z Compiling newtype-uuid v1.3.2
28482026-03-13T18:24:35.219Z Compiling daft v0.1.5
28492026-03-13T18:24:36.705Z Compiling iddqd v0.3.17
28502026-03-13T18:24:36.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28512026-03-13T18:24:37.047Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28522026-03-13T18:24:37.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28532026-03-13T18:24:37.592Z
28542026-03-13T18:24:37.593Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28552026-03-13T18:24:38.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-03-13T18:24:38.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-03-13T18:24:38.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-03-13T18:24:38.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28592026-03-13T18:24:38.403Z
28602026-03-13T18:24:38.403Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28612026-03-13T18:24:39.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-13T18:24:39.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-13T18:24:39.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-13T18:24:39.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28652026-03-13T18:24:39.193Z
28662026-03-13T18:24:39.193Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28672026-03-13T18:24:39.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-13T18:24:39.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-13T18:24:39.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-13T18:24:39.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28712026-03-13T18:24:40.017Z
28722026-03-13T18:24:40.017Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28732026-03-13T18:24:40.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-13T18:24:40.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-13T18:24:40.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-13T18:24:40.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28772026-03-13T18:24:40.798Z
28782026-03-13T18:24:40.798Zinfo: running `cargo check --bins` on oxql-types (71/257)
28792026-03-13T18:24:41.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-13T18:24:41.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-13T18:24:41.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-13T18:24:41.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28832026-03-13T18:24:41.580Z
28842026-03-13T18:24:41.580Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28852026-03-13T18:24:42.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-13T18:24:42.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-13T18:24:42.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-13T18:24:42.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28892026-03-13T18:24:42.373Z
28902026-03-13T18:24:42.373Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28912026-03-13T18:24:43.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-13T18:24:43.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-13T18:24:43.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-13T18:24:43.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28952026-03-13T18:24:43.165Z
28962026-03-13T18:24:43.165Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28972026-03-13T18:24:43.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-13T18:24:43.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-13T18:24:43.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-13T18:24:43.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29012026-03-13T18:24:43.938Z
29022026-03-13T18:24:43.938Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29032026-03-13T18:24:44.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-13T18:24:44.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-13T18:24:44.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-13T18:24:44.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29072026-03-13T18:24:44.761Z
29082026-03-13T18:24:44.761Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29092026-03-13T18:24:45.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-13T18:24:45.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-13T18:24:45.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-13T18:24:45.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29132026-03-13T18:24:45.581Z
29142026-03-13T18:24:45.581Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29152026-03-13T18:24:46.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-13T18:24:46.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-13T18:24:46.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-13T18:24:46.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29192026-03-13T18:24:46.407Z
29202026-03-13T18:24:46.407Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29212026-03-13T18:24:47.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-13T18:24:47.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-13T18:24:47.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-13T18:24:47.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29252026-03-13T18:24:47.233Z
29262026-03-13T18:24:47.233Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29272026-03-13T18:24:47.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-13T18:24:47.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-13T18:24:47.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-13T18:24:47.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29312026-03-13T18:24:48.019Z
29322026-03-13T18:24:48.019Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29332026-03-13T18:24:48.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-13T18:24:48.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-13T18:24:48.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-13T18:24:48.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29372026-03-13T18:24:48.803Z
29382026-03-13T18:24:48.803Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29392026-03-13T18:24:49.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-13T18:24:49.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-13T18:24:49.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-13T18:24:49.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29432026-03-13T18:24:49.578Z
29442026-03-13T18:24:49.578Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29452026-03-13T18:24:50.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-13T18:24:50.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-13T18:24:50.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-13T18:24:50.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29492026-03-13T18:24:50.352Z
29502026-03-13T18:24:50.352Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29512026-03-13T18:24:51.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-13T18:24:51.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-13T18:24:51.162Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-03-13T18:24:51.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
29552026-03-13T18:24:52.014Z
29562026-03-13T18:24:52.014Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29572026-03-13T18:24:52.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-13T18:24:52.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-13T18:24:52.843Z Compiling ar_archive_writer v0.5.1
29602026-03-13T18:24:52.847Z Compiling stacker v0.1.23
29612026-03-13T18:24:52.848Z Compiling cfg_aliases v0.1.1
29622026-03-13T18:24:52.949Z Compiling convert_case v0.10.0
29632026-03-13T18:24:52.979Z Checking fd-lock v4.0.4
29642026-03-13T18:24:52.982Z Checking nibble_vec v0.1.0
29652026-03-13T18:24:52.982Z Checking vte v0.14.1
29662026-03-13T18:24:52.982Z Compiling recursive-proc-macro-impl v0.1.1
29672026-03-13T18:24:53.034Z Compiling nix v0.28.0
29682026-03-13T18:24:53.115Z Checking endian-type v0.1.2
29692026-03-13T18:24:53.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-03-13T18:24:53.203Z Checking strip-ansi-escapes v0.2.1
29712026-03-13T18:24:53.281Z Checking radix_trie v0.2.1
29722026-03-13T18:24:53.318Z Compiling peg-macros v0.8.5
29732026-03-13T18:24:53.336Z Checking winnow v0.6.26
29742026-03-13T18:24:53.377Z Compiling derive_more-impl v2.1.1
29752026-03-13T18:24:53.520Z Compiling sqlparser_derive v0.5.0
29762026-03-13T18:24:53.550Z Checking nu-ansi-term v0.50.3
29772026-03-13T18:24:53.799Z Checking unicode_categories v0.1.1
29782026-03-13T18:24:53.816Z Checking home v0.5.12
29792026-03-13T18:24:53.945Z Checking reedline v0.40.0
29802026-03-13T18:24:54.031Z Checking display-error-chain v0.2.2
29812026-03-13T18:24:54.154Z Compiling psm v0.1.30
29822026-03-13T18:24:54.529Z Checking derive_more v2.1.1
29832026-03-13T18:24:54.623Z Checking crossterm v0.29.0
29842026-03-13T18:24:54.899Z Checking peg v0.8.5
29852026-03-13T18:24:54.906Z Checking sqlformat v0.3.5
29862026-03-13T18:24:54.937Z Checking rustyline v14.0.0
29872026-03-13T18:24:55.127Z Checking recursive v0.1.1
29882026-03-13T18:24:55.233Z Checking sqlparser v0.61.0
29892026-03-13T18:25:11.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
29902026-03-13T18:25:11.469Z
29912026-03-13T18:25:11.469Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29922026-03-13T18:25:12.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-03-13T18:25:12.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-03-13T18:25:12.298Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952026-03-13T18:25:17.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
29962026-03-13T18:25:17.240Z
29972026-03-13T18:25:17.240Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29982026-03-13T18:25:17.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-13T18:25:17.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-13T18:25:18.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-13T18:25:21.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
30022026-03-13T18:25:21.539Z
30032026-03-13T18:25:21.540Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30042026-03-13T18:25:22.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-13T18:25:22.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-13T18:25:22.361Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-13T18:25:26.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
30082026-03-13T18:25:26.968Z
30092026-03-13T18:25:26.969Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30102026-03-13T18:25:27.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-13T18:25:27.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-13T18:25:27.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-13T18:25:32.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
30142026-03-13T18:25:32.510Z
30152026-03-13T18:25:32.510Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30162026-03-13T18:25:33.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-13T18:25:33.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-13T18:25:33.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-13T18:25:36.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30202026-03-13T18:25:36.998Z
30212026-03-13T18:25:36.998Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30222026-03-13T18:25:37.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-13T18:25:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-13T18:25:37.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-13T18:25:41.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
30262026-03-13T18:25:41.538Z
30272026-03-13T18:25:41.538Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30282026-03-13T18:25:42.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-13T18:25:42.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-13T18:25:42.365Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-13T18:25:47.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
30322026-03-13T18:25:47.244Z
30332026-03-13T18:25:47.245Zinfo: running `cargo check --bins` on oximeter (92/257)
30342026-03-13T18:25:47.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-13T18:25:47.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-13T18:25:47.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-03-13T18:25:47.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30382026-03-13T18:25:48.041Z
30392026-03-13T18:25:48.041Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30402026-03-13T18:25:48.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-13T18:25:48.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-13T18:25:48.834Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-13T18:25:49.007Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-03-13T18:25:49.024Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-03-13T18:25:49.478Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-03-13T18:25:54.380Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30472026-03-13T18:25:54.800Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30482026-03-13T18:25:56.366Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30492026-03-13T18:25:57.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
30502026-03-13T18:25:57.477Z
30512026-03-13T18:25:57.477Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30522026-03-13T18:25:58.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-03-13T18:25:58.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-03-13T18:25:58.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-03-13T18:25:58.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30562026-03-13T18:25:58.287Z
30572026-03-13T18:25:58.287Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30582026-03-13T18:25:59.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-13T18:25:59.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-13T18:25:59.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-13T18:25:59.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30622026-03-13T18:25:59.154Z
30632026-03-13T18:25:59.154Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30642026-03-13T18:25:59.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-13T18:26:00.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-13T18:26:00.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-13T18:26:00.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30682026-03-13T18:26:00.163Z
30692026-03-13T18:26:00.163Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30702026-03-13T18:26:01.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-13T18:26:01.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-13T18:26:01.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-13T18:26:01.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30742026-03-13T18:26:01.089Z
30752026-03-13T18:26:01.089Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30762026-03-13T18:26:01.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-13T18:26:01.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-13T18:26:01.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-13T18:26:01.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30802026-03-13T18:26:01.622Z
30812026-03-13T18:26:01.622Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30822026-03-13T18:26:02.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-13T18:26:02.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-13T18:26:02.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-13T18:26:02.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30862026-03-13T18:26:02.436Z
30872026-03-13T18:26:02.436Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30882026-03-13T18:26:03.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-13T18:26:03.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-13T18:26:03.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-13T18:26:03.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30922026-03-13T18:26:03.218Z
30932026-03-13T18:26:03.218Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30942026-03-13T18:26:03.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-13T18:26:03.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-13T18:26:03.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-13T18:26:03.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30982026-03-13T18:26:04.037Z
30992026-03-13T18:26:04.038Zinfo: running `cargo check --bins` on update-engine (102/257)
31002026-03-13T18:26:04.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-13T18:26:04.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-13T18:26:04.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-13T18:26:04.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31042026-03-13T18:26:04.820Z
31052026-03-13T18:26:04.820Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31062026-03-13T18:26:05.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-13T18:26:05.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-13T18:26:05.702Z Checking dropshot-api-manager-types v0.6.0
31092026-03-13T18:26:05.729Z Checking nanorand v0.7.0
31102026-03-13T18:26:06.026Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31112026-03-13T18:26:06.063Z Checking flume v0.11.1
31122026-03-13T18:26:06.662Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31132026-03-13T18:26:07.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
31142026-03-13T18:26:07.742Z
31152026-03-13T18:26:07.742Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31162026-03-13T18:26:08.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-03-13T18:26:08.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-03-13T18:26:08.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-03-13T18:26:08.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31202026-03-13T18:26:08.546Z
31212026-03-13T18:26:08.546Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31222026-03-13T18:26:09.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-13T18:26:09.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-13T18:26:09.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-13T18:26:09.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31262026-03-13T18:26:09.348Z
31272026-03-13T18:26:09.348Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31282026-03-13T18:26:10.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-13T18:26:10.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-13T18:26:10.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-13T18:26:10.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31322026-03-13T18:26:10.158Z
31332026-03-13T18:26:10.158Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31342026-03-13T18:26:10.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-13T18:26:10.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-13T18:26:10.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-13T18:26:10.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31382026-03-13T18:26:10.997Z
31392026-03-13T18:26:10.997Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31402026-03-13T18:26:11.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-13T18:26:11.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-13T18:26:11.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-13T18:26:11.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31442026-03-13T18:26:11.809Z
31452026-03-13T18:26:11.809Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31462026-03-13T18:26:13.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-13T18:26:13.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-13T18:26:13.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-13T18:26:13.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31502026-03-13T18:26:13.103Z
31512026-03-13T18:26:13.103Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31522026-03-13T18:26:13.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-13T18:26:13.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-13T18:26:13.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-13T18:26:13.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31562026-03-13T18:26:13.476Z
31572026-03-13T18:26:13.476Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31582026-03-13T18:26:14.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-13T18:26:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-13T18:26:14.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-13T18:26:14.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31622026-03-13T18:26:14.348Z
31632026-03-13T18:26:14.349Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31642026-03-13T18:26:14.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-13T18:26:14.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-13T18:26:14.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-13T18:26:14.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31682026-03-13T18:26:15.007Z
31692026-03-13T18:26:15.007Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31702026-03-13T18:26:15.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-13T18:26:15.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-13T18:26:15.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-13T18:26:15.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31742026-03-13T18:26:15.808Z
31752026-03-13T18:26:15.808Zinfo: running `cargo check --bins` on installinator-client (114/257)
31762026-03-13T18:26:16.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-13T18:26:16.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-13T18:26:16.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-13T18:26:16.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31802026-03-13T18:26:16.613Z
31812026-03-13T18:26:16.613Zinfo: running `cargo check --bins` on nexus-client (115/257)
31822026-03-13T18:26:17.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-13T18:26:17.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-13T18:26:17.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-13T18:26:17.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31862026-03-13T18:26:17.459Z
31872026-03-13T18:26:17.459Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31882026-03-13T18:26:18.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-13T18:26:18.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-13T18:26:18.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-13T18:26:18.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31922026-03-13T18:26:18.307Z
31932026-03-13T18:26:18.307Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31942026-03-13T18:26:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-13T18:26:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-13T18:26:18.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-13T18:26:18.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31982026-03-13T18:26:19.089Z
31992026-03-13T18:26:19.089Zinfo: running `cargo check --bins` on oxide-client (118/257)
32002026-03-13T18:26:19.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-13T18:26:19.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-13T18:26:19.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-13T18:26:19.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32042026-03-13T18:26:19.863Z
32052026-03-13T18:26:19.864Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32062026-03-13T18:26:20.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-13T18:26:20.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-13T18:26:20.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-13T18:26:20.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32102026-03-13T18:26:20.665Z
32112026-03-13T18:26:20.665Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32122026-03-13T18:26:21.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-13T18:26:21.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-13T18:26:21.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-13T18:26:21.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32162026-03-13T18:26:21.498Z
32172026-03-13T18:26:21.498Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32182026-03-13T18:26:22.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-13T18:26:22.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-13T18:26:22.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-13T18:26:22.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32222026-03-13T18:26:22.272Z
32232026-03-13T18:26:22.272Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32242026-03-13T18:26:22.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-13T18:26:22.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-13T18:26:22.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-13T18:26:22.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32282026-03-13T18:26:23.100Z
32292026-03-13T18:26:23.100Zinfo: running `cargo check --bins` on installinator-common (123/257)
32302026-03-13T18:26:23.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-13T18:26:23.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-13T18:26:23.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-13T18:26:23.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32342026-03-13T18:26:23.917Z
32352026-03-13T18:26:23.917Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32362026-03-13T18:26:24.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-13T18:26:24.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-13T18:26:24.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-13T18:26:24.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32402026-03-13T18:26:24.707Z
32412026-03-13T18:26:24.707Zinfo: running `cargo check --bins` on wicket-common (125/257)
32422026-03-13T18:26:25.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-13T18:26:25.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-13T18:26:25.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-13T18:26:25.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32462026-03-13T18:26:25.546Z
32472026-03-13T18:26:25.546Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32482026-03-13T18:26:26.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-13T18:26:26.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-13T18:26:26.390Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32512026-03-13T18:26:26.394Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-03-13T18:26:26.394Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32532026-03-13T18:26:26.394Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-03-13T18:26:26.396Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32552026-03-13T18:26:26.676Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32562026-03-13T18:26:26.694Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32572026-03-13T18:26:27.019Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-13T18:26:27.020Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32592026-03-13T18:26:29.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
32602026-03-13T18:26:30.023Z
32612026-03-13T18:26:30.023Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32622026-03-13T18:26:30.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-03-13T18:26:30.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-03-13T18:26:30.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-03-13T18:26:30.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32662026-03-13T18:26:30.822Z
32672026-03-13T18:26:30.823Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32682026-03-13T18:26:31.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-13T18:26:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-13T18:26:31.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-13T18:26:31.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32722026-03-13T18:26:31.743Z
32732026-03-13T18:26:31.743Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32742026-03-13T18:26:32.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-13T18:26:32.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-13T18:26:32.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-13T18:26:32.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32782026-03-13T18:26:32.665Z
32792026-03-13T18:26:32.665Zinfo: running `cargo check --bins` on dns-server (130/257)
32802026-03-13T18:26:33.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-13T18:26:33.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-13T18:26:33.493Z Compiling parking_lot_core v0.8.6
32832026-03-13T18:26:33.493Z Compiling git-stub v1.0.0
32842026-03-13T18:26:33.558Z Compiling atomicwrites v0.4.4
32852026-03-13T18:26:33.558Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32862026-03-13T18:26:33.611Z Checking tagptr v0.2.0
32872026-03-13T18:26:33.636Z Checking prefix-trie v0.7.0
32882026-03-13T18:26:33.640Z Checking fxhash v0.2.1
32892026-03-13T18:26:33.640Z Checking hickory-client v0.25.2
32902026-03-13T18:26:33.778Z Compiling git-stub-vcs v0.1.0
32912026-03-13T18:26:33.778Z Checking moka v0.12.13
32922026-03-13T18:26:34.076Z Checking hickory-server v0.25.2
32932026-03-13T18:26:34.157Z Checking parking_lot v0.11.2
32942026-03-13T18:26:34.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32952026-03-13T18:26:34.281Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-13T18:26:34.285Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-03-13T18:26:34.285Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32982026-03-13T18:26:34.384Z Checking sled v0.34.7
32992026-03-13T18:26:34.625Z Checking hickory-resolver v0.25.2
33002026-03-13T18:26:37.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
33012026-03-13T18:26:37.383Z
33022026-03-13T18:26:37.383Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33032026-03-13T18:26:38.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-03-13T18:26:38.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-03-13T18:26:38.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-03-13T18:26:38.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33072026-03-13T18:26:38.186Z
33082026-03-13T18:26:38.186Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33092026-03-13T18:26:38.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-13T18:26:38.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-13T18:26:38.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-13T18:26:38.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33132026-03-13T18:26:39.062Z
33142026-03-13T18:26:39.062Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33152026-03-13T18:26:39.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-13T18:26:39.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-13T18:26:39.989Z Compiling radium v0.7.0
33182026-03-13T18:26:39.993Z Checking tap v1.0.1
33192026-03-13T18:26:39.993Z Compiling maybe-uninit v2.0.0
33202026-03-13T18:26:40.126Z Compiling zerocopy-derive v0.6.6
33212026-03-13T18:26:40.129Z Compiling packed_struct v0.10.1
33222026-03-13T18:26:40.129Z Checking crc-catalog v2.4.0
33232026-03-13T18:26:40.129Z Checking funty v2.0.0
33242026-03-13T18:26:40.150Z Compiling packed_struct_codegen v0.10.1
33252026-03-13T18:26:40.236Z Checking wyz v0.5.1
33262026-03-13T18:26:40.337Z Checking crc v3.4.0
33272026-03-13T18:26:40.485Z Compiling bitfield-macros v0.19.4
33282026-03-13T18:26:40.557Z Compiling indexmap v1.9.3
33292026-03-13T18:26:40.575Z Checking nodrop v0.1.14
33302026-03-13T18:26:40.590Z Checking hashbrown v0.12.3
33312026-03-13T18:26:40.623Z Checking smallvec v0.6.14
33322026-03-13T18:26:40.686Z Checking array-init v0.0.4
33332026-03-13T18:26:40.701Z Checking bitvec v1.0.1
33342026-03-13T18:26:40.850Z Checking ron v0.8.1
33352026-03-13T18:26:40.882Z Checking hashbrown v0.13.2
33362026-03-13T18:26:41.184Z Checking serde-hex v0.1.0
33372026-03-13T18:26:41.297Z Checking zerocopy v0.6.6
33382026-03-13T18:26:41.456Z Checking crc-any v2.5.0
33392026-03-13T18:26:41.472Z Checking bitfield v0.19.4
33402026-03-13T18:26:41.568Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-03-13T18:26:41.612Z Checking object v0.30.4
33422026-03-13T18:26:41.688Z Checking half v1.8.3
33432026-03-13T18:26:41.704Z Checking path-slash v0.1.5
33442026-03-13T18:26:41.718Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-03-13T18:26:41.823Z Checking void v1.0.2
33462026-03-13T18:26:41.853Z Checking tungstenite v0.23.0
33472026-03-13T18:26:41.912Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-13T18:26:41.951Z Checking serde_cbor v0.11.2
33492026-03-13T18:26:41.967Z Checking lzss v0.8.2
33502026-03-13T18:26:42.027Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33512026-03-13T18:26:42.111Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-03-13T18:26:42.198Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-03-13T18:26:42.228Z Checking nix v0.27.1
33542026-03-13T18:26:42.415Z Checking kstat-rs v0.2.4
33552026-03-13T18:26:42.471Z Checking serde_bytes v0.11.19
33562026-03-13T18:26:42.639Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33572026-03-13T18:26:42.659Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33582026-03-13T18:26:42.693Z Checking tokio-tungstenite v0.23.1
33592026-03-13T18:26:42.942Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-03-13T18:26:43.021Z Checking signal-hook-tokio v0.3.1
33612026-03-13T18:26:44.057Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-13T18:26:44.284Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-03-13T18:26:47.695Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-13T18:26:48.923Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-03-13T18:26:49.300Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33662026-03-13T18:26:50.792Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-03-13T18:26:53.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
33682026-03-13T18:26:53.807Z
33692026-03-13T18:26:53.807Zinfo: running `cargo check --bins` on gateway-api (134/257)
33702026-03-13T18:26:54.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-03-13T18:26:54.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-03-13T18:26:54.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-03-13T18:26:54.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33742026-03-13T18:26:54.613Z
33752026-03-13T18:26:54.613Zinfo: running `cargo check --bins` on ipcc (135/257)
33762026-03-13T18:26:55.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-13T18:26:55.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-13T18:26:55.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-13T18:26:55.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33802026-03-13T18:26:55.411Z
33812026-03-13T18:26:55.411Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33822026-03-13T18:26:56.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-13T18:26:56.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-13T18:26:56.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-13T18:26:56.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33862026-03-13T18:26:56.182Z
33872026-03-13T18:26:56.182Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33882026-03-13T18:26:56.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-13T18:26:56.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-13T18:26:56.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-13T18:26:56.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922026-03-13T18:26:56.972Z
33932026-03-13T18:26:56.972Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33942026-03-13T18:26:57.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-13T18:26:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-13T18:26:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-13T18:26:57.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33982026-03-13T18:26:57.765Z
33992026-03-13T18:26:57.765Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34002026-03-13T18:26:58.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-13T18:26:58.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-13T18:26:58.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-13T18:26:58.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34042026-03-13T18:26:58.555Z
34052026-03-13T18:26:58.555Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34062026-03-13T18:26:59.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-13T18:26:59.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-13T18:26:59.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-13T18:26:59.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34102026-03-13T18:26:59.345Z
34112026-03-13T18:26:59.345Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34122026-03-13T18:27:00.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-13T18:27:00.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-13T18:27:00.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-13T18:27:00.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34162026-03-13T18:27:00.143Z
34172026-03-13T18:27:00.143Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34182026-03-13T18:27:00.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-13T18:27:00.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-13T18:27:00.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-13T18:27:00.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34222026-03-13T18:27:00.941Z
34232026-03-13T18:27:00.941Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34242026-03-13T18:27:01.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-13T18:27:01.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-13T18:27:01.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-13T18:27:01.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34282026-03-13T18:27:01.740Z
34292026-03-13T18:27:01.740Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34302026-03-13T18:27:02.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-13T18:27:02.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-13T18:27:02.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-13T18:27:02.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34342026-03-13T18:27:02.537Z
34352026-03-13T18:27:02.537Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34362026-03-13T18:27:03.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-13T18:27:03.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-13T18:27:03.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-13T18:27:03.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34402026-03-13T18:27:03.336Z
34412026-03-13T18:27:03.336Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34422026-03-13T18:27:04.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-13T18:27:04.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-13T18:27:04.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-13T18:27:04.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34462026-03-13T18:27:04.130Z
34472026-03-13T18:27:04.130Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34482026-03-13T18:27:04.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-13T18:27:04.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-13T18:27:04.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-13T18:27:04.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34522026-03-13T18:27:04.976Z
34532026-03-13T18:27:04.976Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34542026-03-13T18:27:05.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-13T18:27:05.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-13T18:27:05.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-13T18:27:05.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34582026-03-13T18:27:05.778Z
34592026-03-13T18:27:05.778Zinfo: running `cargo check --bins` on sp-sim (149/257)
34602026-03-13T18:27:06.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-13T18:27:06.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-13T18:27:06.664Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-13T18:27:08.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34642026-03-13T18:27:09.218Z
34652026-03-13T18:27:09.218Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34662026-03-13T18:27:09.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-13T18:27:09.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-13T18:27:09.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-13T18:27:09.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34702026-03-13T18:27:10.097Z
34712026-03-13T18:27:10.097Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34722026-03-13T18:27:10.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-13T18:27:10.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-13T18:27:10.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-13T18:27:10.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34762026-03-13T18:27:10.978Z
34772026-03-13T18:27:10.978Zinfo: running `cargo check --bins` on db-macros (152/257)
34782026-03-13T18:27:11.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-13T18:27:11.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-13T18:27:11.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-13T18:27:11.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34822026-03-13T18:27:11.757Z
34832026-03-13T18:27:11.757Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34842026-03-13T18:27:12.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-13T18:27:12.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-13T18:27:12.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-13T18:27:12.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34882026-03-13T18:27:12.533Z
34892026-03-13T18:27:12.533Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34902026-03-13T18:27:13.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-13T18:27:13.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-13T18:27:13.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-13T18:27:13.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34942026-03-13T18:27:13.398Z
34952026-03-13T18:27:13.398Zinfo: running `cargo check --bins` on authz-macros (155/257)
34962026-03-13T18:27:14.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-13T18:27:14.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-13T18:27:14.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-13T18:27:14.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35002026-03-13T18:27:14.175Z
35012026-03-13T18:27:14.175Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35022026-03-13T18:27:14.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-13T18:27:14.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-13T18:27:14.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-13T18:27:14.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35062026-03-13T18:27:15.030Z
35072026-03-13T18:27:15.030Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35082026-03-13T18:27:15.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-13T18:27:15.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-13T18:27:15.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-13T18:27:15.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35122026-03-13T18:27:15.885Z
35132026-03-13T18:27:15.885Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35142026-03-13T18:27:16.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-13T18:27:16.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-13T18:27:16.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-03-13T18:27:16.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35182026-03-13T18:27:16.663Z
35192026-03-13T18:27:16.663Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35202026-03-13T18:27:17.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-13T18:27:17.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-13T18:27:17.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-13T18:27:17.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35242026-03-13T18:27:17.437Z
35252026-03-13T18:27:17.437Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35262026-03-13T18:27:18.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-13T18:27:18.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-13T18:27:18.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-13T18:27:18.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35302026-03-13T18:27:18.234Z
35312026-03-13T18:27:18.234Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35322026-03-13T18:27:18.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-13T18:27:18.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-13T18:27:18.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-13T18:27:18.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35362026-03-13T18:27:19.015Z
35372026-03-13T18:27:19.016Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35382026-03-13T18:27:19.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-13T18:27:19.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-13T18:27:19.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-13T18:27:19.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35422026-03-13T18:27:19.795Z
35432026-03-13T18:27:19.795Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35442026-03-13T18:27:20.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-13T18:27:20.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-13T18:27:20.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-13T18:27:20.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35482026-03-13T18:27:20.670Z
35492026-03-13T18:27:20.670Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35502026-03-13T18:27:21.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-13T18:27:21.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-13T18:27:21.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-13T18:27:21.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35542026-03-13T18:27:21.551Z
35552026-03-13T18:27:21.551Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35562026-03-13T18:27:22.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-13T18:27:22.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-13T18:27:22.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-13T18:27:22.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35602026-03-13T18:27:22.417Z
35612026-03-13T18:27:22.417Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35622026-03-13T18:27:23.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-13T18:27:23.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-13T18:27:23.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-13T18:27:23.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35662026-03-13T18:27:23.255Z
35672026-03-13T18:27:23.255Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35682026-03-13T18:27:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-13T18:27:23.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-13T18:27:23.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-13T18:27:23.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35722026-03-13T18:27:24.076Z
35732026-03-13T18:27:24.076Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35742026-03-13T18:27:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-13T18:27:24.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-13T18:27:24.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-13T18:27:24.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35782026-03-13T18:27:24.894Z
35792026-03-13T18:27:24.894Zinfo: running `cargo check --bins` on key-manager (169/257)
35802026-03-13T18:27:25.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-13T18:27:25.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-13T18:27:25.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-13T18:27:25.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35842026-03-13T18:27:25.692Z
35852026-03-13T18:27:25.692Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35862026-03-13T18:27:26.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-13T18:27:26.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-13T18:27:26.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-13T18:27:26.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35902026-03-13T18:27:26.505Z
35912026-03-13T18:27:26.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35922026-03-13T18:27:27.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-13T18:27:27.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-13T18:27:27.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-13T18:27:27.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35962026-03-13T18:27:27.314Z
35972026-03-13T18:27:27.314Zinfo: running `cargo check --bins` on typed-rng (172/257)
35982026-03-13T18:27:27.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-13T18:27:27.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-13T18:27:27.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-13T18:27:27.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36022026-03-13T18:27:28.092Z
36032026-03-13T18:27:28.092Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36042026-03-13T18:27:28.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-13T18:27:28.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-13T18:27:29.156Z Compiling libefi-sys v0.1.0
36072026-03-13T18:27:29.156Z Compiling bitfield-struct v0.6.2
36082026-03-13T18:27:29.159Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-03-13T18:27:29.304Z Compiling xshell-macros v0.2.7
36102026-03-13T18:27:29.315Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36112026-03-13T18:27:29.327Z Compiling salty v0.3.0
36122026-03-13T18:27:29.344Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36132026-03-13T18:27:29.361Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-03-13T18:27:29.378Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36152026-03-13T18:27:29.746Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36162026-03-13T18:27:29.798Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36172026-03-13T18:27:29.815Z Checking xshell v0.2.7
36182026-03-13T18:27:29.956Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-13T18:27:29.983Z Checking primeorder v0.13.6
36202026-03-13T18:27:30.005Z Compiling proc-macro-error-attr2 v2.0.0
36212026-03-13T18:27:30.029Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36222026-03-13T18:27:30.067Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-03-13T18:27:30.128Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36242026-03-13T18:27:30.235Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-13T18:27:30.301Z Checking p384 v0.13.1
36262026-03-13T18:27:30.323Z Compiling num-derive v0.3.3
36272026-03-13T18:27:30.465Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-13T18:27:30.535Z Compiling proc-macro-error2 v2.0.1
36292026-03-13T18:27:30.655Z Compiling unicase v2.9.0
36302026-03-13T18:27:30.769Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36312026-03-13T18:27:30.868Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-03-13T18:27:30.921Z Compiling mime_guess v2.0.5
36332026-03-13T18:27:30.939Z Compiling tabled_derive v0.11.0
36342026-03-13T18:27:31.018Z Compiling progenitor-impl v0.11.2
36352026-03-13T18:27:31.353Z Checking papergrid v0.17.0
36362026-03-13T18:27:31.519Z Checking libscf-sys v1.1.0
36372026-03-13T18:27:31.644Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-13T18:27:31.689Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36392026-03-13T18:27:31.839Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-03-13T18:27:31.925Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-13T18:27:32.438Z Checking testing_table v0.3.0
36422026-03-13T18:27:32.557Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36432026-03-13T18:27:32.576Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-03-13T18:27:32.594Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36452026-03-13T18:27:32.694Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36462026-03-13T18:27:32.738Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36472026-03-13T18:27:32.824Z Checking corncobs v0.1.4
36482026-03-13T18:27:32.883Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-13T18:27:32.921Z Checking tabled v0.20.0
36502026-03-13T18:27:32.983Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-13T18:27:33.027Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36522026-03-13T18:27:33.240Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-03-13T18:27:33.323Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-13T18:27:33.513Z Checking progenitor-client v0.11.2
36552026-03-13T18:27:33.747Z Checking secrecy v0.8.0
36562026-03-13T18:27:33.909Z Checking http-range v0.1.5
36572026-03-13T18:27:34.104Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-03-13T18:27:34.295Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-13T18:27:34.346Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-13T18:27:34.495Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-13T18:27:34.598Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-03-13T18:27:34.798Z Compiling progenitor-macro v0.11.2
36632026-03-13T18:27:34.820Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36642026-03-13T18:27:34.840Z Checking atty v0.2.14
36652026-03-13T18:27:34.858Z Checking crc8 v0.1.1
36662026-03-13T18:27:34.961Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-13T18:27:34.982Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36682026-03-13T18:27:35.046Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-03-13T18:27:35.181Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36702026-03-13T18:27:35.417Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-13T18:27:35.666Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-03-13T18:27:35.772Z Checking hyper-staticfile v0.10.1
36732026-03-13T18:27:35.873Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36742026-03-13T18:27:36.013Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36752026-03-13T18:27:36.138Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36762026-03-13T18:27:36.158Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-13T18:27:36.292Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-13T18:27:36.463Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792026-03-13T18:27:36.822Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36802026-03-13T18:27:36.850Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36812026-03-13T18:27:37.225Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-03-13T18:27:37.347Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36832026-03-13T18:27:37.442Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36842026-03-13T18:27:37.976Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-03-13T18:27:38.139Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-13T18:27:38.430Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-13T18:27:38.624Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-03-13T18:27:39.155Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-03-13T18:27:40.142Z Checking progenitor v0.11.2
36902026-03-13T18:27:40.311Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-13T18:27:47.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-03-13T18:28:03.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s
36932026-03-13T18:28:03.418Z
36942026-03-13T18:28:03.418Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36952026-03-13T18:28:04.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-03-13T18:28:04.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-03-13T18:28:04.383Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-13T18:28:20.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.94s
36992026-03-13T18:28:20.616Z
37002026-03-13T18:28:20.617Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37012026-03-13T18:28:21.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-13T18:28:21.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-13T18:28:21.589Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-13T18:28:37.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
37052026-03-13T18:28:37.949Z
37062026-03-13T18:28:37.949Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37072026-03-13T18:28:38.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-13T18:28:38.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-13T18:28:38.911Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-13T18:28:54.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37112026-03-13T18:28:55.230Z
37122026-03-13T18:28:55.230Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37132026-03-13T18:28:56.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-13T18:28:56.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-13T18:28:56.194Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-13T18:29:12.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
37172026-03-13T18:29:12.540Z
37182026-03-13T18:29:12.541Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37192026-03-13T18:29:13.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-13T18:29:13.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-13T18:29:13.495Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-13T18:29:29.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
37232026-03-13T18:29:29.853Z
37242026-03-13T18:29:29.853Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37252026-03-13T18:29:30.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-13T18:29:30.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-13T18:29:30.813Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-13T18:29:46.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37292026-03-13T18:29:47.172Z
37302026-03-13T18:29:47.172Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37312026-03-13T18:29:47.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-13T18:29:47.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-13T18:29:48.125Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-13T18:30:04.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37352026-03-13T18:30:04.607Z
37362026-03-13T18:30:04.607Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37372026-03-13T18:30:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-13T18:30:05.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-13T18:30:05.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-03-13T18:30:05.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37412026-03-13T18:30:05.440Z
37422026-03-13T18:30:05.440Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37432026-03-13T18:30:06.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-13T18:30:06.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-13T18:30:06.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-13T18:30:06.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37472026-03-13T18:30:06.275Z
37482026-03-13T18:30:06.275Zinfo: running `cargo check --bins` on range-requests (183/257)
37492026-03-13T18:30:06.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-13T18:30:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-13T18:30:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-13T18:30:06.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37532026-03-13T18:30:07.081Z
37542026-03-13T18:30:07.081Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37552026-03-13T18:30:07.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-13T18:30:07.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-13T18:30:07.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-13T18:30:07.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37592026-03-13T18:30:07.884Z
37602026-03-13T18:30:07.884Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37612026-03-13T18:30:08.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-13T18:30:08.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-13T18:30:08.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-13T18:30:08.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37652026-03-13T18:30:08.706Z
37662026-03-13T18:30:08.706Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37672026-03-13T18:30:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-13T18:30:09.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-13T18:30:09.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-13T18:30:09.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37712026-03-13T18:30:09.520Z
37722026-03-13T18:30:09.520Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37732026-03-13T18:30:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-13T18:30:10.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-13T18:30:10.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-13T18:30:10.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37772026-03-13T18:30:10.334Z
37782026-03-13T18:30:10.334Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37792026-03-13T18:30:11.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-13T18:30:11.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-13T18:30:11.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-13T18:30:11.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37832026-03-13T18:30:11.162Z
37842026-03-13T18:30:11.162Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37852026-03-13T18:30:11.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-13T18:30:11.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-13T18:30:11.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-13T18:30:11.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37892026-03-13T18:30:11.987Z
37902026-03-13T18:30:11.987Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37912026-03-13T18:30:12.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-13T18:30:12.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-13T18:30:12.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-13T18:30:12.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37952026-03-13T18:30:12.808Z
37962026-03-13T18:30:12.809Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37972026-03-13T18:30:13.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-13T18:30:13.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-13T18:30:13.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-13T18:30:13.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38012026-03-13T18:30:13.640Z
38022026-03-13T18:30:13.640Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38032026-03-13T18:30:14.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-13T18:30:14.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-13T18:30:14.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-13T18:30:14.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38072026-03-13T18:30:14.472Z
38082026-03-13T18:30:14.472Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38092026-03-13T18:30:15.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-13T18:30:15.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-13T18:30:15.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-13T18:30:15.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38132026-03-13T18:30:15.300Z
38142026-03-13T18:30:15.301Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38152026-03-13T18:30:16.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-13T18:30:16.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-13T18:30:16.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-13T18:30:16.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38192026-03-13T18:30:16.132Z
38202026-03-13T18:30:16.132Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38212026-03-13T18:30:16.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-13T18:30:16.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-13T18:30:16.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-13T18:30:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38252026-03-13T18:30:16.986Z
38262026-03-13T18:30:16.986Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38272026-03-13T18:30:17.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-13T18:30:17.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-13T18:30:17.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-13T18:30:17.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38312026-03-13T18:30:17.865Z
38322026-03-13T18:30:17.865Zinfo: running `cargo check --bins` on update-common (197/257)
38332026-03-13T18:30:18.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-13T18:30:18.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-13T18:30:18.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-13T18:30:18.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38372026-03-13T18:30:18.680Z
38382026-03-13T18:30:18.681Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38392026-03-13T18:30:19.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-13T18:30:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-13T18:30:19.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-13T18:30:19.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38432026-03-13T18:30:19.570Z
38442026-03-13T18:30:19.570Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38452026-03-13T18:30:20.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-13T18:30:20.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-13T18:30:20.536Z Compiling fs-err v2.11.0
38482026-03-13T18:30:20.540Z Checking ignore v0.4.25
38492026-03-13T18:30:20.540Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38502026-03-13T18:30:20.540Z Checking predicates-tree v1.0.13
38512026-03-13T18:30:20.654Z Checking parse-size v1.1.0
38522026-03-13T18:30:20.667Z Checking rand_seeder v0.4.0
38532026-03-13T18:30:20.671Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38542026-03-13T18:30:20.671Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-13T18:30:20.905Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-13T18:30:20.909Z Compiling petname v2.0.2
38572026-03-13T18:30:20.937Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38582026-03-13T18:30:21.126Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38592026-03-13T18:30:21.144Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38602026-03-13T18:30:21.168Z Checking globwalk v0.9.1
38612026-03-13T18:30:21.235Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38622026-03-13T18:30:21.350Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38632026-03-13T18:30:21.399Z Checking camino-tempfile-ext v0.3.3
38642026-03-13T18:30:21.423Z Checking sapling-renderdag v0.1.0
38652026-03-13T18:30:21.603Z Checking sync-ptr v0.1.4
38662026-03-13T18:30:21.651Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38672026-03-13T18:30:21.743Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38682026-03-13T18:30:21.798Z Checking colored v2.2.0
38692026-03-13T18:30:21.854Z Checking assert_matches v1.5.0
38702026-03-13T18:30:22.237Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38712026-03-13T18:30:22.314Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-13T18:30:22.318Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-13T18:30:23.113Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38742026-03-13T18:30:24.864Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38752026-03-13T18:30:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.29s
38762026-03-13T18:30:28.093Z
38772026-03-13T18:30:28.093Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38782026-03-13T18:30:28.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-13T18:30:28.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-13T18:30:28.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-13T18:30:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38822026-03-13T18:30:28.874Z
38832026-03-13T18:30:28.874Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38842026-03-13T18:30:29.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-13T18:30:29.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-13T18:30:29.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-13T18:30:29.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38882026-03-13T18:30:29.754Z
38892026-03-13T18:30:29.754Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38902026-03-13T18:30:30.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-13T18:30:30.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-13T18:30:30.646Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-13T18:30:30.650Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38942026-03-13T18:30:31.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38952026-03-13T18:30:33.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
38962026-03-13T18:30:33.718Z
38972026-03-13T18:30:33.718Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38982026-03-13T18:30:34.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-13T18:30:34.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-13T18:30:34.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-13T18:30:34.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39022026-03-13T18:30:34.528Z
39032026-03-13T18:30:34.528Zinfo: running `cargo check --bins` on cert-dev (204/257)
39042026-03-13T18:30:35.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-13T18:30:35.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-13T18:30:35.299Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39072026-03-13T18:30:35.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
39082026-03-13T18:30:35.829Z
39092026-03-13T18:30:35.829Zinfo: running `cargo check --bins` on clickana (205/257)
39102026-03-13T18:30:36.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-13T18:30:36.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-13T18:30:36.646Z Compiling darling_core v0.23.0
39132026-03-13T18:30:36.651Z Compiling instability v0.3.11
39142026-03-13T18:30:36.651Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39152026-03-13T18:30:36.651Z Checking castaway v0.2.4
39162026-03-13T18:30:36.752Z Compiling indoc v2.0.7
39172026-03-13T18:30:36.771Z Checking unicode-truncate v1.1.0
39182026-03-13T18:30:36.782Z Checking lru v0.12.5
39192026-03-13T18:30:36.793Z Checking cassowary v0.3.0
39202026-03-13T18:30:36.908Z Checking compact_str v0.8.1
39212026-03-13T18:30:38.098Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39222026-03-13T18:30:38.323Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-03-13T18:30:38.802Z Compiling darling_macro v0.23.0
39242026-03-13T18:30:39.359Z Compiling darling v0.23.0
39252026-03-13T18:30:40.172Z Checking ratatui v0.29.0
39262026-03-13T18:30:41.713Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39272026-03-13T18:30:42.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
39282026-03-13T18:30:42.769Z
39292026-03-13T18:30:42.769Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39302026-03-13T18:30:43.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-13T18:30:43.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-13T18:30:43.666Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39332026-03-13T18:30:43.666Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39342026-03-13T18:30:44.382Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39352026-03-13T18:30:44.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
39362026-03-13T18:30:45.130Z
39372026-03-13T18:30:45.130Zinfo: running `cargo check --bins` on ch-dev (207/257)
39382026-03-13T18:30:45.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-13T18:30:45.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-13T18:30:46.028Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39412026-03-13T18:30:46.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
39422026-03-13T18:30:47.188Z
39432026-03-13T18:30:47.188Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39442026-03-13T18:30:47.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-13T18:30:47.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-13T18:30:47.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-03-13T18:30:47.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39482026-03-13T18:30:47.803Z
39492026-03-13T18:30:47.803Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39502026-03-13T18:30:48.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-13T18:30:48.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-13T18:30:48.685Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39532026-03-13T18:30:49.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
39542026-03-13T18:30:49.433Z
39552026-03-13T18:30:49.433Zinfo: running `cargo check --bins` on db-dev (210/257)
39562026-03-13T18:30:50.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-13T18:30:50.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-13T18:30:50.335Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39592026-03-13T18:30:51.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
39602026-03-13T18:30:51.518Z
39612026-03-13T18:30:51.518Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39622026-03-13T18:30:52.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-13T18:30:52.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-13T18:30:52.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-13T18:30:52.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39662026-03-13T18:30:52.392Z
39672026-03-13T18:30:52.392Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39682026-03-13T18:30:53.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-13T18:30:53.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-13T18:30:53.173Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39712026-03-13T18:30:54.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
39722026-03-13T18:30:54.226Z
39732026-03-13T18:30:54.226Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39742026-03-13T18:30:54.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-13T18:30:54.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-13T18:30:55.154Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-13T18:30:55.154Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-13T18:30:55.158Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39792026-03-13T18:30:55.158Z Checking git-stub v1.0.0
39802026-03-13T18:30:55.158Z Compiling trait-variant v0.1.2
39812026-03-13T18:30:55.158Z Checking is_ci v1.2.0
39822026-03-13T18:30:55.158Z Checking maplit v1.0.2
39832026-03-13T18:30:55.268Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39842026-03-13T18:30:55.461Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39852026-03-13T18:30:55.494Z Checking supports-color v3.0.2
39862026-03-13T18:30:55.539Z Checking git-stub-vcs v0.1.0
39872026-03-13T18:30:55.582Z Checking drift v0.1.3
39882026-03-13T18:30:55.645Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39892026-03-13T18:30:55.675Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39902026-03-13T18:30:55.784Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39912026-03-13T18:30:55.911Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39922026-03-13T18:30:55.994Z Checking dropshot-api-manager v0.6.0
39932026-03-13T18:30:56.011Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39942026-03-13T18:30:56.054Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39952026-03-13T18:30:56.277Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39962026-03-13T18:30:56.298Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39972026-03-13T18:30:56.526Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39982026-03-13T18:30:57.050Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39992026-03-13T18:31:03.934Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40002026-03-13T18:31:05.343Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40012026-03-13T18:31:06.203Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40022026-03-13T18:31:06.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.44s
40032026-03-13T18:31:06.895Z
40042026-03-13T18:31:06.895Zinfo: running `cargo check --bins` on installinator-api (214/257)
40052026-03-13T18:31:07.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-13T18:31:07.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-13T18:31:07.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-03-13T18:31:07.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40092026-03-13T18:31:07.699Z
40102026-03-13T18:31:07.699Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40112026-03-13T18:31:08.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-13T18:31:08.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-13T18:31:08.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-13T18:31:08.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40152026-03-13T18:31:08.546Z
40162026-03-13T18:31:08.546Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40172026-03-13T18:31:09.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-13T18:31:09.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-13T18:31:09.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-13T18:31:09.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40212026-03-13T18:31:09.399Z
40222026-03-13T18:31:09.399Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40232026-03-13T18:31:10.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-13T18:31:10.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-13T18:31:10.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-13T18:31:10.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40272026-03-13T18:31:10.252Z
40282026-03-13T18:31:10.252Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40292026-03-13T18:31:10.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-13T18:31:10.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-13T18:31:10.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-13T18:31:10.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40332026-03-13T18:31:11.054Z
40342026-03-13T18:31:11.054Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40352026-03-13T18:31:11.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-13T18:31:11.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-13T18:31:11.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-13T18:31:11.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40392026-03-13T18:31:11.839Z
40402026-03-13T18:31:11.839Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40412026-03-13T18:31:12.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-13T18:31:12.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-13T18:31:12.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-13T18:31:12.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40452026-03-13T18:31:12.675Z
40462026-03-13T18:31:12.675Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40472026-03-13T18:31:13.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-13T18:31:13.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-13T18:31:13.444Z Checking erased-serde v0.4.9
40502026-03-13T18:31:13.546Z Checking ordered-float v2.10.1
40512026-03-13T18:31:13.562Z Checking unicode-xid v0.2.6
40522026-03-13T18:31:13.574Z Checking cargo-platform v0.2.0
40532026-03-13T18:31:13.832Z Checking serde-value v0.7.0
40542026-03-13T18:31:14.005Z Checking serde-untagged v0.1.9
40552026-03-13T18:31:14.237Z Checking cargo-util-schemas v0.8.2
40562026-03-13T18:31:15.241Z Checking cargo_metadata v0.21.0
40572026-03-13T18:31:16.115Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40582026-03-13T18:31:17.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
40592026-03-13T18:31:17.244Z
40602026-03-13T18:31:17.244Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40612026-03-13T18:31:18.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-13T18:31:18.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-13T18:31:18.169Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40642026-03-13T18:31:18.919Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40652026-03-13T18:31:19.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
40662026-03-13T18:31:19.795Z
40672026-03-13T18:31:19.795Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40682026-03-13T18:31:20.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-13T18:31:20.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-13T18:31:20.890Z Compiling vergen-gitcl v1.0.8
40712026-03-13T18:31:20.891Z Compiling dirs-sys-next v0.1.2
40722026-03-13T18:31:20.900Z Compiling glob v0.3.3
40732026-03-13T18:31:20.900Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40742026-03-13T18:31:20.900Z Compiling crunchy v0.2.4
40752026-03-13T18:31:20.900Z Compiling dsl_auto_type v0.1.3
40762026-03-13T18:31:20.900Z Checking scheduled-thread-pool v0.2.7
40772026-03-13T18:31:20.901Z Compiling diesel_table_macro_syntax v0.2.0
40782026-03-13T18:31:21.331Z Compiling dirs-next v2.0.0
40792026-03-13T18:31:21.353Z Compiling tiny-keccak v2.0.2
40802026-03-13T18:31:21.373Z Compiling term v0.7.0
40812026-03-13T18:31:21.409Z Checking r2d2 v0.8.10
40822026-03-13T18:31:21.519Z Compiling clang-sys v1.8.1
40832026-03-13T18:31:21.571Z Compiling bit-vec v0.6.3
40842026-03-13T18:31:21.662Z Compiling itertools v0.10.5
40852026-03-13T18:31:21.847Z Compiling bit-set v0.5.3
40862026-03-13T18:31:21.953Z Compiling diesel_derives v2.2.7
40872026-03-13T18:31:22.011Z Compiling ascii-canvas v3.0.0
40882026-03-13T18:31:22.055Z Compiling ena v0.14.4
40892026-03-13T18:31:22.120Z Compiling libloading v0.8.9
40902026-03-13T18:31:22.138Z Compiling regex-syntax v0.6.29
40912026-03-13T18:31:22.162Z Compiling diff v0.1.13
40922026-03-13T18:31:22.326Z Compiling bindgen v0.71.1
40932026-03-13T18:31:22.445Z Compiling cexpr v0.6.0
40942026-03-13T18:31:22.515Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-13T18:31:22.775Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-13T18:31:23.009Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-13T18:31:23.025Z Compiling libxml v0.3.3
40982026-03-13T18:31:23.123Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-13T18:31:23.312Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-13T18:31:23.362Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-13T18:31:23.517Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-13T18:31:23.628Z Compiling strum_macros v0.24.3
41032026-03-13T18:31:23.845Z Compiling indoc v1.0.9
41042026-03-13T18:31:24.435Z Compiling lalrpop v0.19.12
41052026-03-13T18:31:25.110Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-13T18:31:25.131Z Checking derive_builder v0.20.2
41072026-03-13T18:31:25.282Z Compiling oso-derive v0.27.3
41082026-03-13T18:31:25.345Z Checking quick-xml v0.37.5
41092026-03-13T18:31:25.492Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-13T18:31:25.942Z Checking openssl-probe v0.1.6
41112026-03-13T18:31:26.111Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-13T18:31:26.562Z Compiling diesel-dtrace v0.4.2
41132026-03-13T18:31:26.905Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41142026-03-13T18:31:27.088Z Checking bb8 v0.8.6
41152026-03-13T18:31:27.189Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41162026-03-13T18:31:27.450Z Checking nonempty v0.12.0
41172026-03-13T18:31:27.496Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41182026-03-13T18:31:27.662Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41192026-03-13T18:31:27.680Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41202026-03-13T18:31:27.780Z Checking support-bundle-viewer v0.1.2
41212026-03-13T18:31:27.946Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41222026-03-13T18:31:27.966Z Checking multimap v0.10.1
41232026-03-13T18:31:28.132Z Checking diesel v2.2.12
41242026-03-13T18:31:30.618Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41252026-03-13T18:31:32.563Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41262026-03-13T18:31:32.779Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-03-13T18:31:34.133Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41282026-03-13T18:31:34.890Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41292026-03-13T18:31:35.809Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41302026-03-13T18:31:36.331Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41312026-03-13T18:31:38.474Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-13T18:31:39.280Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41332026-03-13T18:31:44.782Z Compiling samael v0.0.19
41342026-03-13T18:31:50.049Z Checking async-bb8-diesel v0.2.1
41352026-03-13T18:31:51.547Z Compiling polar-core v0.27.3
41362026-03-13T18:31:57.867Z Checking oso v0.27.3
41372026-03-13T18:32:34.257Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-13T18:33:21.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
41392026-03-13T18:33:21.472Z
41402026-03-13T18:33:21.473Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41412026-03-13T18:33:22.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-13T18:33:22.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-13T18:33:22.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-13T18:33:22.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41452026-03-13T18:33:22.339Z
41462026-03-13T18:33:22.339Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41472026-03-13T18:33:23.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-13T18:33:23.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-13T18:33:23.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-13T18:33:23.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41512026-03-13T18:33:23.207Z
41522026-03-13T18:33:23.207Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41532026-03-13T18:33:23.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-13T18:33:24.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-13T18:33:24.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-13T18:33:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41572026-03-13T18:33:24.600Z
41582026-03-13T18:33:24.600Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41592026-03-13T18:33:24.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-13T18:33:24.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-13T18:33:25.067Z Compiling libz-sys v1.1.24
41622026-03-13T18:33:25.077Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-13T18:33:25.209Z Compiling vergen-git2 v1.0.7
41642026-03-13T18:33:25.213Z Compiling rustls v0.21.12
41652026-03-13T18:33:25.228Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-13T18:33:25.233Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-13T18:33:25.233Z Checking rustls-webpki v0.101.7
41682026-03-13T18:33:25.233Z Checking sct v0.7.1
41692026-03-13T18:33:25.404Z Compiling nix v0.29.0
41702026-03-13T18:33:25.478Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41712026-03-13T18:33:25.497Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41722026-03-13T18:33:25.552Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41732026-03-13T18:33:25.754Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-13T18:33:25.882Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-13T18:33:25.911Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-13T18:33:26.032Z Checking rustls-pemfile v1.0.4
41772026-03-13T18:33:26.179Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-13T18:33:26.277Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-13T18:33:26.527Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-13T18:33:26.533Z Checking twox-hash v2.1.2
41812026-03-13T18:33:26.643Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-13T18:33:27.344Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41832026-03-13T18:33:27.531Z Checking tokio-rustls v0.24.1
41842026-03-13T18:33:27.564Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-03-13T18:33:27.680Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-13T18:33:27.789Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-13T18:33:28.000Z Checking fatfs v0.3.6
41882026-03-13T18:33:28.183Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-13T18:33:28.521Z Compiling seq-macro v0.3.6
41902026-03-13T18:33:33.418Z Compiling git2 v0.20.4
41912026-03-13T18:33:34.510Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-13T18:33:34.668Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-13T18:33:36.659Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-13T18:34:46.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41952026-03-13T18:34:46.446Z
41962026-03-13T18:34:46.446Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41972026-03-13T18:34:47.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-13T18:34:47.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-13T18:34:47.544Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-13T18:35:47.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42012026-03-13T18:35:47.768Z
42022026-03-13T18:35:47.768Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42032026-03-13T18:35:48.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-13T18:35:48.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-13T18:35:48.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-13T18:35:48.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42072026-03-13T18:35:48.560Z
42082026-03-13T18:35:48.563Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42092026-03-13T18:35:49.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-13T18:35:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-13T18:35:49.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-13T18:35:49.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42132026-03-13T18:35:49.434Z
42142026-03-13T18:35:49.434Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42152026-03-13T18:35:50.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-13T18:35:50.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-13T18:35:50.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-13T18:35:50.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42192026-03-13T18:35:50.292Z
42202026-03-13T18:35:50.292Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42212026-03-13T18:35:51.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-13T18:35:51.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-13T18:35:51.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-13T18:35:51.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42252026-03-13T18:35:51.164Z
42262026-03-13T18:35:51.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42272026-03-13T18:35:51.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-13T18:35:51.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-13T18:35:51.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-13T18:35:51.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42312026-03-13T18:35:52.039Z
42322026-03-13T18:35:52.040Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42332026-03-13T18:35:52.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-13T18:35:52.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-13T18:35:52.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-13T18:35:52.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42372026-03-13T18:35:52.913Z
42382026-03-13T18:35:52.913Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42392026-03-13T18:35:53.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-13T18:35:53.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-13T18:35:54.053Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42422026-03-13T18:35:54.053Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42432026-03-13T18:35:54.201Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42442026-03-13T18:35:54.216Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42452026-03-13T18:35:54.219Z Checking diff v0.1.13
42462026-03-13T18:35:54.219Z Checking yansi v1.0.1
42472026-03-13T18:35:54.219Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42482026-03-13T18:35:54.264Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42492026-03-13T18:35:54.397Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42502026-03-13T18:35:54.582Z Checking pretty_assertions v1.4.1
42512026-03-13T18:35:55.471Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-03-13T18:36:28.567Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42532026-03-13T18:36:28.571Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-03-13T18:36:28.571Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42552026-03-13T18:36:28.571Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-03-13T18:36:28.571Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42572026-03-13T18:36:28.571Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42582026-03-13T18:36:29.516Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-03-13T18:36:31.007Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-03-13T18:37:30.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42612026-03-13T18:37:30.614Z
42622026-03-13T18:37:30.614Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42632026-03-13T18:37:31.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-13T18:37:31.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-13T18:37:31.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-03-13T18:37:31.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42672026-03-13T18:37:31.411Z
42682026-03-13T18:37:31.411Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42692026-03-13T18:37:32.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-13T18:37:32.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-13T18:37:32.376Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42722026-03-13T18:37:32.491Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42732026-03-13T18:37:32.494Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42742026-03-13T18:37:54.720Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42752026-03-13T18:37:55.221Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42762026-03-13T18:37:57.582Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42772026-03-13T18:37:58.166Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42782026-03-13T18:38:02.253Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42792026-03-13T18:38:34.340Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42802026-03-13T18:38:35.173Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42812026-03-13T18:38:37.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
42822026-03-13T18:38:37.591Z
42832026-03-13T18:38:37.592Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42842026-03-13T18:38:38.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-13T18:38:38.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-13T18:38:38.487Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42872026-03-13T18:38:39.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42882026-03-13T18:38:39.577Z
42892026-03-13T18:38:39.577Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42902026-03-13T18:38:40.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-13T18:38:40.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-13T18:38:40.403Z Compiling blake3 v1.8.3
42932026-03-13T18:38:40.406Z Checking arrayvec v0.7.6
42942026-03-13T18:38:40.508Z Checking constant_time_eq v0.4.2
42952026-03-13T18:38:40.512Z Checking arrayref v0.3.9
42962026-03-13T18:38:40.525Z Checking topological-sort v0.2.2
42972026-03-13T18:38:40.532Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42982026-03-13T18:38:40.535Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42992026-03-13T18:38:40.535Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43002026-03-13T18:38:40.590Z Checking shell-words v1.1.1
43012026-03-13T18:38:41.556Z Checking omicron-zone-package v0.12.2
43022026-03-13T18:38:42.551Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43032026-03-13T18:38:43.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
43042026-03-13T18:38:43.861Z
43052026-03-13T18:38:43.861Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43062026-03-13T18:38:44.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-03-13T18:38:44.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-03-13T18:38:44.671Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43092026-03-13T18:38:45.045Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43102026-03-13T18:38:45.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
43112026-03-13T18:38:45.762Z
43122026-03-13T18:38:45.762Zinfo: running `cargo check --bins` on xtask (241/257)
43132026-03-13T18:38:46.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-03-13T18:38:46.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-03-13T18:38:46.367Z Checking libc v0.2.180
43162026-03-13T18:38:46.457Z Checking serde v1.0.228
43172026-03-13T18:38:46.460Z Checking zerofrom v0.1.6
43182026-03-13T18:38:46.465Z Checking bitflags v2.11.0
43192026-03-13T18:38:46.479Z Checking smallvec v1.15.1
43202026-03-13T18:38:46.482Z Checking hashbrown v0.16.1
43212026-03-13T18:38:46.498Z Checking serde_json v1.0.149
43222026-03-13T18:38:46.501Z Checking scroll v0.12.0
43232026-03-13T18:38:46.602Z Checking yoke v0.8.1
43242026-03-13T18:38:46.670Z Checking num-traits v0.2.19
43252026-03-13T18:38:46.711Z Checking thiserror v1.0.69
43262026-03-13T18:38:46.812Z Checking percent-encoding v2.3.2
43272026-03-13T18:38:46.825Z Checking zerovec v0.11.5
43282026-03-13T18:38:46.837Z Checking zerotrie v0.2.3
43292026-03-13T18:38:46.937Z Checking errno v0.3.14
43302026-03-13T18:38:46.989Z Checking log v0.4.29
43312026-03-13T18:38:47.026Z Checking toml_datetime v0.6.11
43322026-03-13T18:38:47.084Z Checking rustix v1.1.3
43332026-03-13T18:38:47.128Z Checking indexmap v2.13.0
43342026-03-13T18:38:47.155Z Checking serde_spanned v0.6.9
43352026-03-13T18:38:47.186Z Checking goblin v0.8.2
43362026-03-13T18:38:47.265Z Checking zerocopy v0.7.35
43372026-03-13T18:38:47.312Z Checking form_urlencoded v1.2.2
43382026-03-13T18:38:47.377Z Checking getrandom v0.4.1
43392026-03-13T18:38:47.436Z Checking tinystr v0.8.2
43402026-03-13T18:38:47.468Z Checking potential_utf v0.1.4
43412026-03-13T18:38:47.480Z Checking ordered-float v2.10.1
43422026-03-13T18:38:47.540Z Checking thiserror v2.0.18
43432026-03-13T18:38:47.636Z Checking icu_collections v2.1.1
43442026-03-13T18:38:47.673Z Checking syn v2.0.117
43452026-03-13T18:38:47.684Z Checking icu_locale_core v2.1.1
43462026-03-13T18:38:47.802Z Checking serde-value v0.7.0
43472026-03-13T18:38:47.885Z Checking toml_edit v0.22.27
43482026-03-13T18:38:48.004Z Checking dtrace-parser v0.2.0
43492026-03-13T18:38:48.050Z Checking thread-id v4.2.2
43502026-03-13T18:38:48.072Z Checking once_cell v1.21.3
43512026-03-13T18:38:48.149Z Checking cargo-platform v0.2.0
43522026-03-13T18:38:48.262Z Checking terminal_size v0.4.3
43532026-03-13T18:38:48.293Z Checking tempfile v3.25.0
43542026-03-13T18:38:48.317Z Checking memmap v0.7.0
43552026-03-13T18:38:48.379Z Checking fs-err v3.3.0
43562026-03-13T18:38:48.402Z Checking clap_builder v4.5.60
43572026-03-13T18:38:48.460Z Checking icu_provider v2.1.1
43582026-03-13T18:38:48.481Z Checking textwrap v0.16.2
43592026-03-13T18:38:48.551Z Checking camino-tempfile v1.4.1
43602026-03-13T18:38:48.618Z Checking anyhow v1.0.102
43612026-03-13T18:38:48.754Z Checking tabled v0.15.0
43622026-03-13T18:38:48.768Z Checking icu_properties v2.1.2
43632026-03-13T18:38:48.771Z Checking icu_normalizer v2.1.1
43642026-03-13T18:38:48.879Z Checking macaddr v1.0.1
43652026-03-13T18:38:49.118Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43662026-03-13T18:38:49.411Z Checking toml v0.8.23
43672026-03-13T18:38:49.840Z Checking cargo_toml v0.21.0
43682026-03-13T18:38:49.932Z Checking idna_adapter v1.2.1
43692026-03-13T18:38:49.951Z Checking dof v0.3.0
43702026-03-13T18:38:50.080Z Checking idna v1.1.0
43712026-03-13T18:38:50.116Z Checking clap v4.5.60
43722026-03-13T18:38:50.356Z Checking usdt-impl v0.5.0
43732026-03-13T18:38:50.386Z Checking url v2.5.8
43742026-03-13T18:38:50.688Z Checking usdt v0.5.0
43752026-03-13T18:38:50.864Z Checking cargo-util-schemas v0.8.2
43762026-03-13T18:38:51.876Z Checking cargo_metadata v0.21.0
43772026-03-13T18:38:52.746Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43782026-03-13T18:38:53.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
43792026-03-13T18:38:53.466Z
43802026-03-13T18:38:53.466Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43812026-03-13T18:38:54.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-13T18:38:54.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-13T18:38:54.448Z Checking polyval v0.6.2
43842026-03-13T18:38:54.565Z Checking ctr v0.9.2
43852026-03-13T18:38:54.581Z Checking ssh-encoding v0.2.0
43862026-03-13T18:38:54.584Z Checking blowfish v0.9.1
43872026-03-13T18:38:54.606Z Checking password-hash v0.4.2
43882026-03-13T18:38:54.622Z Checking p521 v0.13.3
43892026-03-13T18:38:54.626Z Checking p256 v0.13.2
43902026-03-13T18:38:54.626Z Checking russh-cryptovec v0.7.3
43912026-03-13T18:38:54.757Z Checking ghash v0.5.1
43922026-03-13T18:38:54.773Z Checking bcrypt-pbkdf v0.10.0
43932026-03-13T18:38:54.776Z Checking md5 v0.7.0
43942026-03-13T18:38:54.840Z Checking num-bigint v0.4.6
43952026-03-13T18:38:54.843Z Checking des v0.8.1
43962026-03-13T18:38:54.895Z Checking pbkdf2 v0.11.0
43972026-03-13T18:38:54.912Z Checking aes-gcm v0.10.3
43982026-03-13T18:38:54.958Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43992026-03-13T18:38:55.014Z Checking hex-literal v0.4.1
44002026-03-13T18:38:55.017Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44012026-03-13T18:38:55.048Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44022026-03-13T18:38:55.092Z Checking ssh-cipher v0.2.0
44032026-03-13T18:38:55.108Z Checking internet-checksum v0.2.1
44042026-03-13T18:38:55.296Z Checking ssh-key v0.6.7
44052026-03-13T18:38:55.452Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44062026-03-13T18:38:56.192Z Checking russh-keys v0.45.0
44072026-03-13T18:38:56.929Z Checking russh v0.45.0
44082026-03-13T18:39:18.459Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44092026-03-13T18:39:20.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.52s
44102026-03-13T18:39:20.239Z
44112026-03-13T18:39:20.239Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44122026-03-13T18:39:20.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-03-13T18:39:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-03-13T18:39:21.049Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44152026-03-13T18:39:21.053Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44162026-03-13T18:39:21.053Z Checking termios v0.3.3
44172026-03-13T18:39:22.878Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44182026-03-13T18:39:23.059Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44192026-03-13T18:39:25.693Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44202026-03-13T18:39:26.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
44212026-03-13T18:39:26.658Z
44222026-03-13T18:39:26.658Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44232026-03-13T18:39:27.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-03-13T18:39:27.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-03-13T18:39:27.531Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44262026-03-13T18:39:27.534Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44272026-03-13T18:39:27.656Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44282026-03-13T18:39:27.659Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44292026-03-13T18:39:27.659Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44302026-03-13T18:39:27.947Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44312026-03-13T18:39:27.951Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44322026-03-13T18:39:28.890Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44332026-03-13T18:39:29.165Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44342026-03-13T18:39:29.169Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44352026-03-13T18:39:30.019Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44362026-03-13T18:39:32.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
44372026-03-13T18:39:32.367Z
44382026-03-13T18:39:32.367Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44392026-03-13T18:39:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-03-13T18:39:33.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-03-13T18:39:33.167Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44422026-03-13T18:39:33.719Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44432026-03-13T18:39:34.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
44442026-03-13T18:39:34.325Z
44452026-03-13T18:39:34.325Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44462026-03-13T18:39:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-03-13T18:39:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-03-13T18:39:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-03-13T18:39:35.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44502026-03-13T18:39:35.107Z
44512026-03-13T18:39:35.107Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44522026-03-13T18:39:35.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-03-13T18:39:35.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-03-13T18:39:35.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-03-13T18:39:35.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44562026-03-13T18:39:35.892Z
44572026-03-13T18:39:35.892Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44582026-03-13T18:39:36.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-03-13T18:39:36.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-03-13T18:39:36.815Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44612026-03-13T18:39:37.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
44622026-03-13T18:39:37.794Z
44632026-03-13T18:39:37.794Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44642026-03-13T18:39:38.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-03-13T18:39:38.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-03-13T18:39:38.601Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44672026-03-13T18:39:38.604Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44682026-03-13T18:39:38.895Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44692026-03-13T18:39:38.898Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44702026-03-13T18:39:39.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
44712026-03-13T18:39:40.097Z
44722026-03-13T18:39:40.097Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44732026-03-13T18:39:40.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-13T18:39:40.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-13T18:39:40.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-03-13T18:39:40.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44772026-03-13T18:39:40.881Z
44782026-03-13T18:39:40.882Zinfo: running `cargo check --bins` on omicron-package (251/257)
44792026-03-13T18:39:41.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-03-13T18:39:41.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-03-13T18:39:41.724Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44822026-03-13T18:39:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44832026-03-13T18:39:43.277Z
44842026-03-13T18:39:43.277Zinfo: running `cargo check --bins` on tqdb (252/257)
44852026-03-13T18:39:44.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-03-13T18:39:44.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-03-13T18:39:44.239Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44882026-03-13T18:39:44.659Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44892026-03-13T18:39:45.364Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44902026-03-13T18:39:45.369Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44912026-03-13T18:39:52.070Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44922026-03-13T18:39:52.989Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44932026-03-13T18:39:52.996Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44942026-03-13T18:39:52.996Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44952026-03-13T18:39:52.996Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44962026-03-13T18:39:53.983Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44972026-03-13T18:40:03.642Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44982026-03-13T18:40:11.833Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44992026-03-13T18:40:11.836Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45002026-03-13T18:40:11.836Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45012026-03-13T18:40:11.836Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45022026-03-13T18:40:13.751Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45032026-03-13T18:40:15.521Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45042026-03-13T18:40:16.435Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45052026-03-13T18:40:18.166Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45062026-03-13T18:40:18.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.61s
45072026-03-13T18:40:19.137Z
45082026-03-13T18:40:19.137Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45092026-03-13T18:40:19.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-13T18:40:19.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-13T18:40:20.016Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45122026-03-13T18:40:20.020Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45132026-03-13T18:40:20.021Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45142026-03-13T18:40:20.148Z Checking rtoolbox v0.0.3
45152026-03-13T18:40:20.157Z Checking tui-tree-widget v0.23.1
45162026-03-13T18:40:20.289Z Checking rpassword v7.4.0
45172026-03-13T18:40:20.452Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45182026-03-13T18:40:21.419Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45192026-03-13T18:40:28.125Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45202026-03-13T18:40:29.047Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45212026-03-13T18:40:30.449Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45222026-03-13T18:40:34.756Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45232026-03-13T18:40:37.329Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45242026-03-13T18:40:38.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
45252026-03-13T18:40:38.737Z
45262026-03-13T18:40:38.737Zinfo: running `cargo check --bins` on wicket (254/257)
45272026-03-13T18:40:39.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-13T18:40:39.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-13T18:40:39.590Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45302026-03-13T18:40:40.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
45312026-03-13T18:40:40.244Z
45322026-03-13T18:40:40.244Zinfo: running `cargo check --bins` on wicketd (255/257)
45332026-03-13T18:40:40.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-13T18:40:40.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-13T18:40:41.134Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45362026-03-13T18:40:41.145Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45372026-03-13T18:40:41.145Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45382026-03-13T18:40:41.145Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45392026-03-13T18:40:42.683Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45402026-03-13T18:40:43.478Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45412026-03-13T18:40:47.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.26s
45422026-03-13T18:40:47.741Z
45432026-03-13T18:40:47.741Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45442026-03-13T18:40:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-03-13T18:40:48.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-03-13T18:40:48.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-03-13T18:40:48.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45482026-03-13T18:40:48.526Z
45492026-03-13T18:40:48.526Zinfo: running `cargo check --bins` on zone-setup (257/257)
45502026-03-13T18:40:49.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-03-13T18:40:49.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-03-13T18:40:49.356Z Checking uzers v0.12.2
45532026-03-13T18:40:49.693Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45542026-03-13T18:40:50.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
45552026-03-13T18:40:51.147Z
45562026-03-13T18:40:51.242Zreal 18:34.655035276
45572026-03-13T18:40:51.242Zuser 28:17.102659873
45582026-03-13T18:40:51.242Zsys 5:10.493886330
45592026-03-13T18:40:51.242Ztrap 0.474568865
45602026-03-13T18:40:51.242Ztflt 0.558549894
45612026-03-13T18:40:51.242Zdflt 0.696727299
45622026-03-13T18:40:51.242Zkflt 0.001045684
45632026-03-13T18:40:51.242Zlock 1:16:58.849544102
45642026-03-13T18:40:51.242Zslp 2:38:35.854625952
45652026-03-13T18:40:51.242Zlat 1:33.281391360
45662026-03-13T18:40:51.242Zstop 4:58.449467603
45672026-03-13T18:40:51.242Zprocess exited: duration 1356265 ms, exit code 0
 
45682026-03-13T18:40:51.365Zfound 0 output files