01KSQR0XRZKASGX83NNK2F4Z5G: 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: 01KSQR1B5ZRC0PMA9GTVJG0F4G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:53:28.471Zjob assigned to worker 01KSQR1EGTGW6ZZREKMVT3S4DP [factory aws, i-0ea6a546589e6929a] (queued for 44 s)
 
22026-05-28T16:53:35.317Zstarting task 0: "setup"
32026-05-28T16:53:35.320Z++ uname -s
42026-05-28T16:53:35.323Z+ kern=SunOS
52026-05-28T16:53:35.323Z+ build_user=build
62026-05-28T16:53:35.323Z+ build_uid=12345
72026-05-28T16:53:35.323Z+ work_dir=/work
82026-05-28T16:53:35.324Z+ input_dir=/input
92026-05-28T16:53:35.324Z+ [[ 0 == 12345 ]]
102026-05-28T16:53:35.324Z+ case "$kern" in
112026-05-28T16:53:35.324Z+ groupadd -g 12345 build
122026-05-28T16:53:35.326Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:53:37.330Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:53:37.447Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:53:37.450Z+ home_fs=zfs
162026-05-28T16:53:37.450Z+ [[ zfs == autofs ]]
172026-05-28T16:53:37.451Z+ mkdir -p /home/build
182026-05-28T16:53:37.451Z+ chown build:build /home/build /work
192026-05-28T16:53:39.452Z+ chmod 0700 /home/build /work
202026-05-28T16:53:39.456Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-28T16:53:39.464Zstarting task 1: "rust-toolchain"
222026-05-28T16:53:39.467Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T16:53:39.467Z * rust toolchain channel = "1.94.0"
242026-05-28T16:53:39.467Z * rust toolchain profile = "default"
252026-05-28T16:53:39.467Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T16:53:39.467Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:53:39.467Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:53:39.470Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:53:39.470Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T16:53:39.609Zinfo: downloading installer
312026-05-28T16:53:40.880Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:53:40.880Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:53:40.880Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:53:40.880Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:53:40.892Zinfo: profile set to default
362026-05-28T16:53:40.893Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:53:40.895Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T16:53:41.024Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T16:53:41.027Zinfo: downloading 6 components
402026-05-28T16:53:54.604Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T16:53:54.604Z
422026-05-28T16:53:54.634Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T16:53:54.635Z
442026-05-28T16:53:54.635Z
452026-05-28T16:53:54.635ZRust is installed now. Great!
462026-05-28T16:53:54.635Z
472026-05-28T16:53:54.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T16:53:54.638Zenvironment variable. This has not been done automatically.
492026-05-28T16:53:54.638Z
502026-05-28T16:53:54.638ZTo configure your current shell, you need to source
512026-05-28T16:53:54.638Zthe corresponding env file under $HOME/.cargo.
522026-05-28T16:53:54.638Z
532026-05-28T16:53:54.638ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T16:53:54.638Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T16:53:54.638Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T16:53:54.638Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T16:53:54.638Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T16:53:54.638Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T16:53:54.638Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T16:53:54.638Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T16:53:54.638Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T16:53:54.720Z+ rustup --version
632026-05-28T16:53:54.728Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T16:53:54.731Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T16:53:54.750Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T16:53:54.753Z+ cargo --version
672026-05-28T16:53:54.766Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T16:53:54.769Z+ rustc --version
692026-05-28T16:53:54.788Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T16:53:54.791Zprocess exited: duration 15326 ms, exit code 0
 
712026-05-28T16:53:54.796Zstarting task 2: "authentication"
722026-05-28T16:53:54.812Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T16:53:54.818Zstarting task 3: "clone repository"
742026-05-28T16:53:54.821Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T16:53:54.824Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T16:53:54.871ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T16:54:04.876Z+ cd /work/oxidecomputer/omicron
782026-05-28T16:54:04.876Z+ git fetch origin 7692d04989d730b2e701aa5a7a6a8477f79c7249
792026-05-28T16:54:05.166ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T16:54:05.166Z * branch 7692d04989d730b2e701aa5a7a6a8477f79c7249 -> FETCH_HEAD
812026-05-28T16:54:05.175Z+ [[ -n bundle-ereport-cleanup ]]
822026-05-28T16:54:05.178Z++ git branch --show-current
832026-05-28T16:54:05.178Z+ current=main
842026-05-28T16:54:05.178Z+ [[ main != bundle-ereport-cleanup ]]
852026-05-28T16:54:05.178Z+ git branch -f bundle-ereport-cleanup 7692d04989d730b2e701aa5a7a6a8477f79c7249
862026-05-28T16:54:05.180Z+ git checkout -f bundle-ereport-cleanup
872026-05-28T16:54:05.259ZSwitched to branch 'bundle-ereport-cleanup'
882026-05-28T16:54:05.262Z+ git reset --hard 7692d04989d730b2e701aa5a7a6a8477f79c7249
892026-05-28T16:54:05.337ZHEAD is now at 7692d0498 merge
902026-05-28T16:54:05.340Zprocess exited: duration 10519 ms, exit code 0
 
