01KXRP7KP7F3A46EN2W3C8CZ12: check-features (helios)

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

Buildomat Job: 01KXRP87E3AETPMKF8V0DP5GDA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-17T18:44:26.496Zjob assigned to worker 01KXRP8GHY09R7JCD4H3B8XH9C [factory aws, i-0434dede69c94c125] (queued for 52 s)
 
22026-07-17T18:44:32.632Zstarting task 0: "setup"
32026-07-17T18:44:32.637Z++ uname -s
42026-07-17T18:44:32.641Z+ kern=SunOS
52026-07-17T18:44:32.641Z+ build_user=build
62026-07-17T18:44:32.641Z+ build_uid=12345
72026-07-17T18:44:32.641Z+ work_dir=/work
82026-07-17T18:44:32.641Z+ input_dir=/input
92026-07-17T18:44:32.641Z+ [[ 0 == 12345 ]]
102026-07-17T18:44:32.641Z+ case "$kern" in
112026-07-17T18:44:32.641Z+ groupadd -g 12345 build
122026-07-17T18:44:32.645Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-17T18:44:34.646Z+ zfs create -o mountpoint=/work rpool/work
142026-07-17T18:44:34.720Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-17T18:44:34.723Z+ home_fs=zfs
162026-07-17T18:44:34.723Z+ [[ zfs == autofs ]]
172026-07-17T18:44:34.723Z+ mkdir -p /home/build
182026-07-17T18:44:34.723Z+ chown build:build /home/build /work
192026-07-17T18:44:36.724Z+ chmod 0700 /home/build /work
202026-07-17T18:44:36.727Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-17T18:44:36.734Zstarting task 1: "rust-toolchain"
222026-07-17T18:44:36.737Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-17T18:44:36.737Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-17T18:44:36.740Z * rust toolchain channel = "1.96.1"
252026-07-17T18:44:36.740Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-17T18:44:36.740Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-17T18:44:36.740Z * rust toolchain profile = "default"
282026-07-17T18:44:36.740Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-17T18:44:36.740Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-17T18:44:36.820Zinfo: downloading installer
312026-07-17T18:44:38.483Zwarn: It looks like you have an existing rustup settings file at:
322026-07-17T18:44:38.483Zwarn: /home/build/.rustup/settings.toml
332026-07-17T18:44:38.483Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-17T18:44:38.483Zwarn: instead of the one inferred from the default host triple.
352026-07-17T18:44:38.495Zinfo: profile set to default
362026-07-17T18:44:38.495Zinfo: default host triple is x86_64-unknown-illumos
372026-07-17T18:44:38.495Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-17T18:44:38.574Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-17T18:44:38.578Zinfo: downloading 6 components
402026-07-17T18:44:56.450Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-17T18:44:56.450Z
422026-07-17T18:44:58.744Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-17T18:44:58.744Z
442026-07-17T18:44:58.744Z
452026-07-17T18:44:58.744ZRust is installed now. Great!
462026-07-17T18:44:58.744Z
472026-07-17T18:44:58.744ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-17T18:44:58.745Zenvironment variable. This has not been done automatically.
492026-07-17T18:44:58.745Z
502026-07-17T18:44:58.745ZTo configure your current shell, you need to source
512026-07-17T18:44:58.745Zthe corresponding env file under $HOME/.cargo.
522026-07-17T18:44:58.745Z
532026-07-17T18:44:58.745ZThis is usually done by running one of the following (note the leading DOT):
542026-07-17T18:44:58.745Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-17T18:44:58.745Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-17T18:44:58.745Zsource "~/.cargo/env.nu" # For nushell
572026-07-17T18:44:58.745Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-17T18:44:58.745Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-17T18:44:58.745Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-17T18:44:58.745Zwarn: no default linker (`cc`) was found in your PATH
612026-07-17T18:44:58.745Zwarn: many Rust crates require a system C toolchain to build
622026-07-17T18:44:58.745Z+ rustup --version
632026-07-17T18:44:58.745Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-17T18:44:58.745Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-17T18:44:58.745Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-17T18:44:58.745Z+ cargo --version
672026-07-17T18:44:58.745Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-17T18:44:58.745Z+ rustc --version
692026-07-17T18:44:58.745Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-17T18:44:58.745Zprocess exited: duration 16947 ms, exit code 0
 
712026-07-17T18:44:58.831Zstarting task 2: "authentication"
722026-07-17T18:44:59.150Zprocess exited: duration 322 ms, exit code 0
 
732026-07-17T18:44:59.184Zstarting task 3: "clone repository"
742026-07-17T18:44:59.194Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-17T18:44:59.194Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-17T18:44:59.217ZCloning into '/work/oxidecomputer/omicron'...
772026-07-17T18:45:10.520Z+ cd /work/oxidecomputer/omicron
782026-07-17T18:45:10.520Z+ git fetch origin 817e24dbf740a7e7de26fa0d6e70af076f5d94d6
792026-07-17T18:45:10.828ZFrom https://github.com/oxidecomputer/omicron
802026-07-17T18:45:10.829Z * branch 817e24dbf740a7e7de26fa0d6e70af076f5d94d6 -> FETCH_HEAD
812026-07-17T18:45:10.839Z+ [[ -n sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes ]]
822026-07-17T18:45:10.841Z++ git branch --show-current
832026-07-17T18:45:10.841Z+ current=main
842026-07-17T18:45:10.841Z+ [[ main != sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes ]]
852026-07-17T18:45:10.842Z+ git branch -f sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes 817e24dbf740a7e7de26fa0d6e70af076f5d94d6
862026-07-17T18:45:10.845Z+ git checkout -f sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes
872026-07-17T18:45:10.930ZSwitched to branch 'sunshowers/spr/10n-sled-agentwicketd-a-few-error-handling-fixes'
882026-07-17T18:45:10.934Z+ git reset --hard 817e24dbf740a7e7de26fa0d6e70af076f5d94d6
892026-07-17T18:45:11.016ZHEAD is now at 817e24dbf rebase on main
902026-07-17T18:45:11.020Zprocess exited: duration 11838 ms, exit code 0
 
