01KWPXA5P5XGHMJDQEE7M7S255: 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: 01KWPXAH4KGXDQ8QT2F5QGEG5N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:53:53.496Zjob assigned to worker 01KWPXAMDPM4JRCGHAC2D2CRM2 [factory aws, i-0d6faef42a8927e2b] (queued for 54 s)
 
22026-07-04T15:53:59.767Zstarting task 0: "setup"
32026-07-04T15:53:59.772Z++ uname -s
42026-07-04T15:53:59.775Z+ kern=SunOS
52026-07-04T15:53:59.775Z+ build_user=build
62026-07-04T15:53:59.776Z+ build_uid=12345
72026-07-04T15:53:59.776Z+ work_dir=/work
82026-07-04T15:53:59.776Z+ input_dir=/input
92026-07-04T15:53:59.776Z+ [[ 0 == 12345 ]]
102026-07-04T15:53:59.776Z+ case "$kern" in
112026-07-04T15:53:59.776Z+ groupadd -g 12345 build
122026-07-04T15:53:59.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:54:01.784Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:54:01.888Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:54:01.891Z+ home_fs=zfs
162026-07-04T15:54:01.891Z+ [[ zfs == autofs ]]
172026-07-04T15:54:01.891Z+ mkdir -p /home/build
182026-07-04T15:54:01.891Z+ chown build:build /home/build /work
192026-07-04T15:54:03.893Z+ chmod 0700 /home/build /work
202026-07-04T15:54:03.897Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-04T15:54:03.906Zstarting task 1: "rust-toolchain"
222026-07-04T15:54:03.919Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-04T15:54:03.919Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-04T15:54:03.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-04T15:54:03.920Z * rust toolchain channel = "1.96.1"
262026-07-04T15:54:03.920Z * rust toolchain profile = "default"
272026-07-04T15:54:03.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-04T15:54:03.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:54:03.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:54:03.994Zinfo: downloading installer
312026-07-04T15:54:05.542Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:54:05.542Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:54:05.542Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:54:05.542Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:54:05.549Zinfo: profile set to default
362026-07-04T15:54:05.549Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:54:05.553Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:54:05.695Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:54:05.698Zinfo: downloading 6 components
402026-07-04T15:54:20.780Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-04T15:54:20.780Z
422026-07-04T15:54:20.817Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:54:20.818Z
442026-07-04T15:54:20.818Z
452026-07-04T15:54:20.818ZRust is installed now. Great!
462026-07-04T15:54:20.818Z
472026-07-04T15:54:20.818ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:54:20.818Zenvironment variable. This has not been done automatically.
492026-07-04T15:54:20.818Z
502026-07-04T15:54:20.818ZTo configure your current shell, you need to source
512026-07-04T15:54:20.818Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:54:20.818Z
532026-07-04T15:54:20.818ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:54:20.818Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:54:20.818Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:54:20.818Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:54:20.818Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:54:20.818Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:54:20.818Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:54:20.821Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:54:20.822Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:54:20.924Z+ rustup --version
632026-07-04T15:54:20.932Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:54:20.936Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:54:20.953Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:54:20.957Z+ cargo --version
672026-07-04T15:54:20.971Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:54:20.974Z+ rustc --version
692026-07-04T15:54:20.993Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:54:20.997Zprocess exited: duration 17091 ms, exit code 0
 
712026-07-04T15:54:21.004Zstarting task 2: "authentication"
722026-07-04T15:54:21.021Zprocess exited: duration 16 ms, exit code 0
 
732026-07-04T15:54:21.027Zstarting task 3: "clone repository"
742026-07-04T15:54:21.030Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:54:21.033Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:54:21.062ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:54:31.472Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:54:31.472Z+ git fetch origin 49c15443180d367ab2bf40f47974642cbf8f6839
792026-07-04T15:54:31.732ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:54:31.732Z * branch 49c15443180d367ab2bf40f47974642cbf8f6839 -> FETCH_HEAD
812026-07-04T15:54:31.739Z+ [[ -n check-console-api ]]
822026-07-04T15:54:31.742Z++ git branch --show-current
832026-07-04T15:54:31.742Z+ current=main
842026-07-04T15:54:31.743Z+ [[ main != check-console-api ]]
852026-07-04T15:54:31.743Z+ git branch -f check-console-api 49c15443180d367ab2bf40f47974642cbf8f6839
862026-07-04T15:54:31.745Z+ git checkout -f check-console-api
872026-07-04T15:54:31.988ZSwitched to branch 'check-console-api'
882026-07-04T15:54:31.991Z+ git reset --hard 49c15443180d367ab2bf40f47974642cbf8f6839
892026-07-04T15:54:32.004ZHEAD is now at 49c154431 don't need error context, fs_err handles that
902026-07-04T15:54:32.007Zprocess exited: duration 10978 ms, exit code 0
 
