01KRKB2RCFFBGRMDKNK1FTG1A9: 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: 01KRKB332JCXMBNY1V3E93PVC8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T13:34:35.530Zjob assigned to worker 01KRKB370RM7RN0P5S1CE1VM1D [factory aws, i-02c7c59876f34d6dc] (queued for 44 s)
 
22026-05-14T13:34:42.312Zstarting task 0: "setup"
32026-05-14T13:34:42.316Z++ uname -s
42026-05-14T13:34:42.319Z+ kern=SunOS
52026-05-14T13:34:42.319Z+ build_user=build
62026-05-14T13:34:42.319Z+ build_uid=12345
72026-05-14T13:34:42.319Z+ work_dir=/work
82026-05-14T13:34:42.319Z+ input_dir=/input
92026-05-14T13:34:42.319Z+ [[ 0 == 12345 ]]
102026-05-14T13:34:42.319Z+ case "$kern" in
112026-05-14T13:34:42.319Z+ groupadd -g 12345 build
122026-05-14T13:34:42.331Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T13:34:44.339Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T13:34:44.459Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T13:34:44.462Z+ home_fs=zfs
162026-05-14T13:34:44.462Z+ [[ zfs == autofs ]]
172026-05-14T13:34:44.462Z+ mkdir -p /home/build
182026-05-14T13:34:44.462Z+ chown build:build /home/build /work
192026-05-14T13:34:45.463Z+ chmod 0700 /home/build /work
202026-05-14T13:34:45.466Zprocess exited: duration 3155 ms, exit code 0
 
212026-05-14T13:34:45.472Zstarting task 1: "rust-toolchain"
222026-05-14T13:34:45.476Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T13:34:45.476Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T13:34:45.476Z * rust toolchain channel = "1.94.0"
252026-05-14T13:34:45.476Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T13:34:45.476Z * rust toolchain profile = "default"
272026-05-14T13:34:45.479Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T13:34:45.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T13:34:45.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T13:34:45.580Zinfo: downloading installer
312026-05-14T13:34:46.917Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T13:34:46.917Zwarn: /home/build/.rustup/settings.toml
332026-05-14T13:34:46.917Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T13:34:46.922Zwarn: instead of the one inferred from the default host triple.
352026-05-14T13:34:46.930Zinfo: profile set to default
362026-05-14T13:34:46.930Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T13:34:46.934Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T13:34:47.076Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T13:34:47.079Zinfo: downloading 6 components
402026-05-14T13:35:01.354Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T13:35:01.354Z
422026-05-14T13:35:01.384Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T13:35:01.384Z
442026-05-14T13:35:01.384Z
452026-05-14T13:35:01.384ZRust is installed now. Great!
462026-05-14T13:35:01.384Z
472026-05-14T13:35:01.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T13:35:01.384Zenvironment variable. This has not been done automatically.
492026-05-14T13:35:01.384Z
502026-05-14T13:35:01.384ZTo configure your current shell, you need to source
512026-05-14T13:35:01.384Zthe corresponding env file under $HOME/.cargo.
522026-05-14T13:35:01.384Z
532026-05-14T13:35:01.384ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T13:35:01.384Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T13:35:01.384Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T13:35:01.384Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T13:35:01.384Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T13:35:01.384Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T13:35:01.384Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T13:35:01.387Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T13:35:01.387Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T13:35:01.476Z+ rustup --version
632026-05-14T13:35:01.485Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T13:35:01.488Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T13:35:01.505Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T13:35:01.508Z+ cargo --version
672026-05-14T13:35:01.521Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T13:35:01.525Z+ rustc --version
692026-05-14T13:35:01.545Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T13:35:01.547Zprocess exited: duration 16073 ms, exit code 0
 
712026-05-14T13:35:01.553Zstarting task 2: "authentication"
722026-05-14T13:35:01.570Zprocess exited: duration 16 ms, exit code 0
 
732026-05-14T13:35:01.576Zstarting task 3: "clone repository"
742026-05-14T13:35:01.579Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T13:35:01.582Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T13:35:01.612ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T13:35:11.273Z+ cd /work/oxidecomputer/omicron
782026-05-14T13:35:11.274Z+ git fetch origin ee1a2e06c077d84895a19af21518c8d83856af4b
792026-05-14T13:35:11.550ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T13:35:11.550Z * branch ee1a2e06c077d84895a19af21518c8d83856af4b -> FETCH_HEAD
812026-05-14T13:35:11.559Z+ [[ -n jmcarp/clickhouse-query-masking ]]
822026-05-14T13:35:11.563Z++ git branch --show-current
832026-05-14T13:35:11.563Z+ current=main
842026-05-14T13:35:11.563Z+ [[ main != jmcarp/clickhouse-query-masking ]]
852026-05-14T13:35:11.563Z+ git branch -f jmcarp/clickhouse-query-masking ee1a2e06c077d84895a19af21518c8d83856af4b
862026-05-14T13:35:11.566Z+ git checkout -f jmcarp/clickhouse-query-masking
872026-05-14T13:35:11.798ZSwitched to branch 'jmcarp/clickhouse-query-masking'
882026-05-14T13:35:11.802Z+ git reset --hard ee1a2e06c077d84895a19af21518c8d83856af4b
892026-05-14T13:35:11.813ZHEAD is now at ee1a2e06c Abbreviate verbose clickhouse logs.
902026-05-14T13:35:11.817Zprocess exited: duration 10238 ms, exit code 0
 