912026-05-28T16:54:05.345Zstarting task 4: "build"
922026-05-28T16:54:05.349Z+ source .github/buildomat/ci-env.sh
932026-05-28T16:54:05.352Z++ export CARGO_TERM_COLOR=always
942026-05-28T16:54:05.352Z++ CARGO_TERM_COLOR=always
952026-05-28T16:54:05.352Z+ cargo --version
962026-05-28T16:54:05.358Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T16:54:05.361Z+ rustc --version
982026-05-28T16:54:05.380Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T16:54:05.383Z+ source ./env.sh
1002026-05-28T16:54:05.383Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T16:54:05.383Z++ set -o xtrace
1022026-05-28T16:54:05.386Z++++ dirname ./env.sh
1032026-05-28T16:54:05.386Z+++ readlink -f .
1042026-05-28T16:54:05.389Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T16:54:05.389Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-28T16:54:05.389Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-28T16:54:05.389Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-28T16:54:05.389Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-28T16:54:05.389Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-28T16:54:05.389Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-28T16:54:05.389Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-28T16:54:05.389Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-28T16:54:05.389Z++ case $OLD_SHELL_OPTS in
1142026-05-28T16:54:05.389Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-28T16:54:05.389Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-28T16:54:05.389Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-28T16:54:05.389Z+ banner prerequisites
1182026-05-28T16:54:05.392Z
1192026-05-28T16:54:05.392Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T16:54:05.392Z # # # # # # # # # # # # # # #
1212026-05-28T16:54:05.392Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T16:54:05.392Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T16:54:05.392Z # # # # # # # # # # # # # # #
1242026-05-28T16:54:05.392Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T16:54:05.392Z
1262026-05-28T16:54:05.392Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T16:54:06.838Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T16:54:06.906Z Startup: Caching catalogs ... Done
1292026-05-28T16:54:07.168ZPlanning: Solver setup ... Done (0.227s)
1302026-05-28T16:54:07.186ZPlanning: Running solver ... Done (0.018s)
1312026-05-28T16:54:07.192ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-28T16:54:07.204ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T16:54:07.219ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T16:54:07.232ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T16:54:07.235ZPlanning: Merging actions ... Done (0.002s)
1362026-05-28T16:54:07.419ZPlanning: Checking for conflicting actions ... Done (0.185s)
1372026-05-28T16:54:07.422ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T16:54:08.133ZPlanning: Evaluating mediators ... Done (0.712s)
1392026-05-28T16:54:08.136ZPlanning: Planning completed in 1.21 seconds
1402026-05-28T16:54:08.141Z Packages to install: 2
1412026-05-28T16:54:08.144Z Estimated space available: 156.10 GB
1422026-05-28T16:54:08.144ZEstimated space to be consumed: 22.53 MB
1432026-05-28T16:54:08.144Z Create boot environment: No
1442026-05-28T16:54:08.144ZCreate backup boot environment: No
1452026-05-28T16:54:08.144Z Rebuild boot archive: No
1462026-05-28T16:54:08.144Z
1472026-05-28T16:54:08.144ZChanged packages:
1482026-05-28T16:54:08.144Zhelios
1492026-05-28T16:54:08.144Z developer/build-essential
1502026-05-28T16:54:08.144Z None -> 11-3.0
1512026-05-28T16:54:08.144Z library/libxmlsec1
1522026-05-28T16:54:08.144Z None -> 1.2.35-3.0
1532026-05-28T16:54:08.165Z
1542026-05-28T16:54:08.165ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T16:54:09.346ZDownload: Completed 1.28 MB in 1.18 seconds (1.1M/s)
1562026-05-28T16:54:09.428Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T16:54:09.467Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T16:54:09.500ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-28T16:54:09.500ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T16:54:09.519ZFinalize: Updating image state ... Done (0.019s)
1612026-05-28T16:54:11.866ZFinalize: Creating fast lookup database ... Done (2.324s)
1622026-05-28T16:54:11.932ZFinalize: Reading search index ... Done (0.012s)
1632026-05-28T16:54:11.935ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T16:54:12.039ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T16:54:12.340ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T16:54:12.445ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T16:54:12.447ZPlanning: Consolidating action changes ... Done
1682026-05-28T16:54:12.605ZPlanning: Evaluating mediators ... Done
1692026-05-28T16:54:12.608ZPlanning: Planning completed in 0.27 seconds
1702026-05-28T16:54:12.629Z Mediators to change: 2
1712026-05-28T16:54:12.629Z Create boot environment: No
1722026-05-28T16:54:12.629ZCreate backup boot environment: No
1732026-05-28T16:54:12.700ZFinalize: Updating package state database ... Done
1742026-05-28T16:54:12.700ZFinalize: Updating package cache ... Done
1752026-05-28T16:54:12.710ZFinalize: Updating image state ... Done
1762026-05-28T16:54:14.677ZFinalize: Creating fast lookup database ... Done
1772026-05-28T16:54:14.738ZFinalize: Reading search index ... Done
1782026-05-28T16:54:14.741ZFinalize: Updating search index ... Done
1792026-05-28T16:54:14.835ZFinalize: Updating package cache ... Done
1802026-05-28T16:54:15.118ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T16:54:15.224ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T16:54:15.227ZPlanning: Consolidating action changes ... Done
1832026-05-28T16:54:15.384ZPlanning: Evaluating mediators ... Done
1842026-05-28T16:54:15.388ZPlanning: Planning completed in 0.27 seconds
1852026-05-28T16:54:15.408Z Mediators to change: 1
1862026-05-28T16:54:15.408Z Create boot environment: No
1872026-05-28T16:54:15.411ZCreate backup boot environment: No
1882026-05-28T16:54:15.480ZFinalize: Updating package state database ... Done
1892026-05-28T16:54:15.480ZFinalize: Updating package cache ... Done
1902026-05-28T16:54:15.490ZFinalize: Updating image state ... Done
1912026-05-28T16:54:17.452ZFinalize: Creating fast lookup database ... Done
1922026-05-28T16:54:17.517ZFinalize: Reading search index ... Done
1932026-05-28T16:54:17.521ZFinalize: Updating search index ... Done
1942026-05-28T16:54:17.592ZFinalize: Updating package cache ... Done
1952026-05-28T16:54:17.902ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T16:54:17.902Zapache system 2.4 system
1972026-05-28T16:54:17.902Zclang system 15 system
1982026-05-28T16:54:17.902Zcsh system system illumos
1992026-05-28T16:54:17.903Zctags system system illumos
2002026-05-28T16:54:17.903Zfile vendor vendor darwinsys
2012026-05-28T16:54:17.903Zfile system system illumos
2022026-05-28T16:54:17.903Zgcc vendor 14 vendor
2032026-05-28T16:54:17.903Zgcc system 13 system
2042026-05-28T16:54:17.903Zgcc system 10 system
2052026-05-28T16:54:17.903Zgo system 1.25 system
2062026-05-28T16:54:17.903Zllvm system 15 system
2072026-05-28T16:54:17.903Zmariadb system 11.4 system
2082026-05-28T16:54:17.903Zmta vendor vendor dma
2092026-05-28T16:54:17.903Zopenjdk system 17 system
2102026-05-28T16:54:17.903Zopenjdk system 11 system
2112026-05-28T16:54:17.903Zopenssl vendor 3 vendor
2122026-05-28T16:54:17.903Zperl system 5.40 system
2132026-05-28T16:54:17.903Zpostgresql system 18 system
2142026-05-28T16:54:17.903Zpostgresql system 17 system
2152026-05-28T16:54:17.903Zpython vendor 3 vendor
2162026-05-28T16:54:17.903Zpython system 2 system
2172026-05-28T16:54:17.903Zpython3 vendor 3.13 vendor
2182026-05-28T16:54:17.903Zruby system 3.4 system
2192026-05-28T16:54:17.903Zruby system 3.0 system
2202026-05-28T16:54:17.903Zwords vendor vendor american-english
2212026-05-28T16:54:17.903Zwords system system australian-english
2222026-05-28T16:54:17.903Zwords system system british-english
2232026-05-28T16:54:17.903Zwords system system canadian-english
2242026-05-28T16:54:17.903Zwords system system french
2252026-05-28T16:54:17.903Zwords system system italian
2262026-05-28T16:54:17.903Zwords system system ngerman
2272026-05-28T16:54:17.903Zwords system system ogerman
2282026-05-28T16:54:17.903Zwords system system spanish
2292026-05-28T16:54:18.156ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T16:54:18.156Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T16:54:18.434ZFMRI IFO
2322026-05-28T16:54:18.434Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T16:54:18.434Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T16:54:18.434Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T16:54:18.434Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T16:54:18.434Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T16:54:18.434Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T16:54:18.434Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T16:54:18.434Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T16:54:18.434Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T16:54:18.685Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T16:54:19.024Z Updating crates.io index
2432026-05-28T16:54:19.059Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T16:54:19.808Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T16:54:20.292Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T16:54:21.025Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T16:54:21.925Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T16:54:22.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T16:54:24.035Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T16:54:24.996Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T16:54:25.315Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T16:54:26.239Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T16:54:26.879Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T16:54:27.268Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T16:54:27.652Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T16:54:28.579Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T16:54:29.119Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T16:54:29.637Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T16:54:29.912Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T16:54:30.327Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T16:54:30.967Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T16:54:31.231Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T16:54:31.487Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T16:54:31.779Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T16:54:32.263Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T16:54:32.863Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-28T16:54:33.150Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-28T16:54:33.569Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-28T16:54:33.931Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-28T16:54:34.242Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-28T16:54:35.210Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-28T16:54:35.927Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T16:54:36.448Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-28T16:54:37.104Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-28T16:54:37.552Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-28T16:54:37.894Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-28T16:54:38.272Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-28T16:54:38.907Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-28T16:54:39.157Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-28T16:54:39.422Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-28T16:54:39.766Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-28T16:54:40.211Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T16:54:52.393Z Downloading crates ...
2842026-05-28T16:54:52.435Z Downloaded anstream v0.6.21
2852026-05-28T16:54:52.444Z Downloaded equivalent v1.0.2
2862026-05-28T16:54:52.447Z Downloaded idna_adapter v1.2.1
2872026-05-28T16:54:52.454Z Downloaded log v0.4.29
2882026-05-28T16:54:52.457Z Downloaded crypto-common v0.1.7
2892026-05-28T16:54:52.457Z Downloaded proc-macro-error-attr v1.0.4
2902026-05-28T16:54:52.461Z Downloaded cpufeatures v0.2.17
2912026-05-28T16:54:52.465Z Downloaded yoke v0.8.1
2922026-05-28T16:54:52.468Z Downloaded yoke-derive v0.8.1
2932026-05-28T16:54:52.471Z Downloaded is_terminal_polyfill v1.70.2
2942026-05-28T16:54:52.471Z Downloaded thiserror-impl v2.0.18
2952026-05-28T16:54:52.471Z Downloaded toml_write v0.1.2
2962026-05-28T16:54:52.471Z Downloaded erased-serde v0.4.9
2972026-05-28T16:54:52.474Z Downloaded writeable v0.6.2
2982026-05-28T16:54:52.474Z Downloaded usdt-macro v0.5.0
2992026-05-28T16:54:52.474Z Downloaded utf8parse v0.2.2
3002026-05-28T16:54:52.477Z Downloaded thread-id v4.2.2
3012026-05-28T16:54:52.477Z Downloaded errno v0.3.14
3022026-05-28T16:54:52.478Z Downloaded icu_normalizer v2.1.1
3032026-05-28T16:54:52.480Z Downloaded icu_locale_core v2.1.1
3042026-05-28T16:54:52.483Z Downloaded usdt-attr-macro v0.5.0
3052026-05-28T16:54:52.483Z Downloaded unicode-xid v0.2.6
3062026-05-28T16:54:52.483Z Downloaded typeid v1.0.3
3072026-05-28T16:54:52.486Z Downloaded toml_datetime v0.6.11
3082026-05-28T16:54:52.486Z Downloaded colorchoice v1.0.4
3092026-05-28T16:54:52.486Z Downloaded fastrand v2.3.0
3102026-05-28T16:54:52.486Z Downloaded cfg-if v1.0.4
3112026-05-28T16:54:52.490Z Downloaded tinystr v0.8.2
3122026-05-28T16:54:52.490Z Downloaded thiserror v1.0.69
3132026-05-28T16:54:52.493Z Downloaded quote v1.0.45
3142026-05-28T16:54:52.493Z Downloaded version_check v0.9.5
3152026-05-28T16:54:52.496Z Downloaded utf8_iter v1.0.4
3162026-05-28T16:54:52.496Z Downloaded zerovec-derive v0.11.2
3172026-05-28T16:54:52.496Z Downloaded scroll_derive v0.12.1
3182026-05-28T16:54:52.496Z Downloaded zerofrom v0.1.6
3192026-05-28T16:54:52.499Z Downloaded unicode-linebreak v0.1.5
3202026-05-28T16:54:52.499Z Downloaded tabled_derive v0.7.0
3212026-05-28T16:54:52.499Z Downloaded strsim v0.11.1
3222026-05-28T16:54:52.499Z Downloaded anstyle-query v1.1.5
3232026-05-28T16:54:52.499Z Downloaded thiserror-impl v1.0.69
3242026-05-28T16:54:52.502Z Downloaded zerofrom-derive v0.1.6
3252026-05-28T16:54:52.502Z Downloaded usdt v0.5.0
3262026-05-28T16:54:52.502Z Downloaded block-buffer v0.10.4
3272026-05-28T16:54:52.503Z Downloaded scroll v0.12.0
3282026-05-28T16:54:52.503Z Downloaded thiserror v2.0.18
3292026-05-28T16:54:52.506Z Downloaded usdt-impl v0.5.0
3302026-05-28T16:54:52.508Z Downloaded clap_derive v4.5.55
3312026-05-28T16:54:52.508Z Downloaded camino-tempfile v1.4.1
3322026-05-28T16:54:52.511Z Downloaded ucd-trie v0.1.7
3332026-05-28T16:54:52.511Z Downloaded zerocopy-derive v0.7.35
3342026-05-28T16:54:52.514Z Downloaded itoa v1.0.17
3352026-05-28T16:54:52.514Z Downloaded clap_lex v1.0.0
3362026-05-28T16:54:52.518Z Downloaded stable_deref_trait v1.2.1
3372026-05-28T16:54:52.521Z Downloaded serde-value v0.7.0
3382026-05-28T16:54:52.524Z Downloaded url v2.5.8
3392026-05-28T16:54:52.524Z Downloaded unicode-ident v1.0.24
3402026-05-28T16:54:52.527Z Downloaded potential_utf v0.1.4
3412026-05-28T16:54:52.527Z Downloaded zerotrie v0.2.3
3422026-05-28T16:54:52.530Z Downloaded pest_generator v2.8.6
3432026-05-28T16:54:52.530Z Downloaded ordered-float v2.10.1
3442026-05-28T16:54:52.530Z Downloaded digest v0.10.7
3452026-05-28T16:54:52.533Z Downloaded heck v0.5.0
3462026-05-28T16:54:52.533Z Downloaded macaddr v1.0.1
3472026-05-28T16:54:52.534Z Downloaded dof v0.3.0
3482026-05-28T16:54:52.537Z Downloaded serde_spanned v0.6.9
3492026-05-28T16:54:52.541Z Downloaded percent-encoding v2.3.2
3502026-05-28T16:54:52.541Z Downloaded toml v0.8.23
3512026-05-28T16:54:52.544Z Downloaded swrite v0.1.0
3522026-05-28T16:54:52.544Z Downloaded typenum v1.19.0
3532026-05-28T16:54:52.547Z Downloaded toml_edit v0.22.27
3542026-05-28T16:54:52.550Z Downloaded zmij v1.0.21
3552026-05-28T16:54:52.550Z Downloaded textwrap v0.16.2
3562026-05-28T16:54:52.553Z Downloaded serde_core v1.0.228
3572026-05-28T16:54:52.553Z Downloaded semver v1.0.28
3582026-05-28T16:54:52.556Z Downloaded heck v0.4.1
3592026-05-28T16:54:52.559Z Downloaded terminal_size v0.4.3
3602026-05-28T16:54:52.561Z Downloaded cargo-platform v0.2.0
3612026-05-28T16:54:52.562Z Downloaded plain v0.2.3
3622026-05-28T16:54:52.564Z Downloaded pretty-hex v0.4.1
3632026-05-28T16:54:52.567Z Downloaded smawk v0.3.2
3642026-05-28T16:54:52.567Z Downloaded form_urlencoded v1.2.2
3652026-05-28T16:54:52.567Z Downloaded generic-array v0.14.7
3662026-05-28T16:54:52.570Z Downloaded dtrace-parser v0.2.0
3672026-05-28T16:54:52.573Z Downloaded zerovec v0.11.5
3682026-05-28T16:54:52.576Z Downloaded serde-untagged v0.1.9
3692026-05-28T16:54:52.576Z Downloaded anstyle-parse v0.2.7
3702026-05-28T16:54:52.576Z Downloaded anstyle v1.0.13
3712026-05-28T16:54:52.579Z Downloaded zerocopy v0.7.35
3722026-05-28T16:54:52.584Z Downloaded proc-macro-error v1.0.4
3732026-05-28T16:54:52.588Z Downloaded memmap v0.7.0
3742026-05-28T16:54:52.588Z Downloaded icu_properties v2.1.2
3752026-05-28T16:54:52.590Z Downloaded displaydoc v0.2.5
3762026-05-28T16:54:52.590Z Downloaded winnow v0.7.14
3772026-05-28T16:54:52.595Z Downloaded unicode-width v0.2.0
3782026-05-28T16:54:52.598Z Downloaded synstructure v0.13.2
3792026-05-28T16:54:52.602Z Downloaded litemap v0.8.1
3802026-05-28T16:54:52.602Z Downloaded byteorder v1.5.0
3812026-05-28T16:54:52.602Z Downloaded unicode-width v0.1.14
3822026-05-28T16:54:52.605Z Downloaded fs-err v3.3.0
3832026-05-28T16:54:52.605Z Downloaded cargo_metadata v0.21.0
3842026-05-28T16:54:52.605Z Downloaded serde_tokenstream v0.2.3
3852026-05-28T16:54:52.608Z Downloaded fnv v1.0.7
3862026-05-28T16:54:52.611Z Downloaded autocfg v1.5.0
3872026-05-28T16:54:52.615Z Downloaded cargo_toml v0.21.0
3882026-05-28T16:54:52.621Z Downloaded cargo-util-schemas v0.8.2
3892026-05-28T16:54:52.624Z Downloaded pest_derive v2.8.6
3902026-05-28T16:54:52.631Z Downloaded tempfile v3.25.0
3912026-05-28T16:54:52.634Z Downloaded camino v1.2.2
3922026-05-28T16:54:52.637Z Downloaded bytecount v0.6.9
3932026-05-28T16:54:52.640Z Downloaded serde_derive v1.0.228
3942026-05-28T16:54:52.643Z Downloaded smallvec v1.15.1
3952026-05-28T16:54:52.646Z Downloaded proc-macro2 v1.0.106
3962026-05-28T16:54:52.647Z Downloaded icu_provider v2.1.1
3972026-05-28T16:54:52.649Z Downloaded sha2 v0.10.9
3982026-05-28T16:54:52.649Z Downloaded bitflags v2.11.0
3992026-05-28T16:54:52.656Z Downloaded num-traits v0.2.19
4002026-05-28T16:54:52.659Z Downloaded once_cell v1.21.3
4012026-05-28T16:54:52.662Z Downloaded anyhow v1.0.102
4022026-05-28T16:54:52.668Z Downloaded papergrid v0.11.0
4032026-05-28T16:54:52.671Z Downloaded clap v4.5.60
4042026-05-28T16:54:52.676Z Downloaded pest_meta v2.8.6
4052026-05-28T16:54:52.679Z Downloaded icu_normalizer_data v2.1.1
4062026-05-28T16:54:52.682Z Downloaded getrandom v0.4.1
4072026-05-28T16:54:52.685Z Downloaded memchr v2.8.0
4082026-05-28T16:54:52.689Z Downloaded idna v1.1.0
4092026-05-28T16:54:52.691Z Downloaded serde v1.0.228
4102026-05-28T16:54:52.694Z Downloaded icu_properties_data v2.1.2
4112026-05-28T16:54:52.700Z Downloaded icu_collections v2.1.1
4122026-05-28T16:54:52.703Z Downloaded goblin v0.8.2
4132026-05-28T16:54:52.705Z Downloaded pest v2.8.6
4142026-05-28T16:54:52.708Z Downloaded indexmap v2.14.0
4152026-05-28T16:54:52.718Z Downloaded hashbrown v0.17.0
4162026-05-28T16:54:52.727Z Downloaded serde_json v1.0.149
4172026-05-28T16:54:52.739Z Downloaded clap_builder v4.5.60
4182026-05-28T16:54:52.758Z Downloaded tabled v0.15.0
4192026-05-28T16:54:52.766Z Downloaded syn v1.0.109
4202026-05-28T16:54:52.771Z Downloaded syn v2.0.117
4212026-05-28T16:54:52.784Z Downloaded rustix v1.1.3
4222026-05-28T16:54:52.811Z Downloaded libc v0.2.185
4232026-05-28T16:54:52.881Z Compiling proc-macro2 v1.0.106
4242026-05-28T16:54:52.881Z Compiling unicode-ident v1.0.24
4252026-05-28T16:54:52.884Z Compiling quote v1.0.45
4262026-05-28T16:54:52.884Z Compiling serde_core v1.0.228
4272026-05-28T16:54:52.884Z Compiling libc v0.2.185
4282026-05-28T16:54:52.884Z Compiling version_check v0.9.5
4292026-05-28T16:54:52.884Z Compiling serde v1.0.228
4302026-05-28T16:54:52.884Z Compiling memchr v2.8.0
4312026-05-28T16:54:53.223Z Compiling stable_deref_trait v1.2.1
4322026-05-28T16:54:53.300Z Compiling zmij v1.0.21
4332026-05-28T16:54:53.496Z Compiling ucd-trie v0.1.7
4342026-05-28T16:54:53.512Z Compiling autocfg v1.5.0
4352026-05-28T16:54:53.571Z Compiling thiserror v1.0.69
4362026-05-28T16:54:53.778Z Compiling itoa v1.0.17
4372026-05-28T16:54:53.923Z Compiling pest v2.8.6
4382026-05-28T16:54:53.940Z Compiling writeable v0.6.2
4392026-05-28T16:54:53.958Z Compiling litemap v0.8.1
4402026-05-28T16:54:53.980Z Compiling icu_properties_data v2.1.2
4412026-05-28T16:54:54.040Z Compiling rustix v1.1.3
4422026-05-28T16:54:54.135Z Compiling byteorder v1.5.0
4432026-05-28T16:54:54.360Z Compiling syn v2.0.117
4442026-05-28T16:54:54.382Z Compiling icu_normalizer_data v2.1.1
4452026-05-28T16:54:54.481Z Compiling errno v0.3.14
4462026-05-28T16:54:54.497Z Compiling serde_json v1.0.149
4472026-05-28T16:54:54.579Z Compiling bitflags v2.11.0
4482026-05-28T16:54:54.710Z Compiling num-traits v0.2.19
4492026-05-28T16:54:54.792Z Compiling equivalent v1.0.2
4502026-05-28T16:54:54.882Z Compiling hashbrown v0.17.0
4512026-05-28T16:54:54.900Z Compiling smallvec v1.15.1
4522026-05-28T16:54:54.997Z Compiling pest_meta v2.8.6
4532026-05-28T16:54:55.116Z Compiling typeid v1.0.3
4542026-05-28T16:54:55.339Z Compiling thread-id v4.2.2
4552026-05-28T16:54:55.362Z Compiling indexmap v2.14.0
4562026-05-28T16:54:55.425Z Compiling proc-macro-error-attr v1.0.4
4572026-05-28T16:54:55.441Z Compiling usdt-impl v0.5.0
4582026-05-28T16:54:55.444Z Compiling winnow v0.7.14
4592026-05-28T16:54:55.609Z Compiling toml_write v0.1.2
4602026-05-28T16:54:55.653Z Compiling erased-serde v0.4.9
4612026-05-28T16:54:55.832Z Compiling syn v1.0.109
4622026-05-28T16:54:56.098Z Compiling proc-macro-error v1.0.4
4632026-05-28T16:54:56.190Z Compiling camino v1.2.2
4642026-05-28T16:54:56.284Z Compiling thiserror v2.0.18
4652026-05-28T16:54:56.516Z Compiling log v0.4.29
4662026-05-28T16:54:56.602Z Compiling percent-encoding v2.3.2
4672026-05-28T16:54:56.619Z Compiling utf8_iter v1.0.4
4682026-05-28T16:54:56.622Z Compiling utf8parse v0.2.2
4692026-05-28T16:54:56.706Z Compiling plain v0.2.3
4702026-05-28T16:54:56.752Z Compiling getrandom v0.4.1
4712026-05-28T16:54:56.768Z Compiling form_urlencoded v1.2.2
4722026-05-28T16:54:56.795Z Compiling anstyle-parse v0.2.7
4732026-05-28T16:54:56.839Z Compiling ordered-float v2.10.1
4742026-05-28T16:54:56.926Z Compiling synstructure v0.13.2
4752026-05-28T16:54:56.945Z Compiling pest_generator v2.8.6
4762026-05-28T16:54:57.123Z Compiling terminal_size v0.4.3
4772026-05-28T16:54:57.263Z Compiling anstyle v1.0.13
4782026-05-28T16:54:57.347Z Compiling cfg-if v1.0.4
4792026-05-28T16:54:57.426Z Compiling pretty-hex v0.4.1
4802026-05-28T16:54:57.493Z Compiling anstyle-query v1.1.5
4812026-05-28T16:54:57.496Z Compiling is_terminal_polyfill v1.70.2
4822026-05-28T16:54:57.496Z Compiling colorchoice v1.0.4
4832026-05-28T16:54:57.542Z Compiling serde-untagged v0.1.9
4842026-05-28T16:54:57.653Z Compiling anstream v0.6.21
4852026-05-28T16:54:57.704Z Compiling semver v1.0.28
4862026-05-28T16:54:57.809Z Compiling fs-err v3.3.0
4872026-05-28T16:54:57.863Z Compiling fastrand v2.3.0
4882026-05-28T16:54:57.973Z Compiling heck v0.4.1
4892026-05-28T16:54:58.006Z Compiling clap_lex v1.0.0
4902026-05-28T16:54:58.044Z Compiling unicode-xid v0.2.6
4912026-05-28T16:54:58.066Z Compiling strsim v0.11.1
4922026-05-28T16:54:58.138Z Compiling heck v0.5.0
4932026-05-28T16:54:58.209Z Compiling anyhow v1.0.102
4942026-05-28T16:54:58.251Z Compiling once_cell v1.21.3
4952026-05-28T16:54:58.382Z Compiling fnv v1.0.7
4962026-05-28T16:54:58.423Z Compiling bytecount v0.6.9
4972026-05-28T16:54:58.468Z Compiling unicode-width v0.1.14
4982026-05-28T16:54:58.485Z Compiling tempfile v3.25.0
4992026-05-28T16:54:58.487Z Compiling clap_builder v4.5.60
5002026-05-28T16:54:58.662Z Compiling memmap v0.7.0
5012026-05-28T16:54:58.666Z Compiling serde_derive v1.0.228
5022026-05-28T16:54:58.744Z Compiling zerofrom-derive v0.1.6
5032026-05-28T16:54:58.747Z Compiling yoke-derive v0.8.1
5042026-05-28T16:54:58.848Z Compiling zerovec-derive v0.11.2
5052026-05-28T16:54:58.866Z Compiling displaydoc v0.2.5
5062026-05-28T16:54:59.110Z Compiling thiserror-impl v1.0.69
5072026-05-28T16:54:59.617Z Compiling zerocopy-derive v0.7.35
5082026-05-28T16:54:59.918Z Compiling pest_derive v2.8.6
5092026-05-28T16:54:59.958Z Compiling scroll_derive v0.12.1
5102026-05-28T16:55:00.128Z Compiling zerofrom v0.1.6
5112026-05-28T16:55:00.261Z Compiling yoke v0.8.1
5122026-05-28T16:55:00.340Z Compiling thiserror-impl v2.0.18
5132026-05-28T16:55:00.452Z Compiling zerovec v0.11.5
5142026-05-28T16:55:00.475Z Compiling zerotrie v0.2.3
5152026-05-28T16:55:00.479Z Compiling zerocopy v0.7.35
5162026-05-28T16:55:00.614Z Compiling dtrace-parser v0.2.0
5172026-05-28T16:55:00.779Z Compiling scroll v0.12.0
5182026-05-28T16:55:00.951Z Compiling tinystr v0.8.2
5192026-05-28T16:55:01.046Z Compiling potential_utf v0.1.4
5202026-05-28T16:55:01.064Z Compiling goblin v0.8.2
5212026-05-28T16:55:01.166Z Compiling icu_locale_core v2.1.1
5222026-05-28T16:55:01.218Z Compiling icu_collections v2.1.1
5232026-05-28T16:55:01.363Z Compiling tabled_derive v0.7.0
5242026-05-28T16:55:01.504Z Compiling papergrid v0.11.0
5252026-05-28T16:55:01.701Z Compiling clap_derive v4.5.55
5262026-05-28T16:55:01.831Z Compiling icu_provider v2.1.1
5272026-05-28T16:55:02.046Z Compiling toml_datetime v0.6.11
5282026-05-28T16:55:02.087Z Compiling icu_properties v2.1.2
5292026-05-28T16:55:02.132Z Compiling icu_normalizer v2.1.1
5302026-05-28T16:55:02.169Z Compiling serde_spanned v0.6.9
5312026-05-28T16:55:02.275Z Compiling dof v0.3.0
5322026-05-28T16:55:02.315Z Compiling toml_edit v0.22.27
5332026-05-28T16:55:02.332Z Compiling serde_tokenstream v0.2.3
5342026-05-28T16:55:02.712Z Compiling serde-value v0.7.0
5352026-05-28T16:55:02.729Z Compiling cargo-platform v0.2.0
5362026-05-28T16:55:02.970Z Compiling idna_adapter v1.2.1
5372026-05-28T16:55:03.008Z Compiling unicode-linebreak v0.1.5
5382026-05-28T16:55:03.089Z Compiling idna v1.1.0
5392026-05-28T16:55:03.122Z Compiling unicode-width v0.2.0
5402026-05-28T16:55:03.202Z Compiling smawk v0.3.2
5412026-05-28T16:55:03.264Z Compiling tabled v0.15.0
5422026-05-28T16:55:03.326Z Compiling usdt-attr-macro v0.5.0
5432026-05-28T16:55:03.403Z Compiling url v2.5.8
5442026-05-28T16:55:03.516Z Compiling usdt-macro v0.5.0
5452026-05-28T16:55:03.999Z Compiling toml v0.8.23
5462026-05-28T16:55:04.070Z Compiling clap v4.5.60
5472026-05-28T16:55:04.141Z Compiling usdt v0.5.0
5482026-05-28T16:55:04.159Z Compiling textwrap v0.16.2
5492026-05-28T16:55:04.181Z Compiling macaddr v1.0.1
5502026-05-28T16:55:04.400Z Compiling cargo-util-schemas v0.8.2
5512026-05-28T16:55:04.418Z Compiling cargo_toml v0.21.0
5522026-05-28T16:55:04.598Z Compiling camino-tempfile v1.4.1
5532026-05-28T16:55:04.634Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-05-28T16:55:04.700Z Compiling swrite v0.1.0
5552026-05-28T16:55:05.291Z Compiling cargo_metadata v0.21.0
5562026-05-28T16:55:06.212Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-28T16:55:08.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.77s
5582026-05-28T16:55:08.527Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-28T16:55:09.094Z Downloading crates ...
5602026-05-28T16:55:09.194Z Downloaded array-init v0.0.4
5612026-05-28T16:55:09.197Z Downloaded arrayref v0.3.9
5622026-05-28T16:55:09.207Z Downloaded ascii-canvas v3.0.0
5632026-05-28T16:55:09.210Z Downloaded argon2 v0.5.3
5642026-05-28T16:55:09.212Z Downloaded arrayvec v0.7.6
5652026-05-28T16:55:09.216Z Downloaded arc-swap v1.8.2
5662026-05-28T16:55:09.223Z Downloaded darling_macro v0.20.11
5672026-05-28T16:55:09.226Z Downloaded dropshot-api-manager-types v0.7.2
5682026-05-28T16:55:09.226Z Downloaded dof v0.4.0
5692026-05-28T16:55:09.226Z Downloaded crunchy v0.2.4
5702026-05-28T16:55:09.229Z Downloaded dirs-sys-next v0.1.2
5712026-05-28T16:55:09.232Z Downloaded diesel_table_macro_syntax v0.3.0
5722026-05-28T16:55:09.232Z Downloaded embedded-io v0.4.0
5732026-05-28T16:55:09.235Z Downloaded flagset v0.4.7
5742026-05-28T16:55:09.235Z Downloaded ciborium-ll v0.2.2
5752026-05-28T16:55:09.235Z Downloaded darling_macro v0.13.4
5762026-05-28T16:55:09.235Z Downloaded async-recursion v1.1.1
5772026-05-28T16:55:09.238Z Downloaded float-cmp v0.10.0
5782026-05-28T16:55:09.238Z Downloaded dtrace-parser v0.3.0
5792026-05-28T16:55:09.241Z Downloaded defmt v0.3.100
5802026-05-28T16:55:09.241Z Downloaded darling_macro v0.21.3
5812026-05-28T16:55:09.241Z Downloaded aead v0.5.2
5822026-05-28T16:55:09.241Z Downloaded cstr-argument v0.1.2
5832026-05-28T16:55:09.243Z Downloaded crucible-workspace-hack v0.1.0
5842026-05-28T16:55:09.243Z Downloaded compression-core v0.4.31
5852026-05-28T16:55:09.243Z Downloaded crc-catalog v2.4.0
5862026-05-28T16:55:09.243Z Downloaded defmt-parser v1.0.0
5872026-05-28T16:55:09.246Z Downloaded crc8 v0.1.1
5882026-05-28T16:55:09.246Z Downloaded darling_macro v0.23.0
5892026-05-28T16:55:09.250Z Downloaded atomic-waker v1.1.2
5902026-05-28T16:55:09.252Z Downloaded endian-type v0.1.2
5912026-05-28T16:55:09.252Z Downloaded curve25519-dalek-derive v0.1.1
5922026-05-28T16:55:09.253Z Downloaded castaway v0.2.4
5932026-05-28T16:55:09.255Z Downloaded atty v0.2.14
5942026-05-28T16:55:09.256Z Downloaded atomicwrites v0.4.4
5952026-05-28T16:55:09.256Z Downloaded cpufeatures v0.3.0
5962026-05-28T16:55:09.258Z Downloaded cobs v0.3.0
5972026-05-28T16:55:09.258Z Downloaded fd-lock v4.0.4
5982026-05-28T16:55:09.261Z Downloaded daft-derive v0.1.7
5992026-05-28T16:55:09.264Z Downloaded cfg_aliases v0.2.1
6002026-05-28T16:55:09.264Z Downloaded either v1.15.0
6012026-05-28T16:55:09.264Z Downloaded assert_matches v1.5.0
6022026-05-28T16:55:09.266Z Downloaded foldhash v0.1.5
6032026-05-28T16:55:09.266Z Downloaded find-msvc-tools v0.1.9
6042026-05-28T16:55:09.267Z Downloaded daft v0.1.7
6052026-05-28T16:55:09.269Z Downloaded async-stream v0.3.6
6062026-05-28T16:55:09.269Z Downloaded fallible-iterator v0.2.0
6072026-05-28T16:55:09.272Z Downloaded derive_builder_core v0.20.2
6082026-05-28T16:55:09.272Z Downloaded darling v0.21.3
6092026-05-28T16:55:09.274Z Downloaded crossbeam-epoch v0.9.18
6102026-05-28T16:55:09.277Z Downloaded crc v3.4.0
6112026-05-28T16:55:09.277Z Downloaded csv-core v0.1.13
6122026-05-28T16:55:09.280Z Downloaded env_logger v0.11.9
6132026-05-28T16:55:09.280Z Downloaded ecdsa v0.16.9
6142026-05-28T16:55:09.282Z Downloaded bit-set v0.8.0
6152026-05-28T16:55:09.283Z Downloaded filetime v0.2.27
6162026-05-28T16:55:09.283Z Downloaded critical-section v1.2.0
6172026-05-28T16:55:09.285Z Downloaded darling v0.23.0
6182026-05-28T16:55:09.288Z Downloaded ff v0.13.1
6192026-05-28T16:55:09.291Z Downloaded bb8 v0.8.6
6202026-05-28T16:55:09.291Z Downloaded ciborium-io v0.2.2
6212026-05-28T16:55:09.291Z Downloaded bitfield-macros v0.19.4
6222026-05-28T16:55:09.291Z Downloaded display-error-chain v0.2.2
6232026-05-28T16:55:09.294Z Downloaded debug-ignore v1.0.5
6242026-05-28T16:55:09.294Z Downloaded base16ct v0.2.0
6252026-05-28T16:55:09.294Z Downloaded convert_case v0.4.0
6262026-05-28T16:55:09.297Z Downloaded bitfield-struct v0.6.2
6272026-05-28T16:55:09.300Z Downloaded difflib v0.4.0
6282026-05-28T16:55:09.300Z Downloaded adler2 v2.0.1
6292026-05-28T16:55:09.303Z Downloaded darling_core v0.13.4
6302026-05-28T16:55:09.303Z Downloaded block-padding v0.3.3
6312026-05-28T16:55:09.305Z Downloaded bcrypt-pbkdf v0.10.0
6322026-05-28T16:55:09.305Z Downloaded futures-sink v0.3.32
6332026-05-28T16:55:09.305Z Downloaded cargo-platform v0.3.2
6342026-05-28T16:55:09.308Z Downloaded futures-task v0.3.32
6352026-05-28T16:55:09.308Z Downloaded dyn-clone v1.0.20
6362026-05-28T16:55:09.308Z Downloaded derive_builder_macro v0.20.2
6372026-05-28T16:55:09.311Z Downloaded foreign-types v0.3.2
6382026-05-28T16:55:09.311Z Downloaded cfg_aliases v0.1.1
6392026-05-28T16:55:09.315Z Downloaded dirs-next v2.0.0
6402026-05-28T16:55:09.315Z Downloaded async-stream-impl v0.3.6
6412026-05-28T16:55:09.317Z Downloaded dunce v1.0.5
6422026-05-28T16:55:09.317Z Downloaded downcast-rs v2.0.2
6432026-05-28T16:55:09.320Z Downloaded enum-as-inner v0.6.1
6442026-05-28T16:55:09.320Z Downloaded darling v0.13.4
6452026-05-28T16:55:09.323Z Downloaded foreign-types-shared v0.3.1
6462026-05-28T16:55:09.323Z Downloaded crossbeam-deque v0.8.6
6472026-05-28T16:55:09.325Z Downloaded foreign-types-shared v0.1.1
6482026-05-28T16:55:09.325Z Downloaded foreign-types-macros v0.2.3
6492026-05-28T16:55:09.325Z Downloaded foreign-types v0.5.0
6502026-05-28T16:55:09.328Z Downloaded derive-ex v0.1.8
6512026-05-28T16:55:09.328Z Downloaded crc32fast v1.5.0
6522026-05-28T16:55:09.328Z Downloaded env_filter v1.0.0
6532026-05-28T16:55:09.331Z Downloaded float-ord v0.3.2
6542026-05-28T16:55:09.331Z Downloaded compression-codecs v0.4.37
6552026-05-28T16:55:09.334Z Downloaded bcs v0.1.6
6562026-05-28T16:55:09.334Z Downloaded async-trait v0.1.89
6572026-05-28T16:55:09.336Z Downloaded git-stub v1.0.0
6582026-05-28T16:55:09.337Z Downloaded futures-io v0.3.32
6592026-05-28T16:55:09.337Z Downloaded futures-core v0.3.32
6602026-05-28T16:55:09.339Z Downloaded cargo_metadata v0.23.1
6612026-05-28T16:55:09.339Z Downloaded byte-wrapper v0.1.0
6622026-05-28T16:55:09.342Z Downloaded cbc v0.1.2
6632026-05-28T16:55:09.342Z Downloaded ghash v0.5.1
6642026-05-28T16:55:09.345Z Downloaded fxhash v0.2.1
6652026-05-28T16:55:09.345Z Downloaded der_derive v0.7.3
6662026-05-28T16:55:09.345Z Downloaded darling v0.20.11
6672026-05-28T16:55:09.348Z Downloaded ctr v0.9.2
6682026-05-28T16:55:09.348Z Downloaded gethostname v0.5.0
6692026-05-28T16:55:09.351Z Downloaded funty v2.0.0
6702026-05-28T16:55:09.351Z Downloaded base64 v0.21.7
6712026-05-28T16:55:09.353Z Downloaded base64ct v1.8.3
6722026-05-28T16:55:09.353Z Downloaded hash32 v0.2.1
6732026-05-28T16:55:09.356Z Downloaded data-encoding v2.10.0
6742026-05-28T16:55:09.356Z Downloaded darling_core v0.23.0
6752026-05-28T16:55:09.359Z Downloaded headers-core v0.3.0
6762026-05-28T16:55:09.359Z Downloaded globwalk v0.9.1
6772026-05-28T16:55:09.361Z Downloaded bit-vec v0.6.3
6782026-05-28T16:55:09.361Z Downloaded hex v0.4.3
6792026-05-28T16:55:09.364Z Downloaded constant_time_eq v0.4.2
6802026-05-28T16:55:09.364Z Downloaded cassowary v0.3.0
6812026-05-28T16:55:09.364Z Downloaded bitflags v1.3.2
6822026-05-28T16:55:09.367Z Downloaded hash32 v0.3.1
6832026-05-28T16:55:09.367Z Downloaded document-features v0.2.12
6842026-05-28T16:55:09.369Z Downloaded defmt-macros v1.0.1
6852026-05-28T16:55:09.370Z Downloaded convert_case v0.10.0
6862026-05-28T16:55:09.372Z Downloaded hex-literal v0.4.1
6872026-05-28T16:55:09.372Z Downloaded chacha20 v0.9.1
6882026-05-28T16:55:09.375Z Downloaded bit-vec v0.8.0
6892026-05-28T16:55:09.375Z Downloaded embedded-io v0.6.1
6902026-05-28T16:55:09.375Z Downloaded dsl_auto_type v0.2.0
6912026-05-28T16:55:09.378Z Downloaded bit-set v0.5.3
6922026-05-28T16:55:09.380Z Downloaded foldhash v0.2.0
6932026-05-28T16:55:09.380Z Downloaded hubpack_derive v0.1.1
6942026-05-28T16:55:09.383Z Downloaded hubpack v0.1.2
6952026-05-28T16:55:09.383Z Downloaded ena v0.14.4
6962026-05-28T16:55:09.383Z Downloaded hostname v0.3.1
6972026-05-28T16:55:09.386Z Downloaded backoff v0.4.0
6982026-05-28T16:55:09.386Z Downloaded erased-serde v0.3.31
6992026-05-28T16:55:09.389Z Downloaded defmt v1.0.1
7002026-05-28T16:55:09.391Z Downloaded fixedbitset v0.4.2
7012026-05-28T16:55:09.391Z Downloaded corncobs v0.1.4
7022026-05-28T16:55:09.394Z Downloaded const_format_proc_macros v0.2.34
7032026-05-28T16:55:09.394Z Downloaded futures-executor v0.3.32
7042026-05-28T16:55:09.397Z Downloaded http-body v1.0.1
7052026-05-28T16:55:09.397Z Downloaded hyper-tls v0.6.0
7062026-05-28T16:55:09.397Z Downloaded buf-list v1.1.2
7072026-05-28T16:55:09.400Z Downloaded illumos-nvpair v0.3.0
7082026-05-28T16:55:09.400Z Downloaded bitfield v0.19.4
7092026-05-28T16:55:09.400Z Downloaded futures-macro v0.3.32
7102026-05-28T16:55:09.403Z Downloaded darling_core v0.21.3
7112026-05-28T16:55:09.405Z Downloaded cancel-safe-futures v0.1.5
7122026-05-28T16:55:09.405Z Downloaded httpdate v1.0.3
7132026-05-28T16:55:09.408Z Downloaded camino-tempfile-ext v0.3.3
7142026-05-28T16:55:09.408Z Downloaded indoc v1.0.9
7152026-05-28T16:55:09.411Z Downloaded illumos-nvpair-sys v0.2.0
7162026-05-28T16:55:09.411Z Downloaded ident_case v1.0.1
7172026-05-28T16:55:09.412Z Downloaded http-range v0.1.5
7182026-05-28T16:55:09.414Z Downloaded git-stub-vcs v0.1.0
7192026-05-28T16:55:09.414Z Downloaded cc v1.2.56
7202026-05-28T16:55:09.414Z Downloaded diff v0.1.13
7212026-05-28T16:55:09.417Z Downloaded crossbeam-channel v0.5.15
7222026-05-28T16:55:09.420Z Downloaded group v0.13.0
7232026-05-28T16:55:09.420Z Downloaded globset v0.4.18
7242026-05-28T16:55:09.423Z Downloaded is-terminal v0.4.17
7252026-05-28T16:55:09.423Z Downloaded glob v0.3.3
7262026-05-28T16:55:09.423Z Downloaded derive_builder v0.20.2
7272026-05-28T16:55:09.425Z Downloaded indent_write v2.2.0
7282026-05-28T16:55:09.428Z Downloaded instant v0.1.13
7292026-05-28T16:55:09.428Z Downloaded instability v0.3.11
7302026-05-28T16:55:09.430Z Downloaded lalrpop-util v0.19.12
7312026-05-28T16:55:09.430Z Downloaded is_ci v1.2.0
7322026-05-28T16:55:09.430Z Downloaded inout v0.1.4
7332026-05-28T16:55:09.430Z Downloaded futures-channel v0.3.32
7342026-05-28T16:55:09.433Z Downloaded cookie_store v0.22.1
7352026-05-28T16:55:09.433Z Downloaded hostname v0.4.2
7362026-05-28T16:55:09.436Z Downloaded cmake v0.1.57
7372026-05-28T16:55:09.436Z Downloaded clang-sys v1.8.1
7382026-05-28T16:55:09.439Z Downloaded highway v1.3.0
7392026-05-28T16:55:09.439Z Downloaded chacha20 v0.10.0
7402026-05-28T16:55:09.441Z Downloaded keccak v0.1.6
7412026-05-28T16:55:09.441Z Downloaded blake2 v0.10.6
7422026-05-28T16:55:09.444Z Downloaded console v0.16.2
7432026-05-28T16:55:09.444Z Downloaded bzip2 v0.4.4
7442026-05-28T16:55:09.447Z Downloaded blowfish v0.9.1
7452026-05-28T16:55:09.447Z Downloaded colored v2.2.0
7462026-05-28T16:55:09.449Z Downloaded darling_core v0.20.11
7472026-05-28T16:55:09.452Z Downloaded bzip2 v0.6.1
7482026-05-28T16:55:09.452Z Downloaded cookie v0.18.1
7492026-05-28T16:55:09.455Z Downloaded linked-hash-map v0.5.6
7502026-05-28T16:55:09.455Z Downloaded libscf-sys v1.1.0
7512026-05-28T16:55:09.455Z Downloaded home v0.5.12
7522026-05-28T16:55:09.458Z Downloaded diesel-dtrace v0.5.0
7532026-05-28T16:55:09.458Z Downloaded cexpr v0.6.0
7542026-05-28T16:55:09.458Z Downloaded fs-err v2.11.0
7552026-05-28T16:55:09.460Z Downloaded const-oid v0.9.6
7562026-05-28T16:55:09.460Z Downloaded lazy_static v1.5.0
7572026-05-28T16:55:09.463Z Downloaded crossbeam-utils v0.8.21
7582026-05-28T16:55:09.463Z Downloaded kstat-rs v0.2.4
7592026-05-28T16:55:09.465Z Downloaded dropshot_endpoint v0.17.0
7602026-05-28T16:55:09.468Z Downloaded maybe-uninit v2.0.0
7612026-05-28T16:55:09.468Z Downloaded backon v1.6.0
7622026-05-28T16:55:09.471Z Downloaded derive_more v0.99.20
7632026-05-28T16:55:09.473Z Downloaded derive-where v1.6.0
7642026-05-28T16:55:09.476Z Downloaded lru v0.12.5
7652026-05-28T16:55:09.476Z Downloaded lru-cache v0.1.2
7662026-05-28T16:55:09.476Z Downloaded match_cfg v0.1.0
7672026-05-28T16:55:09.476Z Downloaded lru-slab v0.1.2
7682026-05-28T16:55:09.479Z Downloaded lzss v0.8.2
7692026-05-28T16:55:09.479Z Downloaded md-5 v0.10.6
7702026-05-28T16:55:09.479Z Downloaded newline-converter v0.3.0
7712026-05-28T16:55:09.482Z Downloaded elliptic-curve v0.13.8
7722026-05-28T16:55:09.484Z Downloaded memoffset v0.9.1
7732026-05-28T16:55:09.484Z Downloaded half v1.8.3
7742026-05-28T16:55:09.487Z Downloaded md5 v0.7.0
7752026-05-28T16:55:09.487Z Downloaded getrandom v0.2.17
7762026-05-28T16:55:09.487Z Downloaded maplit v1.0.2
7772026-05-28T16:55:09.490Z Downloaded managed v0.8.0
7782026-05-28T16:55:09.490Z Downloaded new_debug_unreachable v1.0.6
7792026-05-28T16:55:09.490Z Downloaded async-bb8-diesel v0.2.1
7802026-05-28T16:55:09.493Z Downloaded hyper-staticfile v0.10.1
7812026-05-28T16:55:09.493Z Downloaded internet-checksum v0.2.1
7822026-05-28T16:55:09.495Z Downloaded ingot-types v0.1.2
7832026-05-28T16:55:09.495Z Downloaded hmac v0.12.1
7842026-05-28T16:55:09.495Z Downloaded ipnetwork v0.21.1
7852026-05-28T16:55:09.498Z Downloaded nibble_vec v0.1.0
7862026-05-28T16:55:09.498Z Downloaded libloading v0.8.9
7872026-05-28T16:55:09.501Z Downloaded newtype_derive v0.1.6
7882026-05-28T16:55:09.501Z Downloaded ingot v0.1.1
7892026-05-28T16:55:09.501Z Downloaded indoc v2.0.7
7902026-05-28T16:55:09.504Z Downloaded http-body-util v0.1.3
7912026-05-28T16:55:09.504Z Downloaded normalize-line-endings v0.3.0
7922026-05-28T16:55:09.506Z Downloaded mime v0.3.17
7932026-05-28T16:55:09.506Z Downloaded fs_extra v1.3.0
7942026-05-28T16:55:09.506Z Downloaded newtype-uuid-macros v0.1.0
7952026-05-28T16:55:09.509Z Downloaded ciborium v0.2.2
7962026-05-28T16:55:09.509Z Downloaded console v0.15.11
7972026-05-28T16:55:09.512Z Downloaded num-derive v0.4.2
7982026-05-28T16:55:09.512Z Downloaded colored v3.1.1
7992026-05-28T16:55:09.515Z Downloaded des v0.8.1
8002026-05-28T16:55:09.515Z Downloaded crc-any v2.5.0
8012026-05-28T16:55:09.517Z Downloaded allocator-api2 v0.2.21
8022026-05-28T16:55:09.517Z Downloaded drift v0.2.0
8032026-05-28T16:55:09.523Z Downloaded nonempty v0.12.0
8042026-05-28T16:55:09.526Z Downloaded fatfs v0.3.6
8052026-05-28T16:55:09.531Z Downloaded num_threads v0.1.7
8062026-05-28T16:55:09.531Z Downloaded num v0.4.3
8072026-05-28T16:55:09.531Z Downloaded num_enum_derive v0.5.11
8082026-05-28T16:55:09.531Z Downloaded linear-map v1.2.0
8092026-05-28T16:55:09.531Z Downloaded libefi-sys v0.1.0
8102026-05-28T16:55:09.535Z Downloaded iana-time-zone v0.1.65
8112026-05-28T16:55:09.535Z Downloaded openssl-macros v0.1.1
8122026-05-28T16:55:09.535Z Downloaded crypto-bigint v0.5.5
8132026-05-28T16:55:09.537Z Downloaded num-conv v0.2.0
8142026-05-28T16:55:09.537Z Downloaded libsw-core v0.3.2
8152026-05-28T16:55:09.540Z Downloaded num-iter v0.1.45
8162026-05-28T16:55:09.540Z Downloaded mime_guess v2.0.5
8172026-05-28T16:55:09.540Z Downloaded libsw v3.5.0
8182026-05-28T16:55:09.543Z Downloaded humantime v2.3.0
8192026-05-28T16:55:09.543Z Downloaded num-derive v0.3.3
8202026-05-28T16:55:09.546Z Downloaded multimap v0.10.1
8212026-05-28T16:55:09.546Z Downloaded opaque-debug v0.3.1
8222026-05-28T16:55:09.546Z Downloaded lock_api v0.4.14
8232026-05-28T16:55:09.546Z Downloaded impl-trait-for-tuples v0.2.3
8242026-05-28T16:55:09.549Z Downloaded openssl-probe v0.1.6
8252026-05-28T16:55:09.549Z Downloaded olpc-cjson v0.1.4
8262026-05-28T16:55:09.551Z Downloaded half v2.7.1
8272026-05-28T16:55:09.551Z Downloaded openssl-probe v0.2.1
8282026-05-28T16:55:09.554Z Downloaded getrandom v0.3.4
8292026-05-28T16:55:09.554Z Downloaded futures v0.3.32
8302026-05-28T16:55:09.557Z Downloaded derive_more v2.1.1
8312026-05-28T16:55:09.563Z Downloaded ipnet v2.11.0
8322026-05-28T16:55:09.565Z Downloaded hyper-rustls v0.27.7
8332026-05-28T16:55:09.568Z Downloaded nodrop v0.1.14
8342026-05-28T16:55:09.568Z Downloaded multer v3.1.0
8352026-05-28T16:55:09.568Z Downloaded parse-display v0.10.0
8362026-05-28T16:55:09.571Z Downloaded native-tls v0.2.18
8372026-05-28T16:55:09.571Z Downloaded peg-runtime v0.8.5
8382026-05-28T16:55:09.571Z Downloaded pbkdf2 v0.12.2
8392026-05-28T16:55:09.573Z Downloaded path-slash v0.1.5
8402026-05-28T16:55:09.573Z Downloaded num_enum_derive v0.7.5
8412026-05-28T16:55:09.574Z Downloaded jobserver v0.1.34
8422026-05-28T16:55:09.576Z Downloaded packed_struct_codegen v0.10.1
8432026-05-28T16:55:09.576Z Downloaded der v0.7.10
8442026-05-28T16:55:09.579Z Downloaded pbkdf2 v0.11.0
8452026-05-28T16:55:09.582Z Downloaded oso-derive v0.27.3
8462026-05-28T16:55:09.582Z Downloaded flume v0.11.1
8472026-05-28T16:55:09.585Z Downloaded parse-size v1.1.0
8482026-05-28T16:55:09.585Z Downloaded fixedbitset v0.5.7
8492026-05-28T16:55:09.585Z Downloaded nanorand v0.7.0
8502026-05-28T16:55:09.587Z Downloaded num_enum v0.7.5
8512026-05-28T16:55:09.590Z Downloaded chacha20poly1305 v0.10.1
8522026-05-28T16:55:09.590Z Downloaded ahash v0.8.12
8532026-05-28T16:55:09.593Z Downloaded compact_str v0.8.1
8542026-05-28T16:55:09.607Z Downloaded precomputed-hash v0.1.1
8552026-05-28T16:55:09.610Z Downloaded phf_shared v0.13.1
8562026-05-28T16:55:09.610Z Downloaded phf_shared v0.12.1
8572026-05-28T16:55:09.610Z Downloaded pin-utils v0.1.0
8582026-05-28T16:55:09.613Z Downloaded phf_shared v0.11.3
8592026-05-28T16:55:09.613Z Downloaded owo-colors v4.3.0
8602026-05-28T16:55:09.613Z Downloaded num_enum v0.5.11
8612026-05-28T16:55:09.616Z Downloaded predicates-tree v1.0.13
8622026-05-28T16:55:09.618Z Downloaded bytes v1.11.1
8632026-05-28T16:55:09.621Z Downloaded predicates-core v1.0.10
8642026-05-28T16:55:09.621Z Downloaded powerfmt v0.2.0
8652026-05-28T16:55:09.621Z Downloaded newtype-uuid v1.3.2
8662026-05-28T16:55:09.624Z Downloaded paste v1.0.15
8672026-05-28T16:55:09.624Z Downloaded parking_lot_core v0.8.6
8682026-05-28T16:55:09.626Z Downloaded memmap2 v0.9.10
8692026-05-28T16:55:09.626Z Downloaded ingot-macros v0.1.1
8702026-05-28T16:55:09.626Z Downloaded indexmap v1.9.3
8712026-05-28T16:55:09.630Z Downloaded const_format v0.2.35
8722026-05-28T16:55:09.632Z Downloaded httparse v1.10.1
8732026-05-28T16:55:09.636Z Downloaded num-rational v0.4.2
8742026-05-28T16:55:09.636Z Downloaded deranged v0.5.8
8752026-05-28T16:55:09.636Z Downloaded proc-macro-crate v1.3.1
8762026-05-28T16:55:09.641Z Downloaded nu-ansi-term v0.50.3
8772026-05-28T16:55:09.641Z Downloaded password-hash v0.5.0
8782026-05-28T16:55:09.641Z Downloaded password-hash v0.4.2
8792026-05-28T16:55:09.644Z Downloaded cipher v0.4.4
8802026-05-28T16:55:09.644Z Downloaded progenitor-macro v0.11.2
8812026-05-28T16:55:09.644Z Downloaded pem v3.0.6
8822026-05-28T16:55:09.644Z Downloaded num-integer v0.1.46
8832026-05-28T16:55:09.644Z Downloaded flate2 v1.1.9
8842026-05-28T16:55:09.655Z Downloaded progenitor-client v0.11.2
8852026-05-28T16:55:09.655Z Downloaded phf v0.13.1
8862026-05-28T16:55:09.655Z Downloaded progenitor-macro v0.13.0
8872026-05-28T16:55:09.655Z Downloaded phf v0.12.1
8882026-05-28T16:55:09.655Z Downloaded oxnet v0.1.4
8892026-05-28T16:55:09.655Z Downloaded litrs v1.0.0
8902026-05-28T16:55:09.655Z Downloaded ignore v0.4.25
8912026-05-28T16:55:09.658Z Downloaded pin-project-lite v0.2.17
8922026-05-28T16:55:09.658Z Downloaded parse-display-derive v0.10.0
8932026-05-28T16:55:09.658Z Downloaded packed_struct v0.10.1
8942026-05-28T16:55:09.661Z Downloaded omicron-zone-package v0.12.2
8952026-05-28T16:55:09.664Z Downloaded progenitor-client v0.14.0
8962026-05-28T16:55:09.664Z Downloaded libbz2-rs-sys v0.2.2
8972026-05-28T16:55:09.664Z Downloaded progenitor-macro v0.14.0
8982026-05-28T16:55:09.667Z Downloaded proc-macro-error-attr2 v2.0.0
8992026-05-28T16:55:09.667Z Downloaded proc-macro-crate v3.4.0
9002026-05-28T16:55:09.667Z Downloaded ed25519 v2.2.3
9012026-05-28T16:55:09.670Z Downloaded oxide-tokio-rt v0.1.4
9022026-05-28T16:55:09.670Z Downloaded predicates v3.1.4
9032026-05-28T16:55:09.672Z Downloaded radium v0.7.0
9042026-05-28T16:55:09.672Z Downloaded ar_archive_writer v0.5.1
9052026-05-28T16:55:09.677Z Downloaded recursive v0.1.1
9062026-05-28T16:55:09.680Z Downloaded ed25519-dalek v2.2.0
9072026-05-28T16:55:09.683Z Downloaded parking_lot_core v0.9.12
9082026-05-28T16:55:09.686Z Downloaded peg-macros v0.8.5
9092026-05-28T16:55:09.686Z Downloaded peg v0.8.5
9102026-05-28T16:55:09.688Z Downloaded hickory-resolver v0.24.4
9112026-05-28T16:55:09.691Z Downloaded headers v0.4.1
9122026-05-28T16:55:09.694Z Downloaded rand_chacha v0.3.1
9132026-05-28T16:55:09.694Z Downloaded progenitor v0.11.2
9142026-05-28T16:55:09.696Z Downloaded pem-rfc7468 v0.7.0
9152026-05-28T16:55:09.696Z Downloaded async-compression v0.4.41
9162026-05-28T16:55:09.700Z Downloaded progenitor-client v0.13.0
9172026-05-28T16:55:09.703Z Downloaded derive_more-impl v2.1.1
9182026-05-28T16:55:09.705Z Downloaded polyval v0.6.2
9192026-05-28T16:55:09.705Z Downloaded poly1305 v0.8.0
9202026-05-28T16:55:09.710Z Downloaded rfc6979 v0.4.0
9212026-05-28T16:55:09.710Z Downloaded ref-cast-impl v1.0.25
9222026-05-28T16:55:09.712Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-05-28T16:55:09.712Z Downloaded progenitor v0.14.0
9242026-05-28T16:55:09.712Z Downloaded pkcs5 v0.7.1
9252026-05-28T16:55:09.713Z Downloaded ppv-lite86 v0.2.21
9262026-05-28T16:55:09.715Z Downloaded crossterm v0.29.0
9272026-05-28T16:55:09.718Z Downloaded russh-cryptovec v0.7.3
9282026-05-28T16:55:09.718Z Downloaded postgres-protocol v0.6.10
9292026-05-28T16:55:09.721Z Downloaded rustc_version v0.1.7
9302026-05-28T16:55:09.721Z Downloaded rtoolbox v0.0.3
9312026-05-28T16:55:09.721Z Downloaded ref-cast v1.0.25
9322026-05-28T16:55:09.724Z Downloaded pin-project-internal v1.1.11
9332026-05-28T16:55:09.724Z Downloaded pkcs1 v0.7.5
9342026-05-28T16:55:09.727Z Downloaded heapless v0.8.0
9352026-05-28T16:55:09.730Z Downloaded papergrid v0.17.0
9362026-05-28T16:55:09.732Z Downloaded rand_xorshift v0.4.0
9372026-05-28T16:55:09.732Z Downloaded primeorder v0.13.6
9382026-05-28T16:55:09.732Z Downloaded rustc-hash v2.1.1
9392026-05-28T16:55:09.735Z Downloaded rand_seeder v0.4.0
9402026-05-28T16:55:09.735Z Downloaded indicatif v0.18.4
9412026-05-28T16:55:09.738Z Downloaded psl-types v2.0.11
9422026-05-28T16:55:09.738Z Downloaded progenitor-extras v0.2.0
9432026-05-28T16:55:09.741Z Downloaded proc-macro-error2 v2.0.1
9442026-05-28T16:55:09.741Z Downloaded psm v0.1.30
9452026-05-28T16:55:09.743Z Downloaded jiff-static v0.2.21
9462026-05-28T16:55:09.746Z Downloaded miniz_oxide v0.8.9
9472026-05-28T16:55:09.746Z Downloaded hashbrown v0.13.2
9482026-05-28T16:55:09.749Z Downloaded rand_core v0.10.0
9492026-05-28T16:55:09.752Z Downloaded rand_chacha v0.9.0
9502026-05-28T16:55:09.752Z Downloaded parking_lot v0.11.2
9512026-05-28T16:55:09.752Z Downloaded heapless v0.7.17
9522026-05-28T16:55:09.755Z Downloaded pkg-config v0.3.32
9532026-05-28T16:55:09.757Z Downloaded same-file v1.0.6
9542026-05-28T16:55:09.757Z Downloaded base64 v0.22.1
9552026-05-28T16:55:09.760Z Downloaded salsa20 v0.10.2
9562026-05-28T16:55:09.760Z Downloaded http v1.4.0
9572026-05-28T16:55:09.763Z Downloaded progenitor-client v0.10.0
9582026-05-28T16:55:09.763Z Downloaded progenitor v0.13.0
9592026-05-28T16:55:09.766Z Downloaded expectorate v1.2.0
9602026-05-28T16:55:09.766Z Downloaded diesel_derives v2.3.7
9612026-05-28T16:55:09.769Z Downloaded resolv-conf v0.7.6
9622026-05-28T16:55:09.771Z Downloaded rustc_version v0.4.1
9632026-05-28T16:55:09.771Z Downloaded quick-error v1.2.3
9642026-05-28T16:55:09.774Z Downloaded scopeguard v1.2.0
9652026-05-28T16:55:09.774Z Downloaded sapling-renderdag v0.1.0
9662026-05-28T16:55:09.774Z Downloaded num-complex v0.4.6
9672026-05-28T16:55:09.778Z Downloaded r2d2 v0.8.10
9682026-05-28T16:55:09.780Z Downloaded bumpalo v3.20.2
9692026-05-28T16:55:09.783Z Downloaded crossterm v0.28.1
9702026-05-28T16:55:09.785Z Downloaded serde-big-array v0.5.1
9712026-05-28T16:55:09.788Z Downloaded seq-macro v0.3.6
9722026-05-28T16:55:09.788Z Downloaded secrecy v0.8.0
9732026-05-28T16:55:09.788Z Downloaded scrypt v0.11.0
9742026-05-28T16:55:09.791Z Downloaded pkcs8 v0.10.2
9752026-05-28T16:55:09.791Z Downloaded minimal-lexical v0.2.1
9762026-05-28T16:55:09.794Z Downloaded rand_core v0.6.4
9772026-05-28T16:55:09.796Z Downloaded scheduled-thread-pool v0.2.7
9782026-05-28T16:55:09.801Z Downloaded postcard v1.1.3
9792026-05-28T16:55:09.804Z Downloaded serde_spanned v1.0.4
9802026-05-28T16:55:09.806Z Downloaded serde_urlencoded v0.7.1
9812026-05-28T16:55:09.806Z Downloaded serde_repr v0.1.20
9822026-05-28T16:55:09.809Z Downloaded serde_plain v1.0.2
9832026-05-28T16:55:09.809Z Downloaded sha1 v0.10.6
9842026-05-28T16:55:09.815Z Downloaded semver v0.1.20
9852026-05-28T16:55:09.817Z Downloaded secrecy v0.10.3
9862026-05-28T16:55:09.817Z Downloaded hickory-server v0.25.2
9872026-05-28T16:55:09.824Z Downloaded oso v0.27.3
9882026-05-28T16:55:09.827Z Downloaded parking_lot v0.12.5
9892026-05-28T16:55:09.829Z Downloaded signal-hook-mio v0.2.5
9902026-05-28T16:55:09.832Z Downloaded sigpipe v0.1.3
9912026-05-28T16:55:09.832Z Downloaded serde_bytes v0.11.19
9922026-05-28T16:55:09.835Z Downloaded signature v2.2.0
9932026-05-28T16:55:09.835Z Downloaded shell-words v1.1.1
9942026-05-28T16:55:09.835Z Downloaded progenitor-impl v0.13.0
9952026-05-28T16:55:09.840Z Downloaded hashbrown v0.12.3
9962026-05-28T16:55:09.843Z Downloaded siphasher v1.0.2
9972026-05-28T16:55:09.845Z Downloaded signal-hook-tokio v0.3.1
9982026-05-28T16:55:09.848Z Downloaded dropshot-api-manager v0.7.2
9992026-05-28T16:55:09.851Z Downloaded hickory-resolver v0.25.2
10002026-05-28T16:55:09.854Z Downloaded schemars_derive v0.8.22
10012026-05-28T16:55:09.854Z Downloaded slog-envlogger v2.2.0
10022026-05-28T16:55:09.854Z Downloaded slog-bunyan v2.5.0
10032026-05-28T16:55:09.857Z Downloaded rustls-native-certs v0.8.3
10042026-05-28T16:55:09.865Z Downloaded rustls-pemfile v1.0.4
10052026-05-28T16:55:09.868Z Downloaded rustls-pemfile v2.2.0
10062026-05-28T16:55:09.870Z Downloaded rand_core v0.9.5
10072026-05-28T16:55:09.870Z Downloaded quinn-udp v0.5.14
10082026-05-28T16:55:09.870Z Downloaded rustls-pki-types v1.14.0
10092026-05-28T16:55:09.873Z Downloaded prettyplease v0.2.37
10102026-05-28T16:55:09.876Z Downloaded pin-project v1.1.11
10112026-05-28T16:55:09.880Z Downloaded ssh-encoding v0.2.0
10122026-05-28T16:55:09.883Z Downloaded sqlparser_derive v0.5.0
10132026-05-28T16:55:09.883Z Downloaded serde-hex v0.1.0
10142026-05-28T16:55:09.883Z Downloaded shlex v1.3.0
10152026-05-28T16:55:09.886Z Downloaded sct v0.7.1
10162026-05-28T16:55:09.886Z Downloaded postgres-types v0.2.12
10172026-05-28T16:55:09.896Z Downloaded rusty-fork v0.3.1
10182026-05-28T16:55:09.899Z Downloaded sec1 v0.7.3
10192026-05-28T16:55:09.901Z Downloaded scroll_derive v0.13.1
10202026-05-28T16:55:09.905Z Downloaded ssh-cipher v0.2.0
10212026-05-28T16:55:09.908Z Downloaded p256 v0.13.2
10222026-05-28T16:55:09.908Z Downloaded ron v0.8.1
10232026-05-28T16:55:09.911Z Downloaded structmeta-derive v0.3.0
10242026-05-28T16:55:09.913Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-28T16:55:09.914Z Downloaded openssl-sys v0.9.115
10262026-05-28T16:55:09.916Z Downloaded simd-adler32 v0.3.8
10272026-05-28T16:55:09.919Z Downloaded progenitor-impl v0.11.2
10282026-05-28T16:55:09.919Z Downloaded serde_derive_internals v0.29.1
10292026-05-28T16:55:09.919Z Downloaded russh-keys v0.45.0
10302026-05-28T16:55:09.922Z Downloaded scroll v0.13.0
10312026-05-28T16:55:09.922Z Downloaded slog-dtrace v0.3.0
10322026-05-28T16:55:09.924Z Downloaded subtle v2.6.1
10332026-05-28T16:55:09.924Z Downloaded strum v0.27.2
10342026-05-28T16:55:09.927Z Downloaded strum v0.26.3
10352026-05-28T16:55:09.927Z Downloaded tabwriter v1.4.1
10362026-05-28T16:55:09.927Z Downloaded sync_wrapper v1.0.2
10372026-05-28T16:55:09.927Z Downloaded structmeta v0.3.0
10382026-05-28T16:55:09.930Z Downloaded slog-json v2.6.1
10392026-05-28T16:55:09.930Z Downloaded spki v0.7.3
10402026-05-28T16:55:09.930Z Downloaded serde_with_macros v1.5.2
10412026-05-28T16:55:09.941Z Downloaded serde_path_to_error v0.1.20
10422026-05-28T16:55:09.943Z Downloaded tagptr v0.2.0
10432026-05-28T16:55:09.943Z Downloaded sqlformat v0.3.5
10442026-05-28T16:55:09.946Z Downloaded rustversion v1.0.22
10452026-05-28T16:55:09.946Z Downloaded take_mut v0.2.2
10462026-05-28T16:55:09.949Z Downloaded sync-ptr v0.1.4
10472026-05-28T16:55:09.949Z Downloaded pretty_assertions v1.4.1
10482026-05-28T16:55:09.949Z Downloaded tabled_derive v0.11.0
10492026-05-28T16:55:09.952Z Downloaded itertools v0.10.5
10502026-05-28T16:55:09.954Z Downloaded smallvec v0.6.14
10512026-05-28T16:55:09.954Z Downloaded slog-term v2.9.2
10522026-05-28T16:55:09.957Z Downloaded slog-async v2.8.0
10532026-05-28T16:55:09.960Z Downloaded num-bigint v0.4.6
10542026-05-28T16:55:09.962Z Downloaded rustls-platform-verifier v0.6.2
10552026-05-28T16:55:09.962Z Downloaded rcgen v0.12.1
10562026-05-28T16:55:09.965Z Downloaded strsim v0.10.0
10572026-05-28T16:55:09.968Z Downloaded tap v1.0.1
10582026-05-28T16:55:09.968Z Downloaded smf v0.2.3
10592026-05-28T16:55:09.968Z Downloaded slog-stdlog v4.1.1
10602026-05-28T16:55:09.968Z Downloaded slog-scope v4.4.1
10612026-05-28T16:55:09.971Z Downloaded testing_table v0.3.0
10622026-05-28T16:55:09.971Z Downloaded stringprep v0.1.5
10632026-05-28T16:55:09.971Z Downloaded string_cache v0.8.9
10642026-05-28T16:55:09.973Z Downloaded ryu v1.0.23
10652026-05-28T16:55:09.974Z Downloaded aes-gcm v0.10.3
10662026-05-28T16:55:09.976Z Downloaded thread-id v5.1.0
10672026-05-28T16:55:09.979Z Downloaded thiserror-impl-no-std v2.0.2
10682026-05-28T16:55:09.979Z Downloaded strum_macros v0.27.2
10692026-05-28T16:55:09.982Z Downloaded prefix-trie v0.7.0
10702026-05-28T16:55:09.982Z Downloaded static_assertions v1.1.0
10712026-05-28T16:55:09.984Z Downloaded snafu-derive v0.8.9
10722026-05-28T16:55:09.985Z Downloaded libxml v0.3.3
10732026-05-28T16:55:09.987Z Downloaded tinyvec_macros v0.1.1
10742026-05-28T16:55:09.990Z Downloaded support-bundle-viewer v0.1.2
10752026-05-28T16:55:09.990Z Downloaded tokio-macros v2.7.0
10762026-05-28T16:55:09.990Z Downloaded termtree v0.5.1
10772026-05-28T16:55:09.993Z Downloaded slab v0.4.12
10782026-05-28T16:55:09.993Z Downloaded progenitor-impl v0.14.0
10792026-05-28T16:55:09.995Z Downloaded hashbrown v0.15.5
10802026-05-28T16:55:09.998Z Downloaded rayon-core v1.13.0
10812026-05-28T16:55:10.001Z Downloaded iri-string v0.7.10
10822026-05-28T16:55:10.004Z Downloaded serde_with_macros v3.17.0
10832026-05-28T16:55:10.006Z Downloaded time-core v0.1.8
10842026-05-28T16:55:10.006Z Downloaded serde_cbor v0.11.2
10852026-05-28T16:55:10.009Z Downloaded hyper-util v0.1.20
10862026-05-28T16:55:10.012Z Downloaded supports-color v3.0.2
10872026-05-28T16:55:10.012Z Downloaded signal-hook-registry v1.4.8
10882026-05-28T16:55:10.015Z Downloaded termios v0.3.3
10892026-05-28T16:55:10.018Z Downloaded strum_macros v0.24.3
10902026-05-28T16:55:10.020Z Downloaded aes v0.8.4
10912026-05-28T16:55:10.023Z Downloaded serde_yaml v0.9.34+deprecated
10922026-05-28T16:55:10.027Z Downloaded similar v2.7.0
10932026-05-28T16:55:10.036Z Downloaded tower-layer v0.3.3
10942026-05-28T16:55:10.039Z Downloaded tower-service v0.3.3
10952026-05-28T16:55:10.042Z Downloaded publicsuffix v2.3.0
10962026-05-28T16:55:10.044Z Downloaded schemars v0.8.22
10972026-05-28T16:55:10.050Z Downloaded thiserror-no-std v2.0.2
10982026-05-28T16:55:10.052Z Downloaded try-lock v0.2.5
10992026-05-28T16:55:10.055Z Downloaded trait-variant v0.1.2
11002026-05-28T16:55:10.055Z Downloaded topological-sort v0.2.2
11012026-05-28T16:55:10.058Z Downloaded tokio-dtrace v0.1.1
11022026-05-28T16:55:10.058Z Downloaded hashbrown v0.16.1
11032026-05-28T16:55:10.061Z Downloaded tokio-native-tls v0.3.1
11042026-05-28T16:55:10.061Z Downloaded tiny-keccak v2.0.2
11052026-05-28T16:55:10.064Z Downloaded rustls-webpki v0.103.9
11062026-05-28T16:55:10.067Z Downloaded socket2 v0.6.3
11072026-05-28T16:55:10.067Z Downloaded stacker v0.1.23
11082026-05-28T16:55:10.069Z Downloaded term v0.7.0
11092026-05-28T16:55:10.072Z Downloaded thread_local v1.1.9
11102026-05-28T16:55:10.072Z Downloaded spin v0.9.8
11112026-05-28T16:55:10.072Z Downloaded strum_macros v0.26.4
11122026-05-28T16:55:10.077Z Downloaded time-macros v0.2.27
11132026-05-28T16:55:10.080Z Downloaded itertools v0.14.0
11142026-05-28T16:55:10.083Z Downloaded tls_codec_derive v0.4.2
11152026-05-28T16:55:10.085Z Downloaded tls_codec v0.4.2
11162026-05-28T16:55:10.085Z Downloaded unit-prefix v0.5.2
11172026-05-28T16:55:10.088Z Downloaded typify-macro v0.6.2
11182026-05-28T16:55:10.088Z Downloaded usdt-attr-macro v0.6.0
11192026-05-28T16:55:10.088Z Downloaded typify-macro v0.4.3
11202026-05-28T16:55:10.088Z Downloaded hkdf v0.12.4
11212026-05-28T16:55:10.091Z Downloaded untrusted v0.9.0
11222026-05-28T16:55:10.091Z Downloaded usdt-macro v0.6.0
11232026-05-28T16:55:10.091Z Downloaded usdt v0.6.0
11242026-05-28T16:55:10.094Z Downloaded untrusted v0.7.1
11252026-05-28T16:55:10.096Z Downloaded universal-hash v0.5.1
11262026-05-28T16:55:10.096Z Downloaded unicode-truncate v1.1.0
11272026-05-28T16:55:10.096Z Downloaded qorb v0.4.1
11282026-05-28T16:55:10.099Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-05-28T16:55:10.102Z Downloaded mio v1.2.0
11302026-05-28T16:55:10.104Z Downloaded utf-8 v0.7.6
11312026-05-28T16:55:10.105Z Downloaded void v1.0.2
11322026-05-28T16:55:10.107Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-05-28T16:55:10.107Z Downloaded slog v2.8.2
11342026-05-28T16:55:10.110Z Downloaded signal-hook v0.3.18
11352026-05-28T16:55:10.113Z Downloaded quinn v0.11.9
11362026-05-28T16:55:10.115Z Downloaded waitgroup v0.1.2
11372026-05-28T16:55:10.115Z Downloaded wait-timeout v0.2.1
11382026-05-28T16:55:10.118Z Downloaded subprocess v0.2.15
11392026-05-28T16:55:10.121Z Downloaded snafu v0.8.9
11402026-05-28T16:55:10.124Z Downloaded tokio-rustls v0.25.0
11412026-05-28T16:55:10.127Z Downloaded schemars v0.9.0
11422026-05-28T16:55:10.134Z Downloaded tokio-tungstenite v0.23.1
11432026-05-28T16:55:10.136Z Downloaded term v1.2.1
11442026-05-28T16:55:10.139Z Downloaded socket2 v0.5.10
11452026-05-28T16:55:10.139Z Downloaded tokio-rustls v0.24.1
11462026-05-28T16:55:10.142Z Downloaded bitvec v1.0.1
11472026-05-28T16:55:10.149Z Downloaded xattr v1.6.1
11482026-05-28T16:55:10.152Z Downloaded want v0.3.1
11492026-05-28T16:55:10.152Z Downloaded rand v0.10.0
11502026-05-28T16:55:10.155Z Downloaded xshell-macros v0.2.7
11512026-05-28T16:55:10.155Z Downloaded test-strategy v0.4.5
11522026-05-28T16:55:10.158Z Downloaded rand v0.8.6
11532026-05-28T16:55:10.160Z Downloaded rand v0.9.2
11542026-05-28T16:55:10.163Z Downloaded uzers v0.12.2
11552026-05-28T16:55:10.163Z Downloaded usdt-impl v0.6.0
11562026-05-28T16:55:10.166Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11572026-05-28T16:55:10.168Z Downloaded tracing-attributes v0.1.31
11582026-05-28T16:55:10.171Z Downloaded vergen-lib v0.1.6
11592026-05-28T16:55:10.174Z Downloaded vergen-lib v9.1.0
11602026-05-28T16:55:10.174Z Downloaded russh v0.45.0
11612026-05-28T16:55:10.177Z Downloaded unarray v0.1.4
11622026-05-28T16:55:10.179Z Downloaded unicase v2.9.0
11632026-05-28T16:55:10.179Z Downloaded zone v0.3.1
11642026-05-28T16:55:10.182Z Downloaded tui-tree-widget v0.23.1
11652026-05-28T16:55:10.182Z Downloaded iddqd v0.4.2
11662026-05-28T16:55:10.187Z Downloaded vsss-rs v3.3.4
11672026-05-28T16:55:10.190Z Downloaded itertools v0.12.1
11682026-05-28T16:55:10.193Z Downloaded tar v0.4.45
11692026-05-28T16:55:10.195Z Downloaded whoami v1.6.1
11702026-05-28T16:55:10.199Z Downloaded vergen-gitcl v1.0.8
11712026-05-28T16:55:10.202Z Downloaded unicode-properties v0.1.4
11722026-05-28T16:55:10.203Z Downloaded zone_cfg_derive v0.3.1
11732026-05-28T16:55:10.205Z Downloaded zeroize_derive v1.4.3
11742026-05-28T16:55:10.205Z Downloaded tokio-rustls v0.26.4
11752026-05-28T16:55:10.205Z Downloaded samael v0.0.19
11762026-05-28T16:55:10.208Z Downloaded vergen-git2 v9.1.0
11772026-05-28T16:55:10.211Z Downloaded tokio-stream v0.1.18
11782026-05-28T16:55:10.214Z Downloaded wyz v0.5.1
11792026-05-28T16:55:10.214Z Downloaded toml_parser v1.0.9+spec-1.1.0
11802026-05-28T16:55:10.216Z Downloaded tokio-tungstenite v0.21.0
11812026-05-28T16:55:10.216Z Downloaded rustyline v14.0.0
11822026-05-28T16:55:10.220Z Downloaded walkdir v2.5.0
11832026-05-28T16:55:10.223Z Downloaded toml v1.0.6+spec-1.1.0
11842026-05-28T16:55:10.226Z Downloaded toml v0.7.8
11852026-05-28T16:55:10.229Z Downloaded xshell v0.2.7
11862026-05-28T16:55:10.229Z Downloaded steno v0.4.1
11872026-05-28T16:55:10.231Z Downloaded schemars v1.2.1
11882026-05-28T16:55:10.239Z Downloaded zeroize v1.8.2
11892026-05-28T16:55:10.241Z Downloaded whoami v2.1.0
11902026-05-28T16:55:10.241Z Downloaded rsa v0.9.10
11912026-05-28T16:55:10.244Z Downloaded tinyvec v1.10.0
11922026-05-28T16:55:10.247Z Downloaded typify v0.6.2
11932026-05-28T16:55:10.249Z Downloaded serde_with v1.14.0
11942026-05-28T16:55:10.252Z Downloaded twox-hash v2.1.2
11952026-05-28T16:55:10.255Z Downloaded unicode-bidi v0.3.18
11962026-05-28T16:55:10.259Z Downloaded tracing-core v0.1.36
11972026-05-28T16:55:10.259Z Downloaded h2 v0.4.13
11982026-05-28T16:55:10.261Z Downloaded futures-util v0.3.32
11992026-05-28T16:55:10.269Z Downloaded aho-corasick v1.1.4
12002026-05-28T16:55:10.272Z Downloaded zstd v0.13.3
12012026-05-28T16:55:10.275Z Downloaded vergen v9.1.0
12022026-05-28T16:55:10.277Z Downloaded num-bigint-dig v0.8.6
12032026-05-28T16:55:10.280Z Downloaded zstd-safe v7.2.4
12042026-05-28T16:55:10.280Z Downloaded uuid v1.23.0
12052026-05-28T16:55:10.282Z Downloaded libm v0.2.16
12062026-05-28T16:55:10.287Z Downloaded nom v7.1.3
12072026-05-28T16:55:10.292Z Downloaded zerocopy v0.6.6
12082026-05-28T16:55:10.295Z Downloaded tungstenite v0.23.0
12092026-05-28T16:55:10.298Z Downloaded hyper v1.8.1
12102026-05-28T16:55:10.301Z Downloaded p521 v0.13.3
12112026-05-28T16:55:10.303Z Downloaded typify v0.4.3
12122026-05-28T16:55:10.306Z Downloaded tokio-postgres v0.7.16
12132026-05-28T16:55:10.309Z Downloaded tungstenite v0.21.0
12142026-05-28T16:55:10.312Z Downloaded yasna v0.5.2
12152026-05-28T16:55:10.312Z Downloaded blake3 v1.8.3
12162026-05-28T16:55:10.320Z Downloaded itertools v0.13.0
12172026-05-28T16:55:10.326Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-05-28T16:55:10.328Z Downloaded reqwest v0.12.28
12192026-05-28T16:55:10.332Z Downloaded vte v0.14.1
12202026-05-28T16:55:10.347Z Downloaded rayon v1.11.0
12212026-05-28T16:55:10.352Z Downloaded rpassword v7.4.0
12222026-05-28T16:55:10.354Z Downloaded ssh-key v0.6.7
12232026-05-28T16:55:10.358Z Downloaded unsafe-libyaml v0.2.11
12242026-05-28T16:55:10.360Z Downloaded regex v1.12.3
12252026-05-28T16:55:10.363Z Downloaded unicode_categories v0.1.1
12262026-05-28T16:55:10.366Z Downloaded p384 v0.13.1
12272026-05-28T16:55:10.374Z Downloaded reedline v0.40.0
12282026-05-28T16:55:10.379Z Downloaded toml_edit v0.19.15
12292026-05-28T16:55:10.389Z Downloaded reqwest v0.13.2
12302026-05-28T16:55:10.392Z Downloaded portable-atomic v1.13.1
12312026-05-28T16:55:10.398Z Downloaded zopfli v0.8.3
12322026-05-28T16:55:10.400Z Downloaded rustls-webpki v0.101.7
12332026-05-28T16:55:10.408Z Downloaded chrono v0.4.44
12342026-05-28T16:55:10.412Z Downloaded curve25519-dalek v4.1.3
12352026-05-28T16:55:10.419Z Downloaded yansi v1.0.1
12362026-05-28T16:55:10.424Z Downloaded zip v0.6.6
12372026-05-28T16:55:10.426Z Downloaded typed-path v0.9.3
12382026-05-28T16:55:10.430Z Downloaded moka v0.12.13
12392026-05-28T16:55:10.436Z Downloaded x509-cert v0.2.5
12402026-05-28T16:55:10.439Z Downloaded unicode-segmentation v1.12.0
12412026-05-28T16:55:10.442Z Downloaded bindgen v0.71.1
12422026-05-28T16:55:10.446Z Downloaded aws-lc-rs v1.16.3
12432026-05-28T16:55:10.452Z Downloaded zerocopy-derive v0.8.40
12442026-05-28T16:55:10.457Z Downloaded tower v0.5.3
12452026-05-28T16:55:10.463Z Downloaded git2 v0.20.4
12462026-05-28T16:55:10.468Z Downloaded petname v2.0.2
12472026-05-28T16:55:10.471Z Downloaded salty v0.3.0
12482026-05-28T16:55:10.475Z Downloaded tokio-util v0.7.18
12492026-05-28T16:55:10.480Z Downloaded quick-xml v0.37.5
12502026-05-28T16:55:10.483Z Downloaded zip v4.6.1
12512026-05-28T16:55:10.486Z Downloaded lalrpop v0.19.12
12522026-05-28T16:55:10.493Z Downloaded goblin v0.10.5
12532026-05-28T16:55:10.498Z Downloaded rustls-webpki v0.102.8
12542026-05-28T16:55:10.509Z Downloaded unicode-normalization v0.1.25
12552026-05-28T16:55:10.519Z Downloaded tower-http v0.6.8
12562026-05-28T16:55:10.524Z Downloaded tough v0.22.0
12572026-05-28T16:55:10.537Z Downloaded radix_trie v0.2.1
12582026-05-28T16:55:10.544Z Downloaded bstr v1.12.1
12592026-05-28T16:55:10.552Z Downloaded proptest v1.10.0
12602026-05-28T16:55:10.558Z Downloaded serde_with v3.17.0
12612026-05-28T16:55:10.571Z Downloaded object v0.30.4
12622026-05-28T16:55:10.577Z Downloaded nix v0.27.1
12632026-05-28T16:55:10.583Z Downloaded winnow v0.6.26
12642026-05-28T16:55:10.588Z Downloaded nix v0.28.0
12652026-05-28T16:55:10.604Z Downloaded quinn-proto v0.11.13
12662026-05-28T16:55:10.609Z Downloaded dropshot v0.17.0
12672026-05-28T16:55:10.631Z Downloaded rustls v0.21.12
12682026-05-28T16:55:10.639Z Downloaded winnow v0.5.40
12692026-05-28T16:55:10.643Z Downloaded tabled v0.20.0
12702026-05-28T16:55:10.654Z Downloaded polar-core v0.27.3
12712026-05-28T16:55:10.660Z Downloaded time v0.3.47
12722026-05-28T16:55:10.667Z Downloaded nix v0.31.2
12732026-05-28T16:55:10.674Z Downloaded openssl v0.10.79
12742026-05-28T16:55:10.680Z Downloaded vcpkg v0.2.15
12752026-05-28T16:55:10.703Z Downloaded zlib-rs v0.6.2
12762026-05-28T16:55:10.706Z Downloaded regex-syntax v0.6.29
12772026-05-28T16:55:10.711Z Downloaded hickory-proto v0.25.2
12782026-05-28T16:55:10.720Z Downloaded zerocopy v0.8.40
12792026-05-28T16:55:10.727Z Downloaded object v0.37.3
12802026-05-28T16:55:10.734Z Downloaded rustls v0.22.4
12812026-05-28T16:55:10.741Z Downloaded webpki-roots v1.0.6
12822026-05-28T16:55:10.744Z Downloaded rustls v0.23.37
12832026-05-28T16:55:10.751Z Downloaded regress v0.10.5
12842026-05-28T16:55:10.757Z Downloaded regex-syntax v0.8.10
12852026-05-28T16:55:10.762Z Downloaded rustix v0.38.44
12862026-05-28T16:55:10.776Z Downloaded regress v0.11.1
12872026-05-28T16:55:10.781Z Downloaded openapiv3 v2.2.0
12882026-05-28T16:55:10.790Z Downloaded smoltcp v0.11.0
12892026-05-28T16:55:10.797Z Downloaded diesel v2.3.7
12902026-05-28T16:55:10.810Z Downloaded hickory-proto v0.24.4
12912026-05-28T16:55:10.819Z Downloaded sqlparser v0.61.0
12922026-05-28T16:55:10.825Z Downloaded smoltcp v0.9.1
12932026-05-28T16:55:10.835Z Downloaded sled v0.34.7
12942026-05-28T16:55:10.853Z Downloaded typify-impl v0.4.3
12952026-05-28T16:55:10.862Z Downloaded typify-impl v0.6.2
12962026-05-28T16:55:10.873Z Downloaded ratatui v0.29.0
12972026-05-28T16:55:10.884Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-05-28T16:55:10.892Z Downloaded regex-automata v0.4.14
12992026-05-28T16:55:10.902Z Downloaded tracing v0.1.44
13002026-05-28T16:55:10.915Z Downloaded chrono-tz v0.10.4
13012026-05-28T16:55:10.927Z Downloaded zerocopy-derive v0.6.6
13022026-05-28T16:55:10.933Z Downloaded petgraph v0.6.5
13032026-05-28T16:55:10.963Z Downloaded sha3 v0.10.8
13042026-05-28T16:55:10.966Z Downloaded jiff v0.2.21
13052026-05-28T16:55:11.005Z Downloaded petgraph v0.8.3
13062026-05-28T16:55:11.019Z Downloaded libz-sys v1.1.24
13072026-05-28T16:55:11.038Z Downloaded csv v1.4.0
13082026-05-28T16:55:11.051Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-28T16:55:11.064Z Downloaded tokio v1.52.1
13102026-05-28T16:55:11.141Z Downloaded encoding_rs v0.8.35
13112026-05-28T16:55:11.162Z Downloaded ring v0.17.14
13122026-05-28T16:55:11.195Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-28T16:55:11.645Z Downloaded aws-lc-sys v0.40.0
13142026-05-28T16:55:11.893Z Compiling libc v0.2.185
13152026-05-28T16:55:11.893Z Compiling serde v1.0.228
13162026-05-28T16:55:11.896Z Compiling log v0.4.29
13172026-05-28T16:55:11.897Z Compiling find-msvc-tools v0.1.9
13182026-05-28T16:55:12.031Z Compiling shlex v1.3.0
13192026-05-28T16:55:12.050Z Compiling syn v2.0.117
13202026-05-28T16:55:12.053Z Compiling smallvec v1.15.1
13212026-05-28T16:55:12.057Z Compiling typenum v1.19.0
13222026-05-28T16:55:12.238Z Compiling generic-array v0.14.7
13232026-05-28T16:55:12.242Z Compiling subtle v2.6.1
13242026-05-28T16:55:12.277Z Compiling scopeguard v1.2.0
13252026-05-28T16:55:12.293Z Compiling const-oid v0.9.6
13262026-05-28T16:55:12.348Z Compiling serde_json v1.0.149
13272026-05-28T16:55:12.378Z Compiling lock_api v0.4.14
13282026-05-28T16:55:12.404Z Compiling zerocopy v0.8.40
13292026-05-28T16:55:12.471Z Compiling portable-atomic v1.13.1
13302026-05-28T16:55:12.662Z Compiling parking_lot_core v0.9.12
13312026-05-28T16:55:12.940Z Compiling pin-project-lite v0.2.17
13322026-05-28T16:55:13.022Z Compiling pkg-config v0.3.32
13332026-05-28T16:55:13.138Z Compiling getrandom v0.2.17
13342026-05-28T16:55:13.138Z Compiling jobserver v0.1.34
13352026-05-28T16:55:13.210Z Compiling errno v0.3.14
13362026-05-28T16:55:13.283Z Compiling rand_core v0.6.4
13372026-05-28T16:55:13.333Z Compiling cc v1.2.56
13382026-05-28T16:55:13.420Z Compiling signal-hook-registry v1.4.8
13392026-05-28T16:55:13.471Z Compiling bitflags v2.11.0
13402026-05-28T16:55:13.535Z Compiling futures-core v0.3.32
13412026-05-28T16:55:13.577Z Compiling libm v0.2.16
13422026-05-28T16:55:13.670Z Compiling critical-section v1.2.0
13432026-05-28T16:55:13.677Z Compiling parking_lot v0.12.5
13442026-05-28T16:55:13.696Z Compiling mio v1.2.0
13452026-05-28T16:55:13.725Z Compiling num-traits v0.2.19
13462026-05-28T16:55:13.796Z Compiling once_cell v1.21.3
13472026-05-28T16:55:13.831Z Compiling percent-encoding v2.3.2
13482026-05-28T16:55:14.029Z Compiling socket2 v0.6.3
13492026-05-28T16:55:14.096Z Compiling futures-sink v0.3.32
13502026-05-28T16:55:14.158Z Compiling futures-task v0.3.32
13512026-05-28T16:55:14.158Z Compiling slab v0.4.12
13522026-05-28T16:55:14.210Z Compiling futures-channel v0.3.32
13532026-05-28T16:55:14.210Z Compiling cpufeatures v0.2.17
13542026-05-28T16:55:14.231Z Compiling futures-io v0.3.32
13552026-05-28T16:55:14.246Z Compiling getrandom v0.4.1
13562026-05-28T16:55:14.246Z Compiling rand_core v0.10.0
13572026-05-28T16:55:14.340Z Compiling indexmap v2.14.0
13582026-05-28T16:55:14.383Z Compiling getrandom v0.3.4
13592026-05-28T16:55:14.398Z Compiling rustversion v1.0.22
13602026-05-28T16:55:14.413Z Compiling cmake v0.1.57
13612026-05-28T16:55:14.864Z Compiling form_urlencoded v1.2.2
13622026-05-28T16:55:14.882Z Compiling fs_extra v1.3.0
13632026-05-28T16:55:14.902Z Compiling dunce v1.0.5
13642026-05-28T16:55:15.014Z Compiling base64ct v1.8.3
13652026-05-28T16:55:15.039Z Compiling synstructure v0.13.2
13662026-05-28T16:55:15.052Z Compiling ident_case v1.0.1
13672026-05-28T16:55:15.155Z Compiling aws-lc-sys v0.40.0
13682026-05-28T16:55:15.174Z Compiling iana-time-zone v0.1.65
13692026-05-28T16:55:15.299Z Compiling pem-rfc7468 v0.7.0
13702026-05-28T16:55:15.348Z Compiling regex-syntax v0.8.10
13712026-05-28T16:55:15.378Z Compiling rustix v1.1.3
13722026-05-28T16:55:15.400Z Compiling flagset v0.4.7
13732026-05-28T16:55:15.537Z Compiling rand_core v0.9.5
13742026-05-28T16:55:15.579Z Compiling ring v0.17.14
13752026-05-28T16:55:15.611Z Compiling aws-lc-rs v1.16.3
13762026-05-28T16:55:15.653Z Compiling vcpkg v0.2.15
13772026-05-28T16:55:15.811Z Compiling uuid v1.23.0
13782026-05-28T16:55:15.897Z Compiling rustc_version v0.4.1
13792026-05-28T16:55:16.242Z Compiling tracing-core v0.1.36
13802026-05-28T16:55:16.418Z Compiling openssl-sys v0.9.115
13812026-05-28T16:55:16.558Z Compiling base64 v0.22.1
13822026-05-28T16:55:16.806Z Compiling openssl-probe v0.2.1
13832026-05-28T16:55:16.808Z Compiling serde_derive v1.0.228
13842026-05-28T16:55:16.843Z Compiling zeroize_derive v1.4.3
13852026-05-28T16:55:16.931Z Compiling zerofrom-derive v0.1.6
13862026-05-28T16:55:16.978Z Compiling yoke-derive v0.8.1
13872026-05-28T16:55:17.122Z Compiling zerovec-derive v0.11.2
13882026-05-28T16:55:17.464Z Compiling zeroize v1.8.2
13892026-05-28T16:55:17.743Z Compiling zerocopy-derive v0.8.40
13902026-05-28T16:55:18.152Z Compiling displaydoc v0.2.5
13912026-05-28T16:55:18.261Z Compiling crypto-common v0.1.7
13922026-05-28T16:55:18.261Z Compiling block-buffer v0.10.4
13932026-05-28T16:55:18.352Z Compiling zerofrom v0.1.6
13942026-05-28T16:55:18.418Z Compiling digest v0.10.7
13952026-05-28T16:55:18.432Z Compiling tokio-macros v2.7.0
13962026-05-28T16:55:18.477Z Compiling yoke v0.8.1
13972026-05-28T16:55:18.661Z Compiling zerovec v0.11.5
13982026-05-28T16:55:18.661Z Compiling futures-macro v0.3.32
13992026-05-28T16:55:18.896Z Compiling zerotrie v0.2.3
14002026-05-28T16:55:19.138Z Compiling tinystr v0.8.2
14012026-05-28T16:55:19.157Z Compiling potential_utf v0.1.4
14022026-05-28T16:55:19.193Z Compiling hmac v0.12.1
14032026-05-28T16:55:19.308Z Compiling icu_locale_core v2.1.1
14042026-05-28T16:55:19.335Z Compiling icu_collections v2.1.1
14052026-05-28T16:55:19.346Z Compiling block-padding v0.3.3
14062026-05-28T16:55:19.450Z Compiling futures-util v0.3.32
14072026-05-28T16:55:19.497Z Compiling inout v0.1.4
14082026-05-28T16:55:19.660Z Compiling cipher v0.4.4
14092026-05-28T16:55:19.797Z Compiling sha2 v0.10.9
14102026-05-28T16:55:19.916Z Compiling icu_provider v2.1.1
14112026-05-28T16:55:20.174Z Compiling icu_normalizer v2.1.1
14122026-05-28T16:55:20.215Z Compiling bytes v1.11.1
14132026-05-28T16:55:20.267Z Compiling icu_properties v2.1.2
14142026-05-28T16:55:20.551Z Compiling der_derive v0.7.3
14152026-05-28T16:55:20.692Z Compiling tokio v1.52.1
14162026-05-28T16:55:20.810Z Compiling http v1.4.0
14172026-05-28T16:55:21.165Z Compiling idna_adapter v1.2.1
14182026-05-28T16:55:21.304Z Compiling idna v1.1.0
14192026-05-28T16:55:21.354Z Compiling chrono v0.4.44
14202026-05-28T16:55:21.493Z Compiling der v0.7.10
14212026-05-28T16:55:21.676Z Compiling url v2.5.8
14222026-05-28T16:55:21.710Z Compiling salsa20 v0.10.2
14232026-05-28T16:55:21.846Z Compiling pbkdf2 v0.12.2
14242026-05-28T16:55:21.940Z Compiling ppv-lite86 v0.2.21
14252026-05-28T16:55:21.959Z Compiling rustls-pki-types v1.14.0
14262026-05-28T16:55:22.123Z Compiling tracing-attributes v0.1.31
14272026-05-28T16:55:22.252Z Compiling thiserror-impl v2.0.18
14282026-05-28T16:55:22.390Z Compiling spki v0.7.3
14292026-05-28T16:55:22.462Z Compiling rand_chacha v0.9.0
14302026-05-28T16:55:22.641Z Compiling scrypt v0.11.0
14312026-05-28T16:55:22.713Z Compiling http-body v1.0.1
14322026-05-28T16:55:22.738Z Compiling cbc v0.1.2
14332026-05-28T16:55:22.864Z Compiling aes v0.8.4
14342026-05-28T16:55:22.900Z Compiling untrusted v0.7.1
14352026-05-28T16:55:22.955Z Compiling httparse v1.10.1
14362026-05-28T16:55:23.021Z Compiling tinyvec_macros v0.1.1
14372026-05-28T16:55:23.092Z Compiling untrusted v0.9.0
14382026-05-28T16:55:23.176Z Compiling tinyvec v1.10.0
14392026-05-28T16:55:23.335Z Compiling pkcs5 v0.7.1
14402026-05-28T16:55:23.426Z Compiling tracing v0.1.44
14412026-05-28T16:55:23.517Z Compiling rand v0.9.2
14422026-05-28T16:55:23.620Z Compiling thiserror v2.0.18
14432026-05-28T16:55:23.698Z Compiling pest_generator v2.8.6
14442026-05-28T16:55:23.724Z Compiling serde_derive_internals v0.29.1
14452026-05-28T16:55:23.809Z Compiling aho-corasick v1.1.4
14462026-05-28T16:55:23.918Z Compiling schemars v0.8.22
14472026-05-28T16:55:24.114Z Compiling tower-service v0.3.3
14482026-05-28T16:55:24.211Z Compiling rustls v0.23.37
14492026-05-28T16:55:24.304Z Compiling atomic-waker v1.1.2
14502026-05-28T16:55:24.379Z Compiling tower-layer v0.3.3
14512026-05-28T16:55:24.382Z Compiling try-lock v0.2.5
14522026-05-28T16:55:24.426Z Compiling tokio-util v0.7.18
14532026-05-28T16:55:24.496Z Compiling dyn-clone v1.0.20
14542026-05-28T16:55:24.540Z Compiling want v0.3.1
14552026-05-28T16:55:24.608Z Compiling schemars_derive v0.8.22
14562026-05-28T16:55:24.630Z Compiling regex-automata v0.4.14
14572026-05-28T16:55:24.702Z Compiling pest_derive v2.8.6
14582026-05-28T16:55:24.986Z Compiling pkcs8 v0.10.2
14592026-05-28T16:55:25.122Z Compiling h2 v0.4.13
14602026-05-28T16:55:25.433Z Compiling ipnet v2.11.0
14612026-05-28T16:55:25.475Z Compiling scroll_derive v0.13.1
14622026-05-28T16:55:25.573Z Compiling darling_core v0.20.11
14632026-05-28T16:55:25.823Z Compiling httpdate v1.0.3
14642026-05-28T16:55:25.927Z Compiling pin-utils v0.1.0
14652026-05-28T16:55:26.004Z Compiling foreign-types-shared v0.1.1
14662026-05-28T16:55:26.039Z Compiling openssl v0.10.79
14672026-05-28T16:55:26.089Z Compiling foreign-types v0.3.2
14682026-05-28T16:55:26.163Z Compiling tempfile v3.25.0
14692026-05-28T16:55:26.261Z Compiling scroll v0.13.0
14702026-05-28T16:55:26.341Z Compiling unicode-normalization v0.1.25
14712026-05-28T16:55:26.521Z Compiling openssl-macros v0.1.1
14722026-05-28T16:55:26.799Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-28T16:55:26.908Z Compiling spin v0.9.8
14742026-05-28T16:55:26.941Z Compiling powerfmt v0.2.0
14752026-05-28T16:55:27.111Z Compiling crc32fast v1.5.0
14762026-05-28T16:55:27.140Z Compiling native-tls v0.2.18
14772026-05-28T16:55:27.179Z Compiling time-core v0.1.8
14782026-05-28T16:55:27.324Z Compiling num-conv v0.2.0
14792026-05-28T16:55:27.416Z Compiling deranged v0.5.8
14802026-05-28T16:55:27.454Z Compiling time-macros v0.2.27
14812026-05-28T16:55:27.869Z Compiling darling_macro v0.20.11
14822026-05-28T16:55:28.330Z Compiling hyper v1.8.1
14832026-05-28T16:55:28.424Z Compiling darling v0.20.11
14842026-05-28T16:55:28.508Z Compiling goblin v0.10.5
14852026-05-28T16:55:28.533Z Compiling rustls-native-certs v0.8.3
14862026-05-28T16:55:28.708Z Compiling sync_wrapper v1.0.2
14872026-05-28T16:55:28.819Z Compiling wait-timeout v0.2.1
14882026-05-28T16:55:28.833Z Compiling num_threads v0.1.7
14892026-05-28T16:55:28.929Z Compiling crossbeam-utils v0.8.21
14902026-05-28T16:55:29.083Z Compiling usdt-impl v0.6.0
14912026-05-28T16:55:29.086Z Compiling bit-vec v0.8.0
14922026-05-28T16:55:29.214Z Compiling quick-error v1.2.3
14932026-05-28T16:55:29.284Z Compiling siphasher v1.0.2
14942026-05-28T16:55:29.316Z Compiling simd-adler32 v0.3.8
14952026-05-28T16:55:29.317Z Compiling syn v1.0.109
14962026-05-28T16:55:29.470Z Compiling hyper-util v0.1.20
14972026-05-28T16:55:29.561Z Compiling rusty-fork v0.3.1
14982026-05-28T16:55:29.692Z Compiling bit-set v0.8.0
14992026-05-28T16:55:29.890Z Compiling time v0.3.47
15002026-05-28T16:55:29.905Z Compiling tower v0.5.3
15012026-05-28T16:55:30.164Z Compiling derive_builder_core v0.20.2
15022026-05-28T16:55:30.534Z Compiling dtrace-parser v0.3.0
15032026-05-28T16:55:30.559Z Compiling http-body-util v0.1.3
15042026-05-28T16:55:30.800Z Compiling webpki-roots v1.0.6
15052026-05-28T16:55:30.920Z Compiling signature v2.2.0
15062026-05-28T16:55:31.019Z Compiling thiserror-impl v1.0.69
15072026-05-28T16:55:31.099Z Compiling scroll_derive v0.12.1
15082026-05-28T16:55:31.195Z Compiling dof v0.4.0
15092026-05-28T16:55:31.271Z Compiling heapless v0.7.17
15102026-05-28T16:55:31.444Z Compiling rand_xorshift v0.4.0
15112026-05-28T16:55:31.506Z Compiling slog v2.8.2
15122026-05-28T16:55:31.603Z Compiling darling_core v0.21.3
15132026-05-28T16:55:31.689Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-28T16:55:31.743Z Compiling thread-id v5.1.0
15152026-05-28T16:55:31.826Z Compiling cookie v0.18.1
15162026-05-28T16:55:31.959Z Compiling zstd-safe v7.2.4
15172026-05-28T16:55:32.004Z Compiling unicode-properties v0.1.4
15182026-05-28T16:55:32.152Z Compiling allocator-api2 v0.2.21
15192026-05-28T16:55:32.214Z Compiling signal-hook v0.3.18
15202026-05-28T16:55:32.249Z Compiling paste v1.0.15
15212026-05-28T16:55:32.352Z Compiling iri-string v0.7.10
15222026-05-28T16:55:32.381Z Compiling adler2 v2.0.1
15232026-05-28T16:55:32.469Z Compiling anyhow v1.0.102
15242026-05-28T16:55:32.507Z Compiling unicode-bidi v0.3.18
15252026-05-28T16:55:32.507Z Compiling unarray v0.1.4
15262026-05-28T16:55:32.673Z Compiling ryu v1.0.23
15272026-05-28T16:55:32.737Z Compiling proptest v1.10.0
15282026-05-28T16:55:32.850Z Compiling serde_urlencoded v0.7.1
15292026-05-28T16:55:33.034Z Compiling stringprep v0.1.5
15302026-05-28T16:55:33.108Z Compiling miniz_oxide v0.8.9
15312026-05-28T16:55:33.159Z Compiling thiserror v1.0.69
15322026-05-28T16:55:33.718Z Compiling tower-http v0.6.8
15332026-05-28T16:55:33.878Z Compiling scroll v0.12.0
15342026-05-28T16:55:34.040Z Compiling derive_builder_macro v0.20.2
15352026-05-28T16:55:34.054Z Compiling tokio-native-tls v0.3.1
15362026-05-28T16:55:34.137Z Compiling ipnetwork v0.21.1
15372026-05-28T16:55:34.153Z Compiling darling_macro v0.21.3
15382026-05-28T16:55:34.214Z Compiling bstr v1.12.1
15392026-05-28T16:55:34.483Z Compiling rand_chacha v0.3.1
15402026-05-28T16:55:34.516Z Compiling toml_datetime v0.6.11
15412026-05-28T16:55:34.540Z Compiling serde_spanned v0.6.9
15422026-05-28T16:55:34.615Z Compiling serde_tokenstream v0.2.3
15432026-05-28T16:55:34.681Z Compiling erased-serde v0.3.31
15442026-05-28T16:55:34.769Z Compiling md-5 v0.10.6
15452026-05-28T16:55:34.856Z Compiling zerocopy-derive v0.7.35
15462026-05-28T16:55:34.925Z Compiling pin-project-internal v1.1.11
15472026-05-28T16:55:34.939Z Compiling async-trait v0.1.89
15482026-05-28T16:55:35.161Z Compiling curve25519-dalek v4.1.3
15492026-05-28T16:55:35.278Z Compiling vergen-lib v9.1.0
15502026-05-28T16:55:35.457Z Compiling num-integer v0.1.46
15512026-05-28T16:55:35.492Z Compiling hash32 v0.2.1
15522026-05-28T16:55:35.683Z Compiling ff v0.13.1
15532026-05-28T16:55:35.704Z Compiling memoffset v0.9.1
15542026-05-28T16:55:35.779Z Compiling encoding_rs v0.8.35
15552026-05-28T16:55:35.820Z Compiling psl-types v2.0.11
15562026-05-28T16:55:35.899Z Compiling cfg_aliases v0.2.1
15572026-05-28T16:55:35.945Z Compiling fallible-iterator v0.2.0
15582026-05-28T16:55:35.959Z Compiling ref-cast v1.0.25
15592026-05-28T16:55:35.972Z Compiling num-bigint-dig v0.8.6
15602026-05-28T16:55:36.026Z Compiling zlib-rs v0.6.2
15612026-05-28T16:55:36.153Z Compiling smoltcp v0.9.1
15622026-05-28T16:55:36.254Z Compiling base16ct v0.2.0
15632026-05-28T16:55:36.257Z Compiling litrs v1.0.0
15642026-05-28T16:55:36.447Z Compiling rustix v0.38.44
15652026-05-28T16:55:36.481Z Compiling mime v0.3.17
15662026-05-28T16:55:36.755Z Compiling sec1 v0.7.3
15672026-05-28T16:55:36.769Z Compiling document-features v0.2.12
15682026-05-28T16:55:36.926Z Compiling postgres-protocol v0.6.10
15692026-05-28T16:55:37.052Z Compiling pin-project v1.1.11
15702026-05-28T16:55:37.153Z Compiling nix v0.31.2
15712026-05-28T16:55:37.276Z Compiling publicsuffix v2.3.0
15722026-05-28T16:55:37.441Z Compiling group v0.13.0
15732026-05-28T16:55:37.455Z Compiling zerocopy v0.7.35
15742026-05-28T16:55:37.467Z Compiling num-iter v0.1.45
15752026-05-28T16:55:37.721Z Compiling newtype-uuid v1.3.2
15762026-05-28T16:55:37.956Z Compiling hubpack_derive v0.1.1
15772026-05-28T16:55:37.978Z Compiling rand v0.8.6
15782026-05-28T16:55:37.992Z Compiling darling v0.21.3
15792026-05-28T16:55:38.052Z Compiling derive_builder v0.20.2
15802026-05-28T16:55:38.070Z Compiling oxnet v0.1.4
15812026-05-28T16:55:38.091Z Compiling hyper-tls v0.6.0
15822026-05-28T16:55:38.175Z Compiling goblin v0.8.2
15832026-05-28T16:55:38.815Z Compiling phf_shared v0.13.1
15842026-05-28T16:55:38.942Z Compiling flate2 v1.1.9
15852026-05-28T16:55:39.057Z Compiling lazy_static v1.5.0
15862026-05-28T16:55:39.119Z Compiling regex v1.12.3
15872026-05-28T16:55:39.132Z Compiling futures-executor v0.3.32
15882026-05-28T16:55:39.149Z Compiling hex v0.4.3
15892026-05-28T16:55:39.321Z Compiling hkdf v0.12.4
15902026-05-28T16:55:39.350Z Compiling crypto-bigint v0.5.5
15912026-05-28T16:55:39.387Z Compiling terminal_size v0.4.3
15922026-05-28T16:55:39.415Z Compiling daft-derive v0.1.7
15932026-05-28T16:55:39.480Z Compiling curve25519-dalek-derive v0.1.1
15942026-05-28T16:55:39.522Z Compiling ref-cast-impl v1.0.25
15952026-05-28T16:55:39.539Z Compiling strum_macros v0.27.2
15962026-05-28T16:55:40.061Z Compiling snafu-derive v0.8.9
15972026-05-28T16:55:40.116Z Compiling vergen v9.1.0
15982026-05-28T16:55:40.119Z Compiling fs-err v3.3.0
15992026-05-28T16:55:40.304Z Compiling cargo-platform v0.3.2
16002026-05-28T16:55:40.320Z Compiling ahash v0.8.12
16012026-05-28T16:55:40.517Z Compiling bitflags v1.3.2
16022026-05-28T16:55:40.577Z Compiling foldhash v0.1.5
16032026-05-28T16:55:40.594Z Compiling object v0.37.3
16042026-05-28T16:55:40.751Z Compiling winnow v0.5.40
16052026-05-28T16:55:40.861Z Compiling unicode-segmentation v1.12.0
16062026-05-28T16:55:41.256Z Compiling libbz2-rs-sys v0.2.2
16072026-05-28T16:55:41.454Z Compiling managed v0.8.0
16082026-05-28T16:55:41.472Z Compiling foldhash v0.2.0
16092026-05-28T16:55:41.656Z Compiling bumpalo v3.20.2
16102026-05-28T16:55:41.670Z Compiling same-file v1.0.6
16112026-05-28T16:55:41.690Z Compiling bzip2 v0.6.1
16122026-05-28T16:55:41.833Z Compiling walkdir v2.5.0
16132026-05-28T16:55:41.897Z Compiling zopfli v0.8.3
16142026-05-28T16:55:41.934Z Compiling hashbrown v0.16.1
16152026-05-28T16:55:41.959Z Compiling snafu v0.8.9
16162026-05-28T16:55:42.138Z Compiling toml_edit v0.19.15
16172026-05-28T16:55:42.166Z Compiling strum v0.27.2
16182026-05-28T16:55:42.312Z Compiling hashbrown v0.15.5
16192026-05-28T16:55:42.344Z Compiling clap_builder v4.5.60
16202026-05-28T16:55:42.546Z Compiling cargo_metadata v0.23.1
16212026-05-28T16:55:42.560Z Compiling dof v0.3.0
16222026-05-28T16:55:42.862Z Compiling elliptic-curve v0.13.8
16232026-05-28T16:55:42.907Z Compiling daft v0.1.7
16242026-05-28T16:55:43.290Z Compiling futures v0.3.32
16252026-05-28T16:55:43.376Z Compiling phf v0.13.1
16262026-05-28T16:55:43.823Z Compiling cookie_store v0.22.1
16272026-05-28T16:55:43.904Z Compiling signal-hook-mio v0.2.5
16282026-05-28T16:55:43.918Z Compiling zstd v0.13.3
16292026-05-28T16:55:44.017Z Compiling hubpack v0.1.2
16302026-05-28T16:55:44.176Z Compiling bzip2 v0.4.4
16312026-05-28T16:55:44.238Z Compiling serde_with_macros v3.17.0
16322026-05-28T16:55:44.462Z Compiling postgres-types v0.2.12
16332026-05-28T16:55:44.800Z Compiling usdt-attr-macro v0.6.0
16342026-05-28T16:55:45.011Z Compiling usdt-macro v0.6.0
16352026-05-28T16:55:45.336Z Compiling globset v0.4.18
16362026-05-28T16:55:45.352Z Compiling dtrace-parser v0.2.0
16372026-05-28T16:55:45.586Z Compiling ed25519 v2.2.3
16382026-05-28T16:55:45.600Z Compiling phf_shared v0.11.3
16392026-05-28T16:55:45.746Z Compiling olpc-cjson v0.1.4
16402026-05-28T16:55:45.782Z Compiling pkcs1 v0.7.5
16412026-05-28T16:55:45.905Z Compiling serde_plain v1.0.2
16422026-05-28T16:55:46.010Z Compiling serde-big-array v0.5.1
16432026-05-28T16:55:46.093Z Compiling rfc6979 v0.4.0
16442026-05-28T16:55:46.107Z Compiling serde_repr v0.1.20
16452026-05-28T16:55:46.153Z Compiling enum-as-inner v0.6.1
16462026-05-28T16:55:46.169Z Compiling async-recursion v1.1.1
16472026-05-28T16:55:46.193Z Compiling strum_macros v0.26.4
16482026-05-28T16:55:46.212Z Compiling clap_derive v4.5.55
16492026-05-28T16:55:46.491Z Compiling pem v3.0.6
16502026-05-28T16:55:46.624Z Compiling float-cmp v0.10.0
16512026-05-28T16:55:46.648Z Compiling thread-id v4.2.2
16522026-05-28T16:55:46.736Z Compiling memmap2 v0.9.10
16532026-05-28T16:55:46.774Z Compiling env_filter v1.0.0
16542026-05-28T16:55:46.807Z Compiling new_debug_unreachable v1.0.6
16552026-05-28T16:55:46.820Z Compiling static_assertions v1.1.0
16562026-05-28T16:55:46.879Z Compiling fixedbitset v0.5.7
16572026-05-28T16:55:46.892Z Compiling whoami v2.1.0
16582026-05-28T16:55:46.941Z Compiling difflib v0.4.0
16592026-05-28T16:55:47.070Z Compiling data-encoding v2.10.0
16602026-05-28T16:55:47.173Z Compiling typed-path v0.9.3
16612026-05-28T16:55:47.254Z Compiling keccak v0.1.6
16622026-05-28T16:55:47.513Z Compiling predicates-core v1.0.10
16632026-05-28T16:55:47.691Z Compiling jiff v0.2.21
16642026-05-28T16:55:47.796Z Compiling precomputed-hash v0.1.1
16652026-05-28T16:55:47.888Z Compiling fixedbitset v0.4.2
16662026-05-28T16:55:47.967Z Compiling normalize-line-endings v0.3.0
16672026-05-28T16:55:48.002Z Compiling either v1.15.0
16682026-05-28T16:55:48.063Z Compiling petgraph v0.6.5
16692026-05-28T16:55:48.104Z Compiling predicates v3.1.4
16702026-05-28T16:55:48.118Z Compiling clap v4.5.60
16712026-05-28T16:55:48.201Z Compiling itertools v0.13.0
16722026-05-28T16:55:48.215Z Compiling strum v0.26.3
16732026-05-28T16:55:48.346Z Compiling toml_edit v0.22.27
16742026-05-28T16:55:48.417Z Compiling string_cache v0.8.9
16752026-05-28T16:55:48.647Z Compiling sha3 v0.10.8
16762026-05-28T16:55:48.766Z Compiling hickory-proto v0.25.2
16772026-05-28T16:55:48.985Z Compiling tokio-postgres v0.7.16
16782026-05-28T16:55:49.106Z Compiling petgraph v0.8.3
16792026-05-28T16:55:49.426Z Compiling env_logger v0.11.9
16802026-05-28T16:55:49.556Z Compiling usdt v0.6.0
16812026-05-28T16:55:49.772Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-05-28T16:55:49.817Z Compiling usdt-impl v0.5.0
16832026-05-28T16:55:50.398Z Compiling zip v4.6.1
16842026-05-28T16:55:51.032Z Compiling ecdsa v0.16.9
16852026-05-28T16:55:51.055Z Compiling rsa v0.9.10
16862026-05-28T16:55:51.177Z Compiling ed25519-dalek v2.2.0
16872026-05-28T16:55:51.349Z Compiling crossterm v0.28.1
16882026-05-28T16:55:51.434Z Compiling serde_with v3.17.0
16892026-05-28T16:55:51.885Z Compiling zip v0.6.6
16902026-05-28T16:55:52.573Z Compiling toml v0.7.8
16912026-05-28T16:55:52.705Z Compiling iddqd v0.4.2
16922026-05-28T16:55:53.307Z Compiling heck v0.4.1
16932026-05-28T16:55:53.361Z Compiling similar v2.7.0
16942026-05-28T16:55:53.420Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-28T16:55:53.490Z Compiling crossbeam-epoch v0.9.18
16962026-05-28T16:55:53.535Z Compiling tokio-stream v0.1.18
16972026-05-28T16:55:53.820Z Compiling buf-list v1.1.2
16982026-05-28T16:55:53.994Z Compiling x509-cert v0.2.5
16992026-05-28T16:55:53.998Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-05-28T16:55:54.043Z Compiling openapiv3 v2.2.0
17012026-05-28T16:55:54.093Z Compiling sha1 v0.10.6
17022026-05-28T16:55:54.238Z Compiling peg-runtime v0.8.5
17032026-05-28T16:55:54.298Z Compiling lalrpop-util v0.19.12
17042026-05-28T16:55:54.318Z Compiling thread_local v1.1.9
17052026-05-28T16:55:54.382Z Compiling slog-async v2.8.0
17062026-05-28T16:55:54.484Z Compiling crossbeam-channel v0.5.15
17072026-05-28T16:55:54.514Z Compiling is-terminal v0.4.17
17082026-05-28T16:55:54.572Z Compiling filetime v0.2.27
17092026-05-28T16:55:54.607Z Compiling term v1.2.1
17102026-05-28T16:55:54.694Z Compiling xattr v1.6.1
17112026-05-28T16:55:54.737Z Compiling take_mut v0.2.2
17122026-05-28T16:55:54.862Z Compiling tar v0.4.45
17132026-05-28T16:55:54.937Z Compiling slog-term v2.9.2
17142026-05-28T16:56:04.309Z Compiling rustls-webpki v0.103.9
17152026-05-28T16:56:07.090Z Compiling tokio-rustls v0.26.4
17162026-05-28T16:56:07.090Z Compiling rustls-platform-verifier v0.6.2
17172026-05-28T16:56:07.286Z Compiling hyper-rustls v0.27.7
17182026-05-28T16:56:07.487Z Compiling reqwest v0.12.28
17192026-05-28T16:56:07.487Z Compiling reqwest v0.13.2
17202026-05-28T16:56:08.760Z Compiling tough v0.22.0
17212026-05-28T16:56:11.300Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-28T16:56:11.514Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-28T16:56:14.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17242026-05-28T16:56:14.523Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-28T16:56:14.578ZMay 28 16:56:13.799 INFO Starting download, target: Clickhouse
17262026-05-28T16:56:14.578ZMay 28 16:56:13.800 INFO Starting download, target: Console
17272026-05-28T16:56:14.578ZMay 28 16:56:13.800 INFO Starting download, target: DendriteStub
17282026-05-28T16:56:14.578ZMay 28 16:56:13.800 INFO Starting download, target: MaghemiteMgd
17292026-05-28T16:56:14.578ZMay 28 16:56:13.800 INFO Starting download, target: Cockroach
17302026-05-28T16:56:14.581ZMay 28 16:56:13.800 INFO Starting download, target: TransceiverControl
17312026-05-28T16:56:14.581ZMay 28 16:56:13.800 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-28T16:56:14.582ZMay 28 16:56:13.800 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-28T16:56:14.582ZMay 28 16:56:13.800 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-28T16:56:14.582ZMay 28 16:56:13.800 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-28T16:56:14.582ZMay 28 16:56:13.800 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-28T16:56:14.582ZMay 28 16:56:13.800 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-28T16:56:15.150ZMay 28 16:56:14.360 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-28T16:56:15.353ZMay 28 16:56:14.572 INFO Download complete, target: TransceiverControl
17392026-05-28T16:56:15.539ZMay 28 16:56:14.756 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-28T16:56:15.777ZMay 28 16:56:14.989 INFO Download complete, target: Console
17412026-05-28T16:56:16.038ZMay 28 16:56:15.258 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-28T16:56:16.210ZMay 28 16:56:15.426 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-05-28T16:56:16.539ZMay 28 16:56:15.761 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-05-28T16:56:16.539ZMay 28 16:56:15.761 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-05-28T16:56:16.817ZMay 28 16:56:16.039 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-28T16:56:18.453ZMay 28 16:56:17.675 INFO Download complete, target: DendriteStub
17472026-05-28T16:56:18.623ZMay 28 16:56:17.845 INFO Download complete, target: MaghemiteMgd
17482026-05-28T16:56:21.330ZMay 28 16:56:20.508 INFO Checking that binary works, target: Cockroach
17492026-05-28T16:56:21.446ZMay 28 16:56:20.637 INFO Download complete, target: Cockroach
17502026-05-28T16:56:23.594ZMay 28 16:56:22.816 INFO Checking that binary works, target: Clickhouse
17512026-05-28T16:56:23.696ZMay 28 16:56:22.917 INFO Download complete, target: Clickhouse
17522026-05-28T16:56:23.713ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-28T16:56:23.716Z
17542026-05-28T16:56:23.716Zreal 2:18.318655254
17552026-05-28T16:56:23.716Zuser 6:56.388552610
17562026-05-28T16:56:23.716Zsys 1:22.111169753
17572026-05-28T16:56:23.716Ztrap 0.224806734
17582026-05-28T16:56:23.716Ztflt 0.686474642
17592026-05-28T16:56:23.716Zdflt 0.563500676
17602026-05-28T16:56:23.716Zkflt 0.025081205
17612026-05-28T16:56:23.716Zlock 21:52.826941765
17622026-05-28T16:56:23.716Zslp 21:26.200821833
17632026-05-28T16:56:23.716Zlat 42.556710807
17642026-05-28T16:56:23.716Zstop 1:51.095049258
17652026-05-28T16:56:23.716Z+ banner hack-check
17662026-05-28T16:56:23.716Z
17672026-05-28T16:56:23.716Z # # ## #### # # #### # # ###### #### # #
17682026-05-28T16:56:23.716Z # # # # # # # # # # # # # # # # #
17692026-05-28T16:56:23.716Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-28T16:56:23.716Z # # ###### # # # # # # # # # #
17712026-05-28T16:56:23.717Z # # # # # # # # # # # # # # # # #
17722026-05-28T16:56:23.717Z # # # # #### # # #### # # ###### #### # #
17732026-05-28T16:56:23.717Z
17742026-05-28T16:56:23.717Z+ export CARGO_INCREMENTAL=0
17752026-05-28T16:56:23.717Z+ CARGO_INCREMENTAL=0
17762026-05-28T16:56:23.717Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-28T16:56:24.241Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-28T16:56:24.458Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-28T16:56:26.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17802026-05-28T16:56:26.403Z Running `target/debug/xtask check-features --ci`
17812026-05-28T16:56:26.431Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-28T16:56:26.440Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-28T16:56:26.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-28T16:56:26.936Z Running `target/debug/xtask download cargo-hack`
17852026-05-28T16:56:27.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-28T16:56:28.011Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-28T16:56:30.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17882026-05-28T16:56:30.672Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-28T16:56:30.709ZMay 28 16:56:29.931 INFO Starting download, target: CargoHack
17902026-05-28T16:56:30.712ZMay 28 16:56:29.931 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-28T16:56:31.314ZMay 28 16:56:30.536 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-28T16:56:31.366ZMay 28 16:56:30.588 INFO Download complete, target: CargoHack
17932026-05-28T16:56:31.369Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-05-28T16:56:31.383Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-28T16:56:31.540Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-28T16:56:32.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-28T16:56:32.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-28T16:56:32.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-28T16:56:32.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-28T16:56:32.132Z
18012026-05-28T16:56:32.133Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-28T16:56:32.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-28T16:56:32.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-28T16:56:32.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-28T16:56:32.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-05-28T16:56:32.718Z
18072026-05-28T16:56:32.718Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-28T16:56:33.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T16:56:33.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T16:56:33.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T16:56:33.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-05-28T16:56:33.310Z
18132026-05-28T16:56:33.310Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-28T16:56:33.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T16:56:33.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T16:56:33.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T16:56:33.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-28T16:56:33.887Z
18192026-05-28T16:56:33.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-28T16:56:34.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T16:56:34.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T16:56:34.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T16:56:34.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-05-28T16:56:34.453Z
18252026-05-28T16:56:34.453Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-28T16:56:34.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T16:56:34.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T16:56:34.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T16:56:34.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-28T16:56:35.051Z
18312026-05-28T16:56:35.051Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-28T16:56:35.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T16:56:35.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T16:56:35.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T16:56:35.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-28T16:56:35.645Z
18372026-05-28T16:56:35.645Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-28T16:56:36.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T16:56:36.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T16:56:36.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T16:56:36.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18422026-05-28T16:56:36.242Z
18432026-05-28T16:56:36.242Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-28T16:56:36.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T16:56:36.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T16:56:36.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T16:56:36.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-28T16:56:36.705Z
18492026-05-28T16:56:36.705Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-28T16:56:37.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T16:56:37.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T16:56:37.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T16:56:37.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542026-05-28T16:56:37.172Z
18552026-05-28T16:56:37.172Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-28T16:56:37.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T16:56:37.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T16:56:37.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T16:56:37.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-05-28T16:56:37.648Z
18612026-05-28T16:56:37.648Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-28T16:56:38.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T16:56:38.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T16:56:38.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T16:56:38.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18662026-05-28T16:56:38.117Z
18672026-05-28T16:56:38.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-28T16:56:38.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T16:56:38.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T16:56:38.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T16:56:38.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-05-28T16:56:38.588Z
18732026-05-28T16:56:38.588Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-28T16:56:39.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T16:56:39.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T16:56:39.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T16:56:39.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-28T16:56:39.059Z
18792026-05-28T16:56:39.059Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-28T16:56:39.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T16:56:39.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T16:56:39.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T16:56:39.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-28T16:56:39.526Z
18852026-05-28T16:56:39.526Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-28T16:56:39.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T16:56:39.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T16:56:39.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T16:56:39.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-05-28T16:56:39.992Z
18912026-05-28T16:56:39.992Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-28T16:56:40.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T16:56:40.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T16:56:40.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T16:56:40.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-28T16:56:40.455Z
18972026-05-28T16:56:40.455Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-28T16:56:40.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T16:56:40.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T16:56:40.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T16:56:40.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-28T16:56:40.928Z
19032026-05-28T16:56:40.928Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-28T16:56:41.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T16:56:41.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T16:56:41.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T16:56:41.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-28T16:56:41.407Z
19092026-05-28T16:56:41.407Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-28T16:56:41.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T16:56:41.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T16:56:41.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T16:56:41.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-28T16:56:41.869Z
19152026-05-28T16:56:41.869Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-28T16:56:42.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T16:56:42.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T16:56:42.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T16:56:42.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-28T16:56:42.335Z
19212026-05-28T16:56:42.335Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-28T16:56:42.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T16:56:42.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T16:56:42.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T16:56:42.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-28T16:56:42.806Z
19272026-05-28T16:56:42.806Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-28T16:56:43.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T16:56:43.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T16:56:43.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T16:56:43.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-05-28T16:56:43.276Z
19332026-05-28T16:56:43.276Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-28T16:56:43.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T16:56:43.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T16:56:43.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T16:56:43.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-28T16:56:43.744Z
19392026-05-28T16:56:43.744Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-28T16:56:44.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T16:56:44.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T16:56:44.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T16:56:44.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-28T16:56:44.219Z
19452026-05-28T16:56:44.219Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-28T16:56:44.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T16:56:44.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T16:56:44.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T16:56:44.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-28T16:56:44.689Z
19512026-05-28T16:56:44.689Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-28T16:56:45.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T16:56:45.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T16:56:45.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T16:56:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-28T16:56:45.164Z
19572026-05-28T16:56:45.165Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-28T16:56:45.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T16:56:45.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T16:56:45.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T16:56:45.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-28T16:56:45.633Z
19632026-05-28T16:56:45.633Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-28T16:56:46.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T16:56:46.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T16:56:46.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T16:56:46.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-05-28T16:56:46.102Z
19692026-05-28T16:56:46.102Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-28T16:56:46.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T16:56:46.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T16:56:46.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T16:56:46.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-28T16:56:46.574Z
19752026-05-28T16:56:46.574Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-28T16:56:46.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T16:56:46.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T16:56:46.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T16:56:46.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-28T16:56:47.041Z
19812026-05-28T16:56:47.041Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-28T16:56:47.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T16:56:47.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T16:56:47.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T16:56:47.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-05-28T16:56:47.513Z
19872026-05-28T16:56:47.513Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-28T16:56:47.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T16:56:47.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T16:56:47.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T16:56:47.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-28T16:56:47.984Z
19932026-05-28T16:56:47.984Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-28T16:56:48.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T16:56:48.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T16:56:48.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T16:56:48.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-05-28T16:56:48.463Z
19992026-05-28T16:56:48.463Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-28T16:56:48.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T16:56:48.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T16:56:48.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T16:56:48.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-28T16:56:48.926Z
20052026-05-28T16:56:48.926Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-28T16:56:49.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T16:56:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T16:56:49.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T16:56:49.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-28T16:56:49.395Z
20112026-05-28T16:56:49.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-28T16:56:49.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T16:56:49.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T16:56:49.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T16:56:49.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-28T16:56:49.864Z
20172026-05-28T16:56:49.864Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-28T16:56:50.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T16:56:50.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T16:56:50.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T16:56:50.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-28T16:56:50.330Z
20232026-05-28T16:56:50.331Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-28T16:56:50.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T16:56:50.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T16:56:50.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T16:56:50.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-28T16:56:50.802Z
20292026-05-28T16:56:50.802Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-28T16:56:51.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T16:56:51.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T16:56:51.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T16:56:51.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-05-28T16:56:51.275Z
20352026-05-28T16:56:51.275Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-28T16:56:51.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T16:56:51.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T16:56:51.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T16:56:51.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-28T16:56:51.750Z
20412026-05-28T16:56:51.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-28T16:56:52.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T16:56:52.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T16:56:52.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T16:56:52.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-28T16:56:52.225Z
20472026-05-28T16:56:52.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-28T16:56:52.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T16:56:52.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T16:56:52.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T16:56:52.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-28T16:56:52.696Z
20532026-05-28T16:56:52.696Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-28T16:56:53.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T16:56:53.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T16:56:53.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T16:56:53.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-28T16:56:53.169Z
20592026-05-28T16:56:53.169Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-28T16:56:53.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T16:56:53.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T16:56:53.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T16:56:53.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-28T16:56:53.640Z
20652026-05-28T16:56:53.640Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-28T16:56:54.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T16:56:54.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T16:56:54.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T16:56:54.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-28T16:56:54.116Z
20712026-05-28T16:56:54.116Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-28T16:56:54.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T16:56:54.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T16:56:54.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T16:56:54.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-28T16:56:54.588Z
20772026-05-28T16:56:54.588Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-28T16:56:54.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T16:56:55.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T16:56:55.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T16:56:55.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-05-28T16:56:55.058Z
20832026-05-28T16:56:55.058Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-28T16:56:55.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T16:56:55.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T16:56:55.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T16:56:55.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-28T16:56:55.695Z
20892026-05-28T16:56:55.695Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-28T16:56:56.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T16:56:56.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T16:56:56.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T16:56:56.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-05-28T16:56:56.339Z
20952026-05-28T16:56:56.340Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-28T16:56:56.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T16:56:56.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T16:56:56.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T16:56:56.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-05-28T16:56:56.978Z
21012026-05-28T16:56:56.979Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-28T16:56:57.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T16:56:57.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T16:56:57.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T16:56:57.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-05-28T16:56:57.622Z
21072026-05-28T16:56:57.622Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-28T16:56:58.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T16:56:58.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T16:56:58.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T16:56:58.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-28T16:56:58.231Z
21132026-05-28T16:56:58.231Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-28T16:56:58.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T16:56:58.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T16:56:58.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T16:56:58.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21182026-05-28T16:56:58.821Z
21192026-05-28T16:56:58.821Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-28T16:56:59.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T16:56:59.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T16:56:59.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T16:56:59.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-28T16:56:59.422Z
21252026-05-28T16:56:59.423Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-28T16:56:59.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T16:56:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T16:56:59.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T16:56:59.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302026-05-28T16:57:00.034Z
21312026-05-28T16:57:00.034Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-28T16:57:00.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T16:57:00.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T16:57:00.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T16:57:00.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-28T16:57:00.642Z
21372026-05-28T16:57:00.642Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-28T16:57:01.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T16:57:01.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T16:57:01.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T16:57:01.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-28T16:57:01.251Z
21432026-05-28T16:57:01.251Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-28T16:57:01.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T16:57:01.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T16:57:01.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T16:57:01.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-28T16:57:01.841Z
21492026-05-28T16:57:01.841Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-28T16:57:02.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T16:57:02.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T16:57:02.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T16:57:02.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-28T16:57:02.428Z
21552026-05-28T16:57:02.429Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-28T16:57:02.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T16:57:02.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T16:57:02.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T16:57:02.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-28T16:57:03.018Z
21612026-05-28T16:57:03.018Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-28T16:57:03.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T16:57:03.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T16:57:03.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T16:57:03.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-28T16:57:03.604Z
21672026-05-28T16:57:03.604Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-28T16:57:04.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T16:57:04.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T16:57:04.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T16:57:04.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-28T16:57:04.205Z
21732026-05-28T16:57:04.205Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-28T16:57:04.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T16:57:04.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T16:57:04.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T16:57:04.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-28T16:57:04.810Z
21792026-05-28T16:57:04.810Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-28T16:57:05.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T16:57:05.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T16:57:05.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T16:57:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-28T16:57:05.396Z
21852026-05-28T16:57:05.396Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-28T16:57:05.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T16:57:05.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T16:57:05.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T16:57:05.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-28T16:57:05.989Z
21912026-05-28T16:57:05.989Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-28T16:57:06.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T16:57:06.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T16:57:06.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T16:57:06.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-28T16:57:06.578Z
21972026-05-28T16:57:06.578Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-28T16:57:07.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T16:57:07.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T16:57:07.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T16:57:07.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-05-28T16:57:07.178Z
22032026-05-28T16:57:07.178Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-28T16:57:07.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T16:57:07.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T16:57:07.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T16:57:07.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-28T16:57:07.774Z
22092026-05-28T16:57:07.775Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-28T16:57:08.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T16:57:08.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T16:57:08.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T16:57:08.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-28T16:57:08.375Z
22152026-05-28T16:57:08.375Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-28T16:57:08.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T16:57:08.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T16:57:08.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T16:57:08.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22202026-05-28T16:57:08.976Z
22212026-05-28T16:57:08.977Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-28T16:57:09.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T16:57:09.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T16:57:09.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T16:57:09.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-28T16:57:09.569Z
22272026-05-28T16:57:09.569Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-28T16:57:10.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T16:57:10.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T16:57:10.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T16:57:10.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-28T16:57:10.187Z
22332026-05-28T16:57:10.187Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-28T16:57:10.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T16:57:10.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T16:57:10.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T16:57:10.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-28T16:57:10.804Z
22392026-05-28T16:57:10.804Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-28T16:57:11.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T16:57:11.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T16:57:11.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-28T16:57:11.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-28T16:57:11.391Z
22452026-05-28T16:57:11.391Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-28T16:57:11.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-28T16:57:11.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-28T16:57:12.012Z Checking cfg-if v1.0.4
22492026-05-28T16:57:12.015Z Checking libc v0.2.185
22502026-05-28T16:57:12.015Z Checking serde_core v1.0.228
22512026-05-28T16:57:12.131Z Checking zeroize v1.8.2
22522026-05-28T16:57:12.138Z Checking memchr v2.8.0
22532026-05-28T16:57:12.147Z Checking log v0.4.29
22542026-05-28T16:57:12.156Z Checking smallvec v1.15.1
22552026-05-28T16:57:12.168Z Checking typenum v1.19.0
22562026-05-28T16:57:12.168Z Checking subtle v2.6.1
22572026-05-28T16:57:12.266Z Checking itoa v1.0.17
22582026-05-28T16:57:12.302Z Checking scopeguard v1.2.0
22592026-05-28T16:57:12.320Z Checking stable_deref_trait v1.2.1
22602026-05-28T16:57:12.332Z Checking const-oid v0.9.6
22612026-05-28T16:57:12.392Z Checking zerofrom v0.1.6
22622026-05-28T16:57:12.403Z Checking lock_api v0.4.14
22632026-05-28T16:57:12.417Z Checking pin-project-lite v0.2.17
22642026-05-28T16:57:12.500Z Checking yoke v0.8.1
22652026-05-28T16:57:12.512Z Checking portable-atomic v1.13.1
22662026-05-28T16:57:12.516Z Checking futures-core v0.3.32
22672026-05-28T16:57:12.519Z Checking getrandom v0.2.17
22682026-05-28T16:57:12.592Z Checking errno v0.3.14
22692026-05-28T16:57:12.660Z Checking parking_lot_core v0.9.12
22702026-05-28T16:57:12.664Z Checking zerovec v0.11.5
22712026-05-28T16:57:12.684Z Checking generic-array v0.14.7
22722026-05-28T16:57:12.702Z Checking rand_core v0.6.4
22732026-05-28T16:57:12.705Z Checking signal-hook-registry v1.4.8
22742026-05-28T16:57:12.841Z Checking critical-section v1.2.0
22752026-05-28T16:57:12.862Z Checking parking_lot v0.12.5
22762026-05-28T16:57:12.874Z Checking mio v1.2.0
22772026-05-28T16:57:12.937Z Checking zerocopy v0.8.40
22782026-05-28T16:57:12.949Z Checking once_cell v1.21.3
22792026-05-28T16:57:13.004Z Checking zmij v1.0.21
22802026-05-28T16:57:13.042Z Checking socket2 v0.6.3
22812026-05-28T16:57:13.097Z Checking tinystr v0.8.2
22822026-05-28T16:57:13.110Z Checking libm v0.2.16
22832026-05-28T16:57:13.113Z Checking crypto-common v0.1.7
22842026-05-28T16:57:13.146Z Checking block-buffer v0.10.4
22852026-05-28T16:57:13.208Z Checking litemap v0.8.1
22862026-05-28T16:57:13.226Z Checking writeable v0.6.2
22872026-05-28T16:57:13.266Z Checking equivalent v1.0.2
22882026-05-28T16:57:13.278Z Checking percent-encoding v2.3.2
22892026-05-28T16:57:13.289Z Checking digest v0.10.7
22902026-05-28T16:57:13.344Z Checking potential_utf v0.1.4
22912026-05-28T16:57:13.373Z Checking zerotrie v0.2.3
22922026-05-28T16:57:13.386Z Checking icu_locale_core v2.1.1
22932026-05-28T16:57:13.415Z Checking futures-sink v0.3.32
22942026-05-28T16:57:13.474Z Checking icu_collections v2.1.1
22952026-05-28T16:57:13.488Z Checking futures-task v0.3.32
22962026-05-28T16:57:13.511Z Checking futures-channel v0.3.32
22972026-05-28T16:57:13.597Z Checking serde v1.0.228
22982026-05-28T16:57:13.618Z Checking bitflags v2.11.0
22992026-05-28T16:57:13.628Z Checking serde_json v1.0.149
23002026-05-28T16:57:13.698Z Checking slab v0.4.12
23012026-05-28T16:57:13.773Z Checking futures-io v0.3.32
23022026-05-28T16:57:13.786Z Checking cpufeatures v0.2.17
23032026-05-28T16:57:13.817Z Checking num-traits v0.2.19
23042026-05-28T16:57:13.849Z Checking hmac v0.12.1
23052026-05-28T16:57:13.861Z Checking icu_properties_data v2.1.2
23062026-05-28T16:57:13.879Z Checking futures-util v0.3.32
23072026-05-28T16:57:13.934Z Checking icu_provider v2.1.1
23082026-05-28T16:57:13.974Z Checking icu_normalizer_data v2.1.1
23092026-05-28T16:57:14.004Z Checking rand_core v0.10.0
23102026-05-28T16:57:14.005Z Checking bytes v1.11.1
23112026-05-28T16:57:14.042Z Checking hashbrown v0.17.0
23122026-05-28T16:57:14.121Z Checking getrandom v0.4.1
23132026-05-28T16:57:14.161Z Checking icu_normalizer v2.1.1
23142026-05-28T16:57:14.264Z Checking icu_properties v2.1.2
23152026-05-28T16:57:14.292Z Checking block-padding v0.3.3
23162026-05-28T16:57:14.334Z Checking utf8_iter v1.0.4
23172026-05-28T16:57:14.419Z Checking inout v0.1.4
23182026-05-28T16:57:14.431Z Checking tokio v1.52.1
23192026-05-28T16:57:14.451Z Checking sha2 v0.10.9
23202026-05-28T16:57:14.463Z Checking form_urlencoded v1.2.2
23212026-05-28T16:57:14.494Z Checking indexmap v2.14.0
23222026-05-28T16:57:14.550Z Checking cipher v0.4.4
23232026-05-28T16:57:14.584Z Checking getrandom v0.3.4
23242026-05-28T16:57:14.719Z Checking byteorder v1.5.0
23252026-05-28T16:57:14.731Z Checking base64ct v1.8.3
23262026-05-28T16:57:14.752Z Checking fnv v1.0.7
23272026-05-28T16:57:14.845Z Checking flagset v0.4.7
23282026-05-28T16:57:14.913Z Checking rand_core v0.9.5
23292026-05-28T16:57:14.953Z Checking pem-rfc7468 v0.7.0
23302026-05-28T16:57:14.966Z Checking http v1.4.0
23312026-05-28T16:57:15.035Z Checking regex-syntax v0.8.10
23322026-05-28T16:57:15.081Z Checking idna_adapter v1.2.1
23332026-05-28T16:57:15.094Z Checking salsa20 v0.10.2
23342026-05-28T16:57:15.106Z Checking der v0.7.10
23352026-05-28T16:57:15.195Z Checking idna v1.1.0
23362026-05-28T16:57:15.220Z Checking uuid v1.23.0
23372026-05-28T16:57:15.434Z Checking url v2.5.8
23382026-05-28T16:57:15.521Z Checking pbkdf2 v0.12.2
23392026-05-28T16:57:15.534Z Checking rustix v1.1.3
23402026-05-28T16:57:15.631Z Checking tracing-core v0.1.36
23412026-05-28T16:57:15.701Z Checking ppv-lite86 v0.2.21
23422026-05-28T16:57:15.779Z Checking rustls-pki-types v1.14.0
23432026-05-28T16:57:15.831Z Checking spki v0.7.3
23442026-05-28T16:57:15.876Z Checking iana-time-zone v0.1.65
23452026-05-28T16:57:15.933Z Checking base64 v0.22.1
23462026-05-28T16:57:15.979Z Checking chrono v0.4.44
23472026-05-28T16:57:15.991Z Checking rand_chacha v0.9.0
23482026-05-28T16:57:16.001Z Checking tracing v0.1.44
23492026-05-28T16:57:16.059Z Checking scrypt v0.11.0
23502026-05-28T16:57:16.166Z Checking http-body v1.0.1
23512026-05-28T16:57:16.184Z Checking aes v0.8.4
23522026-05-28T16:57:16.196Z Checking cbc v0.1.2
23532026-05-28T16:57:16.208Z Checking aws-lc-sys v0.40.0
23542026-05-28T16:57:16.293Z Checking tinyvec_macros v0.1.1
23552026-05-28T16:57:16.320Z Checking openssl-probe v0.2.1
23562026-05-28T16:57:16.341Z Checking untrusted v0.7.1
23572026-05-28T16:57:16.357Z Checking untrusted v0.9.0
23582026-05-28T16:57:16.374Z Checking tinyvec v1.10.0
23592026-05-28T16:57:16.421Z Checking rand v0.9.2
23602026-05-28T16:57:16.449Z Checking tower-layer v0.3.3
23612026-05-28T16:57:16.461Z Checking ring v0.17.14
23622026-05-28T16:57:16.571Z Checking pkcs5 v0.7.1
23632026-05-28T16:57:16.592Z Checking atomic-waker v1.1.2
23642026-05-28T16:57:16.680Z Checking tower-service v0.3.3
23652026-05-28T16:57:16.691Z Checking try-lock v0.2.5
23662026-05-28T16:57:16.707Z Checking aws-lc-rs v1.16.3
23672026-05-28T16:57:16.767Z Checking ipnet v2.11.0
23682026-05-28T16:57:16.782Z Checking want v0.3.1
23692026-05-28T16:57:16.815Z Checking pkcs8 v0.10.2
23702026-05-28T16:57:16.833Z Checking httparse v1.10.1
23712026-05-28T16:57:16.881Z Checking aho-corasick v1.1.4
23722026-05-28T16:57:16.898Z Checking pin-utils v0.1.0
23732026-05-28T16:57:16.965Z Checking fastrand v2.3.0
23742026-05-28T16:57:16.985Z Checking plain v0.2.3
23752026-05-28T16:57:17.017Z Checking dyn-clone v1.0.20
23762026-05-28T16:57:17.032Z Checking foreign-types-shared v0.1.1
23772026-05-28T16:57:17.084Z Checking httpdate v1.0.3
23782026-05-28T16:57:17.110Z Checking foreign-types v0.3.2
23792026-05-28T16:57:17.124Z Checking unicode-normalization v0.1.25
23802026-05-28T16:57:17.139Z Checking tempfile v3.25.0
23812026-05-28T16:57:17.176Z Checking semver v1.0.28
23822026-05-28T16:57:17.222Z Checking openssl-sys v0.9.115
23832026-05-28T16:57:17.326Z Checking spin v0.9.8
23842026-05-28T16:57:17.381Z Checking ucd-trie v0.1.7
23852026-05-28T16:57:17.449Z Checking unicode-ident v1.0.24
23862026-05-28T16:57:17.511Z Checking pest v2.8.6
23872026-05-28T16:57:17.514Z Checking schemars v0.8.22
23882026-05-28T16:57:17.535Z Checking rustls-webpki v0.103.9
23892026-05-28T16:57:17.546Z Checking rustls-native-certs v0.8.3
23902026-05-28T16:57:17.549Z Checking regex-automata v0.4.14
23912026-05-28T16:57:17.569Z Checking proc-macro2 v1.0.106
23922026-05-28T16:57:17.599Z Checking openssl v0.10.79
23932026-05-28T16:57:17.644Z Checking tokio-util v0.7.18
23942026-05-28T16:57:17.665Z Checking thiserror v2.0.18
23952026-05-28T16:57:17.763Z Checking sync_wrapper v1.0.2
23962026-05-28T16:57:17.863Z Checking wait-timeout v0.2.1
23972026-05-28T16:57:17.878Z Checking pretty-hex v0.4.1
23982026-05-28T16:57:17.946Z Checking rustls v0.23.37
23992026-05-28T16:57:17.979Z Checking siphasher v1.0.2
24002026-05-28T16:57:17.991Z Checking anstyle v1.0.13
24012026-05-28T16:57:18.134Z Checking utf8parse v0.2.2
24022026-05-28T16:57:18.160Z Checking powerfmt v0.2.0
24032026-05-28T16:57:18.172Z Checking bit-vec v0.8.0
24042026-05-28T16:57:18.231Z Checking quick-error v1.2.3
24052026-05-28T16:57:18.245Z Checking h2 v0.4.13
24062026-05-28T16:57:18.307Z Checking simd-adler32 v0.3.8
24072026-05-28T16:57:18.328Z Checking rusty-fork v0.3.1
24082026-05-28T16:57:18.360Z Checking bit-set v0.8.0
24092026-05-28T16:57:18.480Z Checking deranged v0.5.8
24102026-05-28T16:57:18.505Z Checking anstyle-parse v0.2.7
24112026-05-28T16:57:18.516Z Checking quote v1.0.45
24122026-05-28T16:57:18.587Z Checking tower v0.5.3
24132026-05-28T16:57:18.687Z Compiling newtype-uuid v1.3.2
24142026-05-28T16:57:18.691Z Checking http-body-util v0.1.3
24152026-05-28T16:57:18.834Z Checking webpki-roots v1.0.6
24162026-05-28T16:57:18.899Z Checking crossbeam-utils v0.8.21
24172026-05-28T16:57:18.951Z Checking rand_xorshift v0.4.0
24182026-05-28T16:57:18.974Z Checking crc32fast v1.5.0
24192026-05-28T16:57:19.066Z Checking scroll v0.13.0
24202026-05-28T16:57:19.112Z Checking signature v2.2.0
24212026-05-28T16:57:19.228Z Checking unarray v0.1.4
24222026-05-28T16:57:19.241Z Checking iri-string v0.7.10
24232026-05-28T16:57:19.289Z Checking unicode-properties v0.1.4
24242026-05-28T16:57:19.330Z Checking anstyle-query v1.1.5
24252026-05-28T16:57:19.398Z Checking allocator-api2 v0.2.21
24262026-05-28T16:57:19.410Z Checking is_terminal_polyfill v1.70.2
24272026-05-28T16:57:19.421Z Checking num_threads v0.1.7
24282026-05-28T16:57:19.475Z Checking colorchoice v1.0.4
24292026-05-28T16:57:19.493Z Checking time-core v0.1.8
24302026-05-28T16:57:19.505Z Checking ryu v1.0.23
24312026-05-28T16:57:19.572Z Checking adler2 v2.0.1
24322026-05-28T16:57:19.631Z Checking num-conv v0.2.0
24332026-05-28T16:57:19.643Z Checking unicode-bidi v0.3.18
24342026-05-28T16:57:19.656Z Checking native-tls v0.2.18
24352026-05-28T16:57:19.675Z Checking miniz_oxide v0.8.9
24362026-05-28T16:57:19.688Z Checking serde_urlencoded v0.7.1
24372026-05-28T16:57:19.745Z Checking time v0.3.47
24382026-05-28T16:57:19.824Z Checking tokio-native-tls v0.3.1
24392026-05-28T16:57:19.883Z Checking anstream v0.6.21
24402026-05-28T16:57:19.933Z Checking stringprep v0.1.5
24412026-05-28T16:57:19.980Z Checking bstr v1.12.1
24422026-05-28T16:57:20.022Z Checking proptest v1.10.0
24432026-05-28T16:57:20.079Z Checking goblin v0.10.5
24442026-05-28T16:57:20.093Z Checking crossbeam-epoch v0.9.18
24452026-05-28T16:57:20.256Z Checking tower-http v0.6.8
24462026-05-28T16:57:20.308Z Compiling daft v0.1.7
24472026-05-28T16:57:20.322Z Checking tokio-rustls v0.26.4
24482026-05-28T16:57:20.369Z Checking syn v2.0.117
24492026-05-28T16:57:20.533Z Checking ipnetwork v0.21.1
24502026-05-28T16:57:20.547Z Checking rand_chacha v0.3.1
24512026-05-28T16:57:20.574Z Checking scroll v0.12.0
24522026-05-28T16:57:20.742Z Checking thiserror v1.0.69
24532026-05-28T16:57:20.754Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-28T16:57:20.803Z Checking hash32 v0.2.1
24552026-05-28T16:57:20.840Z Checking num-integer v0.1.46
24562026-05-28T16:57:20.862Z Checking toml_datetime v0.6.11
24572026-05-28T16:57:20.887Z Checking serde_spanned v0.6.9
24582026-05-28T16:57:20.959Z Checking md-5 v0.10.6
24592026-05-28T16:57:20.967Z Checking hyper v1.8.1
24602026-05-28T16:57:21.008Z Checking ff v0.13.1
24612026-05-28T16:57:21.039Z Checking encoding_rs v0.8.35
24622026-05-28T16:57:21.058Z Checking mime v0.3.17
24632026-05-28T16:57:21.084Z Checking fallible-iterator v0.2.0
24642026-05-28T16:57:21.130Z Checking zlib-rs v0.6.2
24652026-05-28T16:57:21.225Z Checking psl-types v2.0.11
24662026-05-28T16:57:21.340Z Checking base16ct v0.2.0
24672026-05-28T16:57:21.353Z Checking postgres-protocol v0.6.10
24682026-05-28T16:57:21.465Z Checking sec1 v0.7.3
24692026-05-28T16:57:21.668Z Checking publicsuffix v2.3.0
24702026-05-28T16:57:21.683Z Checking group v0.13.0
24712026-05-28T16:57:21.825Z Checking num-iter v0.1.45
24722026-05-28T16:57:21.836Z Checking heapless v0.7.17
24732026-05-28T16:57:21.850Z Checking hyper-util v0.1.20
24742026-05-28T16:57:21.932Z Checking cookie v0.18.1
24752026-05-28T16:57:21.956Z Checking zstd-safe v7.2.4
24762026-05-28T16:57:21.968Z Checking goblin v0.8.2
24772026-05-28T16:57:22.003Z Checking flate2 v1.1.9
24782026-05-28T16:57:22.117Z Checking rand v0.8.6
24792026-05-28T16:57:22.156Z Checking oxnet v0.1.4
24802026-05-28T16:57:22.242Z Compiling iddqd v0.4.2
24812026-05-28T16:57:22.296Z Checking dtrace-parser v0.3.0
24822026-05-28T16:57:22.389Z Checking phf_shared v0.13.1
24832026-05-28T16:57:22.407Z Checking dof v0.4.0
24842026-05-28T16:57:22.526Z Checking lazy_static v1.5.0
24852026-05-28T16:57:22.577Z Checking pin-project v1.1.11
24862026-05-28T16:57:22.611Z Checking zerocopy v0.7.35
24872026-05-28T16:57:22.625Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-28T16:57:22.641Z Checking signal-hook v0.3.18
24892026-05-28T16:57:22.668Z Checking terminal_size v0.4.3
24902026-05-28T16:57:22.707Z Checking futures-executor v0.3.32
24912026-05-28T16:57:22.776Z Checking hex v0.4.3
24922026-05-28T16:57:22.842Z Checking hkdf v0.12.4
24932026-05-28T16:57:22.855Z Checking crypto-bigint v0.5.5
24942026-05-28T16:57:22.975Z Checking thread-id v5.1.0
24952026-05-28T16:57:22.996Z Checking foldhash v0.2.0
24962026-05-28T16:57:23.030Z Checking clap_lex v1.0.0
24972026-05-28T16:57:23.050Z Checking strsim v0.11.1
24982026-05-28T16:57:23.090Z Compiling rayon-core v1.13.0
24992026-05-28T16:57:23.104Z Checking hyper-rustls v0.27.7
25002026-05-28T16:57:23.144Z Checking hyper-tls v0.6.0
25012026-05-28T16:57:23.178Z Checking foldhash v0.1.5
25022026-05-28T16:57:23.205Z Checking winnow v0.7.14
25032026-05-28T16:57:23.263Z Checking winnow v0.5.40
25042026-05-28T16:57:23.304Z Checking bumpalo v3.20.2
25052026-05-28T16:57:23.307Z Checking managed v0.8.0
25062026-05-28T16:57:23.329Z Checking libbz2-rs-sys v0.2.2
25072026-05-28T16:57:23.514Z Checking either v1.15.0
25082026-05-28T16:57:23.517Z Checking same-file v1.0.6
25092026-05-28T16:57:23.538Z Checking bitflags v1.3.2
25102026-05-28T16:57:23.607Z Checking smoltcp v0.9.1
25112026-05-28T16:57:23.640Z Checking walkdir v2.5.0
25122026-05-28T16:57:23.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-05-28T16:57:23.724Z Checking bzip2 v0.6.1
25142026-05-28T16:57:23.757Z Checking elliptic-curve v0.13.8
25152026-05-28T16:57:23.800Z Checking zopfli v0.8.3
25162026-05-28T16:57:23.876Z Checking reqwest v0.12.28
25172026-05-28T16:57:23.891Z Checking hashbrown v0.15.5
25182026-05-28T16:57:23.904Z Checking dof v0.3.0
25192026-05-28T16:57:24.081Z Checking clap_builder v4.5.60
25202026-05-28T16:57:24.120Z Checking hashbrown v0.16.1
25212026-05-28T16:57:24.175Z Checking usdt-impl v0.6.0
25222026-05-28T16:57:24.191Z Checking futures v0.3.32
25232026-05-28T16:57:24.268Z Checking signal-hook-mio v0.2.5
25242026-05-28T16:57:24.351Z Checking bzip2 v0.4.4
25252026-05-28T16:57:24.369Z Checking snafu v0.8.9
25262026-05-28T16:57:24.418Z Checking num-bigint-dig v0.8.6
25272026-05-28T16:57:24.432Z Checking toml_edit v0.19.15
25282026-05-28T16:57:24.453Z Checking phf v0.13.1
25292026-05-28T16:57:24.600Z Checking cookie_store v0.22.1
25302026-05-28T16:57:24.611Z Checking zstd v0.13.3
25312026-05-28T16:57:24.622Z Checking postgres-types v0.2.12
25322026-05-28T16:57:24.712Z Checking dtrace-parser v0.2.0
25332026-05-28T16:57:24.746Z Checking globset v0.4.18
25342026-05-28T16:57:24.790Z Checking rustls-platform-verifier v0.6.2
25352026-05-28T16:57:24.919Z Checking crossbeam-deque v0.8.6
25362026-05-28T16:57:24.922Z Checking regex v1.12.3
25372026-05-28T16:57:24.944Z Checking ed25519 v2.2.3
25382026-05-28T16:57:24.946Z Checking phf_shared v0.11.3
25392026-05-28T16:57:24.989Z Checking olpc-cjson v0.1.4
25402026-05-28T16:57:25.089Z Checking ref-cast v1.0.25
25412026-05-28T16:57:25.092Z Checking curve25519-dalek v4.1.3
25422026-05-28T16:57:25.118Z Checking strum v0.27.2
25432026-05-28T16:57:25.121Z Checking hubpack v0.1.2
25442026-05-28T16:57:25.183Z Checking memoffset v0.9.1
25452026-05-28T16:57:25.199Z Checking rustix v0.38.44
25462026-05-28T16:57:25.212Z Checking pkcs1 v0.7.5
25472026-05-28T16:57:25.224Z Checking pem v3.0.6
25482026-05-28T16:57:25.256Z Checking float-cmp v0.10.0
25492026-05-28T16:57:25.289Z Checking serde-big-array v0.5.1
25502026-05-28T16:57:25.302Z Checking erased-serde v0.3.31
25512026-05-28T16:57:25.369Z Checking serde_plain v1.0.2
25522026-05-28T16:57:25.384Z Checking rfc6979 v0.4.0
25532026-05-28T16:57:25.412Z Checking thread-id v4.2.2
25542026-05-28T16:57:25.423Z Checking memmap2 v0.9.10
25552026-05-28T16:57:25.453Z Checking env_filter v1.0.0
25562026-05-28T16:57:25.485Z Checking static_assertions v1.1.0
25572026-05-28T16:57:25.497Z Checking fixedbitset v0.4.2
25582026-05-28T16:57:25.509Z Checking toml_write v0.1.2
25592026-05-28T16:57:25.552Z Checking jiff v0.2.21
25602026-05-28T16:57:25.574Z Checking difflib v0.4.0
25612026-05-28T16:57:25.590Z Checking precomputed-hash v0.1.1
25622026-05-28T16:57:25.637Z Checking data-encoding v2.10.0
25632026-05-28T16:57:25.664Z Checking typed-path v0.9.3
25642026-05-28T16:57:25.677Z Checking predicates-core v1.0.10
25652026-05-28T16:57:25.687Z Checking new_debug_unreachable v1.0.6
25662026-05-28T16:57:25.742Z Checking whoami v2.1.0
25672026-05-28T16:57:25.753Z Checking unicode-segmentation v1.12.0
25682026-05-28T16:57:25.790Z Checking fixedbitset v0.5.7
25692026-05-28T16:57:25.872Z Checking keccak v0.1.6
25702026-05-28T16:57:25.898Z Checking normalize-line-endings v0.3.0
25712026-05-28T16:57:25.934Z Checking tokio-postgres v0.7.16
25722026-05-28T16:57:25.982Z Checking petgraph v0.8.3
25732026-05-28T16:57:25.993Z Checking predicates v3.1.4
25742026-05-28T16:57:26.006Z Checking crossterm v0.28.1
25752026-05-28T16:57:26.032Z Checking sha3 v0.10.8
25762026-05-28T16:57:26.062Z Checking similar v2.7.0
25772026-05-28T16:57:26.234Z Checking hickory-proto v0.25.2
25782026-05-28T16:57:26.282Z Checking ed25519-dalek v2.2.0
25792026-05-28T16:57:26.433Z Checking tough v0.22.0
25802026-05-28T16:57:26.446Z Checking string_cache v0.8.9
25812026-05-28T16:57:26.510Z Checking slog v2.8.2
25822026-05-28T16:57:26.610Z Checking toml_edit v0.22.27
25832026-05-28T16:57:26.702Z Checking petgraph v0.6.5
25842026-05-28T16:57:26.770Z Checking env_logger v0.11.9
25852026-05-28T16:57:26.958Z Checking usdt v0.6.0
25862026-05-28T16:57:27.124Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-05-28T16:57:27.161Z Checking ecdsa v0.16.9
25882026-05-28T16:57:27.493Z Checking usdt-impl v0.5.0
25892026-05-28T16:57:27.544Z Checking toml v0.7.8
25902026-05-28T16:57:27.699Z Checking rsa v0.9.10
25912026-05-28T16:57:27.766Z Checking clap v4.5.60
25922026-05-28T16:57:27.780Z Checking zip v4.6.1
25932026-05-28T16:57:27.842Z Checking nix v0.31.2
25942026-05-28T16:57:28.162Z Checking reqwest v0.13.2
25952026-05-28T16:57:28.253Z Checking zip v0.6.6
25962026-05-28T16:57:28.339Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-28T16:57:28.465Z Checking itertools v0.13.0
25982026-05-28T16:57:28.594Z Checking serde_with v3.17.0
25992026-05-28T16:57:28.672Z Checking strum v0.26.3
26002026-05-28T16:57:28.769Z Checking fs-err v3.3.0
26012026-05-28T16:57:28.783Z Checking ahash v0.8.12
26022026-05-28T16:57:28.915Z Checking object v0.37.3
26032026-05-28T16:57:28.976Z Checking tokio-stream v0.1.18
26042026-05-28T16:57:29.027Z Checking buf-list v1.1.2
26052026-05-28T16:57:29.030Z Checking camino v1.2.2
26062026-05-28T16:57:29.060Z Checking anyhow v1.0.102
26072026-05-28T16:57:29.205Z Checking x509-cert v0.2.5
26082026-05-28T16:57:29.263Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-05-28T16:57:29.281Z Checking openapiv3 v2.2.0
26102026-05-28T16:57:29.353Z Checking sha1 v0.10.6
26112026-05-28T16:57:29.434Z Checking lalrpop-util v0.19.12
26122026-05-28T16:57:29.493Z Checking peg-runtime v0.8.5
26132026-05-28T16:57:29.507Z Checking rayon v1.11.0
26142026-05-28T16:57:29.520Z Checking sigpipe v0.1.3
26152026-05-28T16:57:29.593Z Checking glob v0.3.3
26162026-05-28T16:57:31.100Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-28T16:57:31.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s
26182026-05-28T16:57:31.540Z
26192026-05-28T16:57:31.540Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-28T16:57:32.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-28T16:57:32.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-28T16:57:32.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-28T16:57:32.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-05-28T16:57:32.143Z
26252026-05-28T16:57:32.143Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-28T16:57:32.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-28T16:57:32.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-28T16:57:32.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-28T16:57:32.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-05-28T16:57:32.745Z
26312026-05-28T16:57:32.745Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-28T16:57:33.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-28T16:57:33.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-28T16:57:33.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-28T16:57:33.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-05-28T16:57:33.359Z
26372026-05-28T16:57:33.359Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-28T16:57:33.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-28T16:57:33.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-28T16:57:33.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-28T16:57:33.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-28T16:57:33.964Z
26432026-05-28T16:57:33.964Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-28T16:57:34.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-28T16:57:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-28T16:57:34.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-28T16:57:34.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-28T16:57:34.566Z
26492026-05-28T16:57:34.566Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-28T16:57:35.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-28T16:57:35.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-28T16:57:35.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-28T16:57:35.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-28T16:57:35.161Z
26552026-05-28T16:57:35.161Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-28T16:57:35.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-28T16:57:35.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-28T16:57:35.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-28T16:57:35.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-28T16:57:35.743Z
26612026-05-28T16:57:35.743Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-28T16:57:36.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-28T16:57:36.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-28T16:57:36.438Z Compiling structmeta-derive v0.3.0
26652026-05-28T16:57:36.554Z Compiling rustls v0.22.4
26662026-05-28T16:57:36.564Z Compiling multer v3.1.0
26672026-05-28T16:57:36.573Z Compiling async-stream-impl v0.3.6
26682026-05-28T16:57:36.576Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-28T16:57:36.594Z Compiling dropshot v0.17.0
26702026-05-28T16:57:36.609Z Compiling dropshot_endpoint v0.17.0
26712026-05-28T16:57:36.609Z Compiling newtype-uuid-macros v0.1.0
26722026-05-28T16:57:36.727Z Checking newtype-uuid v1.3.2
26732026-05-28T16:57:36.788Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-28T16:57:36.846Z Checking rustls-webpki v0.102.8
26752026-05-28T16:57:36.929Z Checking daft v0.1.7
26762026-05-28T16:57:36.954Z Checking thread_local v1.1.9
26772026-05-28T16:57:37.120Z Checking compression-core v0.4.31
26782026-05-28T16:57:37.143Z Checking match_cfg v0.1.0
26792026-05-28T16:57:37.169Z Checking iddqd v0.4.2
26802026-05-28T16:57:37.185Z Checking crossbeam-channel v0.5.15
26812026-05-28T16:57:37.208Z Checking hostname v0.3.1
26822026-05-28T16:57:37.240Z Checking compression-codecs v0.4.37
26832026-05-28T16:57:37.300Z Checking slog-json v2.6.1
26842026-05-28T16:57:37.370Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-05-28T16:57:37.400Z Checking serde_spanned v1.0.4
26862026-05-28T16:57:37.450Z Checking is-terminal v0.4.17
26872026-05-28T16:57:37.517Z Checking take_mut v0.2.2
26882026-05-28T16:57:37.530Z Checking term v1.2.1
26892026-05-28T16:57:37.541Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-05-28T16:57:37.567Z Checking debug-ignore v1.0.5
26912026-05-28T16:57:37.593Z Compiling structmeta v0.3.0
26922026-05-28T16:57:37.616Z Checking slog-async v2.8.0
26932026-05-28T16:57:37.662Z Checking slog-bunyan v2.5.0
26942026-05-28T16:57:37.711Z Checking toml v1.0.6+spec-1.1.0
26952026-05-28T16:57:37.740Z Checking slog-term v2.9.2
26962026-05-28T16:57:37.774Z Checking async-compression v0.4.41
26972026-05-28T16:57:37.785Z Checking async-stream v0.3.6
26982026-05-28T16:57:37.799Z Compiling derive-ex v0.1.8
26992026-05-28T16:57:37.910Z Compiling parse-display-derive v0.10.0
27002026-05-28T16:57:37.991Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-28T16:57:38.010Z Checking progenitor-client v0.14.0
27022026-05-28T16:57:38.081Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-28T16:57:38.097Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-28T16:57:38.227Z Checking waitgroup v0.1.2
27052026-05-28T16:57:38.240Z Checking backon v1.6.0
27062026-05-28T16:57:38.280Z Checking rustls-pemfile v2.2.0
27072026-05-28T16:57:38.356Z Checking serde_path_to_error v0.1.20
27082026-05-28T16:57:38.371Z Checking hostname v0.4.2
27092026-05-28T16:57:38.429Z Checking instant v0.1.13
27102026-05-28T16:57:38.523Z Checking backoff v0.4.0
27112026-05-28T16:57:38.642Z Checking progenitor-extras v0.2.0
27122026-05-28T16:57:38.645Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-28T16:57:38.697Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27142026-05-28T16:57:38.712Z Checking tokio-rustls v0.25.0
27152026-05-28T16:57:38.876Z Checking itertools v0.14.0
27162026-05-28T16:57:38.876Z Checking progenitor-client v0.10.0
27172026-05-28T16:57:39.069Z Checking regress v0.10.5
27182026-05-28T16:57:39.097Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-28T16:57:39.310Z Checking macaddr v1.0.1
27202026-05-28T16:57:39.489Z Compiling test-strategy v0.4.5
27212026-05-28T16:57:39.606Z Checking parse-display v0.10.0
27222026-05-28T16:57:39.644Z Checking humantime v2.3.0
27232026-05-28T16:57:40.688Z Compiling prettyplease v0.2.37
27242026-05-28T16:57:40.947Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-28T16:57:41.138Z Checking num-rational v0.4.2
27262026-05-28T16:57:41.318Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-28T16:57:41.656Z Checking num-complex v0.4.6
27282026-05-28T16:57:42.310Z Compiling num v0.4.3
27292026-05-28T16:57:42.367Z Compiling usdt-attr-macro v0.5.0
27302026-05-28T16:57:42.391Z Compiling usdt-macro v0.5.0
27312026-05-28T16:57:42.414Z Checking memmap v0.7.0
27322026-05-28T16:57:42.446Z Checking float-ord v0.3.2
27332026-05-28T16:57:42.543Z Compiling convert_case v0.4.0
27342026-05-28T16:57:42.556Z Checking unicode-width v0.2.0
27352026-05-28T16:57:42.802Z Checking console v0.15.11
27362026-05-28T16:57:42.919Z Compiling derive_more v0.99.20
27372026-05-28T16:57:43.086Z Checking newline-converter v0.3.0
27382026-05-28T16:57:43.103Z Checking atomicwrites v0.4.4
27392026-05-28T16:57:43.131Z Checking usdt v0.5.0
27402026-05-28T16:57:43.193Z Compiling toml v0.8.23
27412026-05-28T16:57:43.227Z Compiling minimal-lexical v0.2.1
27422026-05-28T16:57:43.297Z Checking linked-hash-map v0.5.6
27432026-05-28T16:57:43.511Z Checking lru-cache v0.1.2
27442026-05-28T16:57:43.525Z Compiling nom v7.1.3
27452026-05-28T16:57:43.778Z Checking expectorate v1.2.0
27462026-05-28T16:57:44.241Z Checking camino-tempfile v1.4.1
27472026-05-28T16:57:44.369Z Checking hickory-proto v0.24.4
27482026-05-28T16:57:44.407Z Checking phf_shared v0.12.1
27492026-05-28T16:57:44.550Z Compiling slog-dtrace v0.3.0
27502026-05-28T16:57:44.573Z Compiling chrono-tz v0.10.4
27512026-05-28T16:57:44.744Z Checking resolv-conf v0.7.6
27522026-05-28T16:57:44.758Z Checking heck v0.5.0
27532026-05-28T16:57:44.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-28T16:57:44.926Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-28T16:57:44.939Z Compiling const_format_proc_macros v0.2.34
27562026-05-28T16:57:44.950Z Checking phf v0.12.1
27572026-05-28T16:57:45.093Z Checking tokio-dtrace v0.1.1
27582026-05-28T16:57:45.284Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-28T16:57:45.344Z Compiling derive-where v1.6.0
27602026-05-28T16:57:45.512Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-28T16:57:45.806Z Checking highway v1.3.0
27622026-05-28T16:57:46.036Z Checking const_format v0.2.35
27632026-05-28T16:57:46.159Z Checking hickory-resolver v0.24.4
27642026-05-28T16:57:46.261Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-28T16:57:46.297Z Checking oxide-tokio-rt v0.1.4
27662026-05-28T16:57:46.440Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-28T16:57:46.698Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-28T16:57:46.744Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-05-28T16:57:46.886Z Checking gethostname v0.5.0
27702026-05-28T16:57:46.889Z Checking qorb v0.4.1
27712026-05-28T16:57:46.975Z Checking bcs v0.1.6
27722026-05-28T16:57:47.004Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-05-28T16:57:47.023Z Checking termtree v0.5.1
27742026-05-28T16:57:50.170Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-28T16:57:52.900Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-28T16:57:55.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
27772026-05-28T16:57:55.224Z
27782026-05-28T16:57:55.224Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-28T16:57:55.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-28T16:57:55.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-28T16:57:55.908Z Compiling ar_archive_writer v0.5.1
27822026-05-28T16:57:56.027Z Compiling stacker v0.1.23
27832026-05-28T16:57:56.031Z Compiling cfg_aliases v0.1.1
27842026-05-28T16:57:56.034Z Compiling convert_case v0.10.0
27852026-05-28T16:57:56.034Z Checking unicode-width v0.1.14
27862026-05-28T16:57:56.049Z Compiling proc-macro-error v1.0.4
27872026-05-28T16:57:56.060Z Checking fd-lock v4.0.4
27882026-05-28T16:57:56.060Z Checking nibble_vec v0.1.0
27892026-05-28T16:57:56.081Z Compiling nix v0.28.0
27902026-05-28T16:57:56.175Z Checking vte v0.14.1
27912026-05-28T16:57:56.190Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-28T16:57:56.273Z Checking bytecount v0.6.9
27932026-05-28T16:57:56.286Z Checking endian-type v0.1.2
27942026-05-28T16:57:56.319Z Checking strip-ansi-escapes v0.2.1
27952026-05-28T16:57:56.322Z Compiling derive_more-impl v2.1.1
27962026-05-28T16:57:56.337Z Compiling tabled_derive v0.7.0
27972026-05-28T16:57:56.389Z Checking papergrid v0.11.0
27982026-05-28T16:57:56.404Z Checking radix_trie v0.2.1
27992026-05-28T16:57:56.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-28T16:57:56.574Z Compiling peg-macros v0.8.5
28012026-05-28T16:57:56.605Z Checking winnow v0.6.26
28022026-05-28T16:57:56.834Z Compiling psm v0.1.30
28032026-05-28T16:57:56.917Z Compiling sqlparser_derive v0.5.0
28042026-05-28T16:57:56.989Z Checking unicode_categories v0.1.1
28052026-05-28T16:57:57.142Z Checking home v0.5.12
28062026-05-28T16:57:57.155Z Checking derive_more v2.1.1
28072026-05-28T16:57:57.230Z Checking nu-ansi-term v0.50.3
28082026-05-28T16:57:57.246Z Checking crossterm v0.29.0
28092026-05-28T16:57:57.325Z Checking tabled v0.15.0
28102026-05-28T16:57:57.350Z Checking rustyline v14.0.0
28112026-05-28T16:57:57.432Z Checking reedline v0.40.0
28122026-05-28T16:57:57.601Z Checking recursive v0.1.1
28132026-05-28T16:57:57.683Z Checking display-error-chain v0.2.2
28142026-05-28T16:57:57.696Z Checking sqlparser v0.61.0
28152026-05-28T16:57:57.732Z Checking sqlformat v0.3.5
28162026-05-28T16:57:57.940Z Checking peg v0.8.5
28172026-05-28T16:58:08.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
28182026-05-28T16:58:09.125Z
28192026-05-28T16:58:09.125Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-28T16:58:09.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-28T16:58:09.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-28T16:58:09.813Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-28T16:58:13.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28242026-05-28T16:58:13.416Z
28252026-05-28T16:58:13.416Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-28T16:58:13.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-28T16:58:13.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-28T16:58:14.107Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-28T16:58:16.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28302026-05-28T16:58:16.708Z
28312026-05-28T16:58:16.708Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-28T16:58:17.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-28T16:58:17.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-28T16:58:17.383Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-28T16:58:20.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28362026-05-28T16:58:20.810Z
28372026-05-28T16:58:20.810Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-28T16:58:21.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-28T16:58:21.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-28T16:58:21.496Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-28T16:58:24.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28422026-05-28T16:58:24.931Z
28432026-05-28T16:58:24.931Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-28T16:58:25.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-28T16:58:25.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-28T16:58:25.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-28T16:58:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28482026-05-28T16:58:28.379Z
28492026-05-28T16:58:28.379Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-28T16:58:28.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-28T16:58:28.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-28T16:58:29.060Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-28T16:58:31.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28542026-05-28T16:58:31.862Z
28552026-05-28T16:58:31.862Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-28T16:58:32.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-28T16:58:32.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-28T16:58:32.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-28T16:58:35.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28602026-05-28T16:58:36.144Z
28612026-05-28T16:58:36.144Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-28T16:58:36.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-28T16:58:36.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-28T16:58:36.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-28T16:58:36.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-05-28T16:58:36.750Z
28672026-05-28T16:58:36.750Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-28T16:58:37.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-28T16:58:37.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-28T16:58:37.394Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-28T16:58:37.555Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-28T16:58:37.558Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-28T16:58:37.890Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-28T16:58:40.759Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-28T16:58:41.971Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-28T16:58:42.179Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-28T16:58:42.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28782026-05-28T16:58:43.027Z
28792026-05-28T16:58:43.027Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-28T16:58:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-28T16:58:43.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-28T16:58:43.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-28T16:58:43.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-28T16:58:43.628Z
28852026-05-28T16:58:43.629Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-28T16:58:44.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-28T16:58:44.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-28T16:58:44.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-28T16:58:44.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-28T16:58:44.272Z
28912026-05-28T16:58:44.272Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-28T16:58:44.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-28T16:58:44.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-28T16:58:44.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-28T16:58:44.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-05-28T16:58:44.884Z
28972026-05-28T16:58:44.884Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-28T16:58:45.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-28T16:58:45.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-28T16:58:45.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-28T16:58:45.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-28T16:58:45.494Z
29032026-05-28T16:58:45.494Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-28T16:58:46.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-28T16:58:46.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-28T16:58:46.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-28T16:58:46.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-28T16:58:46.106Z
29092026-05-28T16:58:46.106Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-28T16:58:46.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-28T16:58:46.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-28T16:58:46.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-28T16:58:46.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-28T16:58:46.713Z
29152026-05-28T16:58:46.713Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-28T16:58:47.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-28T16:58:47.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-28T16:58:47.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-28T16:58:47.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-28T16:58:47.304Z
29212026-05-28T16:58:47.304Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-28T16:58:47.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-28T16:58:47.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-28T16:58:47.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-28T16:58:47.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-28T16:58:47.914Z
29272026-05-28T16:58:47.914Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-28T16:58:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-28T16:58:48.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-28T16:58:48.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-28T16:58:48.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-28T16:58:48.502Z
29332026-05-28T16:58:48.502Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-28T16:58:49.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-28T16:58:49.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-28T16:58:49.224Z Compiling crucible-workspace-hack v0.1.0
29372026-05-28T16:58:49.345Z Checking secrecy v0.10.3
29382026-05-28T16:58:49.348Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-28T16:58:49.352Z Compiling heapless v0.8.0
29402026-05-28T16:58:49.364Z Compiling ingot-macros v0.1.1
29412026-05-28T16:58:49.372Z Checking hash32 v0.3.1
29422026-05-28T16:58:49.382Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-28T16:58:49.382Z Compiling smoltcp v0.11.0
29442026-05-28T16:58:49.446Z Checking cobs v0.3.0
29452026-05-28T16:58:49.488Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-28T16:58:49.575Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-28T16:58:49.588Z Checking universal-hash v0.5.1
29482026-05-28T16:58:49.588Z Checking half v2.7.1
29492026-05-28T16:58:49.632Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-28T16:58:49.728Z Checking ciborium-io v0.2.2
29512026-05-28T16:58:49.744Z Checking opaque-debug v0.3.1
29522026-05-28T16:58:49.810Z Checking poly1305 v0.8.0
29532026-05-28T16:58:49.813Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29542026-05-28T16:58:49.883Z Checking ciborium-ll v0.2.2
29552026-05-28T16:58:49.886Z Checking postcard v1.1.3
29562026-05-28T16:58:50.068Z Compiling proc-macro-crate v3.4.0
29572026-05-28T16:58:50.124Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-05-28T16:58:50.168Z Checking password-hash v0.5.0
29592026-05-28T16:58:50.256Z Checking chacha20 v0.9.1
29602026-05-28T16:58:50.388Z Compiling proc-macro-crate v1.3.1
29612026-05-28T16:58:50.406Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-28T16:58:50.451Z Checking blake2 v0.10.6
29632026-05-28T16:58:50.538Z Checking aead v0.5.2
29642026-05-28T16:58:50.623Z Compiling num_enum_derive v0.7.5
29652026-05-28T16:58:50.636Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-28T16:58:50.679Z Compiling foreign-types-macros v0.2.3
29672026-05-28T16:58:50.692Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-28T16:58:50.747Z Checking thiserror-no-std v2.0.2
29692026-05-28T16:58:50.795Z Checking cpufeatures v0.3.0
29702026-05-28T16:58:50.833Z Checking foreign-types-shared v0.3.1
29712026-05-28T16:58:50.846Z Checking vsss-rs v3.3.4
29722026-05-28T16:58:50.868Z Checking chacha20 v0.10.0
29732026-05-28T16:58:50.920Z Compiling num_enum_derive v0.5.11
29742026-05-28T16:58:50.932Z Checking argon2 v0.5.3
29752026-05-28T16:58:51.077Z Checking chacha20poly1305 v0.10.1
29762026-05-28T16:58:51.208Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-28T16:58:51.263Z Checking foreign-types v0.5.0
29782026-05-28T16:58:51.266Z Checking ciborium v0.2.2
29792026-05-28T16:58:51.427Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-28T16:58:51.448Z Checking tabwriter v1.4.1
29812026-05-28T16:58:51.591Z Checking byte-wrapper v0.1.0
29822026-05-28T16:58:51.662Z Checking num_enum v0.7.5
29832026-05-28T16:58:51.686Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-28T16:58:51.706Z Checking cstr-argument v0.1.2
29852026-05-28T16:58:51.774Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-28T16:58:51.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-28T16:58:51.828Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-28T16:58:51.947Z Checking num_enum v0.5.11
29892026-05-28T16:58:51.960Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-28T16:58:51.995Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-28T16:58:51.998Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-28T16:58:52.057Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-28T16:58:52.109Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-28T16:58:52.132Z Checking ingot-types v0.1.2
29952026-05-28T16:58:52.168Z Checking rand v0.10.0
29962026-05-28T16:58:52.207Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-28T16:58:52.221Z Checking indent_write v2.2.0
29982026-05-28T16:58:52.254Z Checking colored v3.1.1
29992026-05-28T16:58:52.348Z Compiling zone_cfg_derive v0.3.1
30002026-05-28T16:58:52.450Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-28T16:58:52.491Z Checking ingot v0.1.1
30022026-05-28T16:58:52.518Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-05-28T16:58:52.603Z Checking itertools v0.12.1
30042026-05-28T16:58:52.630Z Compiling num-derive v0.4.2
30052026-05-28T16:58:52.668Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30062026-05-28T16:58:52.686Z Checking swrite v0.1.0
30072026-05-28T16:58:52.764Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-28T16:58:52.777Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-28T16:58:52.940Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30102026-05-28T16:58:52.986Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-28T16:58:53.048Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-05-28T16:58:53.088Z Checking dropshot-api-manager-types v0.7.2
30132026-05-28T16:58:53.102Z Checking smf v0.2.3
30142026-05-28T16:58:53.116Z Checking nanorand v0.7.0
30152026-05-28T16:58:53.252Z Checking whoami v1.6.1
30162026-05-28T16:58:53.306Z Checking flume v0.11.1
30172026-05-28T16:58:53.330Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-28T16:58:53.557Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-28T16:58:53.657Z Checking zone v0.3.1
30202026-05-28T16:58:54.097Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-28T16:58:55.062Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-28T16:58:55.948Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-28T16:58:59.190Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-28T16:59:01.228Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-28T16:59:02.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30262026-05-28T16:59:02.534Z
30272026-05-28T16:59:02.534Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-28T16:59:03.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-28T16:59:03.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-28T16:59:03.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-28T16:59:03.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-28T16:59:03.142Z
30332026-05-28T16:59:03.142Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-28T16:59:03.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-28T16:59:03.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-28T16:59:03.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-28T16:59:03.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-28T16:59:03.757Z
30392026-05-28T16:59:03.757Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-28T16:59:04.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-28T16:59:04.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-28T16:59:04.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-28T16:59:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-28T16:59:04.369Z
30452026-05-28T16:59:04.369Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-28T16:59:04.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-28T16:59:04.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-28T16:59:04.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-28T16:59:04.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30502026-05-28T16:59:04.983Z
30512026-05-28T16:59:04.983Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-28T16:59:05.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-28T16:59:05.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-28T16:59:05.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-28T16:59:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-28T16:59:05.590Z
30572026-05-28T16:59:05.590Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-28T16:59:06.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-28T16:59:06.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-28T16:59:06.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-28T16:59:06.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-28T16:59:06.197Z
30632026-05-28T16:59:06.197Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-28T16:59:06.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-28T16:59:06.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-28T16:59:06.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-28T16:59:06.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-28T16:59:06.808Z
30692026-05-28T16:59:06.808Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-28T16:59:07.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-28T16:59:07.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-28T16:59:07.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-28T16:59:07.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-28T16:59:07.402Z
30752026-05-28T16:59:07.402Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-28T16:59:07.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-28T16:59:07.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-28T16:59:07.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-28T16:59:07.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-05-28T16:59:08.009Z
30812026-05-28T16:59:08.009Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-28T16:59:08.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-28T16:59:08.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-28T16:59:08.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-28T16:59:08.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-28T16:59:08.613Z
30872026-05-28T16:59:08.613Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-28T16:59:09.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-28T16:59:09.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-28T16:59:09.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-28T16:59:09.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-05-28T16:59:09.220Z
30932026-05-28T16:59:09.220Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-28T16:59:09.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-28T16:59:09.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-28T16:59:09.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-28T16:59:09.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-28T16:59:09.861Z
30992026-05-28T16:59:09.861Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-28T16:59:10.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-28T16:59:10.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-28T16:59:10.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-28T16:59:10.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-28T16:59:10.500Z
31052026-05-28T16:59:10.500Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-28T16:59:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-28T16:59:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-28T16:59:11.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-28T16:59:11.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-28T16:59:11.093Z
31112026-05-28T16:59:11.093Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-28T16:59:11.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-28T16:59:11.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-28T16:59:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-28T16:59:11.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-28T16:59:11.681Z
31172026-05-28T16:59:11.681Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-28T16:59:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-28T16:59:12.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-28T16:59:12.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-28T16:59:12.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-28T16:59:12.274Z
31232026-05-28T16:59:12.274Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-28T16:59:12.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-28T16:59:12.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-28T16:59:12.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-28T16:59:12.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-28T16:59:12.883Z
31292026-05-28T16:59:12.883Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-28T16:59:13.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-28T16:59:13.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-28T16:59:13.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-28T16:59:13.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-05-28T16:59:13.474Z
31352026-05-28T16:59:13.474Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-28T16:59:13.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-28T16:59:13.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-28T16:59:13.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-28T16:59:13.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-28T16:59:14.088Z
31412026-05-28T16:59:14.088Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-28T16:59:14.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-28T16:59:14.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-28T16:59:14.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-28T16:59:14.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-28T16:59:14.717Z
31472026-05-28T16:59:14.717Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-28T16:59:15.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-28T16:59:15.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-28T16:59:15.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-28T16:59:15.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-28T16:59:15.341Z
31532026-05-28T16:59:15.341Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-28T16:59:15.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-28T16:59:15.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-28T16:59:15.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-28T16:59:15.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-28T16:59:15.927Z
31592026-05-28T16:59:15.927Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-28T16:59:16.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-28T16:59:16.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-28T16:59:16.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-28T16:59:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-28T16:59:16.545Z
31652026-05-28T16:59:16.545Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-28T16:59:17.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-28T16:59:17.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-28T16:59:17.249Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-28T16:59:17.366Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-28T16:59:17.374Z Checking csv-core v0.1.13
31712026-05-28T16:59:17.381Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-28T16:59:17.388Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-28T16:59:17.390Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-28T16:59:17.407Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-28T16:59:17.419Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-28T16:59:17.529Z Checking csv v1.4.0
31772026-05-28T16:59:17.569Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-28T16:59:17.583Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-28T16:59:17.607Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-28T16:59:17.624Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-28T16:59:17.859Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-28T16:59:18.221Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-28T16:59:18.222Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-28T16:59:18.572Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-28T16:59:24.472Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-28T16:59:25.001Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-28T16:59:27.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31882026-05-28T16:59:27.532Z
31892026-05-28T16:59:27.532Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-28T16:59:28.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-28T16:59:28.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-28T16:59:28.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-28T16:59:28.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31942026-05-28T16:59:28.137Z
31952026-05-28T16:59:28.137Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-28T16:59:28.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-28T16:59:28.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-28T16:59:28.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-28T16:59:28.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32002026-05-28T16:59:28.834Z
32012026-05-28T16:59:28.834Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-28T16:59:29.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-28T16:59:29.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-28T16:59:29.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-28T16:59:29.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-28T16:59:29.521Z
32072026-05-28T16:59:29.521Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-28T16:59:30.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-28T16:59:30.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-28T16:59:30.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-28T16:59:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32122026-05-28T16:59:30.177Z
32132026-05-28T16:59:30.177Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-28T16:59:30.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-28T16:59:30.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-28T16:59:30.946Z Compiling regress v0.11.1
32172026-05-28T16:59:31.089Z Compiling unsafe-libyaml v0.2.11
32182026-05-28T16:59:31.103Z Compiling radium v0.7.0
32192026-05-28T16:59:31.103Z Compiling semver v0.1.20
32202026-05-28T16:59:31.129Z Compiling maybe-uninit v2.0.0
32212026-05-28T16:59:31.130Z Checking tap v1.0.1
32222026-05-28T16:59:31.154Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-28T16:59:31.241Z Checking wyz v0.5.1
32242026-05-28T16:59:31.364Z Compiling rustc_version v0.1.7
32252026-05-28T16:59:31.415Z Checking progenitor-client v0.13.0
32262026-05-28T16:59:31.443Z Compiling zerocopy-derive v0.6.6
32272026-05-28T16:59:31.552Z Checking funty v2.0.0
32282026-05-28T16:59:31.581Z Compiling newtype_derive v0.1.6
32292026-05-28T16:59:31.645Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-28T16:59:31.767Z Compiling cancel-safe-futures v0.1.5
32312026-05-28T16:59:31.838Z Compiling packed_struct v0.10.1
32322026-05-28T16:59:31.869Z Compiling owo-colors v4.3.0
32332026-05-28T16:59:31.972Z Checking crc-catalog v2.4.0
32342026-05-28T16:59:32.074Z Checking crc v3.4.0
32352026-05-28T16:59:32.137Z Checking bitvec v1.0.1
32362026-05-28T16:59:32.278Z Checking zerocopy v0.6.6
32372026-05-28T16:59:32.297Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-28T16:59:32.328Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-28T16:59:32.510Z Checking typify-impl v0.6.2
32402026-05-28T16:59:32.570Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-28T16:59:32.679Z Compiling packed_struct_codegen v0.10.1
32422026-05-28T16:59:32.820Z Checking libsw-core v0.3.2
32432026-05-28T16:59:32.836Z Compiling bitfield-macros v0.19.4
32442026-05-28T16:59:32.966Z Compiling indexmap v1.9.3
32452026-05-28T16:59:33.111Z Checking nodrop v0.1.14
32462026-05-28T16:59:33.182Z Checking libsw v3.5.0
32472026-05-28T16:59:33.204Z Checking array-init v0.0.4
32482026-05-28T16:59:33.333Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-28T16:59:33.477Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-28T16:59:33.522Z Checking smallvec v0.6.14
32512026-05-28T16:59:33.557Z Checking bitfield v0.19.4
32522026-05-28T16:59:33.667Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-28T16:59:33.778Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-28T16:59:33.838Z Checking smawk v0.3.2
32552026-05-28T16:59:33.903Z Checking hashbrown v0.12.3
32562026-05-28T16:59:33.969Z Checking tagptr v0.2.0
32572026-05-28T16:59:33.971Z Checking unicode-linebreak v0.1.5
32582026-05-28T16:59:34.090Z Checking linear-map v1.2.0
32592026-05-28T16:59:34.111Z Checking base64 v0.21.7
32602026-05-28T16:59:34.196Z Checking textwrap v0.16.2
32612026-05-28T16:59:34.263Z Checking moka v0.12.13
32622026-05-28T16:59:34.276Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-05-28T16:59:34.309Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-28T16:59:34.346Z Checking ron v0.8.1
32652026-05-28T16:59:34.410Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-28T16:59:34.483Z Checking steno v0.4.1
32672026-05-28T16:59:34.624Z Checking serde-hex v0.1.0
32682026-05-28T16:59:34.826Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-05-28T16:59:34.862Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-28T16:59:34.885Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-28T16:59:35.019Z Checking hashbrown v0.13.2
32722026-05-28T16:59:35.206Z Checking crc-any v2.5.0
32732026-05-28T16:59:35.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-28T16:59:35.443Z Checking object v0.30.4
32752026-05-28T16:59:35.457Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-28T16:59:35.472Z Checking hickory-resolver v0.25.2
32772026-05-28T16:59:35.521Z Checking void v1.0.2
32782026-05-28T16:59:35.592Z Checking half v1.8.3
32792026-05-28T16:59:35.617Z Checking utf-8 v0.7.6
32802026-05-28T16:59:35.631Z Checking path-slash v0.1.5
32812026-05-28T16:59:35.733Z Checking lzss v0.8.2
32822026-05-28T16:59:35.752Z Checking tungstenite v0.23.0
32832026-05-28T16:59:35.787Z Checking serde_cbor v0.11.2
32842026-05-28T16:59:36.056Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-28T16:59:36.127Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-28T16:59:36.159Z Checking nix v0.27.1
32872026-05-28T16:59:36.162Z Checking kstat-rs v0.2.4
32882026-05-28T16:59:36.185Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-05-28T16:59:36.214Z Checking fxhash v0.2.1
32902026-05-28T16:59:36.331Z Checking serde_bytes v0.11.19
32912026-05-28T16:59:36.350Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-28T16:59:36.364Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-05-28T16:59:36.503Z Checking tokio-tungstenite v0.23.1
32942026-05-28T16:59:36.608Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-28T16:59:36.669Z Checking signal-hook-tokio v0.3.1
32962026-05-28T16:59:37.001Z Compiling typify-macro v0.6.2
32972026-05-28T16:59:37.752Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-28T16:59:38.144Z Compiling typify v0.6.2
32992026-05-28T16:59:38.222Z Compiling progenitor-impl v0.13.0
33002026-05-28T16:59:38.222Z Compiling progenitor-impl v0.14.0
33012026-05-28T16:59:38.660Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-28T16:59:38.990Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-05-28T16:59:39.842Z Compiling progenitor-macro v0.13.0
33042026-05-28T16:59:39.878Z Compiling progenitor-macro v0.14.0
33052026-05-28T16:59:42.257Z Checking progenitor v0.13.0
33062026-05-28T16:59:42.383Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-28T16:59:42.534Z Checking progenitor v0.14.0
33082026-05-28T16:59:42.648Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-28T16:59:45.403Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-28T16:59:53.116Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-28T16:59:59.498Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-28T17:00:00.857Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-28T17:00:01.363Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-28T17:00:03.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.27s
33152026-05-28T17:00:03.651Z
33162026-05-28T17:00:03.651Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-28T17:00:04.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-28T17:00:04.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-28T17:00:04.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-28T17:00:04.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-28T17:00:04.258Z
33222026-05-28T17:00:04.258Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-28T17:00:04.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-28T17:00:04.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-28T17:00:04.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-28T17:00:04.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-28T17:00:04.863Z
33282026-05-28T17:00:04.863Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-28T17:00:05.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-28T17:00:05.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-28T17:00:05.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-28T17:00:05.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-28T17:00:05.453Z
33342026-05-28T17:00:05.453Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-28T17:00:05.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-28T17:00:05.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-28T17:00:05.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-28T17:00:05.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-28T17:00:06.077Z
33402026-05-28T17:00:06.078Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-28T17:00:06.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-28T17:00:06.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-28T17:00:06.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-28T17:00:06.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-28T17:00:06.684Z
33462026-05-28T17:00:06.684Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-28T17:00:07.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-28T17:00:07.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-28T17:00:07.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-28T17:00:07.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-28T17:00:07.291Z
33522026-05-28T17:00:07.291Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-28T17:00:07.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-28T17:00:07.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-28T17:00:07.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-28T17:00:07.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-28T17:00:07.900Z
33582026-05-28T17:00:07.900Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-28T17:00:08.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-28T17:00:08.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-28T17:00:08.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-28T17:00:08.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-28T17:00:08.522Z
33642026-05-28T17:00:08.522Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-28T17:00:09.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-28T17:00:09.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-28T17:00:09.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-28T17:00:09.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-28T17:00:09.130Z
33702026-05-28T17:00:09.130Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-28T17:00:09.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-28T17:00:09.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-28T17:00:09.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-28T17:00:09.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-28T17:00:09.736Z
33762026-05-28T17:00:09.736Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-28T17:00:10.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-28T17:00:10.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-28T17:00:10.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-28T17:00:10.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-28T17:00:10.346Z
33822026-05-28T17:00:10.346Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-28T17:00:10.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-28T17:00:10.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-28T17:00:10.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-28T17:00:10.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-28T17:00:10.949Z
33882026-05-28T17:00:10.949Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-28T17:00:11.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-28T17:00:11.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-28T17:00:11.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-28T17:00:11.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-28T17:00:11.554Z
33942026-05-28T17:00:11.554Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-28T17:00:12.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-28T17:00:12.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-28T17:00:12.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-28T17:00:12.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-28T17:00:12.163Z
34002026-05-28T17:00:12.163Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-28T17:00:12.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-28T17:00:12.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-28T17:00:12.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-28T17:00:12.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-28T17:00:12.781Z
34062026-05-28T17:00:12.781Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-28T17:00:13.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-28T17:00:13.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-28T17:00:13.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-28T17:00:13.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-28T17:00:13.406Z
34122026-05-28T17:00:13.406Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-28T17:00:13.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-28T17:00:13.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-28T17:00:13.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-28T17:00:13.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34172026-05-28T17:00:14.039Z
34182026-05-28T17:00:14.039Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-28T17:00:14.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-28T17:00:14.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-28T17:00:14.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-28T17:00:14.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-05-28T17:00:14.669Z
34242026-05-28T17:00:14.669Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-28T17:00:15.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-28T17:00:15.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-28T17:00:15.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-28T17:00:15.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34292026-05-28T17:00:15.305Z
34302026-05-28T17:00:15.305Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-28T17:00:15.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-28T17:00:15.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-28T17:00:15.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-28T17:00:15.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34352026-05-28T17:00:15.941Z
34362026-05-28T17:00:15.942Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-28T17:00:16.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-28T17:00:16.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-28T17:00:16.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-28T17:00:16.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34412026-05-28T17:00:16.574Z
34422026-05-28T17:00:16.575Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-28T17:00:17.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-28T17:00:17.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-28T17:00:17.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-28T17:00:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34472026-05-28T17:00:17.207Z
34482026-05-28T17:00:17.207Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-28T17:00:17.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-28T17:00:17.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-28T17:00:17.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-28T17:00:17.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34532026-05-28T17:00:17.840Z
34542026-05-28T17:00:17.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-28T17:00:18.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-28T17:00:18.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-28T17:00:18.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-28T17:00:18.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34592026-05-28T17:00:18.472Z
34602026-05-28T17:00:18.472Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-28T17:00:18.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-28T17:00:18.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-28T17:00:18.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-28T17:00:19.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34652026-05-28T17:00:19.093Z
34662026-05-28T17:00:19.093Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-28T17:00:19.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-28T17:00:19.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-28T17:00:19.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-28T17:00:19.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-05-28T17:00:19.698Z
34722026-05-28T17:00:19.698Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-28T17:00:20.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-28T17:00:20.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-28T17:00:20.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-28T17:00:20.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-28T17:00:20.309Z
34782026-05-28T17:00:20.309Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-28T17:00:20.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-28T17:00:20.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-28T17:00:20.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-28T17:00:20.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-05-28T17:00:20.924Z
34842026-05-28T17:00:20.924Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-28T17:00:21.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-28T17:00:21.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-28T17:00:21.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-28T17:00:21.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-28T17:00:21.540Z
34902026-05-28T17:00:21.540Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-28T17:00:22.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-28T17:00:22.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-28T17:00:22.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-28T17:00:22.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34952026-05-28T17:00:22.156Z
34962026-05-28T17:00:22.156Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-28T17:00:22.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-28T17:00:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-28T17:00:22.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-28T17:00:22.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35012026-05-28T17:00:22.773Z
35022026-05-28T17:00:22.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-28T17:00:23.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-28T17:00:23.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-28T17:00:23.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-28T17:00:23.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35072026-05-28T17:00:23.396Z
35082026-05-28T17:00:23.396Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-28T17:00:23.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-28T17:00:23.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-28T17:00:23.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-28T17:00:23.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35132026-05-28T17:00:24.036Z
35142026-05-28T17:00:24.036Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-28T17:00:24.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-28T17:00:24.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-28T17:00:24.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-28T17:00:24.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192026-05-28T17:00:24.670Z
35202026-05-28T17:00:24.671Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-28T17:00:25.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-28T17:00:25.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-28T17:00:25.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-28T17:00:25.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35252026-05-28T17:00:25.305Z
35262026-05-28T17:00:25.305Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-28T17:00:25.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-28T17:00:25.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-28T17:00:25.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-28T17:00:25.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-28T17:00:25.918Z
35322026-05-28T17:00:25.918Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-28T17:00:26.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-28T17:00:26.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-28T17:00:26.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-28T17:00:26.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-28T17:00:26.543Z
35382026-05-28T17:00:26.543Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-28T17:00:27.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-28T17:00:27.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-28T17:00:27.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-28T17:00:27.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35432026-05-28T17:00:27.176Z
35442026-05-28T17:00:27.176Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-28T17:00:27.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-28T17:00:27.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-28T17:00:27.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-28T17:00:27.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35492026-05-28T17:00:27.812Z
35502026-05-28T17:00:27.812Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-28T17:00:28.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-28T17:00:28.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-28T17:00:28.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-28T17:00:28.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35552026-05-28T17:00:28.459Z
35562026-05-28T17:00:28.459Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-28T17:00:28.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-28T17:00:28.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-28T17:00:28.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-28T17:00:28.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35612026-05-28T17:00:29.078Z
35622026-05-28T17:00:29.078Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-28T17:00:29.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-28T17:00:29.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-28T17:00:29.745Z Compiling parking_lot_core v0.8.6
35662026-05-28T17:00:29.745Z Compiling atomicwrites v0.4.4
35672026-05-28T17:00:29.748Z Compiling git-stub v1.0.0
35682026-05-28T17:00:29.749Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-28T17:00:29.873Z Checking prefix-trie v0.7.0
35702026-05-28T17:00:29.980Z Compiling git-stub-vcs v0.1.0
35712026-05-28T17:00:30.158Z Checking hickory-server v0.25.2
35722026-05-28T17:00:30.252Z Checking parking_lot v0.11.2
35732026-05-28T17:00:30.263Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-28T17:00:30.335Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-05-28T17:00:30.337Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35762026-05-28T17:00:30.418Z Checking sled v0.34.7
35772026-05-28T17:00:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35782026-05-28T17:00:32.486Z
35792026-05-28T17:00:32.486Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-28T17:00:32.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-28T17:00:32.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-28T17:00:32.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-28T17:00:33.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-05-28T17:00:33.089Z
35852026-05-28T17:00:33.089Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-28T17:00:33.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-28T17:00:33.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-28T17:00:33.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-28T17:00:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-28T17:00:33.696Z
35912026-05-28T17:00:33.696Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-28T17:00:34.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-28T17:00:34.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-28T17:00:34.422Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-28T17:00:36.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-05-28T17:00:36.392Z
35972026-05-28T17:00:36.392Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-28T17:00:36.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-28T17:00:36.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-28T17:00:36.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-28T17:00:36.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36022026-05-28T17:00:37.062Z
36032026-05-28T17:00:37.062Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-28T17:00:37.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-28T17:00:37.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-28T17:00:37.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-28T17:00:37.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36082026-05-28T17:00:37.724Z
36092026-05-28T17:00:37.724Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-28T17:00:38.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-28T17:00:38.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-28T17:00:38.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-28T17:00:38.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-28T17:00:38.308Z
36152026-05-28T17:00:38.308Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-28T17:00:38.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-28T17:00:38.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-28T17:00:38.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-28T17:00:38.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-05-28T17:00:38.905Z
36212026-05-28T17:00:38.905Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-28T17:00:39.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-28T17:00:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-28T17:00:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-28T17:00:39.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262026-05-28T17:00:39.566Z
36272026-05-28T17:00:39.566Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-28T17:00:40.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-28T17:00:40.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-28T17:00:40.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-28T17:00:40.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-05-28T17:00:40.163Z
36332026-05-28T17:00:40.163Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-28T17:00:40.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-28T17:00:40.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-28T17:00:40.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-28T17:00:40.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-05-28T17:00:40.813Z
36392026-05-28T17:00:40.813Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-28T17:00:41.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-28T17:00:41.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-28T17:00:41.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-28T17:00:41.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36442026-05-28T17:00:41.469Z
36452026-05-28T17:00:41.469Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-28T17:00:41.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-28T17:00:41.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-28T17:00:41.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-28T17:00:41.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-28T17:00:42.067Z
36512026-05-28T17:00:42.067Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-28T17:00:42.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-28T17:00:42.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-28T17:00:42.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-28T17:00:42.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-05-28T17:00:42.663Z
36572026-05-28T17:00:42.663Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-28T17:00:43.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-28T17:00:43.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-28T17:00:43.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-28T17:00:43.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-05-28T17:00:43.274Z
36632026-05-28T17:00:43.274Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-28T17:00:43.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-28T17:00:43.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-28T17:00:43.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-28T17:00:43.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36682026-05-28T17:00:43.877Z
36692026-05-28T17:00:43.877Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-28T17:00:44.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-28T17:00:44.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-28T17:00:44.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-28T17:00:44.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36742026-05-28T17:00:44.472Z
36752026-05-28T17:00:44.472Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-28T17:00:45.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-28T17:00:45.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-28T17:00:45.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-28T17:00:45.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-05-28T17:00:45.135Z
36812026-05-28T17:00:45.135Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-28T17:00:45.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-28T17:00:45.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-28T17:00:45.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-28T17:00:45.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-05-28T17:00:45.799Z
36872026-05-28T17:00:45.799Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-28T17:00:46.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-28T17:00:46.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-28T17:00:46.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-28T17:00:46.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-05-28T17:00:46.455Z
36932026-05-28T17:00:46.455Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-28T17:00:46.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-28T17:00:46.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-28T17:00:46.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-28T17:00:46.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36982026-05-28T17:00:47.084Z
36992026-05-28T17:00:47.084Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-28T17:00:47.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-28T17:00:47.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-28T17:00:47.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-28T17:00:47.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37042026-05-28T17:00:47.715Z
37052026-05-28T17:00:47.715Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-28T17:00:48.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-28T17:00:48.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-28T17:00:48.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-28T17:00:48.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-05-28T17:00:48.333Z
37112026-05-28T17:00:48.333Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-28T17:00:48.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-28T17:00:48.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-28T17:00:48.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-28T17:00:48.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-05-28T17:00:48.945Z
37172026-05-28T17:00:48.945Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-28T17:00:49.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-28T17:00:49.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-28T17:00:49.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-28T17:00:49.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37222026-05-28T17:00:49.573Z
37232026-05-28T17:00:49.574Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-28T17:00:50.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-28T17:00:50.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-28T17:00:50.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-28T17:00:50.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37282026-05-28T17:00:50.205Z
37292026-05-28T17:00:50.205Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-28T17:00:50.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-28T17:00:50.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-28T17:00:50.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-28T17:00:50.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-05-28T17:00:50.798Z
37352026-05-28T17:00:50.798Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-28T17:00:51.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-28T17:00:51.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-28T17:00:51.672Z Compiling libefi-sys v0.1.0
37392026-05-28T17:00:51.808Z Compiling bitfield-struct v0.6.2
37402026-05-28T17:00:51.821Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-28T17:00:51.830Z Compiling xshell-macros v0.2.7
37422026-05-28T17:00:51.859Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-28T17:00:51.868Z Compiling typify-impl v0.4.3
37442026-05-28T17:00:51.871Z Compiling salty v0.3.0
37452026-05-28T17:00:51.871Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-28T17:00:51.941Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-28T17:00:52.049Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-28T17:00:52.158Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-28T17:00:52.186Z Checking xshell v0.2.7
37502026-05-28T17:00:52.212Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-05-28T17:00:52.373Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-28T17:00:52.391Z Checking primeorder v0.13.6
37532026-05-28T17:00:52.405Z Compiling proc-macro-error-attr2 v2.0.0
37542026-05-28T17:00:52.430Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-05-28T17:00:52.537Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-05-28T17:00:52.576Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-28T17:00:52.624Z Checking p384 v0.13.1
37582026-05-28T17:00:52.665Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-05-28T17:00:52.784Z Checking tungstenite v0.21.0
37602026-05-28T17:00:52.801Z Compiling proc-macro-error2 v2.0.1
37612026-05-28T17:00:52.839Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-05-28T17:00:52.896Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37632026-05-28T17:00:53.209Z Compiling num-derive v0.3.3
37642026-05-28T17:00:53.390Z Checking tokio-tungstenite v0.21.0
37652026-05-28T17:00:53.513Z Compiling tabled_derive v0.11.0
37662026-05-28T17:00:53.682Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-05-28T17:00:53.770Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-05-28T17:00:54.082Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-28T17:00:54.134Z Checking libscf-sys v1.1.0
37702026-05-28T17:00:54.268Z Checking papergrid v0.17.0
37712026-05-28T17:00:54.283Z Checking testing_table v0.3.0
37722026-05-28T17:00:54.379Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37732026-05-28T17:00:54.466Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-05-28T17:00:54.693Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-28T17:00:54.705Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-28T17:00:54.905Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-28T17:00:54.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37782026-05-28T17:00:54.935Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-05-28T17:00:55.044Z Compiling unicase v2.9.0
37802026-05-28T17:00:55.099Z Compiling illumos-nvpair-sys v0.2.0
37812026-05-28T17:00:55.114Z Checking corncobs v0.1.4
37822026-05-28T17:00:55.179Z Checking tabled v0.20.0
37832026-05-28T17:00:55.242Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-05-28T17:00:55.256Z Compiling mime_guess v2.0.5
37852026-05-28T17:00:55.326Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37862026-05-28T17:00:55.465Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37872026-05-28T17:00:55.502Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-05-28T17:00:55.520Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-05-28T17:00:55.533Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-05-28T17:00:55.637Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-05-28T17:00:55.782Z Checking progenitor-client v0.11.2
37922026-05-28T17:00:55.832Z Checking secrecy v0.8.0
37932026-05-28T17:00:55.958Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-28T17:00:56.146Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-05-28T17:00:56.328Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37962026-05-28T17:00:56.341Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-05-28T17:00:56.366Z Compiling typify-macro v0.4.3
37982026-05-28T17:00:56.381Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-05-28T17:00:56.429Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-28T17:00:56.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-28T17:00:56.608Z Checking filetime v0.2.27
38022026-05-28T17:00:56.765Z Checking http-range v0.1.5
38032026-05-28T17:00:56.881Z Checking crc8 v0.1.1
38042026-05-28T17:00:56.896Z Checking xattr v1.6.1
38052026-05-28T17:00:56.982Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-05-28T17:00:57.038Z Checking tar v0.4.45
38072026-05-28T17:00:57.178Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-28T17:00:57.207Z Checking illumos-nvpair v0.3.0
38092026-05-28T17:00:57.371Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-28T17:00:57.388Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-28T17:00:57.419Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-05-28T17:00:57.759Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-05-28T17:00:57.844Z Checking atty v0.2.14
38142026-05-28T17:00:57.950Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38152026-05-28T17:00:58.015Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-05-28T17:00:58.037Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-05-28T17:00:58.080Z Compiling typify v0.4.3
38182026-05-28T17:00:58.195Z Compiling progenitor-impl v0.11.2
38192026-05-28T17:00:58.347Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-28T17:00:58.535Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-05-28T17:00:58.605Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-05-28T17:00:58.732Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38232026-05-28T17:00:58.779Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-05-28T17:00:58.955Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38252026-05-28T17:00:59.127Z Checking hyper-staticfile v0.10.1
38262026-05-28T17:00:59.145Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38272026-05-28T17:00:59.233Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-28T17:00:59.420Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-28T17:00:59.491Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38302026-05-28T17:00:59.589Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38312026-05-28T17:00:59.685Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-28T17:00:59.788Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-05-28T17:00:59.962Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-28T17:01:00.029Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-05-28T17:01:00.061Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38362026-05-28T17:01:00.251Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-05-28T17:01:00.689Z Compiling progenitor-macro v0.11.2
38382026-05-28T17:01:03.124Z Checking progenitor v0.11.2
38392026-05-28T17:01:03.257Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-28T17:01:03.464Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-28T17:01:07.936Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-28T17:01:18.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s
38432026-05-28T17:01:19.152Z
38442026-05-28T17:01:19.152Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-28T17:01:19.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-28T17:01:19.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-28T17:01:19.946Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-28T17:01:30.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38492026-05-28T17:01:30.795Z
38502026-05-28T17:01:30.795Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-28T17:01:31.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-28T17:01:31.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-28T17:01:31.583Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-28T17:01:42.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38552026-05-28T17:01:42.499Z
38562026-05-28T17:01:42.500Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-28T17:01:43.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-28T17:01:43.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-28T17:01:43.298Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-28T17:01:53.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38612026-05-28T17:01:54.165Z
38622026-05-28T17:01:54.165Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-28T17:01:54.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-28T17:01:54.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-28T17:01:54.968Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-28T17:02:05.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38672026-05-28T17:02:05.829Z
38682026-05-28T17:02:05.829Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-28T17:02:06.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-28T17:02:06.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-28T17:02:06.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-28T17:02:17.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38732026-05-28T17:02:17.517Z
38742026-05-28T17:02:17.517Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-28T17:02:18.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-28T17:02:18.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-28T17:02:18.303Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-28T17:02:28.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38792026-05-28T17:02:29.184Z
38802026-05-28T17:02:29.184Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-28T17:02:29.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-28T17:02:29.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-28T17:02:29.981Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-28T17:02:40.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38852026-05-28T17:02:40.864Z
38862026-05-28T17:02:40.865Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-28T17:02:41.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-28T17:02:41.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-28T17:02:41.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-28T17:02:41.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-05-28T17:02:41.478Z
38922026-05-28T17:02:41.478Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-28T17:02:42.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-28T17:02:42.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-28T17:02:42.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-28T17:02:42.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-05-28T17:02:42.094Z
38982026-05-28T17:02:42.094Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-28T17:02:42.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-28T17:02:42.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-28T17:02:42.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-28T17:02:42.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39032026-05-28T17:02:42.701Z
39042026-05-28T17:02:42.701Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-28T17:02:43.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-28T17:02:43.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-28T17:02:43.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-28T17:02:43.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-05-28T17:02:43.307Z
39102026-05-28T17:02:43.307Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-28T17:02:43.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-28T17:02:43.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-28T17:02:43.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-28T17:02:43.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-28T17:02:43.926Z
39162026-05-28T17:02:43.926Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-28T17:02:44.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-28T17:02:44.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-28T17:02:44.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-28T17:02:44.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-28T17:02:44.552Z
39222026-05-28T17:02:44.553Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-28T17:02:45.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-28T17:02:45.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-28T17:02:45.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-28T17:02:45.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39272026-05-28T17:02:45.180Z
39282026-05-28T17:02:45.180Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-28T17:02:45.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-28T17:02:45.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-28T17:02:45.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-28T17:02:45.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-05-28T17:02:45.808Z
39342026-05-28T17:02:45.808Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-28T17:02:46.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-28T17:02:46.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-28T17:02:46.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-28T17:02:46.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-05-28T17:02:46.438Z
39402026-05-28T17:02:46.438Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-28T17:02:46.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-28T17:02:46.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-28T17:02:46.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-28T17:02:46.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-05-28T17:02:47.067Z
39462026-05-28T17:02:47.067Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-28T17:02:47.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-28T17:02:47.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-28T17:02:47.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-28T17:02:47.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-28T17:02:47.693Z
39522026-05-28T17:02:47.693Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-28T17:02:48.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-28T17:02:48.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-28T17:02:48.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-28T17:02:48.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-05-28T17:02:48.325Z
39582026-05-28T17:02:48.325Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-28T17:02:48.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-28T17:02:48.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-28T17:02:48.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-28T17:02:48.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-05-28T17:02:48.957Z
39642026-05-28T17:02:48.957Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-28T17:02:49.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-28T17:02:49.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-28T17:02:49.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-28T17:02:49.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-05-28T17:02:49.592Z
39702026-05-28T17:02:49.592Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-28T17:02:50.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-28T17:02:50.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-28T17:02:50.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-28T17:02:50.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-28T17:02:50.243Z
39762026-05-28T17:02:50.244Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-28T17:02:50.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-28T17:02:50.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-28T17:02:50.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-28T17:02:50.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-05-28T17:02:50.878Z
39822026-05-28T17:02:50.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-28T17:02:51.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-28T17:02:51.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-28T17:02:51.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-28T17:02:51.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-05-28T17:02:51.529Z
39882026-05-28T17:02:51.529Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-28T17:02:52.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-28T17:02:52.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-28T17:02:52.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-28T17:02:52.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-05-28T17:02:52.181Z
39942026-05-28T17:02:52.181Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-28T17:02:52.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-28T17:02:52.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-28T17:02:52.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-28T17:02:52.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-05-28T17:02:52.793Z
40002026-05-28T17:02:52.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-28T17:02:53.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-28T17:02:53.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-28T17:02:53.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-28T17:02:53.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-05-28T17:02:53.460Z
40062026-05-28T17:02:53.460Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-28T17:02:53.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-28T17:02:53.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-28T17:02:53.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-28T17:02:53.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-05-28T17:02:54.047Z
40122026-05-28T17:02:54.047Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-28T17:02:54.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-28T17:02:54.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-28T17:02:54.829Z Compiling fs-err v2.11.0
40162026-05-28T17:02:54.832Z Checking ignore v0.4.25
40172026-05-28T17:02:54.832Z Checking arc-swap v1.8.2
40182026-05-28T17:02:54.964Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-28T17:02:54.965Z Checking predicates-tree v1.0.13
40202026-05-28T17:02:54.971Z Checking parse-size v1.1.0
40212026-05-28T17:02:54.993Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-28T17:02:55.005Z Checking rand_seeder v0.4.0
40232026-05-28T17:02:55.069Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-28T17:02:55.092Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-05-28T17:02:55.141Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-28T17:02:55.155Z Checking slog-scope v4.4.1
40272026-05-28T17:02:55.190Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-05-28T17:02:55.279Z Compiling petname v2.0.2
40292026-05-28T17:02:55.282Z Checking slog-stdlog v4.1.1
40302026-05-28T17:02:55.308Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-28T17:02:55.331Z Checking globwalk v0.9.1
40322026-05-28T17:02:55.378Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-28T17:02:55.405Z Checking slog-envlogger v2.2.0
40342026-05-28T17:02:55.503Z Checking camino-tempfile-ext v0.3.3
40352026-05-28T17:02:55.553Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-28T17:02:55.594Z Checking sapling-renderdag v0.1.0
40372026-05-28T17:02:55.693Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-28T17:02:55.742Z Checking subprocess v0.2.15
40392026-05-28T17:02:55.833Z Checking sync-ptr v0.1.4
40402026-05-28T17:02:55.923Z Checking colored v2.2.0
40412026-05-28T17:02:55.947Z Checking assert_matches v1.5.0
40422026-05-28T17:02:56.015Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-28T17:02:56.187Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40442026-05-28T17:02:56.191Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-05-28T17:02:56.849Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-28T17:02:58.164Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-28T17:03:00.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
40482026-05-28T17:03:00.576Z
40492026-05-28T17:03:00.576Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-28T17:03:01.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-28T17:03:01.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-28T17:03:01.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-28T17:03:01.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40542026-05-28T17:03:01.172Z
40552026-05-28T17:03:01.172Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-28T17:03:01.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-28T17:03:01.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-28T17:03:01.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-28T17:03:01.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40602026-05-28T17:03:01.790Z
40612026-05-28T17:03:01.790Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-28T17:03:02.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-28T17:03:02.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-28T17:03:02.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-28T17:03:02.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40662026-05-28T17:03:02.454Z
40672026-05-28T17:03:02.454Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-28T17:03:03.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-28T17:03:03.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-28T17:03:03.193Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-28T17:03:03.193Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-28T17:03:03.838Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-28T17:03:05.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40742026-05-28T17:03:05.637Z
40752026-05-28T17:03:05.637Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-28T17:03:06.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-28T17:03:06.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-28T17:03:06.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-28T17:03:06.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-05-28T17:03:06.241Z
40812026-05-28T17:03:06.241Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-28T17:03:06.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-28T17:03:06.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-28T17:03:06.857Z Checking yasna v0.5.2
40852026-05-28T17:03:07.252Z Checking rcgen v0.12.1
40862026-05-28T17:03:07.494Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-28T17:03:07.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40882026-05-28T17:03:07.851Z
40892026-05-28T17:03:07.851Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-28T17:03:08.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-28T17:03:08.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-28T17:03:08.499Z Compiling darling_core v0.23.0
40932026-05-28T17:03:08.608Z Compiling instability v0.3.11
40942026-05-28T17:03:08.611Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-28T17:03:08.620Z Checking castaway v0.2.4
40962026-05-28T17:03:08.627Z Compiling indoc v2.0.7
40972026-05-28T17:03:08.631Z Checking unicode-truncate v1.1.0
40982026-05-28T17:03:08.644Z Checking lru v0.12.5
40992026-05-28T17:03:08.647Z Checking cassowary v0.3.0
41002026-05-28T17:03:08.711Z Checking compact_str v0.8.1
41012026-05-28T17:03:09.926Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-28T17:03:10.015Z Compiling darling_macro v0.23.0
41032026-05-28T17:03:10.102Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-05-28T17:03:10.517Z Compiling darling v0.23.0
41052026-05-28T17:03:11.043Z Checking ratatui v0.29.0
41062026-05-28T17:03:12.081Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-28T17:03:12.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41082026-05-28T17:03:12.928Z
41092026-05-28T17:03:12.929Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-28T17:03:13.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-28T17:03:13.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-28T17:03:13.653Z Checking headers-core v0.3.0
41132026-05-28T17:03:13.660Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-28T17:03:13.850Z Checking headers v0.4.1
41152026-05-28T17:03:14.218Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-28T17:03:15.068Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-28T17:03:15.561Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-28T17:03:15.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41192026-05-28T17:03:16.187Z
41202026-05-28T17:03:16.187Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-28T17:03:16.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-28T17:03:16.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-28T17:03:16.903Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-28T17:03:17.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41252026-05-28T17:03:17.856Z
41262026-05-28T17:03:17.856Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-28T17:03:18.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-28T17:03:18.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-28T17:03:18.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-28T17:03:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-05-28T17:03:18.325Z
41322026-05-28T17:03:18.325Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-28T17:03:18.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-28T17:03:18.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-28T17:03:19.039Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-28T17:03:20.030Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-28T17:03:20.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41382026-05-28T17:03:20.565Z
41392026-05-28T17:03:20.565Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-28T17:03:21.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-28T17:03:21.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-28T17:03:21.285Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-28T17:03:22.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41442026-05-28T17:03:22.228Z
41452026-05-28T17:03:22.229Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-28T17:03:22.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-28T17:03:22.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-28T17:03:22.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-28T17:03:22.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-05-28T17:03:22.887Z
41512026-05-28T17:03:22.887Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-28T17:03:23.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-28T17:03:23.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-28T17:03:23.493Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-28T17:03:24.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-05-28T17:03:24.341Z
41572026-05-28T17:03:24.341Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-28T17:03:24.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-28T17:03:24.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-28T17:03:25.098Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-28T17:03:25.098Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-28T17:03:25.098Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-05-28T17:03:25.101Z Checking git-stub v1.0.0
41642026-05-28T17:03:25.101Z Compiling trait-variant v0.1.2
41652026-05-28T17:03:25.217Z Checking is_ci v1.2.0
41662026-05-28T17:03:25.227Z Checking maplit v1.0.2
41672026-05-28T17:03:25.240Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-28T17:03:25.328Z Checking supports-color v3.0.2
41692026-05-28T17:03:25.328Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-05-28T17:03:25.369Z Checking git-stub-vcs v0.1.0
41712026-05-28T17:03:25.432Z Checking drift v0.2.0
41722026-05-28T17:03:25.446Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-05-28T17:03:25.542Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-05-28T17:03:25.562Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-05-28T17:03:25.730Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-05-28T17:03:25.745Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-05-28T17:03:25.758Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-05-28T17:03:25.774Z Checking dropshot-api-manager v0.7.2
41792026-05-28T17:03:25.973Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41802026-05-28T17:03:26.026Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-05-28T17:03:26.168Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-05-28T17:03:26.478Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-28T17:03:31.430Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-28T17:03:32.516Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-28T17:03:33.075Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-28T17:03:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
41872026-05-28T17:03:33.706Z
41882026-05-28T17:03:33.707Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-28T17:03:34.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-28T17:03:34.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-28T17:03:34.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-28T17:03:34.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-05-28T17:03:34.307Z
41942026-05-28T17:03:34.307Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-28T17:03:34.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-28T17:03:34.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-28T17:03:34.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-28T17:03:34.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-05-28T17:03:34.951Z
42002026-05-28T17:03:34.951Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-28T17:03:35.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-28T17:03:35.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-28T17:03:35.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-28T17:03:35.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-05-28T17:03:35.596Z
42062026-05-28T17:03:35.596Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-28T17:03:36.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-28T17:03:36.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-28T17:03:36.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-28T17:03:36.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-05-28T17:03:36.239Z
42122026-05-28T17:03:36.239Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-28T17:03:36.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-28T17:03:36.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-28T17:03:36.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-28T17:03:36.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-05-28T17:03:36.844Z
42182026-05-28T17:03:36.844Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-28T17:03:37.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-28T17:03:37.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-28T17:03:37.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-28T17:03:37.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-05-28T17:03:37.434Z
42242026-05-28T17:03:37.434Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-28T17:03:37.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-28T17:03:37.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-28T17:03:37.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-28T17:03:37.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-05-28T17:03:38.056Z
42302026-05-28T17:03:38.056Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-28T17:03:38.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-28T17:03:38.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-28T17:03:38.673Z Checking typeid v1.0.3
42342026-05-28T17:03:38.786Z Checking ordered-float v2.10.1
42352026-05-28T17:03:38.805Z Checking unicode-xid v0.2.6
42362026-05-28T17:03:38.808Z Checking cargo-platform v0.2.0
42372026-05-28T17:03:38.827Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-28T17:03:38.851Z Checking erased-serde v0.4.9
42392026-05-28T17:03:38.991Z Checking serde-value v0.7.0
42402026-05-28T17:03:39.162Z Checking serde-untagged v0.1.9
42412026-05-28T17:03:39.313Z Checking cargo-util-schemas v0.8.2
42422026-05-28T17:03:39.989Z Checking cargo_metadata v0.21.0
42432026-05-28T17:03:40.583Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-28T17:03:41.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42452026-05-28T17:03:41.454Z
42462026-05-28T17:03:41.454Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-28T17:03:42.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-28T17:03:42.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-28T17:03:42.195Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-28T17:03:42.822Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-28T17:03:43.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42522026-05-28T17:03:43.526Z
42532026-05-28T17:03:43.526Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-28T17:03:44.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-28T17:03:44.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-28T17:03:44.477Z Compiling vergen-lib v0.1.6
42572026-05-28T17:03:44.477Z Compiling vergen-gitcl v1.0.8
42582026-05-28T17:03:44.477Z Compiling dirs-sys-next v0.1.2
42592026-05-28T17:03:44.480Z Compiling glob v0.3.3
42602026-05-28T17:03:44.480Z Compiling crunchy v0.2.4
42612026-05-28T17:03:44.480Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-05-28T17:03:44.481Z Compiling diesel_derives v2.3.7
42632026-05-28T17:03:44.481Z Compiling dsl_auto_type v0.2.0
42642026-05-28T17:03:44.837Z Compiling dirs-next v2.0.0
42652026-05-28T17:03:44.896Z Checking scheduled-thread-pool v0.2.7
42662026-05-28T17:03:44.911Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-28T17:03:44.955Z Compiling tiny-keccak v2.0.2
42682026-05-28T17:03:44.955Z Compiling term v0.7.0
42692026-05-28T17:03:44.985Z Compiling clang-sys v1.8.1
42702026-05-28T17:03:45.035Z Checking r2d2 v0.8.10
42712026-05-28T17:03:45.220Z Compiling bit-vec v0.6.3
42722026-05-28T17:03:45.252Z Checking downcast-rs v2.0.2
42732026-05-28T17:03:45.283Z Compiling ascii-canvas v3.0.0
42742026-05-28T17:03:45.387Z Compiling bit-set v0.5.3
42752026-05-28T17:03:45.434Z Compiling itertools v0.10.5
42762026-05-28T17:03:45.523Z Compiling ena v0.14.4
42772026-05-28T17:03:45.542Z Compiling libloading v0.8.9
42782026-05-28T17:03:45.566Z Compiling diff v0.1.13
42792026-05-28T17:03:45.683Z Compiling regex-syntax v0.6.29
42802026-05-28T17:03:45.728Z Compiling bindgen v0.71.1
42812026-05-28T17:03:45.749Z Compiling cexpr v0.6.0
42822026-05-28T17:03:45.827Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-28T17:03:46.019Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-28T17:03:46.170Z Compiling rustc-hash v2.1.1
42852026-05-28T17:03:46.212Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-28T17:03:46.309Z Compiling libxml v0.3.3
42872026-05-28T17:03:46.440Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-28T17:03:46.491Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-28T17:03:46.569Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-05-28T17:03:46.809Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-05-28T17:03:46.838Z Compiling strum_macros v0.24.3
42922026-05-28T17:03:46.859Z Compiling indoc v1.0.9
42932026-05-28T17:03:46.999Z Compiling lalrpop v0.19.12
42942026-05-28T17:03:47.777Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-28T17:03:47.970Z Checking derive_builder v0.20.2
42962026-05-28T17:03:48.089Z Compiling oso-derive v0.27.3
42972026-05-28T17:03:48.210Z Checking quick-xml v0.37.5
42982026-05-28T17:03:48.330Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-28T17:03:48.646Z Checking openssl-probe v0.1.6
43002026-05-28T17:03:48.794Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-28T17:03:49.141Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-28T17:03:49.338Z Checking bb8 v0.8.6
43032026-05-28T17:03:49.468Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-28T17:03:49.531Z Compiling libz-sys v1.1.24
43052026-05-28T17:03:49.621Z Checking nonempty v0.12.0
43062026-05-28T17:03:49.682Z Compiling strsim v0.10.0
43072026-05-28T17:03:49.788Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-28T17:03:49.935Z Compiling darling_core v0.13.4
43092026-05-28T17:03:50.017Z Compiling vergen-git2 v9.1.0
43102026-05-28T17:03:50.096Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-28T17:03:50.243Z Compiling rustls v0.21.12
43122026-05-28T17:03:50.290Z Compiling base64 v0.21.7
43132026-05-28T17:03:50.482Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-05-28T17:03:50.571Z Checking diesel v2.3.7
43152026-05-28T17:03:50.619Z Compiling ron v0.8.1
43162026-05-28T17:03:51.412Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-28T17:03:51.599Z Checking rustls-webpki v0.101.7
43182026-05-28T17:03:51.602Z Checking sct v0.7.1
43192026-05-28T17:03:51.778Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-05-28T17:03:51.825Z Compiling darling_macro v0.13.4
43212026-05-28T17:03:52.302Z Compiling darling v0.13.4
43222026-05-28T17:03:52.395Z Compiling serde_with_macros v1.5.2
43232026-05-28T17:03:52.450Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-28T17:03:53.234Z Compiling serde_with v1.14.0
43252026-05-28T17:03:53.325Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-05-28T17:03:54.220Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-28T17:03:54.440Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-28T17:03:55.119Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-28T17:03:55.782Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-05-28T17:03:55.804Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43312026-05-28T17:03:55.976Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-05-28T17:03:55.980Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-05-28T17:03:56.008Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-05-28T17:03:56.164Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-05-28T17:03:56.291Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-05-28T17:03:56.342Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-05-28T17:03:56.381Z Checking tokio-rustls v0.24.1
43382026-05-28T17:03:56.583Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-28T17:03:57.145Z Checking rustls-pemfile v1.0.4
43402026-05-28T17:03:57.214Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-28T17:03:57.291Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-28T17:03:57.358Z Checking twox-hash v2.1.2
43432026-05-28T17:03:57.482Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-28T17:03:57.684Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-28T17:03:57.777Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-28T17:03:57.999Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-28T17:03:58.152Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-28T17:03:59.466Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43492026-05-28T17:03:59.484Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43502026-05-28T17:03:59.737Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-05-28T17:04:00.017Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-05-28T17:04:00.154Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-28T17:04:00.457Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-28T17:04:00.677Z Checking console v0.16.2
43552026-05-28T17:04:00.994Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-28T17:04:01.147Z Checking fatfs v0.3.6
43572026-05-28T17:04:01.445Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-28T17:04:01.612Z Compiling seq-macro v0.3.6
43592026-05-28T17:04:02.121Z Checking unit-prefix v0.5.2
43602026-05-28T17:04:02.264Z Checking indicatif v0.18.4
43612026-05-28T17:04:02.756Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-28T17:04:02.775Z Checking support-bundle-viewer v0.1.2
43632026-05-28T17:04:02.792Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-28T17:04:03.023Z Checking multimap v0.10.1
43652026-05-28T17:04:08.843Z Checking async-bb8-diesel v0.2.1
43662026-05-28T17:04:09.214Z Checking diesel-dtrace v0.5.0
43672026-05-28T17:04:11.617Z Compiling samael v0.0.19
43682026-05-28T17:04:17.636Z Compiling git2 v0.20.4
43692026-05-28T17:04:18.499Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-28T17:04:19.346Z Compiling polar-core v0.27.3
43712026-05-28T17:04:20.067Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-28T17:04:23.895Z Checking oso v0.27.3
43732026-05-28T17:04:51.187Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-28T17:06:01.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-05-28T17:06:02.097Z
43762026-05-28T17:06:02.097Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-05-28T17:06:02.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-28T17:06:02.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-28T17:06:02.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-28T17:06:02.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-05-28T17:06:02.801Z
43822026-05-28T17:06:02.802Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-05-28T17:06:03.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-28T17:06:03.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-28T17:06:03.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-28T17:06:03.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-05-28T17:06:03.466Z
43882026-05-28T17:06:03.466Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-05-28T17:06:04.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-28T17:06:04.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-28T17:06:04.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-28T17:06:04.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43932026-05-28T17:06:04.134Z
43942026-05-28T17:06:04.134Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-05-28T17:06:04.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-28T17:06:04.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-28T17:06:04.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-05-28T17:06:04.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-05-28T17:06:04.734Z
44002026-05-28T17:06:04.734Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-05-28T17:06:05.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-28T17:06:05.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-28T17:06:05.580Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-28T17:06:06.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
44052026-05-28T17:06:06.572Z
44062026-05-28T17:06:06.572Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-05-28T17:06:07.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-28T17:06:07.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-28T17:06:07.420Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-05-28T17:06:43.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.35s
44112026-05-28T17:06:44.150Z
44122026-05-28T17:06:44.150Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-05-28T17:06:44.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-28T17:06:44.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-28T17:06:44.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-28T17:06:44.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-05-28T17:06:44.744Z
44182026-05-28T17:06:44.744Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-05-28T17:06:45.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-28T17:06:45.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-28T17:06:45.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-28T17:06:45.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44232026-05-28T17:06:45.393Z
44242026-05-28T17:06:45.393Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-05-28T17:06:45.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-28T17:06:45.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-28T17:06:45.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-28T17:06:45.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44292026-05-28T17:06:46.061Z
44302026-05-28T17:06:46.061Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-05-28T17:06:46.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-28T17:06:46.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-28T17:06:46.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-28T17:06:46.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44352026-05-28T17:06:46.727Z
44362026-05-28T17:06:46.727Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-05-28T17:06:47.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-28T17:06:47.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-28T17:06:47.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-28T17:06:47.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44412026-05-28T17:06:47.377Z
44422026-05-28T17:06:47.377Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-28T17:06:47.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-28T17:06:47.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-28T17:06:47.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-28T17:06:47.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-05-28T17:06:48.041Z
44482026-05-28T17:06:48.041Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-28T17:06:48.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-28T17:06:48.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-28T17:06:48.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-28T17:06:48.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-05-28T17:06:48.707Z
44542026-05-28T17:06:48.707Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-28T17:06:49.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-28T17:06:49.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-28T17:06:49.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-28T17:06:49.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-05-28T17:06:49.361Z
44602026-05-28T17:06:49.361Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-28T17:06:49.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-28T17:06:49.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-28T17:06:50.262Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-28T17:06:50.265Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-28T17:06:50.452Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-28T17:06:50.482Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-28T17:06:50.500Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-28T17:06:50.516Z Checking yansi v1.0.1
44692026-05-28T17:06:50.519Z Checking diff v0.1.13
44702026-05-28T17:06:50.519Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-28T17:06:50.588Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-28T17:06:50.781Z Checking pretty_assertions v1.4.1
44732026-05-28T17:06:51.417Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-28T17:06:51.568Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-28T17:07:15.177Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-28T17:07:15.180Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-05-28T17:07:15.180Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-05-28T17:07:15.180Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44792026-05-28T17:07:15.180Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-05-28T17:07:15.180Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-05-28T17:07:15.985Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44822026-05-28T17:07:15.985Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44832026-05-28T17:07:17.208Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-28T17:07:53.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-05-28T17:07:53.709Z
44862026-05-28T17:07:53.709Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-28T17:07:54.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-28T17:07:54.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-28T17:07:54.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-28T17:07:54.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44912026-05-28T17:07:54.302Z
44922026-05-28T17:07:54.302Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-28T17:07:54.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-28T17:07:54.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-28T17:07:55.078Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-28T17:07:55.204Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-28T17:07:55.206Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-28T17:08:20.967Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-28T17:08:21.355Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-28T17:08:23.047Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-28T17:08:23.501Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-28T17:08:26.484Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-28T17:08:49.200Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-28T17:08:49.895Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-28T17:08:51.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.23s
45062026-05-28T17:08:51.747Z
45072026-05-28T17:08:51.747Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-28T17:08:52.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-28T17:08:52.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-28T17:08:52.472Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-28T17:08:53.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-05-28T17:08:53.369Z
45132026-05-28T17:08:53.369Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-28T17:08:53.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-28T17:08:53.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-28T17:08:54.033Z Compiling blake3 v1.8.3
45172026-05-28T17:08:54.144Z Checking arrayvec v0.7.6
45182026-05-28T17:08:54.144Z Checking constant_time_eq v0.4.2
45192026-05-28T17:08:54.157Z Checking arrayref v0.3.9
45202026-05-28T17:08:54.164Z Checking topological-sort v0.2.2
45212026-05-28T17:08:54.167Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-28T17:08:54.167Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45232026-05-28T17:08:54.167Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45242026-05-28T17:08:54.216Z Checking shell-words v1.1.1
45252026-05-28T17:08:54.938Z Checking omicron-zone-package v0.12.2
45262026-05-28T17:08:55.645Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-28T17:08:56.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45282026-05-28T17:08:56.702Z
45292026-05-28T17:08:56.702Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-28T17:08:57.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-28T17:08:57.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-28T17:08:57.353Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-28T17:08:57.672Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-28T17:08:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45352026-05-28T17:08:58.243Z
45362026-05-28T17:08:58.243Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-28T17:08:58.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-28T17:08:58.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-28T17:08:58.975Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-28T17:08:59.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45412026-05-28T17:08:59.883Z
45422026-05-28T17:08:59.883Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-28T17:09:00.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-28T17:09:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-28T17:09:00.337Z Checking libc v0.2.185
45462026-05-28T17:09:00.419Z Checking serde v1.0.228
45472026-05-28T17:09:00.424Z Checking zerofrom v0.1.6
45482026-05-28T17:09:00.428Z Checking bitflags v2.11.0
45492026-05-28T17:09:00.433Z Checking smallvec v1.15.1
45502026-05-28T17:09:00.440Z Checking indexmap v2.14.0
45512026-05-28T17:09:00.450Z Checking serde_json v1.0.149
45522026-05-28T17:09:00.452Z Checking scroll v0.12.0
45532026-05-28T17:09:00.521Z Checking yoke v0.8.1
45542026-05-28T17:09:00.572Z Checking num-traits v0.2.19
45552026-05-28T17:09:00.604Z Checking thiserror v1.0.69
45562026-05-28T17:09:00.679Z Checking percent-encoding v2.3.2
45572026-05-28T17:09:00.691Z Checking zerovec v0.11.5
45582026-05-28T17:09:00.699Z Checking zerotrie v0.2.3
45592026-05-28T17:09:00.710Z Checking errno v0.3.14
45602026-05-28T17:09:00.802Z Checking serde_spanned v0.6.9
45612026-05-28T17:09:00.817Z Checking toml_datetime v0.6.11
45622026-05-28T17:09:00.828Z Checking rustix v1.1.3
45632026-05-28T17:09:00.926Z Checking log v0.4.29
45642026-05-28T17:09:00.936Z Checking form_urlencoded v1.2.2
45652026-05-28T17:09:00.965Z Checking zerocopy v0.7.35
45662026-05-28T17:09:00.995Z Checking toml_edit v0.22.27
45672026-05-28T17:09:01.052Z Checking getrandom v0.4.1
45682026-05-28T17:09:01.062Z Checking thiserror v2.0.18
45692026-05-28T17:09:01.072Z Checking goblin v0.8.2
45702026-05-28T17:09:01.092Z Checking ordered-float v2.10.1
45712026-05-28T17:09:01.129Z Checking tinystr v0.8.2
45722026-05-28T17:09:01.153Z Checking potential_utf v0.1.4
45732026-05-28T17:09:01.178Z Checking syn v2.0.117
45742026-05-28T17:09:01.279Z Checking icu_collections v2.1.1
45752026-05-28T17:09:01.304Z Checking icu_locale_core v2.1.1
45762026-05-28T17:09:01.314Z Checking serde-value v0.7.0
45772026-05-28T17:09:01.453Z Checking dtrace-parser v0.2.0
45782026-05-28T17:09:01.514Z Checking thread-id v4.2.2
45792026-05-28T17:09:01.589Z Checking once_cell v1.21.3
45802026-05-28T17:09:01.600Z Checking cargo-platform v0.2.0
45812026-05-28T17:09:01.634Z Checking terminal_size v0.4.3
45822026-05-28T17:09:01.686Z Checking memmap v0.7.0
45832026-05-28T17:09:01.746Z Checking clap_builder v4.5.60
45842026-05-28T17:09:01.783Z Checking tempfile v3.25.0
45852026-05-28T17:09:01.795Z Checking textwrap v0.16.2
45862026-05-28T17:09:01.814Z Checking fs-err v3.3.0
45872026-05-28T17:09:01.859Z Checking icu_provider v2.1.1
45882026-05-28T17:09:01.985Z Checking camino-tempfile v1.4.1
45892026-05-28T17:09:02.001Z Checking anyhow v1.0.102
45902026-05-28T17:09:02.004Z Checking tabled v0.15.0
45912026-05-28T17:09:02.083Z Checking toml v0.8.23
45922026-05-28T17:09:02.102Z Checking icu_properties v2.1.2
45932026-05-28T17:09:02.140Z Checking icu_normalizer v2.1.1
45942026-05-28T17:09:02.202Z Checking macaddr v1.0.1
45952026-05-28T17:09:02.381Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-05-28T17:09:02.403Z Checking cargo_toml v0.21.0
45972026-05-28T17:09:02.909Z Checking idna_adapter v1.2.1
45982026-05-28T17:09:02.957Z Checking dof v0.3.0
45992026-05-28T17:09:02.967Z Checking clap v4.5.60
46002026-05-28T17:09:03.024Z Checking idna v1.1.0
46012026-05-28T17:09:03.216Z Checking usdt-impl v0.5.0
46022026-05-28T17:09:03.246Z Checking url v2.5.8
46032026-05-28T17:09:03.461Z Checking usdt v0.5.0
46042026-05-28T17:09:03.594Z Checking cargo-util-schemas v0.8.2
46052026-05-28T17:09:04.273Z Checking cargo_metadata v0.21.0
46062026-05-28T17:09:04.866Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-28T17:09:05.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
46082026-05-28T17:09:05.393Z
46092026-05-28T17:09:05.393Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-28T17:09:05.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-28T17:09:05.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-28T17:09:06.039Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-28T17:09:06.515Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-28T17:09:06.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46152026-05-28T17:09:07.105Z
46162026-05-28T17:09:07.105Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-28T17:09:07.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-28T17:09:07.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-28T17:09:07.902Z Checking polyval v0.6.2
46202026-05-28T17:09:08.028Z Checking ctr v0.9.2
46212026-05-28T17:09:08.039Z Checking ssh-encoding v0.2.0
46222026-05-28T17:09:08.042Z Checking blowfish v0.9.1
46232026-05-28T17:09:08.060Z Checking password-hash v0.4.2
46242026-05-28T17:09:08.073Z Checking p521 v0.13.3
46252026-05-28T17:09:08.076Z Checking p256 v0.13.2
46262026-05-28T17:09:08.099Z Checking russh-cryptovec v0.7.3
46272026-05-28T17:09:08.170Z Checking ghash v0.5.1
46282026-05-28T17:09:08.184Z Checking bcrypt-pbkdf v0.10.0
46292026-05-28T17:09:08.197Z Checking md5 v0.7.0
46302026-05-28T17:09:08.225Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-28T17:09:08.237Z Checking num-bigint v0.4.6
46322026-05-28T17:09:08.263Z Checking pbkdf2 v0.11.0
46332026-05-28T17:09:08.290Z Checking aes-gcm v0.10.3
46342026-05-28T17:09:08.330Z Checking des v0.8.1
46352026-05-28T17:09:08.346Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-28T17:09:08.359Z Checking hex-literal v0.4.1
46372026-05-28T17:09:08.420Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-05-28T17:09:08.447Z Checking ssh-cipher v0.2.0
46392026-05-28T17:09:08.461Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-05-28T17:09:08.461Z Checking socket2 v0.5.10
46412026-05-28T17:09:08.486Z Checking internet-checksum v0.2.1
46422026-05-28T17:09:08.611Z Checking ssh-key v0.6.7
46432026-05-28T17:09:08.729Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-28T17:09:09.247Z Checking russh-keys v0.45.0
46452026-05-28T17:09:09.787Z Checking russh v0.45.0
46462026-05-28T17:09:26.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
46472026-05-28T17:09:26.257Z
46482026-05-28T17:09:26.257Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-28T17:09:26.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-28T17:09:26.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-28T17:09:26.905Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-28T17:09:27.015Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-28T17:09:27.024Z Checking termios v0.3.3
46542026-05-28T17:09:28.216Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-28T17:09:28.364Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-28T17:09:30.135Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-28T17:09:30.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
46582026-05-28T17:09:30.881Z
46592026-05-28T17:09:30.881Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-28T17:09:31.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-28T17:09:31.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-28T17:09:31.588Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-28T17:09:31.705Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-28T17:09:31.712Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-28T17:09:31.715Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-28T17:09:31.725Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-05-28T17:09:31.735Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-05-28T17:09:32.449Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-28T17:09:32.795Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-05-28T17:09:32.795Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-05-28T17:09:33.428Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-28T17:09:35.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
46732026-05-28T17:09:35.264Z
46742026-05-28T17:09:35.264Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-28T17:09:35.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-28T17:09:35.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-28T17:09:35.905Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-28T17:09:36.356Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-28T17:09:36.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46802026-05-28T17:09:36.853Z
46812026-05-28T17:09:36.853Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-28T17:09:37.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-28T17:09:37.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-28T17:09:37.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-28T17:09:37.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-28T17:09:37.449Z
46872026-05-28T17:09:37.449Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-28T17:09:37.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-28T17:09:37.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-28T17:09:37.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-28T17:09:37.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-05-28T17:09:38.040Z
46932026-05-28T17:09:38.040Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-28T17:09:38.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-28T17:09:38.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-28T17:09:38.791Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-28T17:09:39.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46982026-05-28T17:09:39.588Z
46992026-05-28T17:09:39.589Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-28T17:09:40.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-28T17:09:40.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-28T17:09:40.241Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-28T17:09:40.244Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-28T17:09:40.519Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-05-28T17:09:40.519Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-05-28T17:09:41.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47072026-05-28T17:09:41.495Z
47082026-05-28T17:09:41.495Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-28T17:09:41.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-28T17:09:42.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-28T17:09:42.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-28T17:09:42.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-05-28T17:09:42.085Z
47142026-05-28T17:09:42.085Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-28T17:09:42.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-28T17:09:42.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-28T17:09:42.775Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-28T17:09:43.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47192026-05-28T17:09:44.033Z
47202026-05-28T17:09:44.033Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-28T17:09:44.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-28T17:09:44.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-28T17:09:44.821Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-28T17:09:45.174Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-28T17:09:45.679Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-28T17:09:45.679Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-28T17:09:51.603Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-28T17:09:51.603Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-28T17:09:52.179Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-28T17:09:52.183Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-28T17:09:52.183Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-28T17:09:52.184Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-28T17:09:52.973Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-28T17:09:53.929Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-28T17:09:54.696Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-28T17:09:55.308Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-28T17:09:59.685Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-28T17:10:06.067Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47392026-05-28T17:10:06.070Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-05-28T17:10:06.070Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-05-28T17:10:06.070Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47422026-05-28T17:10:07.554Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-28T17:10:08.882Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-28T17:10:09.560Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-28T17:10:10.795Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-28T17:10:11.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.30s
47472026-05-28T17:10:11.556Z
47482026-05-28T17:10:11.556Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-28T17:10:12.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-28T17:10:12.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-28T17:10:12.271Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-28T17:10:12.274Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-28T17:10:12.274Z Checking rtoolbox v0.0.3
47542026-05-28T17:10:12.403Z Checking tui-tree-widget v0.23.1
47552026-05-28T17:10:12.499Z Checking rpassword v7.4.0
47562026-05-28T17:10:13.521Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-28T17:10:16.470Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-28T17:10:18.323Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-28T17:10:19.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
47602026-05-28T17:10:19.423Z
47612026-05-28T17:10:19.423Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-28T17:10:19.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-28T17:10:19.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-28T17:10:20.126Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-28T17:10:20.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47662026-05-28T17:10:20.680Z
47672026-05-28T17:10:20.680Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-28T17:10:21.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-28T17:10:21.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-28T17:10:21.408Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-28T17:10:21.411Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-05-28T17:10:21.411Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-05-28T17:10:21.525Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-28T17:10:22.413Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-28T17:10:22.990Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-28T17:10:25.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47772026-05-28T17:10:26.140Z
47782026-05-28T17:10:26.140Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-28T17:10:26.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-28T17:10:26.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-28T17:10:26.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-28T17:10:26.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47832026-05-28T17:10:26.735Z
47842026-05-28T17:10:26.735Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-28T17:10:27.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-28T17:10:27.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-28T17:10:27.422Z Checking uzers v0.12.2
47882026-05-28T17:10:27.692Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-28T17:10:28.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-05-28T17:10:28.656Z
47912026-05-28T17:10:28.656Zreal 14:04.933638365
47922026-05-28T17:10:28.656Zuser 21:06.592626860
47932026-05-28T17:10:28.656Zsys 4:20.580290637
47942026-05-28T17:10:28.656Ztrap 0.338945881
47952026-05-28T17:10:28.656Ztflt 0.682533859
47962026-05-28T17:10:28.657Zdflt 1.280116294
47972026-05-28T17:10:28.659Zkflt 0.004442640
47982026-05-28T17:10:28.659Zlock 1:18:20.612434524
47992026-05-28T17:10:28.659Zslp 1:41:16.871019707
48002026-05-28T17:10:28.660Zlat 56.172020167
48012026-05-28T17:10:28.660Zstop 3:37.204814907
48022026-05-28T17:10:28.660Zprocess exited: duration 983305 ms, exit code 0
 
48032026-05-28T17:10:28.685Zfound 0 output files