912026-07-04T15:54:32.014Zstarting task 4: "build"
922026-07-04T15:54:32.017Z+ source .github/buildomat/ci-env.sh
932026-07-04T15:54:32.017Z++ export CARGO_TERM_COLOR=always
942026-07-04T15:54:32.017Z++ CARGO_TERM_COLOR=always
952026-07-04T15:54:32.017Z+++ uname -s
962026-07-04T15:54:32.020Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-04T15:54:32.020Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-04T15:54:32.020Z+ cargo --version
992026-07-04T15:54:32.029Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-04T15:54:32.032Z+ rustc --version
1012026-07-04T15:54:32.052Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-04T15:54:32.054Z+ source ./env.sh
1032026-07-04T15:54:32.054Z++ OLD_SHELL_OPTS=ehxB
1042026-07-04T15:54:32.054Z++ set -o xtrace
1052026-07-04T15:54:32.057Z++++ dirname ./env.sh
1062026-07-04T15:54:32.057Z+++ readlink -f .
1072026-07-04T15:54:32.060Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-04T15:54:32.060Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-04T15:54:32.060Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-04T15:54:32.060Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-04T15:54:32.060Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-04T15:54:32.060Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-04T15:54:32.060Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-04T15:54:32.060Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-04T15:54:32.060Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-04T15:54:32.061Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-04T15:54:32.061Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-04T15:54:32.061Z++ case $OLD_SHELL_OPTS in
1192026-07-04T15:54:32.061Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-04T15:54:32.061Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-04T15:54:32.061Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-04T15:54:32.061Z+ banner prerequisites
1232026-07-04T15:54:32.064Z
1242026-07-04T15:54:32.064Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-04T15:54:32.064Z # # # # # # # # # # # # # # #
1262026-07-04T15:54:32.064Z # # # # ##### # # ##### # # # # # #### #
1272026-07-04T15:54:32.064Z ##### ##### # ##### # # # # # # # # #
1282026-07-04T15:54:32.064Z # # # # # # # # # # # # # # #
1292026-07-04T15:54:32.064Z # # # ###### # # ###### ### # #### # #### #
1302026-07-04T15:54:32.064Z
1312026-07-04T15:54:32.064Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-04T15:54:33.553Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-04T15:54:33.662Z Startup: Caching catalogs ... Done
1342026-07-04T15:54:34.162ZPlanning: Solver setup ... Done (0.444s)
1352026-07-04T15:54:34.188ZPlanning: Running solver ... Done (0.027s)
1362026-07-04T15:54:34.199ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-04T15:54:34.211ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-04T15:54:34.231ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-04T15:54:34.245ZPlanning: Package planning ... Done (0.013s)
1402026-07-04T15:54:34.248ZPlanning: Merging actions ... Done (0.001s)
1412026-07-04T15:54:34.409ZPlanning: Checking for conflicting actions ... Done (0.162s)
1422026-07-04T15:54:34.412ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-04T15:54:35.209ZPlanning: Evaluating mediators ... Done (0.799s)
1442026-07-04T15:54:35.213ZPlanning: Planning completed in 1.53 seconds
1452026-07-04T15:54:35.220Z Packages to install: 2
1462026-07-04T15:54:35.220Z Estimated space available: 156.06 GB
1472026-07-04T15:54:35.223ZEstimated space to be consumed: 30.98 MB
1482026-07-04T15:54:35.223Z Create boot environment: No
1492026-07-04T15:54:35.223ZCreate backup boot environment: No
1502026-07-04T15:54:35.223Z Rebuild boot archive: No
1512026-07-04T15:54:35.223Z
1522026-07-04T15:54:35.223ZChanged packages:
1532026-07-04T15:54:35.223Zhelios
1542026-07-04T15:54:35.223Z developer/build-essential
1552026-07-04T15:54:35.223Z None -> 11-3.0
1562026-07-04T15:54:35.223Z library/libxmlsec1
1572026-07-04T15:54:35.223Z None -> 1.2.35-3.0
1582026-07-04T15:54:35.242Z
1592026-07-04T15:54:35.242ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-04T15:54:36.502ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1612026-07-04T15:54:36.557Z Actions: 1/268 actions (Installing new actions)
1622026-07-04T15:54:36.594Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-04T15:54:36.606ZFinalize: Updating package state database ... Done (0.010s)
1642026-07-04T15:54:36.606ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-04T15:54:36.634ZFinalize: Updating image state ... Done (0.030s)
1662026-07-04T15:54:39.027ZFinalize: Creating fast lookup database ... Done (2.368s)
1672026-07-04T15:54:39.096ZFinalize: Reading search index ... Done (0.012s)
1682026-07-04T15:54:39.099ZFinalize: Updating search index ... Done (0.000s)
1692026-07-04T15:54:39.185ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-04T15:54:39.504ZPlanning: Evaluating mediator changes ... Done
1712026-07-04T15:54:39.609ZPlanning: Checking for conflicting actions ... Done
1722026-07-04T15:54:39.612ZPlanning: Consolidating action changes ... Done
1732026-07-04T15:54:39.766ZPlanning: Evaluating mediators ... Done
1742026-07-04T15:54:39.769ZPlanning: Planning completed in 0.26 seconds
1752026-07-04T15:54:39.790Z Mediators to change: 2
1762026-07-04T15:54:39.790Z Create boot environment: No
1772026-07-04T15:54:39.790ZCreate backup boot environment: No
1782026-07-04T15:54:39.829ZFinalize: Updating package state database ... Done
1792026-07-04T15:54:39.829ZFinalize: Updating package cache ... Done
1802026-07-04T15:54:39.844ZFinalize: Updating image state ... Done
1812026-07-04T15:54:41.807ZFinalize: Creating fast lookup database ... Done
1822026-07-04T15:54:41.867ZFinalize: Reading search index ... Done
1832026-07-04T15:54:41.870ZFinalize: Updating search index ... Done
1842026-07-04T15:54:41.924ZFinalize: Updating package cache ... Done
1852026-07-04T15:54:42.212ZPlanning: Evaluating mediator changes ... Done
1862026-07-04T15:54:42.319ZPlanning: Checking for conflicting actions ... Done
1872026-07-04T15:54:42.322ZPlanning: Consolidating action changes ... Done
1882026-07-04T15:54:42.478ZPlanning: Evaluating mediators ... Done
1892026-07-04T15:54:42.480ZPlanning: Planning completed in 0.27 seconds
1902026-07-04T15:54:42.502Z Mediators to change: 1
1912026-07-04T15:54:42.502Z Create boot environment: No
1922026-07-04T15:54:42.502ZCreate backup boot environment: No
1932026-07-04T15:54:42.537ZFinalize: Updating package state database ... Done
1942026-07-04T15:54:42.537ZFinalize: Updating package cache ... Done
1952026-07-04T15:54:42.554ZFinalize: Updating image state ... Done
1962026-07-04T15:54:44.520ZFinalize: Creating fast lookup database ... Done
1972026-07-04T15:54:44.583ZFinalize: Reading search index ... Done
1982026-07-04T15:54:44.586ZFinalize: Updating search index ... Done
1992026-07-04T15:54:44.642ZFinalize: Updating package cache ... Done
2002026-07-04T15:54:44.953ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-04T15:54:44.953Zapache system 2.4 system
2022026-07-04T15:54:44.953Zclang system 15 system
2032026-07-04T15:54:44.953Zcsh system system illumos
2042026-07-04T15:54:44.953Zctags system system illumos
2052026-07-04T15:54:44.953Zfile vendor vendor darwinsys
2062026-07-04T15:54:44.953Zfile system system illumos
2072026-07-04T15:54:44.953Zgcc vendor 14 vendor
2082026-07-04T15:54:44.953Zgcc system 13 system
2092026-07-04T15:54:44.953Zgcc system 10 system
2102026-07-04T15:54:44.953Zgo system 1.25 system
2112026-07-04T15:54:44.953Zllvm system 15 system
2122026-07-04T15:54:44.953Zmariadb system 11.4 system
2132026-07-04T15:54:44.953Zmta vendor vendor dma
2142026-07-04T15:54:44.953Zopenjdk system 17 system
2152026-07-04T15:54:44.953Zopenjdk system 11 system
2162026-07-04T15:54:44.953Zopenssl vendor 3 vendor
2172026-07-04T15:54:44.953Zperl system 5.40 system
2182026-07-04T15:54:44.953Zpostgresql system 18 system
2192026-07-04T15:54:44.953Zpostgresql system 17 system
2202026-07-04T15:54:44.953Zpython vendor 3 vendor
2212026-07-04T15:54:44.953Zpython system 2 system
2222026-07-04T15:54:44.953Zpython3 vendor 3.13 vendor
2232026-07-04T15:54:44.953Zruby system 3.4 system
2242026-07-04T15:54:44.953Zruby system 3.0 system
2252026-07-04T15:54:44.953Zwords vendor vendor american-english
2262026-07-04T15:54:44.953Zwords system system australian-english
2272026-07-04T15:54:44.953Zwords system system british-english
2282026-07-04T15:54:44.954Zwords system system canadian-english
2292026-07-04T15:54:44.954Zwords system system french
2302026-07-04T15:54:44.954Zwords system system italian
2312026-07-04T15:54:44.954Zwords system system ngerman
2322026-07-04T15:54:44.954Zwords system system ogerman
2332026-07-04T15:54:44.954Zwords system system spanish
2342026-07-04T15:54:45.210ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-04T15:54:45.210Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-04T15:54:45.525ZFMRI IFO
2372026-07-04T15:54:45.525Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-04T15:54:45.525Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-04T15:54:45.525Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-04T15:54:45.526Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-04T15:54:45.526Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-04T15:54:45.526Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-04T15:54:45.526Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-04T15:54:45.526Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-04T15:54:45.526Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-04T15:54:45.781Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-04T15:54:46.042Z Updating crates.io index
2482026-07-04T15:54:46.071Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-04T15:54:46.250Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-04T15:54:46.527Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-04T15:54:47.420Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-04T15:54:47.874Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-04T15:54:49.370Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-04T15:54:50.126Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-04T15:54:50.339Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-04T15:54:50.621Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-04T15:54:51.630Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-04T15:54:51.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-04T15:54:52.167Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-04T15:54:52.386Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-04T15:54:52.776Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-04T15:54:53.211Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-04T15:54:53.453Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-04T15:54:53.641Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-04T15:54:53.890Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-04T15:54:54.121Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-04T15:54:54.336Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-04T15:54:54.555Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-04T15:54:54.763Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-04T15:54:55.127Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-04T15:54:55.428Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-04T15:54:55.655Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-04T15:54:56.046Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-04T15:54:56.296Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-04T15:54:56.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-04T15:54:56.776Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-04T15:54:56.997Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-04T15:54:57.315Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-04T15:54:57.657Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-04T15:54:58.041Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-04T15:54:58.285Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-04T15:54:58.517Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-04T15:54:58.744Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-04T15:54:59.013Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-04T15:54:59.228Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-04T15:54:59.495Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-04T15:54:59.721Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-04T15:55:02.671Z Downloading crates ...
2892026-07-04T15:55:02.707Z Downloaded colorchoice v1.0.4
2902026-07-04T15:55:02.717Z Downloaded bitflags v2.11.0
2912026-07-04T15:55:02.722Z Downloaded cargo-platform v0.3.2
2922026-07-04T15:55:02.722Z Downloaded anstream v1.0.0
2932026-07-04T15:55:02.722Z Downloaded strsim v0.11.1
2942026-07-04T15:55:02.726Z Downloaded papergrid v0.11.0
2952026-07-04T15:55:02.731Z Downloaded version_check v0.9.5
2962026-07-04T15:55:02.736Z Downloaded fastrand v2.3.0
2972026-07-04T15:55:02.736Z Downloaded thiserror-impl v1.0.69
2982026-07-04T15:55:02.736Z Downloaded crypto-common v0.1.7
2992026-07-04T15:55:02.740Z Downloaded zerocopy v0.7.35
3002026-07-04T15:55:02.747Z Downloaded heck v0.5.0
3012026-07-04T15:55:02.759Z Downloaded zmij v1.0.21
3022026-07-04T15:55:02.759Z Downloaded macaddr v1.0.1
3032026-07-04T15:55:02.759Z Downloaded fnv v1.0.7
3042026-07-04T15:55:02.759Z Downloaded anstyle-query v1.1.5
3052026-07-04T15:55:02.759Z Downloaded dof v0.3.0
3062026-07-04T15:55:02.759Z Downloaded cpufeatures v0.2.17
3072026-07-04T15:55:02.759Z Downloaded heck v0.4.1
3082026-07-04T15:55:02.759Z Downloaded equivalent v1.0.2
3092026-07-04T15:55:02.801Z Downloaded errno v0.3.14
3102026-07-04T15:55:02.801Z Downloaded proc-macro-error v1.0.4
3112026-07-04T15:55:02.801Z Downloaded pest_meta v2.8.6
3122026-07-04T15:55:02.807Z Downloaded is_terminal_polyfill v1.70.2
3132026-07-04T15:55:02.807Z Downloaded clap_lex v1.0.0
3142026-07-04T15:55:02.807Z Downloaded cfg-if v1.0.4
3152026-07-04T15:55:02.807Z Downloaded terminal_size v0.4.3
3162026-07-04T15:55:02.807Z Downloaded block-buffer v0.10.4
3172026-07-04T15:55:02.807Z Downloaded usdt-impl v0.5.0
3182026-07-04T15:55:02.807Z Downloaded dtrace-parser v0.2.0
3192026-07-04T15:55:02.807Z Downloaded anstyle-parse v1.0.0
3202026-07-04T15:55:02.807Z Downloaded fs-err v3.3.0
3212026-07-04T15:55:02.807Z Downloaded anstyle v1.0.14
3222026-07-04T15:55:02.807Z Downloaded once_cell v1.21.3
3232026-07-04T15:55:02.807Z Downloaded memmap v0.7.0
3242026-07-04T15:55:02.807Z Downloaded itoa v1.0.17
3252026-07-04T15:55:02.813Z Downloaded proc-macro-error-attr v1.0.4
3262026-07-04T15:55:02.854Z Downloaded pretty-hex v0.4.1
3272026-07-04T15:55:02.855Z Downloaded serde_spanned v0.6.9
3282026-07-04T15:55:02.855Z Downloaded utf8parse v0.2.2
3292026-07-04T15:55:02.855Z Downloaded thread-id v4.2.2
3302026-07-04T15:55:02.855Z Downloaded plain v0.2.3
3312026-07-04T15:55:02.855Z Downloaded scroll_derive v0.12.1
3322026-07-04T15:55:02.855Z Downloaded toml_datetime v0.6.11
3332026-07-04T15:55:02.855Z Downloaded unicode-linebreak v0.1.5
3342026-07-04T15:55:02.855Z Downloaded usdt v0.5.0
3352026-07-04T15:55:02.855Z Downloaded usdt-attr-macro v0.5.0
3362026-07-04T15:55:02.855Z Downloaded toml_write v0.1.2
3372026-07-04T15:55:02.855Z Downloaded tabled_derive v0.7.0
3382026-07-04T15:55:02.855Z Downloaded generic-array v0.14.7
3392026-07-04T15:55:02.855Z Downloaded cargo_metadata v0.23.1
3402026-07-04T15:55:02.855Z Downloaded digest v0.10.7
3412026-07-04T15:55:02.855Z Downloaded byteorder v1.5.0
3422026-07-04T15:55:02.855Z Downloaded bytecount v0.6.9
3432026-07-04T15:55:02.861Z Downloaded camino-tempfile v1.4.1
3442026-07-04T15:55:02.861Z Downloaded smawk v0.3.2
3452026-07-04T15:55:02.861Z Downloaded swrite v0.1.0
3462026-07-04T15:55:02.880Z Downloaded pest_derive v2.8.6
3472026-07-04T15:55:02.882Z Downloaded thiserror v1.0.69
3482026-07-04T15:55:02.887Z Downloaded thiserror-impl v2.0.18
3492026-07-04T15:55:02.887Z Downloaded scroll v0.12.0
3502026-07-04T15:55:02.893Z Downloaded usdt-macro v0.5.0
3512026-07-04T15:55:02.893Z Downloaded serde_tokenstream v0.2.3
3522026-07-04T15:55:02.897Z Downloaded thiserror v2.0.18
3532026-07-04T15:55:02.900Z Downloaded getrandom v0.4.1
3542026-07-04T15:55:02.903Z Downloaded clap v4.6.1
3552026-07-04T15:55:02.906Z Downloaded sha2 v0.10.9
3562026-07-04T15:55:02.911Z Downloaded cargo_toml v0.21.0
3572026-07-04T15:55:02.920Z Downloaded ucd-trie v0.1.7
3582026-07-04T15:55:02.925Z Downloaded pest_generator v2.8.6
3592026-07-04T15:55:02.929Z Downloaded autocfg v1.5.0
3602026-07-04T15:55:02.931Z Downloaded clap_derive v4.6.1
3612026-07-04T15:55:02.931Z Downloaded quote v1.0.45
3622026-07-04T15:55:02.931Z Downloaded toml v0.8.23
3632026-07-04T15:55:02.937Z Downloaded zerocopy-derive v0.7.35
3642026-07-04T15:55:02.940Z Downloaded camino v1.2.2
3652026-07-04T15:55:02.940Z Downloaded textwrap v0.16.2
3662026-07-04T15:55:02.945Z Downloaded anyhow v1.0.102
3672026-07-04T15:55:02.948Z Downloaded semver v1.0.28
3682026-07-04T15:55:02.956Z Downloaded log v0.4.29
3692026-07-04T15:55:02.964Z Downloaded proc-macro2 v1.0.106
3702026-07-04T15:55:02.968Z Downloaded serde_derive v1.0.228
3712026-07-04T15:55:02.971Z Downloaded tempfile v3.25.0
3722026-07-04T15:55:02.977Z Downloaded unicode-ident v1.0.24
3732026-07-04T15:55:02.982Z Downloaded memchr v2.8.0
3742026-07-04T15:55:02.986Z Downloaded toml_edit v0.22.27
3752026-07-04T15:55:02.990Z Downloaded serde_core v1.0.228
3762026-07-04T15:55:03.025Z Downloaded serde v1.0.228
3772026-07-04T15:55:03.028Z Downloaded indexmap v2.14.0
3782026-07-04T15:55:03.028Z Downloaded pest v2.8.6
3792026-07-04T15:55:03.043Z Downloaded typenum v1.20.1
3802026-07-04T15:55:03.068Z Downloaded hashbrown v0.17.0
3812026-07-04T15:55:03.086Z Downloaded serde_json v1.0.150
3822026-07-04T15:55:03.090Z Downloaded clap_builder v4.6.0
3832026-07-04T15:55:03.102Z Downloaded goblin v0.8.2
3842026-07-04T15:55:03.111Z Downloaded winnow v0.7.14
3852026-07-04T15:55:03.118Z Downloaded tabled v0.15.0
3862026-07-04T15:55:03.126Z Downloaded syn v1.0.109
3872026-07-04T15:55:03.147Z Downloaded unicode-width v0.2.0
3882026-07-04T15:55:03.153Z Downloaded unicode-width v0.1.14
3892026-07-04T15:55:03.157Z Downloaded syn v2.0.117
3902026-07-04T15:55:03.173Z Downloaded rustix v1.1.3
3912026-07-04T15:55:03.221Z Downloaded libc v0.2.185
3922026-07-04T15:55:03.293Z Compiling proc-macro2 v1.0.106
3932026-07-04T15:55:03.293Z Compiling quote v1.0.45
3942026-07-04T15:55:03.293Z Compiling unicode-ident v1.0.24
3952026-07-04T15:55:03.297Z Compiling serde_core v1.0.228
3962026-07-04T15:55:03.297Z Compiling libc v0.2.185
3972026-07-04T15:55:03.297Z Compiling version_check v0.9.5
3982026-07-04T15:55:03.297Z Compiling memchr v2.8.0
3992026-07-04T15:55:03.297Z Compiling serde v1.0.228
4002026-07-04T15:55:03.582Z Compiling zmij v1.0.21
4012026-07-04T15:55:03.859Z Compiling itoa v1.0.17
4022026-07-04T15:55:03.863Z Compiling thiserror v1.0.69
4032026-07-04T15:55:03.942Z Compiling ucd-trie v0.1.7
4042026-07-04T15:55:04.137Z Compiling pest v2.8.6
4052026-07-04T15:55:04.224Z Compiling rustix v1.1.3
4062026-07-04T15:55:04.296Z Compiling byteorder v1.5.0
4072026-07-04T15:55:04.370Z Compiling errno v0.3.14
4082026-07-04T15:55:04.546Z Compiling serde_json v1.0.150
4092026-07-04T15:55:04.577Z Compiling bitflags v2.11.0
4102026-07-04T15:55:04.789Z Compiling syn v2.0.117
4112026-07-04T15:55:04.859Z Compiling thread-id v4.2.2
4122026-07-04T15:55:04.875Z Compiling usdt-impl v0.5.0
4132026-07-04T15:55:04.944Z Compiling proc-macro-error-attr v1.0.4
4142026-07-04T15:55:05.075Z Compiling camino v1.2.2
4152026-07-04T15:55:05.103Z Compiling syn v1.0.109
4162026-07-04T15:55:05.203Z Compiling pest_meta v2.8.6
4172026-07-04T15:55:05.471Z Compiling proc-macro-error v1.0.4
4182026-07-04T15:55:05.489Z Compiling equivalent v1.0.2
4192026-07-04T15:55:05.493Z Compiling plain v0.2.3
4202026-07-04T15:55:05.585Z Compiling log v0.4.29
4212026-07-04T15:55:05.620Z Compiling utf8parse v0.2.2
4222026-07-04T15:55:05.740Z Compiling getrandom v0.4.1
4232026-07-04T15:55:05.784Z Compiling hashbrown v0.17.0
4242026-07-04T15:55:05.809Z Compiling anstyle-parse v1.0.0
4252026-07-04T15:55:05.971Z Compiling terminal_size v0.4.3
4262026-07-04T15:55:06.306Z Compiling indexmap v2.14.0
4272026-07-04T15:55:06.786Z Compiling thiserror v2.0.18
4282026-07-04T15:55:06.790Z Compiling winnow v0.7.14
4292026-07-04T15:55:06.790Z Compiling autocfg v1.5.0
4302026-07-04T15:55:06.913Z Compiling is_terminal_polyfill v1.70.2
4312026-07-04T15:55:06.944Z Compiling toml_write v0.1.2
4322026-07-04T15:55:06.953Z Compiling pretty-hex v0.4.1
4332026-07-04T15:55:07.081Z Compiling pest_generator v2.8.6
4342026-07-04T15:55:07.098Z Compiling anstyle v1.0.14
4352026-07-04T15:55:07.136Z Compiling cfg-if v1.0.4
4362026-07-04T15:55:07.191Z Compiling colorchoice v1.0.4
4372026-07-04T15:55:07.203Z Compiling anstyle-query v1.1.5
4382026-07-04T15:55:07.309Z Compiling anstream v1.0.0
4392026-07-04T15:55:07.327Z Compiling fs-err v3.3.0
4402026-07-04T15:55:07.605Z Compiling strsim v0.11.1
4412026-07-04T15:55:07.622Z Compiling anyhow v1.0.102
4422026-07-04T15:55:07.638Z Compiling fastrand v2.3.0
4432026-07-04T15:55:07.651Z Compiling once_cell v1.21.3
4442026-07-04T15:55:07.782Z Compiling heck v0.4.1
4452026-07-04T15:55:07.868Z Compiling unicode-width v0.1.14
4462026-07-04T15:55:07.897Z Compiling heck v0.5.0
4472026-07-04T15:55:07.940Z Compiling bytecount v0.6.9
4482026-07-04T15:55:07.958Z Compiling clap_lex v1.0.0
4492026-07-04T15:55:08.007Z Compiling fnv v1.0.7
4502026-07-04T15:55:08.120Z Compiling papergrid v0.11.0
4512026-07-04T15:55:08.133Z Compiling clap_builder v4.6.0
4522026-07-04T15:55:08.142Z Compiling tabled_derive v0.7.0
4532026-07-04T15:55:08.166Z Compiling tempfile v3.25.0
4542026-07-04T15:55:08.236Z Compiling semver v1.0.28
4552026-07-04T15:55:08.281Z Compiling cargo-platform v0.3.2
4562026-07-04T15:55:08.299Z Compiling memmap v0.7.0
4572026-07-04T15:55:08.487Z Compiling unicode-linebreak v0.1.5
4582026-07-04T15:55:08.544Z Compiling smawk v0.3.2
4592026-07-04T15:55:08.558Z Compiling unicode-width v0.2.0
4602026-07-04T15:55:08.574Z Compiling camino-tempfile v1.4.1
4612026-07-04T15:55:08.695Z Compiling serde_derive v1.0.228
4622026-07-04T15:55:08.727Z Compiling thiserror-impl v1.0.69
4632026-07-04T15:55:08.799Z Compiling zerocopy-derive v0.7.35
4642026-07-04T15:55:08.828Z Compiling pest_derive v2.8.6
4652026-07-04T15:55:09.070Z Compiling scroll_derive v0.12.1
4662026-07-04T15:55:09.084Z Compiling thiserror-impl v2.0.18
4672026-07-04T15:55:09.294Z Compiling clap_derive v4.6.1
4682026-07-04T15:55:09.520Z Compiling tabled v0.15.0
4692026-07-04T15:55:09.648Z Compiling scroll v0.12.0
4702026-07-04T15:55:09.752Z Compiling zerocopy v0.7.35
4712026-07-04T15:55:09.947Z Compiling goblin v0.8.2
4722026-07-04T15:55:10.140Z Compiling dtrace-parser v0.2.0
4732026-07-04T15:55:10.315Z Compiling textwrap v0.16.2
4742026-07-04T15:55:10.795Z Compiling swrite v0.1.0
4752026-07-04T15:55:11.149Z Compiling clap v4.6.1
4762026-07-04T15:55:11.849Z Compiling toml_datetime v0.6.11
4772026-07-04T15:55:11.849Z Compiling serde_spanned v0.6.9
4782026-07-04T15:55:11.872Z Compiling macaddr v1.0.1
4792026-07-04T15:55:11.872Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-04T15:55:11.872Z Compiling cargo_metadata v0.23.1
4812026-07-04T15:55:11.935Z Compiling dof v0.3.0
4822026-07-04T15:55:11.953Z Compiling serde_tokenstream v0.2.3
4832026-07-04T15:55:12.087Z Compiling toml_edit v0.22.27
4842026-07-04T15:55:12.794Z Compiling usdt-attr-macro v0.5.0
4852026-07-04T15:55:12.794Z Compiling usdt-macro v0.5.0
4862026-07-04T15:55:13.332Z Compiling usdt v0.5.0
4872026-07-04T15:55:13.411Z Compiling toml v0.8.23
4882026-07-04T15:55:13.737Z Compiling cargo_toml v0.21.0
4892026-07-04T15:55:15.092Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-04T15:55:19.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.33s
4912026-07-04T15:55:19.507Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-04T15:55:19.507Z Downloading crates ...
4932026-07-04T15:55:19.507Z Downloaded aead v0.5.2
4942026-07-04T15:55:19.507Z Downloaded adler2 v2.0.1
4952026-07-04T15:55:19.507Z Downloaded array-init v0.0.4
4962026-07-04T15:55:19.508Z Downloaded cpufeatures v0.3.0
4972026-07-04T15:55:19.508Z Downloaded cpubits v0.1.1
4982026-07-04T15:55:19.508Z Downloaded atty v0.2.14
4992026-07-04T15:55:19.510Z Downloaded aead v0.6.1
5002026-07-04T15:55:19.510Z Downloaded allocator-api2 v0.2.21
5012026-07-04T15:55:19.510Z Downloaded base16ct v0.2.0
5022026-07-04T15:55:19.510Z Downloaded cookie v0.18.1
5032026-07-04T15:55:19.510Z Downloaded convert_case v0.10.0
5042026-07-04T15:55:19.510Z Downloaded cstr-argument v0.1.2
5052026-07-04T15:55:19.510Z Downloaded crc v3.4.0
5062026-07-04T15:55:19.510Z Downloaded bitfield-macros v0.19.4
5072026-07-04T15:55:19.510Z Downloaded darling v0.21.3
5082026-07-04T15:55:19.510Z Downloaded corncobs v0.1.4
5092026-07-04T15:55:19.510Z Downloaded bit-set v0.8.0
5102026-07-04T15:55:19.510Z Downloaded bit-set v0.5.3
5112026-07-04T15:55:19.510Z Downloaded bb8 v0.8.6
5122026-07-04T15:55:19.510Z Downloaded base64 v0.21.7
5132026-07-04T15:55:19.510Z Downloaded darling v0.23.0
5142026-07-04T15:55:19.511Z Downloaded crossbeam-epoch v0.9.18
5152026-07-04T15:55:19.511Z Downloaded base16ct v1.0.0
5162026-07-04T15:55:19.511Z Downloaded darling_macro v0.13.4
5172026-07-04T15:55:19.511Z Downloaded curve25519-dalek-derive v0.1.1
5182026-07-04T15:55:19.511Z Downloaded crc-catalog v2.4.0
5192026-07-04T15:55:19.511Z Downloaded assert_matches v1.5.0
5202026-07-04T15:55:19.511Z Downloaded arrayref v0.3.9
5212026-07-04T15:55:19.511Z Downloaded atomic-waker v1.1.2
5222026-07-04T15:55:19.511Z Downloaded daft v0.1.7
5232026-07-04T15:55:19.511Z Downloaded cfg_aliases v0.1.1
5242026-07-04T15:55:19.511Z Downloaded ciborium-io v0.2.2
5252026-07-04T15:55:19.511Z Downloaded crossbeam-deque v0.8.6
5262026-07-04T15:55:19.511Z Downloaded darling_macro v0.23.0
5272026-07-04T15:55:19.511Z Downloaded darling_macro v0.21.3
5282026-07-04T15:55:19.511Z Downloaded async-stream-impl v0.3.6
5292026-07-04T15:55:19.511Z Downloaded crc8 v0.1.1
5302026-07-04T15:55:19.511Z Downloaded daft-derive v0.1.7
5312026-07-04T15:55:19.511Z Downloaded bit-vec v0.6.3
5322026-07-04T15:55:19.511Z Downloaded base64ct v1.8.3
5332026-07-04T15:55:19.511Z Downloaded cfg_aliases v0.2.1
5342026-07-04T15:55:19.511Z Downloaded darling v0.13.4
5352026-07-04T15:55:19.511Z Downloaded cobs v0.3.0
5362026-07-04T15:55:19.511Z Downloaded ctutils v0.4.2
5372026-07-04T15:55:19.511Z Downloaded anstream v0.6.21
5382026-07-04T15:55:19.511Z Downloaded darling_macro v0.20.11
5392026-07-04T15:55:19.511Z Downloaded bcrypt-pbkdf v0.11.0
5402026-07-04T15:55:19.511Z Downloaded embedded-io v0.4.0
5412026-07-04T15:55:19.511Z Downloaded embedded-io v0.6.1
5422026-07-04T15:55:19.511Z Downloaded dirs-sys-next v0.1.2
5432026-07-04T15:55:19.511Z Downloaded compression-core v0.4.31
5442026-07-04T15:55:19.511Z Downloaded dtrace-parser v0.3.0
5452026-07-04T15:55:19.511Z Downloaded async-stream v0.3.6
5462026-07-04T15:55:19.511Z Downloaded darling v0.20.11
5472026-07-04T15:55:19.511Z Downloaded csv-core v0.1.13
5482026-07-04T15:55:19.511Z Downloaded cookie_store v0.22.1
5492026-07-04T15:55:19.512Z Downloaded block-padding v0.4.2
5502026-07-04T15:55:19.512Z Downloaded backoff v0.4.0
5512026-07-04T15:55:19.512Z Downloaded async-trait v0.1.89
5522026-07-04T15:55:19.512Z Downloaded block-buffer v0.12.1
5532026-07-04T15:55:19.512Z Downloaded camino-tempfile-ext v0.3.3
5542026-07-04T15:55:19.512Z Downloaded dirs-next v2.0.0
5552026-07-04T15:55:19.512Z Downloaded crunchy v0.2.4
5562026-07-04T15:55:19.512Z Downloaded bcs v0.1.6
5572026-07-04T15:55:19.512Z Downloaded derive_builder_macro v0.20.2
5582026-07-04T15:55:19.512Z Downloaded ascii-canvas v3.0.0
5592026-07-04T15:55:19.512Z Downloaded display-error-chain v0.2.2
5602026-07-04T15:55:19.512Z Downloaded crypto-common v0.2.2
5612026-07-04T15:55:19.512Z Downloaded defmt-parser v1.0.0
5622026-07-04T15:55:19.512Z Downloaded blowfish v0.10.0
5632026-07-04T15:55:19.512Z Downloaded deranged v0.5.8
5642026-07-04T15:55:19.512Z Downloaded dropshot-api-manager-types v0.7.2
5652026-07-04T15:55:19.512Z Downloaded compression-codecs v0.4.37
5662026-07-04T15:55:19.512Z Downloaded cassowary v0.3.0
5672026-07-04T15:55:19.512Z Downloaded atomicwrites v0.4.4
5682026-07-04T15:55:19.512Z Downloaded backon v1.6.0
5692026-07-04T15:55:19.512Z Downloaded async-bb8-diesel v0.2.1
5702026-07-04T15:55:19.512Z Downloaded castaway v0.2.4
5712026-07-04T15:55:19.512Z Downloaded argon2 v0.5.3
5722026-07-04T15:55:19.512Z Downloaded ciborium-ll v0.2.2
5732026-07-04T15:55:19.512Z Downloaded document-features v0.2.12
5742026-07-04T15:55:19.512Z Downloaded difflib v0.4.0
5752026-07-04T15:55:19.512Z Downloaded crucible-workspace-hack v0.1.0
5762026-07-04T15:55:19.513Z Downloaded debug-ignore v1.0.5
5772026-07-04T15:55:19.513Z Downloaded fixedbitset v0.4.2
5782026-07-04T15:55:19.513Z Downloaded crossbeam-utils v0.8.21
5792026-07-04T15:55:19.513Z Downloaded ed25519 v3.0.0
5802026-07-04T15:55:19.513Z Downloaded data-encoding v2.10.0
5812026-07-04T15:55:19.513Z Downloaded ctr v0.10.1
5822026-07-04T15:55:19.513Z Downloaded enum-as-inner v0.6.1
5832026-07-04T15:55:19.513Z Downloaded endian-type v0.1.2
5842026-07-04T15:55:19.513Z Downloaded dunce v1.0.5
5852026-07-04T15:55:19.513Z Downloaded dyn-clone v1.0.20
5862026-07-04T15:55:19.513Z Downloaded dsl_auto_type v0.2.0
5872026-07-04T15:55:19.513Z Downloaded convert_case v0.4.0
5882026-07-04T15:55:19.513Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-07-04T15:55:19.513Z Downloaded env_filter v1.0.0
5902026-07-04T15:55:19.513Z Downloaded fd-lock v4.0.4
5912026-07-04T15:55:19.534Z Downloaded defmt v0.3.100
5922026-07-04T15:55:19.534Z Downloaded cbc v0.2.1
5932026-07-04T15:55:19.534Z Downloaded diesel-dtrace v0.5.0
5942026-07-04T15:55:19.534Z Downloaded crc-any v2.5.0
5952026-07-04T15:55:19.534Z Downloaded defmt-macros v1.0.1
5962026-07-04T15:55:19.534Z Downloaded bitfield v0.19.4
5972026-07-04T15:55:19.534Z Downloaded float-ord v0.3.2
5982026-07-04T15:55:19.534Z Downloaded foreign-types-shared v0.3.1
5992026-07-04T15:55:19.534Z Downloaded foreign-types v0.3.2
6002026-07-04T15:55:19.534Z Downloaded crossbeam-channel v0.5.15
6012026-07-04T15:55:19.534Z Downloaded anstyle-parse v0.2.7
6022026-07-04T15:55:19.534Z Downloaded cipher v0.5.2
6032026-07-04T15:55:19.534Z Downloaded flagset v0.4.7
6042026-07-04T15:55:19.534Z Downloaded either v1.15.0
6052026-07-04T15:55:19.534Z Downloaded foreign-types-macros v0.2.3
6062026-07-04T15:55:19.534Z Downloaded foreign-types v0.5.0
6072026-07-04T15:55:19.534Z Downloaded critical-section v1.2.0
6082026-07-04T15:55:19.534Z Downloaded byte-wrapper v0.1.0
6092026-07-04T15:55:19.534Z Downloaded bit-vec v0.8.0
6102026-07-04T15:55:19.534Z Downloaded futures-task v0.3.32
6112026-07-04T15:55:19.534Z Downloaded futures-core v0.3.32
6122026-07-04T15:55:19.534Z Downloaded argon2 v0.6.0-rc.8
6132026-07-04T15:55:19.534Z Downloaded ahash v0.8.12
6142026-07-04T15:55:19.534Z Downloaded async-recursion v1.1.1
6152026-07-04T15:55:19.534Z Downloaded float-cmp v0.10.0
6162026-07-04T15:55:19.535Z Downloaded bitfield-struct v0.6.2
6172026-07-04T15:55:19.535Z Downloaded foreign-types-shared v0.1.1
6182026-07-04T15:55:19.535Z Downloaded delegate v0.13.5
6192026-07-04T15:55:19.535Z Downloaded ed25519 v2.2.3
6202026-07-04T15:55:19.535Z Downloaded futures-io v0.3.32
6212026-07-04T15:55:19.535Z Downloaded funty v2.0.0
6222026-07-04T15:55:19.535Z Downloaded gethostname v0.5.0
6232026-07-04T15:55:19.535Z Downloaded git-stub v1.0.0
6242026-07-04T15:55:19.535Z Downloaded displaydoc v0.2.5
6252026-07-04T15:55:19.535Z Downloaded ghash v0.6.0
6262026-07-04T15:55:19.535Z Downloaded cipher v0.4.4
6272026-07-04T15:55:19.535Z Downloaded chacha20 v0.9.1
6282026-07-04T15:55:19.535Z Downloaded const_format_proc_macros v0.2.34
6292026-07-04T15:55:19.535Z Downloaded cexpr v0.6.0
6302026-07-04T15:55:19.536Z Downloaded downcast-rs v2.0.2
6312026-07-04T15:55:19.536Z Downloaded digest v0.11.3
6322026-07-04T15:55:19.536Z Downloaded defmt v1.0.1
6332026-07-04T15:55:19.536Z Downloaded fallible-iterator v0.2.0
6342026-07-04T15:55:19.536Z Downloaded ena v0.14.4
6352026-07-04T15:55:19.536Z Downloaded der_derive v0.7.3
6362026-07-04T15:55:19.536Z Downloaded constant_time_eq v0.4.2
6372026-07-04T15:55:19.536Z Downloaded find-msvc-tools v0.1.9
6382026-07-04T15:55:19.536Z Downloaded ecdsa v0.16.9
6392026-07-04T15:55:19.536Z Downloaded fxhash v0.2.1
6402026-07-04T15:55:19.536Z Downloaded futures-macro v0.3.32
6412026-07-04T15:55:19.536Z Downloaded hash32 v0.2.1
6422026-07-04T15:55:19.536Z Downloaded enum_dispatch v0.3.13
6432026-07-04T15:55:19.536Z Downloaded derive_builder_core v0.20.2
6442026-07-04T15:55:19.536Z Downloaded globwalk v0.9.1
6452026-07-04T15:55:19.536Z Downloaded dof v0.4.0
6462026-07-04T15:55:19.536Z Downloaded derive-ex v0.1.8
6472026-07-04T15:55:19.536Z Downloaded hash32 v0.3.1
6482026-07-04T15:55:19.536Z Downloaded foldhash v0.2.0
6492026-07-04T15:55:19.536Z Downloaded foldhash v0.1.5
6502026-07-04T15:55:19.536Z Downloaded hex-literal v1.1.0
6512026-07-04T15:55:19.536Z Downloaded buf-list v1.1.2
6522026-07-04T15:55:19.536Z Downloaded headers-core v0.3.0
6532026-07-04T15:55:19.536Z Downloaded fixedbitset v0.5.7
6542026-07-04T15:55:19.536Z Downloaded const-oid v0.9.6
6552026-07-04T15:55:19.536Z Downloaded ecdsa v0.17.0-rc.18
6562026-07-04T15:55:19.536Z Downloaded derive_builder v0.20.2
6572026-07-04T15:55:19.536Z Downloaded filetime v0.2.27
6582026-07-04T15:55:19.536Z Downloaded ff v0.13.1
6592026-07-04T15:55:19.537Z Downloaded fs-err v2.11.0
6602026-07-04T15:55:19.537Z Downloaded hex v0.4.3
6612026-07-04T15:55:19.537Z Downloaded hostname v0.3.1
6622026-07-04T15:55:19.537Z Downloaded form_urlencoded v1.2.2
6632026-07-04T15:55:19.537Z Downloaded http-body v1.0.1
6642026-07-04T15:55:19.537Z Downloaded blake2 v0.10.6
6652026-07-04T15:55:19.537Z Downloaded home v0.5.12
6662026-07-04T15:55:19.537Z Downloaded hubpack_derive v0.1.1
6672026-07-04T15:55:19.537Z Downloaded httpdate v1.0.3
6682026-07-04T15:55:19.537Z Downloaded arrayvec v0.7.6
6692026-07-04T15:55:19.537Z Downloaded hostname v0.4.2
6702026-07-04T15:55:19.537Z Downloaded crc32fast v1.5.0
6712026-07-04T15:55:19.537Z Downloaded des v0.9.0
6722026-07-04T15:55:19.537Z Downloaded colored v3.1.1
6732026-07-04T15:55:19.537Z Downloaded cmov v0.5.4
6742026-07-04T15:55:19.537Z Downloaded futures-sink v0.3.32
6752026-07-04T15:55:19.537Z Downloaded futures-executor v0.3.32
6762026-07-04T15:55:19.537Z Downloaded console v0.16.2
6772026-07-04T15:55:19.537Z Downloaded http-range v0.1.5
6782026-07-04T15:55:19.537Z Downloaded cancel-safe-futures v0.1.5
6792026-07-04T15:55:19.537Z Downloaded ident_case v1.0.1
6802026-07-04T15:55:19.537Z Downloaded bzip2 v0.4.4
6812026-07-04T15:55:19.537Z Downloaded group v0.13.0
6822026-07-04T15:55:19.537Z Downloaded clang-sys v1.8.1
6832026-07-04T15:55:19.537Z Downloaded console v0.15.11
6842026-07-04T15:55:19.537Z Downloaded bitflags v1.3.2
6852026-07-04T15:55:19.537Z Downloaded glob v0.3.3
6862026-07-04T15:55:19.537Z Downloaded chacha20 v0.10.0
6872026-07-04T15:55:19.537Z Downloaded colored v2.2.0
6882026-07-04T15:55:19.537Z Downloaded bzip2 v0.6.1
6892026-07-04T15:55:19.537Z Downloaded env_logger v0.11.9
6902026-07-04T15:55:19.537Z Downloaded ff v0.14.0
6912026-07-04T15:55:19.547Z Downloaded group v0.14.0
6922026-07-04T15:55:19.547Z Downloaded globset v0.4.18
6932026-07-04T15:55:19.547Z Downloaded erased-serde v0.3.31
6942026-07-04T15:55:19.547Z Downloaded darling_core v0.13.4
6952026-07-04T15:55:19.547Z Downloaded illumos-nvpair-sys v0.2.0
6962026-07-04T15:55:19.547Z Downloaded illumos-nvpair v0.3.0
6972026-07-04T15:55:19.547Z Downloaded diff v0.1.13
6982026-07-04T15:55:19.547Z Downloaded indoc v1.0.9
6992026-07-04T15:55:19.547Z Downloaded indent_write v2.2.0
7002026-07-04T15:55:19.548Z Downloaded darling_core v0.20.11
7012026-07-04T15:55:19.548Z Downloaded internet-checksum v0.2.1
7022026-07-04T15:55:19.548Z Downloaded instant v0.1.13
7032026-07-04T15:55:19.548Z Downloaded is-terminal v0.4.17
7042026-07-04T15:55:19.548Z Downloaded fs_extra v1.3.0
7052026-07-04T15:55:19.548Z Downloaded is_ci v1.2.0
7062026-07-04T15:55:19.548Z Downloaded inout v0.1.4
7072026-07-04T15:55:19.548Z Downloaded derive_more v0.99.20
7082026-07-04T15:55:19.548Z Downloaded futures-channel v0.3.32
7092026-07-04T15:55:19.548Z Downloaded derive-where v1.6.0
7102026-07-04T15:55:19.548Z Downloaded getrandom v0.2.17
7112026-07-04T15:55:19.548Z Downloaded inout v0.2.2
7122026-07-04T15:55:19.548Z Downloaded idna_adapter v1.2.1
7132026-07-04T15:55:19.548Z Downloaded hubpack v0.1.2
7142026-07-04T15:55:19.548Z Downloaded cmake v0.1.57
7152026-07-04T15:55:19.548Z Downloaded ciborium v0.2.2
7162026-07-04T15:55:19.548Z Downloaded lalrpop-util v0.19.12
7172026-07-04T15:55:19.548Z Downloaded kem v0.3.0
7182026-07-04T15:55:19.548Z Downloaded highway v1.3.0
7192026-07-04T15:55:19.548Z Downloaded darling_core v0.23.0
7202026-07-04T15:55:19.548Z Downloaded hyper-staticfile v0.10.1
7212026-07-04T15:55:19.548Z Downloaded humantime v2.3.0
7222026-07-04T15:55:19.548Z Downloaded elliptic-curve v0.13.8
7232026-07-04T15:55:19.548Z Downloaded keccak v0.1.6
7242026-07-04T15:55:19.548Z Downloaded git-stub-vcs v0.1.0
7252026-07-04T15:55:19.548Z Downloaded base64 v0.22.1
7262026-07-04T15:55:19.548Z Downloaded darling_core v0.21.3
7272026-07-04T15:55:19.548Z Downloaded hyper-tls v0.6.0
7282026-07-04T15:55:19.548Z Downloaded http-body-util v0.1.3
7292026-07-04T15:55:19.549Z Downloaded lazy_static v1.5.0
7302026-07-04T15:55:19.549Z Downloaded libscf-sys v1.1.0
7312026-07-04T15:55:19.549Z Downloaded kstat-rs v0.2.4
7322026-07-04T15:55:19.549Z Downloaded lru-cache v0.1.2
7332026-07-04T15:55:19.549Z Downloaded dropshot_endpoint v0.17.1
7342026-07-04T15:55:19.549Z Downloaded blake2 v0.11.0-rc.6
7352026-07-04T15:55:19.549Z Downloaded fatfs v0.3.6
7362026-07-04T15:55:19.549Z Downloaded drift v0.2.0
7372026-07-04T15:55:19.549Z Downloaded md-5 v0.10.6
7382026-07-04T15:55:19.549Z Downloaded maplit v1.0.2
7392026-07-04T15:55:19.549Z Downloaded managed v0.8.0
7402026-07-04T15:55:19.549Z Downloaded ingot v0.1.1
7412026-07-04T15:55:19.549Z Downloaded impl-trait-for-tuples v0.2.3
7422026-07-04T15:55:19.549Z Downloaded md5 v0.8.0
7432026-07-04T15:55:19.549Z Downloaded mime v0.3.17
7442026-07-04T15:55:19.549Z Downloaded ipnetwork v0.21.1
7452026-07-04T15:55:19.549Z Downloaded hmac v0.12.1
7462026-07-04T15:55:19.549Z Downloaded half v1.8.3
7472026-07-04T15:55:19.549Z Downloaded multimap v0.10.1
7482026-07-04T15:55:19.549Z Downloaded lzss v0.8.2
7492026-07-04T15:55:19.549Z Downloaded match_cfg v0.1.0
7502026-07-04T15:55:19.549Z Downloaded memoffset v0.9.1
7512026-07-04T15:55:19.549Z Downloaded maybe-uninit v2.0.0
7522026-07-04T15:55:19.549Z Downloaded lru v0.12.5
7532026-07-04T15:55:19.549Z Downloaded ingot-types v0.1.2
7542026-07-04T15:55:19.549Z Downloaded generic-array v1.4.3
7552026-07-04T15:55:19.549Z Downloaded hmac v0.13.0
7562026-07-04T15:55:19.549Z Downloaded getrandom v0.3.4
7572026-07-04T15:55:19.549Z Downloaded libefi-sys v0.1.0
7582026-07-04T15:55:19.549Z Downloaded keccak v0.2.0
7592026-07-04T15:55:19.549Z Downloaded arc-swap v1.8.2
7602026-07-04T15:55:19.549Z Downloaded nibble_vec v0.1.0
7612026-07-04T15:55:19.549Z Downloaded bumpalo v3.20.2
7622026-07-04T15:55:19.551Z Downloaded newtype_derive v0.1.6
7632026-07-04T15:55:19.551Z Downloaded linked-hash-map v0.5.6
7642026-07-04T15:55:19.551Z Downloaded indoc v2.0.7
7652026-07-04T15:55:19.551Z Downloaded instability v0.3.11
7662026-07-04T15:55:19.551Z Downloaded ar_archive_writer v0.5.1
7672026-07-04T15:55:19.551Z Downloaded ipnet v2.11.0
7682026-07-04T15:55:19.551Z Downloaded elliptic-curve v0.14.0-rc.33
7692026-07-04T15:55:19.551Z Downloaded hyper-rustls v0.27.7
7702026-07-04T15:55:19.551Z Downloaded iana-time-zone v0.1.65
7712026-07-04T15:55:19.551Z Downloaded compact_str v0.8.1
7722026-07-04T15:55:19.551Z Downloaded num v0.4.3
7732026-07-04T15:55:19.551Z Downloaded num-iter v0.1.45
7742026-07-04T15:55:19.551Z Downloaded newline-converter v0.3.0
7752026-07-04T15:55:19.551Z Downloaded normalize-line-endings v0.3.0
7762026-07-04T15:55:19.551Z Downloaded new_debug_unreachable v1.0.6
7772026-07-04T15:55:19.551Z Downloaded nonempty v0.12.0
7782026-07-04T15:55:19.551Z Downloaded libsw-core v0.3.2
7792026-07-04T15:55:19.551Z Downloaded libsw v3.5.0
7802026-07-04T15:55:19.551Z Downloaded libloading v0.8.9
7812026-07-04T15:55:19.551Z Downloaded hybrid-array v0.4.13
7822026-07-04T15:55:19.551Z Downloaded num-derive v0.3.3
7832026-07-04T15:55:19.551Z Downloaded nodrop v0.1.14
7842026-07-04T15:55:19.551Z Downloaded num-conv v0.2.0
7852026-07-04T15:55:19.551Z Downloaded openssl-macros v0.1.1
7862026-07-04T15:55:19.551Z Downloaded olpc-cjson v0.1.4
7872026-07-04T15:55:19.553Z Downloaded num_threads v0.1.7
7882026-07-04T15:55:19.553Z Downloaded num_enum_derive v0.5.11
7892026-07-04T15:55:19.553Z Downloaded const_format v0.2.35
7902026-07-04T15:55:19.553Z Downloaded httparse v1.10.1
7912026-07-04T15:55:19.565Z Downloaded oso-derive v0.27.3
7922026-07-04T15:55:19.565Z Downloaded openssl-probe v0.2.1
7932026-07-04T15:55:19.565Z Downloaded linear-map v1.2.0
7942026-07-04T15:55:19.565Z Downloaded openssl-probe v0.1.6
7952026-07-04T15:55:19.565Z Downloaded futures v0.3.32
7962026-07-04T15:55:19.565Z Downloaded opaque-debug v0.3.1
7972026-07-04T15:55:19.565Z Downloaded lru-slab v0.1.2
7982026-07-04T15:55:19.565Z Downloaded lock_api v0.4.14
7992026-07-04T15:55:19.565Z Downloaded half v2.7.1
8002026-07-04T15:55:19.565Z Downloaded ingot-macros v0.1.1
8012026-07-04T15:55:19.565Z Downloaded bytes v1.11.1
8022026-07-04T15:55:19.565Z Downloaded const-oid v0.10.2
8032026-07-04T15:55:19.565Z Downloaded packed_struct_codegen v0.10.1
8042026-07-04T15:55:19.565Z Downloaded der v0.7.10
8052026-07-04T15:55:19.566Z Downloaded derive_more v2.1.1
8062026-07-04T15:55:19.566Z Downloaded module-lattice v0.2.3
8072026-07-04T15:55:19.566Z Downloaded jobserver v0.1.34
8082026-07-04T15:55:19.566Z Downloaded num-complex v0.4.6
8092026-07-04T15:55:19.566Z Downloaded nu-ansi-term v0.50.3
8102026-07-04T15:55:19.566Z Downloaded num-rational v0.4.2
8112026-07-04T15:55:19.566Z Downloaded newtype-uuid v1.3.2
8122026-07-04T15:55:19.566Z Downloaded newtype-uuid-macros v0.1.0
8132026-07-04T15:55:19.566Z Downloaded native-tls v0.2.18
8142026-07-04T15:55:19.566Z Downloaded percent-encoding v2.3.2
8152026-07-04T15:55:19.566Z Downloaded path-slash v0.1.5
8162026-07-04T15:55:19.566Z Downloaded parse-size v1.1.0
8172026-07-04T15:55:19.566Z Downloaded password-hash v0.6.1
8182026-07-04T15:55:19.566Z Downloaded parse-display v0.10.0
8192026-07-04T15:55:19.566Z Downloaded flume v0.11.1
8202026-07-04T15:55:19.566Z Downloaded nanorand v0.7.0
8212026-07-04T15:55:19.566Z Downloaded icu_properties v2.1.2
8222026-07-04T15:55:19.566Z Downloaded multer v3.1.0
8232026-07-04T15:55:19.566Z Downloaded peg-runtime v0.8.5
8242026-07-04T15:55:19.566Z Downloaded num-integer v0.1.46
8252026-07-04T15:55:19.566Z Downloaded num-derive v0.4.2
8262026-07-04T15:55:19.566Z Downloaded num_enum_derive v0.7.6
8272026-07-04T15:55:19.566Z Downloaded num_enum v0.7.6
8282026-07-04T15:55:19.566Z Downloaded heapless v0.7.17
8292026-07-04T15:55:19.566Z Downloaded mime_guess v2.0.5
8302026-07-04T15:55:19.566Z Downloaded num_enum v0.5.11
8312026-07-04T15:55:19.566Z Downloaded memmap2 v0.9.10
8322026-07-04T15:55:19.566Z Downloaded icu_provider v2.1.1
8332026-07-04T15:55:19.566Z Downloaded chacha20poly1305 v0.10.1
8342026-07-04T15:55:19.566Z Downloaded phf_shared v0.11.3
8352026-07-04T15:55:19.566Z Downloaded headers v0.4.1
8362026-07-04T15:55:19.566Z Downloaded ed25519-dalek v2.2.0
8372026-07-04T15:55:19.567Z Downloaded indexmap v1.9.3
8382026-07-04T15:55:19.567Z Downloaded phf_shared v0.13.1
8392026-07-04T15:55:19.567Z Downloaded litemap v0.8.1
8402026-07-04T15:55:19.567Z Downloaded ignore v0.4.25
8412026-07-04T15:55:19.567Z Downloaded crypto-bigint v0.5.5
8422026-07-04T15:55:19.567Z Downloaded packed_struct v0.10.1
8432026-07-04T15:55:19.567Z Downloaded flate2 v1.1.9
8442026-07-04T15:55:19.567Z Downloaded powerfmt v0.2.0
8452026-07-04T15:55:19.567Z Downloaded diesel_derives v2.3.7
8462026-07-04T15:55:19.567Z Downloaded oxnet v0.1.6
8472026-07-04T15:55:19.567Z Downloaded oxide-tokio-rt v0.1.4
8482026-07-04T15:55:19.567Z Downloaded derive_more-impl v2.1.1
8492026-07-04T15:55:19.567Z Downloaded litrs v1.0.0
8502026-07-04T15:55:19.567Z Downloaded owo-colors v4.3.0
8512026-07-04T15:55:19.567Z Downloaded precomputed-hash v0.1.1
8522026-07-04T15:55:19.567Z Downloaded potential_utf v0.1.4
8532026-07-04T15:55:19.567Z Downloaded peg v0.8.5
8542026-07-04T15:55:19.567Z Downloaded predicates-core v1.0.10
8552026-07-04T15:55:19.567Z Downloaded async-compression v0.4.41
8562026-07-04T15:55:19.567Z Downloaded proc-macro-crate v3.4.0
8572026-07-04T15:55:19.567Z Downloaded ed25519-dalek v3.0.0-rc.0
8582026-07-04T15:55:19.567Z Downloaded pem v3.0.6
8592026-07-04T15:55:19.567Z Downloaded predicates-tree v1.0.13
8602026-07-04T15:55:19.567Z Downloaded icu_locale_core v2.1.1
8612026-07-04T15:55:19.567Z Downloaded icu_normalizer_data v2.1.1
8622026-07-04T15:55:19.567Z Downloaded pbkdf2 v0.13.0
8632026-07-04T15:55:19.567Z Downloaded proc-macro-crate v1.3.1
8642026-07-04T15:55:19.568Z Downloaded phc v0.6.1
8652026-07-04T15:55:19.568Z Downloaded aes v0.9.1
8662026-07-04T15:55:19.568Z Downloaded pem-rfc7468 v1.0.0
8672026-07-04T15:55:19.568Z Downloaded hickory-resolver v0.24.4
8682026-07-04T15:55:19.568Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-07-04T15:55:19.568Z Downloaded phf v0.13.1
8702026-07-04T15:55:19.568Z Downloaded peg-macros v0.8.5
8712026-07-04T15:55:19.568Z Downloaded heapless v0.8.0
8722026-07-04T15:55:19.568Z Downloaded progenitor-client v0.14.0
8732026-07-04T15:55:19.568Z Downloaded parse-display-derive v0.10.0
8742026-07-04T15:55:19.568Z Downloaded ml-kem v0.3.2
8752026-07-04T15:55:19.568Z Downloaded pin-project-lite v0.2.17
8762026-07-04T15:55:19.568Z Downloaded psl-types v2.0.11
8772026-07-04T15:55:19.568Z Downloaded cc v1.2.56
8782026-07-04T15:55:19.568Z Downloaded pkcs8 v0.10.2
8792026-07-04T15:55:19.568Z Downloaded radium v0.7.0
8802026-07-04T15:55:19.568Z Downloaded quick-error v1.2.3
8812026-07-04T15:55:19.568Z Downloaded phf_shared v0.12.1
8822026-07-04T15:55:19.568Z Downloaded phf v0.12.1
8832026-07-04T15:55:19.568Z Downloaded paste v1.0.15
8842026-07-04T15:55:19.568Z Downloaded icu_normalizer v2.1.1
8852026-07-04T15:55:19.568Z Downloaded indicatif v0.18.4
8862026-07-04T15:55:19.568Z Downloaded libbz2-rs-sys v0.2.2
8872026-07-04T15:55:19.568Z Downloaded progenitor-macro v0.13.0
8882026-07-04T15:55:19.568Z Downloaded progenitor-macro v0.14.0
8892026-07-04T15:55:19.568Z Downloaded ppv-lite86 v0.2.21
8902026-07-04T15:55:19.568Z Downloaded poly1305 v0.8.0
8912026-07-04T15:55:19.576Z Downloaded rand_xorshift v0.4.0
8922026-07-04T15:55:19.576Z Downloaded parking_lot_core v0.9.12
8932026-07-04T15:55:19.577Z Downloaded der v0.8.0
8942026-07-04T15:55:19.577Z Downloaded rand_chacha v0.3.1
8952026-07-04T15:55:19.577Z Downloaded hickory-resolver v0.25.2
8962026-07-04T15:55:19.577Z Downloaded password-hash v0.5.0
8972026-07-04T15:55:19.577Z Downloaded parking_lot_core v0.8.6
8982026-07-04T15:55:19.577Z Downloaded primefield v0.14.0
8992026-07-04T15:55:19.577Z Downloaded parking_lot v0.12.5
9002026-07-04T15:55:19.577Z Downloaded primeorder v0.13.6
9012026-07-04T15:55:19.577Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-07-04T15:55:19.577Z Downloaded parking_lot v0.11.2
9032026-07-04T15:55:19.577Z Downloaded polyval v0.7.1
9042026-07-04T15:55:19.577Z Downloaded pkg-config v0.3.32
9052026-07-04T15:55:19.577Z Downloaded num-traits v0.2.19
9062026-07-04T15:55:19.577Z Downloaded postgres-protocol v0.6.10
9072026-07-04T15:55:19.577Z Downloaded ref-cast-impl v1.0.25
9082026-07-04T15:55:19.577Z Downloaded crossterm v0.28.1
9092026-07-04T15:55:19.577Z Downloaded ref-cast v1.0.25
9102026-07-04T15:55:19.577Z Downloaded omicron-zone-package v0.12.3
9112026-07-04T15:55:19.577Z Downloaded recursive v0.1.1
9122026-07-04T15:55:19.577Z Downloaded rfc6979 v0.4.0
9132026-07-04T15:55:19.577Z Downloaded rfc6979 v0.5.0
9142026-07-04T15:55:19.577Z Downloaded russh-cryptovec v0.61.0
9152026-07-04T15:55:19.577Z Downloaded rtoolbox v0.0.3
9162026-07-04T15:55:19.577Z Downloaded progenitor v0.13.0
9172026-07-04T15:55:19.577Z Downloaded proc-macro-error2 v2.0.1
9182026-07-04T15:55:19.577Z Downloaded progenitor-extras v0.2.0
9192026-07-04T15:55:19.577Z Downloaded progenitor-client v0.13.0
9202026-07-04T15:55:19.577Z Downloaded progenitor v0.14.0
9212026-07-04T15:55:19.577Z Downloaded pem-rfc7468 v0.7.0
9222026-07-04T15:55:19.577Z Downloaded papergrid v0.17.0
9232026-07-04T15:55:19.578Z Downloaded rand_seeder v0.4.0
9242026-07-04T15:55:19.578Z Downloaded rand_core v0.10.0
9252026-07-04T15:55:19.578Z Downloaded russh-util v0.52.0
9262026-07-04T15:55:19.578Z Downloaded rand_core v0.9.5
9272026-07-04T15:55:19.578Z Downloaded pkcs1 v0.7.5
9282026-07-04T15:55:19.578Z Downloaded rand_core v0.6.4
9292026-07-04T15:55:19.578Z Downloaded psm v0.1.30
9302026-07-04T15:55:19.578Z Downloaded icu_collections v2.1.1
9312026-07-04T15:55:19.578Z Downloaded pkcs1 v0.8.0-rc.4
9322026-07-04T15:55:19.578Z Downloaded pin-project-internal v1.1.11
9332026-07-04T15:55:19.578Z Downloaded expectorate v1.2.0
9342026-07-04T15:55:19.578Z Downloaded r2d2 v0.8.10
9352026-07-04T15:55:19.578Z Downloaded rustc_version v0.4.1
9362026-07-04T15:55:19.578Z Downloaded rustc_version v0.1.7
9372026-07-04T15:55:19.578Z Downloaded scheduled-thread-pool v0.2.7
9382026-07-04T15:55:19.578Z Downloaded same-file v1.0.6
9392026-07-04T15:55:19.578Z Downloaded rustc-hash v2.1.1
9402026-07-04T15:55:19.578Z Downloaded rand_chacha v0.9.0
9412026-07-04T15:55:19.578Z Downloaded primeorder v0.14.0-rc.10
9422026-07-04T15:55:19.578Z Downloaded hashbrown v0.12.3
9432026-07-04T15:55:19.578Z Downloaded oso v0.27.3
9442026-07-04T15:55:19.579Z Downloaded sapling-renderdag v0.1.0
9452026-07-04T15:55:19.579Z Downloaded poly1305 v0.9.0
9462026-07-04T15:55:19.579Z Downloaded predicates v3.1.4
9472026-07-04T15:55:19.579Z Downloaded postgres-types v0.2.12
9482026-07-04T15:55:19.579Z Downloaded miniz_oxide v0.8.9
9492026-07-04T15:55:19.579Z Downloaded pkcs8 v0.11.0
9502026-07-04T15:55:19.579Z Downloaded pkcs5 v0.8.1
9512026-07-04T15:55:19.579Z Downloaded secrecy v0.8.0
9522026-07-04T15:55:19.579Z Downloaded scroll_derive v0.13.1
9532026-07-04T15:55:19.579Z Downloaded jiff-static v0.2.21
9542026-07-04T15:55:19.579Z Downloaded semver v0.1.20
9552026-07-04T15:55:19.579Z Downloaded secrecy v0.10.3
9562026-07-04T15:55:19.579Z Downloaded serde_plain v1.0.2
9572026-07-04T15:55:19.579Z Downloaded serde_bytes v0.11.19
9582026-07-04T15:55:19.579Z Downloaded serde_spanned v1.1.1
9592026-07-04T15:55:19.579Z Downloaded serde_urlencoded v0.7.1
9602026-07-04T15:55:19.579Z Downloaded aes-gcm v0.11.0
9612026-07-04T15:55:19.579Z Downloaded http v1.4.2
9622026-07-04T15:55:19.579Z Downloaded resolv-conf v0.7.6
9632026-07-04T15:55:19.579Z Downloaded serde-big-array v0.5.1
9642026-07-04T15:55:19.579Z Downloaded p384 v0.14.0-rc.10
9652026-07-04T15:55:19.580Z Downloaded rustls-pemfile v2.2.0
9662026-07-04T15:55:19.580Z Downloaded rusty-fork v0.3.1
9672026-07-04T15:55:19.580Z Downloaded serde_repr v0.1.20
9682026-07-04T15:55:19.580Z Downloaded sha1 v0.11.0
9692026-07-04T15:55:19.580Z Downloaded hyper-util v0.1.20
9702026-07-04T15:55:19.580Z Downloaded pin-project v1.1.11
9712026-07-04T15:55:19.580Z Downloaded shell-words v1.1.1
9722026-07-04T15:55:19.580Z Downloaded quinn-udp v0.5.14
9732026-07-04T15:55:19.580Z Downloaded prefix-trie v0.7.0
9742026-07-04T15:55:19.580Z Downloaded rustls-native-certs v0.8.3
9752026-07-04T15:55:19.580Z Downloaded sha1 v0.10.6
9762026-07-04T15:55:19.580Z Downloaded progenitor-impl v0.13.0
9772026-07-04T15:55:19.580Z Downloaded progenitor-impl v0.14.0
9782026-07-04T15:55:19.580Z Downloaded rustversion v1.0.22
9792026-07-04T15:55:19.581Z Downloaded openssl-sys v0.9.115
9802026-07-04T15:55:19.581Z Downloaded signature v3.0.0
9812026-07-04T15:55:19.581Z Downloaded scopeguard v1.2.0
9822026-07-04T15:55:19.581Z Downloaded postcard v1.1.3
9832026-07-04T15:55:19.581Z Downloaded minimal-lexical v0.2.1
9842026-07-04T15:55:19.581Z Downloaded schemars_derive v0.8.22
9852026-07-04T15:55:19.581Z Downloaded signal-hook-tokio v0.3.1
9862026-07-04T15:55:19.581Z Downloaded slog-envlogger v2.2.0
9872026-07-04T15:55:19.581Z Downloaded signature v2.2.0
9882026-07-04T15:55:19.581Z Downloaded siphasher v1.0.2
9892026-07-04T15:55:19.581Z Downloaded signal-hook-mio v0.2.5
9902026-07-04T15:55:19.581Z Downloaded seq-macro v0.3.6
9912026-07-04T15:55:19.586Z Downloaded hickory-server v0.25.2
9922026-07-04T15:55:19.587Z Downloaded serde_path_to_error v0.1.20
9932026-07-04T15:55:19.587Z Downloaded sec1 v0.7.3
9942026-07-04T15:55:19.587Z Downloaded scrypt v0.12.0
9952026-07-04T15:55:19.587Z Downloaded sigpipe v0.1.3
9962026-07-04T15:55:19.587Z Downloaded itertools v0.10.5
9972026-07-04T15:55:19.587Z Downloaded slog-bunyan v2.5.0
9982026-07-04T15:55:19.587Z Downloaded scroll v0.13.0
9992026-07-04T15:55:19.587Z Downloaded crossterm v0.29.0
10002026-07-04T15:55:19.587Z Downloaded serde_derive_internals v0.29.1
10012026-07-04T15:55:19.587Z Downloaded sec1 v0.8.1
10022026-07-04T15:55:19.587Z Downloaded dropshot-api-manager v0.7.2
10032026-07-04T15:55:19.587Z Downloaded serde-hex v0.1.0
10042026-07-04T15:55:19.587Z Downloaded serde_with_macros v1.5.2
10052026-07-04T15:55:19.587Z Downloaded pretty_assertions v1.4.1
10062026-07-04T15:55:19.587Z Downloaded sqlparser_derive v0.5.0
10072026-07-04T15:55:19.587Z Downloaded stable_deref_trait v1.2.1
10082026-07-04T15:55:19.587Z Downloaded hashbrown v0.16.1
10092026-07-04T15:55:19.587Z Downloaded structmeta v0.3.0
10102026-07-04T15:55:19.587Z Downloaded simd-adler32 v0.3.8
10112026-07-04T15:55:19.587Z Downloaded serdect v0.4.3
10122026-07-04T15:55:19.587Z Downloaded rustls-pki-types v1.14.0
10132026-07-04T15:55:19.587Z Downloaded slab v0.4.12
10142026-07-04T15:55:19.587Z Downloaded serde_cbor v0.11.2
10152026-07-04T15:55:19.587Z Downloaded strum v0.27.2
10162026-07-04T15:55:19.587Z Downloaded strum v0.26.3
10172026-07-04T15:55:19.587Z Downloaded structmeta-derive v0.3.0
10182026-07-04T15:55:19.587Z Downloaded subtle v2.6.1
10192026-07-04T15:55:19.587Z Downloaded smallvec v0.6.14
10202026-07-04T15:55:19.587Z Downloaded p256 v0.14.0-rc.10
10212026-07-04T15:55:19.587Z Downloaded mio v1.2.0
10222026-07-04T15:55:19.587Z Downloaded salsa20 v0.11.0
10232026-07-04T15:55:19.587Z Downloaded strip-ansi-escapes v0.2.1
10242026-07-04T15:55:19.587Z Downloaded signal-hook-registry v1.4.8
10252026-07-04T15:55:19.588Z Downloaded shlex v1.3.0
10262026-07-04T15:55:19.588Z Downloaded strsim v0.10.0
10272026-07-04T15:55:19.588Z Downloaded prettyplease v0.2.37
10282026-07-04T15:55:19.588Z Downloaded internal-russh-num-bigint v0.5.0
10292026-07-04T15:55:19.588Z Downloaded serde_with_macros v3.17.0
10302026-07-04T15:55:19.588Z Downloaded sync_wrapper v1.0.2
10312026-07-04T15:55:19.588Z Downloaded supports-color v3.0.2
10322026-07-04T15:55:19.588Z Downloaded tagptr v0.2.0
10332026-07-04T15:55:19.588Z Downloaded sync-ptr v0.1.4
10342026-07-04T15:55:19.588Z Downloaded tabwriter v1.4.1
10352026-07-04T15:55:19.588Z Downloaded slog-json v2.6.1
10362026-07-04T15:55:19.588Z Downloaded slog-dtrace v0.3.0
10372026-07-04T15:55:19.588Z Downloaded slog-async v2.8.0
10382026-07-04T15:55:19.588Z Downloaded smf v0.2.3
10392026-07-04T15:55:19.588Z Downloaded slog-stdlog v4.1.1
10402026-07-04T15:55:19.588Z Downloaded sqlformat v0.3.5
10412026-07-04T15:55:19.588Z Downloaded spki v0.8.0
10422026-07-04T15:55:19.588Z Downloaded static_assertions v1.1.0
10432026-07-04T15:55:19.589Z Downloaded stacker v0.1.23
10442026-07-04T15:55:19.589Z Downloaded termtree v0.5.1
10452026-07-04T15:55:19.589Z Downloaded snafu-derive v0.8.9
10462026-07-04T15:55:19.589Z Downloaded tap v1.0.1
10472026-07-04T15:55:19.589Z Downloaded slog-scope v4.4.1
10482026-07-04T15:55:19.589Z Downloaded thread-id v5.1.0
10492026-07-04T15:55:19.589Z Downloaded testing_table v0.3.0
10502026-07-04T15:55:19.589Z Downloaded ssh-encoding v0.3.0-rc.9
10512026-07-04T15:55:19.589Z Downloaded take_mut v0.2.2
10522026-07-04T15:55:19.589Z Downloaded tabled_derive v0.11.0
10532026-07-04T15:55:19.589Z Downloaded thiserror-impl-no-std v2.0.2
10542026-07-04T15:55:19.589Z Downloaded sha2 v0.11.0
10552026-07-04T15:55:19.589Z Downloaded hashbrown v0.15.5
10562026-07-04T15:55:19.589Z Downloaded schemars v0.8.22
10572026-07-04T15:55:19.589Z Downloaded stringprep v0.1.5
10582026-07-04T15:55:19.589Z Downloaded ron v0.8.1
10592026-07-04T15:55:19.589Z Downloaded crypto-primes v0.7.2
10602026-07-04T15:55:19.589Z Downloaded slog-term v2.9.2
10612026-07-04T15:55:19.589Z Downloaded support-bundle-viewer v0.1.2
10622026-07-04T15:55:19.589Z Downloaded strum_macros v0.26.4
10632026-07-04T15:55:19.589Z Downloaded tokio-macros v2.7.0
10642026-07-04T15:55:19.589Z Downloaded string_cache v0.8.9
10652026-07-04T15:55:19.589Z Downloaded rand v0.8.6
10662026-07-04T15:55:19.589Z Downloaded tinyvec_macros v0.1.1
10672026-07-04T15:55:19.590Z Downloaded time-core v0.1.8
10682026-07-04T15:55:19.590Z Downloaded itertools v0.13.0
10692026-07-04T15:55:19.590Z Downloaded futures-util v0.3.32
10702026-07-04T15:55:19.590Z Downloaded synstructure v0.13.2
10712026-07-04T15:55:19.590Z Downloaded ryu v1.0.23
10722026-07-04T15:55:19.590Z Downloaded rustls-platform-verifier v0.6.2
10732026-07-04T15:55:19.590Z Downloaded ssh-cipher v0.3.0-rc.9
10742026-07-04T15:55:19.591Z Downloaded strum_macros v0.24.3
10752026-07-04T15:55:19.591Z Downloaded serde_yaml v0.9.34+deprecated
10762026-07-04T15:55:19.591Z Downloaded rcgen v0.12.1
10772026-07-04T15:55:19.591Z Downloaded rayon-core v1.13.0
10782026-07-04T15:55:19.591Z Downloaded termios v0.3.3
10792026-07-04T15:55:19.591Z Downloaded strum_macros v0.27.2
10802026-07-04T15:55:19.591Z Downloaded nom v7.1.3
10812026-07-04T15:55:19.592Z Downloaded aho-corasick v1.1.4
10822026-07-04T15:55:19.592Z Downloaded thread_local v1.1.9
10832026-07-04T15:55:19.592Z Downloaded spki v0.7.3
10842026-07-04T15:55:19.592Z Downloaded libxml v0.3.3
10852026-07-04T15:55:19.592Z Downloaded spin v0.9.8
10862026-07-04T15:55:19.592Z Downloaded smallvec v1.15.1
10872026-07-04T15:55:19.592Z Downloaded topological-sort v0.2.2
10882026-07-04T15:55:19.592Z Downloaded tower-service v0.3.3
10892026-07-04T15:55:19.592Z Downloaded tokio-test v0.4.5
10902026-07-04T15:55:19.592Z Downloaded tiny-keccak v2.0.2
10912026-07-04T15:55:19.597Z Downloaded similar v2.7.0
10922026-07-04T15:55:19.597Z Downloaded try-lock v0.2.5
10932026-07-04T15:55:19.597Z Downloaded trait-variant v0.1.2
10942026-07-04T15:55:19.597Z Downloaded tower-layer v0.3.3
10952026-07-04T15:55:19.597Z Downloaded schemars v0.9.0
10962026-07-04T15:55:19.597Z Downloaded unarray v0.1.4
10972026-07-04T15:55:19.597Z Downloaded typify-macro v0.6.2
10982026-07-04T15:55:19.597Z Downloaded tokio-native-tls v0.3.1
10992026-07-04T15:55:19.597Z Downloaded qorb v0.4.1
11002026-07-04T15:55:19.597Z Downloaded socket2 v0.5.10
11012026-07-04T15:55:19.597Z Downloaded itertools v0.12.1
11022026-07-04T15:55:19.597Z Downloaded thiserror-no-std v2.0.2
11032026-07-04T15:55:19.597Z Downloaded time-macros v0.2.27
11042026-07-04T15:55:19.597Z Downloaded rand v0.9.2
11052026-07-04T15:55:19.597Z Downloaded nom v8.0.0
11062026-07-04T15:55:19.597Z Downloaded unicode-truncate v1.1.0
11072026-07-04T15:55:19.597Z Downloaded untrusted v0.9.0
11082026-07-04T15:55:19.597Z Downloaded tokio-dtrace v0.1.1
11092026-07-04T15:55:19.597Z Downloaded usdt v0.6.0
11102026-07-04T15:55:19.597Z Downloaded tls_codec_derive v0.4.2
11112026-07-04T15:55:19.597Z Downloaded signal-hook v0.3.18
11122026-07-04T15:55:19.597Z Downloaded untrusted v0.7.1
11132026-07-04T15:55:19.597Z Downloaded unicode-xid v0.2.6
11142026-07-04T15:55:19.597Z Downloaded iri-string v0.7.10
11152026-07-04T15:55:19.598Z Downloaded slog v2.8.2
11162026-07-04T15:55:19.598Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-07-04T15:55:19.598Z Downloaded usdt-attr-macro v0.6.0
11182026-07-04T15:55:19.598Z Downloaded universal-hash v0.6.1
11192026-07-04T15:55:19.598Z Downloaded universal-hash v0.5.1
11202026-07-04T15:55:19.598Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11212026-07-04T15:55:19.598Z Downloaded tokio-tungstenite v0.23.1
11222026-07-04T15:55:19.598Z Downloaded libm v0.2.16
11232026-07-04T15:55:19.598Z Downloaded tokio-tungstenite v0.21.0
11242026-07-04T15:55:19.598Z Downloaded hyper v1.10.1
11252026-07-04T15:55:19.598Z Downloaded utf8_iter v1.0.4
11262026-07-04T15:55:19.598Z Downloaded usdt-macro v0.6.0
11272026-07-04T15:55:19.598Z Downloaded term v1.2.1
11282026-07-04T15:55:19.598Z Downloaded toml_writer v1.1.1+spec-1.1.0
11292026-07-04T15:55:19.598Z Downloaded socket2 v0.6.3
11302026-07-04T15:55:19.598Z Downloaded unit-prefix v0.5.2
11312026-07-04T15:55:19.598Z Downloaded publicsuffix v2.3.0
11322026-07-04T15:55:19.598Z Downloaded idna v1.1.0
11332026-07-04T15:55:19.598Z Downloaded tui-tree-widget v0.23.1
11342026-07-04T15:55:19.598Z Downloaded hashbrown v0.13.2
11352026-07-04T15:55:19.598Z Downloaded wait-timeout v0.2.1
11362026-07-04T15:55:19.598Z Downloaded void v1.0.2
11372026-07-04T15:55:19.598Z Downloaded tls_codec v0.4.2
11382026-07-04T15:55:19.598Z Downloaded num-bigint v0.4.6
11392026-07-04T15:55:19.598Z Downloaded num-bigint-dig v0.8.6
11402026-07-04T15:55:19.598Z Downloaded want v0.3.1
11412026-07-04T15:55:19.598Z Downloaded waitgroup v0.1.2
11422026-07-04T15:55:19.598Z Downloaded hkdf v0.13.0
11432026-07-04T15:55:19.598Z Downloaded quinn v0.11.9
11442026-07-04T15:55:19.599Z Downloaded rustls-webpki v0.103.13
11452026-07-04T15:55:19.599Z Downloaded rsa v0.9.10
11462026-07-04T15:55:19.599Z Downloaded unicase v2.9.0
11472026-07-04T15:55:19.599Z Downloaded tokio-rustls v0.26.4
11482026-07-04T15:55:19.599Z Downloaded tinystr v0.8.2
11492026-07-04T15:55:19.599Z Downloaded icu_properties_data v2.1.2
11502026-07-04T15:55:19.599Z Downloaded test-strategy v0.4.5
11512026-07-04T15:55:19.599Z Downloaded p521 v0.14.0-rc.10
11522026-07-04T15:55:19.600Z Downloaded schemars v1.2.1
11532026-07-04T15:55:19.600Z Downloaded xattr v1.6.1
11542026-07-04T15:55:19.600Z Downloaded xshell-macros v0.2.7
11552026-07-04T15:55:19.600Z Downloaded samael v0.0.19
11562026-07-04T15:55:19.600Z Downloaded utf-8 v0.7.6
11572026-07-04T15:55:19.600Z Downloaded usdt-impl v0.6.0
11582026-07-04T15:55:19.600Z Downloaded toml_parser v1.1.2+spec-1.1.0
11592026-07-04T15:55:19.600Z Downloaded tinyvec v1.10.0
11602026-07-04T15:55:19.600Z Downloaded vergen-lib v9.1.0
11612026-07-04T15:55:19.600Z Downloaded zone_cfg_derive v0.3.1
11622026-07-04T15:55:19.600Z Downloaded zone v0.3.1
11632026-07-04T15:55:19.600Z Downloaded vergen-lib v0.1.6
11642026-07-04T15:55:19.600Z Downloaded tracing-attributes v0.1.31
11652026-07-04T15:55:19.600Z Downloaded zeroize_derive v1.4.3
11662026-07-04T15:55:19.600Z Downloaded vsss-rs v3.3.4
11672026-07-04T15:55:19.600Z Downloaded zerofrom-derive v0.1.6
11682026-07-04T15:55:19.600Z Downloaded zerofrom v0.1.6
11692026-07-04T15:55:19.600Z Downloaded term v0.7.0
11702026-07-04T15:55:19.601Z Downloaded snafu v0.8.9
11712026-07-04T15:55:19.601Z Downloaded walkdir v2.5.0
11722026-07-04T15:55:19.602Z Downloaded hkdf v0.12.4
11732026-07-04T15:55:19.602Z Downloaded vergen-gitcl v1.0.8
11742026-07-04T15:55:19.602Z Downloaded rustyline v14.0.0
11752026-07-04T15:55:19.602Z Downloaded vergen-git2 v9.1.0
11762026-07-04T15:55:19.602Z Downloaded yoke-derive v0.8.1
11772026-07-04T15:55:19.602Z Downloaded yoke v0.8.1
11782026-07-04T15:55:19.602Z Downloaded writeable v0.6.2
11792026-07-04T15:55:19.602Z Downloaded tokio-stream v0.1.18
11802026-07-04T15:55:19.602Z Downloaded h2 v0.4.15
11812026-07-04T15:55:19.602Z Downloaded twox-hash v2.1.2
11822026-07-04T15:55:19.602Z Downloaded zerovec-derive v0.11.2
11832026-07-04T15:55:19.602Z Downloaded whoami v2.1.0
11842026-07-04T15:55:19.602Z Downloaded toml v1.1.2+spec-1.1.0
11852026-07-04T15:55:19.602Z Downloaded toml v0.7.8
11862026-07-04T15:55:19.602Z Downloaded steno v0.4.1
11872026-07-04T15:55:19.602Z Downloaded tar v0.4.45
11882026-07-04T15:55:19.602Z Downloaded unicode-properties v0.1.4
11892026-07-04T15:55:19.602Z Downloaded vergen v9.1.0
11902026-07-04T15:55:19.602Z Downloaded xshell v0.2.7
11912026-07-04T15:55:19.605Z Downloaded itertools v0.14.0
11922026-07-04T15:55:19.606Z Downloaded rpassword v7.4.0
11932026-07-04T15:55:19.606Z Downloaded subprocess v0.2.15
11942026-07-04T15:55:19.606Z Downloaded tungstenite v0.23.0
11952026-07-04T15:55:19.606Z Downloaded zstd-safe v7.2.4
11962026-07-04T15:55:19.606Z Downloaded whoami v1.6.1
11972026-07-04T15:55:19.606Z Downloaded tungstenite v0.21.0
11982026-07-04T15:55:19.606Z Downloaded zeroize v1.8.2
11992026-07-04T15:55:19.606Z Downloaded wyz v0.5.1
12002026-07-04T15:55:19.606Z Downloaded yasna v0.5.2
12012026-07-04T15:55:19.606Z Downloaded zerocopy v0.6.6
12022026-07-04T15:55:19.606Z Downloaded uzers v0.12.2
12032026-07-04T15:55:19.606Z Downloaded crypto-bigint v0.7.5
12042026-07-04T15:55:19.606Z Downloaded vte v0.14.1
12052026-07-04T15:55:19.606Z Downloaded rsa v0.10.0-rc.18
12062026-07-04T15:55:19.606Z Downloaded rand v0.10.1
12072026-07-04T15:55:19.606Z Downloaded p384 v0.13.1
12082026-07-04T15:55:19.606Z Downloaded tokio-postgres v0.7.16
12092026-07-04T15:55:19.606Z Downloaded unicode-bidi v0.3.18
12102026-07-04T15:55:19.606Z Downloaded unsafe-libyaml v0.2.11
12112026-07-04T15:55:19.606Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-07-04T15:55:19.606Z Downloaded tracing-core v0.1.36
12132026-07-04T15:55:19.606Z Downloaded zstd v0.13.3
12142026-07-04T15:55:19.606Z Downloaded blake3 v1.8.5
12152026-07-04T15:55:19.606Z Downloaded aws-lc-rs v1.16.3
12162026-07-04T15:55:19.606Z Downloaded zerotrie v0.2.3
12172026-07-04T15:55:19.606Z Downloaded goblin v0.10.5
12182026-07-04T15:55:19.606Z Downloaded bindgen v0.71.1
12192026-07-04T15:55:19.606Z Downloaded toml_edit v0.19.15
12202026-07-04T15:55:19.606Z Downloaded uuid v1.23.4
12212026-07-04T15:55:19.606Z Downloaded reedline v0.40.0
12222026-07-04T15:55:19.606Z Downloaded serde_with v1.14.0
12232026-07-04T15:55:19.607Z Downloaded zip v0.6.6
12242026-07-04T15:55:19.607Z Downloaded lalrpop v0.19.12
12252026-07-04T15:55:19.607Z Downloaded zopfli v0.8.3
12262026-07-04T15:55:19.607Z Downloaded bitvec v1.0.1
12272026-07-04T15:55:19.607Z Downloaded git2 v0.20.4
12282026-07-04T15:55:19.607Z Downloaded chrono v0.4.44
12292026-07-04T15:55:19.607Z Downloaded yansi v1.0.1
12302026-07-04T15:55:19.607Z Downloaded url v2.5.8
12312026-07-04T15:55:19.607Z Downloaded iddqd v0.4.2
12322026-07-04T15:55:19.607Z Downloaded unicode-segmentation v1.12.0
12332026-07-04T15:55:19.607Z Downloaded regex v1.12.3
12342026-07-04T15:55:19.607Z Downloaded curve25519-dalek v4.1.3
12352026-07-04T15:55:19.607Z Downloaded reqwest v0.13.2
12362026-07-04T15:55:19.607Z Downloaded reqwest v0.12.28
12372026-07-04T15:55:19.607Z Downloaded petname v2.0.2
12382026-07-04T15:55:19.607Z Downloaded unicode_categories v0.1.1
12392026-07-04T15:55:19.607Z Downloaded typify v0.6.2
12402026-07-04T15:55:19.607Z Downloaded rayon v1.11.0
12412026-07-04T15:55:19.607Z Downloaded typed-path v0.9.3
12422026-07-04T15:55:19.607Z Downloaded unicode-normalization v0.1.25
12432026-07-04T15:55:19.607Z Downloaded tokio-util v0.7.18
12442026-07-04T15:55:19.607Z Downloaded curve25519-dalek v5.0.0-rc.0
12452026-07-04T15:55:19.607Z Downloaded zerocopy-derive v0.8.40
12462026-07-04T15:55:19.611Z Downloaded proptest v1.10.0
12472026-07-04T15:55:19.630Z Downloaded zip v4.6.1
12482026-07-04T15:55:19.635Z Downloaded zerovec v0.11.5
12492026-07-04T15:55:19.638Z Downloaded radix_trie v0.2.1
12502026-07-04T15:55:19.644Z Downloaded ssh-key v0.7.0-rc.10
12512026-07-04T15:55:19.647Z Downloaded object v0.30.4
12522026-07-04T15:55:19.651Z Downloaded x509-cert v0.2.5
12532026-07-04T15:55:19.655Z Downloaded portable-atomic v1.13.1
12542026-07-04T15:55:19.659Z Downloaded nix v0.27.1
12552026-07-04T15:55:19.666Z Downloaded tower v0.5.3
12562026-07-04T15:55:19.672Z Downloaded quick-xml v0.37.5
12572026-07-04T15:55:19.676Z Downloaded dropshot v0.17.1
12582026-07-04T15:55:19.689Z Downloaded serde_with v3.17.0
12592026-07-04T15:55:19.696Z Downloaded tower-http v0.6.8
12602026-07-04T15:55:19.700Z Downloaded tough v0.22.0
12612026-07-04T15:55:19.705Z Downloaded openssl v0.10.79
12622026-07-04T15:55:19.712Z Downloaded salty v0.3.0
12632026-07-04T15:55:19.717Z Downloaded russh v0.61.2
12642026-07-04T15:55:19.722Z Downloaded regex-syntax v0.6.29
12652026-07-04T15:55:19.740Z Downloaded smoltcp v0.9.1
12662026-07-04T15:55:19.752Z Downloaded moka v0.12.13
12672026-07-04T15:55:19.756Z Downloaded object v0.37.3
12682026-07-04T15:55:19.773Z Downloaded winnow v0.5.40
12692026-07-04T15:55:19.776Z Downloaded quinn-proto v0.11.13
12702026-07-04T15:55:19.785Z Downloaded vcpkg v0.2.15
12712026-07-04T15:55:19.806Z Downloaded openapiv3 v2.2.0
12722026-07-04T15:55:19.812Z Downloaded bstr v1.12.1
12732026-07-04T15:55:19.822Z Downloaded diesel v2.3.7
12742026-07-04T15:55:19.834Z Downloaded winnow v0.6.26
12752026-07-04T15:55:19.838Z Downloaded polar-core v0.27.3
12762026-07-04T15:55:19.841Z Downloaded regress v0.10.5
12772026-07-04T15:55:19.846Z Downloaded regress v0.11.1
12782026-07-04T15:55:19.850Z Downloaded smoltcp v0.11.0
12792026-07-04T15:55:19.857Z Downloaded nix v0.28.0
12802026-07-04T15:55:19.864Z Downloaded tabled v0.20.0
12812026-07-04T15:55:19.873Z Downloaded time v0.3.47
12822026-07-04T15:55:19.880Z Downloaded rustix v0.38.44
12832026-07-04T15:55:19.893Z Downloaded winnow v1.0.3
12842026-07-04T15:55:19.897Z Downloaded hickory-proto v0.24.4
12852026-07-04T15:55:19.924Z Downloaded zlib-rs v0.6.2
12862026-07-04T15:55:19.944Z Downloaded sqlparser v0.61.0
12872026-07-04T15:55:19.950Z Downloaded nix v0.31.2
12882026-07-04T15:55:19.968Z Downloaded zerocopy v0.8.40
12892026-07-04T15:55:19.973Z Downloaded sled v0.34.7
12902026-07-04T15:55:19.979Z Downloaded regex-syntax v0.8.10
12912026-07-04T15:55:19.983Z Downloaded hickory-proto v0.25.2
12922026-07-04T15:55:19.993Z Downloaded ratatui v0.29.0
12932026-07-04T15:55:20.004Z Downloaded tracing v0.1.44
12942026-07-04T15:55:20.013Z Downloaded rustls v0.23.41
12952026-07-04T15:55:20.020Z Downloaded sha3 v0.11.0
12962026-07-04T15:55:20.023Z Downloaded typify-impl v0.6.2
12972026-07-04T15:55:20.059Z Downloaded petgraph v0.6.5
12982026-07-04T15:55:20.343Z Downloaded petgraph v0.8.3
12992026-07-04T15:55:20.358Z Downloaded csv v1.4.0
13002026-07-04T15:55:20.358Z Downloaded fiat-crypto v0.3.0
13012026-07-04T15:55:20.358Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-04T15:55:20.358Z Downloaded tokio v1.52.1
13032026-07-04T15:55:20.358Z Downloaded sha3 v0.10.8
13042026-07-04T15:55:20.358Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-07-04T15:55:20.358Z Downloaded zerocopy-derive v0.6.6
13062026-07-04T15:55:20.358Z Downloaded regex-automata v0.4.14
13072026-07-04T15:55:20.359Z Downloaded chrono-tz v0.10.4
13082026-07-04T15:55:20.359Z Downloaded jiff v0.2.21
13092026-07-04T15:55:20.359Z Downloaded libz-sys v1.1.24
13102026-07-04T15:55:20.482Z Downloaded encoding_rs v0.8.35
13112026-07-04T15:55:20.533Z Downloaded ring v0.17.14
13122026-07-04T15:55:20.574Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-04T15:55:21.258Z Downloaded aws-lc-sys v0.40.0
13142026-07-04T15:55:21.520Z Compiling libc v0.2.185
13152026-07-04T15:55:21.520Z Compiling serde_core v1.0.228
13162026-07-04T15:55:21.520Z Compiling serde v1.0.228
13172026-07-04T15:55:21.522Z Compiling log v0.4.29
13182026-07-04T15:55:21.522Z Compiling smallvec v1.15.1
13192026-07-04T15:55:21.523Z Compiling shlex v1.3.0
13202026-07-04T15:55:21.661Z Compiling find-msvc-tools v0.1.9
13212026-07-04T15:55:21.665Z Compiling syn v2.0.117
13222026-07-04T15:55:21.875Z Compiling subtle v2.6.1
13232026-07-04T15:55:21.896Z Compiling scopeguard v1.2.0
13242026-07-04T15:55:21.918Z Compiling stable_deref_trait v1.2.1
13252026-07-04T15:55:21.977Z Compiling lock_api v0.4.14
13262026-07-04T15:55:21.992Z Compiling typenum v1.20.1
13272026-07-04T15:55:22.006Z Compiling serde_json v1.0.150
13282026-07-04T15:55:22.019Z Compiling zerocopy v0.8.40
13292026-07-04T15:55:22.044Z Compiling portable-atomic v1.13.1
13302026-07-04T15:55:22.201Z Compiling parking_lot_core v0.9.12
13312026-07-04T15:55:22.232Z Compiling pin-project-lite v0.2.17
13322026-07-04T15:55:22.327Z Compiling critical-section v1.2.0
13332026-07-04T15:55:22.440Z Compiling pkg-config v0.3.32
13342026-07-04T15:55:22.483Z Compiling getrandom v0.4.1
13352026-07-04T15:55:22.494Z Compiling libm v0.2.16
13362026-07-04T15:55:22.515Z Compiling jobserver v0.1.34
13372026-07-04T15:55:22.579Z Compiling errno v0.3.14
13382026-07-04T15:55:22.725Z Compiling cc v1.2.56
13392026-07-04T15:55:22.793Z Compiling getrandom v0.2.17
13402026-07-04T15:55:22.828Z Compiling signal-hook-registry v1.4.8
13412026-07-04T15:55:22.987Z Compiling rand_core v0.6.4
13422026-07-04T15:55:23.014Z Compiling futures-core v0.3.32
13432026-07-04T15:55:23.096Z Compiling parking_lot v0.12.5
13442026-07-04T15:55:23.202Z Compiling mio v1.2.0
13452026-07-04T15:55:23.216Z Compiling num-traits v0.2.19
13462026-07-04T15:55:23.274Z Compiling once_cell v1.21.3
13472026-07-04T15:55:23.371Z Compiling generic-array v0.14.7
13482026-07-04T15:55:23.413Z Compiling const-oid v0.9.6
13492026-07-04T15:55:23.476Z Compiling rand_core v0.10.0
13502026-07-04T15:55:23.655Z Compiling writeable v0.6.2
13512026-07-04T15:55:23.668Z Compiling litemap v0.8.1
13522026-07-04T15:55:23.854Z Compiling bitflags v2.11.0
13532026-07-04T15:55:23.857Z Compiling percent-encoding v2.3.2
13542026-07-04T15:55:23.895Z Compiling semver v1.0.28
13552026-07-04T15:55:24.048Z Compiling socket2 v0.6.3
13562026-07-04T15:55:24.074Z Compiling icu_properties_data v2.1.2
13572026-07-04T15:55:24.140Z Compiling icu_normalizer_data v2.1.1
13582026-07-04T15:55:24.211Z Compiling futures-sink v0.3.32
13592026-07-04T15:55:24.272Z Compiling futures-io v0.3.32
13602026-07-04T15:55:24.315Z Compiling futures-channel v0.3.32
13612026-07-04T15:55:24.433Z Compiling synstructure v0.13.2
13622026-07-04T15:55:24.448Z Compiling futures-task v0.3.32
13632026-07-04T15:55:24.524Z Compiling slab v0.4.12
13642026-07-04T15:55:24.537Z Compiling indexmap v2.14.0
13652026-07-04T15:55:24.665Z Compiling utf8_iter v1.0.4
13662026-07-04T15:55:24.773Z Compiling getrandom v0.3.4
13672026-07-04T15:55:24.786Z Compiling rustversion v1.0.22
13682026-07-04T15:55:24.853Z Compiling form_urlencoded v1.2.2
13692026-07-04T15:55:25.003Z Compiling cmake v0.1.57
13702026-07-04T15:55:25.032Z Compiling dunce v1.0.5
13712026-07-04T15:55:25.068Z Compiling ident_case v1.0.1
13722026-07-04T15:55:25.085Z Compiling rustix v1.1.3
13732026-07-04T15:55:25.127Z Compiling fs_extra v1.3.0
13742026-07-04T15:55:25.199Z Compiling iana-time-zone v0.1.65
13752026-07-04T15:55:25.253Z Compiling regex-syntax v0.8.10
13762026-07-04T15:55:25.393Z Compiling vcpkg v0.2.15
13772026-07-04T15:55:25.396Z Compiling base64ct v1.8.3
13782026-07-04T15:55:25.421Z Compiling aws-lc-sys v0.40.0
13792026-07-04T15:55:25.703Z Compiling rand_core v0.9.5
13802026-07-04T15:55:25.716Z Compiling pem-rfc7468 v0.7.0
13812026-07-04T15:55:25.796Z Compiling rustc_version v0.4.1
13822026-07-04T15:55:25.985Z Compiling uuid v1.23.4
13832026-07-04T15:55:26.031Z Compiling tracing-core v0.1.36
13842026-07-04T15:55:26.132Z Compiling aws-lc-rs v1.16.3
13852026-07-04T15:55:26.153Z Compiling openssl-sys v0.9.115
13862026-07-04T15:55:26.242Z Compiling serde_derive v1.0.228
13872026-07-04T15:55:26.442Z Compiling zeroize_derive v1.4.3
13882026-07-04T15:55:26.603Z Compiling zerofrom-derive v0.1.6
13892026-07-04T15:55:26.706Z Compiling yoke-derive v0.8.1
13902026-07-04T15:55:26.730Z Compiling zerocopy-derive v0.8.40
13912026-07-04T15:55:26.833Z Compiling zerovec-derive v0.11.2
13922026-07-04T15:55:27.139Z Compiling zeroize v1.8.2
13932026-07-04T15:55:27.348Z Compiling displaydoc v0.2.5
13942026-07-04T15:55:27.914Z Compiling tokio-macros v2.7.0
13952026-07-04T15:55:27.991Z Compiling futures-macro v0.3.32
13962026-07-04T15:55:28.018Z Compiling zerofrom v0.1.6
13972026-07-04T15:55:28.142Z Compiling yoke v0.8.1
13982026-07-04T15:55:28.156Z Compiling der_derive v0.7.3
13992026-07-04T15:55:28.235Z Compiling block-buffer v0.10.4
14002026-07-04T15:55:28.325Z Compiling zerovec v0.11.5
14012026-07-04T15:55:28.402Z Compiling zerotrie v0.2.3
14022026-07-04T15:55:28.645Z Compiling crypto-common v0.1.7
14032026-07-04T15:55:28.702Z Compiling thiserror-impl v2.0.18
14042026-07-04T15:55:28.794Z Compiling tinystr v0.8.2
14052026-07-04T15:55:28.807Z Compiling potential_utf v0.1.4
14062026-07-04T15:55:28.834Z Compiling futures-util v0.3.32
14072026-07-04T15:55:28.964Z Compiling icu_locale_core v2.1.1
14082026-07-04T15:55:29.029Z Compiling icu_collections v2.1.1
14092026-07-04T15:55:29.129Z Compiling digest v0.10.7
14102026-07-04T15:55:29.433Z Compiling tracing-attributes v0.1.31
14112026-07-04T15:55:29.510Z Compiling base64 v0.22.1
14122026-07-04T15:55:29.886Z Compiling bytes v1.11.1
14132026-07-04T15:55:29.973Z Compiling icu_provider v2.1.1
14142026-07-04T15:55:29.974Z Compiling chrono v0.4.44
14152026-07-04T15:55:30.183Z Compiling flagset v0.4.7
14162026-07-04T15:55:30.264Z Compiling icu_normalizer v2.1.1
14172026-07-04T15:55:30.264Z Compiling icu_properties v2.1.2
14182026-07-04T15:55:30.450Z Compiling tokio v1.52.1
14192026-07-04T15:55:30.729Z Compiling http v1.4.2
14202026-07-04T15:55:30.781Z Compiling tracing v0.1.44
14212026-07-04T15:55:31.054Z Compiling der v0.7.10
14222026-07-04T15:55:31.250Z Compiling idna_adapter v1.2.1
14232026-07-04T15:55:31.299Z Compiling ppv-lite86 v0.2.21
14242026-07-04T15:55:31.317Z Compiling thiserror v2.0.18
14252026-07-04T15:55:31.372Z Compiling idna v1.1.0
14262026-07-04T15:55:31.386Z Compiling http-body v1.0.1
14272026-07-04T15:55:31.419Z Compiling rustls-pki-types v1.14.0
14282026-07-04T15:55:31.601Z Compiling rand_chacha v0.9.0
14292026-07-04T15:55:31.616Z Compiling openssl-probe v0.2.1
14302026-07-04T15:55:31.646Z Compiling url v2.5.8
14312026-07-04T15:55:31.785Z Compiling tinyvec_macros v0.1.1
14322026-07-04T15:55:31.854Z Compiling httparse v1.10.1
14332026-07-04T15:55:31.868Z Compiling cmov v0.5.4
14342026-07-04T15:55:32.026Z Compiling spki v0.7.3
14352026-07-04T15:55:32.074Z Compiling ctutils v0.4.2
14362026-07-04T15:55:32.221Z Compiling tinyvec v1.10.0
14372026-07-04T15:55:32.248Z Compiling rand v0.9.2
14382026-07-04T15:55:32.276Z Compiling pest_generator v2.8.6
14392026-07-04T15:55:32.319Z Compiling serde_derive_internals v0.29.1
14402026-07-04T15:55:32.320Z Compiling aho-corasick v1.1.4
14412026-07-04T15:55:32.435Z Compiling untrusted v0.7.1
14422026-07-04T15:55:32.563Z Compiling tower-layer v0.3.3
14432026-07-04T15:55:32.581Z Compiling tower-service v0.3.3
14442026-07-04T15:55:32.666Z Compiling try-lock v0.2.5
14452026-07-04T15:55:32.740Z Compiling atomic-waker v1.1.2
14462026-07-04T15:55:32.758Z Compiling schemars v0.8.22
14472026-07-04T15:55:32.848Z Compiling dyn-clone v1.0.20
14482026-07-04T15:55:32.933Z Compiling pest_derive v2.8.6
14492026-07-04T15:55:32.982Z Compiling want v0.3.1
14502026-07-04T15:55:32.997Z Compiling tempfile v3.25.0
14512026-07-04T15:55:33.031Z Compiling hybrid-array v0.4.13
14522026-07-04T15:55:33.136Z Compiling schemars_derive v0.8.22
14532026-07-04T15:55:33.151Z Compiling regex-automata v0.4.14
14542026-07-04T15:55:33.374Z Compiling ipnet v2.11.0
14552026-07-04T15:55:33.654Z Compiling scroll_derive v0.13.1
14562026-07-04T15:55:33.803Z Compiling darling_core v0.20.11
14572026-07-04T15:55:33.858Z Compiling rustls v0.23.41
14582026-07-04T15:55:33.955Z Compiling untrusted v0.9.0
14592026-07-04T15:55:34.043Z Compiling httpdate v1.0.3
14602026-07-04T15:55:34.077Z Compiling foreign-types-shared v0.1.1
14612026-07-04T15:55:34.165Z Compiling cpufeatures v0.2.17
14622026-07-04T15:55:34.240Z Compiling tokio-util v0.7.18
14632026-07-04T15:55:34.269Z Compiling openssl v0.10.79
14642026-07-04T15:55:34.463Z Compiling scroll v0.13.0
14652026-07-04T15:55:34.533Z Compiling foreign-types v0.3.2
14662026-07-04T15:55:34.605Z Compiling unicode-normalization v0.1.25
14672026-07-04T15:55:34.765Z Compiling pkcs8 v0.10.2
14682026-07-04T15:55:35.025Z Compiling h2 v0.4.15
14692026-07-04T15:55:35.292Z Compiling openssl-macros v0.1.1
14702026-07-04T15:55:35.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-04T15:55:35.683Z Compiling spin v0.9.8
14722026-07-04T15:55:35.697Z Compiling time-core v0.1.8
14732026-07-04T15:55:35.841Z Compiling native-tls v0.2.18
14742026-07-04T15:55:35.894Z Compiling crc32fast v1.5.0
14752026-07-04T15:55:35.919Z Compiling powerfmt v0.2.0
14762026-07-04T15:55:36.055Z Compiling num-conv v0.2.0
14772026-07-04T15:55:36.090Z Compiling darling_macro v0.20.11
14782026-07-04T15:55:36.119Z Compiling deranged v0.5.8
14792026-07-04T15:55:36.184Z Compiling time-macros v0.2.27
14802026-07-04T15:55:36.559Z Compiling darling v0.20.11
14812026-07-04T15:55:36.642Z Compiling goblin v0.10.5
14822026-07-04T15:55:37.082Z Compiling sha2 v0.10.9
14832026-07-04T15:55:37.241Z Compiling hmac v0.12.1
14842026-07-04T15:55:37.264Z Compiling sync_wrapper v1.0.2
14852026-07-04T15:55:37.372Z Compiling wait-timeout v0.2.1
14862026-07-04T15:55:37.395Z Compiling crossbeam-utils v0.8.21
14872026-07-04T15:55:37.626Z Compiling bit-vec v0.8.0
14882026-07-04T15:55:37.686Z Compiling num_threads v0.1.7
14892026-07-04T15:55:37.783Z Compiling quick-error v1.2.3
14902026-07-04T15:55:37.853Z Compiling siphasher v1.0.2
14912026-07-04T15:55:37.887Z Compiling simd-adler32 v0.3.8
14922026-07-04T15:55:38.035Z Compiling syn v1.0.109
14932026-07-04T15:55:38.124Z Compiling hyper v1.10.1
14942026-07-04T15:55:38.352Z Compiling usdt-impl v0.6.0
14952026-07-04T15:55:38.638Z Compiling rusty-fork v0.3.1
14962026-07-04T15:55:38.754Z Compiling bit-set v0.8.0
14972026-07-04T15:55:38.917Z Compiling time v0.3.47
14982026-07-04T15:55:38.969Z Compiling tower v0.5.3
14992026-07-04T15:55:39.108Z Compiling derive_builder_core v0.20.2
15002026-07-04T15:55:39.341Z Compiling hyper-util v0.1.20
15012026-07-04T15:55:39.432Z Compiling dof v0.4.0
15022026-07-04T15:55:39.752Z Compiling dtrace-parser v0.3.0
15032026-07-04T15:55:40.022Z Compiling http-body-util v0.1.3
15042026-07-04T15:55:40.264Z Compiling thiserror-impl v1.0.69
15052026-07-04T15:55:40.492Z Compiling scroll_derive v0.12.1
15062026-07-04T15:55:40.546Z Compiling heapless v0.7.17
15072026-07-04T15:55:40.651Z Compiling rand_xorshift v0.4.0
15082026-07-04T15:55:40.802Z Compiling slog v2.8.2
15092026-07-04T15:55:40.816Z Compiling darling_core v0.21.3
15102026-07-04T15:55:40.819Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-04T15:55:41.005Z Compiling thread-id v5.1.0
15122026-07-04T15:55:41.088Z Compiling cookie v0.18.1
15132026-07-04T15:55:41.116Z Compiling unarray v0.1.4
15142026-07-04T15:55:41.130Z Compiling ryu v1.0.23
15152026-07-04T15:55:41.165Z Compiling paste v1.0.15
15162026-07-04T15:55:41.222Z Compiling anyhow v1.0.102
15172026-07-04T15:55:41.280Z Compiling iri-string v0.7.10
15182026-07-04T15:55:41.302Z Compiling zstd-safe v7.2.4
15192026-07-04T15:55:41.439Z Compiling unicode-bidi v0.3.18
15202026-07-04T15:55:41.509Z Compiling allocator-api2 v0.2.21
15212026-07-04T15:55:41.535Z Compiling adler2 v2.0.1
15222026-07-04T15:55:41.549Z Compiling signal-hook v0.3.18
15232026-07-04T15:55:41.665Z Compiling unicode-properties v0.1.4
15242026-07-04T15:55:41.750Z Compiling miniz_oxide v0.8.9
15252026-07-04T15:55:41.831Z Compiling stringprep v0.1.5
15262026-07-04T15:55:41.961Z Compiling thiserror v1.0.69
15272026-07-04T15:55:42.108Z Compiling serde_urlencoded v0.7.1
15282026-07-04T15:55:42.123Z Compiling proptest v1.10.0
15292026-07-04T15:55:42.267Z Compiling scroll v0.12.0
15302026-07-04T15:55:42.527Z Compiling tower-http v0.6.8
15312026-07-04T15:55:42.830Z Compiling derive_builder_macro v0.20.2
15322026-07-04T15:55:42.861Z Compiling camino v1.2.2
15332026-07-04T15:55:43.096Z Compiling tokio-native-tls v0.3.1
15342026-07-04T15:55:43.231Z Compiling bstr v1.12.1
15352026-07-04T15:55:43.266Z Compiling ipnetwork v0.21.1
15362026-07-04T15:55:43.287Z Compiling darling_macro v0.21.3
15372026-07-04T15:55:43.302Z Compiling block-buffer v0.12.1
15382026-07-04T15:55:43.392Z Compiling crypto-common v0.2.2
15392026-07-04T15:55:43.490Z Compiling block-padding v0.4.2
15402026-07-04T15:55:43.641Z Compiling rustls-native-certs v0.8.3
15412026-07-04T15:55:43.655Z Compiling rand_chacha v0.3.1
15422026-07-04T15:55:43.775Z Compiling toml_datetime v0.6.11
15432026-07-04T15:55:43.859Z Compiling serde_spanned v0.6.9
15442026-07-04T15:55:43.927Z Compiling erased-serde v0.3.31
15452026-07-04T15:55:44.002Z Compiling serde_tokenstream v0.2.3
15462026-07-04T15:55:44.025Z Compiling signature v2.2.0
15472026-07-04T15:55:44.201Z Compiling md-5 v0.10.6
15482026-07-04T15:55:44.309Z Compiling async-trait v0.1.89
15492026-07-04T15:55:44.365Z Compiling pin-project-internal v1.1.11
15502026-07-04T15:55:44.404Z Compiling zerocopy-derive v0.7.35
15512026-07-04T15:55:44.438Z Compiling curve25519-dalek v4.1.3
15522026-07-04T15:55:44.846Z Compiling vergen-lib v9.1.0
15532026-07-04T15:55:45.045Z Compiling num-integer v0.1.46
15542026-07-04T15:55:45.120Z Compiling hash32 v0.2.1
15552026-07-04T15:55:45.318Z Compiling memoffset v0.9.1
15562026-07-04T15:55:45.332Z Compiling encoding_rs v0.8.35
15572026-07-04T15:55:45.372Z Compiling cfg_aliases v0.2.1
15582026-07-04T15:55:45.394Z Compiling ref-cast v1.0.25
15592026-07-04T15:55:45.447Z Compiling smoltcp v0.9.1
15602026-07-04T15:55:45.517Z Compiling num-bigint-dig v0.8.6
15612026-07-04T15:55:45.532Z Compiling litrs v1.0.0
15622026-07-04T15:55:45.714Z Compiling psl-types v2.0.11
15632026-07-04T15:55:45.728Z Compiling zlib-rs v0.6.2
15642026-07-04T15:55:45.792Z Compiling rustix v0.38.44
15652026-07-04T15:55:45.839Z Compiling fallible-iterator v0.2.0
15662026-07-04T15:55:46.045Z Compiling mime v0.3.17
15672026-07-04T15:55:46.151Z Compiling postgres-protocol v0.6.10
15682026-07-04T15:55:46.250Z Compiling document-features v0.2.12
15692026-07-04T15:55:46.298Z Compiling publicsuffix v2.3.0
15702026-07-04T15:55:46.670Z Compiling pin-project v1.1.11
15712026-07-04T15:55:46.694Z Compiling nix v0.31.2
15722026-07-04T15:55:46.766Z Compiling zerocopy v0.7.35
15732026-07-04T15:55:46.788Z Compiling hubpack_derive v0.1.1
15742026-07-04T15:55:46.814Z Compiling num-iter v0.1.45
15752026-07-04T15:55:47.027Z Compiling newtype-uuid v1.3.2
15762026-07-04T15:55:47.237Z Compiling rand v0.8.6
15772026-07-04T15:55:47.309Z Compiling darling v0.21.3
15782026-07-04T15:55:47.323Z Compiling inout v0.2.2
15792026-07-04T15:55:47.346Z Compiling oxnet v0.1.6
15802026-07-04T15:55:47.389Z Compiling derive_builder v0.20.2
15812026-07-04T15:55:47.447Z Compiling hyper-tls v0.6.0
15822026-07-04T15:55:47.587Z Compiling goblin v0.8.2
15832026-07-04T15:55:48.102Z Compiling phf_shared v0.13.1
15842026-07-04T15:55:48.177Z Compiling lazy_static v1.5.0
15852026-07-04T15:55:48.246Z Compiling regex v1.12.3
15862026-07-04T15:55:48.270Z Compiling anstyle-parse v0.2.7
15872026-07-04T15:55:48.334Z Compiling futures-executor v0.3.32
15882026-07-04T15:55:48.354Z Compiling hex v0.4.3
15892026-07-04T15:55:48.446Z Compiling terminal_size v0.4.3
15902026-07-04T15:55:48.583Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-04T15:55:48.586Z Compiling daft-derive v0.1.7
15922026-07-04T15:55:48.615Z Compiling flate2 v1.1.9
15932026-07-04T15:55:48.668Z Compiling ref-cast-impl v1.0.25
15942026-07-04T15:55:48.985Z Compiling strum_macros v0.27.2
15952026-07-04T15:55:49.017Z Compiling snafu-derive v0.8.9
15962026-07-04T15:55:49.225Z Compiling vergen v9.1.0
15972026-07-04T15:55:49.243Z Compiling cargo-platform v0.3.2
15982026-07-04T15:55:49.311Z Compiling ff v0.13.1
15992026-07-04T15:55:49.422Z Compiling fs-err v3.3.0
16002026-07-04T15:55:49.451Z Compiling ahash v0.8.12
16012026-07-04T15:55:49.510Z Compiling winnow v0.5.40
16022026-07-04T15:55:49.695Z Compiling object v0.37.3
16032026-07-04T15:55:49.715Z Compiling unicode-segmentation v1.12.0
16042026-07-04T15:55:49.981Z Compiling base16ct v0.2.0
16052026-07-04T15:55:50.105Z Compiling bumpalo v3.20.2
16062026-07-04T15:55:50.167Z Compiling libbz2-rs-sys v0.2.2
16072026-07-04T15:55:50.362Z Compiling bitflags v1.3.2
16082026-07-04T15:55:50.440Z Compiling managed v0.8.0
16092026-07-04T15:55:50.662Z Compiling same-file v1.0.6
16102026-07-04T15:55:50.843Z Compiling foldhash v0.2.0
16112026-07-04T15:55:50.874Z Compiling foldhash v0.1.5
16122026-07-04T15:55:50.989Z Compiling clap_builder v4.6.0
16132026-07-04T15:55:51.012Z Compiling snafu v0.8.9
16142026-07-04T15:55:51.047Z Compiling hashbrown v0.16.1
16152026-07-04T15:55:51.062Z Compiling strum v0.27.2
16162026-07-04T15:55:51.065Z Compiling hashbrown v0.15.5
16172026-07-04T15:55:51.065Z Compiling toml_edit v0.19.15
16182026-07-04T15:55:51.182Z Compiling walkdir v2.5.0
16192026-07-04T15:55:51.487Z Compiling bzip2 v0.6.1
16202026-07-04T15:55:51.616Z Compiling zopfli v0.8.3
16212026-07-04T15:55:51.630Z Compiling sec1 v0.7.3
16222026-07-04T15:55:51.740Z Compiling dof v0.3.0
16232026-07-04T15:55:52.071Z Compiling group v0.13.0
16242026-07-04T15:55:52.135Z Compiling cargo_metadata v0.23.1
16252026-07-04T15:55:52.248Z Compiling daft v0.1.7
16262026-07-04T15:55:52.522Z Compiling futures v0.3.32
16272026-07-04T15:55:52.542Z Compiling anstream v0.6.21
16282026-07-04T15:55:52.602Z Compiling phf v0.13.1
16292026-07-04T15:55:52.763Z Compiling signal-hook-mio v0.2.5
16302026-07-04T15:55:53.079Z Compiling cookie_store v0.22.1
16312026-07-04T15:55:53.234Z Compiling zstd v0.13.3
16322026-07-04T15:55:53.488Z Compiling reqwest v0.12.28
16332026-07-04T15:55:53.507Z Compiling bzip2 v0.4.4
16342026-07-04T15:55:53.717Z Compiling cipher v0.5.2
16352026-07-04T15:55:53.726Z Compiling serde_with_macros v3.17.0
16362026-07-04T15:55:53.800Z Compiling hubpack v0.1.2
16372026-07-04T15:55:53.970Z Compiling postgres-types v0.2.12
16382026-07-04T15:55:54.041Z Compiling usdt-attr-macro v0.6.0
16392026-07-04T15:55:54.517Z Compiling usdt-macro v0.6.0
16402026-07-04T15:55:54.889Z Compiling ed25519 v2.2.3
16412026-07-04T15:55:54.929Z Compiling globset v0.4.18
16422026-07-04T15:55:55.146Z Compiling dtrace-parser v0.2.0
16432026-07-04T15:55:55.311Z Compiling phf_shared v0.11.3
16442026-07-04T15:55:55.363Z Compiling hkdf v0.12.4
16452026-07-04T15:55:55.474Z Compiling olpc-cjson v0.1.4
16462026-07-04T15:55:55.484Z Compiling pkcs1 v0.7.5
16472026-07-04T15:55:55.586Z Compiling serde-big-array v0.5.1
16482026-07-04T15:55:55.640Z Compiling serde_plain v1.0.2
16492026-07-04T15:55:55.730Z Compiling pem v3.0.6
16502026-07-04T15:55:55.807Z Compiling crypto-bigint v0.5.5
16512026-07-04T15:55:55.854Z Compiling clap_derive v4.6.1
16522026-07-04T15:55:55.883Z Compiling serde_repr v0.1.20
16532026-07-04T15:55:55.911Z Compiling enum-as-inner v0.6.1
16542026-07-04T15:55:56.080Z Compiling strum_macros v0.26.4
16552026-07-04T15:55:56.394Z Compiling async-recursion v1.1.1
16562026-07-04T15:55:56.442Z Compiling float-cmp v0.10.0
16572026-07-04T15:55:56.586Z Compiling memmap2 v0.9.10
16582026-07-04T15:55:56.801Z Compiling thread-id v4.2.2
16592026-07-04T15:55:56.882Z Compiling env_filter v1.0.0
16602026-07-04T15:55:57.045Z Compiling static_assertions v1.1.0
16612026-07-04T15:55:57.119Z Compiling const-oid v0.10.2
16622026-07-04T15:55:57.184Z Compiling difflib v0.4.0
16632026-07-04T15:55:57.201Z Compiling precomputed-hash v0.1.1
16642026-07-04T15:55:57.289Z Compiling new_debug_unreachable v1.0.6
16652026-07-04T15:55:57.324Z Compiling fixedbitset v0.5.7
16662026-07-04T15:55:57.360Z Compiling fixedbitset v0.4.2
16672026-07-04T15:55:57.579Z Compiling either v1.15.0
16682026-07-04T15:55:57.594Z Compiling whoami v2.1.0
16692026-07-04T15:55:57.625Z Compiling keccak v0.1.6
16702026-07-04T15:55:57.736Z Compiling normalize-line-endings v0.3.0
16712026-07-04T15:55:57.786Z Compiling data-encoding v2.10.0
16722026-07-04T15:55:57.799Z Compiling winnow v1.0.3
16732026-07-04T15:55:57.832Z Compiling typed-path v0.9.3
16742026-07-04T15:55:57.895Z Compiling jiff v0.2.21
16752026-07-04T15:55:57.968Z Compiling predicates-core v1.0.10
16762026-07-04T15:55:58.135Z Compiling cpufeatures v0.3.0
16772026-07-04T15:55:58.150Z Compiling predicates v3.1.4
16782026-07-04T15:55:58.217Z Compiling chacha20 v0.10.0
16792026-07-04T15:55:58.350Z Compiling toml_parser v1.1.2+spec-1.1.0
16802026-07-04T15:55:58.461Z Compiling hickory-proto v0.25.2
16812026-07-04T15:55:58.490Z Compiling tokio-postgres v0.7.16
16822026-07-04T15:55:58.573Z Compiling strum v0.26.3
16832026-07-04T15:55:58.703Z Compiling toml_edit v0.22.27
16842026-07-04T15:55:58.785Z Compiling sha3 v0.10.8
16852026-07-04T15:55:58.976Z Compiling itertools v0.13.0
16862026-07-04T15:55:59.040Z Compiling clap v4.6.1
16872026-07-04T15:55:59.124Z Compiling petgraph v0.8.3
16882026-07-04T15:55:59.236Z Compiling petgraph v0.6.5
16892026-07-04T15:56:00.258Z Compiling string_cache v0.8.9
16902026-07-04T15:56:00.497Z Compiling digest v0.11.3
16912026-07-04T15:56:00.718Z Compiling zip v4.6.1
16922026-07-04T15:56:00.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-04T15:56:00.753Z Compiling env_logger v0.11.9
16942026-07-04T15:56:01.109Z Compiling usdt-impl v0.5.0
16952026-07-04T15:56:01.130Z Compiling elliptic-curve v0.13.8
16962026-07-04T15:56:01.441Z Compiling usdt v0.6.0
16972026-07-04T15:56:01.529Z Compiling rsa v0.9.10
16982026-07-04T15:56:01.687Z Compiling ed25519-dalek v2.2.0
16992026-07-04T15:56:01.701Z Compiling serde_with v3.17.0
17002026-07-04T15:56:01.715Z Compiling crossterm v0.28.1
17012026-07-04T15:56:02.334Z Compiling zip v0.6.6
17022026-07-04T15:56:03.005Z Compiling iddqd v0.4.2
17032026-07-04T15:56:03.190Z Compiling toml v0.7.8
17042026-07-04T15:56:03.657Z Compiling similar v2.7.0
17052026-07-04T15:56:03.722Z Compiling heck v0.4.1
17062026-07-04T15:56:03.793Z Compiling crossbeam-epoch v0.9.18
17072026-07-04T15:56:03.879Z Compiling tokio-stream v0.1.18
17082026-07-04T15:56:03.947Z Compiling buf-list v1.1.2
17092026-07-04T15:56:04.120Z Compiling x509-cert v0.2.5
17102026-07-04T15:56:04.223Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-04T15:56:04.286Z Compiling openapiv3 v2.2.0
17122026-07-04T15:56:04.342Z Compiling peg-runtime v0.8.5
17132026-07-04T15:56:04.524Z Compiling lalrpop-util v0.19.12
17142026-07-04T15:56:04.527Z Compiling thread_local v1.1.9
17152026-07-04T15:56:04.676Z Compiling slog-async v2.8.0
17162026-07-04T15:56:04.745Z Compiling crossbeam-channel v0.5.15
17172026-07-04T15:56:04.797Z Compiling filetime v0.2.27
17182026-07-04T15:56:04.863Z Compiling is-terminal v0.4.17
17192026-07-04T15:56:04.942Z Compiling take_mut v0.2.2
17202026-07-04T15:56:04.974Z Compiling xattr v1.6.1
17212026-07-04T15:56:05.006Z Compiling term v1.2.1
17222026-07-04T15:56:05.051Z Compiling camino-tempfile v1.4.1
17232026-07-04T15:56:05.212Z Compiling tar v0.4.45
17242026-07-04T15:56:05.278Z Compiling slog-term v2.9.2
17252026-07-04T15:56:15.523Z Compiling rustls-webpki v0.103.13
17262026-07-04T15:56:18.195Z Compiling tokio-rustls v0.26.4
17272026-07-04T15:56:18.195Z Compiling rustls-platform-verifier v0.6.2
17282026-07-04T15:56:18.195Z Compiling tough v0.22.0
17292026-07-04T15:56:18.398Z Compiling hyper-rustls v0.27.7
17302026-07-04T15:56:18.592Z Compiling reqwest v0.13.2
17312026-07-04T15:56:20.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-04T15:56:21.057Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-04T15:56:23.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17342026-07-04T15:56:24.034Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-04T15:56:24.084ZJul 04 15:56:22.596 INFO Starting download, target: Clickhouse
17362026-07-04T15:56:24.084ZJul 04 15:56:22.596 INFO Starting download, target: Cockroach
17372026-07-04T15:56:24.084ZJul 04 15:56:22.596 INFO Starting download, target: DendriteStub
17382026-07-04T15:56:24.084ZJul 04 15:56:22.596 INFO Starting download, target: Console
17392026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Starting download, target: MaghemiteMgd
17402026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Starting download, target: MaghemiteDdmd
17412026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Starting download, target: TransceiverControl
17422026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-07-04T15:56:24.088ZJul 04 15:56:22.596 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-04T15:56:24.089ZJul 04 15:56:22.596 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-07-04T15:56:24.089ZJul 04 15:56:22.596 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-04T15:56:24.757ZJul 04 15:56:23.266 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-04T15:56:25.009ZJul 04 15:56:23.488 INFO Download complete, target: TransceiverControl
17512026-07-04T15:56:25.846ZJul 04 15:56:24.357 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-07-04T15:56:25.880ZJul 04 15:56:24.377 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-07-04T15:56:26.127ZJul 04 15:56:24.631 INFO Download complete, target: Console
17542026-07-04T15:56:26.218ZJul 04 15:56:24.730 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-07-04T15:56:27.065ZJul 04 15:56:25.570 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17562026-07-04T15:56:28.516ZJul 04 15:56:27.029 INFO Download complete, target: DendriteStub
17572026-07-04T15:56:28.848ZJul 04 15:56:27.361 INFO Download complete, target: MaghemiteDdmd
17582026-07-04T15:56:31.193ZJul 04 15:56:29.702 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-07-04T15:56:31.424ZJul 04 15:56:29.930 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17602026-07-04T15:56:31.424ZJul 04 15:56:29.930 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17612026-07-04T15:56:32.569ZJul 04 15:56:31.080 INFO Checking that binary works, target: Clickhouse
17622026-07-04T15:56:32.655ZJul 04 15:56:31.166 INFO Download complete, target: Clickhouse
17632026-07-04T15:56:33.562ZJul 04 15:56:32.074 INFO Download complete, target: MaghemiteMgd
17642026-07-04T15:56:35.943ZJul 04 15:56:34.455 INFO Checking that binary works, target: Cockroach
17652026-07-04T15:56:36.052ZJul 04 15:56:34.564 INFO Download complete, target: Cockroach
17662026-07-04T15:56:36.068ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-04T15:56:36.072Z
17682026-07-04T15:56:36.072Zreal 2:04.003161548
17692026-07-04T15:56:36.072Zuser 6:38.239900282
17702026-07-04T15:56:36.072Zsys 1:20.979436266
17712026-07-04T15:56:36.072Ztrap 0.218234540
17722026-07-04T15:56:36.072Ztflt 0.545813582
17732026-07-04T15:56:36.072Zdflt 0.829915412
17742026-07-04T15:56:36.072Zkflt 0.024616532
17752026-07-04T15:56:36.072Zlock 22:31.406975884
17762026-07-04T15:56:36.072Zslp 20:17.029184953
17772026-07-04T15:56:36.072Zlat 42.058868973
17782026-07-04T15:56:36.072Zstop 1:54.245303666
17792026-07-04T15:56:36.072Z+ banner hack-check
17802026-07-04T15:56:36.072Z
17812026-07-04T15:56:36.073Z # # ## #### # # #### # # ###### #### # #
17822026-07-04T15:56:36.073Z # # # # # # # # # # # # # # # # #
17832026-07-04T15:56:36.073Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-04T15:56:36.073Z # # ###### # # # # # # # # # #
17852026-07-04T15:56:36.073Z # # # # # # # # # # # # # # # # #
17862026-07-04T15:56:36.073Z # # # # #### # # #### # # ###### #### # #
17872026-07-04T15:56:36.073Z
17882026-07-04T15:56:36.073Z+ export CARGO_INCREMENTAL=0
17892026-07-04T15:56:36.073Z+ CARGO_INCREMENTAL=0
17902026-07-04T15:56:36.073Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-04T15:56:36.530Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-04T15:56:36.867Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-04T15:56:38.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17942026-07-04T15:56:38.622Z Running `target/debug/xtask check-features --ci`
17952026-07-04T15:56:38.648Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-04T15:56:38.651Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-04T15:56:39.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17982026-07-04T15:56:39.082Z Running `target/debug/xtask download cargo-hack`
17992026-07-04T15:56:40.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-04T15:56:40.350Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-04T15:56:42.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18022026-07-04T15:56:42.853Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-04T15:56:42.897ZJul 04 15:56:41.408 INFO Starting download, target: CargoHack
18042026-07-04T15:56:42.899ZJul 04 15:56:41.409 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-04T15:56:43.254ZJul 04 15:56:41.767 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-04T15:56:43.301ZJul 04 15:56:41.814 INFO Download complete, target: CargoHack
18072026-07-04T15:56:43.304Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-04T15:56:43.317Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-04T15:56:43.476Zinfo: running `cargo check --bins` on api_identity (1/299)
18102026-07-04T15:56:43.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-04T15:56:43.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-04T15:56:43.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-04T15:56:43.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18142026-07-04T15:56:43.997Z
18152026-07-04T15:56:43.997Zinfo: running `cargo check --bins` on bootstore (2/299)
18162026-07-04T15:56:44.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-04T15:56:44.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-04T15:56:44.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-04T15:56:44.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-04T15:56:44.511Z
18212026-07-04T15:56:44.511Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18222026-07-04T15:56:44.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-04T15:56:44.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-04T15:56:44.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-04T15:56:44.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-07-04T15:56:45.022Z
18272026-07-04T15:56:45.022Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18282026-07-04T15:56:45.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-04T15:56:45.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-04T15:56:45.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-04T15:56:45.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-07-04T15:56:45.546Z
18332026-07-04T15:56:45.546Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18342026-07-04T15:56:45.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-04T15:56:45.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-04T15:56:45.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-04T15:56:45.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18382026-07-04T15:56:46.067Z
18392026-07-04T15:56:46.067Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18402026-07-04T15:56:46.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-04T15:56:46.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-04T15:56:46.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-04T15:56:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18442026-07-04T15:56:46.599Z
18452026-07-04T15:56:46.599Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18462026-07-04T15:56:47.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-04T15:56:47.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-04T15:56:47.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-04T15:56:47.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18502026-07-04T15:56:47.135Z
18512026-07-04T15:56:47.135Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18522026-07-04T15:56:47.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-04T15:56:47.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-04T15:56:47.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-04T15:56:47.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18562026-07-04T15:56:47.674Z
18572026-07-04T15:56:47.674Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18582026-07-04T15:56:48.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-04T15:56:48.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-04T15:56:48.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-04T15:56:48.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18622026-07-04T15:56:48.075Z
18632026-07-04T15:56:48.075Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18642026-07-04T15:56:48.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-04T15:56:48.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-04T15:56:48.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-04T15:56:48.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18682026-07-04T15:56:48.479Z
18692026-07-04T15:56:48.479Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18702026-07-04T15:56:48.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-04T15:56:48.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-04T15:56:48.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-04T15:56:48.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18742026-07-04T15:56:48.879Z
18752026-07-04T15:56:48.879Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18762026-07-04T15:56:49.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-04T15:56:49.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-04T15:56:49.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-04T15:56:49.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18802026-07-04T15:56:49.279Z
18812026-07-04T15:56:49.279Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18822026-07-04T15:56:49.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-04T15:56:49.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-04T15:56:49.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-04T15:56:49.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18862026-07-04T15:56:49.681Z
18872026-07-04T15:56:49.681Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18882026-07-04T15:56:50.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-04T15:56:50.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-04T15:56:50.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-04T15:56:50.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-04T15:56:50.076Z
18932026-07-04T15:56:50.076Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18942026-07-04T15:56:50.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-04T15:56:50.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-04T15:56:50.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-04T15:56:50.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18982026-07-04T15:56:50.480Z
18992026-07-04T15:56:50.480Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
19002026-07-04T15:56:50.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-04T15:56:50.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-04T15:56:50.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-04T15:56:50.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19042026-07-04T15:56:50.883Z
19052026-07-04T15:56:50.883Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19062026-07-04T15:56:51.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-04T15:56:51.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-04T15:56:51.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-04T15:56:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-04T15:56:51.286Z
19112026-07-04T15:56:51.286Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19122026-07-04T15:56:51.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-04T15:56:51.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-04T15:56:51.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-04T15:56:51.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19162026-07-04T15:56:51.693Z
19172026-07-04T15:56:51.693Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19182026-07-04T15:56:52.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-04T15:56:52.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-04T15:56:52.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-04T15:56:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19222026-07-04T15:56:52.095Z
19232026-07-04T15:56:52.095Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19242026-07-04T15:56:52.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-04T15:56:52.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-04T15:56:52.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-04T15:56:52.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19282026-07-04T15:56:52.502Z
19292026-07-04T15:56:52.502Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19302026-07-04T15:56:52.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-04T15:56:52.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-04T15:56:52.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-04T15:56:52.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-04T15:56:52.905Z
19352026-07-04T15:56:52.905Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19362026-07-04T15:56:53.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-04T15:56:53.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-04T15:56:53.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-04T15:56:53.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-04T15:56:53.307Z
19412026-07-04T15:56:53.307Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19422026-07-04T15:56:53.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-04T15:56:53.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-04T15:56:53.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-04T15:56:53.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-04T15:56:53.709Z
19472026-07-04T15:56:53.709Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19482026-07-04T15:56:54.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-04T15:56:54.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-04T15:56:54.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-04T15:56:54.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-04T15:56:54.112Z
19532026-07-04T15:56:54.112Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19542026-07-04T15:56:54.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-04T15:56:54.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-04T15:56:54.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-04T15:56:54.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-04T15:56:54.513Z
19592026-07-04T15:56:54.513Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19602026-07-04T15:56:54.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-04T15:56:54.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-04T15:56:54.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-04T15:56:54.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-04T15:56:54.914Z
19652026-07-04T15:56:54.914Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19662026-07-04T15:56:55.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-04T15:56:55.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-04T15:56:55.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-04T15:56:55.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-04T15:56:55.320Z
19712026-07-04T15:56:55.321Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19722026-07-04T15:56:55.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-04T15:56:55.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-04T15:56:55.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-04T15:56:55.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-04T15:56:55.727Z
19772026-07-04T15:56:55.727Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19782026-07-04T15:56:56.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-04T15:56:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-04T15:56:56.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-04T15:56:56.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-04T15:56:56.133Z
19832026-07-04T15:56:56.133Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19842026-07-04T15:56:56.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-04T15:56:56.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-04T15:56:56.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-04T15:56:56.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-04T15:56:56.540Z
19892026-07-04T15:56:56.540Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19902026-07-04T15:56:56.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-04T15:56:56.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-04T15:56:56.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-04T15:56:56.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-07-04T15:56:56.944Z
19952026-07-04T15:56:56.944Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19962026-07-04T15:56:57.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-04T15:56:57.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-04T15:56:57.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-04T15:56:57.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-04T15:56:57.349Z
20012026-07-04T15:56:57.349Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
20022026-07-04T15:56:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-04T15:56:57.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-04T15:56:57.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-04T15:56:57.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-07-04T15:56:57.754Z
20072026-07-04T15:56:57.754Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20082026-07-04T15:56:58.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-04T15:56:58.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-04T15:56:58.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-04T15:56:58.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-04T15:56:58.159Z
20132026-07-04T15:56:58.159Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20142026-07-04T15:56:58.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-04T15:56:58.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-04T15:56:58.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-04T15:56:58.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-07-04T15:56:58.563Z
20192026-07-04T15:56:58.563Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20202026-07-04T15:56:58.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-04T15:56:58.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-04T15:56:58.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-04T15:56:58.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-07-04T15:56:58.962Z
20252026-07-04T15:56:58.962Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20262026-07-04T15:56:59.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-04T15:56:59.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-04T15:56:59.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-04T15:56:59.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-04T15:56:59.370Z
20312026-07-04T15:56:59.370Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20322026-07-04T15:56:59.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-04T15:56:59.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-04T15:56:59.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-04T15:56:59.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-04T15:56:59.776Z
20372026-07-04T15:56:59.776Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20382026-07-04T15:57:00.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-04T15:57:00.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-04T15:57:00.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-04T15:57:00.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-07-04T15:57:00.181Z
20432026-07-04T15:57:00.181Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20442026-07-04T15:57:00.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-04T15:57:00.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-04T15:57:00.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-04T15:57:00.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-04T15:57:00.611Z
20492026-07-04T15:57:00.611Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20502026-07-04T15:57:00.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-04T15:57:00.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-04T15:57:00.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-04T15:57:00.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-04T15:57:00.989Z
20552026-07-04T15:57:00.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20562026-07-04T15:57:01.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-04T15:57:01.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-04T15:57:01.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-04T15:57:01.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-04T15:57:01.397Z
20612026-07-04T15:57:01.397Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20622026-07-04T15:57:01.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-04T15:57:01.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-04T15:57:01.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-04T15:57:01.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-04T15:57:01.803Z
20672026-07-04T15:57:01.803Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20682026-07-04T15:57:02.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-04T15:57:02.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-04T15:57:02.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-04T15:57:02.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-04T15:57:02.209Z
20732026-07-04T15:57:02.209Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20742026-07-04T15:57:02.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-04T15:57:02.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-04T15:57:02.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-04T15:57:02.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-04T15:57:02.617Z
20792026-07-04T15:57:02.617Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20802026-07-04T15:57:02.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-04T15:57:02.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-04T15:57:02.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-04T15:57:02.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-04T15:57:03.026Z
20852026-07-04T15:57:03.026Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20862026-07-04T15:57:03.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-04T15:57:03.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-04T15:57:03.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-04T15:57:03.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-04T15:57:03.433Z
20912026-07-04T15:57:03.433Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20922026-07-04T15:57:03.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-04T15:57:03.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-04T15:57:03.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-04T15:57:03.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-04T15:57:03.839Z
20972026-07-04T15:57:03.839Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20982026-07-04T15:57:04.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-04T15:57:04.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-04T15:57:04.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-04T15:57:04.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21022026-07-04T15:57:04.415Z
21032026-07-04T15:57:04.415Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21042026-07-04T15:57:04.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-04T15:57:04.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-04T15:57:04.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-04T15:57:04.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21082026-07-04T15:57:04.987Z
21092026-07-04T15:57:04.987Zinfo: running `cargo check --bins` on nexus-config (51/299)
21102026-07-04T15:57:05.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-04T15:57:05.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-04T15:57:05.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-04T15:57:05.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21142026-07-04T15:57:05.563Z
21152026-07-04T15:57:05.563Zinfo: running `cargo check --bins` on nexus-types (52/299)
21162026-07-04T15:57:06.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-04T15:57:06.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-04T15:57:06.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-04T15:57:06.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21202026-07-04T15:57:06.139Z
21212026-07-04T15:57:06.139Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21222026-07-04T15:57:06.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-04T15:57:06.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-04T15:57:06.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-04T15:57:06.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21262026-07-04T15:57:06.683Z
21272026-07-04T15:57:06.683Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21282026-07-04T15:57:07.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-04T15:57:07.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-04T15:57:07.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-04T15:57:07.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21322026-07-04T15:57:07.206Z
21332026-07-04T15:57:07.206Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21342026-07-04T15:57:07.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-04T15:57:07.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-04T15:57:07.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-04T15:57:07.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21382026-07-04T15:57:07.748Z
21392026-07-04T15:57:07.748Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21402026-07-04T15:57:08.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-04T15:57:08.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-04T15:57:08.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-04T15:57:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21442026-07-04T15:57:08.292Z
21452026-07-04T15:57:08.292Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21462026-07-04T15:57:08.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-04T15:57:08.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-04T15:57:08.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-04T15:57:08.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21502026-07-04T15:57:08.837Z
21512026-07-04T15:57:08.837Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21522026-07-04T15:57:09.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-04T15:57:09.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-04T15:57:09.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-04T15:57:09.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21562026-07-04T15:57:09.380Z
21572026-07-04T15:57:09.380Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21582026-07-04T15:57:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-04T15:57:09.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-04T15:57:09.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-04T15:57:09.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21622026-07-04T15:57:09.906Z
21632026-07-04T15:57:09.906Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21642026-07-04T15:57:10.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-04T15:57:10.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-04T15:57:10.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-04T15:57:10.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-04T15:57:10.432Z
21692026-07-04T15:57:10.432Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21702026-07-04T15:57:10.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-04T15:57:10.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-04T15:57:10.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-04T15:57:10.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-04T15:57:10.952Z
21752026-07-04T15:57:10.952Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21762026-07-04T15:57:11.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-04T15:57:11.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-04T15:57:11.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-04T15:57:11.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-04T15:57:11.473Z
21812026-07-04T15:57:11.473Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21822026-07-04T15:57:11.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-04T15:57:11.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-04T15:57:11.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-04T15:57:11.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21862026-07-04T15:57:12.014Z
21872026-07-04T15:57:12.014Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21882026-07-04T15:57:12.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-04T15:57:12.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-04T15:57:12.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-04T15:57:12.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21922026-07-04T15:57:12.540Z
21932026-07-04T15:57:12.540Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21942026-07-04T15:57:12.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-04T15:57:12.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-04T15:57:12.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-04T15:57:12.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-04T15:57:13.062Z
21992026-07-04T15:57:13.062Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
22002026-07-04T15:57:13.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-04T15:57:13.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-04T15:57:13.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-04T15:57:13.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-04T15:57:13.593Z
22052026-07-04T15:57:13.593Zinfo: running `cargo check --bins` on ereport-types (67/299)
22062026-07-04T15:57:14.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-04T15:57:14.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-04T15:57:14.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-04T15:57:14.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-04T15:57:14.110Z
22112026-07-04T15:57:14.110Zinfo: running `cargo check --bins` on gateway-client (68/299)
22122026-07-04T15:57:14.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-04T15:57:14.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-04T15:57:14.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-04T15:57:14.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-04T15:57:14.636Z
22172026-07-04T15:57:14.636Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22182026-07-04T15:57:15.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-04T15:57:15.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-04T15:57:15.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-04T15:57:15.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-04T15:57:15.162Z
22232026-07-04T15:57:15.162Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22242026-07-04T15:57:15.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-04T15:57:15.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-04T15:57:15.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-04T15:57:15.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-04T15:57:15.682Z
22292026-07-04T15:57:15.682Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22302026-07-04T15:57:16.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-04T15:57:16.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-04T15:57:16.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-04T15:57:16.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-04T15:57:16.205Z
22352026-07-04T15:57:16.205Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22362026-07-04T15:57:16.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-04T15:57:16.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-04T15:57:16.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-04T15:57:16.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-04T15:57:16.733Z
22412026-07-04T15:57:16.733Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22422026-07-04T15:57:17.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-04T15:57:17.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-04T15:57:17.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-04T15:57:17.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22462026-07-04T15:57:17.279Z
22472026-07-04T15:57:17.279Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22482026-07-04T15:57:17.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-04T15:57:17.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-04T15:57:17.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-04T15:57:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-04T15:57:17.825Z
22532026-07-04T15:57:17.825Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22542026-07-04T15:57:18.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-04T15:57:18.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-04T15:57:18.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-04T15:57:18.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22582026-07-04T15:57:18.339Z
22592026-07-04T15:57:18.339Zinfo: running `cargo check --bins` on oxlog (76/299)
22602026-07-04T15:57:18.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-04T15:57:18.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-04T15:57:18.891Z Checking cfg-if v1.0.4
22632026-07-04T15:57:18.894Z Checking libc v0.2.185
22642026-07-04T15:57:18.894Z Checking serde_core v1.0.228
22652026-07-04T15:57:19.006Z Checking memchr v2.8.0
22662026-07-04T15:57:19.006Z Checking zeroize v1.8.2
22672026-07-04T15:57:19.020Z Checking log v0.4.29
22682026-07-04T15:57:19.029Z Checking smallvec v1.15.1
22692026-07-04T15:57:19.038Z Checking subtle v2.6.1
22702026-07-04T15:57:19.049Z Checking itoa v1.0.17
22712026-07-04T15:57:19.154Z Checking scopeguard v1.2.0
22722026-07-04T15:57:19.173Z Checking typenum v1.20.1
22732026-07-04T15:57:19.184Z Checking stable_deref_trait v1.2.1
22742026-07-04T15:57:19.195Z Checking zerofrom v0.1.6
22752026-07-04T15:57:19.208Z Checking pin-project-lite v0.2.17
22762026-07-04T15:57:19.249Z Checking lock_api v0.4.14
22772026-07-04T15:57:19.261Z Checking portable-atomic v1.13.1
22782026-07-04T15:57:19.293Z Checking critical-section v1.2.0
22792026-07-04T15:57:19.305Z Checking yoke v0.8.1
22802026-07-04T15:57:19.379Z Checking futures-core v0.3.32
22812026-07-04T15:57:19.393Z Checking errno v0.3.14
22822026-07-04T15:57:19.393Z Checking getrandom v0.2.17
22832026-07-04T15:57:19.446Z Checking parking_lot_core v0.9.12
22842026-07-04T15:57:19.465Z Checking zerovec v0.11.5
22852026-07-04T15:57:19.526Z Checking mio v1.2.0
22862026-07-04T15:57:19.545Z Checking signal-hook-registry v1.4.8
22872026-07-04T15:57:19.562Z Checking rand_core v0.6.4
22882026-07-04T15:57:19.627Z Checking parking_lot v0.12.5
22892026-07-04T15:57:19.665Z Checking once_cell v1.21.3
22902026-07-04T15:57:19.699Z Checking zerocopy v0.8.40
22912026-07-04T15:57:19.732Z Checking const-oid v0.9.6
22922026-07-04T15:57:19.800Z Checking zmij v1.0.21
22932026-07-04T15:57:19.812Z Checking rand_core v0.10.0
22942026-07-04T15:57:19.834Z Checking socket2 v0.6.3
22952026-07-04T15:57:19.892Z Checking tinystr v0.8.2
22962026-07-04T15:57:19.929Z Checking generic-array v0.14.7
22972026-07-04T15:57:19.943Z Checking getrandom v0.4.1
22982026-07-04T15:57:20.004Z Checking libm v0.2.16
22992026-07-04T15:57:20.060Z Checking equivalent v1.0.2
23002026-07-04T15:57:20.071Z Checking writeable v0.6.2
23012026-07-04T15:57:20.091Z Checking percent-encoding v2.3.2
23022026-07-04T15:57:20.139Z Checking litemap v0.8.1
23032026-07-04T15:57:20.231Z Checking potential_utf v0.1.4
23042026-07-04T15:57:20.235Z Checking zerotrie v0.2.3
23052026-07-04T15:57:20.314Z Checking icu_locale_core v2.1.1
23062026-07-04T15:57:20.370Z Checking futures-sink v0.3.32
23072026-07-04T15:57:20.391Z Checking icu_collections v2.1.1
23082026-07-04T15:57:20.434Z Checking futures-io v0.3.32
23092026-07-04T15:57:20.465Z Checking futures-channel v0.3.32
23102026-07-04T15:57:20.492Z Checking futures-task v0.3.32
23112026-07-04T15:57:20.522Z Checking serde v1.0.228
23122026-07-04T15:57:20.540Z Checking bitflags v2.11.0
23132026-07-04T15:57:20.624Z Checking serde_json v1.0.150
23142026-07-04T15:57:20.653Z Checking slab v0.4.12
23152026-07-04T15:57:20.690Z Checking icu_properties_data v2.1.2
23162026-07-04T15:57:20.702Z Checking icu_normalizer_data v2.1.1
23172026-07-04T15:57:20.713Z Checking num-traits v0.2.19
23182026-07-04T15:57:20.769Z Checking hashbrown v0.17.0
23192026-07-04T15:57:20.804Z Checking futures-util v0.3.32
23202026-07-04T15:57:20.818Z Checking block-buffer v0.10.4
23212026-07-04T15:57:20.869Z Checking icu_provider v2.1.1
23222026-07-04T15:57:20.926Z Checking bytes v1.11.1
23232026-07-04T15:57:20.950Z Checking crypto-common v0.1.7
23242026-07-04T15:57:21.069Z Checking digest v0.10.7
23252026-07-04T15:57:21.092Z Checking icu_normalizer v2.1.1
23262026-07-04T15:57:21.227Z Checking icu_properties v2.1.2
23272026-07-04T15:57:21.237Z Checking indexmap v2.14.0
23282026-07-04T15:57:21.259Z Checking utf8_iter v1.0.4
23292026-07-04T15:57:21.276Z Checking form_urlencoded v1.2.2
23302026-07-04T15:57:21.362Z Checking tokio v1.52.1
23312026-07-04T15:57:21.378Z Checking getrandom v0.3.4
23322026-07-04T15:57:21.396Z Checking byteorder v1.5.0
23332026-07-04T15:57:21.409Z Checking fnv v1.0.7
23342026-07-04T15:57:21.500Z Checking http v1.4.2
23352026-07-04T15:57:21.516Z Checking rand_core v0.9.5
23362026-07-04T15:57:21.592Z Checking base64ct v1.8.3
23372026-07-04T15:57:21.685Z Checking regex-syntax v0.8.10
23382026-07-04T15:57:21.790Z Checking rustix v1.1.3
23392026-07-04T15:57:21.819Z Checking pem-rfc7468 v0.7.0
23402026-07-04T15:57:21.977Z Checking uuid v1.23.4
23412026-07-04T15:57:22.036Z Checking idna_adapter v1.2.1
23422026-07-04T15:57:22.055Z Checking tracing-core v0.1.36
23432026-07-04T15:57:22.150Z Checking idna v1.1.0
23442026-07-04T15:57:22.290Z Checking flagset v0.4.7
23452026-07-04T15:57:22.354Z Checking base64 v0.22.1
23462026-07-04T15:57:22.393Z Checking url v2.5.8
23472026-07-04T15:57:22.411Z Checking iana-time-zone v0.1.65
23482026-07-04T15:57:22.493Z Checking ppv-lite86 v0.2.21
23492026-07-04T15:57:22.515Z Checking chrono v0.4.44
23502026-07-04T15:57:22.595Z Checking der v0.7.10
23512026-07-04T15:57:22.617Z Checking tracing v0.1.44
23522026-07-04T15:57:22.721Z Checking http-body v1.0.1
23532026-07-04T15:57:22.899Z Checking rand_chacha v0.9.0
23542026-07-04T15:57:22.907Z Checking rustls-pki-types v1.14.0
23552026-07-04T15:57:22.907Z Checking tinyvec_macros v0.1.1
23562026-07-04T15:57:22.907Z Checking cmov v0.5.4
23572026-07-04T15:57:22.907Z Checking openssl-probe v0.2.1
23582026-07-04T15:57:22.989Z Checking rand v0.9.2
23592026-07-04T15:57:23.002Z Checking tinyvec v1.10.0
23602026-07-04T15:57:23.015Z Checking aws-lc-sys v0.40.0
23612026-07-04T15:57:23.032Z Checking ctutils v0.4.2
23622026-07-04T15:57:23.105Z Checking untrusted v0.7.1
23632026-07-04T15:57:23.217Z Checking try-lock v0.2.5
23642026-07-04T15:57:23.237Z Checking tower-layer v0.3.3
23652026-07-04T15:57:23.302Z Checking tower-service v0.3.3
23662026-07-04T15:57:23.314Z Checking atomic-waker v1.1.2
23672026-07-04T15:57:23.325Z Checking spki v0.7.3
23682026-07-04T15:57:23.366Z Checking want v0.3.1
23692026-07-04T15:57:23.380Z Checking hybrid-array v0.4.13
23702026-07-04T15:57:23.392Z Checking ipnet v2.11.0
23712026-07-04T15:57:23.405Z Checking httparse v1.10.1
23722026-07-04T15:57:23.457Z Checking aho-corasick v1.1.4
23732026-07-04T15:57:23.481Z Checking fastrand v2.3.0
23742026-07-04T15:57:23.494Z Checking httpdate v1.0.3
23752026-07-04T15:57:23.509Z Checking aws-lc-rs v1.16.3
23762026-07-04T15:57:23.608Z Checking dyn-clone v1.0.20
23772026-07-04T15:57:23.637Z Checking cpufeatures v0.2.17
23782026-07-04T15:57:23.643Z Checking untrusted v0.9.0
23792026-07-04T15:57:23.654Z Checking utf8parse v0.2.2
23802026-07-04T15:57:23.697Z Checking foreign-types-shared v0.1.1
23812026-07-04T15:57:23.710Z Checking plain v0.2.3
23822026-07-04T15:57:23.746Z Checking tempfile v3.25.0
23832026-07-04T15:57:23.758Z Checking pkcs8 v0.10.2
23842026-07-04T15:57:23.777Z Checking foreign-types v0.3.2
23852026-07-04T15:57:23.804Z Checking unicode-normalization v0.1.25
23862026-07-04T15:57:23.840Z Checking semver v1.0.28
23872026-07-04T15:57:23.904Z Checking openssl-sys v0.9.115
23882026-07-04T15:57:23.934Z Checking spin v0.9.8
23892026-07-04T15:57:24.043Z Checking ucd-trie v0.1.7
23902026-07-04T15:57:24.115Z Checking anstyle v1.0.14
23912026-07-04T15:57:24.130Z Checking regex-automata v0.4.14
23922026-07-04T15:57:24.142Z Checking unicode-ident v1.0.24
23932026-07-04T15:57:24.177Z Checking pest v2.8.6
23942026-07-04T15:57:24.193Z Checking schemars v0.8.22
23952026-07-04T15:57:24.243Z Checking proc-macro2 v1.0.106
23962026-07-04T15:57:24.274Z Checking openssl v0.10.79
23972026-07-04T15:57:24.292Z Checking sha2 v0.10.9
23982026-07-04T15:57:24.350Z Checking rustls-webpki v0.103.13
23992026-07-04T15:57:24.555Z Checking hmac v0.12.1
24002026-07-04T15:57:24.569Z Checking thiserror v2.0.18
24012026-07-04T15:57:24.612Z Checking tokio-util v0.7.18
24022026-07-04T15:57:24.662Z Checking sync_wrapper v1.0.2
24032026-07-04T15:57:24.683Z Checking wait-timeout v0.2.1
24042026-07-04T15:57:24.760Z Checking rustls v0.23.41
24052026-07-04T15:57:24.774Z Checking colorchoice v1.0.4
24062026-07-04T15:57:24.803Z Checking powerfmt v0.2.0
24072026-07-04T15:57:24.842Z Checking simd-adler32 v0.3.8
24082026-07-04T15:57:24.867Z Checking siphasher v1.0.2
24092026-07-04T15:57:24.949Z Checking bit-vec v0.8.0
24102026-07-04T15:57:25.006Z Checking pretty-hex v0.4.1
24112026-07-04T15:57:25.020Z Checking quick-error v1.2.3
24122026-07-04T15:57:25.122Z Checking is_terminal_polyfill v1.70.2
24132026-07-04T15:57:25.134Z Checking anstyle-query v1.1.5
24142026-07-04T15:57:25.162Z Checking bit-set v0.8.0
24152026-07-04T15:57:25.208Z Checking rusty-fork v0.3.1
24162026-07-04T15:57:25.222Z Checking deranged v0.5.8
24172026-07-04T15:57:25.234Z Checking h2 v0.4.15
24182026-07-04T15:57:25.248Z Checking tower v0.5.3
24192026-07-04T15:57:25.307Z Checking quote v1.0.45
24202026-07-04T15:57:25.382Z Compiling newtype-uuid v1.3.2
24212026-07-04T15:57:25.476Z Checking http-body-util v0.1.3
24222026-07-04T15:57:25.564Z Checking crossbeam-utils v0.8.21
24232026-07-04T15:57:25.638Z Checking rand_xorshift v0.4.0
24242026-07-04T15:57:25.696Z Checking crc32fast v1.5.0
24252026-07-04T15:57:25.755Z Checking scroll v0.13.0
24262026-07-04T15:57:25.836Z Checking iri-string v0.7.10
24272026-07-04T15:57:25.896Z Checking unarray v0.1.4
24282026-07-04T15:57:25.980Z Checking unicode-properties v0.1.4
24292026-07-04T15:57:25.997Z Checking num_threads v0.1.7
24302026-07-04T15:57:26.009Z Checking allocator-api2 v0.2.21
24312026-07-04T15:57:26.079Z Checking num-conv v0.2.0
24322026-07-04T15:57:26.151Z Checking adler2 v2.0.1
24332026-07-04T15:57:26.165Z Checking unicode-bidi v0.3.18
24342026-07-04T15:57:26.191Z Checking ryu v1.0.23
24352026-07-04T15:57:26.257Z Checking time-core v0.1.8
24362026-07-04T15:57:26.287Z Checking miniz_oxide v0.8.9
24372026-07-04T15:57:26.323Z Checking serde_urlencoded v0.7.1
24382026-07-04T15:57:26.336Z Checking native-tls v0.2.18
24392026-07-04T15:57:26.393Z Checking time v0.3.47
24402026-07-04T15:57:26.446Z Checking stringprep v0.1.5
24412026-07-04T15:57:26.514Z Checking tokio-native-tls v0.3.1
24422026-07-04T15:57:26.529Z Checking bstr v1.12.1
24432026-07-04T15:57:26.599Z Checking proptest v1.10.0
24442026-07-04T15:57:26.630Z Checking goblin v0.10.5
24452026-07-04T15:57:26.674Z Checking crossbeam-epoch v0.9.18
24462026-07-04T15:57:26.864Z Checking tower-http v0.6.8
24472026-07-04T15:57:26.898Z Compiling daft v0.1.7
24482026-07-04T15:57:26.915Z Checking syn v2.0.117
24492026-07-04T15:57:27.115Z Checking ipnetwork v0.21.1
24502026-07-04T15:57:27.139Z Checking block-padding v0.4.2
24512026-07-04T15:57:27.177Z Checking crypto-common v0.2.2
24522026-07-04T15:57:27.267Z Checking block-buffer v0.12.1
24532026-07-04T15:57:27.281Z Checking anstyle-parse v1.0.0
24542026-07-04T15:57:27.427Z Checking rustls-native-certs v0.8.3
24552026-07-04T15:57:27.440Z Checking rand_chacha v0.3.1
24562026-07-04T15:57:27.509Z Checking thiserror v1.0.69
24572026-07-04T15:57:27.556Z Checking scroll v0.12.0
24582026-07-04T15:57:27.606Z Checking hash32 v0.2.1
24592026-07-04T15:57:27.642Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-04T15:57:27.754Z Checking md-5 v0.10.6
24612026-07-04T15:57:27.765Z Checking signature v2.2.0
24622026-07-04T15:57:27.776Z Checking num-integer v0.1.46
24632026-07-04T15:57:27.787Z Checking serde_spanned v0.6.9
24642026-07-04T15:57:27.886Z Checking toml_datetime v0.6.11
24652026-07-04T15:57:27.899Z Checking encoding_rs v0.8.35
24662026-07-04T15:57:27.912Z Checking psl-types v2.0.11
24672026-07-04T15:57:27.995Z Checking fallible-iterator v0.2.0
24682026-07-04T15:57:28.026Z Checking zlib-rs v0.6.2
24692026-07-04T15:57:28.066Z Checking mime v0.3.17
24702026-07-04T15:57:28.079Z Checking hyper v1.10.1
24712026-07-04T15:57:28.242Z Checking publicsuffix v2.3.0
24722026-07-04T15:57:28.265Z Checking postgres-protocol v0.6.10
24732026-07-04T15:57:28.398Z Checking num-iter v0.1.45
24742026-07-04T15:57:28.510Z Checking goblin v0.8.2
24752026-07-04T15:57:28.556Z Checking heapless v0.7.17
24762026-07-04T15:57:28.578Z Checking zstd-safe v7.2.4
24772026-07-04T15:57:28.741Z Checking rand v0.8.6
24782026-07-04T15:57:28.833Z Checking cookie v0.18.1
24792026-07-04T15:57:28.916Z Checking flate2 v1.1.9
24802026-07-04T15:57:28.967Z Checking dof v0.4.0
24812026-07-04T15:57:28.967Z Checking anstream v1.0.0
24822026-07-04T15:57:29.018Z Checking hyper-util v0.1.20
24832026-07-04T15:57:29.063Z Compiling iddqd v0.4.2
24842026-07-04T15:57:29.161Z Checking oxnet v0.1.6
24852026-07-04T15:57:29.193Z Checking inout v0.2.2
24862026-07-04T15:57:29.206Z Checking tokio-rustls v0.26.4
24872026-07-04T15:57:29.259Z Checking dtrace-parser v0.3.0
24882026-07-04T15:57:29.337Z Checking phf_shared v0.13.1
24892026-07-04T15:57:29.417Z Checking lazy_static v1.5.0
24902026-07-04T15:57:29.428Z Checking anstyle-parse v0.2.7
24912026-07-04T15:57:29.502Z Checking zerocopy v0.7.35
24922026-07-04T15:57:29.502Z Checking pin-project v1.1.11
24932026-07-04T15:57:29.533Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-04T15:57:29.571Z Checking signal-hook v0.3.18
24952026-07-04T15:57:29.597Z Checking futures-executor v0.3.32
24962026-07-04T15:57:29.608Z Checking terminal_size v0.4.3
24972026-07-04T15:57:29.621Z Checking hex v0.4.3
24982026-07-04T15:57:29.717Z Checking ff v0.13.1
24992026-07-04T15:57:29.745Z Checking thread-id v5.1.0
25002026-07-04T15:57:29.755Z Checking same-file v1.0.6
25012026-07-04T15:57:29.821Z Checking bitflags v1.3.2
25022026-07-04T15:57:29.839Z Checking clap_lex v1.0.0
25032026-07-04T15:57:29.851Z Checking strsim v0.11.1
25042026-07-04T15:57:29.866Z Compiling rayon-core v1.13.0
25052026-07-04T15:57:29.890Z Checking libbz2-rs-sys v0.2.2
25062026-07-04T15:57:29.989Z Checking winnow v0.5.40
25072026-07-04T15:57:30.002Z Checking bumpalo v3.20.2
25082026-07-04T15:57:30.014Z Checking base16ct v0.2.0
25092026-07-04T15:57:30.059Z Checking either v1.15.0
25102026-07-04T15:57:30.156Z Checking foldhash v0.2.0
25112026-07-04T15:57:30.215Z Checking foldhash v0.1.5
25122026-07-04T15:57:30.252Z Checking managed v0.8.0
25132026-07-04T15:57:30.305Z Checking bzip2 v0.6.1
25142026-07-04T15:57:30.309Z Checking hyper-tls v0.6.0
25152026-07-04T15:57:30.319Z Checking hashbrown v0.16.1
25162026-07-04T15:57:30.348Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25172026-07-04T15:57:30.358Z Checking hashbrown v0.15.5
25182026-07-04T15:57:30.439Z Checking smoltcp v0.9.1
25192026-07-04T15:57:30.453Z Checking dof v0.3.0
25202026-07-04T15:57:30.467Z Checking hyper-rustls v0.27.7
25212026-07-04T15:57:30.494Z Checking reqwest v0.12.28
25222026-07-04T15:57:30.547Z Checking zopfli v0.8.3
25232026-07-04T15:57:30.666Z Checking sec1 v0.7.3
25242026-07-04T15:57:30.781Z Checking clap_builder v4.6.0
25252026-07-04T15:57:30.832Z Checking walkdir v2.5.0
25262026-07-04T15:57:30.845Z Checking group v0.13.0
25272026-07-04T15:57:30.869Z Checking usdt-impl v0.6.0
25282026-07-04T15:57:30.873Z Checking signal-hook-mio v0.2.5
25292026-07-04T15:57:30.972Z Checking futures v0.3.32
25302026-07-04T15:57:30.986Z Checking bzip2 v0.4.4
25312026-07-04T15:57:30.990Z Checking snafu v0.8.9
25322026-07-04T15:57:31.031Z Checking anstream v0.6.21
25332026-07-04T15:57:31.045Z Checking phf v0.13.1
25342026-07-04T15:57:31.146Z Checking num-bigint-dig v0.8.6
25352026-07-04T15:57:31.172Z Checking toml_edit v0.19.15
25362026-07-04T15:57:31.188Z Checking cipher v0.5.2
25372026-07-04T15:57:31.222Z Checking cookie_store v0.22.1
25382026-07-04T15:57:31.234Z Checking zstd v0.13.3
25392026-07-04T15:57:31.248Z Checking postgres-types v0.2.12
25402026-07-04T15:57:31.397Z Checking ed25519 v2.2.3
25412026-07-04T15:57:31.417Z Checking dtrace-parser v0.2.0
25422026-07-04T15:57:31.420Z Checking rustls-platform-verifier v0.6.2
25432026-07-04T15:57:31.551Z Checking globset v0.4.18
25442026-07-04T15:57:31.564Z Checking crossbeam-deque v0.8.6
25452026-07-04T15:57:31.567Z Checking regex v1.12.3
25462026-07-04T15:57:31.586Z Checking phf_shared v0.11.3
25472026-07-04T15:57:31.649Z Checking hkdf v0.12.4
25482026-07-04T15:57:31.725Z Checking olpc-cjson v0.1.4
25492026-07-04T15:57:31.737Z Checking ref-cast v1.0.25
25502026-07-04T15:57:31.776Z Checking curve25519-dalek v4.1.3
25512026-07-04T15:57:31.800Z Checking strum v0.27.2
25522026-07-04T15:57:31.828Z Checking pkcs1 v0.7.5
25532026-07-04T15:57:31.845Z Checking hubpack v0.1.2
25542026-07-04T15:57:31.857Z Checking memoffset v0.9.1
25552026-07-04T15:57:31.906Z Checking rustix v0.38.44
25562026-07-04T15:57:31.931Z Checking pem v3.0.6
25572026-07-04T15:57:31.954Z Checking float-cmp v0.10.0
25582026-07-04T15:57:32.003Z Checking serde-big-array v0.5.1
25592026-07-04T15:57:32.015Z Checking erased-serde v0.3.31
25602026-07-04T15:57:32.031Z Checking serde_plain v1.0.2
25612026-07-04T15:57:32.076Z Checking crypto-bigint v0.5.5
25622026-07-04T15:57:32.089Z Checking thread-id v4.2.2
25632026-07-04T15:57:32.135Z Checking memmap2 v0.9.10
25642026-07-04T15:57:32.162Z Checking env_filter v1.0.0
25652026-07-04T15:57:32.174Z Checking normalize-line-endings v0.3.0
25662026-07-04T15:57:32.224Z Checking const-oid v0.10.2
25672026-07-04T15:57:32.258Z Checking fixedbitset v0.4.2
25682026-07-04T15:57:32.289Z Checking difflib v0.4.0
25692026-07-04T15:57:32.301Z Checking toml_write v0.1.2
25702026-07-04T15:57:32.378Z Checking keccak v0.1.6
25712026-07-04T15:57:32.395Z Checking typed-path v0.9.3
25722026-07-04T15:57:32.406Z Checking static_assertions v1.1.0
25732026-07-04T15:57:32.457Z Checking predicates-core v1.0.10
25742026-07-04T15:57:32.469Z Checking fixedbitset v0.5.7
25752026-07-04T15:57:32.472Z Checking winnow v0.7.14
25762026-07-04T15:57:32.542Z Checking cpufeatures v0.3.0
25772026-07-04T15:57:32.554Z Checking precomputed-hash v0.1.1
25782026-07-04T15:57:32.577Z Checking unicode-segmentation v1.12.0
25792026-07-04T15:57:32.610Z Checking new_debug_unreachable v1.0.6
25802026-07-04T15:57:32.633Z Checking whoami v2.1.0
25812026-07-04T15:57:32.659Z Checking winnow v1.0.3
25822026-07-04T15:57:32.675Z Checking data-encoding v2.10.0
25832026-07-04T15:57:32.703Z Checking jiff v0.2.21
25842026-07-04T15:57:32.827Z Checking tokio-postgres v0.7.16
25852026-07-04T15:57:32.887Z Checking similar v2.7.0
25862026-07-04T15:57:32.942Z Checking hickory-proto v0.25.2
25872026-07-04T15:57:32.954Z Checking toml_parser v1.1.2+spec-1.1.0
25882026-07-04T15:57:32.975Z Checking elliptic-curve v0.13.8
25892026-07-04T15:57:33.168Z Checking tough v0.22.0
25902026-07-04T15:57:33.272Z Checking crossterm v0.28.1
25912026-07-04T15:57:33.284Z Checking string_cache v0.8.9
25922026-07-04T15:57:33.284Z Checking petgraph v0.8.3
25932026-07-04T15:57:33.450Z Checking chacha20 v0.10.0
25942026-07-04T15:57:33.677Z Checking toml_edit v0.22.27
25952026-07-04T15:57:33.710Z Checking predicates v3.1.4
25962026-07-04T15:57:33.974Z Checking ed25519-dalek v2.2.0
25972026-07-04T15:57:34.004Z Checking sha3 v0.10.8
25982026-07-04T15:57:34.118Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25992026-07-04T15:57:34.201Z Checking petgraph v0.6.5
26002026-07-04T15:57:34.214Z Checking slog v2.8.2
26012026-07-04T15:57:34.477Z Checking digest v0.11.3
26022026-07-04T15:57:34.737Z Checking env_logger v0.11.9
26032026-07-04T15:57:34.781Z Checking usdt v0.6.0
26042026-07-04T15:57:34.847Z Checking toml v0.7.8
26052026-07-04T15:57:34.860Z Checking usdt-impl v0.5.0
26062026-07-04T15:57:34.947Z Checking rsa v0.9.10
26072026-07-04T15:57:34.959Z Checking zip v4.6.1
26082026-07-04T15:57:35.134Z Checking clap v4.6.1
26092026-07-04T15:57:35.169Z Checking nix v0.31.2
26102026-07-04T15:57:35.439Z Checking reqwest v0.13.2
26112026-07-04T15:57:35.477Z Checking zip v0.6.6
26122026-07-04T15:57:35.561Z Checking itertools v0.13.0
26132026-07-04T15:57:35.576Z Checking serde_with v3.17.0
26142026-07-04T15:57:35.770Z Checking strum v0.26.3
26152026-07-04T15:57:35.795Z Checking fs-err v3.3.0
26162026-07-04T15:57:35.879Z Checking ahash v0.8.12
26172026-07-04T15:57:36.072Z Checking tokio-stream v0.1.18
26182026-07-04T15:57:36.091Z Checking object v0.37.3
26192026-07-04T15:57:36.117Z Checking buf-list v1.1.2
26202026-07-04T15:57:36.278Z Checking anyhow v1.0.102
26212026-07-04T15:57:36.299Z Checking camino v1.2.2
26222026-07-04T15:57:36.376Z Checking x509-cert v0.2.5
26232026-07-04T15:57:36.398Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-04T15:57:36.445Z Checking openapiv3 v2.2.0
26252026-07-04T15:57:36.478Z Checking lalrpop-util v0.19.12
26262026-07-04T15:57:36.553Z Checking peg-runtime v0.8.5
26272026-07-04T15:57:36.603Z Checking rayon v1.11.0
26282026-07-04T15:57:36.638Z Checking sigpipe v0.1.3
26292026-07-04T15:57:36.656Z Checking glob v0.3.3
26302026-07-04T15:57:38.280Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-04T15:57:38.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.21s
26322026-07-04T15:57:38.705Z
26332026-07-04T15:57:38.705Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26342026-07-04T15:57:39.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-04T15:57:39.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-04T15:57:39.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-04T15:57:39.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-07-04T15:57:39.236Z
26392026-07-04T15:57:39.236Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26402026-07-04T15:57:39.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-04T15:57:39.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-04T15:57:39.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-04T15:57:39.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-07-04T15:57:39.773Z
26452026-07-04T15:57:39.773Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26462026-07-04T15:57:40.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-04T15:57:40.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-04T15:57:40.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-04T15:57:40.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26502026-07-04T15:57:40.325Z
26512026-07-04T15:57:40.325Zinfo: running `cargo check --bins` on oxql-types (80/299)
26522026-07-04T15:57:40.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-04T15:57:40.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-04T15:57:40.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-04T15:57:40.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-07-04T15:57:40.857Z
26572026-07-04T15:57:40.857Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26582026-07-04T15:57:41.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-04T15:57:41.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-04T15:57:41.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-04T15:57:41.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-07-04T15:57:41.389Z
26632026-07-04T15:57:41.389Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26642026-07-04T15:57:41.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-04T15:57:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-04T15:57:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-04T15:57:41.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26682026-07-04T15:57:41.923Z
26692026-07-04T15:57:41.923Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26702026-07-04T15:57:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-04T15:57:42.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-04T15:57:42.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-04T15:57:42.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26742026-07-04T15:57:42.439Z
26752026-07-04T15:57:42.439Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26762026-07-04T15:57:42.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-04T15:57:42.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-04T15:57:43.072Z Compiling structmeta-derive v0.3.0
26792026-07-04T15:57:43.190Z Compiling multer v3.1.0
26802026-07-04T15:57:43.201Z Compiling async-stream-impl v0.3.6
26812026-07-04T15:57:43.204Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-07-04T15:57:43.219Z Compiling dropshot v0.17.1
26832026-07-04T15:57:43.234Z Compiling dropshot_endpoint v0.17.1
26842026-07-04T15:57:43.235Z Compiling newtype-uuid-macros v0.1.0
26852026-07-04T15:57:43.260Z Checking newtype-uuid v1.3.2
26862026-07-04T15:57:43.430Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-04T15:57:43.449Z Checking daft v0.1.7
26882026-07-04T15:57:43.496Z Checking thread_local v1.1.9
26892026-07-04T15:57:43.596Z Checking compression-core v0.4.31
26902026-07-04T15:57:43.669Z Checking match_cfg v0.1.0
26912026-07-04T15:57:43.686Z Checking iddqd v0.4.2
26922026-07-04T15:57:43.721Z Checking compression-codecs v0.4.37
26932026-07-04T15:57:43.735Z Checking hostname v0.3.1
26942026-07-04T15:57:43.782Z Checking crossbeam-channel v0.5.15
26952026-07-04T15:57:43.827Z Checking atomicwrites v0.4.4
26962026-07-04T15:57:43.842Z Checking slog-json v2.6.1
26972026-07-04T15:57:43.885Z Checking toml_datetime v1.1.1+spec-1.1.0
26982026-07-04T15:57:43.950Z Checking serde_spanned v1.1.1
26992026-07-04T15:57:43.996Z Checking is-terminal v0.4.17
27002026-07-04T15:57:44.010Z Checking take_mut v0.2.2
27012026-07-04T15:57:44.078Z Checking term v1.2.1
27022026-07-04T15:57:44.081Z Checking debug-ignore v1.0.5
27032026-07-04T15:57:44.103Z Checking toml_writer v1.1.1+spec-1.1.0
27042026-07-04T15:57:44.115Z Checking slog-bunyan v2.5.0
27052026-07-04T15:57:44.118Z Checking slog-async v2.8.0
27062026-07-04T15:57:44.184Z Checking async-compression v0.4.41
27072026-07-04T15:57:44.226Z Checking async-stream v0.3.6
27082026-07-04T15:57:44.259Z Compiling structmeta v0.3.0
27092026-07-04T15:57:44.275Z Checking toml v1.1.2+spec-1.1.0
27102026-07-04T15:57:44.291Z Checking slog-term v2.9.2
27112026-07-04T15:57:44.304Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-04T15:57:44.350Z Checking progenitor-client v0.14.0
27132026-07-04T15:57:44.407Z Checking sha1 v0.11.0
27142026-07-04T15:57:44.424Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-07-04T15:57:44.466Z Compiling derive-ex v0.1.8
27162026-07-04T15:57:44.546Z Compiling parse-display-derive v0.10.0
27172026-07-04T15:57:44.578Z Checking waitgroup v0.1.2
27182026-07-04T15:57:44.590Z Checking rustls-pemfile v2.2.0
27192026-07-04T15:57:44.603Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-07-04T15:57:44.714Z Checking backon v1.6.0
27212026-07-04T15:57:44.720Z Checking serde_path_to_error v0.1.20
27222026-07-04T15:57:44.725Z Checking hostname v0.4.2
27232026-07-04T15:57:44.773Z Checking instant v0.1.13
27242026-07-04T15:57:44.852Z Checking backoff v0.4.0
27252026-07-04T15:57:44.855Z Checking progenitor-extras v0.2.0
27262026-07-04T15:57:44.983Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-04T15:57:45.030Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-04T15:57:45.033Z Checking itertools v0.14.0
27292026-07-04T15:57:45.111Z Checking regress v0.10.5
27302026-07-04T15:57:45.232Z Checking macaddr v1.0.1
27312026-07-04T15:57:45.431Z Checking humantime v2.3.0
27322026-07-04T15:57:46.188Z Compiling test-strategy v0.4.5
27332026-07-04T15:57:46.269Z Checking parse-display v0.10.0
27342026-07-04T15:57:46.704Z Compiling prettyplease v0.2.37
27352026-07-04T15:57:46.971Z Checking num-rational v0.4.2
27362026-07-04T15:57:47.172Z Checking num-complex v0.4.6
27372026-07-04T15:57:47.620Z Compiling num v0.4.3
27382026-07-04T15:57:47.687Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-07-04T15:57:47.711Z Compiling usdt-attr-macro v0.5.0
27402026-07-04T15:57:47.724Z Compiling usdt-macro v0.5.0
27412026-07-04T15:57:47.839Z Checking memmap v0.7.0
27422026-07-04T15:57:47.972Z Checking float-ord v0.3.2
27432026-07-04T15:57:48.051Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-04T15:57:48.191Z Compiling convert_case v0.4.0
27452026-07-04T15:57:48.231Z Checking unicode-width v0.2.0
27462026-07-04T15:57:48.449Z Checking newline-converter v0.3.0
27472026-07-04T15:57:48.482Z Checking console v0.15.11
27482026-07-04T15:57:48.495Z Checking usdt v0.5.0
27492026-07-04T15:57:48.557Z Compiling toml v0.8.23
27502026-07-04T15:57:48.570Z Compiling derive_more v0.99.20
27512026-07-04T15:57:48.659Z Checking linked-hash-map v0.5.6
27522026-07-04T15:57:48.758Z Compiling minimal-lexical v0.2.1
27532026-07-04T15:57:48.828Z Checking lru-cache v0.1.2
27542026-07-04T15:57:48.948Z Compiling nom v7.1.3
27552026-07-04T15:57:49.010Z Checking expectorate v1.2.0
27562026-07-04T15:57:49.453Z Checking camino-tempfile v1.4.1
27572026-07-04T15:57:49.502Z Checking hickory-proto v0.24.4
27582026-07-04T15:57:49.618Z Checking phf_shared v0.12.1
27592026-07-04T15:57:49.663Z Compiling slog-dtrace v0.3.0
27602026-07-04T15:57:49.761Z Checking resolv-conf v0.7.6
27612026-07-04T15:57:49.961Z Compiling unicode-xid v0.2.6
27622026-07-04T15:57:50.136Z Compiling chrono-tz v0.10.4
27632026-07-04T15:57:50.268Z Checking heck v0.5.0
27642026-07-04T15:57:50.338Z Compiling const_format_proc_macros v0.2.34
27652026-07-04T15:57:50.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-04T15:57:50.425Z Checking phf v0.12.1
27672026-07-04T15:57:50.573Z Checking tokio-dtrace v0.1.1
27682026-07-04T15:57:50.764Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-04T15:57:50.878Z Compiling derive-where v1.6.0
27702026-07-04T15:57:51.207Z Checking highway v1.3.0
27712026-07-04T15:57:51.272Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-07-04T15:57:51.306Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-07-04T15:57:51.380Z Checking hickory-resolver v0.24.4
27742026-07-04T15:57:51.432Z Checking const_format v0.2.35
27752026-07-04T15:57:51.663Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-07-04T15:57:52.140Z Checking oxide-tokio-rt v0.1.4
27772026-07-04T15:57:52.210Z Checking qorb v0.4.1
27782026-07-04T15:57:52.435Z Checking gethostname v0.5.0
27792026-07-04T15:57:52.468Z Checking bcs v0.1.6
27802026-07-04T15:57:52.524Z Checking termtree v0.5.1
27812026-07-04T15:57:52.771Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-04T15:57:52.788Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-04T15:57:53.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-04T15:57:53.005Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-04T15:57:55.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-04T15:57:58.357Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-04T15:58:00.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.03s
27882026-07-04T15:58:00.642Z
27892026-07-04T15:58:00.642Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27902026-07-04T15:58:01.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-04T15:58:01.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-04T15:58:01.276Z Compiling ar_archive_writer v0.5.1
27932026-07-04T15:58:01.385Z Compiling stacker v0.1.23
27942026-07-04T15:58:01.393Z Compiling cfg_aliases v0.1.1
27952026-07-04T15:58:01.397Z Compiling convert_case v0.10.0
27962026-07-04T15:58:01.400Z Checking unicode-width v0.1.14
27972026-07-04T15:58:01.411Z Compiling proc-macro-error v1.0.4
27982026-07-04T15:58:01.422Z Checking fd-lock v4.0.4
27992026-07-04T15:58:01.425Z Checking nibble_vec v0.1.0
28002026-07-04T15:58:01.445Z Compiling nix v0.28.0
28012026-07-04T15:58:01.535Z Checking vte v0.14.1
28022026-07-04T15:58:01.548Z Compiling recursive-proc-macro-impl v0.1.1
28032026-07-04T15:58:01.651Z Checking bytecount v0.6.9
28042026-07-04T15:58:01.668Z Checking endian-type v0.1.2
28052026-07-04T15:58:01.682Z Compiling derive_more-impl v2.1.1
28062026-07-04T15:58:01.694Z Checking strip-ansi-escapes v0.2.1
28072026-07-04T15:58:01.698Z Compiling tabled_derive v0.7.0
28082026-07-04T15:58:01.745Z Checking papergrid v0.11.0
28092026-07-04T15:58:01.784Z Checking radix_trie v0.2.1
28102026-07-04T15:58:01.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-04T15:58:01.957Z Compiling peg-macros v0.8.5
28122026-07-04T15:58:01.990Z Compiling sqlparser_derive v0.5.0
28132026-07-04T15:58:02.212Z Compiling psm v0.1.30
28142026-07-04T15:58:02.331Z Checking winnow v0.6.26
28152026-07-04T15:58:02.345Z Checking nu-ansi-term v0.50.3
28162026-07-04T15:58:02.495Z Checking derive_more v2.1.1
28172026-07-04T15:58:02.554Z Checking home v0.5.12
28182026-07-04T15:58:02.573Z Checking unicode_categories v0.1.1
28192026-07-04T15:58:02.659Z Checking crossterm v0.29.0
28202026-07-04T15:58:02.673Z Checking tabled v0.15.0
28212026-07-04T15:58:02.732Z Checking reedline v0.40.0
28222026-07-04T15:58:02.782Z Checking display-error-chain v0.2.2
28232026-07-04T15:58:02.796Z Checking rustyline v14.0.0
28242026-07-04T15:58:02.990Z Checking recursive v0.1.1
28252026-07-04T15:58:03.082Z Checking sqlparser v0.61.0
28262026-07-04T15:58:03.252Z Checking peg v0.8.5
28272026-07-04T15:58:03.453Z Checking sqlformat v0.3.5
28282026-07-04T15:58:14.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
28292026-07-04T15:58:14.578Z
28302026-07-04T15:58:14.578Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28312026-07-04T15:58:15.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-04T15:58:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-04T15:58:15.207Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-04T15:58:18.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28352026-07-04T15:58:18.819Z
28362026-07-04T15:58:18.819Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28372026-07-04T15:58:19.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-04T15:58:19.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-04T15:58:19.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-04T15:58:21.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28412026-07-04T15:58:22.068Z
28422026-07-04T15:58:22.068Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28432026-07-04T15:58:22.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-04T15:58:22.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-04T15:58:22.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-04T15:58:25.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28472026-07-04T15:58:26.134Z
28482026-07-04T15:58:26.134Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28492026-07-04T15:58:26.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-04T15:58:26.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-04T15:58:26.764Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-04T15:58:30.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28532026-07-04T15:58:30.233Z
28542026-07-04T15:58:30.233Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28552026-07-04T15:58:30.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-04T15:58:30.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-04T15:58:30.858Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-04T15:58:33.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28592026-07-04T15:58:33.618Z
28602026-07-04T15:58:33.618Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28612026-07-04T15:58:34.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-04T15:58:34.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-04T15:58:34.246Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-04T15:58:36.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28652026-07-04T15:58:37.045Z
28662026-07-04T15:58:37.045Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28672026-07-04T15:58:37.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-04T15:58:37.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-04T15:58:37.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-04T15:58:41.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28712026-07-04T15:58:41.281Z
28722026-07-04T15:58:41.282Zinfo: running `cargo check --bins` on oximeter (93/299)
28732026-07-04T15:58:41.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-04T15:58:41.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-04T15:58:41.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-04T15:58:41.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28772026-07-04T15:58:41.820Z
28782026-07-04T15:58:41.820Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28792026-07-04T15:58:42.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-04T15:58:42.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-04T15:58:42.405Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-04T15:58:42.563Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-04T15:58:42.566Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-04T15:58:42.915Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-04T15:58:45.437Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-04T15:58:46.647Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-04T15:58:46.847Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-04T15:58:47.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
28892026-07-04T15:58:47.668Z
28902026-07-04T15:58:47.668Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28912026-07-04T15:58:48.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-04T15:58:48.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-04T15:58:48.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-04T15:58:48.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-04T15:58:48.209Z
28962026-07-04T15:58:48.209Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28972026-07-04T15:58:48.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-04T15:58:48.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-04T15:58:48.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-04T15:58:48.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-04T15:58:48.784Z
29022026-07-04T15:58:48.784Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29032026-07-04T15:58:49.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-04T15:58:49.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-04T15:58:49.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-04T15:58:49.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-04T15:58:49.327Z
29082026-07-04T15:58:49.327Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29092026-07-04T15:58:49.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-04T15:58:49.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-04T15:58:49.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-04T15:58:49.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-04T15:58:49.867Z
29142026-07-04T15:58:49.867Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29152026-07-04T15:58:50.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-04T15:58:50.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-04T15:58:50.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-04T15:58:50.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-04T15:58:50.410Z
29202026-07-04T15:58:50.411Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29212026-07-04T15:58:50.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-04T15:58:50.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-04T15:58:50.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-04T15:58:50.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-04T15:58:50.951Z
29262026-07-04T15:58:50.952Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29272026-07-04T15:58:51.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-04T15:58:51.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-04T15:58:51.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-04T15:58:51.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-04T15:58:51.475Z
29322026-07-04T15:58:51.475Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29332026-07-04T15:58:51.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-04T15:58:51.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-04T15:58:51.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-04T15:58:51.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-04T15:58:52.017Z
29382026-07-04T15:58:52.017Zinfo: running `cargo check --bins` on update-engine (103/299)
29392026-07-04T15:58:52.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-04T15:58:52.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-04T15:58:52.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-04T15:58:52.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29432026-07-04T15:58:52.539Z
29442026-07-04T15:58:52.539Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29452026-07-04T15:58:53.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-04T15:58:53.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-04T15:58:53.213Z Compiling crucible-workspace-hack v0.1.0
29482026-07-04T15:58:53.323Z Checking secrecy v0.10.3
29492026-07-04T15:58:53.329Z Compiling toml_datetime v0.7.5+spec-1.1.0
29502026-07-04T15:58:53.334Z Compiling heapless v0.8.0
29512026-07-04T15:58:53.340Z Compiling ingot-macros v0.1.1
29522026-07-04T15:58:53.349Z Checking hash32 v0.3.1
29532026-07-04T15:58:53.352Z Checking inout v0.1.4
29542026-07-04T15:58:53.372Z Compiling smoltcp v0.11.0
29552026-07-04T15:58:53.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-07-04T15:58:53.473Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-07-04T15:58:53.476Z Checking cipher v0.4.4
29582026-07-04T15:58:53.550Z Checking cobs v0.3.0
29592026-07-04T15:58:53.583Z Checking universal-hash v0.5.1
29602026-07-04T15:58:53.653Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-04T15:58:53.680Z Checking half v2.7.1
29622026-07-04T15:58:53.692Z Checking ciborium-io v0.2.2
29632026-07-04T15:58:53.707Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-07-04T15:58:53.737Z Checking opaque-debug v0.3.1
29652026-07-04T15:58:53.782Z Checking postcard v1.1.3
29662026-07-04T15:58:53.807Z Checking poly1305 v0.8.0
29672026-07-04T15:58:53.917Z Checking chacha20 v0.9.1
29682026-07-04T15:58:53.931Z Checking ciborium-ll v0.2.2
29692026-07-04T15:58:54.062Z Compiling proc-macro-crate v3.4.0
29702026-07-04T15:58:54.075Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-04T15:58:54.101Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-04T15:58:54.115Z Checking password-hash v0.5.0
29732026-07-04T15:58:54.340Z Checking blake2 v0.10.6
29742026-07-04T15:58:54.364Z Compiling proc-macro-crate v1.3.1
29752026-07-04T15:58:54.478Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-04T15:58:54.528Z Checking aead v0.5.2
29772026-07-04T15:58:54.582Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-04T15:58:54.605Z Compiling num_enum_derive v0.7.6
29792026-07-04T15:58:54.669Z Compiling foreign-types-macros v0.2.3
29802026-07-04T15:58:54.705Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-04T15:58:54.777Z Checking foreign-types-shared v0.3.1
29822026-07-04T15:58:54.791Z Compiling num_enum_derive v0.5.11
29832026-07-04T15:58:54.826Z Checking thiserror-no-std v2.0.2
29842026-07-04T15:58:54.867Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-04T15:58:54.910Z Checking vsss-rs v3.3.4
29862026-07-04T15:58:54.972Z Checking chacha20poly1305 v0.10.1
29872026-07-04T15:58:55.120Z Checking argon2 v0.5.3
29882026-07-04T15:58:55.269Z Checking foreign-types v0.5.0
29892026-07-04T15:58:55.349Z Checking ciborium v0.2.2
29902026-07-04T15:58:55.480Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-04T15:58:55.575Z Checking tabwriter v1.4.1
29922026-07-04T15:58:55.689Z Checking num_enum v0.7.6
29932026-07-04T15:58:55.723Z Checking byte-wrapper v0.1.0
29942026-07-04T15:58:55.761Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-04T15:58:55.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29962026-07-04T15:58:55.801Z Checking cstr-argument v0.1.2
29972026-07-04T15:58:55.835Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-04T15:58:55.917Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-04T15:58:55.932Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-07-04T15:58:56.047Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-04T15:58:56.061Z Checking num_enum v0.5.11
30022026-07-04T15:58:56.082Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-04T15:58:56.172Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30042026-07-04T15:58:56.197Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30052026-07-04T15:58:56.211Z Checking ingot-types v0.1.2
30062026-07-04T15:58:56.234Z Checking rand v0.10.1
30072026-07-04T15:58:56.248Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-04T15:58:56.301Z Checking colored v3.1.1
30092026-07-04T15:58:56.355Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-04T15:58:56.372Z Checking indent_write v2.2.0
30112026-07-04T15:58:56.454Z Compiling zone_cfg_derive v0.3.1
30122026-07-04T15:58:56.496Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-04T15:58:56.521Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-04T15:58:56.549Z Checking itertools v0.12.1
30152026-07-04T15:58:56.565Z Checking ingot v0.1.1
30162026-07-04T15:58:56.578Z Compiling num-derive v0.4.2
30172026-07-04T15:58:56.665Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-07-04T15:58:56.688Z Checking swrite v0.1.0
30192026-07-04T15:58:56.830Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202026-07-04T15:58:56.881Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-04T15:58:57.038Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-04T15:58:57.092Z Checking dropshot-api-manager-types v0.7.2
30232026-07-04T15:58:57.106Z Checking smf v0.2.3
30242026-07-04T15:58:57.146Z Checking nanorand v0.7.0
30252026-07-04T15:58:57.181Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-07-04T15:58:57.257Z Checking whoami v1.6.1
30272026-07-04T15:58:57.335Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-04T15:58:57.349Z Checking flume v0.11.1
30292026-07-04T15:58:57.524Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-04T15:58:57.574Z Checking zone v0.3.1
30312026-07-04T15:58:58.126Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-04T15:58:59.095Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-04T15:58:59.986Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-04T15:59:03.492Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-04T15:59:05.559Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-04T15:59:06.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
30372026-07-04T15:59:06.831Z
30382026-07-04T15:59:06.831Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30392026-07-04T15:59:07.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-04T15:59:07.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-04T15:59:07.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-04T15:59:07.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30432026-07-04T15:59:07.372Z
30442026-07-04T15:59:07.372Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30452026-07-04T15:59:07.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-04T15:59:07.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-04T15:59:07.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-04T15:59:07.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30492026-07-04T15:59:07.913Z
30502026-07-04T15:59:07.913Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30512026-07-04T15:59:08.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-04T15:59:08.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-04T15:59:08.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-04T15:59:08.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30552026-07-04T15:59:08.461Z
30562026-07-04T15:59:08.462Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30572026-07-04T15:59:08.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-04T15:59:08.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-04T15:59:08.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-04T15:59:08.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30612026-07-04T15:59:09.010Z
30622026-07-04T15:59:09.010Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30632026-07-04T15:59:09.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-04T15:59:09.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-04T15:59:09.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-04T15:59:09.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30672026-07-04T15:59:09.551Z
30682026-07-04T15:59:09.551Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30692026-07-04T15:59:10.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-04T15:59:10.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-04T15:59:10.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-04T15:59:10.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30732026-07-04T15:59:10.098Z
30742026-07-04T15:59:10.098Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30752026-07-04T15:59:10.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-04T15:59:10.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-04T15:59:10.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-04T15:59:10.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30792026-07-04T15:59:10.646Z
30802026-07-04T15:59:10.647Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30812026-07-04T15:59:11.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-04T15:59:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-04T15:59:11.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-04T15:59:11.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30852026-07-04T15:59:11.177Z
30862026-07-04T15:59:11.177Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30872026-07-04T15:59:11.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-04T15:59:11.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-04T15:59:11.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-04T15:59:11.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30912026-07-04T15:59:11.714Z
30922026-07-04T15:59:11.714Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30932026-07-04T15:59:12.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-04T15:59:12.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-04T15:59:12.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-04T15:59:12.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30972026-07-04T15:59:12.252Z
30982026-07-04T15:59:12.252Zinfo: running `cargo check --bins` on installinator-client (115/299)
30992026-07-04T15:59:12.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-04T15:59:12.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-04T15:59:12.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-04T15:59:12.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31032026-07-04T15:59:12.792Z
31042026-07-04T15:59:12.792Zinfo: running `cargo check --bins` on nexus-client (116/299)
31052026-07-04T15:59:13.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-04T15:59:13.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-04T15:59:13.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-04T15:59:13.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31092026-07-04T15:59:13.362Z
31102026-07-04T15:59:13.362Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31112026-07-04T15:59:13.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-04T15:59:13.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-04T15:59:13.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-04T15:59:13.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31152026-07-04T15:59:13.938Z
31162026-07-04T15:59:13.938Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31172026-07-04T15:59:14.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-04T15:59:14.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-04T15:59:14.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-04T15:59:14.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31212026-07-04T15:59:14.467Z
31222026-07-04T15:59:14.467Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31232026-07-04T15:59:14.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-04T15:59:14.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-04T15:59:14.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-04T15:59:14.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31272026-07-04T15:59:14.996Z
31282026-07-04T15:59:14.996Zinfo: running `cargo check --bins` on oxide-client (120/299)
31292026-07-04T15:59:15.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-04T15:59:15.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-04T15:59:15.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-04T15:59:15.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-04T15:59:15.523Z
31342026-07-04T15:59:15.523Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31352026-07-04T15:59:15.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-04T15:59:15.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-04T15:59:15.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-04T15:59:15.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31392026-07-04T15:59:16.061Z
31402026-07-04T15:59:16.061Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31412026-07-04T15:59:16.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-04T15:59:16.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-04T15:59:16.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-04T15:59:16.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31452026-07-04T15:59:16.584Z
31462026-07-04T15:59:16.584Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31472026-07-04T15:59:17.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-04T15:59:17.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-04T15:59:17.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-04T15:59:17.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-04T15:59:17.135Z
31522026-07-04T15:59:17.135Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31532026-07-04T15:59:17.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-04T15:59:17.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-04T15:59:17.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-04T15:59:17.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31572026-07-04T15:59:17.710Z
31582026-07-04T15:59:17.710Zinfo: running `cargo check --bins` on installinator-common (125/299)
31592026-07-04T15:59:18.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-04T15:59:18.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-04T15:59:18.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-04T15:59:18.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31632026-07-04T15:59:18.271Z
31642026-07-04T15:59:18.271Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31652026-07-04T15:59:18.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-04T15:59:18.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-04T15:59:18.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-04T15:59:18.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31692026-07-04T15:59:18.801Z
31702026-07-04T15:59:18.801Zinfo: running `cargo check --bins` on wicket-common (127/299)
31712026-07-04T15:59:19.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-04T15:59:19.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-04T15:59:19.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-07-04T15:59:19.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31752026-07-04T15:59:19.357Z
31762026-07-04T15:59:19.357Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31772026-07-04T15:59:19.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-07-04T15:59:19.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-07-04T15:59:20.002Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-07-04T15:59:20.115Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-07-04T15:59:20.123Z Checking csv-core v0.1.13
31822026-07-04T15:59:20.131Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-07-04T15:59:20.139Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-07-04T15:59:20.142Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-07-04T15:59:20.158Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-04T15:59:20.192Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-07-04T15:59:20.277Z Checking csv v1.4.0
31882026-07-04T15:59:20.309Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-07-04T15:59:20.314Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-07-04T15:59:20.351Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-07-04T15:59:20.378Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-07-04T15:59:20.613Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-04T15:59:20.978Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-07-04T15:59:20.978Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-04T15:59:21.341Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-07-04T15:59:27.425Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-07-04T15:59:27.947Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-07-04T15:59:30.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
31992026-07-04T15:59:30.479Z
32002026-07-04T15:59:30.479Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
32012026-07-04T15:59:30.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-04T15:59:30.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-04T15:59:30.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-04T15:59:30.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32052026-07-04T15:59:31.020Z
32062026-07-04T15:59:31.020Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32072026-07-04T15:59:31.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-04T15:59:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-04T15:59:31.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-04T15:59:31.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32112026-07-04T15:59:31.646Z
32122026-07-04T15:59:31.646Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32132026-07-04T15:59:32.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-04T15:59:32.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-04T15:59:32.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-04T15:59:32.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32172026-07-04T15:59:32.270Z
32182026-07-04T15:59:32.270Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32192026-07-04T15:59:32.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-04T15:59:32.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-04T15:59:32.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-07-04T15:59:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32232026-07-04T15:59:32.859Z
32242026-07-04T15:59:32.859Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32252026-07-04T15:59:33.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-07-04T15:59:33.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-07-04T15:59:33.571Z Compiling regress v0.11.1
32282026-07-04T15:59:33.712Z Compiling unsafe-libyaml v0.2.11
32292026-07-04T15:59:33.722Z Compiling semver v0.1.20
32302026-07-04T15:59:33.722Z Compiling radium v0.7.0
32312026-07-04T15:59:33.743Z Checking nom v8.0.0
32322026-07-04T15:59:33.746Z Compiling maybe-uninit v2.0.0
32332026-07-04T15:59:33.746Z Checking tap v1.0.1
32342026-07-04T15:59:33.868Z Checking wyz v0.5.1
32352026-07-04T15:59:33.990Z Compiling rustc_version v0.1.7
32362026-07-04T15:59:34.050Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-07-04T15:59:34.082Z Compiling zerocopy-derive v0.6.6
32382026-07-04T15:59:34.190Z Compiling owo-colors v4.3.0
32392026-07-04T15:59:34.215Z Compiling newtype_derive v0.1.6
32402026-07-04T15:59:34.422Z Compiling serde_yaml v0.9.34+deprecated
32412026-07-04T15:59:34.444Z Compiling cancel-safe-futures v0.1.5
32422026-07-04T15:59:34.520Z Checking crc-catalog v2.4.0
32432026-07-04T15:59:34.614Z Checking funty v2.0.0
32442026-07-04T15:59:34.666Z Compiling packed_struct v0.10.1
32452026-07-04T15:59:34.934Z Checking bitvec v1.0.1
32462026-07-04T15:59:34.983Z Checking zerocopy v0.6.6
32472026-07-04T15:59:34.996Z Checking crc v3.4.0
32482026-07-04T15:59:35.185Z Checking typify-impl v0.6.2
32492026-07-04T15:59:35.361Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-07-04T15:59:35.565Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-07-04T15:59:35.726Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-07-04T15:59:35.896Z Compiling packed_struct_codegen v0.10.1
32532026-07-04T15:59:35.909Z Checking libsw-core v0.3.2
32542026-07-04T15:59:35.924Z Compiling bitfield-macros v0.19.4
32552026-07-04T15:59:36.061Z Compiling indexmap v1.9.3
32562026-07-04T15:59:36.268Z Checking nodrop v0.1.14
32572026-07-04T15:59:36.294Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32582026-07-04T15:59:36.359Z Checking array-init v0.0.4
32592026-07-04T15:59:36.373Z Checking libsw v3.5.0
32602026-07-04T15:59:36.407Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-07-04T15:59:36.525Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-07-04T15:59:36.648Z Checking bitfield v0.19.4
32632026-07-04T15:59:36.662Z Checking smallvec v0.6.14
32642026-07-04T15:59:36.706Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-07-04T15:59:36.919Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-07-04T15:59:36.941Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32672026-07-04T15:59:37.040Z Checking linear-map v1.2.0
32682026-07-04T15:59:37.115Z Checking unicode-linebreak v0.1.5
32692026-07-04T15:59:37.129Z Checking hashbrown v0.12.3
32702026-07-04T15:59:37.208Z Checking smawk v0.3.2
32712026-07-04T15:59:37.327Z Checking base64 v0.21.7
32722026-07-04T15:59:37.341Z Checking tagptr v0.2.0
32732026-07-04T15:59:37.409Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32742026-07-04T15:59:37.412Z Checking textwrap v0.16.2
32752026-07-04T15:59:37.476Z Checking moka v0.12.13
32762026-07-04T15:59:37.561Z Checking ron v0.8.1
32772026-07-04T15:59:37.636Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-07-04T15:59:37.806Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-07-04T15:59:37.861Z Checking steno v0.4.1
32802026-07-04T15:59:38.027Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-07-04T15:59:38.084Z Checking serde-hex v0.1.0
32822026-07-04T15:59:38.114Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-04T15:59:38.276Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-04T15:59:38.613Z Checking hashbrown v0.13.2
32852026-07-04T15:59:38.686Z Checking crc-any v2.5.0
32862026-07-04T15:59:38.855Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-07-04T15:59:38.870Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-04T15:59:38.873Z Checking hickory-resolver v0.25.2
32892026-07-04T15:59:39.034Z Checking sha1 v0.10.6
32902026-07-04T15:59:39.048Z Checking object v0.30.4
32912026-07-04T15:59:39.080Z Checking utf-8 v0.7.6
32922026-07-04T15:59:39.201Z Checking half v1.8.3
32932026-07-04T15:59:39.215Z Checking path-slash v0.1.5
32942026-07-04T15:59:39.319Z Checking void v1.0.2
32952026-07-04T15:59:39.397Z Checking serde_cbor v0.11.2
32962026-07-04T15:59:39.425Z Checking lzss v0.8.2
32972026-07-04T15:59:39.590Z Checking tungstenite v0.23.0
32982026-07-04T15:59:39.604Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-07-04T15:59:39.748Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-07-04T15:59:39.773Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-07-04T15:59:39.773Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-07-04T15:59:39.799Z Compiling typify-macro v0.6.2
33032026-07-04T15:59:39.881Z Checking nix v0.27.1
33042026-07-04T15:59:39.900Z Checking kstat-rs v0.2.4
33052026-07-04T15:59:40.005Z Checking fxhash v0.2.1
33062026-07-04T15:59:40.021Z Checking serde_bytes v0.11.19
33072026-07-04T15:59:40.024Z Checking tokio-tungstenite v0.23.1
33082026-07-04T15:59:40.085Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-04T15:59:40.143Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-07-04T15:59:40.196Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-04T15:59:40.320Z Checking signal-hook-tokio v0.3.1
33122026-07-04T15:59:41.104Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-04T15:59:41.220Z Compiling typify v0.6.2
33142026-07-04T15:59:41.300Z Compiling progenitor-impl v0.14.0
33152026-07-04T15:59:42.011Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-04T15:59:42.308Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-04T15:59:42.744Z Compiling progenitor-macro v0.14.0
33182026-07-04T15:59:45.081Z Checking progenitor v0.14.0
33192026-07-04T15:59:45.193Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-04T15:59:45.196Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-04T15:59:47.868Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-04T15:59:56.191Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-04T16:00:02.862Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-04T16:00:04.263Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-04T16:00:04.752Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-04T16:00:06.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.99s
33272026-07-04T16:00:07.036Z
33282026-07-04T16:00:07.036Zinfo: running `cargo check --bins` on gateway-api (134/299)
33292026-07-04T16:00:07.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-04T16:00:07.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-04T16:00:07.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-04T16:00:07.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-04T16:00:07.577Z
33342026-07-04T16:00:07.577Zinfo: running `cargo check --bins` on ipcc (135/299)
33352026-07-04T16:00:08.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-04T16:00:08.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-04T16:00:08.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-04T16:00:08.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33392026-07-04T16:00:08.106Z
33402026-07-04T16:00:08.106Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33412026-07-04T16:00:08.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-04T16:00:08.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-04T16:00:08.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-04T16:00:08.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-07-04T16:00:08.630Z
33462026-07-04T16:00:08.631Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33472026-07-04T16:00:09.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-04T16:00:09.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-04T16:00:09.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-04T16:00:09.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33512026-07-04T16:00:09.191Z
33522026-07-04T16:00:09.191Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33532026-07-04T16:00:09.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-04T16:00:09.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-04T16:00:09.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-04T16:00:09.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-04T16:00:09.736Z
33582026-07-04T16:00:09.736Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33592026-07-04T16:00:10.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-04T16:00:10.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-04T16:00:10.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-04T16:00:10.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33632026-07-04T16:00:10.285Z
33642026-07-04T16:00:10.285Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33652026-07-04T16:00:10.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-04T16:00:10.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-04T16:00:10.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-04T16:00:10.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-04T16:00:10.826Z
33702026-07-04T16:00:10.826Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33712026-07-04T16:00:11.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-04T16:00:11.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-04T16:00:11.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-04T16:00:11.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33752026-07-04T16:00:11.391Z
33762026-07-04T16:00:11.391Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33772026-07-04T16:00:11.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-04T16:00:11.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-04T16:00:11.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-04T16:00:11.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-04T16:00:11.937Z
33822026-07-04T16:00:11.937Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33832026-07-04T16:00:12.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-04T16:00:12.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-04T16:00:12.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-04T16:00:12.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-07-04T16:00:12.480Z
33882026-07-04T16:00:12.480Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33892026-07-04T16:00:12.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-04T16:00:12.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-04T16:00:12.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-04T16:00:12.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-04T16:00:13.024Z
33942026-07-04T16:00:13.024Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33952026-07-04T16:00:13.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-04T16:00:13.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-04T16:00:13.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-04T16:00:13.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-04T16:00:13.573Z
34002026-07-04T16:00:13.573Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
34012026-07-04T16:00:14.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-04T16:00:14.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-04T16:00:14.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-04T16:00:14.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-04T16:00:14.114Z
34062026-07-04T16:00:14.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34072026-07-04T16:00:14.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-04T16:00:14.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-04T16:00:14.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-04T16:00:14.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-07-04T16:00:14.654Z
34122026-07-04T16:00:14.654Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34132026-07-04T16:00:15.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-04T16:00:15.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-04T16:00:15.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-04T16:00:15.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-04T16:00:15.211Z
34182026-07-04T16:00:15.211Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34192026-07-04T16:00:15.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-04T16:00:15.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-04T16:00:15.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-04T16:00:15.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-04T16:00:15.767Z
34242026-07-04T16:00:15.767Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34252026-07-04T16:00:16.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-04T16:00:16.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-04T16:00:16.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-04T16:00:16.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-04T16:00:16.323Z
34302026-07-04T16:00:16.323Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34312026-07-04T16:00:16.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-04T16:00:16.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-04T16:00:16.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-04T16:00:16.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-04T16:00:16.883Z
34362026-07-04T16:00:16.883Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34372026-07-04T16:00:17.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-04T16:00:17.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-04T16:00:17.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-04T16:00:17.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-04T16:00:17.445Z
34422026-07-04T16:00:17.445Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34432026-07-04T16:00:17.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-04T16:00:17.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-04T16:00:17.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-04T16:00:17.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-07-04T16:00:18.010Z
34482026-07-04T16:00:18.010Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34492026-07-04T16:00:18.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-04T16:00:18.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-04T16:00:18.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-04T16:00:18.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-04T16:00:18.579Z
34542026-07-04T16:00:18.579Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34552026-07-04T16:00:19.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-04T16:00:19.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-04T16:00:19.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-04T16:00:19.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-07-04T16:00:19.135Z
34602026-07-04T16:00:19.135Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34612026-07-04T16:00:19.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-04T16:00:19.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-04T16:00:19.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-04T16:00:19.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34652026-07-04T16:00:19.696Z
34662026-07-04T16:00:19.696Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34672026-07-04T16:00:20.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-04T16:00:20.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-04T16:00:20.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-04T16:00:20.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-07-04T16:00:20.261Z
34722026-07-04T16:00:20.261Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34732026-07-04T16:00:20.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-04T16:00:20.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-04T16:00:20.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-04T16:00:20.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-04T16:00:20.799Z
34782026-07-04T16:00:20.799Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34792026-07-04T16:00:21.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-04T16:00:21.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-04T16:00:21.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-04T16:00:21.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-04T16:00:21.339Z
34842026-07-04T16:00:21.339Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34852026-07-04T16:00:21.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-04T16:00:21.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-04T16:00:21.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-04T16:00:21.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-04T16:00:21.881Z
34902026-07-04T16:00:21.881Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34912026-07-04T16:00:22.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-04T16:00:22.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-04T16:00:22.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-04T16:00:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-04T16:00:22.421Z
34962026-07-04T16:00:22.421Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34972026-07-04T16:00:22.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-04T16:00:22.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-04T16:00:22.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-04T16:00:22.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-04T16:00:22.965Z
35022026-07-04T16:00:22.965Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
35032026-07-04T16:00:23.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-04T16:00:23.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-04T16:00:23.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-04T16:00:23.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-04T16:00:23.509Z
35082026-07-04T16:00:23.509Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35092026-07-04T16:00:23.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-04T16:00:23.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-04T16:00:23.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-04T16:00:23.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-04T16:00:24.052Z
35142026-07-04T16:00:24.052Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35152026-07-04T16:00:24.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-04T16:00:24.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-04T16:00:24.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-04T16:00:24.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35192026-07-04T16:00:24.596Z
35202026-07-04T16:00:24.596Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35212026-07-04T16:00:25.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-04T16:00:25.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-04T16:00:25.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-04T16:00:25.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-04T16:00:25.158Z
35262026-07-04T16:00:25.158Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35272026-07-04T16:00:25.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-04T16:00:25.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-04T16:00:25.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-04T16:00:25.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-04T16:00:25.705Z
35322026-07-04T16:00:25.705Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35332026-07-04T16:00:26.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-04T16:00:26.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-04T16:00:26.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-04T16:00:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-04T16:00:26.259Z
35382026-07-04T16:00:26.259Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35392026-07-04T16:00:26.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-04T16:00:26.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-04T16:00:26.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-04T16:00:26.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-07-04T16:00:26.814Z
35442026-07-04T16:00:26.814Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35452026-07-04T16:00:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-04T16:00:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-04T16:00:27.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-04T16:00:27.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-07-04T16:00:27.370Z
35502026-07-04T16:00:27.370Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35512026-07-04T16:00:27.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-04T16:00:27.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-04T16:00:27.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-04T16:00:27.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-04T16:00:27.917Z
35562026-07-04T16:00:27.917Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35572026-07-04T16:00:28.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-04T16:00:28.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-04T16:00:28.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-04T16:00:28.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-04T16:00:28.468Z
35622026-07-04T16:00:28.468Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35632026-07-04T16:00:28.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-04T16:00:28.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-04T16:00:28.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-04T16:00:28.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-07-04T16:00:29.045Z
35682026-07-04T16:00:29.046Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35692026-07-04T16:00:29.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-04T16:00:29.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-04T16:00:29.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-04T16:00:29.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35732026-07-04T16:00:29.585Z
35742026-07-04T16:00:29.586Zinfo: running `cargo check --bins` on dns-server (175/299)
35752026-07-04T16:00:30.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-04T16:00:30.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-04T16:00:30.189Z Compiling parking_lot_core v0.8.6
35782026-07-04T16:00:30.193Z Compiling git-stub v1.0.0
35792026-07-04T16:00:30.193Z Checking prefix-trie v0.7.0
35802026-07-04T16:00:30.193Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-04T16:00:30.416Z Compiling git-stub-vcs v0.1.0
35822026-07-04T16:00:30.587Z Checking hickory-server v0.25.2
35832026-07-04T16:00:30.693Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-07-04T16:00:30.707Z Checking parking_lot v0.11.2
35852026-07-04T16:00:30.753Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35862026-07-04T16:00:30.756Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35872026-07-04T16:00:30.877Z Checking sled v0.34.7
35882026-07-04T16:00:32.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35892026-07-04T16:00:32.948Z
35902026-07-04T16:00:32.948Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35912026-07-04T16:00:33.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-04T16:00:33.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-04T16:00:33.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-04T16:00:33.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35952026-07-04T16:00:33.481Z
35962026-07-04T16:00:33.482Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35972026-07-04T16:00:33.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-04T16:00:33.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-04T16:00:33.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-04T16:00:33.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36012026-07-04T16:00:34.018Z
36022026-07-04T16:00:34.018Zinfo: running `cargo check --bins` on sp-sim (178/299)
36032026-07-04T16:00:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-04T16:00:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-04T16:00:34.687Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-07-04T16:00:36.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
36072026-07-04T16:00:36.639Z
36082026-07-04T16:00:36.639Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36092026-07-04T16:00:37.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-04T16:00:37.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-04T16:00:37.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-04T16:00:37.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-04T16:00:37.232Z
36142026-07-04T16:00:37.232Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36152026-07-04T16:00:37.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-04T16:00:37.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-04T16:00:37.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-04T16:00:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36192026-07-04T16:00:37.825Z
36202026-07-04T16:00:37.825Zinfo: running `cargo check --bins` on db-macros (181/299)
36212026-07-04T16:00:38.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-04T16:00:38.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-04T16:00:38.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-04T16:00:38.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36252026-07-04T16:00:38.349Z
36262026-07-04T16:00:38.349Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36272026-07-04T16:00:38.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-04T16:00:38.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-04T16:00:38.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-04T16:00:38.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36312026-07-04T16:00:38.876Z
36322026-07-04T16:00:38.876Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36332026-07-04T16:00:39.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-04T16:00:39.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-04T16:00:39.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-04T16:00:39.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36372026-07-04T16:00:39.465Z
36382026-07-04T16:00:39.465Zinfo: running `cargo check --bins` on authz-macros (184/299)
36392026-07-04T16:00:39.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-04T16:00:39.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-04T16:00:39.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-04T16:00:39.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36432026-07-04T16:00:39.992Z
36442026-07-04T16:00:39.992Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36452026-07-04T16:00:40.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-04T16:00:40.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-04T16:00:40.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-04T16:00:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-07-04T16:00:40.578Z
36502026-07-04T16:00:40.578Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36512026-07-04T16:00:41.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-04T16:00:41.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-04T16:00:41.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-04T16:00:41.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36552026-07-04T16:00:41.163Z
36562026-07-04T16:00:41.163Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36572026-07-04T16:00:41.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-04T16:00:41.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-04T16:00:41.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-04T16:00:41.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36612026-07-04T16:00:41.702Z
36622026-07-04T16:00:41.702Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36632026-07-04T16:00:42.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-04T16:00:42.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-04T16:00:42.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-04T16:00:42.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-04T16:00:42.233Z
36682026-07-04T16:00:42.233Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36692026-07-04T16:00:42.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-04T16:00:42.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-04T16:00:42.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-04T16:00:42.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36732026-07-04T16:00:42.782Z
36742026-07-04T16:00:42.782Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36752026-07-04T16:00:43.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-04T16:00:43.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-04T16:00:43.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-04T16:00:43.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36792026-07-04T16:00:43.319Z
36802026-07-04T16:00:43.319Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36812026-07-04T16:00:43.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-04T16:00:43.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-04T16:00:43.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-04T16:00:43.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36852026-07-04T16:00:43.850Z
36862026-07-04T16:00:43.850Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36872026-07-04T16:00:44.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-04T16:00:44.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-04T16:00:44.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-04T16:00:44.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36912026-07-04T16:00:44.375Z
36922026-07-04T16:00:44.375Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36932026-07-04T16:00:44.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-04T16:00:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-04T16:00:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-04T16:00:44.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-07-04T16:00:44.970Z
36982026-07-04T16:00:44.970Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36992026-07-04T16:00:45.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-04T16:00:45.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-04T16:00:45.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-04T16:00:45.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37032026-07-04T16:00:45.571Z
37042026-07-04T16:00:45.571Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
37052026-07-04T16:00:46.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-04T16:00:46.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-04T16:00:46.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-04T16:00:46.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37092026-07-04T16:00:46.163Z
37102026-07-04T16:00:46.163Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37112026-07-04T16:00:46.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-04T16:00:46.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-04T16:00:46.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-04T16:00:46.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-04T16:00:46.732Z
37162026-07-04T16:00:46.732Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37172026-07-04T16:00:47.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-04T16:00:47.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-04T16:00:47.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-04T16:00:47.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37212026-07-04T16:00:47.296Z
37222026-07-04T16:00:47.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37232026-07-04T16:00:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-04T16:00:47.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-04T16:00:47.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-04T16:00:47.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37272026-07-04T16:00:47.863Z
37282026-07-04T16:00:47.863Zinfo: running `cargo check --bins` on key-manager (199/299)
37292026-07-04T16:00:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-04T16:00:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-04T16:00:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-04T16:00:48.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-07-04T16:00:48.409Z
37342026-07-04T16:00:48.409Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37352026-07-04T16:00:48.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-04T16:00:48.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-04T16:00:48.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-04T16:00:48.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37392026-07-04T16:00:48.973Z
37402026-07-04T16:00:48.973Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37412026-07-04T16:00:49.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-04T16:00:49.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-04T16:00:49.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-04T16:00:49.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37452026-07-04T16:00:49.536Z
37462026-07-04T16:00:49.536Zinfo: running `cargo check --bins` on typed-rng (202/299)
37472026-07-04T16:00:49.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-04T16:00:49.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-04T16:00:49.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-07-04T16:00:49.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37512026-07-04T16:00:50.068Z
37522026-07-04T16:00:50.068Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37532026-07-04T16:00:50.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-07-04T16:00:50.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-07-04T16:00:50.873Z Compiling libefi-sys v0.1.0
37562026-07-04T16:00:50.876Z Compiling bitfield-struct v0.6.2
37572026-07-04T16:00:51.015Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-07-04T16:00:51.025Z Compiling xshell-macros v0.2.7
37592026-07-04T16:00:51.035Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602026-07-04T16:00:51.096Z Compiling salty v0.3.0
37612026-07-04T16:00:51.100Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-07-04T16:00:51.100Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-07-04T16:00:51.102Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-04T16:00:51.197Z Checking rfc6979 v0.4.0
37652026-07-04T16:00:51.323Z Checking ecdsa v0.16.9
37662026-07-04T16:00:51.350Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-04T16:00:51.386Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-07-04T16:00:51.404Z Checking xshell v0.2.7
37692026-07-04T16:00:51.515Z Checking primeorder v0.13.6
37702026-07-04T16:00:51.533Z Compiling proc-macro-error-attr2 v2.0.0
37712026-07-04T16:00:51.573Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-04T16:00:51.600Z Checking tungstenite v0.21.0
37732026-07-04T16:00:51.629Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-04T16:00:51.656Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-07-04T16:00:51.751Z Checking p384 v0.13.1
37762026-07-04T16:00:51.766Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-07-04T16:00:51.801Z Compiling num-derive v0.3.3
37782026-07-04T16:00:51.861Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-07-04T16:00:51.933Z Compiling proc-macro-error2 v2.0.1
37802026-07-04T16:00:52.023Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-07-04T16:00:52.026Z Checking tokio-tungstenite v0.21.0
37822026-07-04T16:00:52.090Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37832026-07-04T16:00:52.126Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37842026-07-04T16:00:52.159Z Checking papergrid v0.17.0
37852026-07-04T16:00:52.238Z Compiling tabled_derive v0.11.0
37862026-07-04T16:00:52.295Z Compiling progenitor-impl v0.13.0
37872026-07-04T16:00:52.315Z Checking testing_table v0.3.0
37882026-07-04T16:00:52.400Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-04T16:00:52.415Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37902026-07-04T16:00:52.418Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-04T16:00:52.619Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-07-04T16:00:52.642Z Compiling unicase v2.9.0
37932026-07-04T16:00:52.717Z Checking libscf-sys v1.1.0
37942026-07-04T16:00:52.830Z Compiling illumos-nvpair-sys v0.2.0
37952026-07-04T16:00:52.845Z Checking corncobs v0.1.4
37962026-07-04T16:00:52.859Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-07-04T16:00:52.953Z Compiling mime_guess v2.0.5
37982026-07-04T16:00:52.968Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-07-04T16:00:52.983Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38002026-07-04T16:00:53.087Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38012026-07-04T16:00:53.103Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-07-04T16:00:53.176Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-04T16:00:53.417Z Checking tabled v0.20.0
38042026-07-04T16:00:53.432Z Checking progenitor-client v0.13.0
38052026-07-04T16:00:53.517Z Checking secrecy v0.8.0
38062026-07-04T16:00:53.641Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38072026-07-04T16:00:53.656Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38082026-07-04T16:00:53.671Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38092026-07-04T16:00:53.897Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38102026-07-04T16:00:54.048Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38112026-07-04T16:00:54.111Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38122026-07-04T16:00:54.127Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38132026-07-04T16:00:54.142Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38142026-07-04T16:00:54.249Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-07-04T16:00:54.374Z Checking filetime v0.2.27
38162026-07-04T16:00:54.418Z Checking xattr v1.6.1
38172026-07-04T16:00:54.553Z Checking http-range v0.1.5
38182026-07-04T16:00:54.569Z Checking crc8 v0.1.1
38192026-07-04T16:00:54.668Z Checking tar v0.4.45
38202026-07-04T16:00:54.685Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38212026-07-04T16:00:54.838Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38222026-07-04T16:00:54.866Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-07-04T16:00:54.896Z Compiling progenitor-macro v0.13.0
38242026-07-04T16:00:54.899Z Checking illumos-nvpair v0.3.0
38252026-07-04T16:00:55.062Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-07-04T16:00:55.115Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38272026-07-04T16:00:55.171Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38282026-07-04T16:00:55.497Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38292026-07-04T16:00:55.519Z Checking atty v0.2.14
38302026-07-04T16:00:55.547Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38312026-07-04T16:00:55.547Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38322026-07-04T16:00:55.597Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38332026-07-04T16:00:55.614Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38342026-07-04T16:00:55.828Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-07-04T16:00:55.880Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38362026-07-04T16:00:55.896Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38372026-07-04T16:00:56.070Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38382026-07-04T16:00:56.088Z Checking hyper-staticfile v0.10.1
38392026-07-04T16:00:56.271Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-04T16:00:56.293Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-04T16:00:56.382Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-04T16:00:56.527Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-07-04T16:00:56.653Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-07-04T16:00:56.806Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-04T16:00:56.947Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38462026-07-04T16:00:57.336Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38472026-07-04T16:00:57.787Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-04T16:00:58.262Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-04T16:00:58.667Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-04T16:00:59.121Z Checking progenitor v0.13.0
38512026-07-04T16:00:59.255Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-04T16:01:01.183Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-04T16:01:04.610Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-04T16:01:15.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.51s
38552026-07-04T16:01:15.780Z
38562026-07-04T16:01:15.780Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38572026-07-04T16:01:16.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-04T16:01:16.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-04T16:01:16.518Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-04T16:01:27.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38612026-07-04T16:01:27.539Z
38622026-07-04T16:01:27.539Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38632026-07-04T16:01:28.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-04T16:01:28.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-04T16:01:28.277Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-04T16:01:39.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38672026-07-04T16:01:39.242Z
38682026-07-04T16:01:39.242Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38692026-07-04T16:01:39.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-04T16:01:39.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-04T16:01:39.990Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-04T16:01:50.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38732026-07-04T16:01:50.972Z
38742026-07-04T16:01:50.972Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38752026-07-04T16:01:51.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-04T16:01:51.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-04T16:01:51.704Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-04T16:02:02.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38792026-07-04T16:02:02.738Z
38802026-07-04T16:02:02.738Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38812026-07-04T16:02:03.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-04T16:02:03.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-04T16:02:03.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-04T16:02:14.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38852026-07-04T16:02:14.456Z
38862026-07-04T16:02:14.456Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38872026-07-04T16:02:14.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-04T16:02:14.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-04T16:02:15.184Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-04T16:02:25.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38912026-07-04T16:02:26.143Z
38922026-07-04T16:02:26.143Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38932026-07-04T16:02:26.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-04T16:02:26.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-04T16:02:26.882Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-04T16:02:37.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38972026-07-04T16:02:37.827Z
38982026-07-04T16:02:37.827Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38992026-07-04T16:02:38.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-04T16:02:38.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-04T16:02:38.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-04T16:02:38.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-04T16:02:38.378Z
39042026-07-04T16:02:38.378Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
39052026-07-04T16:02:38.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-04T16:02:38.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-04T16:02:38.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-04T16:02:38.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-04T16:02:38.923Z
39102026-07-04T16:02:38.923Zinfo: running `cargo check --bins` on range-requests (213/299)
39112026-07-04T16:02:39.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-04T16:02:39.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-04T16:02:39.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-04T16:02:39.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-04T16:02:39.454Z
39162026-07-04T16:02:39.454Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39172026-07-04T16:02:39.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-04T16:02:39.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-04T16:02:39.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-04T16:02:39.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39212026-07-04T16:02:39.992Z
39222026-07-04T16:02:39.993Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39232026-07-04T16:02:40.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-04T16:02:40.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-04T16:02:40.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-04T16:02:40.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-04T16:02:40.553Z
39282026-07-04T16:02:40.553Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39292026-07-04T16:02:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-04T16:02:41.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-04T16:02:41.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-04T16:02:41.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-04T16:02:41.114Z
39342026-07-04T16:02:41.114Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39352026-07-04T16:02:41.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-04T16:02:41.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-04T16:02:41.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-04T16:02:41.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-04T16:02:41.679Z
39402026-07-04T16:02:41.679Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39412026-07-04T16:02:42.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-04T16:02:42.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-04T16:02:42.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-04T16:02:42.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-04T16:02:42.245Z
39462026-07-04T16:02:42.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39472026-07-04T16:02:42.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-04T16:02:42.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-04T16:02:42.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-04T16:02:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-04T16:02:42.811Z
39522026-07-04T16:02:42.811Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39532026-07-04T16:02:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-04T16:02:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-04T16:02:43.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-04T16:02:43.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-04T16:02:43.375Z
39582026-07-04T16:02:43.375Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39592026-07-04T16:02:43.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-04T16:02:43.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-04T16:02:43.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-04T16:02:43.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-04T16:02:43.933Z
39642026-07-04T16:02:43.933Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39652026-07-04T16:02:44.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-04T16:02:44.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-04T16:02:44.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-04T16:02:44.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39692026-07-04T16:02:44.501Z
39702026-07-04T16:02:44.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39712026-07-04T16:02:44.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-04T16:02:44.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-04T16:02:44.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-04T16:02:44.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-04T16:02:45.064Z
39762026-07-04T16:02:45.065Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39772026-07-04T16:02:45.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-04T16:02:45.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-04T16:02:45.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-04T16:02:45.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-04T16:02:45.626Z
39822026-07-04T16:02:45.626Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39832026-07-04T16:02:46.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-04T16:02:46.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-04T16:02:46.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-04T16:02:46.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-04T16:02:46.215Z
39882026-07-04T16:02:46.215Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39892026-07-04T16:02:46.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-04T16:02:46.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-04T16:02:46.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-04T16:02:46.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39932026-07-04T16:02:46.787Z
39942026-07-04T16:02:46.787Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39952026-07-04T16:02:47.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-04T16:02:47.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-04T16:02:47.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-04T16:02:47.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-04T16:02:47.363Z
40002026-07-04T16:02:47.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
40012026-07-04T16:02:47.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-04T16:02:47.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-04T16:02:47.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-04T16:02:47.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-07-04T16:02:47.963Z
40062026-07-04T16:02:47.963Zinfo: running `cargo check --bins` on update-common (229/299)
40072026-07-04T16:02:48.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-04T16:02:48.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-04T16:02:48.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-04T16:02:48.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40112026-07-04T16:02:48.512Z
40122026-07-04T16:02:48.512Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40132026-07-04T16:02:49.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-04T16:02:49.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-04T16:02:49.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-04T16:02:49.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-07-04T16:02:49.101Z
40182026-07-04T16:02:49.101Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40192026-07-04T16:02:49.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-04T16:02:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-04T16:02:49.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-04T16:02:49.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40232026-07-04T16:02:49.622Z
40242026-07-04T16:02:49.622Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40252026-07-04T16:02:50.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-04T16:02:50.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-04T16:02:50.346Z Compiling fs-err v2.11.0
40282026-07-04T16:02:50.349Z Checking ignore v0.4.25
40292026-07-04T16:02:50.349Z Checking arc-swap v1.8.2
40302026-07-04T16:02:50.480Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-04T16:02:50.480Z Checking predicates-tree v1.0.13
40322026-07-04T16:02:50.486Z Checking parse-size v1.1.0
40332026-07-04T16:02:50.509Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-04T16:02:50.521Z Checking rand_seeder v0.4.0
40352026-07-04T16:02:50.573Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-04T16:02:50.606Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-04T16:02:50.665Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-04T16:02:50.677Z Checking slog-scope v4.4.1
40392026-07-04T16:02:50.720Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-07-04T16:02:50.802Z Checking slog-stdlog v4.1.1
40412026-07-04T16:02:50.836Z Compiling petname v2.0.2
40422026-07-04T16:02:50.836Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-04T16:02:50.857Z Checking globwalk v0.9.1
40442026-07-04T16:02:50.913Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-04T16:02:50.926Z Checking slog-envlogger v2.2.0
40462026-07-04T16:02:51.035Z Checking camino-tempfile-ext v0.3.3
40472026-07-04T16:02:51.075Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-04T16:02:51.095Z Checking sapling-renderdag v0.1.0
40492026-07-04T16:02:51.224Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-04T16:02:51.277Z Checking subprocess v0.2.15
40512026-07-04T16:02:51.329Z Checking sync-ptr v0.1.4
40522026-07-04T16:02:51.427Z Checking colored v2.2.0
40532026-07-04T16:02:51.440Z Checking assert_matches v1.5.0
40542026-07-04T16:02:51.559Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-04T16:02:51.711Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40562026-07-04T16:02:51.714Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-04T16:02:52.356Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-04T16:02:53.653Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-04T16:02:55.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
40602026-07-04T16:02:56.004Z
40612026-07-04T16:02:56.004Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40622026-07-04T16:02:56.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-04T16:02:56.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-04T16:02:56.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-04T16:02:56.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40662026-07-04T16:02:56.528Z
40672026-07-04T16:02:56.528Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40682026-07-04T16:02:56.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-04T16:02:56.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-04T16:02:56.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-04T16:02:56.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40722026-07-04T16:02:57.072Z
40732026-07-04T16:02:57.072Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40742026-07-04T16:02:57.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-04T16:02:57.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-04T16:02:57.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-04T16:02:57.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-07-04T16:02:57.659Z
40792026-07-04T16:02:57.659Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40802026-07-04T16:02:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-04T16:02:58.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-04T16:02:58.330Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40832026-07-04T16:02:58.330Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40842026-07-04T16:02:58.965Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-04T16:03:00.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
40862026-07-04T16:03:00.697Z
40872026-07-04T16:03:00.697Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40882026-07-04T16:03:01.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-04T16:03:01.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-04T16:03:01.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-04T16:03:01.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-07-04T16:03:01.232Z
40932026-07-04T16:03:01.232Zinfo: running `cargo check --bins` on cert-dev (238/299)
40942026-07-04T16:03:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-04T16:03:01.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-04T16:03:01.791Z Checking yasna v0.5.2
40972026-07-04T16:03:02.197Z Checking rcgen v0.12.1
40982026-07-04T16:03:02.444Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-04T16:03:02.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41002026-07-04T16:03:02.778Z
41012026-07-04T16:03:02.778Zinfo: running `cargo check --bins` on clickana (239/299)
41022026-07-04T16:03:03.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-04T16:03:03.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-04T16:03:03.370Z Compiling darling_core v0.23.0
41052026-07-04T16:03:03.476Z Compiling instability v0.3.11
41062026-07-04T16:03:03.482Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-04T16:03:03.486Z Checking castaway v0.2.4
41082026-07-04T16:03:03.486Z Compiling indoc v2.0.7
41092026-07-04T16:03:03.504Z Checking unicode-truncate v1.1.0
41102026-07-04T16:03:03.507Z Checking lru v0.12.5
41112026-07-04T16:03:03.508Z Checking cassowary v0.3.0
41122026-07-04T16:03:03.568Z Checking compact_str v0.8.1
41132026-07-04T16:03:04.803Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-04T16:03:04.897Z Compiling darling_macro v0.23.0
41152026-07-04T16:03:04.973Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-04T16:03:05.323Z Compiling darling v0.23.0
41172026-07-04T16:03:05.955Z Checking ratatui v0.29.0
41182026-07-04T16:03:07.015Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-04T16:03:07.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41202026-07-04T16:03:07.827Z
41212026-07-04T16:03:07.827Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41222026-07-04T16:03:08.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-04T16:03:08.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-04T16:03:08.492Z Checking headers-core v0.3.0
41252026-07-04T16:03:08.495Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-07-04T16:03:08.682Z Checking headers v0.4.1
41272026-07-04T16:03:09.046Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-07-04T16:03:09.984Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-07-04T16:03:10.461Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-07-04T16:03:10.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41312026-07-04T16:03:11.041Z
41322026-07-04T16:03:11.041Zinfo: running `cargo check --bins` on ch-dev (241/299)
41332026-07-04T16:03:11.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-04T16:03:11.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-04T16:03:11.714Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-07-04T16:03:12.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41372026-07-04T16:03:12.629Z
41382026-07-04T16:03:12.629Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41392026-07-04T16:03:12.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-04T16:03:12.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-04T16:03:12.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-07-04T16:03:12.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41432026-07-04T16:03:13.030Z
41442026-07-04T16:03:13.030Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41452026-07-04T16:03:13.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-04T16:03:13.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-04T16:03:13.693Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41482026-07-04T16:03:14.767Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41492026-07-04T16:03:15.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41502026-07-04T16:03:15.275Z
41512026-07-04T16:03:15.275Zinfo: running `cargo check --bins` on db-dev (244/299)
41522026-07-04T16:03:15.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-04T16:03:15.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-04T16:03:15.937Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41552026-07-04T16:03:16.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41562026-07-04T16:03:16.864Z
41572026-07-04T16:03:16.864Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41582026-07-04T16:03:17.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-04T16:03:17.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-04T16:03:17.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-04T16:03:17.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41622026-07-04T16:03:17.435Z
41632026-07-04T16:03:17.435Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41642026-07-04T16:03:17.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-04T16:03:17.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-04T16:03:17.996Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41672026-07-04T16:03:18.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41682026-07-04T16:03:18.841Z
41692026-07-04T16:03:18.841Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41702026-07-04T16:03:19.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-04T16:03:19.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-04T16:03:19.537Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-07-04T16:03:19.537Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41742026-07-04T16:03:19.540Z Checking git-stub v1.0.0
41752026-07-04T16:03:19.540Z Compiling trait-variant v0.1.2
41762026-07-04T16:03:19.671Z Checking maplit v1.0.2
41772026-07-04T16:03:19.671Z Checking is_ci v1.2.0
41782026-07-04T16:03:19.679Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41792026-07-04T16:03:19.690Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41802026-07-04T16:03:19.741Z Checking drift v0.2.0
41812026-07-04T16:03:19.767Z Checking supports-color v3.0.2
41822026-07-04T16:03:19.797Z Checking git-stub-vcs v0.1.0
41832026-07-04T16:03:19.883Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41842026-07-04T16:03:19.900Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-07-04T16:03:19.912Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41862026-07-04T16:03:19.988Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41872026-07-04T16:03:20.097Z Checking dropshot-api-manager v0.7.2
41882026-07-04T16:03:20.121Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41892026-07-04T16:03:20.166Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41902026-07-04T16:03:20.188Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41912026-07-04T16:03:20.400Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-04T16:03:20.921Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-07-04T16:03:21.857Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41942026-07-04T16:03:23.062Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41952026-07-04T16:03:23.658Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41962026-07-04T16:03:24.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
41972026-07-04T16:03:24.275Z
41982026-07-04T16:03:24.275Zinfo: running `cargo check --bins` on installinator-api (248/299)
41992026-07-04T16:03:24.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-07-04T16:03:24.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-07-04T16:03:24.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-07-04T16:03:24.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42032026-07-04T16:03:24.810Z
42042026-07-04T16:03:24.810Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42052026-07-04T16:03:25.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-04T16:03:25.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-04T16:03:25.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-04T16:03:25.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42092026-07-04T16:03:25.398Z
42102026-07-04T16:03:25.398Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42112026-07-04T16:03:25.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-04T16:03:25.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-04T16:03:25.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-04T16:03:25.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-07-04T16:03:25.968Z
42162026-07-04T16:03:25.968Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42172026-07-04T16:03:26.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-04T16:03:26.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-04T16:03:26.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-04T16:03:26.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42212026-07-04T16:03:26.539Z
42222026-07-04T16:03:26.539Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42232026-07-04T16:03:26.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-04T16:03:26.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-04T16:03:26.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-04T16:03:26.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42272026-07-04T16:03:27.078Z
42282026-07-04T16:03:27.078Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42292026-07-04T16:03:27.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-04T16:03:27.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-04T16:03:27.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-04T16:03:27.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42332026-07-04T16:03:27.604Z
42342026-07-04T16:03:27.604Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42352026-07-04T16:03:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-04T16:03:28.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-04T16:03:28.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-04T16:03:28.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42392026-07-04T16:03:28.158Z
42402026-07-04T16:03:28.158Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42412026-07-04T16:03:28.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-04T16:03:28.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-04T16:03:28.722Z Checking cargo-platform v0.3.2
42442026-07-04T16:03:28.725Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42452026-07-04T16:03:28.960Z Checking cargo_metadata v0.23.1
42462026-07-04T16:03:29.553Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-07-04T16:03:30.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
42482026-07-04T16:03:30.443Z
42492026-07-04T16:03:30.443Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42502026-07-04T16:03:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-07-04T16:03:30.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-07-04T16:03:31.126Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-07-04T16:03:31.725Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-07-04T16:03:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42552026-07-04T16:03:32.397Z
42562026-07-04T16:03:32.397Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42572026-07-04T16:03:32.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-07-04T16:03:32.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-07-04T16:03:33.313Z Compiling vergen-lib v0.1.6
42602026-07-04T16:03:33.313Z Compiling diesel_derives v2.3.7
42612026-07-04T16:03:33.313Z Compiling dsl_auto_type v0.2.0
42622026-07-04T16:03:33.317Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-07-04T16:03:33.317Z Checking scheduled-thread-pool v0.2.7
42642026-07-04T16:03:33.317Z Compiling vergen-gitcl v1.0.8
42652026-07-04T16:03:33.317Z Compiling diesel_table_macro_syntax v0.3.0
42662026-07-04T16:03:33.476Z Compiling dirs-sys-next v0.1.2
42672026-07-04T16:03:33.623Z Compiling glob v0.3.3
42682026-07-04T16:03:33.655Z Compiling crunchy v0.2.4
42692026-07-04T16:03:33.684Z Compiling dirs-next v2.0.0
42702026-07-04T16:03:33.714Z Checking r2d2 v0.8.10
42712026-07-04T16:03:33.791Z Compiling tiny-keccak v2.0.2
42722026-07-04T16:03:33.807Z Checking downcast-rs v2.0.2
42732026-07-04T16:03:33.893Z Compiling term v0.7.0
42742026-07-04T16:03:33.997Z Compiling clang-sys v1.8.1
42752026-07-04T16:03:34.029Z Compiling bit-vec v0.6.3
42762026-07-04T16:03:34.093Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-07-04T16:03:34.246Z Compiling bit-set v0.5.3
42782026-07-04T16:03:34.295Z Compiling ascii-canvas v3.0.0
42792026-07-04T16:03:34.388Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-07-04T16:03:34.406Z Compiling itertools v0.10.5
42812026-07-04T16:03:34.438Z Compiling ena v0.14.4
42822026-07-04T16:03:34.460Z Compiling libloading v0.8.9
42832026-07-04T16:03:34.476Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42842026-07-04T16:03:34.534Z Compiling regex-syntax v0.6.29
42852026-07-04T16:03:34.551Z Compiling bindgen v0.71.1
42862026-07-04T16:03:34.649Z Compiling diff v0.1.13
42872026-07-04T16:03:34.936Z Compiling cexpr v0.6.0
42882026-07-04T16:03:35.030Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-07-04T16:03:35.103Z Compiling rustc-hash v2.1.1
42902026-07-04T16:03:35.289Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-07-04T16:03:35.411Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-07-04T16:03:35.497Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-07-04T16:03:35.621Z Compiling libxml v0.3.3
42942026-07-04T16:03:35.728Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-07-04T16:03:35.753Z Compiling strum_macros v0.24.3
42962026-07-04T16:03:35.895Z Compiling indoc v1.0.9
42972026-07-04T16:03:35.937Z Compiling lalrpop v0.19.12
42982026-07-04T16:03:36.679Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-07-04T16:03:36.887Z Checking derive_builder v0.20.2
43002026-07-04T16:03:37.009Z Compiling oso-derive v0.27.3
43012026-07-04T16:03:37.110Z Checking quick-xml v0.37.5
43022026-07-04T16:03:37.190Z Compiling impl-trait-for-tuples v0.2.3
43032026-07-04T16:03:37.521Z Checking openssl-probe v0.1.6
43042026-07-04T16:03:37.666Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-07-04T16:03:37.985Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-07-04T16:03:38.202Z Checking bb8 v0.8.6
43072026-07-04T16:03:38.360Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-07-04T16:03:38.410Z Checking nonempty v0.12.0
43092026-07-04T16:03:38.488Z Compiling libz-sys v1.1.24
43102026-07-04T16:03:38.582Z Compiling strsim v0.10.0
43112026-07-04T16:03:38.601Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-07-04T16:03:38.753Z Compiling darling_core v0.13.4
43132026-07-04T16:03:38.905Z Compiling vergen-git2 v9.1.0
43142026-07-04T16:03:39.075Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-07-04T16:03:39.144Z Compiling base64 v0.21.7
43162026-07-04T16:03:39.310Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-07-04T16:03:39.470Z Compiling ron v0.8.1
43182026-07-04T16:03:39.488Z Checking diesel v2.3.7
43192026-07-04T16:03:40.344Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-07-04T16:03:40.463Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43212026-07-04T16:03:40.579Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43222026-07-04T16:03:40.719Z Compiling darling_macro v0.13.4
43232026-07-04T16:03:40.789Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43242026-07-04T16:03:40.996Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43252026-07-04T16:03:41.206Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-07-04T16:03:41.222Z Compiling darling v0.13.4
43272026-07-04T16:03:41.315Z Compiling serde_with_macros v1.5.2
43282026-07-04T16:03:41.414Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-07-04T16:03:41.618Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43302026-07-04T16:03:41.638Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43312026-07-04T16:03:41.821Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43322026-07-04T16:03:42.178Z Compiling serde_with v1.14.0
43332026-07-04T16:03:43.315Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43342026-07-04T16:03:43.333Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43352026-07-04T16:03:43.556Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43362026-07-04T16:03:44.201Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43372026-07-04T16:03:44.413Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-07-04T16:03:44.696Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43392026-07-04T16:03:44.917Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-07-04T16:03:44.947Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43412026-07-04T16:03:45.459Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-07-04T16:03:45.839Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43432026-07-04T16:03:45.860Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-07-04T16:03:46.080Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-07-04T16:03:46.216Z Checking twox-hash v2.1.2
43462026-07-04T16:03:46.290Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-07-04T16:03:46.461Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43482026-07-04T16:03:46.523Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43492026-07-04T16:03:46.952Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-07-04T16:03:47.112Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-07-04T16:03:48.191Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-07-04T16:03:48.398Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43532026-07-04T16:03:48.483Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43542026-07-04T16:03:49.052Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43552026-07-04T16:03:49.160Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43562026-07-04T16:03:49.368Z Checking console v0.16.2
43572026-07-04T16:03:49.681Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43582026-07-04T16:03:49.832Z Checking fatfs v0.3.6
43592026-07-04T16:03:50.019Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43602026-07-04T16:03:50.310Z Compiling seq-macro v0.3.6
43612026-07-04T16:03:50.839Z Checking unit-prefix v0.5.2
43622026-07-04T16:03:50.982Z Checking indicatif v0.18.4
43632026-07-04T16:03:51.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43642026-07-04T16:03:51.347Z Checking support-bundle-viewer v0.1.2
43652026-07-04T16:03:51.382Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43662026-07-04T16:03:51.598Z Checking multimap v0.10.1
43672026-07-04T16:03:57.335Z Checking diesel-dtrace v0.5.0
43682026-07-04T16:03:57.593Z Checking async-bb8-diesel v0.2.1
43692026-07-04T16:04:00.188Z Compiling samael v0.0.19
43702026-07-04T16:04:05.673Z Compiling git2 v0.20.4
43712026-07-04T16:04:07.242Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43722026-07-04T16:04:08.185Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43732026-07-04T16:04:08.340Z Compiling polar-core v0.27.3
43742026-07-04T16:04:12.916Z Checking oso v0.27.3
43752026-07-04T16:04:42.748Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43762026-07-04T16:05:56.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43772026-07-04T16:05:56.315Z
43782026-07-04T16:05:56.315Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43792026-07-04T16:05:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-07-04T16:05:56.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-07-04T16:05:56.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-07-04T16:05:56.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43832026-07-04T16:05:56.943Z
43842026-07-04T16:05:56.943Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43852026-07-04T16:05:57.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-04T16:05:57.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-04T16:05:57.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-04T16:05:57.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43892026-07-04T16:05:57.538Z
43902026-07-04T16:05:57.538Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43912026-07-04T16:05:58.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-04T16:05:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-04T16:05:58.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-04T16:05:58.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43952026-07-04T16:05:58.136Z
43962026-07-04T16:05:58.136Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43972026-07-04T16:05:58.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-04T16:05:58.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-04T16:05:58.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-04T16:05:58.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44012026-07-04T16:05:58.661Z
44022026-07-04T16:05:58.661Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44032026-07-04T16:05:59.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-04T16:05:59.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-04T16:05:59.454Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44062026-07-04T16:06:00.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44072026-07-04T16:06:00.392Z
44082026-07-04T16:06:00.392Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44092026-07-04T16:06:00.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-04T16:06:00.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-04T16:06:01.179Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-04T16:06:38.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
44132026-07-04T16:06:39.070Z
44142026-07-04T16:06:39.070Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44152026-07-04T16:06:39.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-04T16:06:39.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-04T16:06:39.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-07-04T16:06:39.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44192026-07-04T16:06:39.599Z
44202026-07-04T16:06:39.599Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44212026-07-04T16:06:40.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-04T16:06:40.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-04T16:06:40.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-04T16:06:40.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44252026-07-04T16:06:40.138Z
44262026-07-04T16:06:40.138Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44272026-07-04T16:06:40.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-04T16:06:40.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-04T16:06:40.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-04T16:06:40.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44312026-07-04T16:06:40.731Z
44322026-07-04T16:06:40.731Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44332026-07-04T16:06:41.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-04T16:06:41.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-04T16:06:41.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-04T16:06:41.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44372026-07-04T16:06:41.338Z
44382026-07-04T16:06:41.338Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44392026-07-04T16:06:41.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-04T16:06:41.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-04T16:06:41.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-04T16:06:41.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44432026-07-04T16:06:41.945Z
44442026-07-04T16:06:41.945Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44452026-07-04T16:06:42.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-04T16:06:42.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-04T16:06:42.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-04T16:06:42.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44492026-07-04T16:06:42.540Z
44502026-07-04T16:06:42.540Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44512026-07-04T16:06:43.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-04T16:06:43.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-04T16:06:43.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-04T16:06:43.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44552026-07-04T16:06:43.147Z
44562026-07-04T16:06:43.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44572026-07-04T16:06:43.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-04T16:06:43.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-04T16:06:43.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-04T16:06:43.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44612026-07-04T16:06:43.754Z
44622026-07-04T16:06:43.755Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44632026-07-04T16:06:44.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-04T16:06:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-04T16:06:44.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-04T16:06:44.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44672026-07-04T16:06:44.348Z
44682026-07-04T16:06:44.348Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44692026-07-04T16:06:44.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-04T16:06:44.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-04T16:06:44.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-04T16:06:44.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44732026-07-04T16:06:44.960Z
44742026-07-04T16:06:44.960Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44752026-07-04T16:06:45.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-04T16:06:45.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-04T16:06:45.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-04T16:06:45.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44792026-07-04T16:06:45.570Z
44802026-07-04T16:06:45.570Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44812026-07-04T16:06:46.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-04T16:06:46.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-04T16:06:46.434Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44842026-07-04T16:06:46.437Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-07-04T16:06:46.621Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44862026-07-04T16:06:46.649Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-07-04T16:06:46.668Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-07-04T16:06:46.671Z Checking diff v0.1.13
44892026-07-04T16:06:46.671Z Checking yansi v1.0.1
44902026-07-04T16:06:46.714Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-07-04T16:06:46.778Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-07-04T16:06:46.951Z Checking pretty_assertions v1.4.1
44932026-07-04T16:06:47.694Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44942026-07-04T16:06:47.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44952026-07-04T16:07:12.344Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-07-04T16:07:12.344Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44972026-07-04T16:07:12.347Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44982026-07-04T16:07:12.347Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-07-04T16:07:12.347Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45002026-07-04T16:07:12.347Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45012026-07-04T16:07:12.347Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45022026-07-04T16:07:13.149Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-07-04T16:07:13.152Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45042026-07-04T16:07:14.375Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45052026-07-04T16:07:52.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45062026-07-04T16:07:52.304Z
45072026-07-04T16:07:52.304Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45082026-07-04T16:07:52.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-04T16:07:52.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-04T16:07:52.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-07-04T16:07:52.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45122026-07-04T16:07:52.837Z
45132026-07-04T16:07:52.838Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45142026-07-04T16:07:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-04T16:07:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-04T16:07:53.573Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45172026-07-04T16:07:53.694Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45182026-07-04T16:07:53.697Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45192026-07-04T16:08:20.719Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45202026-07-04T16:08:21.091Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45212026-07-04T16:08:22.812Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45222026-07-04T16:08:23.249Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45232026-07-04T16:08:26.379Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45242026-07-04T16:08:49.985Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45252026-07-04T16:08:50.675Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45262026-07-04T16:08:52.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.43s
45272026-07-04T16:08:52.471Z
45282026-07-04T16:08:52.471Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45292026-07-04T16:08:52.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-04T16:08:52.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-04T16:08:53.148Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45322026-07-04T16:08:53.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45332026-07-04T16:08:53.994Z
45342026-07-04T16:08:53.994Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45352026-07-04T16:08:54.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-04T16:08:54.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-04T16:08:54.600Z Compiling blake3 v1.8.5
45382026-07-04T16:08:54.708Z Checking constant_time_eq v0.4.2
45392026-07-04T16:08:54.711Z Checking arrayref v0.3.9
45402026-07-04T16:08:54.711Z Checking arrayvec v0.7.6
45412026-07-04T16:08:54.727Z Checking topological-sort v0.2.2
45422026-07-04T16:08:54.727Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45432026-07-04T16:08:54.730Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45442026-07-04T16:08:54.730Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45452026-07-04T16:08:54.767Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45462026-07-04T16:08:54.824Z Checking shell-words v1.1.1
45472026-07-04T16:08:55.617Z Checking omicron-zone-package v0.12.3
45482026-07-04T16:08:56.332Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45492026-07-04T16:08:57.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
45502026-07-04T16:08:57.411Z
45512026-07-04T16:08:57.411Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45522026-07-04T16:08:57.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-07-04T16:08:57.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-07-04T16:08:58.018Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45552026-07-04T16:08:58.331Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45562026-07-04T16:08:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45572026-07-04T16:08:58.892Z
45582026-07-04T16:08:58.892Zinfo: running `cargo check --bins` on schema (281/299)
45592026-07-04T16:08:59.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-04T16:08:59.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-04T16:08:59.578Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45622026-07-04T16:09:00.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45632026-07-04T16:09:00.449Z
45642026-07-04T16:09:00.449Zinfo: running `cargo check --bins` on xtask (282/299)
45652026-07-04T16:09:00.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-04T16:09:00.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-04T16:09:00.843Z Checking serde_core v1.0.228
45682026-07-04T16:09:00.844Z Checking libc v0.2.185
45692026-07-04T16:09:00.922Z Checking bitflags v2.11.0
45702026-07-04T16:09:00.928Z Checking scroll v0.12.0
45712026-07-04T16:09:00.931Z Checking thiserror v1.0.69
45722026-07-04T16:09:00.939Z Checking log v0.4.29
45732026-07-04T16:09:00.946Z Checking indexmap v2.14.0
45742026-07-04T16:09:00.946Z Checking zerocopy v0.7.35
45752026-07-04T16:09:01.019Z Checking syn v2.0.117
45762026-07-04T16:09:01.059Z Checking dtrace-parser v0.2.0
45772026-07-04T16:09:01.077Z Checking once_cell v1.21.3
45782026-07-04T16:09:01.136Z Checking goblin v0.8.2
45792026-07-04T16:09:01.199Z Checking errno v0.3.14
45802026-07-04T16:09:01.245Z Checking thread-id v4.2.2
45812026-07-04T16:09:01.287Z Checking getrandom v0.4.1
45822026-07-04T16:09:01.314Z Checking rustix v1.1.3
45832026-07-04T16:09:01.324Z Checking memmap v0.7.0
45842026-07-04T16:09:01.417Z Checking thiserror v2.0.18
45852026-07-04T16:09:01.437Z Checking fs-err v3.3.0
45862026-07-04T16:09:01.447Z Checking tabled v0.15.0
45872026-07-04T16:09:01.472Z Checking anyhow v1.0.102
45882026-07-04T16:09:02.087Z Checking terminal_size v0.4.3
45892026-07-04T16:09:02.087Z Checking tempfile v3.25.0
45902026-07-04T16:09:02.212Z Checking clap_builder v4.6.0
45912026-07-04T16:09:02.212Z Checking textwrap v0.16.2
45922026-07-04T16:09:02.366Z Checking serde v1.0.228
45932026-07-04T16:09:02.370Z Checking serde_json v1.0.150
45942026-07-04T16:09:02.370Z Checking camino v1.2.2
45952026-07-04T16:09:02.423Z Checking semver v1.0.28
45962026-07-04T16:09:02.532Z Checking cargo-platform v0.3.2
45972026-07-04T16:09:02.628Z Checking camino-tempfile v1.4.1
45982026-07-04T16:09:02.767Z Checking toml_datetime v0.6.11
45992026-07-04T16:09:02.767Z Checking serde_spanned v0.6.9
46002026-07-04T16:09:02.771Z Checking macaddr v1.0.1
46012026-07-04T16:09:02.794Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46022026-07-04T16:09:02.937Z Checking toml_edit v0.22.27
46032026-07-04T16:09:02.974Z Checking cargo_metadata v0.23.1
46042026-07-04T16:09:02.984Z Checking dof v0.3.0
46052026-07-04T16:09:03.238Z Checking usdt-impl v0.5.0
46062026-07-04T16:09:03.394Z Checking clap v4.6.1
46072026-07-04T16:09:03.495Z Checking usdt v0.5.0
46082026-07-04T16:09:03.923Z Checking toml v0.8.23
46092026-07-04T16:09:04.183Z Checking cargo_toml v0.21.0
46102026-07-04T16:09:04.829Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46112026-07-04T16:09:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
46122026-07-04T16:09:05.322Z
46132026-07-04T16:09:05.322Zinfo: running `cargo check --bins` on dnsadm (283/299)
46142026-07-04T16:09:05.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-07-04T16:09:05.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-07-04T16:09:05.918Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46172026-07-04T16:09:06.371Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46182026-07-04T16:09:06.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46192026-07-04T16:09:06.923Z
46202026-07-04T16:09:06.923Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46212026-07-04T16:09:07.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-07-04T16:09:07.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-07-04T16:09:07.700Z Checking cpubits v0.1.1
46242026-07-04T16:09:07.824Z Checking pem-rfc7468 v1.0.0
46252026-07-04T16:09:07.837Z Checking hmac v0.13.0
46262026-07-04T16:09:07.841Z Checking universal-hash v0.6.1
46272026-07-04T16:09:07.859Z Checking ctr v0.10.1
46282026-07-04T16:09:07.859Z Checking aead v0.6.1
46292026-07-04T16:09:07.863Z Checking sha2 v0.11.0
46302026-07-04T16:09:07.900Z Checking aes v0.9.1
46312026-07-04T16:09:07.900Z Checking crypto-bigint v0.7.5
46322026-07-04T16:09:07.956Z Checking polyval v0.7.1
46332026-07-04T16:09:07.970Z Checking der v0.8.0
46342026-07-04T16:09:07.984Z Checking pbkdf2 v0.13.0
46352026-07-04T16:09:08.002Z Checking cbc v0.2.1
46362026-07-04T16:09:08.026Z Checking salsa20 v0.11.0
46372026-07-04T16:09:08.097Z Checking ff v0.14.0
46382026-07-04T16:09:08.120Z Checking ghash v0.6.0
46392026-07-04T16:09:08.173Z Checking signature v3.0.0
46402026-07-04T16:09:08.193Z Checking base16ct v1.0.0
46412026-07-04T16:09:08.229Z Checking group v0.14.0
46422026-07-04T16:09:08.245Z Checking hkdf v0.13.0
46432026-07-04T16:09:08.296Z Checking aes-gcm v0.11.0
46442026-07-04T16:09:08.319Z Checking rfc6979 v0.5.0
46452026-07-04T16:09:08.338Z Compiling curve25519-dalek v5.0.0-rc.0
46462026-07-04T16:09:08.377Z Checking poly1305 v0.9.0
46472026-07-04T16:09:08.377Z Checking blowfish v0.10.0
46482026-07-04T16:09:08.451Z Checking blake2 v0.11.0-rc.6
46492026-07-04T16:09:08.466Z Checking keccak v0.2.0
46502026-07-04T16:09:08.527Z Checking fiat-crypto v0.3.0
46512026-07-04T16:09:08.602Z Checking scrypt v0.12.0
46522026-07-04T16:09:08.620Z Checking sha3 v0.11.0
46532026-07-04T16:09:08.660Z Checking bcrypt-pbkdf v0.11.0
46542026-07-04T16:09:08.714Z Checking argon2 v0.6.0-rc.8
46552026-07-04T16:09:08.759Z Checking spki v0.8.0
46562026-07-04T16:09:08.759Z Checking sec1 v0.8.1
46572026-07-04T16:09:08.810Z Checking kem v0.3.0
46582026-07-04T16:09:08.923Z Checking pkcs5 v0.8.1
46592026-07-04T16:09:08.924Z Checking pkcs1 v0.8.0-rc.4
46602026-07-04T16:09:08.962Z Checking module-lattice v0.2.3
46612026-07-04T16:09:08.979Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46622026-07-04T16:09:09.017Z Checking internal-russh-num-bigint v0.5.0
46632026-07-04T16:09:09.130Z Checking num-bigint v0.4.6
46642026-07-04T16:09:09.177Z Checking ml-kem v0.3.2
46652026-07-04T16:09:09.195Z Checking generic-array v1.4.3
46662026-07-04T16:09:09.224Z Checking pkcs8 v0.11.0
46672026-07-04T16:09:09.423Z Checking ed25519 v3.0.0
46682026-07-04T16:09:09.600Z Checking russh-util v0.52.0
46692026-07-04T16:09:09.604Z Compiling enum_dispatch v0.3.13
46702026-07-04T16:09:09.629Z Checking ed25519-dalek v3.0.0-rc.0
46712026-07-04T16:09:09.723Z Compiling delegate v0.13.5
46722026-07-04T16:09:09.850Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46732026-07-04T16:09:09.865Z Checking hex-literal v1.1.0
46742026-07-04T16:09:09.967Z Checking md5 v0.8.0
46752026-07-04T16:09:10.003Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46762026-07-04T16:09:10.066Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46772026-07-04T16:09:10.128Z Checking elliptic-curve v0.14.0-rc.33
46782026-07-04T16:09:10.149Z Checking primefield v0.14.0
46792026-07-04T16:09:10.265Z Checking ssh-encoding v0.3.0-rc.9
46802026-07-04T16:09:10.282Z Checking crypto-primes v0.7.2
46812026-07-04T16:09:10.357Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46822026-07-04T16:09:10.489Z Checking ssh-cipher v0.3.0-rc.9
46832026-07-04T16:09:10.599Z Checking primeorder v0.14.0-rc.10
46842026-07-04T16:09:10.614Z Checking ecdsa v0.17.0-rc.18
46852026-07-04T16:09:10.696Z Checking russh-cryptovec v0.61.0
46862026-07-04T16:09:10.700Z Checking socket2 v0.5.10
46872026-07-04T16:09:10.865Z Checking internet-checksum v0.2.1
46882026-07-04T16:09:10.965Z Checking p521 v0.14.0-rc.10
46892026-07-04T16:09:10.965Z Checking p256 v0.14.0-rc.10
46902026-07-04T16:09:11.229Z Checking rsa v0.10.0-rc.18
46912026-07-04T16:09:13.401Z Checking p384 v0.14.0-rc.10
46922026-07-04T16:09:15.303Z Checking ssh-key v0.7.0-rc.10
46932026-07-04T16:09:16.060Z Checking russh v0.61.2
46942026-07-04T16:09:28.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.75s
46952026-07-04T16:09:28.880Z
46962026-07-04T16:09:28.880Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46972026-07-04T16:09:29.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-07-04T16:09:29.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-07-04T16:09:29.479Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47002026-07-04T16:09:29.587Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47012026-07-04T16:09:29.594Z Checking termios v0.3.3
47022026-07-04T16:09:30.820Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47032026-07-04T16:09:30.967Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47042026-07-04T16:09:32.629Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47052026-07-04T16:09:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
47062026-07-04T16:09:33.366Z
47072026-07-04T16:09:33.366Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47082026-07-04T16:09:33.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-07-04T16:09:33.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-07-04T16:09:34.035Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47112026-07-04T16:09:34.039Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47122026-07-04T16:09:34.160Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47132026-07-04T16:09:34.160Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47142026-07-04T16:09:34.173Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47152026-07-04T16:09:34.176Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47162026-07-04T16:09:34.906Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47172026-07-04T16:09:35.247Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47182026-07-04T16:09:35.247Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47192026-07-04T16:09:35.877Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47202026-07-04T16:09:37.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
47212026-07-04T16:09:37.701Z
47222026-07-04T16:09:37.701Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47232026-07-04T16:09:38.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-04T16:09:38.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-04T16:09:38.298Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47262026-07-04T16:09:38.738Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47272026-07-04T16:09:39.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47282026-07-04T16:09:39.215Z
47292026-07-04T16:09:39.215Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47302026-07-04T16:09:39.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-04T16:09:39.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-04T16:09:39.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-04T16:09:39.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47342026-07-04T16:09:39.754Z
47352026-07-04T16:09:39.754Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47362026-07-04T16:09:40.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-04T16:09:40.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-04T16:09:40.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-04T16:09:40.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47402026-07-04T16:09:40.289Z
47412026-07-04T16:09:40.289Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47422026-07-04T16:09:40.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-04T16:09:40.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-04T16:09:41.005Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47452026-07-04T16:09:41.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
47462026-07-04T16:09:41.775Z
47472026-07-04T16:09:41.775Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47482026-07-04T16:09:42.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-04T16:09:42.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-04T16:09:42.380Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47512026-07-04T16:09:42.384Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47522026-07-04T16:09:42.648Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47532026-07-04T16:09:42.648Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47542026-07-04T16:09:43.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47552026-07-04T16:09:43.613Z
47562026-07-04T16:09:43.613Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47572026-07-04T16:09:44.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-04T16:09:44.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-04T16:09:44.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47602026-07-04T16:09:44.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47612026-07-04T16:09:44.145Z
47622026-07-04T16:09:44.145Zinfo: running `cargo check --bins` on omicron-package (293/299)
47632026-07-04T16:09:44.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-04T16:09:44.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-04T16:09:44.783Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47662026-07-04T16:09:45.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47672026-07-04T16:09:46.016Z
47682026-07-04T16:09:46.016Zinfo: running `cargo check --bins` on tqdb (294/299)
47692026-07-04T16:09:46.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-04T16:09:46.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-04T16:09:46.747Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47722026-07-04T16:09:47.092Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47732026-07-04T16:09:47.600Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47742026-07-04T16:09:47.600Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47752026-07-04T16:09:53.707Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47762026-07-04T16:09:53.710Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47772026-07-04T16:09:54.273Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47782026-07-04T16:09:54.273Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47792026-07-04T16:09:54.277Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47802026-07-04T16:09:54.277Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47812026-07-04T16:09:55.035Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47822026-07-04T16:09:56.072Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47832026-07-04T16:09:56.865Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47842026-07-04T16:09:57.477Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47852026-07-04T16:10:02.366Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-07-04T16:10:09.020Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47872026-07-04T16:10:09.025Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47882026-07-04T16:10:09.025Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47892026-07-04T16:10:09.025Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47902026-07-04T16:10:10.488Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47912026-07-04T16:10:11.818Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47922026-07-04T16:10:12.480Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47932026-07-04T16:10:13.702Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47942026-07-04T16:10:14.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.21s
47952026-07-04T16:10:14.431Z
47962026-07-04T16:10:14.431Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47972026-07-04T16:10:14.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-04T16:10:14.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-04T16:10:15.103Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48002026-07-04T16:10:15.107Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48012026-07-04T16:10:15.107Z Checking rtoolbox v0.0.3
48022026-07-04T16:10:15.231Z Checking tui-tree-widget v0.23.1
48032026-07-04T16:10:15.325Z Checking rpassword v7.4.0
48042026-07-04T16:10:16.405Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48052026-07-04T16:10:19.488Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48062026-07-04T16:10:21.340Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48072026-07-04T16:10:22.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
48082026-07-04T16:10:22.407Z
48092026-07-04T16:10:22.407Zinfo: running `cargo check --bins` on wicket (296/299)
48102026-07-04T16:10:22.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-04T16:10:22.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-04T16:10:23.051Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48132026-07-04T16:10:23.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48142026-07-04T16:10:23.573Z
48152026-07-04T16:10:23.573Zinfo: running `cargo check --bins` on wicketd (297/299)
48162026-07-04T16:10:24.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-04T16:10:24.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-04T16:10:24.244Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48192026-07-04T16:10:24.247Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48202026-07-04T16:10:24.248Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48212026-07-04T16:10:24.248Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48222026-07-04T16:10:25.223Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48232026-07-04T16:10:25.784Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48242026-07-04T16:10:28.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
48252026-07-04T16:10:28.998Z
48262026-07-04T16:10:28.998Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48272026-07-04T16:10:29.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48282026-07-04T16:10:29.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48292026-07-04T16:10:29.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48302026-07-04T16:10:29.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48312026-07-04T16:10:29.535Z
48322026-07-04T16:10:29.535Zinfo: running `cargo check --bins` on zone-setup (299/299)
48332026-07-04T16:10:30.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-04T16:10:30.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-04T16:10:30.169Z Checking uzers v0.12.2
48362026-07-04T16:10:30.437Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48372026-07-04T16:10:31.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
48382026-07-04T16:10:31.369Z
48392026-07-04T16:10:31.369Zreal 13:55.290963607
48402026-07-04T16:10:31.369Zuser 21:08.682659417
48412026-07-04T16:10:31.369Zsys 4:13.324705199
48422026-07-04T16:10:31.369Ztrap 0.340068131
48432026-07-04T16:10:31.369Ztflt 0.667009646
48442026-07-04T16:10:31.369Zdflt 1.183379812
48452026-07-04T16:10:31.369Zkflt 0.004922103
48462026-07-04T16:10:31.369Zlock 1:17:15.176192562
48472026-07-04T16:10:31.369Zslp 1:41:04.027589630
48482026-07-04T16:10:31.372Zlat 54.836929766
48492026-07-04T16:10:31.372Zstop 3:32.335134101
48502026-07-04T16:10:31.372Zprocess exited: duration 959350 ms, exit code 0
 
48512026-07-04T16:10:31.379Zfound 0 output files