912026-07-17T18:45:11.026Zstarting task 4: "build"
922026-07-17T18:45:11.031Z+ source .github/buildomat/ci-env.sh
932026-07-17T18:45:11.034Z++ export CARGO_TERM_COLOR=always
942026-07-17T18:45:11.035Z++ CARGO_TERM_COLOR=always
952026-07-17T18:45:11.035Z+++ uname -s
962026-07-17T18:45:11.037Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-17T18:45:11.038Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-17T18:45:11.038Z+ cargo --version
992026-07-17T18:45:11.054Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-17T18:45:11.058Z+ rustc --version
1012026-07-17T18:45:11.078Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-17T18:45:11.082Z+ source ./env.sh
1032026-07-17T18:45:11.082Z++ OLD_SHELL_OPTS=ehxB
1042026-07-17T18:45:11.082Z++ set -o xtrace
1052026-07-17T18:45:11.085Z++++ dirname ./env.sh
1062026-07-17T18:45:11.085Z+++ readlink -f .
1072026-07-17T18:45:11.088Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-17T18:45:11.088Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-17T18:45:11.088Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-17T18:45:11.088Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-17T18:45:11.088Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-17T18:45:11.088Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-17T18:45:11.088Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-17T18:45:11.088Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-17T18:45:11.088Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-17T18:45:11.088Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-17T18:45:11.088Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-17T18:45:11.088Z++ case $OLD_SHELL_OPTS in
1192026-07-17T18:45:11.088Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-17T18:45:11.088Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-17T18:45:11.088Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-17T18:45:11.088Z+ banner prerequisites
1232026-07-17T18:45:11.088Z
1242026-07-17T18:45:11.088Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-17T18:45:11.088Z # # # # # # # # # # # # # # #
1262026-07-17T18:45:11.088Z # # # # ##### # # ##### # # # # # #### #
1272026-07-17T18:45:11.088Z ##### ##### # ##### # # # # # # # # #
1282026-07-17T18:45:11.088Z # # # # # # # # # # # # # # #
1292026-07-17T18:45:11.088Z # # # ###### # # ###### ### # #### # #### #
1302026-07-17T18:45:11.088Z
1312026-07-17T18:45:11.088Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-17T18:45:12.704Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-17T18:45:12.863Z Startup: Caching catalogs ... Done
1342026-07-17T18:45:13.622ZPlanning: Solver setup ... Done (0.697s)
1352026-07-17T18:45:13.655ZPlanning: Running solver ... Done (0.035s)
1362026-07-17T18:45:13.673ZPlanning: Finding local manifests ... Done (0.002s)
1372026-07-17T18:45:13.682ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-17T18:45:13.697ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-17T18:45:13.711ZPlanning: Package planning ... Done (0.013s)
1402026-07-17T18:45:13.714ZPlanning: Merging actions ... Done (0.002s)
1412026-07-17T18:45:13.921ZPlanning: Checking for conflicting actions ... Done (0.207s)
1422026-07-17T18:45:13.924ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-17T18:45:14.663ZPlanning: Evaluating mediators ... Done (0.742s)
1442026-07-17T18:45:14.666ZPlanning: Planning completed in 1.78 seconds
1452026-07-17T18:45:14.672Z Packages to install: 2
1462026-07-17T18:45:14.672Z Estimated space available: 156.06 GB
1472026-07-17T18:45:14.676ZEstimated space to be consumed: 41.03 MB
1482026-07-17T18:45:14.676Z Create boot environment: No
1492026-07-17T18:45:14.676ZCreate backup boot environment: No
1502026-07-17T18:45:14.676Z Rebuild boot archive: No
1512026-07-17T18:45:14.676Z
1522026-07-17T18:45:14.676ZChanged packages:
1532026-07-17T18:45:14.676Zhelios
1542026-07-17T18:45:14.676Z developer/build-essential
1552026-07-17T18:45:14.677Z None -> 11-3.0
1562026-07-17T18:45:14.677Z library/libxmlsec1
1572026-07-17T18:45:14.677Z None -> 1.2.35-3.0
1582026-07-17T18:45:14.697Z
1592026-07-17T18:45:14.697ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-17T18:45:16.103ZDownload: Completed 1.28 MB in 1.41 seconds (933k/s)
1612026-07-17T18:45:16.175Z Actions: 1/268 actions (Installing new actions)
1622026-07-17T18:45:16.215Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-17T18:45:16.230ZFinalize: Updating package state database ... Done (0.017s)
1642026-07-17T18:45:16.230ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-17T18:45:16.271ZFinalize: Updating image state ... Done (0.041s)
1662026-07-17T18:45:18.730ZFinalize: Creating fast lookup database ... Done (2.426s)
1672026-07-17T18:45:18.799ZFinalize: Reading search index ... Done (0.011s)
1682026-07-17T18:45:18.803ZFinalize: Updating search index ... Done (0.000s)
1692026-07-17T18:45:18.925ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-17T18:45:19.259ZPlanning: Evaluating mediator changes ... Done
1712026-07-17T18:45:19.365ZPlanning: Checking for conflicting actions ... Done
1722026-07-17T18:45:19.368ZPlanning: Consolidating action changes ... Done
1732026-07-17T18:45:19.522ZPlanning: Evaluating mediators ... Done
1742026-07-17T18:45:19.525ZPlanning: Planning completed in 0.26 seconds
1752026-07-17T18:45:19.547Z Mediators to change: 2
1762026-07-17T18:45:19.550Z Create boot environment: No
1772026-07-17T18:45:19.550ZCreate backup boot environment: No
1782026-07-17T18:45:19.597ZFinalize: Updating package state database ... Done
1792026-07-17T18:45:19.597ZFinalize: Updating package cache ... Done
1802026-07-17T18:45:19.620ZFinalize: Updating image state ... Done
1812026-07-17T18:45:21.586ZFinalize: Creating fast lookup database ... Done
1822026-07-17T18:45:21.653ZFinalize: Reading search index ... Done
1832026-07-17T18:45:21.656ZFinalize: Updating search index ... Done
1842026-07-17T18:45:21.723ZFinalize: Updating package cache ... Done
1852026-07-17T18:45:22.010ZPlanning: Evaluating mediator changes ... Done
1862026-07-17T18:45:22.117ZPlanning: Checking for conflicting actions ... Done
1872026-07-17T18:45:22.120ZPlanning: Consolidating action changes ... Done
1882026-07-17T18:45:22.276ZPlanning: Evaluating mediators ... Done
1892026-07-17T18:45:22.279ZPlanning: Planning completed in 0.27 seconds
1902026-07-17T18:45:22.299Z Mediators to change: 1
1912026-07-17T18:45:22.299Z Create boot environment: No
1922026-07-17T18:45:22.299ZCreate backup boot environment: No
1932026-07-17T18:45:22.341ZFinalize: Updating package state database ... Done
1942026-07-17T18:45:22.341ZFinalize: Updating package cache ... Done
1952026-07-17T18:45:22.365ZFinalize: Updating image state ... Done
1962026-07-17T18:45:24.327ZFinalize: Creating fast lookup database ... Done
1972026-07-17T18:45:24.390ZFinalize: Reading search index ... Done
1982026-07-17T18:45:24.392ZFinalize: Updating search index ... Done
1992026-07-17T18:45:24.446ZFinalize: Updating package cache ... Done
2002026-07-17T18:45:24.762ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-17T18:45:24.762Zapache system 2.4 system
2022026-07-17T18:45:24.762Zclang system 15 system
2032026-07-17T18:45:24.762Zcsh system system illumos
2042026-07-17T18:45:24.762Zctags system system illumos
2052026-07-17T18:45:24.762Zfile vendor vendor darwinsys
2062026-07-17T18:45:24.762Zfile system system illumos
2072026-07-17T18:45:24.762Zgcc vendor 14 vendor
2082026-07-17T18:45:24.762Zgcc system 13 system
2092026-07-17T18:45:24.762Zgcc system 10 system
2102026-07-17T18:45:24.762Zgo system 1.25 system
2112026-07-17T18:45:24.762Zllvm system 15 system
2122026-07-17T18:45:24.762Zmariadb system 11.4 system
2132026-07-17T18:45:24.762Zmta vendor vendor dma
2142026-07-17T18:45:24.762Zopenjdk system 17 system
2152026-07-17T18:45:24.762Zopenjdk system 11 system
2162026-07-17T18:45:24.762Zopenssl vendor 3 vendor
2172026-07-17T18:45:24.762Zperl system 5.40 system
2182026-07-17T18:45:24.762Zpostgresql system 18 system
2192026-07-17T18:45:24.762Zpostgresql system 17 system
2202026-07-17T18:45:24.762Zpython vendor 3 vendor
2212026-07-17T18:45:24.762Zpython system 2 system
2222026-07-17T18:45:24.762Zpython3 vendor 3.13 vendor
2232026-07-17T18:45:24.762Zruby system 3.4 system
2242026-07-17T18:45:24.762Zruby system 3.0 system
2252026-07-17T18:45:24.762Zwords vendor vendor american-english
2262026-07-17T18:45:24.762Zwords system system australian-english
2272026-07-17T18:45:24.762Zwords system system british-english
2282026-07-17T18:45:24.762Zwords system system canadian-english
2292026-07-17T18:45:24.763Zwords system system french
2302026-07-17T18:45:24.763Zwords system system italian
2312026-07-17T18:45:24.763Zwords system system ngerman
2322026-07-17T18:45:24.763Zwords system system ogerman
2332026-07-17T18:45:24.763Zwords system system spanish
2342026-07-17T18:45:25.016ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-17T18:45:25.016Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-17T18:45:25.361ZFMRI IFO
2372026-07-17T18:45:25.361Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-17T18:45:25.361Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-17T18:45:25.361Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-17T18:45:25.361Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-17T18:45:25.361Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-17T18:45:25.361Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-17T18:45:25.361Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-17T18:45:25.361Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-17T18:45:25.361Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-17T18:45:25.644Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-17T18:45:25.911Z Updating crates.io index
2482026-07-17T18:45:25.914Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-17T18:45:26.148Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-17T18:45:26.429Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-17T18:45:27.367Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-17T18:45:27.827Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-17T18:45:29.374Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-17T18:45:30.773Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-17T18:45:31.035Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-17T18:45:31.328Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-17T18:45:32.642Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-17T18:45:33.054Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-17T18:45:33.337Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-17T18:45:33.601Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-17T18:45:34.008Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-17T18:45:34.511Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-17T18:45:34.884Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-17T18:45:35.096Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-17T18:45:35.350Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-17T18:45:35.663Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-17T18:45:35.873Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-17T18:45:36.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-17T18:45:36.370Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-17T18:45:36.681Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-17T18:45:37.001Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-17T18:45:37.248Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-17T18:45:37.620Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-17T18:45:37.855Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-17T18:45:38.220Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-17T18:45:38.701Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-17T18:45:38.953Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-17T18:45:39.197Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-17T18:45:39.546Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-17T18:45:39.925Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-17T18:45:40.164Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-17T18:45:40.484Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-17T18:45:40.706Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-17T18:45:41.012Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-17T18:45:41.410Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-17T18:45:41.628Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-17T18:45:41.892Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-17T18:45:42.130Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-17T18:45:44.871Z Downloading crates ...
2902026-07-17T18:45:44.929Z Downloaded bitflags v2.11.0
2912026-07-17T18:45:44.933Z Downloaded byteorder v1.5.0
2922026-07-17T18:45:44.936Z Downloaded cargo-platform v0.3.2
2932026-07-17T18:45:44.940Z Downloaded macaddr v1.0.1
2942026-07-17T18:45:44.940Z Downloaded fnv v1.0.7
2952026-07-17T18:45:44.940Z Downloaded dof v0.3.0
2962026-07-17T18:45:44.940Z Downloaded zerocopy-derive v0.7.35
2972026-07-17T18:45:44.943Z Downloaded zmij v1.0.21
2982026-07-17T18:45:44.943Z Downloaded cargo_metadata v0.23.1
2992026-07-17T18:45:44.947Z Downloaded block-buffer v0.10.4
3002026-07-17T18:45:44.947Z Downloaded anstyle-query v1.1.5
3012026-07-17T18:45:44.951Z Downloaded camino-tempfile v1.4.1
3022026-07-17T18:45:44.951Z Downloaded anstream v1.0.0
3032026-07-17T18:45:44.956Z Downloaded zerocopy v0.7.35
3042026-07-17T18:45:44.960Z Downloaded scroll_derive v0.12.1
3052026-07-17T18:45:44.963Z Downloaded pretty-hex v0.4.1
3062026-07-17T18:45:44.963Z Downloaded crypto-common v0.1.7
3072026-07-17T18:45:44.963Z Downloaded colorchoice v1.0.4
3082026-07-17T18:45:44.967Z Downloaded clap_lex v1.0.0
3092026-07-17T18:45:44.967Z Downloaded equivalent v1.0.2
3102026-07-17T18:45:44.970Z Downloaded utf8parse v0.2.2
3112026-07-17T18:45:44.974Z Downloaded errno v0.3.14
3122026-07-17T18:45:44.982Z Downloaded anyhow v1.0.102
3132026-07-17T18:45:44.991Z Downloaded heck v0.4.1
3142026-07-17T18:45:44.991Z Downloaded itoa v1.0.17
3152026-07-17T18:45:44.995Z Downloaded cpufeatures v0.2.17
3162026-07-17T18:45:44.995Z Downloaded fastrand v2.3.0
3172026-07-17T18:45:44.995Z Downloaded cfg-if v1.0.4
3182026-07-17T18:45:44.995Z Downloaded is_terminal_polyfill v1.70.2
3192026-07-17T18:45:44.995Z Downloaded generic-array v0.14.7
3202026-07-17T18:45:44.995Z Downloaded dtrace-parser v0.2.0
3212026-07-17T18:45:44.999Z Downloaded thread-id v4.2.2
3222026-07-17T18:45:45.006Z Downloaded usdt-attr-macro v0.5.0
3232026-07-17T18:45:45.006Z Downloaded smawk v0.3.2
3242026-07-17T18:45:45.006Z Downloaded swrite v0.1.0
3252026-07-17T18:45:45.006Z Downloaded heck v0.5.0
3262026-07-17T18:45:45.006Z Downloaded serde_spanned v0.6.9
3272026-07-17T18:45:45.009Z Downloaded plain v0.2.3
3282026-07-17T18:45:45.009Z Downloaded anstyle-parse v1.0.0
3292026-07-17T18:45:45.009Z Downloaded bytecount v0.6.9
3302026-07-17T18:45:45.012Z Downloaded autocfg v1.5.0
3312026-07-17T18:45:45.035Z Downloaded camino v1.2.2
3322026-07-17T18:45:45.044Z Downloaded tabled_derive v0.7.0
3332026-07-17T18:45:45.046Z Downloaded strsim v0.11.1
3342026-07-17T18:45:45.046Z Downloaded unicode-linebreak v0.1.5
3352026-07-17T18:45:45.046Z Downloaded proc-macro-error-attr v1.0.4
3362026-07-17T18:45:45.046Z Downloaded memmap v0.7.0
3372026-07-17T18:45:45.049Z Downloaded version_check v0.9.5
3382026-07-17T18:45:45.053Z Downloaded toml_datetime v0.6.11
3392026-07-17T18:45:45.053Z Downloaded usdt v0.5.0
3402026-07-17T18:45:45.053Z Downloaded toml_write v0.1.2
3412026-07-17T18:45:45.063Z Downloaded usdt-macro v0.5.0
3422026-07-17T18:45:45.070Z Downloaded serde_tokenstream v0.2.3
3432026-07-17T18:45:45.074Z Downloaded scroll v0.12.0
3442026-07-17T18:45:45.074Z Downloaded once_cell v1.21.3
3452026-07-17T18:45:45.074Z Downloaded digest v0.10.7
3462026-07-17T18:45:45.077Z Downloaded fs-err v3.3.0
3472026-07-17T18:45:45.077Z Downloaded anstyle v1.0.14
3482026-07-17T18:45:45.081Z Downloaded cargo_toml v0.21.0
3492026-07-17T18:45:45.089Z Downloaded sha2 v0.10.9
3502026-07-17T18:45:45.098Z Downloaded usdt-impl v0.5.0
3512026-07-17T18:45:45.101Z Downloaded quote v1.0.45
3522026-07-17T18:45:45.105Z Downloaded terminal_size v0.4.3
3532026-07-17T18:45:45.107Z Downloaded thiserror-impl v1.0.69
3542026-07-17T18:45:45.107Z Downloaded thiserror v1.0.69
3552026-07-17T18:45:45.110Z Downloaded proc-macro-error v1.0.4
3562026-07-17T18:45:45.118Z Downloaded toml v0.8.23
3572026-07-17T18:45:45.121Z Downloaded thiserror v2.0.18
3582026-07-17T18:45:45.126Z Downloaded serde_derive v1.0.228
3592026-07-17T18:45:45.129Z Downloaded clap v4.6.1
3602026-07-17T18:45:45.137Z Downloaded thiserror-impl v2.0.18
3612026-07-17T18:45:45.140Z Downloaded pest_derive v2.8.6
3622026-07-17T18:45:45.157Z Downloaded textwrap v0.16.2
3632026-07-17T18:45:45.163Z Downloaded log v0.4.29
3642026-07-17T18:45:45.163Z Downloaded clap_derive v4.6.1
3652026-07-17T18:45:45.163Z Downloaded pest_generator v2.8.6
3662026-07-17T18:45:45.171Z Downloaded pest_meta v2.8.6
3672026-07-17T18:45:45.171Z Downloaded papergrid v0.11.0
3682026-07-17T18:45:45.171Z Downloaded unicode-ident v1.0.24
3692026-07-17T18:45:45.171Z Downloaded semver v1.0.28
3702026-07-17T18:45:45.177Z Downloaded proc-macro2 v1.0.106
3712026-07-17T18:45:45.177Z Downloaded getrandom v0.4.1
3722026-07-17T18:45:45.177Z Downloaded ucd-trie v0.1.7
3732026-07-17T18:45:45.177Z Downloaded serde_core v1.0.228
3742026-07-17T18:45:45.184Z Downloaded tempfile v3.25.0
3752026-07-17T18:45:45.184Z Downloaded toml_edit v0.22.27
3762026-07-17T18:45:45.202Z Downloaded memchr v2.8.0
3772026-07-17T18:45:45.212Z Downloaded serde v1.0.228
3782026-07-17T18:45:45.219Z Downloaded indexmap v2.14.0
3792026-07-17T18:45:45.229Z Downloaded typenum v1.20.1
3802026-07-17T18:45:45.242Z Downloaded pest v2.8.6
3812026-07-17T18:45:45.245Z Downloaded clap_builder v4.6.0
3822026-07-17T18:45:45.249Z Downloaded hashbrown v0.17.0
3832026-07-17T18:45:45.262Z Downloaded goblin v0.8.2
3842026-07-17T18:45:45.273Z Downloaded serde_json v1.0.150
3852026-07-17T18:45:45.291Z Downloaded winnow v0.7.14
3862026-07-17T18:45:45.303Z Downloaded tabled v0.15.0
3872026-07-17T18:45:45.321Z Downloaded syn v1.0.109
3882026-07-17T18:45:45.334Z Downloaded unicode-width v0.2.0
3892026-07-17T18:45:45.339Z Downloaded unicode-width v0.1.14
3902026-07-17T18:45:45.339Z Downloaded syn v2.0.117
3912026-07-17T18:45:45.351Z Downloaded rustix v1.1.3
3922026-07-17T18:45:45.382Z Downloaded libc v0.2.185
3932026-07-17T18:45:45.441Z Compiling proc-macro2 v1.0.106
3942026-07-17T18:45:45.441Z Compiling quote v1.0.45
3952026-07-17T18:45:45.445Z Compiling unicode-ident v1.0.24
3962026-07-17T18:45:45.445Z Compiling serde_core v1.0.228
3972026-07-17T18:45:45.445Z Compiling libc v0.2.185
3982026-07-17T18:45:45.445Z Compiling version_check v0.9.5
3992026-07-17T18:45:45.445Z Compiling memchr v2.8.0
4002026-07-17T18:45:45.445Z Compiling serde v1.0.228
4012026-07-17T18:45:45.765Z Compiling zmij v1.0.21
4022026-07-17T18:45:46.043Z Compiling ucd-trie v0.1.7
4032026-07-17T18:45:46.104Z Compiling itoa v1.0.17
4042026-07-17T18:45:46.298Z Compiling thiserror v1.0.69
4052026-07-17T18:45:46.315Z Compiling pest v2.8.6
4062026-07-17T18:45:46.331Z Compiling byteorder v1.5.0
4072026-07-17T18:45:46.425Z Compiling rustix v1.1.3
4082026-07-17T18:45:46.577Z Compiling errno v0.3.14
4092026-07-17T18:45:46.815Z Compiling serde_json v1.0.150
4102026-07-17T18:45:46.847Z Compiling bitflags v2.11.0
4112026-07-17T18:45:46.974Z Compiling syn v2.0.117
4122026-07-17T18:45:47.032Z Compiling thread-id v4.2.2
4132026-07-17T18:45:47.083Z Compiling usdt-impl v0.5.0
4142026-07-17T18:45:47.129Z Compiling proc-macro-error-attr v1.0.4
4152026-07-17T18:45:47.236Z Compiling syn v1.0.109
4162026-07-17T18:45:47.311Z Compiling camino v1.2.2
4172026-07-17T18:45:47.330Z Compiling pest_meta v2.8.6
4182026-07-17T18:45:47.614Z Compiling proc-macro-error v1.0.4
4192026-07-17T18:45:47.694Z Compiling equivalent v1.0.2
4202026-07-17T18:45:47.712Z Compiling utf8parse v0.2.2
4212026-07-17T18:45:47.811Z Compiling log v0.4.29
4222026-07-17T18:45:47.827Z Compiling hashbrown v0.17.0
4232026-07-17T18:45:47.927Z Compiling plain v0.2.3
4242026-07-17T18:45:48.002Z Compiling getrandom v0.4.1
4252026-07-17T18:45:48.039Z Compiling terminal_size v0.4.3
4262026-07-17T18:45:48.282Z Compiling anstyle-parse v1.0.0
4272026-07-17T18:45:48.375Z Compiling indexmap v2.14.0
4282026-07-17T18:45:48.798Z Compiling anstyle v1.0.14
4292026-07-17T18:45:48.888Z Compiling toml_write v0.1.2
4302026-07-17T18:45:48.912Z Compiling winnow v0.7.14
4312026-07-17T18:45:48.945Z Compiling colorchoice v1.0.4
4322026-07-17T18:45:48.998Z Compiling pretty-hex v0.4.1
4332026-07-17T18:45:49.027Z Compiling thiserror v2.0.18
4342026-07-17T18:45:49.064Z Compiling is_terminal_polyfill v1.70.2
4352026-07-17T18:45:49.090Z Compiling autocfg v1.5.0
4362026-07-17T18:45:49.137Z Compiling anstyle-query v1.1.5
4372026-07-17T18:45:49.159Z Compiling cfg-if v1.0.4
4382026-07-17T18:45:49.189Z Compiling pest_generator v2.8.6
4392026-07-17T18:45:49.234Z Compiling anstream v1.0.0
4402026-07-17T18:45:49.561Z Compiling fs-err v3.3.0
4412026-07-17T18:45:49.595Z Compiling heck v0.4.1
4422026-07-17T18:45:49.624Z Compiling heck v0.5.0
4432026-07-17T18:45:49.776Z Compiling unicode-width v0.1.14
4442026-07-17T18:45:49.838Z Compiling once_cell v1.21.3
4452026-07-17T18:45:49.874Z Compiling strsim v0.11.1
4462026-07-17T18:45:49.899Z Compiling anyhow v1.0.102
4472026-07-17T18:45:49.963Z Compiling fnv v1.0.7
4482026-07-17T18:45:50.053Z Compiling fastrand v2.3.0
4492026-07-17T18:45:50.072Z Compiling bytecount v0.6.9
4502026-07-17T18:45:50.076Z Compiling clap_lex v1.0.0
4512026-07-17T18:45:50.221Z Compiling papergrid v0.11.0
4522026-07-17T18:45:50.330Z Compiling tempfile v3.25.0
4532026-07-17T18:45:50.333Z Compiling clap_builder v4.6.0
4542026-07-17T18:45:50.349Z Compiling semver v1.0.28
4552026-07-17T18:45:50.472Z Compiling cargo-platform v0.3.2
4562026-07-17T18:45:50.490Z Compiling memmap v0.7.0
4572026-07-17T18:45:50.528Z Compiling tabled_derive v0.7.0
4582026-07-17T18:45:50.679Z Compiling smawk v0.3.2
4592026-07-17T18:45:50.697Z Compiling unicode-linebreak v0.1.5
4602026-07-17T18:45:50.714Z Compiling unicode-width v0.2.0
4612026-07-17T18:45:50.747Z Compiling camino-tempfile v1.4.1
4622026-07-17T18:45:50.937Z Compiling textwrap v0.16.2
4632026-07-17T18:45:50.956Z Compiling serde_derive v1.0.228
4642026-07-17T18:45:50.975Z Compiling thiserror-impl v1.0.69
4652026-07-17T18:45:50.991Z Compiling zerocopy-derive v0.7.35
4662026-07-17T18:45:51.167Z Compiling pest_derive v2.8.6
4672026-07-17T18:45:51.397Z Compiling scroll_derive v0.12.1
4682026-07-17T18:45:51.452Z Compiling thiserror-impl v2.0.18
4692026-07-17T18:45:51.620Z Compiling clap_derive v4.6.1
4702026-07-17T18:45:51.663Z Compiling tabled v0.15.0
4712026-07-17T18:45:51.870Z Compiling zerocopy v0.7.35
4722026-07-17T18:45:52.095Z Compiling scroll v0.12.0
4732026-07-17T18:45:52.371Z Compiling dtrace-parser v0.2.0
4742026-07-17T18:45:52.389Z Compiling goblin v0.8.2
4752026-07-17T18:45:52.710Z Compiling swrite v0.1.0
4762026-07-17T18:45:53.372Z Compiling clap v4.6.1
4772026-07-17T18:45:53.969Z Compiling dof v0.3.0
4782026-07-17T18:45:53.969Z Compiling serde_spanned v0.6.9
4792026-07-17T18:45:53.972Z Compiling toml_datetime v0.6.11
4802026-07-17T18:45:53.972Z Compiling serde_tokenstream v0.2.3
4812026-07-17T18:45:53.973Z Compiling cargo_metadata v0.23.1
4822026-07-17T18:45:54.050Z Compiling macaddr v1.0.1
4832026-07-17T18:45:54.054Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-07-17T18:45:54.174Z Compiling toml_edit v0.22.27
4852026-07-17T18:45:54.728Z Compiling usdt-attr-macro v0.5.0
4862026-07-17T18:45:54.744Z Compiling usdt-macro v0.5.0
4872026-07-17T18:45:55.389Z Compiling usdt v0.5.0
4882026-07-17T18:45:55.583Z Compiling toml v0.8.23
4892026-07-17T18:45:55.909Z Compiling cargo_toml v0.21.0
4902026-07-17T18:45:57.163Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-17T18:45:59.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.66s
4922026-07-17T18:45:59.350Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-17T18:45:59.859Z Downloading crates ...
4942026-07-17T18:46:00.947Z Downloaded adler2 v2.0.1
4952026-07-17T18:46:00.952Z Downloaded assert_matches v1.5.0
4962026-07-17T18:46:00.952Z Downloaded bit-set v0.5.3
4972026-07-17T18:46:00.952Z Downloaded async-trait v0.1.89
4982026-07-17T18:46:00.952Z Downloaded async-recursion v1.1.1
4992026-07-17T18:46:00.952Z Downloaded bitfield-macros v0.19.4
5002026-07-17T18:46:00.952Z Downloaded ascii-canvas v3.0.0
5012026-07-17T18:46:00.952Z Downloaded aead v0.5.2
5022026-07-17T18:46:00.952Z Downloaded atomic-waker v1.1.2
5032026-07-17T18:46:00.952Z Downloaded async-stream v0.3.6
5042026-07-17T18:46:00.952Z Downloaded async-bb8-diesel v0.2.1
5052026-07-17T18:46:00.952Z Downloaded crc8 v0.1.1
5062026-07-17T18:46:00.952Z Downloaded cpubits v0.1.1
5072026-07-17T18:46:00.952Z Downloaded atomicwrites v0.4.4
5082026-07-17T18:46:00.952Z Downloaded crypto-common v0.2.2
5092026-07-17T18:46:00.952Z Downloaded bcrypt-pbkdf v0.11.0
5102026-07-17T18:46:00.952Z Downloaded base16ct v1.0.0
5112026-07-17T18:46:00.952Z Downloaded bit-set v0.8.0
5122026-07-17T18:46:00.952Z Downloaded bitfield-struct v0.6.2
5132026-07-17T18:46:00.952Z Downloaded daft-derive v0.1.7
5142026-07-17T18:46:00.952Z Downloaded crc v3.4.0
5152026-07-17T18:46:00.952Z Downloaded ciborium-io v0.2.2
5162026-07-17T18:46:00.952Z Downloaded base16ct v0.2.0
5172026-07-17T18:46:00.952Z Downloaded bb8 v0.8.6
5182026-07-17T18:46:00.952Z Downloaded crossbeam-utils v0.8.21
5192026-07-17T18:46:00.952Z Downloaded arrayvec v0.7.6
5202026-07-17T18:46:00.952Z Downloaded anstyle-parse v0.2.7
5212026-07-17T18:46:00.952Z Downloaded bcs v0.1.6
5222026-07-17T18:46:00.952Z Downloaded aead v0.6.1
5232026-07-17T18:46:00.952Z Downloaded curve25519-dalek-derive v0.1.1
5242026-07-17T18:46:00.952Z Downloaded crunchy v0.2.4
5252026-07-17T18:46:00.952Z Downloaded array-init v0.0.4
5262026-07-17T18:46:00.952Z Downloaded async-stream-impl v0.3.6
5272026-07-17T18:46:00.953Z Downloaded argon2 v0.5.3
5282026-07-17T18:46:00.953Z Downloaded camino-tempfile-ext v0.3.3
5292026-07-17T18:46:00.953Z Downloaded darling_macro v0.21.3
5302026-07-17T18:46:00.953Z Downloaded bit-vec v0.8.0
5312026-07-17T18:46:00.953Z Downloaded atty v0.2.14
5322026-07-17T18:46:00.953Z Downloaded darling_macro v0.20.11
5332026-07-17T18:46:00.953Z Downloaded convert_case v0.4.0
5342026-07-17T18:46:00.953Z Downloaded crucible-workspace-hack v0.1.0
5352026-07-17T18:46:00.953Z Downloaded dof v0.4.0
5362026-07-17T18:46:00.953Z Downloaded defmt v0.3.100
5372026-07-17T18:46:00.953Z Downloaded cobs v0.3.0
5382026-07-17T18:46:00.953Z Downloaded bitflags v1.3.2
5392026-07-17T18:46:00.953Z Downloaded crossbeam-deque v0.8.6
5402026-07-17T18:46:00.953Z Downloaded cpufeatures v0.3.0
5412026-07-17T18:46:00.953Z Downloaded crc-catalog v2.4.0
5422026-07-17T18:46:00.953Z Downloaded cfg_aliases v0.1.1
5432026-07-17T18:46:00.953Z Downloaded block-buffer v0.12.1
5442026-07-17T18:46:00.953Z Downloaded darling_macro v0.23.0
5452026-07-17T18:46:00.953Z Downloaded cstr-argument v0.1.2
5462026-07-17T18:46:00.953Z Downloaded debug-ignore v1.0.5
5472026-07-17T18:46:00.953Z Downloaded arrayref v0.3.9
5482026-07-17T18:46:00.953Z Downloaded darling_macro v0.13.4
5492026-07-17T18:46:00.953Z Downloaded castaway v0.2.4
5502026-07-17T18:46:00.953Z Downloaded block-padding v0.4.2
5512026-07-17T18:46:00.953Z Downloaded data-encoding v2.10.0
5522026-07-17T18:46:00.953Z Downloaded cfg_aliases v0.2.1
5532026-07-17T18:46:00.953Z Downloaded corncobs v0.1.4
5542026-07-17T18:46:00.953Z Downloaded critical-section v1.2.0
5552026-07-17T18:46:00.953Z Downloaded embedded-io v0.6.1
5562026-07-17T18:46:00.953Z Downloaded ahash v0.8.12
5572026-07-17T18:46:00.953Z Downloaded compression-core v0.4.31
5582026-07-17T18:46:00.953Z Downloaded document-features v0.2.12
5592026-07-17T18:46:00.953Z Downloaded derive_builder_macro v0.20.2
5602026-07-17T18:46:00.953Z Downloaded cmake v0.1.57
5612026-07-17T18:46:00.953Z Downloaded base64ct v1.8.3
5622026-07-17T18:46:00.953Z Downloaded dunce v1.0.5
5632026-07-17T18:46:00.953Z Downloaded crossbeam-epoch v0.9.18
5642026-07-17T18:46:00.953Z Downloaded anstream v0.6.21
5652026-07-17T18:46:00.953Z Downloaded ctutils v0.4.2
5662026-07-17T18:46:00.954Z Downloaded crossbeam-channel v0.5.15
5672026-07-17T18:46:00.954Z Downloaded env_filter v1.0.0
5682026-07-17T18:46:00.954Z Downloaded enum-as-inner v0.6.1
5692026-07-17T18:46:00.954Z Downloaded cexpr v0.6.0
5702026-07-17T18:46:00.954Z Downloaded dropshot-api-manager-types v0.7.2
5712026-07-17T18:46:00.954Z Downloaded dyn-clone v1.0.20
5722026-07-17T18:46:00.954Z Downloaded dirs-sys-next v0.1.2
5732026-07-17T18:46:00.954Z Downloaded diesel_table_macro_syntax v0.3.0
5742026-07-17T18:46:00.954Z Downloaded bit-vec v0.6.3
5752026-07-17T18:46:00.954Z Downloaded blowfish v0.10.0
5762026-07-17T18:46:00.954Z Downloaded backon v1.6.0
5772026-07-17T18:46:00.954Z Downloaded embedded-io v0.4.0
5782026-07-17T18:46:00.954Z Downloaded dirs-next v2.0.0
5792026-07-17T18:46:00.954Z Downloaded defmt-parser v1.0.0
5802026-07-17T18:46:00.954Z Downloaded ciborium-ll v0.2.2
5812026-07-17T18:46:00.954Z Downloaded fd-lock v4.0.4
5822026-07-17T18:46:00.954Z Downloaded float-cmp v0.10.0
5832026-07-17T18:46:00.954Z Downloaded darling v0.13.4
5842026-07-17T18:46:00.954Z Downloaded daft v0.1.7
5852026-07-17T18:46:00.954Z Downloaded foreign-types-shared v0.3.1
5862026-07-17T18:46:00.954Z Downloaded form_urlencoded v1.2.2
5872026-07-17T18:46:00.954Z Downloaded foreign-types v0.5.0
5882026-07-17T18:46:00.954Z Downloaded foreign-types v0.3.2
5892026-07-17T18:46:00.954Z Downloaded cipher v0.5.2
5902026-07-17T18:46:00.954Z Downloaded display-error-chain v0.2.2
5912026-07-17T18:46:00.954Z Downloaded difflib v0.4.0
5922026-07-17T18:46:00.954Z Downloaded fixedbitset v0.4.2
5932026-07-17T18:46:00.954Z Downloaded dsl_auto_type v0.2.0
5942026-07-17T18:46:00.954Z Downloaded csv-core v0.1.13
5952026-07-17T18:46:00.958Z Downloaded cbc v0.2.1
5962026-07-17T18:46:00.958Z Downloaded downcast-rs v2.0.2
5972026-07-17T18:46:00.958Z Downloaded digest-io v0.1.0
5982026-07-17T18:46:00.958Z Downloaded constant_time_eq v0.4.2
5992026-07-17T18:46:00.958Z Downloaded flagset v0.4.7
6002026-07-17T18:46:00.958Z Downloaded backoff v0.4.0
6012026-07-17T18:46:00.958Z Downloaded const_format_proc_macros v0.2.34
6022026-07-17T18:46:00.958Z Downloaded funty v2.0.0
6032026-07-17T18:46:00.958Z Downloaded foreign-types-shared v0.1.1
6042026-07-17T18:46:00.959Z Downloaded foreign-types-macros v0.2.3
6052026-07-17T18:46:00.959Z Downloaded darling v0.23.0
6062026-07-17T18:46:00.959Z Downloaded futures-task v0.3.32
6072026-07-17T18:46:00.959Z Downloaded convert_case v0.10.0
6082026-07-17T18:46:00.959Z Downloaded diesel-dtrace v0.5.0
6092026-07-17T18:46:00.959Z Downloaded cmov v0.5.4
6102026-07-17T18:46:00.959Z Downloaded bs58 v0.5.1
6112026-07-17T18:46:00.959Z Downloaded cookie v0.18.1
6122026-07-17T18:46:00.959Z Downloaded gethostname v0.5.0
6132026-07-17T18:46:00.959Z Downloaded chacha20 v0.9.1
6142026-07-17T18:46:00.959Z Downloaded deranged v0.5.8
6152026-07-17T18:46:00.959Z Downloaded cookie_store v0.22.1
6162026-07-17T18:46:00.959Z Downloaded argon2 v0.6.0-rc.8
6172026-07-17T18:46:00.959Z Downloaded either v1.15.0
6182026-07-17T18:46:00.959Z Downloaded ena v0.14.4
6192026-07-17T18:46:00.959Z Downloaded defmt v1.0.1
6202026-07-17T18:46:00.959Z Downloaded futures-sink v0.3.32
6212026-07-17T18:46:00.959Z Downloaded git-stub v1.0.0
6222026-07-17T18:46:00.959Z Downloaded futures-macro v0.3.32
6232026-07-17T18:46:00.959Z Downloaded der_derive v0.7.3
6242026-07-17T18:46:00.959Z Downloaded globwalk v0.9.1
6252026-07-17T18:46:00.959Z Downloaded buf-list v1.1.2
6262026-07-17T18:46:00.959Z Downloaded futures-io v0.3.32
6272026-07-17T18:46:00.959Z Downloaded hash32 v0.2.1
6282026-07-17T18:46:00.959Z Downloaded displaydoc v0.2.5
6292026-07-17T18:46:00.959Z Downloaded ghash v0.6.0
6302026-07-17T18:46:00.959Z Downloaded derive-ex v0.1.8
6312026-07-17T18:46:00.959Z Downloaded erased-serde v0.3.31
6322026-07-17T18:46:00.959Z Downloaded env_logger v0.11.9
6332026-07-17T18:46:00.959Z Downloaded filetime v0.2.27
6342026-07-17T18:46:00.959Z Downloaded fixedbitset v0.5.7
6352026-07-17T18:46:00.959Z Downloaded find-msvc-tools v0.1.9
6362026-07-17T18:46:00.959Z Downloaded ecdsa v0.16.9
6372026-07-17T18:46:00.959Z Downloaded hash32 v0.3.1
6382026-07-17T18:46:00.959Z Downloaded foldhash v0.2.0
6392026-07-17T18:46:00.959Z Downloaded foldhash v0.1.5
6402026-07-17T18:46:00.959Z Downloaded hex-literal v1.1.0
6412026-07-17T18:46:00.959Z Downloaded headers-core v0.3.0
6422026-07-17T18:46:00.960Z Downloaded ed25519 v3.0.0
6432026-07-17T18:46:00.960Z Downloaded dtrace-parser v0.3.0
6442026-07-17T18:46:00.960Z Downloaded digest v0.11.3
6452026-07-17T18:46:00.960Z Downloaded ff v0.14.0
6462026-07-17T18:46:00.960Z Downloaded colored v3.1.1
6472026-07-17T18:46:00.960Z Downloaded fs-err v2.11.0
6482026-07-17T18:46:00.960Z Downloaded clang-sys v1.8.1
6492026-07-17T18:46:00.960Z Downloaded futures-core v0.3.32
6502026-07-17T18:46:00.960Z Downloaded ed25519 v2.2.3
6512026-07-17T18:46:00.960Z Downloaded blake2 v0.10.6
6522026-07-17T18:46:00.960Z Downloaded fallible-iterator v0.2.0
6532026-07-17T18:46:00.960Z Downloaded ctr v0.10.1
6542026-07-17T18:46:00.960Z Downloaded ciborium v0.2.2
6552026-07-17T18:46:00.960Z Downloaded hex v0.4.3
6562026-07-17T18:46:00.960Z Downloaded fs_extra v1.3.0
6572026-07-17T18:46:00.960Z Downloaded const-oid v0.9.6
6582026-07-17T18:46:00.960Z Downloaded colored v2.2.0
6592026-07-17T18:46:00.960Z Downloaded console v0.16.2
6602026-07-17T18:46:00.960Z Downloaded cipher v0.4.4
6612026-07-17T18:46:00.960Z Downloaded futures-executor v0.3.32
6622026-07-17T18:46:00.960Z Downloaded allocator-api2 v0.2.21
6632026-07-17T18:46:00.960Z Downloaded http-range v0.1.5
6642026-07-17T18:46:00.960Z Downloaded hostname v0.4.2
6652026-07-17T18:46:00.960Z Downloaded console v0.15.11
6662026-07-17T18:46:00.960Z Downloaded bzip2 v0.6.1
6672026-07-17T18:46:00.960Z Downloaded crc32fast v1.5.0
6682026-07-17T18:46:00.960Z Downloaded crc-any v2.5.0
6692026-07-17T18:46:00.960Z Downloaded bzip2 v0.4.4
6702026-07-17T18:46:00.960Z Downloaded base64 v0.21.7
6712026-07-17T18:46:00.960Z Downloaded hyper-tls v0.6.0
6722026-07-17T18:46:00.960Z Downloaded hubpack_derive v0.1.1
6732026-07-17T18:46:00.960Z Downloaded home v0.5.12
6742026-07-17T18:46:00.960Z Downloaded ar_archive_writer v0.5.1
6752026-07-17T18:46:00.960Z Downloaded delegate v0.13.5
6762026-07-17T18:46:00.960Z Downloaded hostname v0.3.1
6772026-07-17T18:46:00.960Z Downloaded globset v0.4.18
6782026-07-17T18:46:00.960Z Downloaded des v0.9.0
6792026-07-17T18:46:00.960Z Downloaded hubpack v0.1.2
6802026-07-17T18:46:00.960Z Downloaded httpdate v1.0.3
6812026-07-17T18:46:00.960Z Downloaded http-body v1.0.1
6822026-07-17T18:46:00.961Z Downloaded blake2 v0.11.0-rc.6
6832026-07-17T18:46:00.961Z Downloaded bitfield v0.19.4
6842026-07-17T18:46:00.961Z Downloaded chacha20 v0.10.0
6852026-07-17T18:46:00.961Z Downloaded cancel-safe-futures v0.1.5
6862026-07-17T18:46:00.961Z Downloaded git-stub-vcs v0.1.0
6872026-07-17T18:46:00.961Z Downloaded ff v0.13.1
6882026-07-17T18:46:00.961Z Downloaded defmt-macros v1.0.1
6892026-07-17T18:46:00.961Z Downloaded byte-wrapper v0.1.0
6902026-07-17T18:46:00.961Z Downloaded illumos-nvpair-sys v0.2.0
6912026-07-17T18:46:00.961Z Downloaded illumos-nvpair v0.3.0
6922026-07-17T18:46:00.961Z Downloaded enum_dispatch v0.3.13
6932026-07-17T18:46:00.961Z Downloaded group v0.14.0
6942026-07-17T18:46:00.961Z Downloaded ident_case v1.0.1
6952026-07-17T18:46:00.965Z Downloaded group v0.13.0
6962026-07-17T18:46:00.965Z Downloaded glob v0.3.3
6972026-07-17T18:46:00.965Z Downloaded derive_builder_core v0.20.2
6982026-07-17T18:46:00.965Z Downloaded endian-type v0.1.2
6992026-07-17T18:46:00.965Z Downloaded fxhash v0.2.1
7002026-07-17T18:46:00.965Z Downloaded indent_write v2.2.0
7012026-07-17T18:46:00.965Z Downloaded darling v0.20.11
7022026-07-17T18:46:00.965Z Downloaded const-oid v0.10.2
7032026-07-17T18:46:00.965Z Downloaded float-ord v0.3.2
7042026-07-17T18:46:00.965Z Downloaded compression-codecs v0.4.37
7052026-07-17T18:46:00.965Z Downloaded instant v0.1.13
7062026-07-17T18:46:00.965Z Downloaded diff v0.1.13
7072026-07-17T18:46:00.965Z Downloaded ecdsa v0.17.0-rc.18
7082026-07-17T18:46:00.965Z Downloaded arc-swap v1.8.2
7092026-07-17T18:46:00.965Z Downloaded darling v0.21.3
7102026-07-17T18:46:00.965Z Downloaded is-terminal v0.4.17
7112026-07-17T18:46:00.965Z Downloaded keccak v0.1.6
7122026-07-17T18:46:00.965Z Downloaded indoc v1.0.9
7132026-07-17T18:46:00.965Z Downloaded kem v0.3.0
7142026-07-17T18:46:00.966Z Downloaded instability v0.3.11
7152026-07-17T18:46:00.966Z Downloaded lazy_static v1.5.0
7162026-07-17T18:46:00.966Z Downloaded is_ci v1.2.0
7172026-07-17T18:46:00.966Z Downloaded lalrpop-util v0.19.12
7182026-07-17T18:46:00.966Z Downloaded inout v0.2.2
7192026-07-17T18:46:00.966Z Downloaded humantime v2.3.0
7202026-07-17T18:46:00.966Z Downloaded getrandom v0.2.17
7212026-07-17T18:46:00.966Z Downloaded highway v1.3.0
7222026-07-17T18:46:00.966Z Downloaded futures-channel v0.3.32
7232026-07-17T18:46:00.966Z Downloaded darling_core v0.23.0
7242026-07-17T18:46:00.966Z Downloaded derive_more v0.99.20
7252026-07-17T18:46:00.966Z Downloaded linked-hash-map v0.5.6
7262026-07-17T18:46:00.966Z Downloaded elliptic-curve v0.13.8
7272026-07-17T18:46:00.966Z Downloaded cassowary v0.3.0
7282026-07-17T18:46:00.966Z Downloaded lru-cache v0.1.2
7292026-07-17T18:46:00.966Z Downloaded managed v0.8.0
7302026-07-17T18:46:00.966Z Downloaded lru-slab v0.1.2
7312026-07-17T18:46:00.966Z Downloaded libscf-sys v1.1.0
7322026-07-17T18:46:00.966Z Downloaded http-body-util v0.1.3
7332026-07-17T18:46:00.966Z Downloaded half v1.8.3
7342026-07-17T18:46:00.966Z Downloaded darling_core v0.20.11
7352026-07-17T18:46:00.966Z Downloaded darling_core v0.13.4
7362026-07-17T18:46:00.966Z Downloaded lru v0.12.5
7372026-07-17T18:46:00.966Z Downloaded impl-trait-for-tuples v0.2.3
7382026-07-17T18:46:00.966Z Downloaded inout v0.1.4
7392026-07-17T18:46:00.966Z Downloaded derive_builder v0.20.2
7402026-07-17T18:46:00.966Z Downloaded md5 v0.8.0
7412026-07-17T18:46:00.966Z Downloaded mime v0.3.17
7422026-07-17T18:46:00.966Z Downloaded bytes v1.11.1
7432026-07-17T18:46:00.966Z Downloaded memoffset v0.9.1
7442026-07-17T18:46:00.966Z Downloaded md-5 v0.10.6
7452026-07-17T18:46:00.966Z Downloaded maplit v1.0.2
7462026-07-17T18:46:00.966Z Downloaded idna_adapter v1.2.1
7472026-07-17T18:46:00.966Z Downloaded lzss v0.8.2
7482026-07-17T18:46:00.966Z Downloaded compact_str v0.8.1
7492026-07-17T18:46:00.966Z Downloaded maybe-uninit v2.0.0
7502026-07-17T18:46:00.966Z Downloaded match_cfg v0.1.0
7512026-07-17T18:46:00.966Z Downloaded ingot v0.1.1
7522026-07-17T18:46:00.966Z Downloaded futures v0.3.32
7532026-07-17T18:46:00.967Z Downloaded new_debug_unreachable v1.0.6
7542026-07-17T18:46:00.967Z Downloaded newtype-uuid-macros v0.1.0
7552026-07-17T18:46:00.967Z Downloaded multimap v0.10.1
7562026-07-17T18:46:00.967Z Downloaded indoc v2.0.7
7572026-07-17T18:46:00.967Z Downloaded ingot-types v0.1.2
7582026-07-17T18:46:00.967Z Downloaded newline-converter v0.3.0
7592026-07-17T18:46:00.967Z Downloaded nibble_vec v0.1.0
7602026-07-17T18:46:00.967Z Downloaded kstat-rs v0.2.4
7612026-07-17T18:46:00.967Z Downloaded jobserver v0.1.34
7622026-07-17T18:46:00.967Z Downloaded ipnetwork v0.21.1
7632026-07-17T18:46:00.967Z Downloaded derive-where v1.6.0
7642026-07-17T18:46:00.967Z Downloaded const_format v0.2.35
7652026-07-17T18:46:00.967Z Downloaded libloading v0.8.9
7662026-07-17T18:46:00.967Z Downloaded chacha20poly1305 v0.10.1
7672026-07-17T18:46:00.967Z Downloaded dropshot_endpoint v0.17.1
7682026-07-17T18:46:00.967Z Downloaded newtype_derive v0.1.6
7692026-07-17T18:46:00.967Z Downloaded internet-checksum v0.2.1
7702026-07-17T18:46:00.967Z Downloaded hybrid-array v0.4.13
7712026-07-17T18:46:00.967Z Downloaded nonempty v0.12.0
7722026-07-17T18:46:00.967Z Downloaded nodrop v0.1.14
7732026-07-17T18:46:00.967Z Downloaded keccak v0.2.0
7742026-07-17T18:46:00.967Z Downloaded num-conv v0.2.0
7752026-07-17T18:46:00.967Z Downloaded num-iter v0.1.45
7762026-07-17T18:46:00.967Z Downloaded num-derive v0.4.2
7772026-07-17T18:46:00.967Z Downloaded linear-map v1.2.0
7782026-07-17T18:46:00.967Z Downloaded fatfs v0.3.6
7792026-07-17T18:46:00.967Z Downloaded ipnet v2.11.0
7802026-07-17T18:46:00.967Z Downloaded darling_core v0.21.3
7812026-07-17T18:46:00.967Z Downloaded hmac v0.13.0
7822026-07-17T18:46:00.967Z Downloaded hmac v0.12.1
7832026-07-17T18:46:00.967Z Downloaded crypto-bigint v0.5.5
7842026-07-17T18:46:00.967Z Downloaded normalize-line-endings v0.3.0
7852026-07-17T18:46:00.967Z Downloaded libefi-sys v0.1.0
7862026-07-17T18:46:00.967Z Downloaded half v2.7.1
7872026-07-17T18:46:00.967Z Downloaded num v0.4.3
7882026-07-17T18:46:00.967Z Downloaded hyper-staticfile v0.10.1
7892026-07-17T18:46:00.967Z Downloaded httparse v1.10.1
7902026-07-17T18:46:00.967Z Downloaded num_threads v0.1.7
7912026-07-17T18:46:00.967Z Downloaded num_enum_derive v0.5.11
7922026-07-17T18:46:00.968Z Downloaded opaque-debug v0.3.1
7932026-07-17T18:46:00.968Z Downloaded openssl-probe v0.2.1
7942026-07-17T18:46:00.968Z Downloaded base64 v0.22.1
7952026-07-17T18:46:00.974Z Downloaded iana-time-zone v0.1.65
7962026-07-17T18:46:00.974Z Downloaded libsw-core v0.3.2
7972026-07-17T18:46:00.974Z Downloaded libsw v3.5.0
7982026-07-17T18:46:00.974Z Downloaded mime_guess v2.0.5
7992026-07-17T18:46:00.974Z Downloaded olpc-cjson v0.1.4
8002026-07-17T18:46:00.974Z Downloaded module-lattice v0.2.3
8012026-07-17T18:46:00.975Z Downloaded openssl-probe v0.1.6
8022026-07-17T18:46:00.975Z Downloaded getrandom v0.3.4
8032026-07-17T18:46:00.975Z Downloaded generic-array v1.4.3
8042026-07-17T18:46:00.975Z Downloaded drift v0.2.0
8052026-07-17T18:46:00.975Z Downloaded oso-derive v0.27.3
8062026-07-17T18:46:00.975Z Downloaded elliptic-curve v0.14.0-rc.33
8072026-07-17T18:46:00.975Z Downloaded num-derive v0.3.3
8082026-07-17T18:46:00.975Z Downloaded aes v0.9.1
8092026-07-17T18:46:00.975Z Downloaded openssl-macros v0.1.1
8102026-07-17T18:46:00.975Z Downloaded newtype-uuid v1.3.2
8112026-07-17T18:46:00.975Z Downloaded nanorand v0.7.0
8122026-07-17T18:46:00.975Z Downloaded parse-size v1.1.0
8132026-07-17T18:46:00.975Z Downloaded litrs v1.0.0
8142026-07-17T18:46:00.975Z Downloaded path-slash v0.1.5
8152026-07-17T18:46:00.975Z Downloaded litemap v0.8.1
8162026-07-17T18:46:00.975Z Downloaded ingot-macros v0.1.1
8172026-07-17T18:46:00.975Z Downloaded headers v0.4.1
8182026-07-17T18:46:00.975Z Downloaded packed_struct_codegen v0.10.1
8192026-07-17T18:46:00.975Z Downloaded flume v0.11.1
8202026-07-17T18:46:00.975Z Downloaded derive_more v2.1.1
8212026-07-17T18:46:00.975Z Downloaded percent-encoding v2.3.2
8222026-07-17T18:46:00.975Z Downloaded peg-runtime v0.8.5
8232026-07-17T18:46:00.975Z Downloaded phf_shared v0.13.1
8242026-07-17T18:46:00.975Z Downloaded phf_shared v0.12.1
8252026-07-17T18:46:00.975Z Downloaded password-hash v0.6.1
8262026-07-17T18:46:00.975Z Downloaded indexmap v1.9.3
8272026-07-17T18:46:00.975Z Downloaded hyper-rustls v0.27.7
8282026-07-17T18:46:00.975Z Downloaded num_enum v0.5.11
8292026-07-17T18:46:00.975Z Downloaded num-rational v0.4.2
8302026-07-17T18:46:00.975Z Downloaded num-integer v0.1.46
8312026-07-17T18:46:00.975Z Downloaded multer v3.1.0
8322026-07-17T18:46:00.975Z Downloaded ml-kem v0.3.2
8332026-07-17T18:46:00.975Z Downloaded cc v1.2.56
8342026-07-17T18:46:00.975Z Downloaded async-compression v0.4.41
8352026-07-17T18:46:00.975Z Downloaded num_enum_derive v0.7.6
8362026-07-17T18:46:00.976Z Downloaded lock_api v0.4.14
8372026-07-17T18:46:00.976Z Downloaded flate2 v1.1.9
8382026-07-17T18:46:00.976Z Downloaded oxnet v0.1.6
8392026-07-17T18:46:00.976Z Downloaded owo-colors v4.3.0
8402026-07-17T18:46:00.976Z Downloaded der v0.7.10
8412026-07-17T18:46:00.976Z Downloaded icu_provider v2.1.1
8422026-07-17T18:46:00.976Z Downloaded predicates-tree v1.0.13
8432026-07-17T18:46:00.976Z Downloaded memmap2 v0.9.10
8442026-07-17T18:46:00.976Z Downloaded packed_struct v0.10.1
8452026-07-17T18:46:00.976Z Downloaded native-tls v0.2.18
8462026-07-17T18:46:00.976Z Downloaded predicates-core v1.0.10
8472026-07-17T18:46:00.976Z Downloaded icu_locale_core v2.1.1
8482026-07-17T18:46:00.976Z Downloaded password-hash v0.5.0
8492026-07-17T18:46:00.976Z Downloaded parse-display v0.10.0
8502026-07-17T18:46:00.976Z Downloaded potential_utf v0.1.4
8512026-07-17T18:46:00.976Z Downloaded precomputed-hash v0.1.1
8522026-07-17T18:46:00.976Z Downloaded powerfmt v0.2.0
8532026-07-17T18:46:00.976Z Downloaded paste v1.0.15
8542026-07-17T18:46:00.976Z Downloaded parse-display-derive v0.10.0
8552026-07-17T18:46:00.976Z Downloaded parking_lot_core v0.8.6
8562026-07-17T18:46:00.976Z Downloaded icu_normalizer v2.1.1
8572026-07-17T18:46:00.976Z Downloaded pem v3.0.6
8582026-07-17T18:46:00.976Z Downloaded oxide-tokio-rt v0.1.4
8592026-07-17T18:46:00.976Z Downloaded ed25519-dalek v2.2.0
8602026-07-17T18:46:00.976Z Downloaded expectorate v1.2.0
8612026-07-17T18:46:00.976Z Downloaded indicatif v0.18.4
8622026-07-17T18:46:00.976Z Downloaded heapless v0.7.17
8632026-07-17T18:46:00.976Z Downloaded phc v0.6.1
8642026-07-17T18:46:00.976Z Downloaded ignore v0.4.25
8652026-07-17T18:46:00.976Z Downloaded phf v0.13.1
8662026-07-17T18:46:00.976Z Downloaded phf v0.12.1
8672026-07-17T18:46:00.976Z Downloaded bumpalo v3.20.2
8682026-07-17T18:46:00.976Z Downloaded progenitor-macro v0.13.0
8692026-07-17T18:46:00.976Z Downloaded proc-macro-crate v1.3.1
8702026-07-17T18:46:00.976Z Downloaded progenitor-client v0.14.0
8712026-07-17T18:46:00.976Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-07-17T18:46:00.976Z Downloaded psl-types v2.0.11
8732026-07-17T18:46:00.976Z Downloaded pin-project-internal v1.1.11
8742026-07-17T18:46:00.977Z Downloaded nu-ansi-term v0.50.3
8752026-07-17T18:46:00.977Z Downloaded num-complex v0.4.6
8762026-07-17T18:46:00.977Z Downloaded poly1305 v0.8.0
8772026-07-17T18:46:00.977Z Downloaded peg-macros v0.8.5
8782026-07-17T18:46:00.977Z Downloaded phf_shared v0.11.3
8792026-07-17T18:46:00.977Z Downloaded pem-rfc7468 v1.0.0
8802026-07-17T18:46:00.977Z Downloaded progenitor-macro v0.14.0
8812026-07-17T18:46:00.977Z Downloaded predicates v3.1.4
8822026-07-17T18:46:00.977Z Downloaded quick-error v1.2.3
8832026-07-17T18:46:00.977Z Downloaded port-file v0.1.0
8842026-07-17T18:46:00.977Z Downloaded polyval v0.7.1
8852026-07-17T18:46:00.977Z Downloaded pkg-config v0.3.32
8862026-07-17T18:46:00.977Z Downloaded rand_chacha v0.3.1
8872026-07-17T18:46:00.977Z Downloaded radium v0.7.0
8882026-07-17T18:46:00.977Z Downloaded libbz2-rs-sys v0.2.2
8892026-07-17T18:46:00.977Z Downloaded pem-rfc7468 v0.7.0
8902026-07-17T18:46:00.977Z Downloaded peg v0.8.5
8912026-07-17T18:46:00.977Z Downloaded num_enum v0.7.6
8922026-07-17T18:46:00.977Z Downloaded pbkdf2 v0.13.0
8932026-07-17T18:46:00.977Z Downloaded parking_lot_core v0.9.12
8942026-07-17T18:46:00.977Z Downloaded proc-macro-crate v3.4.0
8952026-07-17T18:46:00.982Z Downloaded primeorder v0.14.0-rc.10
8962026-07-17T18:46:00.982Z Downloaded ed25519-dalek v3.0.0-rc.0
8972026-07-17T18:46:00.982Z Downloaded parking_lot v0.12.5
8982026-07-17T18:46:00.982Z Downloaded icu_properties v2.1.2
8992026-07-17T18:46:00.982Z Downloaded icu_normalizer_data v2.1.1
9002026-07-17T18:46:00.982Z Downloaded progenitor-client v0.13.0
9012026-07-17T18:46:00.982Z Downloaded ref-cast-impl v1.0.25
9022026-07-17T18:46:00.982Z Downloaded rand_xorshift v0.4.0
9032026-07-17T18:46:00.982Z Downloaded progenitor-extras v0.2.0
9042026-07-17T18:46:00.982Z Downloaded hickory-resolver v0.24.4
9052026-07-17T18:46:00.982Z Downloaded omicron-zone-package v0.12.3
9062026-07-17T18:46:00.982Z Downloaded primeorder v0.13.6
9072026-07-17T18:46:00.982Z Downloaded ref-cast v1.0.25
9082026-07-17T18:46:00.983Z Downloaded ppv-lite86 v0.2.21
9092026-07-17T18:46:00.983Z Downloaded postgres-protocol v0.6.10
9102026-07-17T18:46:00.983Z Downloaded pkcs8 v0.10.2
9112026-07-17T18:46:00.983Z Downloaded derive_more-impl v2.1.1
9122026-07-17T18:46:00.983Z Downloaded psm v0.1.30
9132026-07-17T18:46:00.983Z Downloaded poly1305 v0.9.0
9142026-07-17T18:46:00.983Z Downloaded pkcs1 v0.8.0-rc.4
9152026-07-17T18:46:00.983Z Downloaded rand_chacha v0.9.0
9162026-07-17T18:46:00.983Z Downloaded r2d2 v0.8.10
9172026-07-17T18:46:00.983Z Downloaded jiff-static v0.2.21
9182026-07-17T18:46:00.983Z Downloaded heapless v0.8.0
9192026-07-17T18:46:00.983Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-07-17T18:46:00.983Z Downloaded parking_lot v0.11.2
9212026-07-17T18:46:00.983Z Downloaded papergrid v0.17.0
9222026-07-17T18:46:00.983Z Downloaded rand_core v0.10.0
9232026-07-17T18:46:00.983Z Downloaded hickory-resolver v0.25.2
9242026-07-17T18:46:00.983Z Downloaded rand_core v0.9.5
9252026-07-17T18:46:00.983Z Downloaded recursive v0.1.1
9262026-07-17T18:46:00.983Z Downloaded progenitor v0.14.0
9272026-07-17T18:46:00.983Z Downloaded progenitor v0.13.0
9282026-07-17T18:46:00.983Z Downloaded proc-macro-error2 v2.0.1
9292026-07-17T18:46:00.983Z Downloaded num-traits v0.2.19
9302026-07-17T18:46:00.983Z Downloaded hashbrown v0.12.3
9312026-07-17T18:46:00.983Z Downloaded rfc6979 v0.5.0
9322026-07-17T18:46:00.983Z Downloaded primefield v0.14.0
9332026-07-17T18:46:00.983Z Downloaded miniz_oxide v0.8.9
9342026-07-17T18:46:00.983Z Downloaded crossterm v0.28.1
9352026-07-17T18:46:00.983Z Downloaded rustc-hash v2.1.1
9362026-07-17T18:46:00.983Z Downloaded rustc_version v0.4.1
9372026-07-17T18:46:00.983Z Downloaded pkcs1 v0.7.5
9382026-07-17T18:46:00.983Z Downloaded pin-project-lite v0.2.17
9392026-07-17T18:46:00.983Z Downloaded pkcs8 v0.11.0
9402026-07-17T18:46:00.983Z Downloaded russh-util v0.52.0
9412026-07-17T18:46:00.983Z Downloaded pin-project v1.1.11
9422026-07-17T18:46:00.983Z Downloaded sapling-renderdag v0.1.0
9432026-07-17T18:46:00.983Z Downloaded same-file v1.0.6
9442026-07-17T18:46:00.983Z Downloaded rfc6979 v0.4.0
9452026-07-17T18:46:00.983Z Downloaded postcard v1.1.3
9462026-07-17T18:46:00.983Z Downloaded pkcs5 v0.8.1
9472026-07-17T18:46:00.983Z Downloaded rpassword v7.5.4
9482026-07-17T18:46:00.984Z Downloaded quinn-udp v0.5.14
9492026-07-17T18:46:00.984Z Downloaded oso v0.27.3
9502026-07-17T18:46:00.984Z Downloaded scheduled-thread-pool v0.2.7
9512026-07-17T18:46:00.984Z Downloaded rustc_version v0.1.7
9522026-07-17T18:46:00.984Z Downloaded secrecy v0.8.0
9532026-07-17T18:46:00.984Z Downloaded russh-cryptovec v0.61.0
9542026-07-17T18:46:00.984Z Downloaded serde-big-array v0.5.1
9552026-07-17T18:46:00.984Z Downloaded secrecy v0.10.3
9562026-07-17T18:46:00.984Z Downloaded postgres-types v0.2.12
9572026-07-17T18:46:00.984Z Downloaded rand_seeder v0.4.0
9582026-07-17T18:46:00.984Z Downloaded serde_bytes v0.11.19
9592026-07-17T18:46:00.984Z Downloaded rand_core v0.6.4
9602026-07-17T18:46:00.984Z Downloaded prefix-trie v0.7.0
9612026-07-17T18:46:00.984Z Downloaded serde_repr v0.1.20
9622026-07-17T18:46:00.984Z Downloaded der v0.8.0
9632026-07-17T18:46:00.984Z Downloaded serde_spanned v1.1.1
9642026-07-17T18:46:00.984Z Downloaded serde_plain v1.0.2
9652026-07-17T18:46:00.984Z Downloaded resolv-conf v0.7.6
9662026-07-17T18:46:00.984Z Downloaded aes-gcm v0.11.0
9672026-07-17T18:46:00.984Z Downloaded seq-macro v0.3.6
9682026-07-17T18:46:00.984Z Downloaded semver v0.1.20
9692026-07-17T18:46:00.984Z Downloaded scroll_derive v0.13.1
9702026-07-17T18:46:00.984Z Downloaded crossterm v0.29.0
9712026-07-17T18:46:00.984Z Downloaded sha1 v0.10.6
9722026-07-17T18:46:00.984Z Downloaded sha1 v0.11.0
9732026-07-17T18:46:00.984Z Downloaded rtoolbox v0.0.3
9742026-07-17T18:46:00.984Z Downloaded signature v2.2.0
9752026-07-17T18:46:00.984Z Downloaded rusty-fork v0.3.1
9762026-07-17T18:46:00.984Z Downloaded scopeguard v1.2.0
9772026-07-17T18:46:00.984Z Downloaded sigpipe v0.1.3
9782026-07-17T18:46:00.984Z Downloaded serde_urlencoded v0.7.1
9792026-07-17T18:46:00.984Z Downloaded rustls-native-certs v0.8.3
9802026-07-17T18:46:00.984Z Downloaded shell-words v1.1.1
9812026-07-17T18:46:00.984Z Downloaded scrypt v0.12.0
9822026-07-17T18:46:00.984Z Downloaded signal-hook-tokio v0.3.1
9832026-07-17T18:46:00.984Z Downloaded icu_collections v2.1.1
9842026-07-17T18:46:00.984Z Downloaded siphasher v1.0.2
9852026-07-17T18:46:00.984Z Downloaded sec1 v0.8.1
9862026-07-17T18:46:00.985Z Downloaded minimal-lexical v0.2.1
9872026-07-17T18:46:00.985Z Downloaded schemars_derive v0.8.22
9882026-07-17T18:46:00.985Z Downloaded p256 v0.14.0-rc.10
9892026-07-17T18:46:00.985Z Downloaded serde_path_to_error v0.1.20
9902026-07-17T18:46:00.985Z Downloaded serde-hex v0.1.0
9912026-07-17T18:46:00.985Z Downloaded rustversion v1.0.22
9922026-07-17T18:46:00.985Z Downloaded serde_with_macros v1.5.2
9932026-07-17T18:46:00.985Z Downloaded signal-hook-mio v0.2.5
9942026-07-17T18:46:00.985Z Downloaded scroll v0.13.0
9952026-07-17T18:46:00.988Z Downloaded rcgen v0.12.1
9962026-07-17T18:46:00.988Z Downloaded diesel_derives v2.3.7
9972026-07-17T18:46:00.989Z Downloaded rustls-pki-types v1.14.0
9982026-07-17T18:46:00.989Z Downloaded openssl-sys v0.9.115
9992026-07-17T18:46:00.989Z Downloaded hickory-server v0.25.2
10002026-07-17T18:46:00.989Z Downloaded aho-corasick v1.1.4
10012026-07-17T18:46:00.989Z Downloaded signature v3.0.0
10022026-07-17T18:46:00.989Z Downloaded mio v1.2.0
10032026-07-17T18:46:00.989Z Downloaded sqlparser_derive v0.5.0
10042026-07-17T18:46:00.989Z Downloaded progenitor-impl v0.13.0
10052026-07-17T18:46:00.989Z Downloaded hyper-util v0.1.20
10062026-07-17T18:46:00.989Z Downloaded http v1.4.2
10072026-07-17T18:46:00.989Z Downloaded slog-bunyan v2.5.0
10082026-07-17T18:46:00.989Z Downloaded slog-async v2.8.0
10092026-07-17T18:46:00.989Z Downloaded slab v0.4.12
10102026-07-17T18:46:00.989Z Downloaded sec1 v0.7.3
10112026-07-17T18:46:00.989Z Downloaded stable_deref_trait v1.2.1
10122026-07-17T18:46:00.989Z Downloaded pretty_assertions v1.4.1
10132026-07-17T18:46:00.989Z Downloaded structmeta v0.3.0
10142026-07-17T18:46:00.989Z Downloaded strum v0.27.2
10152026-07-17T18:46:00.989Z Downloaded structmeta-derive v0.3.0
10162026-07-17T18:46:00.989Z Downloaded signal-hook-registry v1.4.8
10172026-07-17T18:46:00.989Z Downloaded shlex v1.3.0
10182026-07-17T18:46:00.989Z Downloaded subtle v2.6.1
10192026-07-17T18:46:00.989Z Downloaded rustls-pemfile v2.2.0
10202026-07-17T18:46:00.989Z Downloaded sync_wrapper v1.0.2
10212026-07-17T18:46:00.989Z Downloaded strum v0.26.3
10222026-07-17T18:46:00.989Z Downloaded slog-scope v4.4.1
10232026-07-17T18:46:00.989Z Downloaded smallvec v0.6.14
10242026-07-17T18:46:00.989Z Downloaded slog-term v2.9.2
10252026-07-17T18:46:00.989Z Downloaded serde_derive_internals v0.29.1
10262026-07-17T18:46:00.989Z Downloaded ron v0.8.1
10272026-07-17T18:46:00.989Z Downloaded hashbrown v0.15.5
10282026-07-17T18:46:00.989Z Downloaded hashbrown v0.16.1
10292026-07-17T18:46:00.989Z Downloaded salsa20 v0.11.0
10302026-07-17T18:46:00.989Z Downloaded rayon-core v1.13.0
10312026-07-17T18:46:00.989Z Downloaded strsim v0.10.0
10322026-07-17T18:46:00.989Z Downloaded strip-ansi-escapes v0.2.1
10332026-07-17T18:46:00.989Z Downloaded serdect v0.4.3
10342026-07-17T18:46:00.989Z Downloaded slog-envlogger v2.2.0
10352026-07-17T18:46:00.989Z Downloaded supports-color v3.0.2
10362026-07-17T18:46:00.990Z Downloaded tabled_derive v0.11.0
10372026-07-17T18:46:00.990Z Downloaded spki v0.7.3
10382026-07-17T18:46:00.990Z Downloaded tagptr v0.2.0
10392026-07-17T18:46:00.990Z Downloaded tabwriter v1.4.1
10402026-07-17T18:46:00.990Z Downloaded sqlformat v0.3.5
10412026-07-17T18:46:00.990Z Downloaded simd-adler32 v0.3.8
10422026-07-17T18:46:00.990Z Downloaded p384 v0.14.0-rc.10
10432026-07-17T18:46:00.990Z Downloaded hashbrown v0.13.2
10442026-07-17T18:46:00.990Z Downloaded prettyplease v0.2.37
10452026-07-17T18:46:00.990Z Downloaded dropshot-api-manager v0.7.2
10462026-07-17T18:46:00.990Z Downloaded sync-ptr v0.1.4
10472026-07-17T18:46:00.990Z Downloaded tap v1.0.1
10482026-07-17T18:46:00.990Z Downloaded take_mut v0.2.2
10492026-07-17T18:46:00.990Z Downloaded static_assertions v1.1.0
10502026-07-17T18:46:00.990Z Downloaded slog-dtrace v0.3.0
10512026-07-17T18:46:00.990Z Downloaded internal-russh-num-bigint v0.5.0
10522026-07-17T18:46:00.990Z Downloaded stringprep v0.1.5
10532026-07-17T18:46:00.990Z Downloaded iri-string v0.7.10
10542026-07-17T18:46:00.990Z Downloaded termtree v0.5.1
10552026-07-17T18:46:00.990Z Downloaded thiserror-impl-no-std v2.0.2
10562026-07-17T18:46:00.990Z Downloaded serde_cbor v0.11.2
10572026-07-17T18:46:00.990Z Downloaded thread-id v5.1.0
10582026-07-17T18:46:00.990Z Downloaded smf v0.2.3
10592026-07-17T18:46:00.990Z Downloaded rustls-platform-verifier v0.6.2
10602026-07-17T18:46:00.990Z Downloaded h2 v0.4.15
10612026-07-17T18:46:00.990Z Downloaded num-bigint v0.4.6
10622026-07-17T18:46:00.990Z Downloaded strum_macros v0.26.4
10632026-07-17T18:46:00.990Z Downloaded strum_macros v0.27.2
10642026-07-17T18:46:00.990Z Downloaded smallvec v1.15.1
10652026-07-17T18:46:00.990Z Downloaded sha2 v0.11.0
10662026-07-17T18:46:00.990Z Downloaded synstructure v0.13.2
10672026-07-17T18:46:00.990Z Downloaded serde_with_macros v3.21.0
10682026-07-17T18:46:00.990Z Downloaded publicsuffix v2.3.0
10692026-07-17T18:46:00.990Z Downloaded progenitor-impl v0.14.0
10702026-07-17T18:46:00.990Z Downloaded stacker v0.1.23
10712026-07-17T18:46:00.990Z Downloaded ssh-cipher v0.3.0-rc.9
10722026-07-17T18:46:00.990Z Downloaded serde_yaml v0.9.34+deprecated
10732026-07-17T18:46:00.990Z Downloaded slog-stdlog v4.1.1
10742026-07-17T18:46:00.990Z Downloaded slog-json v2.6.1
10752026-07-17T18:46:00.991Z Downloaded spin v0.9.8
10762026-07-17T18:46:00.991Z Downloaded snafu-derive v0.8.9
10772026-07-17T18:46:00.991Z Downloaded ryu v1.0.23
10782026-07-17T18:46:00.991Z Downloaded schemars v0.8.22
10792026-07-17T18:46:00.991Z Downloaded tokio-macros v2.7.0
10802026-07-17T18:46:00.991Z Downloaded schemars v0.9.0
10812026-07-17T18:46:00.991Z Downloaded hkdf v0.13.0
10822026-07-17T18:46:00.991Z Downloaded tinyvec_macros v0.1.1
10832026-07-17T18:46:00.991Z Downloaded support-bundle-viewer v0.1.2
10842026-07-17T18:46:00.991Z Downloaded strum_macros v0.24.3
10852026-07-17T18:46:00.991Z Downloaded spki v0.8.0
10862026-07-17T18:46:00.991Z Downloaded termios v0.3.3
10872026-07-17T18:46:00.991Z Downloaded string_cache v0.8.9
10882026-07-17T18:46:00.991Z Downloaded itertools v0.14.0
10892026-07-17T18:46:00.991Z Downloaded similar v2.7.0
10902026-07-17T18:46:00.991Z Downloaded nom v7.1.3
10912026-07-17T18:46:00.991Z Downloaded rand v0.9.2
10922026-07-17T18:46:00.991Z Downloaded itertools v0.10.5
10932026-07-17T18:46:00.991Z Downloaded time-core v0.1.8
10942026-07-17T18:46:00.991Z Downloaded tower-service v0.3.3
10952026-07-17T18:46:00.995Z Downloaded tiny-keccak v2.0.2
10962026-07-17T18:46:00.995Z Downloaded unarray v0.1.4
10972026-07-17T18:46:00.995Z Downloaded typify-macro v0.6.2
10982026-07-17T18:46:00.995Z Downloaded tower-layer v0.3.3
10992026-07-17T18:46:00.995Z Downloaded testing_table v0.3.0
11002026-07-17T18:46:00.995Z Downloaded universal-hash v0.5.1
11012026-07-17T18:46:00.995Z Downloaded unit-prefix v0.5.2
11022026-07-17T18:46:00.995Z Downloaded time-macros v0.2.27
11032026-07-17T18:46:00.998Z Downloaded aws-lc-rs v1.16.3
11042026-07-17T18:46:01.006Z Downloaded thiserror-no-std v2.0.2
11052026-07-17T18:46:01.010Z Downloaded try-lock v0.2.5
11062026-07-17T18:46:01.010Z Downloaded trait-variant v0.1.2
11072026-07-17T18:46:01.010Z Downloaded ssh-encoding v0.3.0-rc.9
11082026-07-17T18:46:01.010Z Downloaded socket2 v0.5.10
11092026-07-17T18:46:01.011Z Downloaded tls_codec_derive v0.4.2
11102026-07-17T18:46:01.011Z Downloaded tokio-dtrace v0.1.1
11112026-07-17T18:46:01.014Z Downloaded signal-hook v0.3.18
11122026-07-17T18:46:01.014Z Downloaded tls_codec v0.4.2
11132026-07-17T18:46:01.014Z Downloaded utf-8 v0.7.6
11142026-07-17T18:46:01.017Z Downloaded utf8_iter v1.0.4
11152026-07-17T18:46:01.017Z Downloaded untrusted v0.7.1
11162026-07-17T18:46:01.017Z Downloaded term v0.7.0
11172026-07-17T18:46:01.021Z Downloaded socket2 v0.6.3
11182026-07-17T18:46:01.021Z Downloaded libxml v0.3.3
11192026-07-17T18:46:01.024Z Downloaded tokio-tungstenite v0.23.1
11202026-07-17T18:46:01.024Z Downloaded tokio-tungstenite v0.21.0
11212026-07-17T18:46:01.027Z Downloaded tokio-test v0.4.5
11222026-07-17T18:46:01.027Z Downloaded rand v0.8.6
11232026-07-17T18:46:01.034Z Downloaded quinn v0.11.9
11242026-07-17T18:46:01.034Z Downloaded schemars v1.2.1
11252026-07-17T18:46:01.045Z Downloaded unicode-xid v0.2.6
11262026-07-17T18:46:01.045Z Downloaded topological-sort v0.2.2
11272026-07-17T18:46:01.045Z Downloaded untrusted v0.9.0
11282026-07-17T18:46:01.045Z Downloaded usdt-attr-macro v0.6.0
11292026-07-17T18:46:01.045Z Downloaded universal-hash v0.6.1
11302026-07-17T18:46:01.053Z Downloaded tinystr v0.8.2
11312026-07-17T18:46:01.053Z Downloaded idna v1.1.0
11322026-07-17T18:46:01.053Z Downloaded tui-tree-widget v0.23.1
11332026-07-17T18:46:01.053Z Downloaded blake3 v1.8.5
11342026-07-17T18:46:01.058Z Downloaded nom v8.0.0
11352026-07-17T18:46:01.058Z Downloaded unicase v2.9.0
11362026-07-17T18:46:01.061Z Downloaded slog v2.8.2
11372026-07-17T18:46:01.061Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11382026-07-17T18:46:01.061Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-07-17T18:46:01.061Z Downloaded snafu v0.8.9
11402026-07-17T18:46:01.066Z Downloaded rand v0.10.1
11412026-07-17T18:46:01.069Z Downloaded void v1.0.2
11422026-07-17T18:46:01.069Z Downloaded term v1.2.1
11432026-07-17T18:46:01.072Z Downloaded rsa v0.9.10
11442026-07-17T18:46:01.075Z Downloaded want v0.3.1
11452026-07-17T18:46:01.075Z Downloaded waitgroup v0.1.2
11462026-07-17T18:46:01.075Z Downloaded hyper v1.10.1
11472026-07-17T18:46:01.078Z Downloaded qorb v0.4.1
11482026-07-17T18:46:01.084Z Downloaded num-bigint-dig v0.8.6
11492026-07-17T18:46:01.087Z Downloaded itertools v0.12.1
11502026-07-17T18:46:01.091Z Downloaded yoke-derive v0.8.1
11512026-07-17T18:46:01.091Z Downloaded xshell-macros v0.2.7
11522026-07-17T18:46:01.091Z Downloaded toml_writer v1.1.1+spec-1.1.0
11532026-07-17T18:46:01.091Z Downloaded toml_parser v1.1.2+spec-1.1.0
11542026-07-17T18:46:01.095Z Downloaded xattr v1.6.1
11552026-07-17T18:46:01.095Z Downloaded unicode-truncate v1.1.0
11562026-07-17T18:46:01.095Z Downloaded wait-timeout v0.2.1
11572026-07-17T18:46:01.095Z Downloaded usdt-macro v0.6.0
11582026-07-17T18:46:01.095Z Downloaded tokio-native-tls v0.3.1
11592026-07-17T18:46:01.097Z Downloaded zerofrom-derive v0.1.6
11602026-07-17T18:46:01.097Z Downloaded chrono v0.4.45
11612026-07-17T18:46:01.100Z Downloaded test-strategy v0.4.5
11622026-07-17T18:46:01.104Z Downloaded rustls-webpki v0.103.13
11632026-07-17T18:46:01.107Z Downloaded icu_properties_data v2.1.2
11642026-07-17T18:46:01.111Z Downloaded zone_cfg_derive v0.3.1
11652026-07-17T18:46:01.114Z Downloaded bindgen v0.71.1
11662026-07-17T18:46:01.118Z Downloaded usdt-impl v0.6.0
11672026-07-17T18:46:01.118Z Downloaded usdt v0.6.0
11682026-07-17T18:46:01.118Z Downloaded subprocess v0.2.15
11692026-07-17T18:46:01.121Z Downloaded whoami v2.1.0
11702026-07-17T18:46:01.121Z Downloaded zone v0.3.1
11712026-07-17T18:46:01.125Z Downloaded vergen-lib v9.1.0
11722026-07-17T18:46:01.125Z Downloaded whoami v1.6.1
11732026-07-17T18:46:01.125Z Downloaded vergen-lib v0.1.6
11742026-07-17T18:46:01.125Z Downloaded vergen-gitcl v1.0.8
11752026-07-17T18:46:01.128Z Downloaded vergen-git2 v9.1.0
11762026-07-17T18:46:01.128Z Downloaded uzers v0.12.2
11772026-07-17T18:46:01.128Z Downloaded hkdf v0.12.4
11782026-07-17T18:46:01.133Z Downloaded samael v0.0.19
11792026-07-17T18:46:01.136Z Downloaded zerofrom v0.1.6
11802026-07-17T18:46:01.139Z Downloaded tokio-stream v0.1.18
11812026-07-17T18:46:01.142Z Downloaded writeable v0.6.2
11822026-07-17T18:46:01.148Z Downloaded tar v0.4.46
11832026-07-17T18:46:01.152Z Downloaded vsss-rs v3.3.4
11842026-07-17T18:46:01.155Z Downloaded walkdir v2.5.0
11852026-07-17T18:46:01.155Z Downloaded futures-util v0.3.32
11862026-07-17T18:46:01.161Z Downloaded yoke v0.8.1
11872026-07-17T18:46:01.164Z Downloaded crypto-primes v0.7.2
11882026-07-17T18:46:01.164Z Downloaded vergen v9.1.0
11892026-07-17T18:46:01.168Z Downloaded tracing-attributes v0.1.31
11902026-07-17T18:46:01.168Z Downloaded steno v0.4.1
11912026-07-17T18:46:01.172Z Downloaded twox-hash v2.1.2
11922026-07-17T18:46:01.176Z Downloaded tungstenite v0.23.0
11932026-07-17T18:46:01.181Z Downloaded git2 v0.20.4
11942026-07-17T18:46:01.186Z Downloaded zstd v0.13.3
11952026-07-17T18:46:01.186Z Downloaded zstd-safe v7.2.4
11962026-07-17T18:46:01.186Z Downloaded tinyvec v1.10.0
11972026-07-17T18:46:01.191Z Downloaded zeroize_derive v1.4.3
11982026-07-17T18:46:01.218Z Downloaded zeroize v1.8.2
11992026-07-17T18:46:01.224Z Downloaded bitvec v1.0.1
12002026-07-17T18:46:01.224Z Downloaded zerocopy v0.6.6
12012026-07-17T18:46:01.224Z Downloaded zerovec-derive v0.11.2
12022026-07-17T18:46:01.224Z Downloaded itertools v0.13.0
12032026-07-17T18:46:01.224Z Downloaded libm v0.2.16
12042026-07-17T18:46:01.229Z Downloaded tungstenite v0.21.0
12052026-07-17T18:46:01.229Z Downloaded typify v0.6.2
12062026-07-17T18:46:01.233Z Downloaded yasna v0.5.2
12072026-07-17T18:46:01.233Z Downloaded xshell v0.2.7
12082026-07-17T18:46:01.233Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-07-17T18:46:01.233Z Downloaded wyz v0.5.1
12102026-07-17T18:46:01.238Z Downloaded unicode-properties v0.1.4
12112026-07-17T18:46:01.238Z Downloaded thread_local v1.1.9
12122026-07-17T18:46:01.238Z Downloaded rustyline v14.0.0
12132026-07-17T18:46:01.242Z Downloaded iddqd v0.4.2
12142026-07-17T18:46:01.248Z Downloaded unicode-bidi v0.3.18
12152026-07-17T18:46:01.248Z Downloaded toml v1.1.2+spec-1.1.0
12162026-07-17T18:46:01.252Z Downloaded unsafe-libyaml v0.2.11
12172026-07-17T18:46:01.252Z Downloaded toml v0.7.8
12182026-07-17T18:46:01.252Z Downloaded tokio-rustls v0.26.4
12192026-07-17T18:46:01.255Z Downloaded p521 v0.14.0-rc.10
12202026-07-17T18:46:01.260Z Downloaded toml_edit v0.19.15
12212026-07-17T18:46:01.268Z Downloaded uuid v1.23.4
12222026-07-17T18:46:01.273Z Downloaded rsa v0.10.0-rc.18
12232026-07-17T18:46:01.276Z Downloaded tracing-core v0.1.36
12242026-07-17T18:46:01.280Z Downloaded vte v0.14.1
12252026-07-17T18:46:01.280Z Downloaded serde_with v1.14.0
12262026-07-17T18:46:01.300Z Downloaded zopfli v0.8.3
12272026-07-17T18:46:01.303Z Downloaded reedline v0.40.0
12282026-07-17T18:46:01.310Z Downloaded moka v0.12.13
12292026-07-17T18:46:01.314Z Downloaded reqwest v0.13.2
12302026-07-17T18:46:01.319Z Downloaded zip v0.6.6
12312026-07-17T18:46:01.327Z Downloaded p384 v0.13.1
12322026-07-17T18:46:01.338Z Downloaded url v2.5.8
12332026-07-17T18:46:01.343Z Downloaded unicode_categories v0.1.1
12342026-07-17T18:46:01.346Z Downloaded yansi v1.0.1
12352026-07-17T18:46:01.354Z Downloaded tokio-postgres v0.7.16
12362026-07-17T18:46:01.357Z Downloaded zerotrie v0.2.3
12372026-07-17T18:46:01.363Z Downloaded tower v0.5.3
12382026-07-17T18:46:01.366Z Downloaded regex v1.12.3
12392026-07-17T18:46:01.374Z Downloaded portable-atomic v1.13.1
12402026-07-17T18:46:01.382Z Downloaded x509-cert v0.2.5
12412026-07-17T18:46:01.386Z Downloaded quick-xml v0.37.5
12422026-07-17T18:46:01.392Z Downloaded rayon v1.11.0
12432026-07-17T18:46:01.397Z Downloaded rawzip v0.4.4
12442026-07-17T18:46:01.402Z Downloaded reqwest v0.12.28
12452026-07-17T18:46:01.406Z Downloaded object v0.30.4
12462026-07-17T18:46:01.410Z Downloaded typed-path v0.9.3
12472026-07-17T18:46:01.414Z Downloaded ssh-key v0.7.0-rc.10
12482026-07-17T18:46:01.417Z Downloaded zerocopy-derive v0.8.40
12492026-07-17T18:46:01.424Z Downloaded tokio-util v0.7.18
12502026-07-17T18:46:01.428Z Downloaded crypto-bigint v0.7.5
12512026-07-17T18:46:01.433Z Downloaded tower-http v0.6.8
12522026-07-17T18:46:01.438Z Downloaded tough v0.22.0
12532026-07-17T18:46:01.445Z Downloaded petname v2.0.2
12542026-07-17T18:46:01.449Z Downloaded unicode-segmentation v1.12.0
12552026-07-17T18:46:01.449Z Downloaded curve25519-dalek v4.1.3
12562026-07-17T18:46:01.456Z Downloaded salty v0.3.0
12572026-07-17T18:46:01.463Z Downloaded proptest v1.10.0
12582026-07-17T18:46:01.469Z Downloaded zip v4.6.1
12592026-07-17T18:46:01.469Z Downloaded goblin v0.10.5
12602026-07-17T18:46:01.469Z Downloaded lalrpop v0.19.12
12612026-07-17T18:46:01.474Z Downloaded zerovec v0.11.5
12622026-07-17T18:46:01.477Z Downloaded russh v0.61.2
12632026-07-17T18:46:01.494Z Downloaded unicode-normalization v0.1.25
12642026-07-17T18:46:01.506Z Downloaded winnow v0.5.40
12652026-07-17T18:46:01.518Z Downloaded nix v0.27.1
12662026-07-17T18:46:01.523Z Downloaded quinn-proto v0.11.13
12672026-07-17T18:46:01.527Z Downloaded curve25519-dalek v5.0.0-rc.0
12682026-07-17T18:46:01.534Z Downloaded serde_with v3.21.0
12692026-07-17T18:46:01.540Z Downloaded winnow v0.6.26
12702026-07-17T18:46:01.547Z Downloaded dropshot v0.17.1
12712026-07-17T18:46:01.558Z Downloaded tabled v0.20.0
12722026-07-17T18:46:01.569Z Downloaded radix_trie v0.2.1
12732026-07-17T18:46:01.572Z Downloaded openssl v0.10.79
12742026-07-17T18:46:01.577Z Downloaded bstr v1.12.1
12752026-07-17T18:46:01.582Z Downloaded regex-syntax v0.6.29
12762026-07-17T18:46:01.587Z Downloaded nix v0.31.2
12772026-07-17T18:46:01.594Z Downloaded winnow v1.0.3
12782026-07-17T18:46:01.599Z Downloaded hickory-proto v0.24.4
12792026-07-17T18:46:01.609Z Downloaded time v0.3.47
12802026-07-17T18:46:01.615Z Downloaded smoltcp v0.9.1
12812026-07-17T18:46:01.620Z Downloaded openapiv3 v2.2.0
12822026-07-17T18:46:01.627Z Downloaded vcpkg v0.2.15
12832026-07-17T18:46:01.650Z Downloaded diesel v2.3.7
12842026-07-17T18:46:01.660Z Downloaded regress v0.10.5
12852026-07-17T18:46:01.665Z Downloaded zlib-rs v0.6.2
12862026-07-17T18:46:01.669Z Downloaded hickory-proto v0.25.2
12872026-07-17T18:46:01.677Z Downloaded object v0.37.3
12882026-07-17T18:46:01.686Z Downloaded polar-core v0.27.3
12892026-07-17T18:46:01.689Z Downloaded nix v0.28.0
12902026-07-17T18:46:01.696Z Downloaded smoltcp v0.11.0
12912026-07-17T18:46:01.702Z Downloaded regex-syntax v0.8.10
12922026-07-17T18:46:01.706Z Downloaded sqlparser v0.61.0
12932026-07-17T18:46:01.711Z Downloaded zerocopy v0.8.40
12942026-07-17T18:46:01.716Z Downloaded typify-impl v0.6.2
12952026-07-17T18:46:01.724Z Downloaded regress v0.11.1
12962026-07-17T18:46:01.729Z Downloaded fiat-crypto v0.3.0
12972026-07-17T18:46:01.737Z Downloaded tracing v0.1.44
12982026-07-17T18:46:01.749Z Downloaded rustix v0.38.44
12992026-07-17T18:46:01.762Z Downloaded rustls v0.23.41
13002026-07-17T18:46:01.770Z Downloaded zerocopy-derive v0.6.6
13012026-07-17T18:46:01.774Z Downloaded sled v0.34.7
13022026-07-17T18:46:01.781Z Downloaded csv v1.4.0
13032026-07-17T18:46:01.857Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-07-17T18:46:01.869Z Downloaded ratatui v0.29.0
13052026-07-17T18:46:01.881Z Downloaded sha3 v0.11.0
13062026-07-17T18:46:01.955Z Downloaded regex-automata v0.4.14
13072026-07-17T18:46:01.992Z Downloaded chrono-tz v0.10.4
13082026-07-17T18:46:02.007Z Downloaded petgraph v0.6.5
13092026-07-17T18:46:02.019Z Downloaded jiff v0.2.21
13102026-07-17T18:46:02.040Z Downloaded petgraph v0.8.3
13112026-07-17T18:46:02.074Z Downloaded libz-sys v1.1.24
13122026-07-17T18:46:02.094Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-07-17T18:46:02.105Z Downloaded sha3 v0.10.8
13142026-07-17T18:46:02.129Z Downloaded tokio v1.52.1
13152026-07-17T18:46:02.201Z Downloaded encoding_rs v0.8.35
13162026-07-17T18:46:02.242Z Downloaded ring v0.17.14
13172026-07-17T18:46:02.295Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-07-17T18:46:02.800Z Downloaded aws-lc-sys v0.40.0
13192026-07-17T18:46:03.052Z Compiling libc v0.2.185
13202026-07-17T18:46:03.052Z Compiling serde_core v1.0.228
13212026-07-17T18:46:03.052Z Compiling serde v1.0.228
13222026-07-17T18:46:03.057Z Compiling log v0.4.29
13232026-07-17T18:46:03.057Z Compiling smallvec v1.15.1
13242026-07-17T18:46:03.057Z Compiling shlex v1.3.0
13252026-07-17T18:46:03.057Z Compiling find-msvc-tools v0.1.9
13262026-07-17T18:46:03.057Z Compiling syn v2.0.117
13272026-07-17T18:46:03.402Z Compiling subtle v2.6.1
13282026-07-17T18:46:03.427Z Compiling scopeguard v1.2.0
13292026-07-17T18:46:03.428Z Compiling stable_deref_trait v1.2.1
13302026-07-17T18:46:03.455Z Compiling typenum v1.20.1
13312026-07-17T18:46:03.509Z Compiling lock_api v0.4.14
13322026-07-17T18:46:03.521Z Compiling serde_json v1.0.150
13332026-07-17T18:46:03.534Z Compiling zerocopy v0.8.40
13342026-07-17T18:46:03.571Z Compiling portable-atomic v1.13.1
13352026-07-17T18:46:03.729Z Compiling pin-project-lite v0.2.17
13362026-07-17T18:46:03.759Z Compiling parking_lot_core v0.9.12
13372026-07-17T18:46:03.824Z Compiling pkg-config v0.3.32
13382026-07-17T18:46:03.985Z Compiling libm v0.2.16
13392026-07-17T18:46:04.015Z Compiling jobserver v0.1.34
13402026-07-17T18:46:04.032Z Compiling errno v0.3.14
13412026-07-17T18:46:04.178Z Compiling getrandom v0.2.17
13422026-07-17T18:46:04.250Z Compiling cc v1.2.56
13432026-07-17T18:46:04.301Z Compiling getrandom v0.4.1
13442026-07-17T18:46:04.374Z Compiling critical-section v1.2.0
13452026-07-17T18:46:04.376Z Compiling rand_core v0.6.4
13462026-07-17T18:46:04.448Z Compiling signal-hook-registry v1.4.8
13472026-07-17T18:46:04.738Z Compiling once_cell v1.21.3
13482026-07-17T18:46:04.752Z Compiling num-traits v0.2.19
13492026-07-17T18:46:04.764Z Compiling futures-core v0.3.32
13502026-07-17T18:46:04.783Z Compiling rand_core v0.10.0
13512026-07-17T18:46:04.916Z Compiling parking_lot v0.12.5
13522026-07-17T18:46:04.963Z Compiling mio v1.2.0
13532026-07-17T18:46:05.117Z Compiling generic-array v0.14.7
13542026-07-17T18:46:05.152Z Compiling litemap v0.8.1
13552026-07-17T18:46:05.305Z Compiling writeable v0.6.2
13562026-07-17T18:46:05.327Z Compiling percent-encoding v2.3.2
13572026-07-17T18:46:05.352Z Compiling const-oid v0.9.6
13582026-07-17T18:46:05.507Z Compiling bitflags v2.11.0
13592026-07-17T18:46:05.526Z Compiling semver v1.0.28
13602026-07-17T18:46:05.589Z Compiling icu_properties_data v2.1.2
13612026-07-17T18:46:05.795Z Compiling icu_normalizer_data v2.1.1
13622026-07-17T18:46:05.873Z Compiling socket2 v0.6.3
13632026-07-17T18:46:06.062Z Compiling futures-sink v0.3.32
13642026-07-17T18:46:06.097Z Compiling futures-io v0.3.32
13652026-07-17T18:46:06.108Z Compiling synstructure v0.13.2
13662026-07-17T18:46:06.128Z Compiling slab v0.4.12
13672026-07-17T18:46:06.168Z Compiling futures-channel v0.3.32
13682026-07-17T18:46:06.247Z Compiling futures-task v0.3.32
13692026-07-17T18:46:06.293Z Compiling utf8_iter v1.0.4
13702026-07-17T18:46:06.307Z Compiling indexmap v2.14.0
13712026-07-17T18:46:06.395Z Compiling form_urlencoded v1.2.2
13722026-07-17T18:46:06.406Z Compiling getrandom v0.3.4
13732026-07-17T18:46:06.424Z Compiling rustversion v1.0.22
13742026-07-17T18:46:06.443Z Compiling cmake v0.1.57
13752026-07-17T18:46:06.561Z Compiling rustix v1.1.3
13762026-07-17T18:46:06.623Z Compiling iana-time-zone v0.1.65
13772026-07-17T18:46:06.739Z Compiling fs_extra v1.3.0
13782026-07-17T18:46:06.829Z Compiling ident_case v1.0.1
13792026-07-17T18:46:06.865Z Compiling dunce v1.0.5
13802026-07-17T18:46:06.965Z Compiling regex-syntax v0.8.10
13812026-07-17T18:46:06.973Z Compiling uuid v1.23.4
13822026-07-17T18:46:06.996Z Compiling base64 v0.22.1
13832026-07-17T18:46:07.010Z Compiling aws-lc-sys v0.40.0
13842026-07-17T18:46:07.323Z Compiling rand_core v0.9.5
13852026-07-17T18:46:07.374Z Compiling vcpkg v0.2.15
13862026-07-17T18:46:07.473Z Compiling base64ct v1.8.3
13872026-07-17T18:46:07.630Z Compiling rustc_version v0.4.1
13882026-07-17T18:46:07.710Z Compiling tracing-core v0.1.36
13892026-07-17T18:46:07.781Z Compiling pem-rfc7468 v0.7.0
13902026-07-17T18:46:07.867Z Compiling serde_derive v1.0.228
13912026-07-17T18:46:07.948Z Compiling zeroize_derive v1.4.3
13922026-07-17T18:46:08.101Z Compiling zerofrom-derive v0.1.6
13932026-07-17T18:46:08.144Z Compiling yoke-derive v0.8.1
13942026-07-17T18:46:08.286Z Compiling zerovec-derive v0.11.2
13952026-07-17T18:46:08.342Z Compiling zerocopy-derive v0.8.40
13962026-07-17T18:46:08.658Z Compiling zeroize v1.8.2
13972026-07-17T18:46:08.863Z Compiling displaydoc v0.2.5
13982026-07-17T18:46:09.396Z Compiling tokio-macros v2.7.0
13992026-07-17T18:46:09.426Z Compiling futures-macro v0.3.32
14002026-07-17T18:46:09.588Z Compiling zerofrom v0.1.6
14012026-07-17T18:46:09.651Z Compiling openssl-sys v0.9.115
14022026-07-17T18:46:09.712Z Compiling yoke v0.8.1
14032026-07-17T18:46:09.879Z Compiling zerovec v0.11.5
14042026-07-17T18:46:09.991Z Compiling zerotrie v0.2.3
14052026-07-17T18:46:10.178Z Compiling block-buffer v0.10.4
14062026-07-17T18:46:10.206Z Compiling crypto-common v0.1.7
14072026-07-17T18:46:10.291Z Compiling futures-util v0.3.32
14082026-07-17T18:46:10.304Z Compiling der_derive v0.7.3
14092026-07-17T18:46:10.343Z Compiling tinystr v0.8.2
14102026-07-17T18:46:10.357Z Compiling potential_utf v0.1.4
14112026-07-17T18:46:10.391Z Compiling digest v0.10.7
14122026-07-17T18:46:10.527Z Compiling icu_locale_core v2.1.1
14132026-07-17T18:46:10.548Z Compiling icu_collections v2.1.1
14142026-07-17T18:46:10.644Z Compiling tracing-attributes v0.1.31
14152026-07-17T18:46:11.037Z Compiling thiserror-impl v2.0.18
14162026-07-17T18:46:11.284Z Compiling icu_provider v2.1.1
14172026-07-17T18:46:11.384Z Compiling aws-lc-rs v1.16.3
14182026-07-17T18:46:11.506Z Compiling bytes v1.11.1
14192026-07-17T18:46:11.580Z Compiling icu_normalizer v2.1.1
14202026-07-17T18:46:11.689Z Compiling icu_properties v2.1.2
14212026-07-17T18:46:11.961Z Compiling chrono v0.4.45
14222026-07-17T18:46:12.105Z Compiling tokio v1.52.1
14232026-07-17T18:46:12.108Z Compiling http v1.4.2
14242026-07-17T18:46:12.390Z Compiling flagset v0.4.7
14252026-07-17T18:46:12.526Z Compiling der v0.7.10
14262026-07-17T18:46:12.612Z Compiling idna_adapter v1.2.1
14272026-07-17T18:46:12.751Z Compiling idna v1.1.0
14282026-07-17T18:46:12.787Z Compiling ppv-lite86 v0.2.21
14292026-07-17T18:46:12.880Z Compiling http-body v1.0.1
14302026-07-17T18:46:13.032Z Compiling url v2.5.8
14312026-07-17T18:46:13.051Z Compiling thiserror v2.0.18
14322026-07-17T18:46:13.109Z Compiling rand_chacha v0.9.0
14332026-07-17T18:46:13.148Z Compiling tracing v0.1.44
14342026-07-17T18:46:13.402Z Compiling rustls-pki-types v1.14.0
14352026-07-17T18:46:13.419Z Compiling serde_derive_internals v0.29.1
14362026-07-17T18:46:13.431Z Compiling tinyvec_macros v0.1.1
14372026-07-17T18:46:13.500Z Compiling schemars v0.8.22
14382026-07-17T18:46:13.714Z Compiling dyn-clone v1.0.20
14392026-07-17T18:46:13.718Z Compiling cmov v0.5.4
14402026-07-17T18:46:13.793Z Compiling httparse v1.10.1
14412026-07-17T18:46:13.822Z Compiling openssl-probe v0.2.1
14422026-07-17T18:46:13.857Z Compiling tinyvec v1.10.0
14432026-07-17T18:46:13.870Z Compiling pest_generator v2.8.6
14442026-07-17T18:46:13.916Z Compiling ctutils v0.4.2
14452026-07-17T18:46:13.992Z Compiling spki v0.7.3
14462026-07-17T18:46:14.151Z Compiling rand v0.9.2
14472026-07-17T18:46:14.182Z Compiling aho-corasick v1.1.4
14482026-07-17T18:46:14.195Z Compiling tower-service v0.3.3
14492026-07-17T18:46:14.198Z Compiling tower-layer v0.3.3
14502026-07-17T18:46:14.278Z Compiling schemars_derive v0.8.22
14512026-07-17T18:46:14.298Z Compiling atomic-waker v1.1.2
14522026-07-17T18:46:14.351Z Compiling untrusted v0.7.1
14532026-07-17T18:46:14.422Z Compiling try-lock v0.2.5
14542026-07-17T18:46:14.504Z Compiling tempfile v3.25.0
14552026-07-17T18:46:14.531Z Compiling want v0.3.1
14562026-07-17T18:46:14.565Z Compiling pest_derive v2.8.6
14572026-07-17T18:46:14.884Z Compiling hybrid-array v0.4.13
14582026-07-17T18:46:14.982Z Compiling ipnet v2.11.0
14592026-07-17T18:46:14.996Z Compiling scroll_derive v0.13.1
14602026-07-17T18:46:15.010Z Compiling darling_core v0.20.11
14612026-07-17T18:46:15.495Z Compiling regex-automata v0.4.14
14622026-07-17T18:46:15.657Z Compiling openssl v0.10.79
14632026-07-17T18:46:15.796Z Compiling untrusted v0.9.0
14642026-07-17T18:46:15.910Z Compiling tokio-util v0.7.18
14652026-07-17T18:46:15.921Z Compiling rustls v0.23.41
14662026-07-17T18:46:15.934Z Compiling httpdate v1.0.3
14672026-07-17T18:46:16.107Z Compiling foreign-types-shared v0.1.1
14682026-07-17T18:46:16.160Z Compiling cpufeatures v0.2.17
14692026-07-17T18:46:16.195Z Compiling foreign-types v0.3.2
14702026-07-17T18:46:16.253Z Compiling scroll v0.13.0
14712026-07-17T18:46:16.268Z Compiling unicode-normalization v0.1.25
14722026-07-17T18:46:16.520Z Compiling pkcs8 v0.10.2
14732026-07-17T18:46:16.724Z Compiling h2 v0.4.15
14742026-07-17T18:46:16.847Z Compiling openssl-macros v0.1.1
14752026-07-17T18:46:16.919Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-07-17T18:46:17.173Z Compiling spin v0.9.8
14772026-07-17T18:46:17.243Z Compiling powerfmt v0.2.0
14782026-07-17T18:46:17.258Z Compiling darling_macro v0.20.11
14792026-07-17T18:46:17.310Z Compiling time-core v0.1.8
14802026-07-17T18:46:17.381Z Compiling num-conv v0.2.0
14812026-07-17T18:46:17.444Z Compiling native-tls v0.2.18
14822026-07-17T18:46:17.455Z Compiling crc32fast v1.5.0
14832026-07-17T18:46:17.508Z Compiling time-macros v0.2.27
14842026-07-17T18:46:17.671Z Compiling deranged v0.5.8
14852026-07-17T18:46:17.745Z Compiling darling v0.20.11
14862026-07-17T18:46:17.829Z Compiling goblin v0.10.5
14872026-07-17T18:46:18.568Z Compiling sha2 v0.10.9
14882026-07-17T18:46:18.614Z Compiling hmac v0.12.1
14892026-07-17T18:46:18.767Z Compiling sync_wrapper v1.0.2
14902026-07-17T18:46:18.877Z Compiling wait-timeout v0.2.1
14912026-07-17T18:46:19.142Z Compiling syn v1.0.109
14922026-07-17T18:46:19.521Z Compiling num_threads v0.1.7
14932026-07-17T18:46:19.552Z Compiling siphasher v1.0.2
14942026-07-17T18:46:19.619Z Compiling quick-error v1.2.3
14952026-07-17T18:46:19.725Z Compiling simd-adler32 v0.3.8
14962026-07-17T18:46:19.740Z Compiling usdt-impl v0.6.0
14972026-07-17T18:46:19.942Z Compiling hyper v1.10.1
14982026-07-17T18:46:19.960Z Compiling bit-vec v0.8.0
14992026-07-17T18:46:19.974Z Compiling crossbeam-utils v0.8.21
15002026-07-17T18:46:20.197Z Compiling bit-set v0.8.0
15012026-07-17T18:46:20.377Z Compiling rusty-fork v0.3.1
15022026-07-17T18:46:20.617Z Compiling dof v0.4.0
15032026-07-17T18:46:20.697Z Compiling time v0.3.47
15042026-07-17T18:46:20.801Z Compiling tower v0.5.3
15052026-07-17T18:46:20.823Z Compiling derive_builder_core v0.20.2
15062026-07-17T18:46:21.286Z Compiling hyper-util v0.1.20
15072026-07-17T18:46:21.673Z Compiling dtrace-parser v0.3.0
15082026-07-17T18:46:21.718Z Compiling http-body-util v0.1.3
15092026-07-17T18:46:21.776Z Compiling heapless v0.7.17
15102026-07-17T18:46:21.958Z Compiling thiserror-impl v1.0.69
15112026-07-17T18:46:22.028Z Compiling scroll_derive v0.12.1
15122026-07-17T18:46:22.063Z Compiling rand_xorshift v0.4.0
15132026-07-17T18:46:22.227Z Compiling slog v2.8.2
15142026-07-17T18:46:22.245Z Compiling darling_core v0.23.0
15152026-07-17T18:46:22.395Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-07-17T18:46:22.424Z Compiling thread-id v5.1.0
15172026-07-17T18:46:22.510Z Compiling cookie v0.18.1
15182026-07-17T18:46:22.686Z Compiling anyhow v1.0.102
15192026-07-17T18:46:22.699Z Compiling iri-string v0.7.10
15202026-07-17T18:46:22.713Z Compiling unicode-properties v0.1.4
15212026-07-17T18:46:22.917Z Compiling unarray v0.1.4
15222026-07-17T18:46:22.993Z Compiling ryu v1.0.23
15232026-07-17T18:46:23.010Z Compiling unicode-bidi v0.3.18
15242026-07-17T18:46:23.028Z Compiling signal-hook v0.3.18
15252026-07-17T18:46:23.170Z Compiling adler2 v2.0.1
15262026-07-17T18:46:23.209Z Compiling paste v1.0.15
15272026-07-17T18:46:23.220Z Compiling zstd-safe v7.2.4
15282026-07-17T18:46:23.294Z Compiling allocator-api2 v0.2.21
15292026-07-17T18:46:23.426Z Compiling stringprep v0.1.5
15302026-07-17T18:46:23.527Z Compiling miniz_oxide v0.8.9
15312026-07-17T18:46:23.541Z Compiling thiserror v1.0.69
15322026-07-17T18:46:23.630Z Compiling serde_urlencoded v0.7.1
15332026-07-17T18:46:23.847Z Compiling tower-http v0.6.8
15342026-07-17T18:46:23.860Z Compiling proptest v1.10.0
15352026-07-17T18:46:23.918Z Compiling scroll v0.12.0
15362026-07-17T18:46:24.238Z Compiling derive_builder_macro v0.20.2
15372026-07-17T18:46:24.405Z Compiling camino v1.2.2
15382026-07-17T18:46:24.722Z Compiling darling_macro v0.23.0
15392026-07-17T18:46:24.743Z Compiling tokio-native-tls v0.3.1
15402026-07-17T18:46:24.837Z Compiling bstr v1.12.1
15412026-07-17T18:46:24.883Z Compiling ipnetwork v0.21.1
15422026-07-17T18:46:24.910Z Compiling crypto-common v0.2.2
15432026-07-17T18:46:25.218Z Compiling block-buffer v0.12.1
15442026-07-17T18:46:25.272Z Compiling block-padding v0.4.2
15452026-07-17T18:46:25.286Z Compiling rustls-native-certs v0.8.3
15462026-07-17T18:46:25.410Z Compiling rand_chacha v0.3.1
15472026-07-17T18:46:25.434Z Compiling toml_datetime v0.6.11
15482026-07-17T18:46:25.471Z Compiling serde_spanned v0.6.9
15492026-07-17T18:46:25.574Z Compiling erased-serde v0.3.31
15502026-07-17T18:46:25.616Z Compiling hex v0.4.3
15512026-07-17T18:46:25.694Z Compiling serde_tokenstream v0.2.3
15522026-07-17T18:46:25.884Z Compiling md-5 v0.10.6
15532026-07-17T18:46:25.999Z Compiling signature v2.2.0
15542026-07-17T18:46:26.050Z Compiling curve25519-dalek v4.1.3
15552026-07-17T18:46:26.074Z Compiling zerocopy-derive v0.7.35
15562026-07-17T18:46:26.184Z Compiling pin-project-internal v1.1.11
15572026-07-17T18:46:26.197Z Compiling async-trait v0.1.89
15582026-07-17T18:46:26.400Z Compiling vergen-lib v9.1.0
15592026-07-17T18:46:26.594Z Compiling hash32 v0.2.1
15602026-07-17T18:46:26.642Z Compiling num-integer v0.1.46
15612026-07-17T18:46:26.782Z Compiling memoffset v0.9.1
15622026-07-17T18:46:26.929Z Compiling encoding_rs v0.8.35
15632026-07-17T18:46:26.957Z Compiling rustix v0.38.44
15642026-07-17T18:46:26.989Z Compiling zlib-rs v0.6.2
15652026-07-17T18:46:27.221Z Compiling fallible-iterator v0.2.0
15662026-07-17T18:46:27.287Z Compiling ref-cast v1.0.25
15672026-07-17T18:46:27.309Z Compiling litrs v1.0.0
15682026-07-17T18:46:27.535Z Compiling mime v0.3.17
15692026-07-17T18:46:27.598Z Compiling psl-types v2.0.11
15702026-07-17T18:46:27.725Z Compiling cfg_aliases v0.2.1
15712026-07-17T18:46:27.798Z Compiling smoltcp v0.9.1
15722026-07-17T18:46:27.802Z Compiling num-bigint-dig v0.8.6
15732026-07-17T18:46:27.828Z Compiling document-features v0.2.12
15742026-07-17T18:46:28.038Z Compiling nix v0.31.2
15752026-07-17T18:46:28.077Z Compiling hubpack_derive v0.1.1
15762026-07-17T18:46:28.182Z Compiling publicsuffix v2.3.0
15772026-07-17T18:46:28.382Z Compiling postgres-protocol v0.6.10
15782026-07-17T18:46:28.417Z Compiling pin-project v1.1.11
15792026-07-17T18:46:28.483Z Compiling zerocopy v0.7.35
15802026-07-17T18:46:28.511Z Compiling num-iter v0.1.45
15812026-07-17T18:46:28.633Z Compiling newtype-uuid v1.3.2
15822026-07-17T18:46:28.923Z Compiling rand v0.8.6
15832026-07-17T18:46:28.953Z Compiling inout v0.2.2
15842026-07-17T18:46:28.985Z Compiling darling v0.23.0
15852026-07-17T18:46:29.016Z Compiling oxnet v0.1.6
15862026-07-17T18:46:29.067Z Compiling hyper-tls v0.6.0
15872026-07-17T18:46:29.124Z Compiling derive_builder v0.20.2
15882026-07-17T18:46:29.251Z Compiling goblin v0.8.2
15892026-07-17T18:46:29.780Z Compiling phf_shared v0.13.1
15902026-07-17T18:46:29.858Z Compiling regex v1.12.3
15912026-07-17T18:46:29.858Z Compiling lazy_static v1.5.0
15922026-07-17T18:46:29.954Z Compiling flate2 v1.1.9
15932026-07-17T18:46:30.025Z Compiling anstyle-parse v0.2.7
15942026-07-17T18:46:30.215Z Compiling futures-executor v0.3.32
15952026-07-17T18:46:30.267Z Compiling terminal_size v0.4.3
15962026-07-17T18:46:30.296Z Compiling strum_macros v0.27.2
15972026-07-17T18:46:30.310Z Compiling ref-cast-impl v1.0.25
15982026-07-17T18:46:30.369Z Compiling curve25519-dalek-derive v0.1.1
15992026-07-17T18:46:30.407Z Compiling snafu-derive v0.8.9
16002026-07-17T18:46:30.473Z Compiling daft-derive v0.1.7
16012026-07-17T18:46:30.866Z Compiling vergen v9.1.0
16022026-07-17T18:46:31.032Z Compiling cargo-platform v0.3.2
16032026-07-17T18:46:31.064Z Compiling ff v0.13.1
16042026-07-17T18:46:31.204Z Compiling fs-err v3.3.0
16052026-07-17T18:46:31.219Z Compiling ahash v0.8.12
16062026-07-17T18:46:31.302Z Compiling unicode-segmentation v1.12.0
16072026-07-17T18:46:31.412Z Compiling bumpalo v3.20.2
16082026-07-17T18:46:31.444Z Compiling winnow v0.5.40
16092026-07-17T18:46:31.663Z Compiling base16ct v0.2.0
16102026-07-17T18:46:31.691Z Compiling object v0.37.3
16112026-07-17T18:46:31.841Z Compiling managed v0.8.0
16122026-07-17T18:46:31.971Z Compiling foldhash v0.1.5
16132026-07-17T18:46:32.053Z Compiling foldhash v0.2.0
16142026-07-17T18:46:32.144Z Compiling same-file v1.0.6
16152026-07-17T18:46:32.259Z Compiling bitflags v1.3.2
16162026-07-17T18:46:32.283Z Compiling libbz2-rs-sys v0.2.2
16172026-07-17T18:46:32.309Z Compiling strum v0.27.2
16182026-07-17T18:46:32.314Z Compiling snafu v0.8.9
16192026-07-17T18:46:32.438Z Compiling walkdir v2.5.0
16202026-07-17T18:46:32.677Z Compiling hashbrown v0.16.1
16212026-07-17T18:46:32.758Z Compiling toml_edit v0.19.15
16222026-07-17T18:46:32.770Z Compiling bzip2 v0.6.1
16232026-07-17T18:46:32.867Z Compiling hashbrown v0.15.5
16242026-07-17T18:46:32.962Z Compiling clap_builder v4.6.0
16252026-07-17T18:46:33.017Z Compiling sec1 v0.7.3
16262026-07-17T18:46:33.159Z Compiling zopfli v0.8.3
16272026-07-17T18:46:33.267Z Compiling dof v0.3.0
16282026-07-17T18:46:33.407Z Compiling daft v0.1.7
16292026-07-17T18:46:33.438Z Compiling cargo_metadata v0.23.1
16302026-07-17T18:46:33.691Z Compiling group v0.13.0
16312026-07-17T18:46:33.974Z Compiling futures v0.3.32
16322026-07-17T18:46:33.980Z Compiling anstream v0.6.21
16332026-07-17T18:46:34.043Z Compiling phf v0.13.1
16342026-07-17T18:46:34.280Z Compiling signal-hook-mio v0.2.5
16352026-07-17T18:46:34.780Z Compiling cookie_store v0.22.1
16362026-07-17T18:46:34.817Z Compiling zstd v0.13.3
16372026-07-17T18:46:34.831Z Compiling reqwest v0.12.28
16382026-07-17T18:46:35.090Z Compiling cipher v0.5.2
16392026-07-17T18:46:35.388Z Compiling bzip2 v0.4.4
16402026-07-17T18:46:35.404Z Compiling serde_with_macros v3.21.0
16412026-07-17T18:46:35.438Z Compiling postgres-types v0.2.12
16422026-07-17T18:46:35.595Z Compiling hubpack v0.1.2
16432026-07-17T18:46:35.995Z Compiling ed25519 v2.2.3
16442026-07-17T18:46:36.012Z Compiling usdt-macro v0.6.0
16452026-07-17T18:46:36.518Z Compiling usdt-attr-macro v0.6.0
16462026-07-17T18:46:36.763Z Compiling globset v0.4.18
16472026-07-17T18:46:36.875Z Compiling dtrace-parser v0.2.0
16482026-07-17T18:46:36.892Z Compiling phf_shared v0.11.3
16492026-07-17T18:46:37.009Z Compiling hkdf v0.12.4
16502026-07-17T18:46:37.089Z Compiling pkcs1 v0.7.5
16512026-07-17T18:46:37.178Z Compiling olpc-cjson v0.1.4
16522026-07-17T18:46:37.344Z Compiling serde-big-array v0.5.1
16532026-07-17T18:46:37.352Z Compiling serde_plain v1.0.2
16542026-07-17T18:46:37.445Z Compiling crypto-bigint v0.5.5
16552026-07-17T18:46:37.479Z Compiling enum-as-inner v0.6.1
16562026-07-17T18:46:37.484Z Compiling strum_macros v0.26.4
16572026-07-17T18:46:37.533Z Compiling clap_derive v4.6.1
16582026-07-17T18:46:37.604Z Compiling serde_repr v0.1.20
16592026-07-17T18:46:37.994Z Compiling async-recursion v1.1.1
16602026-07-17T18:46:38.145Z Compiling pem v3.0.6
16612026-07-17T18:46:38.470Z Compiling float-cmp v0.10.0
16622026-07-17T18:46:38.541Z Compiling thread-id v4.2.2
16632026-07-17T18:46:38.616Z Compiling memmap2 v0.9.10
16642026-07-17T18:46:38.631Z Compiling env_filter v1.0.0
16652026-07-17T18:46:38.646Z Compiling new_debug_unreachable v1.0.6
16662026-07-17T18:46:38.717Z Compiling typed-path v0.9.3
16672026-07-17T18:46:38.826Z Compiling jiff v0.2.21
16682026-07-17T18:46:38.936Z Compiling whoami v2.1.0
16692026-07-17T18:46:39.261Z Compiling difflib v0.4.0
16702026-07-17T18:46:39.297Z Compiling keccak v0.1.6
16712026-07-17T18:46:39.306Z Compiling predicates-core v1.0.10
16722026-07-17T18:46:39.488Z Compiling static_assertions v1.1.0
16732026-07-17T18:46:39.567Z Compiling normalize-line-endings v0.3.0
16742026-07-17T18:46:39.609Z Compiling data-encoding v2.10.0
16752026-07-17T18:46:39.663Z Compiling either v1.15.0
16762026-07-17T18:46:39.856Z Compiling fixedbitset v0.5.7
16772026-07-17T18:46:39.876Z Compiling cpufeatures v0.3.0
16782026-07-17T18:46:39.880Z Compiling winnow v1.0.3
16792026-07-17T18:46:39.950Z Compiling fixedbitset v0.4.2
16802026-07-17T18:46:40.016Z Compiling precomputed-hash v0.1.1
16812026-07-17T18:46:40.092Z Compiling const-oid v0.10.2
16822026-07-17T18:46:40.106Z Compiling petgraph v0.6.5
16832026-07-17T18:46:40.167Z Compiling string_cache v0.8.9
16842026-07-17T18:46:40.183Z Compiling toml_parser v1.1.2+spec-1.1.0
16852026-07-17T18:46:40.237Z Compiling digest v0.11.3
16862026-07-17T18:46:40.292Z Compiling petgraph v0.8.3
16872026-07-17T18:46:40.306Z Compiling chacha20 v0.10.0
16882026-07-17T18:46:40.387Z Compiling hickory-proto v0.25.2
16892026-07-17T18:46:40.462Z Compiling itertools v0.13.0
16902026-07-17T18:46:40.681Z Compiling predicates v3.1.4
16912026-07-17T18:46:40.831Z Compiling toml_edit v0.22.27
16922026-07-17T18:46:41.314Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-17T18:46:41.584Z Compiling zip v4.6.1
16942026-07-17T18:46:41.693Z Compiling sha3 v0.10.8
16952026-07-17T18:46:42.161Z Compiling clap v4.6.1
16962026-07-17T18:46:42.214Z Compiling strum v0.26.3
16972026-07-17T18:46:42.244Z Compiling tokio-postgres v0.7.16
16982026-07-17T18:46:42.351Z Compiling env_logger v0.11.9
16992026-07-17T18:46:42.525Z Compiling usdt v0.6.0
17002026-07-17T18:46:42.705Z Compiling usdt-impl v0.5.0
17012026-07-17T18:46:42.788Z Compiling elliptic-curve v0.13.8
17022026-07-17T18:46:43.025Z Compiling rsa v0.9.10
17032026-07-17T18:46:43.187Z Compiling crossterm v0.28.1
17042026-07-17T18:46:43.284Z Compiling serde_with v3.21.0
17052026-07-17T18:46:43.556Z Compiling ed25519-dalek v2.2.0
17062026-07-17T18:46:44.204Z Compiling zip v0.6.6
17072026-07-17T18:46:44.495Z Compiling toml v0.7.8
17082026-07-17T18:46:44.832Z Compiling iddqd v0.4.2
17092026-07-17T18:46:45.134Z Compiling heck v0.4.1
17102026-07-17T18:46:45.309Z Compiling similar v2.7.0
17112026-07-17T18:46:45.325Z Compiling byte-wrapper v0.1.0
17122026-07-17T18:46:45.361Z Compiling crossbeam-epoch v0.9.18
17132026-07-17T18:46:45.660Z Compiling tokio-stream v0.1.18
17142026-07-17T18:46:45.692Z Compiling buf-list v1.1.2
17152026-07-17T18:46:45.871Z Compiling x509-cert v0.2.5
17162026-07-17T18:46:45.965Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17172026-07-17T18:46:46.115Z Compiling openapiv3 v2.2.0
17182026-07-17T18:46:46.129Z Compiling lalrpop-util v0.19.12
17192026-07-17T18:46:46.164Z Compiling peg-runtime v0.8.5
17202026-07-17T18:46:46.265Z Compiling thread_local v1.1.9
17212026-07-17T18:46:46.322Z Compiling slog-async v2.8.0
17222026-07-17T18:46:46.357Z Compiling crossbeam-channel v0.5.15
17232026-07-17T18:46:46.447Z Compiling is-terminal v0.4.17
17242026-07-17T18:46:46.520Z Compiling filetime v0.2.27
17252026-07-17T18:46:46.546Z Compiling take_mut v0.2.2
17262026-07-17T18:46:46.657Z Compiling xattr v1.6.1
17272026-07-17T18:46:46.673Z Compiling term v1.2.1
17282026-07-17T18:46:46.700Z Compiling camino-tempfile v1.4.1
17292026-07-17T18:46:46.817Z Compiling tar v0.4.46
17302026-07-17T18:46:46.921Z Compiling slog-term v2.9.2
17312026-07-17T18:46:56.916Z Compiling rustls-webpki v0.103.13
17322026-07-17T18:46:59.609Z Compiling tokio-rustls v0.26.4
17332026-07-17T18:46:59.609Z Compiling rustls-platform-verifier v0.6.2
17342026-07-17T18:46:59.613Z Compiling tough v0.22.0
17352026-07-17T18:46:59.818Z Compiling hyper-rustls v0.27.7
17362026-07-17T18:47:00.017Z Compiling reqwest v0.13.2
17372026-07-17T18:47:02.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-07-17T18:47:02.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-07-17T18:47:05.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17402026-07-17T18:47:05.457Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17412026-07-17T18:47:05.517ZJul 17 18:47:04.093 INFO Starting download, target: Cockroach
17422026-07-17T18:47:05.518ZJul 17 18:47:04.094 INFO Starting download, target: Clickhouse
17432026-07-17T18:47:05.529ZJul 17 18:47:04.094 INFO Starting download, target: Console
17442026-07-17T18:47:05.529ZJul 17 18:47:04.094 INFO Starting download, target: DendriteStub
17452026-07-17T18:47:05.529ZJul 17 18:47:04.094 INFO Starting download, target: MaghemiteMgd
17462026-07-17T18:47:05.529ZJul 17 18:47:04.094 INFO Starting download, target: MaghemiteDdmd
17472026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Starting download, target: TransceiverControl
17482026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17492026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17502026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17512026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-07-17T18:47:05.530ZJul 17 18:47:04.094 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-17T18:47:07.233ZJul 17 18:47:05.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17562026-07-17T18:47:07.555ZJul 17 18:47:06.148 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17572026-07-17T18:47:07.804ZJul 17 18:47:06.396 INFO Download complete, target: Console
17582026-07-17T18:47:08.471ZJul 17 18:47:07.050 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-07-17T18:47:08.680ZJul 17 18:47:07.267 INFO Download complete, target: TransceiverControl
17602026-07-17T18:47:10.629ZJul 17 18:47:09.219 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-07-17T18:47:10.661ZJul 17 18:47:09.250 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17622026-07-17T18:47:10.794ZJul 17 18:47:09.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-07-17T18:47:11.348ZJul 17 18:47:09.940 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-07-17T18:47:11.348ZJul 17 18:47:09.940 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-07-17T18:47:12.678ZJul 17 18:47:11.270 INFO Download complete, target: MaghemiteDdmd
17662026-07-17T18:47:13.167ZJul 17 18:47:11.760 INFO Download complete, target: DendriteStub
17672026-07-17T18:47:13.371ZJul 17 18:47:11.964 INFO Download complete, target: MaghemiteMgd
17682026-07-17T18:47:14.184ZJul 17 18:47:12.776 INFO Checking that binary works, target: Clickhouse
17692026-07-17T18:47:14.339ZJul 17 18:47:12.932 INFO Download complete, target: Clickhouse
17702026-07-17T18:47:16.102ZJul 17 18:47:14.694 INFO Checking that binary works, target: Cockroach
17712026-07-17T18:47:16.221ZJul 17 18:47:14.814 INFO Download complete, target: Cockroach
17722026-07-17T18:47:16.237ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-07-17T18:47:16.240Z
17742026-07-17T18:47:16.240Zreal 2:05.147106649
17752026-07-17T18:47:16.240Zuser 6:38.905731263
17762026-07-17T18:47:16.240Zsys 1:21.614077015
17772026-07-17T18:47:16.241Ztrap 0.227382491
17782026-07-17T18:47:16.241Ztflt 0.531093674
17792026-07-17T18:47:16.241Zdflt 0.851419235
17802026-07-17T18:47:16.241Zkflt 0.028989404
17812026-07-17T18:47:16.241Zlock 22:45.260627278
17822026-07-17T18:47:16.241Zslp 20:18.472623394
17832026-07-17T18:47:16.241Zlat 41.717539098
17842026-07-17T18:47:16.241Zstop 1:54.620317652
17852026-07-17T18:47:16.241Z+ banner hack-check
17862026-07-17T18:47:16.241Z
17872026-07-17T18:47:16.241Z # # ## #### # # #### # # ###### #### # #
17882026-07-17T18:47:16.241Z # # # # # # # # # # # # # # # # #
17892026-07-17T18:47:16.241Z ###### # # # #### ##### # ###### ##### # ####
17902026-07-17T18:47:16.241Z # # ###### # # # # # # # # # #
17912026-07-17T18:47:16.241Z # # # # # # # # # # # # # # # # #
17922026-07-17T18:47:16.241Z # # # # #### # # #### # # ###### #### # #
17932026-07-17T18:47:16.241Z
17942026-07-17T18:47:16.241Z+ export CARGO_INCREMENTAL=0
17952026-07-17T18:47:16.241Z+ CARGO_INCREMENTAL=0
17962026-07-17T18:47:16.241Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-07-17T18:47:16.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-07-17T18:47:16.982Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-07-17T18:47:18.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
18002026-07-17T18:47:18.798Z Running `target/debug/xtask check-features --ci`
18012026-07-17T18:47:18.824Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-07-17T18:47:18.827Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-07-17T18:47:19.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18042026-07-17T18:47:19.259Z Running `target/debug/xtask download cargo-hack`
18052026-07-17T18:47:19.992Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-07-17T18:47:20.315Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-07-17T18:47:22.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18082026-07-17T18:47:22.997Z Running `target/debug/xtask-downloader cargo-hack`
18092026-07-17T18:47:23.040ZJul 17 18:47:21.630 INFO Starting download, target: CargoHack
18102026-07-17T18:47:23.043ZJul 17 18:47:21.630 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-07-17T18:47:23.371ZJul 17 18:47:21.964 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-07-17T18:47:23.422ZJul 17 18:47:22.014 INFO Download complete, target: CargoHack
18132026-07-17T18:47:23.425Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18142026-07-17T18:47:23.437Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-07-17T18:47:23.592Zinfo: running `cargo check --bins` on api_identity (1/301)
18162026-07-17T18:47:24.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-17T18:47:24.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-17T18:47:24.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-17T18:47:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-07-17T18:47:24.103Z
18212026-07-17T18:47:24.103Zinfo: running `cargo check --bins` on bootstore (2/301)
18222026-07-17T18:47:24.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-17T18:47:24.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-17T18:47:24.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-17T18:47:24.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18262026-07-17T18:47:24.621Z
18272026-07-17T18:47:24.621Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18282026-07-17T18:47:25.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-17T18:47:25.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-17T18:47:25.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-17T18:47:25.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-17T18:47:25.132Z
18332026-07-17T18:47:25.132Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18342026-07-17T18:47:25.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-17T18:47:25.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-17T18:47:25.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-17T18:47:25.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18382026-07-17T18:47:25.649Z
18392026-07-17T18:47:25.649Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18402026-07-17T18:47:26.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-17T18:47:26.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-17T18:47:26.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-17T18:47:26.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-17T18:47:26.172Z
18452026-07-17T18:47:26.172Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18462026-07-17T18:47:26.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-17T18:47:26.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-17T18:47:26.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-17T18:47:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-17T18:47:26.699Z
18512026-07-17T18:47:26.699Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18522026-07-17T18:47:27.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-17T18:47:27.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-17T18:47:27.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-17T18:47:27.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18562026-07-17T18:47:27.227Z
18572026-07-17T18:47:27.227Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18582026-07-17T18:47:27.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-17T18:47:27.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-17T18:47:27.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-17T18:47:27.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18622026-07-17T18:47:27.749Z
18632026-07-17T18:47:27.750Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18642026-07-17T18:47:28.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-17T18:47:28.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-17T18:47:28.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-17T18:47:28.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-17T18:47:28.147Z
18692026-07-17T18:47:28.147Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18702026-07-17T18:47:28.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-17T18:47:28.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-17T18:47:28.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-17T18:47:28.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18742026-07-17T18:47:28.550Z
18752026-07-17T18:47:28.550Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18762026-07-17T18:47:28.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-17T18:47:28.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-17T18:47:28.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-17T18:47:28.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-17T18:47:28.948Z
18812026-07-17T18:47:28.948Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18822026-07-17T18:47:29.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-17T18:47:29.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-17T18:47:29.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-17T18:47:29.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-17T18:47:29.345Z
18872026-07-17T18:47:29.345Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18882026-07-17T18:47:29.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-17T18:47:29.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-17T18:47:29.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-17T18:47:29.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-17T18:47:29.745Z
18932026-07-17T18:47:29.745Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18942026-07-17T18:47:30.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-17T18:47:30.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-17T18:47:30.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-17T18:47:30.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18982026-07-17T18:47:30.148Z
18992026-07-17T18:47:30.148Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19002026-07-17T18:47:30.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-17T18:47:30.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-17T18:47:30.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-17T18:47:30.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19042026-07-17T18:47:30.552Z
19052026-07-17T18:47:30.552Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19062026-07-17T18:47:30.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-17T18:47:30.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-17T18:47:30.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-17T18:47:30.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-17T18:47:30.953Z
19112026-07-17T18:47:30.953Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19122026-07-17T18:47:31.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-17T18:47:31.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-17T18:47:31.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-17T18:47:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-17T18:47:31.351Z
19172026-07-17T18:47:31.352Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19182026-07-17T18:47:31.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-17T18:47:31.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-17T18:47:31.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-17T18:47:31.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-17T18:47:31.749Z
19232026-07-17T18:47:31.749Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19242026-07-17T18:47:32.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-17T18:47:32.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-17T18:47:32.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-17T18:47:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-17T18:47:32.146Z
19292026-07-17T18:47:32.146Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19302026-07-17T18:47:32.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-17T18:47:32.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-17T18:47:32.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-17T18:47:32.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-17T18:47:32.546Z
19352026-07-17T18:47:32.546Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19362026-07-17T18:47:32.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-17T18:47:32.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-17T18:47:32.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-17T18:47:32.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-17T18:47:32.946Z
19412026-07-17T18:47:32.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19422026-07-17T18:47:33.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-17T18:47:33.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-17T18:47:33.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-17T18:47:33.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-17T18:47:33.348Z
19472026-07-17T18:47:33.348Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19482026-07-17T18:47:33.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-17T18:47:33.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-17T18:47:33.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-17T18:47:33.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-17T18:47:33.750Z
19532026-07-17T18:47:33.750Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19542026-07-17T18:47:34.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-17T18:47:34.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-17T18:47:34.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-17T18:47:34.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-17T18:47:34.150Z
19592026-07-17T18:47:34.150Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19602026-07-17T18:47:34.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-17T18:47:34.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-17T18:47:34.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-17T18:47:34.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-17T18:47:34.555Z
19652026-07-17T18:47:34.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19662026-07-17T18:47:34.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-17T18:47:34.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-17T18:47:34.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-17T18:47:34.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-17T18:47:34.954Z
19712026-07-17T18:47:34.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19722026-07-17T18:47:35.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-17T18:47:35.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-17T18:47:35.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-17T18:47:35.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-17T18:47:35.356Z
19772026-07-17T18:47:35.356Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19782026-07-17T18:47:35.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-17T18:47:35.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-17T18:47:35.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-17T18:47:35.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-17T18:47:35.756Z
19832026-07-17T18:47:35.756Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19842026-07-17T18:47:36.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-17T18:47:36.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-17T18:47:36.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-17T18:47:36.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-17T18:47:36.156Z
19892026-07-17T18:47:36.156Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19902026-07-17T18:47:36.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-17T18:47:36.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-17T18:47:36.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-17T18:47:36.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-17T18:47:36.555Z
19952026-07-17T18:47:36.555Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19962026-07-17T18:47:36.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-17T18:47:36.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-17T18:47:36.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-17T18:47:36.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-17T18:47:36.952Z
20012026-07-17T18:47:36.952Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20022026-07-17T18:47:37.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-17T18:47:37.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-17T18:47:37.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-17T18:47:37.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-17T18:47:37.351Z
20072026-07-17T18:47:37.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20082026-07-17T18:47:37.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-17T18:47:37.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-17T18:47:37.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-17T18:47:37.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-17T18:47:37.748Z
20132026-07-17T18:47:37.748Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20142026-07-17T18:47:38.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-17T18:47:38.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-17T18:47:38.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-17T18:47:38.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-17T18:47:38.145Z
20192026-07-17T18:47:38.145Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20202026-07-17T18:47:38.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-17T18:47:38.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-17T18:47:38.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-17T18:47:38.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-17T18:47:38.541Z
20252026-07-17T18:47:38.541Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20262026-07-17T18:47:38.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-17T18:47:38.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-17T18:47:38.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-17T18:47:38.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-17T18:47:38.935Z
20312026-07-17T18:47:38.935Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20322026-07-17T18:47:39.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-17T18:47:39.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-17T18:47:39.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-17T18:47:39.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-17T18:47:39.331Z
20372026-07-17T18:47:39.331Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20382026-07-17T18:47:39.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-17T18:47:39.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-17T18:47:39.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-17T18:47:39.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-17T18:47:39.727Z
20432026-07-17T18:47:39.727Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20442026-07-17T18:47:40.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-17T18:47:40.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-17T18:47:40.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-17T18:47:40.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20482026-07-17T18:47:40.126Z
20492026-07-17T18:47:40.127Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20502026-07-17T18:47:40.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-17T18:47:40.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-17T18:47:40.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-17T18:47:40.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-17T18:47:40.525Z
20552026-07-17T18:47:40.526Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20562026-07-17T18:47:40.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-17T18:47:40.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-17T18:47:40.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-17T18:47:40.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20602026-07-17T18:47:40.937Z
20612026-07-17T18:47:40.937Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20622026-07-17T18:47:41.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-17T18:47:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-17T18:47:41.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-17T18:47:41.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-17T18:47:41.327Z
20672026-07-17T18:47:41.327Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20682026-07-17T18:47:41.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-17T18:47:41.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-17T18:47:41.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-17T18:47:41.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-17T18:47:41.729Z
20732026-07-17T18:47:41.729Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20742026-07-17T18:47:42.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-17T18:47:42.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-17T18:47:42.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-17T18:47:42.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20782026-07-17T18:47:42.128Z
20792026-07-17T18:47:42.128Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20802026-07-17T18:47:42.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-17T18:47:42.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-17T18:47:42.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-17T18:47:42.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-17T18:47:42.530Z
20852026-07-17T18:47:42.530Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20862026-07-17T18:47:42.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-17T18:47:42.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-17T18:47:42.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-17T18:47:42.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20902026-07-17T18:47:42.928Z
20912026-07-17T18:47:42.928Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20922026-07-17T18:47:43.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-17T18:47:43.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-17T18:47:43.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-17T18:47:43.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20962026-07-17T18:47:43.323Z
20972026-07-17T18:47:43.323Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20982026-07-17T18:47:43.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-17T18:47:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-17T18:47:43.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-17T18:47:43.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
21022026-07-17T18:47:43.722Z
21032026-07-17T18:47:43.722Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21042026-07-17T18:47:44.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-17T18:47:44.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-17T18:47:44.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-17T18:47:44.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-17T18:47:44.286Z
21092026-07-17T18:47:44.287Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21102026-07-17T18:47:44.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-17T18:47:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-17T18:47:44.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-17T18:47:44.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-17T18:47:44.851Z
21152026-07-17T18:47:44.852Zinfo: running `cargo check --bins` on nexus-config (51/301)
21162026-07-17T18:47:45.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-17T18:47:45.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-17T18:47:45.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-17T18:47:45.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21202026-07-17T18:47:45.416Z
21212026-07-17T18:47:45.416Zinfo: running `cargo check --bins` on nexus-types (52/301)
21222026-07-17T18:47:45.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-17T18:47:45.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-17T18:47:45.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-17T18:47:45.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21262026-07-17T18:47:45.986Z
21272026-07-17T18:47:45.986Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21282026-07-17T18:47:46.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-17T18:47:46.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-17T18:47:46.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-17T18:47:46.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21322026-07-17T18:47:46.530Z
21332026-07-17T18:47:46.530Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21342026-07-17T18:47:46.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-17T18:47:46.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-17T18:47:46.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-17T18:47:46.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-07-17T18:47:47.048Z
21392026-07-17T18:47:47.048Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21402026-07-17T18:47:47.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-17T18:47:47.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-17T18:47:47.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-17T18:47:47.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-17T18:47:47.584Z
21452026-07-17T18:47:47.584Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21462026-07-17T18:47:48.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-17T18:47:48.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-17T18:47:48.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-17T18:47:48.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-17T18:47:48.122Z
21512026-07-17T18:47:48.122Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21522026-07-17T18:47:48.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-17T18:47:48.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-17T18:47:48.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-17T18:47:48.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-17T18:47:48.662Z
21572026-07-17T18:47:48.662Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21582026-07-17T18:47:49.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-17T18:47:49.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-17T18:47:49.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-17T18:47:49.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21622026-07-17T18:47:49.204Z
21632026-07-17T18:47:49.204Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21642026-07-17T18:47:49.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-17T18:47:49.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-17T18:47:49.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-17T18:47:49.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-17T18:47:49.728Z
21692026-07-17T18:47:49.728Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21702026-07-17T18:47:50.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-17T18:47:50.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-17T18:47:50.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-17T18:47:50.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-17T18:47:50.254Z
21752026-07-17T18:47:50.254Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21762026-07-17T18:47:50.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-17T18:47:50.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-17T18:47:50.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-17T18:47:50.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-17T18:47:50.776Z
21812026-07-17T18:47:50.776Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21822026-07-17T18:47:51.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-17T18:47:51.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-17T18:47:51.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-17T18:47:51.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-07-17T18:47:51.296Z
21872026-07-17T18:47:51.296Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21882026-07-17T18:47:51.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-17T18:47:51.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-17T18:47:51.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-17T18:47:51.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21922026-07-17T18:47:51.834Z
21932026-07-17T18:47:51.834Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21942026-07-17T18:47:52.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-17T18:47:52.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-17T18:47:52.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-17T18:47:52.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21982026-07-17T18:47:52.369Z
21992026-07-17T18:47:52.369Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22002026-07-17T18:47:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-17T18:47:52.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-17T18:47:52.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-17T18:47:52.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-17T18:47:52.888Z
22052026-07-17T18:47:52.888Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22062026-07-17T18:47:53.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-17T18:47:53.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-17T18:47:53.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-17T18:47:53.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-17T18:47:53.414Z
22112026-07-17T18:47:53.414Zinfo: running `cargo check --bins` on ereport-types (67/301)
22122026-07-17T18:47:53.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-17T18:47:53.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-17T18:47:53.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-17T18:47:53.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-17T18:47:53.940Z
22172026-07-17T18:47:53.940Zinfo: running `cargo check --bins` on gateway-client (68/301)
22182026-07-17T18:47:54.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-17T18:47:54.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-17T18:47:54.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-17T18:47:54.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-17T18:47:54.473Z
22232026-07-17T18:47:54.474Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22242026-07-17T18:47:54.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-17T18:47:54.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-17T18:47:54.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-17T18:47:54.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-17T18:47:55.001Z
22292026-07-17T18:47:55.001Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22302026-07-17T18:47:55.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-17T18:47:55.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-17T18:47:55.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-17T18:47:55.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22342026-07-17T18:47:55.535Z
22352026-07-17T18:47:55.535Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22362026-07-17T18:47:55.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-17T18:47:55.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-17T18:47:55.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-17T18:47:55.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22402026-07-17T18:47:56.068Z
22412026-07-17T18:47:56.068Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22422026-07-17T18:47:56.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-17T18:47:56.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-17T18:47:56.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-17T18:47:56.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22462026-07-17T18:47:56.605Z
22472026-07-17T18:47:56.605Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22482026-07-17T18:47:57.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-17T18:47:57.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-17T18:47:57.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-17T18:47:57.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22522026-07-17T18:47:57.164Z
22532026-07-17T18:47:57.164Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22542026-07-17T18:47:57.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-17T18:47:57.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-17T18:47:57.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-17T18:47:57.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22582026-07-17T18:47:57.717Z
22592026-07-17T18:47:57.717Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22602026-07-17T18:47:58.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-17T18:47:58.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-17T18:47:58.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-07-17T18:47:58.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22642026-07-17T18:47:58.240Z
22652026-07-17T18:47:58.240Zinfo: running `cargo check --bins` on oxlog (76/301)
22662026-07-17T18:47:58.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-07-17T18:47:58.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-07-17T18:47:58.806Z Checking cfg-if v1.0.4
22692026-07-17T18:47:58.809Z Checking libc v0.2.185
22702026-07-17T18:47:58.809Z Checking serde_core v1.0.228
22712026-07-17T18:47:58.921Z Checking memchr v2.8.0
22722026-07-17T18:47:58.924Z Checking zeroize v1.8.2
22732026-07-17T18:47:58.935Z Checking log v0.4.29
22742026-07-17T18:47:58.939Z Checking smallvec v1.15.1
22752026-07-17T18:47:58.953Z Checking subtle v2.6.1
22762026-07-17T18:47:58.965Z Checking itoa v1.0.17
22772026-07-17T18:47:59.071Z Checking scopeguard v1.2.0
22782026-07-17T18:47:59.091Z Checking stable_deref_trait v1.2.1
22792026-07-17T18:47:59.102Z Checking typenum v1.20.1
22802026-07-17T18:47:59.113Z Checking zerofrom v0.1.6
22812026-07-17T18:47:59.125Z Checking pin-project-lite v0.2.17
22822026-07-17T18:47:59.160Z Checking portable-atomic v1.13.1
22832026-07-17T18:47:59.172Z Checking lock_api v0.4.14
22842026-07-17T18:47:59.213Z Checking futures-core v0.3.32
22852026-07-17T18:47:59.225Z Checking yoke v0.8.1
22862026-07-17T18:47:59.281Z Checking critical-section v1.2.0
22872026-07-17T18:47:59.299Z Checking errno v0.3.14
22882026-07-17T18:47:59.331Z Checking getrandom v0.2.17
22892026-07-17T18:47:59.370Z Checking parking_lot_core v0.9.12
22902026-07-17T18:47:59.383Z Checking mio v1.2.0
22912026-07-17T18:47:59.393Z Checking zerovec v0.11.5
22922026-07-17T18:47:59.411Z Checking signal-hook-registry v1.4.8
22932026-07-17T18:47:59.473Z Checking rand_core v0.6.4
22942026-07-17T18:47:59.554Z Checking parking_lot v0.12.5
22952026-07-17T18:47:59.567Z Checking once_cell v1.21.3
22962026-07-17T18:47:59.577Z Checking zerocopy v0.8.40
22972026-07-17T18:47:59.647Z Checking zmij v1.0.21
22982026-07-17T18:47:59.661Z Checking const-oid v0.9.6
22992026-07-17T18:47:59.729Z Checking rand_core v0.10.0
23002026-07-17T18:47:59.743Z Checking libm v0.2.16
23012026-07-17T18:47:59.827Z Checking tinystr v0.8.2
23022026-07-17T18:47:59.845Z Checking writeable v0.6.2
23032026-07-17T18:47:59.857Z Checking percent-encoding v2.3.2
23042026-07-17T18:47:59.867Z Checking getrandom v0.4.1
23052026-07-17T18:47:59.992Z Checking litemap v0.8.1
23062026-07-17T18:48:00.005Z Checking generic-array v0.14.7
23072026-07-17T18:48:00.005Z Checking potential_utf v0.1.4
23082026-07-17T18:48:00.028Z Checking zerotrie v0.2.3
23092026-07-17T18:48:00.141Z Checking socket2 v0.6.3
23102026-07-17T18:48:00.162Z Checking icu_locale_core v2.1.1
23112026-07-17T18:48:00.269Z Checking equivalent v1.0.2
23122026-07-17T18:48:00.349Z Checking icu_collections v2.1.1
23132026-07-17T18:48:00.362Z Checking futures-sink v0.3.32
23142026-07-17T18:48:00.390Z Checking icu_properties_data v2.1.2
23152026-07-17T18:48:00.406Z Checking serde v1.0.228
23162026-07-17T18:48:00.444Z Checking bitflags v2.11.0
23172026-07-17T18:48:00.453Z Checking serde_json v1.0.150
23182026-07-17T18:48:00.462Z Checking num-traits v0.2.19
23192026-07-17T18:48:00.514Z Checking futures-channel v0.3.32
23202026-07-17T18:48:00.638Z Checking icu_normalizer_data v2.1.1
23212026-07-17T18:48:00.651Z Checking futures-io v0.3.32
23222026-07-17T18:48:00.705Z Checking slab v0.4.12
23232026-07-17T18:48:00.717Z Checking futures-task v0.3.32
23242026-07-17T18:48:00.729Z Checking icu_provider v2.1.1
23252026-07-17T18:48:00.758Z Checking hashbrown v0.17.0
23262026-07-17T18:48:00.820Z Checking bytes v1.11.1
23272026-07-17T18:48:00.852Z Checking block-buffer v0.10.4
23282026-07-17T18:48:00.862Z Checking futures-util v0.3.32
23292026-07-17T18:48:00.962Z Checking icu_properties v2.1.2
23302026-07-17T18:48:00.989Z Checking icu_normalizer v2.1.1
23312026-07-17T18:48:01.034Z Checking crypto-common v0.1.7
23322026-07-17T18:48:01.155Z Checking utf8_iter v1.0.4
23332026-07-17T18:48:01.172Z Checking digest v0.10.7
23342026-07-17T18:48:01.231Z Checking indexmap v2.14.0
23352026-07-17T18:48:01.266Z Checking tokio v1.52.1
23362026-07-17T18:48:01.278Z Checking form_urlencoded v1.2.2
23372026-07-17T18:48:01.295Z Checking getrandom v0.3.4
23382026-07-17T18:48:01.366Z Checking byteorder v1.5.0
23392026-07-17T18:48:01.401Z Checking fnv v1.0.7
23402026-07-17T18:48:01.439Z Checking rand_core v0.9.5
23412026-07-17T18:48:01.493Z Checking http v1.4.2
23422026-07-17T18:48:01.563Z Checking uuid v1.23.4
23432026-07-17T18:48:01.613Z Checking base64ct v1.8.3
23442026-07-17T18:48:01.779Z Checking idna_adapter v1.2.1
23452026-07-17T18:48:01.791Z Checking base64 v0.22.1
23462026-07-17T18:48:01.850Z Checking regex-syntax v0.8.10
23472026-07-17T18:48:01.879Z Checking iana-time-zone v0.1.65
23482026-07-17T18:48:01.895Z Checking idna v1.1.0
23492026-07-17T18:48:01.985Z Checking chrono v0.4.45
23502026-07-17T18:48:02.026Z Checking pem-rfc7468 v0.7.0
23512026-07-17T18:48:02.055Z Checking rustix v1.1.3
23522026-07-17T18:48:02.140Z Checking url v2.5.8
23532026-07-17T18:48:02.185Z Checking tracing-core v0.1.36
23542026-07-17T18:48:02.369Z Checking ppv-lite86 v0.2.21
23552026-07-17T18:48:02.490Z Checking flagset v0.4.7
23562026-07-17T18:48:02.570Z Checking tracing v0.1.44
23572026-07-17T18:48:02.612Z Checking der v0.7.10
23582026-07-17T18:48:02.666Z Checking rand_chacha v0.9.0
23592026-07-17T18:48:02.772Z Checking http-body v1.0.1
23602026-07-17T18:48:02.786Z Checking rustls-pki-types v1.14.0
23612026-07-17T18:48:02.840Z Checking tinyvec_macros v0.1.1
23622026-07-17T18:48:02.864Z Checking openssl-probe v0.2.1
23632026-07-17T18:48:02.886Z Checking cmov v0.5.4
23642026-07-17T18:48:02.901Z Checking tinyvec v1.10.0
23652026-07-17T18:48:02.901Z Checking rand v0.9.2
23662026-07-17T18:48:02.967Z Checking aws-lc-sys v0.40.0
23672026-07-17T18:48:03.068Z Checking ctutils v0.4.2
23682026-07-17T18:48:03.082Z Checking atomic-waker v1.1.2
23692026-07-17T18:48:03.172Z Checking try-lock v0.2.5
23702026-07-17T18:48:03.184Z Checking untrusted v0.7.1
23712026-07-17T18:48:03.206Z Checking tower-layer v0.3.3
23722026-07-17T18:48:03.266Z Checking tower-service v0.3.3
23732026-07-17T18:48:03.278Z Checking dyn-clone v1.0.20
23742026-07-17T18:48:03.290Z Checking hybrid-array v0.4.13
23752026-07-17T18:48:03.347Z Checking spki v0.7.3
23762026-07-17T18:48:03.356Z Checking want v0.3.1
23772026-07-17T18:48:03.370Z Checking ipnet v2.11.0
23782026-07-17T18:48:03.383Z Checking semver v1.0.28
23792026-07-17T18:48:03.386Z Checking httparse v1.10.1
23802026-07-17T18:48:03.455Z Checking aws-lc-rs v1.16.3
23812026-07-17T18:48:03.470Z Checking aho-corasick v1.1.4
23822026-07-17T18:48:03.503Z Checking foreign-types-shared v0.1.1
23832026-07-17T18:48:03.584Z Checking untrusted v0.9.0
23842026-07-17T18:48:03.597Z Checking utf8parse v0.2.2
23852026-07-17T18:48:03.609Z Checking httpdate v1.0.3
23862026-07-17T18:48:03.621Z Checking cpufeatures v0.2.17
23872026-07-17T18:48:03.686Z Checking plain v0.2.3
23882026-07-17T18:48:03.698Z Checking fastrand v2.3.0
23892026-07-17T18:48:03.712Z Checking schemars v0.8.22
23902026-07-17T18:48:03.750Z Checking foreign-types v0.3.2
23912026-07-17T18:48:03.789Z Checking pkcs8 v0.10.2
23922026-07-17T18:48:03.815Z Checking unicode-normalization v0.1.25
23932026-07-17T18:48:03.876Z Checking tempfile v3.25.0
23942026-07-17T18:48:03.942Z Checking openssl-sys v0.9.115
23952026-07-17T18:48:04.046Z Checking spin v0.9.8
23962026-07-17T18:48:04.071Z Checking unicode-ident v1.0.24
23972026-07-17T18:48:04.135Z Checking regex-automata v0.4.14
23982026-07-17T18:48:04.181Z Checking ucd-trie v0.1.7
23992026-07-17T18:48:04.216Z Checking anstyle v1.0.14
24002026-07-17T18:48:04.230Z Checking proc-macro2 v1.0.106
24012026-07-17T18:48:04.283Z Checking rustls-webpki v0.103.13
24022026-07-17T18:48:04.313Z Checking pest v2.8.6
24032026-07-17T18:48:04.325Z Checking openssl v0.10.79
24042026-07-17T18:48:04.359Z Checking sha2 v0.10.9
24052026-07-17T18:48:04.396Z Checking hmac v0.12.1
24062026-07-17T18:48:04.531Z Checking thiserror v2.0.18
24072026-07-17T18:48:04.546Z Checking tokio-util v0.7.18
24082026-07-17T18:48:04.551Z Checking sync_wrapper v1.0.2
24092026-07-17T18:48:04.630Z Checking wait-timeout v0.2.1
24102026-07-17T18:48:04.644Z Checking anstyle-query v1.1.5
24112026-07-17T18:48:04.657Z Checking bit-vec v0.8.0
24122026-07-17T18:48:04.700Z Checking rustls v0.23.41
24132026-07-17T18:48:04.731Z Checking is_terminal_polyfill v1.70.2
24142026-07-17T18:48:04.750Z Checking pretty-hex v0.4.1
24152026-07-17T18:48:04.816Z Checking siphasher v1.0.2
24162026-07-17T18:48:04.847Z Checking simd-adler32 v0.3.8
24172026-07-17T18:48:04.862Z Checking quick-error v1.2.3
24182026-07-17T18:48:04.963Z Checking powerfmt v0.2.0
24192026-07-17T18:48:04.975Z Checking colorchoice v1.0.4
24202026-07-17T18:48:05.013Z Checking rusty-fork v0.3.1
24212026-07-17T18:48:05.071Z Checking bit-set v0.8.0
24222026-07-17T18:48:05.110Z Checking deranged v0.5.8
24232026-07-17T18:48:05.158Z Checking h2 v0.4.15
24242026-07-17T18:48:05.182Z Checking tower v0.5.3
24252026-07-17T18:48:05.216Z Checking quote v1.0.45
24262026-07-17T18:48:05.380Z Compiling newtype-uuid v1.3.2
24272026-07-17T18:48:05.395Z Checking http-body-util v0.1.3
24282026-07-17T18:48:05.561Z Checking crossbeam-utils v0.8.21
24292026-07-17T18:48:05.574Z Checking rand_xorshift v0.4.0
24302026-07-17T18:48:05.612Z Checking crc32fast v1.5.0
24312026-07-17T18:48:05.694Z Checking scroll v0.13.0
24322026-07-17T18:48:05.760Z Checking num-conv v0.2.0
24332026-07-17T18:48:05.880Z Checking unicode-bidi v0.3.18
24342026-07-17T18:48:05.920Z Checking adler2 v2.0.1
24352026-07-17T18:48:05.933Z Checking unicode-properties v0.1.4
24362026-07-17T18:48:05.983Z Checking allocator-api2 v0.2.21
24372026-07-17T18:48:06.027Z Checking time-core v0.1.8
24382026-07-17T18:48:06.064Z Checking num_threads v0.1.7
24392026-07-17T18:48:06.119Z Checking iri-string v0.7.10
24402026-07-17T18:48:06.151Z Checking ryu v1.0.23
24412026-07-17T18:48:06.167Z Checking unarray v0.1.4
24422026-07-17T18:48:06.180Z Checking stringprep v0.1.5
24432026-07-17T18:48:06.270Z Checking proptest v1.10.0
24442026-07-17T18:48:06.282Z Checking time v0.3.47
24452026-07-17T18:48:06.294Z Checking serde_urlencoded v0.7.1
24462026-07-17T18:48:06.332Z Checking miniz_oxide v0.8.9
24472026-07-17T18:48:06.375Z Checking native-tls v0.2.18
24482026-07-17T18:48:06.496Z Checking bstr v1.12.1
24492026-07-17T18:48:06.553Z Checking tokio-native-tls v0.3.1
24502026-07-17T18:48:06.690Z Checking goblin v0.10.5
24512026-07-17T18:48:06.711Z Checking crossbeam-epoch v0.9.18
24522026-07-17T18:48:06.891Z Compiling daft v0.1.7
24532026-07-17T18:48:06.933Z Checking syn v2.0.117
24542026-07-17T18:48:07.001Z Checking ipnetwork v0.21.1
24552026-07-17T18:48:07.151Z Checking tower-http v0.6.8
24562026-07-17T18:48:07.174Z Checking block-buffer v0.12.1
24572026-07-17T18:48:07.221Z Checking crypto-common v0.2.2
24582026-07-17T18:48:07.337Z Checking block-padding v0.4.2
24592026-07-17T18:48:07.400Z Checking anstyle-parse v1.0.0
24602026-07-17T18:48:07.432Z Checking rustls-native-certs v0.8.3
24612026-07-17T18:48:07.469Z Checking rand_chacha v0.3.1
24622026-07-17T18:48:07.551Z Checking thiserror v1.0.69
24632026-07-17T18:48:07.564Z Checking scroll v0.12.0
24642026-07-17T18:48:07.647Z Checking hash32 v0.2.1
24652026-07-17T18:48:07.678Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-07-17T18:48:07.784Z Checking signature v2.2.0
24672026-07-17T18:48:07.796Z Checking md-5 v0.10.6
24682026-07-17T18:48:07.807Z Checking num-integer v0.1.46
24692026-07-17T18:48:07.818Z Checking toml_datetime v0.6.11
24702026-07-17T18:48:07.913Z Checking serde_spanned v0.6.9
24712026-07-17T18:48:07.927Z Checking hex v0.4.3
24722026-07-17T18:48:07.992Z Checking hyper v1.10.1
24732026-07-17T18:48:07.995Z Checking encoding_rs v0.8.35
24742026-07-17T18:48:08.022Z Checking zlib-rs v0.6.2
24752026-07-17T18:48:08.035Z Checking psl-types v2.0.11
24762026-07-17T18:48:08.073Z Checking mime v0.3.17
24772026-07-17T18:48:08.147Z Checking fallible-iterator v0.2.0
24782026-07-17T18:48:08.160Z Checking publicsuffix v2.3.0
24792026-07-17T18:48:08.313Z Checking num-iter v0.1.45
24802026-07-17T18:48:08.395Z Checking heapless v0.7.17
24812026-07-17T18:48:08.414Z Checking postgres-protocol v0.6.10
24822026-07-17T18:48:08.426Z Checking zstd-safe v7.2.4
24832026-07-17T18:48:08.587Z Checking goblin v0.8.2
24842026-07-17T18:48:08.724Z Checking rand v0.8.6
24852026-07-17T18:48:08.804Z Checking anstream v1.0.0
24862026-07-17T18:48:08.905Z Checking flate2 v1.1.9
24872026-07-17T18:48:08.917Z Checking hyper-util v0.1.20
24882026-07-17T18:48:08.930Z Checking inout v0.2.2
24892026-07-17T18:48:09.000Z Checking dof v0.4.0
24902026-07-17T18:48:09.012Z Checking cookie v0.18.1
24912026-07-17T18:48:09.071Z Checking oxnet v0.1.6
24922026-07-17T18:48:09.196Z Compiling iddqd v0.4.2
24932026-07-17T18:48:09.238Z Checking tokio-rustls v0.26.4
24942026-07-17T18:48:09.252Z Checking dtrace-parser v0.3.0
24952026-07-17T18:48:09.265Z Checking phf_shared v0.13.1
24962026-07-17T18:48:09.326Z Checking lazy_static v1.5.0
24972026-07-17T18:48:09.416Z Checking anstyle-parse v0.2.7
24982026-07-17T18:48:09.454Z Checking zerocopy v0.7.35
24992026-07-17T18:48:09.466Z Checking pin-project v1.1.11
25002026-07-17T18:48:09.483Z Checking bzip2-sys v0.1.13+1.0.8
25012026-07-17T18:48:09.557Z Checking signal-hook v0.3.18
25022026-07-17T18:48:09.569Z Checking terminal_size v0.4.3
25032026-07-17T18:48:09.573Z Checking futures-executor v0.3.32
25042026-07-17T18:48:09.625Z Checking ff v0.13.1
25052026-07-17T18:48:09.688Z Checking thread-id v5.1.0
25062026-07-17T18:48:09.713Z Checking managed v0.8.0
25072026-07-17T18:48:09.744Z Checking libbz2-rs-sys v0.2.2
25082026-07-17T18:48:09.756Z Checking bitflags v1.3.2
25092026-07-17T18:48:09.767Z Checking same-file v1.0.6
25102026-07-17T18:48:09.824Z Checking either v1.15.0
25112026-07-17T18:48:09.879Z Checking bumpalo v3.20.2
25122026-07-17T18:48:09.899Z Compiling rayon-core v1.13.0
25132026-07-17T18:48:09.934Z Checking base16ct v0.2.0
25142026-07-17T18:48:10.008Z Checking winnow v0.5.40
25152026-07-17T18:48:10.058Z Checking foldhash v0.1.5
25162026-07-17T18:48:10.075Z Checking strsim v0.11.1
25172026-07-17T18:48:10.092Z Checking foldhash v0.2.0
25182026-07-17T18:48:10.136Z Checking clap_lex v1.0.0
25192026-07-17T18:48:10.184Z Checking hyper-tls v0.6.0
25202026-07-17T18:48:10.197Z Checking hashbrown v0.15.5
25212026-07-17T18:48:10.236Z Checking hyper-rustls v0.27.7
25222026-07-17T18:48:10.248Z Checking hashbrown v0.16.1
25232026-07-17T18:48:10.287Z Checking clap_builder v4.6.0
25242026-07-17T18:48:10.358Z Checking reqwest v0.12.28
25252026-07-17T18:48:10.442Z Checking bzip2 v0.6.1
25262026-07-17T18:48:10.459Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-07-17T18:48:10.484Z Checking dof v0.3.0
25282026-07-17T18:48:10.632Z Checking zopfli v0.8.3
25292026-07-17T18:48:10.656Z Checking sec1 v0.7.3
25302026-07-17T18:48:10.678Z Checking smoltcp v0.9.1
25312026-07-17T18:48:10.769Z Checking walkdir v2.5.0
25322026-07-17T18:48:10.786Z Checking usdt-impl v0.6.0
25332026-07-17T18:48:10.863Z Checking group v0.13.0
25342026-07-17T18:48:10.929Z Checking signal-hook-mio v0.2.5
25352026-07-17T18:48:10.971Z Checking futures v0.3.32
25362026-07-17T18:48:11.014Z Checking anstream v0.6.21
25372026-07-17T18:48:11.034Z Checking bzip2 v0.4.4
25382026-07-17T18:48:11.048Z Checking snafu v0.8.9
25392026-07-17T18:48:11.067Z Checking phf v0.13.1
25402026-07-17T18:48:11.138Z Checking num-bigint-dig v0.8.6
25412026-07-17T18:48:11.187Z Checking toml_edit v0.19.15
25422026-07-17T18:48:11.215Z Checking cookie_store v0.22.1
25432026-07-17T18:48:11.227Z Checking cipher v0.5.2
25442026-07-17T18:48:11.286Z Checking postgres-types v0.2.12
25452026-07-17T18:48:11.289Z Checking zstd v0.13.3
25462026-07-17T18:48:11.434Z Checking ed25519 v2.2.3
25472026-07-17T18:48:11.466Z Checking dtrace-parser v0.2.0
25482026-07-17T18:48:11.480Z Checking rustls-platform-verifier v0.6.2
25492026-07-17T18:48:11.542Z Checking crossbeam-deque v0.8.6
25502026-07-17T18:48:11.583Z Checking globset v0.4.18
25512026-07-17T18:48:11.610Z Checking regex v1.12.3
25522026-07-17T18:48:11.613Z Checking phf_shared v0.11.3
25532026-07-17T18:48:11.635Z Checking hkdf v0.12.4
25542026-07-17T18:48:11.699Z Checking olpc-cjson v0.1.4
25552026-07-17T18:48:11.717Z Checking ref-cast v1.0.25
25562026-07-17T18:48:11.752Z Checking curve25519-dalek v4.1.3
25572026-07-17T18:48:11.764Z Checking strum v0.27.2
25582026-07-17T18:48:11.811Z Checking pkcs1 v0.7.5
25592026-07-17T18:48:11.830Z Checking hubpack v0.1.2
25602026-07-17T18:48:11.842Z Checking memoffset v0.9.1
25612026-07-17T18:48:11.869Z Checking rustix v0.38.44
25622026-07-17T18:48:11.904Z Checking pem v3.0.6
25632026-07-17T18:48:11.917Z Checking float-cmp v0.10.0
25642026-07-17T18:48:11.960Z Checking serde-big-array v0.5.1
25652026-07-17T18:48:11.990Z Checking erased-serde v0.3.31
25662026-07-17T18:48:12.013Z Checking serde_plain v1.0.2
25672026-07-17T18:48:12.038Z Checking crypto-bigint v0.5.5
25682026-07-17T18:48:12.060Z Checking thread-id v4.2.2
25692026-07-17T18:48:12.090Z Checking memmap2 v0.9.10
25702026-07-17T18:48:12.137Z Checking env_filter v1.0.0
25712026-07-17T18:48:12.156Z Checking toml_write v0.1.2
25722026-07-17T18:48:12.235Z Checking static_assertions v1.1.0
25732026-07-17T18:48:12.249Z Checking jiff v0.2.21
25742026-07-17T18:48:12.279Z Checking keccak v0.1.6
25752026-07-17T18:48:12.304Z Checking predicates-core v1.0.10
25762026-07-17T18:48:12.321Z Checking new_debug_unreachable v1.0.6
25772026-07-17T18:48:12.375Z Checking const-oid v0.10.2
25782026-07-17T18:48:12.388Z Checking fixedbitset v0.5.7
25792026-07-17T18:48:12.424Z Checking data-encoding v2.10.0
25802026-07-17T18:48:12.443Z Checking whoami v2.1.0
25812026-07-17T18:48:12.532Z Checking fixedbitset v0.4.2
25822026-07-17T18:48:12.544Z Checking typed-path v0.9.3
25832026-07-17T18:48:12.586Z Checking difflib v0.4.0
25842026-07-17T18:48:12.639Z Checking unicode-segmentation v1.12.0
25852026-07-17T18:48:12.681Z Checking normalize-line-endings v0.3.0
25862026-07-17T18:48:12.685Z Checking cpufeatures v0.3.0
25872026-07-17T18:48:12.706Z Checking winnow v0.7.14
25882026-07-17T18:48:12.754Z Checking precomputed-hash v0.1.1
25892026-07-17T18:48:12.766Z Checking winnow v1.0.3
25902026-07-17T18:48:12.779Z Checking predicates v3.1.4
25912026-07-17T18:48:12.836Z Checking string_cache v0.8.9
25922026-07-17T18:48:12.944Z Checking elliptic-curve v0.13.8
25932026-07-17T18:48:12.956Z Checking similar v2.7.0
25942026-07-17T18:48:13.003Z Checking chacha20 v0.10.0
25952026-07-17T18:48:13.058Z Checking toml_parser v1.1.2+spec-1.1.0
25962026-07-17T18:48:13.084Z Checking hickory-proto v0.25.2
25972026-07-17T18:48:13.253Z Checking crossterm v0.28.1
25982026-07-17T18:48:13.266Z Checking petgraph v0.6.5
25992026-07-17T18:48:13.330Z Checking tough v0.22.0
26002026-07-17T18:48:13.342Z Checking tokio-postgres v0.7.16
26012026-07-17T18:48:13.387Z Checking petgraph v0.8.3
26022026-07-17T18:48:13.899Z Checking toml_edit v0.22.27
26032026-07-17T18:48:13.960Z Checking ed25519-dalek v2.2.0
26042026-07-17T18:48:14.193Z Checking digest v0.11.3
26052026-07-17T18:48:14.374Z Checking sha3 v0.10.8
26062026-07-17T18:48:14.493Z Checking zip v4.6.1
26072026-07-17T18:48:14.524Z Checking slog v2.8.2
26082026-07-17T18:48:14.580Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-07-17T18:48:14.615Z Checking env_logger v0.11.9
26102026-07-17T18:48:14.785Z Checking usdt v0.6.0
26112026-07-17T18:48:14.806Z Checking toml v0.7.8
26122026-07-17T18:48:14.953Z Checking usdt-impl v0.5.0
26132026-07-17T18:48:14.975Z Checking rsa v0.9.10
26142026-07-17T18:48:14.989Z Checking nix v0.31.2
26152026-07-17T18:48:15.231Z Checking reqwest v0.13.2
26162026-07-17T18:48:15.341Z Checking clap v4.6.1
26172026-07-17T18:48:15.419Z Checking zip v0.6.6
26182026-07-17T18:48:15.458Z Checking itertools v0.13.0
26192026-07-17T18:48:15.473Z Checking byte-wrapper v0.1.0
26202026-07-17T18:48:15.679Z Checking serde_with v3.21.0
26212026-07-17T18:48:15.754Z Checking strum v0.26.3
26222026-07-17T18:48:15.867Z Checking fs-err v3.3.0
26232026-07-17T18:48:15.880Z Checking ahash v0.8.12
26242026-07-17T18:48:15.995Z Checking tokio-stream v0.1.18
26252026-07-17T18:48:16.077Z Checking object v0.37.3
26262026-07-17T18:48:16.112Z Checking buf-list v1.1.2
26272026-07-17T18:48:16.175Z Checking anyhow v1.0.102
26282026-07-17T18:48:16.208Z Checking camino v1.2.2
26292026-07-17T18:48:16.296Z Checking x509-cert v0.2.5
26302026-07-17T18:48:16.370Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26312026-07-17T18:48:16.370Z Checking openapiv3 v2.2.0
26322026-07-17T18:48:16.456Z Checking peg-runtime v0.8.5
26332026-07-17T18:48:16.511Z Checking lalrpop-util v0.19.12
26342026-07-17T18:48:16.600Z Checking rayon v1.11.0
26352026-07-17T18:48:16.642Z Checking sigpipe v0.1.3
26362026-07-17T18:48:16.674Z Checking glob v0.3.3
26372026-07-17T18:48:18.260Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-07-17T18:48:18.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.29s
26392026-07-17T18:48:18.692Z
26402026-07-17T18:48:18.692Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26412026-07-17T18:48:19.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-17T18:48:19.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-17T18:48:19.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-17T18:48:19.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26452026-07-17T18:48:19.229Z
26462026-07-17T18:48:19.229Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26472026-07-17T18:48:19.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-17T18:48:19.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-17T18:48:19.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-17T18:48:19.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26512026-07-17T18:48:19.765Z
26522026-07-17T18:48:19.765Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26532026-07-17T18:48:20.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-17T18:48:20.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-17T18:48:20.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-17T18:48:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26572026-07-17T18:48:20.320Z
26582026-07-17T18:48:20.320Zinfo: running `cargo check --bins` on oxql-types (80/301)
26592026-07-17T18:48:20.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-17T18:48:20.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-17T18:48:20.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-17T18:48:20.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26632026-07-17T18:48:20.862Z
26642026-07-17T18:48:20.862Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26652026-07-17T18:48:21.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-17T18:48:21.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-17T18:48:21.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-17T18:48:21.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26692026-07-17T18:48:21.398Z
26702026-07-17T18:48:21.398Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26712026-07-17T18:48:21.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-17T18:48:21.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-17T18:48:21.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-17T18:48:21.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26752026-07-17T18:48:21.933Z
26762026-07-17T18:48:21.933Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26772026-07-17T18:48:22.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-17T18:48:22.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-17T18:48:22.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-07-17T18:48:22.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26812026-07-17T18:48:22.459Z
26822026-07-17T18:48:22.459Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26832026-07-17T18:48:22.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-07-17T18:48:22.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-07-17T18:48:23.095Z Compiling structmeta-derive v0.3.0
26862026-07-17T18:48:23.209Z Compiling multer v3.1.0
26872026-07-17T18:48:23.220Z Compiling async-stream-impl v0.3.6
26882026-07-17T18:48:23.223Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-07-17T18:48:23.236Z Compiling dropshot v0.17.1
26902026-07-17T18:48:23.251Z Compiling dropshot_endpoint v0.17.1
26912026-07-17T18:48:23.255Z Compiling newtype-uuid-macros v0.1.0
26922026-07-17T18:48:23.276Z Checking newtype-uuid v1.3.2
26932026-07-17T18:48:23.448Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-07-17T18:48:23.473Z Checking daft v0.1.7
26952026-07-17T18:48:23.520Z Checking thread_local v1.1.9
26962026-07-17T18:48:23.620Z Checking match_cfg v0.1.0
26972026-07-17T18:48:23.688Z Checking compression-core v0.4.31
26982026-07-17T18:48:23.701Z Checking hostname v0.3.1
26992026-07-17T18:48:23.714Z Checking iddqd v0.4.2
27002026-07-17T18:48:23.796Z Checking crossbeam-channel v0.5.15
27012026-07-17T18:48:23.811Z Checking atomicwrites v0.4.4
27022026-07-17T18:48:23.814Z Checking compression-codecs v0.4.37
27032026-07-17T18:48:23.869Z Checking slog-json v2.6.1
27042026-07-17T18:48:23.935Z Checking is-terminal v0.4.17
27052026-07-17T18:48:23.985Z Checking toml_datetime v1.1.1+spec-1.1.0
27062026-07-17T18:48:24.018Z Checking serde_spanned v1.1.1
27072026-07-17T18:48:24.030Z Checking term v1.2.1
27082026-07-17T18:48:24.033Z Checking toml_writer v1.1.1+spec-1.1.0
27092026-07-17T18:48:24.132Z Checking debug-ignore v1.0.5
27102026-07-17T18:48:24.147Z Checking take_mut v0.2.2
27112026-07-17T18:48:24.182Z Checking slog-bunyan v2.5.0
27122026-07-17T18:48:24.218Z Checking toml v1.1.2+spec-1.1.0
27132026-07-17T18:48:24.230Z Checking async-compression v0.4.41
27142026-07-17T18:48:24.244Z Checking slog-async v2.8.0
27152026-07-17T18:48:24.248Z Checking slog-term v2.9.2
27162026-07-17T18:48:24.268Z Compiling structmeta v0.3.0
27172026-07-17T18:48:24.291Z Checking async-stream v0.3.6
27182026-07-17T18:48:24.415Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-07-17T18:48:24.426Z Checking progenitor-client v0.14.0
27202026-07-17T18:48:24.465Z Checking sha1 v0.11.0
27212026-07-17T18:48:24.478Z Compiling derive-ex v0.1.8
27222026-07-17T18:48:24.513Z Compiling parse-display-derive v0.10.0
27232026-07-17T18:48:24.633Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27242026-07-17T18:48:24.650Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-07-17T18:48:24.732Z Checking waitgroup v0.1.2
27262026-07-17T18:48:24.732Z Checking rustls-pemfile v2.2.0
27272026-07-17T18:48:24.742Z Checking backon v1.6.0
27282026-07-17T18:48:24.759Z Checking serde_path_to_error v0.1.20
27292026-07-17T18:48:24.788Z Checking hostname v0.4.2
27302026-07-17T18:48:24.791Z Checking instant v0.1.13
27312026-07-17T18:48:24.882Z Checking backoff v0.4.0
27322026-07-17T18:48:24.907Z Checking progenitor-extras v0.2.0
27332026-07-17T18:48:25.009Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-07-17T18:48:25.067Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-07-17T18:48:25.120Z Checking itertools v0.14.0
27362026-07-17T18:48:25.133Z Checking regress v0.10.5
27372026-07-17T18:48:25.214Z Checking macaddr v1.0.1
27382026-07-17T18:48:25.554Z Checking humantime v2.3.0
27392026-07-17T18:48:26.189Z Compiling test-strategy v0.4.5
27402026-07-17T18:48:26.220Z Checking parse-display v0.10.0
27412026-07-17T18:48:26.739Z Compiling prettyplease v0.2.37
27422026-07-17T18:48:27.004Z Checking num-rational v0.4.2
27432026-07-17T18:48:27.229Z Checking num-complex v0.4.6
27442026-07-17T18:48:27.668Z Compiling num v0.4.3
27452026-07-17T18:48:27.702Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-17T18:48:27.759Z Compiling usdt-macro v0.5.0
27472026-07-17T18:48:27.781Z Compiling usdt-attr-macro v0.5.0
27482026-07-17T18:48:27.892Z Checking memmap v0.7.0
27492026-07-17T18:48:28.030Z Compiling float-ord v0.3.2
27502026-07-17T18:48:28.075Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27512026-07-17T18:48:28.251Z Checking unicode-width v0.2.0
27522026-07-17T18:48:28.265Z Compiling convert_case v0.4.0
27532026-07-17T18:48:28.490Z Checking newline-converter v0.3.0
27542026-07-17T18:48:28.504Z Checking console v0.15.11
27552026-07-17T18:48:28.568Z Checking usdt v0.5.0
27562026-07-17T18:48:28.602Z Compiling toml v0.8.23
27572026-07-17T18:48:28.643Z Compiling derive_more v0.99.20
27582026-07-17T18:48:28.736Z Compiling minimal-lexical v0.2.1
27592026-07-17T18:48:28.783Z Checking linked-hash-map v0.5.6
27602026-07-17T18:48:28.958Z Checking lru-cache v0.1.2
27612026-07-17T18:48:28.994Z Compiling nom v7.1.3
27622026-07-17T18:48:29.077Z Checking expectorate v1.2.0
27632026-07-17T18:48:29.423Z Checking camino-tempfile v1.4.1
27642026-07-17T18:48:29.547Z Checking hickory-proto v0.24.4
27652026-07-17T18:48:29.587Z Checking phf_shared v0.12.1
27662026-07-17T18:48:29.717Z Compiling slog-dtrace v0.3.0
27672026-07-17T18:48:29.731Z Compiling unicode-xid v0.2.6
27682026-07-17T18:48:29.928Z Checking heck v0.5.0
27692026-07-17T18:48:30.060Z Checking resolv-conf v0.7.6
27702026-07-17T18:48:30.180Z Compiling chrono-tz v0.10.4
27712026-07-17T18:48:30.299Z Compiling const_format_proc_macros v0.2.34
27722026-07-17T18:48:30.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-07-17T18:48:30.394Z Checking phf v0.12.1
27742026-07-17T18:48:30.537Z Checking tokio-dtrace v0.1.1
27752026-07-17T18:48:30.773Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-07-17T18:48:30.875Z Compiling derive-where v1.6.0
27772026-07-17T18:48:31.234Z Checking highway v1.3.0
27782026-07-17T18:48:31.249Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-17T18:48:31.317Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-17T18:48:31.407Z Checking hickory-resolver v0.24.4
27812026-07-17T18:48:31.468Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-07-17T18:48:31.975Z Checking const_format v0.2.35
27832026-07-17T18:48:32.187Z Checking oxide-tokio-rt v0.1.4
27842026-07-17T18:48:32.252Z Checking qorb v0.4.1
27852026-07-17T18:48:32.461Z Checking gethostname v0.5.0
27862026-07-17T18:48:32.491Z Checking bcs v0.1.6
27872026-07-17T18:48:32.553Z Checking termtree v0.5.1
27882026-07-17T18:48:32.771Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-17T18:48:32.800Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-07-17T18:48:33.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-07-17T18:48:33.005Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-07-17T18:48:35.950Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-07-17T18:48:38.365Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-07-17T18:48:40.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s
27952026-07-17T18:48:40.643Z
27962026-07-17T18:48:40.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27972026-07-17T18:48:41.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-07-17T18:48:41.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-07-17T18:48:41.286Z Compiling ar_archive_writer v0.5.1
28002026-07-17T18:48:41.397Z Compiling stacker v0.1.23
28012026-07-17T18:48:41.405Z Compiling cfg_aliases v0.1.1
28022026-07-17T18:48:41.413Z Compiling convert_case v0.10.0
28032026-07-17T18:48:41.418Z Checking unicode-width v0.1.14
28042026-07-17T18:48:41.429Z Compiling proc-macro-error v1.0.4
28052026-07-17T18:48:41.439Z Checking fd-lock v4.0.4
28062026-07-17T18:48:41.442Z Checking nibble_vec v0.1.0
28072026-07-17T18:48:41.466Z Compiling nix v0.28.0
28082026-07-17T18:48:41.551Z Checking vte v0.14.1
28092026-07-17T18:48:41.565Z Compiling recursive-proc-macro-impl v0.1.1
28102026-07-17T18:48:41.669Z Checking endian-type v0.1.2
28112026-07-17T18:48:41.684Z Checking bytecount v0.6.9
28122026-07-17T18:48:41.698Z Checking strip-ansi-escapes v0.2.1
28132026-07-17T18:48:41.709Z Compiling derive_more-impl v2.1.1
28142026-07-17T18:48:41.726Z Compiling tabled_derive v0.7.0
28152026-07-17T18:48:41.781Z Checking papergrid v0.11.0
28162026-07-17T18:48:41.792Z Checking radix_trie v0.2.1
28172026-07-17T18:48:41.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-07-17T18:48:41.988Z Compiling peg-macros v0.8.5
28192026-07-17T18:48:41.992Z Checking winnow v0.6.26
28202026-07-17T18:48:42.239Z Compiling psm v0.1.30
28212026-07-17T18:48:42.284Z Compiling sqlparser_derive v0.5.0
28222026-07-17T18:48:42.385Z Checking nu-ansi-term v0.50.3
28232026-07-17T18:48:42.526Z Checking derive_more v2.1.1
28242026-07-17T18:48:42.597Z Checking home v0.5.12
28252026-07-17T18:48:42.609Z Checking unicode_categories v0.1.1
28262026-07-17T18:48:42.687Z Checking tabled v0.15.0
28272026-07-17T18:48:42.703Z Checking crossterm v0.29.0
28282026-07-17T18:48:42.763Z Checking reedline v0.40.0
28292026-07-17T18:48:42.779Z Checking rustyline v14.0.0
28302026-07-17T18:48:43.023Z Checking recursive v0.1.1
28312026-07-17T18:48:43.076Z Checking display-error-chain v0.2.2
28322026-07-17T18:48:43.115Z Checking sqlparser v0.61.0
28332026-07-17T18:48:43.177Z Checking sqlformat v0.3.5
28342026-07-17T18:48:43.399Z Checking peg v0.8.5
28352026-07-17T18:48:54.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
28362026-07-17T18:48:54.584Z
28372026-07-17T18:48:54.584Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28382026-07-17T18:48:55.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-17T18:48:55.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-17T18:48:55.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-17T18:48:58.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28422026-07-17T18:48:58.832Z
28432026-07-17T18:48:58.833Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28442026-07-17T18:48:59.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-17T18:48:59.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-17T18:48:59.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-17T18:49:01.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28482026-07-17T18:49:02.108Z
28492026-07-17T18:49:02.108Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28502026-07-17T18:49:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-17T18:49:02.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-17T18:49:02.728Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-17T18:49:05.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28542026-07-17T18:49:06.149Z
28552026-07-17T18:49:06.149Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28562026-07-17T18:49:06.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-17T18:49:06.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-17T18:49:06.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-17T18:49:10.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28602026-07-17T18:49:10.287Z
28612026-07-17T18:49:10.287Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28622026-07-17T18:49:10.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-17T18:49:10.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-17T18:49:10.912Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-17T18:49:13.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28662026-07-17T18:49:13.677Z
28672026-07-17T18:49:13.678Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28682026-07-17T18:49:14.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-17T18:49:14.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-17T18:49:14.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-17T18:49:16.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28722026-07-17T18:49:17.119Z
28732026-07-17T18:49:17.119Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28742026-07-17T18:49:17.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-17T18:49:17.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-17T18:49:17.749Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-07-17T18:49:21.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28782026-07-17T18:49:21.356Z
28792026-07-17T18:49:21.356Zinfo: running `cargo check --bins` on oximeter (93/301)
28802026-07-17T18:49:21.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-17T18:49:21.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-17T18:49:21.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-07-17T18:49:21.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28842026-07-17T18:49:21.893Z
28852026-07-17T18:49:21.893Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28862026-07-17T18:49:22.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-17T18:49:22.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-17T18:49:22.485Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-07-17T18:49:22.647Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-07-17T18:49:22.650Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-07-17T18:49:23.004Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-07-17T18:49:25.504Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-07-17T18:49:26.732Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-07-17T18:49:26.936Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-07-17T18:49:27.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
28962026-07-17T18:49:27.763Z
28972026-07-17T18:49:27.763Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28982026-07-17T18:49:28.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-17T18:49:28.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-17T18:49:28.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-17T18:49:28.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-07-17T18:49:28.311Z
29032026-07-17T18:49:28.311Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29042026-07-17T18:49:28.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-17T18:49:28.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-17T18:49:28.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-17T18:49:28.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29082026-07-17T18:49:28.873Z
29092026-07-17T18:49:28.873Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29102026-07-17T18:49:29.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-17T18:49:29.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-17T18:49:29.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-17T18:49:29.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29142026-07-17T18:49:29.420Z
29152026-07-17T18:49:29.420Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29162026-07-17T18:49:29.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-17T18:49:29.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-17T18:49:29.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-17T18:49:29.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29202026-07-17T18:49:29.969Z
29212026-07-17T18:49:29.969Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29222026-07-17T18:49:30.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-17T18:49:30.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-17T18:49:30.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-17T18:49:30.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29262026-07-17T18:49:30.522Z
29272026-07-17T18:49:30.522Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29282026-07-17T18:49:30.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-17T18:49:30.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-17T18:49:30.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-17T18:49:30.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-17T18:49:31.059Z
29332026-07-17T18:49:31.059Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29342026-07-17T18:49:31.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-17T18:49:31.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-17T18:49:31.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-17T18:49:31.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-07-17T18:49:31.585Z
29392026-07-17T18:49:31.586Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29402026-07-17T18:49:32.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-17T18:49:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-17T18:49:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-17T18:49:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29442026-07-17T18:49:32.132Z
29452026-07-17T18:49:32.132Zinfo: running `cargo check --bins` on update-engine (103/301)
29462026-07-17T18:49:32.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-17T18:49:32.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-17T18:49:32.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-07-17T18:49:32.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29502026-07-17T18:49:32.657Z
29512026-07-17T18:49:32.657Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29522026-07-17T18:49:33.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-07-17T18:49:33.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-07-17T18:49:33.328Z Compiling darling_core v0.21.3
29552026-07-17T18:49:33.445Z Compiling crucible-workspace-hack v0.1.0
29562026-07-17T18:49:33.456Z Checking secrecy v0.10.3
29572026-07-17T18:49:33.511Z Compiling toml_datetime v0.7.5+spec-1.1.0
29582026-07-17T18:49:33.511Z Compiling heapless v0.8.0
29592026-07-17T18:49:33.511Z Checking hash32 v0.3.1
29602026-07-17T18:49:33.511Z Checking inout v0.1.4
29612026-07-17T18:49:33.511Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-07-17T18:49:33.556Z Compiling smoltcp v0.11.0
29632026-07-17T18:49:33.600Z Checking cobs v0.3.0
29642026-07-17T18:49:33.618Z Compiling toml_edit v0.23.10+spec-1.0.0
29652026-07-17T18:49:33.691Z Checking cipher v0.4.4
29662026-07-17T18:49:33.715Z Checking universal-hash v0.5.1
29672026-07-17T18:49:33.740Z Compiling thiserror-impl-no-std v2.0.2
29682026-07-17T18:49:33.752Z Checking half v2.7.1
29692026-07-17T18:49:33.847Z Checking opaque-debug v0.3.1
29702026-07-17T18:49:33.889Z Checking ciborium-io v0.2.2
29712026-07-17T18:49:33.921Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29722026-07-17T18:49:33.946Z Checking poly1305 v0.8.0
29732026-07-17T18:49:33.977Z Checking chacha20 v0.9.1
29742026-07-17T18:49:34.001Z Checking ciborium-ll v0.2.2
29752026-07-17T18:49:34.157Z Compiling proc-macro-crate v3.4.0
29762026-07-17T18:49:34.188Z Checking postcard v1.1.3
29772026-07-17T18:49:34.191Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29782026-07-17T18:49:34.214Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29792026-07-17T18:49:34.477Z Checking password-hash v0.5.0
29802026-07-17T18:49:34.494Z Checking blake2 v0.10.6
29812026-07-17T18:49:34.603Z Compiling proc-macro-crate v1.3.1
29822026-07-17T18:49:34.651Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-17T18:49:34.709Z Checking aead v0.5.2
29842026-07-17T18:49:34.724Z Compiling num_enum_derive v0.7.6
29852026-07-17T18:49:34.736Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29862026-07-17T18:49:34.850Z Compiling foreign-types-macros v0.2.3
29872026-07-17T18:49:34.888Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-17T18:49:34.929Z Checking thiserror-no-std v2.0.2
29892026-07-17T18:49:34.943Z Checking foreign-types-shared v0.3.1
29902026-07-17T18:49:35.017Z Checking vsss-rs v3.3.4
29912026-07-17T18:49:35.030Z Compiling num_enum_derive v0.5.11
29922026-07-17T18:49:35.033Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29932026-07-17T18:49:35.145Z Checking chacha20poly1305 v0.10.1
29942026-07-17T18:49:35.272Z Checking argon2 v0.5.3
29952026-07-17T18:49:35.456Z Checking foreign-types v0.5.0
29962026-07-17T18:49:35.492Z Checking ciborium v0.2.2
29972026-07-17T18:49:35.640Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-07-17T18:49:35.763Z Checking tabwriter v1.4.1
29992026-07-17T18:49:35.811Z Checking num_enum v0.7.6
30002026-07-17T18:49:35.909Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-17T18:49:35.926Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30022026-07-17T18:49:35.946Z Compiling darling_macro v0.21.3
30032026-07-17T18:49:35.959Z Checking cstr-argument v0.1.2
30042026-07-17T18:49:35.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-07-17T18:49:36.081Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-07-17T18:49:36.084Z Checking num_enum v0.5.11
30072026-07-17T18:49:36.140Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30082026-07-17T18:49:36.190Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-07-17T18:49:36.204Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-07-17T18:49:36.265Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-07-17T18:49:36.352Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-07-17T18:49:36.371Z Checking rand v0.10.1
30132026-07-17T18:49:36.390Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-07-17T18:49:36.459Z Compiling darling v0.21.3
30152026-07-17T18:49:36.462Z Checking colored v3.1.1
30162026-07-17T18:49:36.485Z Checking indent_write v2.2.0
30172026-07-17T18:49:36.519Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30182026-07-17T18:49:36.546Z Compiling ingot-macros v0.1.1
30192026-07-17T18:49:36.614Z Compiling zone_cfg_derive v0.3.1
30202026-07-17T18:49:36.627Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-17T18:49:36.670Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-17T18:49:36.724Z Checking itertools v0.12.1
30232026-07-17T18:49:36.794Z Compiling num-derive v0.4.2
30242026-07-17T18:49:36.821Z Checking swrite v0.1.0
30252026-07-17T18:49:36.838Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-07-17T18:49:36.912Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-07-17T18:49:37.056Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30282026-07-17T18:49:37.217Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-17T18:49:37.231Z Checking dropshot-api-manager-types v0.7.2
30302026-07-17T18:49:37.269Z Checking smf v0.2.3
30312026-07-17T18:49:37.284Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-07-17T18:49:37.326Z Checking nanorand v0.7.0
30332026-07-17T18:49:37.405Z Checking whoami v1.6.1
30342026-07-17T18:49:37.507Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-07-17T18:49:37.527Z Checking flume v0.11.1
30362026-07-17T18:49:37.745Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30372026-07-17T18:49:37.758Z Checking zone v0.3.1
30382026-07-17T18:49:38.727Z Checking ingot-types v0.1.2
30392026-07-17T18:49:39.045Z Checking ingot v0.1.1
30402026-07-17T18:49:40.431Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30412026-07-17T18:49:41.394Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30422026-07-17T18:49:42.283Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30432026-07-17T18:49:43.723Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-17T18:49:45.783Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-17T18:49:46.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s
30462026-07-17T18:49:47.047Z
30472026-07-17T18:49:47.047Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30482026-07-17T18:49:47.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-17T18:49:47.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-17T18:49:47.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-17T18:49:47.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-17T18:49:47.587Z
30532026-07-17T18:49:47.587Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30542026-07-17T18:49:48.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-17T18:49:48.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-17T18:49:48.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-17T18:49:48.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-17T18:49:48.126Z
30592026-07-17T18:49:48.126Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30602026-07-17T18:49:48.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-17T18:49:48.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-17T18:49:48.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-17T18:49:48.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30642026-07-17T18:49:48.679Z
30652026-07-17T18:49:48.679Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30662026-07-17T18:49:49.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-17T18:49:49.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-17T18:49:49.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-17T18:49:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30702026-07-17T18:49:49.226Z
30712026-07-17T18:49:49.226Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30722026-07-17T18:49:49.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-17T18:49:49.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-17T18:49:49.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-17T18:49:49.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-17T18:49:49.769Z
30772026-07-17T18:49:49.769Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30782026-07-17T18:49:50.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-17T18:49:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-17T18:49:50.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-17T18:49:50.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30822026-07-17T18:49:50.312Z
30832026-07-17T18:49:50.312Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30842026-07-17T18:49:50.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-17T18:49:50.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-17T18:49:50.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-17T18:49:50.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30882026-07-17T18:49:50.857Z
30892026-07-17T18:49:50.857Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30902026-07-17T18:49:51.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-17T18:49:51.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-17T18:49:51.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-17T18:49:51.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30942026-07-17T18:49:51.384Z
30952026-07-17T18:49:51.384Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30962026-07-17T18:49:51.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-17T18:49:51.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-17T18:49:51.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-17T18:49:51.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31002026-07-17T18:49:51.921Z
31012026-07-17T18:49:51.921Zinfo: running `cargo check --bins` on dns-service-client (114/301)
31022026-07-17T18:49:52.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-17T18:49:52.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-17T18:49:52.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-17T18:49:52.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31062026-07-17T18:49:52.465Z
31072026-07-17T18:49:52.465Zinfo: running `cargo check --bins` on installinator-client (115/301)
31082026-07-17T18:49:52.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-17T18:49:52.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-17T18:49:52.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-17T18:49:52.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31122026-07-17T18:49:53.014Z
31132026-07-17T18:49:53.014Zinfo: running `cargo check --bins` on nexus-client (116/301)
31142026-07-17T18:49:53.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-17T18:49:53.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-17T18:49:53.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-17T18:49:53.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-07-17T18:49:53.595Z
31192026-07-17T18:49:53.595Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31202026-07-17T18:49:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-17T18:49:54.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-17T18:49:54.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-17T18:49:54.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-07-17T18:49:54.192Z
31252026-07-17T18:49:54.192Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31262026-07-17T18:49:54.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-17T18:49:54.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-17T18:49:54.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-17T18:49:54.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31302026-07-17T18:49:54.739Z
31312026-07-17T18:49:54.739Zinfo: running `cargo check --bins` on oxide-client (119/301)
31322026-07-17T18:49:55.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-17T18:49:55.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-17T18:49:55.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-17T18:49:55.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31362026-07-17T18:49:55.287Z
31372026-07-17T18:49:55.287Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31382026-07-17T18:49:55.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-17T18:49:55.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-17T18:49:55.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-17T18:49:55.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31422026-07-17T18:49:55.843Z
31432026-07-17T18:49:55.843Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31442026-07-17T18:49:56.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-17T18:49:56.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-17T18:49:56.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-17T18:49:56.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31482026-07-17T18:49:56.381Z
31492026-07-17T18:49:56.381Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31502026-07-17T18:49:56.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-17T18:49:56.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-17T18:49:56.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-17T18:49:56.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31542026-07-17T18:49:56.943Z
31552026-07-17T18:49:56.943Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31562026-07-17T18:49:57.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-17T18:49:57.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-17T18:49:57.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-17T18:49:57.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-07-17T18:49:57.520Z
31612026-07-17T18:49:57.520Zinfo: running `cargo check --bins` on installinator-common (124/301)
31622026-07-17T18:49:57.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-17T18:49:57.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-17T18:49:57.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-17T18:49:57.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31662026-07-17T18:49:58.079Z
31672026-07-17T18:49:58.080Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31682026-07-17T18:49:58.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-17T18:49:58.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-17T18:49:58.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-17T18:49:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31722026-07-17T18:49:58.608Z
31732026-07-17T18:49:58.608Zinfo: running `cargo check --bins` on wicket-common (126/301)
31742026-07-17T18:49:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-17T18:49:59.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-17T18:49:59.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-17T18:49:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31782026-07-17T18:49:59.173Z
31792026-07-17T18:49:59.173Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31802026-07-17T18:49:59.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-17T18:49:59.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-17T18:49:59.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-17T18:49:59.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31842026-07-17T18:49:59.730Z
31852026-07-17T18:49:59.730Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31862026-07-17T18:50:00.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-17T18:50:00.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-17T18:50:00.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-17T18:50:00.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31902026-07-17T18:50:00.285Z
31912026-07-17T18:50:00.285Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31922026-07-17T18:50:00.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-17T18:50:00.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-17T18:50:00.942Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-17T18:50:01.057Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-17T18:50:01.064Z Checking csv-core v0.1.13
31972026-07-17T18:50:01.070Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-17T18:50:01.077Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31992026-07-17T18:50:01.079Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32002026-07-17T18:50:01.094Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-17T18:50:01.106Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-17T18:50:01.222Z Checking csv v1.4.0
32032026-07-17T18:50:01.250Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-17T18:50:01.280Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-17T18:50:01.309Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-17T18:50:01.325Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-17T18:50:01.572Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-17T18:50:01.947Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32092026-07-17T18:50:01.947Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32102026-07-17T18:50:02.290Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-17T18:50:08.529Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-17T18:50:09.079Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-17T18:50:11.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
32142026-07-17T18:50:11.666Z
32152026-07-17T18:50:11.666Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32162026-07-17T18:50:12.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-17T18:50:12.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-17T18:50:12.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-17T18:50:12.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32202026-07-17T18:50:12.210Z
32212026-07-17T18:50:12.210Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32222026-07-17T18:50:12.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-17T18:50:12.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-17T18:50:12.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-17T18:50:12.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32262026-07-17T18:50:12.847Z
32272026-07-17T18:50:12.847Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32282026-07-17T18:50:13.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-17T18:50:13.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-17T18:50:13.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-17T18:50:13.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32322026-07-17T18:50:13.482Z
32332026-07-17T18:50:13.482Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32342026-07-17T18:50:13.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-17T18:50:13.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-17T18:50:13.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-17T18:50:13.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32382026-07-17T18:50:14.075Z
32392026-07-17T18:50:14.075Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32402026-07-17T18:50:14.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-17T18:50:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-17T18:50:14.799Z Compiling regress v0.11.1
32432026-07-17T18:50:14.941Z Compiling unsafe-libyaml v0.2.11
32442026-07-17T18:50:14.951Z Compiling radium v0.7.0
32452026-07-17T18:50:14.954Z Compiling semver v0.1.20
32462026-07-17T18:50:14.971Z Checking nom v8.0.0
32472026-07-17T18:50:14.974Z Checking tap v1.0.1
32482026-07-17T18:50:14.974Z Compiling maybe-uninit v2.0.0
32492026-07-17T18:50:15.086Z Checking wyz v0.5.1
32502026-07-17T18:50:15.241Z Compiling rustc_version v0.1.7
32512026-07-17T18:50:15.273Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-17T18:50:15.349Z Compiling zerocopy-derive v0.6.6
32532026-07-17T18:50:15.434Z Compiling cancel-safe-futures v0.1.5
32542026-07-17T18:50:15.485Z Compiling serde_yaml v0.9.34+deprecated
32552026-07-17T18:50:15.713Z Compiling newtype_derive v0.1.6
32562026-07-17T18:50:15.730Z Checking funty v2.0.0
32572026-07-17T18:50:15.933Z Compiling owo-colors v4.3.0
32582026-07-17T18:50:16.069Z Compiling packed_struct v0.10.1
32592026-07-17T18:50:16.250Z Checking crc-catalog v2.4.0
32602026-07-17T18:50:16.344Z Checking zerocopy v0.6.6
32612026-07-17T18:50:16.347Z Checking crc v3.4.0
32622026-07-17T18:50:16.396Z Checking bitvec v1.0.1
32632026-07-17T18:50:16.496Z Checking typify-impl v0.6.2
32642026-07-17T18:50:16.767Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-07-17T18:50:16.840Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-07-17T18:50:17.014Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32672026-07-17T18:50:17.035Z Compiling packed_struct_codegen v0.10.1
32682026-07-17T18:50:17.206Z Checking libsw-core v0.3.2
32692026-07-17T18:50:17.304Z Compiling bitfield-macros v0.19.4
32702026-07-17T18:50:17.364Z Compiling indexmap v1.9.3
32712026-07-17T18:50:17.593Z Checking nodrop v0.1.14
32722026-07-17T18:50:17.693Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32732026-07-17T18:50:17.714Z Checking array-init v0.0.4
32742026-07-17T18:50:17.788Z Checking libsw v3.5.0
32752026-07-17T18:50:17.805Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-07-17T18:50:17.946Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-07-17T18:50:18.026Z Checking smallvec v0.6.14
32782026-07-17T18:50:18.064Z Checking bitfield v0.19.4
32792026-07-17T18:50:18.134Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32802026-07-17T18:50:18.338Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-07-17T18:50:18.377Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32822026-07-17T18:50:18.471Z Checking linear-map v1.2.0
32832026-07-17T18:50:18.485Z Checking base64 v0.21.7
32842026-07-17T18:50:18.565Z Checking hashbrown v0.12.3
32852026-07-17T18:50:18.653Z Checking smawk v0.3.2
32862026-07-17T18:50:18.734Z Checking tagptr v0.2.0
32872026-07-17T18:50:18.795Z Checking unicode-linebreak v0.1.5
32882026-07-17T18:50:18.840Z Checking ron v0.8.1
32892026-07-17T18:50:18.885Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32902026-07-17T18:50:18.888Z Checking moka v0.12.13
32912026-07-17T18:50:19.018Z Checking textwrap v0.16.2
32922026-07-17T18:50:19.245Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-07-17T18:50:19.274Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-07-17T18:50:19.330Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32952026-07-17T18:50:19.388Z Checking steno v0.4.1
32962026-07-17T18:50:19.427Z Checking serde-hex v0.1.0
32972026-07-17T18:50:19.572Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-17T18:50:19.742Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-07-17T18:50:20.181Z Checking hashbrown v0.13.2
33002026-07-17T18:50:20.227Z Checking crc-any v2.5.0
33012026-07-17T18:50:20.349Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-07-17T18:50:20.413Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-07-17T18:50:20.440Z Checking hickory-resolver v0.25.2
33042026-07-17T18:50:20.587Z Checking sha1 v0.10.6
33052026-07-17T18:50:20.605Z Checking void v1.0.2
33062026-07-17T18:50:20.625Z Checking object v0.30.4
33072026-07-17T18:50:20.736Z Checking utf-8 v0.7.6
33082026-07-17T18:50:20.799Z Checking path-slash v0.1.5
33092026-07-17T18:50:20.900Z Checking half v1.8.3
33102026-07-17T18:50:20.915Z Checking tungstenite v0.23.0
33112026-07-17T18:50:21.027Z Checking lzss v0.8.2
33122026-07-17T18:50:21.115Z Checking serde_cbor v0.11.2
33132026-07-17T18:50:21.210Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-07-17T18:50:21.252Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33152026-07-17T18:50:21.275Z Compiling typify-macro v0.6.2
33162026-07-17T18:50:21.358Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33172026-07-17T18:50:21.361Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-07-17T18:50:21.389Z Checking nix v0.27.1
33192026-07-17T18:50:21.523Z Checking kstat-rs v0.2.4
33202026-07-17T18:50:21.526Z Checking fxhash v0.2.1
33212026-07-17T18:50:21.621Z Checking serde_bytes v0.11.19
33222026-07-17T18:50:21.645Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-07-17T18:50:21.664Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33242026-07-17T18:50:21.722Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33252026-07-17T18:50:21.806Z Checking tokio-tungstenite v0.23.1
33262026-07-17T18:50:21.903Z Checking signal-hook-tokio v0.3.1
33272026-07-17T18:50:22.527Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-07-17T18:50:22.778Z Compiling typify v0.6.2
33292026-07-17T18:50:22.859Z Compiling progenitor-impl v0.14.0
33302026-07-17T18:50:23.453Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33312026-07-17T18:50:23.778Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-07-17T18:50:24.326Z Compiling progenitor-macro v0.14.0
33332026-07-17T18:50:26.682Z Checking progenitor v0.14.0
33342026-07-17T18:50:26.807Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-17T18:50:26.811Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-17T18:50:29.511Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-17T18:50:38.028Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-07-17T18:50:44.843Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-07-17T18:50:46.231Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-07-17T18:50:46.736Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-07-17T18:50:48.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.75s
33422026-07-17T18:50:49.017Z
33432026-07-17T18:50:49.017Zinfo: running `cargo check --bins` on gateway-api (135/301)
33442026-07-17T18:50:49.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-17T18:50:49.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-17T18:50:49.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-17T18:50:49.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-17T18:50:49.560Z
33492026-07-17T18:50:49.561Zinfo: running `cargo check --bins` on ipcc (136/301)
33502026-07-17T18:50:50.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-17T18:50:50.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-17T18:50:50.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-17T18:50:50.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33542026-07-17T18:50:50.106Z
33552026-07-17T18:50:50.106Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33562026-07-17T18:50:50.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-17T18:50:50.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-17T18:50:50.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-17T18:50:50.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33602026-07-17T18:50:50.642Z
33612026-07-17T18:50:50.642Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33622026-07-17T18:50:51.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-17T18:50:51.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-17T18:50:51.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-17T18:50:51.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33662026-07-17T18:50:51.195Z
33672026-07-17T18:50:51.195Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33682026-07-17T18:50:51.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-17T18:50:51.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-17T18:50:51.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-17T18:50:52.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33722026-07-17T18:50:52.661Z
33732026-07-17T18:50:52.661Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33742026-07-17T18:50:52.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-17T18:50:52.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-17T18:50:52.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-17T18:50:52.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-17T18:50:52.661Z
33792026-07-17T18:50:52.661Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33802026-07-17T18:50:52.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-17T18:50:52.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-17T18:50:52.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-17T18:50:52.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33842026-07-17T18:50:52.821Z
33852026-07-17T18:50:52.821Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33862026-07-17T18:50:53.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-17T18:50:53.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-17T18:50:53.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-17T18:50:53.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33902026-07-17T18:50:53.386Z
33912026-07-17T18:50:53.386Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33922026-07-17T18:50:53.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-17T18:50:53.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-17T18:50:53.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-17T18:50:53.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33962026-07-17T18:50:53.932Z
33972026-07-17T18:50:53.932Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33982026-07-17T18:50:54.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-17T18:50:54.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-17T18:50:54.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-17T18:50:54.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34022026-07-17T18:50:54.484Z
34032026-07-17T18:50:54.484Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34042026-07-17T18:50:54.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-17T18:50:54.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-17T18:50:54.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-17T18:50:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34082026-07-17T18:50:55.033Z
34092026-07-17T18:50:55.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34102026-07-17T18:50:55.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-17T18:50:55.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-17T18:50:55.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-17T18:50:55.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-17T18:50:55.580Z
34152026-07-17T18:50:55.580Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34162026-07-17T18:50:56.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-17T18:50:56.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-17T18:50:56.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-17T18:50:56.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34202026-07-17T18:50:56.129Z
34212026-07-17T18:50:56.130Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34222026-07-17T18:50:56.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-17T18:50:56.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-17T18:50:56.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-17T18:50:56.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34262026-07-17T18:50:56.686Z
34272026-07-17T18:50:56.686Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34282026-07-17T18:50:57.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-17T18:50:57.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-17T18:50:57.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-17T18:50:57.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34322026-07-17T18:50:57.251Z
34332026-07-17T18:50:57.251Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34342026-07-17T18:50:57.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-17T18:50:57.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-17T18:50:57.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-17T18:50:57.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-07-17T18:50:57.818Z
34392026-07-17T18:50:57.818Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34402026-07-17T18:50:58.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-17T18:50:58.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-17T18:50:58.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-17T18:50:58.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-07-17T18:50:58.386Z
34452026-07-17T18:50:58.386Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34462026-07-17T18:50:58.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-17T18:50:58.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-17T18:50:58.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-17T18:50:58.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34502026-07-17T18:50:58.957Z
34512026-07-17T18:50:58.957Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34522026-07-17T18:50:59.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-17T18:50:59.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-17T18:50:59.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-17T18:50:59.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34562026-07-17T18:50:59.527Z
34572026-07-17T18:50:59.527Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34582026-07-17T18:50:59.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-17T18:51:00.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-17T18:51:00.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-17T18:51:00.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34622026-07-17T18:51:00.093Z
34632026-07-17T18:51:00.093Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34642026-07-17T18:51:00.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-17T18:51:00.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-17T18:51:00.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-17T18:51:00.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34682026-07-17T18:51:00.666Z
34692026-07-17T18:51:00.666Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34702026-07-17T18:51:01.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-17T18:51:01.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-17T18:51:01.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-17T18:51:01.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-07-17T18:51:01.236Z
34752026-07-17T18:51:01.236Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34762026-07-17T18:51:01.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-17T18:51:01.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-17T18:51:01.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-17T18:51:01.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34802026-07-17T18:51:01.808Z
34812026-07-17T18:51:01.808Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34822026-07-17T18:51:02.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-17T18:51:02.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-17T18:51:02.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-17T18:51:02.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34862026-07-17T18:51:02.380Z
34872026-07-17T18:51:02.380Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34882026-07-17T18:51:02.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-17T18:51:02.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-17T18:51:02.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-17T18:51:02.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34922026-07-17T18:51:02.937Z
34932026-07-17T18:51:02.937Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34942026-07-17T18:51:03.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-17T18:51:03.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-17T18:51:03.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-17T18:51:03.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34982026-07-17T18:51:03.483Z
34992026-07-17T18:51:03.484Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
35002026-07-17T18:51:03.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-17T18:51:03.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-17T18:51:03.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-17T18:51:03.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35042026-07-17T18:51:04.034Z
35052026-07-17T18:51:04.034Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35062026-07-17T18:51:04.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-17T18:51:04.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-17T18:51:04.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-17T18:51:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35102026-07-17T18:51:04.580Z
35112026-07-17T18:51:04.580Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35122026-07-17T18:51:05.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-17T18:51:05.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-17T18:51:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-17T18:51:05.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35162026-07-17T18:51:05.125Z
35172026-07-17T18:51:05.125Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35182026-07-17T18:51:05.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-17T18:51:05.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-17T18:51:05.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-17T18:51:05.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35222026-07-17T18:51:05.682Z
35232026-07-17T18:51:05.683Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35242026-07-17T18:51:06.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-17T18:51:06.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-17T18:51:06.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-17T18:51:06.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-17T18:51:06.230Z
35292026-07-17T18:51:06.230Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35302026-07-17T18:51:06.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-17T18:51:06.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-17T18:51:06.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-17T18:51:06.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-17T18:51:06.784Z
35352026-07-17T18:51:06.784Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35362026-07-17T18:51:07.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-17T18:51:07.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-17T18:51:07.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-17T18:51:07.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35402026-07-17T18:51:07.356Z
35412026-07-17T18:51:07.356Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35422026-07-17T18:51:07.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-17T18:51:07.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-17T18:51:07.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-17T18:51:07.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35462026-07-17T18:51:07.929Z
35472026-07-17T18:51:07.929Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35482026-07-17T18:51:08.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-17T18:51:08.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-17T18:51:08.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-17T18:51:08.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-07-17T18:51:08.486Z
35532026-07-17T18:51:08.486Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35542026-07-17T18:51:08.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-17T18:51:08.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-17T18:51:08.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-17T18:51:08.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-17T18:51:09.050Z
35592026-07-17T18:51:09.050Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35602026-07-17T18:51:09.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-17T18:51:09.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-17T18:51:09.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-17T18:51:09.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-17T18:51:09.615Z
35652026-07-17T18:51:09.615Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35662026-07-17T18:51:10.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-17T18:51:10.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-17T18:51:10.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-17T18:51:10.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-07-17T18:51:10.181Z
35712026-07-17T18:51:10.181Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35722026-07-17T18:51:10.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-17T18:51:10.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-17T18:51:10.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-17T18:51:10.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35762026-07-17T18:51:10.744Z
35772026-07-17T18:51:10.744Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35782026-07-17T18:51:11.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-17T18:51:11.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-17T18:51:11.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-17T18:51:11.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35822026-07-17T18:51:11.323Z
35832026-07-17T18:51:11.324Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35842026-07-17T18:51:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-17T18:51:11.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-17T18:51:11.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-17T18:51:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35882026-07-17T18:51:11.875Z
35892026-07-17T18:51:11.875Zinfo: running `cargo check --bins` on dns-server (176/301)
35902026-07-17T18:51:12.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-17T18:51:12.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-17T18:51:12.493Z Compiling parking_lot_core v0.8.6
35932026-07-17T18:51:12.497Z Compiling git-stub v1.0.0
35942026-07-17T18:51:12.497Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-17T18:51:12.606Z Checking prefix-trie v0.7.0
35962026-07-17T18:51:12.725Z Compiling git-stub-vcs v0.1.0
35972026-07-17T18:51:12.895Z Checking hickory-server v0.25.2
35982026-07-17T18:51:13.008Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-17T18:51:13.026Z Checking parking_lot v0.11.2
36002026-07-17T18:51:13.066Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36012026-07-17T18:51:13.066Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36022026-07-17T18:51:13.199Z Checking sled v0.34.7
36032026-07-17T18:51:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
36042026-07-17T18:51:15.303Z
36052026-07-17T18:51:15.303Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36062026-07-17T18:51:15.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-17T18:51:15.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-17T18:51:15.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-17T18:51:15.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36102026-07-17T18:51:15.853Z
36112026-07-17T18:51:15.853Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36122026-07-17T18:51:16.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-17T18:51:16.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-17T18:51:16.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-17T18:51:16.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36162026-07-17T18:51:16.401Z
36172026-07-17T18:51:16.401Zinfo: running `cargo check --bins` on sp-sim (179/301)
36182026-07-17T18:51:16.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-17T18:51:16.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-17T18:51:17.087Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36212026-07-17T18:51:18.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36222026-07-17T18:51:19.051Z
36232026-07-17T18:51:19.051Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36242026-07-17T18:51:19.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-17T18:51:19.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-17T18:51:19.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-17T18:51:19.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-07-17T18:51:19.662Z
36292026-07-17T18:51:19.662Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36302026-07-17T18:51:20.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-17T18:51:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-17T18:51:20.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-17T18:51:20.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36342026-07-17T18:51:20.271Z
36352026-07-17T18:51:20.271Zinfo: running `cargo check --bins` on db-macros (182/301)
36362026-07-17T18:51:20.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-17T18:51:20.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-17T18:51:20.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-17T18:51:20.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36402026-07-17T18:51:20.807Z
36412026-07-17T18:51:20.807Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36422026-07-17T18:51:21.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-17T18:51:21.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-17T18:51:21.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-17T18:51:21.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36462026-07-17T18:51:21.343Z
36472026-07-17T18:51:21.344Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36482026-07-17T18:51:21.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-17T18:51:21.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-17T18:51:21.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-17T18:51:21.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36522026-07-17T18:51:21.946Z
36532026-07-17T18:51:21.946Zinfo: running `cargo check --bins` on authz-macros (185/301)
36542026-07-17T18:51:22.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-17T18:51:22.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-17T18:51:22.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-17T18:51:22.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36582026-07-17T18:51:22.487Z
36592026-07-17T18:51:22.488Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36602026-07-17T18:51:22.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-17T18:51:22.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-17T18:51:22.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-17T18:51:22.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36642026-07-17T18:51:23.078Z
36652026-07-17T18:51:23.078Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36662026-07-17T18:51:23.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-17T18:51:23.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-17T18:51:23.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-17T18:51:23.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36702026-07-17T18:51:23.675Z
36712026-07-17T18:51:23.675Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36722026-07-17T18:51:24.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-17T18:51:24.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-17T18:51:24.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-17T18:51:24.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36762026-07-17T18:51:24.217Z
36772026-07-17T18:51:24.217Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36782026-07-17T18:51:24.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-17T18:51:24.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-17T18:51:24.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-17T18:51:24.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36822026-07-17T18:51:24.759Z
36832026-07-17T18:51:24.759Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36842026-07-17T18:51:25.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-17T18:51:25.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-17T18:51:25.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-17T18:51:25.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36882026-07-17T18:51:25.307Z
36892026-07-17T18:51:25.307Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36902026-07-17T18:51:25.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-17T18:51:25.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-17T18:51:25.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-17T18:51:25.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36942026-07-17T18:51:25.846Z
36952026-07-17T18:51:25.846Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36962026-07-17T18:51:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-17T18:51:26.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-17T18:51:26.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-17T18:51:26.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37002026-07-17T18:51:26.388Z
37012026-07-17T18:51:26.388Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
37022026-07-17T18:51:26.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-17T18:51:26.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-17T18:51:26.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-17T18:51:26.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37062026-07-17T18:51:26.923Z
37072026-07-17T18:51:26.923Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37082026-07-17T18:51:27.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-17T18:51:27.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-17T18:51:27.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-17T18:51:27.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37122026-07-17T18:51:27.527Z
37132026-07-17T18:51:27.527Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37142026-07-17T18:51:28.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-17T18:51:28.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-17T18:51:28.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-17T18:51:28.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37182026-07-17T18:51:28.125Z
37192026-07-17T18:51:28.125Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37202026-07-17T18:51:28.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-17T18:51:28.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-17T18:51:28.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-17T18:51:28.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-07-17T18:51:28.718Z
37252026-07-17T18:51:28.718Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37262026-07-17T18:51:29.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-17T18:51:29.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-17T18:51:29.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-17T18:51:29.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37302026-07-17T18:51:29.293Z
37312026-07-17T18:51:29.293Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37322026-07-17T18:51:29.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-17T18:51:29.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-17T18:51:29.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-17T18:51:29.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37362026-07-17T18:51:29.865Z
37372026-07-17T18:51:29.865Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37382026-07-17T18:51:30.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-17T18:51:30.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-17T18:51:30.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-17T18:51:30.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37422026-07-17T18:51:30.434Z
37432026-07-17T18:51:30.434Zinfo: running `cargo check --bins` on key-manager (200/301)
37442026-07-17T18:51:30.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-17T18:51:30.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-17T18:51:30.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-17T18:51:30.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37482026-07-17T18:51:30.984Z
37492026-07-17T18:51:30.984Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37502026-07-17T18:51:31.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-17T18:51:31.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-17T18:51:31.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-07-17T18:51:31.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37542026-07-17T18:51:31.556Z
37552026-07-17T18:51:31.556Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37562026-07-17T18:51:32.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-07-17T18:51:32.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-07-17T18:51:32.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-07-17T18:51:32.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37602026-07-17T18:51:32.119Z
37612026-07-17T18:51:32.119Zinfo: running `cargo check --bins` on typed-rng (203/301)
37622026-07-17T18:51:32.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-07-17T18:51:32.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-07-17T18:51:32.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-07-17T18:51:32.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37662026-07-17T18:51:32.652Z
37672026-07-17T18:51:32.652Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37682026-07-17T18:51:33.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-07-17T18:51:33.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-07-17T18:51:33.461Z Compiling libefi-sys v0.1.0
37712026-07-17T18:51:33.465Z Compiling bitfield-struct v0.6.2
37722026-07-17T18:51:33.603Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-17T18:51:33.611Z Compiling xshell-macros v0.2.7
37742026-07-17T18:51:33.619Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37752026-07-17T18:51:33.632Z Compiling salty v0.3.0
37762026-07-17T18:51:33.646Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37772026-07-17T18:51:33.685Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37782026-07-17T18:51:33.685Z Checking rfc6979 v0.4.0
37792026-07-17T18:51:33.773Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37802026-07-17T18:51:33.830Z Checking ecdsa v0.16.9
37812026-07-17T18:51:33.939Z Checking primeorder v0.13.6
37822026-07-17T18:51:33.956Z Compiling proc-macro-error-attr2 v2.0.0
37832026-07-17T18:51:33.986Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37842026-07-17T18:51:34.002Z Checking xshell v0.2.7
37852026-07-17T18:51:34.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37862026-07-17T18:51:34.158Z Checking tungstenite v0.21.0
37872026-07-17T18:51:34.175Z Checking p384 v0.13.1
37882026-07-17T18:51:34.178Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37892026-07-17T18:51:34.204Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37902026-07-17T18:51:34.230Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-17T18:51:34.338Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37922026-07-17T18:51:34.369Z Compiling proc-macro-error2 v2.0.1
37932026-07-17T18:51:34.387Z Compiling num-derive v0.3.3
37942026-07-17T18:51:34.474Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37952026-07-17T18:51:34.589Z Checking tokio-tungstenite v0.21.0
37962026-07-17T18:51:34.606Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-07-17T18:51:34.682Z Checking papergrid v0.17.0
37982026-07-17T18:51:34.699Z Compiling tabled_derive v0.11.0
37992026-07-17T18:51:34.719Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38002026-07-17T18:51:34.730Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38012026-07-17T18:51:34.830Z Compiling progenitor-impl v0.13.0
38022026-07-17T18:51:34.872Z Checking testing_table v0.3.0
38032026-07-17T18:51:34.968Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-17T18:51:34.992Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38052026-07-17T18:51:35.008Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-17T18:51:35.204Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-07-17T18:51:35.225Z Compiling unicase v2.9.0
38082026-07-17T18:51:35.305Z Checking libscf-sys v1.1.0
38092026-07-17T18:51:35.422Z Compiling illumos-nvpair-sys v0.2.0
38102026-07-17T18:51:35.438Z Checking corncobs v0.1.4
38112026-07-17T18:51:35.453Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38122026-07-17T18:51:35.501Z Compiling mime_guess v2.0.5
38132026-07-17T18:51:35.568Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-07-17T18:51:35.644Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38152026-07-17T18:51:35.695Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38162026-07-17T18:51:35.712Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38172026-07-17T18:51:35.777Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-07-17T18:51:35.904Z Checking tabled v0.20.0
38192026-07-17T18:51:36.051Z Checking progenitor-client v0.13.0
38202026-07-17T18:51:36.094Z Checking secrecy v0.8.0
38212026-07-17T18:51:36.230Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38222026-07-17T18:51:36.319Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38232026-07-17T18:51:36.377Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-07-17T18:51:36.622Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38252026-07-17T18:51:36.671Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-17T18:51:36.688Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38272026-07-17T18:51:36.804Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38282026-07-17T18:51:36.849Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-07-17T18:51:36.880Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38302026-07-17T18:51:37.052Z Checking filetime v0.2.27
38312026-07-17T18:51:37.137Z Checking xattr v1.6.1
38322026-07-17T18:51:37.194Z Checking http-range v0.1.5
38332026-07-17T18:51:37.243Z Checking crc8 v0.1.1
38342026-07-17T18:51:37.271Z Checking tar v0.4.46
38352026-07-17T18:51:37.347Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38362026-07-17T18:51:37.495Z Compiling progenitor-macro v0.13.0
38372026-07-17T18:51:37.569Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38382026-07-17T18:51:37.609Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38392026-07-17T18:51:37.665Z Checking illumos-nvpair v0.3.0
38402026-07-17T18:51:37.812Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-07-17T18:51:37.829Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38422026-07-17T18:51:37.832Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38432026-07-17T18:51:38.020Z Checking atty v0.2.14
38442026-07-17T18:51:38.047Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38452026-07-17T18:51:38.121Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38462026-07-17T18:51:38.209Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38472026-07-17T18:51:38.343Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-07-17T18:51:38.373Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-07-17T18:51:38.414Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38502026-07-17T18:51:38.431Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38512026-07-17T18:51:38.575Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38522026-07-17T18:51:38.603Z Checking hyper-staticfile v0.10.1
38532026-07-17T18:51:38.730Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38542026-07-17T18:51:38.798Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38552026-07-17T18:51:38.912Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-07-17T18:51:38.995Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38572026-07-17T18:51:39.187Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38582026-07-17T18:51:39.278Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38592026-07-17T18:51:39.494Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38602026-07-17T18:51:39.827Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38612026-07-17T18:51:40.574Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-07-17T18:51:41.069Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38632026-07-17T18:51:41.496Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38642026-07-17T18:51:41.665Z Checking progenitor v0.13.0
38652026-07-17T18:51:41.805Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38662026-07-17T18:51:43.865Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-07-17T18:51:47.264Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-07-17T18:51:58.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.70s
38692026-07-17T18:51:58.551Z
38702026-07-17T18:51:58.551Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38712026-07-17T18:51:59.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-17T18:51:59.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-17T18:51:59.286Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-17T18:52:10.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
38752026-07-17T18:52:10.445Z
38762026-07-17T18:52:10.445Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38772026-07-17T18:52:10.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-17T18:52:10.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-17T18:52:11.188Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-17T18:52:22.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
38812026-07-17T18:52:22.355Z
38822026-07-17T18:52:22.355Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38832026-07-17T18:52:22.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-17T18:52:22.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-17T18:52:23.092Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-17T18:52:33.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38872026-07-17T18:52:34.156Z
38882026-07-17T18:52:34.156Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38892026-07-17T18:52:34.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-17T18:52:34.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-17T18:52:34.903Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-17T18:52:45.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
38932026-07-17T18:52:46.109Z
38942026-07-17T18:52:46.109Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38952026-07-17T18:52:46.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-17T18:52:46.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-17T18:52:46.848Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-17T18:52:57.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
38992026-07-17T18:52:58.067Z
39002026-07-17T18:52:58.067Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
39012026-07-17T18:52:58.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-17T18:52:58.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-17T18:52:58.807Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-17T18:53:09.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
39052026-07-17T18:53:09.893Z
39062026-07-17T18:53:09.893Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39072026-07-17T18:53:10.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-17T18:53:10.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-17T18:53:10.622Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-17T18:53:21.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
39112026-07-17T18:53:21.713Z
39122026-07-17T18:53:21.713Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39132026-07-17T18:53:22.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-17T18:53:22.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-17T18:53:22.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-17T18:53:22.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39172026-07-17T18:53:22.255Z
39182026-07-17T18:53:22.255Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39192026-07-17T18:53:22.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-17T18:53:22.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-17T18:53:22.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-17T18:53:22.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39232026-07-17T18:53:22.804Z
39242026-07-17T18:53:22.804Zinfo: running `cargo check --bins` on range-requests (214/301)
39252026-07-17T18:53:23.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-17T18:53:23.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-17T18:53:23.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-17T18:53:23.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39292026-07-17T18:53:23.335Z
39302026-07-17T18:53:23.335Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39312026-07-17T18:53:23.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-17T18:53:23.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-17T18:53:23.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-17T18:53:23.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39352026-07-17T18:53:23.868Z
39362026-07-17T18:53:23.869Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39372026-07-17T18:53:24.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-17T18:53:24.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-17T18:53:24.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-17T18:53:24.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39412026-07-17T18:53:24.419Z
39422026-07-17T18:53:24.419Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39432026-07-17T18:53:24.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-17T18:53:24.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-17T18:53:24.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-17T18:53:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39472026-07-17T18:53:24.972Z
39482026-07-17T18:53:24.972Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39492026-07-17T18:53:25.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-17T18:53:25.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-17T18:53:25.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-17T18:53:25.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39532026-07-17T18:53:25.531Z
39542026-07-17T18:53:25.531Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39552026-07-17T18:53:26.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-17T18:53:26.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-17T18:53:26.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-17T18:53:26.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39592026-07-17T18:53:26.089Z
39602026-07-17T18:53:26.089Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39612026-07-17T18:53:26.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-17T18:53:26.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-17T18:53:26.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-17T18:53:26.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39652026-07-17T18:53:26.654Z
39662026-07-17T18:53:26.654Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39672026-07-17T18:53:27.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-17T18:53:27.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-17T18:53:27.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-17T18:53:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39712026-07-17T18:53:27.215Z
39722026-07-17T18:53:27.216Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39732026-07-17T18:53:27.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-17T18:53:27.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-17T18:53:27.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-17T18:53:27.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39772026-07-17T18:53:27.779Z
39782026-07-17T18:53:27.779Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39792026-07-17T18:53:28.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-17T18:53:28.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-17T18:53:28.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-17T18:53:28.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39832026-07-17T18:53:28.345Z
39842026-07-17T18:53:28.345Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39852026-07-17T18:53:28.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-17T18:53:28.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-17T18:53:28.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-17T18:53:28.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39892026-07-17T18:53:28.908Z
39902026-07-17T18:53:28.908Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39912026-07-17T18:53:29.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-17T18:53:29.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-17T18:53:29.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-17T18:53:29.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39952026-07-17T18:53:29.472Z
39962026-07-17T18:53:29.472Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39972026-07-17T18:53:29.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-17T18:53:29.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-17T18:53:29.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-17T18:53:29.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-17T18:53:30.056Z
40022026-07-17T18:53:30.056Zinfo: running `cargo check --bins` on trust-quorum (227/301)
40032026-07-17T18:53:30.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-17T18:53:30.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-17T18:53:30.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-17T18:53:30.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40072026-07-17T18:53:30.623Z
40082026-07-17T18:53:30.623Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40092026-07-17T18:53:31.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-17T18:53:31.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-17T18:53:31.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-17T18:53:31.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40132026-07-17T18:53:31.202Z
40142026-07-17T18:53:31.202Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40152026-07-17T18:53:31.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-17T18:53:31.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-17T18:53:31.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-17T18:53:31.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-17T18:53:31.800Z
40202026-07-17T18:53:31.800Zinfo: running `cargo check --bins` on update-common (230/301)
40212026-07-17T18:53:32.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-17T18:53:32.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-17T18:53:32.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-17T18:53:32.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40252026-07-17T18:53:32.349Z
40262026-07-17T18:53:32.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40272026-07-17T18:53:32.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-17T18:53:32.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-17T18:53:32.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-17T18:53:32.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-07-17T18:53:32.946Z
40322026-07-17T18:53:32.947Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40332026-07-17T18:53:33.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-17T18:53:33.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-17T18:53:33.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-17T18:53:33.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40372026-07-17T18:53:33.477Z
40382026-07-17T18:53:33.478Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40392026-07-17T18:53:33.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-17T18:53:33.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-17T18:53:34.207Z Compiling fs-err v2.11.0
40422026-07-17T18:53:34.210Z Checking ignore v0.4.25
40432026-07-17T18:53:34.210Z Checking arc-swap v1.8.2
40442026-07-17T18:53:34.340Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40452026-07-17T18:53:34.343Z Checking predicates-tree v1.0.13
40462026-07-17T18:53:34.346Z Checking parse-size v1.1.0
40472026-07-17T18:53:34.368Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40482026-07-17T18:53:34.372Z Checking rand_seeder v0.4.0
40492026-07-17T18:53:34.447Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40502026-07-17T18:53:34.466Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40512026-07-17T18:53:34.524Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40522026-07-17T18:53:34.534Z Checking slog-scope v4.4.1
40532026-07-17T18:53:34.624Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40542026-07-17T18:53:34.656Z Compiling petname v2.0.2
40552026-07-17T18:53:34.700Z Checking slog-stdlog v4.1.1
40562026-07-17T18:53:34.750Z Checking globwalk v0.9.1
40572026-07-17T18:53:34.754Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40582026-07-17T18:53:34.777Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40592026-07-17T18:53:34.816Z Checking slog-envlogger v2.2.0
40602026-07-17T18:53:34.891Z Checking camino-tempfile-ext v0.3.3
40612026-07-17T18:53:34.968Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40622026-07-17T18:53:34.981Z Checking sapling-renderdag v0.1.0
40632026-07-17T18:53:35.084Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40642026-07-17T18:53:35.172Z Checking subprocess v0.2.15
40652026-07-17T18:53:35.217Z Checking sync-ptr v0.1.4
40662026-07-17T18:53:35.334Z Checking colored v2.2.0
40672026-07-17T18:53:35.346Z Checking assert_matches v1.5.0
40682026-07-17T18:53:35.452Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40692026-07-17T18:53:35.596Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40702026-07-17T18:53:35.599Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40712026-07-17T18:53:36.334Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40722026-07-17T18:53:37.636Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40732026-07-17T18:53:39.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
40742026-07-17T18:53:39.972Z
40752026-07-17T18:53:39.973Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40762026-07-17T18:53:40.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-17T18:53:40.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-17T18:53:40.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-17T18:53:40.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40802026-07-17T18:53:40.500Z
40812026-07-17T18:53:40.500Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40822026-07-17T18:53:40.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-17T18:53:40.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-17T18:53:40.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-17T18:53:40.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40862026-07-17T18:53:41.049Z
40872026-07-17T18:53:41.049Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40882026-07-17T18:53:41.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-17T18:53:41.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-17T18:53:41.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-17T18:53:41.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40922026-07-17T18:53:41.642Z
40932026-07-17T18:53:41.642Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40942026-07-17T18:53:42.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-17T18:53:42.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-17T18:53:42.317Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40972026-07-17T18:53:42.320Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40982026-07-17T18:53:42.956Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40992026-07-17T18:53:44.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
41002026-07-17T18:53:44.723Z
41012026-07-17T18:53:44.723Zinfo: running `cargo check --bins` on oximeter-api (238/301)
41022026-07-17T18:53:45.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-17T18:53:45.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-17T18:53:45.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-07-17T18:53:45.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41062026-07-17T18:53:45.270Z
41072026-07-17T18:53:45.270Zinfo: running `cargo check --bins` on cert-dev (239/301)
41082026-07-17T18:53:45.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-17T18:53:45.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-17T18:53:45.824Z Checking yasna v0.5.2
41112026-07-17T18:53:46.233Z Checking rcgen v0.12.1
41122026-07-17T18:53:46.487Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41132026-07-17T18:53:46.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41142026-07-17T18:53:46.824Z
41152026-07-17T18:53:46.824Zinfo: running `cargo check --bins` on clickana (240/301)
41162026-07-17T18:53:47.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-17T18:53:47.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-17T18:53:47.423Z Compiling instability v0.3.11
41192026-07-17T18:53:47.424Z Checking castaway v0.2.4
41202026-07-17T18:53:47.427Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41212026-07-17T18:53:47.427Z Compiling indoc v2.0.7
41222026-07-17T18:53:47.543Z Checking unicode-truncate v1.1.0
41232026-07-17T18:53:47.548Z Checking lru v0.12.5
41242026-07-17T18:53:47.552Z Checking cassowary v0.3.0
41252026-07-17T18:53:47.615Z Checking compact_str v0.8.1
41262026-07-17T18:53:48.456Z Checking ratatui v0.29.0
41272026-07-17T18:53:48.821Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41282026-07-17T18:53:48.991Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41292026-07-17T18:53:49.885Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41302026-07-17T18:53:50.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
41312026-07-17T18:53:50.700Z
41322026-07-17T18:53:50.700Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41332026-07-17T18:53:51.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-17T18:53:51.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-17T18:53:51.374Z Checking headers-core v0.3.0
41362026-07-17T18:53:51.375Z Checking port-file v0.1.0
41372026-07-17T18:53:51.380Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41382026-07-17T18:53:51.571Z Checking headers v0.4.1
41392026-07-17T18:53:51.936Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-17T18:53:52.853Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41412026-07-17T18:53:53.323Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41422026-07-17T18:53:53.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41432026-07-17T18:53:53.900Z
41442026-07-17T18:53:53.900Zinfo: running `cargo check --bins` on ch-dev (242/301)
41452026-07-17T18:53:54.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-17T18:53:54.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-17T18:53:54.567Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41482026-07-17T18:53:55.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41492026-07-17T18:53:55.493Z
41502026-07-17T18:53:55.493Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41512026-07-17T18:53:55.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-17T18:53:55.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-17T18:53:55.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-17T18:53:55.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41552026-07-17T18:53:55.896Z
41562026-07-17T18:53:55.896Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41572026-07-17T18:53:56.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-17T18:53:56.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-17T18:53:56.477Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41602026-07-17T18:53:56.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41612026-07-17T18:53:56.990Z
41622026-07-17T18:53:56.990Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41632026-07-17T18:53:57.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-17T18:53:57.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-17T18:53:57.649Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41662026-07-17T18:53:58.709Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41672026-07-17T18:53:59.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41682026-07-17T18:53:59.222Z
41692026-07-17T18:53:59.222Zinfo: running `cargo check --bins` on db-dev (246/301)
41702026-07-17T18:53:59.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-17T18:53:59.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-17T18:53:59.886Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-07-17T18:54:00.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41742026-07-17T18:54:00.820Z
41752026-07-17T18:54:00.820Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41762026-07-17T18:54:01.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-17T18:54:01.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-17T18:54:01.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-17T18:54:01.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41802026-07-17T18:54:01.394Z
41812026-07-17T18:54:01.394Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41822026-07-17T18:54:01.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-17T18:54:01.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-17T18:54:01.955Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41852026-07-17T18:54:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41862026-07-17T18:54:02.803Z
41872026-07-17T18:54:02.803Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41882026-07-17T18:54:03.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-17T18:54:03.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-17T18:54:03.501Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-17T18:54:03.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-17T18:54:03.504Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41932026-07-17T18:54:03.504Z Checking git-stub v1.0.0
41942026-07-17T18:54:03.618Z Compiling trait-variant v0.1.2
41952026-07-17T18:54:03.630Z Checking maplit v1.0.2
41962026-07-17T18:54:03.636Z Checking is_ci v1.2.0
41972026-07-17T18:54:03.647Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41982026-07-17T18:54:03.722Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41992026-07-17T18:54:03.749Z Checking supports-color v3.0.2
42002026-07-17T18:54:03.767Z Checking git-stub-vcs v0.1.0
42012026-07-17T18:54:03.853Z Checking drift v0.2.0
42022026-07-17T18:54:03.874Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42032026-07-17T18:54:03.924Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42042026-07-17T18:54:03.957Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42052026-07-17T18:54:04.142Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42062026-07-17T18:54:04.154Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42072026-07-17T18:54:04.170Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42082026-07-17T18:54:04.202Z Checking dropshot-api-manager v0.7.2
42092026-07-17T18:54:04.218Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42102026-07-17T18:54:04.360Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-07-17T18:54:04.382Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42122026-07-17T18:54:04.888Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42132026-07-17T18:54:05.832Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42142026-07-17T18:54:06.842Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42152026-07-17T18:54:07.521Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42162026-07-17T18:54:07.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
42172026-07-17T18:54:08.130Z
42182026-07-17T18:54:08.130Zinfo: running `cargo check --bins` on installinator-api (250/301)
42192026-07-17T18:54:08.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-17T18:54:08.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-17T18:54:08.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-17T18:54:08.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42232026-07-17T18:54:08.664Z
42242026-07-17T18:54:08.664Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42252026-07-17T18:54:09.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-17T18:54:09.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-17T18:54:09.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-17T18:54:09.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42292026-07-17T18:54:09.234Z
42302026-07-17T18:54:09.234Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42312026-07-17T18:54:09.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-17T18:54:09.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-17T18:54:09.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-17T18:54:09.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42352026-07-17T18:54:09.806Z
42362026-07-17T18:54:09.806Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42372026-07-17T18:54:10.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-17T18:54:10.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-17T18:54:10.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-17T18:54:10.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42412026-07-17T18:54:10.382Z
42422026-07-17T18:54:10.382Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42432026-07-17T18:54:10.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-17T18:54:10.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-17T18:54:10.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-17T18:54:10.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42472026-07-17T18:54:10.922Z
42482026-07-17T18:54:10.922Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42492026-07-17T18:54:11.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-17T18:54:11.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-17T18:54:11.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-17T18:54:11.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42532026-07-17T18:54:11.445Z
42542026-07-17T18:54:11.445Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42552026-07-17T18:54:11.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-17T18:54:11.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-17T18:54:11.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-17T18:54:11.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42592026-07-17T18:54:12.002Z
42602026-07-17T18:54:12.002Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42612026-07-17T18:54:12.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-17T18:54:12.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-17T18:54:12.567Z Compiling blake3 v1.8.5
42642026-07-17T18:54:12.673Z Checking constant_time_eq v0.4.2
42652026-07-17T18:54:12.679Z Checking arrayref v0.3.9
42662026-07-17T18:54:12.679Z Checking arrayvec v0.7.6
42672026-07-17T18:54:12.697Z Checking cargo-platform v0.3.2
42682026-07-17T18:54:12.697Z Checking topological-sort v0.2.2
42692026-07-17T18:54:12.700Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42702026-07-17T18:54:12.850Z Checking cargo_metadata v0.23.1
42712026-07-17T18:54:13.563Z Checking omicron-zone-package v0.12.3
42722026-07-17T18:54:14.271Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42732026-07-17T18:54:15.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
42742026-07-17T18:54:15.260Z
42752026-07-17T18:54:15.260Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42762026-07-17T18:54:15.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-17T18:54:15.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-17T18:54:15.943Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42792026-07-17T18:54:16.552Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42802026-07-17T18:54:17.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42812026-07-17T18:54:17.219Z
42822026-07-17T18:54:17.219Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42832026-07-17T18:54:17.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-07-17T18:54:17.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-07-17T18:54:18.127Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42862026-07-17T18:54:18.127Z Compiling vergen-lib v0.1.6
42872026-07-17T18:54:18.127Z Compiling diesel_derives v2.3.7
42882026-07-17T18:54:18.127Z Compiling dsl_auto_type v0.2.0
42892026-07-17T18:54:18.131Z Checking scheduled-thread-pool v0.2.7
42902026-07-17T18:54:18.131Z Compiling vergen-gitcl v1.0.8
42912026-07-17T18:54:18.131Z Compiling diesel_table_macro_syntax v0.3.0
42922026-07-17T18:54:18.326Z Compiling dirs-sys-next v0.1.2
42932026-07-17T18:54:18.466Z Compiling glob v0.3.3
42942026-07-17T18:54:18.480Z Compiling crunchy v0.2.4
42952026-07-17T18:54:18.545Z Compiling dirs-next v2.0.0
42962026-07-17T18:54:18.561Z Checking r2d2 v0.8.10
42972026-07-17T18:54:18.616Z Checking downcast-rs v2.0.2
42982026-07-17T18:54:18.666Z Compiling tiny-keccak v2.0.2
42992026-07-17T18:54:18.740Z Compiling term v0.7.0
43002026-07-17T18:54:18.848Z Compiling clang-sys v1.8.1
43012026-07-17T18:54:18.864Z Compiling bit-vec v0.6.3
43022026-07-17T18:54:18.864Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43032026-07-17T18:54:19.129Z Compiling bit-set v0.5.3
43042026-07-17T18:54:19.161Z Compiling ascii-canvas v3.0.0
43052026-07-17T18:54:19.234Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43062026-07-17T18:54:19.265Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43072026-07-17T18:54:19.285Z Compiling itertools v0.10.5
43082026-07-17T18:54:19.285Z Compiling ena v0.14.4
43092026-07-17T18:54:19.379Z Compiling libloading v0.8.9
43102026-07-17T18:54:19.396Z Compiling bindgen v0.71.1
43112026-07-17T18:54:19.399Z Compiling diff v0.1.13
43122026-07-17T18:54:19.495Z Compiling regex-syntax v0.6.29
43132026-07-17T18:54:19.700Z Compiling cexpr v0.6.0
43142026-07-17T18:54:19.853Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43152026-07-17T18:54:19.926Z Compiling rustc-hash v2.1.1
43162026-07-17T18:54:20.100Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43172026-07-17T18:54:20.231Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43182026-07-17T18:54:20.369Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43192026-07-17T18:54:20.390Z Compiling libxml v0.3.3
43202026-07-17T18:54:20.540Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43212026-07-17T18:54:20.643Z Compiling strum_macros v0.24.3
43222026-07-17T18:54:20.662Z Compiling indoc v1.0.9
43232026-07-17T18:54:21.134Z Compiling lalrpop v0.19.12
43242026-07-17T18:54:21.430Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43252026-07-17T18:54:21.599Z Checking derive_builder v0.20.2
43262026-07-17T18:54:21.635Z Compiling oso-derive v0.27.3
43272026-07-17T18:54:21.718Z Checking quick-xml v0.37.5
43282026-07-17T18:54:22.048Z Compiling impl-trait-for-tuples v0.2.3
43292026-07-17T18:54:22.150Z Checking openssl-probe v0.1.6
43302026-07-17T18:54:22.294Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43312026-07-17T18:54:22.588Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43322026-07-17T18:54:22.799Z Checking bb8 v0.8.6
43332026-07-17T18:54:23.065Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43342026-07-17T18:54:23.085Z Checking nonempty v0.12.0
43352026-07-17T18:54:23.254Z Compiling libz-sys v1.1.24
43362026-07-17T18:54:23.271Z Compiling strsim v0.10.0
43372026-07-17T18:54:23.307Z Compiling libgit2-sys v0.18.3+1.9.2
43382026-07-17T18:54:23.601Z Compiling darling_core v0.13.4
43392026-07-17T18:54:23.619Z Compiling vergen-git2 v9.1.0
43402026-07-17T18:54:23.845Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43412026-07-17T18:54:23.865Z Compiling base64 v0.21.7
43422026-07-17T18:54:24.084Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43432026-07-17T18:54:24.204Z Compiling ron v0.8.1
43442026-07-17T18:54:24.237Z Checking diesel v2.3.7
43452026-07-17T18:54:25.065Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43462026-07-17T18:54:25.148Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43472026-07-17T18:54:25.298Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43482026-07-17T18:54:25.458Z Compiling darling_macro v0.13.4
43492026-07-17T18:54:25.504Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43502026-07-17T18:54:25.711Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-07-17T18:54:25.944Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43522026-07-17T18:54:25.979Z Compiling darling v0.13.4
43532026-07-17T18:54:26.074Z Compiling serde_with_macros v1.5.2
43542026-07-17T18:54:26.153Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43552026-07-17T18:54:26.361Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43562026-07-17T18:54:26.569Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43572026-07-17T18:54:26.606Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43582026-07-17T18:54:26.776Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43592026-07-17T18:54:26.942Z Compiling serde_with v1.14.0
43602026-07-17T18:54:28.079Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43612026-07-17T18:54:28.263Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43622026-07-17T18:54:28.521Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43632026-07-17T18:54:29.159Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43642026-07-17T18:54:29.425Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43652026-07-17T18:54:29.693Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43662026-07-17T18:54:29.863Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43672026-07-17T18:54:29.906Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43682026-07-17T18:54:30.587Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-07-17T18:54:30.604Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43702026-07-17T18:54:30.990Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-07-17T18:54:31.009Z Checking twox-hash v2.1.2
43722026-07-17T18:54:31.201Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43732026-07-17T18:54:31.244Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43742026-07-17T18:54:31.326Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43752026-07-17T18:54:31.727Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43762026-07-17T18:54:31.887Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-07-17T18:54:32.988Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43782026-07-17T18:54:33.179Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43792026-07-17T18:54:33.274Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43802026-07-17T18:54:33.642Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43812026-07-17T18:54:33.849Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43822026-07-17T18:54:34.052Z Checking console v0.16.2
43832026-07-17T18:54:34.365Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43842026-07-17T18:54:34.513Z Checking fatfs v0.3.6
43852026-07-17T18:54:34.608Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43862026-07-17T18:54:34.969Z Compiling seq-macro v0.3.6
43872026-07-17T18:54:35.490Z Checking unit-prefix v0.5.2
43882026-07-17T18:54:35.632Z Checking indicatif v0.18.4
43892026-07-17T18:54:35.959Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43902026-07-17T18:54:36.054Z Checking support-bundle-viewer v0.1.2
43912026-07-17T18:54:36.313Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43922026-07-17T18:54:36.431Z Checking multimap v0.10.1
43932026-07-17T18:54:42.180Z Checking diesel-dtrace v0.5.0
43942026-07-17T18:54:42.439Z Checking async-bb8-diesel v0.2.1
43952026-07-17T18:54:46.074Z Compiling samael v0.0.19
43962026-07-17T18:54:51.284Z Compiling git2 v0.20.4
43972026-07-17T18:54:51.992Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43982026-07-17T18:54:52.946Z Compiling polar-core v0.27.3
43992026-07-17T18:54:53.717Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44002026-07-17T18:54:57.531Z Checking oso v0.27.3
44012026-07-17T18:55:27.254Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44022026-07-17T18:56:41.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
44032026-07-17T18:56:41.402Z
44042026-07-17T18:56:41.402Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44052026-07-17T18:56:41.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-17T18:56:41.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-17T18:56:41.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-17T18:56:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44092026-07-17T18:56:42.035Z
44102026-07-17T18:56:42.035Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44112026-07-17T18:56:42.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-17T18:56:42.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-17T18:56:42.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-17T18:56:42.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-07-17T18:56:42.637Z
44162026-07-17T18:56:42.637Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44172026-07-17T18:56:43.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-17T18:56:43.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-17T18:56:43.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-17T18:56:43.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44212026-07-17T18:56:43.241Z
44222026-07-17T18:56:43.241Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44232026-07-17T18:56:43.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-17T18:56:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-17T18:56:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-17T18:56:43.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44272026-07-17T18:56:43.765Z
44282026-07-17T18:56:43.765Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44292026-07-17T18:56:44.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-17T18:56:44.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-17T18:56:44.549Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-17T18:56:45.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44332026-07-17T18:56:45.479Z
44342026-07-17T18:56:45.479Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44352026-07-17T18:56:46.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-17T18:56:46.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-17T18:56:46.262Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44382026-07-17T18:57:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.31s
44392026-07-17T18:57:24.003Z
44402026-07-17T18:57:24.003Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44412026-07-17T18:57:24.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-17T18:57:24.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-17T18:57:24.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-17T18:57:24.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44452026-07-17T18:57:24.530Z
44462026-07-17T18:57:24.530Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44472026-07-17T18:57:24.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-17T18:57:24.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-17T18:57:24.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-17T18:57:24.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44512026-07-17T18:57:25.052Z
44522026-07-17T18:57:25.052Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44532026-07-17T18:57:25.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-17T18:57:25.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-17T18:57:25.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-17T18:57:25.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-07-17T18:57:25.641Z
44582026-07-17T18:57:25.642Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44592026-07-17T18:57:26.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-17T18:57:26.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-17T18:57:26.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-17T18:57:26.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44632026-07-17T18:57:26.243Z
44642026-07-17T18:57:26.243Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44652026-07-17T18:57:26.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-17T18:57:26.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-17T18:57:26.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-17T18:57:26.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-07-17T18:57:26.836Z
44702026-07-17T18:57:26.836Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44712026-07-17T18:57:27.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-17T18:57:27.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-17T18:57:27.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-17T18:57:27.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44752026-07-17T18:57:27.418Z
44762026-07-17T18:57:27.418Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44772026-07-17T18:57:27.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-17T18:57:27.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-17T18:57:27.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-17T18:57:27.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44812026-07-17T18:57:28.018Z
44822026-07-17T18:57:28.018Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44832026-07-17T18:57:28.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-17T18:57:28.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-17T18:57:28.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-17T18:57:28.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44872026-07-17T18:57:28.618Z
44882026-07-17T18:57:28.618Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44892026-07-17T18:57:29.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-17T18:57:29.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-17T18:57:29.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-17T18:57:29.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44932026-07-17T18:57:29.197Z
44942026-07-17T18:57:29.198Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44952026-07-17T18:57:29.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-17T18:57:29.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-17T18:57:29.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-17T18:57:29.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-07-17T18:57:29.798Z
45002026-07-17T18:57:29.798Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
45012026-07-17T18:57:30.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-17T18:57:30.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-17T18:57:30.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-17T18:57:30.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45052026-07-17T18:57:30.392Z
45062026-07-17T18:57:30.392Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45072026-07-17T18:57:30.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-17T18:57:30.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-17T18:57:31.241Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45102026-07-17T18:57:31.245Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-07-17T18:57:31.394Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45122026-07-17T18:57:31.411Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45132026-07-17T18:57:31.444Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45142026-07-17T18:57:31.447Z Checking diff v0.1.13
45152026-07-17T18:57:31.447Z Checking yansi v1.0.1
45162026-07-17T18:57:31.447Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45172026-07-17T18:57:31.577Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45182026-07-17T18:57:31.758Z Checking pretty_assertions v1.4.1
45192026-07-17T18:57:32.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45202026-07-17T18:57:32.478Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45212026-07-17T18:57:57.420Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-17T18:57:57.420Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45232026-07-17T18:57:57.423Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45242026-07-17T18:57:57.423Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45252026-07-17T18:57:57.423Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45262026-07-17T18:57:57.423Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45272026-07-17T18:57:57.423Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45282026-07-17T18:57:58.257Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45292026-07-17T18:57:58.260Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45302026-07-17T18:57:59.463Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45312026-07-17T18:58:36.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45322026-07-17T18:58:37.130Z
45332026-07-17T18:58:37.130Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45342026-07-17T18:58:37.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-17T18:58:37.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-17T18:58:37.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-07-17T18:58:37.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45382026-07-17T18:58:37.657Z
45392026-07-17T18:58:37.657Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45402026-07-17T18:58:38.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-17T18:58:38.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-17T18:58:38.388Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45432026-07-17T18:58:38.506Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45442026-07-17T18:58:38.509Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45452026-07-17T18:59:05.523Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45462026-07-17T18:59:05.910Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-07-17T18:59:07.673Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45482026-07-17T18:59:08.114Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-07-17T18:59:11.223Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45502026-07-17T18:59:34.994Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-17T18:59:39.154Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45522026-07-17T18:59:39.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.60s
45532026-07-17T18:59:39.178Z
45542026-07-17T18:59:39.178Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45552026-07-17T18:59:39.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-17T18:59:39.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-17T18:59:39.208Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45582026-07-17T18:59:39.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45592026-07-17T18:59:39.209Z
45602026-07-17T18:59:39.209Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45612026-07-17T18:59:39.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-17T18:59:39.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-17T18:59:39.579Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45642026-07-17T18:59:39.686Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45652026-07-17T18:59:39.690Z Checking digest-io v0.1.0
45662026-07-17T18:59:39.690Z Checking sha2 v0.11.0
45672026-07-17T18:59:39.703Z Checking rawzip v0.4.4
45682026-07-17T18:59:39.710Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45692026-07-17T18:59:39.713Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45702026-07-17T18:59:39.713Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45712026-07-17T18:59:39.797Z Checking shell-words v1.1.1
45722026-07-17T18:59:40.170Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45732026-07-17T18:59:40.392Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45742026-07-17T18:59:41.412Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45752026-07-17T18:59:42.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
45762026-07-17T18:59:42.613Z
45772026-07-17T18:59:42.613Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45782026-07-17T18:59:43.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-07-17T18:59:43.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-07-17T18:59:43.207Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45812026-07-17T18:59:43.530Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45822026-07-17T18:59:43.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45832026-07-17T18:59:44.176Z
45842026-07-17T18:59:44.177Zinfo: running `cargo check --bins` on schema (283/301)
45852026-07-17T18:59:44.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-17T18:59:44.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-17T18:59:44.786Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45882026-07-17T18:59:45.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45892026-07-17T18:59:45.656Z
45902026-07-17T18:59:45.657Zinfo: running `cargo check --bins` on xtask (284/301)
45912026-07-17T18:59:46.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-07-17T18:59:46.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-07-17T18:59:46.077Z Checking serde_core v1.0.228
45942026-07-17T18:59:46.077Z Checking libc v0.2.185
45952026-07-17T18:59:46.078Z Checking bitflags v2.11.0
45962026-07-17T18:59:46.130Z Checking scroll v0.12.0
45972026-07-17T18:59:46.148Z Checking thiserror v1.0.69
45982026-07-17T18:59:46.148Z Checking log v0.4.29
45992026-07-17T18:59:46.148Z Checking indexmap v2.14.0
46002026-07-17T18:59:46.148Z Checking zerocopy v0.7.35
46012026-07-17T18:59:46.223Z Checking syn v2.0.117
46022026-07-17T18:59:46.263Z Checking dtrace-parser v0.2.0
46032026-07-17T18:59:46.277Z Checking once_cell v1.21.3
46042026-07-17T18:59:46.340Z Checking goblin v0.8.2
46052026-07-17T18:59:46.405Z Checking errno v0.3.14
46062026-07-17T18:59:46.450Z Checking thread-id v4.2.2
46072026-07-17T18:59:46.493Z Checking getrandom v0.4.1
46082026-07-17T18:59:46.532Z Checking rustix v1.1.3
46092026-07-17T18:59:46.537Z Checking memmap v0.7.0
46102026-07-17T18:59:46.631Z Checking thiserror v2.0.18
46112026-07-17T18:59:46.645Z Checking fs-err v3.3.0
46122026-07-17T18:59:46.659Z Checking anyhow v1.0.102
46132026-07-17T18:59:46.679Z Checking tabled v0.15.0
46142026-07-17T18:59:47.296Z Checking terminal_size v0.4.3
46152026-07-17T18:59:47.296Z Checking tempfile v3.25.0
46162026-07-17T18:59:47.411Z Checking clap_builder v4.6.0
46172026-07-17T18:59:47.411Z Checking textwrap v0.16.2
46182026-07-17T18:59:47.573Z Checking serde v1.0.228
46192026-07-17T18:59:47.573Z Checking serde_json v1.0.150
46202026-07-17T18:59:47.580Z Checking camino v1.2.2
46212026-07-17T18:59:47.608Z Checking cargo-platform v0.3.2
46222026-07-17T18:59:47.779Z Checking semver v1.0.28
46232026-07-17T18:59:47.838Z Checking camino-tempfile v1.4.1
46242026-07-17T18:59:47.980Z Checking toml_datetime v0.6.11
46252026-07-17T18:59:47.985Z Checking serde_spanned v0.6.9
46262026-07-17T18:59:47.997Z Checking macaddr v1.0.1
46272026-07-17T18:59:48.007Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46282026-07-17T18:59:48.165Z Checking toml_edit v0.22.27
46292026-07-17T18:59:48.183Z Checking dof v0.3.0
46302026-07-17T18:59:48.195Z Checking cargo_metadata v0.23.1
46312026-07-17T18:59:48.443Z Checking usdt-impl v0.5.0
46322026-07-17T18:59:48.616Z Checking clap v4.6.1
46332026-07-17T18:59:48.708Z Checking usdt v0.5.0
46342026-07-17T18:59:49.141Z Checking toml v0.8.23
46352026-07-17T18:59:49.404Z Checking cargo_toml v0.21.0
46362026-07-17T18:59:50.050Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46372026-07-17T18:59:50.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
46382026-07-17T18:59:50.559Z
46392026-07-17T18:59:50.559Zinfo: running `cargo check --bins` on dnsadm (285/301)
46402026-07-17T18:59:51.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-07-17T18:59:51.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-07-17T18:59:51.165Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46432026-07-17T18:59:51.635Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46442026-07-17T18:59:52.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46452026-07-17T18:59:52.200Z
46462026-07-17T18:59:52.200Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46472026-07-17T18:59:52.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-07-17T18:59:52.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-07-17T18:59:52.979Z Checking cpubits v0.1.1
46502026-07-17T18:59:52.982Z Checking pem-rfc7468 v1.0.0
46512026-07-17T18:59:53.118Z Checking hmac v0.13.0
46522026-07-17T18:59:53.119Z Checking universal-hash v0.6.1
46532026-07-17T18:59:53.141Z Checking ctr v0.10.1
46542026-07-17T18:59:53.141Z Checking aead v0.6.1
46552026-07-17T18:59:53.176Z Checking aes v0.9.1
46562026-07-17T18:59:53.183Z Checking crypto-bigint v0.7.5
46572026-07-17T18:59:53.198Z Checking cbc v0.2.1
46582026-07-17T18:59:53.245Z Checking polyval v0.7.1
46592026-07-17T18:59:53.245Z Checking der v0.8.0
46602026-07-17T18:59:53.274Z Checking pbkdf2 v0.13.0
46612026-07-17T18:59:53.290Z Checking salsa20 v0.11.0
46622026-07-17T18:59:53.321Z Checking ff v0.14.0
46632026-07-17T18:59:53.347Z Checking signature v3.0.0
46642026-07-17T18:59:53.396Z Checking base16ct v1.0.0
46652026-07-17T18:59:53.417Z Checking ghash v0.6.0
46662026-07-17T18:59:53.431Z Checking scrypt v0.12.0
46672026-07-17T18:59:53.501Z Checking group v0.14.0
46682026-07-17T18:59:53.530Z Checking hkdf v0.13.0
46692026-07-17T18:59:53.548Z Checking rfc6979 v0.5.0
46702026-07-17T18:59:53.567Z Compiling curve25519-dalek v5.0.0-rc.0
46712026-07-17T18:59:53.583Z Checking aes-gcm v0.11.0
46722026-07-17T18:59:53.602Z Checking poly1305 v0.9.0
46732026-07-17T18:59:53.657Z Checking blowfish v0.10.0
46742026-07-17T18:59:53.672Z Checking blake2 v0.11.0-rc.6
46752026-07-17T18:59:53.689Z Checking keccak v0.2.0
46762026-07-17T18:59:53.749Z Checking fiat-crypto v0.3.0
46772026-07-17T18:59:53.811Z Checking bcrypt-pbkdf v0.11.0
46782026-07-17T18:59:53.852Z Checking sha3 v0.11.0
46792026-07-17T18:59:53.882Z Checking kem v0.3.0
46802026-07-17T18:59:53.932Z Checking argon2 v0.6.0-rc.8
46812026-07-17T18:59:53.970Z Checking module-lattice v0.2.3
46822026-07-17T18:59:53.999Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46832026-07-17T18:59:54.071Z Checking spki v0.8.0
46842026-07-17T18:59:54.186Z Checking sec1 v0.8.1
46852026-07-17T18:59:54.202Z Checking ml-kem v0.3.2
46862026-07-17T18:59:54.219Z Checking internal-russh-num-bigint v0.5.0
46872026-07-17T18:59:54.248Z Checking pkcs5 v0.8.1
46882026-07-17T18:59:54.262Z Checking pkcs1 v0.8.0-rc.4
46892026-07-17T18:59:54.397Z Checking num-bigint v0.4.6
46902026-07-17T18:59:54.476Z Checking generic-array v1.4.3
46912026-07-17T18:59:54.553Z Checking pkcs8 v0.11.0
46922026-07-17T18:59:54.759Z Checking ed25519 v3.0.0
46932026-07-17T18:59:54.859Z Compiling enum_dispatch v0.3.13
46942026-07-17T18:59:54.886Z Checking russh-util v0.52.0
46952026-07-17T18:59:54.968Z Checking ed25519-dalek v3.0.0-rc.0
46962026-07-17T18:59:54.995Z Compiling delegate v0.13.5
46972026-07-17T18:59:55.017Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-17T18:59:55.088Z Checking hex-literal v1.1.0
46992026-07-17T18:59:55.194Z Checking md5 v0.8.0
47002026-07-17T18:59:55.232Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47012026-07-17T18:59:55.374Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47022026-07-17T18:59:55.374Z Checking socket2 v0.5.10
47032026-07-17T18:59:55.453Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47042026-07-17T18:59:55.470Z Checking elliptic-curve v0.14.0-rc.33
47052026-07-17T18:59:55.589Z Checking primefield v0.14.0
47062026-07-17T18:59:55.651Z Checking ssh-encoding v0.3.0-rc.9
47072026-07-17T18:59:55.805Z Checking crypto-primes v0.7.2
47082026-07-17T18:59:55.852Z Checking internet-checksum v0.2.1
47092026-07-17T18:59:55.894Z Checking ssh-cipher v0.3.0-rc.9
47102026-07-17T18:59:55.972Z Checking ecdsa v0.17.0-rc.18
47112026-07-17T18:59:55.988Z Checking primeorder v0.14.0-rc.10
47122026-07-17T18:59:55.992Z Checking russh-cryptovec v0.61.0
47132026-07-17T18:59:56.333Z Checking p256 v0.14.0-rc.10
47142026-07-17T18:59:56.337Z Checking p521 v0.14.0-rc.10
47152026-07-17T18:59:56.759Z Checking rsa v0.10.0-rc.18
47162026-07-17T18:59:58.773Z Checking p384 v0.14.0-rc.10
47172026-07-17T19:00:00.677Z Checking ssh-key v0.7.0-rc.10
47182026-07-17T19:00:01.447Z Checking russh v0.61.2
47192026-07-17T19:00:15.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.66s
47202026-07-17T19:00:15.655Z
47212026-07-17T19:00:15.655Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47222026-07-17T19:00:15.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-17T19:00:15.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-17T19:00:15.655Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47252026-07-17T19:00:15.655Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47262026-07-17T19:00:15.655Z Checking termios v0.3.3
47272026-07-17T19:00:16.052Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47282026-07-17T19:00:16.185Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47292026-07-17T19:00:17.855Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47302026-07-17T19:00:18.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
47312026-07-17T19:00:18.616Z
47322026-07-17T19:00:18.616Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47332026-07-17T19:00:19.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-17T19:00:19.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-17T19:00:19.279Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47362026-07-17T19:00:19.284Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-07-17T19:00:19.403Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47382026-07-17T19:00:19.408Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47392026-07-17T19:00:19.415Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-17T19:00:19.420Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47412026-07-17T19:00:20.188Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47422026-07-17T19:00:20.521Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47432026-07-17T19:00:20.526Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47442026-07-17T19:00:21.164Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47452026-07-17T19:00:22.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
47462026-07-17T19:00:23.001Z
47472026-07-17T19:00:23.001Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47482026-07-17T19:00:23.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-17T19:00:23.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-17T19:00:23.604Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47512026-07-17T19:00:24.066Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47522026-07-17T19:00:24.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
47532026-07-17T19:00:24.559Z
47542026-07-17T19:00:24.560Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47552026-07-17T19:00:25.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-17T19:00:25.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-17T19:00:25.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-07-17T19:00:25.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47592026-07-17T19:00:25.105Z
47602026-07-17T19:00:25.106Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47612026-07-17T19:00:25.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-17T19:00:25.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-17T19:00:25.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-07-17T19:00:25.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47652026-07-17T19:00:25.649Z
47662026-07-17T19:00:25.649Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47672026-07-17T19:00:26.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-17T19:00:26.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-17T19:00:26.369Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47702026-07-17T19:00:26.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47712026-07-17T19:00:27.169Z
47722026-07-17T19:00:27.169Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47732026-07-17T19:00:27.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-17T19:00:27.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-17T19:00:27.783Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47762026-07-17T19:00:27.789Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47772026-07-17T19:00:28.065Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47782026-07-17T19:00:28.065Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47792026-07-17T19:00:28.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47802026-07-17T19:00:29.070Z
47812026-07-17T19:00:29.070Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47822026-07-17T19:00:29.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-17T19:00:29.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-17T19:00:29.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47852026-07-17T19:00:29.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47862026-07-17T19:00:29.606Z
47872026-07-17T19:00:29.606Zinfo: running `cargo check --bins` on omicron-package (295/301)
47882026-07-17T19:00:30.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-17T19:00:30.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-17T19:00:30.251Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47912026-07-17T19:00:31.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47922026-07-17T19:00:31.521Z
47932026-07-17T19:00:31.521Zinfo: running `cargo check --bins` on tqdb (296/301)
47942026-07-17T19:00:32.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-17T19:00:32.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-17T19:00:32.266Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47972026-07-17T19:00:32.625Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47982026-07-17T19:00:33.157Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47992026-07-17T19:00:33.157Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48002026-07-17T19:00:39.377Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48012026-07-17T19:00:39.391Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48022026-07-17T19:00:39.957Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48032026-07-17T19:00:39.962Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48042026-07-17T19:00:39.962Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48052026-07-17T19:00:39.962Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48062026-07-17T19:00:40.770Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48072026-07-17T19:00:41.779Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48082026-07-17T19:00:42.607Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48092026-07-17T19:00:43.235Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48102026-07-17T19:00:48.243Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48112026-07-17T19:00:55.082Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48122026-07-17T19:00:55.082Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48132026-07-17T19:00:55.089Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48142026-07-17T19:00:55.089Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48152026-07-17T19:00:56.593Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-17T19:00:57.945Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48172026-07-17T19:00:58.625Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48182026-07-17T19:00:59.872Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48192026-07-17T19:01:00.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.89s
48202026-07-17T19:01:00.624Z
48212026-07-17T19:01:00.624Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48222026-07-17T19:01:01.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-17T19:01:01.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-17T19:01:01.302Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48252026-07-17T19:01:01.417Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48262026-07-17T19:01:01.426Z Checking rtoolbox v0.0.3
48272026-07-17T19:01:01.435Z Checking tui-tree-widget v0.23.1
48282026-07-17T19:01:01.535Z Checking rpassword v7.5.4
48292026-07-17T19:01:01.941Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48302026-07-17T19:01:02.127Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48312026-07-17T19:01:03.097Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48322026-07-17T19:01:06.215Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-17T19:01:08.098Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48342026-07-17T19:01:09.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s
48352026-07-17T19:01:09.263Z
48362026-07-17T19:01:09.264Zinfo: running `cargo check --bins` on wicket (298/301)
48372026-07-17T19:01:09.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-07-17T19:01:09.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-07-17T19:01:09.861Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-17T19:01:10.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48412026-07-17T19:01:10.404Z
48422026-07-17T19:01:10.405Zinfo: running `cargo check --bins` on wicketd (299/301)
48432026-07-17T19:01:10.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-07-17T19:01:10.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-07-17T19:01:11.097Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48462026-07-17T19:01:11.105Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48472026-07-17T19:01:11.106Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48482026-07-17T19:01:11.106Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48492026-07-17T19:01:11.998Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48502026-07-17T19:01:12.566Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48512026-07-17T19:01:15.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
48522026-07-17T19:01:15.846Z
48532026-07-17T19:01:15.846Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48542026-07-17T19:01:16.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48552026-07-17T19:01:16.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48562026-07-17T19:01:16.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48572026-07-17T19:01:16.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48582026-07-17T19:01:16.384Z
48592026-07-17T19:01:16.385Zinfo: running `cargo check --bins` on zone-setup (301/301)
48602026-07-17T19:01:16.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-07-17T19:01:16.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-07-17T19:01:17.020Z Checking uzers v0.12.2
48632026-07-17T19:01:17.302Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48642026-07-17T19:01:21.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48652026-07-17T19:01:21.299Z
48662026-07-17T19:01:21.299Zreal 14:02.013280976
48672026-07-17T19:01:21.299Zuser 21:18.332786767
48682026-07-17T19:01:21.299Zsys 4:17.784117907
48692026-07-17T19:01:21.299Ztrap 0.339600248
48702026-07-17T19:01:21.300Ztflt 0.692252857
48712026-07-17T19:01:21.300Zdflt 1.012066244
48722026-07-17T19:01:21.300Zkflt 0.005090491
48732026-07-17T19:01:21.300Zlock 1:20:26.088794162
48742026-07-17T19:01:21.300Zslp 1:41:51.738501301
48752026-07-17T19:01:21.300Zlat 56.695871769
48762026-07-17T19:01:21.300Zstop 3:44.037238860
48772026-07-17T19:01:21.300Zprocess exited: duration 967228 ms, exit code 0
 
48782026-07-17T19:01:21.359Zfound 0 output files