01KX1DSF7WWYB91SNP8K0RW659: 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: 01KX1DSTX4Z70Y7H4G3RZ8XQ69

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T17:54:10.935Zjob assigned to worker 01KX1DT1CRB3YVM32FED6DHD3N [factory aws, i-0580fedc5b605bef0] (queued for 48 s)
 
22026-07-08T17:54:17.230Zstarting task 0: "setup"
32026-07-08T17:54:17.238Z++ uname -s
42026-07-08T17:54:17.241Z+ kern=SunOS
52026-07-08T17:54:17.241Z+ build_user=build
62026-07-08T17:54:17.241Z+ build_uid=12345
72026-07-08T17:54:17.241Z+ work_dir=/work
82026-07-08T17:54:17.241Z+ input_dir=/input
92026-07-08T17:54:17.241Z+ [[ 0 == 12345 ]]
102026-07-08T17:54:17.241Z+ case "$kern" in
112026-07-08T17:54:17.241Z+ groupadd -g 12345 build
122026-07-08T17:54:17.241Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T17:54:19.247Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T17:54:19.335Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T17:54:19.338Z+ home_fs=zfs
162026-07-08T17:54:19.338Z+ [[ zfs == autofs ]]
172026-07-08T17:54:19.338Z+ mkdir -p /home/build
182026-07-08T17:54:19.338Z+ chown build:build /home/build /work
192026-07-08T17:54:21.339Z+ chmod 0700 /home/build /work
202026-07-08T17:54:21.342Zprocess exited: duration 4111 ms, exit code 0
 
212026-07-08T17:54:21.348Zstarting task 1: "rust-toolchain"
222026-07-08T17:54:21.353Z * rust toolchain channel = "1.96.1"
232026-07-08T17:54:21.353Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-08T17:54:21.353Z * rust toolchain profile = "default"
252026-07-08T17:54:21.353Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T17:54:21.353Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T17:54:21.353Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T17:54:21.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T17:54:21.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T17:54:21.437Zinfo: downloading installer
312026-07-08T17:54:23.006Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T17:54:23.006Zwarn: /home/build/.rustup/settings.toml
332026-07-08T17:54:23.006Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T17:54:23.006Zwarn: instead of the one inferred from the default host triple.
352026-07-08T17:54:23.019Zinfo: profile set to default
362026-07-08T17:54:23.019Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T17:54:23.021Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T17:54:23.177Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T17:54:23.180Zinfo: downloading 6 components
402026-07-08T17:54:39.589Z
412026-07-08T17:54:39.590Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-08T17:54:39.617Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T17:54:39.617Z
442026-07-08T17:54:39.617Z
452026-07-08T17:54:39.617ZRust is installed now. Great!
462026-07-08T17:54:39.617Z
472026-07-08T17:54:39.618ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T17:54:39.618Zenvironment variable. This has not been done automatically.
492026-07-08T17:54:39.618Z
502026-07-08T17:54:39.618ZTo configure your current shell, you need to source
512026-07-08T17:54:39.618Zthe corresponding env file under $HOME/.cargo.
522026-07-08T17:54:39.618Z
532026-07-08T17:54:39.618ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T17:54:39.622Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T17:54:39.622Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T17:54:39.622Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T17:54:39.622Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T17:54:39.622Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T17:54:39.622Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T17:54:39.622Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T17:54:39.622Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T17:54:39.702Z+ rustup --version
632026-07-08T17:54:39.711Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T17:54:39.714Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T17:54:39.733Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T17:54:39.736Z+ cargo --version
672026-07-08T17:54:39.750Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T17:54:39.753Z+ rustc --version
692026-07-08T17:54:39.771Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T17:54:39.775Zprocess exited: duration 18424 ms, exit code 0
 
712026-07-08T17:54:39.782Zstarting task 2: "authentication"
722026-07-08T17:54:39.797Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T17:54:39.804Zstarting task 3: "clone repository"
742026-07-08T17:54:39.807Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T17:54:39.810Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T17:54:39.841ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T17:54:51.975Z+ cd /work/oxidecomputer/omicron
782026-07-08T17:54:51.975Z+ git fetch origin 291cad9298be4d04fe845bb90db78331c2fe1a73
792026-07-08T17:54:52.266ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T17:54:52.266Z * branch 291cad9298be4d04fe845bb90db78331c2fe1a73 -> FETCH_HEAD
812026-07-08T17:54:52.277Z+ [[ -n ry/dendrite-273 ]]
822026-07-08T17:54:52.280Z++ git branch --show-current
832026-07-08T17:54:52.280Z+ current=main
842026-07-08T17:54:52.280Z+ [[ main != ry/dendrite-273 ]]
852026-07-08T17:54:52.280Z+ git branch -f ry/dendrite-273 291cad9298be4d04fe845bb90db78331c2fe1a73
862026-07-08T17:54:52.283Z+ git checkout -f ry/dendrite-273
872026-07-08T17:54:52.526ZSwitched to branch 'ry/dendrite-273'
882026-07-08T17:54:52.529Z+ git reset --hard 291cad9298be4d04fe845bb90db78331c2fe1a73
892026-07-08T17:54:52.545ZHEAD is now at 291cad929 pick up oxidecomputer/dendrite#273
902026-07-08T17:54:52.548Zprocess exited: duration 12742 ms, exit code 0
 