912026-05-14T13:35:11.822Zstarting task 4: "build"
922026-05-14T13:35:11.826Z+ source .github/buildomat/ci-env.sh
932026-05-14T13:35:11.829Z++ export CARGO_TERM_COLOR=always
942026-05-14T13:35:11.829Z++ CARGO_TERM_COLOR=always
952026-05-14T13:35:11.829Z+ cargo --version
962026-05-14T13:35:11.835Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T13:35:11.838Z+ rustc --version
982026-05-14T13:35:11.857Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T13:35:11.862Z+ source ./env.sh
1002026-05-14T13:35:11.862Z++ OLD_SHELL_OPTS=ehxB
1012026-05-14T13:35:11.862Z++ set -o xtrace
1022026-05-14T13:35:11.865Z++++ dirname ./env.sh
1032026-05-14T13:35:11.876Z+++ readlink -f .
1042026-05-14T13:35:11.879Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-14T13:35:11.879Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-14T13:35:11.879Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-14T13:35:11.879Z++ 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
1082026-05-14T13:35:11.879Z++ 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
1092026-05-14T13:35:11.879Z++ 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
1102026-05-14T13:35:11.879Z++ 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
1112026-05-14T13:35:11.879Z++ 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
1122026-05-14T13:35:11.879Z++ 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
1132026-05-14T13:35:11.879Z++ case $OLD_SHELL_OPTS in
1142026-05-14T13:35:11.879Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-14T13:35:11.879Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-14T13:35:11.879Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-14T13:35:11.879Z+ banner prerequisites
1182026-05-14T13:35:11.882Z
1192026-05-14T13:35:11.882Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-14T13:35:11.882Z # # # # # # # # # # # # # # #
1212026-05-14T13:35:11.882Z # # # # ##### # # ##### # # # # # #### #
1222026-05-14T13:35:11.882Z ##### ##### # ##### # # # # # # # # #
1232026-05-14T13:35:11.882Z # # # # # # # # # # # # # # #
1242026-05-14T13:35:11.882Z # # # ###### # # ###### ### # #### # #### #
1252026-05-14T13:35:11.882Z
1262026-05-14T13:35:11.882Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-14T13:35:13.479Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-14T13:35:13.534Z Startup: Caching catalogs ... Done
1292026-05-14T13:35:13.737ZPlanning: Solver setup ... Done (0.170s)
1302026-05-14T13:35:13.751ZPlanning: Running solver ... Done (0.016s)
1312026-05-14T13:35:13.757ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-14T13:35:13.767ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-14T13:35:13.788ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-14T13:35:13.801ZPlanning: Package planning ... Done (0.013s)
1352026-05-14T13:35:13.804ZPlanning: Merging actions ... Done (0.001s)
1362026-05-14T13:35:13.990ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-14T13:35:13.995ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-14T13:35:14.681ZPlanning: Evaluating mediators ... Done (0.689s)
1392026-05-14T13:35:14.683ZPlanning: Planning completed in 1.13 seconds
1402026-05-14T13:35:14.690Z Packages to install: 2
1412026-05-14T13:35:14.693Z Estimated space available: 156.10 GB
1422026-05-14T13:35:14.693ZEstimated space to be consumed: 19.74 MB
1432026-05-14T13:35:14.693Z Create boot environment: No
1442026-05-14T13:35:14.693ZCreate backup boot environment: No
1452026-05-14T13:35:14.693Z Rebuild boot archive: No
1462026-05-14T13:35:14.693Z
1472026-05-14T13:35:14.693ZChanged packages:
1482026-05-14T13:35:14.693Zhelios
1492026-05-14T13:35:14.693Z developer/build-essential
1502026-05-14T13:35:14.693Z None -> 11-3.0
1512026-05-14T13:35:14.693Z library/libxmlsec1
1522026-05-14T13:35:14.693Z None -> 1.2.35-3.0
1532026-05-14T13:35:14.714Z
1542026-05-14T13:35:14.714ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-14T13:35:15.195ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1562026-05-14T13:35:15.325Z Actions: 1/268 actions (Installing new actions)
1572026-05-14T13:35:15.372Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-14T13:35:15.379ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-14T13:35:15.381ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-14T13:35:15.396ZFinalize: Updating image state ... Done (0.017s)
1612026-05-14T13:35:17.740ZFinalize: Creating fast lookup database ... Done (2.323s)
1622026-05-14T13:35:17.806ZFinalize: Reading search index ... Done (0.012s)
1632026-05-14T13:35:17.809ZFinalize: Updating search index ... Done (0.000s)
1642026-05-14T13:35:17.890ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-14T13:35:18.185ZPlanning: Evaluating mediator changes ... Done
1662026-05-14T13:35:18.290ZPlanning: Checking for conflicting actions ... Done
1672026-05-14T13:35:18.293ZPlanning: Consolidating action changes ... Done
1682026-05-14T13:35:18.450ZPlanning: Evaluating mediators ... Done
1692026-05-14T13:35:18.453ZPlanning: Planning completed in 0.27 seconds
1702026-05-14T13:35:18.473Z Mediators to change: 2
1712026-05-14T13:35:18.473Z Create boot environment: No
1722026-05-14T13:35:18.473ZCreate backup boot environment: No
1732026-05-14T13:35:18.537ZFinalize: Updating package state database ... Done
1742026-05-14T13:35:18.537ZFinalize: Updating package cache ... Done
1752026-05-14T13:35:18.546ZFinalize: Updating image state ... Done
1762026-05-14T13:35:20.479ZFinalize: Creating fast lookup database ... Done
1772026-05-14T13:35:20.540ZFinalize: Reading search index ... Done
1782026-05-14T13:35:20.543ZFinalize: Updating search index ... Done
1792026-05-14T13:35:20.629ZFinalize: Updating package cache ... Done
1802026-05-14T13:35:20.911ZPlanning: Evaluating mediator changes ... Done
1812026-05-14T13:35:21.014ZPlanning: Checking for conflicting actions ... Done
1822026-05-14T13:35:21.017ZPlanning: Consolidating action changes ... Done
1832026-05-14T13:35:21.170ZPlanning: Evaluating mediators ... Done
1842026-05-14T13:35:21.173ZPlanning: Planning completed in 0.26 seconds
1852026-05-14T13:35:21.193Z Mediators to change: 1
1862026-05-14T13:35:21.193Z Create boot environment: No
1872026-05-14T13:35:21.193ZCreate backup boot environment: No
1882026-05-14T13:35:21.244ZFinalize: Updating package state database ... Done
1892026-05-14T13:35:21.244ZFinalize: Updating package cache ... Done
1902026-05-14T13:35:21.253ZFinalize: Updating image state ... Done
1912026-05-14T13:35:23.178ZFinalize: Creating fast lookup database ... Done
1922026-05-14T13:35:23.243ZFinalize: Reading search index ... Done
1932026-05-14T13:35:23.246ZFinalize: Updating search index ... Done
1942026-05-14T13:35:23.320ZFinalize: Updating package cache ... Done
1952026-05-14T13:35:23.626ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-14T13:35:23.626Zapache system 2.4 system
1972026-05-14T13:35:23.626Zclang system 15 system
1982026-05-14T13:35:23.626Zcsh system system illumos
1992026-05-14T13:35:23.626Zctags system system illumos
2002026-05-14T13:35:23.626Zfile vendor vendor darwinsys
2012026-05-14T13:35:23.626Zfile system system illumos
2022026-05-14T13:35:23.626Zgcc vendor 14 vendor
2032026-05-14T13:35:23.626Zgcc system 13 system
2042026-05-14T13:35:23.626Zgcc system 10 system
2052026-05-14T13:35:23.626Zgo system 1.25 system
2062026-05-14T13:35:23.626Zllvm system 15 system
2072026-05-14T13:35:23.626Zmariadb system 11.4 system
2082026-05-14T13:35:23.626Zmta vendor vendor dma
2092026-05-14T13:35:23.626Zopenjdk system 17 system
2102026-05-14T13:35:23.626Zopenjdk system 11 system
2112026-05-14T13:35:23.626Zopenssl vendor 3 vendor
2122026-05-14T13:35:23.626Zperl system 5.40 system
2132026-05-14T13:35:23.626Zpostgresql system 18 system
2142026-05-14T13:35:23.626Zpostgresql system 17 system
2152026-05-14T13:35:23.626Zpython vendor 3 vendor
2162026-05-14T13:35:23.627Zpython system 2 system
2172026-05-14T13:35:23.627Zpython3 vendor 3.13 vendor
2182026-05-14T13:35:23.627Zruby system 3.4 system
2192026-05-14T13:35:23.627Zruby system 3.0 system
2202026-05-14T13:35:23.627Zwords vendor vendor american-english
2212026-05-14T13:35:23.627Zwords system system australian-english
2222026-05-14T13:35:23.627Zwords system system british-english
2232026-05-14T13:35:23.627Zwords system system canadian-english
2242026-05-14T13:35:23.627Zwords system system french
2252026-05-14T13:35:23.627Zwords system system italian
2262026-05-14T13:35:23.627Zwords system system ngerman
2272026-05-14T13:35:23.627Zwords system system ogerman
2282026-05-14T13:35:23.627Zwords system system spanish
2292026-05-14T13:35:23.873ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-14T13:35:23.873Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-14T13:35:24.138ZFMRI IFO
2322026-05-14T13:35:24.139Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-14T13:35:24.139Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-14T13:35:24.139Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-14T13:35:24.139Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-14T13:35:24.139Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-14T13:35:24.139Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-14T13:35:24.139Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-14T13:35:24.139Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-14T13:35:24.139Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-14T13:35:24.374Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-14T13:35:24.641Z Updating crates.io index
2432026-05-14T13:35:24.675Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-14T13:35:25.417Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-14T13:35:25.883Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-14T13:35:26.460Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-14T13:35:27.235Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-14T13:35:27.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-14T13:35:29.024Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-14T13:35:29.809Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-14T13:35:30.061Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-14T13:35:30.836Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-14T13:35:31.160Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-14T13:35:31.478Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-14T13:35:31.809Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-14T13:35:32.828Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-14T13:35:33.348Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-14T13:35:33.632Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-14T13:35:33.943Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-14T13:35:34.309Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-14T13:35:34.542Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-14T13:35:34.806Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-14T13:35:35.056Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-14T13:35:35.453Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-14T13:35:35.920Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-14T13:35:36.373Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-14T13:35:36.627Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-14T13:35:36.916Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-14T13:35:37.840Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-14T13:35:38.490Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-14T13:35:39.026Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-14T13:35:39.527Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-14T13:35:39.905Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-14T13:35:40.255Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-14T13:35:40.588Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-14T13:35:41.175Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-14T13:35:41.421Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-14T13:35:41.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-14T13:35:42.016Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-14T13:35:42.418Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-14T13:35:54.770Z Downloading crates ...
2822026-05-14T13:35:54.817Z Downloaded anstream v0.6.21
2832026-05-14T13:35:54.828Z Downloaded log v0.4.29
2842026-05-14T13:35:54.832Z Downloaded dtrace-parser v0.2.0
2852026-05-14T13:35:54.835Z Downloaded digest v0.10.7
2862026-05-14T13:35:54.835Z Downloaded typeid v1.0.3
2872026-05-14T13:35:54.839Z Downloaded fastrand v2.3.0
2882026-05-14T13:35:54.839Z Downloaded errno v0.3.14
2892026-05-14T13:35:54.839Z Downloaded crypto-common v0.1.7
2902026-05-14T13:35:54.842Z Downloaded toml_datetime v0.6.11
2912026-05-14T13:35:54.844Z Downloaded getrandom v0.4.1
2922026-05-14T13:35:54.847Z Downloaded thiserror v2.0.18
2932026-05-14T13:35:54.850Z Downloaded textwrap v0.16.2
2942026-05-14T13:35:54.853Z Downloaded thread-id v4.2.2
2952026-05-14T13:35:54.853Z Downloaded fnv v1.0.7
2962026-05-14T13:35:54.853Z Downloaded macaddr v1.0.1
2972026-05-14T13:35:54.856Z Downloaded zerofrom-derive v0.1.6
2982026-05-14T13:35:54.859Z Downloaded utf8parse v0.2.2
2992026-05-14T13:35:54.859Z Downloaded utf8_iter v1.0.4
3002026-05-14T13:35:54.859Z Downloaded zerofrom v0.1.6
3012026-05-14T13:35:54.859Z Downloaded version_check v0.9.5
3022026-05-14T13:35:54.862Z Downloaded pretty-hex v0.4.1
3032026-05-14T13:35:54.862Z Downloaded equivalent v1.0.2
3042026-05-14T13:35:54.862Z Downloaded clap_lex v1.0.0
3052026-05-14T13:35:54.862Z Downloaded toml_write v0.1.2
3062026-05-14T13:35:54.862Z Downloaded heck v0.5.0
3072026-05-14T13:35:54.865Z Downloaded yoke-derive v0.8.1
3082026-05-14T13:35:54.865Z Downloaded usdt v0.5.0
3092026-05-14T13:35:54.867Z Downloaded usdt-macro v0.5.0
3102026-05-14T13:35:54.867Z Downloaded percent-encoding v2.3.2
3112026-05-14T13:35:54.867Z Downloaded heck v0.4.1
3122026-05-14T13:35:54.867Z Downloaded autocfg v1.5.0
3132026-05-14T13:35:54.870Z Downloaded dof v0.3.0
3142026-05-14T13:35:54.870Z Downloaded unicode-xid v0.2.6
3152026-05-14T13:35:54.873Z Downloaded unicode-linebreak v0.1.5
3162026-05-14T13:35:54.873Z Downloaded pest_meta v2.8.6
3172026-05-14T13:35:54.876Z Downloaded serde_tokenstream v0.2.3
3182026-05-14T13:35:54.879Z Downloaded quote v1.0.45
3192026-05-14T13:35:54.882Z Downloaded zerovec-derive v0.11.2
3202026-05-14T13:35:54.882Z Downloaded thiserror v1.0.69
3212026-05-14T13:35:54.885Z Downloaded idna_adapter v1.2.1
3222026-05-14T13:35:54.885Z Downloaded terminal_size v0.4.3
3232026-05-14T13:35:54.885Z Downloaded zmij v1.0.21
3242026-05-14T13:35:54.887Z Downloaded once_cell v1.21.3
3252026-05-14T13:35:54.887Z Downloaded yoke v0.8.1
3262026-05-14T13:35:54.890Z Downloaded usdt-impl v0.5.0
3272026-05-14T13:35:54.890Z Downloaded thiserror-impl v2.0.18
3282026-05-14T13:35:54.890Z Downloaded pest_generator v2.8.6
3292026-05-14T13:35:54.893Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-14T13:35:54.893Z Downloaded cfg-if v1.0.4
3312026-05-14T13:35:54.893Z Downloaded writeable v0.6.2
3322026-05-14T13:35:54.896Z Downloaded thiserror-impl v1.0.69
3332026-05-14T13:35:54.896Z Downloaded usdt-attr-macro v0.5.0
3342026-05-14T13:35:54.896Z Downloaded colorchoice v1.0.4
3352026-05-14T13:35:54.899Z Downloaded zerocopy-derive v0.7.35
3362026-05-14T13:35:54.899Z Downloaded is_terminal_polyfill v1.70.2
3372026-05-14T13:35:54.902Z Downloaded toml v0.8.23
3382026-05-14T13:35:54.902Z Downloaded tinystr v0.8.2
3392026-05-14T13:35:54.904Z Downloaded strsim v0.11.1
3402026-05-14T13:35:54.905Z Downloaded form_urlencoded v1.2.2
3412026-05-14T13:35:54.905Z Downloaded serde_spanned v0.6.9
3422026-05-14T13:35:54.907Z Downloaded plain v0.2.3
3432026-05-14T13:35:54.910Z Downloaded ordered-float v2.10.1
3442026-05-14T13:35:54.910Z Downloaded scroll_derive v0.12.1
3452026-05-14T13:35:54.910Z Downloaded anstyle-query v1.1.5
3462026-05-14T13:35:54.913Z Downloaded icu_normalizer_data v2.1.1
3472026-05-14T13:35:54.913Z Downloaded unicode-ident v1.0.24
3482026-05-14T13:35:54.916Z Downloaded typenum v1.19.0
3492026-05-14T13:35:54.916Z Downloaded ucd-trie v0.1.7
3502026-05-14T13:35:54.919Z Downloaded toml_edit v0.22.27
3512026-05-14T13:35:54.922Z Downloaded memmap v0.7.0
3522026-05-14T13:35:54.925Z Downloaded block-buffer v0.10.4
3532026-05-14T13:35:54.925Z Downloaded tabled_derive v0.7.0
3542026-05-14T13:35:54.925Z Downloaded generic-array v0.14.7
3552026-05-14T13:35:54.928Z Downloaded zerotrie v0.2.3
3562026-05-14T13:35:54.931Z Downloaded stable_deref_trait v1.2.1
3572026-05-14T13:35:54.931Z Downloaded url v2.5.8
3582026-05-14T13:35:54.934Z Downloaded smawk v0.3.2
3592026-05-14T13:35:54.934Z Downloaded potential_utf v0.1.4
3602026-05-14T13:35:54.934Z Downloaded cargo-platform v0.2.0
3612026-05-14T13:35:54.937Z Downloaded itoa v1.0.17
3622026-05-14T13:35:54.940Z Downloaded zerovec v0.11.5
3632026-05-14T13:35:54.942Z Downloaded icu_properties v2.1.2
3642026-05-14T13:35:54.945Z Downloaded serde-value v0.7.0
3652026-05-14T13:35:54.948Z Downloaded cpufeatures v0.2.17
3662026-05-14T13:35:54.948Z Downloaded zerocopy v0.7.35
3672026-05-14T13:35:54.956Z Downloaded winnow v0.7.14
3682026-05-14T13:35:54.961Z Downloaded synstructure v0.13.2
3692026-05-14T13:35:54.964Z Downloaded serde_derive v1.0.228
3702026-05-14T13:35:54.964Z Downloaded serde-untagged v0.1.9
3712026-05-14T13:35:54.967Z Downloaded anyhow v1.0.102
3722026-05-14T13:35:54.967Z Downloaded unicode-width v0.2.0
3732026-05-14T13:35:54.970Z Downloaded unicode-width v0.1.14
3742026-05-14T13:35:54.973Z Downloaded proc-macro-error v1.0.4
3752026-05-14T13:35:54.976Z Downloaded anstyle-parse v0.2.7
3762026-05-14T13:35:54.976Z Downloaded fs-err v3.3.0
3772026-05-14T13:35:54.978Z Downloaded camino-tempfile v1.4.1
3782026-05-14T13:35:54.978Z Downloaded erased-serde v0.4.9
3792026-05-14T13:35:54.978Z Downloaded displaydoc v0.2.5
3802026-05-14T13:35:54.981Z Downloaded icu_normalizer v2.1.1
3812026-05-14T13:35:54.984Z Downloaded cargo_toml v0.21.0
3822026-05-14T13:35:54.984Z Downloaded camino v1.2.2
3832026-05-14T13:35:54.984Z Downloaded anstyle v1.0.13
3842026-05-14T13:35:54.987Z Downloaded byteorder v1.5.0
3852026-05-14T13:35:54.987Z Downloaded swrite v0.1.0
3862026-05-14T13:35:54.990Z Downloaded sha2 v0.10.9
3872026-05-14T13:35:54.993Z Downloaded scroll v0.12.0
3882026-05-14T13:35:54.996Z Downloaded litemap v0.8.1
3892026-05-14T13:35:54.996Z Downloaded bytecount v0.6.9
3902026-05-14T13:35:54.999Z Downloaded semver v1.0.28
3912026-05-14T13:35:55.005Z Downloaded smallvec v1.15.1
3922026-05-14T13:35:55.008Z Downloaded cargo-util-schemas v0.8.2
3932026-05-14T13:35:55.008Z Downloaded pest_derive v2.8.6
3942026-05-14T13:35:55.011Z Downloaded cargo_metadata v0.21.0
3952026-05-14T13:35:55.014Z Downloaded tempfile v3.25.0
3962026-05-14T13:35:55.023Z Downloaded serde_core v1.0.228
3972026-05-14T13:35:55.025Z Downloaded num-traits v0.2.19
3982026-05-14T13:35:55.029Z Downloaded clap_derive v4.5.55
3992026-05-14T13:35:55.032Z Downloaded bitflags v2.11.0
4002026-05-14T13:35:55.035Z Downloaded icu_provider v2.1.1
4012026-05-14T13:35:55.035Z Downloaded clap v4.5.60
4022026-05-14T13:35:55.040Z Downloaded papergrid v0.11.0
4032026-05-14T13:35:55.052Z Downloaded proc-macro2 v1.0.106
4042026-05-14T13:35:55.055Z Downloaded memchr v2.8.0
4052026-05-14T13:35:55.059Z Downloaded pest v2.8.6
4062026-05-14T13:35:55.062Z Downloaded icu_locale_core v2.1.1
4072026-05-14T13:35:55.064Z Downloaded icu_collections v2.1.1
4082026-05-14T13:35:55.068Z Downloaded serde_json v1.0.149
4092026-05-14T13:35:55.074Z Downloaded indexmap v2.14.0
4102026-05-14T13:35:55.077Z Downloaded serde v1.0.228
4112026-05-14T13:35:55.115Z Downloaded icu_properties_data v2.1.2
4122026-05-14T13:35:55.125Z Downloaded idna v1.1.0
4132026-05-14T13:35:55.128Z Downloaded hashbrown v0.17.0
4142026-05-14T13:35:55.131Z Downloaded clap_builder v4.5.60
4152026-05-14T13:35:55.138Z Downloaded syn v1.0.109
4162026-05-14T13:35:55.143Z Downloaded goblin v0.8.2
4172026-05-14T13:35:55.146Z Downloaded tabled v0.15.0
4182026-05-14T13:35:55.155Z Downloaded syn v2.0.117
4192026-05-14T13:35:55.174Z Downloaded rustix v1.1.3
4202026-05-14T13:35:55.202Z Downloaded libc v0.2.185
4212026-05-14T13:35:55.267Z Compiling proc-macro2 v1.0.106
4222026-05-14T13:35:55.267Z Compiling quote v1.0.45
4232026-05-14T13:35:55.271Z Compiling unicode-ident v1.0.24
4242026-05-14T13:35:55.271Z Compiling serde_core v1.0.228
4252026-05-14T13:35:55.271Z Compiling libc v0.2.185
4262026-05-14T13:35:55.271Z Compiling version_check v0.9.5
4272026-05-14T13:35:55.271Z Compiling stable_deref_trait v1.2.1
4282026-05-14T13:35:55.272Z Compiling memchr v2.8.0
4292026-05-14T13:35:55.589Z Compiling serde v1.0.228
4302026-05-14T13:35:55.604Z Compiling zmij v1.0.21
4312026-05-14T13:35:55.901Z Compiling ucd-trie v0.1.7
4322026-05-14T13:35:55.949Z Compiling thiserror v1.0.69
4332026-05-14T13:35:56.058Z Compiling itoa v1.0.17
4342026-05-14T13:35:56.119Z Compiling autocfg v1.5.0
4352026-05-14T13:35:56.191Z Compiling pest v2.8.6
4362026-05-14T13:35:56.243Z Compiling writeable v0.6.2
4372026-05-14T13:35:56.246Z Compiling litemap v0.8.1
4382026-05-14T13:35:56.451Z Compiling rustix v1.1.3
4392026-05-14T13:35:56.485Z Compiling icu_normalizer_data v2.1.1
4402026-05-14T13:35:56.665Z Compiling icu_properties_data v2.1.2
4412026-05-14T13:35:56.752Z Compiling syn v2.0.117
4422026-05-14T13:35:56.773Z Compiling byteorder v1.5.0
4432026-05-14T13:35:56.878Z Compiling errno v0.3.14
4442026-05-14T13:35:56.894Z Compiling bitflags v2.11.0
4452026-05-14T13:35:56.990Z Compiling serde_json v1.0.149
4462026-05-14T13:35:57.113Z Compiling num-traits v0.2.19
4472026-05-14T13:35:57.163Z Compiling smallvec v1.15.1
4482026-05-14T13:35:57.203Z Compiling pest_meta v2.8.6
4492026-05-14T13:35:57.374Z Compiling hashbrown v0.17.0
4502026-05-14T13:35:57.404Z Compiling typeid v1.0.3
4512026-05-14T13:35:57.487Z Compiling equivalent v1.0.2
4522026-05-14T13:35:57.709Z Compiling thread-id v4.2.2
4532026-05-14T13:35:57.725Z Compiling proc-macro-error-attr v1.0.4
4542026-05-14T13:35:57.766Z Compiling usdt-impl v0.5.0
4552026-05-14T13:35:57.792Z Compiling syn v1.0.109
4562026-05-14T13:35:57.901Z Compiling indexmap v2.14.0
4572026-05-14T13:35:57.971Z Compiling winnow v0.7.14
4582026-05-14T13:35:58.058Z Compiling toml_write v0.1.2
4592026-05-14T13:35:58.090Z Compiling erased-serde v0.4.9
4602026-05-14T13:35:58.494Z Compiling proc-macro-error v1.0.4
4612026-05-14T13:35:58.577Z Compiling getrandom v0.4.1
4622026-05-14T13:35:58.684Z Compiling percent-encoding v2.3.2
4632026-05-14T13:35:58.829Z Compiling thiserror v2.0.18
4642026-05-14T13:35:58.882Z Compiling utf8_iter v1.0.4
4652026-05-14T13:35:58.921Z Compiling plain v0.2.3
4662026-05-14T13:35:58.955Z Compiling camino v1.2.2
4672026-05-14T13:35:58.973Z Compiling log v0.4.29
4682026-05-14T13:35:59.030Z Compiling utf8parse v0.2.2
4692026-05-14T13:35:59.068Z Compiling ordered-float v2.10.1
4702026-05-14T13:35:59.148Z Compiling anstyle-parse v0.2.7
4712026-05-14T13:35:59.166Z Compiling form_urlencoded v1.2.2
4722026-05-14T13:35:59.336Z Compiling synstructure v0.13.2
4732026-05-14T13:35:59.336Z Compiling pest_generator v2.8.6
4742026-05-14T13:35:59.434Z Compiling terminal_size v0.4.3
4752026-05-14T13:35:59.577Z Compiling anstyle v1.0.13
4762026-05-14T13:35:59.694Z Compiling cfg-if v1.0.4
4772026-05-14T13:35:59.773Z Compiling colorchoice v1.0.4
4782026-05-14T13:35:59.794Z Compiling is_terminal_polyfill v1.70.2
4792026-05-14T13:35:59.811Z Compiling pretty-hex v0.4.1
4802026-05-14T13:35:59.831Z Compiling anstyle-query v1.1.5
4812026-05-14T13:35:59.891Z Compiling serde-untagged v0.1.9
4822026-05-14T13:35:59.943Z Compiling anstream v0.6.21
4832026-05-14T13:36:00.069Z Compiling semver v1.0.28
4842026-05-14T13:36:00.087Z Compiling fs-err v3.3.0
4852026-05-14T13:36:00.157Z Compiling once_cell v1.21.3
4862026-05-14T13:36:00.264Z Compiling unicode-width v0.1.14
4872026-05-14T13:36:00.285Z Compiling fnv v1.0.7
4882026-05-14T13:36:00.354Z Compiling fastrand v2.3.0
4892026-05-14T13:36:00.372Z Compiling unicode-xid v0.2.6
4902026-05-14T13:36:00.388Z Compiling strsim v0.11.1
4912026-05-14T13:36:00.404Z Compiling clap_lex v1.0.0
4922026-05-14T13:36:00.497Z Compiling heck v0.4.1
4932026-05-14T13:36:00.610Z Compiling bytecount v0.6.9
4942026-05-14T13:36:00.627Z Compiling heck v0.5.0
4952026-05-14T13:36:00.719Z Compiling anyhow v1.0.102
4962026-05-14T13:36:00.736Z Compiling papergrid v0.11.0
4972026-05-14T13:36:00.750Z Compiling clap_builder v4.5.60
4982026-05-14T13:36:00.829Z Compiling tempfile v3.25.0
4992026-05-14T13:36:00.964Z Compiling memmap v0.7.0
5002026-05-14T13:36:01.036Z Compiling serde_derive v1.0.228
5012026-05-14T13:36:01.141Z Compiling zerofrom-derive v0.1.6
5022026-05-14T13:36:01.198Z Compiling yoke-derive v0.8.1
5032026-05-14T13:36:01.234Z Compiling zerovec-derive v0.11.2
5042026-05-14T13:36:01.443Z Compiling displaydoc v0.2.5
5052026-05-14T13:36:02.101Z Compiling thiserror-impl v1.0.69
5062026-05-14T13:36:02.169Z Compiling zerocopy-derive v0.7.35
5072026-05-14T13:36:02.306Z Compiling pest_derive v2.8.6
5082026-05-14T13:36:02.323Z Compiling scroll_derive v0.12.1
5092026-05-14T13:36:02.487Z Compiling zerofrom v0.1.6
5102026-05-14T13:36:02.617Z Compiling yoke v0.8.1
5112026-05-14T13:36:02.723Z Compiling thiserror-impl v2.0.18
5122026-05-14T13:36:02.810Z Compiling zerovec v0.11.5
5132026-05-14T13:36:02.958Z Compiling zerotrie v0.2.3
5142026-05-14T13:36:03.023Z Compiling zerocopy v0.7.35
5152026-05-14T13:36:03.260Z Compiling tinystr v0.8.2
5162026-05-14T13:36:03.336Z Compiling potential_utf v0.1.4
5172026-05-14T13:36:03.465Z Compiling icu_locale_core v2.1.1
5182026-05-14T13:36:03.508Z Compiling icu_collections v2.1.1
5192026-05-14T13:36:03.511Z Compiling dtrace-parser v0.2.0
5202026-05-14T13:36:03.637Z Compiling scroll v0.12.0
5212026-05-14T13:36:03.762Z Compiling tabled_derive v0.7.0
5222026-05-14T13:36:03.909Z Compiling goblin v0.8.2
5232026-05-14T13:36:03.937Z Compiling clap_derive v4.5.55
5242026-05-14T13:36:04.078Z Compiling icu_provider v2.1.1
5252026-05-14T13:36:04.356Z Compiling icu_normalizer v2.1.1
5262026-05-14T13:36:04.377Z Compiling icu_properties v2.1.2
5272026-05-14T13:36:04.380Z Compiling unicode-width v0.2.0
5282026-05-14T13:36:04.477Z Compiling serde_spanned v0.6.9
5292026-05-14T13:36:04.499Z Compiling toml_datetime v0.6.11
5302026-05-14T13:36:04.630Z Compiling dof v0.3.0
5312026-05-14T13:36:04.659Z Compiling serde_tokenstream v0.2.3
5322026-05-14T13:36:04.662Z Compiling serde-value v0.7.0
5332026-05-14T13:36:04.763Z Compiling toml_edit v0.22.27
5342026-05-14T13:36:04.989Z Compiling cargo-platform v0.2.0
5352026-05-14T13:36:05.016Z Compiling smawk v0.3.2
5362026-05-14T13:36:05.033Z Compiling unicode-linebreak v0.1.5
5372026-05-14T13:36:05.156Z Compiling tabled v0.15.0
5382026-05-14T13:36:05.256Z Compiling idna_adapter v1.2.1
5392026-05-14T13:36:05.273Z Compiling textwrap v0.16.2
5402026-05-14T13:36:05.401Z Compiling idna v1.1.0
5412026-05-14T13:36:05.490Z Compiling usdt-macro v0.5.0
5422026-05-14T13:36:05.490Z Compiling usdt-attr-macro v0.5.0
5432026-05-14T13:36:05.664Z Compiling clap v4.5.60
5442026-05-14T13:36:05.724Z Compiling url v2.5.8
5452026-05-14T13:36:05.750Z Compiling macaddr v1.0.1
5462026-05-14T13:36:06.041Z Compiling camino-tempfile v1.4.1
5472026-05-14T13:36:06.172Z Compiling toml v0.8.23
5482026-05-14T13:36:06.326Z Compiling swrite v0.1.0
5492026-05-14T13:36:06.426Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-14T13:36:06.557Z Compiling cargo-util-schemas v0.8.2
5512026-05-14T13:36:06.673Z Compiling cargo_toml v0.21.0
5522026-05-14T13:36:06.802Z Compiling usdt v0.5.0
5532026-05-14T13:36:07.444Z Compiling cargo_metadata v0.21.0
5542026-05-14T13:36:08.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-14T13:36:10.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.23s
5562026-05-14T13:36:10.700Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-14T13:36:11.279Z Downloading crates ...
5582026-05-14T13:36:11.381Z Downloaded arrayref v0.3.9
5592026-05-14T13:36:11.418Z Downloaded argon2 v0.5.3
5602026-05-14T13:36:11.418Z Downloaded crossbeam-deque v0.8.6
5612026-05-14T13:36:11.419Z Downloaded byte-wrapper v0.1.0
5622026-05-14T13:36:11.419Z Downloaded async-bb8-diesel v0.2.1
5632026-05-14T13:36:11.419Z Downloaded downcast-rs v2.0.2
5642026-05-14T13:36:11.419Z Downloaded cassowary v0.3.0
5652026-05-14T13:36:11.419Z Downloaded fd-lock v4.0.4
5662026-05-14T13:36:11.419Z Downloaded env_filter v1.0.0
5672026-05-14T13:36:11.419Z Downloaded crc32fast v1.5.0
5682026-05-14T13:36:11.419Z Downloaded async-recursion v1.1.1
5692026-05-14T13:36:11.419Z Downloaded ecdsa v0.16.9
5702026-05-14T13:36:11.419Z Downloaded der v0.7.10
5712026-05-14T13:36:11.420Z Downloaded cfg_aliases v0.2.1
5722026-05-14T13:36:11.420Z Downloaded ciborium-ll v0.2.2
5732026-05-14T13:36:11.420Z Downloaded array-init v0.0.4
5742026-05-14T13:36:11.420Z Downloaded debug-ignore v1.0.5
5752026-05-14T13:36:11.420Z Downloaded daft-derive v0.1.5
5762026-05-14T13:36:11.420Z Downloaded crc8 v0.1.1
5772026-05-14T13:36:11.420Z Downloaded bit-vec v0.8.0
5782026-05-14T13:36:11.420Z Downloaded atty v0.2.14
5792026-05-14T13:36:11.467Z Downloaded crunchy v0.2.4
5802026-05-14T13:36:11.467Z Downloaded deranged v0.5.8
5812026-05-14T13:36:11.467Z Downloaded cmake v0.1.57
5822026-05-14T13:36:11.467Z Downloaded ciborium v0.2.2
5832026-05-14T13:36:11.467Z Downloaded bit-set v0.5.3
5842026-05-14T13:36:11.467Z Downloaded bcrypt-pbkdf v0.10.0
5852026-05-14T13:36:11.467Z Downloaded defmt-parser v1.0.0
5862026-05-14T13:36:11.468Z Downloaded critical-section v1.2.0
5872026-05-14T13:36:11.468Z Downloaded bitfield-macros v0.19.4
5882026-05-14T13:36:11.468Z Downloaded allocator-api2 v0.2.21
5892026-05-14T13:36:11.468Z Downloaded darling_macro v0.23.0
5902026-05-14T13:36:11.468Z Downloaded cargo-platform v0.1.9
5912026-05-14T13:36:11.468Z Downloaded defmt v0.3.100
5922026-05-14T13:36:11.468Z Downloaded bb8 v0.8.6
5932026-05-14T13:36:11.469Z Downloaded assert_matches v1.5.0
5942026-05-14T13:36:11.469Z Downloaded derive_builder v0.20.2
5952026-05-14T13:36:11.469Z Downloaded data-encoding v2.10.0
5962026-05-14T13:36:11.469Z Downloaded bitfield v0.19.4
5972026-05-14T13:36:11.469Z Downloaded flagset v0.4.7
5982026-05-14T13:36:11.469Z Downloaded crucible-workspace-hack v0.1.0
5992026-05-14T13:36:11.469Z Downloaded ctr v0.9.2
6002026-05-14T13:36:11.469Z Downloaded convert_case v0.4.0
6012026-05-14T13:36:11.469Z Downloaded atomic-waker v1.1.2
6022026-05-14T13:36:11.469Z Downloaded clang-sys v1.8.1
6032026-05-14T13:36:11.517Z Downloaded float-cmp v0.10.0
6042026-05-14T13:36:11.517Z Downloaded derive_builder_macro v0.20.2
6052026-05-14T13:36:11.517Z Downloaded cobs v0.3.0
6062026-05-14T13:36:11.517Z Downloaded ciborium-io v0.2.2
6072026-05-14T13:36:11.517Z Downloaded base16ct v0.2.0
6082026-05-14T13:36:11.517Z Downloaded defmt-macros v1.0.1
6092026-05-14T13:36:11.517Z Downloaded fallible-iterator v0.2.0
6102026-05-14T13:36:11.517Z Downloaded compression-core v0.4.31
6112026-05-14T13:36:11.517Z Downloaded block-padding v0.3.3
6122026-05-14T13:36:11.517Z Downloaded dtrace-parser v0.3.0
6132026-05-14T13:36:11.518Z Downloaded dropshot-api-manager-types v0.7.1
6142026-05-14T13:36:11.518Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-14T13:36:11.518Z Downloaded async-stream-impl v0.3.6
6162026-05-14T13:36:11.518Z Downloaded dirs-next v2.0.0
6172026-05-14T13:36:11.518Z Downloaded darling_macro v0.21.3
6182026-05-14T13:36:11.518Z Downloaded ff v0.13.1
6192026-05-14T13:36:11.518Z Downloaded defmt v1.0.1
6202026-05-14T13:36:11.518Z Downloaded crc v3.4.0
6212026-05-14T13:36:11.518Z Downloaded aead v0.5.2
6222026-05-14T13:36:11.518Z Downloaded der_derive v0.7.3
6232026-05-14T13:36:11.518Z Downloaded darling v0.21.3
6242026-05-14T13:36:11.518Z Downloaded cexpr v0.6.0
6252026-05-14T13:36:11.518Z Downloaded adler2 v2.0.1
6262026-05-14T13:36:11.518Z Downloaded float-ord v0.3.2
6272026-05-14T13:36:11.519Z Downloaded foreign-types-macros v0.2.3
6282026-05-14T13:36:11.519Z Downloaded fixedbitset v0.4.2
6292026-05-14T13:36:11.519Z Downloaded dof v0.4.0
6302026-05-14T13:36:11.519Z Downloaded cstr-argument v0.1.2
6312026-05-14T13:36:11.519Z Downloaded cpufeatures v0.3.0
6322026-05-14T13:36:11.519Z Downloaded atomicwrites v0.4.4
6332026-05-14T13:36:11.519Z Downloaded enum-as-inner v0.6.1
6342026-05-14T13:36:11.519Z Downloaded dyn-clone v1.0.20
6352026-05-14T13:36:11.519Z Downloaded dunce v1.0.5
6362026-05-14T13:36:11.519Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-05-14T13:36:11.519Z Downloaded cfg_aliases v0.1.1
6382026-05-14T13:36:11.519Z Downloaded embedded-io v0.4.0
6392026-05-14T13:36:11.519Z Downloaded document-features v0.2.12
6402026-05-14T13:36:11.519Z Downloaded bit-set v0.8.0
6412026-05-14T13:36:11.519Z Downloaded embedded-io v0.6.1
6422026-05-14T13:36:11.519Z Downloaded cbc v0.1.2
6432026-05-14T13:36:11.519Z Downloaded cancel-safe-futures v0.1.5
6442026-05-14T13:36:11.520Z Downloaded bit-vec v0.6.3
6452026-05-14T13:36:11.520Z Downloaded bcs v0.1.6
6462026-05-14T13:36:11.520Z Downloaded futures-sink v0.3.32
6472026-05-14T13:36:11.520Z Downloaded foreign-types-shared v0.1.1
6482026-05-14T13:36:11.520Z Downloaded foreign-types v0.5.0
6492026-05-14T13:36:11.520Z Downloaded foreign-types v0.3.2
6502026-05-14T13:36:11.520Z Downloaded crc-catalog v2.4.0
6512026-05-14T13:36:11.520Z Downloaded futures-core v0.3.32
6522026-05-14T13:36:11.520Z Downloaded fixedbitset v0.5.7
6532026-05-14T13:36:11.520Z Downloaded dsl_auto_type v0.2.0
6542026-05-14T13:36:11.548Z Downloaded futures-task v0.3.32
6552026-05-14T13:36:11.548Z Downloaded foreign-types-shared v0.3.1
6562026-05-14T13:36:11.548Z Downloaded derive_builder_core v0.20.2
6572026-05-14T13:36:11.548Z Downloaded ghash v0.5.1
6582026-05-14T13:36:11.548Z Downloaded futures-io v0.3.32
6592026-05-14T13:36:11.548Z Downloaded display-error-chain v0.2.2
6602026-05-14T13:36:11.548Z Downloaded fxhash v0.2.1
6612026-05-14T13:36:11.548Z Downloaded gethostname v0.5.0
6622026-05-14T13:36:11.548Z Downloaded globwalk v0.9.1
6632026-05-14T13:36:11.548Z Downloaded git-stub v1.0.0
6642026-05-14T13:36:11.548Z Downloaded darling v0.20.11
6652026-05-14T13:36:11.548Z Downloaded csv-core v0.1.13
6662026-05-14T13:36:11.549Z Downloaded chacha20 v0.9.1
6672026-05-14T13:36:11.549Z Downloaded cipher v0.4.4
6682026-05-14T13:36:11.549Z Downloaded buf-list v1.1.2
6692026-05-14T13:36:11.549Z Downloaded hash32 v0.2.1
6702026-05-14T13:36:11.549Z Downloaded bitfield-struct v0.6.2
6712026-05-14T13:36:11.549Z Downloaded futures-macro v0.3.32
6722026-05-14T13:36:11.549Z Downloaded erased-serde v0.3.31
6732026-05-14T13:36:11.549Z Downloaded compression-codecs v0.4.37
6742026-05-14T13:36:11.549Z Downloaded darling_core v0.20.11
6752026-05-14T13:36:11.549Z Downloaded headers-core v0.3.0
6762026-05-14T13:36:11.549Z Downloaded either v1.15.0
6772026-05-14T13:36:11.549Z Downloaded hex v0.4.3
6782026-05-14T13:36:11.549Z Downloaded daft v0.1.5
6792026-05-14T13:36:11.549Z Downloaded corncobs v0.1.4
6802026-05-14T13:36:11.549Z Downloaded chacha20 v0.10.0
6812026-05-14T13:36:11.549Z Downloaded foldhash v0.2.0
6822026-05-14T13:36:11.570Z Downloaded ena v0.14.4
6832026-05-14T13:36:11.570Z Downloaded difflib v0.4.0
6842026-05-14T13:36:11.570Z Downloaded filetime v0.2.27
6852026-05-14T13:36:11.570Z Downloaded cargo_metadata v0.19.2
6862026-05-14T13:36:11.570Z Downloaded foldhash v0.1.5
6872026-05-14T13:36:11.570Z Downloaded ed25519 v2.2.3
6882026-05-14T13:36:11.570Z Downloaded hex-literal v0.4.1
6892026-05-14T13:36:11.570Z Downloaded diesel-dtrace v0.5.0
6902026-05-14T13:36:11.570Z Downloaded convert_case v0.10.0
6912026-05-14T13:36:11.570Z Downloaded backoff v0.4.0
6922026-05-14T13:36:11.570Z Downloaded hostname v0.3.1
6932026-05-14T13:36:11.570Z Downloaded drift v0.1.4
6942026-05-14T13:36:11.570Z Downloaded glob v0.3.3
6952026-05-14T13:36:11.571Z Downloaded http-range v0.1.5
6962026-05-14T13:36:11.571Z Downloaded http-body v1.0.1
6972026-05-14T13:36:11.571Z Downloaded home v0.5.12
6982026-05-14T13:36:11.571Z Downloaded bytes v1.11.1
6992026-05-14T13:36:11.599Z Downloaded chacha20poly1305 v0.10.1
7002026-05-14T13:36:11.599Z Downloaded httpdate v1.0.3
7012026-05-14T13:36:11.599Z Downloaded git-stub-vcs v0.1.0
7022026-05-14T13:36:11.599Z Downloaded funty v2.0.0
7032026-05-14T13:36:11.600Z Downloaded env_logger v0.11.9
7042026-05-14T13:36:11.600Z Downloaded des v0.8.1
7052026-05-14T13:36:11.600Z Downloaded derive-ex v0.1.8
7062026-05-14T13:36:11.600Z Downloaded instability v0.3.11
7072026-05-14T13:36:11.600Z Downloaded inout v0.1.4
7082026-05-14T13:36:11.600Z Downloaded indent_write v2.2.0
7092026-05-14T13:36:11.600Z Downloaded ident_case v1.0.1
7102026-05-14T13:36:11.600Z Downloaded hyper-tls v0.6.0
7112026-05-14T13:36:11.600Z Downloaded hubpack_derive v0.1.1
7122026-05-14T13:36:11.600Z Downloaded hubpack v0.1.2
7132026-05-14T13:36:11.600Z Downloaded instant v0.1.13
7142026-05-14T13:36:11.601Z Downloaded globset v0.4.18
7152026-05-14T13:36:11.608Z Downloaded fs_extra v1.3.0
7162026-05-14T13:36:11.608Z Downloaded cookie_store v0.22.1
7172026-05-14T13:36:11.608Z Downloaded bzip2 v0.6.1
7182026-05-14T13:36:11.608Z Downloaded backon v1.6.0
7192026-05-14T13:36:11.608Z Downloaded indoc v1.0.9
7202026-05-14T13:36:11.608Z Downloaded hash32 v0.3.1
7212026-05-14T13:36:11.608Z Downloaded group v0.13.0
7222026-05-14T13:36:11.608Z Downloaded constant_time_eq v0.4.2
7232026-05-14T13:36:11.608Z Downloaded is_ci v1.2.0
7242026-05-14T13:36:11.609Z Downloaded is-terminal v0.4.17
7252026-05-14T13:36:11.609Z Downloaded highway v1.3.0
7262026-05-14T13:36:11.609Z Downloaded find-msvc-tools v0.1.9
7272026-05-14T13:36:11.609Z Downloaded arrayvec v0.7.6
7282026-05-14T13:36:11.609Z Downloaded internet-checksum v0.2.1
7292026-05-14T13:36:11.609Z Downloaded futures-channel v0.3.32
7302026-05-14T13:36:11.609Z Downloaded fs-err v2.11.0
7312026-05-14T13:36:11.609Z Downloaded ahash v0.8.12
7322026-05-14T13:36:11.609Z Downloaded const-oid v0.9.6
7332026-05-14T13:36:11.609Z Downloaded lalrpop-util v0.19.12
7342026-05-14T13:36:11.609Z Downloaded futures-executor v0.3.32
7352026-05-14T13:36:11.610Z Downloaded cookie v0.18.1
7362026-05-14T13:36:11.610Z Downloaded kstat-rs v0.2.4
7372026-05-14T13:36:11.620Z Downloaded camino-tempfile-ext v0.3.3
7382026-05-14T13:36:11.620Z Downloaded diff v0.1.13
7392026-05-14T13:36:11.620Z Downloaded lazy_static v1.5.0
7402026-05-14T13:36:11.620Z Downloaded console v0.16.2
7412026-05-14T13:36:11.621Z Downloaded colored v3.1.1
7422026-05-14T13:36:11.621Z Downloaded linked-hash-map v0.5.6
7432026-05-14T13:36:11.667Z Downloaded keccak v0.1.6
7442026-05-14T13:36:11.667Z Downloaded libscf-sys v1.1.0
7452026-05-14T13:36:11.667Z Downloaded darling_core v0.23.0
7462026-05-14T13:36:11.667Z Downloaded darling_core v0.21.3
7472026-05-14T13:36:11.667Z Downloaded lru v0.12.5
7482026-05-14T13:36:11.667Z Downloaded console v0.15.11
7492026-05-14T13:36:11.668Z Downloaded maybe-uninit v2.0.0
7502026-05-14T13:36:11.668Z Downloaded match_cfg v0.1.0
7512026-05-14T13:36:11.668Z Downloaded maplit v1.0.2
7522026-05-14T13:36:11.668Z Downloaded md5 v0.7.0
7532026-05-14T13:36:11.668Z Downloaded hyper-staticfile v0.10.1
7542026-05-14T13:36:11.668Z Downloaded managed v0.8.0
7552026-05-14T13:36:11.668Z Downloaded http-body-util v0.1.3
7562026-05-14T13:36:11.668Z Downloaded ingot v0.1.1
7572026-05-14T13:36:11.668Z Downloaded humantime v2.3.0
7582026-05-14T13:36:11.668Z Downloaded getrandom v0.2.17
7592026-05-14T13:36:11.703Z Downloaded lru-slab v0.1.2
7602026-05-14T13:36:11.703Z Downloaded crossterm v0.28.1
7612026-05-14T13:36:11.703Z Downloaded new_debug_unreachable v1.0.6
7622026-05-14T13:36:11.704Z Downloaded indoc v2.0.7
7632026-05-14T13:36:11.704Z Downloaded multimap v0.10.1
7642026-05-14T13:36:11.704Z Downloaded mime v0.3.17
7652026-05-14T13:36:11.704Z Downloaded crc-any v2.5.0
7662026-05-14T13:36:11.704Z Downloaded nibble_vec v0.1.0
7672026-05-14T13:36:11.704Z Downloaded ipnetwork v0.21.1
7682026-05-14T13:36:11.704Z Downloaded jobserver v0.1.34
7692026-05-14T13:36:11.704Z Downloaded ipnet v2.11.0
7702026-05-14T13:36:11.704Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-14T13:36:11.704Z Downloaded ingot-types v0.1.2
7722026-05-14T13:36:11.704Z Downloaded hmac v0.12.1
7732026-05-14T13:36:11.704Z Downloaded num v0.4.3
7742026-05-14T13:36:11.704Z Downloaded normalize-line-endings v0.3.0
7752026-05-14T13:36:11.704Z Downloaded nonempty v0.12.0
7762026-05-14T13:36:11.705Z Downloaded nodrop v0.1.14
7772026-05-14T13:36:11.705Z Downloaded blake2 v0.10.6
7782026-05-14T13:36:11.705Z Downloaded base64 v0.22.1
7792026-05-14T13:36:11.705Z Downloaded getrandom v0.3.4
7802026-05-14T13:36:11.705Z Downloaded libloading v0.8.9
7812026-05-14T13:36:11.705Z Downloaded libefi-sys v0.1.0
7822026-05-14T13:36:11.705Z Downloaded num-derive v0.4.2
7832026-05-14T13:36:11.705Z Downloaded num-derive v0.3.3
7842026-05-14T13:36:11.705Z Downloaded num-conv v0.2.0
7852026-05-14T13:36:11.705Z Downloaded libsw-core v0.3.2
7862026-05-14T13:36:11.705Z Downloaded newline-converter v0.3.0
7872026-05-14T13:36:11.705Z Downloaded num_threads v0.1.7
7882026-05-14T13:36:11.705Z Downloaded fatfs v0.3.6
7892026-05-14T13:36:11.706Z Downloaded num_enum_derive v0.5.11
7902026-05-14T13:36:11.706Z Downloaded elliptic-curve v0.13.8
7912026-05-14T13:36:11.706Z Downloaded crossbeam-channel v0.5.15
7922026-05-14T13:36:11.706Z Downloaded openssl-macros v0.1.1
7932026-05-14T13:36:11.738Z Downloaded olpc-cjson v0.1.4
7942026-05-14T13:36:11.738Z Downloaded libsw v3.5.0
7952026-05-14T13:36:11.738Z Downloaded md-5 v0.10.6
7962026-05-14T13:36:11.738Z Downloaded iana-time-zone v0.1.65
7972026-05-14T13:36:11.738Z Downloaded httparse v1.10.1
7982026-05-14T13:36:11.738Z Downloaded linear-map v1.2.0
7992026-05-14T13:36:11.738Z Downloaded lock_api v0.4.14
8002026-05-14T13:36:11.738Z Downloaded half v1.8.3
8012026-05-14T13:36:11.738Z Downloaded ar_archive_writer v0.5.1
8022026-05-14T13:36:11.738Z Downloaded openssl-probe v0.1.6
8032026-05-14T13:36:11.738Z Downloaded native-tls v0.2.18
8042026-05-14T13:36:11.738Z Downloaded packed_struct_codegen v0.10.1
8052026-05-14T13:36:11.739Z Downloaded hyper-rustls v0.27.7
8062026-05-14T13:36:11.739Z Downloaded futures v0.3.32
8072026-05-14T13:36:11.739Z Downloaded newtype-uuid v1.3.2
8082026-05-14T13:36:11.740Z Downloaded openssl-probe v0.2.1
8092026-05-14T13:36:11.740Z Downloaded ingot-macros v0.1.1
8102026-05-14T13:36:11.740Z Downloaded multer v3.1.0
8112026-05-14T13:36:11.740Z Downloaded flume v0.11.1
8122026-05-14T13:36:11.740Z Downloaded path-slash v0.1.5
8132026-05-14T13:36:11.740Z Downloaded parse-display v0.10.0
8142026-05-14T13:36:11.740Z Downloaded oso-derive v0.27.3
8152026-05-14T13:36:11.740Z Downloaded nanorand v0.7.0
8162026-05-14T13:36:11.774Z Downloaded peg-runtime v0.8.5
8172026-05-14T13:36:11.774Z Downloaded parse-size v1.1.0
8182026-05-14T13:36:11.774Z Downloaded opaque-debug v0.3.1
8192026-05-14T13:36:11.775Z Downloaded dropshot_endpoint v0.17.0
8202026-05-14T13:36:11.775Z Downloaded half v2.7.1
8212026-05-14T13:36:11.775Z Downloaded derive-where v1.6.0
8222026-05-14T13:36:11.775Z Downloaded crypto-bigint v0.5.5
8232026-05-14T13:36:11.775Z Downloaded pbkdf2 v0.12.2
8242026-05-14T13:36:11.775Z Downloaded pbkdf2 v0.11.0
8252026-05-14T13:36:11.775Z Downloaded num-iter v0.1.45
8262026-05-14T13:36:11.775Z Downloaded num-integer v0.1.46
8272026-05-14T13:36:11.775Z Downloaded num_enum_derive v0.7.5
8282026-05-14T13:36:11.775Z Downloaded flate2 v1.1.9
8292026-05-14T13:36:11.775Z Downloaded phf_shared v0.12.1
8302026-05-14T13:36:11.775Z Downloaded num-complex v0.4.6
8312026-05-14T13:36:11.775Z Downloaded const_format v0.2.35
8322026-05-14T13:36:11.775Z Downloaded indexmap v1.9.3
8332026-05-14T13:36:11.775Z Downloaded headers v0.4.1
8342026-05-14T13:36:11.775Z Downloaded heapless v0.8.0
8352026-05-14T13:36:11.776Z Downloaded phf_shared v0.13.1
8362026-05-14T13:36:11.805Z Downloaded packed_struct v0.10.1
8372026-05-14T13:36:11.805Z Downloaded mime_guess v2.0.5
8382026-05-14T13:36:11.805Z Downloaded crossterm v0.29.0
8392026-05-14T13:36:11.805Z Downloaded predicates-tree v1.0.13
8402026-05-14T13:36:11.805Z Downloaded precomputed-hash v0.1.1
8412026-05-14T13:36:11.805Z Downloaded powerfmt v0.2.0
8422026-05-14T13:36:11.805Z Downloaded num_enum v0.5.11
8432026-05-14T13:36:11.805Z Downloaded num-rational v0.4.2
8442026-05-14T13:36:11.805Z Downloaded progenitor-client v0.14.0
8452026-05-14T13:36:11.806Z Downloaded base64 v0.21.7
8462026-05-14T13:36:11.806Z Downloaded progenitor-client v0.11.2
8472026-05-14T13:36:11.806Z Downloaded proc-macro-error-attr2 v2.0.0
8482026-05-14T13:36:11.806Z Downloaded proc-macro-crate v3.4.0
8492026-05-14T13:36:11.806Z Downloaded predicates-core v1.0.10
8502026-05-14T13:36:11.806Z Downloaded pin-utils v0.1.0
8512026-05-14T13:36:11.820Z Downloaded peg-macros v0.8.5
8522026-05-14T13:36:11.821Z Downloaded password-hash v0.5.0
8532026-05-14T13:36:11.821Z Downloaded password-hash v0.4.2
8542026-05-14T13:36:11.821Z Downloaded oxide-tokio-rt v0.1.4
8552026-05-14T13:36:11.821Z Downloaded parse-display-derive v0.10.0
8562026-05-14T13:36:11.821Z Downloaded parking_lot_core v0.8.6
8572026-05-14T13:36:11.821Z Downloaded phf_shared v0.11.3
8582026-05-14T13:36:11.821Z Downloaded phf v0.12.1
8592026-05-14T13:36:11.821Z Downloaded expectorate v1.2.0
8602026-05-14T13:36:11.821Z Downloaded cc v1.2.56
8612026-05-14T13:36:11.821Z Downloaded bumpalo v3.20.2
8622026-05-14T13:36:11.821Z Downloaded progenitor-macro v0.14.0
8632026-05-14T13:36:11.821Z Downloaded progenitor-macro v0.13.0
8642026-05-14T13:36:11.821Z Downloaded progenitor-macro v0.11.2
8652026-05-14T13:36:11.821Z Downloaded pem v3.0.6
8662026-05-14T13:36:11.821Z Downloaded peg v0.8.5
8672026-05-14T13:36:11.838Z Downloaded psl-types v2.0.11
8682026-05-14T13:36:11.838Z Downloaded radium v0.7.0
8692026-05-14T13:36:11.838Z Downloaded quick-error v1.2.3
8702026-05-14T13:36:11.838Z Downloaded poly1305 v0.8.0
8712026-05-14T13:36:11.838Z Downloaded pkg-config v0.3.32
8722026-05-14T13:36:11.838Z Downloaded indicatif v0.18.4
8732026-05-14T13:36:11.838Z Downloaded proc-macro-crate v1.3.1
8742026-05-14T13:36:11.838Z Downloaded ppv-lite86 v0.2.21
8752026-05-14T13:36:11.838Z Downloaded postgres-protocol v0.6.10
8762026-05-14T13:36:11.838Z Downloaded primeorder v0.13.6
8772026-05-14T13:36:11.839Z Downloaded parking_lot v0.11.2
8782026-05-14T13:36:11.853Z Downloaded predicates v3.1.4
8792026-05-14T13:36:11.853Z Downloaded pin-project-internal v1.1.11
8802026-05-14T13:36:11.853Z Downloaded libbz2-rs-sys v0.2.2
8812026-05-14T13:36:11.853Z Downloaded derive_more v2.1.1
8822026-05-14T13:36:11.853Z Downloaded pkcs8 v0.10.2
8832026-05-14T13:36:11.853Z Downloaded progenitor-client v0.10.0
8842026-05-14T13:36:11.853Z Downloaded polyval v0.6.2
8852026-05-14T13:36:11.857Z Downloaded litrs v1.0.0
8862026-05-14T13:36:11.857Z Downloaded progenitor v0.11.2
8872026-05-14T13:36:11.857Z Downloaded parking_lot_core v0.9.12
8882026-05-14T13:36:11.858Z Downloaded dropshot-api-manager v0.7.1
8892026-05-14T13:36:11.858Z Downloaded rand_xorshift v0.4.0
8902026-05-14T13:36:11.858Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-14T13:36:11.858Z Downloaded recursive v0.1.1
8922026-05-14T13:36:11.858Z Downloaded progenitor-extras v0.2.0
8932026-05-14T13:36:11.858Z Downloaded progenitor-client v0.13.0
8942026-05-14T13:36:11.858Z Downloaded phf v0.13.1
8952026-05-14T13:36:11.858Z Downloaded omicron-zone-package v0.12.2
8962026-05-14T13:36:11.866Z Downloaded progenitor v0.10.0
8972026-05-14T13:36:11.866Z Downloaded proc-macro-error2 v2.0.1
8982026-05-14T13:36:11.866Z Downloaded ref-cast v1.0.25
8992026-05-14T13:36:11.883Z Downloaded owo-colors v4.3.0
9002026-05-14T13:36:11.883Z Downloaded rtoolbox v0.0.3
9012026-05-14T13:36:11.883Z Downloaded rfc6979 v0.4.0
9022026-05-14T13:36:11.883Z Downloaded ref-cast-impl v1.0.25
9032026-05-14T13:36:11.883Z Downloaded progenitor v0.14.0
9042026-05-14T13:36:11.884Z Downloaded progenitor v0.13.0
9052026-05-14T13:36:11.884Z Downloaded ignore v0.4.25
9062026-05-14T13:36:11.884Z Downloaded parking_lot v0.12.5
9072026-05-14T13:36:11.884Z Downloaded russh-cryptovec v0.7.3
9082026-05-14T13:36:11.884Z Downloaded progenitor-macro v0.10.0
9092026-05-14T13:36:11.884Z Downloaded paste v1.0.15
9102026-05-14T13:36:11.884Z Downloaded nu-ansi-term v0.50.3
9112026-05-14T13:36:11.891Z Downloaded rustc-hash v2.1.1
9122026-05-14T13:36:11.891Z Downloaded rustc_version v0.1.7
9132026-05-14T13:36:11.891Z Downloaded psm v0.1.30
9142026-05-14T13:36:11.891Z Downloaded postgres-types v0.2.12
9152026-05-14T13:36:11.891Z Downloaded postcard v1.1.3
9162026-05-14T13:36:11.891Z Downloaded heapless v0.7.17
9172026-05-14T13:36:11.892Z Downloaded rand_chacha v0.3.1
9182026-05-14T13:36:11.892Z Downloaded miniz_oxide v0.8.9
9192026-05-14T13:36:11.901Z Downloaded papergrid v0.17.0
9202026-05-14T13:36:11.901Z Downloaded pin-project-lite v0.2.17
9212026-05-14T13:36:11.911Z Downloaded r2d2 v0.8.10
9222026-05-14T13:36:11.911Z Downloaded rustc_version v0.4.1
9232026-05-14T13:36:11.911Z Downloaded pkcs1 v0.7.5
9242026-05-14T13:36:11.911Z Downloaded pem-rfc7468 v0.7.0
9252026-05-14T13:36:11.911Z Downloaded rand_seeder v0.4.0
9262026-05-14T13:36:11.911Z Downloaded rand_core v0.10.0
9272026-05-14T13:36:11.912Z Downloaded rand_core v0.9.5
9282026-05-14T13:36:11.912Z Downloaded pkcs5 v0.7.1
9292026-05-14T13:36:11.916Z Downloaded rand_core v0.6.4
9302026-05-14T13:36:11.916Z Downloaded rand_chacha v0.9.0
9312026-05-14T13:36:11.916Z Downloaded num_enum v0.7.5
9322026-05-14T13:36:11.925Z Downloaded salsa20 v0.10.2
9332026-05-14T13:36:11.926Z Downloaded oxnet v0.1.4
9342026-05-14T13:36:11.926Z Downloaded memmap2 v0.9.10
9352026-05-14T13:36:11.926Z Downloaded same-file v1.0.6
9362026-05-14T13:36:11.926Z Downloaded compact_str v0.8.1
9372026-05-14T13:36:11.926Z Downloaded scopeguard v1.2.0
9382026-05-14T13:36:11.934Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-14T13:36:11.934Z Downloaded sapling-renderdag v0.1.0
9402026-05-14T13:36:11.934Z Downloaded arc-swap v1.8.2
9412026-05-14T13:36:11.934Z Downloaded diesel_derives v2.3.7
9422026-05-14T13:36:11.934Z Downloaded resolv-conf v0.7.6
9432026-05-14T13:36:11.938Z Downloaded derive_more-impl v2.1.1
9442026-05-14T13:36:11.938Z Downloaded secrecy v0.10.3
9452026-05-14T13:36:11.938Z Downloaded oso v0.27.3
9462026-05-14T13:36:11.941Z Downloaded ed25519-dalek v2.2.0
9472026-05-14T13:36:11.944Z Downloaded secrecy v0.8.0
9482026-05-14T13:36:11.944Z Downloaded seq-macro v0.3.6
9492026-05-14T13:36:11.944Z Downloaded p256 v0.13.2
9502026-05-14T13:36:11.947Z Downloaded hashbrown v0.13.2
9512026-05-14T13:36:11.950Z Downloaded newtype_derive v0.1.6
9522026-05-14T13:36:11.950Z Downloaded dropshot_endpoint v0.16.7
9532026-05-14T13:36:11.953Z Downloaded memoffset v0.9.1
9542026-05-14T13:36:11.955Z Downloaded impl-trait-for-tuples v0.2.3
9552026-05-14T13:36:11.955Z Downloaded lzss v0.8.2
9562026-05-14T13:36:11.958Z Downloaded scrypt v0.11.0
9572026-05-14T13:36:11.958Z Downloaded scroll_derive v0.13.1
9582026-05-14T13:36:11.958Z Downloaded hickory-resolver v0.24.4
9592026-05-14T13:36:11.961Z Downloaded serde_bytes v0.11.19
9602026-05-14T13:36:11.967Z Downloaded serde_repr v0.1.20
9612026-05-14T13:36:11.967Z Downloaded serde_plain v1.0.2
9622026-05-14T13:36:11.967Z Downloaded serde-big-array v0.5.1
9632026-05-14T13:36:11.967Z Downloaded rustls-pemfile v2.2.0
9642026-05-14T13:36:11.967Z Downloaded rustls-pemfile v1.0.4
9652026-05-14T13:36:11.972Z Downloaded sha1 v0.10.6
9662026-05-14T13:36:11.972Z Downloaded semver v0.1.20
9672026-05-14T13:36:11.972Z Downloaded sigpipe v0.1.3
9682026-05-14T13:36:11.972Z Downloaded signature v2.2.0
9692026-05-14T13:36:11.973Z Downloaded signal-hook-tokio v0.3.1
9702026-05-14T13:36:11.973Z Downloaded quinn-udp v0.5.14
9712026-05-14T13:36:11.976Z Downloaded siphasher v1.0.2
9722026-05-14T13:36:11.976Z Downloaded serde_urlencoded v0.7.1
9732026-05-14T13:36:11.977Z Downloaded hickory-resolver v0.25.2
9742026-05-14T13:36:11.981Z Downloaded serde_spanned v1.0.4
9752026-05-14T13:36:11.981Z Downloaded rusty-fork v0.3.1
9762026-05-14T13:36:11.981Z Downloaded hickory-server v0.25.2
9772026-05-14T13:36:11.983Z Downloaded pin-project v1.1.11
9782026-05-14T13:36:11.988Z Downloaded slog-envlogger v2.2.0
9792026-05-14T13:36:11.991Z Downloaded shell-words v1.1.1
9802026-05-14T13:36:11.991Z Downloaded prefix-trie v0.7.0
9812026-05-14T13:36:11.993Z Downloaded scroll v0.13.0
9822026-05-14T13:36:11.993Z Downloaded signal-hook-mio v0.2.5
9832026-05-14T13:36:11.993Z Downloaded schemars_derive v0.8.22
9842026-05-14T13:36:11.996Z Downloaded rustversion v1.0.22
9852026-05-14T13:36:11.996Z Downloaded hyper-util v0.1.20
9862026-05-14T13:36:12.000Z Downloaded http v1.4.0
9872026-05-14T13:36:12.008Z Downloaded progenitor-impl v0.11.2
9882026-05-14T13:36:12.008Z Downloaded progenitor-impl v0.10.0
9892026-05-14T13:36:12.008Z Downloaded async-compression v0.4.41
9902026-05-14T13:36:12.015Z Downloaded serde_path_to_error v0.1.20
9912026-05-14T13:36:12.015Z Downloaded serde_derive_internals v0.29.1
9922026-05-14T13:36:12.015Z Downloaded rustls-native-certs v0.8.3
9932026-05-14T13:36:12.015Z Downloaded lru-cache v0.1.2
9942026-05-14T13:36:12.026Z Downloaded hostname v0.4.2
9952026-05-14T13:36:12.027Z Downloaded derive_more v0.99.20
9962026-05-14T13:36:12.027Z Downloaded slog-bunyan v2.5.0
9972026-05-14T13:36:12.027Z Downloaded darling v0.23.0
9982026-05-14T13:36:12.027Z Downloaded hashbrown v0.12.3
9992026-05-14T13:36:12.027Z Downloaded progenitor-impl v0.14.0
10002026-05-14T13:36:12.032Z Downloaded serde-hex v0.1.0
10012026-05-14T13:36:12.032Z Downloaded sec1 v0.7.3
10022026-05-14T13:36:12.032Z Downloaded sct v0.7.1
10032026-05-14T13:36:12.033Z Downloaded sqlparser_derive v0.5.0
10042026-05-14T13:36:12.033Z Downloaded colored v2.2.0
10052026-05-14T13:36:12.033Z Downloaded bzip2 v0.4.4
10062026-05-14T13:36:12.044Z Downloaded ssh-encoding v0.2.0
10072026-05-14T13:36:12.044Z Downloaded ssh-cipher v0.2.0
10082026-05-14T13:36:12.044Z Downloaded async-trait v0.1.89
10092026-05-14T13:36:12.044Z Downloaded crossbeam-utils v0.8.21
10102026-05-14T13:36:12.070Z Downloaded darling_macro v0.20.11
10112026-05-14T13:36:12.070Z Downloaded rustls-pki-types v1.14.0
10122026-05-14T13:36:12.070Z Downloaded dirs-sys-next v0.1.2
10132026-05-14T13:36:12.071Z Downloaded endian-type v0.1.2
10142026-05-14T13:36:12.071Z Downloaded ascii-canvas v3.0.0
10152026-05-14T13:36:12.071Z Downloaded prettyplease v0.2.37
10162026-05-14T13:36:12.071Z Downloaded itertools v0.10.5
10172026-05-14T13:36:12.071Z Downloaded shlex v1.3.0
10182026-05-14T13:36:12.071Z Downloaded blowfish v0.9.1
10192026-05-14T13:36:12.071Z Downloaded bitflags v1.3.2
10202026-05-14T13:36:12.071Z Downloaded crossbeam-epoch v0.9.18
10212026-05-14T13:36:12.071Z Downloaded castaway v0.2.4
10222026-05-14T13:36:12.071Z Downloaded const_format_proc_macros v0.2.34
10232026-05-14T13:36:12.071Z Downloaded base64ct v1.8.3
10242026-05-14T13:36:12.072Z Downloaded structmeta v0.3.0
10252026-05-14T13:36:12.072Z Downloaded strip-ansi-escapes v0.2.1
10262026-05-14T13:36:12.072Z Downloaded async-stream v0.3.6
10272026-05-14T13:36:12.072Z Downloaded slab v0.4.12
10282026-05-14T13:36:12.072Z Downloaded structmeta-derive v0.3.0
10292026-05-14T13:36:12.072Z Downloaded slog-async v2.8.0
10302026-05-14T13:36:12.072Z Downloaded simd-adler32 v0.3.8
10312026-05-14T13:36:12.077Z Downloaded signal-hook-registry v1.4.8
10322026-05-14T13:36:12.078Z Downloaded strum v0.27.2
10332026-05-14T13:36:12.078Z Downloaded strum v0.26.3
10342026-05-14T13:36:12.078Z Downloaded tagptr v0.2.0
10352026-05-14T13:36:12.078Z Downloaded progenitor-impl v0.13.0
10362026-05-14T13:36:12.078Z Downloaded pretty_assertions v1.4.1
10372026-05-14T13:36:12.078Z Downloaded subtle v2.6.1
10382026-05-14T13:36:12.078Z Downloaded minimal-lexical v0.2.1
10392026-05-14T13:36:12.078Z Downloaded ron v0.8.1
10402026-05-14T13:36:12.081Z Downloaded slog-json v2.6.1
10412026-05-14T13:36:12.081Z Downloaded smf v0.2.3
10422026-05-14T13:36:12.083Z Downloaded smallvec v0.6.14
10432026-05-14T13:36:12.084Z Downloaded openssl-sys v0.9.115
10442026-05-14T13:36:12.086Z Downloaded snafu-derive v0.8.9
10452026-05-14T13:36:12.089Z Downloaded tabled_derive v0.11.0
10462026-05-14T13:36:12.089Z Downloaded termtree v0.5.1
10472026-05-14T13:36:12.089Z Downloaded tap v1.0.1
10482026-05-14T13:36:12.089Z Downloaded take_mut v0.2.2
10492026-05-14T13:36:12.092Z Downloaded tabwriter v1.4.1
10502026-05-14T13:36:12.092Z Downloaded sync_wrapper v1.0.2
10512026-05-14T13:36:12.092Z Downloaded sync-ptr v0.1.4
10522026-05-14T13:36:12.092Z Downloaded supports-color v3.0.2
10532026-05-14T13:36:12.095Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-14T13:36:12.095Z Downloaded russh-keys v0.45.0
10552026-05-14T13:36:12.098Z Downloaded mio v1.2.0
10562026-05-14T13:36:12.101Z Downloaded slog-stdlog v4.1.1
10572026-05-14T13:36:12.101Z Downloaded spki v0.7.3
10582026-05-14T13:36:12.101Z Downloaded serde_cbor v0.11.2
10592026-05-14T13:36:12.104Z Downloaded slog-dtrace v0.3.0
10602026-05-14T13:36:12.113Z Downloaded serde_with_macros v3.17.0
10612026-05-14T13:36:12.116Z Downloaded thread-id v5.1.0
10622026-05-14T13:36:12.116Z Downloaded time-core v0.1.8
10632026-05-14T13:36:12.118Z Downloaded testing_table v0.3.0
10642026-05-14T13:36:12.119Z Downloaded sqlformat v0.3.5
10652026-05-14T13:36:12.121Z Downloaded stringprep v0.1.5
10662026-05-14T13:36:12.121Z Downloaded tinyvec_macros v0.1.1
10672026-05-14T13:36:12.124Z Downloaded static_assertions v1.1.0
10682026-05-14T13:36:12.124Z Downloaded stacker v0.1.23
10692026-05-14T13:36:12.124Z Downloaded aes v0.8.4
10702026-05-14T13:36:12.127Z Downloaded aes-gcm v0.10.3
10712026-05-14T13:36:12.130Z Downloaded ryu v1.0.23
10722026-05-14T13:36:12.133Z Downloaded nom v7.1.3
10732026-05-14T13:36:12.135Z Downloaded rustls-platform-verifier v0.6.2
10742026-05-14T13:36:12.138Z Downloaded strum_macros v0.24.3
10752026-05-14T13:36:12.138Z Downloaded slog-scope v4.4.1
10762026-05-14T13:36:12.139Z Downloaded string_cache v0.8.9
10772026-05-14T13:36:12.141Z Downloaded tokio-macros v2.7.0
10782026-05-14T13:36:12.141Z Downloaded rcgen v0.12.1
10792026-05-14T13:36:12.147Z Downloaded slog-term v2.9.2
10802026-05-14T13:36:12.150Z Downloaded strum_macros v0.27.2
10812026-05-14T13:36:12.153Z Downloaded strum_macros v0.26.4
10822026-05-14T13:36:12.156Z Downloaded rayon-core v1.13.0
10832026-05-14T13:36:12.156Z Downloaded quinn v0.11.9
10842026-05-14T13:36:12.158Z Downloaded aho-corasick v1.1.4
10852026-05-14T13:36:12.164Z Downloaded thiserror-no-std v2.0.2
10862026-05-14T13:36:12.170Z Downloaded support-bundle-viewer v0.1.2
10872026-05-14T13:36:12.173Z Downloaded itertools v0.13.0
10882026-05-14T13:36:12.175Z Downloaded termios v0.3.3
10892026-05-14T13:36:12.175Z Downloaded time-macros v0.2.27
10902026-05-14T13:36:12.178Z Downloaded itertools v0.12.1
10912026-05-14T13:36:12.181Z Downloaded tls_codec v0.4.2
10922026-05-14T13:36:12.181Z Downloaded tower-layer v0.3.3
10932026-05-14T13:36:12.183Z Downloaded tower-service v0.3.3
10942026-05-14T13:36:12.183Z Downloaded topological-sort v0.2.2
10952026-05-14T13:36:12.184Z Downloaded jiff-static v0.2.21
10962026-05-14T13:36:12.187Z Downloaded qorb v0.4.1
10972026-05-14T13:36:12.189Z Downloaded thread_local v1.1.9
10982026-05-14T13:36:12.189Z Downloaded futures-util v0.3.32
10992026-05-14T13:36:12.195Z Downloaded trait-variant v0.1.2
11002026-05-14T13:36:12.198Z Downloaded try-lock v0.2.5
11012026-05-14T13:36:12.198Z Downloaded tls_codec_derive v0.4.2
11022026-05-14T13:36:12.198Z Downloaded signal-hook v0.3.18
11032026-05-14T13:36:12.200Z Downloaded hashbrown v0.15.5
11042026-05-14T13:36:12.203Z Downloaded unarray v0.1.4
11052026-05-14T13:36:12.206Z Downloaded tokio-tungstenite v0.21.0
11062026-05-14T13:36:12.206Z Downloaded tokio-dtrace v0.1.1
11072026-05-14T13:36:12.208Z Downloaded schemars v0.8.22
11082026-05-14T13:36:12.212Z Downloaded typify-macro v0.6.2
11092026-05-14T13:36:12.214Z Downloaded typify-macro v0.4.3
11102026-05-14T13:36:12.215Z Downloaded tokio-native-tls v0.3.1
11112026-05-14T13:36:12.215Z Downloaded slog v2.8.2
11122026-05-14T13:36:12.217Z Downloaded schemars v0.9.0
11132026-05-14T13:36:12.223Z Downloaded unicode-truncate v1.1.0
11142026-05-14T13:36:12.226Z Downloaded tokio-rustls v0.25.0
11152026-05-14T13:36:12.226Z Downloaded untrusted v0.7.1
11162026-05-14T13:36:12.228Z Downloaded publicsuffix v2.3.0
11172026-05-14T13:36:12.229Z Downloaded untrusted v0.9.0
11182026-05-14T13:36:12.231Z Downloaded utf-8 v0.7.6
11192026-05-14T13:36:12.231Z Downloaded rand v0.9.2
11202026-05-14T13:36:12.234Z Downloaded universal-hash v0.5.1
11212026-05-14T13:36:12.234Z Downloaded iddqd v0.3.18
11222026-05-14T13:36:12.237Z Downloaded unit-prefix v0.5.2
11232026-05-14T13:36:12.240Z Downloaded term v1.2.1
11242026-05-14T13:36:12.240Z Downloaded socket2 v0.5.10
11252026-05-14T13:36:12.243Z Downloaded term v0.7.0
11262026-05-14T13:36:12.243Z Downloaded spin v0.9.8
11272026-05-14T13:36:12.245Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-05-14T13:36:12.245Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-05-14T13:36:12.248Z Downloaded libxml v0.3.3
11302026-05-14T13:36:12.251Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-14T13:36:12.251Z Downloaded void v1.0.2
11322026-05-14T13:36:12.251Z Downloaded usdt-attr-macro v0.6.0
11332026-05-14T13:36:12.254Z Downloaded tiny-keccak v2.0.2
11342026-05-14T13:36:12.254Z Downloaded socket2 v0.6.3
11352026-05-14T13:36:12.256Z Downloaded similar v2.7.0
11362026-05-14T13:36:12.259Z Downloaded rustls-webpki v0.103.9
11372026-05-14T13:36:12.259Z Downloaded rsa v0.9.10
11382026-05-14T13:36:12.262Z Downloaded serde_yaml v0.9.34+deprecated
11392026-05-14T13:36:12.265Z Downloaded tui-tree-widget v0.23.1
11402026-05-14T13:36:12.265Z Downloaded libm v0.2.16
11412026-05-14T13:36:12.271Z Downloaded want v0.3.1
11422026-05-14T13:36:12.283Z Downloaded waitgroup v0.1.2
11432026-05-14T13:36:12.283Z Downloaded wait-timeout v0.2.1
11442026-05-14T13:36:12.283Z Downloaded unicase v2.9.0
11452026-05-14T13:36:12.283Z Downloaded num-bigint-dig v0.8.6
11462026-05-14T13:36:12.283Z Downloaded tokio-stream v0.1.18
11472026-05-14T13:36:12.283Z Downloaded tokio-rustls v0.26.4
11482026-05-14T13:36:12.283Z Downloaded hashbrown v0.16.1
11492026-05-14T13:36:12.298Z Downloaded h2 v0.4.13
11502026-05-14T13:36:12.298Z Downloaded schemars v1.2.1
11512026-05-14T13:36:12.305Z Downloaded tokio-rustls v0.24.1
11522026-05-14T13:36:12.305Z Downloaded subprocess v0.2.15
11532026-05-14T13:36:12.305Z Downloaded usdt v0.6.0
11542026-05-14T13:36:12.306Z Downloaded tokio-tungstenite v0.23.1
11552026-05-14T13:36:12.306Z Downloaded rand v0.8.6
11562026-05-14T13:36:12.306Z Downloaded test-strategy v0.4.5
11572026-05-14T13:36:12.336Z Downloaded zeroize_derive v1.4.3
11582026-05-14T13:36:12.336Z Downloaded xattr v1.6.1
11592026-05-14T13:36:12.336Z Downloaded num-bigint v0.4.6
11602026-05-14T13:36:12.336Z Downloaded hyper v1.8.1
11612026-05-14T13:36:12.350Z Downloaded iri-string v0.7.10
11622026-05-14T13:36:12.350Z Downloaded vergen-git2 v1.0.7
11632026-05-14T13:36:12.350Z Downloaded usdt-macro v0.6.0
11642026-05-14T13:36:12.350Z Downloaded tinyvec v1.10.0
11652026-05-14T13:36:12.350Z Downloaded usdt-impl v0.6.0
11662026-05-14T13:36:12.351Z Downloaded zone v0.3.1
11672026-05-14T13:36:12.351Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-14T13:36:12.351Z Downloaded xshell-macros v0.2.7
11692026-05-14T13:36:12.351Z Downloaded vergen-gitcl v1.0.8
11702026-05-14T13:36:12.351Z Downloaded itertools v0.14.0
11712026-05-14T13:36:12.351Z Downloaded whoami v1.6.1
11722026-05-14T13:36:12.351Z Downloaded vsss-rs v3.3.4
11732026-05-14T13:36:12.351Z Downloaded vergen-lib v0.1.6
11742026-05-14T13:36:12.351Z Downloaded twox-hash v2.1.2
11752026-05-14T13:36:12.351Z Downloaded zone_cfg_derive v0.3.1
11762026-05-14T13:36:12.351Z Downloaded whoami v2.1.0
11772026-05-14T13:36:12.358Z Downloaded walkdir v2.5.0
11782026-05-14T13:36:12.358Z Downloaded wyz v0.5.1
11792026-05-14T13:36:12.358Z Downloaded snafu v0.8.9
11802026-05-14T13:36:12.367Z Downloaded hkdf v0.12.4
11812026-05-14T13:36:12.367Z Downloaded blake3 v1.8.3
11822026-05-14T13:36:12.374Z Downloaded xshell v0.2.7
11832026-05-14T13:36:12.374Z Downloaded toml v1.0.6+spec-1.1.0
11842026-05-14T13:36:12.374Z Downloaded uzers v0.12.2
11852026-05-14T13:36:12.374Z Downloaded samael v0.0.19
11862026-05-14T13:36:12.377Z Downloaded tar v0.4.45
11872026-05-14T13:36:12.377Z Downloaded toml v0.9.12+spec-1.1.0
11882026-05-14T13:36:12.380Z Downloaded zeroize v1.8.2
11892026-05-14T13:36:12.380Z Downloaded vergen v9.0.6
11902026-05-14T13:36:12.380Z Downloaded toml v0.7.8
11912026-05-14T13:36:12.383Z Downloaded p521 v0.13.3
11922026-05-14T13:36:12.386Z Downloaded git2 v0.20.4
11932026-05-14T13:36:12.391Z Downloaded tracing-attributes v0.1.31
11942026-05-14T13:36:12.397Z Downloaded tungstenite v0.23.0
11952026-05-14T13:36:12.397Z Downloaded tracing-core v0.1.36
11962026-05-14T13:36:12.406Z Downloaded zstd v0.13.3
11972026-05-14T13:36:12.406Z Downloaded rand v0.10.0
11982026-05-14T13:36:12.411Z Downloaded zstd-safe v7.2.4
11992026-05-14T13:36:12.411Z Downloaded typify v0.4.3
12002026-05-14T13:36:12.411Z Downloaded unicode-properties v0.1.4
12012026-05-14T13:36:12.412Z Downloaded steno v0.4.1
12022026-05-14T13:36:12.419Z Downloaded unsafe-libyaml v0.2.11
12032026-05-14T13:36:12.422Z Downloaded rustyline v14.0.0
12042026-05-14T13:36:12.425Z Downloaded zerocopy v0.6.6
12052026-05-14T13:36:12.428Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-14T13:36:12.431Z Downloaded russh v0.45.0
12072026-05-14T13:36:12.442Z Downloaded vte v0.14.1
12082026-05-14T13:36:12.445Z Downloaded rpassword v7.4.0
12092026-05-14T13:36:12.448Z Downloaded tokio-postgres v0.7.16
12102026-05-14T13:36:12.451Z Downloaded typify v0.6.2
12112026-05-14T13:36:12.454Z Downloaded tungstenite v0.21.0
12122026-05-14T13:36:12.460Z Downloaded reedline v0.40.0
12132026-05-14T13:36:12.470Z Downloaded uuid v1.23.0
12142026-05-14T13:36:12.477Z Downloaded toml_edit v0.19.15
12152026-05-14T13:36:12.486Z Downloaded yasna v0.5.2
12162026-05-14T13:36:12.488Z Downloaded ssh-key v0.6.7
12172026-05-14T13:36:12.498Z Downloaded unicode-bidi v0.3.18
12182026-05-14T13:36:12.504Z Downloaded zopfli v0.8.3
12192026-05-14T13:36:12.507Z Downloaded bitvec v1.0.1
12202026-05-14T13:36:12.515Z Downloaded aws-lc-rs v1.16.3
12212026-05-14T13:36:12.520Z Downloaded reqwest v0.13.2
12222026-05-14T13:36:12.523Z Downloaded unicode_categories v0.1.1
12232026-05-14T13:36:12.526Z Downloaded p384 v0.13.1
12242026-05-14T13:36:12.529Z Downloaded reqwest v0.12.28
12252026-05-14T13:36:12.534Z Downloaded yansi v1.0.1
12262026-05-14T13:36:12.541Z Downloaded zip v0.6.6
12272026-05-14T13:36:12.544Z Downloaded lalrpop v0.19.12
12282026-05-14T13:36:12.553Z Downloaded regex v1.12.3
12292026-05-14T13:36:12.557Z Downloaded chrono v0.4.44
12302026-05-14T13:36:12.565Z Downloaded zerocopy-derive v0.8.40
12312026-05-14T13:36:12.570Z Downloaded rayon v1.11.0
12322026-05-14T13:36:12.578Z Downloaded salty v0.3.0
12332026-05-14T13:36:12.583Z Downloaded typed-path v0.9.3
12342026-05-14T13:36:12.587Z Downloaded rustls-webpki v0.101.7
12352026-05-14T13:36:12.595Z Downloaded x509-cert v0.2.5
12362026-05-14T13:36:12.599Z Downloaded unicode-segmentation v1.12.0
12372026-05-14T13:36:12.602Z Downloaded quick-xml v0.37.5
12382026-05-14T13:36:12.606Z Downloaded tower v0.5.3
12392026-05-14T13:36:12.610Z Downloaded portable-atomic v1.13.1
12402026-05-14T13:36:12.615Z Downloaded unicode-normalization v0.1.25
12412026-05-14T13:36:12.618Z Downloaded proptest v1.10.0
12422026-05-14T13:36:12.623Z Downloaded tokio-util v0.7.18
12432026-05-14T13:36:12.628Z Downloaded goblin v0.10.5
12442026-05-14T13:36:12.633Z Downloaded tough v0.22.0
12452026-05-14T13:36:12.638Z Downloaded zip v4.6.1
12462026-05-14T13:36:12.641Z Downloaded petname v2.0.2
12472026-05-14T13:36:12.644Z Downloaded serde_with v3.17.0
12482026-05-14T13:36:12.652Z Downloaded curve25519-dalek v4.1.3
12492026-05-14T13:36:12.657Z Downloaded tower-http v0.6.8
12502026-05-14T13:36:12.663Z Downloaded rustls-webpki v0.102.8
12512026-05-14T13:36:12.673Z Downloaded moka v0.12.13
12522026-05-14T13:36:12.678Z Downloaded quinn-proto v0.11.13
12532026-05-14T13:36:12.682Z Downloaded nix v0.27.1
12542026-05-14T13:36:12.689Z Downloaded bindgen v0.71.1
12552026-05-14T13:36:12.698Z Downloaded winnow v0.6.26
12562026-05-14T13:36:12.712Z Downloaded object v0.30.4
12572026-05-14T13:36:12.717Z Downloaded winnow v0.5.40
12582026-05-14T13:36:12.732Z Downloaded radix_trie v0.2.1
12592026-05-14T13:36:12.736Z Downloaded dropshot v0.16.7
12602026-05-14T13:36:12.750Z Downloaded polar-core v0.27.3
12612026-05-14T13:36:12.755Z Downloaded nix v0.28.0
12622026-05-14T13:36:12.762Z Downloaded tabled v0.20.0
12632026-05-14T13:36:12.773Z Downloaded openssl v0.10.79
12642026-05-14T13:36:12.779Z Downloaded dropshot v0.17.0
12652026-05-14T13:36:12.794Z Downloaded vcpkg v0.2.15
12662026-05-14T13:36:12.815Z Downloaded zlib-rs v0.6.2
12672026-05-14T13:36:12.819Z Downloaded time v0.3.47
12682026-05-14T13:36:12.826Z Downloaded regex-syntax v0.6.29
12692026-05-14T13:36:12.830Z Downloaded regress v0.10.5
12702026-05-14T13:36:12.835Z Downloaded regex-syntax v0.8.10
12712026-05-14T13:36:12.840Z Downloaded smoltcp v0.11.0
12722026-05-14T13:36:12.847Z Downloaded webpki-roots v1.0.6
12732026-05-14T13:36:12.850Z Downloaded regress v0.11.1
12742026-05-14T13:36:12.855Z Downloaded nix v0.31.2
12752026-05-14T13:36:12.862Z Downloaded smoltcp v0.9.1
12762026-05-14T13:36:12.869Z Downloaded rustls v0.23.37
12772026-05-14T13:36:12.877Z Downloaded diesel v2.3.7
12782026-05-14T13:36:12.889Z Downloaded zerocopy v0.8.40
12792026-05-14T13:36:12.895Z Downloaded rustls v0.22.4
12802026-05-14T13:36:12.903Z Downloaded object v0.37.3
12812026-05-14T13:36:12.910Z Downloaded openapiv3 v2.2.0
12822026-05-14T13:36:13.924Z Downloaded nix v0.29.0
12832026-05-14T13:36:13.928Z Downloaded typify-impl v0.6.2
12842026-05-14T13:36:13.928Z Downloaded hickory-proto v0.25.2
12852026-05-14T13:36:13.928Z Downloaded rustix v0.38.44
12862026-05-14T13:36:13.928Z Downloaded ratatui v0.29.0
12872026-05-14T13:36:13.928Z Downloaded bstr v1.12.1
12882026-05-14T13:36:13.928Z Downloaded regex-automata v0.4.14
12892026-05-14T13:36:13.928Z Downloaded rustls v0.21.12
12902026-05-14T13:36:13.928Z Downloaded hickory-proto v0.24.4
12912026-05-14T13:36:13.928Z Downloaded sqlparser v0.61.0
12922026-05-14T13:36:13.928Z Downloaded csv v1.4.0
12932026-05-14T13:36:13.928Z Downloaded tracing v0.1.44
12942026-05-14T13:36:13.928Z Downloaded sled v0.34.7
12952026-05-14T13:36:13.928Z Downloaded sha3 v0.10.8
12962026-05-14T13:36:13.928Z Downloaded tokio v1.52.1
12972026-05-14T13:36:13.929Z Downloaded typify-impl v0.4.3
12982026-05-14T13:36:13.929Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-14T13:36:13.929Z Downloaded zerocopy-derive v0.6.6
13002026-05-14T13:36:13.929Z Downloaded encoding_rs v0.8.35
13012026-05-14T13:36:13.929Z Downloaded ring v0.17.14
13022026-05-14T13:36:13.929Z Downloaded petgraph v0.6.5
13032026-05-14T13:36:13.929Z Downloaded chrono-tz v0.10.4
13042026-05-14T13:36:13.929Z Downloaded jiff v0.2.21
13052026-05-14T13:36:13.929Z Downloaded petgraph v0.8.3
13062026-05-14T13:36:13.929Z Downloaded libz-sys v1.1.24
13072026-05-14T13:36:13.929Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-14T13:36:13.929Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-14T13:36:13.929Z Downloaded aws-lc-sys v0.40.0
13102026-05-14T13:36:14.128Z Compiling libc v0.2.185
13112026-05-14T13:36:14.128Z Compiling serde v1.0.228
13122026-05-14T13:36:14.139Z Compiling log v0.4.29
13132026-05-14T13:36:14.139Z Compiling shlex v1.3.0
13142026-05-14T13:36:14.139Z Compiling find-msvc-tools v0.1.9
13152026-05-14T13:36:14.275Z Compiling smallvec v1.15.1
13162026-05-14T13:36:14.305Z Compiling syn v2.0.117
13172026-05-14T13:36:14.319Z Compiling typenum v1.19.0
13182026-05-14T13:36:14.450Z Compiling generic-array v0.14.7
13192026-05-14T13:36:14.464Z Compiling subtle v2.6.1
13202026-05-14T13:36:14.496Z Compiling scopeguard v1.2.0
13212026-05-14T13:36:14.553Z Compiling const-oid v0.9.6
13222026-05-14T13:36:14.586Z Compiling lock_api v0.4.14
13232026-05-14T13:36:14.600Z Compiling serde_json v1.0.149
13242026-05-14T13:36:14.646Z Compiling zerocopy v0.8.40
13252026-05-14T13:36:14.717Z Compiling parking_lot_core v0.9.12
13262026-05-14T13:36:14.821Z Compiling pin-project-lite v0.2.17
13272026-05-14T13:36:14.920Z Compiling portable-atomic v1.13.1
13282026-05-14T13:36:14.971Z Compiling pkg-config v0.3.32
13292026-05-14T13:36:15.087Z Compiling getrandom v0.2.17
13302026-05-14T13:36:15.160Z Compiling jobserver v0.1.34
13312026-05-14T13:36:15.267Z Compiling rand_core v0.6.4
13322026-05-14T13:36:15.301Z Compiling errno v0.3.14
13332026-05-14T13:36:15.382Z Compiling cc v1.2.56
13342026-05-14T13:36:15.528Z Compiling signal-hook-registry v1.4.8
13352026-05-14T13:36:15.543Z Compiling bitflags v2.11.0
13362026-05-14T13:36:15.546Z Compiling futures-core v0.3.32
13372026-05-14T13:36:15.620Z Compiling critical-section v1.2.0
13382026-05-14T13:36:15.708Z Compiling libm v0.2.16
13392026-05-14T13:36:15.730Z Compiling parking_lot v0.12.5
13402026-05-14T13:36:15.777Z Compiling mio v1.2.0
13412026-05-14T13:36:15.802Z Compiling num-traits v0.2.19
13422026-05-14T13:36:15.978Z Compiling once_cell v1.21.3
13432026-05-14T13:36:16.004Z Compiling percent-encoding v2.3.2
13442026-05-14T13:36:16.099Z Compiling socket2 v0.6.3
13452026-05-14T13:36:16.153Z Compiling futures-sink v0.3.32
13462026-05-14T13:36:16.185Z Compiling slab v0.4.12
13472026-05-14T13:36:16.199Z Compiling futures-task v0.3.32
13482026-05-14T13:36:16.257Z Compiling futures-channel v0.3.32
13492026-05-14T13:36:16.264Z Compiling cpufeatures v0.2.17
13502026-05-14T13:36:16.338Z Compiling getrandom v0.4.1
13512026-05-14T13:36:16.363Z Compiling futures-io v0.3.32
13522026-05-14T13:36:16.363Z Compiling rand_core v0.10.0
13532026-05-14T13:36:16.483Z Compiling indexmap v2.14.0
13542026-05-14T13:36:16.511Z Compiling getrandom v0.3.4
13552026-05-14T13:36:16.525Z Compiling rustversion v1.0.22
13562026-05-14T13:36:16.539Z Compiling form_urlencoded v1.2.2
13572026-05-14T13:36:16.733Z Compiling cmake v0.1.57
13582026-05-14T13:36:16.967Z Compiling dunce v1.0.5
13592026-05-14T13:36:16.981Z Compiling fs_extra v1.3.0
13602026-05-14T13:36:17.135Z Compiling synstructure v0.13.2
13612026-05-14T13:36:17.148Z Compiling ident_case v1.0.1
13622026-05-14T13:36:17.160Z Compiling base64ct v1.8.3
13632026-05-14T13:36:17.247Z Compiling aws-lc-sys v0.40.0
13642026-05-14T13:36:17.274Z Compiling flagset v0.4.7
13652026-05-14T13:36:17.400Z Compiling pem-rfc7468 v0.7.0
13662026-05-14T13:36:17.442Z Compiling regex-syntax v0.8.10
13672026-05-14T13:36:17.477Z Compiling rustix v1.1.3
13682026-05-14T13:36:17.480Z Compiling iana-time-zone v0.1.65
13692026-05-14T13:36:17.622Z Compiling rand_core v0.9.5
13702026-05-14T13:36:17.675Z Compiling ring v0.17.14
13712026-05-14T13:36:17.702Z Compiling vcpkg v0.2.15
13722026-05-14T13:36:17.719Z Compiling aws-lc-rs v1.16.3
13732026-05-14T13:36:17.893Z Compiling uuid v1.23.0
13742026-05-14T13:36:17.996Z Compiling rustc_version v0.4.1
13752026-05-14T13:36:18.347Z Compiling tracing-core v0.1.36
13762026-05-14T13:36:18.444Z Compiling openssl-sys v0.9.115
13772026-05-14T13:36:18.631Z Compiling base64 v0.22.1
13782026-05-14T13:36:18.854Z Compiling serde_derive v1.0.228
13792026-05-14T13:36:18.886Z Compiling zeroize_derive v1.4.3
13802026-05-14T13:36:18.944Z Compiling zerofrom-derive v0.1.6
13812026-05-14T13:36:18.958Z Compiling yoke-derive v0.8.1
13822026-05-14T13:36:19.200Z Compiling zerocopy-derive v0.8.40
13832026-05-14T13:36:19.519Z Compiling zeroize v1.8.2
13842026-05-14T13:36:19.776Z Compiling zerovec-derive v0.11.2
13852026-05-14T13:36:20.099Z Compiling displaydoc v0.2.5
13862026-05-14T13:36:20.262Z Compiling crypto-common v0.1.7
13872026-05-14T13:36:20.324Z Compiling zerofrom v0.1.6
13882026-05-14T13:36:20.409Z Compiling block-buffer v0.10.4
13892026-05-14T13:36:20.446Z Compiling yoke v0.8.1
13902026-05-14T13:36:20.579Z Compiling digest v0.10.7
13912026-05-14T13:36:20.628Z Compiling tokio-macros v2.7.0
13922026-05-14T13:36:20.823Z Compiling zerotrie v0.2.3
13932026-05-14T13:36:20.823Z Compiling futures-macro v0.3.32
13942026-05-14T13:36:20.855Z Compiling zerovec v0.11.5
13952026-05-14T13:36:21.112Z Compiling hmac v0.12.1
13962026-05-14T13:36:21.280Z Compiling block-padding v0.3.3
13972026-05-14T13:36:21.343Z Compiling tinystr v0.8.2
13982026-05-14T13:36:21.357Z Compiling potential_utf v0.1.4
13992026-05-14T13:36:21.436Z Compiling inout v0.1.4
14002026-05-14T13:36:21.510Z Compiling icu_locale_core v2.1.1
14012026-05-14T13:36:21.534Z Compiling icu_collections v2.1.1
14022026-05-14T13:36:21.599Z Compiling cipher v0.4.4
14032026-05-14T13:36:21.615Z Compiling futures-util v0.3.32
14042026-05-14T13:36:21.853Z Compiling sha2 v0.10.9
14052026-05-14T13:36:21.996Z Compiling der_derive v0.7.3
14062026-05-14T13:36:22.257Z Compiling bytes v1.11.1
14072026-05-14T13:36:22.352Z Compiling icu_provider v2.1.1
14082026-05-14T13:36:22.645Z Compiling icu_properties v2.1.2
14092026-05-14T13:36:22.667Z Compiling icu_normalizer v2.1.1
14102026-05-14T13:36:22.864Z Compiling tokio v1.52.1
14112026-05-14T13:36:22.923Z Compiling der v0.7.10
14122026-05-14T13:36:23.194Z Compiling http v1.4.0
14132026-05-14T13:36:23.208Z Compiling chrono v0.4.44
14142026-05-14T13:36:23.511Z Compiling ppv-lite86 v0.2.21
14152026-05-14T13:36:23.764Z Compiling idna_adapter v1.2.1
14162026-05-14T13:36:23.832Z Compiling spki v0.7.3
14172026-05-14T13:36:23.861Z Compiling salsa20 v0.10.2
14182026-05-14T13:36:23.899Z Compiling idna v1.1.0
14192026-05-14T13:36:24.001Z Compiling pbkdf2 v0.12.2
14202026-05-14T13:36:24.034Z Compiling rustls-pki-types v1.14.0
14212026-05-14T13:36:24.117Z Compiling tracing-attributes v0.1.31
14222026-05-14T13:36:24.131Z Compiling thiserror-impl v2.0.18
14232026-05-14T13:36:24.151Z Compiling scrypt v0.11.0
14242026-05-14T13:36:24.401Z Compiling url v2.5.8
14252026-05-14T13:36:24.486Z Compiling http-body v1.0.1
14262026-05-14T13:36:24.536Z Compiling rand_chacha v0.9.0
14272026-05-14T13:36:24.587Z Compiling cbc v0.1.2
14282026-05-14T13:36:24.636Z Compiling aes v0.8.4
14292026-05-14T13:36:24.819Z Compiling untrusted v0.7.1
14302026-05-14T13:36:24.946Z Compiling httparse v1.10.1
14312026-05-14T13:36:25.182Z Compiling openssl-probe v0.2.1
14322026-05-14T13:36:25.211Z Compiling untrusted v0.9.0
14332026-05-14T13:36:25.277Z Compiling tinyvec_macros v0.1.1
14342026-05-14T13:36:25.334Z Compiling tinyvec v1.10.0
14352026-05-14T13:36:25.399Z Compiling tracing v0.1.44
14362026-05-14T13:36:25.412Z Compiling pkcs5 v0.7.1
14372026-05-14T13:36:25.425Z Compiling thiserror v2.0.18
14382026-05-14T13:36:25.528Z Compiling pest_generator v2.8.6
14392026-05-14T13:36:25.655Z Compiling rand v0.9.2
14402026-05-14T13:36:25.668Z Compiling serde_derive_internals v0.29.1
14412026-05-14T13:36:25.680Z Compiling aho-corasick v1.1.4
14422026-05-14T13:36:25.868Z Compiling dyn-clone v1.0.20
14432026-05-14T13:36:26.006Z Compiling rustls v0.23.37
14442026-05-14T13:36:26.175Z Compiling tower-layer v0.3.3
14452026-05-14T13:36:26.201Z Compiling atomic-waker v1.1.2
14462026-05-14T13:36:26.325Z Compiling try-lock v0.2.5
14472026-05-14T13:36:26.344Z Compiling schemars v0.8.22
14482026-05-14T13:36:26.430Z Compiling tower-service v0.3.3
14492026-05-14T13:36:26.443Z Compiling regex-automata v0.4.14
14502026-05-14T13:36:26.526Z Compiling tokio-util v0.7.18
14512026-05-14T13:36:26.526Z Compiling schemars_derive v0.8.22
14522026-05-14T13:36:26.568Z Compiling want v0.3.1
14532026-05-14T13:36:26.729Z Compiling pest_derive v2.8.6
14542026-05-14T13:36:27.055Z Compiling pkcs8 v0.10.2
14552026-05-14T13:36:27.314Z Compiling h2 v0.4.13
14562026-05-14T13:36:27.354Z Compiling ipnet v2.11.0
14572026-05-14T13:36:27.433Z Compiling scroll_derive v0.13.1
14582026-05-14T13:36:27.521Z Compiling darling_core v0.20.11
14592026-05-14T13:36:27.744Z Compiling pin-utils v0.1.0
14602026-05-14T13:36:27.817Z Compiling foreign-types-shared v0.1.1
14612026-05-14T13:36:27.837Z Compiling httpdate v1.0.3
14622026-05-14T13:36:27.904Z Compiling openssl v0.10.79
14632026-05-14T13:36:28.055Z Compiling foreign-types v0.3.2
14642026-05-14T13:36:28.127Z Compiling tempfile v3.25.0
14652026-05-14T13:36:28.213Z Compiling scroll v0.13.0
14662026-05-14T13:36:28.455Z Compiling unicode-normalization v0.1.25
14672026-05-14T13:36:28.520Z Compiling openssl-macros v0.1.1
14682026-05-14T13:36:28.903Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-14T13:36:28.917Z Compiling spin v0.9.8
14702026-05-14T13:36:28.920Z Compiling time-core v0.1.8
14712026-05-14T13:36:29.074Z Compiling powerfmt v0.2.0
14722026-05-14T13:36:29.120Z Compiling crc32fast v1.5.0
14732026-05-14T13:36:29.277Z Compiling num-conv v0.2.0
14742026-05-14T13:36:29.280Z Compiling native-tls v0.2.18
14752026-05-14T13:36:29.422Z Compiling time-macros v0.2.27
14762026-05-14T13:36:29.492Z Compiling deranged v0.5.8
14772026-05-14T13:36:29.788Z Compiling darling_macro v0.20.11
14782026-05-14T13:36:30.236Z Compiling hyper v1.8.1
14792026-05-14T13:36:30.430Z Compiling darling v0.20.11
14802026-05-14T13:36:30.448Z Compiling goblin v0.10.5
14812026-05-14T13:36:30.462Z Compiling rustls-native-certs v0.8.3
14822026-05-14T13:36:30.511Z Compiling sync_wrapper v1.0.2
14832026-05-14T13:36:30.621Z Compiling wait-timeout v0.2.1
14842026-05-14T13:36:30.745Z Compiling siphasher v1.0.2
14852026-05-14T13:36:30.882Z Compiling num_threads v0.1.7
14862026-05-14T13:36:30.934Z Compiling bit-vec v0.8.0
14872026-05-14T13:36:30.979Z Compiling crossbeam-utils v0.8.21
14882026-05-14T13:36:31.165Z Compiling usdt-impl v0.6.0
14892026-05-14T13:36:31.185Z Compiling quick-error v1.2.3
14902026-05-14T13:36:31.260Z Compiling hyper-util v0.1.20
14912026-05-14T13:36:31.288Z Compiling unicode-segmentation v1.12.0
14922026-05-14T13:36:31.361Z Compiling simd-adler32 v0.3.8
14932026-05-14T13:36:31.606Z Compiling syn v1.0.109
14942026-05-14T13:36:31.750Z Compiling rusty-fork v0.3.1
14952026-05-14T13:36:31.970Z Compiling bit-set v0.8.0
14962026-05-14T13:36:31.986Z Compiling time v0.3.47
14972026-05-14T13:36:32.054Z Compiling tower v0.5.3
14982026-05-14T13:36:32.124Z Compiling derive_builder_core v0.20.2
14992026-05-14T13:36:32.513Z Compiling dtrace-parser v0.3.0
15002026-05-14T13:36:32.606Z Compiling http-body-util v0.1.3
15012026-05-14T13:36:32.845Z Compiling webpki-roots v1.0.6
15022026-05-14T13:36:32.932Z Compiling signature v2.2.0
15032026-05-14T13:36:32.966Z Compiling scroll_derive v0.12.1
15042026-05-14T13:36:32.979Z Compiling thiserror-impl v1.0.69
15052026-05-14T13:36:33.112Z Compiling dof v0.4.0
15062026-05-14T13:36:33.250Z Compiling heapless v0.7.17
15072026-05-14T13:36:33.505Z Compiling rand_xorshift v0.4.0
15082026-05-14T13:36:33.555Z Compiling slog v2.8.2
15092026-05-14T13:36:33.665Z Compiling darling_core v0.21.3
15102026-05-14T13:36:33.668Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-05-14T13:36:33.736Z Compiling thread-id v5.1.0
15122026-05-14T13:36:33.820Z Compiling cookie v0.18.1
15132026-05-14T13:36:33.946Z Compiling iri-string v0.7.10
15142026-05-14T13:36:34.001Z Compiling paste v1.0.15
15152026-05-14T13:36:34.265Z Compiling adler2 v2.0.1
15162026-05-14T13:36:34.265Z Compiling ryu v1.0.23
15172026-05-14T13:36:34.292Z Compiling unarray v0.1.4
15182026-05-14T13:36:34.402Z Compiling unicode-properties v0.1.4
15192026-05-14T13:36:34.416Z Compiling signal-hook v0.3.18
15202026-05-14T13:36:34.448Z Compiling anyhow v1.0.102
15212026-05-14T13:36:34.586Z Compiling zstd-safe v7.2.4
15222026-05-14T13:36:34.610Z Compiling unicode-bidi v0.3.18
15232026-05-14T13:36:34.625Z Compiling allocator-api2 v0.2.21
15242026-05-14T13:36:34.793Z Compiling serde_urlencoded v0.7.1
15252026-05-14T13:36:34.936Z Compiling stringprep v0.1.5
15262026-05-14T13:36:34.961Z Compiling proptest v1.10.0
15272026-05-14T13:36:35.032Z Compiling miniz_oxide v0.8.9
15282026-05-14T13:36:35.118Z Compiling tower-http v0.6.8
15292026-05-14T13:36:35.368Z Compiling thiserror v1.0.69
15302026-05-14T13:36:35.525Z Compiling scroll v0.12.0
15312026-05-14T13:36:35.676Z Compiling derive_builder_macro v0.20.2
15322026-05-14T13:36:36.069Z Compiling tokio-native-tls v0.3.1
15332026-05-14T13:36:36.099Z Compiling darling_macro v0.21.3
15342026-05-14T13:36:36.111Z Compiling heck v0.4.1
15352026-05-14T13:36:36.210Z Compiling ipnetwork v0.21.1
15362026-05-14T13:36:36.228Z Compiling bstr v1.12.1
15372026-05-14T13:36:36.242Z Compiling rand_chacha v0.3.1
15382026-05-14T13:36:36.329Z Compiling toml_datetime v0.6.11
15392026-05-14T13:36:36.558Z Compiling serde_tokenstream v0.2.3
15402026-05-14T13:36:36.587Z Compiling erased-serde v0.3.31
15412026-05-14T13:36:36.600Z Compiling serde_spanned v0.6.9
15422026-05-14T13:36:36.742Z Compiling md-5 v0.10.6
15432026-05-14T13:36:36.858Z Compiling async-trait v0.1.89
15442026-05-14T13:36:36.861Z Compiling zerocopy-derive v0.7.35
15452026-05-14T13:36:36.903Z Compiling pin-project-internal v1.1.11
15462026-05-14T13:36:37.045Z Compiling curve25519-dalek v4.1.3
15472026-05-14T13:36:37.058Z Compiling vergen-lib v0.1.6
15482026-05-14T13:36:37.234Z Compiling num-integer v0.1.46
15492026-05-14T13:36:37.371Z Compiling hash32 v0.2.1
15502026-05-14T13:36:37.561Z Compiling ff v0.13.1
15512026-05-14T13:36:37.573Z Compiling memoffset v0.9.1
15522026-05-14T13:36:37.697Z Compiling base16ct v0.2.0
15532026-05-14T13:36:37.710Z Compiling fallible-iterator v0.2.0
15542026-05-14T13:36:37.765Z Compiling smoltcp v0.9.1
15552026-05-14T13:36:37.854Z Compiling litrs v1.0.0
15562026-05-14T13:36:37.877Z Compiling psl-types v2.0.11
15572026-05-14T13:36:37.989Z Compiling rustix v0.38.44
15582026-05-14T13:36:38.003Z Compiling cfg_aliases v0.2.1
15592026-05-14T13:36:38.015Z Compiling ref-cast v1.0.25
15602026-05-14T13:36:38.075Z Compiling num-bigint-dig v0.8.6
15612026-05-14T13:36:38.095Z Compiling zlib-rs v0.6.2
15622026-05-14T13:36:38.360Z Compiling nix v0.31.2
15632026-05-14T13:36:38.374Z Compiling document-features v0.2.12
15642026-05-14T13:36:38.435Z Compiling pin-project v1.1.11
15652026-05-14T13:36:38.458Z Compiling postgres-protocol v0.6.10
15662026-05-14T13:36:38.534Z Compiling publicsuffix v2.3.0
15672026-05-14T13:36:38.707Z Compiling sec1 v0.7.3
15682026-05-14T13:36:38.828Z Compiling zerocopy v0.7.35
15692026-05-14T13:36:38.961Z Compiling group v0.13.0
15702026-05-14T13:36:39.003Z Compiling num-iter v0.1.45
15712026-05-14T13:36:39.155Z Compiling newtype-uuid v1.3.2
15722026-05-14T13:36:39.367Z Compiling darling v0.21.3
15732026-05-14T13:36:39.449Z Compiling rand v0.8.6
15742026-05-14T13:36:39.462Z Compiling oxnet v0.1.4
15752026-05-14T13:36:39.478Z Compiling snafu-derive v0.8.9
15762026-05-14T13:36:39.680Z Compiling hyper-tls v0.6.0
15772026-05-14T13:36:39.846Z Compiling derive_builder v0.20.2
15782026-05-14T13:36:39.860Z Compiling hubpack_derive v0.1.1
15792026-05-14T13:36:39.969Z Compiling goblin v0.8.2
15802026-05-14T13:36:40.641Z Compiling phf_shared v0.13.1
15812026-05-14T13:36:40.776Z Compiling lazy_static v1.5.0
15822026-05-14T13:36:40.873Z Compiling regex v1.12.3
15832026-05-14T13:36:40.876Z Compiling strum_macros v0.27.2
15842026-05-14T13:36:40.915Z Compiling futures-executor v0.3.32
15852026-05-14T13:36:41.172Z Compiling flate2 v1.1.9
15862026-05-14T13:36:41.299Z Compiling cargo-platform v0.1.9
15872026-05-14T13:36:41.328Z Compiling hex v0.4.3
15882026-05-14T13:36:41.342Z Compiling hkdf v0.12.4
15892026-05-14T13:36:41.506Z Compiling crypto-bigint v0.5.5
15902026-05-14T13:36:41.549Z Compiling terminal_size v0.4.3
15912026-05-14T13:36:41.583Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-14T13:36:41.596Z Compiling ref-cast-impl v1.0.25
15932026-05-14T13:36:41.685Z Compiling daft-derive v0.1.5
15942026-05-14T13:36:42.115Z Compiling vergen v9.0.6
15952026-05-14T13:36:42.207Z Compiling fs-err v3.3.0
15962026-05-14T13:36:42.292Z Compiling ahash v0.8.12
15972026-05-14T13:36:42.385Z Compiling encoding_rs v0.8.35
15982026-05-14T13:36:42.399Z Compiling winnow v0.5.40
15992026-05-14T13:36:42.493Z Compiling foldhash v0.2.0
16002026-05-14T13:36:42.719Z Compiling bitflags v1.3.2
16012026-05-14T13:36:42.793Z Compiling foldhash v0.1.5
16022026-05-14T13:36:42.807Z Compiling libbz2-rs-sys v0.2.2
16032026-05-14T13:36:42.962Z Compiling same-file v1.0.6
16042026-05-14T13:36:43.126Z Compiling managed v0.8.0
16052026-05-14T13:36:43.386Z Compiling bumpalo v3.20.2
16062026-05-14T13:36:43.407Z Compiling mime v0.3.17
16072026-05-14T13:36:43.498Z Compiling object v0.37.3
16082026-05-14T13:36:43.601Z Compiling zopfli v0.8.3
16092026-05-14T13:36:43.642Z Compiling clap_builder v4.5.60
16102026-05-14T13:36:43.663Z Compiling toml_edit v0.19.15
16112026-05-14T13:36:43.817Z Compiling bzip2 v0.6.1
16122026-05-14T13:36:43.911Z Compiling walkdir v2.5.0
16132026-05-14T13:36:44.020Z Compiling hashbrown v0.15.5
16142026-05-14T13:36:44.223Z Compiling strum v0.27.2
16152026-05-14T13:36:44.262Z Compiling hashbrown v0.16.1
16162026-05-14T13:36:44.403Z Compiling elliptic-curve v0.13.8
16172026-05-14T13:36:44.589Z Compiling daft v0.1.5
16182026-05-14T13:36:44.797Z Compiling dof v0.3.0
16192026-05-14T13:36:44.860Z Compiling cargo_metadata v0.19.2
16202026-05-14T13:36:44.938Z Compiling snafu v0.8.9
16212026-05-14T13:36:45.290Z Compiling futures v0.3.32
16222026-05-14T13:36:45.487Z Compiling phf v0.13.1
16232026-05-14T13:36:45.648Z Compiling signal-hook-mio v0.2.5
16242026-05-14T13:36:45.814Z Compiling cookie_store v0.22.1
16252026-05-14T13:36:46.121Z Compiling hubpack v0.1.2
16262026-05-14T13:36:46.160Z Compiling zstd v0.13.3
16272026-05-14T13:36:46.238Z Compiling bzip2 v0.4.4
16282026-05-14T13:36:46.332Z Compiling serde_with_macros v3.17.0
16292026-05-14T13:36:46.445Z Compiling postgres-types v0.2.12
16302026-05-14T13:36:46.503Z Compiling usdt-macro v0.6.0
16312026-05-14T13:36:46.579Z Compiling usdt-attr-macro v0.6.0
16322026-05-14T13:36:46.987Z Compiling globset v0.4.18
16332026-05-14T13:36:47.224Z Compiling dtrace-parser v0.2.0
16342026-05-14T13:36:47.351Z Compiling ed25519 v2.2.3
16352026-05-14T13:36:47.427Z Compiling phf_shared v0.11.3
16362026-05-14T13:36:47.546Z Compiling olpc-cjson v0.1.4
16372026-05-14T13:36:47.610Z Compiling pkcs1 v0.7.5
16382026-05-14T13:36:47.648Z Compiling clap_derive v4.5.55
16392026-05-14T13:36:47.661Z Compiling enum-as-inner v0.6.1
16402026-05-14T13:36:47.703Z Compiling strum_macros v0.26.4
16412026-05-14T13:36:47.962Z Compiling serde_plain v1.0.2
16422026-05-14T13:36:48.017Z Compiling serde-big-array v0.5.1
16432026-05-14T13:36:48.142Z Compiling rfc6979 v0.4.0
16442026-05-14T13:36:48.154Z Compiling pem v3.0.6
16452026-05-14T13:36:48.167Z Compiling async-recursion v1.1.1
16462026-05-14T13:36:48.234Z Compiling serde_repr v0.1.20
16472026-05-14T13:36:48.263Z Compiling float-cmp v0.10.0
16482026-05-14T13:36:48.447Z Compiling thread-id v4.2.2
16492026-05-14T13:36:48.492Z Compiling memmap2 v0.9.10
16502026-05-14T13:36:48.532Z Compiling env_filter v1.0.0
16512026-05-14T13:36:48.706Z Compiling predicates-core v1.0.10
16522026-05-14T13:36:48.801Z Compiling typed-path v0.9.3
16532026-05-14T13:36:48.804Z Compiling jiff v0.2.21
16542026-05-14T13:36:48.834Z Compiling fixedbitset v0.5.7
16552026-05-14T13:36:48.886Z Compiling keccak v0.1.6
16562026-05-14T13:36:49.139Z Compiling rustc-hash v2.1.1
16572026-05-14T13:36:49.264Z Compiling either v1.15.0
16582026-05-14T13:36:49.402Z Compiling normalize-line-endings v0.3.0
16592026-05-14T13:36:49.472Z Compiling precomputed-hash v0.1.1
16602026-05-14T13:36:49.472Z Compiling fixedbitset v0.4.2
16612026-05-14T13:36:49.498Z Compiling whoami v2.1.0
16622026-05-14T13:36:49.570Z Compiling difflib v0.4.0
16632026-05-14T13:36:49.680Z Compiling new_debug_unreachable v1.0.6
16642026-05-14T13:36:49.694Z Compiling data-encoding v2.10.0
16652026-05-14T13:36:49.753Z Compiling static_assertions v1.1.0
16662026-05-14T13:36:49.831Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16672026-05-14T13:36:49.861Z Compiling predicates v3.1.4
16682026-05-14T13:36:50.016Z Compiling hickory-proto v0.25.2
16692026-05-14T13:36:50.123Z Compiling string_cache v0.8.9
16702026-05-14T13:36:50.347Z Compiling tokio-postgres v0.7.16
16712026-05-14T13:36:50.365Z Compiling petgraph v0.6.5
16722026-05-14T13:36:50.492Z Compiling strum v0.26.3
16732026-05-14T13:36:50.630Z Compiling itertools v0.13.0
16742026-05-14T13:36:50.920Z Compiling clap v4.5.60
16752026-05-14T13:36:51.009Z Compiling iddqd v0.3.18
16762026-05-14T13:36:51.798Z Compiling zip v4.6.1
16772026-05-14T13:36:51.823Z Compiling sha3 v0.10.8
16782026-05-14T13:36:52.128Z Compiling petgraph v0.8.3
16792026-05-14T13:36:52.279Z Compiling toml_edit v0.22.27
16802026-05-14T13:36:52.476Z Compiling env_logger v0.11.9
16812026-05-14T13:36:52.579Z Compiling usdt v0.6.0
16822026-05-14T13:36:52.742Z Compiling usdt-impl v0.5.0
16832026-05-14T13:36:52.821Z Compiling ecdsa v0.16.9
16842026-05-14T13:36:52.834Z Compiling rsa v0.9.10
16852026-05-14T13:36:52.909Z Compiling ed25519-dalek v2.2.0
16862026-05-14T13:36:53.202Z Compiling serde_with v3.17.0
16872026-05-14T13:36:53.322Z Compiling crossterm v0.28.1
16882026-05-14T13:36:54.083Z Compiling zip v0.6.6
16892026-05-14T13:36:54.620Z Compiling toml v0.7.8
16902026-05-14T13:36:55.003Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-05-14T13:36:55.019Z Compiling similar v2.7.0
16922026-05-14T13:36:55.052Z Compiling crossbeam-epoch v0.9.18
16932026-05-14T13:36:55.168Z Compiling tokio-stream v0.1.18
16942026-05-14T13:36:55.218Z Compiling buf-list v1.1.2
16952026-05-14T13:36:55.373Z Compiling x509-cert v0.2.5
16962026-05-14T13:36:55.491Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-05-14T13:36:55.614Z Compiling openapiv3 v2.2.0
16982026-05-14T13:36:55.628Z Compiling sha1 v0.10.6
16992026-05-14T13:36:55.791Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-14T13:36:55.846Z Compiling peg-runtime v0.8.5
17012026-05-14T13:36:55.882Z Compiling lalrpop-util v0.19.12
17022026-05-14T13:36:56.072Z Compiling thread_local v1.1.9
17032026-05-14T13:36:56.072Z Compiling slog-async v2.8.0
17042026-05-14T13:36:56.126Z Compiling crossbeam-channel v0.5.15
17052026-05-14T13:36:56.186Z Compiling is-terminal v0.4.17
17062026-05-14T13:36:56.283Z Compiling filetime v0.2.27
17072026-05-14T13:36:56.330Z Compiling take_mut v0.2.2
17082026-05-14T13:36:56.389Z Compiling xattr v1.6.1
17092026-05-14T13:36:56.441Z Compiling term v1.2.1
17102026-05-14T13:36:56.557Z Compiling tar v0.4.45
17112026-05-14T13:36:56.907Z Compiling slog-term v2.9.2
17122026-05-14T13:37:06.657Z Compiling rustls-webpki v0.103.9
17132026-05-14T13:37:09.411Z Compiling tokio-rustls v0.26.4
17142026-05-14T13:37:09.411Z Compiling rustls-platform-verifier v0.6.2
17152026-05-14T13:37:09.614Z Compiling hyper-rustls v0.27.7
17162026-05-14T13:37:09.814Z Compiling reqwest v0.12.28
17172026-05-14T13:37:09.828Z Compiling reqwest v0.13.2
17182026-05-14T13:37:11.044Z Compiling tough v0.22.0
17192026-05-14T13:37:13.563Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-05-14T13:37:13.780Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-05-14T13:37:16.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17222026-05-14T13:37:16.716Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-05-14T13:37:16.770ZMay 14 13:37:15.379 INFO Starting download, target: Cockroach
17242026-05-14T13:37:16.770ZMay 14 13:37:15.380 INFO Starting download, target: Console
17252026-05-14T13:37:16.770ZMay 14 13:37:15.380 INFO Starting download, target: Clickhouse
17262026-05-14T13:37:16.770ZMay 14 13:37:15.380 INFO Starting download, target: DendriteStub
17272026-05-14T13:37:16.770ZMay 14 13:37:15.380 INFO Starting download, target: MaghemiteMgd
17282026-05-14T13:37:16.773ZMay 14 13:37:15.380 INFO Starting download, target: TransceiverControl
17292026-05-14T13:37:16.773ZMay 14 13:37:15.380 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-05-14T13:37:16.774ZMay 14 13:37:15.380 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-05-14T13:37:16.774ZMay 14 13:37:15.380 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-14T13:37:16.774ZMay 14 13:37:15.380 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-05-14T13:37:16.774ZMay 14 13:37:15.380 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-14T13:37:16.774ZMay 14 13:37:15.380 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-14T13:37:17.064ZMay 14 13:37:15.673 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-05-14T13:37:17.274ZMay 14 13:37:15.876 INFO Download complete, target: TransceiverControl
17372026-05-14T13:37:17.671ZMay 14 13:37:16.278 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-05-14T13:37:17.848ZMay 14 13:37:16.453 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-05-14T13:37:18.079ZMay 14 13:37:16.680 INFO Download complete, target: Console
17402026-05-14T13:37:18.261ZMay 14 13:37:16.870 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-05-14T13:37:18.591ZMay 14 13:37:17.200 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-14T13:37:18.591ZMay 14 13:37:17.200 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-14T13:37:19.127ZMay 14 13:37:17.737 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-14T13:37:19.952ZMay 14 13:37:18.548 INFO Download complete, target: DendriteStub
17452026-05-14T13:37:20.585ZMay 14 13:37:19.190 INFO Download complete, target: MaghemiteMgd
17462026-05-14T13:37:23.115ZMay 14 13:37:21.724 INFO Checking that binary works, target: Cockroach
17472026-05-14T13:37:23.291ZMay 14 13:37:21.900 INFO Download complete, target: Cockroach
17482026-05-14T13:37:25.678ZMay 14 13:37:24.287 INFO Checking that binary works, target: Clickhouse
17492026-05-14T13:37:25.814ZMay 14 13:37:24.423 INFO Download complete, target: Clickhouse
17502026-05-14T13:37:25.829ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-05-14T13:37:25.832Z
17522026-05-14T13:37:25.832Zreal 2:13.936912014
17532026-05-14T13:37:25.832Zuser 6:48.850835229
17542026-05-14T13:37:25.832Zsys 1:21.804964550
17552026-05-14T13:37:25.832Ztrap 0.217756397
17562026-05-14T13:37:25.832Ztflt 0.717745532
17572026-05-14T13:37:25.832Zdflt 0.639202079
17582026-05-14T13:37:25.832Zkflt 0.045740139
17592026-05-14T13:37:25.832Zlock 22:07.965738598
17602026-05-14T13:37:25.832Zslp 21:01.559885928
17612026-05-14T13:37:25.832Zlat 40.401667622
17622026-05-14T13:37:25.832Zstop 1:54.612763911
17632026-05-14T13:37:25.832Z+ banner hack-check
17642026-05-14T13:37:25.832Z
17652026-05-14T13:37:25.832Z # # ## #### # # #### # # ###### #### # #
17662026-05-14T13:37:25.832Z # # # # # # # # # # # # # # # # #
17672026-05-14T13:37:25.832Z ###### # # # #### ##### # ###### ##### # ####
17682026-05-14T13:37:25.832Z # # ###### # # # # # # # # # #
17692026-05-14T13:37:25.832Z # # # # # # # # # # # # # # # # #
17702026-05-14T13:37:25.832Z # # # # #### # # #### # # ###### #### # #
17712026-05-14T13:37:25.832Z
17722026-05-14T13:37:25.832Z+ export CARGO_INCREMENTAL=0
17732026-05-14T13:37:25.832Z+ CARGO_INCREMENTAL=0
17742026-05-14T13:37:25.832Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-05-14T13:37:26.352Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-05-14T13:37:26.571Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-05-14T13:37:28.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17782026-05-14T13:37:28.492Z Running `target/debug/xtask check-features --ci`
17792026-05-14T13:37:28.517Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-05-14T13:37:28.520Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-05-14T13:37:28.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17822026-05-14T13:37:29.018Z Running `target/debug/xtask download cargo-hack`
17832026-05-14T13:37:29.783Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-05-14T13:37:30.089Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-05-14T13:37:32.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
17862026-05-14T13:37:32.678Z Running `target/debug/xtask-downloader cargo-hack`
17872026-05-14T13:37:32.719ZMay 14 13:37:31.328 INFO Starting download, target: CargoHack
17882026-05-14T13:37:32.722ZMay 14 13:37:31.329 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-05-14T13:37:33.313ZMay 14 13:37:31.922 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-05-14T13:37:33.361ZMay 14 13:37:31.970 INFO Download complete, target: CargoHack
17912026-05-14T13:37:33.364Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-05-14T13:37:33.376Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-05-14T13:37:33.525Zinfo: running `cargo check --bins` on api_identity (1/274)
17942026-05-14T13:37:34.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-14T13:37:34.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-14T13:37:34.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-14T13:37:34.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17982026-05-14T13:37:34.095Z
17992026-05-14T13:37:34.095Zinfo: running `cargo check --bins` on bootstore (2/274)
18002026-05-14T13:37:34.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-14T13:37:34.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-14T13:37:34.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-14T13:37:34.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18042026-05-14T13:37:34.672Z
18052026-05-14T13:37:34.672Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18062026-05-14T13:37:35.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-14T13:37:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-14T13:37:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-14T13:37:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18102026-05-14T13:37:35.244Z
18112026-05-14T13:37:35.244Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18122026-05-14T13:37:35.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-14T13:37:35.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-14T13:37:35.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-14T13:37:35.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-14T13:37:35.816Z
18172026-05-14T13:37:35.816Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18182026-05-14T13:37:36.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-14T13:37:36.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-14T13:37:36.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-14T13:37:36.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18222026-05-14T13:37:36.386Z
18232026-05-14T13:37:36.386Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18242026-05-14T13:37:36.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-14T13:37:36.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-14T13:37:36.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-14T13:37:36.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-14T13:37:36.967Z
18292026-05-14T13:37:36.967Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18302026-05-14T13:37:37.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-14T13:37:37.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-14T13:37:37.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-14T13:37:37.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-14T13:37:37.554Z
18352026-05-14T13:37:37.554Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18362026-05-14T13:37:38.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-14T13:37:38.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-14T13:37:38.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-14T13:37:38.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-05-14T13:37:38.136Z
18412026-05-14T13:37:38.136Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18422026-05-14T13:37:38.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-14T13:37:38.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-14T13:37:38.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-14T13:37:38.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462026-05-14T13:37:38.595Z
18472026-05-14T13:37:38.595Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18482026-05-14T13:37:38.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-14T13:37:39.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-14T13:37:39.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-14T13:37:39.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18522026-05-14T13:37:39.059Z
18532026-05-14T13:37:39.059Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18542026-05-14T13:37:39.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-14T13:37:39.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-14T13:37:39.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-14T13:37:39.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582026-05-14T13:37:39.518Z
18592026-05-14T13:37:39.518Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18602026-05-14T13:37:39.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-14T13:37:39.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-14T13:37:39.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-14T13:37:39.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-05-14T13:37:39.980Z
18652026-05-14T13:37:39.980Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18662026-05-14T13:37:40.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-14T13:37:40.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-14T13:37:40.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-14T13:37:40.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-05-14T13:37:41.445Z
18712026-05-14T13:37:41.445Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18722026-05-14T13:37:41.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-14T13:37:41.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-14T13:37:41.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-14T13:37:41.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-14T13:37:41.449Z
18772026-05-14T13:37:41.449Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18782026-05-14T13:37:41.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-14T13:37:41.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-14T13:37:41.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-14T13:37:41.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822026-05-14T13:37:41.449Z
18832026-05-14T13:37:41.449Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18842026-05-14T13:37:41.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-14T13:37:41.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-14T13:37:41.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-14T13:37:41.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18882026-05-14T13:37:41.817Z
18892026-05-14T13:37:41.817Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18902026-05-14T13:37:42.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-14T13:37:42.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-14T13:37:42.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-14T13:37:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18942026-05-14T13:37:42.273Z
18952026-05-14T13:37:42.273Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18962026-05-14T13:37:42.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-14T13:37:42.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-14T13:37:42.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-14T13:37:42.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-14T13:37:42.732Z
19012026-05-14T13:37:42.732Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19022026-05-14T13:37:43.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-14T13:37:43.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-14T13:37:43.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-14T13:37:43.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19062026-05-14T13:37:43.187Z
19072026-05-14T13:37:43.187Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19082026-05-14T13:37:43.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-14T13:37:43.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-14T13:37:43.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-14T13:37:43.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-14T13:37:43.650Z
19132026-05-14T13:37:43.650Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19142026-05-14T13:37:44.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-14T13:37:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-14T13:37:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-14T13:37:44.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-14T13:37:44.113Z
19192026-05-14T13:37:44.113Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19202026-05-14T13:37:44.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-14T13:37:44.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-14T13:37:44.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-14T13:37:44.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-14T13:37:44.576Z
19252026-05-14T13:37:44.576Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19262026-05-14T13:37:44.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-14T13:37:44.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-14T13:37:44.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-14T13:37:44.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-14T13:37:45.034Z
19312026-05-14T13:37:45.034Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19322026-05-14T13:37:45.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-14T13:37:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-14T13:37:45.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-14T13:37:45.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-14T13:37:45.496Z
19372026-05-14T13:37:45.496Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19382026-05-14T13:37:45.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-14T13:37:45.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-14T13:37:45.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-14T13:37:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-14T13:37:45.955Z
19432026-05-14T13:37:45.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19442026-05-14T13:37:46.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-14T13:37:46.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-14T13:37:46.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-14T13:37:46.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-14T13:37:46.416Z
19492026-05-14T13:37:46.416Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19502026-05-14T13:37:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-14T13:37:46.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-14T13:37:46.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-14T13:37:46.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19542026-05-14T13:37:46.873Z
19552026-05-14T13:37:46.873Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19562026-05-14T13:37:47.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-14T13:37:47.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-14T13:37:47.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-14T13:37:47.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19602026-05-14T13:37:47.334Z
19612026-05-14T13:37:47.334Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19622026-05-14T13:37:47.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-14T13:37:47.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-14T13:37:47.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-14T13:37:47.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-14T13:37:47.796Z
19672026-05-14T13:37:47.796Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19682026-05-14T13:37:48.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-14T13:37:48.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-14T13:37:48.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-14T13:37:48.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19722026-05-14T13:37:48.254Z
19732026-05-14T13:37:48.254Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19742026-05-14T13:37:48.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-14T13:37:48.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-14T13:37:48.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-14T13:37:48.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19782026-05-14T13:37:48.706Z
19792026-05-14T13:37:48.706Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19802026-05-14T13:37:49.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-14T13:37:49.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-14T13:37:49.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-14T13:37:49.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19842026-05-14T13:37:49.160Z
19852026-05-14T13:37:49.160Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19862026-05-14T13:37:49.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-14T13:37:49.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-14T13:37:49.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-14T13:37:49.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-14T13:37:49.622Z
19912026-05-14T13:37:49.622Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19922026-05-14T13:37:50.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-14T13:37:50.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-14T13:37:50.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-14T13:37:50.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-14T13:37:50.084Z
19972026-05-14T13:37:50.084Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19982026-05-14T13:37:50.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-14T13:37:50.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-14T13:37:50.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-14T13:37:50.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-14T13:37:50.548Z
20032026-05-14T13:37:50.548Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20042026-05-14T13:37:50.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-14T13:37:50.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-14T13:37:50.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-14T13:37:50.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20082026-05-14T13:37:50.998Z
20092026-05-14T13:37:50.998Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20102026-05-14T13:37:51.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-14T13:37:51.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-14T13:37:51.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-14T13:37:51.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-14T13:37:51.455Z
20152026-05-14T13:37:51.455Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20162026-05-14T13:37:51.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-14T13:37:51.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-14T13:37:51.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-14T13:37:51.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20202026-05-14T13:37:51.914Z
20212026-05-14T13:37:51.914Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20222026-05-14T13:37:52.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-14T13:37:52.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-14T13:37:52.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-14T13:37:52.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20262026-05-14T13:37:52.372Z
20272026-05-14T13:37:52.372Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20282026-05-14T13:37:52.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-14T13:37:52.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-14T13:37:52.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-14T13:37:52.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-14T13:37:52.833Z
20332026-05-14T13:37:52.833Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20342026-05-14T13:37:53.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-14T13:37:53.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-14T13:37:53.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-14T13:37:53.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-14T13:37:53.298Z
20392026-05-14T13:37:53.298Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20402026-05-14T13:37:53.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-14T13:37:53.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-14T13:37:53.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-14T13:37:53.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-14T13:37:53.759Z
20452026-05-14T13:37:53.759Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20462026-05-14T13:37:54.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-14T13:37:54.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-14T13:37:54.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-14T13:37:54.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-14T13:37:54.219Z
20512026-05-14T13:37:54.219Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20522026-05-14T13:37:54.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-14T13:37:54.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-14T13:37:54.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-14T13:37:54.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-14T13:37:54.680Z
20572026-05-14T13:37:54.680Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20582026-05-14T13:37:55.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-14T13:37:55.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-14T13:37:55.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-14T13:37:55.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-14T13:37:55.144Z
20632026-05-14T13:37:55.144Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20642026-05-14T13:37:55.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-14T13:37:55.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-14T13:37:55.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-14T13:37:55.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-14T13:37:55.612Z
20692026-05-14T13:37:55.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20702026-05-14T13:37:56.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-14T13:37:56.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-14T13:37:56.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-14T13:37:56.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-14T13:37:56.079Z
20752026-05-14T13:37:56.079Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20762026-05-14T13:37:56.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-14T13:37:56.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-14T13:37:56.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-14T13:37:56.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-05-14T13:37:56.545Z
20812026-05-14T13:37:56.545Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20822026-05-14T13:37:57.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-14T13:37:57.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-14T13:37:57.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-14T13:37:57.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862026-05-14T13:37:57.168Z
20872026-05-14T13:37:57.168Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20882026-05-14T13:37:57.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-14T13:37:57.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-14T13:37:57.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-14T13:37:57.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922026-05-14T13:37:57.796Z
20932026-05-14T13:37:57.796Zinfo: running `cargo check --bins` on nexus-config (51/274)
20942026-05-14T13:37:58.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-14T13:37:58.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-14T13:37:58.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-14T13:37:58.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20982026-05-14T13:37:58.416Z
20992026-05-14T13:37:58.416Zinfo: running `cargo check --bins` on nexus-types (52/274)
21002026-05-14T13:37:58.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-14T13:37:58.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-14T13:37:58.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-14T13:37:58.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21042026-05-14T13:37:59.035Z
21052026-05-14T13:37:59.035Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21062026-05-14T13:37:59.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-14T13:37:59.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-14T13:37:59.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-14T13:37:59.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21102026-05-14T13:37:59.627Z
21112026-05-14T13:37:59.627Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21122026-05-14T13:38:00.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-14T13:38:00.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-14T13:38:00.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-14T13:38:00.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21162026-05-14T13:38:00.198Z
21172026-05-14T13:38:00.198Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21182026-05-14T13:38:00.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-14T13:38:00.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-14T13:38:00.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-14T13:38:00.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-14T13:38:00.791Z
21232026-05-14T13:38:00.791Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21242026-05-14T13:38:01.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-14T13:38:01.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-14T13:38:01.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-14T13:38:01.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21282026-05-14T13:38:01.384Z
21292026-05-14T13:38:01.384Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21302026-05-14T13:38:01.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-14T13:38:01.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-14T13:38:01.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-14T13:38:01.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-05-14T13:38:01.980Z
21352026-05-14T13:38:01.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21362026-05-14T13:38:02.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-14T13:38:02.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-14T13:38:02.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-14T13:38:02.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-05-14T13:38:02.576Z
21412026-05-14T13:38:02.576Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21422026-05-14T13:38:03.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-14T13:38:03.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-14T13:38:03.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-14T13:38:03.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21462026-05-14T13:38:03.146Z
21472026-05-14T13:38:03.146Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21482026-05-14T13:38:03.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-14T13:38:03.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-14T13:38:03.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-14T13:38:03.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21522026-05-14T13:38:03.721Z
21532026-05-14T13:38:03.721Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21542026-05-14T13:38:04.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-14T13:38:04.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-14T13:38:04.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-14T13:38:04.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21582026-05-14T13:38:04.297Z
21592026-05-14T13:38:04.297Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21602026-05-14T13:38:04.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-14T13:38:04.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-14T13:38:04.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-14T13:38:04.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21642026-05-14T13:38:04.871Z
21652026-05-14T13:38:04.871Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21662026-05-14T13:38:05.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-14T13:38:05.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-14T13:38:05.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-14T13:38:05.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-14T13:38:05.462Z
21712026-05-14T13:38:05.462Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21722026-05-14T13:38:05.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-14T13:38:05.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-14T13:38:05.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-14T13:38:05.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-05-14T13:38:06.052Z
21772026-05-14T13:38:06.052Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21782026-05-14T13:38:06.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-14T13:38:06.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-14T13:38:06.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-14T13:38:06.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21822026-05-14T13:38:06.626Z
21832026-05-14T13:38:06.626Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21842026-05-14T13:38:07.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-14T13:38:07.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-14T13:38:07.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-14T13:38:07.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-14T13:38:07.206Z
21892026-05-14T13:38:07.206Zinfo: running `cargo check --bins` on ereport-types (67/274)
21902026-05-14T13:38:07.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-14T13:38:07.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-14T13:38:07.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-14T13:38:07.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-05-14T13:38:07.791Z
21952026-05-14T13:38:07.791Zinfo: running `cargo check --bins` on gateway-client (68/274)
21962026-05-14T13:38:08.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-14T13:38:08.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-14T13:38:08.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-14T13:38:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22002026-05-14T13:38:08.373Z
22012026-05-14T13:38:08.373Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22022026-05-14T13:38:08.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-14T13:38:08.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-14T13:38:08.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-14T13:38:08.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22062026-05-14T13:38:08.958Z
22072026-05-14T13:38:08.958Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22082026-05-14T13:38:09.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-14T13:38:09.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-14T13:38:09.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-14T13:38:09.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-14T13:38:09.543Z
22132026-05-14T13:38:09.543Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22142026-05-14T13:38:10.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-14T13:38:10.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-14T13:38:10.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-14T13:38:10.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-14T13:38:10.128Z
22192026-05-14T13:38:10.129Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22202026-05-14T13:38:10.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-14T13:38:10.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-14T13:38:10.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-14T13:38:10.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-05-14T13:38:10.712Z
22252026-05-14T13:38:10.712Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22262026-05-14T13:38:11.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-14T13:38:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-14T13:38:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-14T13:38:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22302026-05-14T13:38:11.314Z
22312026-05-14T13:38:11.314Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22322026-05-14T13:38:11.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-14T13:38:11.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-14T13:38:11.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-14T13:38:11.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22362026-05-14T13:38:11.923Z
22372026-05-14T13:38:11.923Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22382026-05-14T13:38:12.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-14T13:38:12.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-14T13:38:12.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-14T13:38:12.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-05-14T13:38:12.497Z
22432026-05-14T13:38:12.497Zinfo: running `cargo check --bins` on oxlog (76/274)
22442026-05-14T13:38:12.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-14T13:38:12.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-14T13:38:13.096Z Checking cfg-if v1.0.4
22472026-05-14T13:38:13.099Z Checking libc v0.2.185
22482026-05-14T13:38:13.099Z Checking serde_core v1.0.228
22492026-05-14T13:38:13.215Z Checking zeroize v1.8.2
22502026-05-14T13:38:13.223Z Checking memchr v2.8.0
22512026-05-14T13:38:13.231Z Checking log v0.4.29
22522026-05-14T13:38:13.241Z Checking smallvec v1.15.1
22532026-05-14T13:38:13.252Z Checking typenum v1.19.0
22542026-05-14T13:38:13.252Z Checking subtle v2.6.1
22552026-05-14T13:38:13.351Z Checking itoa v1.0.17
22562026-05-14T13:38:13.384Z Checking scopeguard v1.2.0
22572026-05-14T13:38:13.396Z Checking stable_deref_trait v1.2.1
22582026-05-14T13:38:13.410Z Checking const-oid v0.9.6
22592026-05-14T13:38:13.467Z Checking zerofrom v0.1.6
22602026-05-14T13:38:13.484Z Checking lock_api v0.4.14
22612026-05-14T13:38:13.497Z Checking pin-project-lite v0.2.17
22622026-05-14T13:38:13.579Z Checking yoke v0.8.1
22632026-05-14T13:38:13.592Z Checking portable-atomic v1.13.1
22642026-05-14T13:38:13.602Z Checking critical-section v1.2.0
22652026-05-14T13:38:13.610Z Checking getrandom v0.2.17
22662026-05-14T13:38:13.676Z Checking errno v0.3.14
22672026-05-14T13:38:13.691Z Checking parking_lot_core v0.9.12
22682026-05-14T13:38:13.737Z Checking zerovec v0.11.5
22692026-05-14T13:38:13.749Z Checking rand_core v0.6.4
22702026-05-14T13:38:13.771Z Checking generic-array v0.14.7
22712026-05-14T13:38:13.787Z Checking signal-hook-registry v1.4.8
22722026-05-14T13:38:13.870Z Checking futures-core v0.3.32
22732026-05-14T13:38:13.913Z Checking parking_lot v0.12.5
22742026-05-14T13:38:13.941Z Checking mio v1.2.0
22752026-05-14T13:38:13.980Z Checking once_cell v1.21.3
22762026-05-14T13:38:13.992Z Checking zerocopy v0.8.40
22772026-05-14T13:38:14.080Z Checking zmij v1.0.21
22782026-05-14T13:38:14.095Z Checking socket2 v0.6.3
22792026-05-14T13:38:14.144Z Checking libm v0.2.16
22802026-05-14T13:38:14.158Z Checking tinystr v0.8.2
22812026-05-14T13:38:14.191Z Checking crypto-common v0.1.7
22822026-05-14T13:38:14.212Z Checking block-buffer v0.10.4
22832026-05-14T13:38:14.287Z Checking percent-encoding v2.3.2
22842026-05-14T13:38:14.309Z Checking equivalent v1.0.2
22852026-05-14T13:38:14.324Z Checking writeable v0.6.2
22862026-05-14T13:38:14.328Z Checking litemap v0.8.1
22872026-05-14T13:38:14.346Z Checking digest v0.10.7
22882026-05-14T13:38:14.387Z Checking potential_utf v0.1.4
22892026-05-14T13:38:14.418Z Checking zerotrie v0.2.3
22902026-05-14T13:38:14.487Z Checking icu_locale_core v2.1.1
22912026-05-14T13:38:14.499Z Checking futures-sink v0.3.32
22922026-05-14T13:38:14.512Z Checking icu_collections v2.1.1
22932026-05-14T13:38:14.530Z Checking slab v0.4.12
22942026-05-14T13:38:14.594Z Checking futures-channel v0.3.32
22952026-05-14T13:38:14.659Z Checking serde v1.0.228
22962026-05-14T13:38:14.661Z Checking bitflags v2.11.0
22972026-05-14T13:38:14.683Z Checking serde_json v1.0.149
22982026-05-14T13:38:14.779Z Checking futures-task v0.3.32
22992026-05-14T13:38:14.809Z Checking cpufeatures v0.2.17
23002026-05-14T13:38:14.833Z Checking futures-io v0.3.32
23012026-05-14T13:38:14.836Z Checking num-traits v0.2.19
23022026-05-14T13:38:14.885Z Checking hmac v0.12.1
23032026-05-14T13:38:14.912Z Checking icu_properties_data v2.1.2
23042026-05-14T13:38:14.973Z Checking futures-util v0.3.32
23052026-05-14T13:38:15.011Z Checking icu_normalizer_data v2.1.1
23062026-05-14T13:38:15.037Z Checking icu_provider v2.1.1
23072026-05-14T13:38:15.051Z Checking hashbrown v0.17.0
23082026-05-14T13:38:15.062Z Checking bytes v1.11.1
23092026-05-14T13:38:15.080Z Checking rand_core v0.10.0
23102026-05-14T13:38:15.216Z Checking getrandom v0.4.1
23112026-05-14T13:38:15.264Z Checking icu_normalizer v2.1.1
23122026-05-14T13:38:15.340Z Checking icu_properties v2.1.2
23132026-05-14T13:38:15.359Z Checking block-padding v0.3.3
23142026-05-14T13:38:15.382Z Checking utf8_iter v1.0.4
23152026-05-14T13:38:15.490Z Checking inout v0.1.4
23162026-05-14T13:38:15.495Z Checking tokio v1.52.1
23172026-05-14T13:38:15.515Z Checking indexmap v2.14.0
23182026-05-14T13:38:15.518Z Checking sha2 v0.10.9
23192026-05-14T13:38:15.574Z Checking form_urlencoded v1.2.2
23202026-05-14T13:38:15.628Z Checking cipher v0.4.4
23212026-05-14T13:38:15.703Z Checking getrandom v0.3.4
23222026-05-14T13:38:15.794Z Checking fnv v1.0.7
23232026-05-14T13:38:15.836Z Checking base64ct v1.8.3
23242026-05-14T13:38:15.848Z Checking byteorder v1.5.0
23252026-05-14T13:38:15.887Z Checking flagset v0.4.7
23262026-05-14T13:38:16.011Z Checking rand_core v0.9.5
23272026-05-14T13:38:16.042Z Checking http v1.4.0
23282026-05-14T13:38:16.060Z Checking pem-rfc7468 v0.7.0
23292026-05-14T13:38:16.081Z Checking regex-syntax v0.8.10
23302026-05-14T13:38:16.161Z Checking idna_adapter v1.2.1
23312026-05-14T13:38:16.187Z Checking salsa20 v0.10.2
23322026-05-14T13:38:16.207Z Checking der v0.7.10
23332026-05-14T13:38:16.279Z Checking idna v1.1.0
23342026-05-14T13:38:16.315Z Checking uuid v1.23.0
23352026-05-14T13:38:17.522Z Checking url v2.5.8
23362026-05-14T13:38:17.525Z Checking pbkdf2 v0.12.2
23372026-05-14T13:38:17.525Z Checking rustix v1.1.3
23382026-05-14T13:38:17.525Z Checking tracing-core v0.1.36
23392026-05-14T13:38:17.525Z Checking ppv-lite86 v0.2.21
23402026-05-14T13:38:17.525Z Checking rustls-pki-types v1.14.0
23412026-05-14T13:38:17.525Z Checking spki v0.7.3
23422026-05-14T13:38:17.525Z Checking iana-time-zone v0.1.65
23432026-05-14T13:38:17.525Z Checking base64 v0.22.1
23442026-05-14T13:38:17.525Z Checking rand_chacha v0.9.0
23452026-05-14T13:38:17.525Z Checking chrono v0.4.44
23462026-05-14T13:38:17.525Z Checking tracing v0.1.44
23472026-05-14T13:38:17.525Z Checking scrypt v0.11.0
23482026-05-14T13:38:17.525Z Checking http-body v1.0.1
23492026-05-14T13:38:17.525Z Checking cbc v0.1.2
23502026-05-14T13:38:17.525Z Checking aes v0.8.4
23512026-05-14T13:38:17.525Z Checking aws-lc-sys v0.40.0
23522026-05-14T13:38:17.526Z Checking openssl-probe v0.2.1
23532026-05-14T13:38:17.526Z Checking tinyvec_macros v0.1.1
23542026-05-14T13:38:17.526Z Checking untrusted v0.7.1
23552026-05-14T13:38:17.526Z Checking untrusted v0.9.0
23562026-05-14T13:38:17.526Z Checking tinyvec v1.10.0
23572026-05-14T13:38:17.526Z Checking rand v0.9.2
23582026-05-14T13:38:17.526Z Checking atomic-waker v1.1.2
23592026-05-14T13:38:17.529Z Checking ring v0.17.14
23602026-05-14T13:38:17.554Z Checking try-lock v0.2.5
23612026-05-14T13:38:17.652Z Checking tower-layer v0.3.3
23622026-05-14T13:38:17.663Z Checking pkcs5 v0.7.1
23632026-05-14T13:38:17.735Z Checking tower-service v0.3.3
23642026-05-14T13:38:17.779Z Checking aws-lc-rs v1.16.3
23652026-05-14T13:38:17.797Z Checking want v0.3.1
23662026-05-14T13:38:17.823Z Checking ipnet v2.11.0
23672026-05-14T13:38:17.884Z Checking httparse v1.10.1
23682026-05-14T13:38:17.904Z Checking aho-corasick v1.1.4
23692026-05-14T13:38:17.915Z Checking pkcs8 v0.10.2
23702026-05-14T13:38:17.927Z Checking fastrand v2.3.0
23712026-05-14T13:38:18.073Z Checking dyn-clone v1.0.20
23722026-05-14T13:38:18.086Z Checking httpdate v1.0.3
23732026-05-14T13:38:18.089Z Checking pin-utils v0.1.0
23742026-05-14T13:38:18.108Z Checking plain v0.2.3
23752026-05-14T13:38:18.162Z Checking foreign-types-shared v0.1.1
23762026-05-14T13:38:18.174Z Checking tempfile v3.25.0
23772026-05-14T13:38:18.204Z Checking unicode-normalization v0.1.25
23782026-05-14T13:38:18.227Z Checking semver v1.0.28
23792026-05-14T13:38:18.240Z Checking foreign-types v0.3.2
23802026-05-14T13:38:18.305Z Checking openssl-sys v0.9.115
23812026-05-14T13:38:18.358Z Checking spin v0.9.8
23822026-05-14T13:38:18.432Z Checking unicode-ident v1.0.24
23832026-05-14T13:38:18.503Z Checking ucd-trie v0.1.7
23842026-05-14T13:38:18.539Z Checking schemars v0.8.22
23852026-05-14T13:38:18.551Z Checking proc-macro2 v1.0.106
23862026-05-14T13:38:18.566Z Checking regex-automata v0.4.14
23872026-05-14T13:38:18.594Z Checking rustls-webpki v0.103.9
23882026-05-14T13:38:18.607Z Checking rustls-native-certs v0.8.3
23892026-05-14T13:38:18.628Z Checking pest v2.8.6
23902026-05-14T13:38:18.672Z Checking tokio-util v0.7.18
23912026-05-14T13:38:18.684Z Checking openssl v0.10.79
23922026-05-14T13:38:18.729Z Checking thiserror v2.0.18
23932026-05-14T13:38:18.827Z Checking sync_wrapper v1.0.2
23942026-05-14T13:38:18.852Z Checking wait-timeout v0.2.1
23952026-05-14T13:38:18.927Z Checking siphasher v1.0.2
23962026-05-14T13:38:18.971Z Checking utf8parse v0.2.2
23972026-05-14T13:38:19.004Z Checking rustls v0.23.37
23982026-05-14T13:38:19.068Z Checking quick-error v1.2.3
23992026-05-14T13:38:19.080Z Checking powerfmt v0.2.0
24002026-05-14T13:38:19.168Z Checking bit-vec v0.8.0
24012026-05-14T13:38:19.180Z Checking anstyle v1.0.13
24022026-05-14T13:38:19.225Z Checking simd-adler32 v0.3.8
24032026-05-14T13:38:19.261Z Checking h2 v0.4.13
24042026-05-14T13:38:19.351Z Checking pretty-hex v0.4.1
24052026-05-14T13:38:19.365Z Checking bit-set v0.8.0
24062026-05-14T13:38:19.390Z Checking deranged v0.5.8
24072026-05-14T13:38:19.464Z Checking rusty-fork v0.3.1
24082026-05-14T13:38:19.504Z Checking anstyle-parse v0.2.7
24092026-05-14T13:38:19.633Z Checking tower v0.5.3
24102026-05-14T13:38:19.651Z Checking quote v1.0.45
24112026-05-14T13:38:19.666Z Compiling newtype-uuid v1.3.2
24122026-05-14T13:38:19.815Z Checking http-body-util v0.1.3
24132026-05-14T13:38:19.841Z Checking webpki-roots v1.0.6
24142026-05-14T13:38:19.955Z Checking crossbeam-utils v0.8.21
24152026-05-14T13:38:20.001Z Checking rand_xorshift v0.4.0
24162026-05-14T13:38:20.033Z Checking crc32fast v1.5.0
24172026-05-14T13:38:20.117Z Checking scroll v0.13.0
24182026-05-14T13:38:20.161Z Checking signature v2.2.0
24192026-05-14T13:38:20.279Z Checking unarray v0.1.4
24202026-05-14T13:38:20.292Z Checking allocator-api2 v0.2.21
24212026-05-14T13:38:20.295Z Checking anstyle-query v1.1.5
24222026-05-14T13:38:20.337Z Checking is_terminal_polyfill v1.70.2
24232026-05-14T13:38:20.341Z Checking time-core v0.1.8
24242026-05-14T13:38:20.377Z Checking iri-string v0.7.10
24252026-05-14T13:38:20.390Z Checking num-conv v0.2.0
24262026-05-14T13:38:20.425Z Checking colorchoice v1.0.4
24272026-05-14T13:38:20.506Z Checking num_threads v0.1.7
24282026-05-14T13:38:20.521Z Checking adler2 v2.0.1
24292026-05-14T13:38:20.521Z Checking unicode-bidi v0.3.18
24302026-05-14T13:38:20.587Z Checking ryu v1.0.23
24312026-05-14T13:38:20.591Z Checking unicode-properties v0.1.4
24322026-05-14T13:38:20.636Z Checking miniz_oxide v0.8.9
24332026-05-14T13:38:20.686Z Checking native-tls v0.2.18
24342026-05-14T13:38:20.722Z Checking serde_urlencoded v0.7.1
24352026-05-14T13:38:20.782Z Checking time v0.3.47
24362026-05-14T13:38:20.813Z Checking stringprep v0.1.5
24372026-05-14T13:38:20.863Z Checking tokio-native-tls v0.3.1
24382026-05-14T13:38:20.924Z Checking anstream v0.6.21
24392026-05-14T13:38:20.963Z Checking proptest v1.10.0
24402026-05-14T13:38:20.985Z Checking bstr v1.12.1
24412026-05-14T13:38:21.018Z Checking goblin v0.10.5
24422026-05-14T13:38:21.119Z Checking crossbeam-epoch v0.9.18
24432026-05-14T13:38:21.331Z Checking tokio-rustls v0.26.4
24442026-05-14T13:38:21.345Z Checking syn v2.0.117
24452026-05-14T13:38:21.366Z Compiling daft v0.1.5
24462026-05-14T13:38:21.401Z Checking tower-http v0.6.8
24472026-05-14T13:38:21.552Z Checking ipnetwork v0.21.1
24482026-05-14T13:38:21.635Z Checking rand_chacha v0.3.1
24492026-05-14T13:38:21.673Z Checking scroll v0.12.0
24502026-05-14T13:38:21.765Z Checking thiserror v1.0.69
24512026-05-14T13:38:21.840Z Checking hash32 v0.2.1
24522026-05-14T13:38:21.862Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-14T13:38:21.896Z Checking num-integer v0.1.46
24542026-05-14T13:38:21.908Z Checking toml_datetime v0.6.11
24552026-05-14T13:38:21.912Z Checking hyper v1.8.1
24562026-05-14T13:38:21.969Z Checking serde_spanned v0.6.9
24572026-05-14T13:38:21.990Z Checking md-5 v0.10.6
24582026-05-14T13:38:22.090Z Checking ff v0.13.1
24592026-05-14T13:38:22.103Z Checking base16ct v0.2.0
24602026-05-14T13:38:22.115Z Checking psl-types v2.0.11
24612026-05-14T13:38:22.126Z Checking fallible-iterator v0.2.0
24622026-05-14T13:38:22.213Z Checking zlib-rs v0.6.2
24632026-05-14T13:38:22.226Z Checking sec1 v0.7.3
24642026-05-14T13:38:22.229Z Checking publicsuffix v2.3.0
24652026-05-14T13:38:22.382Z Checking group v0.13.0
24662026-05-14T13:38:22.394Z Checking postgres-protocol v0.6.10
24672026-05-14T13:38:22.442Z Checking num-iter v0.1.45
24682026-05-14T13:38:22.527Z Compiling iddqd v0.3.18
24692026-05-14T13:38:22.554Z Checking heapless v0.7.17
24702026-05-14T13:38:22.698Z Checking zstd-safe v7.2.4
24712026-05-14T13:38:22.782Z Checking hyper-util v0.1.20
24722026-05-14T13:38:22.856Z Checking goblin v0.8.2
24732026-05-14T13:38:22.859Z Checking cookie v0.18.1
24742026-05-14T13:38:22.949Z Checking rand v0.8.6
24752026-05-14T13:38:23.075Z Checking flate2 v1.1.9
24762026-05-14T13:38:23.088Z Checking oxnet v0.1.4
24772026-05-14T13:38:23.286Z Checking dof v0.4.0
24782026-05-14T13:38:23.321Z Checking dtrace-parser v0.3.0
24792026-05-14T13:38:23.360Z Checking phf_shared v0.13.1
24802026-05-14T13:38:23.448Z Checking lazy_static v1.5.0
24812026-05-14T13:38:23.537Z Checking pin-project v1.1.11
24822026-05-14T13:38:23.549Z Checking zerocopy v0.7.35
24832026-05-14T13:38:23.552Z Checking bzip2-sys v0.1.13+1.0.8
24842026-05-14T13:38:23.561Z Checking signal-hook v0.3.18
24852026-05-14T13:38:23.627Z Checking terminal_size v0.4.3
24862026-05-14T13:38:23.639Z Checking futures-executor v0.3.32
24872026-05-14T13:38:23.651Z Checking hex v0.4.3
24882026-05-14T13:38:23.738Z Checking hkdf v0.12.4
24892026-05-14T13:38:23.750Z Checking crypto-bigint v0.5.5
24902026-05-14T13:38:23.781Z Checking thread-id v5.1.0
24912026-05-14T13:38:23.860Z Checking encoding_rs v0.8.35
24922026-05-14T13:38:23.875Z Checking bumpalo v3.20.2
24932026-05-14T13:38:23.875Z Compiling rayon-core v1.13.0
24942026-05-14T13:38:23.900Z Checking libbz2-rs-sys v0.2.2
24952026-05-14T13:38:24.001Z Checking hyper-rustls v0.27.7
24962026-05-14T13:38:24.029Z Checking hyper-tls v0.6.0
24972026-05-14T13:38:24.042Z Checking winnow v0.7.14
24982026-05-14T13:38:24.076Z Checking bitflags v1.3.2
24992026-05-14T13:38:24.147Z Checking mime v0.3.17
25002026-05-14T13:38:24.195Z Checking same-file v1.0.6
25012026-05-14T13:38:24.208Z Checking foldhash v0.2.0
25022026-05-14T13:38:24.288Z Checking clap_lex v1.0.0
25032026-05-14T13:38:24.309Z Checking strsim v0.11.1
25042026-05-14T13:38:24.321Z Checking either v1.15.0
25052026-05-14T13:38:24.358Z Checking managed v0.8.0
25062026-05-14T13:38:24.430Z Checking winnow v0.5.40
25072026-05-14T13:38:24.467Z Checking foldhash v0.1.5
25082026-05-14T13:38:24.498Z Checking clap_builder v4.5.60
25092026-05-14T13:38:24.547Z Checking smoltcp v0.9.1
25102026-05-14T13:38:24.595Z Checking hashbrown v0.15.5
25112026-05-14T13:38:24.629Z Checking elliptic-curve v0.13.8
25122026-05-14T13:38:24.732Z Checking dof v0.3.0
25132026-05-14T13:38:24.788Z Checking reqwest v0.12.28
25142026-05-14T13:38:24.944Z Checking hashbrown v0.16.1
25152026-05-14T13:38:25.005Z Checking walkdir v2.5.0
25162026-05-14T13:38:25.039Z Checking bzip2 v0.6.1
25172026-05-14T13:38:25.115Z Checking zopfli v0.8.3
25182026-05-14T13:38:25.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-05-14T13:38:25.219Z Checking usdt-impl v0.6.0
25202026-05-14T13:38:25.242Z Checking futures v0.3.32
25212026-05-14T13:38:25.322Z Checking signal-hook-mio v0.2.5
25222026-05-14T13:38:25.342Z Checking bzip2 v0.4.4
25232026-05-14T13:38:25.422Z Checking snafu v0.8.9
25242026-05-14T13:38:25.434Z Checking phf v0.13.1
25252026-05-14T13:38:25.458Z Checking num-bigint-dig v0.8.6
25262026-05-14T13:38:25.521Z Checking cookie_store v0.22.1
25272026-05-14T13:38:25.564Z Checking toml_edit v0.19.15
25282026-05-14T13:38:25.582Z Checking zstd v0.13.3
25292026-05-14T13:38:25.630Z Checking postgres-types v0.2.12
25302026-05-14T13:38:25.659Z Checking dtrace-parser v0.2.0
25312026-05-14T13:38:25.727Z Checking globset v0.4.18
25322026-05-14T13:38:25.762Z Checking crossbeam-deque v0.8.6
25332026-05-14T13:38:25.765Z Checking rustls-platform-verifier v0.6.2
25342026-05-14T13:38:25.860Z Checking regex v1.12.3
25352026-05-14T13:38:25.889Z Checking ed25519 v2.2.3
25362026-05-14T13:38:25.908Z Checking phf_shared v0.11.3
25372026-05-14T13:38:25.938Z Checking olpc-cjson v0.1.4
25382026-05-14T13:38:25.941Z Checking curve25519-dalek v4.1.3
25392026-05-14T13:38:25.976Z Checking ref-cast v1.0.25
25402026-05-14T13:38:26.051Z Checking strum v0.27.2
25412026-05-14T13:38:26.067Z Checking hubpack v0.1.2
25422026-05-14T13:38:26.070Z Checking memoffset v0.9.1
25432026-05-14T13:38:26.070Z Checking rustix v0.38.44
25442026-05-14T13:38:26.131Z Checking pkcs1 v0.7.5
25452026-05-14T13:38:26.146Z Checking pem v3.0.6
25462026-05-14T13:38:26.158Z Checking float-cmp v0.10.0
25472026-05-14T13:38:26.239Z Checking erased-serde v0.3.31
25482026-05-14T13:38:26.274Z Checking serde_plain v1.0.2
25492026-05-14T13:38:26.277Z Checking serde-big-array v0.5.1
25502026-05-14T13:38:26.304Z Checking rfc6979 v0.4.0
25512026-05-14T13:38:26.337Z Checking thread-id v4.2.2
25522026-05-14T13:38:26.407Z Checking memmap2 v0.9.10
25532026-05-14T13:38:26.420Z Checking env_filter v1.0.0
25542026-05-14T13:38:26.422Z Checking fixedbitset v0.4.2
25552026-05-14T13:38:26.422Z Checking static_assertions v1.1.0
25562026-05-14T13:38:26.507Z Checking fixedbitset v0.5.7
25572026-05-14T13:38:26.560Z Checking data-encoding v2.10.0
25582026-05-14T13:38:26.560Z Checking precomputed-hash v0.1.1
25592026-05-14T13:38:26.563Z Checking new_debug_unreachable v1.0.6
25602026-05-14T13:38:26.599Z Checking unicode-segmentation v1.12.0
25612026-05-14T13:38:26.610Z Checking normalize-line-endings v0.3.0
25622026-05-14T13:38:26.638Z Checking keccak v0.1.6
25632026-05-14T13:38:26.649Z Checking rustc-hash v2.1.1
25642026-05-14T13:38:26.693Z Checking difflib v0.4.0
25652026-05-14T13:38:26.704Z Checking typed-path v0.9.3
25662026-05-14T13:38:26.717Z Checking jiff v0.2.21
25672026-05-14T13:38:26.755Z Checking toml_write v0.1.2
25682026-05-14T13:38:26.802Z Checking whoami v2.1.0
25692026-05-14T13:38:26.844Z Checking predicates-core v1.0.10
25702026-05-14T13:38:26.865Z Checking hickory-proto v0.25.2
25712026-05-14T13:38:26.869Z Checking crossterm v0.28.1
25722026-05-14T13:38:26.900Z Checking similar v2.7.0
25732026-05-14T13:38:26.916Z Checking toml_edit v0.22.27
25742026-05-14T13:38:26.960Z Checking predicates v3.1.4
25752026-05-14T13:38:26.987Z Checking tokio-postgres v0.7.16
25762026-05-14T13:38:27.247Z Checking sha3 v0.10.8
25772026-05-14T13:38:27.457Z Checking ed25519-dalek v2.2.0
25782026-05-14T13:38:27.461Z Checking tough v0.22.0
25792026-05-14T13:38:27.556Z Checking petgraph v0.8.3
25802026-05-14T13:38:27.672Z Checking string_cache v0.8.9
25812026-05-14T13:38:27.841Z Checking slog v2.8.2
25822026-05-14T13:38:27.974Z Checking toml v0.7.8
25832026-05-14T13:38:28.101Z Checking env_logger v0.11.9
25842026-05-14T13:38:28.116Z Checking petgraph v0.6.5
25852026-05-14T13:38:28.226Z Checking usdt v0.6.0
25862026-05-14T13:38:28.282Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25872026-05-14T13:38:28.293Z Checking usdt-impl v0.5.0
25882026-05-14T13:38:28.393Z Checking ecdsa v0.16.9
25892026-05-14T13:38:28.569Z Checking rsa v0.9.10
25902026-05-14T13:38:28.722Z Checking nix v0.31.2
25912026-05-14T13:38:28.889Z Checking zip v4.6.1
25922026-05-14T13:38:29.089Z Checking reqwest v0.13.2
25932026-05-14T13:38:29.336Z Checking clap v4.5.60
25942026-05-14T13:38:29.355Z Checking zip v0.6.6
25952026-05-14T13:38:29.421Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-14T13:38:29.436Z Checking itertools v0.13.0
25972026-05-14T13:38:29.452Z Checking serde_with v3.17.0
25982026-05-14T13:38:29.586Z Checking strum v0.26.3
25992026-05-14T13:38:29.673Z Checking fs-err v3.3.0
26002026-05-14T13:38:29.691Z Checking ahash v0.8.12
26012026-05-14T13:38:29.703Z Checking object v0.37.3
26022026-05-14T13:38:29.740Z Checking tokio-stream v0.1.18
26032026-05-14T13:38:29.884Z Checking buf-list v1.1.2
26042026-05-14T13:38:29.913Z Checking anyhow v1.0.102
26052026-05-14T13:38:29.960Z Checking camino v1.2.2
26062026-05-14T13:38:30.060Z Checking x509-cert v0.2.5
26072026-05-14T13:38:30.102Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-05-14T13:38:30.117Z Checking openapiv3 v2.2.0
26092026-05-14T13:38:30.203Z Checking sha1 v0.10.6
26102026-05-14T13:38:30.363Z Checking toml_datetime v0.7.5+spec-1.1.0
26112026-05-14T13:38:30.368Z Checking lalrpop-util v0.19.12
26122026-05-14T13:38:30.428Z Checking peg-runtime v0.8.5
26132026-05-14T13:38:30.499Z Checking rayon v1.11.0
26142026-05-14T13:38:30.530Z Checking sigpipe v0.1.3
26152026-05-14T13:38:30.572Z Checking glob v0.3.3
26162026-05-14T13:38:31.909Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-14T13:38:32.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.68s
26182026-05-14T13:38:32.354Z
26192026-05-14T13:38:32.354Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26202026-05-14T13:38:32.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-14T13:38:32.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-14T13:38:32.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-14T13:38:32.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26242026-05-14T13:38:32.940Z
26252026-05-14T13:38:32.940Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26262026-05-14T13:38:33.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-14T13:38:33.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-14T13:38:33.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-14T13:38:33.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-05-14T13:38:33.524Z
26312026-05-14T13:38:33.524Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26322026-05-14T13:38:34.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-14T13:38:34.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-14T13:38:34.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-14T13:38:34.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-05-14T13:38:34.124Z
26372026-05-14T13:38:34.124Zinfo: running `cargo check --bins` on oxql-types (80/274)
26382026-05-14T13:38:34.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-14T13:38:34.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-14T13:38:34.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-14T13:38:34.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26422026-05-14T13:38:34.725Z
26432026-05-14T13:38:34.726Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26442026-05-14T13:38:35.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-14T13:38:35.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-14T13:38:35.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-14T13:38:35.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-05-14T13:38:35.304Z
26492026-05-14T13:38:35.304Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26502026-05-14T13:38:35.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-14T13:38:35.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-14T13:38:35.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-14T13:38:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-14T13:38:35.906Z
26552026-05-14T13:38:35.906Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26562026-05-14T13:38:36.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-14T13:38:36.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-14T13:38:36.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-14T13:38:36.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26602026-05-14T13:38:36.481Z
26612026-05-14T13:38:36.481Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26622026-05-14T13:38:36.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-14T13:38:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-14T13:38:37.150Z Compiling structmeta-derive v0.3.0
26652026-05-14T13:38:37.267Z Compiling rustls v0.22.4
26662026-05-14T13:38:37.275Z Compiling multer v3.1.0
26672026-05-14T13:38:37.284Z Compiling async-stream-impl v0.3.6
26682026-05-14T13:38:37.287Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-14T13:38:37.305Z Compiling dropshot v0.17.0
26702026-05-14T13:38:37.320Z Compiling dropshot_endpoint v0.17.0
26712026-05-14T13:38:37.323Z Compiling newtype-uuid-macros v0.1.0
26722026-05-14T13:38:37.438Z Checking newtype-uuid v1.3.2
26732026-05-14T13:38:37.499Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-14T13:38:37.566Z Checking rustls-webpki v0.102.8
26752026-05-14T13:38:37.633Z Checking daft v0.1.5
26762026-05-14T13:38:37.661Z Checking thread_local v1.1.9
26772026-05-14T13:38:37.825Z Checking compression-core v0.4.31
26782026-05-14T13:38:37.845Z Checking match_cfg v0.1.0
26792026-05-14T13:38:37.866Z Checking iddqd v0.3.18
26802026-05-14T13:38:37.896Z Checking crossbeam-channel v0.5.15
26812026-05-14T13:38:37.914Z Checking hostname v0.3.1
26822026-05-14T13:38:37.952Z Checking compression-codecs v0.4.37
26832026-05-14T13:38:38.007Z Checking slog-json v2.6.1
26842026-05-14T13:38:38.057Z Checking serde_spanned v1.0.4
26852026-05-14T13:38:38.110Z Checking is-terminal v0.4.17
26862026-05-14T13:38:38.158Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-14T13:38:38.183Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-05-14T13:38:38.201Z Checking debug-ignore v1.0.5
26892026-05-14T13:38:38.218Z Checking take_mut v0.2.2
26902026-05-14T13:38:38.295Z Checking term v1.2.1
26912026-05-14T13:38:38.313Z Compiling structmeta v0.3.0
26922026-05-14T13:38:38.323Z Checking slog-async v2.8.0
26932026-05-14T13:38:38.351Z Checking slog-bunyan v2.5.0
26942026-05-14T13:38:38.364Z Checking toml v1.0.6+spec-1.1.0
26952026-05-14T13:38:38.463Z Checking async-compression v0.4.41
26962026-05-14T13:38:38.481Z Checking async-stream v0.3.6
26972026-05-14T13:38:38.508Z Compiling derive-ex v0.1.8
26982026-05-14T13:38:38.517Z Compiling parse-display-derive v0.10.0
26992026-05-14T13:38:38.609Z Checking slog-term v2.9.2
27002026-05-14T13:38:38.698Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-14T13:38:38.717Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-14T13:38:38.790Z Checking progenitor-client v0.14.0
27032026-05-14T13:38:38.803Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-14T13:38:38.934Z Checking waitgroup v0.1.2
27052026-05-14T13:38:38.949Z Checking backon v1.6.0
27062026-05-14T13:38:39.015Z Checking rustls-pemfile v2.2.0
27072026-05-14T13:38:39.033Z Checking serde_path_to_error v0.1.20
27082026-05-14T13:38:39.075Z Checking hostname v0.4.2
27092026-05-14T13:38:39.104Z Checking instant v0.1.13
27102026-05-14T13:38:39.188Z Checking backoff v0.4.0
27112026-05-14T13:38:39.304Z Checking progenitor-extras v0.2.0
27122026-05-14T13:38:39.355Z Checking tokio-rustls v0.25.0
27132026-05-14T13:38:39.367Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-14T13:38:39.383Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-14T13:38:39.548Z Checking itertools v0.14.0
27162026-05-14T13:38:39.571Z Checking progenitor-client v0.10.0
27172026-05-14T13:38:39.733Z Checking regress v0.10.5
27182026-05-14T13:38:39.790Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-14T13:38:40.005Z Checking macaddr v1.0.1
27202026-05-14T13:38:40.148Z Compiling test-strategy v0.4.5
27212026-05-14T13:38:40.155Z Checking parse-display v0.10.0
27222026-05-14T13:38:41.331Z Compiling prettyplease v0.2.37
27232026-05-14T13:38:41.662Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-14T13:38:41.783Z Checking num-rational v0.4.2
27252026-05-14T13:38:42.024Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-14T13:38:42.214Z Checking num-complex v0.4.6
27272026-05-14T13:38:42.853Z Checking num v0.4.3
27282026-05-14T13:38:42.949Z Compiling usdt-macro v0.5.0
27292026-05-14T13:38:43.002Z Compiling usdt-attr-macro v0.5.0
27302026-05-14T13:38:43.015Z Checking memmap v0.7.0
27312026-05-14T13:38:43.018Z Checking float-ord v0.3.2
27322026-05-14T13:38:43.116Z Compiling convert_case v0.4.0
27332026-05-14T13:38:43.155Z Checking unicode-width v0.2.0
27342026-05-14T13:38:43.401Z Checking console v0.15.11
27352026-05-14T13:38:43.482Z Compiling derive_more v0.99.20
27362026-05-14T13:38:43.654Z Checking newline-converter v0.3.0
27372026-05-14T13:38:43.675Z Checking atomicwrites v0.4.4
27382026-05-14T13:38:43.749Z Checking usdt v0.5.0
27392026-05-14T13:38:43.763Z Compiling toml v0.8.23
27402026-05-14T13:38:43.800Z Compiling minimal-lexical v0.2.1
27412026-05-14T13:38:43.916Z Checking linked-hash-map v0.5.6
27422026-05-14T13:38:44.054Z Compiling nom v7.1.3
27432026-05-14T13:38:44.087Z Checking lru-cache v0.1.2
27442026-05-14T13:38:44.301Z Checking expectorate v1.2.0
27452026-05-14T13:38:44.754Z Checking camino-tempfile v1.4.1
27462026-05-14T13:38:44.870Z Checking hickory-proto v0.24.4
27472026-05-14T13:38:44.916Z Checking phf_shared v0.12.1
27482026-05-14T13:38:45.057Z Compiling slog-dtrace v0.3.0
27492026-05-14T13:38:45.118Z Checking resolv-conf v0.7.6
27502026-05-14T13:38:45.248Z Checking heck v0.5.0
27512026-05-14T13:38:45.302Z Compiling chrono-tz v0.10.4
27522026-05-14T13:38:45.359Z Compiling const_format_proc_macros v0.2.34
27532026-05-14T13:38:45.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-14T13:38:45.549Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-14T13:38:45.602Z Checking phf v0.12.1
27562026-05-14T13:38:45.745Z Checking tokio-dtrace v0.1.1
27572026-05-14T13:38:45.886Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-14T13:38:45.932Z Compiling derive-where v1.6.0
27592026-05-14T13:38:45.990Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-14T13:38:46.402Z Checking highway v1.3.0
27612026-05-14T13:38:46.634Z Checking const_format v0.2.35
27622026-05-14T13:38:46.696Z Checking hickory-resolver v0.24.4
27632026-05-14T13:38:46.798Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-14T13:38:46.865Z Checking oxide-tokio-rt v0.1.4
27652026-05-14T13:38:47.082Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-14T13:38:47.215Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27672026-05-14T13:38:47.278Z Checking gethostname v0.5.0
27682026-05-14T13:38:47.292Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-05-14T13:38:47.366Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-14T13:38:47.407Z Checking qorb v0.4.1
27712026-05-14T13:38:47.421Z Checking bcs v0.1.6
27722026-05-14T13:38:47.468Z Checking termtree v0.5.1
27732026-05-14T13:38:50.634Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-14T13:38:53.319Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-14T13:38:55.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s
27762026-05-14T13:38:55.593Z
27772026-05-14T13:38:55.594Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27782026-05-14T13:38:56.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-14T13:38:56.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-14T13:38:56.280Z Compiling ar_archive_writer v0.5.1
27812026-05-14T13:38:56.388Z Compiling stacker v0.1.23
27822026-05-14T13:38:56.399Z Compiling cfg_aliases v0.1.1
27832026-05-14T13:38:56.410Z Compiling convert_case v0.10.0
27842026-05-14T13:38:56.420Z Checking unicode-width v0.1.14
27852026-05-14T13:38:56.427Z Compiling proc-macro-error v1.0.4
27862026-05-14T13:38:56.439Z Checking fd-lock v4.0.4
27872026-05-14T13:38:56.439Z Checking nibble_vec v0.1.0
27882026-05-14T13:38:56.460Z Compiling nix v0.28.0
27892026-05-14T13:38:56.549Z Checking vte v0.14.1
27902026-05-14T13:38:56.564Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-14T13:38:56.645Z Checking bytecount v0.6.9
27922026-05-14T13:38:56.656Z Checking endian-type v0.1.2
27932026-05-14T13:38:56.698Z Checking strip-ansi-escapes v0.2.1
27942026-05-14T13:38:56.708Z Compiling derive_more-impl v2.1.1
27952026-05-14T13:38:56.718Z Compiling tabled_derive v0.7.0
27962026-05-14T13:38:56.741Z Checking papergrid v0.11.0
27972026-05-14T13:38:56.776Z Checking radix_trie v0.2.1
27982026-05-14T13:38:56.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-14T13:38:56.947Z Compiling peg-macros v0.8.5
28002026-05-14T13:38:56.975Z Checking winnow v0.6.26
28012026-05-14T13:38:57.212Z Compiling psm v0.1.30
28022026-05-14T13:38:57.296Z Compiling sqlparser_derive v0.5.0
28032026-05-14T13:38:57.327Z Checking home v0.5.12
28042026-05-14T13:38:57.433Z Checking unicode_categories v0.1.1
28052026-05-14T13:38:57.483Z Checking derive_more v2.1.1
28062026-05-14T13:38:57.562Z Checking nu-ansi-term v0.50.3
28072026-05-14T13:38:57.584Z Checking crossterm v0.29.0
28082026-05-14T13:38:57.651Z Checking tabled v0.15.0
28092026-05-14T13:38:57.762Z Checking reedline v0.40.0
28102026-05-14T13:38:57.765Z Checking rustyline v14.0.0
28112026-05-14T13:38:58.011Z Checking recursive v0.1.1
28122026-05-14T13:38:58.063Z Checking display-error-chain v0.2.2
28132026-05-14T13:38:58.090Z Checking sqlformat v0.3.5
28142026-05-14T13:38:58.102Z Checking sqlparser v0.61.0
28152026-05-14T13:38:58.274Z Checking peg v0.8.5
28162026-05-14T13:39:09.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
28172026-05-14T13:39:09.305Z
28182026-05-14T13:39:09.306Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28192026-05-14T13:39:09.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-14T13:39:09.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-14T13:39:09.977Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-14T13:39:13.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28232026-05-14T13:39:13.574Z
28242026-05-14T13:39:13.574Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28252026-05-14T13:39:14.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-14T13:39:14.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-14T13:39:14.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-14T13:39:16.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28292026-05-14T13:39:16.849Z
28302026-05-14T13:39:16.849Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28312026-05-14T13:39:17.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-14T13:39:17.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-14T13:39:17.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-14T13:39:20.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28352026-05-14T13:39:20.898Z
28362026-05-14T13:39:20.898Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28372026-05-14T13:39:21.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-14T13:39:21.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-14T13:39:21.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-14T13:39:24.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28412026-05-14T13:39:24.990Z
28422026-05-14T13:39:24.990Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28432026-05-14T13:39:25.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-14T13:39:25.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-14T13:39:25.660Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-14T13:39:28.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28472026-05-14T13:39:28.417Z
28482026-05-14T13:39:28.417Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28492026-05-14T13:39:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-14T13:39:28.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-14T13:39:29.083Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-14T13:39:31.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28532026-05-14T13:39:31.881Z
28542026-05-14T13:39:31.881Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28552026-05-14T13:39:32.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-14T13:39:32.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-14T13:39:32.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-14T13:39:35.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28592026-05-14T13:39:36.110Z
28602026-05-14T13:39:36.110Zinfo: running `cargo check --bins` on oximeter (93/274)
28612026-05-14T13:39:36.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-14T13:39:36.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-14T13:39:36.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-14T13:39:36.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28652026-05-14T13:39:36.707Z
28662026-05-14T13:39:36.707Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28672026-05-14T13:39:37.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-14T13:39:37.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-14T13:39:37.339Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-14T13:39:37.504Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-14T13:39:37.507Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-14T13:39:37.834Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-14T13:39:40.722Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-14T13:39:41.915Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-14T13:39:42.077Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-14T13:39:42.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28772026-05-14T13:39:42.924Z
28782026-05-14T13:39:42.924Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28792026-05-14T13:39:43.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-14T13:39:43.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-14T13:39:43.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-14T13:39:43.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28832026-05-14T13:39:43.522Z
28842026-05-14T13:39:43.522Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28852026-05-14T13:39:44.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-14T13:39:44.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-14T13:39:44.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-14T13:39:44.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892026-05-14T13:39:44.155Z
28902026-05-14T13:39:44.155Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28912026-05-14T13:39:44.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-14T13:39:44.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-14T13:39:44.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-14T13:39:44.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28952026-05-14T13:39:44.760Z
28962026-05-14T13:39:44.760Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28972026-05-14T13:39:45.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-14T13:39:45.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-14T13:39:45.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-14T13:39:45.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-05-14T13:39:45.359Z
29022026-05-14T13:39:45.359Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29032026-05-14T13:39:45.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-14T13:39:45.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-14T13:39:45.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-14T13:39:45.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-14T13:39:45.960Z
29082026-05-14T13:39:45.960Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29092026-05-14T13:39:46.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-14T13:39:46.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-14T13:39:46.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-14T13:39:46.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132026-05-14T13:39:46.558Z
29142026-05-14T13:39:46.558Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29152026-05-14T13:39:47.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-14T13:39:47.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-14T13:39:47.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-14T13:39:47.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29192026-05-14T13:39:47.142Z
29202026-05-14T13:39:47.142Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29212026-05-14T13:39:47.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-14T13:39:47.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-14T13:39:47.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-14T13:39:47.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-05-14T13:39:47.747Z
29262026-05-14T13:39:47.747Zinfo: running `cargo check --bins` on update-engine (103/274)
29272026-05-14T13:39:48.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-14T13:39:48.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-14T13:39:48.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-14T13:39:48.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-05-14T13:39:48.334Z
29322026-05-14T13:39:48.334Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29332026-05-14T13:39:48.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-14T13:39:48.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-14T13:39:49.044Z Compiling crucible-workspace-hack v0.1.0
29362026-05-14T13:39:49.161Z Checking secrecy v0.10.3
29372026-05-14T13:39:49.167Z Compiling heapless v0.8.0
29382026-05-14T13:39:49.173Z Compiling ingot-macros v0.1.1
29392026-05-14T13:39:49.180Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-14T13:39:49.183Z Checking hash32 v0.3.1
29412026-05-14T13:39:49.200Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-14T13:39:49.203Z Compiling smoltcp v0.11.0
29432026-05-14T13:39:49.260Z Checking cobs v0.3.0
29442026-05-14T13:39:49.309Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-14T13:39:49.406Z Checking universal-hash v0.5.1
29462026-05-14T13:39:49.409Z Checking half v2.7.1
29472026-05-14T13:39:49.442Z Checking ciborium-io v0.2.2
29482026-05-14T13:39:49.529Z Checking opaque-debug v0.3.1
29492026-05-14T13:39:49.543Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-14T13:39:49.574Z Checking postcard v1.1.3
29512026-05-14T13:39:49.598Z Checking poly1305 v0.8.0
29522026-05-14T13:39:49.657Z Checking ciborium-ll v0.2.2
29532026-05-14T13:39:49.720Z Compiling proc-macro-crate v3.4.0
29542026-05-14T13:39:49.850Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29552026-05-14T13:39:49.868Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-14T13:39:49.888Z Checking password-hash v0.5.0
29572026-05-14T13:39:50.112Z Checking chacha20 v0.9.1
29582026-05-14T13:39:50.128Z Compiling proc-macro-crate v1.3.1
29592026-05-14T13:39:50.131Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-05-14T13:39:50.220Z Checking blake2 v0.10.6
29612026-05-14T13:39:50.269Z Compiling num_enum_derive v0.7.5
29622026-05-14T13:39:50.300Z Checking aead v0.5.2
29632026-05-14T13:39:50.371Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-14T13:39:50.442Z Compiling foreign-types-macros v0.2.3
29652026-05-14T13:39:50.455Z Checking thiserror-no-std v2.0.2
29662026-05-14T13:39:50.458Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-14T13:39:50.547Z Checking cpufeatures v0.3.0
29682026-05-14T13:39:50.561Z Checking foreign-types-shared v0.3.1
29692026-05-14T13:39:50.590Z Compiling num_enum_derive v0.5.11
29702026-05-14T13:39:50.623Z Checking chacha20 v0.10.0
29712026-05-14T13:39:50.648Z Checking vsss-rs v3.3.4
29722026-05-14T13:39:50.709Z Checking argon2 v0.5.3
29732026-05-14T13:39:50.837Z Checking chacha20poly1305 v0.10.1
29742026-05-14T13:39:50.968Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-05-14T13:39:51.016Z Checking foreign-types v0.5.0
29762026-05-14T13:39:51.092Z Checking ciborium v0.2.2
29772026-05-14T13:39:51.181Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-05-14T13:39:51.266Z Checking tabwriter v1.4.1
29792026-05-14T13:39:51.317Z Checking num_enum v0.7.5
29802026-05-14T13:39:51.407Z Checking byte-wrapper v0.1.0
29812026-05-14T13:39:51.431Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-14T13:39:51.461Z Checking cstr-argument v0.1.2
29832026-05-14T13:39:51.506Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-14T13:39:51.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-05-14T13:39:51.594Z Checking num_enum v0.5.11
29862026-05-14T13:39:51.607Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29872026-05-14T13:39:51.704Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-14T13:39:51.743Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-14T13:39:51.780Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-05-14T13:39:51.841Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-14T13:39:51.873Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-14T13:39:51.938Z Checking rand v0.10.0
29932026-05-14T13:39:51.951Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29942026-05-14T13:39:51.963Z Checking ingot-types v0.1.2
29952026-05-14T13:39:51.966Z Checking indent_write v2.2.0
29962026-05-14T13:39:52.067Z Checking colored v3.1.1
29972026-05-14T13:39:52.090Z Compiling zone_cfg_derive v0.3.1
29982026-05-14T13:39:52.218Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-05-14T13:39:52.258Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-14T13:39:52.272Z Checking itertools v0.12.1
30012026-05-14T13:39:52.320Z Checking ingot v0.1.1
30022026-05-14T13:39:52.389Z Compiling num-derive v0.4.2
30032026-05-14T13:39:52.402Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-14T13:39:52.428Z Checking swrite v0.1.0
30052026-05-14T13:39:52.494Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-14T13:39:52.516Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-05-14T13:39:52.678Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-14T13:39:52.721Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-05-14T13:39:52.822Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30102026-05-14T13:39:52.838Z Checking dropshot-api-manager-types v0.7.1
30112026-05-14T13:39:52.851Z Checking smf v0.2.3
30122026-05-14T13:39:52.862Z Checking nanorand v0.7.0
30132026-05-14T13:39:53.000Z Checking whoami v1.6.1
30142026-05-14T13:39:53.051Z Checking flume v0.11.1
30152026-05-14T13:39:53.075Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-05-14T13:39:53.259Z Checking zone v0.3.1
30172026-05-14T13:39:53.287Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-05-14T13:39:53.845Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-14T13:39:54.798Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-14T13:39:55.676Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-14T13:39:58.691Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-05-14T13:40:00.694Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-05-14T13:40:01.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s
30242026-05-14T13:40:01.974Z
30252026-05-14T13:40:01.975Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30262026-05-14T13:40:02.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-05-14T13:40:02.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-05-14T13:40:02.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-05-14T13:40:02.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30302026-05-14T13:40:02.573Z
30312026-05-14T13:40:02.573Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30322026-05-14T13:40:03.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-14T13:40:03.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-14T13:40:03.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-14T13:40:03.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30362026-05-14T13:40:03.170Z
30372026-05-14T13:40:03.170Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30382026-05-14T13:40:03.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-14T13:40:03.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-14T13:40:03.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-14T13:40:03.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30422026-05-14T13:40:03.768Z
30432026-05-14T13:40:03.768Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30442026-05-14T13:40:04.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-14T13:40:04.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-14T13:40:04.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-14T13:40:04.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30482026-05-14T13:40:04.370Z
30492026-05-14T13:40:04.370Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30502026-05-14T13:40:04.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-14T13:40:04.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-14T13:40:04.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-14T13:40:04.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30542026-05-14T13:40:04.966Z
30552026-05-14T13:40:04.966Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30562026-05-14T13:40:05.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-14T13:40:05.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-14T13:40:05.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-14T13:40:05.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30602026-05-14T13:40:05.563Z
30612026-05-14T13:40:05.563Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30622026-05-14T13:40:06.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-14T13:40:06.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-14T13:40:06.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-14T13:40:06.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30662026-05-14T13:40:06.162Z
30672026-05-14T13:40:06.162Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30682026-05-14T13:40:06.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-14T13:40:06.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-14T13:40:06.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-14T13:40:06.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30722026-05-14T13:40:06.742Z
30732026-05-14T13:40:06.742Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30742026-05-14T13:40:07.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-14T13:40:07.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-14T13:40:07.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-14T13:40:07.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30782026-05-14T13:40:07.338Z
30792026-05-14T13:40:07.338Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30802026-05-14T13:40:07.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-14T13:40:07.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-14T13:40:07.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-14T13:40:07.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-05-14T13:40:07.936Z
30852026-05-14T13:40:07.936Zinfo: running `cargo check --bins` on installinator-client (115/274)
30862026-05-14T13:40:08.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-14T13:40:08.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-14T13:40:08.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-14T13:40:08.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30902026-05-14T13:40:09.534Z
30912026-05-14T13:40:09.535Zinfo: running `cargo check --bins` on nexus-client (116/274)
30922026-05-14T13:40:09.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-14T13:40:09.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-14T13:40:09.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-14T13:40:09.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30962026-05-14T13:40:09.541Z
30972026-05-14T13:40:09.541Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30982026-05-14T13:40:09.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-14T13:40:09.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-14T13:40:09.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-14T13:40:09.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31022026-05-14T13:40:09.789Z
31032026-05-14T13:40:09.789Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31042026-05-14T13:40:10.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-14T13:40:10.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-14T13:40:10.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-14T13:40:10.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31082026-05-14T13:40:10.374Z
31092026-05-14T13:40:10.374Zinfo: running `cargo check --bins` on oxide-client (119/274)
31102026-05-14T13:40:10.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-14T13:40:10.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-14T13:40:10.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-14T13:40:10.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31142026-05-14T13:40:10.961Z
31152026-05-14T13:40:10.961Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31162026-05-14T13:40:11.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-14T13:40:11.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-14T13:40:11.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-14T13:40:11.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31202026-05-14T13:40:11.559Z
31212026-05-14T13:40:11.560Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31222026-05-14T13:40:12.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-14T13:40:12.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-14T13:40:12.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-14T13:40:12.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31262026-05-14T13:40:12.134Z
31272026-05-14T13:40:12.134Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31282026-05-14T13:40:12.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-14T13:40:12.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-14T13:40:12.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-14T13:40:12.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31322026-05-14T13:40:12.738Z
31332026-05-14T13:40:12.739Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31342026-05-14T13:40:13.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-14T13:40:13.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-14T13:40:13.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-14T13:40:13.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-14T13:40:13.359Z
31392026-05-14T13:40:13.359Zinfo: running `cargo check --bins` on installinator-common (124/274)
31402026-05-14T13:40:13.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-14T13:40:13.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-14T13:40:13.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-14T13:40:13.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31442026-05-14T13:40:13.970Z
31452026-05-14T13:40:13.970Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31462026-05-14T13:40:14.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-14T13:40:14.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-14T13:40:14.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-14T13:40:14.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31502026-05-14T13:40:14.554Z
31512026-05-14T13:40:14.554Zinfo: running `cargo check --bins` on wicket-common (126/274)
31522026-05-14T13:40:15.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-14T13:40:15.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-14T13:40:15.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-14T13:40:15.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-05-14T13:40:15.164Z
31572026-05-14T13:40:15.164Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31582026-05-14T13:40:15.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-14T13:40:15.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-14T13:40:15.850Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-05-14T13:40:15.967Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-05-14T13:40:15.975Z Checking csv-core v0.1.13
31632026-05-14T13:40:15.981Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-05-14T13:40:15.987Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-05-14T13:40:15.996Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-14T13:40:16.007Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-14T13:40:16.018Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-05-14T13:40:16.130Z Checking csv v1.4.0
31692026-05-14T13:40:16.145Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-05-14T13:40:16.191Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-14T13:40:16.220Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-14T13:40:16.455Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-14T13:40:16.814Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-14T13:40:16.814Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31752026-05-14T13:40:17.142Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-14T13:40:22.805Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-14T13:40:23.327Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-14T13:40:25.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
31792026-05-14T13:40:25.823Z
31802026-05-14T13:40:25.823Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31812026-05-14T13:40:26.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-14T13:40:26.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-14T13:40:26.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-14T13:40:26.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31852026-05-14T13:40:26.413Z
31862026-05-14T13:40:26.413Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31872026-05-14T13:40:26.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-14T13:40:26.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-14T13:40:26.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-14T13:40:26.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31912026-05-14T13:40:27.092Z
31922026-05-14T13:40:27.092Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31932026-05-14T13:40:27.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-14T13:40:27.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-14T13:40:27.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-14T13:40:27.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31972026-05-14T13:40:27.770Z
31982026-05-14T13:40:27.770Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31992026-05-14T13:40:28.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-14T13:40:28.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-14T13:40:28.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-14T13:40:28.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32032026-05-14T13:40:28.420Z
32042026-05-14T13:40:28.420Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32052026-05-14T13:40:28.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-14T13:40:28.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-14T13:40:29.176Z Compiling regress v0.11.1
32082026-05-14T13:40:29.312Z Compiling unsafe-libyaml v0.2.11
32092026-05-14T13:40:29.325Z Compiling semver v0.1.20
32102026-05-14T13:40:29.335Z Compiling radium v0.7.0
32112026-05-14T13:40:29.350Z Checking tap v1.0.1
32122026-05-14T13:40:29.350Z Compiling maybe-uninit v2.0.0
32132026-05-14T13:40:29.376Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-14T13:40:29.449Z Checking wyz v0.5.1
32152026-05-14T13:40:29.596Z Compiling rustc_version v0.1.7
32162026-05-14T13:40:29.635Z Checking progenitor-client v0.13.0
32172026-05-14T13:40:29.687Z Compiling zerocopy-derive v0.6.6
32182026-05-14T13:40:29.775Z Compiling cancel-safe-futures v0.1.5
32192026-05-14T13:40:29.810Z Compiling newtype_derive v0.1.6
32202026-05-14T13:40:29.899Z Compiling serde_yaml v0.9.34+deprecated
32212026-05-14T13:40:29.978Z Compiling packed_struct v0.10.1
32222026-05-14T13:40:29.995Z Checking funty v2.0.0
32232026-05-14T13:40:30.036Z Compiling owo-colors v4.3.0
32242026-05-14T13:40:30.221Z Checking crc-catalog v2.4.0
32252026-05-14T13:40:30.323Z Checking crc v3.4.0
32262026-05-14T13:40:30.323Z Checking bitvec v1.0.1
32272026-05-14T13:40:30.527Z Checking zerocopy v0.6.6
32282026-05-14T13:40:30.541Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-14T13:40:30.583Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-14T13:40:30.748Z Checking typify-impl v0.6.2
32312026-05-14T13:40:30.853Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-14T13:40:30.921Z Compiling packed_struct_codegen v0.10.1
32332026-05-14T13:40:31.071Z Checking libsw-core v0.3.2
32342026-05-14T13:40:31.103Z Compiling bitfield-macros v0.19.4
32352026-05-14T13:40:31.218Z Compiling indexmap v1.9.3
32362026-05-14T13:40:31.376Z Checking nodrop v0.1.14
32372026-05-14T13:40:31.431Z Checking libsw v3.5.0
32382026-05-14T13:40:31.469Z Checking array-init v0.0.4
32392026-05-14T13:40:31.582Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-14T13:40:31.636Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-14T13:40:31.765Z Checking smallvec v0.6.14
32422026-05-14T13:40:31.796Z Checking bitfield v0.19.4
32432026-05-14T13:40:31.813Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-14T13:40:32.032Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-14T13:40:32.062Z Checking linear-map v1.2.0
32462026-05-14T13:40:32.111Z Checking base64 v0.21.7
32472026-05-14T13:40:32.155Z Checking unicode-linebreak v0.1.5
32482026-05-14T13:40:32.219Z Checking tagptr v0.2.0
32492026-05-14T13:40:32.233Z Checking hashbrown v0.12.3
32502026-05-14T13:40:32.349Z Checking smawk v0.3.2
32512026-05-14T13:40:32.363Z Checking moka v0.12.13
32522026-05-14T13:40:32.374Z Checking ron v0.8.1
32532026-05-14T13:40:32.456Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-14T13:40:32.475Z Checking textwrap v0.16.2
32552026-05-14T13:40:32.540Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-14T13:40:32.619Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-14T13:40:32.680Z Checking steno v0.4.1
32582026-05-14T13:40:32.880Z Checking serde-hex v0.1.0
32592026-05-14T13:40:32.948Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-14T13:40:32.978Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-05-14T13:40:33.025Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32622026-05-14T13:40:33.105Z Checking hashbrown v0.13.2
32632026-05-14T13:40:33.406Z Checking humantime v2.3.0
32642026-05-14T13:40:33.528Z Checking crc-any v2.5.0
32652026-05-14T13:40:33.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32662026-05-14T13:40:33.590Z Checking object v0.30.4
32672026-05-14T13:40:33.659Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-14T13:40:33.704Z Checking hickory-resolver v0.25.2
32692026-05-14T13:40:33.748Z Checking half v1.8.3
32702026-05-14T13:40:33.779Z Checking path-slash v0.1.5
32712026-05-14T13:40:33.821Z Checking utf-8 v0.7.6
32722026-05-14T13:40:33.882Z Checking void v1.0.2
32732026-05-14T13:40:33.938Z Checking serde_cbor v0.11.2
32742026-05-14T13:40:33.956Z Checking tungstenite v0.23.0
32752026-05-14T13:40:33.985Z Checking lzss v0.8.2
32762026-05-14T13:40:34.303Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-14T13:40:34.306Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-14T13:40:34.337Z Checking nix v0.27.1
32792026-05-14T13:40:34.363Z Checking kstat-rs v0.2.4
32802026-05-14T13:40:34.391Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-05-14T13:40:34.460Z Checking fxhash v0.2.1
32822026-05-14T13:40:34.545Z Checking serde_bytes v0.11.19
32832026-05-14T13:40:34.560Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-05-14T13:40:34.579Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32852026-05-14T13:40:34.716Z Checking tokio-tungstenite v0.23.1
32862026-05-14T13:40:34.808Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32872026-05-14T13:40:34.832Z Checking signal-hook-tokio v0.3.1
32882026-05-14T13:40:35.148Z Compiling typify-macro v0.6.2
32892026-05-14T13:40:35.901Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-14T13:40:36.271Z Compiling typify v0.6.2
32912026-05-14T13:40:36.350Z Compiling progenitor-impl v0.13.0
32922026-05-14T13:40:36.350Z Compiling progenitor-impl v0.14.0
32932026-05-14T13:40:36.788Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-14T13:40:37.112Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32952026-05-14T13:40:37.916Z Compiling progenitor-macro v0.13.0
32962026-05-14T13:40:37.955Z Compiling progenitor-macro v0.14.0
32972026-05-14T13:40:40.476Z Checking progenitor v0.14.0
32982026-05-14T13:40:40.476Z Checking progenitor v0.13.0
32992026-05-14T13:40:40.607Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33002026-05-14T13:40:40.610Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-14T13:40:43.564Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-14T13:40:51.054Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-14T13:40:57.242Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-14T13:40:58.590Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-14T13:40:59.088Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-14T13:41:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.72s
33072026-05-14T13:41:01.349Z
33082026-05-14T13:41:01.349Zinfo: running `cargo check --bins` on gateway-api (133/274)
33092026-05-14T13:41:01.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-14T13:41:01.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-14T13:41:01.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-14T13:41:01.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-05-14T13:41:01.943Z
33142026-05-14T13:41:01.943Zinfo: running `cargo check --bins` on ipcc (134/274)
33152026-05-14T13:41:02.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-14T13:41:02.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-14T13:41:02.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-14T13:41:02.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33192026-05-14T13:41:02.538Z
33202026-05-14T13:41:02.539Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33212026-05-14T13:41:03.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-14T13:41:03.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-14T13:41:03.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-14T13:41:03.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-05-14T13:41:03.115Z
33262026-05-14T13:41:03.115Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33272026-05-14T13:41:03.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-14T13:41:03.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-14T13:41:03.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-14T13:41:03.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-05-14T13:41:03.715Z
33322026-05-14T13:41:03.715Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33332026-05-14T13:41:04.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-14T13:41:04.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-14T13:41:04.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-14T13:41:04.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-05-14T13:41:04.310Z
33382026-05-14T13:41:04.311Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33392026-05-14T13:41:04.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-14T13:41:04.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-14T13:41:04.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-14T13:41:04.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33432026-05-14T13:41:04.911Z
33442026-05-14T13:41:04.912Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33452026-05-14T13:41:05.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-14T13:41:05.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-14T13:41:05.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-14T13:41:05.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492026-05-14T13:41:05.514Z
33502026-05-14T13:41:05.514Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33512026-05-14T13:41:06.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-14T13:41:06.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-14T13:41:06.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-14T13:41:06.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-05-14T13:41:06.115Z
33562026-05-14T13:41:06.115Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33572026-05-14T13:41:06.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-14T13:41:06.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-14T13:41:06.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-14T13:41:06.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-05-14T13:41:06.713Z
33622026-05-14T13:41:06.713Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33632026-05-14T13:41:07.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-14T13:41:07.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-14T13:41:07.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-14T13:41:07.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-05-14T13:41:07.317Z
33682026-05-14T13:41:07.317Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33692026-05-14T13:41:07.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-14T13:41:07.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-14T13:41:07.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-14T13:41:07.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-05-14T13:41:07.913Z
33742026-05-14T13:41:07.914Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33752026-05-14T13:41:08.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-14T13:41:08.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-14T13:41:08.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-14T13:41:08.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33792026-05-14T13:41:08.513Z
33802026-05-14T13:41:08.513Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33812026-05-14T13:41:09.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-14T13:41:09.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-14T13:41:09.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-14T13:41:09.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852026-05-14T13:41:09.109Z
33862026-05-14T13:41:09.109Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33872026-05-14T13:41:09.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-14T13:41:09.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-14T13:41:09.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-14T13:41:09.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-05-14T13:41:09.700Z
33922026-05-14T13:41:09.700Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33932026-05-14T13:41:10.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-14T13:41:10.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-14T13:41:10.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-14T13:41:10.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-05-14T13:41:10.302Z
33982026-05-14T13:41:10.302Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33992026-05-14T13:41:10.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-14T13:41:10.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-14T13:41:10.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-14T13:41:10.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-05-14T13:41:10.901Z
34042026-05-14T13:41:10.901Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34052026-05-14T13:41:11.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-14T13:41:11.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-14T13:41:11.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-14T13:41:11.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-14T13:41:11.496Z
34102026-05-14T13:41:11.496Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34112026-05-14T13:41:11.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-14T13:41:12.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-14T13:41:12.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-14T13:41:12.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34152026-05-14T13:41:12.097Z
34162026-05-14T13:41:12.097Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34172026-05-14T13:41:12.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-14T13:41:12.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-14T13:41:12.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-14T13:41:12.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-05-14T13:41:12.698Z
34222026-05-14T13:41:12.698Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34232026-05-14T13:41:13.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-14T13:41:13.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-14T13:41:13.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-14T13:41:13.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-05-14T13:41:13.291Z
34282026-05-14T13:41:13.292Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34292026-05-14T13:41:13.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-14T13:41:13.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-14T13:41:13.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-14T13:41:13.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34332026-05-14T13:41:13.891Z
34342026-05-14T13:41:13.891Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34352026-05-14T13:41:14.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-14T13:41:14.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-14T13:41:14.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-14T13:41:14.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-05-14T13:41:14.527Z
34402026-05-14T13:41:14.527Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34412026-05-14T13:41:15.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-14T13:41:15.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-14T13:41:15.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-14T13:41:15.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-05-14T13:41:15.130Z
34462026-05-14T13:41:15.130Zinfo: running `cargo check --bins` on dns-server (156/274)
34472026-05-14T13:41:15.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-14T13:41:15.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-14T13:41:15.782Z Compiling parking_lot_core v0.8.6
34502026-05-14T13:41:15.782Z Compiling atomicwrites v0.4.4
34512026-05-14T13:41:15.785Z Compiling git-stub v1.0.0
34522026-05-14T13:41:15.785Z Checking prefix-trie v0.7.0
34532026-05-14T13:41:15.785Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34542026-05-14T13:41:16.011Z Compiling git-stub-vcs v0.1.0
34552026-05-14T13:41:16.170Z Checking hickory-server v0.25.2
34562026-05-14T13:41:16.281Z Checking parking_lot v0.11.2
34572026-05-14T13:41:16.284Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34582026-05-14T13:41:16.360Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592026-05-14T13:41:16.363Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34602026-05-14T13:41:16.451Z Checking sled v0.34.7
34612026-05-14T13:41:18.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
34622026-05-14T13:41:18.478Z
34632026-05-14T13:41:18.478Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34642026-05-14T13:41:18.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-14T13:41:18.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-14T13:41:18.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-14T13:41:18.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34682026-05-14T13:41:19.075Z
34692026-05-14T13:41:19.075Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34702026-05-14T13:41:19.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-14T13:41:19.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-14T13:41:19.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-14T13:41:19.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34742026-05-14T13:41:19.673Z
34752026-05-14T13:41:19.673Zinfo: running `cargo check --bins` on sp-sim (159/274)
34762026-05-14T13:41:20.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-14T13:41:20.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-14T13:41:20.388Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-14T13:41:22.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34802026-05-14T13:41:22.339Z
34812026-05-14T13:41:22.339Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34822026-05-14T13:41:22.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-14T13:41:22.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-14T13:41:22.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-14T13:41:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34862026-05-14T13:41:22.990Z
34872026-05-14T13:41:22.990Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34882026-05-14T13:41:23.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-14T13:41:23.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-14T13:41:23.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-14T13:41:23.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34922026-05-14T13:41:23.647Z
34932026-05-14T13:41:23.647Zinfo: running `cargo check --bins` on db-macros (162/274)
34942026-05-14T13:41:24.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-14T13:41:24.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-14T13:41:24.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-14T13:41:24.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-05-14T13:41:24.232Z
34992026-05-14T13:41:24.232Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35002026-05-14T13:41:24.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-14T13:41:24.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-14T13:41:24.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-14T13:41:24.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-05-14T13:41:24.819Z
35052026-05-14T13:41:24.819Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35062026-05-14T13:41:25.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-14T13:41:25.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-14T13:41:25.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-14T13:41:25.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35102026-05-14T13:41:25.472Z
35112026-05-14T13:41:25.472Zinfo: running `cargo check --bins` on authz-macros (165/274)
35122026-05-14T13:41:25.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-14T13:41:25.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-14T13:41:25.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-14T13:41:25.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35162026-05-14T13:41:26.053Z
35172026-05-14T13:41:26.053Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35182026-05-14T13:41:26.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-14T13:41:26.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-14T13:41:26.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-14T13:41:26.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222026-05-14T13:41:26.697Z
35232026-05-14T13:41:26.697Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35242026-05-14T13:41:27.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-14T13:41:27.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-14T13:41:27.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-14T13:41:27.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35282026-05-14T13:41:27.339Z
35292026-05-14T13:41:27.339Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35302026-05-14T13:41:27.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-14T13:41:27.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-14T13:41:27.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-14T13:41:27.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35342026-05-14T13:41:27.931Z
35352026-05-14T13:41:27.931Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35362026-05-14T13:41:28.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-14T13:41:28.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-14T13:41:28.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-14T13:41:28.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-05-14T13:41:28.521Z
35412026-05-14T13:41:28.521Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35422026-05-14T13:41:29.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-14T13:41:29.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-14T13:41:29.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-14T13:41:29.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-05-14T13:41:29.123Z
35472026-05-14T13:41:29.123Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35482026-05-14T13:41:29.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-14T13:41:29.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-14T13:41:29.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-14T13:41:29.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-05-14T13:41:29.716Z
35532026-05-14T13:41:29.716Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35542026-05-14T13:41:30.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-14T13:41:30.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-14T13:41:30.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-14T13:41:30.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-05-14T13:41:30.297Z
35592026-05-14T13:41:30.297Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35602026-05-14T13:41:30.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-14T13:41:30.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-14T13:41:30.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-14T13:41:30.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35642026-05-14T13:41:30.950Z
35652026-05-14T13:41:30.951Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35662026-05-14T13:41:31.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-14T13:41:31.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-14T13:41:31.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-14T13:41:31.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35702026-05-14T13:41:31.604Z
35712026-05-14T13:41:31.605Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35722026-05-14T13:41:32.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-14T13:41:32.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-14T13:41:32.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-14T13:41:32.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35762026-05-14T13:41:32.243Z
35772026-05-14T13:41:32.243Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35782026-05-14T13:41:32.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-14T13:41:32.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-14T13:41:32.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-14T13:41:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35822026-05-14T13:41:32.896Z
35832026-05-14T13:41:32.896Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35842026-05-14T13:41:33.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-14T13:41:33.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-14T13:41:33.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-14T13:41:33.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35882026-05-14T13:41:33.478Z
35892026-05-14T13:41:33.478Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35902026-05-14T13:41:33.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-14T13:41:33.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-14T13:41:33.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-14T13:41:34.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-05-14T13:41:34.097Z
35952026-05-14T13:41:34.097Zinfo: running `cargo check --bins` on key-manager (179/274)
35962026-05-14T13:41:34.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-14T13:41:34.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-14T13:41:34.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-14T13:41:34.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-05-14T13:41:34.701Z
36012026-05-14T13:41:34.701Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36022026-05-14T13:41:35.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-14T13:41:35.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-14T13:41:35.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-14T13:41:35.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36062026-05-14T13:41:35.315Z
36072026-05-14T13:41:35.315Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36082026-05-14T13:41:35.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-14T13:41:35.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-14T13:41:35.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-14T13:41:35.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36122026-05-14T13:41:35.929Z
36132026-05-14T13:41:35.929Zinfo: running `cargo check --bins` on typed-rng (182/274)
36142026-05-14T13:41:36.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-14T13:41:36.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-14T13:41:36.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-14T13:41:36.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36182026-05-14T13:41:36.518Z
36192026-05-14T13:41:36.518Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36202026-05-14T13:41:37.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-14T13:41:37.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-14T13:41:37.363Z Compiling typify-impl v0.4.3
36232026-05-14T13:41:37.365Z Compiling libefi-sys v0.1.0
36242026-05-14T13:41:37.506Z Compiling bitfield-struct v0.6.2
36252026-05-14T13:41:37.513Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-14T13:41:37.522Z Compiling xshell-macros v0.2.7
36272026-05-14T13:41:37.535Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36282026-05-14T13:41:37.576Z Compiling salty v0.3.0
36292026-05-14T13:41:37.579Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-14T13:41:37.732Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-05-14T13:41:37.852Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36322026-05-14T13:41:37.866Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-14T13:41:37.880Z Checking xshell v0.2.7
36342026-05-14T13:41:38.060Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36352026-05-14T13:41:38.086Z Checking primeorder v0.13.6
36362026-05-14T13:41:38.104Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-05-14T13:41:38.225Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-14T13:41:38.249Z Compiling proc-macro-error-attr2 v2.0.0
36392026-05-14T13:41:38.315Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36402026-05-14T13:41:38.336Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-05-14T13:41:38.378Z Checking tungstenite v0.21.0
36422026-05-14T13:41:38.522Z Checking p384 v0.13.1
36432026-05-14T13:41:38.568Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36442026-05-14T13:41:38.630Z Compiling proc-macro-error2 v2.0.1
36452026-05-14T13:41:38.737Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36462026-05-14T13:41:38.794Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36472026-05-14T13:41:38.933Z Compiling num-derive v0.3.3
36482026-05-14T13:41:38.950Z Compiling tabled_derive v0.11.0
36492026-05-14T13:41:39.114Z Checking tokio-tungstenite v0.21.0
36502026-05-14T13:41:39.403Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-14T13:41:39.417Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-14T13:41:39.522Z Checking papergrid v0.17.0
36532026-05-14T13:41:39.777Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-14T13:41:39.798Z Checking libscf-sys v1.1.0
36552026-05-14T13:41:39.932Z Checking testing_table v0.3.0
36562026-05-14T13:41:40.030Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-14T13:41:40.081Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36582026-05-14T13:41:40.096Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36592026-05-14T13:41:40.278Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-14T13:41:40.309Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-14T13:41:40.512Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36622026-05-14T13:41:40.515Z Compiling unicase v2.9.0
36632026-05-14T13:41:40.568Z Checking corncobs v0.1.4
36642026-05-14T13:41:40.571Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36652026-05-14T13:41:40.702Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-05-14T13:41:40.731Z Compiling mime_guess v2.0.5
36672026-05-14T13:41:40.767Z Checking tabled v0.20.0
36682026-05-14T13:41:40.785Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36692026-05-14T13:41:40.886Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-14T13:41:40.956Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-14T13:41:40.996Z Checking progenitor-client v0.11.2
36722026-05-14T13:41:41.199Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-14T13:41:41.234Z Checking secrecy v0.8.0
36742026-05-14T13:41:41.260Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36752026-05-14T13:41:41.303Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-14T13:41:41.322Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36772026-05-14T13:41:41.470Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36782026-05-14T13:41:41.750Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36792026-05-14T13:41:41.872Z Compiling typify-macro v0.4.3
36802026-05-14T13:41:41.902Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-14T13:41:41.920Z Checking filetime v0.2.27
36822026-05-14T13:41:42.007Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-14T13:41:42.021Z Checking crc8 v0.1.1
36842026-05-14T13:41:42.052Z Checking http-range v0.1.5
36852026-05-14T13:41:42.116Z Checking xattr v1.6.1
36862026-05-14T13:41:42.248Z Checking tar v0.4.45
36872026-05-14T13:41:42.507Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36882026-05-14T13:41:42.635Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36892026-05-14T13:41:42.763Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36902026-05-14T13:41:42.784Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-05-14T13:41:42.804Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36922026-05-14T13:41:42.850Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932026-05-14T13:41:43.144Z Checking atty v0.2.14
36942026-05-14T13:41:43.248Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36952026-05-14T13:41:43.286Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36962026-05-14T13:41:43.370Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-05-14T13:41:43.548Z Compiling typify v0.4.3
36982026-05-14T13:41:43.665Z Compiling progenitor-impl v0.11.2
36992026-05-14T13:41:43.702Z Compiling progenitor-impl v0.10.0
37002026-05-14T13:41:44.114Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-14T13:41:44.135Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-14T13:41:44.386Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-14T13:41:44.628Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37042026-05-14T13:41:45.077Z Checking hyper-staticfile v0.10.1
37052026-05-14T13:41:45.080Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37062026-05-14T13:41:45.258Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37072026-05-14T13:41:45.368Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37082026-05-14T13:41:45.445Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37092026-05-14T13:41:45.526Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37102026-05-14T13:41:45.676Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37112026-05-14T13:41:45.866Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37122026-05-14T13:41:45.950Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37132026-05-14T13:41:46.162Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37142026-05-14T13:41:46.225Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37152026-05-14T13:41:46.245Z Compiling progenitor-macro v0.10.0
37162026-05-14T13:41:46.275Z Compiling progenitor-macro v0.11.2
37172026-05-14T13:41:49.026Z Checking progenitor v0.10.0
37182026-05-14T13:41:49.147Z Checking progenitor v0.11.2
37192026-05-14T13:41:49.161Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37202026-05-14T13:41:49.269Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37212026-05-14T13:41:53.899Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37222026-05-14T13:41:54.985Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-05-14T13:42:05.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.72s
37242026-05-14T13:42:05.452Z
37252026-05-14T13:42:05.452Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37262026-05-14T13:42:06.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-05-14T13:42:06.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-05-14T13:42:06.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-05-14T13:42:16.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
37302026-05-14T13:42:16.775Z
37312026-05-14T13:42:16.775Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37322026-05-14T13:42:17.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-05-14T13:42:17.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-05-14T13:42:17.545Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-05-14T13:42:28.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37362026-05-14T13:42:28.248Z
37372026-05-14T13:42:28.248Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37382026-05-14T13:42:28.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-05-14T13:42:28.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-05-14T13:42:29.023Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-05-14T13:42:39.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37422026-05-14T13:42:39.582Z
37432026-05-14T13:42:39.582Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37442026-05-14T13:42:40.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-05-14T13:42:40.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-05-14T13:42:40.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-05-14T13:42:50.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37482026-05-14T13:42:50.994Z
37492026-05-14T13:42:50.994Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37502026-05-14T13:42:51.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-05-14T13:42:51.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-05-14T13:42:51.757Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-14T13:43:02.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37542026-05-14T13:43:02.371Z
37552026-05-14T13:43:02.371Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37562026-05-14T13:43:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-14T13:43:02.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-14T13:43:03.144Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-14T13:43:13.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37602026-05-14T13:43:13.722Z
37612026-05-14T13:43:13.722Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37622026-05-14T13:43:14.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-14T13:43:14.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-14T13:43:14.491Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-14T13:43:24.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37662026-05-14T13:43:25.178Z
37672026-05-14T13:43:25.178Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37682026-05-14T13:43:25.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-14T13:43:25.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-14T13:43:25.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-05-14T13:43:25.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37722026-05-14T13:43:25.781Z
37732026-05-14T13:43:25.781Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37742026-05-14T13:43:26.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-14T13:43:26.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-14T13:43:26.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-05-14T13:43:26.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37782026-05-14T13:43:26.377Z
37792026-05-14T13:43:26.377Zinfo: running `cargo check --bins` on range-requests (193/274)
37802026-05-14T13:43:26.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-14T13:43:26.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-14T13:43:26.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-05-14T13:43:26.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37842026-05-14T13:43:26.961Z
37852026-05-14T13:43:26.961Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37862026-05-14T13:43:27.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-14T13:43:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-14T13:43:27.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-05-14T13:43:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37902026-05-14T13:43:27.548Z
37912026-05-14T13:43:27.548Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37922026-05-14T13:43:28.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-14T13:43:28.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-14T13:43:28.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-05-14T13:43:28.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37962026-05-14T13:43:28.157Z
37972026-05-14T13:43:28.157Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37982026-05-14T13:43:28.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-14T13:43:28.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-14T13:43:28.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-14T13:43:28.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38022026-05-14T13:43:28.765Z
38032026-05-14T13:43:28.765Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38042026-05-14T13:43:29.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-14T13:43:29.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-14T13:43:29.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-14T13:43:29.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-05-14T13:43:29.374Z
38092026-05-14T13:43:29.374Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38102026-05-14T13:43:29.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-14T13:43:29.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-14T13:43:29.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-14T13:43:29.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-05-14T13:43:29.983Z
38152026-05-14T13:43:29.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38162026-05-14T13:43:30.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-14T13:43:30.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-14T13:43:30.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-14T13:43:30.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38202026-05-14T13:43:30.595Z
38212026-05-14T13:43:30.595Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38222026-05-14T13:43:31.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-14T13:43:31.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-14T13:43:31.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-14T13:43:31.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38262026-05-14T13:43:31.205Z
38272026-05-14T13:43:31.205Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38282026-05-14T13:43:31.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-14T13:43:31.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-14T13:43:31.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-14T13:43:31.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-05-14T13:43:31.820Z
38332026-05-14T13:43:31.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38342026-05-14T13:43:32.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-14T13:43:32.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-14T13:43:32.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-14T13:43:32.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38382026-05-14T13:43:32.433Z
38392026-05-14T13:43:32.434Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38402026-05-14T13:43:32.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-14T13:43:32.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-14T13:43:32.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-14T13:43:32.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38442026-05-14T13:43:33.043Z
38452026-05-14T13:43:33.043Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38462026-05-14T13:43:33.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-14T13:43:33.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-14T13:43:33.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-14T13:43:33.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-05-14T13:43:33.683Z
38512026-05-14T13:43:33.683Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38522026-05-14T13:43:34.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-14T13:43:34.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-14T13:43:34.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-14T13:43:34.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38562026-05-14T13:43:34.297Z
38572026-05-14T13:43:34.297Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38582026-05-14T13:43:34.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-14T13:43:34.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-14T13:43:34.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-14T13:43:34.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-14T13:43:34.921Z
38632026-05-14T13:43:34.921Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38642026-05-14T13:43:35.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-14T13:43:35.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-14T13:43:35.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-14T13:43:35.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38682026-05-14T13:43:35.563Z
38692026-05-14T13:43:35.563Zinfo: running `cargo check --bins` on update-common (208/274)
38702026-05-14T13:43:36.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-14T13:43:36.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-14T13:43:36.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-14T13:43:36.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38742026-05-14T13:43:36.157Z
38752026-05-14T13:43:36.157Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38762026-05-14T13:43:36.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-14T13:43:36.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-14T13:43:36.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-14T13:43:36.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38802026-05-14T13:43:36.806Z
38812026-05-14T13:43:36.806Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38822026-05-14T13:43:37.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-14T13:43:37.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-14T13:43:37.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-14T13:43:37.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38862026-05-14T13:43:37.386Z
38872026-05-14T13:43:37.386Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38882026-05-14T13:43:37.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-14T13:43:37.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-14T13:43:38.158Z Compiling fs-err v2.11.0
38912026-05-14T13:43:38.160Z Checking ignore v0.4.25
38922026-05-14T13:43:38.160Z Checking arc-swap v1.8.2
38932026-05-14T13:43:38.160Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38942026-05-14T13:43:38.299Z Checking predicates-tree v1.0.13
38952026-05-14T13:43:38.302Z Checking parse-size v1.1.0
38962026-05-14T13:43:38.321Z Checking rand_seeder v0.4.0
38972026-05-14T13:43:38.333Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38982026-05-14T13:43:38.398Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38992026-05-14T13:43:38.421Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39002026-05-14T13:43:38.462Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39012026-05-14T13:43:38.481Z Checking slog-scope v4.4.1
39022026-05-14T13:43:38.599Z Compiling petname v2.0.2
39032026-05-14T13:43:38.613Z Checking slog-stdlog v4.1.1
39042026-05-14T13:43:38.629Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39052026-05-14T13:43:38.668Z Checking globwalk v0.9.1
39062026-05-14T13:43:38.714Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-05-14T13:43:38.728Z Checking slog-envlogger v2.2.0
39082026-05-14T13:43:38.843Z Checking camino-tempfile-ext v0.3.3
39092026-05-14T13:43:38.857Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39102026-05-14T13:43:38.873Z Checking sapling-renderdag v0.1.0
39112026-05-14T13:43:39.019Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39122026-05-14T13:43:39.033Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39132026-05-14T13:43:39.107Z Checking subprocess v0.2.15
39142026-05-14T13:43:39.200Z Checking sync-ptr v0.1.4
39152026-05-14T13:43:39.249Z Checking colored v2.2.0
39162026-05-14T13:43:39.318Z Checking assert_matches v1.5.0
39172026-05-14T13:43:39.380Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39182026-05-14T13:43:39.462Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-14T13:43:39.513Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39202026-05-14T13:43:39.515Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39212026-05-14T13:43:40.126Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39222026-05-14T13:43:41.454Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39232026-05-14T13:43:43.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39242026-05-14T13:43:43.867Z
39252026-05-14T13:43:43.867Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39262026-05-14T13:43:44.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-14T13:43:44.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-14T13:43:44.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-14T13:43:44.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39302026-05-14T13:43:44.451Z
39312026-05-14T13:43:44.451Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39322026-05-14T13:43:44.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-14T13:43:44.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-14T13:43:44.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-14T13:43:44.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39362026-05-14T13:43:45.061Z
39372026-05-14T13:43:45.061Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39382026-05-14T13:43:45.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-14T13:43:45.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-14T13:43:45.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-14T13:43:45.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39422026-05-14T13:43:45.715Z
39432026-05-14T13:43:45.715Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39442026-05-14T13:43:46.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-14T13:43:46.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-14T13:43:46.432Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39472026-05-14T13:43:46.432Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-05-14T13:43:47.074Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39492026-05-14T13:43:48.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39502026-05-14T13:43:48.855Z
39512026-05-14T13:43:48.855Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39522026-05-14T13:43:49.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-14T13:43:49.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-14T13:43:49.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-05-14T13:43:49.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-05-14T13:43:49.458Z
39572026-05-14T13:43:49.458Zinfo: running `cargo check --bins` on cert-dev (217/274)
39582026-05-14T13:43:49.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-14T13:43:49.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-14T13:43:50.060Z Checking yasna v0.5.2
39612026-05-14T13:43:50.462Z Checking rcgen v0.12.1
39622026-05-14T13:43:50.708Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-05-14T13:43:50.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39642026-05-14T13:43:51.058Z
39652026-05-14T13:43:51.058Zinfo: running `cargo check --bins` on clickana (218/274)
39662026-05-14T13:43:51.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-14T13:43:51.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-14T13:43:51.694Z Compiling darling_core v0.23.0
39692026-05-14T13:43:51.802Z Compiling instability v0.3.11
39702026-05-14T13:43:51.809Z Checking castaway v0.2.4
39712026-05-14T13:43:51.814Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-05-14T13:43:51.820Z Compiling indoc v2.0.7
39732026-05-14T13:43:51.827Z Checking unicode-truncate v1.1.0
39742026-05-14T13:43:51.830Z Checking lru v0.12.5
39752026-05-14T13:43:51.830Z Checking cassowary v0.3.0
39762026-05-14T13:43:51.895Z Checking compact_str v0.8.1
39772026-05-14T13:43:52.843Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-05-14T13:43:53.025Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-05-14T13:43:53.237Z Compiling darling_macro v0.23.0
39802026-05-14T13:43:53.642Z Compiling darling v0.23.0
39812026-05-14T13:43:54.246Z Checking ratatui v0.29.0
39822026-05-14T13:43:55.285Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-05-14T13:43:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39842026-05-14T13:43:56.149Z
39852026-05-14T13:43:56.149Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39862026-05-14T13:43:56.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-14T13:43:56.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-14T13:43:56.863Z Checking headers-core v0.3.0
39892026-05-14T13:43:56.866Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-05-14T13:43:57.061Z Checking headers v0.4.1
39912026-05-14T13:43:57.429Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39922026-05-14T13:43:58.279Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39932026-05-14T13:43:58.779Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39942026-05-14T13:43:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
39952026-05-14T13:43:59.399Z
39962026-05-14T13:43:59.399Zinfo: running `cargo check --bins` on ch-dev (220/274)
39972026-05-14T13:43:59.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-14T13:43:59.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-14T13:44:00.111Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40002026-05-14T13:44:00.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40012026-05-14T13:44:01.049Z
40022026-05-14T13:44:01.049Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40032026-05-14T13:44:01.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-14T13:44:01.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-14T13:44:01.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-14T13:44:01.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40072026-05-14T13:44:01.513Z
40082026-05-14T13:44:01.513Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40092026-05-14T13:44:02.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-14T13:44:02.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-14T13:44:02.226Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-05-14T13:44:03.211Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40132026-05-14T13:44:03.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40142026-05-14T13:44:03.753Z
40152026-05-14T13:44:03.753Zinfo: running `cargo check --bins` on db-dev (223/274)
40162026-05-14T13:44:04.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-14T13:44:04.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-14T13:44:04.469Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40192026-05-14T13:44:05.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40202026-05-14T13:44:05.440Z
40212026-05-14T13:44:05.440Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40222026-05-14T13:44:05.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-14T13:44:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-14T13:44:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-14T13:44:05.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40262026-05-14T13:44:06.078Z
40272026-05-14T13:44:06.078Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40282026-05-14T13:44:06.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-14T13:44:06.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-14T13:44:06.685Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40312026-05-14T13:44:07.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40322026-05-14T13:44:07.528Z
40332026-05-14T13:44:07.528Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40342026-05-14T13:44:08.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-14T13:44:08.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-14T13:44:08.270Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40372026-05-14T13:44:08.270Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40382026-05-14T13:44:08.273Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40392026-05-14T13:44:08.273Z Checking git-stub v1.0.0
40402026-05-14T13:44:08.273Z Compiling trait-variant v0.1.2
40412026-05-14T13:44:08.273Z Checking maplit v1.0.2
40422026-05-14T13:44:08.273Z Checking is_ci v1.2.0
40432026-05-14T13:44:08.416Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40442026-05-14T13:44:08.463Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40452026-05-14T13:44:08.482Z Checking supports-color v3.0.2
40462026-05-14T13:44:08.559Z Checking git-stub-vcs v0.1.0
40472026-05-14T13:44:08.601Z Checking drift v0.1.4
40482026-05-14T13:44:08.629Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40492026-05-14T13:44:08.660Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40502026-05-14T13:44:08.752Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40512026-05-14T13:44:08.819Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40522026-05-14T13:44:08.892Z Checking dropshot-api-manager v0.7.1
40532026-05-14T13:44:08.929Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40542026-05-14T13:44:08.944Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40552026-05-14T13:44:09.119Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-14T13:44:09.156Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40572026-05-14T13:44:09.379Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-14T13:44:09.656Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40592026-05-14T13:44:14.549Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40602026-05-14T13:44:15.615Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40612026-05-14T13:44:16.165Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40622026-05-14T13:44:16.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
40632026-05-14T13:44:16.797Z
40642026-05-14T13:44:16.797Zinfo: running `cargo check --bins` on installinator-api (227/274)
40652026-05-14T13:44:17.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-14T13:44:17.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-14T13:44:17.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-14T13:44:17.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-05-14T13:44:17.396Z
40702026-05-14T13:44:17.396Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40712026-05-14T13:44:17.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-14T13:44:17.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-14T13:44:17.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-05-14T13:44:17.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40752026-05-14T13:44:18.024Z
40762026-05-14T13:44:18.024Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40772026-05-14T13:44:18.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-05-14T13:44:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-05-14T13:44:18.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-05-14T13:44:18.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40812026-05-14T13:44:18.660Z
40822026-05-14T13:44:18.660Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40832026-05-14T13:44:19.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-05-14T13:44:19.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-05-14T13:44:19.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-05-14T13:44:19.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40872026-05-14T13:44:19.288Z
40882026-05-14T13:44:19.288Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40892026-05-14T13:44:19.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-05-14T13:44:19.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-05-14T13:44:19.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-05-14T13:44:19.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-05-14T13:44:19.882Z
40942026-05-14T13:44:19.882Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40952026-05-14T13:44:20.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-14T13:44:20.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-14T13:44:20.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-14T13:44:20.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40992026-05-14T13:44:20.467Z
41002026-05-14T13:44:20.467Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41012026-05-14T13:44:20.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-14T13:44:20.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-14T13:44:20.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-14T13:44:20.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41052026-05-14T13:44:21.074Z
41062026-05-14T13:44:21.074Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41072026-05-14T13:44:21.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-14T13:44:21.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-14T13:44:21.680Z Checking typeid v1.0.3
41102026-05-14T13:44:21.792Z Checking ordered-float v2.10.1
41112026-05-14T13:44:21.810Z Checking unicode-xid v0.2.6
41122026-05-14T13:44:21.824Z Checking cargo-platform v0.2.0
41132026-05-14T13:44:21.832Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41142026-05-14T13:44:21.857Z Checking erased-serde v0.4.9
41152026-05-14T13:44:21.990Z Checking serde-value v0.7.0
41162026-05-14T13:44:22.165Z Checking serde-untagged v0.1.9
41172026-05-14T13:44:22.318Z Checking cargo-util-schemas v0.8.2
41182026-05-14T13:44:23.004Z Checking cargo_metadata v0.21.0
41192026-05-14T13:44:23.603Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41202026-05-14T13:44:24.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41212026-05-14T13:44:24.451Z
41222026-05-14T13:44:24.451Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41232026-05-14T13:44:24.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-14T13:44:24.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-14T13:44:25.175Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-05-14T13:44:25.796Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41272026-05-14T13:44:26.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41282026-05-14T13:44:26.520Z
41292026-05-14T13:44:26.520Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41302026-05-14T13:44:27.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-14T13:44:27.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-14T13:44:27.365Z Compiling vergen-gitcl v1.0.8
41332026-05-14T13:44:27.365Z Compiling dirs-sys-next v0.1.2
41342026-05-14T13:44:27.367Z Compiling glob v0.3.3
41352026-05-14T13:44:27.367Z Compiling crunchy v0.2.4
41362026-05-14T13:44:27.367Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-05-14T13:44:27.368Z Compiling diesel_derives v2.3.7
41382026-05-14T13:44:27.368Z Compiling dsl_auto_type v0.2.0
41392026-05-14T13:44:27.368Z Checking scheduled-thread-pool v0.2.7
41402026-05-14T13:44:27.626Z Compiling diesel_table_macro_syntax v0.3.0
41412026-05-14T13:44:27.698Z Compiling dirs-next v2.0.0
41422026-05-14T13:44:27.744Z Compiling tiny-keccak v2.0.2
41432026-05-14T13:44:27.814Z Compiling term v0.7.0
41442026-05-14T13:44:27.842Z Checking r2d2 v0.8.10
41452026-05-14T13:44:27.855Z Compiling bit-vec v0.6.3
41462026-05-14T13:44:27.939Z Compiling clang-sys v1.8.1
41472026-05-14T13:44:27.956Z Checking downcast-rs v2.0.2
41482026-05-14T13:44:28.018Z Compiling bit-set v0.5.3
41492026-05-14T13:44:28.065Z Compiling ascii-canvas v3.0.0
41502026-05-14T13:44:28.171Z Compiling itertools v0.10.5
41512026-05-14T13:44:28.298Z Compiling ena v0.14.4
41522026-05-14T13:44:28.353Z Compiling libloading v0.8.9
41532026-05-14T13:44:28.356Z Compiling regex-syntax v0.6.29
41542026-05-14T13:44:28.390Z Compiling bindgen v0.71.1
41552026-05-14T13:44:28.446Z Compiling diff v0.1.13
41562026-05-14T13:44:28.584Z Compiling cexpr v0.6.0
41572026-05-14T13:44:28.702Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41582026-05-14T13:44:28.833Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41592026-05-14T13:44:28.912Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-05-14T13:44:28.986Z Compiling libxml v0.3.3
41612026-05-14T13:44:29.206Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41622026-05-14T13:44:29.243Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41632026-05-14T13:44:29.258Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41642026-05-14T13:44:29.440Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41652026-05-14T13:44:29.484Z Compiling strum_macros v0.24.3
41662026-05-14T13:44:29.514Z Compiling indoc v1.0.9
41672026-05-14T13:44:29.704Z Compiling lalrpop v0.19.12
41682026-05-14T13:44:30.498Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41692026-05-14T13:44:30.570Z Checking derive_builder v0.20.2
41702026-05-14T13:44:30.686Z Compiling oso-derive v0.27.3
41712026-05-14T13:44:30.700Z Checking quick-xml v0.37.5
41722026-05-14T13:44:30.811Z Compiling impl-trait-for-tuples v0.2.3
41732026-05-14T13:44:31.175Z Checking openssl-probe v0.1.6
41742026-05-14T13:44:31.318Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41752026-05-14T13:44:31.577Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41762026-05-14T13:44:31.770Z Checking bb8 v0.8.6
41772026-05-14T13:44:32.049Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41782026-05-14T13:44:32.072Z Checking nonempty v0.12.0
41792026-05-14T13:44:32.215Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41802026-05-14T13:44:32.234Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41812026-05-14T13:44:32.272Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41822026-05-14T13:44:32.336Z Checking console v0.16.2
41832026-05-14T13:44:32.424Z Checking unit-prefix v0.5.2
41842026-05-14T13:44:32.460Z Checking support-bundle-viewer v0.1.2
41852026-05-14T13:44:32.558Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41862026-05-14T13:44:32.640Z Checking indicatif v0.18.4
41872026-05-14T13:44:32.704Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41882026-05-14T13:44:32.827Z Checking multimap v0.10.1
41892026-05-14T13:44:33.304Z Checking diesel v2.3.7
41902026-05-14T13:44:35.056Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-05-14T13:44:35.836Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41922026-05-14T13:44:36.136Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-05-14T13:44:36.755Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-05-14T13:44:37.567Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41952026-05-14T13:44:37.676Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41962026-05-14T13:44:37.799Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41972026-05-14T13:44:38.187Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41982026-05-14T13:44:40.218Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41992026-05-14T13:44:45.228Z Compiling samael v0.0.19
42002026-05-14T13:44:48.880Z Checking async-bb8-diesel v0.2.1
42012026-05-14T13:44:49.225Z Checking diesel-dtrace v0.5.0
42022026-05-14T13:44:50.039Z Compiling polar-core v0.27.3
42032026-05-14T13:44:54.441Z Checking oso v0.27.3
42042026-05-14T13:45:30.836Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42052026-05-14T13:46:03.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42062026-05-14T13:46:04.188Z
42072026-05-14T13:46:04.188Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42082026-05-14T13:46:04.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-14T13:46:04.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-14T13:46:04.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-14T13:46:04.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42122026-05-14T13:46:04.849Z
42132026-05-14T13:46:04.849Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42142026-05-14T13:46:05.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-14T13:46:05.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-14T13:46:05.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-05-14T13:46:05.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42182026-05-14T13:46:05.505Z
42192026-05-14T13:46:05.505Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42202026-05-14T13:46:06.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-14T13:46:06.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-14T13:46:06.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-05-14T13:46:06.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42242026-05-14T13:46:06.094Z
42252026-05-14T13:46:06.094Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42262026-05-14T13:46:06.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-05-14T13:46:06.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-05-14T13:46:06.965Z Compiling libz-sys v1.1.24
42292026-05-14T13:46:07.098Z Compiling libgit2-sys v0.18.3+1.9.2
42302026-05-14T13:46:07.108Z Compiling vergen-git2 v1.0.7
42312026-05-14T13:46:07.135Z Compiling rustls v0.21.12
42322026-05-14T13:46:07.142Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42332026-05-14T13:46:07.145Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42342026-05-14T13:46:07.145Z Checking sct v0.7.1
42352026-05-14T13:46:07.145Z Checking rustls-webpki v0.101.7
42362026-05-14T13:46:07.292Z Compiling nix v0.29.0
42372026-05-14T13:46:07.313Z Compiling dropshot v0.16.7
42382026-05-14T13:46:07.358Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42392026-05-14T13:46:07.399Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42402026-05-14T13:46:08.475Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42412026-05-14T13:46:08.478Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42422026-05-14T13:46:08.478Z Checking toml v0.9.12+spec-1.1.0
42432026-05-14T13:46:08.478Z Compiling dropshot_endpoint v0.16.7
42442026-05-14T13:46:08.478Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42452026-05-14T13:46:08.478Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42462026-05-14T13:46:08.478Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-14T13:46:08.478Z Checking rustls-pemfile v1.0.4
42482026-05-14T13:46:08.478Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42492026-05-14T13:46:08.500Z Checking twox-hash v2.1.2
42502026-05-14T13:46:08.520Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42512026-05-14T13:46:08.760Z Checking tokio-rustls v0.24.1
42522026-05-14T13:46:09.257Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42532026-05-14T13:46:09.398Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42542026-05-14T13:46:09.417Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42552026-05-14T13:46:09.935Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42562026-05-14T13:46:09.957Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42572026-05-14T13:46:10.099Z Checking fatfs v0.3.6
42582026-05-14T13:46:10.115Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42592026-05-14T13:46:10.131Z Compiling seq-macro v0.3.6
42602026-05-14T13:46:13.974Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-05-14T13:46:14.095Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-05-14T13:46:14.431Z Compiling git2 v0.20.4
42632026-05-14T13:46:16.618Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-05-14T13:47:03.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.13s
42652026-05-14T13:47:03.442Z
42662026-05-14T13:47:03.442Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42672026-05-14T13:47:04.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-05-14T13:47:04.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-05-14T13:47:04.331Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-14T13:47:42.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.13s
42712026-05-14T13:47:42.804Z
42722026-05-14T13:47:42.804Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42732026-05-14T13:47:43.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-05-14T13:47:43.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-05-14T13:47:43.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-05-14T13:47:43.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42772026-05-14T13:47:43.385Z
42782026-05-14T13:47:43.385Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42792026-05-14T13:47:43.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-05-14T13:47:43.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-05-14T13:47:43.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-05-14T13:47:43.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42832026-05-14T13:47:44.027Z
42842026-05-14T13:47:44.027Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42852026-05-14T13:47:44.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-05-14T13:47:44.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-05-14T13:47:44.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-05-14T13:47:44.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42892026-05-14T13:47:44.677Z
42902026-05-14T13:47:44.677Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42912026-05-14T13:47:45.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-05-14T13:47:45.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-05-14T13:47:45.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-05-14T13:47:45.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42952026-05-14T13:47:45.328Z
42962026-05-14T13:47:45.328Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42972026-05-14T13:47:45.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-05-14T13:47:45.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-05-14T13:47:45.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-05-14T13:47:45.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43012026-05-14T13:47:45.966Z
43022026-05-14T13:47:45.966Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43032026-05-14T13:47:46.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-14T13:47:46.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-14T13:47:46.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-14T13:47:46.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43072026-05-14T13:47:46.624Z
43082026-05-14T13:47:46.624Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43092026-05-14T13:47:47.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-14T13:47:47.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-14T13:47:47.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-14T13:47:47.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43132026-05-14T13:47:47.267Z
43142026-05-14T13:47:47.267Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43152026-05-14T13:47:47.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-14T13:47:47.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-14T13:47:47.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-14T13:47:47.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43192026-05-14T13:47:47.913Z
43202026-05-14T13:47:47.913Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43212026-05-14T13:47:48.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-14T13:47:48.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-14T13:47:48.804Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43242026-05-14T13:47:48.807Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43252026-05-14T13:47:48.993Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43262026-05-14T13:47:49.024Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43272026-05-14T13:47:49.045Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43282026-05-14T13:47:49.048Z Checking diff v0.1.13
43292026-05-14T13:47:49.061Z Checking yansi v1.0.1
43302026-05-14T13:47:49.064Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43312026-05-14T13:47:49.126Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43322026-05-14T13:47:49.319Z Checking pretty_assertions v1.4.1
43332026-05-14T13:47:49.949Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43342026-05-14T13:47:50.285Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43352026-05-14T13:48:13.295Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-05-14T13:48:13.297Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-05-14T13:48:13.297Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43382026-05-14T13:48:13.297Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-05-14T13:48:13.297Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-05-14T13:48:13.297Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43412026-05-14T13:48:14.084Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-05-14T13:48:15.166Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43432026-05-14T13:48:53.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43442026-05-14T13:48:53.557Z
43452026-05-14T13:48:53.557Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43462026-05-14T13:48:54.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-14T13:48:54.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-14T13:48:54.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-14T13:48:54.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43502026-05-14T13:48:54.144Z
43512026-05-14T13:48:54.144Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43522026-05-14T13:48:54.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-14T13:48:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-14T13:48:54.917Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43552026-05-14T13:48:55.038Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-05-14T13:48:55.040Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43572026-05-14T13:49:20.540Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43582026-05-14T13:49:20.922Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43592026-05-14T13:49:22.600Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43602026-05-14T13:49:23.045Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43612026-05-14T13:49:25.977Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43622026-05-14T13:49:48.432Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43632026-05-14T13:49:49.128Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-05-14T13:49:50.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.59s
43652026-05-14T13:49:50.953Z
43662026-05-14T13:49:50.953Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43672026-05-14T13:49:51.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-14T13:49:51.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-14T13:49:51.679Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43702026-05-14T13:49:52.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43712026-05-14T13:49:52.562Z
43722026-05-14T13:49:52.562Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43732026-05-14T13:49:53.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-14T13:49:53.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-14T13:49:53.215Z Compiling blake3 v1.8.3
43762026-05-14T13:49:53.325Z Checking arrayvec v0.7.6
43772026-05-14T13:49:53.328Z Checking arrayref v0.3.9
43782026-05-14T13:49:53.328Z Checking constant_time_eq v0.4.2
43792026-05-14T13:49:53.342Z Checking topological-sort v0.2.2
43802026-05-14T13:49:53.345Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43812026-05-14T13:49:53.345Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43822026-05-14T13:49:53.345Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43832026-05-14T13:49:53.385Z Checking shell-words v1.1.1
43842026-05-14T13:49:54.200Z Checking omicron-zone-package v0.12.2
43852026-05-14T13:49:54.902Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43862026-05-14T13:49:55.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
43872026-05-14T13:49:55.908Z
43882026-05-14T13:49:55.908Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43892026-05-14T13:49:56.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-14T13:49:56.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-14T13:49:56.552Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43922026-05-14T13:49:56.868Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43932026-05-14T13:49:57.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43942026-05-14T13:49:57.456Z
43952026-05-14T13:49:57.457Zinfo: running `cargo check --bins` on schema (256/274)
43962026-05-14T13:49:57.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-14T13:49:57.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-14T13:49:58.183Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43992026-05-14T13:49:58.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44002026-05-14T13:49:59.083Z
44012026-05-14T13:49:59.083Zinfo: running `cargo check --bins` on xtask (257/274)
44022026-05-14T13:49:59.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-14T13:49:59.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-14T13:49:59.534Z Checking libc v0.2.185
44052026-05-14T13:49:59.615Z Checking serde v1.0.228
44062026-05-14T13:49:59.620Z Checking zerofrom v0.1.6
44072026-05-14T13:49:59.624Z Checking bitflags v2.11.0
44082026-05-14T13:49:59.630Z Checking smallvec v1.15.1
44092026-05-14T13:49:59.636Z Checking indexmap v2.14.0
44102026-05-14T13:49:59.646Z Checking serde_json v1.0.149
44112026-05-14T13:49:59.648Z Checking scroll v0.12.0
44122026-05-14T13:49:59.715Z Checking yoke v0.8.1
44132026-05-14T13:49:59.765Z Checking num-traits v0.2.19
44142026-05-14T13:49:59.797Z Checking thiserror v1.0.69
44152026-05-14T13:49:59.866Z Checking log v0.4.29
44162026-05-14T13:49:59.878Z Checking zerovec v0.11.5
44172026-05-14T13:49:59.891Z Checking zerotrie v0.2.3
44182026-05-14T13:49:59.902Z Checking errno v0.3.14
44192026-05-14T13:49:59.990Z Checking toml_datetime v0.6.11
44202026-05-14T13:50:00.008Z Checking serde_spanned v0.6.9
44212026-05-14T13:50:00.021Z Checking rustix v1.1.3
44222026-05-14T13:50:00.123Z Checking percent-encoding v2.3.2
44232026-05-14T13:50:00.133Z Checking goblin v0.8.2
44242026-05-14T13:50:00.149Z Checking zerocopy v0.7.35
44252026-05-14T13:50:00.178Z Checking toml_edit v0.22.27
44262026-05-14T13:50:00.231Z Checking getrandom v0.4.1
44272026-05-14T13:50:00.256Z Checking form_urlencoded v1.2.2
44282026-05-14T13:50:00.277Z Checking ordered-float v2.10.1
44292026-05-14T13:50:00.300Z Checking tinystr v0.8.2
44302026-05-14T13:50:00.358Z Checking potential_utf v0.1.4
44312026-05-14T13:50:00.381Z Checking thiserror v2.0.18
44322026-05-14T13:50:00.473Z Checking icu_locale_core v2.1.1
44332026-05-14T13:50:00.484Z Checking icu_collections v2.1.1
44342026-05-14T13:50:00.486Z Checking syn v2.0.117
44352026-05-14T13:50:00.503Z Checking serde-value v0.7.0
44362026-05-14T13:50:00.642Z Checking dtrace-parser v0.2.0
44372026-05-14T13:50:00.698Z Checking thread-id v4.2.2
44382026-05-14T13:50:00.778Z Checking once_cell v1.21.3
44392026-05-14T13:50:00.790Z Checking cargo-platform v0.2.0
44402026-05-14T13:50:00.812Z Checking terminal_size v0.4.3
44412026-05-14T13:50:00.884Z Checking memmap v0.7.0
44422026-05-14T13:50:00.921Z Checking clap_builder v4.5.60
44432026-05-14T13:50:00.945Z Checking tempfile v3.25.0
44442026-05-14T13:50:00.959Z Checking textwrap v0.16.2
44452026-05-14T13:50:01.008Z Checking icu_provider v2.1.1
44462026-05-14T13:50:01.016Z Checking fs-err v3.3.0
44472026-05-14T13:50:01.133Z Checking camino-tempfile v1.4.1
44482026-05-14T13:50:01.161Z Checking tabled v0.15.0
44492026-05-14T13:50:01.186Z Checking anyhow v1.0.102
44502026-05-14T13:50:01.240Z Checking icu_properties v2.1.2
44512026-05-14T13:50:01.258Z Checking icu_normalizer v2.1.1
44522026-05-14T13:50:01.284Z Checking toml v0.8.23
44532026-05-14T13:50:01.376Z Checking macaddr v1.0.1
44542026-05-14T13:50:01.553Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44552026-05-14T13:50:01.599Z Checking cargo_toml v0.21.0
44562026-05-14T13:50:01.998Z Checking dof v0.3.0
44572026-05-14T13:50:02.037Z Checking idna_adapter v1.2.1
44582026-05-14T13:50:02.108Z Checking clap v4.5.60
44592026-05-14T13:50:02.154Z Checking idna v1.1.0
44602026-05-14T13:50:02.264Z Checking usdt-impl v0.5.0
44612026-05-14T13:50:02.381Z Checking url v2.5.8
44622026-05-14T13:50:02.513Z Checking usdt v0.5.0
44632026-05-14T13:50:02.714Z Checking cargo-util-schemas v0.8.2
44642026-05-14T13:50:03.384Z Checking cargo_metadata v0.21.0
44652026-05-14T13:50:03.987Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44662026-05-14T13:50:04.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
44672026-05-14T13:50:04.522Z
44682026-05-14T13:50:04.522Zinfo: running `cargo check --bins` on dnsadm (258/274)
44692026-05-14T13:50:05.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-14T13:50:05.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-14T13:50:05.160Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44722026-05-14T13:50:05.626Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44732026-05-14T13:50:06.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44742026-05-14T13:50:06.207Z
44752026-05-14T13:50:06.207Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44762026-05-14T13:50:06.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-14T13:50:06.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-14T13:50:06.999Z Checking polyval v0.6.2
44792026-05-14T13:50:07.121Z Checking ctr v0.9.2
44802026-05-14T13:50:07.131Z Checking ssh-encoding v0.2.0
44812026-05-14T13:50:07.133Z Checking blowfish v0.9.1
44822026-05-14T13:50:07.152Z Checking password-hash v0.4.2
44832026-05-14T13:50:07.166Z Checking p256 v0.13.2
44842026-05-14T13:50:07.166Z Checking p521 v0.13.3
44852026-05-14T13:50:07.192Z Checking russh-cryptovec v0.7.3
44862026-05-14T13:50:07.258Z Checking ghash v0.5.1
44872026-05-14T13:50:07.272Z Checking bcrypt-pbkdf v0.10.0
44882026-05-14T13:50:07.272Z Checking md5 v0.7.0
44892026-05-14T13:50:07.327Z Checking num-bigint v0.4.6
44902026-05-14T13:50:07.327Z Checking des v0.8.1
44912026-05-14T13:50:07.356Z Checking pbkdf2 v0.11.0
44922026-05-14T13:50:07.383Z Checking aes-gcm v0.10.3
44932026-05-14T13:50:07.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44942026-05-14T13:50:07.420Z Checking hex-literal v0.4.1
44952026-05-14T13:50:07.446Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44962026-05-14T13:50:07.514Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44972026-05-14T13:50:07.514Z Checking socket2 v0.5.10
44982026-05-14T13:50:07.514Z Checking internet-checksum v0.2.1
44992026-05-14T13:50:07.552Z Checking ssh-cipher v0.2.0
45002026-05-14T13:50:07.710Z Checking ssh-key v0.6.7
45012026-05-14T13:50:07.784Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-14T13:50:08.324Z Checking russh-keys v0.45.0
45032026-05-14T13:50:08.860Z Checking russh v0.45.0
45042026-05-14T13:50:23.927Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-14T13:50:25.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s
45062026-05-14T13:50:25.350Z
45072026-05-14T13:50:25.350Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45082026-05-14T13:50:25.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-14T13:50:25.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-14T13:50:25.991Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45112026-05-14T13:50:26.099Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45122026-05-14T13:50:26.107Z Checking termios v0.3.3
45132026-05-14T13:50:27.286Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45142026-05-14T13:50:27.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-05-14T13:50:29.197Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45162026-05-14T13:50:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
45172026-05-14T13:50:29.931Z
45182026-05-14T13:50:29.931Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45192026-05-14T13:50:30.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-14T13:50:30.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-14T13:50:30.643Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45222026-05-14T13:50:30.758Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45232026-05-14T13:50:30.767Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45242026-05-14T13:50:30.767Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45252026-05-14T13:50:30.781Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45262026-05-14T13:50:30.781Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45272026-05-14T13:50:31.494Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45282026-05-14T13:50:31.821Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45292026-05-14T13:50:31.821Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45302026-05-14T13:50:32.449Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45312026-05-14T13:50:34.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45322026-05-14T13:50:34.263Z
45332026-05-14T13:50:34.263Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45342026-05-14T13:50:34.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-14T13:50:34.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-14T13:50:34.900Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45372026-05-14T13:50:35.346Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45382026-05-14T13:50:35.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45392026-05-14T13:50:35.841Z
45402026-05-14T13:50:35.841Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45412026-05-14T13:50:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-14T13:50:36.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-14T13:50:36.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-05-14T13:50:36.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45452026-05-14T13:50:36.427Z
45462026-05-14T13:50:36.427Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45472026-05-14T13:50:36.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-05-14T13:50:36.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-05-14T13:50:36.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-05-14T13:50:36.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45512026-05-14T13:50:37.018Z
45522026-05-14T13:50:37.018Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45532026-05-14T13:50:37.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-05-14T13:50:37.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-05-14T13:50:37.771Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45562026-05-14T13:50:38.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45572026-05-14T13:50:38.562Z
45582026-05-14T13:50:38.562Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45592026-05-14T13:50:39.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-14T13:50:39.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-14T13:50:39.202Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45622026-05-14T13:50:39.205Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45632026-05-14T13:50:39.451Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45642026-05-14T13:50:39.451Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45652026-05-14T13:50:40.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
45662026-05-14T13:50:40.415Z
45672026-05-14T13:50:40.415Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45682026-05-14T13:50:40.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-14T13:50:40.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-14T13:50:40.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-14T13:50:40.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45722026-05-14T13:50:41.006Z
45732026-05-14T13:50:41.006Zinfo: running `cargo check --bins` on omicron-package (268/274)
45742026-05-14T13:50:41.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-14T13:50:41.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-14T13:50:41.676Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45772026-05-14T13:50:42.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45782026-05-14T13:50:42.919Z
45792026-05-14T13:50:42.919Zinfo: running `cargo check --bins` on tqdb (269/274)
45802026-05-14T13:50:43.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-14T13:50:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-14T13:50:43.699Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-05-14T13:50:44.047Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45842026-05-14T13:50:44.563Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45852026-05-14T13:50:44.563Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45862026-05-14T13:50:50.253Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45872026-05-14T13:50:50.256Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-05-14T13:50:50.822Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45892026-05-14T13:50:50.825Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45902026-05-14T13:50:50.825Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45912026-05-14T13:50:50.825Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-05-14T13:50:51.605Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45932026-05-14T13:50:52.536Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45942026-05-14T13:50:53.290Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45952026-05-14T13:50:53.888Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45962026-05-14T13:50:58.098Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45972026-05-14T13:51:04.289Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45982026-05-14T13:51:04.293Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45992026-05-14T13:51:04.293Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46002026-05-14T13:51:04.293Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46012026-05-14T13:51:05.763Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46022026-05-14T13:51:07.085Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46032026-05-14T13:51:07.749Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46042026-05-14T13:51:08.985Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46052026-05-14T13:51:09.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.60s
46062026-05-14T13:51:09.736Z
46072026-05-14T13:51:09.736Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46082026-05-14T13:51:10.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-14T13:51:10.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-14T13:51:10.438Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46112026-05-14T13:51:10.441Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-14T13:51:10.441Z Checking rtoolbox v0.0.3
46132026-05-14T13:51:10.567Z Checking tui-tree-widget v0.23.1
46142026-05-14T13:51:10.660Z Checking rpassword v7.4.0
46152026-05-14T13:51:11.649Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46162026-05-14T13:51:14.574Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-05-14T13:51:16.379Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46182026-05-14T13:51:17.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s
46192026-05-14T13:51:17.466Z
46202026-05-14T13:51:17.466Zinfo: running `cargo check --bins` on wicket (271/274)
46212026-05-14T13:51:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-05-14T13:51:17.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-05-14T13:51:18.155Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-14T13:51:19.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46252026-05-14T13:51:19.344Z
46262026-05-14T13:51:19.344Zinfo: running `cargo check --bins` on wicketd (272/274)
46272026-05-14T13:51:19.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-14T13:51:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-14T13:51:19.429Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46302026-05-14T13:51:19.432Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46312026-05-14T13:51:19.432Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46322026-05-14T13:51:19.432Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46332026-05-14T13:51:20.466Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46342026-05-14T13:51:20.961Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46352026-05-14T13:51:23.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
46362026-05-14T13:51:24.066Z
46372026-05-14T13:51:24.066Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46382026-05-14T13:51:24.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-14T13:51:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-14T13:51:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-05-14T13:51:24.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46422026-05-14T13:51:24.648Z
46432026-05-14T13:51:24.648Zinfo: running `cargo check --bins` on zone-setup (274/274)
46442026-05-14T13:51:25.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-05-14T13:51:25.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-05-14T13:51:25.311Z Checking uzers v0.12.2
46472026-05-14T13:51:25.578Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46482026-05-14T13:51:26.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46492026-05-14T13:51:26.533Z
46502026-05-14T13:51:26.533Zreal 14:00.702184455
46512026-05-14T13:51:26.533Zuser 20:18.796572468
46522026-05-14T13:51:26.533Zsys 4:10.857821656
46532026-05-14T13:51:26.534Ztrap 0.319824049
46542026-05-14T13:51:26.534Ztflt 0.740878940
46552026-05-14T13:51:26.534Zdflt 1.154886641
46562026-05-14T13:51:26.534Zkflt 0.004879222
46572026-05-14T13:51:26.534Zlock 1:15:59.220918847
46582026-05-14T13:51:26.534Zslp 1:37:24.120539862
46592026-05-14T13:51:26.534Zlat 54.082391038
46602026-05-14T13:51:26.537Zstop 3:23.920411973
46612026-05-14T13:51:26.537Zprocess exited: duration 974713 ms, exit code 0
 
46622026-05-14T13:51:26.542Zfound 0 output files