01KTMDXTT94KWHAJWET5ZP3V6J: 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: 01KTMDYZCXH78V9W0Y4NKF3BSC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T20:15:30.817Zjob assigned to worker 01KTMDYYA2FHJ8X516YEEAPXFV [factory aws, i-06af357b3dad66cba] (queued for 51 s)
 
22026-06-08T20:15:37.466Zstarting task 0: "setup"
32026-06-08T20:15:37.470Z++ uname -s
42026-06-08T20:15:37.473Z+ kern=SunOS
52026-06-08T20:15:37.473Z+ build_user=build
62026-06-08T20:15:37.473Z+ build_uid=12345
72026-06-08T20:15:37.473Z+ work_dir=/work
82026-06-08T20:15:37.473Z+ input_dir=/input
92026-06-08T20:15:37.474Z+ [[ 0 == 12345 ]]
102026-06-08T20:15:37.474Z+ case "$kern" in
112026-06-08T20:15:37.474Z+ groupadd -g 12345 build
122026-06-08T20:15:37.477Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T20:15:39.480Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T20:15:39.595Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T20:15:39.601Z+ home_fs=zfs
162026-06-08T20:15:39.602Z+ [[ zfs == autofs ]]
172026-06-08T20:15:39.602Z+ mkdir -p /home/build
182026-06-08T20:15:39.602Z+ chown build:build /home/build /work
192026-06-08T20:15:41.600Z+ chmod 0700 /home/build /work
202026-06-08T20:15:41.605Zprocess exited: duration 4138 ms, exit code 0
 
212026-06-08T20:15:41.611Zstarting task 1: "rust-toolchain"
222026-06-08T20:15:41.615Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T20:15:41.615Z * rust toolchain channel = "1.94.0"
242026-06-08T20:15:41.615Z * rust toolchain profile = "default"
252026-06-08T20:15:41.615Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-08T20:15:41.615Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T20:15:41.615Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T20:15:41.618Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T20:15:41.618Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T20:15:41.674Zinfo: downloading installer
312026-06-08T20:15:43.090Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T20:15:43.090Zwarn: /home/build/.rustup/settings.toml
332026-06-08T20:15:43.090Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T20:15:43.090Zwarn: instead of the one inferred from the default host triple.
352026-06-08T20:15:43.103Zinfo: profile set to default
362026-06-08T20:15:43.103Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T20:15:43.111Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T20:15:43.262Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T20:15:43.265Zinfo: downloading 6 components
402026-06-08T20:15:58.256Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T20:15:58.256Z
422026-06-08T20:15:58.286Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T20:15:58.286Z
442026-06-08T20:15:58.286Z
452026-06-08T20:15:58.286ZRust is installed now. Great!
462026-06-08T20:15:58.286Z
472026-06-08T20:15:58.286ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T20:15:58.286Zenvironment variable. This has not been done automatically.
492026-06-08T20:15:58.286Z
502026-06-08T20:15:58.286ZTo configure your current shell, you need to source
512026-06-08T20:15:58.286Zthe corresponding env file under $HOME/.cargo.
522026-06-08T20:15:58.286Z
532026-06-08T20:15:58.286ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T20:15:58.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T20:15:58.290Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T20:15:58.290Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T20:15:58.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T20:15:58.290Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T20:15:58.290Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T20:15:58.290Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T20:15:58.290Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T20:15:58.379Z+ rustup --version
632026-06-08T20:15:58.389Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T20:15:58.392Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T20:15:58.409Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T20:15:58.412Z+ cargo --version
672026-06-08T20:15:58.424Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T20:15:58.428Z+ rustc --version
692026-06-08T20:15:58.449Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T20:15:58.452Zprocess exited: duration 16838 ms, exit code 0
 
712026-06-08T20:15:58.458Zstarting task 2: "authentication"
722026-06-08T20:15:58.476Zprocess exited: duration 16 ms, exit code 0
 
732026-06-08T20:15:58.484Zstarting task 3: "clone repository"
742026-06-08T20:15:58.488Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T20:15:58.492Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T20:15:58.522ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T20:16:45.260Z+ cd /work/oxidecomputer/omicron
782026-06-08T20:16:45.261Z+ git fetch origin 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
792026-06-08T20:16:45.741ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T20:16:45.741Z * branch 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 -> FETCH_HEAD
812026-06-08T20:16:45.764Z+ [[ -n mergeconflict/fm-sitrepguardedinsert ]]
822026-06-08T20:16:45.764Z++ git branch --show-current
832026-06-08T20:16:45.765Z+ current=main
842026-06-08T20:16:45.765Z+ [[ main != mergeconflict/fm-sitrepguardedinsert ]]
852026-06-08T20:16:45.765Z+ git branch -f mergeconflict/fm-sitrepguardedinsert 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
862026-06-08T20:16:45.765Z+ git checkout -f mergeconflict/fm-sitrepguardedinsert
872026-06-08T20:16:45.785ZSwitched to branch 'mergeconflict/fm-sitrepguardedinsert'
882026-06-08T20:16:45.788Z+ git reset --hard 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
892026-06-08T20:16:45.829ZHEAD is now at 3ff799da2 fmt
902026-06-08T20:16:45.843Zprocess exited: duration 47342 ms, exit code 0
 