912026-07-08T17:54:52.553Zstarting task 4: "build"
922026-07-08T17:54:52.558Z+ source .github/buildomat/ci-env.sh
932026-07-08T17:54:52.558Z++ export CARGO_TERM_COLOR=always
942026-07-08T17:54:52.558Z++ CARGO_TERM_COLOR=always
952026-07-08T17:54:52.561Z+++ uname -s
962026-07-08T17:54:52.561Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T17:54:52.561Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T17:54:52.564Z+ cargo --version
992026-07-08T17:54:52.572Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T17:54:52.575Z+ rustc --version
1012026-07-08T17:54:52.594Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T17:54:52.597Z+ source ./env.sh
1032026-07-08T17:54:52.598Z++ OLD_SHELL_OPTS=ehxB
1042026-07-08T17:54:52.598Z++ set -o xtrace
1052026-07-08T17:54:52.601Z++++ dirname ./env.sh
1062026-07-08T17:54:52.601Z+++ readlink -f .
1072026-07-08T17:54:52.604Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-08T17:54:52.604Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-08T17:54:52.604Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-08T17:54:52.604Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-08T17:54:52.604Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-08T17:54:52.604Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-08T17:54:52.604Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-08T17:54:52.604Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-08T17:54:52.604Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-08T17:54:52.604Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-08T17:54:52.605Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-08T17:54:52.605Z++ case $OLD_SHELL_OPTS in
1192026-07-08T17:54:52.605Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-08T17:54:52.605Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-08T17:54:52.605Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-08T17:54:52.605Z+ banner prerequisites
1232026-07-08T17:54:52.608Z
1242026-07-08T17:54:52.608Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-08T17:54:52.608Z # # # # # # # # # # # # # # #
1262026-07-08T17:54:52.608Z # # # # ##### # # ##### # # # # # #### #
1272026-07-08T17:54:52.608Z ##### ##### # ##### # # # # # # # # #
1282026-07-08T17:54:52.608Z # # # # # # # # # # # # # # #
1292026-07-08T17:54:52.609Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-08T17:54:52.609Z # # # ###### # # ###### ### # #### # #### #
1312026-07-08T17:54:52.609Z
1322026-07-08T17:54:54.068Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-08T17:54:54.178Z Startup: Caching catalogs ... Done
1342026-07-08T17:54:54.676ZPlanning: Solver setup ... Done (0.452s)
1352026-07-08T17:54:54.703ZPlanning: Running solver ... Done (0.027s)
1362026-07-08T17:54:54.714ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-08T17:54:54.725ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-08T17:54:54.746ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-08T17:54:54.760ZPlanning: Package planning ... Done (0.014s)
1402026-07-08T17:54:54.763ZPlanning: Merging actions ... Done (0.002s)
1412026-07-08T17:54:54.926ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-08T17:54:54.929ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-08T17:54:55.724ZPlanning: Evaluating mediators ... Done (0.796s)
1442026-07-08T17:54:55.727ZPlanning: Planning completed in 1.52 seconds
1452026-07-08T17:54:55.732Z Packages to install: 2
1462026-07-08T17:54:55.735Z Estimated space available: 156.09 GB
1472026-07-08T17:54:55.735ZEstimated space to be consumed: 30.99 MB
1482026-07-08T17:54:55.735Z Create boot environment: No
1492026-07-08T17:54:55.735ZCreate backup boot environment: No
1502026-07-08T17:54:55.735Z Rebuild boot archive: No
1512026-07-08T17:54:55.735Z
1522026-07-08T17:54:55.735ZChanged packages:
1532026-07-08T17:54:55.735Zhelios
1542026-07-08T17:54:55.735Z developer/build-essential
1552026-07-08T17:54:55.735Z None -> 11-3.0
1562026-07-08T17:54:55.735Z library/libxmlsec1
1572026-07-08T17:54:55.735Z None -> 1.2.35-3.0
1582026-07-08T17:54:55.757Z
1592026-07-08T17:54:55.757ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-08T17:54:56.292ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1612026-07-08T17:54:56.415Z Actions: 1/268 actions (Installing new actions)
1622026-07-08T17:54:56.453Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-08T17:54:56.464ZFinalize: Updating package state database ... Done (0.011s)
1642026-07-08T17:54:56.467ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-08T17:54:56.493ZFinalize: Updating image state ... Done (0.029s)
1662026-07-08T17:54:58.874ZFinalize: Creating fast lookup database ... Done (2.355s)
1672026-07-08T17:54:58.942ZFinalize: Reading search index ... Done (0.012s)
1682026-07-08T17:54:58.946ZFinalize: Updating search index ... Done (0.000s)
1692026-07-08T17:54:59.021ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-08T17:54:59.331ZPlanning: Evaluating mediator changes ... Done
1712026-07-08T17:54:59.436ZPlanning: Checking for conflicting actions ... Done
1722026-07-08T17:54:59.439ZPlanning: Consolidating action changes ... Done
1732026-07-08T17:54:59.594ZPlanning: Evaluating mediators ... Done
1742026-07-08T17:54:59.597ZPlanning: Planning completed in 0.26 seconds
1752026-07-08T17:54:59.617Z Mediators to change: 2
1762026-07-08T17:54:59.617Z Create boot environment: No
1772026-07-08T17:54:59.617ZCreate backup boot environment: No
1782026-07-08T17:54:59.658ZFinalize: Updating package state database ... Done
1792026-07-08T17:54:59.658ZFinalize: Updating package cache ... Done
1802026-07-08T17:54:59.673ZFinalize: Updating image state ... Done
1812026-07-08T17:55:01.628ZFinalize: Creating fast lookup database ... Done
1822026-07-08T17:55:01.693ZFinalize: Reading search index ... Done
1832026-07-08T17:55:01.696ZFinalize: Updating search index ... Done
1842026-07-08T17:55:01.760ZFinalize: Updating package cache ... Done
1852026-07-08T17:55:02.049ZPlanning: Evaluating mediator changes ... Done
1862026-07-08T17:55:02.154ZPlanning: Checking for conflicting actions ... Done
1872026-07-08T17:55:02.157ZPlanning: Consolidating action changes ... Done
1882026-07-08T17:55:02.313ZPlanning: Evaluating mediators ... Done
1892026-07-08T17:55:02.317ZPlanning: Planning completed in 0.26 seconds
1902026-07-08T17:55:02.335Z Mediators to change: 1
1912026-07-08T17:55:02.335Z Create boot environment: No
1922026-07-08T17:55:02.335ZCreate backup boot environment: No
1932026-07-08T17:55:02.377ZFinalize: Updating package state database ... Done
1942026-07-08T17:55:02.377ZFinalize: Updating package cache ... Done
1952026-07-08T17:55:02.393ZFinalize: Updating image state ... Done
1962026-07-08T17:55:04.343ZFinalize: Creating fast lookup database ... Done
1972026-07-08T17:55:04.407ZFinalize: Reading search index ... Done
1982026-07-08T17:55:04.410ZFinalize: Updating search index ... Done
1992026-07-08T17:55:04.469ZFinalize: Updating package cache ... Done
2002026-07-08T17:55:04.789ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-08T17:55:04.789Zapache system 2.4 system
2022026-07-08T17:55:04.789Zclang system 15 system
2032026-07-08T17:55:04.789Zcsh system system illumos
2042026-07-08T17:55:04.789Zctags system system illumos
2052026-07-08T17:55:04.789Zfile vendor vendor darwinsys
2062026-07-08T17:55:04.789Zfile system system illumos
2072026-07-08T17:55:04.789Zgcc vendor 14 vendor
2082026-07-08T17:55:04.789Zgcc system 13 system
2092026-07-08T17:55:04.789Zgcc system 10 system
2102026-07-08T17:55:04.789Zgo system 1.25 system
2112026-07-08T17:55:04.789Zllvm system 15 system
2122026-07-08T17:55:04.789Zmariadb system 11.4 system
2132026-07-08T17:55:04.789Zmta vendor vendor dma
2142026-07-08T17:55:04.789Zopenjdk system 17 system
2152026-07-08T17:55:04.790Zopenjdk system 11 system
2162026-07-08T17:55:04.790Zopenssl vendor 3 vendor
2172026-07-08T17:55:04.790Zperl system 5.40 system
2182026-07-08T17:55:04.790Zpostgresql system 18 system
2192026-07-08T17:55:04.790Zpostgresql system 17 system
2202026-07-08T17:55:04.790Zpython vendor 3 vendor
2212026-07-08T17:55:04.790Zpython system 2 system
2222026-07-08T17:55:04.790Zpython3 vendor 3.13 vendor
2232026-07-08T17:55:04.790Zruby system 3.4 system
2242026-07-08T17:55:04.790Zruby system 3.0 system
2252026-07-08T17:55:04.790Zwords vendor vendor american-english
2262026-07-08T17:55:04.790Zwords system system australian-english
2272026-07-08T17:55:04.790Zwords system system british-english
2282026-07-08T17:55:04.790Zwords system system canadian-english
2292026-07-08T17:55:04.790Zwords system system french
2302026-07-08T17:55:04.790Zwords system system italian
2312026-07-08T17:55:04.790Zwords system system ngerman
2322026-07-08T17:55:04.790Zwords system system ogerman
2332026-07-08T17:55:04.790Zwords system system spanish
2342026-07-08T17:55:05.046ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-08T17:55:05.046Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-08T17:55:05.356ZFMRI IFO
2372026-07-08T17:55:05.356Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-08T17:55:05.356Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-08T17:55:05.356Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-08T17:55:05.356Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-08T17:55:05.356Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-08T17:55:05.356Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-08T17:55:05.356Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-08T17:55:05.356Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-08T17:55:05.356Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-08T17:55:05.619Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-08T17:55:05.914Z Updating crates.io index
2482026-07-08T17:55:05.917Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-08T17:55:06.178Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-08T17:55:06.470Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-08T17:55:07.675Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-08T17:55:08.165Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-08T17:55:10.187Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-08T17:55:11.034Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-08T17:55:11.307Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-08T17:55:11.621Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-08T17:55:12.741Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-08T17:55:13.008Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-08T17:55:13.353Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-08T17:55:13.647Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-08T17:55:14.122Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-08T17:55:14.669Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-08T17:55:14.932Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-08T17:55:15.182Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-08T17:55:15.462Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-08T17:55:15.990Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-08T17:55:16.391Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-08T17:55:16.637Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-08T17:55:16.881Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-08T17:55:17.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-08T17:55:17.650Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-08T17:55:17.883Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-08T17:55:18.603Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-08T17:55:18.861Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-08T17:55:19.337Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-08T17:55:19.572Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-08T17:55:19.808Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-08T17:55:20.140Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-08T17:55:20.712Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-08T17:55:21.099Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-08T17:55:21.381Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-08T17:55:21.609Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-08T17:55:21.938Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-08T17:55:22.230Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-08T17:55:22.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-08T17:55:22.914Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-08T17:55:23.161Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-08T17:55:26.045Z Downloading crates ...
2892026-07-08T17:55:26.092Z Downloaded anstyle-parse v1.0.0
2902026-07-08T17:55:26.098Z Downloaded cpufeatures v0.2.17
2912026-07-08T17:55:26.101Z Downloaded anyhow v1.0.102
2922026-07-08T17:55:26.104Z Downloaded colorchoice v1.0.4
2932026-07-08T17:55:26.105Z Downloaded crypto-common v0.1.7
2942026-07-08T17:55:26.108Z Downloaded fnv v1.0.7
2952026-07-08T17:55:26.108Z Downloaded digest v0.10.7
2962026-07-08T17:55:26.108Z Downloaded anstyle-query v1.1.5
2972026-07-08T17:55:26.111Z Downloaded zerocopy-derive v0.7.35
2982026-07-08T17:55:26.111Z Downloaded pest_generator v2.8.6
2992026-07-08T17:55:26.115Z Downloaded anstream v1.0.0
3002026-07-08T17:55:26.115Z Downloaded equivalent v1.0.2
3012026-07-08T17:55:26.115Z Downloaded zmij v1.0.21
3022026-07-08T17:55:26.118Z Downloaded memmap v0.7.0
3032026-07-08T17:55:26.121Z Downloaded heck v0.4.1
3042026-07-08T17:55:26.121Z Downloaded block-buffer v0.10.4
3052026-07-08T17:55:26.125Z Downloaded dof v0.3.0
3062026-07-08T17:55:26.125Z Downloaded cfg-if v1.0.4
3072026-07-08T17:55:26.125Z Downloaded errno v0.3.14
3082026-07-08T17:55:26.125Z Downloaded zerocopy v0.7.35
3092026-07-08T17:55:26.133Z Downloaded itoa v1.0.17
3102026-07-08T17:55:26.136Z Downloaded heck v0.5.0
3112026-07-08T17:55:26.136Z Downloaded dtrace-parser v0.2.0
3122026-07-08T17:55:26.136Z Downloaded clap_lex v1.0.0
3132026-07-08T17:55:26.136Z Downloaded cargo-platform v0.3.2
3142026-07-08T17:55:26.140Z Downloaded toml_datetime v0.6.11
3152026-07-08T17:55:26.143Z Downloaded strsim v0.11.1
3162026-07-08T17:55:26.143Z Downloaded scroll_derive v0.12.1
3172026-07-08T17:55:26.148Z Downloaded fastrand v2.3.0
3182026-07-08T17:55:26.153Z Downloaded autocfg v1.5.0
3192026-07-08T17:55:26.157Z Downloaded anstyle v1.0.14
3202026-07-08T17:55:26.160Z Downloaded thread-id v4.2.2
3212026-07-08T17:55:26.165Z Downloaded usdt-macro v0.5.0
3222026-07-08T17:55:26.168Z Downloaded tabled_derive v0.7.0
3232026-07-08T17:55:26.172Z Downloaded thiserror v1.0.69
3242026-07-08T17:55:26.179Z Downloaded unicode-linebreak v0.1.5
3252026-07-08T17:55:26.183Z Downloaded usdt v0.5.0
3262026-07-08T17:55:26.183Z Downloaded serde_spanned v0.6.9
3272026-07-08T17:55:26.186Z Downloaded fs-err v3.3.0
3282026-07-08T17:55:26.186Z Downloaded camino-tempfile v1.4.1
3292026-07-08T17:55:26.186Z Downloaded camino v1.2.2
3302026-07-08T17:55:26.189Z Downloaded byteorder v1.5.0
3312026-07-08T17:55:26.189Z Downloaded once_cell v1.21.3
3322026-07-08T17:55:26.193Z Downloaded clap_derive v4.6.1
3332026-07-08T17:55:26.196Z Downloaded pretty-hex v0.4.1
3342026-07-08T17:55:26.200Z Downloaded utf8parse v0.2.2
3352026-07-08T17:55:26.204Z Downloaded proc-macro-error-attr v1.0.4
3362026-07-08T17:55:26.207Z Downloaded toml_write v0.1.2
3372026-07-08T17:55:26.212Z Downloaded is_terminal_polyfill v1.70.2
3382026-07-08T17:55:26.215Z Downloaded generic-array v0.14.7
3392026-07-08T17:55:26.215Z Downloaded sha2 v0.10.9
3402026-07-08T17:55:26.218Z Downloaded cargo_toml v0.21.0
3412026-07-08T17:55:26.221Z Downloaded version_check v0.9.5
3422026-07-08T17:55:26.225Z Downloaded toml v0.8.23
3432026-07-08T17:55:26.225Z Downloaded usdt-impl v0.5.0
3442026-07-08T17:55:26.228Z Downloaded scroll v0.12.0
3452026-07-08T17:55:26.231Z Downloaded swrite v0.1.0
3462026-07-08T17:55:26.234Z Downloaded plain v0.2.3
3472026-07-08T17:55:26.234Z Downloaded smawk v0.3.2
3482026-07-08T17:55:26.234Z Downloaded terminal_size v0.4.3
3492026-07-08T17:55:26.238Z Downloaded macaddr v1.0.1
3502026-07-08T17:55:26.244Z Downloaded serde_tokenstream v0.2.3
3512026-07-08T17:55:26.248Z Downloaded thiserror v2.0.18
3522026-07-08T17:55:26.253Z Downloaded thiserror-impl v1.0.69
3532026-07-08T17:55:26.257Z Downloaded quote v1.0.45
3542026-07-08T17:55:26.260Z Downloaded usdt-attr-macro v0.5.0
3552026-07-08T17:55:26.267Z Downloaded cargo_metadata v0.23.1
3562026-07-08T17:55:26.274Z Downloaded ucd-trie v0.1.7
3572026-07-08T17:55:26.285Z Downloaded clap v4.6.1
3582026-07-08T17:55:26.290Z Downloaded thiserror-impl v2.0.18
3592026-07-08T17:55:26.293Z Downloaded tempfile v3.25.0
3602026-07-08T17:55:26.293Z Downloaded bytecount v0.6.9
3612026-07-08T17:55:26.308Z Downloaded pest_derive v2.8.6
3622026-07-08T17:55:26.318Z Downloaded bitflags v2.11.0
3632026-07-08T17:55:26.322Z Downloaded serde_core v1.0.228
3642026-07-08T17:55:26.329Z Downloaded serde_derive v1.0.228
3652026-07-08T17:55:26.332Z Downloaded indexmap v2.14.0
3662026-07-08T17:55:26.336Z Downloaded getrandom v0.4.1
3672026-07-08T17:55:26.339Z Downloaded semver v1.0.28
3682026-07-08T17:55:26.343Z Downloaded toml_edit v0.22.27
3692026-07-08T17:55:26.346Z Downloaded proc-macro2 v1.0.106
3702026-07-08T17:55:26.349Z Downloaded serde v1.0.228
3712026-07-08T17:55:26.350Z Downloaded memchr v2.8.0
3722026-07-08T17:55:26.352Z Downloaded textwrap v0.16.2
3732026-07-08T17:55:26.356Z Downloaded proc-macro-error v1.0.4
3742026-07-08T17:55:26.358Z Downloaded unicode-ident v1.0.24
3752026-07-08T17:55:26.362Z Downloaded pest_meta v2.8.6
3762026-07-08T17:55:26.364Z Downloaded papergrid v0.11.0
3772026-07-08T17:55:26.367Z Downloaded log v0.4.29
3782026-07-08T17:55:26.375Z Downloaded typenum v1.20.1
3792026-07-08T17:55:26.388Z Downloaded pest v2.8.6
3802026-07-08T17:55:26.398Z Downloaded clap_builder v4.6.0
3812026-07-08T17:55:26.420Z Downloaded serde_json v1.0.150
3822026-07-08T17:55:26.424Z Downloaded goblin v0.8.2
3832026-07-08T17:55:26.427Z Downloaded hashbrown v0.17.0
3842026-07-08T17:55:26.446Z Downloaded winnow v0.7.14
3852026-07-08T17:55:26.454Z Downloaded tabled v0.15.0
3862026-07-08T17:55:26.470Z Downloaded unicode-width v0.1.14
3872026-07-08T17:55:26.482Z Downloaded unicode-width v0.2.0
3882026-07-08T17:55:26.486Z Downloaded syn v1.0.109
3892026-07-08T17:55:26.491Z Downloaded syn v2.0.117
3902026-07-08T17:55:26.505Z Downloaded rustix v1.1.3
3912026-07-08T17:55:26.534Z Downloaded libc v0.2.185
3922026-07-08T17:55:26.595Z Compiling proc-macro2 v1.0.106
3932026-07-08T17:55:26.595Z Compiling unicode-ident v1.0.24
3942026-07-08T17:55:26.595Z Compiling quote v1.0.45
3952026-07-08T17:55:26.599Z Compiling serde_core v1.0.228
3962026-07-08T17:55:26.599Z Compiling libc v0.2.185
3972026-07-08T17:55:26.599Z Compiling version_check v0.9.5
3982026-07-08T17:55:26.599Z Compiling memchr v2.8.0
3992026-07-08T17:55:26.599Z Compiling serde v1.0.228
4002026-07-08T17:55:26.909Z Compiling zmij v1.0.21
4012026-07-08T17:55:27.174Z Compiling ucd-trie v0.1.7
4022026-07-08T17:55:27.206Z Compiling thiserror v1.0.69
4032026-07-08T17:55:27.209Z Compiling itoa v1.0.17
4042026-07-08T17:55:27.459Z Compiling pest v2.8.6
4052026-07-08T17:55:27.459Z Compiling byteorder v1.5.0
4062026-07-08T17:55:27.550Z Compiling rustix v1.1.3
4072026-07-08T17:55:27.696Z Compiling errno v0.3.14
4082026-07-08T17:55:27.712Z Compiling serde_json v1.0.150
4092026-07-08T17:55:27.922Z Compiling bitflags v2.11.0
4102026-07-08T17:55:28.069Z Compiling syn v2.0.117
4112026-07-08T17:55:28.120Z Compiling thread-id v4.2.2
4122026-07-08T17:55:28.147Z Compiling proc-macro-error-attr v1.0.4
4132026-07-08T17:55:28.202Z Compiling usdt-impl v0.5.0
4142026-07-08T17:55:28.241Z Compiling camino v1.2.2
4152026-07-08T17:55:28.341Z Compiling syn v1.0.109
4162026-07-08T17:55:28.546Z Compiling pest_meta v2.8.6
4172026-07-08T17:55:28.682Z Compiling proc-macro-error v1.0.4
4182026-07-08T17:55:28.687Z Compiling getrandom v0.4.1
4192026-07-08T17:55:28.714Z Compiling utf8parse v0.2.2
4202026-07-08T17:55:28.826Z Compiling log v0.4.29
4212026-07-08T17:55:28.879Z Compiling plain v0.2.3
4222026-07-08T17:55:29.027Z Compiling hashbrown v0.17.0
4232026-07-08T17:55:29.075Z Compiling equivalent v1.0.2
4242026-07-08T17:55:29.116Z Compiling terminal_size v0.4.3
4252026-07-08T17:55:29.253Z Compiling anstyle-parse v1.0.0
4262026-07-08T17:55:29.605Z Compiling indexmap v2.14.0
4272026-07-08T17:55:29.874Z Compiling thiserror v2.0.18
4282026-07-08T17:55:29.899Z Compiling pretty-hex v0.4.1
4292026-07-08T17:55:30.044Z Compiling colorchoice v1.0.4
4302026-07-08T17:55:30.088Z Compiling winnow v0.7.14
4312026-07-08T17:55:30.183Z Compiling cfg-if v1.0.4
4322026-07-08T17:55:30.213Z Compiling anstyle v1.0.14
4332026-07-08T17:55:30.235Z Compiling autocfg v1.5.0
4342026-07-08T17:55:30.249Z Compiling anstyle-query v1.1.5
4352026-07-08T17:55:30.263Z Compiling toml_write v0.1.2
4362026-07-08T17:55:30.369Z Compiling pest_generator v2.8.6
4372026-07-08T17:55:30.446Z Compiling is_terminal_polyfill v1.70.2
4382026-07-08T17:55:30.580Z Compiling anstream v1.0.0
4392026-07-08T17:55:30.674Z Compiling fs-err v3.3.0
4402026-07-08T17:55:30.869Z Compiling fnv v1.0.7
4412026-07-08T17:55:30.883Z Compiling heck v0.5.0
4422026-07-08T17:55:30.915Z Compiling bytecount v0.6.9
4432026-07-08T17:55:30.966Z Compiling anyhow v1.0.102
4442026-07-08T17:55:30.991Z Compiling heck v0.4.1
4452026-07-08T17:55:31.049Z Compiling fastrand v2.3.0
4462026-07-08T17:55:31.084Z Compiling clap_lex v1.0.0
4472026-07-08T17:55:31.118Z Compiling once_cell v1.21.3
4482026-07-08T17:55:31.215Z Compiling unicode-width v0.1.14
4492026-07-08T17:55:31.290Z Compiling strsim v0.11.1
4502026-07-08T17:55:31.310Z Compiling tempfile v3.25.0
4512026-07-08T17:55:31.372Z Compiling tabled_derive v0.7.0
4522026-07-08T17:55:31.441Z Compiling papergrid v0.11.0
4532026-07-08T17:55:31.486Z Compiling clap_builder v4.6.0
4542026-07-08T17:55:31.516Z Compiling semver v1.0.28
4552026-07-08T17:55:31.606Z Compiling cargo-platform v0.3.2
4562026-07-08T17:55:31.633Z Compiling memmap v0.7.0
4572026-07-08T17:55:31.694Z Compiling unicode-linebreak v0.1.5
4582026-07-08T17:55:31.814Z Compiling unicode-width v0.2.0
4592026-07-08T17:55:31.840Z Compiling smawk v0.3.2
4602026-07-08T17:55:31.878Z Compiling camino-tempfile v1.4.1
4612026-07-08T17:55:31.961Z Compiling serde_derive v1.0.228
4622026-07-08T17:55:31.980Z Compiling thiserror-impl v1.0.69
4632026-07-08T17:55:32.090Z Compiling zerocopy-derive v0.7.35
4642026-07-08T17:55:32.108Z Compiling pest_derive v2.8.6
4652026-07-08T17:55:32.287Z Compiling scroll_derive v0.12.1
4662026-07-08T17:55:32.305Z Compiling thiserror-impl v2.0.18
4672026-07-08T17:55:32.570Z Compiling clap_derive v4.6.1
4682026-07-08T17:55:32.865Z Compiling tabled v0.15.0
4692026-07-08T17:55:32.973Z Compiling scroll v0.12.0
4702026-07-08T17:55:32.990Z Compiling zerocopy v0.7.35
4712026-07-08T17:55:33.273Z Compiling goblin v0.8.2
4722026-07-08T17:55:33.366Z Compiling dtrace-parser v0.2.0
4732026-07-08T17:55:33.553Z Compiling textwrap v0.16.2
4742026-07-08T17:55:34.018Z Compiling swrite v0.1.0
4752026-07-08T17:55:34.322Z Compiling clap v4.6.1
4762026-07-08T17:55:35.044Z Compiling dof v0.3.0
4772026-07-08T17:55:35.044Z Compiling serde_tokenstream v0.2.3
4782026-07-08T17:55:35.061Z Compiling serde_spanned v0.6.9
4792026-07-08T17:55:35.075Z Compiling toml_datetime v0.6.11
4802026-07-08T17:55:35.079Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-08T17:55:35.124Z Compiling macaddr v1.0.1
4822026-07-08T17:55:35.128Z Compiling cargo_metadata v0.23.1
4832026-07-08T17:55:35.240Z Compiling toml_edit v0.22.27
4842026-07-08T17:55:35.844Z Compiling usdt-attr-macro v0.5.0
4852026-07-08T17:55:35.860Z Compiling usdt-macro v0.5.0
4862026-07-08T17:55:36.475Z Compiling usdt v0.5.0
4872026-07-08T17:55:36.583Z Compiling toml v0.8.23
4882026-07-08T17:55:36.925Z Compiling cargo_toml v0.21.0
4892026-07-08T17:55:38.180Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-08T17:55:40.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s
4912026-07-08T17:55:40.334Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-08T17:55:40.829Z Downloading crates ...
4932026-07-08T17:55:40.926Z Downloaded bit-set v0.8.0
4942026-07-08T17:55:40.929Z Downloaded adler2 v2.0.1
4952026-07-08T17:55:40.932Z Downloaded base16ct v1.0.0
4962026-07-08T17:55:40.936Z Downloaded ahash v0.8.12
4972026-07-08T17:55:40.939Z Downloaded arrayref v0.3.9
4982026-07-08T17:55:40.942Z Downloaded async-trait v0.1.89
4992026-07-08T17:55:40.949Z Downloaded cookie_store v0.22.1
5002026-07-08T17:55:40.952Z Downloaded cpufeatures v0.3.0
5012026-07-08T17:55:40.952Z Downloaded async-stream v0.3.6
5022026-07-08T17:55:40.955Z Downloaded assert_matches v1.5.0
5032026-07-08T17:55:40.958Z Downloaded bb8 v0.8.6
5042026-07-08T17:55:40.958Z Downloaded crunchy v0.2.4
5052026-07-08T17:55:40.958Z Downloaded curve25519-dalek-derive v0.1.1
5062026-07-08T17:55:40.962Z Downloaded cfg_aliases v0.1.1
5072026-07-08T17:55:40.962Z Downloaded crc v3.4.0
5082026-07-08T17:55:40.962Z Downloaded crc8 v0.1.1
5092026-07-08T17:55:40.962Z Downloaded bitfield-macros v0.19.4
5102026-07-08T17:55:40.965Z Downloaded atty v0.2.14
5112026-07-08T17:55:40.965Z Downloaded async-stream-impl v0.3.6
5122026-07-08T17:55:40.969Z Downloaded darling_macro v0.20.11
5132026-07-08T17:55:40.972Z Downloaded cstr-argument v0.1.2
5142026-07-08T17:55:40.976Z Downloaded atomicwrites v0.4.4
5152026-07-08T17:55:40.979Z Downloaded darling_macro v0.13.4
5162026-07-08T17:55:40.979Z Downloaded async-recursion v1.1.1
5172026-07-08T17:55:40.986Z Downloaded crucible-workspace-hack v0.1.0
5182026-07-08T17:55:40.989Z Downloaded cpubits v0.1.1
5192026-07-08T17:55:40.989Z Downloaded darling_macro v0.23.0
5202026-07-08T17:55:40.989Z Downloaded defmt-parser v1.0.0
5212026-07-08T17:55:40.992Z Downloaded base16ct v0.2.0
5222026-07-08T17:55:40.992Z Downloaded darling_macro v0.21.3
5232026-07-08T17:55:40.992Z Downloaded crypto-common v0.2.2
5242026-07-08T17:55:40.995Z Downloaded byte-wrapper v0.1.0
5252026-07-08T17:55:40.999Z Downloaded crc-catalog v2.4.0
5262026-07-08T17:55:40.999Z Downloaded cipher v0.5.2
5272026-07-08T17:55:41.002Z Downloaded base64ct v1.8.3
5282026-07-08T17:55:41.002Z Downloaded ascii-canvas v3.0.0
5292026-07-08T17:55:41.006Z Downloaded array-init v0.0.4
5302026-07-08T17:55:41.014Z Downloaded atomic-waker v1.1.2
5312026-07-08T17:55:41.018Z Downloaded console v0.16.2
5322026-07-08T17:55:41.021Z Downloaded cbc v0.2.1
5332026-07-08T17:55:41.021Z Downloaded dirs-sys-next v0.1.2
5342026-07-08T17:55:41.021Z Downloaded colored v2.2.0
5352026-07-08T17:55:41.024Z Downloaded derive_builder_macro v0.20.2
5362026-07-08T17:55:41.024Z Downloaded debug-ignore v1.0.5
5372026-07-08T17:55:41.025Z Downloaded anstyle-parse v0.2.7
5382026-07-08T17:55:41.028Z Downloaded aead v0.6.1
5392026-07-08T17:55:41.028Z Downloaded bit-vec v0.8.0
5402026-07-08T17:55:41.028Z Downloaded aead v0.5.2
5412026-07-08T17:55:41.031Z Downloaded diesel_table_macro_syntax v0.3.0
5422026-07-08T17:55:41.034Z Downloaded display-error-chain v0.2.2
5432026-07-08T17:55:41.034Z Downloaded bit-set v0.5.3
5442026-07-08T17:55:41.038Z Downloaded arrayvec v0.7.6
5452026-07-08T17:55:41.038Z Downloaded cassowary v0.3.0
5462026-07-08T17:55:41.038Z Downloaded anstream v0.6.21
5472026-07-08T17:55:41.042Z Downloaded castaway v0.2.4
5482026-07-08T17:55:41.046Z Downloaded dirs-next v2.0.0
5492026-07-08T17:55:41.046Z Downloaded dunce v1.0.5
5502026-07-08T17:55:41.046Z Downloaded dof v0.4.0
5512026-07-08T17:55:41.050Z Downloaded convert_case v0.4.0
5522026-07-08T17:55:41.050Z Downloaded block-padding v0.4.2
5532026-07-08T17:55:41.050Z Downloaded dsl_auto_type v0.2.0
5542026-07-08T17:55:41.050Z Downloaded embedded-io v0.6.1
5552026-07-08T17:55:41.053Z Downloaded compression-core v0.4.31
5562026-07-08T17:55:41.053Z Downloaded cobs v0.3.0
5572026-07-08T17:55:41.053Z Downloaded block-buffer v0.12.1
5582026-07-08T17:55:41.057Z Downloaded embedded-io v0.4.0
5592026-07-08T17:55:41.057Z Downloaded downcast-rs v2.0.2
5602026-07-08T17:55:41.057Z Downloaded ciborium-io v0.2.2
5612026-07-08T17:55:41.057Z Downloaded dyn-clone v1.0.20
5622026-07-08T17:55:41.060Z Downloaded cfg_aliases v0.2.1
5632026-07-08T17:55:41.060Z Downloaded document-features v0.2.12
5642026-07-08T17:55:41.064Z Downloaded dtrace-parser v0.3.0
5652026-07-08T17:55:41.064Z Downloaded defmt v0.3.100
5662026-07-08T17:55:41.070Z Downloaded crossbeam-deque v0.8.6
5672026-07-08T17:55:41.073Z Downloaded ciborium-ll v0.2.2
5682026-07-08T17:55:41.074Z Downloaded bitfield-struct v0.6.2
5692026-07-08T17:55:41.077Z Downloaded endian-type v0.1.2
5702026-07-08T17:55:41.077Z Downloaded csv-core v0.1.13
5712026-07-08T17:55:41.080Z Downloaded env_filter v1.0.0
5722026-07-08T17:55:41.083Z Downloaded daft v0.1.7
5732026-07-08T17:55:41.083Z Downloaded enum-as-inner v0.6.1
5742026-07-08T17:55:41.088Z Downloaded deranged v0.5.8
5752026-07-08T17:55:41.091Z Downloaded argon2 v0.5.3
5762026-07-08T17:55:41.095Z Downloaded diesel-dtrace v0.5.0
5772026-07-08T17:55:41.095Z Downloaded defmt v1.0.1
5782026-07-08T17:55:41.098Z Downloaded cookie v0.18.1
5792026-07-08T17:55:41.098Z Downloaded darling v0.13.4
5802026-07-08T17:55:41.101Z Downloaded convert_case v0.10.0
5812026-07-08T17:55:41.101Z Downloaded bcs v0.1.6
5822026-07-08T17:55:41.105Z Downloaded argon2 v0.6.0-rc.8
5832026-07-08T17:55:41.105Z Downloaded fixedbitset v0.4.2
5842026-07-08T17:55:41.105Z Downloaded ctutils v0.4.2
5852026-07-08T17:55:41.108Z Downloaded fd-lock v4.0.4
5862026-07-08T17:55:41.108Z Downloaded flagset v0.4.7
5872026-07-08T17:55:41.108Z Downloaded cexpr v0.6.0
5882026-07-08T17:55:41.112Z Downloaded foreign-types v0.5.0
5892026-07-08T17:55:41.112Z Downloaded float-ord v0.3.2
5902026-07-08T17:55:41.112Z Downloaded camino-tempfile-ext v0.3.3
5912026-07-08T17:55:41.115Z Downloaded backoff v0.4.0
5922026-07-08T17:55:41.115Z Downloaded foreign-types-shared v0.1.1
5932026-07-08T17:55:41.116Z Downloaded float-cmp v0.10.0
5942026-07-08T17:55:41.116Z Downloaded der_derive v0.7.3
5952026-07-08T17:55:41.120Z Downloaded form_urlencoded v1.2.2
5962026-07-08T17:55:41.120Z Downloaded foreign-types-shared v0.3.1
5972026-07-08T17:55:41.120Z Downloaded difflib v0.4.0
5982026-07-08T17:55:41.120Z Downloaded funty v2.0.0
5992026-07-08T17:55:41.124Z Downloaded delegate v0.13.5
6002026-07-08T17:55:41.124Z Downloaded critical-section v1.2.0
6012026-07-08T17:55:41.124Z Downloaded foreign-types-macros v0.2.3
6022026-07-08T17:55:41.124Z Downloaded foreign-types v0.3.2
6032026-07-08T17:55:41.124Z Downloaded futures-macro v0.3.32
6042026-07-08T17:55:41.134Z Downloaded futures-core v0.3.32
6052026-07-08T17:55:41.134Z Downloaded futures-task v0.3.32
6062026-07-08T17:55:41.134Z Downloaded futures-io v0.3.32
6072026-07-08T17:55:41.134Z Downloaded dropshot-api-manager-types v0.7.2
6082026-07-08T17:55:41.135Z Downloaded fxhash v0.2.1
6092026-07-08T17:55:41.161Z Downloaded digest v0.11.3
6102026-07-08T17:55:41.161Z Downloaded either v1.15.0
6112026-07-08T17:55:41.162Z Downloaded ed25519 v2.2.3
6122026-07-08T17:55:41.162Z Downloaded ecdsa v0.16.9
6132026-07-08T17:55:41.162Z Downloaded async-bb8-diesel v0.2.1
6142026-07-08T17:55:41.162Z Downloaded ctr v0.10.1
6152026-07-08T17:55:41.162Z Downloaded ed25519 v3.0.0
6162026-07-08T17:55:41.162Z Downloaded backon v1.6.0
6172026-07-08T17:55:41.162Z Downloaded cmake v0.1.57
6182026-07-08T17:55:41.162Z Downloaded bit-vec v0.6.3
6192026-07-08T17:55:41.162Z Downloaded chacha20 v0.9.1
6202026-07-08T17:55:41.162Z Downloaded env_logger v0.11.9
6212026-07-08T17:55:41.162Z Downloaded constant_time_eq v0.4.2
6222026-07-08T17:55:41.162Z Downloaded bitflags v1.3.2
6232026-07-08T17:55:41.162Z Downloaded corncobs v0.1.4
6242026-07-08T17:55:41.162Z Downloaded compression-codecs v0.4.37
6252026-07-08T17:55:41.162Z Downloaded darling v0.21.3
6262026-07-08T17:55:41.162Z Downloaded data-encoding v2.10.0
6272026-07-08T17:55:41.162Z Downloaded crossbeam-utils v0.8.21
6282026-07-08T17:55:41.162Z Downloaded crossbeam-epoch v0.9.18
6292026-07-08T17:55:41.162Z Downloaded darling v0.20.11
6302026-07-08T17:55:41.162Z Downloaded daft-derive v0.1.7
6312026-07-08T17:55:41.171Z Downloaded darling v0.23.0
6322026-07-08T17:55:41.171Z Downloaded futures-sink v0.3.32
6332026-07-08T17:55:41.177Z Downloaded const_format_proc_macros v0.2.34
6342026-07-08T17:55:41.177Z Downloaded defmt-macros v1.0.1
6352026-07-08T17:55:41.177Z Downloaded git-stub v1.0.0
6362026-07-08T17:55:41.177Z Downloaded des v0.9.0
6372026-07-08T17:55:41.177Z Downloaded derive_builder_core v0.20.2
6382026-07-08T17:55:41.177Z Downloaded globwalk v0.9.1
6392026-07-08T17:55:41.177Z Downloaded ghash v0.6.0
6402026-07-08T17:55:41.177Z Downloaded fallible-iterator v0.2.0
6412026-07-08T17:55:41.177Z Downloaded erased-serde v0.3.31
6422026-07-08T17:55:41.181Z Downloaded foldhash v0.2.0
6432026-07-08T17:55:41.181Z Downloaded ff v0.14.0
6442026-07-08T17:55:41.181Z Downloaded ciborium v0.2.2
6452026-07-08T17:55:41.184Z Downloaded ena v0.14.4
6462026-07-08T17:55:41.184Z Downloaded bzip2 v0.6.1
6472026-07-08T17:55:41.184Z Downloaded ff v0.13.1
6482026-07-08T17:55:41.188Z Downloaded find-msvc-tools v0.1.9
6492026-07-08T17:55:41.188Z Downloaded blowfish v0.10.0
6502026-07-08T17:55:41.188Z Downloaded blake2 v0.10.6
6512026-07-08T17:55:41.192Z Downloaded bitfield v0.19.4
6522026-07-08T17:55:41.192Z Downloaded hash32 v0.2.1
6532026-07-08T17:55:41.192Z Downloaded hex-literal v1.1.0
6542026-07-08T17:55:41.198Z Downloaded derive-ex v0.1.8
6552026-07-08T17:55:41.198Z Downloaded hash32 v0.3.1
6562026-07-08T17:55:41.198Z Downloaded filetime v0.2.27
6572026-07-08T17:55:41.198Z Downloaded bcrypt-pbkdf v0.11.0
6582026-07-08T17:55:41.201Z Downloaded fixedbitset v0.5.7
6592026-07-08T17:55:41.202Z Downloaded foldhash v0.1.5
6602026-07-08T17:55:41.202Z Downloaded fs_extra v1.3.0
6612026-07-08T17:55:41.207Z Downloaded headers-core v0.3.0
6622026-07-08T17:55:41.207Z Downloaded ecdsa v0.17.0-rc.18
6632026-07-08T17:55:41.211Z Downloaded displaydoc v0.2.5
6642026-07-08T17:55:41.211Z Downloaded diff v0.1.13
6652026-07-08T17:55:41.214Z Downloaded http-range v0.1.5
6662026-07-08T17:55:41.214Z Downloaded http-body v1.0.1
6672026-07-08T17:55:41.214Z Downloaded futures-executor v0.3.32
6682026-07-08T17:55:41.219Z Downloaded gethostname v0.5.0
6692026-07-08T17:55:41.223Z Downloaded fs-err v2.11.0
6702026-07-08T17:55:41.227Z Downloaded cipher v0.4.4
6712026-07-08T17:55:41.227Z Downloaded home v0.5.12
6722026-07-08T17:55:41.227Z Downloaded httpdate v1.0.3
6732026-07-08T17:55:41.227Z Downloaded hostname v0.3.1
6742026-07-08T17:55:41.232Z Downloaded chacha20 v0.10.0
6752026-07-08T17:55:41.232Z Downloaded clang-sys v1.8.1
6762026-07-08T17:55:41.232Z Downloaded console v0.15.11
6772026-07-08T17:55:41.235Z Downloaded colored v3.1.1
6782026-07-08T17:55:41.235Z Downloaded enum_dispatch v0.3.13
6792026-07-08T17:55:41.241Z Downloaded const-oid v0.9.6
6802026-07-08T17:55:41.241Z Downloaded blake2 v0.11.0-rc.6
6812026-07-08T17:55:41.241Z Downloaded darling_core v0.13.4
6822026-07-08T17:55:41.244Z Downloaded hubpack_derive v0.1.1
6832026-07-08T17:55:41.244Z Downloaded hubpack v0.1.2
6842026-07-08T17:55:41.244Z Downloaded crc-any v2.5.0
6852026-07-08T17:55:41.248Z Downloaded group v0.13.0
6862026-07-08T17:55:41.248Z Downloaded globset v0.4.18
6872026-07-08T17:55:41.248Z Downloaded git-stub-vcs v0.1.0
6882026-07-08T17:55:41.251Z Downloaded cancel-safe-futures v0.1.5
6892026-07-08T17:55:41.251Z Downloaded cmov v0.5.4
6902026-07-08T17:55:41.251Z Downloaded bzip2 v0.4.4
6912026-07-08T17:55:41.256Z Downloaded buf-list v1.1.2
6922026-07-08T17:55:41.256Z Downloaded hyper-tls v0.6.0
6932026-07-08T17:55:41.256Z Downloaded idna_adapter v1.2.1
6942026-07-08T17:55:41.259Z Downloaded ident_case v1.0.1
6952026-07-08T17:55:41.259Z Downloaded indent_write v2.2.0
6962026-07-08T17:55:41.260Z Downloaded illumos-nvpair v0.3.0
6972026-07-08T17:55:41.263Z Downloaded inout v0.2.2
6982026-07-08T17:55:41.267Z Downloaded glob v0.3.3
6992026-07-08T17:55:41.267Z Downloaded illumos-nvpair-sys v0.2.0
7002026-07-08T17:55:41.271Z Downloaded group v0.14.0
7012026-07-08T17:55:41.274Z Downloaded instant v0.1.13
7022026-07-08T17:55:41.277Z Downloaded futures-channel v0.3.32
7032026-07-08T17:55:41.277Z Downloaded instability v0.3.11
7042026-07-08T17:55:41.281Z Downloaded hex v0.4.3
7052026-07-08T17:55:41.284Z Downloaded indoc v1.0.9
7062026-07-08T17:55:41.284Z Downloaded lalrpop-util v0.19.12
7072026-07-08T17:55:41.288Z Downloaded kem v0.3.0
7082026-07-08T17:55:41.288Z Downloaded is_ci v1.2.0
7092026-07-08T17:55:41.288Z Downloaded is-terminal v0.4.17
7102026-07-08T17:55:41.288Z Downloaded lazy_static v1.5.0
7112026-07-08T17:55:41.288Z Downloaded internet-checksum v0.2.1
7122026-07-08T17:55:41.291Z Downloaded base64 v0.22.1
7132026-07-08T17:55:41.292Z Downloaded http-body-util v0.1.3
7142026-07-08T17:55:41.295Z Downloaded hostname v0.4.2
7152026-07-08T17:55:41.295Z Downloaded crc32fast v1.5.0
7162026-07-08T17:55:41.295Z Downloaded allocator-api2 v0.2.21
7172026-07-08T17:55:41.300Z Downloaded derive-where v1.6.0
7182026-07-08T17:55:41.304Z Downloaded const-oid v0.10.2
7192026-07-08T17:55:41.309Z Downloaded elliptic-curve v0.13.8
7202026-07-08T17:55:41.312Z Downloaded derive_builder v0.20.2
7212026-07-08T17:55:41.315Z Downloaded kstat-rs v0.2.4
7222026-07-08T17:55:41.315Z Downloaded libscf-sys v1.1.0
7232026-07-08T17:55:41.315Z Downloaded dropshot_endpoint v0.17.1
7242026-07-08T17:55:41.320Z Downloaded getrandom v0.2.17
7252026-07-08T17:55:41.320Z Downloaded highway v1.3.0
7262026-07-08T17:55:41.324Z Downloaded humantime v2.3.0
7272026-07-08T17:55:41.328Z Downloaded chacha20poly1305 v0.10.1
7282026-07-08T17:55:41.332Z Downloaded linked-hash-map v0.5.6
7292026-07-08T17:55:41.336Z Downloaded lru v0.12.5
7302026-07-08T17:55:41.340Z Downloaded lru-cache v0.1.2
7312026-07-08T17:55:41.340Z Downloaded maybe-uninit v2.0.0
7322026-07-08T17:55:41.340Z Downloaded lru-slab v0.1.2
7332026-07-08T17:55:41.344Z Downloaded fatfs v0.3.6
7342026-07-08T17:55:41.347Z Downloaded match_cfg v0.1.0
7352026-07-08T17:55:41.347Z Downloaded maplit v1.0.2
7362026-07-08T17:55:41.347Z Downloaded md-5 v0.10.6
7372026-07-08T17:55:41.351Z Downloaded ingot-types v0.1.2
7382026-07-08T17:55:41.351Z Downloaded memoffset v0.9.1
7392026-07-08T17:55:41.356Z Downloaded hyper-staticfile v0.10.1
7402026-07-08T17:55:41.359Z Downloaded hmac v0.12.1
7412026-07-08T17:55:41.359Z Downloaded ipnetwork v0.21.1
7422026-07-08T17:55:41.359Z Downloaded ipnet v2.11.0
7432026-07-08T17:55:41.363Z Downloaded keccak v0.1.6
7442026-07-08T17:55:41.363Z Downloaded lzss v0.8.2
7452026-07-08T17:55:41.367Z Downloaded mime v0.3.17
7462026-07-08T17:55:41.367Z Downloaded md5 v0.8.0
7472026-07-08T17:55:41.367Z Downloaded multimap v0.10.1
7482026-07-08T17:55:41.367Z Downloaded managed v0.8.0
7492026-07-08T17:55:41.373Z Downloaded impl-trait-for-tuples v0.2.3
7502026-07-08T17:55:41.373Z Downloaded half v1.8.3
7512026-07-08T17:55:41.373Z Downloaded newtype-uuid-macros v0.1.0
7522026-07-08T17:55:41.378Z Downloaded new_debug_unreachable v1.0.6
7532026-07-08T17:55:41.378Z Downloaded ingot v0.1.1
7542026-07-08T17:55:41.381Z Downloaded nibble_vec v0.1.0
7552026-07-08T17:55:41.381Z Downloaded newtype_derive v0.1.6
7562026-07-08T17:55:41.381Z Downloaded normalize-line-endings v0.3.0
7572026-07-08T17:55:41.386Z Downloaded inout v0.1.4
7582026-07-08T17:55:41.389Z Downloaded base64 v0.21.7
7592026-07-08T17:55:41.393Z Downloaded newline-converter v0.3.0
7602026-07-08T17:55:41.396Z Downloaded nodrop v0.1.14
7612026-07-08T17:55:41.396Z Downloaded compact_str v0.8.1
7622026-07-08T17:55:41.411Z Downloaded num-conv v0.2.0
7632026-07-08T17:55:41.415Z Downloaded arc-swap v1.8.2
7642026-07-08T17:55:41.415Z Downloaded ar_archive_writer v0.5.1
7652026-07-08T17:55:41.418Z Downloaded num v0.4.3
7662026-07-08T17:55:41.419Z Downloaded hmac v0.13.0
7672026-07-08T17:55:41.419Z Downloaded generic-array v1.4.3
7682026-07-08T17:55:41.441Z Downloaded drift v0.2.0
7692026-07-08T17:55:41.441Z Downloaded num-derive v0.4.2
7702026-07-08T17:55:41.442Z Downloaded keccak v0.2.0
7712026-07-08T17:55:41.442Z Downloaded num_threads v0.1.7
7722026-07-08T17:55:41.442Z Downloaded getrandom v0.3.4
7732026-07-08T17:55:41.442Z Downloaded half v2.7.1
7742026-07-08T17:55:41.442Z Downloaded hybrid-array v0.4.13
7752026-07-08T17:55:41.442Z Downloaded darling_core v0.20.11
7762026-07-08T17:55:41.446Z Downloaded num_enum_derive v0.5.11
7772026-07-08T17:55:41.446Z Downloaded openssl-probe v0.2.1
7782026-07-08T17:55:41.446Z Downloaded openssl-macros v0.1.1
7792026-07-08T17:55:41.446Z Downloaded opaque-debug v0.3.1
7802026-07-08T17:55:41.446Z Downloaded linear-map v1.2.0
7812026-07-08T17:55:41.446Z Downloaded darling_core v0.21.3
7822026-07-08T17:55:41.446Z Downloaded olpc-cjson v0.1.4
7832026-07-08T17:55:41.446Z Downloaded futures v0.3.32
7842026-07-08T17:55:41.450Z Downloaded mime_guess v2.0.5
7852026-07-08T17:55:41.453Z Downloaded hyper-rustls v0.27.7
7862026-07-08T17:55:41.454Z Downloaded der v0.7.10
7872026-07-08T17:55:41.457Z Downloaded native-tls v0.2.18
7882026-07-08T17:55:41.457Z Downloaded nanorand v0.7.0
7892026-07-08T17:55:41.461Z Downloaded multer v3.1.0
7902026-07-08T17:55:41.461Z Downloaded module-lattice v0.2.3
7912026-07-08T17:55:41.461Z Downloaded iana-time-zone v0.1.65
7922026-07-08T17:55:41.465Z Downloaded cc v1.2.56
7932026-07-08T17:55:41.465Z Downloaded num-iter v0.1.45
7942026-07-08T17:55:41.465Z Downloaded crossbeam-channel v0.5.15
7952026-07-08T17:55:41.468Z Downloaded oso-derive v0.27.3
7962026-07-08T17:55:41.468Z Downloaded openssl-probe v0.1.6
7972026-07-08T17:55:41.468Z Downloaded crypto-bigint v0.5.5
7982026-07-08T17:55:41.472Z Downloaded aes-gcm v0.11.0
7992026-07-08T17:55:41.475Z Downloaded num-derive v0.3.3
8002026-07-08T17:55:41.476Z Downloaded lock_api v0.4.14
8012026-07-08T17:55:41.480Z Downloaded ingot-macros v0.1.1
8022026-07-08T17:55:41.480Z Downloaded const_format v0.2.35
8032026-07-08T17:55:41.483Z Downloaded bumpalo v3.20.2
8042026-07-08T17:55:41.483Z Downloaded indoc v2.0.7
8052026-07-08T17:55:41.487Z Downloaded nonempty v0.12.0
8062026-07-08T17:55:41.487Z Downloaded libsw-core v0.3.2
8072026-07-08T17:55:41.487Z Downloaded libsw v3.5.0
8082026-07-08T17:55:41.487Z Downloaded nu-ansi-term v0.50.3
8092026-07-08T17:55:41.492Z Downloaded packed_struct_codegen v0.10.1
8102026-07-08T17:55:41.492Z Downloaded elliptic-curve v0.14.0-rc.33
8112026-07-08T17:55:41.495Z Downloaded parse-display v0.10.0
8122026-07-08T17:55:41.495Z Downloaded derive_more v0.99.20
8132026-07-08T17:55:41.499Z Downloaded newtype-uuid v1.3.2
8142026-07-08T17:55:41.499Z Downloaded libefi-sys v0.1.0
8152026-07-08T17:55:41.499Z Downloaded flume v0.11.1
8162026-07-08T17:55:41.505Z Downloaded litemap v0.8.1
8172026-07-08T17:55:41.505Z Downloaded icu_provider v2.1.1
8182026-07-08T17:55:41.505Z Downloaded derive_more v2.1.1
8192026-07-08T17:55:41.509Z Downloaded indexmap v1.9.3
8202026-07-08T17:55:41.513Z Downloaded peg-runtime v0.8.5
8212026-07-08T17:55:41.513Z Downloaded parse-size v1.1.0
8222026-07-08T17:55:41.516Z Downloaded httparse v1.10.1
8232026-07-08T17:55:41.517Z Downloaded ignore v0.4.25
8242026-07-08T17:55:41.517Z Downloaded jobserver v0.1.34
8252026-07-08T17:55:41.521Z Downloaded async-compression v0.4.41
8262026-07-08T17:55:41.521Z Downloaded percent-encoding v2.3.2
8272026-07-08T17:55:41.525Z Downloaded path-slash v0.1.5
8282026-07-08T17:55:41.525Z Downloaded password-hash v0.6.1
8292026-07-08T17:55:41.525Z Downloaded num_enum_derive v0.7.6
8302026-07-08T17:55:41.525Z Downloaded bytes v1.11.1
8312026-07-08T17:55:41.529Z Downloaded phf_shared v0.12.1
8322026-07-08T17:55:41.529Z Downloaded libloading v0.8.9
8332026-07-08T17:55:41.532Z Downloaded phf_shared v0.13.1
8342026-07-08T17:55:41.532Z Downloaded litrs v1.0.0
8352026-07-08T17:55:41.536Z Downloaded darling_core v0.23.0
8362026-07-08T17:55:41.536Z Downloaded num_enum v0.7.6
8372026-07-08T17:55:41.539Z Downloaded num_enum v0.5.11
8382026-07-08T17:55:41.543Z Downloaded num-integer v0.1.46
8392026-07-08T17:55:41.546Z Downloaded owo-colors v4.3.0
8402026-07-08T17:55:41.550Z Downloaded oxide-tokio-rt v0.1.4
8412026-07-08T17:55:41.550Z Downloaded icu_properties v2.1.2
8422026-07-08T17:55:41.561Z Downloaded precomputed-hash v0.1.1
8432026-07-08T17:55:41.564Z Downloaded powerfmt v0.2.0
8442026-07-08T17:55:41.571Z Downloaded heapless v0.8.0
8452026-07-08T17:55:41.575Z Downloaded heapless v0.7.17
8462026-07-08T17:55:41.578Z Downloaded headers v0.4.1
8472026-07-08T17:55:41.585Z Downloaded parse-display-derive v0.10.0
8482026-07-08T17:55:41.590Z Downloaded ml-kem v0.3.2
8492026-07-08T17:55:41.590Z Downloaded predicates-tree v1.0.13
8502026-07-08T17:55:41.594Z Downloaded peg v0.8.5
8512026-07-08T17:55:41.594Z Downloaded proc-macro-crate v3.4.0
8522026-07-08T17:55:41.597Z Downloaded proc-macro-crate v1.3.1
8532026-07-08T17:55:41.597Z Downloaded paste v1.0.15
8542026-07-08T17:55:41.597Z Downloaded num-complex v0.4.6
8552026-07-08T17:55:41.601Z Downloaded icu_normalizer_data v2.1.1
8562026-07-08T17:55:41.601Z Downloaded progenitor-client v0.14.0
8572026-07-08T17:55:41.604Z Downloaded password-hash v0.5.0
8582026-07-08T17:55:41.604Z Downloaded ed25519-dalek v2.2.0
8592026-07-08T17:55:41.608Z Downloaded derive_more-impl v2.1.1
8602026-07-08T17:55:41.611Z Downloaded ed25519-dalek v3.0.0-rc.0
8612026-07-08T17:55:41.611Z Downloaded pem-rfc7468 v1.0.0
8622026-07-08T17:55:41.615Z Downloaded libbz2-rs-sys v0.2.2
8632026-07-08T17:55:41.615Z Downloaded pbkdf2 v0.13.0
8642026-07-08T17:55:41.615Z Downloaded progenitor-macro v0.13.0
8652026-07-08T17:55:41.619Z Downloaded pem-rfc7468 v0.7.0
8662026-07-08T17:55:41.619Z Downloaded psl-types v2.0.11
8672026-07-08T17:55:41.619Z Downloaded phf_shared v0.11.3
8682026-07-08T17:55:41.619Z Downloaded phf v0.13.1
8692026-07-08T17:55:41.622Z Downloaded quick-error v1.2.3
8702026-07-08T17:55:41.622Z Downloaded expectorate v1.2.0
8712026-07-08T17:55:41.622Z Downloaded progenitor-macro v0.14.0
8722026-07-08T17:55:41.626Z Downloaded icu_normalizer v2.1.1
8732026-07-08T17:55:41.626Z Downloaded pin-project-internal v1.1.11
8742026-07-08T17:55:41.629Z Downloaded icu_locale_core v2.1.1
8752026-07-08T17:55:41.633Z Downloaded pkcs8 v0.10.2
8762026-07-08T17:55:41.633Z Downloaded pin-project-lite v0.2.17
8772026-07-08T17:55:41.637Z Downloaded memmap2 v0.9.10
8782026-07-08T17:55:41.637Z Downloaded oxnet v0.1.6
8792026-07-08T17:55:41.640Z Downloaded phf v0.12.1
8802026-07-08T17:55:41.640Z Downloaded phc v0.6.1
8812026-07-08T17:55:41.640Z Downloaded der v0.8.0
8822026-07-08T17:55:41.644Z Downloaded potential_utf v0.1.4
8832026-07-08T17:55:41.647Z Downloaded poly1305 v0.8.0
8842026-07-08T17:55:41.647Z Downloaded packed_struct v0.10.1
8852026-07-08T17:55:41.647Z Downloaded peg-macros v0.8.5
8862026-07-08T17:55:41.652Z Downloaded pem v3.0.6
8872026-07-08T17:55:41.652Z Downloaded flate2 v1.1.9
8882026-07-08T17:55:41.655Z Downloaded rand_xorshift v0.4.0
8892026-07-08T17:55:41.655Z Downloaded recursive v0.1.1
8902026-07-08T17:55:41.655Z Downloaded hickory-resolver v0.24.4
8912026-07-08T17:55:41.659Z Downloaded rand_chacha v0.3.1
8922026-07-08T17:55:41.659Z Downloaded radium v0.7.0
8932026-07-08T17:55:41.662Z Downloaded predicates v3.1.4
8942026-07-08T17:55:41.662Z Downloaded postgres-protocol v0.6.10
8952026-07-08T17:55:41.667Z Downloaded indicatif v0.18.4
8962026-07-08T17:55:41.670Z Downloaded hickory-resolver v0.25.2
8972026-07-08T17:55:41.674Z Downloaded parking_lot v0.12.5
8982026-07-08T17:55:41.677Z Downloaded parking_lot_core v0.9.12
8992026-07-08T17:55:41.681Z Downloaded proc-macro-error-attr2 v2.0.0
9002026-07-08T17:55:41.681Z Downloaded primeorder v0.14.0-rc.10
9012026-07-08T17:55:41.681Z Downloaded predicates-core v1.0.10
9022026-07-08T17:55:41.681Z Downloaded ppv-lite86 v0.2.21
9032026-07-08T17:55:41.685Z Downloaded progenitor-client v0.13.0
9042026-07-08T17:55:41.685Z Downloaded proc-macro-error2 v2.0.1
9052026-07-08T17:55:41.685Z Downloaded pkg-config v0.3.32
9062026-07-08T17:55:41.688Z Downloaded primeorder v0.13.6
9072026-07-08T17:55:41.688Z Downloaded ref-cast v1.0.25
9082026-07-08T17:55:41.688Z Downloaded progenitor v0.13.0
9092026-07-08T17:55:41.692Z Downloaded primefield v0.14.0
9102026-07-08T17:55:41.692Z Downloaded polyval v0.7.1
9112026-07-08T17:55:41.692Z Downloaded parking_lot v0.11.2
9122026-07-08T17:55:41.696Z Downloaded ref-cast-impl v1.0.25
9132026-07-08T17:55:41.696Z Downloaded progenitor-extras v0.2.0
9142026-07-08T17:55:41.697Z Downloaded num-rational v0.4.2
9152026-07-08T17:55:41.697Z Downloaded num-traits v0.2.19
9162026-07-08T17:55:41.700Z Downloaded parking_lot_core v0.8.6
9172026-07-08T17:55:41.701Z Downloaded diesel_derives v2.3.7
9182026-07-08T17:55:41.704Z Downloaded psm v0.1.30
9192026-07-08T17:55:41.707Z Downloaded progenitor v0.14.0
9202026-07-08T17:55:41.707Z Downloaded crossterm v0.28.1
9212026-07-08T17:55:41.712Z Downloaded jiff-static v0.2.21
9222026-07-08T17:55:41.715Z Downloaded miniz_oxide v0.8.9
9232026-07-08T17:55:41.720Z Downloaded r2d2 v0.8.10
9242026-07-08T17:55:41.723Z Downloaded rfc6979 v0.4.0
9252026-07-08T17:55:41.723Z Downloaded icu_collections v2.1.1
9262026-07-08T17:55:41.727Z Downloaded pkcs1 v0.8.0-rc.4
9272026-07-08T17:55:41.731Z Downloaded rfc6979 v0.5.0
9282026-07-08T17:55:41.731Z Downloaded pkcs1 v0.7.5
9292026-07-08T17:55:41.731Z Downloaded rtoolbox v0.0.3
9302026-07-08T17:55:41.735Z Downloaded rustc_version v0.4.1
9312026-07-08T17:55:41.735Z Downloaded oso v0.27.3
9322026-07-08T17:55:41.735Z Downloaded recursive-proc-macro-impl v0.1.1
9332026-07-08T17:55:41.735Z Downloaded rand_seeder v0.4.0
9342026-07-08T17:55:41.738Z Downloaded russh-util v0.52.0
9352026-07-08T17:55:41.738Z Downloaded same-file v1.0.6
9362026-07-08T17:55:41.738Z Downloaded rand_core v0.6.4
9372026-07-08T17:55:41.742Z Downloaded russh-cryptovec v0.61.0
9382026-07-08T17:55:41.742Z Downloaded rand_core v0.10.0
9392026-07-08T17:55:41.742Z Downloaded rand_core v0.9.5
9402026-07-08T17:55:41.742Z Downloaded aes v0.9.1
9412026-07-08T17:55:41.746Z Downloaded rustc_version v0.1.7
9422026-07-08T17:55:41.746Z Downloaded rand_chacha v0.9.0
9432026-07-08T17:55:41.746Z Downloaded omicron-zone-package v0.12.3
9442026-07-08T17:55:41.750Z Downloaded postgres-types v0.2.12
9452026-07-08T17:55:41.754Z Downloaded postcard v1.1.3
9462026-07-08T17:55:41.761Z Downloaded scheduled-thread-pool v0.2.7
9472026-07-08T17:55:41.769Z Downloaded poly1305 v0.9.0
9482026-07-08T17:55:41.773Z Downloaded scroll_derive v0.13.1
9492026-07-08T17:55:41.773Z Downloaded hashbrown v0.13.2
9502026-07-08T17:55:41.780Z Downloaded scopeguard v1.2.0
9512026-07-08T17:55:41.785Z Downloaded sapling-renderdag v0.1.0
9522026-07-08T17:55:41.791Z Downloaded secrecy v0.10.3
9532026-07-08T17:55:41.795Z Downloaded seq-macro v0.3.6
9542026-07-08T17:55:41.795Z Downloaded serde-big-array v0.5.1
9552026-07-08T17:55:41.798Z Downloaded pin-project v1.1.11
9562026-07-08T17:55:41.803Z Downloaded quinn-udp v0.5.14
9572026-07-08T17:55:41.804Z Downloaded crossterm v0.29.0
9582026-07-08T17:55:41.808Z Downloaded p256 v0.14.0-rc.10
9592026-07-08T17:55:41.812Z Downloaded pkcs5 v0.8.1
9602026-07-08T17:55:41.815Z Downloaded semver v0.1.20
9612026-07-08T17:55:41.815Z Downloaded serde_bytes v0.11.19
9622026-07-08T17:55:41.815Z Downloaded serde_urlencoded v0.7.1
9632026-07-08T17:55:41.820Z Downloaded secrecy v0.8.0
9642026-07-08T17:55:41.820Z Downloaded resolv-conf v0.7.6
9652026-07-08T17:55:41.823Z Downloaded serde_spanned v1.1.1
9662026-07-08T17:55:41.824Z Downloaded pkcs8 v0.11.0
9672026-07-08T17:55:41.827Z Downloaded serde_repr v0.1.20
9682026-07-08T17:55:41.827Z Downloaded sha1 v0.10.6
9692026-07-08T17:55:41.831Z Downloaded shell-words v1.1.1
9702026-07-08T17:55:41.831Z Downloaded serde_plain v1.0.2
9712026-07-08T17:55:41.831Z Downloaded rusty-fork v0.3.1
9722026-07-08T17:55:41.831Z Downloaded rustversion v1.0.22
9732026-07-08T17:55:41.834Z Downloaded rustc-hash v2.1.1
9742026-07-08T17:55:41.845Z Downloaded signal-hook-tokio v0.3.1
9752026-07-08T17:55:41.849Z Downloaded signal-hook-mio v0.2.5
9762026-07-08T17:55:41.849Z Downloaded sha1 v0.11.0
9772026-07-08T17:55:41.853Z Downloaded rustls-pemfile v2.2.0
9782026-07-08T17:55:41.853Z Downloaded rustls-native-certs v0.8.3
9792026-07-08T17:55:41.856Z Downloaded signature v3.0.0
9802026-07-08T17:55:41.856Z Downloaded aho-corasick v1.1.4
9812026-07-08T17:55:41.860Z Downloaded prefix-trie v0.7.0
9822026-07-08T17:55:41.863Z Downloaded internal-russh-num-bigint v0.5.0
9832026-07-08T17:55:41.863Z Downloaded progenitor-impl v0.14.0
9842026-07-08T17:55:41.867Z Downloaded papergrid v0.17.0
9852026-07-08T17:55:41.871Z Downloaded siphasher v1.0.2
9862026-07-08T17:55:41.871Z Downloaded slog-bunyan v2.5.0
9872026-07-08T17:55:41.871Z Downloaded progenitor-impl v0.13.0
9882026-07-08T17:55:41.874Z Downloaded sigpipe v0.1.3
9892026-07-08T17:55:41.874Z Downloaded signature v2.2.0
9902026-07-08T17:55:41.874Z Downloaded openssl-sys v0.9.115
9912026-07-08T17:55:41.880Z Downloaded scroll v0.13.0
9922026-07-08T17:55:41.884Z Downloaded slog-envlogger v2.2.0
9932026-07-08T17:55:41.887Z Downloaded sec1 v0.8.1
9942026-07-08T17:55:41.887Z Downloaded scrypt v0.12.0
9952026-07-08T17:55:41.894Z Downloaded sec1 v0.7.3
9962026-07-08T17:55:41.897Z Downloaded hickory-server v0.25.2
9972026-07-08T17:55:41.901Z Downloaded schemars_derive v0.8.22
9982026-07-08T17:55:41.901Z Downloaded dropshot-api-manager v0.7.2
9992026-07-08T17:55:41.904Z Downloaded p384 v0.14.0-rc.10
10002026-07-08T17:55:41.912Z Downloaded serde_path_to_error v0.1.20
10012026-07-08T17:55:41.915Z Downloaded serde_derive_internals v0.29.1
10022026-07-08T17:55:41.915Z Downloaded serdect v0.4.3
10032026-07-08T17:55:41.919Z Downloaded serde-hex v0.1.0
10042026-07-08T17:55:41.919Z Downloaded minimal-lexical v0.2.1
10052026-07-08T17:55:41.922Z Downloaded sqlparser_derive v0.5.0
10062026-07-08T17:55:41.928Z Downloaded hyper-util v0.1.20
10072026-07-08T17:55:41.935Z Downloaded rustls-pki-types v1.14.0
10082026-07-08T17:55:41.938Z Downloaded shlex v1.3.0
10092026-07-08T17:55:41.942Z Downloaded serde_with_macros v1.5.2
10102026-07-08T17:55:41.946Z Downloaded signal-hook-registry v1.4.8
10112026-07-08T17:55:41.946Z Downloaded stable_deref_trait v1.2.1
10122026-07-08T17:55:41.949Z Downloaded strip-ansi-escapes v0.2.1
10132026-07-08T17:55:41.953Z Downloaded structmeta v0.3.0
10142026-07-08T17:55:41.953Z Downloaded strsim v0.10.0
10152026-07-08T17:55:41.961Z Downloaded itertools v0.10.5
10162026-07-08T17:55:41.964Z Downloaded structmeta-derive v0.3.0
10172026-07-08T17:55:41.968Z Downloaded simd-adler32 v0.3.8
10182026-07-08T17:55:41.968Z Downloaded strum v0.27.2
10192026-07-08T17:55:41.968Z Downloaded pretty_assertions v1.4.1
10202026-07-08T17:55:41.972Z Downloaded salsa20 v0.11.0
10212026-07-08T17:55:41.977Z Downloaded smf v0.2.3
10222026-07-08T17:55:41.981Z Downloaded slab v0.4.12
10232026-07-08T17:55:41.982Z Downloaded strum v0.26.3
10242026-07-08T17:55:41.982Z Downloaded snafu-derive v0.8.9
10252026-07-08T17:55:41.982Z Downloaded slog-json v2.6.1
10262026-07-08T17:55:41.986Z Downloaded sync_wrapper v1.0.2
10272026-07-08T17:55:41.986Z Downloaded slog-dtrace v0.3.0
10282026-07-08T17:55:41.986Z Downloaded slog-async v2.8.0
10292026-07-08T17:55:41.986Z Downloaded smallvec v0.6.14
10302026-07-08T17:55:41.990Z Downloaded tabwriter v1.4.1
10312026-07-08T17:55:41.990Z Downloaded http v1.4.2
10322026-07-08T17:55:41.991Z Downloaded tabled_derive v0.11.0
10332026-07-08T17:55:41.995Z Downloaded slog-term v2.9.2
10342026-07-08T17:55:41.999Z Downloaded sync-ptr v0.1.4
10352026-07-08T17:55:41.999Z Downloaded slog-stdlog v4.1.1
10362026-07-08T17:55:41.999Z Downloaded slog-scope v4.4.1
10372026-07-08T17:55:42.012Z Downloaded tagptr v0.2.0
10382026-07-08T17:55:42.015Z Downloaded supports-color v3.0.2
10392026-07-08T17:55:42.015Z Downloaded spki v0.8.0
10402026-07-08T17:55:42.015Z Downloaded sha2 v0.11.0
10412026-07-08T17:55:42.019Z Downloaded tap v1.0.1
10422026-07-08T17:55:42.019Z Downloaded take_mut v0.2.2
10432026-07-08T17:55:42.019Z Downloaded serde_cbor v0.11.2
10442026-07-08T17:55:42.023Z Downloaded thread-id v5.1.0
10452026-07-08T17:55:42.023Z Downloaded termtree v0.5.1
10462026-07-08T17:55:42.023Z Downloaded spki v0.7.3
10472026-07-08T17:55:42.026Z Downloaded mio v1.2.0
10482026-07-08T17:55:42.039Z Downloaded serde_with_macros v3.17.0
10492026-07-08T17:55:42.043Z Downloaded sqlformat v0.3.5
10502026-07-08T17:55:42.047Z Downloaded ssh-encoding v0.3.0-rc.9
10512026-07-08T17:55:42.047Z Downloaded ssh-cipher v0.3.0-rc.9
10522026-07-08T17:55:42.050Z Downloaded time-core v0.1.8
10532026-07-08T17:55:42.050Z Downloaded thiserror-impl-no-std v2.0.2
10542026-07-08T17:55:42.054Z Downloaded stringprep v0.1.5
10552026-07-08T17:55:42.054Z Downloaded prettyplease v0.2.37
10562026-07-08T17:55:42.057Z Downloaded hashbrown v0.12.3
10572026-07-08T17:55:42.061Z Downloaded schemars v0.8.22
10582026-07-08T17:55:42.066Z Downloaded tinyvec_macros v0.1.1
10592026-07-08T17:55:42.069Z Downloaded strum_macros v0.24.3
10602026-07-08T17:55:42.070Z Downloaded static_assertions v1.1.0
10612026-07-08T17:55:42.070Z Downloaded tokio-macros v2.7.0
10622026-07-08T17:55:42.073Z Downloaded ryu v1.0.23
10632026-07-08T17:55:42.073Z Downloaded rayon-core v1.13.0
10642026-07-08T17:55:42.077Z Downloaded strum_macros v0.26.4
10652026-07-08T17:55:42.077Z Downloaded string_cache v0.8.9
10662026-07-08T17:55:42.080Z Downloaded smallvec v1.15.1
10672026-07-08T17:55:42.081Z Downloaded qorb v0.4.1
10682026-07-08T17:55:42.084Z Downloaded tokio-test v0.4.5
10692026-07-08T17:55:42.084Z Downloaded subtle v2.6.1
10702026-07-08T17:55:42.088Z Downloaded support-bundle-viewer v0.1.2
10712026-07-08T17:55:42.088Z Downloaded strum_macros v0.27.2
10722026-07-08T17:55:42.088Z Downloaded p521 v0.14.0-rc.10
10732026-07-08T17:55:42.091Z Downloaded publicsuffix v2.3.0
10742026-07-08T17:55:42.095Z Downloaded synstructure v0.13.2
10752026-07-08T17:55:42.095Z Downloaded crypto-primes v0.7.2
10762026-07-08T17:55:42.098Z Downloaded ron v0.8.1
10772026-07-08T17:55:42.102Z Downloaded rand v0.8.6
10782026-07-08T17:55:42.105Z Downloaded testing_table v0.3.0
10792026-07-08T17:55:42.105Z Downloaded termios v0.3.3
10802026-07-08T17:55:42.112Z Downloaded tower-service v0.3.3
10812026-07-08T17:55:42.115Z Downloaded topological-sort v0.2.2
10822026-07-08T17:55:42.119Z Downloaded serde_yaml v0.9.34+deprecated
10832026-07-08T17:55:42.119Z Downloaded thread_local v1.1.9
10842026-07-08T17:55:42.122Z Downloaded quinn v0.11.9
10852026-07-08T17:55:42.125Z Downloaded idna v1.1.0
10862026-07-08T17:55:42.129Z Downloaded libxml v0.3.3
10872026-07-08T17:55:42.133Z Downloaded futures-util v0.3.32
10882026-07-08T17:55:42.139Z Downloaded tower-layer v0.3.3
10892026-07-08T17:55:42.144Z Downloaded tiny-keccak v2.0.2
10902026-07-08T17:55:42.144Z Downloaded trait-variant v0.1.2
10912026-07-08T17:55:42.144Z Downloaded time-macros v0.2.27
10922026-07-08T17:55:42.147Z Downloaded try-lock v0.2.5
10932026-07-08T17:55:42.147Z Downloaded rcgen v0.12.1
10942026-07-08T17:55:42.147Z Downloaded thiserror-no-std v2.0.2
10952026-07-08T17:55:42.151Z Downloaded tinystr v0.8.2
10962026-07-08T17:55:42.155Z Downloaded itertools v0.12.1
10972026-07-08T17:55:42.158Z Downloaded tls_codec v0.4.2
10982026-07-08T17:55:42.158Z Downloaded itertools v0.13.0
10992026-07-08T17:55:42.162Z Downloaded slog v2.8.2
11002026-07-08T17:55:42.166Z Downloaded typify-macro v0.6.2
11012026-07-08T17:55:42.166Z Downloaded tokio-dtrace v0.1.1
11022026-07-08T17:55:42.170Z Downloaded tls_codec_derive v0.4.2
11032026-07-08T17:55:42.170Z Downloaded unarray v0.1.4
11042026-07-08T17:55:42.170Z Downloaded iri-string v0.7.10
11052026-07-08T17:55:42.174Z Downloaded unit-prefix v0.5.2
11062026-07-08T17:55:42.178Z Downloaded usdt v0.6.0
11072026-07-08T17:55:42.178Z Downloaded num-bigint v0.4.6
11082026-07-08T17:55:42.182Z Downloaded socket2 v0.6.3
11092026-07-08T17:55:42.182Z Downloaded hashbrown v0.16.1
11102026-07-08T17:55:42.185Z Downloaded schemars v0.9.0
11112026-07-08T17:55:42.193Z Downloaded untrusted v0.7.1
11122026-07-08T17:55:42.196Z Downloaded unicode-xid v0.2.6
11132026-07-08T17:55:42.196Z Downloaded unicode-truncate v1.1.0
11142026-07-08T17:55:42.196Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11152026-07-08T17:55:42.200Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-07-08T17:55:42.201Z Downloaded universal-hash v0.6.1
11172026-07-08T17:55:42.201Z Downloaded untrusted v0.9.0
11182026-07-08T17:55:42.201Z Downloaded tokio-native-tls v0.3.1
11192026-07-08T17:55:42.204Z Downloaded utf-8 v0.7.6
11202026-07-08T17:55:42.204Z Downloaded usdt-macro v0.6.0
11212026-07-08T17:55:42.204Z Downloaded socket2 v0.5.10
11222026-07-08T17:55:42.204Z Downloaded tokio-tungstenite v0.21.0
11232026-07-08T17:55:42.208Z Downloaded hyper v1.10.1
11242026-07-08T17:55:42.211Z Downloaded usdt-attr-macro v0.6.0
11252026-07-08T17:55:42.211Z Downloaded hkdf v0.12.4
11262026-07-08T17:55:42.215Z Downloaded term v0.7.0
11272026-07-08T17:55:42.218Z Downloaded term v1.2.1
11282026-07-08T17:55:42.218Z Downloaded rustls-webpki v0.103.13
11292026-07-08T17:55:42.222Z Downloaded tokio-tungstenite v0.23.1
11302026-07-08T17:55:42.222Z Downloaded hashbrown v0.15.5
11312026-07-08T17:55:42.227Z Downloaded icu_properties_data v2.1.2
11322026-07-08T17:55:42.230Z Downloaded rsa v0.9.10
11332026-07-08T17:55:42.238Z Downloaded toml_writer v1.1.1+spec-1.1.0
11342026-07-08T17:55:42.238Z Downloaded stacker v0.1.23
11352026-07-08T17:55:42.238Z Downloaded tui-tree-widget v0.23.1
11362026-07-08T17:55:42.238Z Downloaded similar v2.7.0
11372026-07-08T17:55:42.241Z Downloaded wait-timeout v0.2.1
11382026-07-08T17:55:42.244Z Downloaded void v1.0.2
11392026-07-08T17:55:42.244Z Downloaded aws-lc-rs v1.16.3
11402026-07-08T17:55:42.248Z Downloaded waitgroup v0.1.2
11412026-07-08T17:55:42.251Z Downloaded nom v8.0.0
11422026-07-08T17:55:42.254Z Downloaded itertools v0.14.0
11432026-07-08T17:55:42.257Z Downloaded unicase v2.9.0
11442026-07-08T17:55:42.260Z Downloaded subprocess v0.2.15
11452026-07-08T17:55:42.260Z Downloaded num-bigint-dig v0.8.6
11462026-07-08T17:55:42.263Z Downloaded universal-hash v0.5.1
11472026-07-08T17:55:42.266Z Downloaded hkdf v0.13.0
11482026-07-08T17:55:42.266Z Downloaded snafu v0.8.9
11492026-07-08T17:55:42.270Z Downloaded xshell-macros v0.2.7
11502026-07-08T17:55:42.273Z Downloaded xattr v1.6.1
11512026-07-08T17:55:42.273Z Downloaded tokio-stream v0.1.18
11522026-07-08T17:55:42.276Z Downloaded zerofrom v0.1.6
11532026-07-08T17:55:42.276Z Downloaded yoke-derive v0.8.1
11542026-07-08T17:55:42.276Z Downloaded tokio-rustls v0.26.4
11552026-07-08T17:55:42.279Z Downloaded schemars v1.2.1
11562026-07-08T17:55:42.286Z Downloaded zeroize_derive v1.4.3
11572026-07-08T17:55:42.289Z Downloaded usdt-impl v0.6.0
11582026-07-08T17:55:42.289Z Downloaded toml_parser v1.1.2+spec-1.1.0
11592026-07-08T17:55:42.292Z Downloaded zerofrom-derive v0.1.6
11602026-07-08T17:55:42.292Z Downloaded test-strategy v0.4.5
11612026-07-08T17:55:42.296Z Downloaded rand v0.10.1
11622026-07-08T17:55:42.296Z Downloaded rand v0.9.2
11632026-07-08T17:55:42.299Z Downloaded spin v0.9.8
11642026-07-08T17:55:42.299Z Downloaded utf8_iter v1.0.4
11652026-07-08T17:55:42.302Z Downloaded blake3 v1.8.5
11662026-07-08T17:55:42.306Z Downloaded zone_cfg_derive v0.3.1
11672026-07-08T17:55:42.309Z Downloaded zone v0.3.1
11682026-07-08T17:55:42.309Z Downloaded signal-hook v0.3.18
11692026-07-08T17:55:42.309Z Downloaded tracing-attributes v0.1.31
11702026-07-08T17:55:42.313Z Downloaded vergen-lib v9.1.0
11712026-07-08T17:55:42.314Z Downloaded vergen-lib v0.1.6
11722026-07-08T17:55:42.317Z Downloaded uzers v0.12.2
11732026-07-08T17:55:42.317Z Downloaded rustls-platform-verifier v0.6.2
11742026-07-08T17:55:42.317Z Downloaded vsss-rs v3.3.4
11752026-07-08T17:55:42.320Z Downloaded nom v7.1.3
11762026-07-08T17:55:42.323Z Downloaded vergen-gitcl v1.0.8
11772026-07-08T17:55:42.323Z Downloaded vergen-git2 v9.1.0
11782026-07-08T17:55:42.327Z Downloaded tinyvec v1.10.0
11792026-07-08T17:55:42.327Z Downloaded h2 v0.4.15
11802026-07-08T17:55:42.331Z Downloaded whoami v1.6.1
11812026-07-08T17:55:42.334Z Downloaded want v0.3.1
11822026-07-08T17:55:42.334Z Downloaded samael v0.0.19
11832026-07-08T17:55:42.337Z Downloaded wyz v0.5.1
11842026-07-08T17:55:42.340Z Downloaded walkdir v2.5.0
11852026-07-08T17:55:42.340Z Downloaded unicode-properties v0.1.4
11862026-07-08T17:55:42.343Z Downloaded whoami v2.1.0
11872026-07-08T17:55:42.346Z Downloaded writeable v0.6.2
11882026-07-08T17:55:42.352Z Downloaded xshell v0.2.7
11892026-07-08T17:55:42.355Z Downloaded yoke v0.8.1
11902026-07-08T17:55:42.358Z Downloaded tar v0.4.45
11912026-07-08T17:55:42.358Z Downloaded toml v1.1.2+spec-1.1.0
11922026-07-08T17:55:42.363Z Downloaded zeroize v1.8.2
11932026-07-08T17:55:42.367Z Downloaded toml v0.7.8
11942026-07-08T17:55:42.372Z Downloaded libm v0.2.16
11952026-07-08T17:55:42.378Z Downloaded zerovec-derive v0.11.2
11962026-07-08T17:55:42.382Z Downloaded zstd-safe v7.2.4
11972026-07-08T17:55:42.385Z Downloaded rsa v0.10.0-rc.18
11982026-07-08T17:55:42.388Z Downloaded vergen v9.1.0
11992026-07-08T17:55:42.392Z Downloaded chrono v0.4.44
12002026-07-08T17:55:42.395Z Downloaded unicode-bidi v0.3.18
12012026-07-08T17:55:42.398Z Downloaded typify v0.6.2
12022026-07-08T17:55:42.398Z Downloaded twox-hash v2.1.2
12032026-07-08T17:55:42.423Z Downloaded zerocopy v0.6.6
12042026-07-08T17:55:42.426Z Downloaded bitvec v1.0.1
12052026-07-08T17:55:42.433Z Downloaded bindgen v0.71.1
12062026-07-08T17:55:42.438Z Downloaded rpassword v7.4.0
12072026-07-08T17:55:42.441Z Downloaded rustyline v14.0.0
12082026-07-08T17:55:42.445Z Downloaded unsafe-libyaml v0.2.11
12092026-07-08T17:55:42.445Z Downloaded uuid v1.23.4
12102026-07-08T17:55:42.448Z Downloaded zstd v0.13.3
12112026-07-08T17:55:42.451Z Downloaded steno v0.4.1
12122026-07-08T17:55:42.451Z Downloaded iddqd v0.4.2
12132026-07-08T17:55:42.457Z Downloaded git2 v0.20.4
12142026-07-08T17:55:42.462Z Downloaded tungstenite v0.21.0
12152026-07-08T17:55:42.465Z Downloaded tungstenite v0.23.0
12162026-07-08T17:55:42.468Z Downloaded vte v0.14.1
12172026-07-08T17:55:42.468Z Downloaded serde_with v1.14.0
12182026-07-08T17:55:42.471Z Downloaded tracing-core v0.1.36
12192026-07-08T17:55:42.475Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-07-08T17:55:42.484Z Downloaded reedline v0.40.0
12212026-07-08T17:55:42.488Z Downloaded p384 v0.13.1
12222026-07-08T17:55:42.492Z Downloaded yasna v0.5.2
12232026-07-08T17:55:42.505Z Downloaded unicode_categories v0.1.1
12242026-07-08T17:55:42.509Z Downloaded regex v1.12.3
12252026-07-08T17:55:42.512Z Downloaded toml_edit v0.19.15
12262026-07-08T17:55:42.520Z Downloaded reqwest v0.13.2
12272026-07-08T17:55:42.528Z Downloaded zopfli v0.8.3
12282026-07-08T17:55:42.532Z Downloaded portable-atomic v1.13.1
12292026-07-08T17:55:42.537Z Downloaded lalrpop v0.19.12
12302026-07-08T17:55:42.544Z Downloaded goblin v0.10.5
12312026-07-08T17:55:42.548Z Downloaded yansi v1.0.1
12322026-07-08T17:55:42.552Z Downloaded tokio-postgres v0.7.16
12332026-07-08T17:55:42.559Z Downloaded zerotrie v0.2.3
12342026-07-08T17:55:42.562Z Downloaded url v2.5.8
12352026-07-08T17:55:42.565Z Downloaded zip v0.6.6
12362026-07-08T17:55:42.568Z Downloaded reqwest v0.12.28
12372026-07-08T17:55:42.577Z Downloaded ssh-key v0.7.0-rc.10
12382026-07-08T17:55:42.587Z Downloaded typed-path v0.9.3
12392026-07-08T17:55:42.602Z Downloaded crypto-bigint v0.7.5
12402026-07-08T17:55:42.611Z Downloaded moka v0.12.13
12412026-07-08T17:55:42.616Z Downloaded tower v0.5.3
12422026-07-08T17:55:42.628Z Downloaded x509-cert v0.2.5
12432026-07-08T17:55:42.633Z Downloaded unicode-normalization v0.1.25
12442026-07-08T17:55:42.641Z Downloaded unicode-segmentation v1.12.0
12452026-07-08T17:55:42.646Z Downloaded zerocopy-derive v0.8.40
12462026-07-08T17:55:42.659Z Downloaded object v0.30.4
12472026-07-08T17:55:42.667Z Downloaded quick-xml v0.37.5
12482026-07-08T17:55:42.676Z Downloaded nix v0.27.1
12492026-07-08T17:55:42.682Z Downloaded tough v0.22.0
12502026-07-08T17:55:42.687Z Downloaded zerovec v0.11.5
12512026-07-08T17:55:42.690Z Downloaded rayon v1.11.0
12522026-07-08T17:55:42.696Z Downloaded tokio-util v0.7.18
12532026-07-08T17:55:42.702Z Downloaded zip v4.6.1
12542026-07-08T17:55:42.705Z Downloaded tower-http v0.6.8
12552026-07-08T17:55:42.709Z Downloaded serde_with v3.17.0
12562026-07-08T17:55:42.717Z Downloaded salty v0.3.0
12572026-07-08T17:55:42.721Z Downloaded curve25519-dalek v4.1.3
12582026-07-08T17:55:42.727Z Downloaded bstr v1.12.1
12592026-07-08T17:55:42.732Z Downloaded winnow v0.5.40
12602026-07-08T17:55:42.759Z Downloaded proptest v1.10.0
12612026-07-08T17:55:42.765Z Downloaded petname v2.0.2
12622026-07-08T17:55:42.768Z Downloaded radix_trie v0.2.1
12632026-07-08T17:55:42.776Z Downloaded russh v0.61.2
12642026-07-08T17:55:42.790Z Downloaded winnow v0.6.26
12652026-07-08T17:55:42.808Z Downloaded quinn-proto v0.11.13
12662026-07-08T17:55:42.815Z Downloaded smoltcp v0.9.1
12672026-07-08T17:55:42.820Z Downloaded winnow v1.0.3
12682026-07-08T17:55:42.833Z Downloaded time v0.3.47
12692026-07-08T17:55:42.841Z Downloaded nix v0.31.2
12702026-07-08T17:55:42.848Z Downloaded nix v0.28.0
12712026-07-08T17:55:42.855Z Downloaded curve25519-dalek v5.0.0-rc.0
12722026-07-08T17:55:42.861Z Downloaded tabled v0.20.0
12732026-07-08T17:55:42.871Z Downloaded zlib-rs v0.6.2
12742026-07-08T17:55:42.875Z Downloaded openssl v0.10.79
12752026-07-08T17:55:42.881Z Downloaded hickory-proto v0.24.4
12762026-07-08T17:55:42.890Z Downloaded vcpkg v0.2.15
12772026-07-08T17:55:42.913Z Downloaded polar-core v0.27.3
12782026-07-08T17:55:42.918Z Downloaded dropshot v0.17.1
12792026-07-08T17:55:42.931Z Downloaded smoltcp v0.11.0
12802026-07-08T17:55:42.938Z Downloaded regex-syntax v0.6.29
12812026-07-08T17:55:42.943Z Downloaded rustix v0.38.44
12822026-07-08T17:55:42.956Z Downloaded object v0.37.3
12832026-07-08T17:55:42.963Z Downloaded diesel v2.3.7
12842026-07-08T17:55:42.977Z Downloaded hickory-proto v0.25.2
12852026-07-08T17:55:42.986Z Downloaded openapiv3 v2.2.0
12862026-07-08T17:55:42.994Z Downloaded regress v0.10.5
12872026-07-08T17:55:42.999Z Downloaded zerocopy v0.8.40
12882026-07-08T17:55:43.005Z Downloaded regex-syntax v0.8.10
12892026-07-08T17:55:43.014Z Downloaded rustls v0.23.41
12902026-07-08T17:55:43.024Z Downloaded regress v0.11.1
12912026-07-08T17:55:43.084Z Downloaded typify-impl v0.6.2
12922026-07-08T17:55:43.101Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-08T17:55:43.108Z Downloaded sqlparser v0.61.0
12942026-07-08T17:55:43.113Z Downloaded sha3 v0.11.0
12952026-07-08T17:55:43.116Z Downloaded ratatui v0.29.0
12962026-07-08T17:55:43.130Z Downloaded sled v0.34.7
12972026-07-08T17:55:43.138Z Downloaded fiat-crypto v0.3.0
12982026-07-08T17:55:43.148Z Downloaded tracing v0.1.44
12992026-07-08T17:55:43.182Z Downloaded zerocopy-derive v0.6.6
13002026-07-08T17:55:43.188Z Downloaded regex-automata v0.4.14
13012026-07-08T17:55:43.205Z Downloaded petgraph v0.6.5
13022026-07-08T17:55:43.216Z Downloaded chrono-tz v0.10.4
13032026-07-08T17:55:43.227Z Downloaded jiff v0.2.21
13042026-07-08T17:55:43.252Z Downloaded petgraph v0.8.3
13052026-07-08T17:55:43.265Z Downloaded csv v1.4.0
13062026-07-08T17:55:43.277Z Downloaded libz-sys v1.1.24
13072026-07-08T17:55:43.289Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-07-08T17:55:43.300Z Downloaded tokio v1.52.1
13092026-07-08T17:55:43.322Z Downloaded sha3 v0.10.8
13102026-07-08T17:55:43.369Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-08T17:55:43.426Z Downloaded encoding_rs v0.8.35
13122026-07-08T17:55:43.451Z Downloaded ring v0.17.14
13132026-07-08T17:55:44.134Z Downloaded aws-lc-sys v0.40.0
13142026-07-08T17:55:44.384Z Compiling libc v0.2.185
13152026-07-08T17:55:44.384Z Compiling serde_core v1.0.228
13162026-07-08T17:55:44.384Z Compiling serde v1.0.228
13172026-07-08T17:55:44.388Z Compiling log v0.4.29
13182026-07-08T17:55:44.388Z Compiling smallvec v1.15.1
13192026-07-08T17:55:44.388Z Compiling find-msvc-tools v0.1.9
13202026-07-08T17:55:44.388Z Compiling shlex v1.3.0
13212026-07-08T17:55:44.388Z Compiling syn v2.0.117
13222026-07-08T17:55:44.697Z Compiling subtle v2.6.1
13232026-07-08T17:55:44.778Z Compiling scopeguard v1.2.0
13242026-07-08T17:55:44.796Z Compiling stable_deref_trait v1.2.1
13252026-07-08T17:55:44.810Z Compiling typenum v1.20.1
13262026-07-08T17:55:44.868Z Compiling lock_api v0.4.14
13272026-07-08T17:55:44.882Z Compiling serde_json v1.0.150
13282026-07-08T17:55:44.895Z Compiling portable-atomic v1.13.1
13292026-07-08T17:55:44.933Z Compiling zerocopy v0.8.40
13302026-07-08T17:55:45.098Z Compiling pin-project-lite v0.2.17
13312026-07-08T17:55:45.130Z Compiling parking_lot_core v0.9.12
13322026-07-08T17:55:45.197Z Compiling critical-section v1.2.0
13332026-07-08T17:55:45.324Z Compiling pkg-config v0.3.32
13342026-07-08T17:55:45.429Z Compiling jobserver v0.1.34
13352026-07-08T17:55:45.444Z Compiling errno v0.3.14
13362026-07-08T17:55:45.489Z Compiling getrandom v0.2.17
13372026-07-08T17:55:45.591Z Compiling signal-hook-registry v1.4.8
13382026-07-08T17:55:45.640Z Compiling cc v1.2.56
13392026-07-08T17:55:45.719Z Compiling rand_core v0.6.4
13402026-07-08T17:55:45.864Z Compiling libm v0.2.16
13412026-07-08T17:55:45.882Z Compiling once_cell v1.21.3
13422026-07-08T17:55:45.974Z Compiling getrandom v0.4.1
13432026-07-08T17:55:45.992Z Compiling futures-core v0.3.32
13442026-07-08T17:55:46.092Z Compiling parking_lot v0.12.5
13452026-07-08T17:55:46.107Z Compiling mio v1.2.0
13462026-07-08T17:55:46.151Z Compiling num-traits v0.2.19
13472026-07-08T17:55:46.202Z Compiling generic-array v0.14.7
13482026-07-08T17:55:46.359Z Compiling rand_core v0.10.0
13492026-07-08T17:55:46.375Z Compiling const-oid v0.9.6
13502026-07-08T17:55:46.586Z Compiling litemap v0.8.1
13512026-07-08T17:55:46.629Z Compiling percent-encoding v2.3.2
13522026-07-08T17:55:46.799Z Compiling bitflags v2.11.0
13532026-07-08T17:55:46.832Z Compiling writeable v0.6.2
13542026-07-08T17:55:46.892Z Compiling semver v1.0.28
13552026-07-08T17:55:47.030Z Compiling socket2 v0.6.3
13562026-07-08T17:55:47.044Z Compiling icu_properties_data v2.1.2
13572026-07-08T17:55:47.153Z Compiling icu_normalizer_data v2.1.1
13582026-07-08T17:55:47.226Z Compiling futures-sink v0.3.32
13592026-07-08T17:55:47.332Z Compiling futures-channel v0.3.32
13602026-07-08T17:55:47.410Z Compiling synstructure v0.13.2
13612026-07-08T17:55:47.445Z Compiling futures-task v0.3.32
13622026-07-08T17:55:47.461Z Compiling futures-io v0.3.32
13632026-07-08T17:55:47.566Z Compiling slab v0.4.12
13642026-07-08T17:55:47.608Z Compiling indexmap v2.14.0
13652026-07-08T17:55:47.613Z Compiling getrandom v0.3.4
13662026-07-08T17:55:47.622Z Compiling utf8_iter v1.0.4
13672026-07-08T17:55:47.744Z Compiling rustversion v1.0.22
13682026-07-08T17:55:47.785Z Compiling form_urlencoded v1.2.2
13692026-07-08T17:55:47.877Z Compiling cmake v0.1.57
13702026-07-08T17:55:47.910Z Compiling fs_extra v1.3.0
13712026-07-08T17:55:47.969Z Compiling dunce v1.0.5
13722026-07-08T17:55:48.007Z Compiling ident_case v1.0.1
13732026-07-08T17:55:48.069Z Compiling rustix v1.1.3
13742026-07-08T17:55:48.129Z Compiling iana-time-zone v0.1.65
13752026-07-08T17:55:48.182Z Compiling regex-syntax v0.8.10
13762026-07-08T17:55:48.285Z Compiling aws-lc-sys v0.40.0
13772026-07-08T17:55:48.303Z Compiling vcpkg v0.2.15
13782026-07-08T17:55:48.346Z Compiling base64ct v1.8.3
13792026-07-08T17:55:48.590Z Compiling rand_core v0.9.5
13802026-07-08T17:55:48.657Z Compiling pem-rfc7468 v0.7.0
13812026-07-08T17:55:48.772Z Compiling rustc_version v0.4.1
13822026-07-08T17:55:48.860Z Compiling uuid v1.23.4
13832026-07-08T17:55:48.959Z Compiling tracing-core v0.1.36
13842026-07-08T17:55:49.023Z Compiling openssl-sys v0.9.115
13852026-07-08T17:55:49.097Z Compiling base64 v0.22.1
13862026-07-08T17:55:49.141Z Compiling serde_derive v1.0.228
13872026-07-08T17:55:49.414Z Compiling zeroize_derive v1.4.3
13882026-07-08T17:55:49.521Z Compiling zerofrom-derive v0.1.6
13892026-07-08T17:55:49.578Z Compiling yoke-derive v0.8.1
13902026-07-08T17:55:49.598Z Compiling zerovec-derive v0.11.2
13912026-07-08T17:55:49.805Z Compiling zerocopy-derive v0.8.40
13922026-07-08T17:55:50.119Z Compiling zeroize v1.8.2
13932026-07-08T17:55:50.328Z Compiling displaydoc v0.2.5
13942026-07-08T17:55:50.752Z Compiling tokio-macros v2.7.0
13952026-07-08T17:55:50.768Z Compiling futures-macro v0.3.32
13962026-07-08T17:55:50.924Z Compiling zerofrom v0.1.6
13972026-07-08T17:55:51.053Z Compiling yoke v0.8.1
13982026-07-08T17:55:51.106Z Compiling block-buffer v0.10.4
13992026-07-08T17:55:51.137Z Compiling crypto-common v0.1.7
14002026-07-08T17:55:51.237Z Compiling zerovec v0.11.5
14012026-07-08T17:55:51.275Z Compiling zerotrie v0.2.3
14022026-07-08T17:55:51.288Z Compiling digest v0.10.7
14032026-07-08T17:55:51.484Z Compiling tracing-attributes v0.1.31
14042026-07-08T17:55:51.534Z Compiling thiserror-impl v2.0.18
14052026-07-08T17:55:51.566Z Compiling der_derive v0.7.3
14062026-07-08T17:55:51.586Z Compiling futures-util v0.3.32
14072026-07-08T17:55:51.732Z Compiling tinystr v0.8.2
14082026-07-08T17:55:51.933Z Compiling icu_locale_core v2.1.1
14092026-07-08T17:55:52.528Z Compiling potential_utf v0.1.4
14102026-07-08T17:55:52.652Z Compiling bytes v1.11.1
14112026-07-08T17:55:52.694Z Compiling icu_collections v2.1.1
14122026-07-08T17:55:52.795Z Compiling icu_provider v2.1.1
14132026-07-08T17:55:52.808Z Compiling chrono v0.4.44
14142026-07-08T17:55:52.864Z Compiling flagset v0.4.7
14152026-07-08T17:55:52.995Z Compiling aws-lc-rs v1.16.3
14162026-07-08T17:55:53.080Z Compiling icu_normalizer v2.1.1
14172026-07-08T17:55:53.171Z Compiling tokio v1.52.1
14182026-07-08T17:55:53.273Z Compiling icu_properties v2.1.2
14192026-07-08T17:55:53.295Z Compiling http v1.4.2
14202026-07-08T17:55:53.686Z Compiling der v0.7.10
14212026-07-08T17:55:53.894Z Compiling thiserror v2.0.18
14222026-07-08T17:55:54.001Z Compiling http-body v1.0.1
14232026-07-08T17:55:54.155Z Compiling idna_adapter v1.2.1
14242026-07-08T17:55:54.168Z Compiling ppv-lite86 v0.2.21
14252026-07-08T17:55:54.211Z Compiling tracing v0.1.44
14262026-07-08T17:55:54.290Z Compiling idna v1.1.0
14272026-07-08T17:55:54.304Z Compiling rustls-pki-types v1.14.0
14282026-07-08T17:55:54.426Z Compiling cmov v0.5.4
14292026-07-08T17:55:54.545Z Compiling rand_chacha v0.9.0
14302026-07-08T17:55:54.562Z Compiling httparse v1.10.1
14312026-07-08T17:55:54.647Z Compiling url v2.5.8
14322026-07-08T17:55:54.814Z Compiling openssl-probe v0.2.1
14332026-07-08T17:55:54.908Z Compiling tinyvec_macros v0.1.1
14342026-07-08T17:55:54.955Z Compiling tinyvec v1.10.0
14352026-07-08T17:55:54.970Z Compiling rand v0.9.2
14362026-07-08T17:55:54.973Z Compiling ctutils v0.4.2
14372026-07-08T17:55:54.995Z Compiling spki v0.7.3
14382026-07-08T17:55:55.192Z Compiling pest_generator v2.8.6
14392026-07-08T17:55:55.210Z Compiling serde_derive_internals v0.29.1
14402026-07-08T17:55:55.227Z Compiling aho-corasick v1.1.4
14412026-07-08T17:55:55.302Z Compiling try-lock v0.2.5
14422026-07-08T17:55:55.410Z Compiling tower-service v0.3.3
14432026-07-08T17:55:55.446Z Compiling dyn-clone v1.0.20
14442026-07-08T17:55:55.503Z Compiling atomic-waker v1.1.2
14452026-07-08T17:55:55.580Z Compiling schemars v0.8.22
14462026-07-08T17:55:55.626Z Compiling untrusted v0.7.1
14472026-07-08T17:55:55.747Z Compiling tower-layer v0.3.3
14482026-07-08T17:55:55.761Z Compiling tempfile v3.25.0
14492026-07-08T17:55:55.809Z Compiling want v0.3.1
14502026-07-08T17:55:55.879Z Compiling pest_derive v2.8.6
14512026-07-08T17:55:55.906Z Compiling hybrid-array v0.4.13
14522026-07-08T17:55:56.098Z Compiling schemars_derive v0.8.22
14532026-07-08T17:55:56.126Z Compiling regex-automata v0.4.14
14542026-07-08T17:55:56.263Z Compiling ipnet v2.11.0
14552026-07-08T17:55:56.317Z Compiling scroll_derive v0.13.1
14562026-07-08T17:55:56.675Z Compiling darling_core v0.20.11
14572026-07-08T17:55:56.748Z Compiling untrusted v0.9.0
14582026-07-08T17:55:56.867Z Compiling openssl v0.10.79
14592026-07-08T17:55:56.892Z Compiling cpufeatures v0.2.17
14602026-07-08T17:55:56.965Z Compiling tokio-util v0.7.18
14612026-07-08T17:55:57.106Z Compiling rustls v0.23.41
14622026-07-08T17:55:57.119Z Compiling httpdate v1.0.3
14632026-07-08T17:55:57.290Z Compiling foreign-types-shared v0.1.1
14642026-07-08T17:55:57.341Z Compiling scroll v0.13.0
14652026-07-08T17:55:57.373Z Compiling foreign-types v0.3.2
14662026-07-08T17:55:57.464Z Compiling unicode-normalization v0.1.25
14672026-07-08T17:55:57.601Z Compiling pkcs8 v0.10.2
14682026-07-08T17:55:57.853Z Compiling h2 v0.4.15
14692026-07-08T17:55:57.971Z Compiling openssl-macros v0.1.1
14702026-07-08T17:55:58.307Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-08T17:55:58.363Z Compiling spin v0.9.8
14722026-07-08T17:55:58.567Z Compiling powerfmt v0.2.0
14732026-07-08T17:55:58.581Z Compiling native-tls v0.2.18
14742026-07-08T17:55:58.704Z Compiling num-conv v0.2.0
14752026-07-08T17:55:58.769Z Compiling time-core v0.1.8
14762026-07-08T17:55:58.795Z Compiling crc32fast v1.5.0
14772026-07-08T17:55:58.843Z Compiling deranged v0.5.8
14782026-07-08T17:55:58.891Z Compiling darling_macro v0.20.11
14792026-07-08T17:55:58.909Z Compiling time-macros v0.2.27
14802026-07-08T17:55:59.365Z Compiling darling v0.20.11
14812026-07-08T17:55:59.503Z Compiling goblin v0.10.5
14822026-07-08T17:55:59.852Z Compiling sha2 v0.10.9
14832026-07-08T17:56:00.019Z Compiling hmac v0.12.1
14842026-07-08T17:56:00.125Z Compiling sync_wrapper v1.0.2
14852026-07-08T17:56:00.173Z Compiling wait-timeout v0.2.1
14862026-07-08T17:56:00.231Z Compiling crossbeam-utils v0.8.21
14872026-07-08T17:56:00.435Z Compiling syn v1.0.109
14882026-07-08T17:56:00.534Z Compiling simd-adler32 v0.3.8
14892026-07-08T17:56:00.748Z Compiling usdt-impl v0.6.0
14902026-07-08T17:56:00.773Z Compiling num_threads v0.1.7
14912026-07-08T17:56:00.872Z Compiling quick-error v1.2.3
14922026-07-08T17:56:00.965Z Compiling hyper v1.10.1
14932026-07-08T17:56:00.979Z Compiling siphasher v1.0.2
14942026-07-08T17:56:01.163Z Compiling bit-vec v0.8.0
14952026-07-08T17:56:01.262Z Compiling rusty-fork v0.3.1
14962026-07-08T17:56:01.569Z Compiling bit-set v0.8.0
14972026-07-08T17:56:01.698Z Compiling time v0.3.47
14982026-07-08T17:56:01.794Z Compiling tower v0.5.3
14992026-07-08T17:56:01.913Z Compiling derive_builder_core v0.20.2
15002026-07-08T17:56:02.100Z Compiling hyper-util v0.1.20
15012026-07-08T17:56:02.269Z Compiling dof v0.4.0
15022026-07-08T17:56:02.701Z Compiling dtrace-parser v0.3.0
15032026-07-08T17:56:02.773Z Compiling http-body-util v0.1.3
15042026-07-08T17:56:03.012Z Compiling scroll_derive v0.12.1
15052026-07-08T17:56:03.252Z Compiling thiserror-impl v1.0.69
15062026-07-08T17:56:03.401Z Compiling heapless v0.7.17
15072026-07-08T17:56:03.424Z Compiling slog v2.8.2
15082026-07-08T17:56:03.626Z Compiling rand_xorshift v0.4.0
15092026-07-08T17:56:03.639Z Compiling darling_core v0.21.3
15102026-07-08T17:56:03.652Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-08T17:56:03.675Z Compiling thread-id v5.1.0
15122026-07-08T17:56:03.754Z Compiling cookie v0.18.1
15132026-07-08T17:56:03.782Z Compiling unicode-properties v0.1.4
15142026-07-08T17:56:03.804Z Compiling zstd-safe v7.2.4
15152026-07-08T17:56:03.937Z Compiling allocator-api2 v0.2.21
15162026-07-08T17:56:03.951Z Compiling ryu v1.0.23
15172026-07-08T17:56:03.987Z Compiling iri-string v0.7.10
15182026-07-08T17:56:04.011Z Compiling adler2 v2.0.1
15192026-07-08T17:56:04.125Z Compiling unarray v0.1.4
15202026-07-08T17:56:04.140Z Compiling anyhow v1.0.102
15212026-07-08T17:56:04.235Z Compiling paste v1.0.15
15222026-07-08T17:56:04.264Z Compiling unicode-bidi v0.3.18
15232026-07-08T17:56:04.512Z Compiling signal-hook v0.3.18
15242026-07-08T17:56:04.554Z Compiling thiserror v1.0.69
15252026-07-08T17:56:04.653Z Compiling stringprep v0.1.5
15262026-07-08T17:56:04.715Z Compiling proptest v1.10.0
15272026-07-08T17:56:04.793Z Compiling miniz_oxide v0.8.9
15282026-07-08T17:56:04.821Z Compiling serde_urlencoded v0.7.1
15292026-07-08T17:56:05.397Z Compiling tower-http v0.6.8
15302026-07-08T17:56:05.488Z Compiling scroll v0.12.0
15312026-07-08T17:56:05.608Z Compiling derive_builder_macro v0.20.2
15322026-07-08T17:56:05.788Z Compiling camino v1.2.2
15332026-07-08T17:56:05.844Z Compiling tokio-native-tls v0.3.1
15342026-07-08T17:56:06.015Z Compiling bstr v1.12.1
15352026-07-08T17:56:06.071Z Compiling ipnetwork v0.21.1
15362026-07-08T17:56:06.161Z Compiling block-padding v0.4.2
15372026-07-08T17:56:06.174Z Compiling crypto-common v0.2.2
15382026-07-08T17:56:06.191Z Compiling darling_macro v0.21.3
15392026-07-08T17:56:06.316Z Compiling block-buffer v0.12.1
15402026-07-08T17:56:06.459Z Compiling rustls-native-certs v0.8.3
15412026-07-08T17:56:06.509Z Compiling rand_chacha v0.3.1
15422026-07-08T17:56:06.646Z Compiling erased-serde v0.3.31
15432026-07-08T17:56:06.670Z Compiling serde_tokenstream v0.2.3
15442026-07-08T17:56:06.750Z Compiling toml_datetime v0.6.11
15452026-07-08T17:56:06.981Z Compiling serde_spanned v0.6.9
15462026-07-08T17:56:07.014Z Compiling md-5 v0.10.6
15472026-07-08T17:56:07.125Z Compiling signature v2.2.0
15482026-07-08T17:56:07.126Z Compiling async-trait v0.1.89
15492026-07-08T17:56:07.180Z Compiling pin-project-internal v1.1.11
15502026-07-08T17:56:07.294Z Compiling zerocopy-derive v0.7.35
15512026-07-08T17:56:07.319Z Compiling curve25519-dalek v4.1.3
15522026-07-08T17:56:07.659Z Compiling vergen-lib v9.1.0
15532026-07-08T17:56:07.855Z Compiling num-integer v0.1.46
15542026-07-08T17:56:07.855Z Compiling hash32 v0.2.1
15552026-07-08T17:56:08.058Z Compiling memoffset v0.9.1
15562026-07-08T17:56:08.135Z Compiling encoding_rs v0.8.35
15572026-07-08T17:56:08.149Z Compiling smoltcp v0.9.1
15582026-07-08T17:56:08.171Z Compiling zlib-rs v0.6.2
15592026-07-08T17:56:08.266Z Compiling rustix v0.38.44
15602026-07-08T17:56:08.293Z Compiling num-bigint-dig v0.8.6
15612026-07-08T17:56:08.490Z Compiling fallible-iterator v0.2.0
15622026-07-08T17:56:08.505Z Compiling psl-types v2.0.11
15632026-07-08T17:56:08.627Z Compiling cfg_aliases v0.2.1
15642026-07-08T17:56:08.630Z Compiling ref-cast v1.0.25
15652026-07-08T17:56:08.703Z Compiling mime v0.3.17
15662026-07-08T17:56:08.801Z Compiling litrs v1.0.0
15672026-07-08T17:56:08.966Z Compiling postgres-protocol v0.6.10
15682026-07-08T17:56:09.000Z Compiling nix v0.31.2
15692026-07-08T17:56:09.310Z Compiling document-features v0.2.12
15702026-07-08T17:56:09.486Z Compiling publicsuffix v2.3.0
15712026-07-08T17:56:09.519Z Compiling hubpack_derive v0.1.1
15722026-07-08T17:56:09.593Z Compiling pin-project v1.1.11
15732026-07-08T17:56:09.665Z Compiling zerocopy v0.7.35
15742026-07-08T17:56:09.692Z Compiling num-iter v0.1.45
15752026-07-08T17:56:09.975Z Compiling newtype-uuid v1.3.2
15762026-07-08T17:56:09.997Z Compiling rand v0.8.6
15772026-07-08T17:56:10.210Z Compiling darling v0.21.3
15782026-07-08T17:56:10.213Z Compiling oxnet v0.1.6
15792026-07-08T17:56:10.295Z Compiling inout v0.2.2
15802026-07-08T17:56:10.298Z Compiling derive_builder v0.20.2
15812026-07-08T17:56:10.308Z Compiling hyper-tls v0.6.0
15822026-07-08T17:56:10.469Z Compiling goblin v0.8.2
15832026-07-08T17:56:11.003Z Compiling phf_shared v0.13.1
15842026-07-08T17:56:11.032Z Compiling lazy_static v1.5.0
15852026-07-08T17:56:11.072Z Compiling regex v1.12.3
15862026-07-08T17:56:11.126Z Compiling flate2 v1.1.9
15872026-07-08T17:56:11.242Z Compiling anstyle-parse v0.2.7
15882026-07-08T17:56:11.375Z Compiling futures-executor v0.3.32
15892026-07-08T17:56:11.423Z Compiling hex v0.4.3
15902026-07-08T17:56:11.470Z Compiling terminal_size v0.4.3
15912026-07-08T17:56:11.499Z Compiling snafu-derive v0.8.9
15922026-07-08T17:56:11.527Z Compiling strum_macros v0.27.2
15932026-07-08T17:56:11.605Z Compiling curve25519-dalek-derive v0.1.1
15942026-07-08T17:56:11.627Z Compiling ref-cast-impl v1.0.25
15952026-07-08T17:56:11.689Z Compiling daft-derive v0.1.7
15962026-07-08T17:56:12.180Z Compiling vergen v9.1.0
15972026-07-08T17:56:12.258Z Compiling cargo-platform v0.3.2
15982026-07-08T17:56:12.379Z Compiling ff v0.13.1
15992026-07-08T17:56:12.431Z Compiling fs-err v3.3.0
16002026-07-08T17:56:12.520Z Compiling ahash v0.8.12
16012026-07-08T17:56:12.536Z Compiling bumpalo v3.20.2
16022026-07-08T17:56:12.635Z Compiling bitflags v1.3.2
16032026-07-08T17:56:12.713Z Compiling managed v0.8.0
16042026-07-08T17:56:12.745Z Compiling foldhash v0.2.0
16052026-07-08T17:56:12.782Z Compiling object v0.37.3
16062026-07-08T17:56:12.926Z Compiling unicode-segmentation v1.12.0
16072026-07-08T17:56:12.958Z Compiling same-file v1.0.6
16082026-07-08T17:56:13.062Z Compiling foldhash v0.1.5
16092026-07-08T17:56:13.124Z Compiling base16ct v0.2.0
16102026-07-08T17:56:13.234Z Compiling libbz2-rs-sys v0.2.2
16112026-07-08T17:56:13.300Z Compiling winnow v0.5.40
16122026-07-08T17:56:13.313Z Compiling sec1 v0.7.3
16132026-07-08T17:56:13.393Z Compiling snafu v0.8.9
16142026-07-08T17:56:13.472Z Compiling strum v0.27.2
16152026-07-08T17:56:13.591Z Compiling hashbrown v0.15.5
16162026-07-08T17:56:13.605Z Compiling clap_builder v4.6.0
16172026-07-08T17:56:13.747Z Compiling bzip2 v0.6.1
16182026-07-08T17:56:13.921Z Compiling walkdir v2.5.0
16192026-07-08T17:56:13.952Z Compiling hashbrown v0.16.1
16202026-07-08T17:56:14.185Z Compiling zopfli v0.8.3
16212026-07-08T17:56:14.222Z Compiling dof v0.3.0
16222026-07-08T17:56:14.680Z Compiling toml_edit v0.19.15
16232026-07-08T17:56:14.748Z Compiling group v0.13.0
16242026-07-08T17:56:14.800Z Compiling daft v0.1.7
16252026-07-08T17:56:14.898Z Compiling cargo_metadata v0.23.1
16262026-07-08T17:56:15.062Z Compiling futures v0.3.32
16272026-07-08T17:56:15.080Z Compiling anstream v0.6.21
16282026-07-08T17:56:15.144Z Compiling phf v0.13.1
16292026-07-08T17:56:15.387Z Compiling signal-hook-mio v0.2.5
16302026-07-08T17:56:15.579Z Compiling cookie_store v0.22.1
16312026-07-08T17:56:15.866Z Compiling zstd v0.13.3
16322026-07-08T17:56:16.136Z Compiling bzip2 v0.4.4
16332026-07-08T17:56:16.218Z Compiling reqwest v0.12.28
16342026-07-08T17:56:16.248Z Compiling cipher v0.5.2
16352026-07-08T17:56:16.342Z Compiling serde_with_macros v3.17.0
16362026-07-08T17:56:16.547Z Compiling hubpack v0.1.2
16372026-07-08T17:56:16.787Z Compiling postgres-types v0.2.12
16382026-07-08T17:56:17.326Z Compiling ed25519 v2.2.3
16392026-07-08T17:56:17.340Z Compiling usdt-attr-macro v0.6.0
16402026-07-08T17:56:17.460Z Compiling usdt-macro v0.6.0
16412026-07-08T17:56:17.792Z Compiling globset v0.4.18
16422026-07-08T17:56:17.921Z Compiling dtrace-parser v0.2.0
16432026-07-08T17:56:18.146Z Compiling phf_shared v0.11.3
16442026-07-08T17:56:18.217Z Compiling hkdf v0.12.4
16452026-07-08T17:56:18.218Z Compiling olpc-cjson v0.1.4
16462026-07-08T17:56:18.330Z Compiling pkcs1 v0.7.5
16472026-07-08T17:56:18.380Z Compiling serde_plain v1.0.2
16482026-07-08T17:56:18.380Z Compiling serde-big-array v0.5.1
16492026-07-08T17:56:18.461Z Compiling crypto-bigint v0.5.5
16502026-07-08T17:56:18.522Z Compiling pem v3.0.6
16512026-07-08T17:56:18.590Z Compiling async-recursion v1.1.1
16522026-07-08T17:56:18.660Z Compiling enum-as-inner v0.6.1
16532026-07-08T17:56:18.719Z Compiling serde_repr v0.1.20
16542026-07-08T17:56:18.845Z Compiling clap_derive v4.6.1
16552026-07-08T17:56:19.170Z Compiling strum_macros v0.26.4
16562026-07-08T17:56:19.236Z Compiling float-cmp v0.10.0
16572026-07-08T17:56:19.257Z Compiling thread-id v4.2.2
16582026-07-08T17:56:19.345Z Compiling memmap2 v0.9.10
16592026-07-08T17:56:19.385Z Compiling env_filter v1.0.0
16602026-07-08T17:56:19.568Z Compiling data-encoding v2.10.0
16612026-07-08T17:56:19.738Z Compiling either v1.15.0
16622026-07-08T17:56:19.943Z Compiling winnow v1.0.3
16632026-07-08T17:56:19.958Z Compiling const-oid v0.10.2
16642026-07-08T17:56:20.182Z Compiling static_assertions v1.1.0
16652026-07-08T17:56:20.263Z Compiling whoami v2.1.0
16662026-07-08T17:56:20.286Z Compiling normalize-line-endings v0.3.0
16672026-07-08T17:56:20.307Z Compiling precomputed-hash v0.1.1
16682026-07-08T17:56:20.383Z Compiling new_debug_unreachable v1.0.6
16692026-07-08T17:56:20.397Z Compiling fixedbitset v0.4.2
16702026-07-08T17:56:20.457Z Compiling jiff v0.2.21
16712026-07-08T17:56:20.585Z Compiling difflib v0.4.0
16722026-07-08T17:56:20.614Z Compiling cpufeatures v0.3.0
16732026-07-08T17:56:20.646Z Compiling typed-path v0.9.3
16742026-07-08T17:56:20.676Z Compiling predicates-core v1.0.10
16752026-07-08T17:56:20.690Z Compiling keccak v0.1.6
16762026-07-08T17:56:20.854Z Compiling fixedbitset v0.5.7
16772026-07-08T17:56:20.907Z Compiling sha3 v0.10.8
16782026-07-08T17:56:20.985Z Compiling strum v0.26.3
16792026-07-08T17:56:21.116Z Compiling petgraph v0.8.3
16802026-07-08T17:56:21.148Z Compiling predicates v3.1.4
16812026-07-08T17:56:21.166Z Compiling clap v4.6.1
16822026-07-08T17:56:21.248Z Compiling chacha20 v0.10.0
16832026-07-08T17:56:21.361Z Compiling petgraph v0.6.5
16842026-07-08T17:56:21.411Z Compiling tokio-postgres v0.7.16
16852026-07-08T17:56:21.628Z Compiling string_cache v0.8.9
16862026-07-08T17:56:21.785Z Compiling toml_edit v0.22.27
16872026-07-08T17:56:21.851Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-08T17:56:21.854Z Compiling toml_parser v1.1.2+spec-1.1.0
16892026-07-08T17:56:22.504Z Compiling digest v0.11.3
16902026-07-08T17:56:22.726Z Compiling itertools v0.13.0
16912026-07-08T17:56:22.820Z Compiling hickory-proto v0.25.2
16922026-07-08T17:56:23.031Z Compiling zip v4.6.1
16932026-07-08T17:56:23.597Z Compiling env_logger v0.11.9
16942026-07-08T17:56:23.946Z Compiling usdt v0.6.0
16952026-07-08T17:56:23.966Z Compiling elliptic-curve v0.13.8
16962026-07-08T17:56:23.985Z Compiling usdt-impl v0.5.0
16972026-07-08T17:56:24.209Z Compiling rsa v0.9.10
16982026-07-08T17:56:24.373Z Compiling crossterm v0.28.1
16992026-07-08T17:56:24.469Z Compiling ed25519-dalek v2.2.0
17002026-07-08T17:56:24.607Z Compiling serde_with v3.17.0
17012026-07-08T17:56:24.638Z Compiling zip v0.6.6
17022026-07-08T17:56:25.126Z Compiling toml v0.7.8
17032026-07-08T17:56:25.659Z Compiling iddqd v0.4.2
17042026-07-08T17:56:26.118Z Compiling similar v2.7.0
17052026-07-08T17:56:26.333Z Compiling heck v0.4.1
17062026-07-08T17:56:26.350Z Compiling crossbeam-epoch v0.9.18
17072026-07-08T17:56:26.563Z Compiling tokio-stream v0.1.18
17082026-07-08T17:56:26.677Z Compiling buf-list v1.1.2
17092026-07-08T17:56:26.938Z Compiling x509-cert v0.2.5
17102026-07-08T17:56:26.953Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-08T17:56:26.976Z Compiling openapiv3 v2.2.0
17122026-07-08T17:56:27.024Z Compiling lalrpop-util v0.19.12
17132026-07-08T17:56:27.221Z Compiling peg-runtime v0.8.5
17142026-07-08T17:56:27.252Z Compiling thread_local v1.1.9
17152026-07-08T17:56:27.504Z Compiling slog-async v2.8.0
17162026-07-08T17:56:27.517Z Compiling crossbeam-channel v0.5.15
17172026-07-08T17:56:27.530Z Compiling filetime v0.2.27
17182026-07-08T17:56:27.530Z Compiling is-terminal v0.4.17
17192026-07-08T17:56:27.639Z Compiling term v1.2.1
17202026-07-08T17:56:27.702Z Compiling take_mut v0.2.2
17212026-07-08T17:56:27.815Z Compiling xattr v1.6.1
17222026-07-08T17:56:27.832Z Compiling camino-tempfile v1.4.1
17232026-07-08T17:56:27.961Z Compiling tar v0.4.45
17242026-07-08T17:56:27.986Z Compiling slog-term v2.9.2
17252026-07-08T17:56:37.975Z Compiling rustls-webpki v0.103.13
17262026-07-08T17:56:40.678Z Compiling tokio-rustls v0.26.4
17272026-07-08T17:56:40.678Z Compiling rustls-platform-verifier v0.6.2
17282026-07-08T17:56:40.678Z Compiling tough v0.22.0
17292026-07-08T17:56:40.901Z Compiling hyper-rustls v0.27.7
17302026-07-08T17:56:41.100Z Compiling reqwest v0.13.2
17312026-07-08T17:56:43.308Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-08T17:56:43.537Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-08T17:56:46.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17342026-07-08T17:56:46.504Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-08T17:56:46.556ZJul 08 17:56:45.486 INFO Starting download, target: Console
17362026-07-08T17:56:46.556ZJul 08 17:56:45.486 INFO Starting download, target: Clickhouse
17372026-07-08T17:56:46.556ZJul 08 17:56:45.487 INFO Starting download, target: Cockroach
17382026-07-08T17:56:46.556ZJul 08 17:56:45.487 INFO Starting download, target: DendriteStub
17392026-07-08T17:56:46.556ZJul 08 17:56:45.487 INFO Starting download, target: MaghemiteMgd
17402026-07-08T17:56:46.556ZJul 08 17:56:45.487 INFO Starting download, target: MaghemiteDdmd
17412026-07-08T17:56:46.556ZJul 08 17:56:45.487 INFO Starting download, target: TransceiverControl
17422026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17472026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-07-08T17:56:46.559ZJul 08 17:56:45.487 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-07-08T17:56:46.864ZJul 08 17:56:45.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-08T17:56:47.070ZJul 08 17:56:45.996 INFO Download complete, target: TransceiverControl
17512026-07-08T17:56:48.385ZJul 08 17:56:47.315 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-08T17:56:48.509ZJul 08 17:56:47.439 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-07-08T17:56:48.573ZJul 08 17:56:47.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-07-08T17:56:48.672ZJul 08 17:56:47.590 INFO Download complete, target: Console
17552026-07-08T17:56:48.705ZJul 08 17:56:47.604 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-07-08T17:56:49.165ZJul 08 17:56:48.096 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-07-08T17:56:49.165ZJul 08 17:56:48.096 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-07-08T17:56:49.568ZJul 08 17:56:48.498 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-08T17:56:50.373ZJul 08 17:56:49.304 INFO Download complete, target: MaghemiteDdmd
17602026-07-08T17:56:50.956ZJul 08 17:56:49.887 INFO Download complete, target: DendriteStub
17612026-07-08T17:56:51.136ZJul 08 17:56:50.066 INFO Download complete, target: MaghemiteMgd
17622026-07-08T17:56:53.717ZJul 08 17:56:52.648 INFO Checking that binary works, target: Cockroach
17632026-07-08T17:56:53.842ZJul 08 17:56:52.771 INFO Download complete, target: Cockroach
17642026-07-08T17:56:56.073ZJul 08 17:56:55.000 INFO Checking that binary works, target: Clickhouse
17652026-07-08T17:56:56.164ZJul 08 17:56:55.094 INFO Download complete, target: Clickhouse
17662026-07-08T17:56:56.185ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-08T17:56:56.188Z
17682026-07-08T17:56:56.188Zreal 2:03.571639923
17692026-07-08T17:56:56.188Zuser 6:35.112957865
17702026-07-08T17:56:56.188Zsys 1:21.925631717
17712026-07-08T17:56:56.188Ztrap 0.226800406
17722026-07-08T17:56:56.188Ztflt 0.512796596
17732026-07-08T17:56:56.188Zdflt 0.902800035
17742026-07-08T17:56:56.189Zkflt 0.026205586
17752026-07-08T17:56:56.189Zlock 22:15.665664164
17762026-07-08T17:56:56.189Zslp 20:10.135718224
17772026-07-08T17:56:56.189Zlat 41.506597749
17782026-07-08T17:56:56.189Zstop 1:55.987367218
17792026-07-08T17:56:56.189Z+ banner hack-check
17802026-07-08T17:56:56.189Z
17812026-07-08T17:56:56.189Z # # ## #### # # #### # # ###### #### # #
17822026-07-08T17:56:56.189Z # # # # # # # # # # # # # # # # #
17832026-07-08T17:56:56.189Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-08T17:56:56.189Z # # ###### # # # # # # # # # #
17852026-07-08T17:56:56.189Z # # # # # # # # # # # # # # # # #
17862026-07-08T17:56:56.189Z # # # # #### # # #### # # ###### #### # #
17872026-07-08T17:56:56.189Z
17882026-07-08T17:56:56.189Z+ export CARGO_INCREMENTAL=0
17892026-07-08T17:56:56.189Z+ CARGO_INCREMENTAL=0
17902026-07-08T17:56:56.189Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-08T17:56:56.637Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-08T17:56:56.933Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-08T17:56:58.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
17942026-07-08T17:56:58.721Z Running `target/debug/xtask check-features --ci`
17952026-07-08T17:56:58.749Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-08T17:56:58.752Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-08T17:56:59.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17982026-07-08T17:56:59.188Z Running `target/debug/xtask download cargo-hack`
17992026-07-08T17:56:59.918Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-08T17:57:00.242Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-08T17:57:02.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18022026-07-08T17:57:02.921Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-08T17:57:02.963ZJul 08 17:57:01.893 INFO Starting download, target: CargoHack
18042026-07-08T17:57:02.966ZJul 08 17:57:01.894 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-08T17:57:03.609ZJul 08 17:57:02.540 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-08T17:57:03.657ZJul 08 17:57:02.588 INFO Download complete, target: CargoHack
18072026-07-08T17:57:03.660Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-08T17:57:03.672Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-08T17:57:03.830Zinfo: running `cargo check --bins` on api_identity (1/300)
18102026-07-08T17:57:04.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-08T17:57:04.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-08T17:57:04.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-08T17:57:04.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18142026-07-08T17:57:04.346Z
18152026-07-08T17:57:04.346Zinfo: running `cargo check --bins` on bootstore (2/300)
18162026-07-08T17:57:04.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-08T17:57:04.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-08T17:57:04.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-08T17:57:04.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-08T17:57:04.861Z
18212026-07-08T17:57:04.861Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18222026-07-08T17:57:05.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-08T17:57:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-08T17:57:05.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-08T17:57:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-07-08T17:57:05.376Z
18272026-07-08T17:57:05.376Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18282026-07-08T17:57:05.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-08T17:57:05.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-08T17:57:05.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-08T17:57:05.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18322026-07-08T17:57:05.894Z
18332026-07-08T17:57:05.894Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18342026-07-08T17:57:06.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-08T17:57:06.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-08T17:57:06.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-08T17:57:06.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18382026-07-08T17:57:06.414Z
18392026-07-08T17:57:06.414Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18402026-07-08T17:57:06.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-08T17:57:06.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-08T17:57:06.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-08T17:57:06.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-08T17:57:06.937Z
18452026-07-08T17:57:06.937Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18462026-07-08T17:57:07.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-08T17:57:07.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-08T17:57:07.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-08T17:57:07.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-08T17:57:07.463Z
18512026-07-08T17:57:07.463Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18522026-07-08T17:57:07.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-08T17:57:07.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-08T17:57:07.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-08T17:57:07.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18562026-07-08T17:57:07.990Z
18572026-07-08T17:57:07.990Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18582026-07-08T17:57:08.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-08T17:57:08.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-08T17:57:08.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-08T17:57:08.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18622026-07-08T17:57:08.391Z
18632026-07-08T17:57:08.391Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18642026-07-08T17:57:08.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-08T17:57:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-08T17:57:08.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-08T17:57:08.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18682026-07-08T17:57:08.793Z
18692026-07-08T17:57:08.793Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18702026-07-08T17:57:09.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-08T17:57:09.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-08T17:57:09.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-08T17:57:09.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18742026-07-08T17:57:09.194Z
18752026-07-08T17:57:09.194Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18762026-07-08T17:57:09.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-08T17:57:09.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-08T17:57:09.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-08T17:57:09.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18802026-07-08T17:57:09.594Z
18812026-07-08T17:57:09.595Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18822026-07-08T17:57:09.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-08T17:57:09.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-08T17:57:09.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-08T17:57:09.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-08T17:57:09.993Z
18872026-07-08T17:57:09.993Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18882026-07-08T17:57:10.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-08T17:57:10.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-08T17:57:10.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-08T17:57:10.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-08T17:57:10.390Z
18932026-07-08T17:57:10.390Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18942026-07-08T17:57:10.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-08T17:57:10.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-08T17:57:10.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-08T17:57:10.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18982026-07-08T17:57:10.792Z
18992026-07-08T17:57:10.793Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19002026-07-08T17:57:11.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-08T17:57:11.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-08T17:57:11.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-08T17:57:11.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19042026-07-08T17:57:11.195Z
19052026-07-08T17:57:11.195Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19062026-07-08T17:57:11.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-08T17:57:11.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-08T17:57:11.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-08T17:57:11.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19102026-07-08T17:57:11.596Z
19112026-07-08T17:57:11.596Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19122026-07-08T17:57:11.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-08T17:57:11.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-08T17:57:11.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-08T17:57:11.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-08T17:57:11.997Z
19172026-07-08T17:57:11.997Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19182026-07-08T17:57:12.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-08T17:57:12.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-08T17:57:12.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-08T17:57:12.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19222026-07-08T17:57:12.399Z
19232026-07-08T17:57:12.399Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19242026-07-08T17:57:12.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-08T17:57:12.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-08T17:57:12.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-08T17:57:12.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19282026-07-08T17:57:12.802Z
19292026-07-08T17:57:12.802Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19302026-07-08T17:57:13.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-08T17:57:13.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-08T17:57:13.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-08T17:57:13.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-08T17:57:13.208Z
19352026-07-08T17:57:13.208Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19362026-07-08T17:57:13.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-08T17:57:13.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-08T17:57:13.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-08T17:57:13.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-08T17:57:13.611Z
19412026-07-08T17:57:13.611Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19422026-07-08T17:57:13.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-08T17:57:13.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-08T17:57:13.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-08T17:57:13.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-08T17:57:14.010Z
19472026-07-08T17:57:14.011Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19482026-07-08T17:57:14.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-08T17:57:14.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-08T17:57:14.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-08T17:57:14.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-08T17:57:14.414Z
19532026-07-08T17:57:14.414Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19542026-07-08T17:57:14.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-08T17:57:14.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-08T17:57:14.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-08T17:57:14.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-08T17:57:14.819Z
19592026-07-08T17:57:14.819Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19602026-07-08T17:57:15.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-08T17:57:15.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-08T17:57:15.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-08T17:57:15.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-08T17:57:15.223Z
19652026-07-08T17:57:15.223Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19662026-07-08T17:57:15.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-08T17:57:15.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-08T17:57:15.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-08T17:57:15.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-08T17:57:15.628Z
19712026-07-08T17:57:15.628Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19722026-07-08T17:57:15.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-08T17:57:15.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-08T17:57:15.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-08T17:57:15.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19762026-07-08T17:57:16.027Z
19772026-07-08T17:57:16.027Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19782026-07-08T17:57:16.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-08T17:57:16.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-08T17:57:16.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-08T17:57:16.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-08T17:57:16.430Z
19832026-07-08T17:57:16.430Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19842026-07-08T17:57:16.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-08T17:57:16.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-08T17:57:16.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-08T17:57:16.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19882026-07-08T17:57:16.830Z
19892026-07-08T17:57:16.830Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19902026-07-08T17:57:17.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-08T17:57:17.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-08T17:57:17.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-08T17:57:17.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-08T17:57:17.228Z
19952026-07-08T17:57:17.228Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19962026-07-08T17:57:17.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-08T17:57:17.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-08T17:57:17.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-08T17:57:17.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20002026-07-08T17:57:17.630Z
20012026-07-08T17:57:17.630Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20022026-07-08T17:57:17.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-08T17:57:17.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-08T17:57:17.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-08T17:57:17.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-08T17:57:18.029Z
20072026-07-08T17:57:18.029Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20082026-07-08T17:57:18.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-08T17:57:18.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-08T17:57:18.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-08T17:57:18.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-08T17:57:18.429Z
20132026-07-08T17:57:18.429Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20142026-07-08T17:57:18.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-08T17:57:18.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-08T17:57:18.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-08T17:57:18.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-07-08T17:57:18.830Z
20192026-07-08T17:57:18.830Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20202026-07-08T17:57:19.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-08T17:57:19.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-08T17:57:19.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-08T17:57:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-07-08T17:57:19.232Z
20252026-07-08T17:57:19.232Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20262026-07-08T17:57:19.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-08T17:57:19.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-08T17:57:19.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-08T17:57:19.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-08T17:57:19.633Z
20312026-07-08T17:57:19.633Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20322026-07-08T17:57:19.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-08T17:57:19.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-08T17:57:19.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-08T17:57:19.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-08T17:57:20.031Z
20372026-07-08T17:57:20.031Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20382026-07-08T17:57:20.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-08T17:57:20.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-08T17:57:20.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-08T17:57:20.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-08T17:57:20.428Z
20432026-07-08T17:57:20.428Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20442026-07-08T17:57:20.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-08T17:57:20.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-08T17:57:20.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-08T17:57:20.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20482026-07-08T17:57:20.826Z
20492026-07-08T17:57:20.826Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20502026-07-08T17:57:21.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-08T17:57:21.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-08T17:57:21.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-08T17:57:21.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20542026-07-08T17:57:21.228Z
20552026-07-08T17:57:21.228Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20562026-07-08T17:57:21.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-08T17:57:21.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-08T17:57:21.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-08T17:57:21.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-08T17:57:21.634Z
20612026-07-08T17:57:21.634Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20622026-07-08T17:57:21.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-08T17:57:21.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-08T17:57:21.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-08T17:57:21.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-08T17:57:22.038Z
20672026-07-08T17:57:22.038Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20682026-07-08T17:57:22.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-08T17:57:22.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-08T17:57:22.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-08T17:57:22.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-08T17:57:22.444Z
20732026-07-08T17:57:22.444Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20742026-07-08T17:57:22.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-08T17:57:22.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-08T17:57:22.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-08T17:57:22.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-08T17:57:22.845Z
20792026-07-08T17:57:22.845Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20802026-07-08T17:57:23.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-08T17:57:23.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-08T17:57:23.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-08T17:57:23.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-08T17:57:23.247Z
20852026-07-08T17:57:23.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20862026-07-08T17:57:23.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-08T17:57:23.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-08T17:57:23.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-08T17:57:23.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-08T17:57:23.648Z
20912026-07-08T17:57:23.649Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20922026-07-08T17:57:23.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-08T17:57:24.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-08T17:57:24.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-08T17:57:24.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20962026-07-08T17:57:24.048Z
20972026-07-08T17:57:24.048Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20982026-07-08T17:57:24.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-08T17:57:24.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-08T17:57:24.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-08T17:57:24.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21022026-07-08T17:57:24.615Z
21032026-07-08T17:57:24.615Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21042026-07-08T17:57:25.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-08T17:57:25.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-08T17:57:25.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-08T17:57:25.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-08T17:57:25.180Z
21092026-07-08T17:57:25.180Zinfo: running `cargo check --bins` on nexus-config (51/300)
21102026-07-08T17:57:25.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-08T17:57:25.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-08T17:57:25.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-08T17:57:25.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-08T17:57:25.745Z
21152026-07-08T17:57:25.745Zinfo: running `cargo check --bins` on nexus-types (52/300)
21162026-07-08T17:57:26.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-08T17:57:26.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-08T17:57:26.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-08T17:57:26.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21202026-07-08T17:57:26.309Z
21212026-07-08T17:57:26.309Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21222026-07-08T17:57:26.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-08T17:57:26.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-08T17:57:26.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-08T17:57:26.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21262026-07-08T17:57:26.845Z
21272026-07-08T17:57:26.845Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21282026-07-08T17:57:27.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-08T17:57:27.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-08T17:57:27.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-08T17:57:27.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21322026-07-08T17:57:27.362Z
21332026-07-08T17:57:27.362Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21342026-07-08T17:57:27.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-08T17:57:27.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-08T17:57:27.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-08T17:57:27.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21382026-07-08T17:57:27.899Z
21392026-07-08T17:57:27.899Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21402026-07-08T17:57:28.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-08T17:57:28.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-08T17:57:28.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-08T17:57:28.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-08T17:57:28.436Z
21452026-07-08T17:57:28.436Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21462026-07-08T17:57:28.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-08T17:57:28.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-08T17:57:28.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-08T17:57:28.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-08T17:57:28.972Z
21512026-07-08T17:57:28.972Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21522026-07-08T17:57:29.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-08T17:57:29.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-08T17:57:29.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-08T17:57:29.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-08T17:57:29.509Z
21572026-07-08T17:57:29.509Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21582026-07-08T17:57:29.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-08T17:57:29.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-08T17:57:29.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-08T17:57:29.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21622026-07-08T17:57:30.026Z
21632026-07-08T17:57:30.026Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21642026-07-08T17:57:30.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-08T17:57:30.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-08T17:57:30.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-08T17:57:30.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-08T17:57:30.545Z
21692026-07-08T17:57:30.545Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21702026-07-08T17:57:30.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-08T17:57:30.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-08T17:57:30.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-08T17:57:30.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-08T17:57:31.064Z
21752026-07-08T17:57:31.064Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21762026-07-08T17:57:31.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-08T17:57:31.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-08T17:57:31.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-08T17:57:31.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21802026-07-08T17:57:31.579Z
21812026-07-08T17:57:31.579Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21822026-07-08T17:57:32.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-08T17:57:32.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-08T17:57:32.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-08T17:57:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21862026-07-08T17:57:32.110Z
21872026-07-08T17:57:32.111Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21882026-07-08T17:57:32.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-08T17:57:32.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-08T17:57:32.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-08T17:57:32.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21922026-07-08T17:57:32.641Z
21932026-07-08T17:57:32.641Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21942026-07-08T17:57:33.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-08T17:57:33.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-08T17:57:33.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-08T17:57:33.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-08T17:57:33.160Z
21992026-07-08T17:57:33.160Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22002026-07-08T17:57:33.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-08T17:57:33.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-08T17:57:33.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-08T17:57:33.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-08T17:57:33.682Z
22052026-07-08T17:57:33.682Zinfo: running `cargo check --bins` on ereport-types (67/300)
22062026-07-08T17:57:34.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-08T17:57:34.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-08T17:57:34.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-08T17:57:34.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-08T17:57:34.208Z
22112026-07-08T17:57:34.208Zinfo: running `cargo check --bins` on gateway-client (68/300)
22122026-07-08T17:57:34.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-08T17:57:34.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-08T17:57:34.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-08T17:57:34.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-08T17:57:34.737Z
22172026-07-08T17:57:34.737Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22182026-07-08T17:57:35.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-08T17:57:35.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-08T17:57:35.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-08T17:57:35.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-08T17:57:35.259Z
22232026-07-08T17:57:35.259Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22242026-07-08T17:57:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-08T17:57:35.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-08T17:57:35.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-08T17:57:35.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-08T17:57:35.782Z
22292026-07-08T17:57:35.782Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22302026-07-08T17:57:36.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-08T17:57:36.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-08T17:57:36.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-08T17:57:36.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-08T17:57:36.311Z
22352026-07-08T17:57:36.311Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22362026-07-08T17:57:36.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-08T17:57:36.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-08T17:57:36.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-08T17:57:36.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-08T17:57:36.834Z
22412026-07-08T17:57:36.834Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22422026-07-08T17:57:37.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-08T17:57:37.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-08T17:57:37.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-08T17:57:37.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22462026-07-08T17:57:37.379Z
22472026-07-08T17:57:37.379Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22482026-07-08T17:57:37.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-08T17:57:37.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-08T17:57:37.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-08T17:57:37.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-08T17:57:37.922Z
22532026-07-08T17:57:37.922Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22542026-07-08T17:57:38.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-08T17:57:38.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-08T17:57:38.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-08T17:57:38.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22582026-07-08T17:57:38.441Z
22592026-07-08T17:57:38.441Zinfo: running `cargo check --bins` on oxlog (76/300)
22602026-07-08T17:57:38.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-08T17:57:38.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-08T17:57:38.999Z Checking cfg-if v1.0.4
22632026-07-08T17:57:39.003Z Checking libc v0.2.185
22642026-07-08T17:57:39.003Z Checking serde_core v1.0.228
22652026-07-08T17:57:39.115Z Checking memchr v2.8.0
22662026-07-08T17:57:39.115Z Checking zeroize v1.8.2
22672026-07-08T17:57:39.129Z Checking log v0.4.29
22682026-07-08T17:57:39.138Z Checking smallvec v1.15.1
22692026-07-08T17:57:39.148Z Checking subtle v2.6.1
22702026-07-08T17:57:39.160Z Checking itoa v1.0.17
22712026-07-08T17:57:39.264Z Checking scopeguard v1.2.0
22722026-07-08T17:57:39.284Z Checking typenum v1.20.1
22732026-07-08T17:57:39.296Z Checking stable_deref_trait v1.2.1
22742026-07-08T17:57:39.308Z Checking zerofrom v0.1.6
22752026-07-08T17:57:39.322Z Checking pin-project-lite v0.2.17
22762026-07-08T17:57:39.360Z Checking lock_api v0.4.14
22772026-07-08T17:57:39.374Z Checking portable-atomic v1.13.1
22782026-07-08T17:57:39.410Z Checking futures-core v0.3.32
22792026-07-08T17:57:39.423Z Checking yoke v0.8.1
22802026-07-08T17:57:39.477Z Checking critical-section v1.2.0
22812026-07-08T17:57:39.495Z Checking errno v0.3.14
22822026-07-08T17:57:39.530Z Checking getrandom v0.2.17
22832026-07-08T17:57:39.559Z Checking parking_lot_core v0.9.12
22842026-07-08T17:57:39.571Z Checking mio v1.2.0
22852026-07-08T17:57:39.587Z Checking zerovec v0.11.5
22862026-07-08T17:57:39.607Z Checking signal-hook-registry v1.4.8
22872026-07-08T17:57:39.672Z Checking rand_core v0.6.4
22882026-07-08T17:57:39.739Z Checking parking_lot v0.12.5
22892026-07-08T17:57:39.775Z Checking zerocopy v0.8.40
22902026-07-08T17:57:39.781Z Checking once_cell v1.21.3
22912026-07-08T17:57:39.845Z Checking const-oid v0.9.6
22922026-07-08T17:57:39.860Z Checking zmij v1.0.21
22932026-07-08T17:57:39.922Z Checking rand_core v0.10.0
22942026-07-08T17:57:39.950Z Checking socket2 v0.6.3
22952026-07-08T17:57:40.014Z Checking tinystr v0.8.2
22962026-07-08T17:57:40.027Z Checking generic-array v0.14.7
22972026-07-08T17:57:40.058Z Checking getrandom v0.4.1
22982026-07-08T17:57:40.069Z Checking libm v0.2.16
22992026-07-08T17:57:40.188Z Checking percent-encoding v2.3.2
23002026-07-08T17:57:40.200Z Checking equivalent v1.0.2
23012026-07-08T17:57:40.213Z Checking writeable v0.6.2
23022026-07-08T17:57:40.277Z Checking litemap v0.8.1
23032026-07-08T17:57:40.324Z Checking potential_utf v0.1.4
23042026-07-08T17:57:40.370Z Checking zerotrie v0.2.3
23052026-07-08T17:57:40.450Z Checking icu_locale_core v2.1.1
23062026-07-08T17:57:40.464Z Checking futures-sink v0.3.32
23072026-07-08T17:57:40.480Z Checking icu_collections v2.1.1
23082026-07-08T17:57:40.533Z Checking slab v0.4.12
23092026-07-08T17:57:40.560Z Checking futures-channel v0.3.32
23102026-07-08T17:57:40.603Z Checking serde v1.0.228
23112026-07-08T17:57:40.621Z Checking bitflags v2.11.0
23122026-07-08T17:57:40.690Z Checking serde_json v1.0.150
23132026-07-08T17:57:40.750Z Checking futures-task v0.3.32
23142026-07-08T17:57:40.764Z Checking num-traits v0.2.19
23152026-07-08T17:57:40.782Z Checking futures-io v0.3.32
23162026-07-08T17:57:40.785Z Checking icu_properties_data v2.1.2
23172026-07-08T17:57:40.884Z Checking icu_normalizer_data v2.1.1
23182026-07-08T17:57:40.924Z Checking futures-util v0.3.32
23192026-07-08T17:57:40.937Z Checking hashbrown v0.17.0
23202026-07-08T17:57:40.956Z Checking crypto-common v0.1.7
23212026-07-08T17:57:40.997Z Checking bytes v1.11.1
23222026-07-08T17:57:41.000Z Checking icu_provider v2.1.1
23232026-07-08T17:57:41.074Z Checking block-buffer v0.10.4
23242026-07-08T17:57:41.212Z Checking digest v0.10.7
23252026-07-08T17:57:41.231Z Checking icu_normalizer v2.1.1
23262026-07-08T17:57:41.315Z Checking icu_properties v2.1.2
23272026-07-08T17:57:41.345Z Checking utf8_iter v1.0.4
23282026-07-08T17:57:41.395Z Checking indexmap v2.14.0
23292026-07-08T17:57:41.408Z Checking form_urlencoded v1.2.2
23302026-07-08T17:57:41.437Z Checking tokio v1.52.1
23312026-07-08T17:57:41.464Z Checking getrandom v0.3.4
23322026-07-08T17:57:41.533Z Checking byteorder v1.5.0
23332026-07-08T17:57:41.546Z Checking fnv v1.0.7
23342026-07-08T17:57:41.607Z Checking rand_core v0.9.5
23352026-07-08T17:57:41.635Z Checking http v1.4.2
23362026-07-08T17:57:41.729Z Checking regex-syntax v0.8.10
23372026-07-08T17:57:41.776Z Checking base64ct v1.8.3
23382026-07-08T17:57:41.950Z Checking rustix v1.1.3
23392026-07-08T17:57:42.009Z Checking pem-rfc7468 v0.7.0
23402026-07-08T17:57:42.145Z Checking idna_adapter v1.2.1
23412026-07-08T17:57:42.166Z Checking uuid v1.23.4
23422026-07-08T17:57:42.199Z Checking tracing-core v0.1.36
23432026-07-08T17:57:42.261Z Checking idna v1.1.0
23442026-07-08T17:57:42.479Z Checking flagset v0.4.7
23452026-07-08T17:57:42.505Z Checking iana-time-zone v0.1.65
23462026-07-08T17:57:42.508Z Checking url v2.5.8
23472026-07-08T17:57:42.529Z Checking ppv-lite86 v0.2.21
23482026-07-08T17:57:42.598Z Checking base64 v0.22.1
23492026-07-08T17:57:42.612Z Checking chrono v0.4.44
23502026-07-08T17:57:42.782Z Checking der v0.7.10
23512026-07-08T17:57:42.822Z Checking rand_chacha v0.9.0
23522026-07-08T17:57:42.834Z Checking tracing v0.1.44
23532026-07-08T17:57:42.847Z Checking http-body v1.0.1
23542026-07-08T17:57:42.953Z Checking rustls-pki-types v1.14.0
23552026-07-08T17:57:42.978Z Checking cmov v0.5.4
23562026-07-08T17:57:43.020Z Checking tinyvec_macros v0.1.1
23572026-07-08T17:57:43.036Z Checking openssl-probe v0.2.1
23582026-07-08T17:57:43.051Z Checking rand v0.9.2
23592026-07-08T17:57:43.083Z Checking tinyvec v1.10.0
23602026-07-08T17:57:43.139Z Checking aws-lc-sys v0.40.0
23612026-07-08T17:57:43.164Z Checking ctutils v0.4.2
23622026-07-08T17:57:43.239Z Checking try-lock v0.2.5
23632026-07-08T17:57:43.337Z Checking tower-service v0.3.3
23642026-07-08T17:57:43.372Z Checking atomic-waker v1.1.2
23652026-07-08T17:57:43.387Z Checking untrusted v0.7.1
23662026-07-08T17:57:43.423Z Checking tower-layer v0.3.3
23672026-07-08T17:57:43.465Z Checking hybrid-array v0.4.13
23682026-07-08T17:57:43.469Z Checking want v0.3.1
23692026-07-08T17:57:43.496Z Checking ipnet v2.11.0
23702026-07-08T17:57:43.509Z Checking spki v0.7.3
23712026-07-08T17:57:43.522Z Checking httparse v1.10.1
23722026-07-08T17:57:43.569Z Checking aho-corasick v1.1.4
23732026-07-08T17:57:43.594Z Checking foreign-types-shared v0.1.1
23742026-07-08T17:57:43.639Z Checking aws-lc-rs v1.16.3
23752026-07-08T17:57:43.669Z Checking utf8parse v0.2.2
23762026-07-08T17:57:43.683Z Checking cpufeatures v0.2.17
23772026-07-08T17:57:43.727Z Checking plain v0.2.3
23782026-07-08T17:57:43.748Z Checking dyn-clone v1.0.20
23792026-07-08T17:57:43.760Z Checking fastrand v2.3.0
23802026-07-08T17:57:43.772Z Checking httpdate v1.0.3
23812026-07-08T17:57:43.824Z Checking untrusted v0.9.0
23822026-07-08T17:57:43.849Z Checking foreign-types v0.3.2
23832026-07-08T17:57:43.911Z Checking pkcs8 v0.10.2
23842026-07-08T17:57:43.925Z Checking unicode-normalization v0.1.25
23852026-07-08T17:57:43.937Z Checking tempfile v3.25.0
23862026-07-08T17:57:43.948Z Checking semver v1.0.28
23872026-07-08T17:57:44.064Z Checking openssl-sys v0.9.115
23882026-07-08T17:57:44.130Z Checking spin v0.9.8
23892026-07-08T17:57:44.152Z Checking unicode-ident v1.0.24
23902026-07-08T17:57:44.223Z Checking ucd-trie v0.1.7
23912026-07-08T17:57:44.244Z Checking regex-automata v0.4.14
23922026-07-08T17:57:44.260Z Checking anstyle v1.0.14
23932026-07-08T17:57:44.314Z Checking proc-macro2 v1.0.106
23942026-07-08T17:57:44.328Z Checking schemars v0.8.22
23952026-07-08T17:57:44.356Z Checking pest v2.8.6
23962026-07-08T17:57:44.440Z Checking openssl v0.10.79
23972026-07-08T17:57:44.452Z Checking sha2 v0.10.9
23982026-07-08T17:57:44.472Z Checking rustls-webpki v0.103.13
23992026-07-08T17:57:44.634Z Checking hmac v0.12.1
24002026-07-08T17:57:44.692Z Checking tokio-util v0.7.18
24012026-07-08T17:57:44.726Z Checking thiserror v2.0.18
24022026-07-08T17:57:44.765Z Checking sync_wrapper v1.0.2
24032026-07-08T17:57:44.825Z Checking wait-timeout v0.2.1
24042026-07-08T17:57:44.865Z Checking anstyle-query v1.1.5
24052026-07-08T17:57:44.886Z Checking rustls v0.23.41
24062026-07-08T17:57:44.946Z Checking bit-vec v0.8.0
24072026-07-08T17:57:44.959Z Checking colorchoice v1.0.4
24082026-07-08T17:57:44.970Z Checking simd-adler32 v0.3.8
24092026-07-08T17:57:45.054Z Checking powerfmt v0.2.0
24102026-07-08T17:57:45.136Z Checking pretty-hex v0.4.1
24112026-07-08T17:57:45.148Z Checking siphasher v1.0.2
24122026-07-08T17:57:45.206Z Checking quick-error v1.2.3
24132026-07-08T17:57:45.252Z Checking is_terminal_polyfill v1.70.2
24142026-07-08T17:57:45.299Z Checking deranged v0.5.8
24152026-07-08T17:57:45.311Z Checking rusty-fork v0.3.1
24162026-07-08T17:57:45.314Z Checking h2 v0.4.15
24172026-07-08T17:57:45.337Z Checking bit-set v0.8.0
24182026-07-08T17:57:45.410Z Checking tower v0.5.3
24192026-07-08T17:57:45.497Z Checking quote v1.0.45
24202026-07-08T17:57:45.511Z Compiling newtype-uuid v1.3.2
24212026-07-08T17:57:45.670Z Checking http-body-util v0.1.3
24222026-07-08T17:57:45.690Z Checking crossbeam-utils v0.8.21
24232026-07-08T17:57:45.809Z Checking rand_xorshift v0.4.0
24242026-07-08T17:57:45.891Z Checking crc32fast v1.5.0
24252026-07-08T17:57:45.931Z Checking scroll v0.13.0
24262026-07-08T17:57:46.030Z Checking unarray v0.1.4
24272026-07-08T17:57:46.030Z Checking ryu v1.0.23
24282026-07-08T17:57:46.116Z Checking time-core v0.1.8
24292026-07-08T17:57:46.134Z Checking unicode-bidi v0.3.18
24302026-07-08T17:57:46.152Z Checking iri-string v0.7.10
24312026-07-08T17:57:46.175Z Checking unicode-properties v0.1.4
24322026-07-08T17:57:46.251Z Checking num-conv v0.2.0
24332026-07-08T17:57:46.254Z Checking adler2 v2.0.1
24342026-07-08T17:57:46.361Z Checking allocator-api2 v0.2.21
24352026-07-08T17:57:46.375Z Checking num_threads v0.1.7
24362026-07-08T17:57:46.389Z Checking miniz_oxide v0.8.9
24372026-07-08T17:57:46.426Z Checking stringprep v0.1.5
24382026-07-08T17:57:46.459Z Checking time v0.3.47
24392026-07-08T17:57:46.491Z Checking native-tls v0.2.18
24402026-07-08T17:57:46.577Z Checking serde_urlencoded v0.7.1
24412026-07-08T17:57:46.643Z Checking goblin v0.10.5
24422026-07-08T17:57:46.668Z Checking tokio-native-tls v0.3.1
24432026-07-08T17:57:46.730Z Checking proptest v1.10.0
24442026-07-08T17:57:46.776Z Checking bstr v1.12.1
24452026-07-08T17:57:46.823Z Checking crossbeam-epoch v0.9.18
24462026-07-08T17:57:47.053Z Checking syn v2.0.117
24472026-07-08T17:57:47.164Z Compiling daft v0.1.7
24482026-07-08T17:57:47.178Z Checking ipnetwork v0.21.1
24492026-07-08T17:57:47.191Z Checking tower-http v0.6.8
24502026-07-08T17:57:47.390Z Checking block-padding v0.4.2
24512026-07-08T17:57:47.443Z Checking crypto-common v0.2.2
24522026-07-08T17:57:47.467Z Checking block-buffer v0.12.1
24532026-07-08T17:57:47.525Z Checking anstyle-parse v1.0.0
24542026-07-08T17:57:47.593Z Checking rustls-native-certs v0.8.3
24552026-07-08T17:57:47.627Z Checking rand_chacha v0.3.1
24562026-07-08T17:57:47.674Z Checking scroll v0.12.0
24572026-07-08T17:57:47.721Z Checking thiserror v1.0.69
24582026-07-08T17:57:47.821Z Checking hash32 v0.2.1
24592026-07-08T17:57:47.835Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-08T17:57:47.904Z Checking signature v2.2.0
24612026-07-08T17:57:47.946Z Checking md-5 v0.10.6
24622026-07-08T17:57:47.973Z Checking num-integer v0.1.46
24632026-07-08T17:57:48.034Z Checking toml_datetime v0.6.11
24642026-07-08T17:57:48.046Z Checking serde_spanned v0.6.9
24652026-07-08T17:57:48.080Z Checking encoding_rs v0.8.35
24662026-07-08T17:57:48.165Z Checking hyper v1.10.1
24672026-07-08T17:57:48.178Z Checking psl-types v2.0.11
24682026-07-08T17:57:48.195Z Checking fallible-iterator v0.2.0
24692026-07-08T17:57:48.210Z Checking zlib-rs v0.6.2
24702026-07-08T17:57:48.292Z Checking mime v0.3.17
24712026-07-08T17:57:48.468Z Checking publicsuffix v2.3.0
24722026-07-08T17:57:48.481Z Checking postgres-protocol v0.6.10
24732026-07-08T17:57:48.624Z Checking num-iter v0.1.45
24742026-07-08T17:57:48.655Z Checking heapless v0.7.17
24752026-07-08T17:57:48.734Z Checking zstd-safe v7.2.4
24762026-07-08T17:57:48.784Z Checking goblin v0.8.2
24772026-07-08T17:57:48.897Z Checking rand v0.8.6
24782026-07-08T17:57:48.966Z Checking dof v0.4.0
24792026-07-08T17:57:49.021Z Checking anstream v1.0.0
24802026-07-08T17:57:49.061Z Checking cookie v0.18.1
24812026-07-08T17:57:49.090Z Checking flate2 v1.1.9
24822026-07-08T17:57:49.093Z Checking hyper-util v0.1.20
24832026-07-08T17:57:49.221Z Compiling iddqd v0.4.2
24842026-07-08T17:57:49.294Z Checking inout v0.2.2
24852026-07-08T17:57:49.318Z Checking oxnet v0.1.6
24862026-07-08T17:57:49.386Z Checking tokio-rustls v0.26.4
24872026-07-08T17:57:49.418Z Checking dtrace-parser v0.3.0
24882026-07-08T17:57:49.439Z Checking phf_shared v0.13.1
24892026-07-08T17:57:49.577Z Checking lazy_static v1.5.0
24902026-07-08T17:57:49.591Z Checking anstyle-parse v0.2.7
24912026-07-08T17:57:49.612Z Checking zerocopy v0.7.35
24922026-07-08T17:57:49.637Z Checking pin-project v1.1.11
24932026-07-08T17:57:49.653Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-08T17:57:49.665Z Checking signal-hook v0.3.18
24952026-07-08T17:57:49.727Z Checking futures-executor v0.3.32
24962026-07-08T17:57:49.740Z Checking terminal_size v0.4.3
24972026-07-08T17:57:49.755Z Checking hex v0.4.3
24982026-07-08T17:57:49.851Z Checking ff v0.13.1
24992026-07-08T17:57:49.851Z Checking thread-id v5.1.0
25002026-07-08T17:57:49.873Z Checking managed v0.8.0
25012026-07-08T17:57:49.928Z Checking clap_lex v1.0.0
25022026-07-08T17:57:49.971Z Checking bumpalo v3.20.2
25032026-07-08T17:57:49.987Z Checking libbz2-rs-sys v0.2.2
25042026-07-08T17:57:50.055Z Checking foldhash v0.1.5
25052026-07-08T17:57:50.080Z Checking same-file v1.0.6
25062026-07-08T17:57:50.093Z Compiling rayon-core v1.13.0
25072026-07-08T17:57:50.171Z Checking either v1.15.0
25082026-07-08T17:57:50.187Z Checking base16ct v0.2.0
25092026-07-08T17:57:50.199Z Checking strsim v0.11.1
25102026-07-08T17:57:50.285Z Checking bitflags v1.3.2
25112026-07-08T17:57:50.312Z Checking foldhash v0.2.0
25122026-07-08T17:57:50.353Z Checking winnow v0.5.40
25132026-07-08T17:57:50.368Z Checking clap_builder v4.6.0
25142026-07-08T17:57:50.368Z Checking smoltcp v0.9.1
25152026-07-08T17:57:50.401Z Checking bzip2 v0.6.1
25162026-07-08T17:57:50.404Z Checking hyper-tls v0.6.0
25172026-07-08T17:57:50.471Z Checking hashbrown v0.16.1
25182026-07-08T17:57:50.514Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-07-08T17:57:50.563Z Checking hyper-rustls v0.27.7
25202026-07-08T17:57:50.585Z Checking reqwest v0.12.28
25212026-07-08T17:57:50.713Z Checking sec1 v0.7.3
25222026-07-08T17:57:50.729Z Checking dof v0.3.0
25232026-07-08T17:57:50.789Z Checking walkdir v2.5.0
25242026-07-08T17:57:50.929Z Checking hashbrown v0.15.5
25252026-07-08T17:57:50.951Z Checking zopfli v0.8.3
25262026-07-08T17:57:50.976Z Checking group v0.13.0
25272026-07-08T17:57:50.988Z Checking usdt-impl v0.6.0
25282026-07-08T17:57:51.015Z Checking futures v0.3.32
25292026-07-08T17:57:51.090Z Checking signal-hook-mio v0.2.5
25302026-07-08T17:57:51.120Z Checking anstream v0.6.21
25312026-07-08T17:57:51.195Z Checking bzip2 v0.4.4
25322026-07-08T17:57:51.262Z Checking snafu v0.8.9
25332026-07-08T17:57:51.280Z Checking num-bigint-dig v0.8.6
25342026-07-08T17:57:51.316Z Checking phf v0.13.1
25352026-07-08T17:57:51.356Z Checking cipher v0.5.2
25362026-07-08T17:57:51.394Z Checking cookie_store v0.22.1
25372026-07-08T17:57:51.459Z Checking zstd v0.13.3
25382026-07-08T17:57:51.502Z Checking postgres-types v0.2.12
25392026-07-08T17:57:51.534Z Checking toml_edit v0.19.15
25402026-07-08T17:57:51.573Z Checking ed25519 v2.2.3
25412026-07-08T17:57:51.592Z Checking dtrace-parser v0.2.0
25422026-07-08T17:57:51.643Z Checking rustls-platform-verifier v0.6.2
25432026-07-08T17:57:51.646Z Checking globset v0.4.18
25442026-07-08T17:57:51.721Z Checking crossbeam-deque v0.8.6
25452026-07-08T17:57:51.756Z Checking regex v1.12.3
25462026-07-08T17:57:51.782Z Checking phf_shared v0.11.3
25472026-07-08T17:57:51.811Z Checking hkdf v0.12.4
25482026-07-08T17:57:51.824Z Checking olpc-cjson v0.1.4
25492026-07-08T17:57:51.897Z Checking ref-cast v1.0.25
25502026-07-08T17:57:51.909Z Checking curve25519-dalek v4.1.3
25512026-07-08T17:57:51.923Z Checking strum v0.27.2
25522026-07-08T17:57:51.943Z Checking pkcs1 v0.7.5
25532026-07-08T17:57:51.956Z Checking hubpack v0.1.2
25542026-07-08T17:57:51.990Z Checking memoffset v0.9.1
25552026-07-08T17:57:52.026Z Checking rustix v0.38.44
25562026-07-08T17:57:52.038Z Checking pem v3.0.6
25572026-07-08T17:57:52.067Z Checking float-cmp v0.10.0
25582026-07-08T17:57:52.093Z Checking serde_plain v1.0.2
25592026-07-08T17:57:52.116Z Checking erased-serde v0.3.31
25602026-07-08T17:57:52.149Z Checking serde-big-array v0.5.1
25612026-07-08T17:57:52.190Z Checking crypto-bigint v0.5.5
25622026-07-08T17:57:52.190Z Checking memmap2 v0.9.10
25632026-07-08T17:57:52.233Z Checking thread-id v4.2.2
25642026-07-08T17:57:52.281Z Checking env_filter v1.0.0
25652026-07-08T17:57:52.311Z Checking jiff v0.2.21
25662026-07-08T17:57:52.362Z Checking toml_write v0.1.2
25672026-07-08T17:57:52.423Z Checking winnow v1.0.3
25682026-07-08T17:57:52.502Z Checking unicode-segmentation v1.12.0
25692026-07-08T17:57:52.525Z Checking typed-path v0.9.3
25702026-07-08T17:57:52.597Z Checking predicates-core v1.0.10
25712026-07-08T17:57:52.689Z Checking static_assertions v1.1.0
25722026-07-08T17:57:52.717Z Checking precomputed-hash v0.1.1
25732026-07-08T17:57:52.729Z Checking const-oid v0.10.2
25742026-07-08T17:57:52.758Z Checking fixedbitset v0.4.2
25752026-07-08T17:57:52.799Z Checking difflib v0.4.0
25762026-07-08T17:57:52.815Z Checking data-encoding v2.10.0
25772026-07-08T17:57:52.832Z Checking whoami v2.1.0
25782026-07-08T17:57:52.883Z Checking fixedbitset v0.5.7
25792026-07-08T17:57:52.907Z Checking normalize-line-endings v0.3.0
25802026-07-08T17:57:52.975Z Checking keccak v0.1.6
25812026-07-08T17:57:52.997Z Checking cpufeatures v0.3.0
25822026-07-08T17:57:53.024Z Checking new_debug_unreachable v1.0.6
25832026-07-08T17:57:53.066Z Checking winnow v0.7.14
25842026-07-08T17:57:53.078Z Checking hickory-proto v0.25.2
25852026-07-08T17:57:53.078Z Checking petgraph v0.8.3
25862026-07-08T17:57:53.101Z Checking string_cache v0.8.9
25872026-07-08T17:57:53.114Z Checking elliptic-curve v0.13.8
25882026-07-08T17:57:53.141Z Checking sha3 v0.10.8
25892026-07-08T17:57:53.264Z Checking chacha20 v0.10.0
25902026-07-08T17:57:53.311Z Checking tough v0.22.0
25912026-07-08T17:57:53.349Z Checking tokio-postgres v0.7.16
25922026-07-08T17:57:53.422Z Checking predicates v3.1.4
25932026-07-08T17:57:53.518Z Checking petgraph v0.6.5
25942026-07-08T17:57:53.725Z Checking digest v0.11.3
25952026-07-08T17:57:53.904Z Checking crossterm v0.28.1
25962026-07-08T17:57:54.261Z Checking toml_edit v0.22.27
25972026-07-08T17:57:54.539Z Checking zip v4.6.1
25982026-07-08T17:57:54.600Z Checking similar v2.7.0
25992026-07-08T17:57:54.616Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-07-08T17:57:54.664Z Checking toml_parser v1.1.2+spec-1.1.0
26012026-07-08T17:57:54.762Z Checking ed25519-dalek v2.2.0
26022026-07-08T17:57:54.983Z Checking toml v0.7.8
26032026-07-08T17:57:54.996Z Checking slog v2.8.2
26042026-07-08T17:57:54.996Z Checking env_logger v0.11.9
26052026-07-08T17:57:55.112Z Checking usdt v0.6.0
26062026-07-08T17:57:55.191Z Checking usdt-impl v0.5.0
26072026-07-08T17:57:55.260Z Checking rsa v0.9.10
26082026-07-08T17:57:55.280Z Checking nix v0.31.2
26092026-07-08T17:57:55.354Z Checking reqwest v0.13.2
26102026-07-08T17:57:55.483Z Checking clap v4.6.1
26112026-07-08T17:57:55.563Z Checking zip v0.6.6
26122026-07-08T17:57:55.690Z Checking itertools v0.13.0
26132026-07-08T17:57:55.757Z Checking serde_with v3.17.0
26142026-07-08T17:57:55.897Z Checking strum v0.26.3
26152026-07-08T17:57:55.912Z Checking fs-err v3.3.0
26162026-07-08T17:57:56.011Z Checking ahash v0.8.12
26172026-07-08T17:57:56.208Z Checking object v0.37.3
26182026-07-08T17:57:56.212Z Checking tokio-stream v0.1.18
26192026-07-08T17:57:56.212Z Checking buf-list v1.1.2
26202026-07-08T17:57:56.245Z Checking anyhow v1.0.102
26212026-07-08T17:57:56.399Z Checking camino v1.2.2
26222026-07-08T17:57:56.444Z Checking x509-cert v0.2.5
26232026-07-08T17:57:56.476Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-08T17:57:56.616Z Checking openapiv3 v2.2.0
26252026-07-08T17:57:56.647Z Checking lalrpop-util v0.19.12
26262026-07-08T17:57:56.732Z Checking peg-runtime v0.8.5
26272026-07-08T17:57:56.745Z Checking rayon v1.11.0
26282026-07-08T17:57:56.808Z Checking sigpipe v0.1.3
26292026-07-08T17:57:56.871Z Checking glob v0.3.3
26302026-07-08T17:57:58.432Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-08T17:57:58.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.26s
26322026-07-08T17:57:58.861Z
26332026-07-08T17:57:58.861Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26342026-07-08T17:57:59.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-08T17:57:59.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-08T17:57:59.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-08T17:57:59.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-07-08T17:57:59.388Z
26392026-07-08T17:57:59.388Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26402026-07-08T17:57:59.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-08T17:57:59.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-08T17:57:59.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-08T17:57:59.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26442026-07-08T17:57:59.919Z
26452026-07-08T17:57:59.919Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26462026-07-08T17:58:00.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-08T17:58:00.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-08T17:58:00.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-08T17:58:00.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26502026-07-08T17:58:00.467Z
26512026-07-08T17:58:00.467Zinfo: running `cargo check --bins` on oxql-types (80/300)
26522026-07-08T17:58:00.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-08T17:58:00.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-08T17:58:00.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-08T17:58:00.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26562026-07-08T17:58:01.002Z
26572026-07-08T17:58:01.002Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26582026-07-08T17:58:01.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-08T17:58:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-08T17:58:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-08T17:58:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-07-08T17:58:01.534Z
26632026-07-08T17:58:01.534Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26642026-07-08T17:58:01.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-08T17:58:01.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-08T17:58:01.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-08T17:58:01.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26682026-07-08T17:58:02.064Z
26692026-07-08T17:58:02.064Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26702026-07-08T17:58:02.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-08T17:58:02.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-08T17:58:02.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-08T17:58:02.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26742026-07-08T17:58:02.584Z
26752026-07-08T17:58:02.584Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26762026-07-08T17:58:03.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-08T17:58:03.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-08T17:58:03.219Z Compiling structmeta-derive v0.3.0
26792026-07-08T17:58:03.336Z Compiling multer v3.1.0
26802026-07-08T17:58:03.346Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-07-08T17:58:03.349Z Compiling async-stream-impl v0.3.6
26822026-07-08T17:58:03.365Z Compiling dropshot v0.17.1
26832026-07-08T17:58:03.379Z Compiling dropshot_endpoint v0.17.1
26842026-07-08T17:58:03.382Z Compiling newtype-uuid-macros v0.1.0
26852026-07-08T17:58:03.404Z Checking newtype-uuid v1.3.2
26862026-07-08T17:58:03.574Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-08T17:58:03.595Z Checking daft v0.1.7
26882026-07-08T17:58:03.615Z Checking thread_local v1.1.9
26892026-07-08T17:58:03.731Z Checking match_cfg v0.1.0
26902026-07-08T17:58:03.798Z Checking compression-core v0.4.31
26912026-07-08T17:58:03.816Z Checking hostname v0.3.1
26922026-07-08T17:58:03.828Z Checking iddqd v0.4.2
26932026-07-08T17:58:03.913Z Checking crossbeam-channel v0.5.15
26942026-07-08T17:58:03.928Z Checking compression-codecs v0.4.37
26952026-07-08T17:58:03.945Z Checking atomicwrites v0.4.4
26962026-07-08T17:58:04.056Z Checking slog-json v2.6.1
26972026-07-08T17:58:04.072Z Checking serde_spanned v1.1.1
26982026-07-08T17:58:04.092Z Checking is-terminal v0.4.17
26992026-07-08T17:58:04.139Z Checking toml_datetime v1.1.1+spec-1.1.0
27002026-07-08T17:58:04.153Z Checking take_mut v0.2.2
27012026-07-08T17:58:04.176Z Checking toml_writer v1.1.1+spec-1.1.0
27022026-07-08T17:58:04.200Z Checking debug-ignore v1.0.5
27032026-07-08T17:58:04.246Z Checking term v1.2.1
27042026-07-08T17:58:04.261Z Checking slog-async v2.8.0
27052026-07-08T17:58:04.294Z Checking slog-bunyan v2.5.0
27062026-07-08T17:58:04.328Z Checking async-compression v0.4.41
27072026-07-08T17:58:04.349Z Checking toml v1.1.2+spec-1.1.0
27082026-07-08T17:58:04.389Z Compiling structmeta v0.3.0
27092026-07-08T17:58:04.404Z Checking async-stream v0.3.6
27102026-07-08T17:58:04.427Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-07-08T17:58:04.465Z Checking slog-term v2.9.2
27122026-07-08T17:58:04.529Z Checking progenitor-client v0.14.0
27132026-07-08T17:58:04.541Z Checking sha1 v0.11.0
27142026-07-08T17:58:04.568Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-07-08T17:58:04.599Z Compiling derive-ex v0.1.8
27162026-07-08T17:58:04.707Z Compiling parse-display-derive v0.10.0
27172026-07-08T17:58:04.731Z Checking waitgroup v0.1.2
27182026-07-08T17:58:04.743Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-07-08T17:58:04.758Z Checking rustls-pemfile v2.2.0
27202026-07-08T17:58:04.813Z Checking backon v1.6.0
27212026-07-08T17:58:04.827Z Checking serde_path_to_error v0.1.20
27222026-07-08T17:58:04.892Z Checking hostname v0.4.2
27232026-07-08T17:58:04.929Z Checking instant v0.1.13
27242026-07-08T17:58:04.986Z Checking progenitor-extras v0.2.0
27252026-07-08T17:58:05.013Z Checking backoff v0.4.0
27262026-07-08T17:58:05.093Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-08T17:58:05.174Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-08T17:58:05.186Z Checking itertools v0.14.0
27292026-07-08T17:58:05.199Z Checking regress v0.10.5
27302026-07-08T17:58:05.335Z Checking macaddr v1.0.1
27312026-07-08T17:58:05.570Z Checking humantime v2.3.0
27322026-07-08T17:58:06.326Z Compiling test-strategy v0.4.5
27332026-07-08T17:58:06.429Z Checking parse-display v0.10.0
27342026-07-08T17:58:06.827Z Compiling prettyplease v0.2.37
27352026-07-08T17:58:07.100Z Checking num-rational v0.4.2
27362026-07-08T17:58:07.301Z Checking num-complex v0.4.6
27372026-07-08T17:58:07.750Z Compiling num v0.4.3
27382026-07-08T17:58:07.796Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-07-08T17:58:07.836Z Compiling usdt-attr-macro v0.5.0
27402026-07-08T17:58:07.855Z Compiling usdt-macro v0.5.0
27412026-07-08T17:58:07.959Z Checking memmap v0.7.0
27422026-07-08T17:58:08.096Z Checking float-ord v0.3.2
27432026-07-08T17:58:08.164Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-08T17:58:08.318Z Compiling convert_case v0.4.0
27452026-07-08T17:58:08.360Z Checking unicode-width v0.2.0
27462026-07-08T17:58:08.582Z Checking newline-converter v0.3.0
27472026-07-08T17:58:08.609Z Checking console v0.15.11
27482026-07-08T17:58:08.623Z Checking usdt v0.5.0
27492026-07-08T17:58:08.690Z Compiling toml v0.8.23
27502026-07-08T17:58:08.703Z Compiling derive_more v0.99.20
27512026-07-08T17:58:08.843Z Checking linked-hash-map v0.5.6
27522026-07-08T17:58:08.887Z Compiling minimal-lexical v0.2.1
27532026-07-08T17:58:08.954Z Checking lru-cache v0.1.2
27542026-07-08T17:58:09.076Z Compiling nom v7.1.3
27552026-07-08T17:58:09.141Z Checking expectorate v1.2.0
27562026-07-08T17:58:09.555Z Checking camino-tempfile v1.4.1
27572026-07-08T17:58:09.619Z Checking hickory-proto v0.24.4
27582026-07-08T17:58:09.719Z Checking phf_shared v0.12.1
27592026-07-08T17:58:09.777Z Compiling slog-dtrace v0.3.0
27602026-07-08T17:58:09.859Z Checking resolv-conf v0.7.6
27612026-07-08T17:58:10.044Z Checking heck v0.5.0
27622026-07-08T17:58:10.171Z Compiling chrono-tz v0.10.4
27632026-07-08T17:58:10.266Z Compiling unicode-xid v0.2.6
27642026-07-08T17:58:10.443Z Compiling const_format_proc_macros v0.2.34
27652026-07-08T17:58:10.462Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-08T17:58:10.477Z Checking phf v0.12.1
27672026-07-08T17:58:10.621Z Checking tokio-dtrace v0.1.1
27682026-07-08T17:58:10.815Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-08T17:58:10.968Z Compiling derive-where v1.6.0
27702026-07-08T17:58:11.298Z Checking highway v1.3.0
27712026-07-08T17:58:11.336Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-07-08T17:58:11.357Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-07-08T17:58:11.484Z Checking hickory-resolver v0.24.4
27742026-07-08T17:58:11.522Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-07-08T17:58:12.022Z Checking const_format v0.2.35
27762026-07-08T17:58:12.248Z Checking oxide-tokio-rt v0.1.4
27772026-07-08T17:58:12.301Z Checking qorb v0.4.1
27782026-07-08T17:58:12.522Z Checking gethostname v0.5.0
27792026-07-08T17:58:12.557Z Checking bcs v0.1.6
27802026-07-08T17:58:12.612Z Checking termtree v0.5.1
27812026-07-08T17:58:12.841Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-08T17:58:12.856Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-08T17:58:13.075Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-08T17:58:13.078Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-08T17:58:15.998Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-08T17:58:18.396Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-08T17:58:20.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s
27882026-07-08T17:58:20.661Z
27892026-07-08T17:58:20.661Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27902026-07-08T17:58:21.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-08T17:58:21.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-08T17:58:21.345Z Compiling ar_archive_writer v0.5.1
27932026-07-08T17:58:21.412Z Compiling stacker v0.1.23
27942026-07-08T17:58:21.417Z Compiling cfg_aliases v0.1.1
27952026-07-08T17:58:21.423Z Compiling convert_case v0.10.0
27962026-07-08T17:58:21.429Z Checking unicode-width v0.1.14
27972026-07-08T17:58:21.437Z Compiling proc-macro-error v1.0.4
27982026-07-08T17:58:21.447Z Checking fd-lock v4.0.4
27992026-07-08T17:58:21.448Z Checking nibble_vec v0.1.0
28002026-07-08T17:58:21.472Z Compiling nix v0.28.0
28012026-07-08T17:58:21.561Z Compiling recursive-proc-macro-impl v0.1.1
28022026-07-08T17:58:21.573Z Checking vte v0.14.1
28032026-07-08T17:58:21.661Z Checking endian-type v0.1.2
28042026-07-08T17:58:21.688Z Checking bytecount v0.6.9
28052026-07-08T17:58:21.707Z Compiling derive_more-impl v2.1.1
28062026-07-08T17:58:21.718Z Checking strip-ansi-escapes v0.2.1
28072026-07-08T17:58:21.750Z Compiling tabled_derive v0.7.0
28082026-07-08T17:58:21.784Z Checking papergrid v0.11.0
28092026-07-08T17:58:21.796Z Checking radix_trie v0.2.1
28102026-07-08T17:58:21.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-08T17:58:21.968Z Compiling peg-macros v0.8.5
28122026-07-08T17:58:22.002Z Compiling sqlparser_derive v0.5.0
28132026-07-08T17:58:22.225Z Compiling psm v0.1.30
28142026-07-08T17:58:22.308Z Checking winnow v0.6.26
28152026-07-08T17:58:22.386Z Checking nu-ansi-term v0.50.3
28162026-07-08T17:58:22.509Z Checking derive_more v2.1.1
28172026-07-08T17:58:22.585Z Checking unicode_categories v0.1.1
28182026-07-08T17:58:22.598Z Checking home v0.5.12
28192026-07-08T17:58:22.702Z Checking reedline v0.40.0
28202026-07-08T17:58:22.738Z Checking tabled v0.15.0
28212026-07-08T17:58:22.750Z Checking crossterm v0.29.0
28222026-07-08T17:58:22.763Z Checking rustyline v14.0.0
28232026-07-08T17:58:22.802Z Checking display-error-chain v0.2.2
28242026-07-08T17:58:23.007Z Checking recursive v0.1.1
28252026-07-08T17:58:23.096Z Checking sqlparser v0.61.0
28262026-07-08T17:58:23.256Z Checking peg v0.8.5
28272026-07-08T17:58:23.438Z Checking sqlformat v0.3.5
28282026-07-08T17:58:34.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28292026-07-08T17:58:34.508Z
28302026-07-08T17:58:34.508Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28312026-07-08T17:58:34.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-08T17:58:34.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-08T17:58:35.137Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-08T17:58:38.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28352026-07-08T17:58:38.783Z
28362026-07-08T17:58:38.783Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28372026-07-08T17:58:39.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-08T17:58:39.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-08T17:58:39.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-08T17:58:41.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28412026-07-08T17:58:42.044Z
28422026-07-08T17:58:42.044Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28432026-07-08T17:58:42.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-08T17:58:42.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-08T17:58:42.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-08T17:58:45.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28472026-07-08T17:58:46.071Z
28482026-07-08T17:58:46.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28492026-07-08T17:58:46.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-08T17:58:46.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-08T17:58:46.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-08T17:58:49.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28532026-07-08T17:58:50.153Z
28542026-07-08T17:58:50.153Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28552026-07-08T17:58:50.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-08T17:58:50.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-08T17:58:50.776Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-08T17:58:53.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28592026-07-08T17:58:53.541Z
28602026-07-08T17:58:53.542Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28612026-07-08T17:58:54.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-08T17:58:54.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-08T17:58:54.168Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-08T17:58:56.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28652026-07-08T17:58:56.976Z
28662026-07-08T17:58:56.976Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28672026-07-08T17:58:57.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-08T17:58:57.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-08T17:58:57.604Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-08T17:59:01.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28712026-07-08T17:59:01.235Z
28722026-07-08T17:59:01.235Zinfo: running `cargo check --bins` on oximeter (93/300)
28732026-07-08T17:59:01.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-08T17:59:01.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-08T17:59:01.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-08T17:59:01.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28772026-07-08T17:59:01.774Z
28782026-07-08T17:59:01.774Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28792026-07-08T17:59:02.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-08T17:59:02.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-08T17:59:02.368Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-08T17:59:02.526Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-08T17:59:02.530Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-08T17:59:02.877Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-08T17:59:05.399Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-08T17:59:06.610Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-08T17:59:06.810Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-08T17:59:07.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
28892026-07-08T17:59:07.630Z
28902026-07-08T17:59:07.631Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-08T17:59:08.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-08T17:59:08.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-08T17:59:08.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-08T17:59:08.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-08T17:59:08.166Z
28962026-07-08T17:59:08.166Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-08T17:59:08.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-08T17:59:08.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-08T17:59:08.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-08T17:59:08.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-08T17:59:08.746Z
29022026-07-08T17:59:08.746Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-08T17:59:09.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-08T17:59:09.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-08T17:59:09.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-08T17:59:09.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29072026-07-08T17:59:09.295Z
29082026-07-08T17:59:09.295Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-08T17:59:09.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-08T17:59:09.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-08T17:59:09.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-08T17:59:09.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29132026-07-08T17:59:09.841Z
29142026-07-08T17:59:09.841Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-08T17:59:10.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-08T17:59:10.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-08T17:59:10.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-08T17:59:10.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-08T17:59:10.386Z
29202026-07-08T17:59:10.386Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-08T17:59:10.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-08T17:59:10.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-08T17:59:10.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-08T17:59:10.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-08T17:59:10.937Z
29262026-07-08T17:59:10.937Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-08T17:59:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-08T17:59:11.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-08T17:59:11.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-08T17:59:11.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-08T17:59:11.463Z
29322026-07-08T17:59:11.464Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-08T17:59:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-08T17:59:11.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-08T17:59:11.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-08T17:59:11.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-08T17:59:12.008Z
29382026-07-08T17:59:12.008Zinfo: running `cargo check --bins` on update-engine (103/300)
29392026-07-08T17:59:12.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-08T17:59:12.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-08T17:59:12.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-08T17:59:12.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29432026-07-08T17:59:12.546Z
29442026-07-08T17:59:12.546Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29452026-07-08T17:59:13.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-08T17:59:13.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-08T17:59:13.212Z Compiling crucible-workspace-hack v0.1.0
29482026-07-08T17:59:13.327Z Checking secrecy v0.10.3
29492026-07-08T17:59:13.334Z Compiling toml_datetime v0.7.5+spec-1.1.0
29502026-07-08T17:59:13.337Z Compiling heapless v0.8.0
29512026-07-08T17:59:13.346Z Compiling ingot-macros v0.1.1
29522026-07-08T17:59:13.353Z Checking hash32 v0.3.1
29532026-07-08T17:59:13.357Z Checking inout v0.1.4
29542026-07-08T17:59:13.376Z Compiling smoltcp v0.11.0
29552026-07-08T17:59:13.426Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-07-08T17:59:13.469Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-07-08T17:59:13.489Z Checking cipher v0.4.4
29582026-07-08T17:59:13.552Z Checking cobs v0.3.0
29592026-07-08T17:59:13.585Z Checking universal-hash v0.5.1
29602026-07-08T17:59:13.658Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-08T17:59:13.706Z Checking half v2.7.1
29622026-07-08T17:59:13.719Z Checking ciborium-io v0.2.2
29632026-07-08T17:59:13.743Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-07-08T17:59:13.759Z Checking opaque-debug v0.3.1
29652026-07-08T17:59:13.817Z Checking postcard v1.1.3
29662026-07-08T17:59:13.829Z Checking poly1305 v0.8.0
29672026-07-08T17:59:13.948Z Checking chacha20 v0.9.1
29682026-07-08T17:59:13.962Z Checking ciborium-ll v0.2.2
29692026-07-08T17:59:14.089Z Compiling proc-macro-crate v3.4.0
29702026-07-08T17:59:14.105Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-08T17:59:14.133Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-08T17:59:14.146Z Checking password-hash v0.5.0
29732026-07-08T17:59:14.375Z Checking blake2 v0.10.6
29742026-07-08T17:59:14.395Z Compiling proc-macro-crate v1.3.1
29752026-07-08T17:59:14.504Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-08T17:59:14.519Z Checking aead v0.5.2
29772026-07-08T17:59:14.616Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-08T17:59:14.634Z Compiling num_enum_derive v0.7.6
29792026-07-08T17:59:14.656Z Compiling foreign-types-macros v0.2.3
29802026-07-08T17:59:14.734Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-08T17:59:14.801Z Checking foreign-types-shared v0.3.1
29822026-07-08T17:59:14.826Z Compiling num_enum_derive v0.5.11
29832026-07-08T17:59:14.872Z Checking thiserror-no-std v2.0.2
29842026-07-08T17:59:14.890Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-08T17:59:14.962Z Checking vsss-rs v3.3.4
29862026-07-08T17:59:14.984Z Checking chacha20poly1305 v0.10.1
29872026-07-08T17:59:15.109Z Checking argon2 v0.5.3
29882026-07-08T17:59:15.249Z Checking foreign-types v0.5.0
29892026-07-08T17:59:15.327Z Checking ciborium v0.2.2
29902026-07-08T17:59:15.478Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-08T17:59:15.566Z Checking tabwriter v1.4.1
29922026-07-08T17:59:15.704Z Checking num_enum v0.7.6
29932026-07-08T17:59:15.717Z Checking byte-wrapper v0.1.0
29942026-07-08T17:59:15.763Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-08T17:59:15.778Z Checking cstr-argument v0.1.2
29962026-07-08T17:59:15.819Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29972026-07-08T17:59:15.885Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-08T17:59:15.898Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-07-08T17:59:15.925Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-07-08T17:59:16.065Z Checking num_enum v0.5.11
30012026-07-08T17:59:16.100Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30022026-07-08T17:59:16.113Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30032026-07-08T17:59:16.133Z Checking ingot-types v0.1.2
30042026-07-08T17:59:16.176Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-08T17:59:16.198Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-08T17:59:16.256Z Checking rand v0.10.1
30072026-07-08T17:59:16.279Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-08T17:59:16.303Z Checking indent_write v2.2.0
30092026-07-08T17:59:16.364Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-08T17:59:16.379Z Checking colored v3.1.1
30112026-07-08T17:59:16.429Z Compiling zone_cfg_derive v0.3.1
30122026-07-08T17:59:16.460Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-08T17:59:16.486Z Checking ingot v0.1.1
30142026-07-08T17:59:16.551Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-08T17:59:16.574Z Checking itertools v0.12.1
30162026-07-08T17:59:16.601Z Compiling num-derive v0.4.2
30172026-07-08T17:59:16.631Z Checking swrite v0.1.0
30182026-07-08T17:59:16.718Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-07-08T17:59:16.730Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-07-08T17:59:16.882Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-08T17:59:17.043Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-08T17:59:17.133Z Checking dropshot-api-manager-types v0.7.2
30232026-07-08T17:59:17.133Z Checking smf v0.2.3
30242026-07-08T17:59:17.154Z Checking nanorand v0.7.0
30252026-07-08T17:59:17.222Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-07-08T17:59:17.247Z Checking whoami v1.6.1
30272026-07-08T17:59:17.323Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-08T17:59:17.346Z Checking flume v0.11.1
30292026-07-08T17:59:17.533Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-08T17:59:17.592Z Checking zone v0.3.1
30312026-07-08T17:59:18.049Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-08T17:59:18.993Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-08T17:59:19.872Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-08T17:59:23.461Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-08T17:59:25.510Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-08T17:59:26.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
30372026-07-08T17:59:26.763Z
30382026-07-08T17:59:26.763Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30392026-07-08T17:59:27.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-08T17:59:27.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-08T17:59:27.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-08T17:59:27.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30432026-07-08T17:59:27.306Z
30442026-07-08T17:59:27.307Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30452026-07-08T17:59:27.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-08T17:59:27.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-08T17:59:27.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-08T17:59:27.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30492026-07-08T17:59:27.852Z
30502026-07-08T17:59:27.852Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30512026-07-08T17:59:28.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-08T17:59:28.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-08T17:59:28.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-08T17:59:28.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30552026-07-08T17:59:28.398Z
30562026-07-08T17:59:28.399Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30572026-07-08T17:59:28.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-08T17:59:28.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-08T17:59:28.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-08T17:59:28.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30612026-07-08T17:59:28.939Z
30622026-07-08T17:59:28.939Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30632026-07-08T17:59:29.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-08T17:59:29.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-08T17:59:29.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-08T17:59:29.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30672026-07-08T17:59:29.481Z
30682026-07-08T17:59:29.481Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30692026-07-08T17:59:29.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-08T17:59:29.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-08T17:59:29.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-08T17:59:29.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30732026-07-08T17:59:30.022Z
30742026-07-08T17:59:30.022Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30752026-07-08T17:59:30.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-08T17:59:30.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-08T17:59:30.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-08T17:59:30.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30792026-07-08T17:59:30.561Z
30802026-07-08T17:59:30.562Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30812026-07-08T17:59:30.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-08T17:59:31.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-08T17:59:31.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-08T17:59:31.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30852026-07-08T17:59:31.082Z
30862026-07-08T17:59:31.082Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30872026-07-08T17:59:31.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-08T17:59:31.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-08T17:59:31.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-08T17:59:31.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30912026-07-08T17:59:31.619Z
30922026-07-08T17:59:31.619Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30932026-07-08T17:59:32.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-08T17:59:32.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-08T17:59:32.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-08T17:59:32.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30972026-07-08T17:59:32.162Z
30982026-07-08T17:59:32.162Zinfo: running `cargo check --bins` on installinator-client (115/300)
30992026-07-08T17:59:32.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-08T17:59:32.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-08T17:59:32.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-08T17:59:32.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31032026-07-08T17:59:32.704Z
31042026-07-08T17:59:32.704Zinfo: running `cargo check --bins` on nexus-client (116/300)
31052026-07-08T17:59:33.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-08T17:59:33.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-08T17:59:33.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-08T17:59:33.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31092026-07-08T17:59:33.272Z
31102026-07-08T17:59:33.272Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31112026-07-08T17:59:33.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-08T17:59:33.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-08T17:59:33.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-08T17:59:33.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31152026-07-08T17:59:33.842Z
31162026-07-08T17:59:33.842Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31172026-07-08T17:59:34.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-08T17:59:34.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-08T17:59:34.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-08T17:59:34.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31212026-07-08T17:59:34.366Z
31222026-07-08T17:59:34.366Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31232026-07-08T17:59:34.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-08T17:59:34.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-08T17:59:34.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-08T17:59:34.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31272026-07-08T17:59:34.891Z
31282026-07-08T17:59:34.891Zinfo: running `cargo check --bins` on oxide-client (120/300)
31292026-07-08T17:59:35.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-08T17:59:35.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-08T17:59:35.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-08T17:59:35.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-08T17:59:35.421Z
31342026-07-08T17:59:35.421Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31352026-07-08T17:59:35.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-08T17:59:35.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-08T17:59:35.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-08T17:59:35.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31392026-07-08T17:59:35.962Z
31402026-07-08T17:59:35.962Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31412026-07-08T17:59:36.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-08T17:59:36.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-08T17:59:36.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-08T17:59:36.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31452026-07-08T17:59:36.489Z
31462026-07-08T17:59:36.489Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31472026-07-08T17:59:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-08T17:59:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-08T17:59:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-08T17:59:36.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-08T17:59:37.037Z
31522026-07-08T17:59:37.037Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31532026-07-08T17:59:37.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-08T17:59:37.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-08T17:59:37.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-08T17:59:37.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31572026-07-08T17:59:37.594Z
31582026-07-08T17:59:37.595Zinfo: running `cargo check --bins` on installinator-common (125/300)
31592026-07-08T17:59:38.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-08T17:59:38.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-08T17:59:38.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-08T17:59:38.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31632026-07-08T17:59:38.144Z
31642026-07-08T17:59:38.144Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31652026-07-08T17:59:38.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-08T17:59:38.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-08T17:59:38.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-08T17:59:38.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31692026-07-08T17:59:38.663Z
31702026-07-08T17:59:38.663Zinfo: running `cargo check --bins` on wicket-common (127/300)
31712026-07-08T17:59:39.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-08T17:59:39.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-08T17:59:39.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-07-08T17:59:39.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31752026-07-08T17:59:39.213Z
31762026-07-08T17:59:39.213Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31772026-07-08T17:59:39.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-07-08T17:59:39.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-07-08T17:59:39.855Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-07-08T17:59:39.970Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-07-08T17:59:39.977Z Checking csv-core v0.1.13
31822026-07-08T17:59:39.984Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-07-08T17:59:39.990Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-07-08T17:59:39.993Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31852026-07-08T17:59:40.011Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-08T17:59:40.022Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-07-08T17:59:40.131Z Checking csv v1.4.0
31882026-07-08T17:59:40.159Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-07-08T17:59:40.173Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-07-08T17:59:40.217Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-07-08T17:59:40.230Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-07-08T17:59:40.478Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-08T17:59:40.845Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-07-08T17:59:40.845Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-08T17:59:41.182Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-07-08T17:59:47.337Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-07-08T17:59:47.863Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-07-08T17:59:50.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.99s
31992026-07-08T17:59:50.389Z
32002026-07-08T17:59:50.389Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
32012026-07-08T17:59:50.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-08T17:59:50.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-08T17:59:50.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-08T17:59:50.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32052026-07-08T17:59:50.923Z
32062026-07-08T17:59:50.924Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32072026-07-08T17:59:51.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-08T17:59:51.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-08T17:59:51.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-08T17:59:51.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112026-07-08T17:59:51.541Z
32122026-07-08T17:59:51.541Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32132026-07-08T17:59:52.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-08T17:59:52.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-08T17:59:52.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-08T17:59:52.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32172026-07-08T17:59:52.169Z
32182026-07-08T17:59:52.169Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32192026-07-08T17:59:52.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-08T17:59:52.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-08T17:59:52.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-07-08T17:59:52.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32232026-07-08T17:59:52.764Z
32242026-07-08T17:59:52.764Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32252026-07-08T17:59:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-07-08T17:59:53.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-07-08T17:59:53.476Z Compiling regress v0.11.1
32282026-07-08T17:59:53.621Z Compiling unsafe-libyaml v0.2.11
32292026-07-08T17:59:53.632Z Compiling radium v0.7.0
32302026-07-08T17:59:53.635Z Compiling semver v0.1.20
32312026-07-08T17:59:53.653Z Checking nom v8.0.0
32322026-07-08T17:59:53.653Z Compiling maybe-uninit v2.0.0
32332026-07-08T17:59:53.664Z Checking tap v1.0.1
32342026-07-08T17:59:53.775Z Checking wyz v0.5.1
32352026-07-08T17:59:53.909Z Compiling rustc_version v0.1.7
32362026-07-08T17:59:53.989Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-07-08T17:59:54.020Z Compiling zerocopy-derive v0.6.6
32382026-07-08T17:59:54.123Z Compiling newtype_derive v0.1.6
32392026-07-08T17:59:54.137Z Compiling serde_yaml v0.9.34+deprecated
32402026-07-08T17:59:54.331Z Compiling cancel-safe-futures v0.1.5
32412026-07-08T17:59:54.353Z Compiling packed_struct v0.10.1
32422026-07-08T17:59:54.545Z Checking crc-catalog v2.4.0
32432026-07-08T17:59:54.644Z Compiling owo-colors v4.3.0
32442026-07-08T17:59:54.649Z Checking funty v2.0.0
32452026-07-08T17:59:54.875Z Checking zerocopy v0.6.6
32462026-07-08T17:59:54.971Z Checking bitvec v1.0.1
32472026-07-08T17:59:55.006Z Checking crc v3.4.0
32482026-07-08T17:59:55.066Z Checking typify-impl v0.6.2
32492026-07-08T17:59:55.346Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-07-08T17:59:55.501Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-07-08T17:59:55.611Z Compiling packed_struct_codegen v0.10.1
32522026-07-08T17:59:55.626Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-07-08T17:59:55.855Z Checking libsw-core v0.3.2
32542026-07-08T17:59:55.898Z Compiling bitfield-macros v0.19.4
32552026-07-08T17:59:56.002Z Compiling indexmap v1.9.3
32562026-07-08T17:59:56.216Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32572026-07-08T17:59:56.264Z Checking nodrop v0.1.14
32582026-07-08T17:59:56.303Z Checking libsw v3.5.0
32592026-07-08T17:59:56.321Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-07-08T17:59:56.357Z Checking array-init v0.0.4
32612026-07-08T17:59:56.455Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-07-08T17:59:56.629Z Checking bitfield v0.19.4
32632026-07-08T17:59:56.645Z Checking smallvec v0.6.14
32642026-07-08T17:59:56.716Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-07-08T17:59:56.833Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-07-08T17:59:56.900Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32672026-07-08T17:59:56.957Z Checking tagptr v0.2.0
32682026-07-08T17:59:56.973Z Checking linear-map v1.2.0
32692026-07-08T17:59:57.099Z Checking hashbrown v0.12.3
32702026-07-08T17:59:57.134Z Checking base64 v0.21.7
32712026-07-08T17:59:57.148Z Checking smawk v0.3.2
32722026-07-08T17:59:57.275Z Checking unicode-linebreak v0.1.5
32732026-07-08T17:59:57.367Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32742026-07-08T17:59:57.370Z Checking ron v0.8.1
32752026-07-08T17:59:57.394Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-07-08T17:59:57.487Z Checking textwrap v0.16.2
32772026-07-08T17:59:57.558Z Checking moka v0.12.13
32782026-07-08T17:59:57.701Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-07-08T17:59:57.757Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-07-08T17:59:57.831Z Checking serde-hex v0.1.0
32812026-07-08T17:59:57.896Z Checking steno v0.4.1
32822026-07-08T17:59:58.191Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-08T17:59:58.353Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-08T17:59:58.500Z Checking hashbrown v0.13.2
32852026-07-08T17:59:58.636Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-07-08T17:59:58.854Z Checking crc-any v2.5.0
32872026-07-08T17:59:58.911Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-08T17:59:58.925Z Checking hickory-resolver v0.25.2
32892026-07-08T17:59:58.939Z Checking object v0.30.4
32902026-07-08T17:59:59.033Z Checking sha1 v0.10.6
32912026-07-08T17:59:59.071Z Checking path-slash v0.1.5
32922026-07-08T17:59:59.177Z Checking half v1.8.3
32932026-07-08T17:59:59.197Z Checking void v1.0.2
32942026-07-08T17:59:59.302Z Checking utf-8 v0.7.6
32952026-07-08T17:59:59.323Z Checking lzss v0.8.2
32962026-07-08T17:59:59.376Z Checking serde_cbor v0.11.2
32972026-07-08T17:59:59.439Z Checking tungstenite v0.23.0
32982026-07-08T17:59:59.602Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32992026-07-08T17:59:59.640Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-07-08T17:59:59.654Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-07-08T17:59:59.670Z Compiling typify-macro v0.6.2
33022026-07-08T17:59:59.703Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-07-08T17:59:59.760Z Checking nix v0.27.1
33042026-07-08T17:59:59.796Z Checking kstat-rs v0.2.4
33052026-07-08T17:59:59.858Z Checking fxhash v0.2.1
33062026-07-08T17:59:59.934Z Checking serde_bytes v0.11.19
33072026-07-08T17:59:59.980Z Checking tokio-tungstenite v0.23.1
33082026-07-08T17:59:59.995Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-08T18:00:00.063Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-07-08T18:00:00.106Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-08T18:00:00.250Z Checking signal-hook-tokio v0.3.1
33122026-07-08T18:00:00.785Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-08T18:00:01.108Z Compiling typify v0.6.2
33142026-07-08T18:00:01.187Z Compiling progenitor-impl v0.14.0
33152026-07-08T18:00:01.698Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-08T18:00:02.006Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-08T18:00:02.623Z Compiling progenitor-macro v0.14.0
33182026-07-08T18:00:04.931Z Checking progenitor v0.14.0
33192026-07-08T18:00:05.051Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-08T18:00:05.054Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-08T18:00:07.735Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-08T18:00:15.985Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-08T18:00:22.533Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-08T18:00:23.906Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-08T18:00:24.397Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-08T18:00:26.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.70s
33272026-07-08T18:00:26.661Z
33282026-07-08T18:00:26.661Zinfo: running `cargo check --bins` on gateway-api (134/300)
33292026-07-08T18:00:27.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-08T18:00:27.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-08T18:00:27.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-08T18:00:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-08T18:00:27.197Z
33342026-07-08T18:00:27.197Zinfo: running `cargo check --bins` on ipcc (135/300)
33352026-07-08T18:00:27.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-08T18:00:27.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-08T18:00:27.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-08T18:00:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33392026-07-08T18:00:27.738Z
33402026-07-08T18:00:27.739Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33412026-07-08T18:00:28.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-08T18:00:28.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-08T18:00:28.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-08T18:00:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-07-08T18:00:28.263Z
33462026-07-08T18:00:28.264Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33472026-07-08T18:00:28.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-08T18:00:28.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-08T18:00:28.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-08T18:00:28.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33512026-07-08T18:00:28.822Z
33522026-07-08T18:00:28.822Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33532026-07-08T18:00:29.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-08T18:00:29.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-08T18:00:29.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-08T18:00:29.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-08T18:00:29.363Z
33582026-07-08T18:00:29.363Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33592026-07-08T18:00:29.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-08T18:00:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-08T18:00:29.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-08T18:00:29.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-07-08T18:00:29.895Z
33642026-07-08T18:00:29.895Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33652026-07-08T18:00:30.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-08T18:00:30.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-08T18:00:30.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-08T18:00:30.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-08T18:00:30.437Z
33702026-07-08T18:00:30.437Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33712026-07-08T18:00:30.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-08T18:00:30.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-08T18:00:30.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-08T18:00:30.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-07-08T18:00:30.994Z
33762026-07-08T18:00:30.994Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33772026-07-08T18:00:31.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-08T18:00:31.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-08T18:00:31.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-08T18:00:31.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-08T18:00:31.534Z
33822026-07-08T18:00:31.535Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33832026-07-08T18:00:31.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-08T18:00:31.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-08T18:00:31.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-08T18:00:31.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-07-08T18:00:32.075Z
33882026-07-08T18:00:32.075Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33892026-07-08T18:00:32.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-08T18:00:32.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-08T18:00:32.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-08T18:00:32.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-07-08T18:00:32.614Z
33942026-07-08T18:00:32.615Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33952026-07-08T18:00:33.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-08T18:00:33.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-08T18:00:33.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-08T18:00:33.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-08T18:00:33.158Z
34002026-07-08T18:00:33.158Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
34012026-07-08T18:00:33.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-08T18:00:33.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-08T18:00:33.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-08T18:00:33.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-08T18:00:33.698Z
34062026-07-08T18:00:33.699Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34072026-07-08T18:00:34.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-08T18:00:34.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-08T18:00:34.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-08T18:00:34.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-07-08T18:00:34.237Z
34122026-07-08T18:00:34.237Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34132026-07-08T18:00:34.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-08T18:00:34.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-08T18:00:34.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-08T18:00:34.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-07-08T18:00:34.790Z
34182026-07-08T18:00:34.790Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34192026-07-08T18:00:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-08T18:00:35.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-08T18:00:35.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-08T18:00:35.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-08T18:00:35.347Z
34242026-07-08T18:00:35.347Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34252026-07-08T18:00:35.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-08T18:00:35.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-08T18:00:35.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-08T18:00:35.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-08T18:00:35.907Z
34302026-07-08T18:00:35.907Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34312026-07-08T18:00:36.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-08T18:00:36.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-08T18:00:36.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-08T18:00:36.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-08T18:00:36.460Z
34362026-07-08T18:00:36.460Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34372026-07-08T18:00:36.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-08T18:00:36.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-08T18:00:36.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-08T18:00:36.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-08T18:00:37.013Z
34422026-07-08T18:00:37.013Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34432026-07-08T18:00:37.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-08T18:00:37.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-08T18:00:37.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-08T18:00:37.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-08T18:00:37.567Z
34482026-07-08T18:00:37.567Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34492026-07-08T18:00:38.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-08T18:00:38.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-08T18:00:38.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-08T18:00:38.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-08T18:00:38.125Z
34542026-07-08T18:00:38.125Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34552026-07-08T18:00:38.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-08T18:00:38.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-08T18:00:38.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-08T18:00:38.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-07-08T18:00:38.681Z
34602026-07-08T18:00:38.681Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34612026-07-08T18:00:39.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-08T18:00:39.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-08T18:00:39.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-08T18:00:39.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34652026-07-08T18:00:39.239Z
34662026-07-08T18:00:39.239Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34672026-07-08T18:00:39.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-08T18:00:39.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-08T18:00:39.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-08T18:00:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-07-08T18:00:39.798Z
34722026-07-08T18:00:39.798Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34732026-07-08T18:00:40.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-08T18:00:40.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-08T18:00:40.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-08T18:00:40.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-08T18:00:40.341Z
34782026-07-08T18:00:40.341Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34792026-07-08T18:00:40.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-08T18:00:40.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-08T18:00:40.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-08T18:00:40.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-08T18:00:40.883Z
34842026-07-08T18:00:40.883Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34852026-07-08T18:00:41.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-08T18:00:41.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-08T18:00:41.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-08T18:00:41.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-08T18:00:41.426Z
34902026-07-08T18:00:41.426Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34912026-07-08T18:00:41.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-08T18:00:41.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-08T18:00:41.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-08T18:00:41.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-08T18:00:41.969Z
34962026-07-08T18:00:41.969Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34972026-07-08T18:00:42.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-08T18:00:42.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-08T18:00:42.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-08T18:00:42.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-08T18:00:42.511Z
35022026-07-08T18:00:42.511Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
35032026-07-08T18:00:42.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-08T18:00:42.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-08T18:00:42.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-08T18:00:42.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35072026-07-08T18:00:43.058Z
35082026-07-08T18:00:43.058Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35092026-07-08T18:00:43.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-08T18:00:43.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-08T18:00:43.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-08T18:00:43.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-08T18:00:43.604Z
35142026-07-08T18:00:43.604Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35152026-07-08T18:00:44.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-08T18:00:44.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-08T18:00:44.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-08T18:00:44.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-07-08T18:00:44.152Z
35202026-07-08T18:00:44.152Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35212026-07-08T18:00:44.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-08T18:00:44.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-08T18:00:44.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-08T18:00:44.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-08T18:00:44.710Z
35262026-07-08T18:00:44.710Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35272026-07-08T18:00:45.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-08T18:00:45.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-08T18:00:45.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-08T18:00:45.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35312026-07-08T18:00:45.272Z
35322026-07-08T18:00:45.272Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35332026-07-08T18:00:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-08T18:00:45.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-08T18:00:45.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-08T18:00:45.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-08T18:00:45.835Z
35382026-07-08T18:00:45.835Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35392026-07-08T18:00:46.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-08T18:00:46.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-08T18:00:46.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-08T18:00:46.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-08T18:00:46.395Z
35442026-07-08T18:00:46.395Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35452026-07-08T18:00:46.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-08T18:00:46.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-08T18:00:46.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-08T18:00:46.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-08T18:00:46.954Z
35502026-07-08T18:00:46.955Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35512026-07-08T18:00:47.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-08T18:00:47.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-08T18:00:47.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-08T18:00:47.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-08T18:00:47.509Z
35562026-07-08T18:00:47.509Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35572026-07-08T18:00:47.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-08T18:00:47.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-08T18:00:47.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-08T18:00:47.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-07-08T18:00:48.066Z
35622026-07-08T18:00:48.066Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35632026-07-08T18:00:48.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-08T18:00:48.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-08T18:00:48.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-08T18:00:48.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-07-08T18:00:48.640Z
35682026-07-08T18:00:48.640Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35692026-07-08T18:00:49.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-08T18:00:49.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-08T18:00:49.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-08T18:00:49.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35732026-07-08T18:00:49.181Z
35742026-07-08T18:00:49.181Zinfo: running `cargo check --bins` on dns-server (175/300)
35752026-07-08T18:00:49.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-08T18:00:49.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-08T18:00:49.787Z Compiling parking_lot_core v0.8.6
35782026-07-08T18:00:49.790Z Compiling git-stub v1.0.0
35792026-07-08T18:00:49.790Z Checking prefix-trie v0.7.0
35802026-07-08T18:00:49.792Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-08T18:00:50.028Z Compiling git-stub-vcs v0.1.0
35822026-07-08T18:00:50.186Z Checking hickory-server v0.25.2
35832026-07-08T18:00:50.297Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-07-08T18:00:50.311Z Checking parking_lot v0.11.2
35852026-07-08T18:00:50.360Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-07-08T18:00:50.360Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-07-08T18:00:50.479Z Checking sled v0.34.7
35882026-07-08T18:00:52.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35892026-07-08T18:00:52.546Z
35902026-07-08T18:00:52.546Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35912026-07-08T18:00:52.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-08T18:00:53.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-08T18:00:53.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-08T18:00:53.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35952026-07-08T18:00:53.082Z
35962026-07-08T18:00:53.082Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35972026-07-08T18:00:53.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-08T18:00:53.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-08T18:00:53.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-08T18:00:53.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36012026-07-08T18:00:53.623Z
36022026-07-08T18:00:53.623Zinfo: running `cargo check --bins` on sp-sim (178/300)
36032026-07-08T18:00:54.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-08T18:00:54.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-08T18:00:54.303Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-07-08T18:00:56.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
36072026-07-08T18:00:56.257Z
36082026-07-08T18:00:56.257Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36092026-07-08T18:00:56.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-08T18:00:56.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-08T18:00:56.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-08T18:00:56.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-08T18:00:56.847Z
36142026-07-08T18:00:56.847Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36152026-07-08T18:00:57.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-08T18:00:57.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-08T18:00:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-08T18:00:57.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36192026-07-08T18:00:57.441Z
36202026-07-08T18:00:57.441Zinfo: running `cargo check --bins` on db-macros (181/300)
36212026-07-08T18:00:57.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-08T18:00:57.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-08T18:00:57.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-08T18:00:57.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36252026-07-08T18:00:57.966Z
36262026-07-08T18:00:57.966Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36272026-07-08T18:00:58.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-08T18:00:58.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-08T18:00:58.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-08T18:00:58.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36312026-07-08T18:00:58.492Z
36322026-07-08T18:00:58.492Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36332026-07-08T18:00:58.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-08T18:00:58.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-08T18:00:58.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-08T18:00:58.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36372026-07-08T18:00:59.084Z
36382026-07-08T18:00:59.085Zinfo: running `cargo check --bins` on authz-macros (184/300)
36392026-07-08T18:00:59.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-08T18:00:59.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-08T18:00:59.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-08T18:00:59.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36432026-07-08T18:00:59.616Z
36442026-07-08T18:00:59.616Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36452026-07-08T18:01:00.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-08T18:01:00.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-08T18:01:00.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-08T18:01:00.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-07-08T18:01:00.193Z
36502026-07-08T18:01:00.193Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36512026-07-08T18:01:02.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-08T18:01:02.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-08T18:01:02.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-08T18:01:02.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36552026-07-08T18:01:02.847Z
36562026-07-08T18:01:02.847Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36572026-07-08T18:01:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-08T18:01:02.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-08T18:01:02.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-08T18:01:02.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-07-08T18:01:02.847Z
36622026-07-08T18:01:02.847Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36632026-07-08T18:01:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-08T18:01:02.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-08T18:01:02.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-08T18:01:02.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-08T18:01:02.848Z
36682026-07-08T18:01:02.848Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36692026-07-08T18:01:02.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-08T18:01:02.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-08T18:01:02.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-08T18:01:02.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36732026-07-08T18:01:02.848Z
36742026-07-08T18:01:02.849Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36752026-07-08T18:01:02.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-08T18:01:02.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-08T18:01:02.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-08T18:01:02.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36792026-07-08T18:01:02.893Z
36802026-07-08T18:01:02.893Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36812026-07-08T18:01:03.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-08T18:01:03.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-08T18:01:03.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-08T18:01:03.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36852026-07-08T18:01:03.919Z
36862026-07-08T18:01:03.919Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36872026-07-08T18:01:03.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-08T18:01:03.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-08T18:01:03.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-08T18:01:03.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36912026-07-08T18:01:03.948Z
36922026-07-08T18:01:03.948Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36932026-07-08T18:01:04.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-08T18:01:04.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-08T18:01:04.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-08T18:01:04.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-07-08T18:01:04.541Z
36982026-07-08T18:01:04.541Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36992026-07-08T18:01:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-08T18:01:05.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-08T18:01:05.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-08T18:01:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37032026-07-08T18:01:05.135Z
37042026-07-08T18:01:05.135Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
37052026-07-08T18:01:05.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-08T18:01:05.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-08T18:01:05.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-08T18:01:05.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37092026-07-08T18:01:05.723Z
37102026-07-08T18:01:05.723Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37112026-07-08T18:01:06.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-08T18:01:06.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-08T18:01:06.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-08T18:01:06.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-08T18:01:06.288Z
37162026-07-08T18:01:06.288Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37172026-07-08T18:01:06.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-08T18:01:06.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-08T18:01:06.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-08T18:01:06.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-07-08T18:01:06.845Z
37222026-07-08T18:01:06.845Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37232026-07-08T18:01:07.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-08T18:01:07.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-08T18:01:07.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-08T18:01:07.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37272026-07-08T18:01:07.409Z
37282026-07-08T18:01:07.409Zinfo: running `cargo check --bins` on key-manager (199/300)
37292026-07-08T18:01:07.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-08T18:01:07.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-08T18:01:07.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-08T18:01:07.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-07-08T18:01:07.950Z
37342026-07-08T18:01:07.950Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37352026-07-08T18:01:08.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-08T18:01:08.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-08T18:01:08.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-08T18:01:08.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-08T18:01:08.504Z
37402026-07-08T18:01:08.504Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37412026-07-08T18:01:08.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-08T18:01:08.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-08T18:01:08.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-08T18:01:08.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37452026-07-08T18:01:09.066Z
37462026-07-08T18:01:09.066Zinfo: running `cargo check --bins` on typed-rng (202/300)
37472026-07-08T18:01:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-08T18:01:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-08T18:01:09.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-07-08T18:01:09.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37512026-07-08T18:01:09.598Z
37522026-07-08T18:01:09.599Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37532026-07-08T18:01:10.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-07-08T18:01:10.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-07-08T18:01:10.403Z Compiling libefi-sys v0.1.0
37562026-07-08T18:01:10.406Z Compiling bitfield-struct v0.6.2
37572026-07-08T18:01:10.546Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-07-08T18:01:10.555Z Compiling xshell-macros v0.2.7
37592026-07-08T18:01:10.563Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602026-07-08T18:01:10.576Z Compiling salty v0.3.0
37612026-07-08T18:01:10.589Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-07-08T18:01:10.605Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-07-08T18:01:10.609Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-08T18:01:10.729Z Checking rfc6979 v0.4.0
37652026-07-08T18:01:10.850Z Checking ecdsa v0.16.9
37662026-07-08T18:01:10.886Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-08T18:01:10.920Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-07-08T18:01:10.935Z Checking xshell v0.2.7
37692026-07-08T18:01:11.052Z Checking primeorder v0.13.6
37702026-07-08T18:01:11.070Z Compiling proc-macro-error-attr2 v2.0.0
37712026-07-08T18:01:11.099Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-08T18:01:11.118Z Checking tungstenite v0.21.0
37732026-07-08T18:01:11.157Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-08T18:01:11.195Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-07-08T18:01:11.281Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-08T18:01:11.311Z Checking p384 v0.13.1
37772026-07-08T18:01:11.329Z Compiling num-derive v0.3.3
37782026-07-08T18:01:11.393Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-07-08T18:01:11.477Z Compiling proc-macro-error2 v2.0.1
37802026-07-08T18:01:11.531Z Checking tokio-tungstenite v0.21.0
37812026-07-08T18:01:11.585Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-07-08T18:01:11.627Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37832026-07-08T18:01:11.658Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37842026-07-08T18:01:11.731Z Checking papergrid v0.17.0
37852026-07-08T18:01:11.782Z Compiling tabled_derive v0.11.0
37862026-07-08T18:01:11.808Z Compiling progenitor-impl v0.13.0
37872026-07-08T18:01:11.834Z Checking testing_table v0.3.0
37882026-07-08T18:01:11.932Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-08T18:01:11.946Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37902026-07-08T18:01:11.963Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-08T18:01:12.156Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-07-08T18:01:12.170Z Compiling unicase v2.9.0
37932026-07-08T18:01:12.239Z Checking libscf-sys v1.1.0
37942026-07-08T18:01:12.366Z Compiling illumos-nvpair-sys v0.2.0
37952026-07-08T18:01:12.382Z Checking corncobs v0.1.4
37962026-07-08T18:01:12.386Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-07-08T18:01:12.509Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-08T18:01:12.540Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37992026-07-08T18:01:12.580Z Compiling mime_guess v2.0.5
38002026-07-08T18:01:12.611Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-08T18:01:12.629Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38022026-07-08T18:01:12.702Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-08T18:01:12.944Z Checking progenitor-client v0.13.0
38042026-07-08T18:01:12.961Z Checking tabled v0.20.0
38052026-07-08T18:01:13.137Z Checking secrecy v0.8.0
38062026-07-08T18:01:13.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38072026-07-08T18:01:13.212Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38082026-07-08T18:01:13.228Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38092026-07-08T18:01:13.557Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38102026-07-08T18:01:13.573Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38112026-07-08T18:01:13.590Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38122026-07-08T18:01:13.658Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38132026-07-08T18:01:13.674Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38142026-07-08T18:01:13.824Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-07-08T18:01:13.850Z Checking filetime v0.2.27
38162026-07-08T18:01:13.989Z Checking http-range v0.1.5
38172026-07-08T18:01:14.101Z Checking xattr v1.6.1
38182026-07-08T18:01:14.121Z Checking crc8 v0.1.1
38192026-07-08T18:01:14.231Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38202026-07-08T18:01:14.246Z Checking tar v0.4.45
38212026-07-08T18:01:14.369Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38222026-07-08T18:01:14.396Z Compiling progenitor-macro v0.13.0
38232026-07-08T18:01:14.432Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-07-08T18:01:14.495Z Checking illumos-nvpair v0.3.0
38252026-07-08T18:01:14.620Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-07-08T18:01:14.652Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38272026-07-08T18:01:14.672Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38282026-07-08T18:01:15.004Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38292026-07-08T18:01:15.021Z Checking atty v0.2.14
38302026-07-08T18:01:15.081Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38312026-07-08T18:01:15.105Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38322026-07-08T18:01:15.121Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38332026-07-08T18:01:15.252Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38342026-07-08T18:01:15.311Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-07-08T18:01:15.345Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38362026-07-08T18:01:15.396Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38372026-07-08T18:01:15.585Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38382026-07-08T18:01:15.650Z Checking hyper-staticfile v0.10.1
38392026-07-08T18:01:15.713Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-08T18:01:15.808Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-08T18:01:15.956Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-08T18:01:15.982Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38432026-07-08T18:01:16.234Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38442026-07-08T18:01:16.275Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-08T18:01:16.513Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38462026-07-08T18:01:16.798Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38472026-07-08T18:01:17.290Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-08T18:01:17.775Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-08T18:01:18.189Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-08T18:01:18.573Z Checking progenitor v0.13.0
38512026-07-08T18:01:18.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-08T18:01:20.655Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-08T18:01:24.037Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-08T18:01:35.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.43s
38552026-07-08T18:01:35.238Z
38562026-07-08T18:01:35.238Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38572026-07-08T18:01:35.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-08T18:01:35.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-08T18:01:35.980Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-08T18:01:46.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38612026-07-08T18:01:46.944Z
38622026-07-08T18:01:46.944Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38632026-07-08T18:01:47.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-08T18:01:47.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-08T18:01:47.681Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-08T18:01:58.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38672026-07-08T18:01:58.665Z
38682026-07-08T18:01:58.665Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38692026-07-08T18:01:59.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-08T18:01:59.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-08T18:01:59.403Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-08T18:02:10.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38732026-07-08T18:02:10.588Z
38742026-07-08T18:02:10.588Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38752026-07-08T18:02:11.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-08T18:02:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-08T18:02:11.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-08T18:02:22.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38792026-07-08T18:02:22.286Z
38802026-07-08T18:02:22.286Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38812026-07-08T18:02:22.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-08T18:02:22.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-08T18:02:23.015Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-08T18:02:33.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38852026-07-08T18:02:34.035Z
38862026-07-08T18:02:34.035Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38872026-07-08T18:02:34.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-08T18:02:34.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-08T18:02:34.769Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-08T18:02:45.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38912026-07-08T18:02:45.704Z
38922026-07-08T18:02:45.704Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38932026-07-08T18:02:46.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-08T18:02:46.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-08T18:02:46.437Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-08T18:02:57.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38972026-07-08T18:02:57.399Z
38982026-07-08T18:02:57.399Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38992026-07-08T18:02:57.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-08T18:02:57.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-08T18:02:57.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-08T18:02:57.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-08T18:02:57.950Z
39042026-07-08T18:02:57.950Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
39052026-07-08T18:02:58.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-08T18:02:58.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-08T18:02:58.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-08T18:02:58.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39092026-07-08T18:02:58.497Z
39102026-07-08T18:02:58.497Zinfo: running `cargo check --bins` on range-requests (213/300)
39112026-07-08T18:02:58.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-08T18:02:58.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-08T18:02:58.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-08T18:02:58.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39152026-07-08T18:02:59.033Z
39162026-07-08T18:02:59.033Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39172026-07-08T18:02:59.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-08T18:02:59.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-08T18:02:59.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-08T18:02:59.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39212026-07-08T18:02:59.574Z
39222026-07-08T18:02:59.574Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39232026-07-08T18:03:00.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-08T18:03:00.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-08T18:03:00.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-08T18:03:00.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-07-08T18:03:00.138Z
39282026-07-08T18:03:00.138Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39292026-07-08T18:03:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-08T18:03:00.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-08T18:03:00.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-08T18:03:00.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-08T18:03:00.700Z
39342026-07-08T18:03:00.701Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39352026-07-08T18:03:01.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-08T18:03:01.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-08T18:03:01.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-08T18:03:01.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-08T18:03:01.265Z
39402026-07-08T18:03:01.265Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39412026-07-08T18:03:01.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-08T18:03:01.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-08T18:03:01.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-08T18:03:01.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-08T18:03:01.830Z
39462026-07-08T18:03:01.830Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39472026-07-08T18:03:02.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-08T18:03:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-08T18:03:02.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-08T18:03:02.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-08T18:03:02.394Z
39522026-07-08T18:03:02.395Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39532026-07-08T18:03:02.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-08T18:03:02.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-08T18:03:02.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-08T18:03:02.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-08T18:03:02.957Z
39582026-07-08T18:03:02.957Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39592026-07-08T18:03:03.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-08T18:03:03.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-08T18:03:03.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-08T18:03:03.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39632026-07-08T18:03:03.518Z
39642026-07-08T18:03:03.518Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39652026-07-08T18:03:03.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-08T18:03:03.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-08T18:03:03.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-08T18:03:03.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-08T18:03:04.074Z
39702026-07-08T18:03:04.074Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39712026-07-08T18:03:04.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-08T18:03:04.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-08T18:03:04.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-08T18:03:04.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-08T18:03:04.635Z
39762026-07-08T18:03:04.635Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39772026-07-08T18:03:05.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-08T18:03:05.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-08T18:03:05.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-08T18:03:05.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-08T18:03:05.194Z
39822026-07-08T18:03:05.194Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39832026-07-08T18:03:05.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-08T18:03:05.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-08T18:03:05.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-08T18:03:05.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-08T18:03:05.777Z
39882026-07-08T18:03:05.777Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39892026-07-08T18:03:06.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-08T18:03:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-08T18:03:06.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-08T18:03:06.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-08T18:03:06.340Z
39942026-07-08T18:03:06.340Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39952026-07-08T18:03:06.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-08T18:03:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-08T18:03:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-08T18:03:06.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39992026-07-08T18:03:06.909Z
40002026-07-08T18:03:06.909Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
40012026-07-08T18:03:07.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-08T18:03:07.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-08T18:03:07.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-08T18:03:07.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-08T18:03:07.496Z
40062026-07-08T18:03:07.496Zinfo: running `cargo check --bins` on update-common (229/300)
40072026-07-08T18:03:07.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-08T18:03:07.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-08T18:03:07.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-08T18:03:07.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40112026-07-08T18:03:08.039Z
40122026-07-08T18:03:08.039Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40132026-07-08T18:03:08.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-08T18:03:08.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-08T18:03:08.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-08T18:03:08.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-07-08T18:03:08.631Z
40182026-07-08T18:03:08.632Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40192026-07-08T18:03:09.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-08T18:03:10.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-08T18:03:10.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-08T18:03:10.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40232026-07-08T18:03:10.085Z
40242026-07-08T18:03:10.085Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40252026-07-08T18:03:10.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-08T18:03:10.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-08T18:03:10.086Z Compiling fs-err v2.11.0
40282026-07-08T18:03:10.086Z Checking ignore v0.4.25
40292026-07-08T18:03:10.086Z Checking arc-swap v1.8.2
40302026-07-08T18:03:10.086Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-08T18:03:10.086Z Checking predicates-tree v1.0.13
40322026-07-08T18:03:10.086Z Checking parse-size v1.1.0
40332026-07-08T18:03:10.086Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-08T18:03:10.086Z Checking rand_seeder v0.4.0
40352026-07-08T18:03:10.120Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-08T18:03:10.139Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-08T18:03:10.188Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-08T18:03:10.214Z Checking slog-scope v4.4.1
40392026-07-08T18:03:10.253Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-07-08T18:03:10.326Z Compiling petname v2.0.2
40412026-07-08T18:03:10.343Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40422026-07-08T18:03:10.355Z Checking slog-stdlog v4.1.1
40432026-07-08T18:03:10.404Z Checking globwalk v0.9.1
40442026-07-08T18:03:10.457Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-08T18:03:10.475Z Checking slog-envlogger v2.2.0
40462026-07-08T18:03:10.586Z Checking camino-tempfile-ext v0.3.3
40472026-07-08T18:03:10.626Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-08T18:03:10.658Z Checking sapling-renderdag v0.1.0
40492026-07-08T18:03:10.777Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-08T18:03:10.843Z Checking subprocess v0.2.15
40512026-07-08T18:03:10.896Z Checking sync-ptr v0.1.4
40522026-07-08T18:03:10.937Z Checking colored v2.2.0
40532026-07-08T18:03:11.012Z Checking assert_matches v1.5.0
40542026-07-08T18:03:11.125Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-08T18:03:11.272Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40562026-07-08T18:03:11.276Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-08T18:03:11.912Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-08T18:03:13.230Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-08T18:03:15.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40602026-07-08T18:03:15.584Z
40612026-07-08T18:03:15.586Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40622026-07-08T18:03:16.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-08T18:03:16.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-08T18:03:16.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-08T18:03:16.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40662026-07-08T18:03:16.114Z
40672026-07-08T18:03:16.114Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40682026-07-08T18:03:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-08T18:03:16.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-08T18:03:16.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-08T18:03:16.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40722026-07-08T18:03:16.669Z
40732026-07-08T18:03:16.669Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40742026-07-08T18:03:17.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-08T18:03:17.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-08T18:03:17.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-08T18:03:17.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40782026-07-08T18:03:17.264Z
40792026-07-08T18:03:17.265Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40802026-07-08T18:03:17.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-08T18:03:17.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-08T18:03:17.941Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40832026-07-08T18:03:17.941Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40842026-07-08T18:03:18.572Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-08T18:03:20.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
40862026-07-08T18:03:20.333Z
40872026-07-08T18:03:20.333Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40882026-07-08T18:03:20.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-08T18:03:20.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-08T18:03:20.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-08T18:03:20.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-07-08T18:03:20.876Z
40932026-07-08T18:03:20.876Zinfo: running `cargo check --bins` on cert-dev (238/300)
40942026-07-08T18:03:21.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-08T18:03:21.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-08T18:03:21.437Z Checking yasna v0.5.2
40972026-07-08T18:03:21.839Z Checking rcgen v0.12.1
40982026-07-08T18:03:22.091Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-08T18:03:22.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41002026-07-08T18:03:22.429Z
41012026-07-08T18:03:22.429Zinfo: running `cargo check --bins` on clickana (239/300)
41022026-07-08T18:03:22.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-08T18:03:22.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-08T18:03:23.031Z Compiling darling_core v0.23.0
41052026-07-08T18:03:23.137Z Compiling instability v0.3.11
41062026-07-08T18:03:23.140Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-08T18:03:23.154Z Checking castaway v0.2.4
41082026-07-08T18:03:23.162Z Compiling indoc v2.0.7
41092026-07-08T18:03:23.165Z Checking unicode-truncate v1.1.0
41102026-07-08T18:03:23.183Z Checking lru v0.12.5
41112026-07-08T18:03:23.183Z Checking cassowary v0.3.0
41122026-07-08T18:03:23.248Z Checking compact_str v0.8.1
41132026-07-08T18:03:24.450Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-08T18:03:24.558Z Compiling darling_macro v0.23.0
41152026-07-08T18:03:24.618Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-08T18:03:24.983Z Compiling darling v0.23.0
41172026-07-08T18:03:25.609Z Checking ratatui v0.29.0
41182026-07-08T18:03:26.661Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-08T18:03:27.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
41202026-07-08T18:03:27.484Z
41212026-07-08T18:03:27.484Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41222026-07-08T18:03:27.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-08T18:03:27.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-08T18:03:28.152Z Checking headers-core v0.3.0
41252026-07-08T18:03:28.152Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-07-08T18:03:28.347Z Checking headers v0.4.1
41272026-07-08T18:03:28.711Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-07-08T18:03:29.644Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-07-08T18:03:30.117Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-07-08T18:03:30.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41312026-07-08T18:03:30.700Z
41322026-07-08T18:03:30.700Zinfo: running `cargo check --bins` on ch-dev (241/300)
41332026-07-08T18:03:31.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-08T18:03:31.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-08T18:03:31.368Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-07-08T18:03:32.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41372026-07-08T18:03:32.288Z
41382026-07-08T18:03:32.289Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41392026-07-08T18:03:32.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-08T18:03:32.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-08T18:03:32.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-07-08T18:03:32.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41432026-07-08T18:03:32.689Z
41442026-07-08T18:03:32.689Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41452026-07-08T18:03:33.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-08T18:03:33.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-08T18:03:33.262Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41482026-07-08T18:03:33.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41492026-07-08T18:03:33.771Z
41502026-07-08T18:03:33.771Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41512026-07-08T18:03:34.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-08T18:03:34.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-08T18:03:34.429Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41542026-07-08T18:03:35.504Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41552026-07-08T18:03:35.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41562026-07-08T18:03:36.019Z
41572026-07-08T18:03:36.019Zinfo: running `cargo check --bins` on db-dev (245/300)
41582026-07-08T18:03:36.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-08T18:03:36.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-08T18:03:36.685Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41612026-07-08T18:03:37.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41622026-07-08T18:03:37.614Z
41632026-07-08T18:03:37.614Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41642026-07-08T18:03:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-08T18:03:38.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-08T18:03:38.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-07-08T18:03:38.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41682026-07-08T18:03:38.195Z
41692026-07-08T18:03:38.195Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41702026-07-08T18:03:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-08T18:03:38.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-08T18:03:38.758Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41732026-07-08T18:03:39.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41742026-07-08T18:03:39.607Z
41752026-07-08T18:03:39.607Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41762026-07-08T18:03:40.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-08T18:03:40.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-08T18:03:40.306Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-07-08T18:03:40.306Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-08T18:03:40.306Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
41812026-07-08T18:03:40.309Z Checking git-stub v1.0.0
41822026-07-08T18:03:40.309Z Compiling trait-variant v0.1.2
41832026-07-08T18:03:40.309Z Checking maplit v1.0.2
41842026-07-08T18:03:40.309Z Checking is_ci v1.2.0
41852026-07-08T18:03:40.422Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41862026-07-08T18:03:40.506Z Checking supports-color v3.0.2
41872026-07-08T18:03:40.531Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41882026-07-08T18:03:40.566Z Checking git-stub-vcs v0.1.0
41892026-07-08T18:03:40.624Z Checking drift v0.2.0
41902026-07-08T18:03:40.724Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41912026-07-08T18:03:40.740Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41922026-07-08T18:03:40.759Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41932026-07-08T18:03:40.954Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41942026-07-08T18:03:40.977Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41952026-07-08T18:03:40.980Z Checking dropshot-api-manager v0.7.2
41962026-07-08T18:03:41.007Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41972026-07-08T18:03:41.151Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41982026-07-08T18:03:41.222Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41992026-07-08T18:03:41.423Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
42002026-07-08T18:03:41.723Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42012026-07-08T18:03:46.772Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42022026-07-08T18:03:47.898Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42032026-07-08T18:03:48.440Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42042026-07-08T18:03:48.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
42052026-07-08T18:03:49.044Z
42062026-07-08T18:03:49.044Zinfo: running `cargo check --bins` on installinator-api (249/300)
42072026-07-08T18:03:49.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-08T18:03:49.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-08T18:03:49.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-08T18:03:49.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42112026-07-08T18:03:49.583Z
42122026-07-08T18:03:49.583Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42132026-07-08T18:03:50.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-08T18:03:50.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-08T18:03:50.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-08T18:03:50.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42172026-07-08T18:03:50.161Z
42182026-07-08T18:03:50.161Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42192026-07-08T18:03:50.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-08T18:03:50.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-08T18:03:50.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-08T18:03:50.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42232026-07-08T18:03:50.739Z
42242026-07-08T18:03:50.739Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42252026-07-08T18:03:51.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-08T18:03:51.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-08T18:03:51.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-08T18:03:51.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42292026-07-08T18:03:51.313Z
42302026-07-08T18:03:51.313Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42312026-07-08T18:03:51.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-08T18:03:51.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-08T18:03:51.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-08T18:03:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42352026-07-08T18:03:51.853Z
42362026-07-08T18:03:51.854Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42372026-07-08T18:03:52.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-08T18:03:52.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-08T18:03:52.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-08T18:03:52.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42412026-07-08T18:03:52.380Z
42422026-07-08T18:03:52.381Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42432026-07-08T18:03:52.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-08T18:03:52.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-08T18:03:52.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-08T18:03:52.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-08T18:03:52.931Z
42482026-07-08T18:03:52.931Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42492026-07-08T18:03:53.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-08T18:03:53.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-08T18:03:53.494Z Checking cargo-platform v0.3.2
42522026-07-08T18:03:53.497Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42532026-07-08T18:03:53.733Z Checking cargo_metadata v0.23.1
42542026-07-08T18:03:54.326Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42552026-07-08T18:03:55.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
42562026-07-08T18:03:55.231Z
42572026-07-08T18:03:55.231Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42582026-07-08T18:03:55.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-07-08T18:03:55.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-07-08T18:03:55.910Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42612026-07-08T18:03:56.515Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42622026-07-08T18:03:57.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42632026-07-08T18:03:57.187Z
42642026-07-08T18:03:57.187Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42652026-07-08T18:03:57.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-07-08T18:03:57.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-07-08T18:03:58.095Z Compiling vergen-lib v0.1.6
42682026-07-08T18:03:58.095Z Compiling diesel_derives v2.3.7
42692026-07-08T18:03:58.095Z Compiling dsl_auto_type v0.2.0
42702026-07-08T18:03:58.095Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42712026-07-08T18:03:58.098Z Checking scheduled-thread-pool v0.2.7
42722026-07-08T18:03:58.098Z Compiling vergen-gitcl v1.0.8
42732026-07-08T18:03:58.098Z Compiling diesel_table_macro_syntax v0.3.0
42742026-07-08T18:03:58.098Z Compiling dirs-sys-next v0.1.2
42752026-07-08T18:03:58.367Z Compiling crunchy v0.2.4
42762026-07-08T18:03:58.433Z Compiling glob v0.3.3
42772026-07-08T18:03:58.469Z Compiling dirs-next v2.0.0
42782026-07-08T18:03:58.485Z Checking r2d2 v0.8.10
42792026-07-08T18:03:58.545Z Checking downcast-rs v2.0.2
42802026-07-08T18:03:58.589Z Compiling tiny-keccak v2.0.2
42812026-07-08T18:03:58.639Z Compiling term v0.7.0
42822026-07-08T18:03:58.665Z Compiling bit-vec v0.6.3
42832026-07-08T18:03:58.828Z Compiling clang-sys v1.8.1
42842026-07-08T18:03:58.884Z Compiling bit-set v0.5.3
42852026-07-08T18:03:58.917Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42862026-07-08T18:03:59.043Z Compiling ascii-canvas v3.0.0
42872026-07-08T18:03:59.116Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42882026-07-08T18:03:59.216Z Compiling itertools v0.10.5
42892026-07-08T18:03:59.251Z Compiling ena v0.14.4
42902026-07-08T18:03:59.267Z Compiling libloading v0.8.9
42912026-07-08T18:03:59.282Z Compiling bindgen v0.71.1
42922026-07-08T18:03:59.297Z Compiling regex-syntax v0.6.29
42932026-07-08T18:03:59.368Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42942026-07-08T18:03:59.464Z Compiling diff v0.1.13
42952026-07-08T18:03:59.754Z Compiling cexpr v0.6.0
42962026-07-08T18:03:59.771Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42972026-07-08T18:03:59.972Z Compiling rustc-hash v2.1.1
42982026-07-08T18:04:00.134Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42992026-07-08T18:04:00.154Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43002026-07-08T18:04:00.294Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43012026-07-08T18:04:00.440Z Compiling libxml v0.3.3
43022026-07-08T18:04:00.489Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43032026-07-08T18:04:00.575Z Compiling strum_macros v0.24.3
43042026-07-08T18:04:00.685Z Compiling lalrpop v0.19.12
43052026-07-08T18:04:00.731Z Compiling indoc v1.0.9
43062026-07-08T18:04:01.466Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43072026-07-08T18:04:01.670Z Checking derive_builder v0.20.2
43082026-07-08T18:04:01.789Z Compiling oso-derive v0.27.3
43092026-07-08T18:04:01.950Z Checking quick-xml v0.37.5
43102026-07-08T18:04:01.971Z Compiling impl-trait-for-tuples v0.2.3
43112026-07-08T18:04:02.306Z Checking openssl-probe v0.1.6
43122026-07-08T18:04:02.451Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43132026-07-08T18:04:02.835Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43142026-07-08T18:04:03.042Z Checking bb8 v0.8.6
43152026-07-08T18:04:03.183Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43162026-07-08T18:04:03.200Z Checking nonempty v0.12.0
43172026-07-08T18:04:03.322Z Compiling libz-sys v1.1.24
43182026-07-08T18:04:03.366Z Compiling strsim v0.10.0
43192026-07-08T18:04:03.410Z Compiling libgit2-sys v0.18.3+1.9.2
43202026-07-08T18:04:03.502Z Compiling vergen-git2 v9.1.0
43212026-07-08T18:04:03.693Z Compiling darling_core v0.13.4
43222026-07-08T18:04:03.747Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-07-08T18:04:03.901Z Compiling base64 v0.21.7
43242026-07-08T18:04:03.975Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43252026-07-08T18:04:04.202Z Checking diesel v2.3.7
43262026-07-08T18:04:04.231Z Compiling ron v0.8.1
43272026-07-08T18:04:04.937Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43282026-07-08T18:04:05.171Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43292026-07-08T18:04:05.189Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43302026-07-08T18:04:05.448Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43312026-07-08T18:04:05.592Z Compiling darling_macro v0.13.4
43322026-07-08T18:04:05.656Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43332026-07-08T18:04:05.860Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-07-08T18:04:06.069Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43352026-07-08T18:04:06.090Z Compiling darling v0.13.4
43362026-07-08T18:04:06.183Z Compiling serde_with_macros v1.5.2
43372026-07-08T18:04:06.273Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43382026-07-08T18:04:06.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43392026-07-08T18:04:06.478Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43402026-07-08T18:04:07.054Z Compiling serde_with v1.14.0
43412026-07-08T18:04:08.007Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43422026-07-08T18:04:08.191Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43432026-07-08T18:04:08.208Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43442026-07-08T18:04:08.843Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43452026-07-08T18:04:09.057Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43462026-07-08T18:04:09.342Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43472026-07-08T18:04:09.587Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43482026-07-08T18:04:09.800Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-07-08T18:04:10.132Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43502026-07-08T18:04:10.305Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-07-08T18:04:10.634Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43522026-07-08T18:04:10.707Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43532026-07-08T18:04:10.917Z Checking twox-hash v2.1.2
43542026-07-08T18:04:10.961Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43552026-07-08T18:04:11.222Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43562026-07-08T18:04:11.266Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43572026-07-08T18:04:11.665Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43582026-07-08T18:04:11.824Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43592026-07-08T18:04:12.942Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43602026-07-08T18:04:13.089Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43612026-07-08T18:04:13.249Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43622026-07-08T18:04:13.773Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43632026-07-08T18:04:13.918Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43642026-07-08T18:04:14.126Z Checking console v0.16.2
43652026-07-08T18:04:14.437Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43662026-07-08T18:04:14.587Z Checking fatfs v0.3.6
43672026-07-08T18:04:14.744Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43682026-07-08T18:04:15.045Z Checking unit-prefix v0.5.2
43692026-07-08T18:04:15.183Z Compiling seq-macro v0.3.6
43702026-07-08T18:04:15.722Z Checking indicatif v0.18.4
43712026-07-08T18:04:16.078Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43722026-07-08T18:04:16.094Z Checking support-bundle-viewer v0.1.2
43732026-07-08T18:04:16.120Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43742026-07-08T18:04:16.339Z Checking multimap v0.10.1
43752026-07-08T18:04:19.513Z Checking async-bb8-diesel v0.2.1
43762026-07-08T18:04:19.876Z Checking diesel-dtrace v0.5.0
43772026-07-08T18:04:25.960Z Compiling samael v0.0.19
43782026-07-08T18:04:30.788Z Compiling git2 v0.20.4
43792026-07-08T18:04:31.847Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43802026-07-08T18:04:32.770Z Compiling polar-core v0.27.3
43812026-07-08T18:04:33.216Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43822026-07-08T18:04:37.361Z Checking oso v0.27.3
43832026-07-08T18:05:06.772Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43842026-07-08T18:06:19.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43852026-07-08T18:06:19.775Z
43862026-07-08T18:06:19.775Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43872026-07-08T18:06:20.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-07-08T18:06:20.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-07-08T18:06:20.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-07-08T18:06:20.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43912026-07-08T18:06:20.399Z
43922026-07-08T18:06:20.399Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43932026-07-08T18:06:20.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-07-08T18:06:20.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-07-08T18:06:20.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-07-08T18:06:20.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43972026-07-08T18:06:20.990Z
43982026-07-08T18:06:20.991Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43992026-07-08T18:06:21.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-07-08T18:06:21.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-07-08T18:06:21.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-07-08T18:06:21.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44032026-07-08T18:06:21.583Z
44042026-07-08T18:06:21.583Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
44052026-07-08T18:06:22.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-08T18:06:22.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-08T18:06:22.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-08T18:06:22.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44092026-07-08T18:06:22.106Z
44102026-07-08T18:06:22.106Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44112026-07-08T18:06:22.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-08T18:06:22.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-08T18:06:22.884Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44142026-07-08T18:06:23.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44152026-07-08T18:06:23.814Z
44162026-07-08T18:06:23.814Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44172026-07-08T18:06:24.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-08T18:06:24.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-08T18:06:24.601Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44202026-07-08T18:07:02.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s
44212026-07-08T18:07:02.465Z
44222026-07-08T18:07:02.466Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44232026-07-08T18:07:02.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-08T18:07:02.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-08T18:07:02.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-08T18:07:02.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44272026-07-08T18:07:02.999Z
44282026-07-08T18:07:02.999Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44292026-07-08T18:07:03.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-08T18:07:03.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-08T18:07:03.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-07-08T18:07:03.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44332026-07-08T18:07:03.532Z
44342026-07-08T18:07:03.532Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44352026-07-08T18:07:04.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-08T18:07:04.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-08T18:07:04.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-07-08T18:07:04.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44392026-07-08T18:07:04.107Z
44402026-07-08T18:07:04.107Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44412026-07-08T18:07:04.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-08T18:07:04.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-08T18:07:04.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-08T18:07:04.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44452026-07-08T18:07:04.702Z
44462026-07-08T18:07:04.703Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44472026-07-08T18:07:05.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-08T18:07:05.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-08T18:07:05.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-08T18:07:05.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44512026-07-08T18:07:05.296Z
44522026-07-08T18:07:05.297Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44532026-07-08T18:07:05.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-08T18:07:05.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-08T18:07:05.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-08T18:07:05.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-07-08T18:07:05.879Z
44582026-07-08T18:07:05.879Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44592026-07-08T18:07:06.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-08T18:07:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-08T18:07:06.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-08T18:07:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44632026-07-08T18:07:06.465Z
44642026-07-08T18:07:06.465Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44652026-07-08T18:07:06.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-08T18:07:06.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-08T18:07:06.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-08T18:07:06.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-07-08T18:07:07.052Z
44702026-07-08T18:07:07.052Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44712026-07-08T18:07:07.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-08T18:07:07.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-08T18:07:07.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-08T18:07:07.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44752026-07-08T18:07:07.626Z
44762026-07-08T18:07:07.626Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44772026-07-08T18:07:08.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-08T18:07:08.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-08T18:07:08.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-08T18:07:08.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44812026-07-08T18:07:08.219Z
44822026-07-08T18:07:08.220Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44832026-07-08T18:07:08.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-08T18:07:08.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-08T18:07:08.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-08T18:07:08.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44872026-07-08T18:07:08.809Z
44882026-07-08T18:07:08.810Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44892026-07-08T18:07:09.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-08T18:07:09.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-08T18:07:09.664Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44922026-07-08T18:07:09.664Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44932026-07-08T18:07:09.846Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44942026-07-08T18:07:09.876Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44952026-07-08T18:07:09.897Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44962026-07-08T18:07:09.912Z Checking yansi v1.0.1
44972026-07-08T18:07:09.917Z Checking diff v0.1.13
44982026-07-08T18:07:09.917Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44992026-07-08T18:07:10.001Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45002026-07-08T18:07:10.169Z Checking pretty_assertions v1.4.1
45012026-07-08T18:07:10.922Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45022026-07-08T18:07:10.959Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45032026-07-08T18:07:35.525Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-07-08T18:07:35.529Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45052026-07-08T18:07:35.529Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45062026-07-08T18:07:35.530Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45072026-07-08T18:07:35.530Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45082026-07-08T18:07:35.530Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45092026-07-08T18:07:35.530Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45102026-07-08T18:07:36.363Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45112026-07-08T18:07:36.363Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45122026-07-08T18:07:37.592Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45132026-07-08T18:08:15.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45142026-07-08T18:08:15.584Z
45152026-07-08T18:08:15.585Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45162026-07-08T18:08:16.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-07-08T18:08:16.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-07-08T18:08:16.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-07-08T18:08:16.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45202026-07-08T18:08:16.119Z
45212026-07-08T18:08:16.119Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45222026-07-08T18:08:16.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-07-08T18:08:16.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-07-08T18:08:16.848Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45252026-07-08T18:08:16.963Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45262026-07-08T18:08:16.971Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45272026-07-08T18:08:43.975Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45282026-07-08T18:08:44.350Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45292026-07-08T18:08:46.070Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45302026-07-08T18:08:46.509Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45312026-07-08T18:08:49.637Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45322026-07-08T18:09:13.231Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45332026-07-08T18:09:13.921Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45342026-07-08T18:09:15.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.39s
45352026-07-08T18:09:15.720Z
45362026-07-08T18:09:15.720Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45372026-07-08T18:09:16.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-07-08T18:09:16.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-07-08T18:09:16.395Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45402026-07-08T18:09:17.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45412026-07-08T18:09:17.249Z
45422026-07-08T18:09:17.249Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45432026-07-08T18:09:17.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-08T18:09:17.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-08T18:09:17.853Z Compiling blake3 v1.8.5
45462026-07-08T18:09:17.960Z Checking arrayref v0.3.9
45472026-07-08T18:09:17.960Z Checking arrayvec v0.7.6
45482026-07-08T18:09:17.960Z Checking constant_time_eq v0.4.2
45492026-07-08T18:09:17.979Z Checking topological-sort v0.2.2
45502026-07-08T18:09:17.979Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45512026-07-08T18:09:17.979Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45522026-07-08T18:09:17.988Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45532026-07-08T18:09:18.022Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45542026-07-08T18:09:18.086Z Checking shell-words v1.1.1
45552026-07-08T18:09:18.871Z Checking omicron-zone-package v0.12.3
45562026-07-08T18:09:19.588Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45572026-07-08T18:09:20.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
45582026-07-08T18:09:20.676Z
45592026-07-08T18:09:20.676Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45602026-07-08T18:09:21.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-07-08T18:09:21.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-07-08T18:09:21.273Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45632026-07-08T18:09:21.591Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45642026-07-08T18:09:21.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45652026-07-08T18:09:22.156Z
45662026-07-08T18:09:22.156Zinfo: running `cargo check --bins` on schema (282/300)
45672026-07-08T18:09:22.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-07-08T18:09:22.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-07-08T18:09:22.838Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45702026-07-08T18:09:23.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45712026-07-08T18:09:23.721Z
45722026-07-08T18:09:23.722Zinfo: running `cargo check --bins` on xtask (283/300)
45732026-07-08T18:09:24.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-07-08T18:09:24.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-07-08T18:09:24.111Z Checking serde_core v1.0.228
45762026-07-08T18:09:24.112Z Checking libc v0.2.185
45772026-07-08T18:09:24.115Z Checking bitflags v2.11.0
45782026-07-08T18:09:24.198Z Checking scroll v0.12.0
45792026-07-08T18:09:24.202Z Checking thiserror v1.0.69
45802026-07-08T18:09:24.205Z Checking log v0.4.29
45812026-07-08T18:09:24.218Z Checking zerocopy v0.7.35
45822026-07-08T18:09:24.222Z Checking indexmap v2.14.0
45832026-07-08T18:09:24.291Z Checking syn v2.0.117
45842026-07-08T18:09:24.330Z Checking dtrace-parser v0.2.0
45852026-07-08T18:09:24.350Z Checking once_cell v1.21.3
45862026-07-08T18:09:24.410Z Checking goblin v0.8.2
45872026-07-08T18:09:24.471Z Checking errno v0.3.14
45882026-07-08T18:09:24.523Z Checking getrandom v0.4.1
45892026-07-08T18:09:24.555Z Checking thread-id v4.2.2
45902026-07-08T18:09:24.588Z Checking rustix v1.1.3
45912026-07-08T18:09:24.632Z Checking memmap v0.7.0
45922026-07-08T18:09:24.654Z Checking thiserror v2.0.18
45932026-07-08T18:09:24.692Z Checking fs-err v3.3.0
45942026-07-08T18:09:24.753Z Checking anyhow v1.0.102
45952026-07-08T18:09:24.764Z Checking tabled v0.15.0
45962026-07-08T18:09:25.344Z Checking terminal_size v0.4.3
45972026-07-08T18:09:25.344Z Checking tempfile v3.25.0
45982026-07-08T18:09:25.454Z Checking clap_builder v4.6.0
45992026-07-08T18:09:25.454Z Checking textwrap v0.16.2
46002026-07-08T18:09:25.671Z Checking serde v1.0.228
46012026-07-08T18:09:25.671Z Checking serde_json v1.0.150
46022026-07-08T18:09:25.674Z Checking camino v1.2.2
46032026-07-08T18:09:25.675Z Checking cargo-platform v0.3.2
46042026-07-08T18:09:25.851Z Checking semver v1.0.28
46052026-07-08T18:09:25.936Z Checking camino-tempfile v1.4.1
46062026-07-08T18:09:26.070Z Checking serde_spanned v0.6.9
46072026-07-08T18:09:26.070Z Checking toml_datetime v0.6.11
46082026-07-08T18:09:26.073Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46092026-07-08T18:09:26.073Z Checking macaddr v1.0.1
46102026-07-08T18:09:26.250Z Checking toml_edit v0.22.27
46112026-07-08T18:09:26.275Z Checking dof v0.3.0
46122026-07-08T18:09:26.278Z Checking cargo_metadata v0.23.1
46132026-07-08T18:09:26.539Z Checking usdt-impl v0.5.0
46142026-07-08T18:09:26.675Z Checking clap v4.6.1
46152026-07-08T18:09:26.796Z Checking usdt v0.5.0
46162026-07-08T18:09:27.233Z Checking toml v0.8.23
46172026-07-08T18:09:27.500Z Checking cargo_toml v0.21.0
46182026-07-08T18:09:28.150Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46192026-07-08T18:09:28.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
46202026-07-08T18:09:28.637Z
46212026-07-08T18:09:28.637Zinfo: running `cargo check --bins` on dnsadm (284/300)
46222026-07-08T18:09:29.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-07-08T18:09:29.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-07-08T18:09:29.230Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46252026-07-08T18:09:29.690Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46262026-07-08T18:09:30.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46272026-07-08T18:09:30.244Z
46282026-07-08T18:09:30.244Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46292026-07-08T18:09:30.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-07-08T18:09:30.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-07-08T18:09:31.011Z Checking cpubits v0.1.1
46322026-07-08T18:09:31.136Z Checking pem-rfc7468 v1.0.0
46332026-07-08T18:09:31.149Z Checking hmac v0.13.0
46342026-07-08T18:09:31.152Z Checking universal-hash v0.6.1
46352026-07-08T18:09:31.171Z Checking ctr v0.10.1
46362026-07-08T18:09:31.171Z Checking aead v0.6.1
46372026-07-08T18:09:31.174Z Checking sha2 v0.11.0
46382026-07-08T18:09:31.212Z Checking aes v0.9.1
46392026-07-08T18:09:31.212Z Checking crypto-bigint v0.7.5
46402026-07-08T18:09:31.270Z Checking polyval v0.7.1
46412026-07-08T18:09:31.284Z Checking der v0.8.0
46422026-07-08T18:09:31.300Z Checking pbkdf2 v0.13.0
46432026-07-08T18:09:31.331Z Checking cbc v0.2.1
46442026-07-08T18:09:31.346Z Checking salsa20 v0.11.0
46452026-07-08T18:09:31.440Z Checking ghash v0.6.0
46462026-07-08T18:09:31.473Z Checking ff v0.14.0
46472026-07-08T18:09:31.495Z Checking signature v3.0.0
46482026-07-08T18:09:31.495Z Checking base16ct v1.0.0
46492026-07-08T18:09:31.583Z Checking hkdf v0.13.0
46502026-07-08T18:09:31.613Z Checking group v0.14.0
46512026-07-08T18:09:31.616Z Checking aes-gcm v0.11.0
46522026-07-08T18:09:31.644Z Checking rfc6979 v0.5.0
46532026-07-08T18:09:31.663Z Compiling curve25519-dalek v5.0.0-rc.0
46542026-07-08T18:09:31.721Z Checking poly1305 v0.9.0
46552026-07-08T18:09:31.766Z Checking blowfish v0.10.0
46562026-07-08T18:09:31.782Z Checking blake2 v0.11.0-rc.6
46572026-07-08T18:09:31.797Z Checking keccak v0.2.0
46582026-07-08T18:09:31.901Z Checking scrypt v0.12.0
46592026-07-08T18:09:31.919Z Checking fiat-crypto v0.3.0
46602026-07-08T18:09:31.954Z Checking sha3 v0.11.0
46612026-07-08T18:09:31.988Z Checking bcrypt-pbkdf v0.11.0
46622026-07-08T18:09:32.037Z Checking argon2 v0.6.0-rc.8
46632026-07-08T18:09:32.064Z Checking spki v0.8.0
46642026-07-08T18:09:32.066Z Checking sec1 v0.8.1
46652026-07-08T18:09:32.140Z Checking kem v0.3.0
46662026-07-08T18:09:32.232Z Checking pkcs5 v0.8.1
46672026-07-08T18:09:32.255Z Checking pkcs1 v0.8.0-rc.4
46682026-07-08T18:09:32.283Z Checking module-lattice v0.2.3
46692026-07-08T18:09:32.301Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46702026-07-08T18:09:32.341Z Checking internal-russh-num-bigint v0.5.0
46712026-07-08T18:09:32.461Z Checking num-bigint v0.4.6
46722026-07-08T18:09:32.498Z Checking ml-kem v0.3.2
46732026-07-08T18:09:32.515Z Checking generic-array v1.4.3
46742026-07-08T18:09:32.531Z Checking pkcs8 v0.11.0
46752026-07-08T18:09:32.731Z Checking ed25519 v3.0.0
46762026-07-08T18:09:32.913Z Checking russh-util v0.52.0
46772026-07-08T18:09:32.928Z Checking ed25519-dalek v3.0.0-rc.0
46782026-07-08T18:09:32.932Z Compiling enum_dispatch v0.3.13
46792026-07-08T18:09:33.036Z Compiling delegate v0.13.5
46802026-07-08T18:09:33.171Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46812026-07-08T18:09:33.192Z Checking hex-literal v1.1.0
46822026-07-08T18:09:33.291Z Checking md5 v0.8.0
46832026-07-08T18:09:33.327Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46842026-07-08T18:09:33.399Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46852026-07-08T18:09:33.460Z Checking socket2 v0.5.10
46862026-07-08T18:09:33.475Z Checking elliptic-curve v0.14.0-rc.33
46872026-07-08T18:09:33.597Z Checking primefield v0.14.0
46882026-07-08T18:09:33.610Z Checking ssh-encoding v0.3.0-rc.9
46892026-07-08T18:09:33.711Z Checking crypto-primes v0.7.2
46902026-07-08T18:09:33.801Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46912026-07-08T18:09:33.835Z Checking ssh-cipher v0.3.0-rc.9
46922026-07-08T18:09:33.925Z Checking russh-cryptovec v0.61.0
46932026-07-08T18:09:33.942Z Checking ecdsa v0.17.0-rc.18
46942026-07-08T18:09:33.993Z Checking primeorder v0.14.0-rc.10
46952026-07-08T18:09:34.046Z Checking internet-checksum v0.2.1
46962026-07-08T18:09:34.300Z Checking p521 v0.14.0-rc.10
46972026-07-08T18:09:34.300Z Checking p256 v0.14.0-rc.10
46982026-07-08T18:09:34.672Z Checking rsa v0.10.0-rc.18
46992026-07-08T18:09:36.819Z Checking p384 v0.14.0-rc.10
47002026-07-08T18:09:38.737Z Checking ssh-key v0.7.0-rc.10
47012026-07-08T18:09:39.505Z Checking russh v0.61.2
47022026-07-08T18:09:51.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.35s
47032026-07-08T18:09:51.806Z
47042026-07-08T18:09:51.806Zinfo: running `cargo check --bins` on gateway-cli (286/300)
47052026-07-08T18:09:52.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-08T18:09:52.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-08T18:09:52.409Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47082026-07-08T18:09:52.514Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47092026-07-08T18:09:52.521Z Checking termios v0.3.3
47102026-07-08T18:09:53.737Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47112026-07-08T18:09:53.884Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47122026-07-08T18:09:55.540Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47132026-07-08T18:09:56.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
47142026-07-08T18:09:56.276Z
47152026-07-08T18:09:56.276Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47162026-07-08T18:09:56.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47172026-07-08T18:09:56.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47182026-07-08T18:09:56.940Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47192026-07-08T18:09:56.943Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47202026-07-08T18:09:56.943Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47212026-07-08T18:09:56.943Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47222026-07-08T18:09:57.072Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47232026-07-08T18:09:57.081Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47242026-07-08T18:09:57.806Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47252026-07-08T18:09:58.162Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47262026-07-08T18:09:58.166Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47272026-07-08T18:09:58.804Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47282026-07-08T18:10:00.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
47292026-07-08T18:10:00.614Z
47302026-07-08T18:10:00.614Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47312026-07-08T18:10:01.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-07-08T18:10:01.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-07-08T18:10:01.209Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47342026-07-08T18:10:01.657Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47352026-07-08T18:10:01.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47362026-07-08T18:10:02.141Z
47372026-07-08T18:10:02.141Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47382026-07-08T18:10:02.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-07-08T18:10:02.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-07-08T18:10:02.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47412026-07-08T18:10:02.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47422026-07-08T18:10:02.672Z
47432026-07-08T18:10:02.672Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47442026-07-08T18:10:03.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-07-08T18:10:03.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-07-08T18:10:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47472026-07-08T18:10:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47482026-07-08T18:10:03.206Z
47492026-07-08T18:10:03.207Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47502026-07-08T18:10:03.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-07-08T18:10:03.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-07-08T18:10:03.910Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47532026-07-08T18:10:04.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47542026-07-08T18:10:04.690Z
47552026-07-08T18:10:04.690Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47562026-07-08T18:10:05.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-07-08T18:10:05.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-07-08T18:10:05.292Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47592026-07-08T18:10:05.295Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47602026-07-08T18:10:05.566Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47612026-07-08T18:10:05.569Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47622026-07-08T18:10:06.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47632026-07-08T18:10:06.543Z
47642026-07-08T18:10:06.543Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47652026-07-08T18:10:06.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-07-08T18:10:06.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-07-08T18:10:06.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-07-08T18:10:06.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47692026-07-08T18:10:07.069Z
47702026-07-08T18:10:07.069Zinfo: running `cargo check --bins` on omicron-package (294/300)
47712026-07-08T18:10:07.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-07-08T18:10:07.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-07-08T18:10:07.703Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47742026-07-08T18:10:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47752026-07-08T18:10:08.957Z
47762026-07-08T18:10:08.957Zinfo: running `cargo check --bins` on tqdb (295/300)
47772026-07-08T18:10:09.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-07-08T18:10:09.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-07-08T18:10:09.694Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47802026-07-08T18:10:10.045Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47812026-07-08T18:10:10.553Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47822026-07-08T18:10:10.557Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47832026-07-08T18:10:16.632Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47842026-07-08T18:10:16.635Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47852026-07-08T18:10:17.202Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47862026-07-08T18:10:17.202Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47872026-07-08T18:10:17.206Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47882026-07-08T18:10:17.206Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47892026-07-08T18:10:17.970Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47902026-07-08T18:10:18.982Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47912026-07-08T18:10:19.771Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47922026-07-08T18:10:20.391Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47932026-07-08T18:10:25.253Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47942026-07-08T18:10:31.930Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47952026-07-08T18:10:31.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47962026-07-08T18:10:31.933Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47972026-07-08T18:10:31.933Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47982026-07-08T18:10:33.399Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47992026-07-08T18:10:34.724Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48002026-07-08T18:10:35.407Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48012026-07-08T18:10:36.664Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48022026-07-08T18:10:37.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.22s
48032026-07-08T18:10:37.379Z
48042026-07-08T18:10:37.380Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
48052026-07-08T18:10:37.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48062026-07-08T18:10:37.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48072026-07-08T18:10:38.047Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48082026-07-08T18:10:38.051Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48092026-07-08T18:10:38.168Z Checking rtoolbox v0.0.3
48102026-07-08T18:10:38.176Z Checking tui-tree-widget v0.23.1
48112026-07-08T18:10:38.270Z Checking rpassword v7.4.0
48122026-07-08T18:10:39.318Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48132026-07-08T18:10:42.477Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48142026-07-08T18:10:44.332Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48152026-07-08T18:10:45.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s
48162026-07-08T18:10:45.388Z
48172026-07-08T18:10:45.388Zinfo: running `cargo check --bins` on wicket (297/300)
48182026-07-08T18:10:45.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48192026-07-08T18:10:45.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48202026-07-08T18:10:46.042Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48212026-07-08T18:10:46.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48222026-07-08T18:10:46.558Z
48232026-07-08T18:10:46.558Zinfo: running `cargo check --bins` on wicketd (298/300)
48242026-07-08T18:10:47.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-07-08T18:10:47.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-07-08T18:10:47.232Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48272026-07-08T18:10:47.235Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48282026-07-08T18:10:47.235Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48292026-07-08T18:10:47.235Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48302026-07-08T18:10:48.220Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48312026-07-08T18:10:48.775Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48322026-07-08T18:10:51.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
48332026-07-08T18:10:51.970Z
48342026-07-08T18:10:51.970Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48352026-07-08T18:10:52.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-07-08T18:10:52.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-07-08T18:10:52.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48382026-07-08T18:10:52.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48392026-07-08T18:10:52.510Z
48402026-07-08T18:10:52.510Zinfo: running `cargo check --bins` on zone-setup (300/300)
48412026-07-08T18:10:52.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-07-08T18:10:52.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-07-08T18:10:53.135Z Checking uzers v0.12.2
48442026-07-08T18:10:53.407Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48452026-07-08T18:10:54.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48462026-07-08T18:10:54.348Z
48472026-07-08T18:10:54.349Zreal 13:58.158593252
48482026-07-08T18:10:54.349Zuser 21:08.202301999
48492026-07-08T18:10:54.349Zsys 4:16.964252768
48502026-07-08T18:10:54.349Ztrap 0.330323459
48512026-07-08T18:10:54.349Ztflt 0.707984556
48522026-07-08T18:10:54.349Zdflt 1.146719482
48532026-07-08T18:10:54.349Zkflt 0.009140035
48542026-07-08T18:10:54.353Zlock 1:19:58.969708092
48552026-07-08T18:10:54.353Zslp 1:41:16.677482622
48562026-07-08T18:10:54.353Zlat 59.723636596
48572026-07-08T18:10:54.353Zstop 3:41.647154358
48582026-07-08T18:10:54.353Zprocess exited: duration 961787 ms, exit code 0
 
48592026-07-08T18:10:54.360Zfound 0 output files