912026-06-08T20:16:45.890Zstarting task 4: "build"
922026-06-08T20:16:45.896Z+ source .github/buildomat/ci-env.sh
932026-06-08T20:16:45.896Z++ export CARGO_TERM_COLOR=always
942026-06-08T20:16:45.896Z++ CARGO_TERM_COLOR=always
952026-06-08T20:16:45.896Z+ cargo --version
962026-06-08T20:16:45.897Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T20:16:45.897Z+ rustc --version
982026-06-08T20:16:45.916Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T20:16:45.925Z+ source ./env.sh
1002026-06-08T20:16:45.925Z++ OLD_SHELL_OPTS=ehxB
1012026-06-08T20:16:45.926Z++ set -o xtrace
1022026-06-08T20:16:45.926Z++++ dirname ./env.sh
1032026-06-08T20:16:45.926Z+++ readlink -f .
1042026-06-08T20:16:45.937Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-08T20:16:45.937Z++ 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-06-08T20:16:45.937Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-08T20:16:45.937Z++ 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-06-08T20:16:45.937Z++ 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-06-08T20:16:45.937Z++ 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-06-08T20:16:45.937Z++ 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-06-08T20:16:45.937Z++ 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-06-08T20:16:45.937Z++ 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-06-08T20:16:45.938Z++ case $OLD_SHELL_OPTS in
1142026-06-08T20:16:45.938Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-08T20:16:45.938Z+ 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-06-08T20:16:45.938Z+ 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-06-08T20:16:45.939Z+ banner prerequisites
1182026-06-08T20:16:45.939Z
1192026-06-08T20:16:45.939Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-08T20:16:45.939Z # # # # # # # # # # # # # # #
1212026-06-08T20:16:45.939Z # # # # ##### # # ##### # # # # # #### #
1222026-06-08T20:16:45.939Z ##### ##### # ##### # # # # # # # # #
1232026-06-08T20:16:45.939Z # # # # # # # # # # # # # # #
1242026-06-08T20:16:45.939Z # # # ###### # # ###### ### # #### # #### #
1252026-06-08T20:16:45.939Z
1262026-06-08T20:16:45.939Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-08T20:16:47.347Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-08T20:16:47.437Z Startup: Caching catalogs ... Done
1292026-06-08T20:16:47.758ZPlanning: Solver setup ... Done (0.281s)
1302026-06-08T20:16:47.768ZPlanning: Running solver ... Done (0.020s)
1312026-06-08T20:16:47.777ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-08T20:16:47.786ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-08T20:16:47.807ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-08T20:16:47.823ZPlanning: Package planning ... Done (0.013s)
1352026-06-08T20:16:47.827ZPlanning: Merging actions ... Done (0.001s)
1362026-06-08T20:16:48.022ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-06-08T20:16:48.031ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-08T20:16:48.892ZPlanning: Evaluating mediators ... Done (0.800s)
1392026-06-08T20:16:49.016ZPlanning: Planning completed in 1.36 seconds
1402026-06-08T20:16:49.016Z Packages to install: 2
1412026-06-08T20:16:49.016Z Estimated space available: 156.07 GB
1422026-06-08T20:16:49.016ZEstimated space to be consumed: 25.33 MB
1432026-06-08T20:16:49.016Z Create boot environment: No
1442026-06-08T20:16:49.016ZCreate backup boot environment: No
1452026-06-08T20:16:49.016Z Rebuild boot archive: No
1462026-06-08T20:16:49.016Z
1472026-06-08T20:16:49.016ZChanged packages:
1482026-06-08T20:16:49.016Zhelios
1492026-06-08T20:16:49.016Z developer/build-essential
1502026-06-08T20:16:49.016Z None -> 11-3.0
1512026-06-08T20:16:49.017Z library/libxmlsec1
1522026-06-08T20:16:49.017Z None -> 1.2.35-3.0
1532026-06-08T20:16:49.017Z
1542026-06-08T20:16:49.017ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-08T20:16:49.360ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1562026-06-08T20:16:49.466Z Actions: 1/268 actions (Installing new actions)
1572026-06-08T20:16:49.486Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-08T20:16:49.486ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-08T20:16:49.489ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-08T20:16:49.489ZFinalize: Updating image state ... Done (0.022s)
1612026-06-08T20:16:51.884ZFinalize: Creating fast lookup database ... Done (2.365s)
1622026-06-08T20:16:51.929ZFinalize: Reading search index ... Done (0.012s)
1632026-06-08T20:16:51.947ZFinalize: Updating search index ... Done (0.000s)
1642026-06-08T20:16:52.012ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-08T20:16:52.312ZPlanning: Evaluating mediator changes ... Done
1662026-06-08T20:16:52.429ZPlanning: Checking for conflicting actions ... Done
1672026-06-08T20:16:52.460ZPlanning: Consolidating action changes ... Done
1682026-06-08T20:16:52.599ZPlanning: Evaluating mediators ... Done
1692026-06-08T20:16:52.668ZPlanning: Planning completed in 0.26 seconds
1702026-06-08T20:16:52.668Z Mediators to change: 2
1712026-06-08T20:16:52.668Z Create boot environment: No
1722026-06-08T20:16:52.668ZCreate backup boot environment: No
1732026-06-08T20:16:52.699ZFinalize: Updating package state database ... Done
1742026-06-08T20:16:52.700ZFinalize: Updating package cache ... Done
1752026-06-08T20:16:52.700ZFinalize: Updating image state ... Done
1762026-06-08T20:16:54.690ZFinalize: Creating fast lookup database ... Done
1772026-06-08T20:16:54.961ZFinalize: Reading search index ... Done
1782026-06-08T20:16:54.961ZFinalize: Updating search index ... Done
1792026-06-08T20:16:54.961ZFinalize: Updating package cache ... Done
1802026-06-08T20:16:55.063ZPlanning: Evaluating mediator changes ... Done
1812026-06-08T20:16:55.175ZPlanning: Checking for conflicting actions ... Done
1822026-06-08T20:16:55.337ZPlanning: Consolidating action changes ... Done
1832026-06-08T20:16:55.403ZPlanning: Evaluating mediators ... Done
1842026-06-08T20:16:55.403ZPlanning: Planning completed in 0.26 seconds
1852026-06-08T20:16:55.403Z Mediators to change: 1
1862026-06-08T20:16:55.403Z Create boot environment: No
1872026-06-08T20:16:55.403ZCreate backup boot environment: No
1882026-06-08T20:16:55.492ZFinalize: Updating package state database ... Done
1892026-06-08T20:16:55.493ZFinalize: Updating package cache ... Done
1902026-06-08T20:16:55.493ZFinalize: Updating image state ... Done
1912026-06-08T20:16:57.506ZFinalize: Creating fast lookup database ... Done
1922026-06-08T20:16:57.804ZFinalize: Reading search index ... Done
1932026-06-08T20:16:57.808ZFinalize: Updating search index ... Done
1942026-06-08T20:16:58.028ZFinalize: Updating package cache ... Done
1952026-06-08T20:16:58.028ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-08T20:16:58.028Zapache system 2.4 system
1972026-06-08T20:16:58.028Zclang system 15 system
1982026-06-08T20:16:58.028Zcsh system system illumos
1992026-06-08T20:16:58.028Zctags system system illumos
2002026-06-08T20:16:58.028Zfile vendor vendor darwinsys
2012026-06-08T20:16:58.028Zfile system system illumos
2022026-06-08T20:16:58.028Zgcc vendor 14 vendor
2032026-06-08T20:16:58.028Zgcc system 13 system
2042026-06-08T20:16:58.029Zgcc system 10 system
2052026-06-08T20:16:58.029Zgo system 1.25 system
2062026-06-08T20:16:58.029Zllvm system 15 system
2072026-06-08T20:16:58.029Zmariadb system 11.4 system
2082026-06-08T20:16:58.029Zmta vendor vendor dma
2092026-06-08T20:16:58.029Zopenjdk system 17 system
2102026-06-08T20:16:58.029Zopenjdk system 11 system
2112026-06-08T20:16:58.029Zopenssl vendor 3 vendor
2122026-06-08T20:16:58.029Zperl system 5.40 system
2132026-06-08T20:16:58.029Zpostgresql system 18 system
2142026-06-08T20:16:58.030Zpostgresql system 17 system
2152026-06-08T20:16:58.030Zpython vendor 3 vendor
2162026-06-08T20:16:58.030Zpython system 2 system
2172026-06-08T20:16:58.030Zpython3 vendor 3.13 vendor
2182026-06-08T20:16:58.030Zruby system 3.4 system
2192026-06-08T20:16:58.030Zruby system 3.0 system
2202026-06-08T20:16:58.030Zwords vendor vendor american-english
2212026-06-08T20:16:58.030Zwords system system australian-english
2222026-06-08T20:16:58.030Zwords system system british-english
2232026-06-08T20:16:58.030Zwords system system canadian-english
2242026-06-08T20:16:58.030Zwords system system french
2252026-06-08T20:16:58.030Zwords system system italian
2262026-06-08T20:16:58.030Zwords system system ngerman
2272026-06-08T20:16:58.030Zwords system system ogerman
2282026-06-08T20:16:58.030Zwords system system spanish
2292026-06-08T20:16:58.147ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-08T20:16:58.147Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-08T20:16:58.478ZFMRI IFO
2322026-06-08T20:16:58.478Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-08T20:16:58.478Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-08T20:16:58.478Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-08T20:16:58.479Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-08T20:16:58.479Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-08T20:16:58.479Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-08T20:16:58.479Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-08T20:16:58.480Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-08T20:16:58.480Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-08T20:16:58.673Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-08T20:16:58.993Z Updating crates.io index
2432026-06-08T20:16:59.048Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-08T20:16:59.825Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-08T20:17:00.240Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-08T20:17:00.827Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-08T20:17:02.096Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-08T20:17:02.844Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-08T20:17:05.115Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-08T20:17:06.078Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-08T20:17:06.432Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-08T20:17:08.527Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-08T20:17:08.985Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-08T20:17:09.459Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-08T20:17:09.966Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-08T20:17:11.076Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-08T20:17:11.817Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-08T20:17:12.150Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-08T20:17:12.544Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-08T20:17:12.956Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-08T20:17:13.409Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-08T20:17:13.660Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-08T20:17:13.923Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-08T20:17:14.215Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-08T20:17:14.688Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-08T20:17:15.361Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-08T20:17:15.797Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-08T20:17:16.303Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-08T20:17:16.806Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-08T20:17:17.183Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-08T20:17:18.473Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-08T20:17:19.125Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-08T20:17:19.599Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-08T20:17:20.161Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-08T20:17:20.532Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-08T20:17:21.014Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-08T20:17:21.363Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-08T20:17:21.711Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-08T20:17:22.392Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-08T20:17:22.985Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-08T20:17:23.263Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-08T20:17:23.575Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-08T20:17:24.060Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-08T20:17:37.622Z Downloading crates ...
2852026-06-08T20:17:37.677Z Downloaded cpufeatures v0.2.17
2862026-06-08T20:17:37.691Z Downloaded cfg-if v1.0.4
2872026-06-08T20:17:37.694Z Downloaded cargo_metadata v0.21.0
2882026-06-08T20:17:37.694Z Downloaded cargo-platform v0.2.0
2892026-06-08T20:17:37.694Z Downloaded heck v0.4.1
2902026-06-08T20:17:37.694Z Downloaded colorchoice v1.0.4
2912026-06-08T20:17:37.694Z Downloaded clap_lex v1.0.0
2922026-06-08T20:17:37.698Z Downloaded camino-tempfile v1.4.1
2932026-06-08T20:17:37.701Z Downloaded displaydoc v0.2.5
2942026-06-08T20:17:37.705Z Downloaded utf8parse v0.2.2
2952026-06-08T20:17:37.710Z Downloaded unicode-xid v0.2.6
2962026-06-08T20:17:37.710Z Downloaded clap_derive v4.6.1
2972026-06-08T20:17:37.710Z Downloaded cargo_toml v0.21.0
2982026-06-08T20:17:37.713Z Downloaded camino v1.2.2
2992026-06-08T20:17:37.713Z Downloaded block-buffer v0.10.4
3002026-06-08T20:17:37.714Z Downloaded anstyle v1.0.14
3012026-06-08T20:17:37.714Z Downloaded yoke-derive v0.8.1
3022026-06-08T20:17:37.714Z Downloaded form_urlencoded v1.2.2
3032026-06-08T20:17:37.714Z Downloaded proc-macro-error-attr v1.0.4
3042026-06-08T20:17:37.717Z Downloaded thread-id v4.2.2
3052026-06-08T20:17:37.717Z Downloaded clap v4.6.1
3062026-06-08T20:17:37.720Z Downloaded toml_write v0.1.2
3072026-06-08T20:17:37.723Z Downloaded toml_edit v0.22.27
3082026-06-08T20:17:37.726Z Downloaded utf8_iter v1.0.4
3092026-06-08T20:17:37.726Z Downloaded thiserror-impl v1.0.69
3102026-06-08T20:17:37.726Z Downloaded pretty-hex v0.4.1
3112026-06-08T20:17:37.726Z Downloaded usdt-attr-macro v0.5.0
3122026-06-08T20:17:37.726Z Downloaded typeid v1.0.3
3132026-06-08T20:17:37.731Z Downloaded idna_adapter v1.2.1
3142026-06-08T20:17:37.731Z Downloaded generic-array v0.14.7
3152026-06-08T20:17:37.731Z Downloaded dtrace-parser v0.2.0
3162026-06-08T20:17:37.731Z Downloaded serde_spanned v0.6.9
3172026-06-08T20:17:37.734Z Downloaded dof v0.3.0
3182026-06-08T20:17:37.734Z Downloaded potential_utf v0.1.4
3192026-06-08T20:17:37.734Z Downloaded is_terminal_polyfill v1.70.2
3202026-06-08T20:17:37.734Z Downloaded cargo-util-schemas v0.8.2
3212026-06-08T20:17:37.734Z Downloaded zerofrom v0.1.6
3222026-06-08T20:17:37.734Z Downloaded writeable v0.6.2
3232026-06-08T20:17:37.737Z Downloaded usdt-macro v0.5.0
3242026-06-08T20:17:37.737Z Downloaded usdt-impl v0.5.0
3252026-06-08T20:17:37.737Z Downloaded thiserror-impl v2.0.18
3262026-06-08T20:17:37.737Z Downloaded thiserror v1.0.69
3272026-06-08T20:17:37.742Z Downloaded version_check v0.9.5
3282026-06-08T20:17:37.743Z Downloaded serde v1.0.228
3292026-06-08T20:17:37.749Z Downloaded usdt v0.5.0
3302026-06-08T20:17:37.749Z Downloaded percent-encoding v2.3.2
3312026-06-08T20:17:37.749Z Downloaded zerofrom-derive v0.1.6
3322026-06-08T20:17:37.749Z Downloaded unicode-linebreak v0.1.5
3332026-06-08T20:17:37.749Z Downloaded equivalent v1.0.2
3342026-06-08T20:17:37.750Z Downloaded memmap v0.7.0
3352026-06-08T20:17:37.750Z Downloaded anstream v1.0.0
3362026-06-08T20:17:37.756Z Downloaded errno v0.3.14
3372026-06-08T20:17:37.756Z Downloaded tinystr v0.8.2
3382026-06-08T20:17:37.756Z Downloaded crypto-common v0.1.7
3392026-06-08T20:17:37.756Z Downloaded sha2 v0.10.9
3402026-06-08T20:17:37.756Z Downloaded erased-serde v0.4.9
3412026-06-08T20:17:37.761Z Downloaded zerovec-derive v0.11.2
3422026-06-08T20:17:37.761Z Downloaded yoke v0.8.1
3432026-06-08T20:17:37.761Z Downloaded toml_datetime v0.6.11
3442026-06-08T20:17:37.767Z Downloaded plain v0.2.3
3452026-06-08T20:17:37.770Z Downloaded toml v0.8.23
3462026-06-08T20:17:37.770Z Downloaded thiserror v2.0.18
3472026-06-08T20:17:37.773Z Downloaded zmij v1.0.21
3482026-06-08T20:17:37.773Z Downloaded ucd-trie v0.1.7
3492026-06-08T20:17:37.777Z Downloaded swrite v0.1.0
3502026-06-08T20:17:37.777Z Downloaded zerocopy-derive v0.7.35
3512026-06-08T20:17:37.777Z Downloaded zerovec v0.11.5
3522026-06-08T20:17:37.781Z Downloaded scroll_derive v0.12.1
3532026-06-08T20:17:37.781Z Downloaded unicode-ident v1.0.24
3542026-06-08T20:17:37.784Z Downloaded stable_deref_trait v1.2.1
3552026-06-08T20:17:37.784Z Downloaded smawk v0.3.2
3562026-06-08T20:17:37.784Z Downloaded macaddr v1.0.1
3572026-06-08T20:17:37.784Z Downloaded terminal_size v0.4.3
3582026-06-08T20:17:37.784Z Downloaded tabled_derive v0.7.0
3592026-06-08T20:17:37.787Z Downloaded strsim v0.11.1
3602026-06-08T20:17:37.788Z Downloaded zerotrie v0.2.3
3612026-06-08T20:17:37.788Z Downloaded anstyle-query v1.1.5
3622026-06-08T20:17:37.793Z Downloaded typenum v1.19.0
3632026-06-08T20:17:37.793Z Downloaded textwrap v0.16.2
3642026-06-08T20:17:37.796Z Downloaded serde-untagged v0.1.9
3652026-06-08T20:17:37.796Z Downloaded fs-err v3.3.0
3662026-06-08T20:17:37.796Z Downloaded anstyle-parse v1.0.0
3672026-06-08T20:17:37.796Z Downloaded fastrand v2.3.0
3682026-06-08T20:17:37.796Z Downloaded heck v0.5.0
3692026-06-08T20:17:37.800Z Downloaded fnv v1.0.7
3702026-06-08T20:17:37.800Z Downloaded url v2.5.8
3712026-06-08T20:17:37.800Z Downloaded log v0.4.29
3722026-06-08T20:17:37.803Z Downloaded digest v0.10.7
3732026-06-08T20:17:37.806Z Downloaded ordered-float v2.10.1
3742026-06-08T20:17:37.809Z Downloaded synstructure v0.13.2
3752026-06-08T20:17:37.809Z Downloaded proc-macro-error v1.0.4
3762026-06-08T20:17:37.814Z Downloaded zerocopy v0.7.35
3772026-06-08T20:17:37.819Z Downloaded scroll v0.12.0
3782026-06-08T20:17:37.823Z Downloaded bytecount v0.6.9
3792026-06-08T20:17:37.823Z Downloaded quote v1.0.45
3802026-06-08T20:17:37.827Z Downloaded winnow v0.7.14
3812026-06-08T20:17:37.830Z Downloaded serde_tokenstream v0.2.3
3822026-06-08T20:17:37.830Z Downloaded serde-value v0.7.0
3832026-06-08T20:17:37.830Z Downloaded unicode-width v0.1.14
3842026-06-08T20:17:37.833Z Downloaded litemap v0.8.1
3852026-06-08T20:17:37.837Z Downloaded once_cell v1.21.3
3862026-06-08T20:17:37.837Z Downloaded byteorder v1.5.0
3872026-06-08T20:17:37.837Z Downloaded unicode-width v0.2.0
3882026-06-08T20:17:37.841Z Downloaded papergrid v0.11.0
3892026-06-08T20:17:37.848Z Downloaded itoa v1.0.17
3902026-06-08T20:17:37.851Z Downloaded pest_derive v2.8.6
3912026-06-08T20:17:37.859Z Downloaded semver v1.0.28
3922026-06-08T20:17:37.864Z Downloaded smallvec v1.15.1
3932026-06-08T20:17:37.864Z Downloaded autocfg v1.5.0
3942026-06-08T20:17:37.869Z Downloaded tempfile v3.25.0
3952026-06-08T20:17:37.877Z Downloaded pest_generator v2.8.6
3962026-06-08T20:17:37.880Z Downloaded bitflags v2.11.0
3972026-06-08T20:17:37.884Z Downloaded icu_properties v2.1.2
3982026-06-08T20:17:37.887Z Downloaded icu_provider v2.1.1
3992026-06-08T20:17:37.890Z Downloaded serde_core v1.0.228
4002026-06-08T20:17:37.893Z Downloaded num-traits v0.2.19
4012026-06-08T20:17:37.896Z Downloaded getrandom v0.4.1
4022026-06-08T20:17:37.896Z Downloaded pest_meta v2.8.6
4032026-06-08T20:17:37.899Z Downloaded proc-macro2 v1.0.106
4042026-06-08T20:17:37.899Z Downloaded icu_normalizer v2.1.1
4052026-06-08T20:17:37.903Z Downloaded anyhow v1.0.102
4062026-06-08T20:17:37.910Z Downloaded serde_derive v1.0.228
4072026-06-08T20:17:37.914Z Downloaded icu_locale_core v2.1.1
4082026-06-08T20:17:37.921Z Downloaded icu_normalizer_data v2.1.1
4092026-06-08T20:17:37.924Z Downloaded memchr v2.8.0
4102026-06-08T20:17:37.927Z Downloaded icu_collections v2.1.1
4112026-06-08T20:17:37.939Z Downloaded idna v1.1.0
4122026-06-08T20:17:37.942Z Downloaded pest v2.8.6
4132026-06-08T20:17:37.952Z Downloaded clap_builder v4.6.0
4142026-06-08T20:17:37.964Z Downloaded indexmap v2.14.0
4152026-06-08T20:17:37.973Z Downloaded icu_properties_data v2.1.2
4162026-06-08T20:17:37.977Z Downloaded hashbrown v0.17.0
4172026-06-08T20:17:37.992Z Downloaded goblin v0.8.2
4182026-06-08T20:17:37.999Z Downloaded serde_json v1.0.149
4192026-06-08T20:17:38.015Z Downloaded tabled v0.15.0
4202026-06-08T20:17:38.021Z Downloaded syn v1.0.109
4212026-06-08T20:17:38.028Z Downloaded syn v2.0.117
4222026-06-08T20:17:38.041Z Downloaded rustix v1.1.3
4232026-06-08T20:17:38.070Z Downloaded libc v0.2.185
4242026-06-08T20:17:38.144Z Compiling proc-macro2 v1.0.106
4252026-06-08T20:17:38.144Z Compiling quote v1.0.45
4262026-06-08T20:17:38.147Z Compiling unicode-ident v1.0.24
4272026-06-08T20:17:38.147Z Compiling serde_core v1.0.228
4282026-06-08T20:17:38.147Z Compiling libc v0.2.185
4292026-06-08T20:17:38.147Z Compiling version_check v0.9.5
4302026-06-08T20:17:38.147Z Compiling stable_deref_trait v1.2.1
4312026-06-08T20:17:38.147Z Compiling serde v1.0.228
4322026-06-08T20:17:38.427Z Compiling memchr v2.8.0
4332026-06-08T20:17:38.467Z Compiling zmij v1.0.21
4342026-06-08T20:17:38.645Z Compiling autocfg v1.5.0
4352026-06-08T20:17:38.726Z Compiling ucd-trie v0.1.7
4362026-06-08T20:17:38.757Z Compiling itoa v1.0.17
4372026-06-08T20:17:38.935Z Compiling thiserror v1.0.69
4382026-06-08T20:17:39.045Z Compiling pest v2.8.6
4392026-06-08T20:17:39.068Z Compiling writeable v0.6.2
4402026-06-08T20:17:39.081Z Compiling litemap v0.8.1
4412026-06-08T20:17:39.151Z Compiling byteorder v1.5.0
4422026-06-08T20:17:39.283Z Compiling rustix v1.1.3
4432026-06-08T20:17:39.397Z Compiling icu_normalizer_data v2.1.1
4442026-06-08T20:17:39.526Z Compiling icu_properties_data v2.1.2
4452026-06-08T20:17:39.760Z Compiling syn v2.0.117
4462026-06-08T20:17:39.857Z Compiling errno v0.3.14
4472026-06-08T20:17:39.857Z Compiling serde_json v1.0.149
4482026-06-08T20:17:39.857Z Compiling bitflags v2.11.0
4492026-06-08T20:17:40.005Z Compiling num-traits v0.2.19
4502026-06-08T20:17:40.138Z Compiling equivalent v1.0.2
4512026-06-08T20:17:40.258Z Compiling pest_meta v2.8.6
4522026-06-08T20:17:40.259Z Compiling typeid v1.0.3
4532026-06-08T20:17:40.370Z Compiling smallvec v1.15.1
4542026-06-08T20:17:40.370Z Compiling hashbrown v0.17.0
4552026-06-08T20:17:40.479Z Compiling thread-id v4.2.2
4562026-06-08T20:17:40.539Z Compiling usdt-impl v0.5.0
4572026-06-08T20:17:40.605Z Compiling proc-macro-error-attr v1.0.4
4582026-06-08T20:17:40.683Z Compiling erased-serde v0.4.9
4592026-06-08T20:17:40.752Z Compiling winnow v0.7.14
4602026-06-08T20:17:40.778Z Compiling indexmap v2.14.0
4612026-06-08T20:17:40.823Z Compiling toml_write v0.1.2
4622026-06-08T20:17:40.866Z Compiling syn v1.0.109
4632026-06-08T20:17:41.376Z Compiling proc-macro-error v1.0.4
4642026-06-08T20:17:41.392Z Compiling percent-encoding v2.3.2
4652026-06-08T20:17:41.558Z Compiling log v0.4.29
4662026-06-08T20:17:41.586Z Compiling getrandom v0.4.1
4672026-06-08T20:17:41.675Z Compiling utf8_iter v1.0.4
4682026-06-08T20:17:41.737Z Compiling plain v0.2.3
4692026-06-08T20:17:41.774Z Compiling utf8parse v0.2.2
4702026-06-08T20:17:41.827Z Compiling camino v1.2.2
4712026-06-08T20:17:41.853Z Compiling thiserror v2.0.18
4722026-06-08T20:17:41.892Z Compiling anstyle-parse v1.0.0
4732026-06-08T20:17:41.954Z Compiling ordered-float v2.10.1
4742026-06-08T20:17:42.081Z Compiling form_urlencoded v1.2.2
4752026-06-08T20:17:42.150Z Compiling synstructure v0.13.2
4762026-06-08T20:17:42.183Z Compiling pest_generator v2.8.6
4772026-06-08T20:17:42.282Z Compiling terminal_size v0.4.3
4782026-06-08T20:17:42.506Z Compiling anstyle v1.0.14
4792026-06-08T20:17:42.660Z Compiling colorchoice v1.0.4
4802026-06-08T20:17:42.680Z Compiling pretty-hex v0.4.1
4812026-06-08T20:17:42.697Z Compiling cfg-if v1.0.4
4822026-06-08T20:17:42.739Z Compiling is_terminal_polyfill v1.70.2
4832026-06-08T20:17:42.770Z Compiling anstyle-query v1.1.5
4842026-06-08T20:17:42.825Z Compiling serde-untagged v0.1.9
4852026-06-08T20:17:42.893Z Compiling anstream v1.0.0
4862026-06-08T20:17:42.913Z Compiling semver v1.0.28
4872026-06-08T20:17:42.982Z Compiling fs-err v3.3.0
4882026-06-08T20:17:43.081Z Compiling clap_lex v1.0.0
4892026-06-08T20:17:43.165Z Compiling once_cell v1.21.3
4902026-06-08T20:17:43.197Z Compiling heck v0.5.0
4912026-06-08T20:17:43.286Z Compiling fnv v1.0.7
4922026-06-08T20:17:43.385Z Compiling anyhow v1.0.102
4932026-06-08T20:17:43.385Z Compiling unicode-xid v0.2.6
4942026-06-08T20:17:43.471Z Compiling unicode-width v0.1.14
4952026-06-08T20:17:43.471Z Compiling strsim v0.11.1
4962026-06-08T20:17:43.594Z Compiling fastrand v2.3.0
4972026-06-08T20:17:43.657Z Compiling heck v0.4.1
4982026-06-08T20:17:43.657Z Compiling bytecount v0.6.9
4992026-06-08T20:17:43.732Z Compiling papergrid v0.11.0
5002026-06-08T20:17:43.746Z Compiling tempfile v3.25.0
5012026-06-08T20:17:43.751Z Compiling clap_builder v4.6.0
5022026-06-08T20:17:43.887Z Compiling memmap v0.7.0
5032026-06-08T20:17:43.923Z Compiling serde_derive v1.0.228
5042026-06-08T20:17:43.982Z Compiling zerofrom-derive v0.1.6
5052026-06-08T20:17:44.065Z Compiling yoke-derive v0.8.1
5062026-06-08T20:17:44.116Z Compiling zerovec-derive v0.11.2
5072026-06-08T20:17:44.350Z Compiling displaydoc v0.2.5
5082026-06-08T20:17:45.069Z Compiling thiserror-impl v1.0.69
5092026-06-08T20:17:45.135Z Compiling zerocopy-derive v0.7.35
5102026-06-08T20:17:45.212Z Compiling pest_derive v2.8.6
5112026-06-08T20:17:45.212Z Compiling scroll_derive v0.12.1
5122026-06-08T20:17:45.372Z Compiling zerofrom v0.1.6
5132026-06-08T20:17:45.505Z Compiling yoke v0.8.1
5142026-06-08T20:17:45.645Z Compiling thiserror-impl v2.0.18
5152026-06-08T20:17:45.702Z Compiling zerovec v0.11.5
5162026-06-08T20:17:45.870Z Compiling zerotrie v0.2.3
5172026-06-08T20:17:45.984Z Compiling zerocopy v0.7.35
5182026-06-08T20:17:46.170Z Compiling tinystr v0.8.2
5192026-06-08T20:17:46.200Z Compiling potential_utf v0.1.4
5202026-06-08T20:17:46.370Z Compiling icu_locale_core v2.1.1
5212026-06-08T20:17:46.387Z Compiling icu_collections v2.1.1
5222026-06-08T20:17:46.443Z Compiling dtrace-parser v0.2.0
5232026-06-08T20:17:46.531Z Compiling scroll v0.12.0
5242026-06-08T20:17:46.726Z Compiling tabled_derive v0.7.0
5252026-06-08T20:17:46.798Z Compiling goblin v0.8.2
5262026-06-08T20:17:46.822Z Compiling clap_derive v4.6.1
5272026-06-08T20:17:47.067Z Compiling icu_provider v2.1.1
5282026-06-08T20:17:47.187Z Compiling smawk v0.3.2
5292026-06-08T20:17:47.242Z Compiling unicode-linebreak v0.1.5
5302026-06-08T20:17:47.328Z Compiling icu_properties v2.1.2
5312026-06-08T20:17:47.365Z Compiling icu_normalizer v2.1.1
5322026-06-08T20:17:47.383Z Compiling toml_datetime v0.6.11
5332026-06-08T20:17:47.402Z Compiling serde_spanned v0.6.9
5342026-06-08T20:17:47.530Z Compiling dof v0.3.0
5352026-06-08T20:17:47.617Z Compiling toml_edit v0.22.27
5362026-06-08T20:17:47.648Z Compiling serde_tokenstream v0.2.3
5372026-06-08T20:17:47.667Z Compiling serde-value v0.7.0
5382026-06-08T20:17:47.951Z Compiling cargo-platform v0.2.0
5392026-06-08T20:17:47.970Z Compiling unicode-width v0.2.0
5402026-06-08T20:17:48.023Z Compiling tabled v0.15.0
5412026-06-08T20:17:48.233Z Compiling textwrap v0.16.2
5422026-06-08T20:17:48.248Z Compiling idna_adapter v1.2.1
5432026-06-08T20:17:48.388Z Compiling idna v1.1.0
5442026-06-08T20:17:48.481Z Compiling macaddr v1.0.1
5452026-06-08T20:17:48.557Z Compiling usdt-attr-macro v0.5.0
5462026-06-08T20:17:48.652Z Compiling usdt-macro v0.5.0
5472026-06-08T20:17:48.696Z Compiling url v2.5.8
5482026-06-08T20:17:48.717Z Compiling clap v4.6.1
5492026-06-08T20:17:49.069Z Compiling toml v0.8.23
5502026-06-08T20:17:49.226Z Compiling camino-tempfile v1.4.1
5512026-06-08T20:17:49.523Z Compiling cargo-util-schemas v0.8.2
5522026-06-08T20:17:49.563Z Compiling cargo_toml v0.21.0
5532026-06-08T20:17:49.701Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-08T20:17:49.872Z Compiling swrite v0.1.0
5552026-06-08T20:17:49.967Z Compiling usdt v0.5.0
5562026-06-08T20:17:50.401Z Compiling cargo_metadata v0.21.0
5572026-06-08T20:17:51.266Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-08T20:17:53.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.85s
5592026-06-08T20:17:53.557Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-08T20:17:54.114Z Downloading crates ...
5612026-06-08T20:17:54.207Z Downloaded adler2 v2.0.1
5622026-06-08T20:17:54.218Z Downloaded cexpr v0.6.0
5632026-06-08T20:17:54.228Z Downloaded async-recursion v1.1.1
5642026-06-08T20:17:54.233Z Downloaded assert_matches v1.5.0
5652026-06-08T20:17:54.237Z Downloaded blowfish v0.9.1
5662026-06-08T20:17:54.237Z Downloaded cstr-argument v0.1.2
5672026-06-08T20:17:54.237Z Downloaded cfg_aliases v0.1.1
5682026-06-08T20:17:54.237Z Downloaded ascii-canvas v3.0.0
5692026-06-08T20:17:54.237Z Downloaded bb8 v0.8.6
5702026-06-08T20:17:54.237Z Downloaded async-stream v0.3.6
5712026-06-08T20:17:54.240Z Downloaded async-trait v0.1.89
5722026-06-08T20:17:54.240Z Downloaded crossbeam-epoch v0.9.18
5732026-06-08T20:17:54.243Z Downloaded dirs-next v2.0.0
5742026-06-08T20:17:54.243Z Downloaded crc32fast v1.5.0
5752026-06-08T20:17:54.243Z Downloaded async-stream-impl v0.3.6
5762026-06-08T20:17:54.247Z Downloaded arrayref v0.3.9
5772026-06-08T20:17:54.247Z Downloaded ciborium-ll v0.2.2
5782026-06-08T20:17:54.247Z Downloaded cargo-platform v0.3.2
5792026-06-08T20:17:54.250Z Downloaded enum-as-inner v0.6.1
5802026-06-08T20:17:54.250Z Downloaded debug-ignore v1.0.5
5812026-06-08T20:17:54.250Z Downloaded dyn-clone v1.0.20
5822026-06-08T20:17:54.250Z Downloaded base16ct v0.2.0
5832026-06-08T20:17:54.255Z Downloaded array-init v0.0.4
5842026-06-08T20:17:54.255Z Downloaded blake2 v0.10.6
5852026-06-08T20:17:54.255Z Downloaded castaway v0.2.4
5862026-06-08T20:17:54.259Z Downloaded float-ord v0.3.2
5872026-06-08T20:17:54.259Z Downloaded bitfield-macros v0.19.4
5882026-06-08T20:17:54.259Z Downloaded fd-lock v4.0.4
5892026-06-08T20:17:54.259Z Downloaded critical-section v1.2.0
5902026-06-08T20:17:54.263Z Downloaded crc-any v2.5.0
5912026-06-08T20:17:54.263Z Downloaded difflib v0.4.0
5922026-06-08T20:17:54.263Z Downloaded derive-ex v0.1.8
5932026-06-08T20:17:54.267Z Downloaded der_derive v0.7.3
5942026-06-08T20:17:54.267Z Downloaded compression-core v0.4.31
5952026-06-08T20:17:54.267Z Downloaded cfg_aliases v0.2.1
5962026-06-08T20:17:54.267Z Downloaded atty v0.2.14
5972026-06-08T20:17:54.275Z Downloaded bcrypt-pbkdf v0.10.0
5982026-06-08T20:17:54.275Z Downloaded embedded-io v0.4.0
5992026-06-08T20:17:54.275Z Downloaded cancel-safe-futures v0.1.5
6002026-06-08T20:17:54.278Z Downloaded darling v0.20.11
6012026-06-08T20:17:54.278Z Downloaded erased-serde v0.3.31
6022026-06-08T20:17:54.282Z Downloaded aead v0.5.2
6032026-06-08T20:17:54.282Z Downloaded ciborium-io v0.2.2
6042026-06-08T20:17:54.282Z Downloaded daft-derive v0.1.7
6052026-06-08T20:17:54.285Z Downloaded dtrace-parser v0.3.0
6062026-06-08T20:17:54.285Z Downloaded downcast-rs v2.0.2
6072026-06-08T20:17:54.285Z Downloaded bzip2 v0.4.4
6082026-06-08T20:17:54.286Z Downloaded convert_case v0.10.0
6092026-06-08T20:17:54.290Z Downloaded argon2 v0.5.3
6102026-06-08T20:17:54.290Z Downloaded des v0.8.1
6112026-06-08T20:17:54.293Z Downloaded base64ct v1.8.3
6122026-06-08T20:17:54.293Z Downloaded dirs-sys-next v0.1.2
6132026-06-08T20:17:54.293Z Downloaded endian-type v0.1.2
6142026-06-08T20:17:54.293Z Downloaded dof v0.4.0
6152026-06-08T20:17:54.293Z Downloaded bitfield-struct v0.6.2
6162026-06-08T20:17:54.297Z Downloaded derive_builder_macro v0.20.2
6172026-06-08T20:17:54.297Z Downloaded crossbeam-utils v0.8.21
6182026-06-08T20:17:54.297Z Downloaded anstream v0.6.21
6192026-06-08T20:17:54.300Z Downloaded embedded-io v0.6.1
6202026-06-08T20:17:54.300Z Downloaded atomic-waker v1.1.2
6212026-06-08T20:17:54.305Z Downloaded const_format_proc_macros v0.2.34
6222026-06-08T20:17:54.305Z Downloaded cbc v0.1.2
6232026-06-08T20:17:54.305Z Downloaded cookie v0.18.1
6242026-06-08T20:17:54.308Z Downloaded async-bb8-diesel v0.2.1
6252026-06-08T20:17:54.308Z Downloaded buf-list v1.1.2
6262026-06-08T20:17:54.311Z Downloaded atomicwrites v0.4.4
6272026-06-08T20:17:54.315Z Downloaded defmt-parser v1.0.0
6282026-06-08T20:17:54.318Z Downloaded block-padding v0.3.3
6292026-06-08T20:17:54.318Z Downloaded dropshot-api-manager-types v0.7.2
6302026-06-08T20:17:54.321Z Downloaded darling_macro v0.20.11
6312026-06-08T20:17:54.321Z Downloaded crunchy v0.2.4
6322026-06-08T20:17:54.326Z Downloaded cpufeatures v0.3.0
6332026-06-08T20:17:54.326Z Downloaded env_filter v1.0.0
6342026-06-08T20:17:54.326Z Downloaded convert_case v0.4.0
6352026-06-08T20:17:54.326Z Downloaded flagset v0.4.7
6362026-06-08T20:17:54.329Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-06-08T20:17:54.329Z Downloaded crucible-workspace-hack v0.1.0
6382026-06-08T20:17:54.329Z Downloaded bit-set v0.8.0
6392026-06-08T20:17:54.329Z Downloaded curve25519-dalek-derive v0.1.1
6402026-06-08T20:17:54.329Z Downloaded dsl_auto_type v0.2.0
6412026-06-08T20:17:54.332Z Downloaded display-error-chain v0.2.2
6422026-06-08T20:17:54.332Z Downloaded foreign-types-shared v0.3.1
6432026-06-08T20:17:54.332Z Downloaded foreign-types-macros v0.2.3
6442026-06-08T20:17:54.332Z Downloaded cobs v0.3.0
6452026-06-08T20:17:54.335Z Downloaded fxhash v0.2.1
6462026-06-08T20:17:54.335Z Downloaded dunce v1.0.5
6472026-06-08T20:17:54.335Z Downloaded darling_macro v0.23.0
6482026-06-08T20:17:54.335Z Downloaded futures-task v0.3.32
6492026-06-08T20:17:54.338Z Downloaded futures-sink v0.3.32
6502026-06-08T20:17:54.339Z Downloaded console v0.16.2
6512026-06-08T20:17:54.339Z Downloaded defmt v0.3.100
6522026-06-08T20:17:54.342Z Downloaded cmake v0.1.57
6532026-06-08T20:17:54.342Z Downloaded byte-wrapper v0.1.0
6542026-06-08T20:17:54.342Z Downloaded bitflags v1.3.2
6552026-06-08T20:17:54.345Z Downloaded corncobs v0.1.4
6562026-06-08T20:17:54.345Z Downloaded arrayvec v0.7.6
6572026-06-08T20:17:54.348Z Downloaded darling_macro v0.21.3
6582026-06-08T20:17:54.348Z Downloaded foreign-types-shared v0.1.1
6592026-06-08T20:17:54.348Z Downloaded float-cmp v0.10.0
6602026-06-08T20:17:54.351Z Downloaded fixedbitset v0.4.2
6612026-06-08T20:17:54.351Z Downloaded futures-macro v0.3.32
6622026-06-08T20:17:54.351Z Downloaded darling_macro v0.13.4
6632026-06-08T20:17:54.356Z Downloaded crc8 v0.1.1
6642026-06-08T20:17:54.356Z Downloaded futures-io v0.3.32
6652026-06-08T20:17:54.356Z Downloaded ghash v0.5.1
6662026-06-08T20:17:54.356Z Downloaded foreign-types v0.3.2
6672026-06-08T20:17:54.356Z Downloaded funty v2.0.0
6682026-06-08T20:17:54.359Z Downloaded colored v3.1.1
6692026-06-08T20:17:54.359Z Downloaded cassowary v0.3.0
6702026-06-08T20:17:54.359Z Downloaded ahash v0.8.12
6712026-06-08T20:17:54.363Z Downloaded bit-vec v0.8.0
6722026-06-08T20:17:54.368Z Downloaded csv-core v0.1.13
6732026-06-08T20:17:54.368Z Downloaded crc-catalog v2.4.0
6742026-06-08T20:17:54.372Z Downloaded hash32 v0.2.1
6752026-06-08T20:17:54.372Z Downloaded crc v3.4.0
6762026-06-08T20:17:54.376Z Downloaded globwalk v0.9.1
6772026-06-08T20:17:54.379Z Downloaded hex v0.4.3
6782026-06-08T20:17:54.380Z Downloaded hash32 v0.3.1
6792026-06-08T20:17:54.380Z Downloaded ed25519 v2.2.3
6802026-06-08T20:17:54.383Z Downloaded deranged v0.5.8
6812026-06-08T20:17:54.383Z Downloaded gethostname v0.5.0
6822026-06-08T20:17:54.383Z Downloaded git-stub v1.0.0
6832026-06-08T20:17:54.386Z Downloaded bit-set v0.5.3
6842026-06-08T20:17:54.389Z Downloaded headers-core v0.3.0
6852026-06-08T20:17:54.393Z Downloaded foldhash v0.2.0
6862026-06-08T20:17:54.393Z Downloaded compression-codecs v0.4.37
6872026-06-08T20:17:54.396Z Downloaded hostname v0.3.1
6882026-06-08T20:17:54.396Z Downloaded home v0.5.12
6892026-06-08T20:17:54.396Z Downloaded hostname v0.4.2
6902026-06-08T20:17:54.396Z Downloaded chacha20 v0.9.1
6912026-06-08T20:17:54.401Z Downloaded http-body v1.0.1
6922026-06-08T20:17:54.401Z Downloaded constant_time_eq v0.4.2
6932026-06-08T20:17:54.405Z Downloaded either v1.15.0
6942026-06-08T20:17:54.405Z Downloaded backon v1.6.0
6952026-06-08T20:17:54.405Z Downloaded bit-vec v0.6.3
6962026-06-08T20:17:54.405Z Downloaded fs-err v2.11.0
6972026-06-08T20:17:54.408Z Downloaded httpdate v1.0.3
6982026-06-08T20:17:54.408Z Downloaded document-features v0.2.12
6992026-06-08T20:17:54.408Z Downloaded daft v0.1.7
7002026-06-08T20:17:54.408Z Downloaded crossbeam-deque v0.8.6
7012026-06-08T20:17:54.411Z Downloaded find-msvc-tools v0.1.9
7022026-06-08T20:17:54.411Z Downloaded indoc v1.0.9
7032026-06-08T20:17:54.411Z Downloaded fixedbitset v0.5.7
7042026-06-08T20:17:54.417Z Downloaded defmt v1.0.1
7052026-06-08T20:17:54.420Z Downloaded ecdsa v0.16.9
7062026-06-08T20:17:54.420Z Downloaded cipher v0.4.4
7072026-06-08T20:17:54.420Z Downloaded ciborium v0.2.2
7082026-06-08T20:17:54.420Z Downloaded defmt-macros v1.0.1
7092026-06-08T20:17:54.424Z Downloaded fs_extra v1.3.0
7102026-06-08T20:17:54.424Z Downloaded ctr v0.9.2
7112026-06-08T20:17:54.427Z Downloaded foreign-types v0.5.0
7122026-06-08T20:17:54.427Z Downloaded bitfield v0.19.4
7132026-06-08T20:17:54.427Z Downloaded ff v0.13.1
7142026-06-08T20:17:54.431Z Downloaded darling v0.13.4
7152026-06-08T20:17:54.431Z Downloaded hubpack_derive v0.1.1
7162026-06-08T20:17:54.431Z Downloaded cargo_metadata v0.23.1
7172026-06-08T20:17:54.434Z Downloaded instant v0.1.13
7182026-06-08T20:17:54.434Z Downloaded illumos-nvpair-sys v0.2.0
7192026-06-08T20:17:54.435Z Downloaded anstyle-parse v0.2.7
7202026-06-08T20:17:54.435Z Downloaded futures-core v0.3.32
7212026-06-08T20:17:54.440Z Downloaded illumos-nvpair v0.3.0
7222026-06-08T20:17:54.440Z Downloaded ident_case v1.0.1
7232026-06-08T20:17:54.440Z Downloaded is-terminal v0.4.17
7242026-06-08T20:17:54.440Z Downloaded internet-checksum v0.2.1
7252026-06-08T20:17:54.440Z Downloaded instability v0.3.11
7262026-06-08T20:17:54.440Z Downloaded git-stub-vcs v0.1.0
7272026-06-08T20:17:54.443Z Downloaded glob v0.3.3
7282026-06-08T20:17:54.443Z Downloaded futures-executor v0.3.32
7292026-06-08T20:17:54.444Z Downloaded ena v0.14.4
7302026-06-08T20:17:54.444Z Downloaded inout v0.1.4
7312026-06-08T20:17:54.447Z Downloaded indent_write v2.2.0
7322026-06-08T20:17:54.447Z Downloaded const-oid v0.9.6
7332026-06-08T20:17:54.448Z Downloaded is_ci v1.2.0
7342026-06-08T20:17:54.448Z Downloaded hyper-tls v0.6.0
7352026-06-08T20:17:54.450Z Downloaded hubpack v0.1.2
7362026-06-08T20:17:54.451Z Downloaded ed25519-dalek v2.2.0
7372026-06-08T20:17:54.451Z Downloaded group v0.13.0
7382026-06-08T20:17:54.453Z Downloaded cookie_store v0.22.1
7392026-06-08T20:17:54.454Z Downloaded kstat-rs v0.2.4
7402026-06-08T20:17:54.456Z Downloaded console v0.15.11
7412026-06-08T20:17:54.456Z Downloaded bcs v0.1.6
7422026-06-08T20:17:54.459Z Downloaded highway v1.3.0
7432026-06-08T20:17:54.459Z Downloaded keccak v0.1.6
7442026-06-08T20:17:54.459Z Downloaded http-body-util v0.1.3
7452026-06-08T20:17:54.484Z Downloaded fallible-iterator v0.2.0
7462026-06-08T20:17:54.484Z Downloaded diesel-dtrace v0.5.0
7472026-06-08T20:17:54.484Z Downloaded data-encoding v2.10.0
7482026-06-08T20:17:54.484Z Downloaded http-range v0.1.5
7492026-06-08T20:17:54.484Z Downloaded lalrpop-util v0.19.12
7502026-06-08T20:17:54.484Z Downloaded filetime v0.2.27
7512026-06-08T20:17:54.484Z Downloaded libscf-sys v1.1.0
7522026-06-08T20:17:54.485Z Downloaded derive_builder_core v0.20.2
7532026-06-08T20:17:54.485Z Downloaded bytes v1.11.1
7542026-06-08T20:17:54.485Z Downloaded futures-channel v0.3.32
7552026-06-08T20:17:54.485Z Downloaded diff v0.1.13
7562026-06-08T20:17:54.485Z Downloaded lru-slab v0.1.2
7572026-06-08T20:17:54.485Z Downloaded lru-cache v0.1.2
7582026-06-08T20:17:54.485Z Downloaded darling v0.23.0
7592026-06-08T20:17:54.489Z Downloaded indoc v2.0.7
7602026-06-08T20:17:54.489Z Downloaded linked-hash-map v0.5.6
7612026-06-08T20:17:54.489Z Downloaded getrandom v0.2.17
7622026-06-08T20:17:54.489Z Downloaded half v1.8.3
7632026-06-08T20:17:54.489Z Downloaded globset v0.4.18
7642026-06-08T20:17:54.489Z Downloaded bzip2 v0.6.1
7652026-06-08T20:17:54.489Z Downloaded crossterm v0.29.0
7662026-06-08T20:17:54.499Z Downloaded elliptic-curve v0.13.8
7672026-06-08T20:17:54.499Z Downloaded lru v0.12.5
7682026-06-08T20:17:54.499Z Downloaded lzss v0.8.2
7692026-06-08T20:17:54.499Z Downloaded ipnet v2.11.0
7702026-06-08T20:17:54.499Z Downloaded impl-trait-for-tuples v0.2.3
7712026-06-08T20:17:54.502Z Downloaded mime v0.3.17
7722026-06-08T20:17:54.502Z Downloaded multimap v0.10.1
7732026-06-08T20:17:54.502Z Downloaded memoffset v0.9.1
7742026-06-08T20:17:54.502Z Downloaded md5 v0.7.0
7752026-06-08T20:17:54.502Z Downloaded hyper-staticfile v0.10.1
7762026-06-08T20:17:54.503Z Downloaded maybe-uninit v2.0.0
7772026-06-08T20:17:54.506Z Downloaded dropshot_endpoint v0.17.0
7782026-06-08T20:17:54.506Z Downloaded normalize-line-endings v0.3.0
7792026-06-08T20:17:54.512Z Downloaded nodrop v0.1.14
7802026-06-08T20:17:54.512Z Downloaded newline-converter v0.3.0
7812026-06-08T20:17:54.512Z Downloaded new_debug_unreachable v1.0.6
7822026-06-08T20:17:54.512Z Downloaded md-5 v0.10.6
7832026-06-08T20:17:54.512Z Downloaded crossbeam-channel v0.5.15
7842026-06-08T20:17:54.518Z Downloaded ipnetwork v0.21.1
7852026-06-08T20:17:54.518Z Downloaded hmac v0.12.1
7862026-06-08T20:17:54.518Z Downloaded chacha20 v0.10.0
7872026-06-08T20:17:54.526Z Downloaded match_cfg v0.1.0
7882026-06-08T20:17:54.526Z Downloaded futures v0.3.32
7892026-06-08T20:17:54.526Z Downloaded lazy_static v1.5.0
7902026-06-08T20:17:54.526Z Downloaded maplit v1.0.2
7912026-06-08T20:17:54.526Z Downloaded ingot v0.1.1
7922026-06-08T20:17:54.526Z Downloaded humantime v2.3.0
7932026-06-08T20:17:54.526Z Downloaded jobserver v0.1.34
7942026-06-08T20:17:54.530Z Downloaded num-conv v0.2.0
7952026-06-08T20:17:54.530Z Downloaded newtype_derive v0.1.6
7962026-06-08T20:17:54.530Z Downloaded base64 v0.21.7
7972026-06-08T20:17:54.530Z Downloaded allocator-api2 v0.2.21
7982026-06-08T20:17:54.535Z Downloaded num v0.4.3
7992026-06-08T20:17:54.535Z Downloaded httparse v1.10.1
8002026-06-08T20:17:54.535Z Downloaded num-iter v0.1.45
8012026-06-08T20:17:54.535Z Downloaded num_enum_derive v0.5.11
8022026-06-08T20:17:54.540Z Downloaded num-derive v0.4.2
8032026-06-08T20:17:54.540Z Downloaded num-derive v0.3.3
8042026-06-08T20:17:54.540Z Downloaded newtype-uuid-macros v0.1.0
8052026-06-08T20:17:54.540Z Downloaded opaque-debug v0.3.1
8062026-06-08T20:17:54.540Z Downloaded libefi-sys v0.1.0
8072026-06-08T20:17:54.543Z Downloaded derive_more v0.99.20
8082026-06-08T20:17:54.543Z Downloaded num_threads v0.1.7
8092026-06-08T20:17:54.543Z Downloaded libsw v3.5.0
8102026-06-08T20:17:54.547Z Downloaded openssl-probe v0.2.1
8112026-06-08T20:17:54.547Z Downloaded const_format v0.2.35
8122026-06-08T20:17:54.552Z Downloaded lock_api v0.4.14
8132026-06-08T20:17:54.552Z Downloaded libloading v0.8.9
8142026-06-08T20:17:54.552Z Downloaded linear-map v1.2.0
8152026-06-08T20:17:54.552Z Downloaded openssl-macros v0.1.1
8162026-06-08T20:17:54.556Z Downloaded half v2.7.1
8172026-06-08T20:17:54.556Z Downloaded openssl-probe v0.1.6
8182026-06-08T20:17:54.556Z Downloaded expectorate v1.2.0
8192026-06-08T20:17:54.559Z Downloaded hyper-rustls v0.27.7
8202026-06-08T20:17:54.560Z Downloaded darling_core v0.23.0
8212026-06-08T20:17:54.564Z Downloaded mime_guess v2.0.5
8222026-06-08T20:17:54.564Z Downloaded drift v0.2.0
8232026-06-08T20:17:54.568Z Downloaded oso-derive v0.27.3
8242026-06-08T20:17:54.568Z Downloaded nanorand v0.7.0
8252026-06-08T20:17:54.577Z Downloaded ingot-types v0.1.2
8262026-06-08T20:17:54.577Z Downloaded managed v0.8.0
8272026-06-08T20:17:54.577Z Downloaded libsw-core v0.3.2
8282026-06-08T20:17:54.577Z Downloaded ingot-macros v0.1.1
8292026-06-08T20:17:54.582Z Downloaded flume v0.11.1
8302026-06-08T20:17:54.582Z Downloaded pbkdf2 v0.12.2
8312026-06-08T20:17:54.582Z Downloaded arc-swap v1.8.2
8322026-06-08T20:17:54.582Z Downloaded olpc-cjson v0.1.4
8332026-06-08T20:17:54.582Z Downloaded fatfs v0.3.6
8342026-06-08T20:17:54.582Z Downloaded peg-runtime v0.8.5
8352026-06-08T20:17:54.587Z Downloaded native-tls v0.2.18
8362026-06-08T20:17:54.587Z Downloaded multer v3.1.0
8372026-06-08T20:17:54.588Z Downloaded packed_struct_codegen v0.10.1
8382026-06-08T20:17:54.600Z Downloaded diesel_derives v2.3.7
8392026-06-08T20:17:54.600Z Downloaded pbkdf2 v0.11.0
8402026-06-08T20:17:54.600Z Downloaded path-slash v0.1.5
8412026-06-08T20:17:54.604Z Downloaded env_logger v0.11.9
8422026-06-08T20:17:54.604Z Downloaded nonempty v0.12.0
8432026-06-08T20:17:54.604Z Downloaded foldhash v0.1.5
8442026-06-08T20:17:54.604Z Downloaded newtype-uuid v1.3.2
8452026-06-08T20:17:54.604Z Downloaded derive_builder v0.20.2
8462026-06-08T20:17:54.604Z Downloaded num-complex v0.4.6
8472026-06-08T20:17:54.604Z Downloaded nu-ansi-term v0.50.3
8482026-06-08T20:17:54.604Z Downloaded num_enum v0.7.6
8492026-06-08T20:17:54.608Z Downloaded num-integer v0.1.46
8502026-06-08T20:17:54.608Z Downloaded nibble_vec v0.1.0
8512026-06-08T20:17:54.608Z Downloaded num-rational v0.4.2
8522026-06-08T20:17:54.608Z Downloaded darling v0.21.3
8532026-06-08T20:17:54.612Z Downloaded getrandom v0.3.4
8542026-06-08T20:17:54.616Z Downloaded phf_shared v0.13.1
8552026-06-08T20:17:54.616Z Downloaded pin-utils v0.1.0
8562026-06-08T20:17:54.616Z Downloaded phf_shared v0.12.1
8572026-06-08T20:17:54.616Z Downloaded derive-where v1.6.0
8582026-06-08T20:17:54.622Z Downloaded darling_core v0.21.3
8592026-06-08T20:17:54.622Z Downloaded powerfmt v0.2.0
8602026-06-08T20:17:54.626Z Downloaded darling_core v0.20.11
8612026-06-08T20:17:54.636Z Downloaded owo-colors v4.3.0
8622026-06-08T20:17:54.641Z Downloaded num_enum_derive v0.7.6
8632026-06-08T20:17:54.641Z Downloaded memmap2 v0.9.10
8642026-06-08T20:17:54.644Z Downloaded indexmap v1.9.3
8652026-06-08T20:17:54.644Z Downloaded ignore v0.4.25
8662026-06-08T20:17:54.644Z Downloaded progenitor-client v0.10.0
8672026-06-08T20:17:54.647Z Downloaded proc-macro-crate v3.4.0
8682026-06-08T20:17:54.647Z Downloaded precomputed-hash v0.1.1
8692026-06-08T20:17:54.647Z Downloaded password-hash v0.4.2
8702026-06-08T20:17:54.647Z Downloaded parking_lot_core v0.8.6
8712026-06-08T20:17:54.651Z Downloaded proc-macro-crate v1.3.1
8722026-06-08T20:17:54.651Z Downloaded predicates-tree v1.0.13
8732026-06-08T20:17:54.651Z Downloaded packed_struct v0.10.1
8742026-06-08T20:17:54.657Z Downloaded progenitor-client v0.14.0
8752026-06-08T20:17:54.657Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-06-08T20:17:54.657Z Downloaded compact_str v0.8.1
8772026-06-08T20:17:54.663Z Downloaded oxnet v0.1.5
8782026-06-08T20:17:54.663Z Downloaded predicates-core v1.0.10
8792026-06-08T20:17:54.663Z Downloaded parse-display v0.10.0
8802026-06-08T20:17:54.663Z Downloaded progenitor-macro v0.14.0
8812026-06-08T20:17:54.663Z Downloaded paste v1.0.15
8822026-06-08T20:17:54.663Z Downloaded parse-size v1.1.0
8832026-06-08T20:17:54.667Z Downloaded parse-display-derive v0.10.0
8842026-06-08T20:17:54.668Z Downloaded heapless v0.8.0
8852026-06-08T20:17:54.668Z Downloaded headers v0.4.1
8862026-06-08T20:17:54.672Z Downloaded pem v3.0.6
8872026-06-08T20:17:54.672Z Downloaded peg-macros v0.8.5
8882026-06-08T20:17:54.674Z Downloaded peg v0.8.5
8892026-06-08T20:17:54.678Z Downloaded psl-types v2.0.11
8902026-06-08T20:17:54.678Z Downloaded quick-error v1.2.3
8912026-06-08T20:17:54.678Z Downloaded crypto-bigint v0.5.5
8922026-06-08T20:17:54.678Z Downloaded phf v0.13.1
8932026-06-08T20:17:54.683Z Downloaded phf_shared v0.11.3
8942026-06-08T20:17:54.683Z Downloaded pkcs8 v0.10.2
8952026-06-08T20:17:54.683Z Downloaded litrs v1.0.0
8962026-06-08T20:17:54.686Z Downloaded flate2 v1.1.9
8972026-06-08T20:17:54.686Z Downloaded radium v0.7.0
8982026-06-08T20:17:54.689Z Downloaded derive_more-impl v2.1.1
8992026-06-08T20:17:54.689Z Downloaded polyval v0.6.2
9002026-06-08T20:17:54.692Z Downloaded rand_xorshift v0.4.0
9012026-06-08T20:17:54.692Z Downloaded ppv-lite86 v0.2.21
9022026-06-08T20:17:54.692Z Downloaded base64 v0.22.1
9032026-06-08T20:17:54.695Z Downloaded recursive v0.1.1
9042026-06-08T20:17:54.695Z Downloaded rand_chacha v0.3.1
9052026-06-08T20:17:54.701Z Downloaded async-compression v0.4.41
9062026-06-08T20:17:54.706Z Downloaded heapless v0.7.17
9072026-06-08T20:17:54.706Z Downloaded oxide-tokio-rt v0.1.4
9082026-06-08T20:17:54.706Z Downloaded pin-project-lite v0.2.17
9092026-06-08T20:17:54.711Z Downloaded pin-project-internal v1.1.11
9102026-06-08T20:17:54.711Z Downloaded progenitor v0.14.0
9112026-06-08T20:17:54.711Z Downloaded progenitor v0.13.0
9122026-06-08T20:17:54.711Z Downloaded ref-cast v1.0.25
9132026-06-08T20:17:54.715Z Downloaded predicates v3.1.4
9142026-06-08T20:17:54.715Z Downloaded progenitor v0.11.2
9152026-06-08T20:17:54.716Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-06-08T20:17:54.721Z Downloaded ref-cast-impl v1.0.25
9172026-06-08T20:17:54.721Z Downloaded proc-macro-error2 v2.0.1
9182026-06-08T20:17:54.721Z Downloaded bumpalo v3.20.2
9192026-06-08T20:17:54.721Z Downloaded hickory-resolver v0.25.2
9202026-06-08T20:17:54.726Z Downloaded progenitor-client v0.13.0
9212026-06-08T20:17:54.726Z Downloaded progenitor-client v0.11.2
9222026-06-08T20:17:54.726Z Downloaded parking_lot v0.11.2
9232026-06-08T20:17:54.739Z Downloaded hickory-resolver v0.24.4
9242026-06-08T20:17:54.739Z Downloaded primeorder v0.13.6
9252026-06-08T20:17:54.739Z Downloaded r2d2 v0.8.10
9262026-06-08T20:17:54.739Z Downloaded phf v0.12.1
9272026-06-08T20:17:54.739Z Downloaded ar_archive_writer v0.5.1
9282026-06-08T20:17:54.745Z Downloaded rfc6979 v0.4.0
9292026-06-08T20:17:54.745Z Downloaded parking_lot_core v0.9.12
9302026-06-08T20:17:54.745Z Downloaded pem-rfc7468 v0.7.0
9312026-06-08T20:17:54.745Z Downloaded rustc_version v0.4.1
9322026-06-08T20:17:54.745Z Downloaded password-hash v0.5.0
9332026-06-08T20:17:54.745Z Downloaded indicatif v0.18.4
9342026-06-08T20:17:54.745Z Downloaded rustc-hash v2.1.1
9352026-06-08T20:17:54.745Z Downloaded omicron-zone-package v0.12.2
9362026-06-08T20:17:54.749Z Downloaded psm v0.1.30
9372026-06-08T20:17:54.749Z Downloaded postgres-protocol v0.6.10
9382026-06-08T20:17:54.749Z Downloaded postcard v1.1.3
9392026-06-08T20:17:54.749Z Downloaded poly1305 v0.8.0
9402026-06-08T20:17:54.755Z Downloaded rand_core v0.9.5
9412026-06-08T20:17:54.755Z Downloaded rand_core v0.6.4
9422026-06-08T20:17:54.755Z Downloaded postgres-types v0.2.12
9432026-06-08T20:17:54.758Z Downloaded rustc_version v0.1.7
9442026-06-08T20:17:54.758Z Downloaded russh-cryptovec v0.7.3
9452026-06-08T20:17:54.758Z Downloaded rtoolbox v0.0.3
9462026-06-08T20:17:54.758Z Downloaded salsa20 v0.10.2
9472026-06-08T20:17:54.758Z Downloaded pkg-config v0.3.32
9482026-06-08T20:17:54.758Z Downloaded oso v0.27.3
9492026-06-08T20:17:54.761Z Downloaded darling_core v0.13.4
9502026-06-08T20:17:54.764Z Downloaded rand_core v0.10.0
9512026-06-08T20:17:54.764Z Downloaded pkcs1 v0.7.5
9522026-06-08T20:17:54.767Z Downloaded cc v1.2.56
9532026-06-08T20:17:54.767Z Downloaded papergrid v0.17.0
9542026-06-08T20:17:54.770Z Downloaded rand_seeder v0.4.0
9552026-06-08T20:17:54.774Z Downloaded parking_lot v0.12.5
9562026-06-08T20:17:54.774Z Downloaded chrono v0.4.44
9572026-06-08T20:17:54.777Z Downloaded scheduled-thread-pool v0.2.7
9582026-06-08T20:17:54.782Z Downloaded progenitor-extras v0.2.0
9592026-06-08T20:17:54.782Z Downloaded p256 v0.13.2
9602026-06-08T20:17:54.782Z Downloaded secrecy v0.8.0
9612026-06-08T20:17:54.782Z Downloaded scroll_derive v0.13.1
9622026-06-08T20:17:54.786Z Downloaded semver v0.1.20
9632026-06-08T20:17:54.786Z Downloaded jiff-static v0.2.21
9642026-06-08T20:17:54.789Z Downloaded hashbrown v0.12.3
9652026-06-08T20:17:54.789Z Downloaded scopeguard v1.2.0
9662026-06-08T20:17:54.789Z Downloaded sapling-renderdag v0.1.0
9672026-06-08T20:17:54.792Z Downloaded http v1.4.0
9682026-06-08T20:17:54.792Z Downloaded num_enum v0.5.11
9692026-06-08T20:17:54.796Z Downloaded progenitor-macro v0.13.0
9702026-06-08T20:17:54.796Z Downloaded progenitor-macro v0.11.2
9712026-06-08T20:17:54.799Z Downloaded scrypt v0.11.0
9722026-06-08T20:17:54.799Z Downloaded libbz2-rs-sys v0.2.2
9732026-06-08T20:17:54.799Z Downloaded seq-macro v0.3.6
9742026-06-08T20:17:54.802Z Downloaded secrecy v0.10.3
9752026-06-08T20:17:54.802Z Downloaded iana-time-zone v0.1.65
9762026-06-08T20:17:54.807Z Downloaded serde_bytes v0.11.19
9772026-06-08T20:17:54.807Z Downloaded serde-big-array v0.5.1
9782026-06-08T20:17:54.807Z Downloaded sha1 v0.10.6
9792026-06-08T20:17:54.807Z Downloaded der v0.7.10
9802026-06-08T20:17:54.810Z Downloaded resolv-conf v0.7.6
9812026-06-08T20:17:54.811Z Downloaded quinn-udp v0.5.14
9822026-06-08T20:17:54.816Z Downloaded serde_spanned v1.0.4
9832026-06-08T20:17:54.817Z Downloaded serde_repr v0.1.20
9842026-06-08T20:17:54.817Z Downloaded serde_urlencoded v0.7.1
9852026-06-08T20:17:54.817Z Downloaded pkcs5 v0.7.1
9862026-06-08T20:17:54.820Z Downloaded pin-project v1.1.11
9872026-06-08T20:17:54.823Z Downloaded derive_more v2.1.1
9882026-06-08T20:17:54.830Z Downloaded siphasher v1.0.2
9892026-06-08T20:17:54.833Z Downloaded shell-words v1.1.1
9902026-06-08T20:17:54.833Z Downloaded miniz_oxide v0.8.9
9912026-06-08T20:17:54.833Z Downloaded signature v2.2.0
9922026-06-08T20:17:54.836Z Downloaded hashbrown v0.13.2
9932026-06-08T20:17:54.836Z Downloaded rustversion v1.0.22
9942026-06-08T20:17:54.839Z Downloaded same-file v1.0.6
9952026-06-08T20:17:54.839Z Downloaded rusty-fork v0.3.1
9962026-06-08T20:17:54.839Z Downloaded prefix-trie v0.7.0
9972026-06-08T20:17:54.843Z Downloaded sigpipe v0.1.3
9982026-06-08T20:17:54.843Z Downloaded openssl-sys v0.9.115
9992026-06-08T20:17:54.847Z Downloaded dropshot-api-manager v0.7.2
10002026-06-08T20:17:54.850Z Downloaded signal-hook-mio v0.2.5
10012026-06-08T20:17:54.850Z Downloaded serde_plain v1.0.2
10022026-06-08T20:17:54.853Z Downloaded signal-hook-tokio v0.3.1
10032026-06-08T20:17:54.853Z Downloaded rustls-pemfile v2.2.0
10042026-06-08T20:17:54.853Z Downloaded rustls-pemfile v1.0.4
10052026-06-08T20:17:54.856Z Downloaded rustls-native-certs v0.8.3
10062026-06-08T20:17:54.856Z Downloaded rand_chacha v0.9.0
10072026-06-08T20:17:54.856Z Downloaded sec1 v0.7.3
10082026-06-08T20:17:54.859Z Downloaded sct v0.7.1
10092026-06-08T20:17:54.862Z Downloaded slog-envlogger v2.2.0
10102026-06-08T20:17:54.862Z Downloaded chacha20poly1305 v0.10.1
10112026-06-08T20:17:54.862Z Downloaded colored v2.2.0
10122026-06-08T20:17:54.872Z Downloaded clang-sys v1.8.1
10132026-06-08T20:17:54.872Z Downloaded hex-literal v0.4.1
10142026-06-08T20:17:54.875Z Downloaded progenitor-impl v0.13.0
10152026-06-08T20:17:54.875Z Downloaded backoff v0.4.0
10162026-06-08T20:17:54.875Z Downloaded camino-tempfile-ext v0.3.3
10172026-06-08T20:17:54.875Z Downloaded schemars_derive v0.8.22
10182026-06-08T20:17:54.875Z Downloaded serde-hex v0.1.0
10192026-06-08T20:17:54.882Z Downloaded slog-bunyan v2.5.0
10202026-06-08T20:17:54.887Z Downloaded serde_path_to_error v0.1.20
10212026-06-08T20:17:54.887Z Downloaded serde_derive_internals v0.29.1
10222026-06-08T20:17:54.890Z Downloaded progenitor-impl v0.14.0
10232026-06-08T20:17:54.890Z Downloaded russh-keys v0.45.0
10242026-06-08T20:17:54.893Z Downloaded signal-hook-registry v1.4.8
10252026-06-08T20:17:54.893Z Downloaded structmeta v0.3.0
10262026-06-08T20:17:54.902Z Downloaded ssh-cipher v0.2.0
10272026-06-08T20:17:54.902Z Downloaded serde_with_macros v1.5.2
10282026-06-08T20:17:54.912Z Downloaded strum v0.27.2
10292026-06-08T20:17:54.918Z Downloaded ssh-encoding v0.2.0
10302026-06-08T20:17:54.918Z Downloaded subtle v2.6.1
10312026-06-08T20:17:54.918Z Downloaded structmeta-derive v0.3.0
10322026-06-08T20:17:54.918Z Downloaded strum v0.26.3
10332026-06-08T20:17:54.918Z Downloaded strsim v0.10.0
10342026-06-08T20:17:54.918Z Downloaded itertools v0.10.5
10352026-06-08T20:17:54.924Z Downloaded slog-async v2.8.0
10362026-06-08T20:17:54.924Z Downloaded rustls-pki-types v1.14.0
10372026-06-08T20:17:54.924Z Downloaded aes-gcm v0.10.3
10382026-06-08T20:17:54.924Z Downloaded aes v0.8.4
10392026-06-08T20:17:54.928Z Downloaded rcgen v0.12.1
10402026-06-08T20:17:54.928Z Downloaded prettyplease v0.2.37
10412026-06-08T20:17:54.928Z Downloaded simd-adler32 v0.3.8
10422026-06-08T20:17:54.935Z Downloaded slog-json v2.6.1
10432026-06-08T20:17:54.935Z Downloaded minimal-lexical v0.2.1
10442026-06-08T20:17:54.935Z Downloaded take_mut v0.2.2
10452026-06-08T20:17:54.935Z Downloaded termtree v0.5.1
10462026-06-08T20:17:54.935Z Downloaded tap v1.0.1
10472026-06-08T20:17:54.938Z Downloaded tabwriter v1.4.1
10482026-06-08T20:17:54.938Z Downloaded tabled_derive v0.11.0
10492026-06-08T20:17:54.938Z Downloaded strip-ansi-escapes v0.2.1
10502026-06-08T20:17:54.938Z Downloaded slog-dtrace v0.3.0
10512026-06-08T20:17:54.938Z Downloaded slab v0.4.12
10522026-06-08T20:17:54.942Z Downloaded serde_cbor v0.11.2
10532026-06-08T20:17:54.942Z Downloaded tagptr v0.2.0
10542026-06-08T20:17:54.942Z Downloaded sqlparser_derive v0.5.0
10552026-06-08T20:17:54.947Z Downloaded shlex v1.3.0
10562026-06-08T20:17:54.947Z Downloaded num-bigint v0.4.6
10572026-06-08T20:17:54.947Z Downloaded thread-id v5.1.0
10582026-06-08T20:17:54.950Z Downloaded smf v0.2.3
10592026-06-08T20:17:54.950Z Downloaded smallvec v0.6.14
10602026-06-08T20:17:54.950Z Downloaded slog-term v2.9.2
10612026-06-08T20:17:54.950Z Downloaded slog-stdlog v4.1.1
10622026-06-08T20:17:54.955Z Downloaded slog-scope v4.4.1
10632026-06-08T20:17:54.955Z Downloaded testing_table v0.3.0
10642026-06-08T20:17:54.955Z Downloaded sync_wrapper v1.0.2
10652026-06-08T20:17:54.955Z Downloaded ron v0.8.1
10662026-06-08T20:17:54.959Z Downloaded crossterm v0.28.1
10672026-06-08T20:17:54.964Z Downloaded sqlformat v0.3.5
10682026-06-08T20:17:54.964Z Downloaded time-core v0.1.8
10692026-06-08T20:17:54.968Z Downloaded string_cache v0.8.9
10702026-06-08T20:17:54.968Z Downloaded spki v0.7.3
10712026-06-08T20:17:54.968Z Downloaded scroll v0.13.0
10722026-06-08T20:17:54.968Z Downloaded progenitor-impl v0.11.2
10732026-06-08T20:17:54.971Z Downloaded static_assertions v1.1.0
10742026-06-08T20:17:54.971Z Downloaded serde_with_macros v3.17.0
10752026-06-08T20:17:54.971Z Downloaded mio v1.2.0
10762026-06-08T20:17:54.974Z Downloaded hashbrown v0.16.1
10772026-06-08T20:17:54.979Z Downloaded hashbrown v0.15.5
10782026-06-08T20:17:54.983Z Downloaded support-bundle-viewer v0.1.2
10792026-06-08T20:17:54.983Z Downloaded supports-color v3.0.2
10802026-06-08T20:17:54.983Z Downloaded strum_macros v0.27.2
10812026-06-08T20:17:54.983Z Downloaded tokio-macros v2.7.0
10822026-06-08T20:17:54.987Z Downloaded tinyvec_macros v0.1.1
10832026-06-08T20:17:54.987Z Downloaded stacker v0.1.23
10842026-06-08T20:17:54.987Z Downloaded strum_macros v0.26.4
10852026-06-08T20:17:54.992Z Downloaded hyper-util v0.1.20
10862026-06-08T20:17:54.992Z Downloaded strum_macros v0.24.3
10872026-06-08T20:17:55.002Z Downloaded nom v7.1.3
10882026-06-08T20:17:55.006Z Downloaded rayon-core v1.13.0
10892026-06-08T20:17:55.006Z Downloaded sync-ptr v0.1.4
10902026-06-08T20:17:55.006Z Downloaded snafu-derive v0.8.9
10912026-06-08T20:17:55.006Z Downloaded schemars v0.8.22
10922026-06-08T20:17:55.010Z Downloaded spin v0.9.8
10932026-06-08T20:17:55.010Z Downloaded pretty_assertions v1.4.1
10942026-06-08T20:17:55.010Z Downloaded ryu v1.0.23
10952026-06-08T20:17:55.013Z Downloaded hickory-server v0.25.2
10962026-06-08T20:17:55.013Z Downloaded thiserror-impl-no-std v2.0.2
10972026-06-08T20:17:55.018Z Downloaded termios v0.3.3
10982026-06-08T20:17:55.018Z Downloaded serde_yaml v0.9.34+deprecated
10992026-06-08T20:17:55.018Z Downloaded qorb v0.4.1
11002026-06-08T20:17:55.021Z Downloaded thread_local v1.1.9
11012026-06-08T20:17:55.024Z Downloaded quinn v0.11.9
11022026-06-08T20:17:55.028Z Downloaded thiserror-no-std v2.0.2
11032026-06-08T20:17:55.031Z Downloaded signal-hook v0.3.18
11042026-06-08T20:17:55.034Z Downloaded time-macros v0.2.27
11052026-06-08T20:17:55.034Z Downloaded tls_codec_derive v0.4.2
11062026-06-08T20:17:55.037Z Downloaded try-lock v0.2.5
11072026-06-08T20:17:55.037Z Downloaded tower-layer v0.3.3
11082026-06-08T20:17:55.037Z Downloaded topological-sort v0.2.2
11092026-06-08T20:17:55.043Z Downloaded rustls-platform-verifier v0.6.2
11102026-06-08T20:17:55.043Z Downloaded tiny-keccak v2.0.2
11112026-06-08T20:17:55.047Z Downloaded iri-string v0.7.10
11122026-06-08T20:17:55.047Z Downloaded bindgen v0.71.1
11132026-06-08T20:17:55.055Z Downloaded unarray v0.1.4
11142026-06-08T20:17:55.058Z Downloaded typify-macro v0.6.2
11152026-06-08T20:17:55.058Z Downloaded tokio-native-tls v0.3.1
11162026-06-08T20:17:55.059Z Downloaded tokio-dtrace v0.1.1
11172026-06-08T20:17:55.059Z Downloaded tls_codec v0.4.2
11182026-06-08T20:17:55.059Z Downloaded slog v2.8.2
11192026-06-08T20:17:55.059Z Downloaded similar v2.7.0
11202026-06-08T20:17:55.063Z Downloaded stringprep v0.1.5
11212026-06-08T20:17:55.066Z Downloaded rand v0.8.6
11222026-06-08T20:17:55.069Z Downloaded typify-macro v0.4.3
11232026-06-08T20:17:55.072Z Downloaded tokio-rustls v0.25.0
11242026-06-08T20:17:55.072Z Downloaded universal-hash v0.5.1
11252026-06-08T20:17:55.072Z Downloaded unit-prefix v0.5.2
11262026-06-08T20:17:55.072Z Downloaded unicode-truncate v1.1.0
11272026-06-08T20:17:55.079Z Downloaded tokio-tungstenite v0.23.1
11282026-06-08T20:17:55.079Z Downloaded trait-variant v0.1.2
11292026-06-08T20:17:55.079Z Downloaded tokio-tungstenite v0.21.0
11302026-06-08T20:17:55.082Z Downloaded socket2 v0.6.3
11312026-06-08T20:17:55.082Z Downloaded usdt-attr-macro v0.6.0
11322026-06-08T20:17:55.086Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-06-08T20:17:55.086Z Downloaded schemars v0.9.0
11342026-06-08T20:17:55.090Z Downloaded utf-8 v0.7.6
11352026-06-08T20:17:55.093Z Downloaded term v1.2.1
11362026-06-08T20:17:55.093Z Downloaded usdt v0.6.0
11372026-06-08T20:17:55.097Z Downloaded untrusted v0.9.0
11382026-06-08T20:17:55.097Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-06-08T20:17:55.097Z Downloaded rsa v0.9.10
11402026-06-08T20:17:55.101Z Downloaded term v0.7.0
11412026-06-08T20:17:55.101Z Downloaded rand v0.9.2
11422026-06-08T20:17:55.104Z Downloaded untrusted v0.7.1
11432026-06-08T20:17:55.104Z Downloaded toml_writer v1.0.6+spec-1.1.0
11442026-06-08T20:17:55.107Z Downloaded want v0.3.1
11452026-06-08T20:17:55.107Z Downloaded waitgroup v0.1.2
11462026-06-08T20:17:55.107Z Downloaded wait-timeout v0.2.1
11472026-06-08T20:17:55.107Z Downloaded tower-service v0.3.3
11482026-06-08T20:17:55.113Z Downloaded socket2 v0.5.10
11492026-06-08T20:17:55.113Z Downloaded void v1.0.2
11502026-06-08T20:17:55.116Z Downloaded libxml v0.3.3
11512026-06-08T20:17:55.116Z Downloaded rustls-webpki v0.103.9
11522026-06-08T20:17:55.120Z Downloaded hyper v1.8.1
11532026-06-08T20:17:55.124Z Downloaded unicase v2.9.0
11542026-06-08T20:17:55.124Z Downloaded h2 v0.4.13
11552026-06-08T20:17:55.129Z Downloaded tui-tree-widget v0.23.1
11562026-06-08T20:17:55.129Z Downloaded tokio-rustls v0.24.1
11572026-06-08T20:17:55.129Z Downloaded aho-corasick v1.1.4
11582026-06-08T20:17:55.134Z Downloaded tokio-rustls v0.26.4
11592026-06-08T20:17:55.137Z Downloaded nom v8.0.0
11602026-06-08T20:17:55.147Z Downloaded snafu v0.8.9
11612026-06-08T20:17:55.153Z Downloaded xshell-macros v0.2.7
11622026-06-08T20:17:55.153Z Downloaded samael v0.0.19
11632026-06-08T20:17:55.153Z Downloaded publicsuffix v2.3.0
11642026-06-08T20:17:55.156Z Downloaded uzers v0.12.2
11652026-06-08T20:17:55.156Z Downloaded usdt-macro v0.6.0
11662026-06-08T20:17:55.156Z Downloaded zeroize_derive v1.4.3
11672026-06-08T20:17:55.156Z Downloaded num-bigint-dig v0.8.6
11682026-06-08T20:17:55.159Z Downloaded xattr v1.6.1
11692026-06-08T20:17:55.160Z Downloaded itertools v0.13.0
11702026-06-08T20:17:55.164Z Downloaded zone_cfg_derive v0.3.1
11712026-06-08T20:17:55.164Z Downloaded vergen-lib v9.1.0
11722026-06-08T20:17:55.164Z Downloaded itertools v0.12.1
11732026-06-08T20:17:55.167Z Downloaded tinyvec v1.10.0
11742026-06-08T20:17:55.171Z Downloaded test-strategy v0.4.5
11752026-06-08T20:17:55.175Z Downloaded whoami v2.1.0
11762026-06-08T20:17:55.175Z Downloaded rand v0.10.0
11772026-06-08T20:17:55.179Z Downloaded vergen-lib v0.1.6
11782026-06-08T20:17:55.179Z Downloaded vergen-gitcl v1.0.8
11792026-06-08T20:17:55.179Z Downloaded vergen-git2 v9.1.0
11802026-06-08T20:17:55.179Z Downloaded tracing-attributes v0.1.31
11812026-06-08T20:17:55.183Z Downloaded p521 v0.13.3
11822026-06-08T20:17:55.183Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-06-08T20:17:55.183Z Downloaded libm v0.2.16
11842026-06-08T20:17:55.189Z Downloaded wyz v0.5.1
11852026-06-08T20:17:55.206Z Downloaded whoami v1.6.1
11862026-06-08T20:17:55.206Z Downloaded twox-hash v2.1.2
11872026-06-08T20:17:55.206Z Downloaded itertools v0.14.0
11882026-06-08T20:17:55.210Z Downloaded tokio-stream v0.1.18
11892026-06-08T20:17:55.210Z Downloaded usdt-impl v0.6.0
11902026-06-08T20:17:55.210Z Downloaded subprocess v0.2.15
11912026-06-08T20:17:55.210Z Downloaded schemars v1.2.1
11922026-06-08T20:17:55.214Z Downloaded zeroize v1.8.2
11932026-06-08T20:17:55.214Z Downloaded xshell v0.2.7
11942026-06-08T20:17:55.219Z Downloaded zone v0.3.1
11952026-06-08T20:17:55.219Z Downloaded toml v0.7.8
11962026-06-08T20:17:55.219Z Downloaded zstd-safe v7.2.4
11972026-06-08T20:17:55.219Z Downloaded futures-util v0.3.32
11982026-06-08T20:17:55.223Z Downloaded zstd v0.13.3
11992026-06-08T20:17:55.228Z Downloaded vsss-rs v3.3.4
12002026-06-08T20:17:55.231Z Downloaded vergen v9.1.0
12012026-06-08T20:17:55.231Z Downloaded russh v0.45.0
12022026-06-08T20:17:55.234Z Downloaded walkdir v2.5.0
12032026-06-08T20:17:55.237Z Downloaded tracing-core v0.1.36
12042026-06-08T20:17:55.237Z Downloaded toml v1.0.6+spec-1.1.0
12052026-06-08T20:17:55.240Z Downloaded tar v0.4.45
12062026-06-08T20:17:55.244Z Downloaded unicode-properties v0.1.4
12072026-06-08T20:17:55.247Z Downloaded unicode-bidi v0.3.18
12082026-06-08T20:17:55.247Z Downloaded blake3 v1.8.3
12092026-06-08T20:17:55.251Z Downloaded steno v0.4.1
12102026-06-08T20:17:55.255Z Downloaded serde_with v1.14.0
12112026-06-08T20:17:55.259Z Downloaded zerocopy v0.6.6
12122026-06-08T20:17:55.259Z Downloaded uuid v1.23.0
12132026-06-08T20:17:55.263Z Downloaded typify v0.4.3
12142026-06-08T20:17:55.263Z Downloaded typify v0.6.2
12152026-06-08T20:17:55.266Z Downloaded tungstenite v0.23.0
12162026-06-08T20:17:55.269Z Downloaded iddqd v0.4.2
12172026-06-08T20:17:55.272Z Downloaded rustyline v14.0.0
12182026-06-08T20:17:55.275Z Downloaded yasna v0.5.2
12192026-06-08T20:17:55.280Z Downloaded hkdf v0.12.4
12202026-06-08T20:17:55.286Z Downloaded bitvec v1.0.1
12212026-06-08T20:17:55.290Z Downloaded vte v0.14.1
12222026-06-08T20:17:55.293Z Downloaded unsafe-libyaml v0.2.11
12232026-06-08T20:17:55.293Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-06-08T20:17:55.303Z Downloaded zopfli v0.8.3
12252026-06-08T20:17:55.306Z Downloaded aws-lc-rs v1.16.3
12262026-06-08T20:17:55.313Z Downloaded tungstenite v0.21.0
12272026-06-08T20:17:55.317Z Downloaded reedline v0.40.0
12282026-06-08T20:17:55.330Z Downloaded yansi v1.0.1
12292026-06-08T20:17:55.334Z Downloaded rpassword v7.4.0
12302026-06-08T20:17:55.339Z Downloaded reqwest v0.12.28
12312026-06-08T20:17:55.355Z Downloaded reqwest v0.13.2
12322026-06-08T20:17:55.359Z Downloaded ssh-key v0.6.7
12332026-06-08T20:17:55.362Z Downloaded unicode_categories v0.1.1
12342026-06-08T20:17:55.367Z Downloaded p384 v0.13.1
12352026-06-08T20:17:55.367Z Downloaded tokio-postgres v0.7.16
12362026-06-08T20:17:55.370Z Downloaded zip v0.6.6
12372026-06-08T20:17:55.373Z Downloaded lalrpop v0.19.12
12382026-06-08T20:17:55.379Z Downloaded quick-xml v0.37.5
12392026-06-08T20:17:55.382Z Downloaded toml_edit v0.19.15
12402026-06-08T20:17:55.391Z Downloaded x509-cert v0.2.5
12412026-06-08T20:17:55.394Z Downloaded rustls-webpki v0.101.7
12422026-06-08T20:17:55.402Z Downloaded salty v0.3.0
12432026-06-08T20:17:55.405Z Downloaded rayon v1.11.0
12442026-06-08T20:17:55.411Z Downloaded portable-atomic v1.13.1
12452026-06-08T20:17:55.415Z Downloaded unicode-normalization v0.1.25
12462026-06-08T20:17:55.418Z Downloaded tower v0.5.3
12472026-06-08T20:17:55.422Z Downloaded moka v0.12.13
12482026-06-08T20:17:55.431Z Downloaded unicode-segmentation v1.12.0
12492026-06-08T20:17:55.434Z Downloaded curve25519-dalek v4.1.3
12502026-06-08T20:17:55.434Z Downloaded tower-http v0.6.8
12512026-06-08T20:17:55.439Z Downloaded rustls-webpki v0.102.8
12522026-06-08T20:17:55.448Z Downloaded object v0.30.4
12532026-06-08T20:17:55.459Z Downloaded typed-path v0.9.3
12542026-06-08T20:17:55.462Z Downloaded regex v1.12.3
12552026-06-08T20:17:55.462Z Downloaded zip v4.6.1
12562026-06-08T20:17:55.466Z Downloaded proptest v1.10.0
12572026-06-08T20:17:55.473Z Downloaded tough v0.22.0
12582026-06-08T20:17:55.476Z Downloaded tokio-util v0.7.18
12592026-06-08T20:17:55.481Z Downloaded goblin v0.10.5
12602026-06-08T20:17:55.485Z Downloaded petname v2.0.2
12612026-06-08T20:17:55.497Z Downloaded zerocopy-derive v0.8.40
12622026-06-08T20:17:55.497Z Downloaded nix v0.27.1
12632026-06-08T20:17:55.501Z Downloaded winnow v0.6.26
12642026-06-08T20:17:55.501Z Downloaded quinn-proto v0.11.13
12652026-06-08T20:17:55.506Z Downloaded serde_with v3.17.0
12662026-06-08T20:17:55.518Z Downloaded git2 v0.20.4
12672026-06-08T20:17:55.522Z Downloaded winnow v0.5.40
12682026-06-08T20:17:55.526Z Downloaded bstr v1.12.1
12692026-06-08T20:17:55.537Z Downloaded radix_trie v0.2.1
12702026-06-08T20:17:55.558Z Downloaded openssl v0.10.79
12712026-06-08T20:17:55.564Z Downloaded nix v0.28.0
12722026-06-08T20:17:55.569Z Downloaded time v0.3.47
12732026-06-08T20:17:55.579Z Downloaded tabled v0.20.0
12742026-06-08T20:17:55.583Z Downloaded polar-core v0.27.3
12752026-06-08T20:17:55.588Z Downloaded zlib-rs v0.6.2
12762026-06-08T20:17:55.592Z Downloaded smoltcp v0.9.1
12772026-06-08T20:17:55.599Z Downloaded regex-syntax v0.6.29
12782026-06-08T20:17:55.603Z Downloaded diesel v2.3.7
12792026-06-08T20:17:55.614Z Downloaded webpki-roots v1.0.6
12802026-06-08T20:17:55.617Z Downloaded dropshot v0.17.0
12812026-06-08T20:17:55.638Z Downloaded rustls v0.21.12
12822026-06-08T20:17:55.642Z Downloaded hickory-proto v0.24.4
12832026-06-08T20:17:55.646Z Downloaded smoltcp v0.11.0
12842026-06-08T20:17:55.650Z Downloaded hickory-proto v0.25.2
12852026-06-08T20:17:55.658Z Downloaded zerocopy v0.8.40
12862026-06-08T20:17:55.666Z Downloaded regress v0.10.5
12872026-06-08T20:17:55.681Z Downloaded rustls v0.23.37
12882026-06-08T20:17:55.699Z Downloaded rustix v0.38.44
12892026-06-08T20:17:55.704Z Downloaded regress v0.11.1
12902026-06-08T20:17:55.704Z Downloaded openapiv3 v2.2.0
12912026-06-08T20:17:55.704Z Downloaded rustls v0.22.4
12922026-06-08T20:17:55.710Z Downloaded regex-syntax v0.8.10
12932026-06-08T20:17:55.715Z Downloaded object v0.37.3
12942026-06-08T20:17:55.722Z Downloaded vcpkg v0.2.15
12952026-06-08T20:17:55.738Z Downloaded nix v0.31.2
12962026-06-08T20:17:55.767Z Downloaded typify-impl v0.6.2
12972026-06-08T20:17:55.776Z Downloaded sqlparser v0.61.0
12982026-06-08T20:17:55.780Z Downloaded ratatui v0.29.0
12992026-06-08T20:17:55.791Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-06-08T20:17:55.798Z Downloaded sled v0.34.7
13012026-06-08T20:17:55.806Z Downloaded tracing v0.1.44
13022026-06-08T20:17:55.819Z Downloaded zerocopy-derive v0.6.6
13032026-06-08T20:17:55.827Z Downloaded typify-impl v0.4.3
13042026-06-08T20:17:55.832Z Downloaded petgraph v0.6.5
13052026-06-08T20:17:55.844Z Downloaded chrono-tz v0.10.4
13062026-06-08T20:17:55.856Z Downloaded jiff v0.2.21
13072026-06-08T20:17:55.865Z Downloaded regex-automata v0.4.14
13082026-06-08T20:17:55.908Z Downloaded tokio v1.52.1
13092026-06-08T20:17:55.931Z Downloaded petgraph v0.8.3
13102026-06-08T20:17:55.959Z Downloaded libz-sys v1.1.24
13112026-06-08T20:17:55.970Z Downloaded csv v1.4.0
13122026-06-08T20:17:55.986Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-08T20:17:55.998Z Downloaded sha3 v0.10.8
13142026-06-08T20:17:56.017Z Downloaded ring v0.17.14
13152026-06-08T20:17:56.042Z Downloaded encoding_rs v0.8.35
13162026-06-08T20:17:56.080Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-08T20:17:56.521Z Downloaded aws-lc-sys v0.40.0
13182026-06-08T20:17:56.773Z Compiling libc v0.2.185
13192026-06-08T20:17:56.773Z Compiling serde v1.0.228
13202026-06-08T20:17:56.779Z Compiling log v0.4.29
13212026-06-08T20:17:56.779Z Compiling shlex v1.3.0
13222026-06-08T20:17:56.779Z Compiling find-msvc-tools v0.1.9
13232026-06-08T20:17:56.910Z Compiling smallvec v1.15.1
13242026-06-08T20:17:56.928Z Compiling syn v2.0.117
13252026-06-08T20:17:56.948Z Compiling typenum v1.19.0
13262026-06-08T20:17:57.105Z Compiling generic-array v0.14.7
13272026-06-08T20:17:57.121Z Compiling subtle v2.6.1
13282026-06-08T20:17:57.143Z Compiling scopeguard v1.2.0
13292026-06-08T20:17:57.180Z Compiling const-oid v0.9.6
13302026-06-08T20:17:57.240Z Compiling lock_api v0.4.14
13312026-06-08T20:17:57.254Z Compiling serde_json v1.0.149
13322026-06-08T20:17:57.287Z Compiling zerocopy v0.8.40
13332026-06-08T20:17:57.355Z Compiling parking_lot_core v0.9.12
13342026-06-08T20:17:57.595Z Compiling pin-project-lite v0.2.17
13352026-06-08T20:17:57.665Z Compiling portable-atomic v1.13.1
13362026-06-08T20:17:57.710Z Compiling pkg-config v0.3.32
13372026-06-08T20:17:57.827Z Compiling bitflags v2.11.0
13382026-06-08T20:17:57.903Z Compiling getrandom v0.2.17
13392026-06-08T20:17:57.937Z Compiling jobserver v0.1.34
13402026-06-08T20:17:58.021Z Compiling errno v0.3.14
13412026-06-08T20:17:58.121Z Compiling rand_core v0.6.4
13422026-06-08T20:17:58.165Z Compiling cc v1.2.56
13432026-06-08T20:17:58.254Z Compiling signal-hook-registry v1.4.8
13442026-06-08T20:17:58.322Z Compiling futures-core v0.3.32
13452026-06-08T20:17:58.336Z Compiling libm v0.2.16
13462026-06-08T20:17:58.401Z Compiling critical-section v1.2.0
13472026-06-08T20:17:58.477Z Compiling parking_lot v0.12.5
13482026-06-08T20:17:58.511Z Compiling mio v1.2.0
13492026-06-08T20:17:58.529Z Compiling num-traits v0.2.19
13502026-06-08T20:17:58.660Z Compiling once_cell v1.21.3
13512026-06-08T20:17:58.707Z Compiling percent-encoding v2.3.2
13522026-06-08T20:17:58.852Z Compiling socket2 v0.6.3
13532026-06-08T20:17:58.872Z Compiling futures-sink v0.3.32
13542026-06-08T20:17:58.885Z Compiling slab v0.4.12
13552026-06-08T20:17:58.901Z Compiling futures-task v0.3.32
13562026-06-08T20:17:59.002Z Compiling futures-channel v0.3.32
13572026-06-08T20:17:59.016Z Compiling getrandom v0.4.1
13582026-06-08T20:17:59.068Z Compiling cpufeatures v0.2.17
13592026-06-08T20:17:59.081Z Compiling futures-io v0.3.32
13602026-06-08T20:17:59.147Z Compiling rand_core v0.10.0
13612026-06-08T20:17:59.229Z Compiling indexmap v2.14.0
13622026-06-08T20:17:59.244Z Compiling getrandom v0.3.4
13632026-06-08T20:17:59.263Z Compiling rustversion v1.0.22
13642026-06-08T20:17:59.316Z Compiling cmake v0.1.57
13652026-06-08T20:17:59.658Z Compiling form_urlencoded v1.2.2
13662026-06-08T20:17:59.726Z Compiling dunce v1.0.5
13672026-06-08T20:17:59.767Z Compiling fs_extra v1.3.0
13682026-06-08T20:17:59.839Z Compiling synstructure v0.13.2
13692026-06-08T20:17:59.853Z Compiling ident_case v1.0.1
13702026-06-08T20:17:59.898Z Compiling base64ct v1.8.3
13712026-06-08T20:17:59.972Z Compiling iana-time-zone v0.1.65
13722026-06-08T20:18:00.035Z Compiling aws-lc-sys v0.40.0
13732026-06-08T20:18:00.172Z Compiling pem-rfc7468 v0.7.0
13742026-06-08T20:18:00.191Z Compiling regex-syntax v0.8.10
13752026-06-08T20:18:00.212Z Compiling rustix v1.1.3
13762026-06-08T20:18:00.229Z Compiling flagset v0.4.7
13772026-06-08T20:18:00.359Z Compiling rand_core v0.9.5
13782026-06-08T20:18:00.395Z Compiling ring v0.17.14
13792026-06-08T20:18:00.450Z Compiling vcpkg v0.2.15
13802026-06-08T20:18:00.491Z Compiling aws-lc-rs v1.16.3
13812026-06-08T20:18:00.646Z Compiling uuid v1.23.0
13822026-06-08T20:18:00.781Z Compiling rustc_version v0.4.1
13832026-06-08T20:18:01.112Z Compiling tracing-core v0.1.36
13842026-06-08T20:18:01.195Z Compiling openssl-sys v0.9.115
13852026-06-08T20:18:01.357Z Compiling base64 v0.22.1
13862026-06-08T20:18:01.598Z Compiling serde_derive v1.0.228
13872026-06-08T20:18:01.667Z Compiling zeroize_derive v1.4.3
13882026-06-08T20:18:01.681Z Compiling zerofrom-derive v0.1.6
13892026-06-08T20:18:01.718Z Compiling yoke-derive v0.8.1
13902026-06-08T20:18:01.967Z Compiling zerocopy-derive v0.8.40
13912026-06-08T20:18:02.324Z Compiling zeroize v1.8.2
13922026-06-08T20:18:02.582Z Compiling zerovec-derive v0.11.2
13932026-06-08T20:18:02.873Z Compiling displaydoc v0.2.5
13942026-06-08T20:18:03.119Z Compiling crypto-common v0.1.7
13952026-06-08T20:18:03.136Z Compiling zerofrom v0.1.6
13962026-06-08T20:18:03.244Z Compiling yoke v0.8.1
13972026-06-08T20:18:03.279Z Compiling block-buffer v0.10.4
13982026-06-08T20:18:03.430Z Compiling digest v0.10.7
13992026-06-08T20:18:03.443Z Compiling tokio-macros v2.7.0
14002026-06-08T20:18:03.606Z Compiling zerotrie v0.2.3
14012026-06-08T20:18:03.668Z Compiling futures-macro v0.3.32
14022026-06-08T20:18:03.683Z Compiling zerovec v0.11.5
14032026-06-08T20:18:03.893Z Compiling hmac v0.12.1
14042026-06-08T20:18:04.045Z Compiling block-padding v0.3.3
14052026-06-08T20:18:04.149Z Compiling tinystr v0.8.2
14062026-06-08T20:18:04.170Z Compiling potential_utf v0.1.4
14072026-06-08T20:18:04.199Z Compiling inout v0.1.4
14082026-06-08T20:18:04.323Z Compiling icu_locale_core v2.1.1
14092026-06-08T20:18:04.343Z Compiling icu_collections v2.1.1
14102026-06-08T20:18:04.359Z Compiling cipher v0.4.4
14112026-06-08T20:18:04.448Z Compiling futures-util v0.3.32
14122026-06-08T20:18:04.613Z Compiling sha2 v0.10.9
14132026-06-08T20:18:04.805Z Compiling der_derive v0.7.3
14142026-06-08T20:18:05.052Z Compiling bytes v1.11.1
14152026-06-08T20:18:05.069Z Compiling icu_provider v2.1.1
14162026-06-08T20:18:05.180Z Compiling chrono v0.4.44
14172026-06-08T20:18:05.374Z Compiling icu_normalizer v2.1.1
14182026-06-08T20:18:06.056Z Compiling tokio v1.52.1
14192026-06-08T20:18:06.059Z Compiling icu_properties v2.1.2
14202026-06-08T20:18:06.059Z Compiling der v0.7.10
14212026-06-08T20:18:06.059Z Compiling http v1.4.0
14222026-06-08T20:18:06.389Z Compiling ppv-lite86 v0.2.21
14232026-06-08T20:18:06.554Z Compiling salsa20 v0.10.2
14242026-06-08T20:18:06.689Z Compiling idna_adapter v1.2.1
14252026-06-08T20:18:06.704Z Compiling spki v0.7.3
14262026-06-08T20:18:06.718Z Compiling pbkdf2 v0.12.2
14272026-06-08T20:18:06.803Z Compiling idna v1.1.0
14282026-06-08T20:18:06.821Z Compiling rustls-pki-types v1.14.0
14292026-06-08T20:18:06.835Z Compiling thiserror-impl v2.0.18
14302026-06-08T20:18:06.852Z Compiling tracing-attributes v0.1.31
14312026-06-08T20:18:06.900Z Compiling scrypt v0.11.0
14322026-06-08T20:18:07.073Z Compiling rand_chacha v0.9.0
14332026-06-08T20:18:07.142Z Compiling url v2.5.8
14342026-06-08T20:18:07.256Z Compiling http-body v1.0.1
14352026-06-08T20:18:07.406Z Compiling aes v0.8.4
14362026-06-08T20:18:07.473Z Compiling cbc v0.1.2
14372026-06-08T20:18:07.688Z Compiling untrusted v0.7.1
14382026-06-08T20:18:07.801Z Compiling openssl-probe v0.2.1
14392026-06-08T20:18:07.814Z Compiling tinyvec_macros v0.1.1
14402026-06-08T20:18:07.883Z Compiling untrusted v0.9.0
14412026-06-08T20:18:07.963Z Compiling httparse v1.10.1
14422026-06-08T20:18:08.008Z Compiling tinyvec v1.10.0
14432026-06-08T20:18:08.158Z Compiling thiserror v2.0.18
14442026-06-08T20:18:08.179Z Compiling tracing v0.1.44
14452026-06-08T20:18:08.261Z Compiling pkcs5 v0.7.1
14462026-06-08T20:18:08.341Z Compiling pest_generator v2.8.6
14472026-06-08T20:18:08.346Z Compiling rand v0.9.2
14482026-06-08T20:18:08.442Z Compiling serde_derive_internals v0.29.1
14492026-06-08T20:18:08.477Z Compiling aho-corasick v1.1.4
14502026-06-08T20:18:08.729Z Compiling tower-layer v0.3.3
14512026-06-08T20:18:08.892Z Compiling schemars v0.8.22
14522026-06-08T20:18:09.024Z Compiling rustls v0.23.37
14532026-06-08T20:18:09.110Z Compiling atomic-waker v1.1.2
14542026-06-08T20:18:09.129Z Compiling dyn-clone v1.0.20
14552026-06-08T20:18:09.190Z Compiling try-lock v0.2.5
14562026-06-08T20:18:09.207Z Compiling tower-service v0.3.3
14572026-06-08T20:18:09.264Z Compiling regex-automata v0.4.14
14582026-06-08T20:18:09.293Z Compiling want v0.3.1
14592026-06-08T20:18:09.321Z Compiling schemars_derive v0.8.22
14602026-06-08T20:18:09.338Z Compiling pest_derive v2.8.6
14612026-06-08T20:18:09.454Z Compiling tokio-util v0.7.18
14622026-06-08T20:18:09.732Z Compiling pkcs8 v0.10.2
14632026-06-08T20:18:10.031Z Compiling ipnet v2.11.0
14642026-06-08T20:18:10.035Z Compiling scroll_derive v0.13.1
14652026-06-08T20:18:10.121Z Compiling h2 v0.4.13
14662026-06-08T20:18:10.468Z Compiling darling_core v0.20.11
14672026-06-08T20:18:10.521Z Compiling pin-utils v0.1.0
14682026-06-08T20:18:10.542Z Compiling httpdate v1.0.3
14692026-06-08T20:18:10.589Z Compiling foreign-types-shared v0.1.1
14702026-06-08T20:18:10.677Z Compiling openssl v0.10.79
14712026-06-08T20:18:10.758Z Compiling foreign-types v0.3.2
14722026-06-08T20:18:10.815Z Compiling scroll v0.13.0
14732026-06-08T20:18:10.924Z Compiling tempfile v3.25.0
14742026-06-08T20:18:11.077Z Compiling unicode-normalization v0.1.25
14752026-06-08T20:18:11.345Z Compiling openssl-macros v0.1.1
14762026-06-08T20:18:11.521Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-08T20:18:11.696Z Compiling spin v0.9.8
14782026-06-08T20:18:11.725Z Compiling num-conv v0.2.0
14792026-06-08T20:18:11.855Z Compiling crc32fast v1.5.0
14802026-06-08T20:18:11.895Z Compiling time-core v0.1.8
14812026-06-08T20:18:11.907Z Compiling native-tls v0.2.18
14822026-06-08T20:18:12.039Z Compiling powerfmt v0.2.0
14832026-06-08T20:18:12.101Z Compiling time-macros v0.2.27
14842026-06-08T20:18:12.175Z Compiling deranged v0.5.8
14852026-06-08T20:18:12.726Z Compiling darling_macro v0.20.11
14862026-06-08T20:18:13.174Z Compiling hyper v1.8.1
14872026-06-08T20:18:13.188Z Compiling darling v0.20.11
14882026-06-08T20:18:13.209Z Compiling goblin v0.10.5
14892026-06-08T20:18:13.272Z Compiling rustls-native-certs v0.8.3
14902026-06-08T20:18:13.331Z Compiling sync_wrapper v1.0.2
14912026-06-08T20:18:13.437Z Compiling wait-timeout v0.2.1
14922026-06-08T20:18:13.554Z Compiling siphasher v1.0.2
14932026-06-08T20:18:13.702Z Compiling bit-vec v0.8.0
14942026-06-08T20:18:13.741Z Compiling crossbeam-utils v0.8.21
14952026-06-08T20:18:13.932Z Compiling unicode-segmentation v1.12.0
14962026-06-08T20:18:14.019Z Compiling usdt-impl v0.6.0
14972026-06-08T20:18:14.040Z Compiling syn v1.0.109
14982026-06-08T20:18:14.216Z Compiling num_threads v0.1.7
14992026-06-08T20:18:14.302Z Compiling hyper-util v0.1.20
15002026-06-08T20:18:14.316Z Compiling simd-adler32 v0.3.8
15012026-06-08T20:18:14.335Z Compiling quick-error v1.2.3
15022026-06-08T20:18:14.439Z Compiling rusty-fork v0.3.1
15032026-06-08T20:18:14.750Z Compiling time v0.3.47
15042026-06-08T20:18:14.818Z Compiling bit-set v0.8.0
15052026-06-08T20:18:14.861Z Compiling tower v0.5.3
15062026-06-08T20:18:14.976Z Compiling derive_builder_core v0.20.2
15072026-06-08T20:18:15.334Z Compiling dtrace-parser v0.3.0
15082026-06-08T20:18:15.399Z Compiling http-body-util v0.1.3
15092026-06-08T20:18:15.640Z Compiling webpki-roots v1.0.6
15102026-06-08T20:18:15.759Z Compiling signature v2.2.0
15112026-06-08T20:18:15.826Z Compiling scroll_derive v0.12.1
15122026-06-08T20:18:15.935Z Compiling dof v0.4.0
15132026-06-08T20:18:15.988Z Compiling thiserror-impl v1.0.69
15142026-06-08T20:18:16.066Z Compiling heapless v0.7.17
15152026-06-08T20:18:16.290Z Compiling rand_xorshift v0.4.0
15162026-06-08T20:18:16.304Z Compiling slog v2.8.2
15172026-06-08T20:18:16.449Z Compiling darling_core v0.21.3
15182026-06-08T20:18:16.472Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-08T20:18:16.487Z Compiling thread-id v5.1.0
15202026-06-08T20:18:16.565Z Compiling cookie v0.18.1
15212026-06-08T20:18:16.738Z Compiling ryu v1.0.23
15222026-06-08T20:18:16.753Z Compiling adler2 v2.0.1
15232026-06-08T20:18:16.876Z Compiling unicode-bidi v0.3.18
15242026-06-08T20:18:16.910Z Compiling iri-string v0.7.10
15252026-06-08T20:18:17.475Z Compiling unicode-properties v0.1.4
15262026-06-08T20:18:17.480Z Compiling allocator-api2 v0.2.21
15272026-06-08T20:18:17.480Z Compiling signal-hook v0.3.18
15282026-06-08T20:18:17.480Z Compiling unarray v0.1.4
15292026-06-08T20:18:17.480Z Compiling anyhow v1.0.102
15302026-06-08T20:18:17.492Z Compiling paste v1.0.15
15312026-06-08T20:18:17.496Z Compiling zstd-safe v7.2.4
15322026-06-08T20:18:17.561Z Compiling proptest v1.10.0
15332026-06-08T20:18:17.680Z Compiling stringprep v0.1.5
15342026-06-08T20:18:17.788Z Compiling thiserror v1.0.69
15352026-06-08T20:18:17.893Z Compiling serde_urlencoded v0.7.1
15362026-06-08T20:18:17.969Z Compiling miniz_oxide v0.8.9
15372026-06-08T20:18:18.117Z Compiling tower-http v0.6.8
15382026-06-08T20:18:18.528Z Compiling scroll v0.12.0
15392026-06-08T20:18:18.623Z Compiling derive_builder_macro v0.20.2
15402026-06-08T20:18:18.963Z Compiling tokio-native-tls v0.3.1
15412026-06-08T20:18:18.967Z Compiling darling_macro v0.21.3
15422026-06-08T20:18:19.007Z Compiling heck v0.4.1
15432026-06-08T20:18:19.057Z Compiling ipnetwork v0.21.1
15442026-06-08T20:18:19.125Z Compiling bstr v1.12.1
15452026-06-08T20:18:19.230Z Compiling rand_chacha v0.3.1
15462026-06-08T20:18:19.263Z Compiling serde_tokenstream v0.2.3
15472026-06-08T20:18:19.433Z Compiling toml_datetime v0.6.11
15482026-06-08T20:18:19.448Z Compiling serde_spanned v0.6.9
15492026-06-08T20:18:19.570Z Compiling erased-serde v0.3.31
15502026-06-08T20:18:19.587Z Compiling md-5 v0.10.6
15512026-06-08T20:18:19.682Z Compiling pin-project-internal v1.1.11
15522026-06-08T20:18:19.752Z Compiling async-trait v0.1.89
15532026-06-08T20:18:19.765Z Compiling zerocopy-derive v0.7.35
15542026-06-08T20:18:20.021Z Compiling curve25519-dalek v4.1.3
15552026-06-08T20:18:20.044Z Compiling vergen-lib v9.1.0
15562026-06-08T20:18:20.220Z Compiling num-integer v0.1.46
15572026-06-08T20:18:20.755Z Compiling hash32 v0.2.1
15582026-06-08T20:18:20.758Z Compiling ff v0.13.1
15592026-06-08T20:18:20.758Z Compiling memoffset v0.9.1
15602026-06-08T20:18:20.758Z Compiling encoding_rs v0.8.35
15612026-06-08T20:18:20.758Z Compiling smoltcp v0.9.1
15622026-06-08T20:18:20.758Z Compiling fallible-iterator v0.2.0
15632026-06-08T20:18:20.758Z Compiling cfg_aliases v0.2.1
15642026-06-08T20:18:20.770Z Compiling psl-types v2.0.11
15652026-06-08T20:18:20.828Z Compiling rustix v0.38.44
15662026-06-08T20:18:20.891Z Compiling num-bigint-dig v0.8.6
15672026-06-08T20:18:21.009Z Compiling ref-cast v1.0.25
15682026-06-08T20:18:21.050Z Compiling zlib-rs v0.6.2
15692026-06-08T20:18:21.080Z Compiling base16ct v0.2.0
15702026-06-08T20:18:21.172Z Compiling litrs v1.0.0
15712026-06-08T20:18:21.259Z Compiling mime v0.3.17
15722026-06-08T20:18:21.352Z Compiling sec1 v0.7.3
15732026-06-08T20:18:21.621Z Compiling postgres-protocol v0.6.10
15742026-06-08T20:18:21.654Z Compiling publicsuffix v2.3.0
15752026-06-08T20:18:21.678Z Compiling document-features v0.2.12
15762026-06-08T20:18:21.821Z Compiling nix v0.31.2
15772026-06-08T20:18:22.097Z Compiling pin-project v1.1.11
15782026-06-08T20:18:22.180Z Compiling group v0.13.0
15792026-06-08T20:18:22.192Z Compiling zerocopy v0.7.35
15802026-06-08T20:18:22.258Z Compiling num-iter v0.1.45
15812026-06-08T20:18:22.463Z Compiling newtype-uuid v1.3.2
15822026-06-08T20:18:22.749Z Compiling darling v0.21.3
15832026-06-08T20:18:22.749Z Compiling rand v0.8.6
15842026-06-08T20:18:22.782Z Compiling hubpack_derive v0.1.1
15852026-06-08T20:18:22.797Z Compiling oxnet v0.1.5
15862026-06-08T20:18:22.832Z Compiling snafu-derive v0.8.9
15872026-06-08T20:18:22.832Z Compiling hyper-tls v0.6.0
15882026-06-08T20:18:23.052Z Compiling derive_builder v0.20.2
15892026-06-08T20:18:23.217Z Compiling goblin v0.8.2
15902026-06-08T20:18:23.841Z Compiling phf_shared v0.13.1
15912026-06-08T20:18:24.033Z Compiling flate2 v1.1.9
15922026-06-08T20:18:24.079Z Compiling lazy_static v1.5.0
15932026-06-08T20:18:24.143Z Compiling regex v1.12.3
15942026-06-08T20:18:24.175Z Compiling anstyle-parse v0.2.7
15952026-06-08T20:18:24.259Z Compiling strum_macros v0.27.2
15962026-06-08T20:18:24.357Z Compiling futures-executor v0.3.32
15972026-06-08T20:18:24.437Z Compiling hex v0.4.3
15982026-06-08T20:18:24.546Z Compiling hkdf v0.12.4
15992026-06-08T20:18:24.610Z Compiling crypto-bigint v0.5.5
16002026-06-08T20:18:24.702Z Compiling terminal_size v0.4.3
16012026-06-08T20:18:24.716Z Compiling ref-cast-impl v1.0.25
16022026-06-08T20:18:24.730Z Compiling daft-derive v0.1.7
16032026-06-08T20:18:24.841Z Compiling curve25519-dalek-derive v0.1.1
16042026-06-08T20:18:25.258Z Compiling vergen v9.1.0
16052026-06-08T20:18:25.437Z Compiling fs-err v3.3.0
16062026-06-08T20:18:25.450Z Compiling cargo-platform v0.3.2
16072026-06-08T20:18:25.477Z Compiling ahash v0.8.12
16082026-06-08T20:18:25.622Z Compiling managed v0.8.0
16092026-06-08T20:18:25.674Z Compiling foldhash v0.1.5
16102026-06-08T20:18:25.716Z Compiling object v0.37.3
16112026-06-08T20:18:25.831Z Compiling foldhash v0.2.0
16122026-06-08T20:18:25.843Z Compiling bumpalo v3.20.2
16132026-06-08T20:18:25.977Z Compiling winnow v0.5.40
16142026-06-08T20:18:26.043Z Compiling same-file v1.0.6
16152026-06-08T20:18:26.087Z Compiling bitflags v1.3.2
16162026-06-08T20:18:26.164Z Compiling libbz2-rs-sys v0.2.2
16172026-06-08T20:18:26.197Z Compiling clap_builder v4.6.0
16182026-06-08T20:18:26.211Z Compiling strum v0.27.2
16192026-06-08T20:18:26.341Z Compiling walkdir v2.5.0
16202026-06-08T20:18:26.647Z Compiling bzip2 v0.6.1
16212026-06-08T20:18:26.716Z Compiling zopfli v0.8.3
16222026-06-08T20:18:26.858Z Compiling hashbrown v0.16.1
16232026-06-08T20:18:26.885Z Compiling hashbrown v0.15.5
16242026-06-08T20:18:27.360Z Compiling toml_edit v0.19.15
16252026-06-08T20:18:27.463Z Compiling cargo_metadata v0.23.1
16262026-06-08T20:18:27.478Z Compiling elliptic-curve v0.13.8
16272026-06-08T20:18:27.545Z Compiling daft v0.1.7
16282026-06-08T20:18:27.846Z Compiling dof v0.3.0
16292026-06-08T20:18:27.987Z Compiling snafu v0.8.9
16302026-06-08T20:18:28.342Z Compiling futures v0.3.32
16312026-06-08T20:18:28.427Z Compiling anstream v0.6.21
16322026-06-08T20:18:28.563Z Compiling phf v0.13.1
16332026-06-08T20:18:28.720Z Compiling signal-hook-mio v0.2.5
16342026-06-08T20:18:28.817Z Compiling cookie_store v0.22.1
16352026-06-08T20:18:28.837Z Compiling zstd v0.13.3
16362026-06-08T20:18:29.087Z Compiling bzip2 v0.4.4
16372026-06-08T20:18:29.102Z Compiling hubpack v0.1.2
16382026-06-08T20:18:29.596Z Compiling serde_with_macros v3.17.0
16392026-06-08T20:18:29.649Z Compiling postgres-types v0.2.12
16402026-06-08T20:18:29.649Z Compiling usdt-attr-macro v0.6.0
16412026-06-08T20:18:29.898Z Compiling usdt-macro v0.6.0
16422026-06-08T20:18:30.055Z Compiling globset v0.4.18
16432026-06-08T20:18:30.238Z Compiling dtrace-parser v0.2.0
16442026-06-08T20:18:30.290Z Compiling ed25519 v2.2.3
16452026-06-08T20:18:30.466Z Compiling phf_shared v0.11.3
16462026-06-08T20:18:30.500Z Compiling olpc-cjson v0.1.4
16472026-06-08T20:18:30.608Z Compiling pkcs1 v0.7.5
16482026-06-08T20:18:30.643Z Compiling enum-as-inner v0.6.1
16492026-06-08T20:18:30.663Z Compiling strum_macros v0.26.4
16502026-06-08T20:18:30.711Z Compiling clap_derive v4.6.1
16512026-06-08T20:18:30.970Z Compiling serde-big-array v0.5.1
16522026-06-08T20:18:30.992Z Compiling serde_plain v1.0.2
16532026-06-08T20:18:31.114Z Compiling rfc6979 v0.4.0
16542026-06-08T20:18:31.126Z Compiling serde_repr v0.1.20
16552026-06-08T20:18:31.185Z Compiling async-recursion v1.1.1
16562026-06-08T20:18:31.208Z Compiling pem v3.0.6
16572026-06-08T20:18:31.229Z Compiling float-cmp v0.10.0
16582026-06-08T20:18:31.377Z Compiling memmap2 v0.9.10
16592026-06-08T20:18:31.507Z Compiling thread-id v4.2.2
16602026-06-08T20:18:31.586Z Compiling env_filter v1.0.0
16612026-06-08T20:18:31.600Z Compiling keccak v0.1.6
16622026-06-08T20:18:31.636Z Compiling predicates-core v1.0.10
16632026-06-08T20:18:31.811Z Compiling precomputed-hash v0.1.1
16642026-06-08T20:18:31.826Z Compiling normalize-line-endings v0.3.0
16652026-06-08T20:18:31.882Z Compiling data-encoding v2.10.0
16662026-06-08T20:18:31.898Z Compiling typed-path v0.9.3
16672026-06-08T20:18:31.918Z Compiling either v1.15.0
16682026-06-08T20:18:32.121Z Compiling jiff v0.2.21
16692026-06-08T20:18:32.361Z Compiling fixedbitset v0.4.2
16702026-06-08T20:18:32.427Z Compiling difflib v0.4.0
16712026-06-08T20:18:32.498Z Compiling whoami v2.1.0
16722026-06-08T20:18:32.598Z Compiling static_assertions v1.1.0
16732026-06-08T20:18:32.619Z Compiling fixedbitset v0.5.7
16742026-06-08T20:18:32.673Z Compiling new_debug_unreachable v1.0.6
16752026-06-08T20:18:32.748Z Compiling string_cache v0.8.9
16762026-06-08T20:18:32.875Z Compiling petgraph v0.8.3
16772026-06-08T20:18:32.924Z Compiling tokio-postgres v0.7.16
16782026-06-08T20:18:32.974Z Compiling toml_edit v0.22.27
16792026-06-08T20:18:33.007Z Compiling predicates v3.1.4
16802026-06-08T20:18:33.134Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-08T20:18:33.654Z Compiling petgraph v0.6.5
16822026-06-08T20:18:34.564Z Compiling clap v4.6.1
16832026-06-08T20:18:34.567Z Compiling strum v0.26.3
16842026-06-08T20:18:34.567Z Compiling hickory-proto v0.25.2
16852026-06-08T20:18:34.827Z Compiling zip v4.6.1
16862026-06-08T20:18:35.093Z Compiling itertools v0.13.0
16872026-06-08T20:18:35.108Z Compiling sha3 v0.10.8
16882026-06-08T20:18:35.565Z Compiling env_logger v0.11.9
16892026-06-08T20:18:35.665Z Compiling usdt-impl v0.5.0
16902026-06-08T20:18:35.790Z Compiling usdt v0.6.0
16912026-06-08T20:18:35.918Z Compiling ecdsa v0.16.9
16922026-06-08T20:18:35.947Z Compiling rsa v0.9.10
16932026-06-08T20:18:36.456Z Compiling ed25519-dalek v2.2.0
16942026-06-08T20:18:36.459Z Compiling serde_with v3.17.0
16952026-06-08T20:18:36.459Z Compiling crossterm v0.28.1
16962026-06-08T20:18:36.459Z Compiling zip v0.6.6
16972026-06-08T20:18:36.929Z Compiling toml v0.7.8
16982026-06-08T20:18:37.099Z Compiling iddqd v0.4.2
16992026-06-08T20:18:37.852Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-08T20:18:37.957Z Compiling similar v2.7.0
17012026-06-08T20:18:37.985Z Compiling crossbeam-epoch v0.9.18
17022026-06-08T20:18:38.375Z Compiling tokio-stream v0.1.18
17032026-06-08T20:18:38.414Z Compiling buf-list v1.1.2
17042026-06-08T20:18:38.507Z Compiling x509-cert v0.2.5
17052026-06-08T20:18:38.692Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-08T20:18:38.772Z Compiling openapiv3 v2.2.0
17072026-06-08T20:18:38.833Z Compiling sha1 v0.10.6
17082026-06-08T20:18:39.003Z Compiling lalrpop-util v0.19.12
17092026-06-08T20:18:39.056Z Compiling peg-runtime v0.8.5
17102026-06-08T20:18:39.072Z Compiling thread_local v1.1.9
17112026-06-08T20:18:39.194Z Compiling slog-async v2.8.0
17122026-06-08T20:18:39.261Z Compiling crossbeam-channel v0.5.15
17132026-06-08T20:18:39.318Z Compiling filetime v0.2.27
17142026-06-08T20:18:39.746Z Compiling is-terminal v0.4.17
17152026-06-08T20:18:39.750Z Compiling term v1.2.1
17162026-06-08T20:18:39.750Z Compiling xattr v1.6.1
17172026-06-08T20:18:39.750Z Compiling take_mut v0.2.2
17182026-06-08T20:18:39.750Z Compiling tar v0.4.45
17192026-06-08T20:18:39.750Z Compiling slog-term v2.9.2
17202026-06-08T20:18:49.766Z Compiling rustls-webpki v0.103.9
17212026-06-08T20:18:52.548Z Compiling tokio-rustls v0.26.4
17222026-06-08T20:18:52.548Z Compiling rustls-platform-verifier v0.6.2
17232026-06-08T20:18:52.751Z Compiling hyper-rustls v0.27.7
17242026-06-08T20:18:52.955Z Compiling reqwest v0.12.28
17252026-06-08T20:18:52.968Z Compiling reqwest v0.13.2
17262026-06-08T20:18:54.209Z Compiling tough v0.22.0
17272026-06-08T20:18:56.731Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-08T20:18:56.943Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-08T20:18:59.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-08T20:18:59.928Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-06-08T20:18:59.982ZJun 08 20:18:58.769 INFO Starting download, target: Clickhouse
17322026-06-08T20:18:59.982ZJun 08 20:18:58.770 INFO Starting download, target: Cockroach
17332026-06-08T20:18:59.982ZJun 08 20:18:58.770 INFO Starting download, target: Console
17342026-06-08T20:18:59.985ZJun 08 20:18:58.770 INFO Starting download, target: DendriteStub
17352026-06-08T20:18:59.985ZJun 08 20:18:58.770 INFO Starting download, target: MaghemiteMgd
17362026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Starting download, target: TransceiverControl
17372026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-06-08T20:18:59.986ZJun 08 20:18:58.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-08T20:19:00.424ZJun 08 20:18:59.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-08T20:19:00.640ZJun 08 20:18:59.416 INFO Download complete, target: TransceiverControl
17452026-06-08T20:19:01.025ZJun 08 20:18:59.802 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-08T20:19:01.265ZJun 08 20:19:00.052 INFO Download complete, target: Console
17472026-06-08T20:19:01.606ZJun 08 20:19:00.390 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-06-08T20:19:01.811ZJun 08 20:19:00.587 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-06-08T20:19:02.229ZJun 08 20:19:01.017 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-06-08T20:19:02.270ZJun 08 20:19:01.056 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-06-08T20:19:02.270ZJun 08 20:19:01.056 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-06-08T20:19:04.161ZJun 08 20:19:02.948 INFO Download complete, target: MaghemiteMgd
17532026-06-08T20:19:04.161ZJun 08 20:19:02.948 INFO Download complete, target: DendriteStub
17542026-06-08T20:19:06.972ZJun 08 20:19:05.739 INFO Checking that binary works, target: Cockroach
17552026-06-08T20:19:07.065ZJun 08 20:19:05.848 INFO Download complete, target: Cockroach
17562026-06-08T20:19:09.081ZJun 08 20:19:07.838 INFO Checking that binary works, target: Clickhouse
17572026-06-08T20:19:09.193ZJun 08 20:19:07.949 INFO Download complete, target: Clickhouse
17582026-06-08T20:19:09.274ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-08T20:19:09.275Z
17602026-06-08T20:19:09.275Zreal 2:23.245969324
17612026-06-08T20:19:09.275Zuser 6:54.856889334
17622026-06-08T20:19:09.275Zsys 1:21.956310128
17632026-06-08T20:19:09.275Ztrap 0.227276360
17642026-06-08T20:19:09.275Ztflt 0.636883855
17652026-06-08T20:19:09.275Zdflt 0.460850598
17662026-06-08T20:19:09.275Zkflt 0.023678223
17672026-06-08T20:19:09.275Zlock 21:30.215978762
17682026-06-08T20:19:09.275Zslp 21:27.675796235
17692026-06-08T20:19:09.275Zlat 43.949563105
17702026-06-08T20:19:09.275Zstop 1:57.552634278
17712026-06-08T20:19:09.276Z+ banner hack-check
17722026-06-08T20:19:09.276Z
17732026-06-08T20:19:09.276Z # # ## #### # # #### # # ###### #### # #
17742026-06-08T20:19:09.276Z # # # # # # # # # # # # # # # # #
17752026-06-08T20:19:09.276Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-08T20:19:09.276Z # # ###### # # # # # # # # # #
17772026-06-08T20:19:09.276Z # # # # # # # # # # # # # # # # #
17782026-06-08T20:19:09.276Z # # # # #### # # #### # # ###### #### # #
17792026-06-08T20:19:09.276Z
17802026-06-08T20:19:09.276Z+ export CARGO_INCREMENTAL=0
17812026-06-08T20:19:09.277Z+ CARGO_INCREMENTAL=0
17822026-06-08T20:19:09.277Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-08T20:19:09.720Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-08T20:19:09.926Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-08T20:19:11.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17862026-06-08T20:19:11.864Z Running `target/debug/xtask check-features --ci`
17872026-06-08T20:19:11.875Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-08T20:19:11.875Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-08T20:19:12.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17902026-06-08T20:19:12.400Z Running `target/debug/xtask download cargo-hack`
17912026-06-08T20:19:13.178Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-08T20:19:13.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-08T20:19:15.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17942026-06-08T20:19:16.130Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-08T20:19:16.167ZJun 08 20:19:14.949 INFO Starting download, target: CargoHack
17962026-06-08T20:19:16.173ZJun 08 20:19:14.950 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-08T20:19:16.383ZJun 08 20:19:15.170 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-08T20:19:16.434ZJun 08 20:19:15.220 INFO Download complete, target: CargoHack
17992026-06-08T20:19:16.439Zrunning: "/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"
18002026-06-08T20:19:16.449Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-08T20:19:16.602Zinfo: running `cargo check --bins` on api_identity (1/295)
18022026-06-08T20:19:17.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-08T20:19:17.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-08T20:19:17.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-08T20:19:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18062026-06-08T20:19:17.174Z
18072026-06-08T20:19:17.174Zinfo: running `cargo check --bins` on bootstore (2/295)
18082026-06-08T20:19:17.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-08T20:19:17.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-08T20:19:17.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-08T20:19:17.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-06-08T20:19:17.746Z
18132026-06-08T20:19:17.746Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18142026-06-08T20:19:18.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-08T20:19:18.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-08T20:19:18.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-08T20:19:18.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18182026-06-08T20:19:18.313Z
18192026-06-08T20:19:18.313Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18202026-06-08T20:19:18.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-08T20:19:18.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-08T20:19:18.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-08T20:19:18.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-06-08T20:19:18.884Z
18252026-06-08T20:19:18.884Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18262026-06-08T20:19:19.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-08T20:19:19.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-08T20:19:19.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-08T20:19:19.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-06-08T20:19:19.462Z
18312026-06-08T20:19:19.462Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18322026-06-08T20:19:19.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-08T20:19:19.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-08T20:19:19.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-08T20:19:19.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-08T20:19:20.055Z
18372026-06-08T20:19:20.055Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18382026-06-08T20:19:20.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-08T20:19:20.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-08T20:19:20.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-08T20:19:20.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-06-08T20:19:20.629Z
18432026-06-08T20:19:20.629Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18442026-06-08T20:19:21.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-08T20:19:21.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-08T20:19:21.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-08T20:19:21.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18482026-06-08T20:19:21.211Z
18492026-06-08T20:19:21.211Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18502026-06-08T20:19:21.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-08T20:19:21.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-08T20:19:21.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-08T20:19:21.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18542026-06-08T20:19:21.680Z
18552026-06-08T20:19:21.680Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18562026-06-08T20:19:22.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-08T20:19:22.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-08T20:19:22.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-08T20:19:22.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-08T20:19:22.133Z
18612026-06-08T20:19:22.133Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18622026-06-08T20:19:22.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-08T20:19:22.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-08T20:19:22.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-08T20:19:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-08T20:19:22.589Z
18672026-06-08T20:19:22.589Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18682026-06-08T20:19:22.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-08T20:19:22.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-08T20:19:22.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-08T20:19:22.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18722026-06-08T20:19:23.042Z
18732026-06-08T20:19:23.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18742026-06-08T20:19:23.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-08T20:19:23.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-08T20:19:23.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-08T20:19:23.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-08T20:19:23.498Z
18792026-06-08T20:19:23.498Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18802026-06-08T20:19:23.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-08T20:19:23.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-08T20:19:23.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-08T20:19:23.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-08T20:19:23.956Z
18852026-06-08T20:19:23.956Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18862026-06-08T20:19:24.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-08T20:19:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-08T20:19:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-08T20:19:24.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18902026-06-08T20:19:24.409Z
18912026-06-08T20:19:24.409Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18922026-06-08T20:19:24.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-08T20:19:24.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-08T20:19:24.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-08T20:19:24.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18962026-06-08T20:19:24.863Z
18972026-06-08T20:19:24.863Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18982026-06-08T20:19:25.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-08T20:19:25.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-08T20:19:25.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-08T20:19:25.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-08T20:19:25.323Z
19032026-06-08T20:19:25.323Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19042026-06-08T20:19:25.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-08T20:19:25.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-08T20:19:25.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-08T20:19:25.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-08T20:19:25.784Z
19092026-06-08T20:19:25.784Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19102026-06-08T20:19:26.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-08T20:19:26.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-08T20:19:26.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-08T20:19:26.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19142026-06-08T20:19:26.245Z
19152026-06-08T20:19:26.245Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19162026-06-08T20:19:26.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-08T20:19:26.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-08T20:19:26.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-08T20:19:26.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-08T20:19:26.699Z
19212026-06-08T20:19:26.699Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19222026-06-08T20:19:27.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-08T20:19:27.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-08T20:19:27.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-08T20:19:27.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-08T20:19:27.160Z
19272026-06-08T20:19:27.160Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19282026-06-08T20:19:27.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-08T20:19:27.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-08T20:19:27.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-08T20:19:27.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19322026-06-08T20:19:27.617Z
19332026-06-08T20:19:27.617Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19342026-06-08T20:19:28.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-08T20:19:28.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-08T20:19:28.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-08T20:19:28.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19382026-06-08T20:19:28.071Z
19392026-06-08T20:19:28.071Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19402026-06-08T20:19:28.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-08T20:19:28.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-08T20:19:28.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-08T20:19:28.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-08T20:19:28.529Z
19452026-06-08T20:19:28.529Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19462026-06-08T20:19:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-08T20:19:28.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-08T20:19:28.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-08T20:19:28.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19502026-06-08T20:19:28.986Z
19512026-06-08T20:19:28.986Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19522026-06-08T20:19:29.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-08T20:19:29.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-08T20:19:29.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-08T20:19:29.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-08T20:19:29.452Z
19572026-06-08T20:19:29.452Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19582026-06-08T20:19:29.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-08T20:19:29.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-08T20:19:29.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-08T20:19:29.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-08T20:19:29.921Z
19632026-06-08T20:19:29.921Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19642026-06-08T20:19:30.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-08T20:19:30.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-08T20:19:30.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-08T20:19:30.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-08T20:19:30.387Z
19692026-06-08T20:19:30.387Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19702026-06-08T20:19:30.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-08T20:19:30.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-08T20:19:30.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-08T20:19:30.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-08T20:19:30.849Z
19752026-06-08T20:19:30.849Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19762026-06-08T20:19:31.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-08T20:19:31.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-08T20:19:31.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-08T20:19:31.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-08T20:19:31.312Z
19812026-06-08T20:19:31.312Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19822026-06-08T20:19:31.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-08T20:19:31.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-08T20:19:31.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-08T20:19:31.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19862026-06-08T20:19:31.769Z
19872026-06-08T20:19:31.769Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19882026-06-08T20:19:32.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-08T20:19:32.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-08T20:19:32.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-08T20:19:32.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19922026-06-08T20:19:32.224Z
19932026-06-08T20:19:32.224Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19942026-06-08T20:19:32.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-08T20:19:32.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-08T20:19:32.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-08T20:19:32.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19982026-06-08T20:19:32.678Z
19992026-06-08T20:19:32.678Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20002026-06-08T20:19:33.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-08T20:19:33.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-08T20:19:33.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-08T20:19:33.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20042026-06-08T20:19:33.136Z
20052026-06-08T20:19:33.136Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20062026-06-08T20:19:33.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-08T20:19:33.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-08T20:19:33.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-08T20:19:33.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20102026-06-08T20:19:33.587Z
20112026-06-08T20:19:33.587Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20122026-06-08T20:19:33.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-08T20:19:33.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-08T20:19:33.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-08T20:19:33.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20162026-06-08T20:19:34.045Z
20172026-06-08T20:19:34.045Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20182026-06-08T20:19:34.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-08T20:19:34.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-08T20:19:34.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-08T20:19:34.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-08T20:19:34.508Z
20232026-06-08T20:19:34.508Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20242026-06-08T20:19:34.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-08T20:19:34.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-08T20:19:34.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-08T20:19:34.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20282026-06-08T20:19:34.960Z
20292026-06-08T20:19:34.960Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20302026-06-08T20:19:35.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-08T20:19:35.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-08T20:19:35.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-08T20:19:35.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20342026-06-08T20:19:35.422Z
20352026-06-08T20:19:35.423Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20362026-06-08T20:19:35.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-08T20:19:35.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-08T20:19:35.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-08T20:19:35.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-08T20:19:35.882Z
20412026-06-08T20:19:35.882Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20422026-06-08T20:19:36.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-08T20:19:36.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-08T20:19:36.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-08T20:19:36.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-08T20:19:36.341Z
20472026-06-08T20:19:36.341Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20482026-06-08T20:19:36.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-08T20:19:36.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-08T20:19:36.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-08T20:19:36.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20522026-06-08T20:19:36.801Z
20532026-06-08T20:19:36.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20542026-06-08T20:19:37.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-08T20:19:37.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-08T20:19:37.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-08T20:19:37.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-08T20:19:37.272Z
20592026-06-08T20:19:37.272Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20602026-06-08T20:19:37.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-08T20:19:37.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-08T20:19:37.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-08T20:19:37.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-08T20:19:37.741Z
20652026-06-08T20:19:37.741Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20662026-06-08T20:19:38.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-08T20:19:38.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-08T20:19:38.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-08T20:19:38.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-08T20:19:38.205Z
20712026-06-08T20:19:38.205Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20722026-06-08T20:19:38.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-08T20:19:38.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-08T20:19:38.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-08T20:19:38.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-08T20:19:38.672Z
20772026-06-08T20:19:38.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20782026-06-08T20:19:39.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-08T20:19:39.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-08T20:19:39.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-08T20:19:39.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-08T20:19:39.139Z
20832026-06-08T20:19:39.139Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20842026-06-08T20:19:39.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-08T20:19:39.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-08T20:19:39.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-08T20:19:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-08T20:19:39.601Z
20892026-06-08T20:19:39.601Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20902026-06-08T20:19:40.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-08T20:19:40.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-08T20:19:40.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-08T20:19:40.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-08T20:19:40.232Z
20952026-06-08T20:19:40.232Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20962026-06-08T20:19:40.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-08T20:19:40.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-08T20:19:40.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-08T20:19:40.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-08T20:19:40.864Z
21012026-06-08T20:19:40.864Zinfo: running `cargo check --bins` on nexus-config (51/295)
21022026-06-08T20:19:41.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-08T20:19:41.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-08T20:19:41.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-08T20:19:41.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-06-08T20:19:41.488Z
21072026-06-08T20:19:41.488Zinfo: running `cargo check --bins` on nexus-types (52/295)
21082026-06-08T20:19:42.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-08T20:19:42.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-08T20:19:42.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-08T20:19:42.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-06-08T20:19:42.124Z
21132026-06-08T20:19:42.124Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21142026-06-08T20:19:42.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-08T20:19:42.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-08T20:19:42.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-08T20:19:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-06-08T20:19:42.725Z
21192026-06-08T20:19:42.725Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21202026-06-08T20:19:43.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-08T20:19:43.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-08T20:19:43.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-08T20:19:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21242026-06-08T20:19:43.300Z
21252026-06-08T20:19:43.300Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21262026-06-08T20:19:43.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-08T20:19:43.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-08T20:19:43.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-08T20:19:43.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-08T20:19:43.900Z
21312026-06-08T20:19:43.900Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21322026-06-08T20:19:44.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-08T20:19:44.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-08T20:19:44.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-08T20:19:44.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-08T20:19:44.495Z
21372026-06-08T20:19:44.495Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21382026-06-08T20:19:45.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-08T20:19:45.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-08T20:19:45.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-08T20:19:45.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-08T20:19:45.097Z
21432026-06-08T20:19:45.097Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21442026-06-08T20:19:45.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-08T20:19:45.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-08T20:19:45.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-08T20:19:45.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-06-08T20:19:45.700Z
21492026-06-08T20:19:45.700Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21502026-06-08T20:19:46.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-08T20:19:46.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-08T20:19:46.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-08T20:19:46.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-08T20:19:46.288Z
21552026-06-08T20:19:46.288Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21562026-06-08T20:19:46.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-08T20:19:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-08T20:19:46.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-08T20:19:46.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-08T20:19:46.862Z
21612026-06-08T20:19:46.862Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21622026-06-08T20:19:47.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-08T20:19:47.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-08T20:19:47.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-08T20:19:47.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-08T20:19:47.444Z
21672026-06-08T20:19:47.444Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21682026-06-08T20:19:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-08T20:19:47.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-08T20:19:47.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-08T20:19:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-08T20:19:48.027Z
21732026-06-08T20:19:48.027Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21742026-06-08T20:19:48.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-08T20:19:48.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-08T20:19:48.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-08T20:19:48.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-08T20:19:48.623Z
21792026-06-08T20:19:48.623Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21802026-06-08T20:19:49.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-08T20:19:49.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-08T20:19:49.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-08T20:19:49.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-06-08T20:19:49.224Z
21852026-06-08T20:19:49.224Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21862026-06-08T20:19:49.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-08T20:19:49.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-08T20:19:49.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-08T20:19:49.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-08T20:19:49.802Z
21912026-06-08T20:19:49.802Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21922026-06-08T20:19:50.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-08T20:19:50.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-08T20:19:50.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-08T20:19:50.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-08T20:19:50.379Z
21972026-06-08T20:19:50.379Zinfo: running `cargo check --bins` on ereport-types (67/295)
21982026-06-08T20:19:50.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-08T20:19:50.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-08T20:19:50.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-08T20:19:50.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-08T20:19:50.968Z
22032026-06-08T20:19:50.968Zinfo: running `cargo check --bins` on gateway-client (68/295)
22042026-06-08T20:19:51.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-08T20:19:51.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-08T20:19:51.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-08T20:19:51.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-08T20:19:51.564Z
22092026-06-08T20:19:51.564Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22102026-06-08T20:19:52.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-08T20:19:52.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-08T20:19:52.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-08T20:19:52.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-08T20:19:52.152Z
22152026-06-08T20:19:52.152Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22162026-06-08T20:19:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-08T20:19:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-08T20:19:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-08T20:19:52.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-06-08T20:19:52.735Z
22212026-06-08T20:19:52.735Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22222026-06-08T20:19:53.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-08T20:19:53.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-08T20:19:53.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-08T20:19:53.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-06-08T20:19:53.334Z
22272026-06-08T20:19:53.334Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22282026-06-08T20:19:53.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-08T20:19:53.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-08T20:19:53.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-08T20:19:53.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-06-08T20:19:53.908Z
22332026-06-08T20:19:53.908Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22342026-06-08T20:19:54.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-08T20:19:54.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-08T20:19:54.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-08T20:19:54.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-06-08T20:19:54.524Z
22392026-06-08T20:19:54.524Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22402026-06-08T20:19:55.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-08T20:19:55.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-08T20:19:55.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-08T20:19:55.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22442026-06-08T20:19:55.135Z
22452026-06-08T20:19:55.135Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22462026-06-08T20:19:55.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-08T20:19:55.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-08T20:19:55.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-08T20:19:55.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22502026-06-08T20:19:55.708Z
22512026-06-08T20:19:55.708Zinfo: running `cargo check --bins` on oxlog (76/295)
22522026-06-08T20:19:56.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-08T20:19:56.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-08T20:19:56.319Z Checking cfg-if v1.0.4
22552026-06-08T20:19:56.324Z Checking libc v0.2.185
22562026-06-08T20:19:56.324Z Checking serde_core v1.0.228
22572026-06-08T20:19:56.436Z Checking zeroize v1.8.2
22582026-06-08T20:19:56.444Z Checking memchr v2.8.0
22592026-06-08T20:19:56.453Z Checking log v0.4.29
22602026-06-08T20:19:56.462Z Checking smallvec v1.15.1
22612026-06-08T20:19:56.474Z Checking typenum v1.19.0
22622026-06-08T20:19:56.474Z Checking subtle v2.6.1
22632026-06-08T20:19:56.575Z Checking itoa v1.0.17
22642026-06-08T20:19:56.613Z Checking scopeguard v1.2.0
22652026-06-08T20:19:56.626Z Checking stable_deref_trait v1.2.1
22662026-06-08T20:19:56.637Z Checking const-oid v0.9.6
22672026-06-08T20:19:56.699Z Checking zerofrom v0.1.6
22682026-06-08T20:19:56.714Z Checking lock_api v0.4.14
22692026-06-08T20:19:56.732Z Checking pin-project-lite v0.2.17
22702026-06-08T20:19:56.807Z Checking yoke v0.8.1
22712026-06-08T20:19:56.827Z Checking portable-atomic v1.13.1
22722026-06-08T20:19:56.838Z Checking getrandom v0.2.17
22732026-06-08T20:19:56.842Z Checking errno v0.3.14
22742026-06-08T20:19:56.911Z Checking parking_lot_core v0.9.12
22752026-06-08T20:19:56.948Z Checking signal-hook-registry v1.4.8
22762026-06-08T20:19:56.974Z Checking zerovec v0.11.5
22772026-06-08T20:19:56.986Z Checking rand_core v0.6.4
22782026-06-08T20:19:56.996Z Checking generic-array v0.14.7
22792026-06-08T20:19:57.095Z Checking critical-section v1.2.0
22802026-06-08T20:19:57.107Z Checking futures-core v0.3.32
22812026-06-08T20:19:57.154Z Checking parking_lot v0.12.5
22822026-06-08T20:19:57.191Z Checking mio v1.2.0
22832026-06-08T20:19:57.219Z Checking once_cell v1.21.3
22842026-06-08T20:19:57.232Z Checking zerocopy v0.8.40
22852026-06-08T20:19:57.300Z Checking zmij v1.0.21
22862026-06-08T20:19:57.340Z Checking socket2 v0.6.3
22872026-06-08T20:19:57.387Z Checking libm v0.2.16
22882026-06-08T20:19:57.399Z Checking tinystr v0.8.2
22892026-06-08T20:19:57.424Z Checking crypto-common v0.1.7
22902026-06-08T20:19:57.471Z Checking block-buffer v0.10.4
22912026-06-08T20:19:57.506Z Checking litemap v0.8.1
22922026-06-08T20:19:57.544Z Checking equivalent v1.0.2
22932026-06-08T20:19:57.568Z Checking writeable v0.6.2
22942026-06-08T20:19:57.580Z Checking percent-encoding v2.3.2
22952026-06-08T20:19:57.601Z Checking digest v0.10.7
22962026-06-08T20:19:57.626Z Checking potential_utf v0.1.4
22972026-06-08T20:19:57.676Z Checking zerotrie v0.2.3
22982026-06-08T20:19:57.713Z Checking futures-sink v0.3.32
22992026-06-08T20:19:57.726Z Checking icu_locale_core v2.1.1
23002026-06-08T20:19:57.749Z Checking icu_collections v2.1.1
23012026-06-08T20:19:57.798Z Checking slab v0.4.12
23022026-06-08T20:19:57.811Z Checking futures-channel v0.3.32
23032026-06-08T20:19:57.888Z Checking serde v1.0.228
23042026-06-08T20:19:57.913Z Checking bitflags v2.11.0
23052026-06-08T20:19:57.949Z Checking serde_json v1.0.149
23062026-06-08T20:19:57.997Z Checking futures-io v0.3.32
23072026-06-08T20:19:58.051Z Checking futures-task v0.3.32
23082026-06-08T20:19:58.075Z Checking cpufeatures v0.2.17
23092026-06-08T20:19:58.078Z Checking num-traits v0.2.19
23102026-06-08T20:19:58.110Z Checking hmac v0.12.1
23112026-06-08T20:19:58.153Z Checking icu_normalizer_data v2.1.1
23122026-06-08T20:19:58.182Z Checking futures-util v0.3.32
23132026-06-08T20:19:58.225Z Checking icu_properties_data v2.1.2
23142026-06-08T20:19:58.240Z Checking rand_core v0.10.0
23152026-06-08T20:19:58.279Z Checking icu_provider v2.1.1
23162026-06-08T20:19:58.291Z Checking bytes v1.11.1
23172026-06-08T20:19:58.351Z Checking hashbrown v0.17.0
23182026-06-08T20:19:58.377Z Checking getrandom v0.4.1
23192026-06-08T20:19:58.508Z Checking icu_normalizer v2.1.1
23202026-06-08T20:19:58.522Z Checking icu_properties v2.1.2
23212026-06-08T20:19:58.599Z Checking block-padding v0.3.3
23222026-06-08T20:19:58.613Z Checking utf8_iter v1.0.4
23232026-06-08T20:19:58.727Z Checking tokio v1.52.1
23242026-06-08T20:19:58.727Z Checking inout v0.1.4
23252026-06-08T20:19:58.751Z Checking sha2 v0.10.9
23262026-06-08T20:19:58.801Z Checking indexmap v2.14.0
23272026-06-08T20:19:58.811Z Checking form_urlencoded v1.2.2
23282026-06-08T20:19:58.861Z Checking cipher v0.4.4
23292026-06-08T20:19:58.936Z Checking getrandom v0.3.4
23302026-06-08T20:19:59.014Z Checking byteorder v1.5.0
23312026-06-08T20:19:59.064Z Checking base64ct v1.8.3
23322026-06-08T20:19:59.076Z Checking fnv v1.0.7
23332026-06-08T20:19:59.169Z Checking flagset v0.4.7
23342026-06-08T20:19:59.210Z Checking rand_core v0.9.5
23352026-06-08T20:19:59.294Z Checking http v1.4.0
23362026-06-08T20:19:59.307Z Checking pem-rfc7468 v0.7.0
23372026-06-08T20:19:59.343Z Checking idna_adapter v1.2.1
23382026-06-08T20:19:59.356Z Checking regex-syntax v0.8.10
23392026-06-08T20:19:59.388Z Checking salsa20 v0.10.2
23402026-06-08T20:19:59.460Z Checking der v0.7.10
23412026-06-08T20:19:59.460Z Checking idna v1.1.0
23422026-06-08T20:19:59.522Z Checking uuid v1.23.0
23432026-06-08T20:19:59.715Z Checking url v2.5.8
23442026-06-08T20:19:59.829Z Checking pbkdf2 v0.12.2
23452026-06-08T20:19:59.862Z Checking rustix v1.1.3
23462026-06-08T20:19:59.938Z Checking tracing-core v0.1.36
23472026-06-08T20:19:59.969Z Checking ppv-lite86 v0.2.21
23482026-06-08T20:20:00.075Z Checking rustls-pki-types v1.14.0
23492026-06-08T20:20:00.147Z Checking iana-time-zone v0.1.65
23502026-06-08T20:20:00.185Z Checking spki v0.7.3
23512026-06-08T20:20:00.247Z Checking base64 v0.22.1
23522026-06-08T20:20:00.258Z Checking chrono v0.4.44
23532026-06-08T20:20:00.269Z Checking rand_chacha v0.9.0
23542026-06-08T20:20:00.346Z Checking tracing v0.1.44
23552026-06-08T20:20:00.359Z Checking scrypt v0.11.0
23562026-06-08T20:20:00.465Z Checking http-body v1.0.1
23572026-06-08T20:20:00.480Z Checking aes v0.8.4
23582026-06-08T20:20:00.493Z Checking cbc v0.1.2
23592026-06-08T20:20:00.546Z Checking aws-lc-sys v0.40.0
23602026-06-08T20:20:00.594Z Checking untrusted v0.7.1
23612026-06-08T20:20:00.619Z Checking tinyvec_macros v0.1.1
23622026-06-08T20:20:00.650Z Checking untrusted v0.9.0
23632026-06-08T20:20:00.683Z Checking openssl-probe v0.2.1
23642026-06-08T20:20:00.697Z Checking tinyvec v1.10.0
23652026-06-08T20:20:00.711Z Checking rand v0.9.2
23662026-06-08T20:20:00.755Z Checking ring v0.17.14
23672026-06-08T20:20:00.788Z Checking tower-service v0.3.3
23682026-06-08T20:20:00.864Z Checking pkcs5 v0.7.1
23692026-06-08T20:20:00.879Z Checking atomic-waker v1.1.2
23702026-06-08T20:20:00.973Z Checking try-lock v0.2.5
23712026-06-08T20:20:01.003Z Checking tower-layer v0.3.3
23722026-06-08T20:20:01.042Z Checking aws-lc-rs v1.16.3
23732026-06-08T20:20:01.068Z Checking want v0.3.1
23742026-06-08T20:20:01.106Z Checking ipnet v2.11.0
23752026-06-08T20:20:01.118Z Checking pkcs8 v0.10.2
23762026-06-08T20:20:01.149Z Checking httparse v1.10.1
23772026-06-08T20:20:01.168Z Checking aho-corasick v1.1.4
23782026-06-08T20:20:01.187Z Checking httpdate v1.0.3
23792026-06-08T20:20:01.289Z Checking fastrand v2.3.0
23802026-06-08T20:20:01.332Z Checking dyn-clone v1.0.20
23812026-06-08T20:20:01.352Z Checking foreign-types-shared v0.1.1
23822026-06-08T20:20:01.358Z Checking utf8parse v0.2.2
23832026-06-08T20:20:01.430Z Checking pin-utils v0.1.0
23842026-06-08T20:20:01.442Z Checking plain v0.2.3
23852026-06-08T20:20:01.461Z Checking foreign-types v0.3.2
23862026-06-08T20:20:01.474Z Checking tempfile v3.25.0
23872026-06-08T20:20:01.498Z Checking unicode-normalization v0.1.25
23882026-06-08T20:20:01.526Z Checking semver v1.0.28
23892026-06-08T20:20:01.538Z Checking openssl-sys v0.9.115
23902026-06-08T20:20:01.658Z Checking spin v0.9.8
23912026-06-08T20:20:01.735Z Checking unicode-ident v1.0.24
23922026-06-08T20:20:01.748Z Checking ucd-trie v0.1.7
23932026-06-08T20:20:01.831Z Checking regex-automata v0.4.14
23942026-06-08T20:20:01.844Z Checking anstyle v1.0.14
23952026-06-08T20:20:01.849Z Checking proc-macro2 v1.0.106
23962026-06-08T20:20:01.872Z Checking rustls-webpki v0.103.9
23972026-06-08T20:20:01.884Z Checking pest v2.8.6
23982026-06-08T20:20:01.897Z Checking schemars v0.8.22
23992026-06-08T20:20:01.915Z Checking openssl v0.10.79
24002026-06-08T20:20:01.965Z Checking tokio-util v0.7.18
24012026-06-08T20:20:02.017Z Checking rustls-native-certs v0.8.3
24022026-06-08T20:20:02.145Z Checking thiserror v2.0.18
24032026-06-08T20:20:02.161Z Checking sync_wrapper v1.0.2
24042026-06-08T20:20:02.246Z Checking wait-timeout v0.2.1
24052026-06-08T20:20:02.261Z Checking bit-vec v0.8.0
24062026-06-08T20:20:02.294Z Checking rustls v0.23.37
24072026-06-08T20:20:02.365Z Checking anstyle-query v1.1.5
24082026-06-08T20:20:02.457Z Checking powerfmt v0.2.0
24092026-06-08T20:20:02.469Z Checking quick-error v1.2.3
24102026-06-08T20:20:02.531Z Checking colorchoice v1.0.4
24112026-06-08T20:20:02.564Z Checking siphasher v1.0.2
24122026-06-08T20:20:02.567Z Checking h2 v0.4.13
24132026-06-08T20:20:02.604Z Checking simd-adler32 v0.3.8
24142026-06-08T20:20:02.628Z Checking is_terminal_polyfill v1.70.2
24152026-06-08T20:20:02.714Z Checking pretty-hex v0.4.1
24162026-06-08T20:20:02.728Z Checking deranged v0.5.8
24172026-06-08T20:20:02.771Z Checking rusty-fork v0.3.1
24182026-06-08T20:20:02.829Z Checking bit-set v0.8.0
24192026-06-08T20:20:02.929Z Checking tower v0.5.3
24202026-06-08T20:20:02.943Z Checking quote v1.0.45
24212026-06-08T20:20:02.976Z Compiling newtype-uuid v1.3.2
24222026-06-08T20:20:03.109Z Checking http-body-util v0.1.3
24232026-06-08T20:20:03.155Z Checking webpki-roots v1.0.6
24242026-06-08T20:20:03.274Z Checking crossbeam-utils v0.8.21
24252026-06-08T20:20:03.304Z Checking rand_xorshift v0.4.0
24262026-06-08T20:20:03.320Z Checking crc32fast v1.5.0
24272026-06-08T20:20:03.421Z Checking scroll v0.13.0
24282026-06-08T20:20:03.456Z Checking signature v2.2.0
24292026-06-08T20:20:03.585Z Checking ryu v1.0.23
24302026-06-08T20:20:03.600Z Checking allocator-api2 v0.2.21
24312026-06-08T20:20:03.632Z Checking num-conv v0.2.0
24322026-06-08T20:20:03.644Z Checking unarray v0.1.4
24332026-06-08T20:20:03.647Z Checking adler2 v2.0.1
24342026-06-08T20:20:03.720Z Checking unicode-properties v0.1.4
24352026-06-08T20:20:03.744Z Checking num_threads v0.1.7
24362026-06-08T20:20:03.757Z Checking iri-string v0.7.10
24372026-06-08T20:20:03.767Z Checking time-core v0.1.8
24382026-06-08T20:20:03.829Z Checking unicode-bidi v0.3.18
24392026-06-08T20:20:03.876Z Checking miniz_oxide v0.8.9
24402026-06-08T20:20:03.902Z Checking proptest v1.10.0
24412026-06-08T20:20:03.906Z Checking time v0.3.47
24422026-06-08T20:20:03.927Z Checking native-tls v0.2.18
24432026-06-08T20:20:04.103Z Checking tokio-native-tls v0.3.1
24442026-06-08T20:20:04.118Z Checking stringprep v0.1.5
24452026-06-08T20:20:04.224Z Checking serde_urlencoded v0.7.1
24462026-06-08T20:20:04.267Z Checking bstr v1.12.1
24472026-06-08T20:20:04.280Z Checking goblin v0.10.5
24482026-06-08T20:20:04.428Z Checking crossbeam-epoch v0.9.18
24492026-06-08T20:20:04.639Z Checking tokio-rustls v0.26.4
24502026-06-08T20:20:04.655Z Checking syn v2.0.117
24512026-06-08T20:20:04.670Z Compiling daft v0.1.7
24522026-06-08T20:20:04.802Z Checking tower-http v0.6.8
24532026-06-08T20:20:04.867Z Checking ipnetwork v0.21.1
24542026-06-08T20:20:04.939Z Checking anstyle-parse v1.0.0
24552026-06-08T20:20:05.052Z Checking rand_chacha v0.3.1
24562026-06-08T20:20:05.073Z Checking thiserror v1.0.69
24572026-06-08T20:20:05.087Z Checking scroll v0.12.0
24582026-06-08T20:20:05.097Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-08T20:20:05.171Z Checking hash32 v0.2.1
24602026-06-08T20:20:05.206Z Checking num-integer v0.1.46
24612026-06-08T20:20:05.257Z Checking serde_spanned v0.6.9
24622026-06-08T20:20:05.273Z Checking hyper v1.8.1
24632026-06-08T20:20:05.306Z Checking toml_datetime v0.6.11
24642026-06-08T20:20:05.325Z Checking md-5 v0.10.6
24652026-06-08T20:20:05.377Z Checking ff v0.13.1
24662026-06-08T20:20:05.426Z Checking encoding_rs v0.8.35
24672026-06-08T20:20:05.462Z Checking psl-types v2.0.11
24682026-06-08T20:20:05.488Z Checking base16ct v0.2.0
24692026-06-08T20:20:05.503Z Checking zlib-rs v0.6.2
24702026-06-08T20:20:05.576Z Checking mime v0.3.17
24712026-06-08T20:20:05.612Z Checking fallible-iterator v0.2.0
24722026-06-08T20:20:05.746Z Checking sec1 v0.7.3
24732026-06-08T20:20:05.863Z Checking publicsuffix v2.3.0
24742026-06-08T20:20:05.880Z Checking postgres-protocol v0.6.10
24752026-06-08T20:20:05.949Z Checking group v0.13.0
24762026-06-08T20:20:06.023Z Checking num-iter v0.1.45
24772026-06-08T20:20:06.093Z Checking heapless v0.7.17
24782026-06-08T20:20:06.134Z Checking goblin v0.8.2
24792026-06-08T20:20:06.168Z Checking hyper-util v0.1.20
24802026-06-08T20:20:06.186Z Checking rand v0.8.6
24812026-06-08T20:20:06.356Z Checking zstd-safe v7.2.4
24822026-06-08T20:20:06.369Z Checking flate2 v1.1.9
24832026-06-08T20:20:06.508Z Checking anstream v1.0.0
24842026-06-08T20:20:06.521Z Checking oxnet v0.1.5
24852026-06-08T20:20:06.591Z Checking dof v0.4.0
24862026-06-08T20:20:06.662Z Checking cookie v0.18.1
24872026-06-08T20:20:06.692Z Compiling iddqd v0.4.2
24882026-06-08T20:20:06.709Z Checking dtrace-parser v0.3.0
24892026-06-08T20:20:06.750Z Checking phf_shared v0.13.1
24902026-06-08T20:20:06.891Z Checking lazy_static v1.5.0
24912026-06-08T20:20:06.908Z Checking anstyle-parse v0.2.7
24922026-06-08T20:20:06.942Z Checking pin-project v1.1.11
24932026-06-08T20:20:06.965Z Checking zerocopy v0.7.35
24942026-06-08T20:20:06.978Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-08T20:20:07.047Z Checking signal-hook v0.3.18
24962026-06-08T20:20:07.058Z Checking terminal_size v0.4.3
24972026-06-08T20:20:07.062Z Checking futures-executor v0.3.32
24982026-06-08T20:20:07.171Z Checking hex v0.4.3
24992026-06-08T20:20:07.216Z Checking hkdf v0.12.4
25002026-06-08T20:20:07.234Z Checking crypto-bigint v0.5.5
25012026-06-08T20:20:07.247Z Checking thread-id v5.1.0
25022026-06-08T20:20:07.324Z Checking foldhash v0.2.0
25032026-06-08T20:20:07.347Z Checking managed v0.8.0
25042026-06-08T20:20:07.394Z Checking bitflags v1.3.2
25052026-06-08T20:20:07.418Z Checking hyper-rustls v0.27.7
25062026-06-08T20:20:07.441Z Checking hyper-tls v0.6.0
25072026-06-08T20:20:07.460Z Checking strsim v0.11.1
25082026-06-08T20:20:07.474Z Checking winnow v0.7.14
25092026-06-08T20:20:07.527Z Checking winnow v0.5.40
25102026-06-08T20:20:07.608Z Checking libbz2-rs-sys v0.2.2
25112026-06-08T20:20:07.620Z Checking bumpalo v3.20.2
25122026-06-08T20:20:07.623Z Compiling rayon-core v1.13.0
25132026-06-08T20:20:07.806Z Checking clap_lex v1.0.0
25142026-06-08T20:20:07.821Z Checking either v1.15.0
25152026-06-08T20:20:07.947Z Checking same-file v1.0.6
25162026-06-08T20:20:07.960Z Checking foldhash v0.1.5
25172026-06-08T20:20:07.996Z Checking bzip2 v0.6.1
25182026-06-08T20:20:08.014Z Checking clap_builder v4.6.0
25192026-06-08T20:20:08.019Z Checking dof v0.3.0
25202026-06-08T20:20:08.065Z Checking walkdir v2.5.0
25212026-06-08T20:20:08.087Z Checking hashbrown v0.15.5
25222026-06-08T20:20:08.120Z Checking elliptic-curve v0.13.8
25232026-06-08T20:20:08.155Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25242026-06-08T20:20:08.218Z Checking zopfli v0.8.3
25252026-06-08T20:20:08.312Z Checking reqwest v0.12.28
25262026-06-08T20:20:08.337Z Checking smoltcp v0.9.1
25272026-06-08T20:20:08.419Z Checking hashbrown v0.16.1
25282026-06-08T20:20:08.541Z Checking usdt-impl v0.6.0
25292026-06-08T20:20:08.553Z Checking signal-hook-mio v0.2.5
25302026-06-08T20:20:08.643Z Checking futures v0.3.32
25312026-06-08T20:20:08.655Z Checking bzip2 v0.4.4
25322026-06-08T20:20:08.669Z Checking toml_edit v0.19.15
25332026-06-08T20:20:08.721Z Checking anstream v0.6.21
25342026-06-08T20:20:08.812Z Checking snafu v0.8.9
25352026-06-08T20:20:08.815Z Checking num-bigint-dig v0.8.6
25362026-06-08T20:20:08.919Z Checking phf v0.13.1
25372026-06-08T20:20:08.922Z Checking cookie_store v0.22.1
25382026-06-08T20:20:09.047Z Checking zstd v0.13.3
25392026-06-08T20:20:09.076Z Checking postgres-types v0.2.12
25402026-06-08T20:20:09.149Z Checking dtrace-parser v0.2.0
25412026-06-08T20:20:09.175Z Checking globset v0.4.18
25422026-06-08T20:20:09.208Z Checking crossbeam-deque v0.8.6
25432026-06-08T20:20:09.229Z Checking rustls-platform-verifier v0.6.2
25442026-06-08T20:20:09.251Z Checking regex v1.12.3
25452026-06-08T20:20:09.394Z Checking ed25519 v2.2.3
25462026-06-08T20:20:09.401Z Checking phf_shared v0.11.3
25472026-06-08T20:20:09.407Z Checking olpc-cjson v0.1.4
25482026-06-08T20:20:09.407Z Checking ref-cast v1.0.25
25492026-06-08T20:20:09.445Z Checking curve25519-dalek v4.1.3
25502026-06-08T20:20:09.518Z Checking strum v0.27.2
25512026-06-08T20:20:09.532Z Checking hubpack v0.1.2
25522026-06-08T20:20:09.537Z Checking memoffset v0.9.1
25532026-06-08T20:20:09.556Z Checking rustix v0.38.44
25542026-06-08T20:20:09.560Z Checking pkcs1 v0.7.5
25552026-06-08T20:20:09.621Z Checking pem v3.0.6
25562026-06-08T20:20:09.635Z Checking float-cmp v0.10.0
25572026-06-08T20:20:09.650Z Checking serde_plain v1.0.2
25582026-06-08T20:20:09.695Z Checking erased-serde v0.3.31
25592026-06-08T20:20:09.722Z Checking serde-big-array v0.5.1
25602026-06-08T20:20:09.754Z Checking rfc6979 v0.4.0
25612026-06-08T20:20:09.771Z Checking memmap2 v0.9.10
25622026-06-08T20:20:09.784Z Checking thread-id v4.2.2
25632026-06-08T20:20:09.796Z Checking env_filter v1.0.0
25642026-06-08T20:20:09.852Z Checking jiff v0.2.21
25652026-06-08T20:20:09.865Z Checking normalize-line-endings v0.3.0
25662026-06-08T20:20:09.878Z Checking whoami v2.1.0
25672026-06-08T20:20:09.924Z Checking fixedbitset v0.5.7
25682026-06-08T20:20:09.937Z Checking new_debug_unreachable v1.0.6
25692026-06-08T20:20:09.948Z Checking static_assertions v1.1.0
25702026-06-08T20:20:10.002Z Checking toml_write v0.1.2
25712026-06-08T20:20:10.014Z Checking precomputed-hash v0.1.1
25722026-06-08T20:20:10.063Z Checking typed-path v0.9.3
25732026-06-08T20:20:10.076Z Checking difflib v0.4.0
25742026-06-08T20:20:10.092Z Checking unicode-segmentation v1.12.0
25752026-06-08T20:20:10.114Z Checking keccak v0.1.6
25762026-06-08T20:20:10.165Z Checking predicates-core v1.0.10
25772026-06-08T20:20:10.220Z Checking fixedbitset v0.4.2
25782026-06-08T20:20:10.251Z Checking data-encoding v2.10.0
25792026-06-08T20:20:10.279Z Checking sha3 v0.10.8
25802026-06-08T20:20:10.293Z Checking predicates v3.1.4
25812026-06-08T20:20:10.367Z Checking petgraph v0.6.5
25822026-06-08T20:20:10.370Z Checking crossterm v0.28.1
25832026-06-08T20:20:10.405Z Checking similar v2.7.0
25842026-06-08T20:20:10.482Z Checking ed25519-dalek v2.2.0
25852026-06-08T20:20:10.520Z Checking hickory-proto v0.25.2
25862026-06-08T20:20:10.593Z Checking toml_edit v0.22.27
25872026-06-08T20:20:10.708Z Checking petgraph v0.8.3
25882026-06-08T20:20:10.785Z Checking string_cache v0.8.9
25892026-06-08T20:20:10.853Z Checking tough v0.22.0
25902026-06-08T20:20:10.950Z Checking slog v2.8.2
25912026-06-08T20:20:11.076Z Checking tokio-postgres v0.7.16
25922026-06-08T20:20:11.214Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25932026-06-08T20:20:11.603Z Checking env_logger v0.11.9
25942026-06-08T20:20:11.681Z Checking usdt v0.6.0
25952026-06-08T20:20:11.793Z Checking ecdsa v0.16.9
25962026-06-08T20:20:11.849Z Checking usdt-impl v0.5.0
25972026-06-08T20:20:12.075Z Checking zip v4.6.1
25982026-06-08T20:20:12.121Z Checking rsa v0.9.10
25992026-06-08T20:20:12.121Z Checking toml v0.7.8
26002026-06-08T20:20:12.254Z Checking nix v0.31.2
26012026-06-08T20:20:12.584Z Checking reqwest v0.13.2
26022026-06-08T20:20:12.642Z Checking clap v4.6.1
26032026-06-08T20:20:12.722Z Checking zip v0.6.6
26042026-06-08T20:20:12.767Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-08T20:20:12.898Z Checking itertools v0.13.0
26062026-06-08T20:20:13.041Z Checking serde_with v3.17.0
26072026-06-08T20:20:13.092Z Checking strum v0.26.3
26082026-06-08T20:20:13.204Z Checking fs-err v3.3.0
26092026-06-08T20:20:13.221Z Checking ahash v0.8.12
26102026-06-08T20:20:13.254Z Checking object v0.37.3
26112026-06-08T20:20:13.305Z Checking tokio-stream v0.1.18
26122026-06-08T20:20:13.412Z Checking buf-list v1.1.2
26132026-06-08T20:20:13.429Z Checking anyhow v1.0.102
26142026-06-08T20:20:13.479Z Checking camino v1.2.2
26152026-06-08T20:20:13.494Z Checking x509-cert v0.2.5
26162026-06-08T20:20:13.592Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-08T20:20:13.622Z Checking openapiv3 v2.2.0
26182026-06-08T20:20:13.684Z Checking sha1 v0.10.6
26192026-06-08T20:20:13.723Z Checking peg-runtime v0.8.5
26202026-06-08T20:20:13.843Z Checking lalrpop-util v0.19.12
26212026-06-08T20:20:13.855Z Checking rayon v1.11.0
26222026-06-08T20:20:13.866Z Checking sigpipe v0.1.3
26232026-06-08T20:20:13.924Z Checking glob v0.3.3
26242026-06-08T20:20:15.473Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-08T20:20:15.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
26262026-06-08T20:20:15.924Z
26272026-06-08T20:20:15.925Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26282026-06-08T20:20:16.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-08T20:20:16.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-08T20:20:16.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-08T20:20:16.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-06-08T20:20:16.524Z
26332026-06-08T20:20:16.524Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26342026-06-08T20:20:17.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-08T20:20:17.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-08T20:20:17.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-08T20:20:17.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-06-08T20:20:17.114Z
26392026-06-08T20:20:17.114Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26402026-06-08T20:20:17.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-08T20:20:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-08T20:20:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-08T20:20:17.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-06-08T20:20:17.721Z
26452026-06-08T20:20:17.721Zinfo: running `cargo check --bins` on oxql-types (80/295)
26462026-06-08T20:20:18.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-08T20:20:18.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-08T20:20:18.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-08T20:20:18.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26502026-06-08T20:20:18.313Z
26512026-06-08T20:20:18.313Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26522026-06-08T20:20:18.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-08T20:20:18.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-08T20:20:18.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-08T20:20:18.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-06-08T20:20:18.905Z
26572026-06-08T20:20:18.905Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26582026-06-08T20:20:19.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-08T20:20:19.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-08T20:20:19.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-08T20:20:19.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26622026-06-08T20:20:19.506Z
26632026-06-08T20:20:19.506Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26642026-06-08T20:20:19.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-08T20:20:19.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-08T20:20:19.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-08T20:20:19.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26682026-06-08T20:20:20.073Z
26692026-06-08T20:20:20.074Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26702026-06-08T20:20:20.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-08T20:20:20.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-08T20:20:20.754Z Compiling structmeta-derive v0.3.0
26732026-06-08T20:20:20.872Z Compiling rustls v0.22.4
26742026-06-08T20:20:20.881Z Compiling multer v3.1.0
26752026-06-08T20:20:20.891Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-08T20:20:20.894Z Compiling async-stream-impl v0.3.6
26772026-06-08T20:20:20.913Z Compiling dropshot v0.17.0
26782026-06-08T20:20:20.928Z Compiling newtype-uuid-macros v0.1.0
26792026-06-08T20:20:20.928Z Compiling dropshot_endpoint v0.17.0
26802026-06-08T20:20:21.046Z Checking newtype-uuid v1.3.2
26812026-06-08T20:20:21.110Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-08T20:20:21.174Z Checking rustls-webpki v0.102.8
26832026-06-08T20:20:21.245Z Checking daft v0.1.7
26842026-06-08T20:20:21.267Z Checking thread_local v1.1.9
26852026-06-08T20:20:21.433Z Checking match_cfg v0.1.0
26862026-06-08T20:20:21.477Z Checking compression-core v0.4.31
26872026-06-08T20:20:21.492Z Checking iddqd v0.4.2
26882026-06-08T20:20:21.505Z Checking hostname v0.3.1
26892026-06-08T20:20:21.521Z Checking crossbeam-channel v0.5.15
26902026-06-08T20:20:21.596Z Checking slog-json v2.6.1
26912026-06-08T20:20:21.609Z Checking compression-codecs v0.4.37
26922026-06-08T20:20:21.675Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-06-08T20:20:21.749Z Checking is-terminal v0.4.17
26942026-06-08T20:20:21.772Z Checking serde_spanned v1.0.4
26952026-06-08T20:20:21.839Z Checking debug-ignore v1.0.5
26962026-06-08T20:20:21.853Z Checking term v1.2.1
26972026-06-08T20:20:21.876Z Checking take_mut v0.2.2
26982026-06-08T20:20:21.902Z Checking toml_writer v1.0.6+spec-1.1.0
26992026-06-08T20:20:21.935Z Checking async-compression v0.4.41
27002026-06-08T20:20:21.940Z Compiling structmeta v0.3.0
27012026-06-08T20:20:21.976Z Checking slog-async v2.8.0
27022026-06-08T20:20:22.067Z Checking slog-term v2.9.2
27032026-06-08T20:20:22.081Z Checking toml v1.0.6+spec-1.1.0
27042026-06-08T20:20:22.148Z Checking slog-bunyan v2.5.0
27052026-06-08T20:20:22.161Z Compiling derive-ex v0.1.8
27062026-06-08T20:20:22.182Z Compiling parse-display-derive v0.10.0
27072026-06-08T20:20:22.260Z Checking async-stream v0.3.6
27082026-06-08T20:20:22.325Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-08T20:20:22.387Z Checking progenitor-client v0.14.0
27102026-06-08T20:20:22.402Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-08T20:20:22.430Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-08T20:20:22.569Z Checking waitgroup v0.1.2
27132026-06-08T20:20:22.613Z Checking backon v1.6.0
27142026-06-08T20:20:22.651Z Checking rustls-pemfile v2.2.0
27152026-06-08T20:20:22.681Z Checking serde_path_to_error v0.1.20
27162026-06-08T20:20:22.695Z Checking hostname v0.4.2
27172026-06-08T20:20:22.774Z Checking instant v0.1.13
27182026-06-08T20:20:22.858Z Checking backoff v0.4.0
27192026-06-08T20:20:22.952Z Checking progenitor-extras v0.2.0
27202026-06-08T20:20:22.989Z Checking tokio-rustls v0.25.0
27212026-06-08T20:20:23.003Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-08T20:20:23.031Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-08T20:20:23.185Z Checking itertools v0.14.0
27242026-06-08T20:20:23.213Z Checking progenitor-client v0.10.0
27252026-06-08T20:20:23.403Z Checking regress v0.10.5
27262026-06-08T20:20:23.417Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-08T20:20:23.635Z Checking macaddr v1.0.1
27282026-06-08T20:20:23.836Z Compiling test-strategy v0.4.5
27292026-06-08T20:20:23.839Z Checking parse-display v0.10.0
27302026-06-08T20:20:23.979Z Checking humantime v2.3.0
27312026-06-08T20:20:25.029Z Compiling prettyplease v0.2.37
27322026-06-08T20:20:25.366Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-08T20:20:25.445Z Checking num-rational v0.4.2
27342026-06-08T20:20:25.733Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-08T20:20:25.926Z Checking num-complex v0.4.6
27362026-06-08T20:20:26.639Z Compiling num v0.4.3
27372026-06-08T20:20:26.720Z Compiling usdt-macro v0.5.0
27382026-06-08T20:20:26.734Z Compiling usdt-attr-macro v0.5.0
27392026-06-08T20:20:26.754Z Checking memmap v0.7.0
27402026-06-08T20:20:26.780Z Checking float-ord v0.3.2
27412026-06-08T20:20:26.885Z Compiling convert_case v0.4.0
27422026-06-08T20:20:26.888Z Checking unicode-width v0.2.0
27432026-06-08T20:20:27.140Z Checking console v0.15.11
27442026-06-08T20:20:27.258Z Compiling derive_more v0.99.20
27452026-06-08T20:20:27.416Z Checking newline-converter v0.3.0
27462026-06-08T20:20:27.438Z Checking atomicwrites v0.4.4
27472026-06-08T20:20:27.493Z Checking usdt v0.5.0
27482026-06-08T20:20:27.524Z Compiling toml v0.8.23
27492026-06-08T20:20:27.563Z Compiling minimal-lexical v0.2.1
27502026-06-08T20:20:27.658Z Checking linked-hash-map v0.5.6
27512026-06-08T20:20:27.822Z Compiling nom v7.1.3
27522026-06-08T20:20:27.831Z Checking lru-cache v0.1.2
27532026-06-08T20:20:27.953Z Checking expectorate v1.2.0
27542026-06-08T20:20:28.468Z Checking camino-tempfile v1.4.1
27552026-06-08T20:20:28.611Z Checking hickory-proto v0.24.4
27562026-06-08T20:20:28.634Z Checking phf_shared v0.12.1
27572026-06-08T20:20:28.774Z Compiling slog-dtrace v0.3.0
27582026-06-08T20:20:28.806Z Checking heck v0.5.0
27592026-06-08T20:20:28.934Z Checking resolv-conf v0.7.6
27602026-06-08T20:20:28.966Z Compiling chrono-tz v0.10.4
27612026-06-08T20:20:29.118Z Compiling const_format_proc_macros v0.2.34
27622026-06-08T20:20:29.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-08T20:20:29.223Z Checking phf v0.12.1
27642026-06-08T20:20:29.259Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27652026-06-08T20:20:29.366Z Checking tokio-dtrace v0.1.1
27662026-06-08T20:20:29.553Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-08T20:20:29.651Z Compiling derive-where v1.6.0
27682026-06-08T20:20:29.823Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-08T20:20:30.089Z Checking highway v1.3.0
27702026-06-08T20:20:30.325Z Checking const_format v0.2.35
27712026-06-08T20:20:30.447Z Checking hickory-resolver v0.24.4
27722026-06-08T20:20:30.556Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-08T20:20:30.674Z Checking oxide-tokio-rt v0.1.4
27742026-06-08T20:20:30.823Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-06-08T20:20:31.046Z Checking gethostname v0.5.0
27762026-06-08T20:20:31.079Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-06-08T20:20:31.133Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-06-08T20:20:31.158Z Checking qorb v0.4.1
27792026-06-08T20:20:31.183Z Checking bcs v0.1.6
27802026-06-08T20:20:31.244Z Checking termtree v0.5.1
27812026-06-08T20:20:31.312Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27822026-06-08T20:20:34.579Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-08T20:20:37.298Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-08T20:20:39.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s
27852026-06-08T20:20:39.625Z
27862026-06-08T20:20:39.625Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27872026-06-08T20:20:40.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-08T20:20:40.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-08T20:20:40.314Z Compiling ar_archive_writer v0.5.1
27902026-06-08T20:20:40.427Z Compiling stacker v0.1.23
27912026-06-08T20:20:40.434Z Compiling cfg_aliases v0.1.1
27922026-06-08T20:20:40.440Z Compiling convert_case v0.10.0
27932026-06-08T20:20:40.446Z Checking unicode-width v0.1.14
27942026-06-08T20:20:40.456Z Compiling proc-macro-error v1.0.4
27952026-06-08T20:20:40.467Z Checking fd-lock v4.0.4
27962026-06-08T20:20:40.467Z Checking nibble_vec v0.1.0
27972026-06-08T20:20:40.490Z Compiling nix v0.28.0
27982026-06-08T20:20:40.579Z Checking vte v0.14.1
27992026-06-08T20:20:40.595Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-08T20:20:40.677Z Checking bytecount v0.6.9
28012026-06-08T20:20:40.690Z Checking endian-type v0.1.2
28022026-06-08T20:20:40.728Z Compiling derive_more-impl v2.1.1
28032026-06-08T20:20:40.728Z Checking strip-ansi-escapes v0.2.1
28042026-06-08T20:20:40.752Z Compiling tabled_derive v0.7.0
28052026-06-08T20:20:40.777Z Checking papergrid v0.11.0
28062026-06-08T20:20:40.811Z Checking radix_trie v0.2.1
28072026-06-08T20:20:40.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-08T20:20:40.989Z Compiling peg-macros v0.8.5
28092026-06-08T20:20:41.015Z Checking winnow v0.6.26
28102026-06-08T20:20:41.246Z Compiling psm v0.1.30
28112026-06-08T20:20:41.292Z Compiling sqlparser_derive v0.5.0
28122026-06-08T20:20:41.396Z Checking unicode_categories v0.1.1
28132026-06-08T20:20:41.534Z Checking derive_more v2.1.1
28142026-06-08T20:20:41.566Z Checking home v0.5.12
28152026-06-08T20:20:41.612Z Checking nu-ansi-term v0.50.3
28162026-06-08T20:20:41.674Z Checking crossterm v0.29.0
28172026-06-08T20:20:41.692Z Checking tabled v0.15.0
28182026-06-08T20:20:41.765Z Checking rustyline v14.0.0
28192026-06-08T20:20:41.820Z Checking reedline v0.40.0
28202026-06-08T20:20:42.007Z Checking recursive v0.1.1
28212026-06-08T20:20:42.061Z Checking display-error-chain v0.2.2
28222026-06-08T20:20:42.100Z Checking sqlparser v0.61.0
28232026-06-08T20:20:42.144Z Checking sqlformat v0.3.5
28242026-06-08T20:20:42.342Z Checking peg v0.8.5
28252026-06-08T20:20:53.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28262026-06-08T20:20:53.355Z
28272026-06-08T20:20:53.355Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28282026-06-08T20:20:53.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-08T20:20:53.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-08T20:20:54.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-08T20:20:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28322026-06-08T20:20:57.664Z
28332026-06-08T20:20:57.664Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28342026-06-08T20:20:58.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-08T20:20:58.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-08T20:20:58.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-08T20:21:00.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28382026-06-08T20:21:00.971Z
28392026-06-08T20:21:00.971Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28402026-06-08T20:21:01.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-08T20:21:01.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-08T20:21:01.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-08T20:21:04.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28442026-06-08T20:21:05.081Z
28452026-06-08T20:21:05.081Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28462026-06-08T20:21:05.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-08T20:21:05.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-08T20:21:05.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-08T20:21:09.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28502026-06-08T20:21:09.252Z
28512026-06-08T20:21:09.252Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28522026-06-08T20:21:09.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-08T20:21:09.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-08T20:21:09.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-08T20:21:12.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28562026-06-08T20:21:12.706Z
28572026-06-08T20:21:12.707Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28582026-06-08T20:21:13.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-08T20:21:13.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-08T20:21:13.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-08T20:21:16.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28622026-06-08T20:21:16.197Z
28632026-06-08T20:21:16.197Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28642026-06-08T20:21:16.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-08T20:21:16.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-08T20:21:16.871Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-08T20:21:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28682026-06-08T20:21:20.472Z
28692026-06-08T20:21:20.472Zinfo: running `cargo check --bins` on oximeter (93/295)
28702026-06-08T20:21:20.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-08T20:21:20.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-08T20:21:20.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-08T20:21:20.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28742026-06-08T20:21:21.062Z
28752026-06-08T20:21:21.062Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28762026-06-08T20:21:21.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-08T20:21:21.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-08T20:21:21.695Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-08T20:21:21.861Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-08T20:21:21.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28812026-06-08T20:21:22.199Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-08T20:21:25.051Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-08T20:21:26.256Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-08T20:21:26.463Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-08T20:21:27.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28862026-06-08T20:21:27.315Z
28872026-06-08T20:21:27.315Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28882026-06-08T20:21:27.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-08T20:21:27.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-08T20:21:27.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-08T20:21:27.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-06-08T20:21:27.912Z
28932026-06-08T20:21:27.912Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28942026-06-08T20:21:28.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-08T20:21:28.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-08T20:21:28.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-08T20:21:28.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28982026-06-08T20:21:28.539Z
28992026-06-08T20:21:28.539Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29002026-06-08T20:21:29.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-08T20:21:29.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-08T20:21:29.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-08T20:21:29.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-06-08T20:21:29.139Z
29052026-06-08T20:21:29.139Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29062026-06-08T20:21:29.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-08T20:21:29.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-08T20:21:29.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-08T20:21:29.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-06-08T20:21:29.736Z
29112026-06-08T20:21:29.736Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29122026-06-08T20:21:30.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-08T20:21:30.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-08T20:21:30.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-08T20:21:30.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-06-08T20:21:30.334Z
29172026-06-08T20:21:30.334Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29182026-06-08T20:21:30.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-08T20:21:30.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-08T20:21:30.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-08T20:21:30.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-06-08T20:21:30.925Z
29232026-06-08T20:21:30.925Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29242026-06-08T20:21:31.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-08T20:21:31.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-08T20:21:31.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-08T20:21:31.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29282026-06-08T20:21:31.507Z
29292026-06-08T20:21:31.507Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29302026-06-08T20:21:32.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-08T20:21:32.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-08T20:21:32.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-08T20:21:32.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-06-08T20:21:32.108Z
29352026-06-08T20:21:32.108Zinfo: running `cargo check --bins` on update-engine (103/295)
29362026-06-08T20:21:32.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-08T20:21:32.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-08T20:21:32.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-08T20:21:32.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402026-06-08T20:21:32.688Z
29412026-06-08T20:21:32.688Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29422026-06-08T20:21:33.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-08T20:21:33.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-08T20:21:33.400Z Compiling crucible-workspace-hack v0.1.0
29452026-06-08T20:21:33.518Z Checking secrecy v0.10.3
29462026-06-08T20:21:33.525Z Compiling heapless v0.8.0
29472026-06-08T20:21:33.528Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-06-08T20:21:33.538Z Compiling ingot-macros v0.1.1
29492026-06-08T20:21:33.547Z Checking hash32 v0.3.1
29502026-06-08T20:21:33.558Z Compiling smoltcp v0.11.0
29512026-06-08T20:21:33.561Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-06-08T20:21:33.619Z Checking cobs v0.3.0
29532026-06-08T20:21:33.665Z Compiling thiserror-impl-no-std v2.0.2
29542026-06-08T20:21:33.746Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-06-08T20:21:33.761Z Checking universal-hash v0.5.1
29562026-06-08T20:21:33.772Z Checking half v2.7.1
29572026-06-08T20:21:33.811Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-06-08T20:21:33.876Z Checking opaque-debug v0.3.1
29592026-06-08T20:21:33.908Z Checking ciborium-io v0.2.2
29602026-06-08T20:21:33.946Z Checking poly1305 v0.8.0
29612026-06-08T20:21:34.000Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-08T20:21:34.015Z Checking postcard v1.1.3
29632026-06-08T20:21:34.028Z Checking ciborium-ll v0.2.2
29642026-06-08T20:21:34.199Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-06-08T20:21:34.213Z Checking password-hash v0.5.0
29662026-06-08T20:21:34.319Z Compiling proc-macro-crate v3.4.0
29672026-06-08T20:21:34.423Z Checking chacha20 v0.9.1
29682026-06-08T20:21:34.444Z Compiling proc-macro-crate v1.3.1
29692026-06-08T20:21:34.487Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-08T20:21:34.620Z Checking blake2 v0.10.6
29712026-06-08T20:21:34.725Z Checking aead v0.5.2
29722026-06-08T20:21:34.812Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29732026-06-08T20:21:34.855Z Compiling foreign-types-macros v0.2.3
29742026-06-08T20:21:34.855Z Checking thiserror-no-std v2.0.2
29752026-06-08T20:21:34.858Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-08T20:21:34.892Z Compiling num_enum_derive v0.7.6
29772026-06-08T20:21:34.896Z Checking foreign-types-shared v0.3.1
29782026-06-08T20:21:34.951Z Checking cpufeatures v0.3.0
29792026-06-08T20:21:34.991Z Checking vsss-rs v3.3.4
29802026-06-08T20:21:35.012Z Checking chacha20poly1305 v0.10.1
29812026-06-08T20:21:35.026Z Checking chacha20 v0.10.0
29822026-06-08T20:21:35.113Z Compiling num_enum_derive v0.5.11
29832026-06-08T20:21:35.135Z Checking argon2 v0.5.3
29842026-06-08T20:21:35.234Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-08T20:21:35.433Z Checking foreign-types v0.5.0
29862026-06-08T20:21:35.466Z Checking ciborium v0.2.2
29872026-06-08T20:21:35.614Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-08T20:21:35.631Z Checking tabwriter v1.4.1
29892026-06-08T20:21:35.776Z Checking byte-wrapper v0.1.0
29902026-06-08T20:21:35.877Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-06-08T20:21:35.899Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-08T20:21:35.921Z Checking num_enum v0.7.6
29932026-06-08T20:21:35.982Z Checking cstr-argument v0.1.2
29942026-06-08T20:21:36.041Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-08T20:21:36.098Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-06-08T20:21:36.111Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-06-08T20:21:36.131Z Checking num_enum v0.5.11
29982026-06-08T20:21:36.242Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-06-08T20:21:36.255Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-06-08T20:21:36.278Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-06-08T20:21:36.298Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-06-08T20:21:36.314Z Checking ingot-types v0.1.2
30032026-06-08T20:21:36.342Z Checking rand v0.10.0
30042026-06-08T20:21:36.401Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-06-08T20:21:36.415Z Checking indent_write v2.2.0
30062026-06-08T20:21:36.475Z Checking colored v3.1.1
30072026-06-08T20:21:36.542Z Compiling zone_cfg_derive v0.3.1
30082026-06-08T20:21:36.689Z Checking ingot v0.1.1
30092026-06-08T20:21:36.693Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-06-08T20:21:36.696Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-08T20:21:36.708Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-08T20:21:36.793Z Checking itertools v0.12.1
30132026-06-08T20:21:36.849Z Compiling num-derive v0.4.2
30142026-06-08T20:21:36.864Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-06-08T20:21:36.878Z Checking swrite v0.1.0
30162026-06-08T20:21:36.966Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-08T20:21:37.066Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-08T20:21:37.179Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-08T20:21:37.194Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-06-08T20:21:37.220Z Checking dropshot-api-manager-types v0.7.2
30212026-06-08T20:21:37.276Z Checking smf v0.2.3
30222026-06-08T20:21:37.293Z Checking nanorand v0.7.0
30232026-06-08T20:21:37.384Z Checking whoami v1.6.1
30242026-06-08T20:21:37.483Z Checking flume v0.11.1
30252026-06-08T20:21:37.509Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-06-08T20:21:37.762Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-08T20:21:37.778Z Checking zone v0.3.1
30282026-06-08T20:21:38.214Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-08T20:21:39.166Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-08T20:21:40.063Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-08T20:21:43.253Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-08T20:21:45.298Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-08T20:21:46.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30342026-06-08T20:21:46.599Z
30352026-06-08T20:21:46.599Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30362026-06-08T20:21:47.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-08T20:21:47.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-08T20:21:47.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-08T20:21:47.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30402026-06-08T20:21:47.191Z
30412026-06-08T20:21:47.191Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30422026-06-08T20:21:47.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-08T20:21:47.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-08T20:21:47.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-08T20:21:47.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30462026-06-08T20:21:47.778Z
30472026-06-08T20:21:47.778Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30482026-06-08T20:21:48.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-08T20:21:48.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-08T20:21:48.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-08T20:21:48.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-06-08T20:21:48.375Z
30532026-06-08T20:21:48.375Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30542026-06-08T20:21:48.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-08T20:21:48.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-08T20:21:48.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-08T20:21:48.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30582026-06-08T20:21:48.975Z
30592026-06-08T20:21:48.975Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30602026-06-08T20:21:49.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-08T20:21:49.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-08T20:21:49.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-08T20:21:49.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-08T20:21:49.579Z
30652026-06-08T20:21:49.579Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30662026-06-08T20:21:50.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-08T20:21:50.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-08T20:21:50.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-08T20:21:50.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30702026-06-08T20:21:50.177Z
30712026-06-08T20:21:50.177Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30722026-06-08T20:21:50.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-08T20:21:50.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-08T20:21:50.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-08T20:21:50.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-06-08T20:21:50.775Z
30772026-06-08T20:21:50.775Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30782026-06-08T20:21:51.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-08T20:21:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-08T20:21:51.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-08T20:21:51.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30822026-06-08T20:21:51.360Z
30832026-06-08T20:21:51.360Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30842026-06-08T20:21:51.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-08T20:21:51.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-08T20:21:51.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-08T20:21:51.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-06-08T20:21:51.956Z
30892026-06-08T20:21:51.956Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30902026-06-08T20:21:52.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-08T20:21:52.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-08T20:21:52.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-08T20:21:52.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30942026-06-08T20:21:52.551Z
30952026-06-08T20:21:52.551Zinfo: running `cargo check --bins` on installinator-client (115/295)
30962026-06-08T20:21:53.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-08T20:21:53.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-08T20:21:53.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-08T20:21:53.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-06-08T20:21:53.149Z
31012026-06-08T20:21:53.149Zinfo: running `cargo check --bins` on nexus-client (116/295)
31022026-06-08T20:21:53.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-08T20:21:53.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-08T20:21:53.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-08T20:21:53.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31062026-06-08T20:21:53.775Z
31072026-06-08T20:21:53.775Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31082026-06-08T20:21:54.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-08T20:21:54.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-08T20:21:54.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-08T20:21:54.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31122026-06-08T20:21:54.402Z
31132026-06-08T20:21:54.402Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31142026-06-08T20:21:54.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-08T20:21:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-08T20:21:54.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-08T20:21:54.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-06-08T20:21:54.980Z
31192026-06-08T20:21:54.980Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31202026-06-08T20:21:55.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-08T20:21:55.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-08T20:21:55.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-08T20:21:55.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-06-08T20:21:55.557Z
31252026-06-08T20:21:55.557Zinfo: running `cargo check --bins` on oxide-client (120/295)
31262026-06-08T20:21:56.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-08T20:21:56.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-08T20:21:56.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-08T20:21:56.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31302026-06-08T20:21:56.134Z
31312026-06-08T20:21:56.134Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31322026-06-08T20:21:56.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-08T20:21:56.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-08T20:21:56.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-08T20:21:56.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-06-08T20:21:56.727Z
31372026-06-08T20:21:56.727Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31382026-06-08T20:21:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-08T20:21:57.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-08T20:21:57.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-08T20:21:57.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31422026-06-08T20:21:57.312Z
31432026-06-08T20:21:57.312Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31442026-06-08T20:21:57.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-08T20:21:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-08T20:21:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-08T20:21:57.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-08T20:21:57.918Z
31492026-06-08T20:21:57.918Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31502026-06-08T20:21:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-08T20:21:58.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-08T20:21:58.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-08T20:21:58.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542026-06-08T20:21:58.537Z
31552026-06-08T20:21:58.537Zinfo: running `cargo check --bins` on installinator-common (125/295)
31562026-06-08T20:21:59.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-08T20:21:59.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-08T20:21:59.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-08T20:21:59.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31602026-06-08T20:21:59.151Z
31612026-06-08T20:21:59.151Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31622026-06-08T20:21:59.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-08T20:21:59.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-08T20:21:59.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-08T20:21:59.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31662026-06-08T20:21:59.731Z
31672026-06-08T20:21:59.731Zinfo: running `cargo check --bins` on wicket-common (127/295)
31682026-06-08T20:22:00.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-08T20:22:00.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-08T20:22:00.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-08T20:22:00.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31722026-06-08T20:22:00.332Z
31732026-06-08T20:22:00.332Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31742026-06-08T20:22:00.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-08T20:22:00.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-08T20:22:01.022Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-08T20:22:01.138Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-08T20:22:01.146Z Checking csv-core v0.1.13
31792026-06-08T20:22:01.153Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-08T20:22:01.159Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-06-08T20:22:01.163Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-06-08T20:22:01.182Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-08T20:22:01.195Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-08T20:22:01.304Z Checking csv v1.4.0
31852026-06-08T20:22:01.337Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-08T20:22:01.361Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-08T20:22:01.377Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-08T20:22:01.407Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-08T20:22:01.651Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-08T20:22:02.002Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-06-08T20:22:02.002Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-06-08T20:22:02.332Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-08T20:22:08.186Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-08T20:22:08.715Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-08T20:22:11.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s
31962026-06-08T20:22:11.241Z
31972026-06-08T20:22:11.241Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31982026-06-08T20:22:11.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-08T20:22:11.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-08T20:22:11.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-08T20:22:11.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32022026-06-08T20:22:11.835Z
32032026-06-08T20:22:11.835Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32042026-06-08T20:22:12.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-08T20:22:12.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-08T20:22:12.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-08T20:22:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-06-08T20:22:12.509Z
32092026-06-08T20:22:12.509Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32102026-06-08T20:22:13.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-08T20:22:13.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-08T20:22:13.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-08T20:22:13.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32142026-06-08T20:22:13.182Z
32152026-06-08T20:22:13.182Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32162026-06-08T20:22:13.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-08T20:22:13.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-08T20:22:13.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-08T20:22:13.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32202026-06-08T20:22:13.822Z
32212026-06-08T20:22:13.822Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32222026-06-08T20:22:14.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-08T20:22:14.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-08T20:22:14.634Z Compiling regress v0.11.1
32252026-06-08T20:22:14.729Z Compiling unsafe-libyaml v0.2.11
32262026-06-08T20:22:14.743Z Compiling radium v0.7.0
32272026-06-08T20:22:14.745Z Compiling semver v0.1.20
32282026-06-08T20:22:14.762Z Checking nom v8.0.0
32292026-06-08T20:22:14.766Z Compiling maybe-uninit v2.0.0
32302026-06-08T20:22:14.766Z Checking tap v1.0.1
32312026-06-08T20:22:14.889Z Checking wyz v0.5.1
32322026-06-08T20:22:15.006Z Compiling rustc_version v0.1.7
32332026-06-08T20:22:15.092Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-08T20:22:15.095Z Compiling zerocopy-derive v0.6.6
32352026-06-08T20:22:15.198Z Compiling owo-colors v4.3.0
32362026-06-08T20:22:15.223Z Compiling newtype_derive v0.1.6
32372026-06-08T20:22:15.418Z Compiling serde_yaml v0.9.34+deprecated
32382026-06-08T20:22:15.467Z Compiling cancel-safe-futures v0.1.5
32392026-06-08T20:22:15.521Z Checking funty v2.0.0
32402026-06-08T20:22:15.672Z Compiling packed_struct v0.10.1
32412026-06-08T20:22:15.837Z Checking crc-catalog v2.4.0
32422026-06-08T20:22:15.930Z Checking crc v3.4.0
32432026-06-08T20:22:15.964Z Checking bitvec v1.0.1
32442026-06-08T20:22:15.978Z Checking zerocopy v0.6.6
32452026-06-08T20:22:16.150Z Checking typify-impl v0.6.2
32462026-06-08T20:22:16.337Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-08T20:22:16.588Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-08T20:22:16.658Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32492026-06-08T20:22:16.861Z Compiling packed_struct_codegen v0.10.1
32502026-06-08T20:22:16.881Z Checking libsw-core v0.3.2
32512026-06-08T20:22:16.929Z Compiling bitfield-macros v0.19.4
32522026-06-08T20:22:17.028Z Compiling indexmap v1.9.3
32532026-06-08T20:22:17.227Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32542026-06-08T20:22:17.243Z Checking nodrop v0.1.14
32552026-06-08T20:22:17.300Z Checking libsw v3.5.0
32562026-06-08T20:22:17.318Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-06-08T20:22:17.334Z Checking array-init v0.0.4
32582026-06-08T20:22:17.449Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-08T20:22:17.629Z Checking smallvec v0.6.14
32602026-06-08T20:22:17.644Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-08T20:22:17.647Z Checking bitfield v0.19.4
32622026-06-08T20:22:17.878Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-08T20:22:17.923Z Checking linear-map v1.2.0
32642026-06-08T20:22:18.002Z Checking smawk v0.3.2
32652026-06-08T20:22:18.052Z Checking tagptr v0.2.0
32662026-06-08T20:22:18.066Z Checking base64 v0.21.7
32672026-06-08T20:22:18.090Z Checking hashbrown v0.12.3
32682026-06-08T20:22:18.131Z Checking unicode-linebreak v0.1.5
32692026-06-08T20:22:18.188Z Checking moka v0.12.13
32702026-06-08T20:22:18.303Z Checking ron v0.8.1
32712026-06-08T20:22:18.342Z Checking textwrap v0.16.2
32722026-06-08T20:22:18.345Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-06-08T20:22:18.571Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-08T20:22:18.746Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-08T20:22:18.814Z Checking serde-hex v0.1.0
32762026-06-08T20:22:18.817Z Checking steno v0.4.1
32772026-06-08T20:22:18.817Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-08T20:22:18.964Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32792026-06-08T20:22:18.999Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-08T20:22:19.567Z Checking hashbrown v0.13.2
32812026-06-08T20:22:19.597Z Checking crc-any v2.5.0
32822026-06-08T20:22:19.633Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-06-08T20:22:19.780Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-08T20:22:19.847Z Checking hickory-resolver v0.25.2
32852026-06-08T20:22:19.861Z Checking void v1.0.2
32862026-06-08T20:22:19.949Z Checking half v1.8.3
32872026-06-08T20:22:19.966Z Checking path-slash v0.1.5
32882026-06-08T20:22:19.982Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32892026-06-08T20:22:19.997Z Checking object v0.30.4
32902026-06-08T20:22:20.073Z Checking utf-8 v0.7.6
32912026-06-08T20:22:20.088Z Checking lzss v0.8.2
32922026-06-08T20:22:20.146Z Checking serde_cbor v0.11.2
32932026-06-08T20:22:20.214Z Checking tungstenite v0.23.0
32942026-06-08T20:22:20.337Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-08T20:22:20.408Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-08T20:22:20.494Z Checking nix v0.27.1
32972026-06-08T20:22:20.525Z Checking kstat-rs v0.2.4
32982026-06-08T20:22:20.562Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-06-08T20:22:20.622Z Checking fxhash v0.2.1
33002026-06-08T20:22:20.646Z Checking serde_bytes v0.11.19
33012026-06-08T20:22:20.706Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-08T20:22:20.741Z Checking tokio-tungstenite v0.23.1
33032026-06-08T20:22:20.759Z Compiling typify-macro v0.6.2
33042026-06-08T20:22:20.814Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-06-08T20:22:20.999Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-08T20:22:21.013Z Checking signal-hook-tokio v0.3.1
33072026-06-08T20:22:21.949Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-08T20:22:21.965Z Compiling typify v0.6.2
33092026-06-08T20:22:22.035Z Compiling progenitor-impl v0.14.0
33102026-06-08T20:22:22.836Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-08T20:22:23.131Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-08T20:22:23.468Z Compiling progenitor-macro v0.14.0
33132026-06-08T20:22:25.792Z Checking progenitor v0.14.0
33142026-06-08T20:22:25.913Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33152026-06-08T20:22:25.916Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-08T20:22:28.529Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-08T20:22:36.243Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-08T20:22:42.528Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-08T20:22:43.897Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-08T20:22:44.394Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-08T20:22:46.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.64s
33222026-06-08T20:22:46.668Z
33232026-06-08T20:22:46.668Zinfo: running `cargo check --bins` on gateway-api (134/295)
33242026-06-08T20:22:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-08T20:22:47.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-08T20:22:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-08T20:22:47.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33282026-06-08T20:22:47.255Z
33292026-06-08T20:22:47.256Zinfo: running `cargo check --bins` on ipcc (135/295)
33302026-06-08T20:22:47.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-08T20:22:47.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-08T20:22:47.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-08T20:22:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33342026-06-08T20:22:47.847Z
33352026-06-08T20:22:47.847Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33362026-06-08T20:22:48.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-08T20:22:48.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-08T20:22:48.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-08T20:22:48.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33402026-06-08T20:22:48.427Z
33412026-06-08T20:22:48.427Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33422026-06-08T20:22:48.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-08T20:22:48.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-08T20:22:48.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-08T20:22:48.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-06-08T20:22:49.038Z
33472026-06-08T20:22:49.038Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33482026-06-08T20:22:49.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-08T20:22:49.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-08T20:22:49.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-08T20:22:49.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-06-08T20:22:49.625Z
33532026-06-08T20:22:49.625Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33542026-06-08T20:22:50.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-08T20:22:50.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-08T20:22:50.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-08T20:22:50.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-06-08T20:22:50.213Z
33592026-06-08T20:22:50.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33602026-06-08T20:22:50.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-08T20:22:50.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-08T20:22:50.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-08T20:22:50.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-06-08T20:22:50.804Z
33652026-06-08T20:22:50.804Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33662026-06-08T20:22:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-08T20:22:51.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-08T20:22:51.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-08T20:22:51.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33702026-06-08T20:22:51.421Z
33712026-06-08T20:22:51.421Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33722026-06-08T20:22:51.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-08T20:22:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-08T20:22:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-08T20:22:51.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-06-08T20:22:52.018Z
33772026-06-08T20:22:52.018Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33782026-06-08T20:22:52.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-08T20:22:52.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-08T20:22:52.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-08T20:22:52.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-06-08T20:22:52.609Z
33832026-06-08T20:22:52.609Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33842026-06-08T20:22:53.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-08T20:22:53.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-08T20:22:53.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-08T20:22:53.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-06-08T20:22:53.201Z
33892026-06-08T20:22:53.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33902026-06-08T20:22:53.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-08T20:22:53.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-08T20:22:53.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-08T20:22:53.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-06-08T20:22:53.799Z
33952026-06-08T20:22:53.799Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33962026-06-08T20:22:54.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-08T20:22:54.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-08T20:22:54.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-08T20:22:54.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-06-08T20:22:54.395Z
34012026-06-08T20:22:54.395Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34022026-06-08T20:22:54.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-08T20:22:54.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-08T20:22:54.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-08T20:22:54.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-06-08T20:22:54.991Z
34072026-06-08T20:22:54.991Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34082026-06-08T20:22:55.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-08T20:22:55.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-08T20:22:55.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-08T20:22:55.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-06-08T20:22:55.602Z
34132026-06-08T20:22:55.602Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34142026-06-08T20:22:56.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-08T20:22:56.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-08T20:22:56.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-08T20:22:56.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-06-08T20:22:56.212Z
34192026-06-08T20:22:56.212Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34202026-06-08T20:22:56.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-08T20:22:56.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-08T20:22:56.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-08T20:22:56.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-06-08T20:22:56.822Z
34252026-06-08T20:22:56.822Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34262026-06-08T20:22:57.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-08T20:22:57.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-08T20:22:57.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-08T20:22:57.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-06-08T20:22:57.431Z
34312026-06-08T20:22:57.431Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34322026-06-08T20:22:57.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-08T20:22:57.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-08T20:22:57.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-08T20:22:57.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-06-08T20:22:58.039Z
34372026-06-08T20:22:58.039Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34382026-06-08T20:22:58.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-08T20:22:58.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-08T20:22:58.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-08T20:22:58.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-06-08T20:22:58.649Z
34432026-06-08T20:22:58.649Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34442026-06-08T20:22:59.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-08T20:22:59.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-08T20:22:59.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-08T20:22:59.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-06-08T20:22:59.262Z
34492026-06-08T20:22:59.262Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34502026-06-08T20:22:59.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-08T20:22:59.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-08T20:22:59.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-08T20:22:59.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-06-08T20:22:59.876Z
34552026-06-08T20:22:59.877Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34562026-06-08T20:23:00.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-08T20:23:00.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-08T20:23:00.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-08T20:23:00.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-06-08T20:23:00.489Z
34612026-06-08T20:23:00.489Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34622026-06-08T20:23:01.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-08T20:23:01.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-08T20:23:01.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-08T20:23:01.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-06-08T20:23:01.099Z
34672026-06-08T20:23:01.099Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34682026-06-08T20:23:01.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-08T20:23:01.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-08T20:23:01.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-08T20:23:01.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34722026-06-08T20:23:01.690Z
34732026-06-08T20:23:01.690Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34742026-06-08T20:23:02.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-08T20:23:02.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-08T20:23:02.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-08T20:23:02.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-06-08T20:23:02.280Z
34792026-06-08T20:23:02.281Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34802026-06-08T20:23:02.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-08T20:23:02.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-08T20:23:02.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-08T20:23:02.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-06-08T20:23:02.872Z
34852026-06-08T20:23:02.872Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34862026-06-08T20:23:03.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-08T20:23:03.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-08T20:23:03.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-08T20:23:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-08T20:23:03.469Z
34912026-06-08T20:23:03.469Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34922026-06-08T20:23:03.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-08T20:23:03.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-08T20:23:03.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-08T20:23:03.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-06-08T20:23:04.063Z
34972026-06-08T20:23:04.063Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34982026-06-08T20:23:04.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-08T20:23:04.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-08T20:23:04.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-08T20:23:04.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-06-08T20:23:04.652Z
35032026-06-08T20:23:04.652Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35042026-06-08T20:23:05.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-08T20:23:05.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-08T20:23:05.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-08T20:23:05.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-06-08T20:23:05.245Z
35092026-06-08T20:23:05.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35102026-06-08T20:23:05.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-08T20:23:05.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-08T20:23:05.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-08T20:23:05.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-06-08T20:23:05.843Z
35152026-06-08T20:23:05.843Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35162026-06-08T20:23:06.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-08T20:23:06.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-08T20:23:06.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-08T20:23:06.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-08T20:23:06.460Z
35212026-06-08T20:23:06.460Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35222026-06-08T20:23:06.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-08T20:23:06.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-08T20:23:06.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-08T20:23:06.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35262026-06-08T20:23:07.077Z
35272026-06-08T20:23:07.077Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35282026-06-08T20:23:07.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-08T20:23:07.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-08T20:23:07.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-08T20:23:07.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35322026-06-08T20:23:07.681Z
35332026-06-08T20:23:07.681Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35342026-06-08T20:23:08.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-08T20:23:08.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-08T20:23:08.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-08T20:23:08.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35382026-06-08T20:23:08.290Z
35392026-06-08T20:23:08.290Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35402026-06-08T20:23:08.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-08T20:23:08.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-08T20:23:08.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-08T20:23:08.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35442026-06-08T20:23:08.897Z
35452026-06-08T20:23:08.897Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35462026-06-08T20:23:09.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-08T20:23:09.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-08T20:23:09.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-08T20:23:09.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35502026-06-08T20:23:09.505Z
35512026-06-08T20:23:09.505Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35522026-06-08T20:23:10.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-08T20:23:10.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-08T20:23:10.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-08T20:23:10.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35562026-06-08T20:23:10.113Z
35572026-06-08T20:23:10.114Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35582026-06-08T20:23:10.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-08T20:23:10.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-08T20:23:10.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-08T20:23:10.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35622026-06-08T20:23:10.739Z
35632026-06-08T20:23:10.739Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35642026-06-08T20:23:11.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-08T20:23:11.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-08T20:23:11.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-08T20:23:11.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-06-08T20:23:11.331Z
35692026-06-08T20:23:11.331Zinfo: running `cargo check --bins` on dns-server (175/295)
35702026-06-08T20:23:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-08T20:23:11.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-08T20:23:11.980Z Compiling parking_lot_core v0.8.6
35732026-06-08T20:23:11.980Z Compiling atomicwrites v0.4.4
35742026-06-08T20:23:11.980Z Compiling git-stub v1.0.0
35752026-06-08T20:23:11.983Z Checking prefix-trie v0.7.0
35762026-06-08T20:23:11.983Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35772026-06-08T20:23:12.231Z Compiling git-stub-vcs v0.1.0
35782026-06-08T20:23:12.378Z Checking hickory-server v0.25.2
35792026-06-08T20:23:12.489Z Checking parking_lot v0.11.2
35802026-06-08T20:23:12.506Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35812026-06-08T20:23:12.573Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35822026-06-08T20:23:12.573Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35832026-06-08T20:23:12.655Z Checking sled v0.34.7
35842026-06-08T20:23:14.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35852026-06-08T20:23:14.729Z
35862026-06-08T20:23:14.729Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35872026-06-08T20:23:15.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-08T20:23:15.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-08T20:23:15.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-08T20:23:15.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-06-08T20:23:15.322Z
35922026-06-08T20:23:15.322Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35932026-06-08T20:23:15.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-08T20:23:15.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-08T20:23:15.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-06-08T20:23:15.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-06-08T20:23:15.915Z
35982026-06-08T20:23:15.915Zinfo: running `cargo check --bins` on sp-sim (178/295)
35992026-06-08T20:23:16.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-08T20:23:16.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-08T20:23:16.634Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36022026-06-08T20:23:18.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36032026-06-08T20:23:18.569Z
36042026-06-08T20:23:18.569Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36052026-06-08T20:23:19.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-08T20:23:19.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-08T20:23:19.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-08T20:23:19.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-06-08T20:23:19.225Z
36102026-06-08T20:23:19.225Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36112026-06-08T20:23:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-08T20:23:19.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-08T20:23:19.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-08T20:23:19.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36152026-06-08T20:23:19.874Z
36162026-06-08T20:23:19.874Zinfo: running `cargo check --bins` on db-macros (181/295)
36172026-06-08T20:23:20.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-08T20:23:20.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-08T20:23:20.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-08T20:23:20.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-06-08T20:23:20.456Z
36222026-06-08T20:23:20.456Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36232026-06-08T20:23:20.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-08T20:23:20.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-08T20:23:20.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-08T20:23:20.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36272026-06-08T20:23:21.037Z
36282026-06-08T20:23:21.037Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36292026-06-08T20:23:21.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-08T20:23:21.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-08T20:23:21.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-08T20:23:21.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36332026-06-08T20:23:21.685Z
36342026-06-08T20:23:21.685Zinfo: running `cargo check --bins` on authz-macros (184/295)
36352026-06-08T20:23:22.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-08T20:23:22.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-08T20:23:22.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-08T20:23:22.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36392026-06-08T20:23:22.272Z
36402026-06-08T20:23:22.272Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36412026-06-08T20:23:22.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-08T20:23:22.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-08T20:23:22.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-08T20:23:22.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-08T20:23:22.912Z
36462026-06-08T20:23:22.912Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36472026-06-08T20:23:23.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-08T20:23:23.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-08T20:23:23.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-08T20:23:23.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36512026-06-08T20:23:23.552Z
36522026-06-08T20:23:23.552Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36532026-06-08T20:23:24.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-08T20:23:24.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-08T20:23:24.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-08T20:23:24.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-06-08T20:23:24.133Z
36582026-06-08T20:23:24.133Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36592026-06-08T20:23:24.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-08T20:23:24.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-08T20:23:24.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-08T20:23:24.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-06-08T20:23:24.713Z
36642026-06-08T20:23:24.713Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36652026-06-08T20:23:25.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-08T20:23:25.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-08T20:23:25.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-08T20:23:25.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-06-08T20:23:25.312Z
36702026-06-08T20:23:25.312Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36712026-06-08T20:23:25.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-08T20:23:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-08T20:23:25.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-08T20:23:25.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-06-08T20:23:25.903Z
36762026-06-08T20:23:25.903Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36772026-06-08T20:23:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-08T20:23:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-08T20:23:26.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-08T20:23:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-06-08T20:23:26.483Z
36822026-06-08T20:23:26.484Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36832026-06-08T20:23:27.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-08T20:23:27.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-08T20:23:27.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-08T20:23:27.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36872026-06-08T20:23:27.128Z
36882026-06-08T20:23:27.128Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36892026-06-08T20:23:27.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-08T20:23:27.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-08T20:23:27.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-08T20:23:27.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36932026-06-08T20:23:27.778Z
36942026-06-08T20:23:27.778Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36952026-06-08T20:23:28.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-08T20:23:28.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-08T20:23:28.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-08T20:23:28.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36992026-06-08T20:23:28.420Z
37002026-06-08T20:23:28.420Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37012026-06-08T20:23:28.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-08T20:23:28.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-08T20:23:28.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-08T20:23:28.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37052026-06-08T20:23:29.041Z
37062026-06-08T20:23:29.041Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37072026-06-08T20:23:29.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-08T20:23:29.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-08T20:23:29.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-08T20:23:29.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37112026-06-08T20:23:29.648Z
37122026-06-08T20:23:29.648Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37132026-06-08T20:23:30.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-08T20:23:30.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-08T20:23:30.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-08T20:23:30.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37172026-06-08T20:23:30.258Z
37182026-06-08T20:23:30.258Zinfo: running `cargo check --bins` on key-manager (198/295)
37192026-06-08T20:23:30.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-08T20:23:30.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-08T20:23:30.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-08T20:23:30.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-06-08T20:23:30.854Z
37242026-06-08T20:23:30.854Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37252026-06-08T20:23:31.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-08T20:23:31.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-08T20:23:31.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-08T20:23:31.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37292026-06-08T20:23:31.469Z
37302026-06-08T20:23:31.469Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37312026-06-08T20:23:31.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-08T20:23:31.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-08T20:23:31.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-08T20:23:31.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37352026-06-08T20:23:32.081Z
37362026-06-08T20:23:32.081Zinfo: running `cargo check --bins` on typed-rng (201/295)
37372026-06-08T20:23:32.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-08T20:23:32.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-08T20:23:32.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-06-08T20:23:32.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-06-08T20:23:32.662Z
37422026-06-08T20:23:32.662Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37432026-06-08T20:23:33.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-06-08T20:23:33.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-06-08T20:23:33.521Z Compiling libefi-sys v0.1.0
37462026-06-08T20:23:33.526Z Compiling bitfield-struct v0.6.2
37472026-06-08T20:23:33.670Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37482026-06-08T20:23:33.679Z Compiling xshell-macros v0.2.7
37492026-06-08T20:23:33.688Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37502026-06-08T20:23:33.701Z Compiling typify-impl v0.4.3
37512026-06-08T20:23:33.704Z Compiling salty v0.3.0
37522026-06-08T20:23:33.734Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37532026-06-08T20:23:33.742Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37542026-06-08T20:23:33.912Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-08T20:23:34.018Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-06-08T20:23:34.031Z Checking xshell v0.2.7
37572026-06-08T20:23:34.034Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-06-08T20:23:34.214Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-08T20:23:34.229Z Checking primeorder v0.13.6
37602026-06-08T20:23:34.263Z Compiling proc-macro-error-attr2 v2.0.0
37612026-06-08T20:23:34.279Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-06-08T20:23:34.393Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37632026-06-08T20:23:34.456Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-08T20:23:34.473Z Checking p384 v0.13.1
37652026-06-08T20:23:34.516Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-08T20:23:34.648Z Compiling proc-macro-error2 v2.0.1
37672026-06-08T20:23:34.682Z Checking tungstenite v0.21.0
37682026-06-08T20:23:34.701Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37692026-06-08T20:23:34.747Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-08T20:23:35.104Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37712026-06-08T20:23:35.206Z Compiling num-derive v0.3.3
37722026-06-08T20:23:35.355Z Checking tokio-tungstenite v0.21.0
37732026-06-08T20:23:35.480Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37742026-06-08T20:23:35.608Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37752026-06-08T20:23:35.633Z Compiling tabled_derive v0.11.0
37762026-06-08T20:23:35.771Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-08T20:23:35.910Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37782026-06-08T20:23:36.111Z Checking libscf-sys v1.1.0
37792026-06-08T20:23:36.245Z Checking papergrid v0.17.0
37802026-06-08T20:23:36.290Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37812026-06-08T20:23:36.306Z Checking testing_table v0.3.0
37822026-06-08T20:23:36.402Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-06-08T20:23:36.419Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-08T20:23:36.746Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37852026-06-08T20:23:36.787Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37862026-06-08T20:23:36.918Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-08T20:23:36.934Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-08T20:23:36.995Z Compiling unicase v2.9.0
37892026-06-08T20:23:37.027Z Checking corncobs v0.1.4
37902026-06-08T20:23:37.114Z Compiling illumos-nvpair-sys v0.2.0
37912026-06-08T20:23:37.156Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-08T20:23:37.178Z Checking tabled v0.20.0
37932026-06-08T20:23:37.194Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-08T20:23:37.210Z Compiling mime_guess v2.0.5
37952026-06-08T20:23:37.348Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37962026-06-08T20:23:37.418Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-06-08T20:23:37.443Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37982026-06-08T20:23:37.500Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37992026-06-08T20:23:37.621Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38002026-06-08T20:23:37.678Z Checking progenitor-client v0.11.2
38012026-06-08T20:23:37.740Z Checking secrecy v0.8.0
38022026-06-08T20:23:37.866Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38032026-06-08T20:23:38.375Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38042026-06-08T20:23:38.375Z Compiling typify-macro v0.4.3
38052026-06-08T20:23:38.394Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38062026-06-08T20:23:38.394Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38072026-06-08T20:23:38.395Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38082026-06-08T20:23:38.515Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38092026-06-08T20:23:38.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38102026-06-08T20:23:38.525Z Checking filetime v0.2.27
38112026-06-08T20:23:38.628Z Checking xattr v1.6.1
38122026-06-08T20:23:38.648Z Checking http-range v0.1.5
38132026-06-08T20:23:38.762Z Checking crc8 v0.1.1
38142026-06-08T20:23:38.872Z Checking tar v0.4.45
38152026-06-08T20:23:38.924Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38162026-06-08T20:23:39.117Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38172026-06-08T20:23:39.175Z Checking illumos-nvpair v0.3.0
38182026-06-08T20:23:39.290Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38192026-06-08T20:23:39.381Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38202026-06-08T20:23:39.416Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-08T20:23:39.692Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38222026-06-08T20:23:39.805Z Compiling typify v0.4.3
38232026-06-08T20:23:39.876Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38242026-06-08T20:23:39.924Z Compiling progenitor-impl v0.11.2
38252026-06-08T20:23:40.010Z Checking atty v0.2.14
38262026-06-08T20:23:40.054Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38272026-06-08T20:23:40.110Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38282026-06-08T20:23:40.351Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38292026-06-08T20:23:40.387Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38302026-06-08T20:23:40.509Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38312026-06-08T20:23:40.713Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38322026-06-08T20:23:40.763Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38332026-06-08T20:23:40.834Z Checking hyper-staticfile v0.10.1
38342026-06-08T20:23:40.865Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-08T20:23:40.884Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38362026-06-08T20:23:41.123Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-06-08T20:23:41.138Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38382026-06-08T20:23:41.301Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38392026-06-08T20:23:41.380Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38402026-06-08T20:23:41.492Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38412026-06-08T20:23:41.637Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38422026-06-08T20:23:41.767Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-06-08T20:23:41.926Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38442026-06-08T20:23:42.045Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38452026-06-08T20:23:42.133Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38462026-06-08T20:23:42.520Z Compiling progenitor-macro v0.11.2
38472026-06-08T20:23:44.905Z Checking progenitor v0.11.2
38482026-06-08T20:23:45.040Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38492026-06-08T20:23:45.271Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-06-08T20:23:49.679Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-06-08T20:24:00.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s
38522026-06-08T20:24:00.705Z
38532026-06-08T20:24:00.705Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38542026-06-08T20:24:01.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-08T20:24:01.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-08T20:24:01.489Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-08T20:24:12.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38582026-06-08T20:24:12.406Z
38592026-06-08T20:24:12.406Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38602026-06-08T20:24:12.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-08T20:24:12.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-08T20:24:13.187Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-08T20:24:23.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38642026-06-08T20:24:24.000Z
38652026-06-08T20:24:24.000Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38662026-06-08T20:24:24.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-08T20:24:24.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-08T20:24:24.767Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-08T20:24:35.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38702026-06-08T20:24:35.537Z
38712026-06-08T20:24:35.538Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38722026-06-08T20:24:36.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-08T20:24:36.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-08T20:24:36.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-08T20:24:46.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38762026-06-08T20:24:47.180Z
38772026-06-08T20:24:47.180Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38782026-06-08T20:24:47.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-08T20:24:47.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-08T20:24:47.956Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-08T20:24:58.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38822026-06-08T20:24:58.726Z
38832026-06-08T20:24:58.726Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38842026-06-08T20:24:59.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-08T20:24:59.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-08T20:24:59.504Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-08T20:25:10.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38882026-06-08T20:25:10.328Z
38892026-06-08T20:25:10.328Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38902026-06-08T20:25:10.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-08T20:25:10.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-08T20:25:11.105Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-06-08T20:25:21.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38942026-06-08T20:25:21.874Z
38952026-06-08T20:25:21.874Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38962026-06-08T20:25:22.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-08T20:25:22.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-08T20:25:22.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-08T20:25:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-06-08T20:25:22.482Z
39012026-06-08T20:25:22.482Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39022026-06-08T20:25:22.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-08T20:25:22.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-08T20:25:22.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-08T20:25:22.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-06-08T20:25:23.082Z
39072026-06-08T20:25:23.082Zinfo: running `cargo check --bins` on range-requests (212/295)
39082026-06-08T20:25:23.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-08T20:25:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-08T20:25:23.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-08T20:25:23.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39122026-06-08T20:25:23.674Z
39132026-06-08T20:25:23.674Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39142026-06-08T20:25:24.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-08T20:25:24.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-08T20:25:24.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-08T20:25:24.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-06-08T20:25:24.269Z
39192026-06-08T20:25:24.269Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39202026-06-08T20:25:24.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-08T20:25:24.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-08T20:25:24.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-08T20:25:24.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39242026-06-08T20:25:24.894Z
39252026-06-08T20:25:24.894Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39262026-06-08T20:25:25.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-08T20:25:25.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-08T20:25:25.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-08T20:25:25.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39302026-06-08T20:25:25.507Z
39312026-06-08T20:25:25.507Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39322026-06-08T20:25:26.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-08T20:25:26.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-08T20:25:26.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-08T20:25:26.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39362026-06-08T20:25:26.117Z
39372026-06-08T20:25:26.117Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39382026-06-08T20:25:26.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-08T20:25:26.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-08T20:25:26.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-08T20:25:26.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39422026-06-08T20:25:26.737Z
39432026-06-08T20:25:26.737Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39442026-06-08T20:25:27.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-08T20:25:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-08T20:25:27.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-08T20:25:27.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39482026-06-08T20:25:27.362Z
39492026-06-08T20:25:27.362Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39502026-06-08T20:25:27.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-08T20:25:27.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-08T20:25:27.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-08T20:25:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39542026-06-08T20:25:27.977Z
39552026-06-08T20:25:27.977Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39562026-06-08T20:25:28.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-08T20:25:28.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-08T20:25:28.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-08T20:25:28.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-08T20:25:28.605Z
39612026-06-08T20:25:28.605Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39622026-06-08T20:25:29.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-08T20:25:29.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-08T20:25:29.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-08T20:25:29.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-08T20:25:29.227Z
39672026-06-08T20:25:29.227Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39682026-06-08T20:25:29.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-08T20:25:29.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-08T20:25:29.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-08T20:25:29.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39722026-06-08T20:25:29.848Z
39732026-06-08T20:25:29.848Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39742026-06-08T20:25:30.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-08T20:25:30.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-08T20:25:30.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-08T20:25:30.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39782026-06-08T20:25:30.486Z
39792026-06-08T20:25:30.486Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39802026-06-08T20:25:31.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-08T20:25:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-08T20:25:31.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-08T20:25:31.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39842026-06-08T20:25:31.110Z
39852026-06-08T20:25:31.110Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39862026-06-08T20:25:31.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-08T20:25:31.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-08T20:25:31.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-08T20:25:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39902026-06-08T20:25:31.739Z
39912026-06-08T20:25:31.739Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39922026-06-08T20:25:32.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-08T20:25:32.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-08T20:25:32.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-08T20:25:32.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39962026-06-08T20:25:32.363Z
39972026-06-08T20:25:32.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39982026-06-08T20:25:32.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-08T20:25:32.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-08T20:25:32.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-08T20:25:32.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40022026-06-08T20:25:33.015Z
40032026-06-08T20:25:33.015Zinfo: running `cargo check --bins` on update-common (228/295)
40042026-06-08T20:25:33.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-08T20:25:33.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-08T20:25:33.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-08T20:25:33.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40082026-06-08T20:25:33.613Z
40092026-06-08T20:25:33.613Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40102026-06-08T20:25:34.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-08T20:25:34.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-08T20:25:34.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-08T20:25:34.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40142026-06-08T20:25:34.267Z
40152026-06-08T20:25:34.267Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40162026-06-08T20:25:34.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-08T20:25:34.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-08T20:25:34.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-06-08T20:25:34.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40202026-06-08T20:25:34.844Z
40212026-06-08T20:25:34.844Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40222026-06-08T20:25:35.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-08T20:25:35.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-08T20:25:35.625Z Compiling fs-err v2.11.0
40252026-06-08T20:25:35.626Z Checking ignore v0.4.25
40262026-06-08T20:25:35.649Z Checking arc-swap v1.8.2
40272026-06-08T20:25:35.745Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-06-08T20:25:35.745Z Checking predicates-tree v1.0.13
40292026-06-08T20:25:35.769Z Checking parse-size v1.1.0
40302026-06-08T20:25:35.773Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-06-08T20:25:35.789Z Checking rand_seeder v0.4.0
40322026-06-08T20:25:35.848Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-06-08T20:25:35.883Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40342026-06-08T20:25:35.932Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-06-08T20:25:35.952Z Checking slog-scope v4.4.1
40362026-06-08T20:25:36.005Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40372026-06-08T20:25:36.076Z Compiling petname v2.0.2
40382026-06-08T20:25:36.093Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40392026-06-08T20:25:36.102Z Checking slog-stdlog v4.1.1
40402026-06-08T20:25:36.114Z Checking globwalk v0.9.1
40412026-06-08T20:25:36.188Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-08T20:25:36.225Z Checking slog-envlogger v2.2.0
40432026-06-08T20:25:36.286Z Checking camino-tempfile-ext v0.3.3
40442026-06-08T20:25:36.356Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-06-08T20:25:36.369Z Checking sapling-renderdag v0.1.0
40462026-06-08T20:25:36.479Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-06-08T20:25:36.551Z Checking subprocess v0.2.15
40482026-06-08T20:25:36.612Z Checking sync-ptr v0.1.4
40492026-06-08T20:25:36.695Z Checking colored v2.2.0
40502026-06-08T20:25:36.736Z Checking assert_matches v1.5.0
40512026-06-08T20:25:36.836Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-06-08T20:25:36.992Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40532026-06-08T20:25:37.011Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40542026-06-08T20:25:37.635Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-06-08T20:25:38.939Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-06-08T20:25:41.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40572026-06-08T20:25:41.308Z
40582026-06-08T20:25:41.308Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40592026-06-08T20:25:41.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-08T20:25:41.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-08T20:25:41.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-08T20:25:41.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40632026-06-08T20:25:41.884Z
40642026-06-08T20:25:41.885Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40652026-06-08T20:25:42.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-08T20:25:42.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-08T20:25:42.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-08T20:25:42.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40692026-06-08T20:25:42.490Z
40702026-06-08T20:25:42.490Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40712026-06-08T20:25:43.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-08T20:25:43.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-08T20:25:43.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-06-08T20:25:43.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40752026-06-08T20:25:43.137Z
40762026-06-08T20:25:43.137Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40772026-06-08T20:25:43.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-08T20:25:43.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-08T20:25:43.857Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40802026-06-08T20:25:43.860Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40812026-06-08T20:25:44.501Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-06-08T20:25:46.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
40832026-06-08T20:25:46.260Z
40842026-06-08T20:25:46.260Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40852026-06-08T20:25:46.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-08T20:25:46.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-08T20:25:46.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-06-08T20:25:46.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-06-08T20:25:46.848Z
40902026-06-08T20:25:46.848Zinfo: running `cargo check --bins` on cert-dev (237/295)
40912026-06-08T20:25:47.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-08T20:25:47.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-08T20:25:47.454Z Checking yasna v0.5.2
40942026-06-08T20:25:47.856Z Checking rcgen v0.12.1
40952026-06-08T20:25:48.106Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-06-08T20:25:48.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40972026-06-08T20:25:48.465Z
40982026-06-08T20:25:48.465Zinfo: running `cargo check --bins` on clickana (238/295)
40992026-06-08T20:25:48.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-06-08T20:25:48.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-06-08T20:25:49.112Z Compiling darling_core v0.23.0
41022026-06-08T20:25:49.115Z Compiling instability v0.3.11
41032026-06-08T20:25:49.221Z Checking castaway v0.2.4
41042026-06-08T20:25:49.234Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41052026-06-08T20:25:49.248Z Compiling indoc v2.0.7
41062026-06-08T20:25:49.251Z Checking unicode-truncate v1.1.0
41072026-06-08T20:25:49.268Z Checking lru v0.12.5
41082026-06-08T20:25:49.268Z Checking cassowary v0.3.0
41092026-06-08T20:25:49.338Z Checking compact_str v0.8.1
41102026-06-08T20:25:50.534Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-06-08T20:25:50.628Z Compiling darling_macro v0.23.0
41122026-06-08T20:25:50.712Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-06-08T20:25:51.033Z Compiling darling v0.23.0
41142026-06-08T20:25:51.648Z Checking ratatui v0.29.0
41152026-06-08T20:25:52.713Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-06-08T20:25:53.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41172026-06-08T20:25:53.557Z
41182026-06-08T20:25:53.557Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41192026-06-08T20:25:54.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-08T20:25:54.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-08T20:25:54.271Z Checking headers-core v0.3.0
41222026-06-08T20:25:54.274Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-06-08T20:25:54.469Z Checking headers v0.4.1
41242026-06-08T20:25:54.835Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-06-08T20:25:55.672Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-06-08T20:25:56.158Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-06-08T20:25:56.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41282026-06-08T20:25:56.766Z
41292026-06-08T20:25:56.766Zinfo: running `cargo check --bins` on ch-dev (240/295)
41302026-06-08T20:25:57.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-08T20:25:57.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-08T20:25:57.470Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-06-08T20:25:58.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41342026-06-08T20:25:58.411Z
41352026-06-08T20:25:58.411Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41362026-06-08T20:25:58.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-08T20:25:58.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-08T20:25:58.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-06-08T20:25:58.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41402026-06-08T20:25:58.874Z
41412026-06-08T20:25:58.874Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41422026-06-08T20:25:59.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-08T20:25:59.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-08T20:25:59.588Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-06-08T20:26:00.560Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-06-08T20:26:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
41472026-06-08T20:26:01.083Z
41482026-06-08T20:26:01.083Zinfo: running `cargo check --bins` on db-dev (243/295)
41492026-06-08T20:26:01.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-08T20:26:01.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-08T20:26:01.792Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-06-08T20:26:02.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41532026-06-08T20:26:02.727Z
41542026-06-08T20:26:02.727Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41552026-06-08T20:26:03.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-08T20:26:03.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-08T20:26:03.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-06-08T20:26:03.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41592026-06-08T20:26:03.359Z
41602026-06-08T20:26:03.359Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41612026-06-08T20:26:03.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-08T20:26:03.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-08T20:26:03.960Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-06-08T20:26:04.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41652026-06-08T20:26:04.804Z
41662026-06-08T20:26:04.804Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41672026-06-08T20:26:05.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-06-08T20:26:05.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-06-08T20:26:05.551Z Compiling progenitor-impl v0.13.0
41702026-06-08T20:26:05.671Z Checking progenitor-client v0.13.0
41712026-06-08T20:26:05.671Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-08T20:26:05.675Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-06-08T20:26:05.679Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41742026-06-08T20:26:05.719Z Checking git-stub v1.0.0
41752026-06-08T20:26:05.719Z Compiling trait-variant v0.1.2
41762026-06-08T20:26:05.859Z Checking is_ci v1.2.0
41772026-06-08T20:26:05.917Z Checking maplit v1.0.2
41782026-06-08T20:26:05.930Z Checking git-stub-vcs v0.1.0
41792026-06-08T20:26:05.955Z Checking supports-color v3.0.2
41802026-06-08T20:26:05.999Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41812026-06-08T20:26:06.076Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41822026-06-08T20:26:06.125Z Checking drift v0.2.0
41832026-06-08T20:26:06.247Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-08T20:26:06.287Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-06-08T20:26:06.416Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-06-08T20:26:06.500Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41872026-06-08T20:26:06.514Z Checking dropshot-api-manager v0.7.2
41882026-06-08T20:26:06.527Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-06-08T20:26:06.646Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41902026-06-08T20:26:06.784Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41912026-06-08T20:26:07.000Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41922026-06-08T20:26:07.015Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-06-08T20:26:07.516Z Compiling progenitor-macro v0.13.0
41942026-06-08T20:26:09.870Z Checking progenitor v0.13.0
41952026-06-08T20:26:09.986Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41962026-06-08T20:26:15.026Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41972026-06-08T20:26:16.105Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41982026-06-08T20:26:16.660Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41992026-06-08T20:26:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
42002026-06-08T20:26:17.275Z
42012026-06-08T20:26:17.275Zinfo: running `cargo check --bins` on installinator-api (247/295)
42022026-06-08T20:26:17.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-08T20:26:17.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-08T20:26:17.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-08T20:26:17.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42062026-06-08T20:26:17.882Z
42072026-06-08T20:26:17.882Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42082026-06-08T20:26:18.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-08T20:26:18.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-08T20:26:18.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-08T20:26:18.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42122026-06-08T20:26:18.503Z
42132026-06-08T20:26:18.503Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42142026-06-08T20:26:19.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-08T20:26:19.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-08T20:26:19.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-08T20:26:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42182026-06-08T20:26:19.135Z
42192026-06-08T20:26:19.135Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42202026-06-08T20:26:19.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-08T20:26:19.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-08T20:26:19.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-08T20:26:19.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42242026-06-08T20:26:19.775Z
42252026-06-08T20:26:19.775Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42262026-06-08T20:26:20.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-08T20:26:20.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-08T20:26:20.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-08T20:26:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42302026-06-08T20:26:20.368Z
42312026-06-08T20:26:20.369Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42322026-06-08T20:26:20.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-08T20:26:20.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-08T20:26:20.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-08T20:26:20.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42362026-06-08T20:26:20.952Z
42372026-06-08T20:26:20.952Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42382026-06-08T20:26:21.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-08T20:26:21.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-08T20:26:21.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-06-08T20:26:21.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42422026-06-08T20:26:21.557Z
42432026-06-08T20:26:21.557Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42442026-06-08T20:26:22.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-08T20:26:22.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-08T20:26:22.169Z Checking typeid v1.0.3
42472026-06-08T20:26:22.282Z Checking ordered-float v2.10.1
42482026-06-08T20:26:22.303Z Checking unicode-xid v0.2.6
42492026-06-08T20:26:22.317Z Checking cargo-platform v0.2.0
42502026-06-08T20:26:22.323Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-06-08T20:26:22.349Z Checking erased-serde v0.4.9
42522026-06-08T20:26:22.490Z Checking serde-value v0.7.0
42532026-06-08T20:26:22.655Z Checking serde-untagged v0.1.9
42542026-06-08T20:26:22.808Z Checking cargo-util-schemas v0.8.2
42552026-06-08T20:26:23.491Z Checking cargo_metadata v0.21.0
42562026-06-08T20:26:24.097Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42572026-06-08T20:26:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
42582026-06-08T20:26:25.020Z
42592026-06-08T20:26:25.020Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42602026-06-08T20:26:25.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-06-08T20:26:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-06-08T20:26:25.738Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42632026-06-08T20:26:26.354Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42642026-06-08T20:26:26.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42652026-06-08T20:26:27.051Z
42662026-06-08T20:26:27.051Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42672026-06-08T20:26:27.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-06-08T20:26:27.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-06-08T20:26:27.997Z Compiling vergen-lib v0.1.6
42702026-06-08T20:26:27.997Z Compiling vergen-gitcl v1.0.8
42712026-06-08T20:26:27.997Z Compiling dirs-sys-next v0.1.2
42722026-06-08T20:26:27.997Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42732026-06-08T20:26:28.001Z Compiling crunchy v0.2.4
42742026-06-08T20:26:28.001Z Compiling glob v0.3.3
42752026-06-08T20:26:28.001Z Compiling diesel_derives v2.3.7
42762026-06-08T20:26:28.186Z Compiling dsl_auto_type v0.2.0
42772026-06-08T20:26:28.365Z Compiling dirs-next v2.0.0
42782026-06-08T20:26:28.416Z Checking scheduled-thread-pool v0.2.7
42792026-06-08T20:26:28.432Z Compiling diesel_table_macro_syntax v0.3.0
42802026-06-08T20:26:28.485Z Compiling tiny-keccak v2.0.2
42812026-06-08T20:26:28.485Z Compiling term v0.7.0
42822026-06-08T20:26:28.545Z Compiling clang-sys v1.8.1
42832026-06-08T20:26:28.559Z Checking r2d2 v0.8.10
42842026-06-08T20:26:28.714Z Checking downcast-rs v2.0.2
42852026-06-08T20:26:28.741Z Compiling bit-vec v0.6.3
42862026-06-08T20:26:28.818Z Compiling ascii-canvas v3.0.0
42872026-06-08T20:26:28.909Z Compiling itertools v0.10.5
42882026-06-08T20:26:28.989Z Compiling bit-set v0.5.3
42892026-06-08T20:26:29.065Z Compiling ena v0.14.4
42902026-06-08T20:26:29.065Z Compiling libloading v0.8.9
42912026-06-08T20:26:29.146Z Compiling diff v0.1.13
42922026-06-08T20:26:29.196Z Compiling regex-syntax v0.6.29
42932026-06-08T20:26:29.212Z Compiling bindgen v0.71.1
42942026-06-08T20:26:29.300Z Compiling cexpr v0.6.0
42952026-06-08T20:26:29.411Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42962026-06-08T20:26:29.605Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42972026-06-08T20:26:29.660Z Compiling rustc-hash v2.1.1
42982026-06-08T20:26:29.787Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42992026-06-08T20:26:29.802Z Compiling libxml v0.3.3
43002026-06-08T20:26:29.973Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43012026-06-08T20:26:29.973Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43022026-06-08T20:26:30.043Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43032026-06-08T20:26:30.327Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43042026-06-08T20:26:30.327Z Compiling strum_macros v0.24.3
43052026-06-08T20:26:30.403Z Compiling indoc v1.0.9
43062026-06-08T20:26:30.541Z Compiling lalrpop v0.19.12
43072026-06-08T20:26:31.295Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43082026-06-08T20:26:31.483Z Checking derive_builder v0.20.2
43092026-06-08T20:26:31.604Z Compiling oso-derive v0.27.3
43102026-06-08T20:26:31.689Z Checking quick-xml v0.37.5
43112026-06-08T20:26:31.816Z Compiling impl-trait-for-tuples v0.2.3
43122026-06-08T20:26:32.108Z Checking openssl-probe v0.1.6
43132026-06-08T20:26:32.254Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43142026-06-08T20:26:32.564Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43152026-06-08T20:26:32.761Z Checking bb8 v0.8.6
43162026-06-08T20:26:32.974Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43172026-06-08T20:26:32.991Z Compiling libz-sys v1.1.24
43182026-06-08T20:26:33.035Z Checking nonempty v0.12.0
43192026-06-08T20:26:33.192Z Compiling strsim v0.10.0
43202026-06-08T20:26:33.208Z Compiling libgit2-sys v0.18.3+1.9.2
43212026-06-08T20:26:33.363Z Compiling darling_core v0.13.4
43222026-06-08T20:26:33.524Z Compiling vergen-git2 v9.1.0
43232026-06-08T20:26:33.570Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-06-08T20:26:33.740Z Compiling rustls v0.21.12
43252026-06-08T20:26:33.778Z Compiling base64 v0.21.7
43262026-06-08T20:26:33.987Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-06-08T20:26:34.075Z Checking diesel v2.3.7
43282026-06-08T20:26:34.099Z Compiling ron v0.8.1
43292026-06-08T20:26:35.013Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43302026-06-08T20:26:35.102Z Checking rustls-webpki v0.101.7
43312026-06-08T20:26:35.201Z Checking sct v0.7.1
43322026-06-08T20:26:35.313Z Compiling darling_macro v0.13.4
43332026-06-08T20:26:35.369Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43342026-06-08T20:26:35.783Z Compiling darling v0.13.4
43352026-06-08T20:26:35.875Z Compiling serde_with_macros v1.5.2
43362026-06-08T20:26:35.941Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43372026-06-08T20:26:36.712Z Compiling serde_with v1.14.0
43382026-06-08T20:26:36.751Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43392026-06-08T20:26:37.597Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43402026-06-08T20:26:37.835Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43412026-06-08T20:26:38.497Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43422026-06-08T20:26:39.139Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-06-08T20:26:39.165Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43442026-06-08T20:26:39.349Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43452026-06-08T20:26:39.372Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43462026-06-08T20:26:39.389Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43472026-06-08T20:26:39.536Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43482026-06-08T20:26:39.682Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-06-08T20:26:39.699Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43502026-06-08T20:26:39.757Z Checking tokio-rustls v0.24.1
43512026-06-08T20:26:39.954Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43522026-06-08T20:26:40.480Z Checking rustls-pemfile v1.0.4
43532026-06-08T20:26:40.561Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43542026-06-08T20:26:40.633Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43552026-06-08T20:26:40.748Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-08T20:26:40.812Z Checking twox-hash v2.1.2
43572026-06-08T20:26:41.112Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43582026-06-08T20:26:41.136Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43592026-06-08T20:26:41.169Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43602026-06-08T20:26:41.639Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-08T20:26:41.797Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-08T20:26:42.811Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43632026-06-08T20:26:43.044Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43642026-06-08T20:26:43.126Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43652026-06-08T20:26:43.470Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43662026-06-08T20:26:43.658Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43672026-06-08T20:26:43.711Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43682026-06-08T20:26:44.154Z Checking console v0.16.2
43692026-06-08T20:26:44.492Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43702026-06-08T20:26:44.641Z Checking fatfs v0.3.6
43712026-06-08T20:26:44.735Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43722026-06-08T20:26:45.102Z Checking unit-prefix v0.5.2
43732026-06-08T20:26:45.230Z Compiling seq-macro v0.3.6
43742026-06-08T20:26:45.722Z Checking indicatif v0.18.4
43752026-06-08T20:26:46.099Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43762026-06-08T20:26:46.124Z Checking support-bundle-viewer v0.1.2
43772026-06-08T20:26:46.372Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43782026-06-08T20:26:46.398Z Checking multimap v0.10.1
43792026-06-08T20:26:52.462Z Checking diesel-dtrace v0.5.0
43802026-06-08T20:26:52.705Z Checking async-bb8-diesel v0.2.1
43812026-06-08T20:26:55.900Z Compiling samael v0.0.19
43822026-06-08T20:27:00.560Z Compiling git2 v0.20.4
43832026-06-08T20:27:01.781Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43842026-06-08T20:27:02.332Z Compiling polar-core v0.27.3
43852026-06-08T20:27:02.993Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43862026-06-08T20:27:06.831Z Checking oso v0.27.3
43872026-06-08T20:27:34.095Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43882026-06-08T20:28:47.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43892026-06-08T20:28:47.429Z
43902026-06-08T20:28:47.429Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43912026-06-08T20:28:47.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-08T20:28:47.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-08T20:28:47.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-08T20:28:47.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43952026-06-08T20:28:47.429Z
43962026-06-08T20:28:47.429Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43972026-06-08T20:28:47.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-08T20:28:47.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-08T20:28:47.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-08T20:28:47.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44012026-06-08T20:28:47.429Z
44022026-06-08T20:28:47.429Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44032026-06-08T20:28:47.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-08T20:28:47.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-08T20:28:47.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-08T20:28:47.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44072026-06-08T20:28:47.429Z
44082026-06-08T20:28:47.429Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44092026-06-08T20:28:47.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-08T20:28:47.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-08T20:28:47.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-08T20:28:47.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44132026-06-08T20:28:47.484Z
44142026-06-08T20:28:47.484Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44152026-06-08T20:28:47.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-08T20:28:47.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-08T20:28:48.132Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-06-08T20:28:48.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44192026-06-08T20:28:49.146Z
44202026-06-08T20:28:49.146Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44212026-06-08T20:28:49.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-08T20:28:49.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-08T20:28:49.923Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44242026-06-08T20:29:26.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s
44252026-06-08T20:29:26.689Z
44262026-06-08T20:29:26.689Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44272026-06-08T20:29:27.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-08T20:29:27.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-08T20:29:27.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-08T20:29:27.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44312026-06-08T20:29:27.275Z
44322026-06-08T20:29:27.275Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44332026-06-08T20:29:27.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-08T20:29:27.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-08T20:29:27.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-08T20:29:27.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44372026-06-08T20:29:27.920Z
44382026-06-08T20:29:27.921Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44392026-06-08T20:29:28.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-08T20:29:28.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-08T20:29:28.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-08T20:29:28.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44432026-06-08T20:29:28.582Z
44442026-06-08T20:29:28.582Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44452026-06-08T20:29:29.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-08T20:29:29.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-08T20:29:29.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-08T20:29:29.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44492026-06-08T20:29:29.247Z
44502026-06-08T20:29:29.247Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44512026-06-08T20:29:29.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-08T20:29:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-08T20:29:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-08T20:29:29.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44552026-06-08T20:29:29.899Z
44562026-06-08T20:29:29.899Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44572026-06-08T20:29:30.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-08T20:29:30.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-08T20:29:30.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-08T20:29:30.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44612026-06-08T20:29:30.569Z
44622026-06-08T20:29:30.569Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44632026-06-08T20:29:31.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-08T20:29:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-08T20:29:31.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-08T20:29:31.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44672026-06-08T20:29:31.227Z
44682026-06-08T20:29:31.228Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44692026-06-08T20:29:31.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-08T20:29:31.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-08T20:29:31.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-08T20:29:31.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44732026-06-08T20:29:31.888Z
44742026-06-08T20:29:31.888Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44752026-06-08T20:29:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-08T20:29:32.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-08T20:29:32.796Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44782026-06-08T20:29:32.800Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44792026-06-08T20:29:32.986Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44802026-06-08T20:29:33.020Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-06-08T20:29:33.037Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-06-08T20:29:33.040Z Checking diff v0.1.13
44832026-06-08T20:29:33.040Z Checking yansi v1.0.1
44842026-06-08T20:29:33.054Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-06-08T20:29:33.129Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-06-08T20:29:33.327Z Checking pretty_assertions v1.4.1
44872026-06-08T20:29:33.937Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-06-08T20:29:34.088Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-06-08T20:29:57.914Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-06-08T20:29:57.920Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44912026-06-08T20:29:57.921Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44922026-06-08T20:29:57.921Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44932026-06-08T20:29:57.921Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44942026-06-08T20:29:57.921Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44952026-06-08T20:29:58.733Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-06-08T20:29:58.737Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44972026-06-08T20:29:59.923Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-08T20:30:36.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44992026-06-08T20:30:36.632Z
45002026-06-08T20:30:36.632Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45012026-06-08T20:30:37.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-08T20:30:37.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-08T20:30:37.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-08T20:30:37.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45052026-06-08T20:30:37.225Z
45062026-06-08T20:30:37.225Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45072026-06-08T20:30:37.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-08T20:30:37.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-08T20:30:38.003Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-08T20:30:38.127Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-06-08T20:30:38.134Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-06-08T20:31:03.823Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-08T20:31:04.201Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-08T20:31:05.873Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-08T20:31:06.317Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-08T20:31:09.251Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-08T20:31:31.856Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-08T20:31:32.570Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-08T20:31:34.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s
45202026-06-08T20:31:34.401Z
45212026-06-08T20:31:34.401Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45222026-06-08T20:31:34.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-08T20:31:34.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-08T20:31:35.135Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-08T20:31:35.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45262026-06-08T20:31:36.004Z
45272026-06-08T20:31:36.004Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45282026-06-08T20:31:36.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-08T20:31:36.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-08T20:31:36.669Z Compiling blake3 v1.8.3
45312026-06-08T20:31:36.780Z Checking arrayvec v0.7.6
45322026-06-08T20:31:36.780Z Checking arrayref v0.3.9
45332026-06-08T20:31:36.780Z Checking constant_time_eq v0.4.2
45342026-06-08T20:31:36.804Z Checking topological-sort v0.2.2
45352026-06-08T20:31:36.807Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45362026-06-08T20:31:36.807Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-06-08T20:31:36.807Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45382026-06-08T20:31:36.847Z Checking shell-words v1.1.1
45392026-06-08T20:31:37.589Z Checking omicron-zone-package v0.12.2
45402026-06-08T20:31:38.299Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-08T20:31:39.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
45422026-06-08T20:31:39.351Z
45432026-06-08T20:31:39.351Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45442026-06-08T20:31:39.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-08T20:31:39.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-08T20:31:40.001Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-08T20:31:40.335Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-08T20:31:40.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45492026-06-08T20:31:40.904Z
45502026-06-08T20:31:40.905Zinfo: running `cargo check --bins` on schema (277/295)
45512026-06-08T20:31:41.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-08T20:31:41.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-08T20:31:41.653Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-08T20:31:42.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45552026-06-08T20:31:42.561Z
45562026-06-08T20:31:42.562Zinfo: running `cargo check --bins` on xtask (278/295)
45572026-06-08T20:31:42.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-08T20:31:42.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-08T20:31:42.996Z Checking libc v0.2.185
45602026-06-08T20:31:42.999Z Checking serde v1.0.228
45612026-06-08T20:31:43.086Z Checking zerofrom v0.1.6
45622026-06-08T20:31:43.098Z Checking bitflags v2.11.0
45632026-06-08T20:31:43.102Z Checking smallvec v1.15.1
45642026-06-08T20:31:43.102Z Checking indexmap v2.14.0
45652026-06-08T20:31:43.111Z Checking serde_json v1.0.149
45662026-06-08T20:31:43.116Z Checking scroll v0.12.0
45672026-06-08T20:31:43.180Z Checking yoke v0.8.1
45682026-06-08T20:31:43.229Z Checking num-traits v0.2.19
45692026-06-08T20:31:43.265Z Checking thiserror v1.0.69
45702026-06-08T20:31:43.341Z Checking percent-encoding v2.3.2
45712026-06-08T20:31:43.351Z Checking zerovec v0.11.5
45722026-06-08T20:31:43.360Z Checking zerotrie v0.2.3
45732026-06-08T20:31:43.371Z Checking errno v0.3.14
45742026-06-08T20:31:43.469Z Checking toml_datetime v0.6.11
45752026-06-08T20:31:43.479Z Checking serde_spanned v0.6.9
45762026-06-08T20:31:43.490Z Checking rustix v1.1.3
45772026-06-08T20:31:43.595Z Checking log v0.4.29
45782026-06-08T20:31:43.607Z Checking zerocopy v0.7.35
45792026-06-08T20:31:43.623Z Checking form_urlencoded v1.2.2
45802026-06-08T20:31:43.645Z Checking toml_edit v0.22.27
45812026-06-08T20:31:43.710Z Checking getrandom v0.4.1
45822026-06-08T20:31:43.744Z Checking goblin v0.8.2
45832026-06-08T20:31:43.755Z Checking thiserror v2.0.18
45842026-06-08T20:31:43.758Z Checking ordered-float v2.10.1
45852026-06-08T20:31:43.791Z Checking tinystr v0.8.2
45862026-06-08T20:31:43.839Z Checking potential_utf v0.1.4
45872026-06-08T20:31:43.852Z Checking syn v2.0.117
45882026-06-08T20:31:43.965Z Checking icu_collections v2.1.1
45892026-06-08T20:31:43.968Z Checking icu_locale_core v2.1.1
45902026-06-08T20:31:43.984Z Checking serde-value v0.7.0
45912026-06-08T20:31:44.085Z Checking dtrace-parser v0.2.0
45922026-06-08T20:31:44.183Z Checking thread-id v4.2.2
45932026-06-08T20:31:44.265Z Checking once_cell v1.21.3
45942026-06-08T20:31:44.277Z Checking cargo-platform v0.2.0
45952026-06-08T20:31:44.289Z Checking terminal_size v0.4.3
45962026-06-08T20:31:44.322Z Checking memmap v0.7.0
45972026-06-08T20:31:44.398Z Checking clap_builder v4.6.0
45982026-06-08T20:31:44.435Z Checking tempfile v3.25.0
45992026-06-08T20:31:44.448Z Checking textwrap v0.16.2
46002026-06-08T20:31:44.451Z Checking fs-err v3.3.0
46012026-06-08T20:31:44.519Z Checking icu_provider v2.1.1
46022026-06-08T20:31:44.637Z Checking camino-tempfile v1.4.1
46032026-06-08T20:31:44.648Z Checking anyhow v1.0.102
46042026-06-08T20:31:44.655Z Checking tabled v0.15.0
46052026-06-08T20:31:44.733Z Checking toml v0.8.23
46062026-06-08T20:31:44.753Z Checking icu_properties v2.1.2
46072026-06-08T20:31:44.773Z Checking icu_normalizer v2.1.1
46082026-06-08T20:31:44.820Z Checking macaddr v1.0.1
46092026-06-08T20:31:44.998Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-08T20:31:45.044Z Checking cargo_toml v0.21.0
46112026-06-08T20:31:45.558Z Checking idna_adapter v1.2.1
46122026-06-08T20:31:45.582Z Checking clap v4.6.1
46132026-06-08T20:31:45.603Z Checking dof v0.3.0
46142026-06-08T20:31:45.677Z Checking idna v1.1.0
46152026-06-08T20:31:45.859Z Checking usdt-impl v0.5.0
46162026-06-08T20:31:45.893Z Checking url v2.5.8
46172026-06-08T20:31:46.100Z Checking usdt v0.5.0
46182026-06-08T20:31:46.234Z Checking cargo-util-schemas v0.8.2
46192026-06-08T20:31:46.908Z Checking cargo_metadata v0.21.0
46202026-06-08T20:31:47.521Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-08T20:31:47.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
46222026-06-08T20:31:48.062Z
46232026-06-08T20:31:48.063Zinfo: running `cargo check --bins` on dnsadm (279/295)
46242026-06-08T20:31:48.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-08T20:31:48.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-08T20:31:48.713Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-08T20:31:49.186Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-08T20:31:49.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46292026-06-08T20:31:49.779Z
46302026-06-08T20:31:49.779Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46312026-06-08T20:31:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-08T20:31:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-08T20:31:50.577Z Checking polyval v0.6.2
46342026-06-08T20:31:50.702Z Checking ctr v0.9.2
46352026-06-08T20:31:50.713Z Checking ssh-encoding v0.2.0
46362026-06-08T20:31:50.713Z Checking blowfish v0.9.1
46372026-06-08T20:31:50.736Z Checking password-hash v0.4.2
46382026-06-08T20:31:50.749Z Checking p521 v0.13.3
46392026-06-08T20:31:50.752Z Checking p256 v0.13.2
46402026-06-08T20:31:50.777Z Checking russh-cryptovec v0.7.3
46412026-06-08T20:31:50.845Z Checking ghash v0.5.1
46422026-06-08T20:31:50.860Z Checking bcrypt-pbkdf v0.10.0
46432026-06-08T20:31:50.877Z Checking md5 v0.7.0
46442026-06-08T20:31:50.888Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-08T20:31:50.946Z Checking num-bigint v0.4.6
46462026-06-08T20:31:50.958Z Checking aes-gcm v0.10.3
46472026-06-08T20:31:50.958Z Checking pbkdf2 v0.11.0
46482026-06-08T20:31:50.996Z Checking des v0.8.1
46492026-06-08T20:31:51.052Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-08T20:31:51.093Z Checking hex-literal v0.4.1
46512026-06-08T20:31:51.108Z Checking ssh-cipher v0.2.0
46522026-06-08T20:31:51.139Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46532026-06-08T20:31:51.153Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-08T20:31:51.166Z Checking socket2 v0.5.10
46552026-06-08T20:31:51.190Z Checking internet-checksum v0.2.1
46562026-06-08T20:31:51.276Z Checking ssh-key v0.6.7
46572026-06-08T20:31:51.447Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46582026-06-08T20:31:51.904Z Checking russh-keys v0.45.0
46592026-06-08T20:31:52.444Z Checking russh v0.45.0
46602026-06-08T20:32:09.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s
46612026-06-08T20:32:09.426Z
46622026-06-08T20:32:09.426Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46632026-06-08T20:32:09.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-06-08T20:32:09.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-06-08T20:32:10.068Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46662026-06-08T20:32:10.178Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46672026-06-08T20:32:10.186Z Checking termios v0.3.3
46682026-06-08T20:32:11.385Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46692026-06-08T20:32:11.538Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46702026-06-08T20:32:13.532Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46712026-06-08T20:32:13.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
46722026-06-08T20:32:14.106Z
46732026-06-08T20:32:14.106Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46742026-06-08T20:32:14.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-08T20:32:14.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-08T20:32:14.810Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46772026-06-08T20:32:14.813Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46782026-06-08T20:32:14.813Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46792026-06-08T20:32:14.813Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46802026-06-08T20:32:14.948Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46812026-06-08T20:32:14.957Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46822026-06-08T20:32:15.673Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46832026-06-08T20:32:16.019Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46842026-06-08T20:32:16.022Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46852026-06-08T20:32:16.671Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46862026-06-08T20:32:18.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
46872026-06-08T20:32:18.487Z
46882026-06-08T20:32:18.487Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46892026-06-08T20:32:19.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-06-08T20:32:19.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-06-08T20:32:19.136Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46922026-06-08T20:32:19.586Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46932026-06-08T20:32:19.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46942026-06-08T20:32:20.101Z
46952026-06-08T20:32:20.101Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46962026-06-08T20:32:20.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-08T20:32:20.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-08T20:32:20.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-08T20:32:20.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47002026-06-08T20:32:20.691Z
47012026-06-08T20:32:20.691Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47022026-06-08T20:32:21.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-08T20:32:21.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-08T20:32:21.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-08T20:32:21.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47062026-06-08T20:32:21.288Z
47072026-06-08T20:32:21.288Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47082026-06-08T20:32:21.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-08T20:32:21.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-08T20:32:22.044Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47112026-06-08T20:32:22.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47122026-06-08T20:32:22.849Z
47132026-06-08T20:32:22.849Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47142026-06-08T20:32:23.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-08T20:32:23.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-08T20:32:23.496Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47172026-06-08T20:32:23.499Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47182026-06-08T20:32:23.774Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47192026-06-08T20:32:23.774Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47202026-06-08T20:32:24.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47212026-06-08T20:32:24.754Z
47222026-06-08T20:32:24.754Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47232026-06-08T20:32:25.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-08T20:32:25.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-08T20:32:25.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-06-08T20:32:25.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47272026-06-08T20:32:25.344Z
47282026-06-08T20:32:25.344Zinfo: running `cargo check --bins` on omicron-package (289/295)
47292026-06-08T20:32:25.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-08T20:32:25.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-08T20:32:26.026Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47322026-06-08T20:32:27.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47332026-06-08T20:32:27.291Z
47342026-06-08T20:32:27.291Zinfo: running `cargo check --bins` on tqdb (290/295)
47352026-06-08T20:32:27.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-08T20:32:27.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-08T20:32:28.069Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47382026-06-08T20:32:28.422Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47392026-06-08T20:32:28.934Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47402026-06-08T20:32:28.938Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47412026-06-08T20:32:34.843Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47422026-06-08T20:32:34.846Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47432026-06-08T20:32:35.408Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47442026-06-08T20:32:35.412Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47452026-06-08T20:32:35.412Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47462026-06-08T20:32:35.412Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47472026-06-08T20:32:36.152Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47482026-06-08T20:32:37.192Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47492026-06-08T20:32:37.964Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-06-08T20:32:38.568Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47512026-06-08T20:32:42.959Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47522026-06-08T20:32:49.239Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47532026-06-08T20:32:49.242Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47542026-06-08T20:32:49.242Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47552026-06-08T20:32:49.242Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47562026-06-08T20:32:50.686Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47572026-06-08T20:32:52.011Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47582026-06-08T20:32:52.681Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47592026-06-08T20:32:53.905Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47602026-06-08T20:32:54.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.14s
47612026-06-08T20:32:54.654Z
47622026-06-08T20:32:54.654Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47632026-06-08T20:32:55.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-06-08T20:32:55.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-06-08T20:32:55.367Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47662026-06-08T20:32:55.367Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47672026-06-08T20:32:55.370Z Checking rtoolbox v0.0.3
47682026-06-08T20:32:55.498Z Checking tui-tree-widget v0.23.1
47692026-06-08T20:32:55.596Z Checking rpassword v7.4.0
47702026-06-08T20:32:56.605Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47712026-06-08T20:32:59.685Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47722026-06-08T20:33:01.561Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47732026-06-08T20:33:02.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s
47742026-06-08T20:33:02.657Z
47752026-06-08T20:33:02.657Zinfo: running `cargo check --bins` on wicket (292/295)
47762026-06-08T20:33:03.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-08T20:33:03.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-08T20:33:03.356Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-06-08T20:33:03.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47802026-06-08T20:33:03.924Z
47812026-06-08T20:33:03.924Zinfo: running `cargo check --bins` on wicketd (293/295)
47822026-06-08T20:33:04.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-08T20:33:04.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-08T20:33:04.642Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47852026-06-08T20:33:04.646Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47862026-06-08T20:33:04.646Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47872026-06-08T20:33:04.646Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47882026-06-08T20:33:05.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47892026-06-08T20:33:06.221Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-06-08T20:33:09.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47912026-06-08T20:33:09.380Z
47922026-06-08T20:33:09.381Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47932026-06-08T20:33:09.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-08T20:33:09.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-08T20:33:09.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-06-08T20:33:09.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47972026-06-08T20:33:09.966Z
47982026-06-08T20:33:09.967Zinfo: running `cargo check --bins` on zone-setup (295/295)
47992026-06-08T20:33:10.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-08T20:33:10.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-08T20:33:10.640Z Checking uzers v0.12.2
48022026-06-08T20:33:10.910Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-06-08T20:33:11.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
48042026-06-08T20:33:11.866Z
48052026-06-08T20:33:11.866Zreal 14:02.675330403
48062026-06-08T20:33:11.867Zuser 21:02.854794023
48072026-06-08T20:33:11.867Zsys 4:21.388087509
48082026-06-08T20:33:11.870Ztrap 0.324966963
48092026-06-08T20:33:11.870Ztflt 0.656295440
48102026-06-08T20:33:11.870Zdflt 1.359455809
48112026-06-08T20:33:11.870Zkflt 0.004891862
48122026-06-08T20:33:11.870Zlock 1:18:17.804881398
48132026-06-08T20:33:11.870Zslp 1:40:49.311662720
48142026-06-08T20:33:11.870Zlat 1:00.980103275
48152026-06-08T20:33:11.870Zstop 3:43.689623788
48162026-06-08T20:33:11.870Zprocess exited: duration 985976 ms, exit code 0
 
48172026-06-08T20:33:11.876Zfound 0 output files