01KWZFF0PR082VHEBW1G6MH94H: 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: 01KWZFFD2MK1F9XRB8J5DZBY9T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-07T23:44:56.064Zjob assigned to worker 01KWZFFJ383Y5C6RKT009ZH00M [factory aws, i-0e2d35324fca2a8b6] (queued for 47 s)
 
22026-07-07T23:45:02.677Zstarting task 0: "setup"
32026-07-07T23:45:02.682Z++ uname -s
42026-07-07T23:45:02.685Z+ kern=SunOS
52026-07-07T23:45:02.685Z+ build_user=build
62026-07-07T23:45:02.685Z+ build_uid=12345
72026-07-07T23:45:02.685Z+ work_dir=/work
82026-07-07T23:45:02.685Z+ input_dir=/input
92026-07-07T23:45:02.686Z+ [[ 0 == 12345 ]]
102026-07-07T23:45:02.686Z+ case "$kern" in
112026-07-07T23:45:02.686Z+ groupadd -g 12345 build
122026-07-07T23:45:02.688Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-07T23:45:04.693Z+ zfs create -o mountpoint=/work rpool/work
142026-07-07T23:45:04.781Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-07T23:45:04.784Z+ home_fs=zfs
162026-07-07T23:45:04.784Z+ [[ zfs == autofs ]]
172026-07-07T23:45:04.784Z+ mkdir -p /home/build
182026-07-07T23:45:04.784Z+ chown build:build /home/build /work
192026-07-07T23:45:06.785Z+ chmod 0700 /home/build /work
202026-07-07T23:45:06.788Zprocess exited: duration 4109 ms, exit code 0
 
212026-07-07T23:45:06.794Zstarting task 1: "rust-toolchain"
222026-07-07T23:45:06.797Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-07T23:45:06.797Z * rust toolchain channel = "1.96.1"
242026-07-07T23:45:06.797Z * rust toolchain profile = "default"
252026-07-07T23:45:06.797Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-07T23:45:06.797Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-07T23:45:06.800Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-07T23:45:06.800Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-07T23:45:06.800Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-07T23:45:06.878Zinfo: downloading installer
312026-07-07T23:45:08.546Zwarn: It looks like you have an existing rustup settings file at:
322026-07-07T23:45:08.546Zwarn: /home/build/.rustup/settings.toml
332026-07-07T23:45:08.546Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-07T23:45:08.546Zwarn: instead of the one inferred from the default host triple.
352026-07-07T23:45:08.559Zinfo: profile set to default
362026-07-07T23:45:08.559Zinfo: default host triple is x86_64-unknown-illumos
372026-07-07T23:45:08.562Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-07T23:45:08.722Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-07T23:45:08.725Zinfo: downloading 6 components
402026-07-07T23:45:23.962Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-07T23:45:23.962Z
422026-07-07T23:45:23.987Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-07T23:45:23.987Z
442026-07-07T23:45:23.991Z
452026-07-07T23:45:23.991ZRust is installed now. Great!
462026-07-07T23:45:23.991Z
472026-07-07T23:45:23.991ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-07T23:45:23.991Zenvironment variable. This has not been done automatically.
492026-07-07T23:45:23.991Z
502026-07-07T23:45:23.991ZTo configure your current shell, you need to source
512026-07-07T23:45:23.991Zthe corresponding env file under $HOME/.cargo.
522026-07-07T23:45:23.991Z
532026-07-07T23:45:23.991ZThis is usually done by running one of the following (note the leading DOT):
542026-07-07T23:45:23.991Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-07T23:45:23.991Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-07T23:45:23.991Zsource "~/.cargo/env.nu" # For nushell
572026-07-07T23:45:23.991Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-07T23:45:23.991Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-07T23:45:23.991Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-07T23:45:23.991Zwarn: no default linker (`cc`) was found in your PATH
612026-07-07T23:45:23.991Zwarn: many Rust crates require a system C toolchain to build
622026-07-07T23:45:24.080Z+ rustup --version
632026-07-07T23:45:24.088Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-07T23:45:24.091Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-07T23:45:24.109Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-07T23:45:24.112Z+ cargo --version
672026-07-07T23:45:24.126Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-07T23:45:24.129Z+ rustc --version
692026-07-07T23:45:24.148Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-07T23:45:24.151Zprocess exited: duration 17356 ms, exit code 0
 
712026-07-07T23:45:24.157Zstarting task 2: "authentication"
722026-07-07T23:45:24.173Zprocess exited: duration 16 ms, exit code 0
 
732026-07-07T23:45:24.179Zstarting task 3: "clone repository"
742026-07-07T23:45:24.182Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-07T23:45:24.185Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-07T23:45:24.233ZCloning into '/work/oxidecomputer/omicron'...
772026-07-07T23:45:35.004Z+ cd /work/oxidecomputer/omicron
782026-07-07T23:45:35.004Z+ git fetch origin 041867f7c27550747541203db19d3aac19bc088d
792026-07-07T23:45:35.279ZFrom https://github.com/oxidecomputer/omicron
802026-07-07T23:45:35.279Z * branch 041867f7c27550747541203db19d3aac19bc088d -> FETCH_HEAD
812026-07-07T23:45:35.289Z+ [[ -n jmcarp/oximeter-queue-depth-metric ]]
822026-07-07T23:45:35.292Z++ git branch --show-current
832026-07-07T23:45:35.292Z+ current=main
842026-07-07T23:45:35.292Z+ [[ main != jmcarp/oximeter-queue-depth-metric ]]
852026-07-07T23:45:35.292Z+ git branch -f jmcarp/oximeter-queue-depth-metric 041867f7c27550747541203db19d3aac19bc088d
862026-07-07T23:45:35.295Z+ git checkout -f jmcarp/oximeter-queue-depth-metric
872026-07-07T23:45:35.350ZSwitched to branch 'jmcarp/oximeter-queue-depth-metric'
882026-07-07T23:45:35.353Z+ git reset --hard 041867f7c27550747541203db19d3aac19bc088d
892026-07-07T23:45:35.407ZHEAD is now at 041867f7c Oximeter: add queue depth metric.
902026-07-07T23:45:35.410Zprocess exited: duration 11228 ms, exit code 0
 
912026-07-07T23:45:35.416Zstarting task 4: "build"
922026-07-07T23:45:35.420Z+ source .github/buildomat/ci-env.sh
932026-07-07T23:45:35.423Z++ export CARGO_TERM_COLOR=always
942026-07-07T23:45:35.423Z++ CARGO_TERM_COLOR=always
952026-07-07T23:45:35.423Z+++ uname -s
962026-07-07T23:45:35.423Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-07T23:45:35.423Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-07T23:45:35.423Z+ cargo --version
992026-07-07T23:45:35.432Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-07T23:45:35.435Z+ rustc --version
1012026-07-07T23:45:35.455Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-07T23:45:35.458Z+ source ./env.sh
1032026-07-07T23:45:35.458Z++ OLD_SHELL_OPTS=ehxB
1042026-07-07T23:45:35.458Z++ set -o xtrace
1052026-07-07T23:45:35.461Z++++ dirname ./env.sh
1062026-07-07T23:45:35.471Z+++ readlink -f .
1072026-07-07T23:45:35.474Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-07T23:45:35.474Z++ 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-07T23:45:35.474Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ 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-07T23:45:35.475Z++ case $OLD_SHELL_OPTS in
1192026-07-07T23:45:35.475Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-07T23:45:35.475Z+ 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-07T23:45:35.475Z+ 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-07T23:45:35.475Z+ banner prerequisites
1232026-07-07T23:45:35.478Z
1242026-07-07T23:45:35.478Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-07T23:45:35.478Z # # # # # # # # # # # # # # #
1262026-07-07T23:45:35.478Z # # # # ##### # # ##### # # # # # #### #
1272026-07-07T23:45:35.478Z ##### ##### # ##### # # # # # # # # #
1282026-07-07T23:45:35.478Z # # # # # # # # # # # # # # #
1292026-07-07T23:45:35.478Z # # # ###### # # ###### ### # #### # #### #
1302026-07-07T23:45:35.478Z
1312026-07-07T23:45:35.478Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-07T23:45:37.606Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-07T23:45:37.726Z Startup: Caching catalogs ... Done
1342026-07-07T23:45:38.217ZPlanning: Solver setup ... Done (0.445s)
1352026-07-07T23:45:38.243ZPlanning: Running solver ... Done (0.027s)
1362026-07-07T23:45:38.265ZPlanning: Finding local manifests ... Done (0.013s)
1372026-07-07T23:45:38.276ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-07T23:45:38.297ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-07T23:45:38.310ZPlanning: Package planning ... Done (0.013s)
1402026-07-07T23:45:38.313ZPlanning: Merging actions ... Done (0.001s)
1412026-07-07T23:45:38.482ZPlanning: Checking for conflicting actions ... Done (0.170s)
1422026-07-07T23:45:38.484ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-07T23:45:40.191ZPlanning: Evaluating mediators ... Done (1.709s)
1442026-07-07T23:45:40.194ZPlanning: Planning completed in 2.45 seconds
1452026-07-07T23:45:40.201Z Packages to install: 2
1462026-07-07T23:45:40.206Z Estimated space available: 156.06 GB
1472026-07-07T23:45:40.206ZEstimated space to be consumed: 30.99 MB
1482026-07-07T23:45:40.206Z Create boot environment: No
1492026-07-07T23:45:40.206ZCreate backup boot environment: No
1502026-07-07T23:45:40.206Z Rebuild boot archive: No
1512026-07-07T23:45:40.206Z
1522026-07-07T23:45:40.206ZChanged packages:
1532026-07-07T23:45:40.206Zhelios
1542026-07-07T23:45:40.206Z developer/build-essential
1552026-07-07T23:45:40.206Z None -> 11-3.0
1562026-07-07T23:45:40.206Z library/libxmlsec1
1572026-07-07T23:45:40.206Z None -> 1.2.35-3.0
1582026-07-07T23:45:40.266Z
1592026-07-07T23:45:40.266ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-07T23:45:40.749ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1612026-07-07T23:45:40.830Z Actions: 1/268 actions (Installing new actions)
1622026-07-07T23:45:40.869Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-07T23:45:40.882ZFinalize: Updating package state database ... Done (0.010s)
1642026-07-07T23:45:40.885ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-07T23:45:40.908ZFinalize: Updating image state ... Done (0.029s)
1662026-07-07T23:45:43.703ZFinalize: Creating fast lookup database ... Done (2.769s)
1672026-07-07T23:45:43.790ZFinalize: Reading search index ... Done (0.029s)
1682026-07-07T23:45:43.794ZFinalize: Updating search index ... Done (0.000s)
1692026-07-07T23:45:43.917ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-07T23:45:44.225ZPlanning: Evaluating mediator changes ... Done
1712026-07-07T23:45:44.330ZPlanning: Checking for conflicting actions ... Done
1722026-07-07T23:45:44.334ZPlanning: Consolidating action changes ... Done
1732026-07-07T23:45:44.488ZPlanning: Evaluating mediators ... Done
1742026-07-07T23:45:44.491ZPlanning: Planning completed in 0.26 seconds
1752026-07-07T23:45:44.511Z Mediators to change: 2
1762026-07-07T23:45:44.511Z Create boot environment: No
1772026-07-07T23:45:44.514ZCreate backup boot environment: No
1782026-07-07T23:45:44.557ZFinalize: Updating package state database ... Done
1792026-07-07T23:45:44.557ZFinalize: Updating package cache ... Done
1802026-07-07T23:45:44.573ZFinalize: Updating image state ... Done
1812026-07-07T23:45:46.522ZFinalize: Creating fast lookup database ... Done
1822026-07-07T23:45:46.587ZFinalize: Reading search index ... Done
1832026-07-07T23:45:46.590ZFinalize: Updating search index ... Done
1842026-07-07T23:45:46.667ZFinalize: Updating package cache ... Done
1852026-07-07T23:45:46.952ZPlanning: Evaluating mediator changes ... Done
1862026-07-07T23:45:47.058ZPlanning: Checking for conflicting actions ... Done
1872026-07-07T23:45:47.061ZPlanning: Consolidating action changes ... Done
1882026-07-07T23:45:47.215ZPlanning: Evaluating mediators ... Done
1892026-07-07T23:45:47.218ZPlanning: Planning completed in 0.26 seconds
1902026-07-07T23:45:47.238Z Mediators to change: 1
1912026-07-07T23:45:47.238Z Create boot environment: No
1922026-07-07T23:45:47.241ZCreate backup boot environment: No
1932026-07-07T23:45:47.284ZFinalize: Updating package state database ... Done
1942026-07-07T23:45:47.284ZFinalize: Updating package cache ... Done
1952026-07-07T23:45:47.300ZFinalize: Updating image state ... Done
1962026-07-07T23:45:49.229ZFinalize: Creating fast lookup database ... Done
1972026-07-07T23:45:49.291ZFinalize: Reading search index ... Done
1982026-07-07T23:45:49.296ZFinalize: Updating search index ... Done
1992026-07-07T23:45:49.374ZFinalize: Updating package cache ... Done
2002026-07-07T23:45:49.684ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-07T23:45:49.684Zapache system 2.4 system
2022026-07-07T23:45:49.684Zclang system 15 system
2032026-07-07T23:45:49.684Zcsh system system illumos
2042026-07-07T23:45:49.684Zctags system system illumos
2052026-07-07T23:45:49.684Zfile vendor vendor darwinsys
2062026-07-07T23:45:49.684Zfile system system illumos
2072026-07-07T23:45:49.684Zgcc vendor 14 vendor
2082026-07-07T23:45:49.684Zgcc system 13 system
2092026-07-07T23:45:49.684Zgcc system 10 system
2102026-07-07T23:45:49.684Zgo system 1.25 system
2112026-07-07T23:45:49.684Zllvm system 15 system
2122026-07-07T23:45:49.684Zmariadb system 11.4 system
2132026-07-07T23:45:49.684Zmta vendor vendor dma
2142026-07-07T23:45:49.684Zopenjdk system 17 system
2152026-07-07T23:45:49.684Zopenjdk system 11 system
2162026-07-07T23:45:49.684Zopenssl vendor 3 vendor
2172026-07-07T23:45:49.684Zperl system 5.40 system
2182026-07-07T23:45:49.684Zpostgresql system 18 system
2192026-07-07T23:45:49.684Zpostgresql system 17 system
2202026-07-07T23:45:49.684Zpython vendor 3 vendor
2212026-07-07T23:45:49.684Zpython system 2 system
2222026-07-07T23:45:49.684Zpython3 vendor 3.13 vendor
2232026-07-07T23:45:49.684Zruby system 3.4 system
2242026-07-07T23:45:49.684Zruby system 3.0 system
2252026-07-07T23:45:49.684Zwords vendor vendor american-english
2262026-07-07T23:45:49.684Zwords system system australian-english
2272026-07-07T23:45:49.684Zwords system system british-english
2282026-07-07T23:45:49.684Zwords system system canadian-english
2292026-07-07T23:45:49.684Zwords system system french
2302026-07-07T23:45:49.684Zwords system system italian
2312026-07-07T23:45:49.684Zwords system system ngerman
2322026-07-07T23:45:49.684Zwords system system ogerman
2332026-07-07T23:45:49.684Zwords system system spanish
2342026-07-07T23:45:49.937ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-07T23:45:49.937Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-07T23:45:50.239ZFMRI IFO
2372026-07-07T23:45:50.239Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-07T23:45:50.239Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-07T23:45:50.239Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-07T23:45:50.239Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-07T23:45:50.239Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-07T23:45:50.239Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-07T23:45:50.239Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-07T23:45:50.239Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-07T23:45:50.239Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-07T23:45:50.493Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-07T23:45:50.804Z Updating crates.io index
2482026-07-07T23:45:50.807Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-07T23:45:51.012Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-07T23:45:51.488Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-07T23:45:52.411Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-07T23:45:53.167Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-07T23:45:55.002Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-07T23:45:55.748Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-07T23:45:55.981Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-07T23:45:56.270Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-07T23:45:57.267Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-07T23:45:57.507Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-07T23:45:58.100Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-07T23:45:58.475Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-07T23:45:58.920Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-07T23:45:59.389Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-07T23:45:59.602Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-07T23:45:59.817Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-07T23:46:00.216Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-07T23:46:00.509Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-07T23:46:00.727Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-07T23:46:01.091Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-07T23:46:01.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-07T23:46:01.700Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-07T23:46:02.003Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-07T23:46:02.409Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-07T23:46:02.830Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-07T23:46:03.073Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-07T23:46:03.460Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-07T23:46:03.725Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-07T23:46:03.958Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-07T23:46:04.307Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-07T23:46:04.687Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-07T23:46:04.938Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-07T23:46:05.284Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-07T23:46:05.513Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-07T23:46:05.767Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-07T23:46:06.030Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-07T23:46:06.281Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-07T23:46:06.556Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-07T23:46:06.817Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-07T23:46:09.704Z Downloading crates ...
2892026-07-07T23:46:09.775Z Downloaded anstyle v1.0.14
2902026-07-07T23:46:09.778Z Downloaded cargo_toml v0.21.0
2912026-07-07T23:46:09.778Z Downloaded camino v1.2.2
2922026-07-07T23:46:09.781Z Downloaded zerocopy-derive v0.7.35
2932026-07-07T23:46:09.784Z Downloaded cargo_metadata v0.23.1
2942026-07-07T23:46:09.784Z Downloaded colorchoice v1.0.4
2952026-07-07T23:46:09.787Z Downloaded cargo-platform v0.3.2
2962026-07-07T23:46:09.787Z Downloaded zmij v1.0.21
2972026-07-07T23:46:09.787Z Downloaded cpufeatures v0.2.17
2982026-07-07T23:46:09.789Z Downloaded is_terminal_polyfill v1.70.2
2992026-07-07T23:46:09.790Z Downloaded generic-array v0.14.7
3002026-07-07T23:46:09.792Z Downloaded log v0.4.29
3012026-07-07T23:46:09.792Z Downloaded block-buffer v0.10.4
3022026-07-07T23:46:09.795Z Downloaded zerocopy v0.7.35
3032026-07-07T23:46:09.804Z Downloaded strsim v0.11.1
3042026-07-07T23:46:09.809Z Downloaded fnv v1.0.7
3052026-07-07T23:46:09.809Z Downloaded fastrand v2.3.0
3062026-07-07T23:46:09.809Z Downloaded dof v0.3.0
3072026-07-07T23:46:09.809Z Downloaded macaddr v1.0.1
3082026-07-07T23:46:09.809Z Downloaded autocfg v1.5.0
3092026-07-07T23:46:09.812Z Downloaded crypto-common v0.1.7
3102026-07-07T23:46:09.815Z Downloaded byteorder v1.5.0
3112026-07-07T23:46:09.815Z Downloaded clap_lex v1.0.0
3122026-07-07T23:46:09.822Z Downloaded cfg-if v1.0.4
3132026-07-07T23:46:09.825Z Downloaded itoa v1.0.17
3142026-07-07T23:46:09.828Z Downloaded terminal_size v0.4.3
3152026-07-07T23:46:09.828Z Downloaded thread-id v4.2.2
3162026-07-07T23:46:09.831Z Downloaded proc-macro-error v1.0.4
3172026-07-07T23:46:09.831Z Downloaded fs-err v3.3.0
3182026-07-07T23:46:09.834Z Downloaded version_check v0.9.5
3192026-07-07T23:46:09.834Z Downloaded once_cell v1.21.3
3202026-07-07T23:46:09.834Z Downloaded anstream v1.0.0
3212026-07-07T23:46:09.837Z Downloaded bitflags v2.11.0
3222026-07-07T23:46:09.840Z Downloaded equivalent v1.0.2
3232026-07-07T23:46:09.843Z Downloaded dtrace-parser v0.2.0
3242026-07-07T23:46:09.846Z Downloaded unicode-linebreak v0.1.5
3252026-07-07T23:46:09.846Z Downloaded smawk v0.3.2
3262026-07-07T23:46:09.849Z Downloaded serde_spanned v0.6.9
3272026-07-07T23:46:09.852Z Downloaded heck v0.4.1
3282026-07-07T23:46:09.858Z Downloaded thiserror v1.0.69
3292026-07-07T23:46:09.861Z Downloaded quote v1.0.45
3302026-07-07T23:46:09.861Z Downloaded toml_write v0.1.2
3312026-07-07T23:46:09.864Z Downloaded pretty-hex v0.4.1
3322026-07-07T23:46:09.868Z Downloaded anstyle-query v1.1.5
3332026-07-07T23:46:09.872Z Downloaded heck v0.5.0
3342026-07-07T23:46:09.875Z Downloaded errno v0.3.14
3352026-07-07T23:46:09.877Z Downloaded usdt-attr-macro v0.5.0
3362026-07-07T23:46:09.880Z Downloaded tabled_derive v0.7.0
3372026-07-07T23:46:09.887Z Downloaded usdt v0.5.0
3382026-07-07T23:46:09.890Z Downloaded papergrid v0.11.0
3392026-07-07T23:46:09.890Z Downloaded usdt-macro v0.5.0
3402026-07-07T23:46:09.893Z Downloaded proc-macro-error-attr v1.0.4
3412026-07-07T23:46:09.893Z Downloaded memmap v0.7.0
3422026-07-07T23:46:09.893Z Downloaded scroll_derive v0.12.1
3432026-07-07T23:46:09.893Z Downloaded getrandom v0.4.1
3442026-07-07T23:46:09.895Z Downloaded swrite v0.1.0
3452026-07-07T23:46:09.898Z Downloaded plain v0.2.3
3462026-07-07T23:46:09.898Z Downloaded thiserror-impl v2.0.18
3472026-07-07T23:46:09.909Z Downloaded anyhow v1.0.102
3482026-07-07T23:46:09.917Z Downloaded serde_tokenstream v0.2.3
3492026-07-07T23:46:09.920Z Downloaded camino-tempfile v1.4.1
3502026-07-07T23:46:09.923Z Downloaded utf8parse v0.2.2
3512026-07-07T23:46:09.926Z Downloaded thiserror v2.0.18
3522026-07-07T23:46:09.929Z Downloaded anstyle-parse v1.0.0
3532026-07-07T23:46:09.929Z Downloaded semver v1.0.28
3542026-07-07T23:46:09.936Z Downloaded sha2 v0.10.9
3552026-07-07T23:46:09.939Z Downloaded toml_datetime v0.6.11
3562026-07-07T23:46:09.944Z Downloaded thiserror-impl v1.0.69
3572026-07-07T23:46:09.948Z Downloaded digest v0.10.7
3582026-07-07T23:46:09.954Z Downloaded bytecount v0.6.9
3592026-07-07T23:46:09.957Z Downloaded pest_generator v2.8.6
3602026-07-07T23:46:09.961Z Downloaded usdt-impl v0.5.0
3612026-07-07T23:46:09.964Z Downloaded tempfile v3.25.0
3622026-07-07T23:46:09.964Z Downloaded clap_derive v4.6.1
3632026-07-07T23:46:09.967Z Downloaded toml v0.8.23
3642026-07-07T23:46:09.975Z Downloaded unicode-ident v1.0.24
3652026-07-07T23:46:09.978Z Downloaded ucd-trie v0.1.7
3662026-07-07T23:46:09.980Z Downloaded pest_derive v2.8.6
3672026-07-07T23:46:09.983Z Downloaded proc-macro2 v1.0.106
3682026-07-07T23:46:09.983Z Downloaded pest_meta v2.8.6
3692026-07-07T23:46:09.986Z Downloaded clap v4.6.1
3702026-07-07T23:46:09.999Z Downloaded textwrap v0.16.2
3712026-07-07T23:46:10.004Z Downloaded serde_core v1.0.228
3722026-07-07T23:46:10.007Z Downloaded serde_derive v1.0.228
3732026-07-07T23:46:10.012Z Downloaded scroll v0.12.0
3742026-07-07T23:46:10.019Z Downloaded toml_edit v0.22.27
3752026-07-07T23:46:10.031Z Downloaded serde v1.0.228
3762026-07-07T23:46:10.034Z Downloaded typenum v1.20.1
3772026-07-07T23:46:10.040Z Downloaded memchr v2.8.0
3782026-07-07T23:46:10.054Z Downloaded indexmap v2.14.0
3792026-07-07T23:46:10.068Z Downloaded hashbrown v0.17.0
3802026-07-07T23:46:10.087Z Downloaded pest v2.8.6
3812026-07-07T23:46:10.108Z Downloaded goblin v0.8.2
3822026-07-07T23:46:10.114Z Downloaded serde_json v1.0.150
3832026-07-07T23:46:10.118Z Downloaded clap_builder v4.6.0
3842026-07-07T23:46:10.121Z Downloaded winnow v0.7.14
3852026-07-07T23:46:10.152Z Downloaded syn v1.0.109
3862026-07-07T23:46:10.157Z Downloaded tabled v0.15.0
3872026-07-07T23:46:10.164Z Downloaded unicode-width v0.1.14
3882026-07-07T23:46:10.170Z Downloaded unicode-width v0.2.0
3892026-07-07T23:46:10.173Z Downloaded syn v2.0.117
3902026-07-07T23:46:10.191Z Downloaded rustix v1.1.3
3912026-07-07T23:46:10.221Z Downloaded libc v0.2.185
3922026-07-07T23:46:10.282Z Compiling proc-macro2 v1.0.106
3932026-07-07T23:46:10.285Z Compiling unicode-ident v1.0.24
3942026-07-07T23:46:10.285Z Compiling quote v1.0.45
3952026-07-07T23:46:10.285Z Compiling serde_core v1.0.228
3962026-07-07T23:46:10.285Z Compiling libc v0.2.185
3972026-07-07T23:46:10.285Z Compiling version_check v0.9.5
3982026-07-07T23:46:10.285Z Compiling memchr v2.8.0
3992026-07-07T23:46:10.285Z Compiling serde v1.0.228
4002026-07-07T23:46:10.594Z Compiling zmij v1.0.21
4012026-07-07T23:46:10.818Z Compiling itoa v1.0.17
4022026-07-07T23:46:10.982Z Compiling thiserror v1.0.69
4032026-07-07T23:46:11.119Z Compiling ucd-trie v0.1.7
4042026-07-07T23:46:11.598Z Compiling pest v2.8.6
4052026-07-07T23:46:11.626Z Compiling rustix v1.1.3
4062026-07-07T23:46:11.646Z Compiling byteorder v1.5.0
4072026-07-07T23:46:11.866Z Compiling errno v0.3.14
4082026-07-07T23:46:11.885Z Compiling bitflags v2.11.0
4092026-07-07T23:46:12.011Z Compiling serde_json v1.0.150
4102026-07-07T23:46:12.232Z Compiling thread-id v4.2.2
4112026-07-07T23:46:12.313Z Compiling syn v2.0.117
4122026-07-07T23:46:12.340Z Compiling proc-macro-error-attr v1.0.4
4132026-07-07T23:46:12.361Z Compiling usdt-impl v0.5.0
4142026-07-07T23:46:12.413Z Compiling syn v1.0.109
4152026-07-07T23:46:12.533Z Compiling camino v1.2.2
4162026-07-07T23:46:12.678Z Compiling pest_meta v2.8.6
4172026-07-07T23:46:12.829Z Compiling proc-macro-error v1.0.4
4182026-07-07T23:46:12.833Z Compiling log v0.4.29
4192026-07-07T23:46:12.910Z Compiling equivalent v1.0.2
4202026-07-07T23:46:13.002Z Compiling utf8parse v0.2.2
4212026-07-07T23:46:13.028Z Compiling hashbrown v0.17.0
4222026-07-07T23:46:13.031Z Compiling getrandom v0.4.1
4232026-07-07T23:46:13.113Z Compiling plain v0.2.3
4242026-07-07T23:46:13.429Z Compiling anstyle-parse v1.0.0
4252026-07-07T23:46:13.575Z Compiling indexmap v2.14.0
4262026-07-07T23:46:13.612Z Compiling terminal_size v0.4.3
4272026-07-07T23:46:13.992Z Compiling cfg-if v1.0.4
4282026-07-07T23:46:14.069Z Compiling colorchoice v1.0.4
4292026-07-07T23:46:14.133Z Compiling pretty-hex v0.4.1
4302026-07-07T23:46:14.186Z Compiling autocfg v1.5.0
4312026-07-07T23:46:14.207Z Compiling toml_write v0.1.2
4322026-07-07T23:46:14.233Z Compiling winnow v0.7.14
4332026-07-07T23:46:14.271Z Compiling anstyle-query v1.1.5
4342026-07-07T23:46:14.371Z Compiling is_terminal_polyfill v1.70.2
4352026-07-07T23:46:14.451Z Compiling thiserror v2.0.18
4362026-07-07T23:46:14.505Z Compiling anstyle v1.0.14
4372026-07-07T23:46:14.618Z Compiling pest_generator v2.8.6
4382026-07-07T23:46:14.664Z Compiling anstream v1.0.0
4392026-07-07T23:46:14.719Z Compiling fs-err v3.3.0
4402026-07-07T23:46:14.719Z Compiling strsim v0.11.1
4412026-07-07T23:46:14.982Z Compiling fnv v1.0.7
4422026-07-07T23:46:14.990Z Compiling fastrand v2.3.0
4432026-07-07T23:46:15.046Z Compiling clap_lex v1.0.0
4442026-07-07T23:46:15.058Z Compiling anyhow v1.0.102
4452026-07-07T23:46:15.269Z Compiling once_cell v1.21.3
4462026-07-07T23:46:15.297Z Compiling heck v0.4.1
4472026-07-07T23:46:15.297Z Compiling unicode-width v0.1.14
4482026-07-07T23:46:15.309Z Compiling bytecount v0.6.9
4492026-07-07T23:46:15.374Z Compiling heck v0.5.0
4502026-07-07T23:46:15.434Z Compiling tempfile v3.25.0
4512026-07-07T23:46:15.464Z Compiling clap_builder v4.6.0
4522026-07-07T23:46:15.537Z Compiling papergrid v0.11.0
4532026-07-07T23:46:15.607Z Compiling cargo-platform v0.3.2
4542026-07-07T23:46:15.707Z Compiling semver v1.0.28
4552026-07-07T23:46:15.769Z Compiling tabled_derive v0.7.0
4562026-07-07T23:46:15.799Z Compiling memmap v0.7.0
4572026-07-07T23:46:15.816Z Compiling unicode-linebreak v0.1.5
4582026-07-07T23:46:15.891Z Compiling smawk v0.3.2
4592026-07-07T23:46:15.976Z Compiling unicode-width v0.2.0
4602026-07-07T23:46:16.043Z Compiling camino-tempfile v1.4.1
4612026-07-07T23:46:16.240Z Compiling serde_derive v1.0.228
4622026-07-07T23:46:16.257Z Compiling thiserror-impl v1.0.69
4632026-07-07T23:46:16.274Z Compiling zerocopy-derive v0.7.35
4642026-07-07T23:46:16.302Z Compiling pest_derive v2.8.6
4652026-07-07T23:46:16.408Z Compiling scroll_derive v0.12.1
4662026-07-07T23:46:16.694Z Compiling thiserror-impl v2.0.18
4672026-07-07T23:46:16.752Z Compiling clap_derive v4.6.1
4682026-07-07T23:46:16.937Z Compiling tabled v0.15.0
4692026-07-07T23:46:17.096Z Compiling scroll v0.12.0
4702026-07-07T23:46:17.144Z Compiling zerocopy v0.7.35
4712026-07-07T23:46:17.378Z Compiling goblin v0.8.2
4722026-07-07T23:46:17.654Z Compiling dtrace-parser v0.2.0
4732026-07-07T23:46:17.709Z Compiling textwrap v0.16.2
4742026-07-07T23:46:18.158Z Compiling swrite v0.1.0
4752026-07-07T23:46:18.513Z Compiling clap v4.6.1
4762026-07-07T23:46:19.225Z Compiling toml_datetime v0.6.11
4772026-07-07T23:46:19.225Z Compiling serde_spanned v0.6.9
4782026-07-07T23:46:19.225Z Compiling macaddr v1.0.1
4792026-07-07T23:46:19.230Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-07T23:46:19.230Z Compiling cargo_metadata v0.23.1
4812026-07-07T23:46:19.297Z Compiling dof v0.3.0
4822026-07-07T23:46:19.300Z Compiling serde_tokenstream v0.2.3
4832026-07-07T23:46:19.442Z Compiling toml_edit v0.22.27
4842026-07-07T23:46:20.136Z Compiling usdt-macro v0.5.0
4852026-07-07T23:46:20.136Z Compiling usdt-attr-macro v0.5.0
4862026-07-07T23:46:20.729Z Compiling usdt v0.5.0
4872026-07-07T23:46:20.813Z Compiling toml v0.8.23
4882026-07-07T23:46:21.143Z Compiling cargo_toml v0.21.0
4892026-07-07T23:46:22.394Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-07T23:46:24.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.98s
4912026-07-07T23:46:24.529Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-07T23:46:25.033Z Downloading crates ...
4932026-07-07T23:46:25.128Z Downloaded adler2 v2.0.1
4942026-07-07T23:46:25.137Z Downloaded bb8 v0.8.6
4952026-07-07T23:46:25.141Z Downloaded bitfield-macros v0.19.4
4962026-07-07T23:46:25.144Z Downloaded cfg_aliases v0.2.1
4972026-07-07T23:46:25.148Z Downloaded block-buffer v0.12.1
4982026-07-07T23:46:25.151Z Downloaded allocator-api2 v0.2.21
4992026-07-07T23:46:25.154Z Downloaded cpubits v0.1.1
5002026-07-07T23:46:25.157Z Downloaded async-recursion v1.1.1
5012026-07-07T23:46:25.160Z Downloaded crc8 v0.1.1
5022026-07-07T23:46:25.160Z Downloaded crc v3.4.0
5032026-07-07T23:46:25.163Z Downloaded convert_case v0.10.0
5042026-07-07T23:46:25.163Z Downloaded base16ct v1.0.0
5052026-07-07T23:46:25.166Z Downloaded assert_matches v1.5.0
5062026-07-07T23:46:25.166Z Downloaded ascii-canvas v3.0.0
5072026-07-07T23:46:25.166Z Downloaded cmake v0.1.57
5082026-07-07T23:46:25.169Z Downloaded atty v0.2.14
5092026-07-07T23:46:25.169Z Downloaded array-init v0.0.4
5102026-07-07T23:46:25.172Z Downloaded bitfield-struct v0.6.2
5112026-07-07T23:46:25.175Z Downloaded debug-ignore v1.0.5
5122026-07-07T23:46:25.175Z Downloaded async-stream-impl v0.3.6
5132026-07-07T23:46:25.175Z Downloaded curve25519-dalek-derive v0.1.1
5142026-07-07T23:46:25.178Z Downloaded async-trait v0.1.89
5152026-07-07T23:46:25.178Z Downloaded crypto-common v0.2.2
5162026-07-07T23:46:25.181Z Downloaded critical-section v1.2.0
5172026-07-07T23:46:25.181Z Downloaded bzip2 v0.6.1
5182026-07-07T23:46:25.181Z Downloaded anstyle-parse v0.2.7
5192026-07-07T23:46:25.184Z Downloaded darling_macro v0.23.0
5202026-07-07T23:46:25.184Z Downloaded base16ct v0.2.0
5212026-07-07T23:46:25.184Z Downloaded delegate v0.13.5
5222026-07-07T23:46:25.187Z Downloaded ctr v0.10.1
5232026-07-07T23:46:25.187Z Downloaded arrayref v0.3.9
5242026-07-07T23:46:25.189Z Downloaded bit-set v0.8.0
5252026-07-07T23:46:25.189Z Downloaded bit-set v0.5.3
5262026-07-07T23:46:25.192Z Downloaded data-encoding v2.10.0
5272026-07-07T23:46:25.192Z Downloaded ctutils v0.4.2
5282026-07-07T23:46:25.195Z Downloaded async-bb8-diesel v0.2.1
5292026-07-07T23:46:25.198Z Downloaded darling_core v0.21.3
5302026-07-07T23:46:25.201Z Downloaded ciborium-ll v0.2.2
5312026-07-07T23:46:25.204Z Downloaded darling v0.20.11
5322026-07-07T23:46:25.207Z Downloaded atomicwrites v0.4.4
5332026-07-07T23:46:25.207Z Downloaded daft v0.1.7
5342026-07-07T23:46:25.210Z Downloaded bit-vec v0.8.0
5352026-07-07T23:46:25.210Z Downloaded async-compression v0.4.41
5362026-07-07T23:46:25.213Z Downloaded bcrypt-pbkdf v0.11.0
5372026-07-07T23:46:25.215Z Downloaded darling_macro v0.21.3
5382026-07-07T23:46:25.215Z Downloaded darling_macro v0.13.4
5392026-07-07T23:46:25.215Z Downloaded crucible-workspace-hack v0.1.0
5402026-07-07T23:46:25.215Z Downloaded bitfield v0.19.4
5412026-07-07T23:46:25.218Z Downloaded anstream v0.6.21
5422026-07-07T23:46:25.218Z Downloaded cpufeatures v0.3.0
5432026-07-07T23:46:25.221Z Downloaded aead v0.5.2
5442026-07-07T23:46:25.221Z Downloaded backon v1.6.0
5452026-07-07T23:46:25.224Z Downloaded atomic-waker v1.1.2
5462026-07-07T23:46:25.224Z Downloaded block-padding v0.4.2
5472026-07-07T23:46:25.232Z Downloaded derive_builder_macro v0.20.2
5482026-07-07T23:46:25.236Z Downloaded dsl_auto_type v0.2.0
5492026-07-07T23:46:25.240Z Downloaded defmt v0.3.100
5502026-07-07T23:46:25.243Z Downloaded darling_macro v0.20.11
5512026-07-07T23:46:25.243Z Downloaded cstr-argument v0.1.2
5522026-07-07T23:46:25.243Z Downloaded crc-catalog v2.4.0
5532026-07-07T23:46:25.243Z Downloaded byte-wrapper v0.1.0
5542026-07-07T23:46:25.246Z Downloaded bitflags v1.3.2
5552026-07-07T23:46:25.249Z Downloaded chacha20 v0.10.0
5562026-07-07T23:46:25.249Z Downloaded argon2 v0.5.3
5572026-07-07T23:46:25.251Z Downloaded crunchy v0.2.4
5582026-07-07T23:46:25.256Z Downloaded async-stream v0.3.6
5592026-07-07T23:46:25.259Z Downloaded document-features v0.2.12
5602026-07-07T23:46:25.259Z Downloaded castaway v0.2.4
5612026-07-07T23:46:25.262Z Downloaded ciborium-io v0.2.2
5622026-07-07T23:46:25.262Z Downloaded cfg_aliases v0.1.1
5632026-07-07T23:46:25.264Z Downloaded cobs v0.3.0
5642026-07-07T23:46:25.267Z Downloaded either v1.15.0
5652026-07-07T23:46:25.267Z Downloaded dropshot-api-manager-types v0.7.2
5662026-07-07T23:46:25.270Z Downloaded compression-core v0.4.31
5672026-07-07T23:46:25.270Z Downloaded enum-as-inner v0.6.1
5682026-07-07T23:46:25.270Z Downloaded bcs v0.1.6
5692026-07-07T23:46:25.273Z Downloaded crossbeam-deque v0.8.6
5702026-07-07T23:46:25.273Z Downloaded embedded-io v0.4.0
5712026-07-07T23:46:25.276Z Downloaded dyn-clone v1.0.20
5722026-07-07T23:46:25.276Z Downloaded convert_case v0.4.0
5732026-07-07T23:46:25.279Z Downloaded ahash v0.8.12
5742026-07-07T23:46:25.279Z Downloaded daft-derive v0.1.7
5752026-07-07T23:46:25.282Z Downloaded csv-core v0.1.13
5762026-07-07T23:46:25.285Z Downloaded env_filter v1.0.0
5772026-07-07T23:46:25.285Z Downloaded endian-type v0.1.2
5782026-07-07T23:46:25.287Z Downloaded dunce v1.0.5
5792026-07-07T23:46:25.287Z Downloaded dof v0.4.0
5802026-07-07T23:46:25.290Z Downloaded dtrace-parser v0.3.0
5812026-07-07T23:46:25.290Z Downloaded dirs-next v2.0.0
5822026-07-07T23:46:25.293Z Downloaded display-error-chain v0.2.2
5832026-07-07T23:46:25.296Z Downloaded dirs-sys-next v0.1.2
5842026-07-07T23:46:25.296Z Downloaded diesel_table_macro_syntax v0.3.0
5852026-07-07T23:46:25.296Z Downloaded cassowary v0.3.0
5862026-07-07T23:46:25.296Z Downloaded backoff v0.4.0
5872026-07-07T23:46:25.299Z Downloaded buf-list v1.1.2
5882026-07-07T23:46:25.302Z Downloaded aead v0.6.1
5892026-07-07T23:46:25.305Z Downloaded float-ord v0.3.2
5902026-07-07T23:46:25.305Z Downloaded fixedbitset v0.4.2
5912026-07-07T23:46:25.305Z Downloaded float-cmp v0.10.0
5922026-07-07T23:46:25.308Z Downloaded const_format_proc_macros v0.2.34
5932026-07-07T23:46:25.308Z Downloaded fd-lock v4.0.4
5942026-07-07T23:46:25.311Z Downloaded foreign-types v0.3.2
5952026-07-07T23:46:25.311Z Downloaded chacha20 v0.9.1
5962026-07-07T23:46:25.311Z Downloaded foreign-types-shared v0.3.1
5972026-07-07T23:46:25.311Z Downloaded cexpr v0.6.0
5982026-07-07T23:46:25.314Z Downloaded form_urlencoded v1.2.2
5992026-07-07T23:46:25.314Z Downloaded cmov v0.5.4
6002026-07-07T23:46:25.317Z Downloaded foreign-types-macros v0.2.3
6012026-07-07T23:46:25.317Z Downloaded flagset v0.4.7
6022026-07-07T23:46:25.317Z Downloaded foreign-types v0.5.0
6032026-07-07T23:46:25.320Z Downloaded derive_builder v0.20.2
6042026-07-07T23:46:25.323Z Downloaded futures-task v0.3.32
6052026-07-07T23:46:25.323Z Downloaded futures-macro v0.3.32
6062026-07-07T23:46:25.323Z Downloaded defmt-parser v1.0.0
6072026-07-07T23:46:25.323Z Downloaded corncobs v0.1.4
6082026-07-07T23:46:25.326Z Downloaded futures-core v0.3.32
6092026-07-07T23:46:25.326Z Downloaded der_derive v0.7.3
6102026-07-07T23:46:25.326Z Downloaded cookie_store v0.22.1
6112026-07-07T23:46:25.329Z Downloaded downcast-rs v2.0.2
6122026-07-07T23:46:25.329Z Downloaded cipher v0.5.2
6132026-07-07T23:46:25.332Z Downloaded embedded-io v0.6.1
6142026-07-07T23:46:25.332Z Downloaded funty v2.0.0
6152026-07-07T23:46:25.332Z Downloaded foreign-types-shared v0.1.1
6162026-07-07T23:46:25.335Z Downloaded cbc v0.2.1
6172026-07-07T23:46:25.335Z Downloaded bit-vec v0.6.3
6182026-07-07T23:46:25.335Z Downloaded camino-tempfile-ext v0.3.3
6192026-07-07T23:46:25.338Z Downloaded arrayvec v0.7.6
6202026-07-07T23:46:25.340Z Downloaded futures-io v0.3.32
6212026-07-07T23:46:25.340Z Downloaded ghash v0.6.0
6222026-07-07T23:46:25.340Z Downloaded fxhash v0.2.1
6232026-07-07T23:46:25.343Z Downloaded darling v0.21.3
6242026-07-07T23:46:25.347Z Downloaded colored v3.1.1
6252026-07-07T23:46:25.347Z Downloaded futures-sink v0.3.32
6262026-07-07T23:46:25.351Z Downloaded globwalk v0.9.1
6272026-07-07T23:46:25.351Z Downloaded constant_time_eq v0.4.2
6282026-07-07T23:46:25.351Z Downloaded compression-codecs v0.4.37
6292026-07-07T23:46:25.354Z Downloaded blowfish v0.10.0
6302026-07-07T23:46:25.354Z Downloaded git-stub v1.0.0
6312026-07-07T23:46:25.354Z Downloaded diesel-dtrace v0.5.0
6322026-07-07T23:46:25.354Z Downloaded argon2 v0.6.0-rc.8
6332026-07-07T23:46:25.357Z Downloaded crc32fast v1.5.0
6342026-07-07T23:46:25.357Z Downloaded darling v0.13.4
6352026-07-07T23:46:25.360Z Downloaded find-msvc-tools v0.1.9
6362026-07-07T23:46:25.360Z Downloaded erased-serde v0.3.31
6372026-07-07T23:46:25.363Z Downloaded ed25519 v3.0.0
6382026-07-07T23:46:25.363Z Downloaded difflib v0.4.0
6392026-07-07T23:46:25.365Z Downloaded derive-ex v0.1.8
6402026-07-07T23:46:25.365Z Downloaded base64 v0.22.1
6412026-07-07T23:46:25.368Z Downloaded hash32 v0.3.1
6422026-07-07T23:46:25.368Z Downloaded hash32 v0.2.1
6432026-07-07T23:46:25.371Z Downloaded ff v0.13.1
6442026-07-07T23:46:25.371Z Downloaded headers-core v0.3.0
6452026-07-07T23:46:25.371Z Downloaded digest v0.11.3
6462026-07-07T23:46:25.374Z Downloaded console v0.15.11
6472026-07-07T23:46:25.374Z Downloaded foldhash v0.1.5
6482026-07-07T23:46:25.377Z Downloaded filetime v0.2.27
6492026-07-07T23:46:25.377Z Downloaded env_logger v0.11.9
6502026-07-07T23:46:25.380Z Downloaded ena v0.14.4
6512026-07-07T23:46:25.380Z Downloaded hex-literal v1.1.0
6522026-07-07T23:46:25.380Z Downloaded futures-executor v0.3.32
6532026-07-07T23:46:25.382Z Downloaded hex v0.4.3
6542026-07-07T23:46:25.382Z Downloaded darling v0.23.0
6552026-07-07T23:46:25.385Z Downloaded ff v0.14.0
6562026-07-07T23:46:25.388Z Downloaded fallible-iterator v0.2.0
6572026-07-07T23:46:25.388Z Downloaded home v0.5.12
6582026-07-07T23:46:25.388Z Downloaded darling_core v0.13.4
6592026-07-07T23:46:25.391Z Downloaded ecdsa v0.16.9
6602026-07-07T23:46:25.394Z Downloaded displaydoc v0.2.5
6612026-07-07T23:46:25.394Z Downloaded derive_builder_core v0.20.2
6622026-07-07T23:46:25.397Z Downloaded cookie v0.18.1
6632026-07-07T23:46:25.397Z Downloaded gethostname v0.5.0
6642026-07-07T23:46:25.400Z Downloaded const-oid v0.9.6
6652026-07-07T23:46:25.400Z Downloaded colored v2.2.0
6662026-07-07T23:46:25.403Z Downloaded cipher v0.4.4
6672026-07-07T23:46:25.403Z Downloaded fs_extra v1.3.0
6682026-07-07T23:46:25.403Z Downloaded crc-any v2.5.0
6692026-07-07T23:46:25.405Z Downloaded cancel-safe-futures v0.1.5
6702026-07-07T23:46:25.408Z Downloaded httpdate v1.0.3
6712026-07-07T23:46:25.408Z Downloaded http-body v1.0.1
6722026-07-07T23:46:25.408Z Downloaded hostname v0.3.1
6732026-07-07T23:46:25.411Z Downloaded glob v0.3.3
6742026-07-07T23:46:25.411Z Downloaded hostname v0.4.2
6752026-07-07T23:46:25.411Z Downloaded hubpack_derive v0.1.1
6762026-07-07T23:46:25.414Z Downloaded group v0.14.0
6772026-07-07T23:46:25.414Z Downloaded globset v0.4.18
6782026-07-07T23:46:25.414Z Downloaded defmt v1.0.1
6792026-07-07T23:46:25.417Z Downloaded git-stub-vcs v0.1.0
6802026-07-07T23:46:25.417Z Downloaded group v0.13.0
6812026-07-07T23:46:25.420Z Downloaded hubpack v0.1.2
6822026-07-07T23:46:25.420Z Downloaded cc v1.2.56
6832026-07-07T23:46:25.423Z Downloaded ident_case v1.0.1
6842026-07-07T23:46:25.423Z Downloaded blake2 v0.10.6
6852026-07-07T23:46:25.426Z Downloaded http-range v0.1.5
6862026-07-07T23:46:25.426Z Downloaded bzip2 v0.4.4
6872026-07-07T23:46:25.426Z Downloaded ciborium v0.2.2
6882026-07-07T23:46:25.428Z Downloaded hyper-tls v0.6.0
6892026-07-07T23:46:25.428Z Downloaded indent_write v2.2.0
6902026-07-07T23:46:25.431Z Downloaded base64ct v1.8.3
6912026-07-07T23:46:25.431Z Downloaded illumos-nvpair-sys v0.2.0
6922026-07-07T23:46:25.431Z Downloaded illumos-nvpair v0.3.0
6932026-07-07T23:46:25.435Z Downloaded foldhash v0.2.0
6942026-07-07T23:46:25.435Z Downloaded indoc v1.0.9
6952026-07-07T23:46:25.437Z Downloaded fixedbitset v0.5.7
6962026-07-07T23:46:25.438Z Downloaded des v0.9.0
6972026-07-07T23:46:25.438Z Downloaded base64 v0.21.7
6982026-07-07T23:46:25.442Z Downloaded diff v0.1.13
6992026-07-07T23:46:25.445Z Downloaded deranged v0.5.8
7002026-07-07T23:46:25.445Z Downloaded fs-err v2.11.0
7012026-07-07T23:46:25.445Z Downloaded defmt-macros v1.0.1
7022026-07-07T23:46:25.448Z Downloaded crossbeam-utils v0.8.21
7032026-07-07T23:46:25.448Z Downloaded idna_adapter v1.2.1
7042026-07-07T23:46:25.448Z Downloaded console v0.16.2
7052026-07-07T23:46:25.451Z Downloaded ed25519 v2.2.3
7062026-07-07T23:46:25.451Z Downloaded instability v0.3.11
7072026-07-07T23:46:25.454Z Downloaded inout v0.1.4
7082026-07-07T23:46:25.454Z Downloaded enum_dispatch v0.3.13
7092026-07-07T23:46:25.454Z Downloaded is_ci v1.2.0
7102026-07-07T23:46:25.457Z Downloaded instant v0.1.13
7112026-07-07T23:46:25.457Z Downloaded ecdsa v0.17.0-rc.18
7122026-07-07T23:46:25.460Z Downloaded getrandom v0.2.17
7132026-07-07T23:46:25.464Z Downloaded clang-sys v1.8.1
7142026-07-07T23:46:25.467Z Downloaded inout v0.2.2
7152026-07-07T23:46:25.469Z Downloaded blake2 v0.11.0-rc.6
7162026-07-07T23:46:25.472Z Downloaded futures-channel v0.3.32
7172026-07-07T23:46:25.475Z Downloaded drift v0.2.0
7182026-07-07T23:46:25.479Z Downloaded crossbeam-epoch v0.9.18
7192026-07-07T23:46:25.482Z Downloaded lalrpop-util v0.19.12
7202026-07-07T23:46:25.482Z Downloaded kstat-rs v0.2.4
7212026-07-07T23:46:25.484Z Downloaded derive_more v0.99.20
7222026-07-07T23:46:25.487Z Downloaded keccak v0.1.6
7232026-07-07T23:46:25.487Z Downloaded lazy_static v1.5.0
7242026-07-07T23:46:25.487Z Downloaded kem v0.3.0
7252026-07-07T23:46:25.490Z Downloaded internet-checksum v0.2.1
7262026-07-07T23:46:25.490Z Downloaded derive-where v1.6.0
7272026-07-07T23:46:25.493Z Downloaded libscf-sys v1.1.0
7282026-07-07T23:46:25.496Z Downloaded humantime v2.3.0
7292026-07-07T23:46:25.496Z Downloaded linked-hash-map v0.5.6
7302026-07-07T23:46:25.499Z Downloaded half v1.8.3
7312026-07-07T23:46:25.499Z Downloaded fatfs v0.3.6
7322026-07-07T23:46:25.501Z Downloaded compact_str v0.8.1
7332026-07-07T23:46:25.504Z Downloaded lru-slab v0.1.2
7342026-07-07T23:46:25.505Z Downloaded lru v0.12.5
7352026-07-07T23:46:25.505Z Downloaded maybe-uninit v2.0.0
7362026-07-07T23:46:25.505Z Downloaded lru-cache v0.1.2
7372026-07-07T23:46:25.508Z Downloaded lzss v0.8.2
7382026-07-07T23:46:25.508Z Downloaded maplit v1.0.2
7392026-07-07T23:46:25.508Z Downloaded managed v0.8.0
7402026-07-07T23:46:25.511Z Downloaded hyper-staticfile v0.10.1
7412026-07-07T23:46:25.511Z Downloaded impl-trait-for-tuples v0.2.3
7422026-07-07T23:46:25.513Z Downloaded memoffset v0.9.1
7432026-07-07T23:46:25.513Z Downloaded md5 v0.8.0
7442026-07-07T23:46:25.513Z Downloaded darling_core v0.20.11
7452026-07-07T23:46:25.516Z Downloaded http-body-util v0.1.3
7462026-07-07T23:46:25.519Z Downloaded elliptic-curve v0.14.0-rc.33
7472026-07-07T23:46:25.522Z Downloaded const_format v0.2.35
7482026-07-07T23:46:25.522Z Downloaded ar_archive_writer v0.5.1
7492026-07-07T23:46:25.525Z Downloaded md-5 v0.10.6
7502026-07-07T23:46:25.525Z Downloaded match_cfg v0.1.0
7512026-07-07T23:46:25.530Z Downloaded ipnetwork v0.21.1
7522026-07-07T23:46:25.533Z Downloaded elliptic-curve v0.13.8
7532026-07-07T23:46:25.536Z Downloaded chacha20poly1305 v0.10.1
7542026-07-07T23:46:25.536Z Downloaded ipnet v2.11.0
7552026-07-07T23:46:25.538Z Downloaded ingot-types v0.1.2
7562026-07-07T23:46:25.538Z Downloaded nodrop v0.1.14
7572026-07-07T23:46:25.538Z Downloaded is-terminal v0.4.17
7582026-07-07T23:46:25.541Z Downloaded new_debug_unreachable v1.0.6
7592026-07-07T23:46:25.541Z Downloaded indoc v2.0.7
7602026-07-07T23:46:25.545Z Downloaded num v0.4.3
7612026-07-07T23:46:25.545Z Downloaded normalize-line-endings v0.3.0
7622026-07-07T23:46:25.545Z Downloaded newtype_derive v0.1.6
7632026-07-07T23:46:25.545Z Downloaded newline-converter v0.3.0
7642026-07-07T23:46:25.548Z Downloaded multimap v0.10.1
7652026-07-07T23:46:25.548Z Downloaded newtype-uuid-macros v0.1.0
7662026-07-07T23:46:25.548Z Downloaded arc-swap v1.8.2
7672026-07-07T23:46:25.551Z Downloaded hmac v0.12.1
7682026-07-07T23:46:25.554Z Downloaded crypto-primes v0.7.2
7692026-07-07T23:46:25.554Z Downloaded const-oid v0.10.2
7702026-07-07T23:46:25.557Z Downloaded jobserver v0.1.34
7712026-07-07T23:46:25.557Z Downloaded nonempty v0.12.0
7722026-07-07T23:46:25.560Z Downloaded nibble_vec v0.1.0
7732026-07-07T23:46:25.560Z Downloaded num-derive v0.4.2
7742026-07-07T23:46:25.563Z Downloaded num-conv v0.2.0
7752026-07-07T23:46:25.563Z Downloaded getrandom v0.3.4
7762026-07-07T23:46:25.565Z Downloaded lock_api v0.4.14
7772026-07-07T23:46:25.566Z Downloaded hybrid-array v0.4.13
7782026-07-07T23:46:25.568Z Downloaded keccak v0.2.0
7792026-07-07T23:46:25.568Z Downloaded half v2.7.1
7802026-07-07T23:46:25.571Z Downloaded libsw-core v0.3.2
7812026-07-07T23:46:25.571Z Downloaded hyper-rustls v0.27.7
7822026-07-07T23:46:25.574Z Downloaded mime v0.3.17
7832026-07-07T23:46:25.574Z Downloaded iana-time-zone v0.1.65
7842026-07-07T23:46:25.577Z Downloaded libsw v3.5.0
7852026-07-07T23:46:25.577Z Downloaded libloading v0.8.9
7862026-07-07T23:46:25.580Z Downloaded linear-map v1.2.0
7872026-07-07T23:46:25.580Z Downloaded num_threads v0.1.7
7882026-07-07T23:46:25.580Z Downloaded libefi-sys v0.1.0
7892026-07-07T23:46:25.583Z Downloaded num-derive v0.3.3
7902026-07-07T23:46:25.583Z Downloaded httparse v1.10.1
7912026-07-07T23:46:25.585Z Downloaded num-iter v0.1.45
7922026-07-07T23:46:25.585Z Downloaded darling_core v0.23.0
7932026-07-07T23:46:25.588Z Downloaded mime_guess v2.0.5
7942026-07-07T23:46:25.591Z Downloaded generic-array v1.4.3
7952026-07-07T23:46:25.591Z Downloaded futures v0.3.32
7962026-07-07T23:46:25.606Z Downloaded oso-derive v0.27.3
7972026-07-07T23:46:25.610Z Downloaded crypto-bigint v0.5.5
7982026-07-07T23:46:25.614Z Downloaded nanorand v0.7.0
7992026-07-07T23:46:25.614Z Downloaded openssl-probe v0.2.1
8002026-07-07T23:46:25.619Z Downloaded hmac v0.13.0
8012026-07-07T23:46:25.619Z Downloaded highway v1.3.0
8022026-07-07T23:46:25.619Z Downloaded flume v0.11.1
8032026-07-07T23:46:25.622Z Downloaded openssl-probe v0.1.6
8042026-07-07T23:46:25.622Z Downloaded openssl-macros v0.1.1
8052026-07-07T23:46:25.622Z Downloaded opaque-debug v0.3.1
8062026-07-07T23:46:25.622Z Downloaded olpc-cjson v0.1.4
8072026-07-07T23:46:25.622Z Downloaded native-tls v0.2.18
8082026-07-07T23:46:25.625Z Downloaded ingot-macros v0.1.1
8092026-07-07T23:46:25.625Z Downloaded ingot v0.1.1
8102026-07-07T23:46:25.625Z Downloaded multer v3.1.0
8112026-07-07T23:46:25.628Z Downloaded crossbeam-channel v0.5.15
8122026-07-07T23:46:25.631Z Downloaded password-hash v0.6.1
8132026-07-07T23:46:25.631Z Downloaded parse-display v0.10.0
8142026-07-07T23:46:25.631Z Downloaded nu-ansi-term v0.50.3
8152026-07-07T23:46:25.634Z Downloaded dropshot_endpoint v0.17.1
8162026-07-07T23:46:25.637Z Downloaded packed_struct_codegen v0.10.1
8172026-07-07T23:46:25.637Z Downloaded num-complex v0.4.6
8182026-07-07T23:46:25.640Z Downloaded parse-size v1.1.0
8192026-07-07T23:46:25.640Z Downloaded newtype-uuid v1.3.2
8202026-07-07T23:46:25.640Z Downloaded bytes v1.11.1
8212026-07-07T23:46:25.643Z Downloaded num-rational v0.4.2
8222026-07-07T23:46:25.647Z Downloaded path-slash v0.1.5
8232026-07-07T23:46:25.647Z Downloaded num_enum_derive v0.7.6
8242026-07-07T23:46:25.650Z Downloaded memmap2 v0.9.10
8252026-07-07T23:46:25.650Z Downloaded icu_provider v2.1.1
8262026-07-07T23:46:25.650Z Downloaded phf_shared v0.11.3
8272026-07-07T23:46:25.653Z Downloaded heapless v0.7.17
8282026-07-07T23:46:25.653Z Downloaded litrs v1.0.0
8292026-07-07T23:46:25.655Z Downloaded litemap v0.8.1
8302026-07-07T23:46:25.658Z Downloaded num_enum_derive v0.5.11
8312026-07-07T23:46:25.658Z Downloaded num_enum v0.7.6
8322026-07-07T23:46:25.663Z Downloaded indexmap v1.9.3
8332026-07-07T23:46:25.665Z Downloaded flate2 v1.1.9
8342026-07-07T23:46:25.665Z Downloaded percent-encoding v2.3.2
8352026-07-07T23:46:25.668Z Downloaded module-lattice v0.2.3
8362026-07-07T23:46:25.668Z Downloaded derive_more v2.1.1
8372026-07-07T23:46:25.674Z Downloaded phf_shared v0.13.1
8382026-07-07T23:46:25.677Z Downloaded oxide-tokio-rt v0.1.4
8392026-07-07T23:46:25.677Z Downloaded owo-colors v4.3.0
8402026-07-07T23:46:25.677Z Downloaded headers v0.4.1
8412026-07-07T23:46:25.683Z Downloaded powerfmt v0.2.0
8422026-07-07T23:46:25.686Z Downloaded potential_utf v0.1.4
8432026-07-07T23:46:25.686Z Downloaded ed25519-dalek v2.2.0
8442026-07-07T23:46:25.689Z Downloaded ed25519-dalek v3.0.0-rc.0
8452026-07-07T23:46:25.691Z Downloaded expectorate v1.2.0
8462026-07-07T23:46:25.691Z Downloaded bumpalo v3.20.2
8472026-07-07T23:46:25.695Z Downloaded num-integer v0.1.46
8482026-07-07T23:46:25.698Z Downloaded libbz2-rs-sys v0.2.2
8492026-07-07T23:46:25.701Z Downloaded packed_struct v0.10.1
8502026-07-07T23:46:25.701Z Downloaded pbkdf2 v0.13.0
8512026-07-07T23:46:25.704Z Downloaded predicates-tree v1.0.13
8522026-07-07T23:46:25.704Z Downloaded predicates-core v1.0.10
8532026-07-07T23:46:25.704Z Downloaded password-hash v0.5.0
8542026-07-07T23:46:25.707Z Downloaded pem v3.0.6
8552026-07-07T23:46:25.707Z Downloaded num_enum v0.5.11
8562026-07-07T23:46:25.712Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-07-07T23:46:25.712Z Downloaded paste v1.0.15
8582026-07-07T23:46:25.715Z Downloaded phf v0.12.1
8592026-07-07T23:46:25.715Z Downloaded pem-rfc7468 v0.7.0
8602026-07-07T23:46:25.715Z Downloaded peg v0.8.5
8612026-07-07T23:46:25.718Z Downloaded hickory-resolver v0.24.4
8622026-07-07T23:46:25.723Z Downloaded proc-macro-crate v3.4.0
8632026-07-07T23:46:25.723Z Downloaded phf v0.13.1
8642026-07-07T23:46:25.723Z Downloaded ignore v0.4.25
8652026-07-07T23:46:25.726Z Downloaded peg-runtime v0.8.5
8662026-07-07T23:46:25.726Z Downloaded icu_locale_core v2.1.1
8672026-07-07T23:46:25.729Z Downloaded proc-macro-crate v1.3.1
8682026-07-07T23:46:25.729Z Downloaded precomputed-hash v0.1.1
8692026-07-07T23:46:25.729Z Downloaded pem-rfc7468 v1.0.0
8702026-07-07T23:46:25.733Z Downloaded icu_normalizer_data v2.1.1
8712026-07-07T23:46:25.733Z Downloaded phf_shared v0.12.1
8722026-07-07T23:46:25.736Z Downloaded progenitor-client v0.14.0
8732026-07-07T23:46:25.736Z Downloaded progenitor-macro v0.14.0
8742026-07-07T23:46:25.736Z Downloaded icu_normalizer v2.1.1
8752026-07-07T23:46:25.739Z Downloaded pkcs8 v0.10.2
8762026-07-07T23:46:25.742Z Downloaded psl-types v2.0.11
8772026-07-07T23:46:25.742Z Downloaded ppv-lite86 v0.2.21
8782026-07-07T23:46:25.746Z Downloaded polyval v0.7.1
8792026-07-07T23:46:25.746Z Downloaded indicatif v0.18.4
8802026-07-07T23:46:25.749Z Downloaded derive_more-impl v2.1.1
8812026-07-07T23:46:25.752Z Downloaded predicates v3.1.4
8822026-07-07T23:46:25.752Z Downloaded radium v0.7.0
8832026-07-07T23:46:25.755Z Downloaded phc v0.6.1
8842026-07-07T23:46:25.755Z Downloaded der v0.7.10
8852026-07-07T23:46:25.757Z Downloaded poly1305 v0.8.0
8862026-07-07T23:46:25.760Z Downloaded pkg-config v0.3.32
8872026-07-07T23:46:25.760Z Downloaded hickory-resolver v0.25.2
8882026-07-07T23:46:25.763Z Downloaded postgres-protocol v0.6.10
8892026-07-07T23:46:25.766Z Downloaded heapless v0.8.0
8902026-07-07T23:46:25.766Z Downloaded curve25519-dalek v5.0.0-rc.0
8912026-07-07T23:46:25.772Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-07-07T23:46:25.774Z Downloaded quick-error v1.2.3
8932026-07-07T23:46:25.775Z Downloaded primeorder v0.14.0-rc.10
8942026-07-07T23:46:25.775Z Downloaded parking_lot_core v0.8.6
8952026-07-07T23:46:25.777Z Downloaded rand_chacha v0.3.1
8962026-07-07T23:46:25.781Z Downloaded ref-cast-impl v1.0.25
8972026-07-07T23:46:25.784Z Downloaded ref-cast v1.0.25
8982026-07-07T23:46:25.784Z Downloaded parking_lot v0.11.2
8992026-07-07T23:46:25.787Z Downloaded proc-macro-error2 v2.0.1
9002026-07-07T23:46:25.791Z Downloaded progenitor-client v0.13.0
9012026-07-07T23:46:25.791Z Downloaded primeorder v0.13.6
9022026-07-07T23:46:25.791Z Downloaded primefield v0.14.0
9032026-07-07T23:46:25.791Z Downloaded peg-macros v0.8.5
9042026-07-07T23:46:25.794Z Downloaded parking_lot v0.12.5
9052026-07-07T23:46:25.794Z Downloaded parse-display-derive v0.10.0
9062026-07-07T23:46:25.797Z Downloaded icu_properties v2.1.2
9072026-07-07T23:46:25.797Z Downloaded oxnet v0.1.6
9082026-07-07T23:46:25.804Z Downloaded aes v0.9.1
9092026-07-07T23:46:25.804Z Downloaded recursive v0.1.1
9102026-07-07T23:46:25.804Z Downloaded progenitor-macro v0.13.0
9112026-07-07T23:46:25.804Z Downloaded progenitor v0.14.0
9122026-07-07T23:46:25.807Z Downloaded ml-kem v0.3.2
9132026-07-07T23:46:25.807Z Downloaded aes-gcm v0.11.0
9142026-07-07T23:46:25.810Z Downloaded parking_lot_core v0.9.12
9152026-07-07T23:46:25.815Z Downloaded omicron-zone-package v0.12.3
9162026-07-07T23:46:25.818Z Downloaded rfc6979 v0.5.0
9172026-07-07T23:46:25.818Z Downloaded pkcs1 v0.8.0-rc.4
9182026-07-07T23:46:25.821Z Downloaded rtoolbox v0.0.3
9192026-07-07T23:46:25.821Z Downloaded rfc6979 v0.4.0
9202026-07-07T23:46:25.821Z Downloaded rustc-hash v2.1.1
9212026-07-07T23:46:25.824Z Downloaded russh-util v0.52.0
9222026-07-07T23:46:25.824Z Downloaded pkcs8 v0.11.0
9232026-07-07T23:46:25.824Z Downloaded pkcs1 v0.7.5
9242026-07-07T23:46:25.828Z Downloaded postgres-types v0.2.12
9252026-07-07T23:46:25.831Z Downloaded poly1305 v0.9.0
9262026-07-07T23:46:25.831Z Downloaded r2d2 v0.8.10
9272026-07-07T23:46:25.831Z Downloaded oso v0.27.3
9282026-07-07T23:46:25.834Z Downloaded miniz_oxide v0.8.9
9292026-07-07T23:46:25.838Z Downloaded crossterm v0.29.0
9302026-07-07T23:46:25.844Z Downloaded rand_xorshift v0.4.0
9312026-07-07T23:46:25.844Z Downloaded rand_seeder v0.4.0
9322026-07-07T23:46:25.844Z Downloaded rand_chacha v0.9.0
9332026-07-07T23:46:25.847Z Downloaded rustc_version v0.4.1
9342026-07-07T23:46:25.847Z Downloaded rustc_version v0.1.7
9352026-07-07T23:46:25.847Z Downloaded russh-cryptovec v0.61.0
9362026-07-07T23:46:25.847Z Downloaded jiff-static v0.2.21
9372026-07-07T23:46:25.847Z Downloaded pin-project-internal v1.1.11
9382026-07-07T23:46:25.853Z Downloaded hashbrown v0.12.3
9392026-07-07T23:46:25.856Z Downloaded sapling-renderdag v0.1.0
9402026-07-07T23:46:25.859Z Downloaded scheduled-thread-pool v0.2.7
9412026-07-07T23:46:25.859Z Downloaded progenitor-extras v0.2.0
9422026-07-07T23:46:25.859Z Downloaded rand_core v0.10.0
9432026-07-07T23:46:25.867Z Downloaded icu_collections v2.1.1
9442026-07-07T23:46:25.872Z Downloaded same-file v1.0.6
9452026-07-07T23:46:25.872Z Downloaded num-traits v0.2.19
9462026-07-07T23:46:25.872Z Downloaded rand_core v0.6.4
9472026-07-07T23:46:25.872Z Downloaded hyper-util v0.1.20
9482026-07-07T23:46:25.872Z Downloaded scopeguard v1.2.0
9492026-07-07T23:46:25.872Z Downloaded scroll_derive v0.13.1
9502026-07-07T23:46:25.874Z Downloaded aho-corasick v1.1.4
9512026-07-07T23:46:25.875Z Downloaded pin-project-lite v0.2.17
9522026-07-07T23:46:25.878Z Downloaded crossterm v0.28.1
9532026-07-07T23:46:25.882Z Downloaded pkcs5 v0.8.1
9542026-07-07T23:46:25.885Z Downloaded openssl-sys v0.9.115
9552026-07-07T23:46:25.888Z Downloaded p384 v0.14.0-rc.10
9562026-07-07T23:46:25.890Z Downloaded serde-big-array v0.5.1
9572026-07-07T23:46:25.893Z Downloaded seq-macro v0.3.6
9582026-07-07T23:46:25.893Z Downloaded secrecy v0.10.3
9592026-07-07T23:46:25.893Z Downloaded secrecy v0.8.0
9602026-07-07T23:46:25.896Z Downloaded diesel_derives v2.3.7
9612026-07-07T23:46:25.899Z Downloaded serde_repr v0.1.20
9622026-07-07T23:46:25.899Z Downloaded quinn-udp v0.5.14
9632026-07-07T23:46:25.902Z Downloaded psm v0.1.30
9642026-07-07T23:46:25.902Z Downloaded prefix-trie v0.7.0
9652026-07-07T23:46:25.906Z Downloaded serde_plain v1.0.2
9662026-07-07T23:46:25.906Z Downloaded semver v0.1.20
9672026-07-07T23:46:25.909Z Downloaded rusty-fork v0.3.1
9682026-07-07T23:46:25.909Z Downloaded resolv-conf v0.7.6
9692026-07-07T23:46:25.909Z Downloaded progenitor v0.13.0
9702026-07-07T23:46:25.911Z Downloaded serde_urlencoded v0.7.1
9712026-07-07T23:46:25.912Z Downloaded dropshot-api-manager v0.7.2
9722026-07-07T23:46:25.914Z Downloaded serde_spanned v1.1.1
9732026-07-07T23:46:25.917Z Downloaded http v1.4.2
9742026-07-07T23:46:25.920Z Downloaded serde_bytes v0.11.19
9752026-07-07T23:46:25.923Z Downloaded hickory-server v0.25.2
9762026-07-07T23:46:25.931Z Downloaded shell-words v1.1.1
9772026-07-07T23:46:25.935Z Downloaded signal-hook-tokio v0.3.1
9782026-07-07T23:46:25.935Z Downloaded rustls-pemfile v2.2.0
9792026-07-07T23:46:25.935Z Downloaded rand_core v0.9.5
9802026-07-07T23:46:25.938Z Downloaded hashbrown v0.13.2
9812026-07-07T23:46:25.938Z Downloaded sha1 v0.11.0
9822026-07-07T23:46:25.941Z Downloaded progenitor-impl v0.13.0
9832026-07-07T23:46:25.944Z Downloaded rustversion v1.0.22
9842026-07-07T23:46:25.944Z Downloaded rustls-native-certs v0.8.3
9852026-07-07T23:46:25.948Z Downloaded sec1 v0.8.1
9862026-07-07T23:46:25.948Z Downloaded siphasher v1.0.2
9872026-07-07T23:46:25.948Z Downloaded signal-hook-mio v0.2.5
9882026-07-07T23:46:25.951Z Downloaded postcard v1.1.3
9892026-07-07T23:46:25.955Z Downloaded scrypt v0.12.0
9902026-07-07T23:46:25.958Z Downloaded der v0.8.0
9912026-07-07T23:46:25.960Z Downloaded scroll v0.13.0
9922026-07-07T23:46:25.965Z Downloaded signature v3.0.0
9932026-07-07T23:46:25.965Z Downloaded signature v2.2.0
9942026-07-07T23:46:25.965Z Downloaded pin-project v1.1.11
9952026-07-07T23:46:25.971Z Downloaded slog-envlogger v2.2.0
9962026-07-07T23:46:25.974Z Downloaded sigpipe v0.1.3
9972026-07-07T23:46:25.974Z Downloaded schemars_derive v0.8.22
9982026-07-07T23:46:25.974Z Downloaded slog-bunyan v2.5.0
9992026-07-07T23:46:25.978Z Downloaded sec1 v0.7.3
10002026-07-07T23:46:25.981Z Downloaded p256 v0.14.0-rc.10
10012026-07-07T23:46:25.984Z Downloaded serde_path_to_error v0.1.20
10022026-07-07T23:46:25.989Z Downloaded internal-russh-num-bigint v0.5.0
10032026-07-07T23:46:25.994Z Downloaded sha1 v0.10.6
10042026-07-07T23:46:25.994Z Downloaded serdect v0.4.3
10052026-07-07T23:46:25.994Z Downloaded serde-hex v0.1.0
10062026-07-07T23:46:25.997Z Downloaded prettyplease v0.2.37
10072026-07-07T23:46:25.997Z Downloaded itertools v0.10.5
10082026-07-07T23:46:25.999Z Downloaded num-bigint v0.4.6
10092026-07-07T23:46:26.002Z Downloaded serde_derive_internals v0.29.1
10102026-07-07T23:46:26.005Z Downloaded sqlparser_derive v0.5.0
10112026-07-07T23:46:26.005Z Downloaded salsa20 v0.11.0
10122026-07-07T23:46:26.005Z Downloaded pretty_assertions v1.4.1
10132026-07-07T23:46:26.013Z Downloaded progenitor-impl v0.14.0
10142026-07-07T23:46:26.016Z Downloaded rcgen v0.12.1
10152026-07-07T23:46:26.019Z Downloaded slab v0.4.12
10162026-07-07T23:46:26.022Z Downloaded simd-adler32 v0.3.8
10172026-07-07T23:46:26.022Z Downloaded rustls-pki-types v1.14.0
10182026-07-07T23:46:26.025Z Downloaded strum v0.26.3
10192026-07-07T23:46:26.025Z Downloaded serde_with_macros v1.5.2
10202026-07-07T23:46:26.028Z Downloaded stable_deref_trait v1.2.1
10212026-07-07T23:46:26.028Z Downloaded subtle v2.6.1
10222026-07-07T23:46:26.031Z Downloaded strum v0.27.2
10232026-07-07T23:46:26.034Z Downloaded structmeta-derive v0.3.0
10242026-07-07T23:46:26.034Z Downloaded strsim v0.10.0
10252026-07-07T23:46:26.034Z Downloaded strip-ansi-escapes v0.2.1
10262026-07-07T23:46:26.037Z Downloaded structmeta v0.3.0
10272026-07-07T23:46:26.037Z Downloaded slog-async v2.8.0
10282026-07-07T23:46:26.038Z Downloaded signal-hook-registry v1.4.8
10292026-07-07T23:46:26.038Z Downloaded hashbrown v0.15.5
10302026-07-07T23:46:26.041Z Downloaded minimal-lexical v0.2.1
10312026-07-07T23:46:26.043Z Downloaded sync_wrapper v1.0.2
10322026-07-07T23:46:26.046Z Downloaded smf v0.2.3
10332026-07-07T23:46:26.046Z Downloaded slog-json v2.6.1
10342026-07-07T23:46:26.046Z Downloaded slog-dtrace v0.3.0
10352026-07-07T23:46:26.049Z Downloaded mio v1.2.0
10362026-07-07T23:46:26.052Z Downloaded supports-color v3.0.2
10372026-07-07T23:46:26.052Z Downloaded papergrid v0.17.0
10382026-07-07T23:46:26.060Z Downloaded slog-term v2.9.2
10392026-07-07T23:46:26.063Z Downloaded take_mut v0.2.2
10402026-07-07T23:46:26.063Z Downloaded nom v7.1.3
10412026-07-07T23:46:26.065Z Downloaded spki v0.8.0
10422026-07-07T23:46:26.066Z Downloaded smallvec v0.6.14
10432026-07-07T23:46:26.068Z Downloaded tabled_derive v0.11.0
10442026-07-07T23:46:26.068Z Downloaded sync-ptr v0.1.4
10452026-07-07T23:46:26.068Z Downloaded tagptr v0.2.0
10462026-07-07T23:46:26.072Z Downloaded tabwriter v1.4.1
10472026-07-07T23:46:26.073Z Downloaded ryu v1.0.23
10482026-07-07T23:46:26.077Z Downloaded tap v1.0.1
10492026-07-07T23:46:26.077Z Downloaded stacker v0.1.23
10502026-07-07T23:46:26.077Z Downloaded slog-stdlog v4.1.1
10512026-07-07T23:46:26.077Z Downloaded thiserror-impl-no-std v2.0.2
10522026-07-07T23:46:26.080Z Downloaded spki v0.7.3
10532026-07-07T23:46:26.080Z Downloaded testing_table v0.3.0
10542026-07-07T23:46:26.080Z Downloaded slog-scope v4.4.1
10552026-07-07T23:46:26.080Z Downloaded schemars v0.8.22
10562026-07-07T23:46:26.089Z Downloaded serde_cbor v0.11.2
10572026-07-07T23:46:26.091Z Downloaded string_cache v0.8.9
10582026-07-07T23:46:26.091Z Downloaded strum_macros v0.24.3
10592026-07-07T23:46:26.094Z Downloaded strum_macros v0.26.4
10602026-07-07T23:46:26.094Z Downloaded static_assertions v1.1.0
10612026-07-07T23:46:26.097Z Downloaded thread-id v5.1.0
10622026-07-07T23:46:26.097Z Downloaded libxml v0.3.3
10632026-07-07T23:46:26.100Z Downloaded serde_with_macros v3.17.0
10642026-07-07T23:46:26.103Z Downloaded rayon-core v1.13.0
10652026-07-07T23:46:26.107Z Downloaded publicsuffix v2.3.0
10662026-07-07T23:46:26.107Z Downloaded ssh-encoding v0.3.0-rc.9
10672026-07-07T23:46:26.110Z Downloaded ssh-cipher v0.3.0-rc.9
10682026-07-07T23:46:26.110Z Downloaded tinyvec_macros v0.1.1
10692026-07-07T23:46:26.110Z Downloaded sha2 v0.11.0
10702026-07-07T23:46:26.113Z Downloaded time-core v0.1.8
10712026-07-07T23:46:26.113Z Downloaded termtree v0.5.1
10722026-07-07T23:46:26.116Z Downloaded ron v0.8.1
10732026-07-07T23:46:26.119Z Downloaded synstructure v0.13.2
10742026-07-07T23:46:26.122Z Downloaded futures-util v0.3.32
10752026-07-07T23:46:26.126Z Downloaded strum_macros v0.27.2
10762026-07-07T23:46:26.129Z Downloaded rustls-platform-verifier v0.6.2
10772026-07-07T23:46:26.132Z Downloaded stringprep v0.1.5
10782026-07-07T23:46:26.132Z Downloaded spin v0.9.8
10792026-07-07T23:46:26.135Z Downloaded hashbrown v0.16.1
10802026-07-07T23:46:26.138Z Downloaded shlex v1.3.0
10812026-07-07T23:46:26.138Z Downloaded tokio-test v0.4.5
10822026-07-07T23:46:26.142Z Downloaded smallvec v1.15.1
10832026-07-07T23:46:26.146Z Downloaded itertools v0.12.1
10842026-07-07T23:46:26.149Z Downloaded tower-layer v0.3.3
10852026-07-07T23:46:26.149Z Downloaded sqlformat v0.3.5
10862026-07-07T23:46:26.154Z Downloaded tower-service v0.3.3
10872026-07-07T23:46:26.157Z Downloaded hyper v1.10.1
10882026-07-07T23:46:26.160Z Downloaded termios v0.3.3
10892026-07-07T23:46:26.163Z Downloaded itertools v0.13.0
10902026-07-07T23:46:26.167Z Downloaded idna v1.1.0
10912026-07-07T23:46:26.170Z Downloaded snafu-derive v0.8.9
10922026-07-07T23:46:26.170Z Downloaded num-bigint-dig v0.8.6
10932026-07-07T23:46:26.174Z Downloaded signal-hook v0.3.18
10942026-07-07T23:46:26.174Z Downloaded icu_properties_data v2.1.2
10952026-07-07T23:46:26.179Z Downloaded try-lock v0.2.5
10962026-07-07T23:46:26.183Z Downloaded trait-variant v0.1.2
10972026-07-07T23:46:26.183Z Downloaded rand v0.8.6
10982026-07-07T23:46:26.187Z Downloaded support-bundle-viewer v0.1.2
10992026-07-07T23:46:26.187Z Downloaded tiny-keccak v2.0.2
11002026-07-07T23:46:26.187Z Downloaded thiserror-no-std v2.0.2
11012026-07-07T23:46:26.190Z Downloaded slog v2.8.2
11022026-07-07T23:46:26.190Z Downloaded qorb v0.4.1
11032026-07-07T23:46:26.193Z Downloaded tls_codec_derive v0.4.2
11042026-07-07T23:46:26.196Z Downloaded tokio-macros v2.7.0
11052026-07-07T23:46:26.196Z Downloaded tokio-dtrace v0.1.1
11062026-07-07T23:46:26.196Z Downloaded tls_codec v0.4.2
11072026-07-07T23:46:26.200Z Downloaded time-macros v0.2.27
11082026-07-07T23:46:26.200Z Downloaded thread_local v1.1.9
11092026-07-07T23:46:26.200Z Downloaded bitvec v1.0.1
11102026-07-07T23:46:26.207Z Downloaded unicode-truncate v1.1.0
11112026-07-07T23:46:26.210Z Downloaded unarray v0.1.4
11122026-07-07T23:46:26.210Z Downloaded untrusted v0.9.0
11132026-07-07T23:46:26.213Z Downloaded universal-hash v0.5.1
11142026-07-07T23:46:26.213Z Downloaded tokio-native-tls v0.3.1
11152026-07-07T23:46:26.213Z Downloaded hkdf v0.13.0
11162026-07-07T23:46:26.216Z Downloaded unicode-xid v0.2.6
11172026-07-07T23:46:26.216Z Downloaded hkdf v0.12.4
11182026-07-07T23:46:26.219Z Downloaded universal-hash v0.6.1
11192026-07-07T23:46:26.219Z Downloaded unit-prefix v0.5.2
11202026-07-07T23:46:26.219Z Downloaded untrusted v0.7.1
11212026-07-07T23:46:26.222Z Downloaded typify-macro v0.6.2
11222026-07-07T23:46:26.222Z Downloaded schemars v0.9.0
11232026-07-07T23:46:26.226Z Downloaded utf8_iter v1.0.4
11242026-07-07T23:46:26.229Z Downloaded usdt-macro v0.6.0
11252026-07-07T23:46:26.229Z Downloaded tokio-tungstenite v0.23.1
11262026-07-07T23:46:26.229Z Downloaded usdt-attr-macro v0.6.0
11272026-07-07T23:46:26.232Z Downloaded topological-sort v0.2.2
11282026-07-07T23:46:26.232Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-07-07T23:46:26.232Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11302026-07-07T23:46:26.236Z Downloaded tokio-tungstenite v0.21.0
11312026-07-07T23:46:26.236Z Downloaded quinn v0.11.9
11322026-07-07T23:46:26.239Z Downloaded iri-string v0.7.10
11332026-07-07T23:46:26.242Z Downloaded term v1.2.1
11342026-07-07T23:46:26.246Z Downloaded term v0.7.0
11352026-07-07T23:46:26.246Z Downloaded nom v8.0.0
11362026-07-07T23:46:26.249Z Downloaded similar v2.7.0
11372026-07-07T23:46:26.252Z Downloaded waitgroup v0.1.2
11382026-07-07T23:46:26.252Z Downloaded wait-timeout v0.2.1
11392026-07-07T23:46:26.255Z Downloaded void v1.0.2
11402026-07-07T23:46:26.255Z Downloaded tui-tree-widget v0.23.1
11412026-07-07T23:46:26.255Z Downloaded schemars v1.2.1
11422026-07-07T23:46:26.262Z Downloaded toml_writer v1.1.1+spec-1.1.0
11432026-07-07T23:46:26.265Z Downloaded subprocess v0.2.15
11442026-07-07T23:46:26.268Z Downloaded tinystr v0.8.2
11452026-07-07T23:46:26.268Z Downloaded serde_yaml v0.9.34+deprecated
11462026-07-07T23:46:26.271Z Downloaded rand v0.10.1
11472026-07-07T23:46:26.271Z Downloaded want v0.3.1
11482026-07-07T23:46:26.274Z Downloaded rand v0.9.2
11492026-07-07T23:46:26.274Z Downloaded xattr v1.6.1
11502026-07-07T23:46:26.277Z Downloaded bindgen v0.71.1
11512026-07-07T23:46:26.280Z Downloaded yoke-derive v0.8.1
11522026-07-07T23:46:26.280Z Downloaded snafu v0.8.9
11532026-07-07T23:46:26.283Z Downloaded xshell-macros v0.2.7
11542026-07-07T23:46:26.285Z Downloaded unicase v2.9.0
11552026-07-07T23:46:26.286Z Downloaded rustls-webpki v0.103.13
11562026-07-07T23:46:26.289Z Downloaded rsa v0.9.10
11572026-07-07T23:46:26.292Z Downloaded samael v0.0.19
11582026-07-07T23:46:26.294Z Downloaded socket2 v0.6.3
11592026-07-07T23:46:26.294Z Downloaded usdt v0.6.0
11602026-07-07T23:46:26.299Z Downloaded blake3 v1.8.5
11612026-07-07T23:46:26.304Z Downloaded p521 v0.14.0-rc.10
11622026-07-07T23:46:26.310Z Downloaded utf-8 v0.7.6
11632026-07-07T23:46:26.313Z Downloaded zerofrom v0.1.6
11642026-07-07T23:46:26.313Z Downloaded vergen-gitcl v1.0.8
11652026-07-07T23:46:26.313Z Downloaded vergen-git2 v9.1.0
11662026-07-07T23:46:26.316Z Downloaded zeroize_derive v1.4.3
11672026-07-07T23:46:26.317Z Downloaded vergen-lib v0.1.6
11682026-07-07T23:46:26.317Z Downloaded zerofrom-derive v0.1.6
11692026-07-07T23:46:26.317Z Downloaded h2 v0.4.15
11702026-07-07T23:46:26.320Z Downloaded vergen-lib v9.1.0
11712026-07-07T23:46:26.323Z Downloaded tracing-attributes v0.1.31
11722026-07-07T23:46:26.323Z Downloaded test-strategy v0.4.5
11732026-07-07T23:46:26.326Z Downloaded socket2 v0.5.10
11742026-07-07T23:46:26.326Z Downloaded itertools v0.14.0
11752026-07-07T23:46:26.329Z Downloaded zone_cfg_derive v0.3.1
11762026-07-07T23:46:26.332Z Downloaded rsa v0.10.0-rc.18
11772026-07-07T23:46:26.336Z Downloaded twox-hash v2.1.2
11782026-07-07T23:46:26.336Z Downloaded uzers v0.12.2
11792026-07-07T23:46:26.341Z Downloaded whoami v1.6.1
11802026-07-07T23:46:26.349Z Downloaded tinyvec v1.10.0
11812026-07-07T23:46:26.349Z Downloaded iddqd v0.4.2
11822026-07-07T23:46:26.357Z Downloaded walkdir v2.5.0
11832026-07-07T23:46:26.357Z Downloaded wyz v0.5.1
11842026-07-07T23:46:26.357Z Downloaded vsss-rs v3.3.4
11852026-07-07T23:46:26.364Z Downloaded tokio-rustls v0.26.4
11862026-07-07T23:46:26.369Z Downloaded unicode-properties v0.1.4
11872026-07-07T23:46:26.369Z Downloaded serde_with v1.14.0
11882026-07-07T23:46:26.373Z Downloaded rustyline v14.0.0
11892026-07-07T23:46:26.378Z Downloaded xshell v0.2.7
11902026-07-07T23:46:26.382Z Downloaded usdt-impl v0.6.0
11912026-07-07T23:46:26.386Z Downloaded toml v0.7.8
11922026-07-07T23:46:26.386Z Downloaded vergen v9.1.0
11932026-07-07T23:46:26.391Z Downloaded steno v0.4.1
11942026-07-07T23:46:26.395Z Downloaded tungstenite v0.21.0
11952026-07-07T23:46:26.395Z Downloaded zerovec-derive v0.11.2
11962026-07-07T23:46:26.395Z Downloaded zone v0.3.1
11972026-07-07T23:46:26.395Z Downloaded zeroize v1.8.2
11982026-07-07T23:46:26.403Z Downloaded toml_parser v1.1.2+spec-1.1.0
11992026-07-07T23:46:26.403Z Downloaded libm v0.2.16
12002026-07-07T23:46:26.408Z Downloaded typify v0.6.2
12012026-07-07T23:46:26.408Z Downloaded tungstenite v0.23.0
12022026-07-07T23:46:26.408Z Downloaded tar v0.4.45
12032026-07-07T23:46:26.412Z Downloaded tracing-core v0.1.36
12042026-07-07T23:46:26.412Z Downloaded rpassword v7.4.0
12052026-07-07T23:46:26.412Z Downloaded zstd v0.13.3
12062026-07-07T23:46:26.419Z Downloaded zstd-safe v7.2.4
12072026-07-07T23:46:26.419Z Downloaded aws-lc-rs v1.16.3
12082026-07-07T23:46:26.424Z Downloaded yasna v0.5.2
12092026-07-07T23:46:26.424Z Downloaded whoami v2.1.0
12102026-07-07T23:46:26.429Z Downloaded unsafe-libyaml v0.2.11
12112026-07-07T23:46:26.433Z Downloaded writeable v0.6.2
12122026-07-07T23:46:26.444Z Downloaded toml v1.1.2+spec-1.1.0
12132026-07-07T23:46:26.444Z Downloaded unicode-bidi v0.3.18
12142026-07-07T23:46:26.449Z Downloaded tokio-stream v0.1.18
12152026-07-07T23:46:26.453Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-07-07T23:46:26.458Z Downloaded yoke v0.8.1
12172026-07-07T23:46:26.480Z Downloaded zerocopy v0.6.6
12182026-07-07T23:46:26.484Z Downloaded vte v0.14.1
12192026-07-07T23:46:26.488Z Downloaded tokio-postgres v0.7.16
12202026-07-07T23:46:26.492Z Downloaded regex v1.12.3
12212026-07-07T23:46:26.501Z Downloaded reedline v0.40.0
12222026-07-07T23:46:26.508Z Downloaded toml_edit v0.19.15
12232026-07-07T23:46:26.517Z Downloaded uuid v1.23.4
12242026-07-07T23:46:26.521Z Downloaded git2 v0.20.4
12252026-07-07T23:46:26.524Z Downloaded yansi v1.0.1
12262026-07-07T23:46:26.528Z Downloaded chrono v0.4.44
12272026-07-07T23:46:26.533Z Downloaded dropshot v0.17.1
12282026-07-07T23:46:26.542Z Downloaded zopfli v0.8.3
12292026-07-07T23:46:26.546Z Downloaded zerotrie v0.2.3
12302026-07-07T23:46:26.547Z Downloaded url v2.5.8
12312026-07-07T23:46:26.551Z Downloaded zip v0.6.6
12322026-07-07T23:46:26.562Z Downloaded p384 v0.13.1
12332026-07-07T23:46:26.569Z Downloaded tower v0.5.3
12342026-07-07T23:46:26.574Z Downloaded rayon v1.11.0
12352026-07-07T23:46:26.580Z Downloaded ssh-key v0.7.0-rc.10
12362026-07-07T23:46:26.584Z Downloaded zerocopy-derive v0.8.40
12372026-07-07T23:46:26.588Z Downloaded lalrpop v0.19.12
12382026-07-07T23:46:26.595Z Downloaded typed-path v0.9.3
12392026-07-07T23:46:26.600Z Downloaded x509-cert v0.2.5
12402026-07-07T23:46:26.605Z Downloaded unicode-segmentation v1.12.0
12412026-07-07T23:46:26.605Z Downloaded reqwest v0.13.2
12422026-07-07T23:46:26.609Z Downloaded reqwest v0.12.28
12432026-07-07T23:46:26.613Z Downloaded portable-atomic v1.13.1
12442026-07-07T23:46:26.617Z Downloaded moka v0.12.13
12452026-07-07T23:46:26.622Z Downloaded unicode_categories v0.1.1
12462026-07-07T23:46:26.622Z Downloaded crypto-bigint v0.7.5
12472026-07-07T23:46:26.628Z Downloaded curve25519-dalek v4.1.3
12482026-07-07T23:46:26.634Z Downloaded goblin v0.10.5
12492026-07-07T23:46:26.638Z Downloaded salty v0.3.0
12502026-07-07T23:46:26.643Z Downloaded quick-xml v0.37.5
12512026-07-07T23:46:26.653Z Downloaded zip v4.6.1
12522026-07-07T23:46:26.656Z Downloaded object v0.30.4
12532026-07-07T23:46:26.661Z Downloaded proptest v1.10.0
12542026-07-07T23:46:26.667Z Downloaded unicode-normalization v0.1.25
12552026-07-07T23:46:26.671Z Downloaded serde_with v3.17.0
12562026-07-07T23:46:26.677Z Downloaded nix v0.27.1
12572026-07-07T23:46:26.693Z Downloaded radix_trie v0.2.1
12582026-07-07T23:46:26.701Z Downloaded tokio-util v0.7.18
12592026-07-07T23:46:26.704Z Downloaded petname v2.0.2
12602026-07-07T23:46:26.710Z Downloaded tough v0.22.0
12612026-07-07T23:46:26.789Z Downloaded zerovec v0.11.5
12622026-07-07T23:46:26.793Z Downloaded tower-http v0.6.8
12632026-07-07T23:46:26.794Z Downloaded winnow v0.5.40
12642026-07-07T23:46:26.794Z Downloaded quinn-proto v0.11.13
12652026-07-07T23:46:26.794Z Downloaded bstr v1.12.1
12662026-07-07T23:46:26.794Z Downloaded winnow v0.6.26
12672026-07-07T23:46:26.794Z Downloaded openssl v0.10.79
12682026-07-07T23:46:26.794Z Downloaded russh v0.61.2
12692026-07-07T23:46:26.794Z Downloaded nix v0.28.0
12702026-07-07T23:46:26.794Z Downloaded winnow v1.0.3
12712026-07-07T23:46:26.799Z Downloaded regex-syntax v0.6.29
12722026-07-07T23:46:26.815Z Downloaded polar-core v0.27.3
12732026-07-07T23:46:26.829Z Downloaded hickory-proto v0.24.4
12742026-07-07T23:46:26.838Z Downloaded smoltcp v0.9.1
12752026-07-07T23:46:26.842Z Downloaded time v0.3.47
12762026-07-07T23:46:26.851Z Downloaded object v0.37.3
12772026-07-07T23:46:26.854Z Downloaded zlib-rs v0.6.2
12782026-07-07T23:46:26.858Z Downloaded vcpkg v0.2.15
12792026-07-07T23:46:26.880Z Downloaded tabled v0.20.0
12802026-07-07T23:46:26.889Z Downloaded smoltcp v0.11.0
12812026-07-07T23:46:26.895Z Downloaded regex-syntax v0.8.10
12822026-07-07T23:46:26.901Z Downloaded diesel v2.3.7
12832026-07-07T23:46:26.914Z Downloaded zerocopy v0.8.40
12842026-07-07T23:46:26.928Z Downloaded rustix v0.38.44
12852026-07-07T23:46:26.931Z Downloaded regress v0.10.5
12862026-07-07T23:46:26.938Z Downloaded regress v0.11.1
12872026-07-07T23:46:26.950Z Downloaded openapiv3 v2.2.0
12882026-07-07T23:46:26.957Z Downloaded hickory-proto v0.25.2
12892026-07-07T23:46:26.960Z Downloaded rustls v0.23.41
12902026-07-07T23:46:26.964Z Downloaded nix v0.31.2
12912026-07-07T23:46:27.015Z Downloaded sled v0.34.7
12922026-07-07T23:46:27.035Z Downloaded sqlparser v0.61.0
12932026-07-07T23:46:27.043Z Downloaded ratatui v0.29.0
12942026-07-07T23:46:27.073Z Downloaded typify-impl v0.6.2
12952026-07-07T23:46:27.080Z Downloaded tracing v0.1.44
12962026-07-07T23:46:27.093Z Downloaded sha3 v0.11.0
12972026-07-07T23:46:27.096Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-07T23:46:27.101Z Downloaded regex-automata v0.4.14
12992026-07-07T23:46:27.110Z Downloaded zerocopy-derive v0.6.6
13002026-07-07T23:46:27.115Z Downloaded fiat-crypto v0.3.0
13012026-07-07T23:46:27.125Z Downloaded petgraph v0.6.5
13022026-07-07T23:46:27.151Z Downloaded jiff v0.2.21
13032026-07-07T23:46:27.162Z Downloaded chrono-tz v0.10.4
13042026-07-07T23:46:27.172Z Downloaded csv v1.4.0
13052026-07-07T23:46:27.185Z Downloaded libz-sys v1.1.24
13062026-07-07T23:46:27.197Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-07T23:46:27.208Z Downloaded petgraph v0.8.3
13082026-07-07T23:46:27.222Z Downloaded tokio v1.52.1
13092026-07-07T23:46:27.244Z Downloaded sha3 v0.10.8
13102026-07-07T23:46:27.297Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-07T23:46:27.337Z Downloaded encoding_rs v0.8.35
13122026-07-07T23:46:27.360Z Downloaded ring v0.17.14
13132026-07-07T23:46:27.950Z Downloaded aws-lc-sys v0.40.0
13142026-07-07T23:46:28.197Z Compiling libc v0.2.185
13152026-07-07T23:46:28.197Z Compiling serde_core v1.0.228
13162026-07-07T23:46:28.197Z Compiling serde v1.0.228
13172026-07-07T23:46:28.200Z Compiling log v0.4.29
13182026-07-07T23:46:28.200Z Compiling smallvec v1.15.1
13192026-07-07T23:46:28.344Z Compiling shlex v1.3.0
13202026-07-07T23:46:28.348Z Compiling find-msvc-tools v0.1.9
13212026-07-07T23:46:28.351Z Compiling syn v2.0.117
13222026-07-07T23:46:28.538Z Compiling subtle v2.6.1
13232026-07-07T23:46:28.552Z Compiling scopeguard v1.2.0
13242026-07-07T23:46:28.571Z Compiling stable_deref_trait v1.2.1
13252026-07-07T23:46:28.627Z Compiling lock_api v0.4.14
13262026-07-07T23:46:28.666Z Compiling typenum v1.20.1
13272026-07-07T23:46:28.671Z Compiling serde_json v1.0.150
13282026-07-07T23:46:28.688Z Compiling zerocopy v0.8.40
13292026-07-07T23:46:28.702Z Compiling portable-atomic v1.13.1
13302026-07-07T23:46:28.859Z Compiling parking_lot_core v0.9.12
13312026-07-07T23:46:28.890Z Compiling pin-project-lite v0.2.17
13322026-07-07T23:46:28.984Z Compiling pkg-config v0.3.32
13332026-07-07T23:46:29.130Z Compiling critical-section v1.2.0
13342026-07-07T23:46:29.143Z Compiling futures-core v0.3.32
13352026-07-07T23:46:29.215Z Compiling jobserver v0.1.34
13362026-07-07T23:46:29.231Z Compiling errno v0.3.14
13372026-07-07T23:46:29.284Z Compiling getrandom v0.2.17
13382026-07-07T23:46:29.467Z Compiling signal-hook-registry v1.4.8
13392026-07-07T23:46:29.586Z Compiling cc v1.2.56
13402026-07-07T23:46:29.621Z Compiling rand_core v0.6.4
13412026-07-07T23:46:29.697Z Compiling libm v0.2.16
13422026-07-07T23:46:29.752Z Compiling getrandom v0.4.1
13432026-07-07T23:46:29.884Z Compiling once_cell v1.21.3
13442026-07-07T23:46:29.899Z Compiling parking_lot v0.12.5
13452026-07-07T23:46:29.944Z Compiling mio v1.2.0
13462026-07-07T23:46:30.042Z Compiling num-traits v0.2.19
13472026-07-07T23:46:30.103Z Compiling generic-array v0.14.7
13482026-07-07T23:46:30.141Z Compiling const-oid v0.9.6
13492026-07-07T23:46:30.247Z Compiling rand_core v0.10.0
13502026-07-07T23:46:30.430Z Compiling percent-encoding v2.3.2
13512026-07-07T23:46:30.461Z Compiling writeable v0.6.2
13522026-07-07T23:46:30.638Z Compiling bitflags v2.11.0
13532026-07-07T23:46:30.657Z Compiling litemap v0.8.1
13542026-07-07T23:46:30.701Z Compiling semver v1.0.28
13552026-07-07T23:46:30.851Z Compiling socket2 v0.6.3
13562026-07-07T23:46:30.869Z Compiling icu_properties_data v2.1.2
13572026-07-07T23:46:30.915Z Compiling icu_normalizer_data v2.1.1
13582026-07-07T23:46:31.037Z Compiling futures-sink v0.3.32
13592026-07-07T23:46:31.189Z Compiling futures-channel v0.3.32
13602026-07-07T23:46:31.212Z Compiling synstructure v0.13.2
13612026-07-07T23:46:31.226Z Compiling slab v0.4.12
13622026-07-07T23:46:31.260Z Compiling futures-task v0.3.32
13632026-07-07T23:46:31.402Z Compiling futures-io v0.3.32
13642026-07-07T23:46:31.416Z Compiling indexmap v2.14.0
13652026-07-07T23:46:31.430Z Compiling utf8_iter v1.0.4
13662026-07-07T23:46:31.502Z Compiling rustversion v1.0.22
13672026-07-07T23:46:31.560Z Compiling getrandom v0.3.4
13682026-07-07T23:46:31.582Z Compiling form_urlencoded v1.2.2
13692026-07-07T23:46:31.771Z Compiling cmake v0.1.57
13702026-07-07T23:46:31.786Z Compiling dunce v1.0.5
13712026-07-07T23:46:31.786Z Compiling fs_extra v1.3.0
13722026-07-07T23:46:31.825Z Compiling ident_case v1.0.1
13732026-07-07T23:46:31.882Z Compiling rustix v1.1.3
13742026-07-07T23:46:31.953Z Compiling iana-time-zone v0.1.65
13752026-07-07T23:46:32.075Z Compiling regex-syntax v0.8.10
13762026-07-07T23:46:32.095Z Compiling base64ct v1.8.3
13772026-07-07T23:46:32.157Z Compiling vcpkg v0.2.15
13782026-07-07T23:46:32.178Z Compiling aws-lc-sys v0.40.0
13792026-07-07T23:46:32.385Z Compiling pem-rfc7468 v0.7.0
13802026-07-07T23:46:32.501Z Compiling rand_core v0.9.5
13812026-07-07T23:46:32.523Z Compiling rustc_version v0.4.1
13822026-07-07T23:46:32.684Z Compiling uuid v1.23.4
13832026-07-07T23:46:32.779Z Compiling tracing-core v0.1.36
13842026-07-07T23:46:32.850Z Compiling flagset v0.4.7
13852026-07-07T23:46:32.895Z Compiling openssl-sys v0.9.115
13862026-07-07T23:46:32.951Z Compiling serde_derive v1.0.228
13872026-07-07T23:46:32.983Z Compiling zeroize_derive v1.4.3
13882026-07-07T23:46:33.339Z Compiling zerofrom-derive v0.1.6
13892026-07-07T23:46:33.432Z Compiling yoke-derive v0.8.1
13902026-07-07T23:46:33.459Z Compiling zerovec-derive v0.11.2
13912026-07-07T23:46:33.640Z Compiling zerocopy-derive v0.8.40
13922026-07-07T23:46:33.661Z Compiling zeroize v1.8.2
13932026-07-07T23:46:33.863Z Compiling displaydoc v0.2.5
13942026-07-07T23:46:34.615Z Compiling tokio-macros v2.7.0
13952026-07-07T23:46:34.618Z Compiling futures-macro v0.3.32
13962026-07-07T23:46:34.665Z Compiling tracing-attributes v0.1.31
13972026-07-07T23:46:34.759Z Compiling zerofrom v0.1.6
13982026-07-07T23:46:34.889Z Compiling yoke v0.8.1
13992026-07-07T23:46:35.046Z Compiling zerovec v0.11.5
14002026-07-07T23:46:35.076Z Compiling zerotrie v0.2.3
14012026-07-07T23:46:35.377Z Compiling block-buffer v0.10.4
14022026-07-07T23:46:35.391Z Compiling crypto-common v0.1.7
14032026-07-07T23:46:35.437Z Compiling futures-util v0.3.32
14042026-07-07T23:46:35.536Z Compiling tinystr v0.8.2
14052026-07-07T23:46:35.550Z Compiling potential_utf v0.1.4
14062026-07-07T23:46:35.563Z Compiling digest v0.10.7
14072026-07-07T23:46:35.709Z Compiling icu_locale_core v2.1.1
14082026-07-07T23:46:35.736Z Compiling icu_collections v2.1.1
14092026-07-07T23:46:35.813Z Compiling der_derive v0.7.3
14102026-07-07T23:46:36.013Z Compiling thiserror-impl v2.0.18
14112026-07-07T23:46:36.215Z Compiling aws-lc-rs v1.16.3
14122026-07-07T23:46:36.454Z Compiling bytes v1.11.1
14132026-07-07T23:46:36.512Z Compiling icu_provider v2.1.1
14142026-07-07T23:46:36.563Z Compiling chrono v0.4.44
14152026-07-07T23:46:36.764Z Compiling icu_normalizer v2.1.1
14162026-07-07T23:46:36.803Z Compiling icu_properties v2.1.2
14172026-07-07T23:46:37.063Z Compiling tokio v1.52.1
14182026-07-07T23:46:37.300Z Compiling http v1.4.2
14192026-07-07T23:46:37.358Z Compiling base64 v0.22.1
14202026-07-07T23:46:37.683Z Compiling idna_adapter v1.2.1
14212026-07-07T23:46:37.764Z Compiling thiserror v2.0.18
14222026-07-07T23:46:37.824Z Compiling idna v1.1.0
14232026-07-07T23:46:37.873Z Compiling der v0.7.10
14242026-07-07T23:46:37.896Z Compiling tracing v0.1.44
14252026-07-07T23:46:37.956Z Compiling http-body v1.0.1
14262026-07-07T23:46:38.063Z Compiling ppv-lite86 v0.2.21
14272026-07-07T23:46:38.159Z Compiling url v2.5.8
14282026-07-07T23:46:38.174Z Compiling rustls-pki-types v1.14.0
14292026-07-07T23:46:38.378Z Compiling rand_chacha v0.9.0
14302026-07-07T23:46:38.477Z Compiling tinyvec_macros v0.1.1
14312026-07-07T23:46:38.546Z Compiling cmov v0.5.4
14322026-07-07T23:46:38.605Z Compiling openssl-probe v0.2.1
14332026-07-07T23:46:38.746Z Compiling httparse v1.10.1
14342026-07-07T23:46:38.774Z Compiling ctutils v0.4.2
14352026-07-07T23:46:38.922Z Compiling spki v0.7.3
14362026-07-07T23:46:39.001Z Compiling rand v0.9.2
14372026-07-07T23:46:39.030Z Compiling tinyvec v1.10.0
14382026-07-07T23:46:39.033Z Compiling pest_generator v2.8.6
14392026-07-07T23:46:39.114Z Compiling serde_derive_internals v0.29.1
14402026-07-07T23:46:39.127Z Compiling aho-corasick v1.1.4
14412026-07-07T23:46:39.148Z Compiling tower-layer v0.3.3
14422026-07-07T23:46:39.304Z Compiling dyn-clone v1.0.20
14432026-07-07T23:46:39.378Z Compiling untrusted v0.7.1
14442026-07-07T23:46:39.479Z Compiling tower-service v0.3.3
14452026-07-07T23:46:39.522Z Compiling schemars v0.8.22
14462026-07-07T23:46:39.575Z Compiling atomic-waker v1.1.2
14472026-07-07T23:46:39.704Z Compiling try-lock v0.2.5
14482026-07-07T23:46:39.754Z Compiling tempfile v3.25.0
14492026-07-07T23:46:39.767Z Compiling pest_derive v2.8.6
14502026-07-07T23:46:39.810Z Compiling want v0.3.1
14512026-07-07T23:46:39.983Z Compiling regex-automata v0.4.14
14522026-07-07T23:46:40.060Z Compiling schemars_derive v0.8.22
14532026-07-07T23:46:40.121Z Compiling hybrid-array v0.4.13
14542026-07-07T23:46:40.136Z Compiling ipnet v2.11.0
14552026-07-07T23:46:40.205Z Compiling scroll_derive v0.13.1
14562026-07-07T23:46:40.629Z Compiling darling_core v0.20.11
14572026-07-07T23:46:40.813Z Compiling foreign-types-shared v0.1.1
14582026-07-07T23:46:40.895Z Compiling tokio-util v0.7.18
14592026-07-07T23:46:40.909Z Compiling openssl v0.10.79
14602026-07-07T23:46:41.011Z Compiling untrusted v0.9.0
14612026-07-07T23:46:41.132Z Compiling cpufeatures v0.2.17
14622026-07-07T23:46:41.150Z Compiling rustls v0.23.41
14632026-07-07T23:46:41.207Z Compiling httpdate v1.0.3
14642026-07-07T23:46:41.351Z Compiling scroll v0.13.0
14652026-07-07T23:46:41.430Z Compiling foreign-types v0.3.2
14662026-07-07T23:46:41.503Z Compiling unicode-normalization v0.1.25
14672026-07-07T23:46:41.610Z Compiling h2 v0.4.15
14682026-07-07T23:46:41.950Z Compiling pkcs8 v0.10.2
14692026-07-07T23:46:42.207Z Compiling openssl-macros v0.1.1
14702026-07-07T23:46:42.311Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-07T23:46:42.564Z Compiling spin v0.9.8
14722026-07-07T23:46:42.601Z Compiling num-conv v0.2.0
14732026-07-07T23:46:42.698Z Compiling powerfmt v0.2.0
14742026-07-07T23:46:42.732Z Compiling time-core v0.1.8
14752026-07-07T23:46:42.748Z Compiling crc32fast v1.5.0
14762026-07-07T23:46:42.766Z Compiling native-tls v0.2.18
14772026-07-07T23:46:42.852Z Compiling darling_macro v0.20.11
14782026-07-07T23:46:42.872Z Compiling time-macros v0.2.27
14792026-07-07T23:46:42.890Z Compiling deranged v0.5.8
14802026-07-07T23:46:43.327Z Compiling darling v0.20.11
14812026-07-07T23:46:43.409Z Compiling goblin v0.10.5
14822026-07-07T23:46:43.833Z Compiling sha2 v0.10.9
14832026-07-07T23:46:43.932Z Compiling hmac v0.12.1
14842026-07-07T23:46:43.976Z Compiling sync_wrapper v1.0.2
14852026-07-07T23:46:44.080Z Compiling wait-timeout v0.2.1
14862026-07-07T23:46:44.083Z Compiling siphasher v1.0.2
14872026-07-07T23:46:44.279Z Compiling simd-adler32 v0.3.8
14882026-07-07T23:46:44.346Z Compiling syn v1.0.109
14892026-07-07T23:46:44.557Z Compiling crossbeam-utils v0.8.21
14902026-07-07T23:46:44.709Z Compiling hyper v1.10.1
14912026-07-07T23:46:44.856Z Compiling quick-error v1.2.3
14922026-07-07T23:46:44.965Z Compiling usdt-impl v0.6.0
14932026-07-07T23:46:45.180Z Compiling num_threads v0.1.7
14942026-07-07T23:46:45.264Z Compiling bit-vec v0.8.0
14952026-07-07T23:46:45.280Z Compiling time v0.3.47
14962026-07-07T23:46:45.498Z Compiling bit-set v0.8.0
14972026-07-07T23:46:45.708Z Compiling rusty-fork v0.3.1
14982026-07-07T23:46:45.969Z Compiling hyper-util v0.1.20
14992026-07-07T23:46:46.049Z Compiling tower v0.5.3
15002026-07-07T23:46:46.081Z Compiling derive_builder_core v0.20.2
15012026-07-07T23:46:46.291Z Compiling dof v0.4.0
15022026-07-07T23:46:46.700Z Compiling dtrace-parser v0.3.0
15032026-07-07T23:46:46.844Z Compiling http-body-util v0.1.3
15042026-07-07T23:46:46.925Z Compiling thiserror-impl v1.0.69
15052026-07-07T23:46:47.081Z Compiling scroll_derive v0.12.1
15062026-07-07T23:46:47.424Z Compiling heapless v0.7.17
15072026-07-07T23:46:47.437Z Compiling rand_xorshift v0.4.0
15082026-07-07T23:46:47.589Z Compiling slog v2.8.2
15092026-07-07T23:46:47.603Z Compiling darling_core v0.21.3
15102026-07-07T23:46:47.669Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-07T23:46:47.691Z Compiling thread-id v5.1.0
15122026-07-07T23:46:47.731Z Compiling cookie v0.18.1
15132026-07-07T23:46:47.771Z Compiling anyhow v1.0.102
15142026-07-07T23:46:47.785Z Compiling adler2 v2.0.1
15152026-07-07T23:46:47.911Z Compiling ryu v1.0.23
15162026-07-07T23:46:47.924Z Compiling unarray v0.1.4
15172026-07-07T23:46:47.949Z Compiling signal-hook v0.3.18
15182026-07-07T23:46:48.030Z Compiling iri-string v0.7.10
15192026-07-07T23:46:48.078Z Compiling allocator-api2 v0.2.21
15202026-07-07T23:46:48.092Z Compiling zstd-safe v7.2.4
15212026-07-07T23:46:48.127Z Compiling paste v1.0.15
15222026-07-07T23:46:48.170Z Compiling unicode-properties v0.1.4
15232026-07-07T23:46:48.292Z Compiling unicode-bidi v0.3.18
15242026-07-07T23:46:48.372Z Compiling thiserror v1.0.69
15252026-07-07T23:46:48.440Z Compiling serde_urlencoded v0.7.1
15262026-07-07T23:46:48.467Z Compiling proptest v1.10.0
15272026-07-07T23:46:48.620Z Compiling stringprep v0.1.5
15282026-07-07T23:46:48.849Z Compiling miniz_oxide v0.8.9
15292026-07-07T23:46:49.438Z Compiling tower-http v0.6.8
15302026-07-07T23:46:49.477Z Compiling scroll v0.12.0
15312026-07-07T23:46:49.589Z Compiling derive_builder_macro v0.20.2
15322026-07-07T23:46:49.832Z Compiling tokio-native-tls v0.3.1
15332026-07-07T23:46:50.026Z Compiling camino v1.2.2
15342026-07-07T23:46:50.054Z Compiling bstr v1.12.1
15352026-07-07T23:46:50.091Z Compiling ipnetwork v0.21.1
15362026-07-07T23:46:50.106Z Compiling darling_macro v0.21.3
15372026-07-07T23:46:50.237Z Compiling block-buffer v0.12.1
15382026-07-07T23:46:50.403Z Compiling block-padding v0.4.2
15392026-07-07T23:46:50.438Z Compiling crypto-common v0.2.2
15402026-07-07T23:46:50.482Z Compiling rustls-native-certs v0.8.3
15412026-07-07T23:46:50.565Z Compiling rand_chacha v0.3.1
15422026-07-07T23:46:50.595Z Compiling serde_tokenstream v0.2.3
15432026-07-07T23:46:50.693Z Compiling serde_spanned v0.6.9
15442026-07-07T23:46:50.773Z Compiling erased-serde v0.3.31
15452026-07-07T23:46:50.836Z Compiling toml_datetime v0.6.11
15462026-07-07T23:46:50.909Z Compiling md-5 v0.10.6
15472026-07-07T23:46:51.081Z Compiling signature v2.2.0
15482026-07-07T23:46:51.093Z Compiling zerocopy-derive v0.7.35
15492026-07-07T23:46:51.262Z Compiling async-trait v0.1.89
15502026-07-07T23:46:51.262Z Compiling pin-project-internal v1.1.11
15512026-07-07T23:46:51.338Z Compiling curve25519-dalek v4.1.3
15522026-07-07T23:46:51.685Z Compiling vergen-lib v9.1.0
15532026-07-07T23:46:52.883Z Compiling num-integer v0.1.46
15542026-07-07T23:46:52.886Z Compiling hash32 v0.2.1
15552026-07-07T23:46:52.886Z Compiling memoffset v0.9.1
15562026-07-07T23:46:52.886Z Compiling encoding_rs v0.8.35
15572026-07-07T23:46:52.886Z Compiling num-bigint-dig v0.8.6
15582026-07-07T23:46:52.886Z Compiling litrs v1.0.0
15592026-07-07T23:46:52.886Z Compiling fallible-iterator v0.2.0
15602026-07-07T23:46:52.886Z Compiling smoltcp v0.9.1
15612026-07-07T23:46:52.886Z Compiling ref-cast v1.0.25
15622026-07-07T23:46:52.886Z Compiling mime v0.3.17
15632026-07-07T23:46:52.887Z Compiling rustix v0.38.44
15642026-07-07T23:46:52.887Z Compiling psl-types v2.0.11
15652026-07-07T23:46:52.887Z Compiling zlib-rs v0.6.2
15662026-07-07T23:46:52.887Z Compiling cfg_aliases v0.2.1
15672026-07-07T23:46:52.909Z Compiling publicsuffix v2.3.0
15682026-07-07T23:46:52.923Z Compiling nix v0.31.2
15692026-07-07T23:46:53.077Z Compiling document-features v0.2.12
15702026-07-07T23:46:53.241Z Compiling postgres-protocol v0.6.10
15712026-07-07T23:46:53.314Z Compiling pin-project v1.1.11
15722026-07-07T23:46:53.459Z Compiling hubpack_derive v0.1.1
15732026-07-07T23:46:53.636Z Compiling num-iter v0.1.45
15742026-07-07T23:46:53.675Z Compiling zerocopy v0.7.35
15752026-07-07T23:46:53.849Z Compiling newtype-uuid v1.3.2
15762026-07-07T23:46:53.908Z Compiling rand v0.8.6
15772026-07-07T23:46:53.980Z Compiling darling v0.21.3
15782026-07-07T23:46:54.065Z Compiling inout v0.2.2
15792026-07-07T23:46:54.169Z Compiling oxnet v0.1.6
15802026-07-07T23:46:54.210Z Compiling derive_builder v0.20.2
15812026-07-07T23:46:54.235Z Compiling hyper-tls v0.6.0
15822026-07-07T23:46:54.336Z Compiling goblin v0.8.2
15832026-07-07T23:46:54.891Z Compiling phf_shared v0.13.1
15842026-07-07T23:46:55.018Z Compiling lazy_static v1.5.0
15852026-07-07T23:46:55.112Z Compiling regex v1.12.3
15862026-07-07T23:46:55.115Z Compiling anstyle-parse v0.2.7
15872026-07-07T23:46:55.140Z Compiling futures-executor v0.3.32
15882026-07-07T23:46:55.154Z Compiling hex v0.4.3
15892026-07-07T23:46:55.307Z Compiling terminal_size v0.4.3
15902026-07-07T23:46:55.396Z Compiling ref-cast-impl v1.0.25
15912026-07-07T23:46:55.422Z Compiling snafu-derive v0.8.9
15922026-07-07T23:46:55.447Z Compiling curve25519-dalek-derive v0.1.1
15932026-07-07T23:46:55.538Z Compiling strum_macros v0.27.2
15942026-07-07T23:46:55.952Z Compiling flate2 v1.1.9
15952026-07-07T23:46:56.065Z Compiling daft-derive v0.1.7
15962026-07-07T23:46:56.103Z Compiling vergen v9.1.0
15972026-07-07T23:46:56.300Z Compiling cargo-platform v0.3.2
15982026-07-07T23:46:56.355Z Compiling ff v0.13.1
15992026-07-07T23:46:56.501Z Compiling fs-err v3.3.0
16002026-07-07T23:46:56.570Z Compiling ahash v0.8.12
16012026-07-07T23:46:56.702Z Compiling foldhash v0.1.5
16022026-07-07T23:46:56.789Z Compiling base16ct v0.2.0
16032026-07-07T23:46:56.803Z Compiling libbz2-rs-sys v0.2.2
16042026-07-07T23:46:56.871Z Compiling managed v0.8.0
16052026-07-07T23:46:56.967Z Compiling object v0.37.3
16062026-07-07T23:46:57.084Z Compiling unicode-segmentation v1.12.0
16072026-07-07T23:46:57.251Z Compiling same-file v1.0.6
16082026-07-07T23:46:57.328Z Compiling winnow v0.5.40
16092026-07-07T23:46:57.419Z Compiling foldhash v0.2.0
16102026-07-07T23:46:57.468Z Compiling bitflags v1.3.2
16112026-07-07T23:46:57.484Z Compiling bumpalo v3.20.2
16122026-07-07T23:46:57.493Z Compiling strum v0.27.2
16132026-07-07T23:46:57.610Z Compiling hashbrown v0.16.1
16142026-07-07T23:46:57.635Z Compiling clap_builder v4.6.0
16152026-07-07T23:46:57.746Z Compiling zopfli v0.8.3
16162026-07-07T23:46:57.832Z Compiling walkdir v2.5.0
16172026-07-07T23:46:58.144Z Compiling snafu v0.8.9
16182026-07-07T23:46:58.254Z Compiling bzip2 v0.6.1
16192026-07-07T23:46:58.329Z Compiling sec1 v0.7.3
16202026-07-07T23:46:58.396Z Compiling hashbrown v0.15.5
16212026-07-07T23:46:58.460Z Compiling daft v0.1.7
16222026-07-07T23:46:58.605Z Compiling toml_edit v0.19.15
16232026-07-07T23:46:58.646Z Compiling dof v0.3.0
16242026-07-07T23:46:58.722Z Compiling cargo_metadata v0.23.1
16252026-07-07T23:46:58.735Z Compiling group v0.13.0
16262026-07-07T23:46:59.054Z Compiling futures v0.3.32
16272026-07-07T23:46:59.139Z Compiling anstream v0.6.21
16282026-07-07T23:46:59.417Z Compiling phf v0.13.1
16292026-07-07T23:46:59.470Z Compiling signal-hook-mio v0.2.5
16302026-07-07T23:46:59.580Z Compiling cookie_store v0.22.1
16312026-07-07T23:46:59.946Z Compiling bzip2 v0.4.4
16322026-07-07T23:47:00.113Z Compiling reqwest v0.12.28
16332026-07-07T23:47:00.160Z Compiling zstd v0.13.3
16342026-07-07T23:47:00.232Z Compiling cipher v0.5.2
16352026-07-07T23:47:00.422Z Compiling serde_with_macros v3.17.0
16362026-07-07T23:47:00.546Z Compiling hubpack v0.1.2
16372026-07-07T23:47:00.670Z Compiling postgres-types v0.2.12
16382026-07-07T23:47:01.216Z Compiling ed25519 v2.2.3
16392026-07-07T23:47:01.308Z Compiling usdt-attr-macro v0.6.0
16402026-07-07T23:47:01.556Z Compiling usdt-macro v0.6.0
16412026-07-07T23:47:01.943Z Compiling globset v0.4.18
16422026-07-07T23:47:01.944Z Compiling dtrace-parser v0.2.0
16432026-07-07T23:47:02.111Z Compiling phf_shared v0.11.3
16442026-07-07T23:47:02.127Z Compiling hkdf v0.12.4
16452026-07-07T23:47:02.286Z Compiling pkcs1 v0.7.5
16462026-07-07T23:47:02.300Z Compiling olpc-cjson v0.1.4
16472026-07-07T23:47:02.305Z Compiling pem v3.0.6
16482026-07-07T23:47:02.454Z Compiling serde-big-array v0.5.1
16492026-07-07T23:47:02.597Z Compiling serde_plain v1.0.2
16502026-07-07T23:47:02.620Z Compiling crypto-bigint v0.5.5
16512026-07-07T23:47:02.645Z Compiling enum-as-inner v0.6.1
16522026-07-07T23:47:02.696Z Compiling serde_repr v0.1.20
16532026-07-07T23:47:02.704Z Compiling clap_derive v4.6.1
16542026-07-07T23:47:02.785Z Compiling async-recursion v1.1.1
16552026-07-07T23:47:03.131Z Compiling strum_macros v0.26.4
16562026-07-07T23:47:03.200Z Compiling float-cmp v0.10.0
16572026-07-07T23:47:03.351Z Compiling thread-id v4.2.2
16582026-07-07T23:47:03.435Z Compiling memmap2 v0.9.10
16592026-07-07T23:47:03.451Z Compiling env_filter v1.0.0
16602026-07-07T23:47:03.652Z Compiling fixedbitset v0.5.7
16612026-07-07T23:47:03.756Z Compiling normalize-line-endings v0.3.0
16622026-07-07T23:47:03.800Z Compiling cpufeatures v0.3.0
16632026-07-07T23:47:03.849Z Compiling predicates-core v1.0.10
16642026-07-07T23:47:03.880Z Compiling either v1.15.0
16652026-07-07T23:47:03.954Z Compiling precomputed-hash v0.1.1
16662026-07-07T23:47:04.025Z Compiling const-oid v0.10.2
16672026-07-07T23:47:04.044Z Compiling keccak v0.1.6
16682026-07-07T23:47:04.084Z Compiling typed-path v0.9.3
16692026-07-07T23:47:04.225Z Compiling jiff v0.2.21
16702026-07-07T23:47:04.465Z Compiling fixedbitset v0.4.2
16712026-07-07T23:47:04.680Z Compiling data-encoding v2.10.0
16722026-07-07T23:47:04.726Z Compiling new_debug_unreachable v1.0.6
16732026-07-07T23:47:04.800Z Compiling difflib v0.4.0
16742026-07-07T23:47:04.815Z Compiling whoami v2.1.0
16752026-07-07T23:47:04.918Z Compiling static_assertions v1.1.0
16762026-07-07T23:47:04.990Z Compiling winnow v1.0.3
16772026-07-07T23:47:05.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-07-07T23:47:05.192Z Compiling tokio-postgres v0.7.16
16792026-07-07T23:47:05.348Z Compiling toml_parser v1.1.2+spec-1.1.0
16802026-07-07T23:47:05.372Z Compiling predicates v3.1.4
16812026-07-07T23:47:05.381Z Compiling hickory-proto v0.25.2
16822026-07-07T23:47:05.395Z Compiling strum v0.26.3
16832026-07-07T23:47:05.500Z Compiling string_cache v0.8.9
16842026-07-07T23:47:05.723Z Compiling petgraph v0.6.5
16852026-07-07T23:47:05.963Z Compiling toml_edit v0.22.27
16862026-07-07T23:47:05.976Z Compiling clap v4.6.1
16872026-07-07T23:47:06.056Z Compiling sha3 v0.10.8
16882026-07-07T23:47:06.500Z Compiling digest v0.11.3
16892026-07-07T23:47:06.724Z Compiling itertools v0.13.0
16902026-07-07T23:47:07.192Z Compiling zip v4.6.1
16912026-07-07T23:47:07.388Z Compiling chacha20 v0.10.0
16922026-07-07T23:47:07.758Z Compiling petgraph v0.8.3
16932026-07-07T23:47:07.771Z Compiling env_logger v0.11.9
16942026-07-07T23:47:07.970Z Compiling usdt v0.6.0
16952026-07-07T23:47:08.123Z Compiling elliptic-curve v0.13.8
16962026-07-07T23:47:08.140Z Compiling usdt-impl v0.5.0
16972026-07-07T23:47:08.229Z Compiling rsa v0.9.10
16982026-07-07T23:47:08.459Z Compiling crossterm v0.28.1
16992026-07-07T23:47:08.509Z Compiling serde_with v3.17.0
17002026-07-07T23:47:08.646Z Compiling ed25519-dalek v2.2.0
17012026-07-07T23:47:09.292Z Compiling zip v0.6.6
17022026-07-07T23:47:09.717Z Compiling toml v0.7.8
17032026-07-07T23:47:09.900Z Compiling iddqd v0.4.2
17042026-07-07T23:47:10.328Z Compiling similar v2.7.0
17052026-07-07T23:47:10.410Z Compiling heck v0.4.1
17062026-07-07T23:47:10.449Z Compiling crossbeam-epoch v0.9.18
17072026-07-07T23:47:10.452Z Compiling tokio-stream v0.1.18
17082026-07-07T23:47:10.631Z Compiling buf-list v1.1.2
17092026-07-07T23:47:10.770Z Compiling x509-cert v0.2.5
17102026-07-07T23:47:10.900Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-07T23:47:10.915Z Compiling openapiv3 v2.2.0
17122026-07-07T23:47:11.188Z Compiling lalrpop-util v0.19.12
17132026-07-07T23:47:11.202Z Compiling peg-runtime v0.8.5
17142026-07-07T23:47:11.205Z Compiling thread_local v1.1.9
17152026-07-07T23:47:11.375Z Compiling slog-async v2.8.0
17162026-07-07T23:47:11.464Z Compiling crossbeam-channel v0.5.15
17172026-07-07T23:47:11.478Z Compiling filetime v0.2.27
17182026-07-07T23:47:11.515Z Compiling is-terminal v0.4.17
17192026-07-07T23:47:11.614Z Compiling xattr v1.6.1
17202026-07-07T23:47:11.644Z Compiling term v1.2.1
17212026-07-07T23:47:11.705Z Compiling take_mut v0.2.2
17222026-07-07T23:47:11.777Z Compiling tar v0.4.45
17232026-07-07T23:47:11.912Z Compiling slog-term v2.9.2
17242026-07-07T23:47:12.221Z Compiling camino-tempfile v1.4.1
17252026-07-07T23:47:23.092Z Compiling rustls-webpki v0.103.13
17262026-07-07T23:47:25.855Z Compiling tokio-rustls v0.26.4
17272026-07-07T23:47:25.855Z Compiling rustls-platform-verifier v0.6.2
17282026-07-07T23:47:25.855Z Compiling tough v0.22.0
17292026-07-07T23:47:26.012Z Compiling hyper-rustls v0.27.7
17302026-07-07T23:47:26.215Z Compiling reqwest v0.13.2
17312026-07-07T23:47:28.414Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-07T23:47:28.639Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-07T23:47:31.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17342026-07-07T23:47:31.585Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-07T23:47:31.638ZJul 07 23:47:30.703 INFO Starting download, target: Clickhouse
17362026-07-07T23:47:31.638ZJul 07 23:47:30.704 INFO Starting download, target: Console
17372026-07-07T23:47:31.638ZJul 07 23:47:30.704 INFO Starting download, target: Cockroach
17382026-07-07T23:47:31.639ZJul 07 23:47:30.704 INFO Starting download, target: DendriteStub
17392026-07-07T23:47:31.639ZJul 07 23:47:30.704 INFO Starting download, target: MaghemiteMgd
17402026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Starting download, target: MaghemiteDdmd
17412026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Starting download, target: TransceiverControl
17422026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482026-07-07T23:47:31.649ZJul 07 23:47:30.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-07T23:47:32.385ZJul 07 23:47:31.432 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-07-07T23:47:32.640ZJul 07 23:47:31.663 INFO Download complete, target: TransceiverControl
17512026-07-07T23:47:33.423ZJul 07 23:47:32.485 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-07-07T23:47:33.940ZJul 07 23:47:32.988 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17532026-07-07T23:47:34.184ZJul 07 23:47:33.231 INFO Download complete, target: Console
17542026-07-07T23:47:35.342ZJul 07 23:47:34.407 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-07-07T23:47:35.355ZJul 07 23:47:34.415 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-07-07T23:47:35.737ZJul 07 23:47:34.801 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17572026-07-07T23:47:36.035ZJul 07 23:47:35.098 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-07-07T23:47:36.035ZJul 07 23:47:35.098 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-07-07T23:47:37.122ZJul 07 23:47:36.185 INFO Download complete, target: MaghemiteDdmd
17602026-07-07T23:47:37.897ZJul 07 23:47:36.961 INFO Download complete, target: DendriteStub
17612026-07-07T23:47:38.182ZJul 07 23:47:37.244 INFO Download complete, target: MaghemiteMgd
17622026-07-07T23:47:40.141ZJul 07 23:47:39.206 INFO Checking that binary works, target: Clickhouse
17632026-07-07T23:47:40.251ZJul 07 23:47:39.315 INFO Download complete, target: Clickhouse
17642026-07-07T23:47:40.566ZJul 07 23:47:39.630 INFO Checking that binary works, target: Cockroach
17652026-07-07T23:47:40.678ZJul 07 23:47:39.743 INFO Download complete, target: Cockroach
17662026-07-07T23:47:40.821ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-07T23:47:40.827Z
17682026-07-07T23:47:40.827Zreal 2:05.330395811
17692026-07-07T23:47:40.827Zuser 6:35.433515830
17702026-07-07T23:47:40.827Zsys 1:20.218892628
17712026-07-07T23:47:40.827Ztrap 0.220760858
17722026-07-07T23:47:40.827Ztflt 2.090036141
17732026-07-07T23:47:40.827Zdflt 2.927907620
17742026-07-07T23:47:40.827Zkflt 0.043445440
17752026-07-07T23:47:40.827Zlock 21:57.949518597
17762026-07-07T23:47:40.827Zslp 20:35.654304394
17772026-07-07T23:47:40.827Zlat 41.351578978
17782026-07-07T23:47:40.827Zstop 1:56.747620805
17792026-07-07T23:47:40.827Z+ banner hack-check
17802026-07-07T23:47:40.827Z
17812026-07-07T23:47:40.827Z # # ## #### # # #### # # ###### #### # #
17822026-07-07T23:47:40.827Z # # # # # # # # # # # # # # # # #
17832026-07-07T23:47:40.827Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-07T23:47:40.827Z # # ###### # # # # # # # # # #
17852026-07-07T23:47:40.827Z # # # # # # # # # # # # # # # # #
17862026-07-07T23:47:40.827Z # # # # #### # # #### # # ###### #### # #
17872026-07-07T23:47:40.828Z
17882026-07-07T23:47:40.828Z+ export CARGO_INCREMENTAL=0
17892026-07-07T23:47:40.828Z+ CARGO_INCREMENTAL=0
17902026-07-07T23:47:40.828Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-07T23:47:41.283Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-07T23:47:41.565Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-07T23:47:43.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
17942026-07-07T23:47:43.353Z Running `target/debug/xtask check-features --ci`
17952026-07-07T23:47:43.380Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-07T23:47:43.385Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-07T23:47:43.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17982026-07-07T23:47:43.815Z Running `target/debug/xtask download cargo-hack`
17992026-07-07T23:47:44.516Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-07T23:47:44.858Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-07T23:47:47.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18022026-07-07T23:47:47.523Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-07T23:47:47.563ZJul 07 23:47:46.626 INFO Starting download, target: CargoHack
18042026-07-07T23:47:47.567ZJul 07 23:47:46.627 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-07T23:47:47.912ZJul 07 23:47:46.977 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-07T23:47:47.959ZJul 07 23:47:47.024 INFO Download complete, target: CargoHack
18072026-07-07T23:47:47.963Zrunning: "/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-07T23:47:47.975Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-07T23:47:48.128Zinfo: running `cargo check --bins` on api_identity (1/300)
18102026-07-07T23:47:48.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-07T23:47:48.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-07T23:47:48.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-07T23:47:48.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18142026-07-07T23:47:48.634Z
18152026-07-07T23:47:48.634Zinfo: running `cargo check --bins` on bootstore (2/300)
18162026-07-07T23:47:49.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-07T23:47:49.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-07T23:47:49.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-07T23:47:49.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18202026-07-07T23:47:49.144Z
18212026-07-07T23:47:49.144Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18222026-07-07T23:47:49.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-07T23:47:49.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-07T23:47:49.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-07T23:47:49.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18262026-07-07T23:47:49.647Z
18272026-07-07T23:47:49.648Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18282026-07-07T23:47:50.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-07T23:47:50.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-07T23:47:50.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-07T23:47:50.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-07T23:47:50.159Z
18332026-07-07T23:47:50.159Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18342026-07-07T23:47:50.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-07T23:47:50.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-07T23:47:50.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-07T23:47:50.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-07T23:47:50.662Z
18392026-07-07T23:47:50.662Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18402026-07-07T23:47:51.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-07T23:47:51.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-07T23:47:51.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-07T23:47:51.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-07T23:47:51.181Z
18452026-07-07T23:47:51.182Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18462026-07-07T23:47:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-07T23:47:51.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-07T23:47:51.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-07T23:47:51.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-07T23:47:51.702Z
18512026-07-07T23:47:51.702Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18522026-07-07T23:47:52.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-07T23:47:52.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-07T23:47:52.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-07T23:47:52.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18562026-07-07T23:47:52.218Z
18572026-07-07T23:47:52.218Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18582026-07-07T23:47:52.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-07T23:47:52.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-07T23:47:52.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-07T23:47:52.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18622026-07-07T23:47:52.608Z
18632026-07-07T23:47:52.608Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18642026-07-07T23:47:52.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-07T23:47:52.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-07T23:47:52.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-07T23:47:52.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-07T23:47:52.998Z
18692026-07-07T23:47:52.998Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18702026-07-07T23:47:53.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-07T23:47:53.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-07T23:47:53.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-07T23:47:53.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-07T23:47:53.388Z
18752026-07-07T23:47:53.388Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18762026-07-07T23:47:53.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-07T23:47:53.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-07T23:47:53.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-07T23:47:53.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-07T23:47:53.780Z
18812026-07-07T23:47:53.780Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18822026-07-07T23:47:54.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-07T23:47:54.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-07T23:47:54.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-07T23:47:54.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-07T23:47:54.170Z
18872026-07-07T23:47:54.170Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18882026-07-07T23:47:54.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-07T23:47:54.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-07T23:47:54.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-07T23:47:54.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-07T23:47:54.559Z
18932026-07-07T23:47:54.559Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
18942026-07-07T23:47:54.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-07T23:47:54.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-07T23:47:54.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-07T23:47:54.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-07T23:47:54.946Z
18992026-07-07T23:47:54.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19002026-07-07T23:47:55.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-07T23:47:55.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-07T23:47:55.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-07T23:47:55.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-07T23:47:55.337Z
19052026-07-07T23:47:55.337Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19062026-07-07T23:47:55.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-07T23:47:55.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-07T23:47:55.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-07T23:47:55.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19102026-07-07T23:47:55.727Z
19112026-07-07T23:47:55.727Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19122026-07-07T23:47:56.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-07T23:47:56.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-07T23:47:56.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-07T23:47:56.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-07T23:47:56.117Z
19172026-07-07T23:47:56.118Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19182026-07-07T23:47:56.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-07T23:47:56.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-07T23:47:56.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-07T23:47:56.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19222026-07-07T23:47:56.506Z
19232026-07-07T23:47:56.506Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19242026-07-07T23:47:56.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-07T23:47:56.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-07T23:47:56.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-07T23:47:56.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-07T23:47:56.892Z
19292026-07-07T23:47:56.892Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19302026-07-07T23:47:57.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-07T23:47:57.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-07T23:47:57.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-07T23:47:57.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19342026-07-07T23:47:57.286Z
19352026-07-07T23:47:57.286Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19362026-07-07T23:47:57.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-07T23:47:57.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-07T23:47:57.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-07T23:47:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19402026-07-07T23:47:57.679Z
19412026-07-07T23:47:57.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19422026-07-07T23:47:58.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-07T23:47:58.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-07T23:47:58.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-07T23:47:58.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-07T23:47:58.074Z
19472026-07-07T23:47:58.074Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19482026-07-07T23:47:58.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-07T23:47:58.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-07T23:47:58.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-07T23:47:58.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19522026-07-07T23:47:58.469Z
19532026-07-07T23:47:58.469Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19542026-07-07T23:47:58.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-07T23:47:58.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-07T23:47:58.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-07T23:47:58.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-07T23:47:58.860Z
19592026-07-07T23:47:58.860Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19602026-07-07T23:47:59.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-07T23:47:59.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-07T23:47:59.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-07T23:47:59.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19642026-07-07T23:47:59.263Z
19652026-07-07T23:47:59.263Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19662026-07-07T23:47:59.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-07T23:47:59.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-07T23:47:59.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-07T23:47:59.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-07T23:47:59.664Z
19712026-07-07T23:47:59.664Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19722026-07-07T23:48:00.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-07T23:48:00.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-07T23:48:00.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-07T23:48:00.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-07T23:48:00.065Z
19772026-07-07T23:48:00.065Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19782026-07-07T23:48:00.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-07T23:48:00.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-07T23:48:00.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-07T23:48:00.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19822026-07-07T23:48:00.462Z
19832026-07-07T23:48:00.462Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19842026-07-07T23:48:00.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-07T23:48:00.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-07T23:48:00.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-07T23:48:00.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19882026-07-07T23:48:00.857Z
19892026-07-07T23:48:00.857Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19902026-07-07T23:48:01.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-07T23:48:01.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-07T23:48:01.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-07T23:48:01.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-07T23:48:01.255Z
19952026-07-07T23:48:01.255Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
19962026-07-07T23:48:01.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-07T23:48:01.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-07T23:48:01.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-07T23:48:01.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-07T23:48:01.657Z
20012026-07-07T23:48:01.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20022026-07-07T23:48:02.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-07T23:48:02.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-07T23:48:02.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-07T23:48:02.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-07T23:48:02.056Z
20072026-07-07T23:48:02.056Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20082026-07-07T23:48:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-07T23:48:02.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-07T23:48:02.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-07T23:48:02.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-07T23:48:02.451Z
20132026-07-07T23:48:02.451Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20142026-07-07T23:48:02.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-07T23:48:02.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-07T23:48:02.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-07T23:48:02.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-07T23:48:02.847Z
20192026-07-07T23:48:02.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20202026-07-07T23:48:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-07T23:48:03.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-07T23:48:03.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-07T23:48:03.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-07T23:48:03.243Z
20252026-07-07T23:48:03.243Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20262026-07-07T23:48:03.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-07T23:48:03.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-07T23:48:03.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-07T23:48:03.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-07T23:48:03.636Z
20312026-07-07T23:48:03.637Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20322026-07-07T23:48:03.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-07T23:48:03.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-07T23:48:03.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-07T23:48:03.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-07T23:48:04.034Z
20372026-07-07T23:48:04.034Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20382026-07-07T23:48:04.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-07T23:48:04.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-07T23:48:04.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-07T23:48:04.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-07T23:48:04.428Z
20432026-07-07T23:48:04.428Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20442026-07-07T23:48:04.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-07T23:48:04.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-07T23:48:04.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-07T23:48:04.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20482026-07-07T23:48:04.826Z
20492026-07-07T23:48:04.826Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20502026-07-07T23:48:05.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-07T23:48:05.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-07T23:48:05.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-07T23:48:05.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20542026-07-07T23:48:05.225Z
20552026-07-07T23:48:05.225Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20562026-07-07T23:48:05.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-07T23:48:05.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-07T23:48:05.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-07T23:48:05.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20602026-07-07T23:48:05.624Z
20612026-07-07T23:48:05.624Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20622026-07-07T23:48:05.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-07T23:48:05.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-07T23:48:05.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-07T23:48:05.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20662026-07-07T23:48:06.023Z
20672026-07-07T23:48:06.023Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20682026-07-07T23:48:06.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-07T23:48:06.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-07T23:48:06.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-07T23:48:06.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20722026-07-07T23:48:06.423Z
20732026-07-07T23:48:06.423Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20742026-07-07T23:48:06.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-07T23:48:06.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-07T23:48:06.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-07T23:48:06.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20782026-07-07T23:48:06.821Z
20792026-07-07T23:48:06.821Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20802026-07-07T23:48:07.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-07T23:48:07.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-07T23:48:07.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-07T23:48:07.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20842026-07-07T23:48:07.220Z
20852026-07-07T23:48:07.221Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20862026-07-07T23:48:07.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-07T23:48:07.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-07T23:48:07.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-07T23:48:07.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20902026-07-07T23:48:07.623Z
20912026-07-07T23:48:07.623Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
20922026-07-07T23:48:07.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-07T23:48:07.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-07T23:48:07.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-07T23:48:07.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-07T23:48:08.026Z
20972026-07-07T23:48:08.026Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
20982026-07-07T23:48:08.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-07T23:48:08.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-07T23:48:08.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-07T23:48:08.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21022026-07-07T23:48:08.588Z
21032026-07-07T23:48:08.588Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21042026-07-07T23:48:09.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-07T23:48:09.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-07T23:48:09.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-07T23:48:09.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21082026-07-07T23:48:09.157Z
21092026-07-07T23:48:09.157Zinfo: running `cargo check --bins` on nexus-config (51/300)
21102026-07-07T23:48:09.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-07T23:48:09.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-07T23:48:09.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-07T23:48:09.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21142026-07-07T23:48:09.725Z
21152026-07-07T23:48:09.725Zinfo: running `cargo check --bins` on nexus-types (52/300)
21162026-07-07T23:48:10.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-07T23:48:10.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-07T23:48:10.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-07T23:48:10.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21202026-07-07T23:48:10.295Z
21212026-07-07T23:48:10.295Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21222026-07-07T23:48:10.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-07T23:48:10.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-07T23:48:10.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-07T23:48:10.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21262026-07-07T23:48:10.828Z
21272026-07-07T23:48:10.828Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21282026-07-07T23:48:11.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-07T23:48:11.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-07T23:48:11.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-07T23:48:11.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21322026-07-07T23:48:11.338Z
21332026-07-07T23:48:11.339Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21342026-07-07T23:48:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-07T23:48:11.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-07T23:48:11.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-07T23:48:11.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21382026-07-07T23:48:11.874Z
21392026-07-07T23:48:11.874Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21402026-07-07T23:48:12.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-07T23:48:12.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-07T23:48:12.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-07T23:48:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-07T23:48:12.409Z
21452026-07-07T23:48:12.409Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21462026-07-07T23:48:12.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-07T23:48:12.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-07T23:48:12.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-07T23:48:12.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-07T23:48:12.951Z
21512026-07-07T23:48:12.951Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21522026-07-07T23:48:13.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-07T23:48:13.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-07T23:48:13.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-07T23:48:13.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-07T23:48:13.493Z
21572026-07-07T23:48:13.493Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21582026-07-07T23:48:13.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-07T23:48:13.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-07T23:48:13.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-07T23:48:13.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21622026-07-07T23:48:14.014Z
21632026-07-07T23:48:14.014Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21642026-07-07T23:48:14.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-07T23:48:14.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-07T23:48:14.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-07T23:48:14.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-07T23:48:14.537Z
21692026-07-07T23:48:14.537Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21702026-07-07T23:48:14.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-07T23:48:14.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-07T23:48:14.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-07T23:48:14.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-07T23:48:15.060Z
21752026-07-07T23:48:15.061Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21762026-07-07T23:48:15.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-07T23:48:15.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-07T23:48:15.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-07T23:48:15.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-07T23:48:15.580Z
21812026-07-07T23:48:15.580Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21822026-07-07T23:48:16.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-07T23:48:16.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-07T23:48:16.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-07T23:48:16.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21862026-07-07T23:48:16.113Z
21872026-07-07T23:48:16.113Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21882026-07-07T23:48:16.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-07T23:48:16.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-07T23:48:16.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-07T23:48:16.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21922026-07-07T23:48:16.644Z
21932026-07-07T23:48:16.645Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
21942026-07-07T23:48:17.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-07T23:48:17.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-07T23:48:17.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-07T23:48:17.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-07T23:48:17.166Z
21992026-07-07T23:48:17.166Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22002026-07-07T23:48:17.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-07T23:48:17.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-07T23:48:17.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-07T23:48:17.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-07T23:48:17.687Z
22052026-07-07T23:48:17.687Zinfo: running `cargo check --bins` on ereport-types (67/300)
22062026-07-07T23:48:18.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-07T23:48:18.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-07T23:48:18.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-07T23:48:18.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-07T23:48:18.214Z
22112026-07-07T23:48:18.214Zinfo: running `cargo check --bins` on gateway-client (68/300)
22122026-07-07T23:48:18.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-07T23:48:18.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-07T23:48:18.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-07T23:48:18.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-07T23:48:18.740Z
22172026-07-07T23:48:18.740Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22182026-07-07T23:48:19.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-07T23:48:19.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-07T23:48:19.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-07T23:48:19.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-07T23:48:19.268Z
22232026-07-07T23:48:19.268Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22242026-07-07T23:48:19.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-07T23:48:19.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-07T23:48:19.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-07T23:48:19.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-07T23:48:19.794Z
22292026-07-07T23:48:19.794Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22302026-07-07T23:48:20.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-07T23:48:20.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-07T23:48:20.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-07T23:48:20.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-07T23:48:20.321Z
22352026-07-07T23:48:20.321Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22362026-07-07T23:48:20.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-07T23:48:20.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-07T23:48:20.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-07T23:48:20.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-07T23:48:20.845Z
22412026-07-07T23:48:20.845Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22422026-07-07T23:48:21.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-07T23:48:21.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-07T23:48:21.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-07T23:48:21.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22462026-07-07T23:48:21.390Z
22472026-07-07T23:48:21.391Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22482026-07-07T23:48:21.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-07T23:48:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-07T23:48:21.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-07T23:48:21.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-07T23:48:21.938Z
22532026-07-07T23:48:21.939Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22542026-07-07T23:48:22.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-07T23:48:22.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-07T23:48:22.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-07T23:48:22.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22582026-07-07T23:48:22.458Z
22592026-07-07T23:48:22.458Zinfo: running `cargo check --bins` on oxlog (76/300)
22602026-07-07T23:48:22.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-07T23:48:22.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-07T23:48:23.017Z Checking cfg-if v1.0.4
22632026-07-07T23:48:23.020Z Checking libc v0.2.185
22642026-07-07T23:48:23.020Z Checking serde_core v1.0.228
22652026-07-07T23:48:23.133Z Checking memchr v2.8.0
22662026-07-07T23:48:23.133Z Checking zeroize v1.8.2
22672026-07-07T23:48:23.146Z Checking log v0.4.29
22682026-07-07T23:48:23.154Z Checking smallvec v1.15.1
22692026-07-07T23:48:23.164Z Checking subtle v2.6.1
22702026-07-07T23:48:23.174Z Checking itoa v1.0.17
22712026-07-07T23:48:23.274Z Checking scopeguard v1.2.0
22722026-07-07T23:48:23.301Z Checking stable_deref_trait v1.2.1
22732026-07-07T23:48:23.312Z Checking typenum v1.20.1
22742026-07-07T23:48:23.323Z Checking zerofrom v0.1.6
22752026-07-07T23:48:23.336Z Checking pin-project-lite v0.2.17
22762026-07-07T23:48:23.367Z Checking lock_api v0.4.14
22772026-07-07T23:48:23.379Z Checking portable-atomic v1.13.1
22782026-07-07T23:48:23.424Z Checking critical-section v1.2.0
22792026-07-07T23:48:23.434Z Checking yoke v0.8.1
22802026-07-07T23:48:23.496Z Checking futures-core v0.3.32
22812026-07-07T23:48:23.508Z Checking errno v0.3.14
22822026-07-07T23:48:23.519Z Checking getrandom v0.2.17
22832026-07-07T23:48:23.562Z Checking parking_lot_core v0.9.12
22842026-07-07T23:48:23.593Z Checking zerovec v0.11.5
22852026-07-07T23:48:23.612Z Checking signal-hook-registry v1.4.8
22862026-07-07T23:48:23.624Z Checking mio v1.2.0
22872026-07-07T23:48:23.655Z Checking rand_core v0.6.4
22882026-07-07T23:48:23.742Z Checking parking_lot v0.12.5
22892026-07-07T23:48:23.764Z Checking zerocopy v0.8.40
22902026-07-07T23:48:23.779Z Checking once_cell v1.21.3
22912026-07-07T23:48:23.824Z Checking const-oid v0.9.6
22922026-07-07T23:48:23.892Z Checking zmij v1.0.21
22932026-07-07T23:48:23.925Z Checking rand_core v0.10.0
22942026-07-07T23:48:23.950Z Checking socket2 v0.6.3
22952026-07-07T23:48:24.013Z Checking tinystr v0.8.2
22962026-07-07T23:48:24.049Z Checking generic-array v0.14.7
22972026-07-07T23:48:24.063Z Checking getrandom v0.4.1
22982026-07-07T23:48:24.098Z Checking libm v0.2.16
22992026-07-07T23:48:24.181Z Checking litemap v0.8.1
23002026-07-07T23:48:24.193Z Checking equivalent v1.0.2
23012026-07-07T23:48:24.205Z Checking writeable v0.6.2
23022026-07-07T23:48:24.270Z Checking percent-encoding v2.3.2
23032026-07-07T23:48:24.348Z Checking potential_utf v0.1.4
23042026-07-07T23:48:24.362Z Checking icu_locale_core v2.1.1
23052026-07-07T23:48:24.404Z Checking zerotrie v0.2.3
23062026-07-07T23:48:24.474Z Checking futures-sink v0.3.32
23072026-07-07T23:48:24.492Z Checking icu_collections v2.1.1
23082026-07-07T23:48:24.504Z Checking futures-io v0.3.32
23092026-07-07T23:48:24.567Z Checking futures-channel v0.3.32
23102026-07-07T23:48:24.584Z Checking serde v1.0.228
23112026-07-07T23:48:24.611Z Checking bitflags v2.11.0
23122026-07-07T23:48:24.639Z Checking serde_json v1.0.150
23132026-07-07T23:48:24.763Z Checking slab v0.4.12
23142026-07-07T23:48:24.780Z Checking futures-task v0.3.32
23152026-07-07T23:48:24.792Z Checking num-traits v0.2.19
23162026-07-07T23:48:24.800Z Checking icu_normalizer_data v2.1.1
23172026-07-07T23:48:24.906Z Checking icu_properties_data v2.1.2
23182026-07-07T23:48:24.918Z Checking hashbrown v0.17.0
23192026-07-07T23:48:24.921Z Checking futures-util v0.3.32
23202026-07-07T23:48:24.937Z Checking icu_provider v2.1.1
23212026-07-07T23:48:24.997Z Checking bytes v1.11.1
23222026-07-07T23:48:25.030Z Checking block-buffer v0.10.4
23232026-07-07T23:48:25.159Z Checking icu_normalizer v2.1.1
23242026-07-07T23:48:25.170Z Checking icu_properties v2.1.2
23252026-07-07T23:48:25.305Z Checking crypto-common v0.1.7
23262026-07-07T23:48:25.341Z Checking utf8_iter v1.0.4
23272026-07-07T23:48:25.373Z Checking indexmap v2.14.0
23282026-07-07T23:48:25.426Z Checking digest v0.10.7
23292026-07-07T23:48:25.438Z Checking tokio v1.52.1
23302026-07-07T23:48:25.457Z Checking form_urlencoded v1.2.2
23312026-07-07T23:48:25.460Z Checking getrandom v0.3.4
23322026-07-07T23:48:25.582Z Checking byteorder v1.5.0
23332026-07-07T23:48:25.605Z Checking fnv v1.0.7
23342026-07-07T23:48:25.620Z Checking rand_core v0.9.5
23352026-07-07T23:48:25.695Z Checking http v1.4.2
23362026-07-07T23:48:25.789Z Checking base64ct v1.8.3
23372026-07-07T23:48:25.802Z Checking regex-syntax v0.8.10
23382026-07-07T23:48:25.936Z Checking rustix v1.1.3
23392026-07-07T23:48:25.992Z Checking idna_adapter v1.2.1
23402026-07-07T23:48:26.022Z Checking pem-rfc7468 v0.7.0
23412026-07-07T23:48:26.109Z Checking idna v1.1.0
23422026-07-07T23:48:26.180Z Checking uuid v1.23.4
23432026-07-07T23:48:26.273Z Checking tracing-core v0.1.36
23442026-07-07T23:48:26.352Z Checking url v2.5.8
23452026-07-07T23:48:26.494Z Checking base64 v0.22.1
23462026-07-07T23:48:26.552Z Checking ppv-lite86 v0.2.21
23472026-07-07T23:48:26.582Z Checking iana-time-zone v0.1.65
23482026-07-07T23:48:26.692Z Checking flagset v0.4.7
23492026-07-07T23:48:26.730Z Checking chrono v0.4.44
23502026-07-07T23:48:26.759Z Checking tracing v0.1.44
23512026-07-07T23:48:26.795Z Checking http-body v1.0.1
23522026-07-07T23:48:26.811Z Checking der v0.7.10
23532026-07-07T23:48:26.832Z Checking rustls-pki-types v1.14.0
23542026-07-07T23:48:26.845Z Checking rand_chacha v0.9.0
23552026-07-07T23:48:26.926Z Checking cmov v0.5.4
23562026-07-07T23:48:26.959Z Checking tinyvec_macros v0.1.1
23572026-07-07T23:48:27.026Z Checking openssl-probe v0.2.1
23582026-07-07T23:48:27.039Z Checking rand v0.9.2
23592026-07-07T23:48:27.109Z Checking ctutils v0.4.2
23602026-07-07T23:48:27.123Z Checking tinyvec v1.10.0
23612026-07-07T23:48:27.134Z Checking aws-lc-sys v0.40.0
23622026-07-07T23:48:27.147Z Checking untrusted v0.7.1
23632026-07-07T23:48:27.254Z Checking tower-layer v0.3.3
23642026-07-07T23:48:27.312Z Checking atomic-waker v1.1.2
23652026-07-07T23:48:27.401Z Checking tower-service v0.3.3
23662026-07-07T23:48:27.411Z Checking try-lock v0.2.5
23672026-07-07T23:48:27.421Z Checking hybrid-array v0.4.13
23682026-07-07T23:48:27.488Z Checking ipnet v2.11.0
23692026-07-07T23:48:27.502Z Checking httparse v1.10.1
23702026-07-07T23:48:27.511Z Checking want v0.3.1
23712026-07-07T23:48:27.538Z Checking spki v0.7.3
23722026-07-07T23:48:27.558Z Checking aho-corasick v1.1.4
23732026-07-07T23:48:27.624Z Checking aws-lc-rs v1.16.3
23742026-07-07T23:48:27.635Z Checking fastrand v2.3.0
23752026-07-07T23:48:27.695Z Checking untrusted v0.9.0
23762026-07-07T23:48:27.707Z Checking utf8parse v0.2.2
23772026-07-07T23:48:27.735Z Checking foreign-types-shared v0.1.1
23782026-07-07T23:48:27.799Z Checking dyn-clone v1.0.20
23792026-07-07T23:48:27.811Z Checking cpufeatures v0.2.17
23802026-07-07T23:48:27.822Z Checking plain v0.2.3
23812026-07-07T23:48:27.822Z Checking httpdate v1.0.3
23822026-07-07T23:48:27.875Z Checking foreign-types v0.3.2
23832026-07-07T23:48:27.897Z Checking tempfile v3.25.0
23842026-07-07T23:48:27.920Z Checking pkcs8 v0.10.2
23852026-07-07T23:48:27.942Z Checking unicode-normalization v0.1.25
23862026-07-07T23:48:27.974Z Checking semver v1.0.28
23872026-07-07T23:48:28.069Z Checking openssl-sys v0.9.115
23882026-07-07T23:48:28.087Z Checking spin v0.9.8
23892026-07-07T23:48:28.171Z Checking anstyle v1.0.14
23902026-07-07T23:48:28.184Z Checking ucd-trie v0.1.7
23912026-07-07T23:48:28.222Z Checking regex-automata v0.4.14
23922026-07-07T23:48:28.267Z Checking unicode-ident v1.0.24
23932026-07-07T23:48:28.312Z Checking pest v2.8.6
23942026-07-07T23:48:28.335Z Checking schemars v0.8.22
23952026-07-07T23:48:28.350Z Checking sha2 v0.10.9
23962026-07-07T23:48:28.370Z Checking proc-macro2 v1.0.106
23972026-07-07T23:48:28.437Z Checking openssl v0.10.79
23982026-07-07T23:48:28.450Z Checking rustls-webpki v0.103.13
23992026-07-07T23:48:28.628Z Checking hmac v0.12.1
24002026-07-07T23:48:28.672Z Checking tokio-util v0.7.18
24012026-07-07T23:48:28.685Z Checking thiserror v2.0.18
24022026-07-07T23:48:28.759Z Checking sync_wrapper v1.0.2
24032026-07-07T23:48:28.781Z Checking wait-timeout v0.2.1
24042026-07-07T23:48:28.851Z Checking rustls v0.23.41
24052026-07-07T23:48:28.864Z Checking simd-adler32 v0.3.8
24062026-07-07T23:48:28.898Z Checking quick-error v1.2.3
24072026-07-07T23:48:28.971Z Checking bit-vec v0.8.0
24082026-07-07T23:48:28.998Z Checking is_terminal_polyfill v1.70.2
24092026-07-07T23:48:29.027Z Checking powerfmt v0.2.0
24102026-07-07T23:48:29.083Z Checking siphasher v1.0.2
24112026-07-07T23:48:29.161Z Checking colorchoice v1.0.4
24122026-07-07T23:48:29.177Z Checking pretty-hex v0.4.1
24132026-07-07T23:48:29.237Z Checking anstyle-query v1.1.5
24142026-07-07T23:48:29.259Z Checking deranged v0.5.8
24152026-07-07T23:48:29.276Z Checking h2 v0.4.15
24162026-07-07T23:48:29.289Z Checking bit-set v0.8.0
24172026-07-07T23:48:29.326Z Checking rusty-fork v0.3.1
24182026-07-07T23:48:29.356Z Checking tower v0.5.3
24192026-07-07T23:48:29.432Z Checking quote v1.0.45
24202026-07-07T23:48:29.495Z Compiling newtype-uuid v1.3.2
24212026-07-07T23:48:29.596Z Checking http-body-util v0.1.3
24222026-07-07T23:48:29.671Z Checking crossbeam-utils v0.8.21
24232026-07-07T23:48:29.757Z Checking rand_xorshift v0.4.0
24242026-07-07T23:48:29.825Z Checking crc32fast v1.5.0
24252026-07-07T23:48:29.874Z Checking scroll v0.13.0
24262026-07-07T23:48:29.968Z Checking unicode-bidi v0.3.18
24272026-07-07T23:48:30.012Z Checking adler2 v2.0.1
24282026-07-07T23:48:30.082Z Checking unicode-properties v0.1.4
24292026-07-07T23:48:30.106Z Checking time-core v0.1.8
24302026-07-07T23:48:30.118Z Checking unarray v0.1.4
24312026-07-07T23:48:30.190Z Checking iri-string v0.7.10
24322026-07-07T23:48:30.219Z Checking allocator-api2 v0.2.21
24332026-07-07T23:48:30.245Z Checking ryu v1.0.23
24342026-07-07T23:48:30.264Z Checking num-conv v0.2.0
24352026-07-07T23:48:30.276Z Checking num_threads v0.1.7
24362026-07-07T23:48:30.360Z Checking stringprep v0.1.5
24372026-07-07T23:48:30.377Z Checking time v0.3.47
24382026-07-07T23:48:30.381Z Checking serde_urlencoded v0.7.1
24392026-07-07T23:48:30.483Z Checking native-tls v0.2.18
24402026-07-07T23:48:30.498Z Checking proptest v1.10.0
24412026-07-07T23:48:30.510Z Checking miniz_oxide v0.8.9
24422026-07-07T23:48:30.588Z Checking goblin v0.10.5
24432026-07-07T23:48:30.657Z Checking tokio-native-tls v0.3.1
24442026-07-07T23:48:30.814Z Checking bstr v1.12.1
24452026-07-07T23:48:30.849Z Checking crossbeam-epoch v0.9.18
24462026-07-07T23:48:31.069Z Compiling daft v0.1.7
24472026-07-07T23:48:31.130Z Checking syn v2.0.117
24482026-07-07T23:48:31.196Z Checking tower-http v0.6.8
24492026-07-07T23:48:31.211Z Checking ipnetwork v0.21.1
24502026-07-07T23:48:31.346Z Checking block-padding v0.4.2
24512026-07-07T23:48:31.420Z Checking block-buffer v0.12.1
24522026-07-07T23:48:31.469Z Checking crypto-common v0.2.2
24532026-07-07T23:48:31.482Z Checking anstyle-parse v1.0.0
24542026-07-07T23:48:31.494Z Checking rustls-native-certs v0.8.3
24552026-07-07T23:48:31.579Z Checking rand_chacha v0.3.1
24562026-07-07T23:48:31.618Z Checking thiserror v1.0.69
24572026-07-07T23:48:31.630Z Checking scroll v0.12.0
24582026-07-07T23:48:31.715Z Checking hash32 v0.2.1
24592026-07-07T23:48:31.782Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-07T23:48:31.849Z Checking md-5 v0.10.6
24612026-07-07T23:48:31.871Z Checking signature v2.2.0
24622026-07-07T23:48:31.890Z Checking num-integer v0.1.46
24632026-07-07T23:48:31.984Z Checking toml_datetime v0.6.11
24642026-07-07T23:48:31.999Z Checking serde_spanned v0.6.9
24652026-07-07T23:48:32.058Z Checking encoding_rs v0.8.35
24662026-07-07T23:48:32.100Z Checking hyper v1.10.1
24672026-07-07T23:48:32.114Z Checking mime v0.3.17
24682026-07-07T23:48:32.126Z Checking fallible-iterator v0.2.0
24692026-07-07T23:48:32.160Z Checking zlib-rs v0.6.2
24702026-07-07T23:48:32.277Z Checking psl-types v2.0.11
24712026-07-07T23:48:32.391Z Checking postgres-protocol v0.6.10
24722026-07-07T23:48:32.391Z Checking publicsuffix v2.3.0
24732026-07-07T23:48:32.444Z Checking num-iter v0.1.45
24742026-07-07T23:48:32.548Z Checking zstd-safe v7.2.4
24752026-07-07T23:48:32.559Z Checking heapless v0.7.17
24762026-07-07T23:48:32.708Z Checking goblin v0.8.2
24772026-07-07T23:48:32.711Z Checking rand v0.8.6
24782026-07-07T23:48:32.893Z Checking dof v0.4.0
24792026-07-07T23:48:32.968Z Checking anstream v1.0.0
24802026-07-07T23:48:32.980Z Checking cookie v0.18.1
24812026-07-07T23:48:33.016Z Checking hyper-util v0.1.20
24822026-07-07T23:48:33.027Z Checking flate2 v1.1.9
24832026-07-07T23:48:33.163Z Checking inout v0.2.2
24842026-07-07T23:48:33.202Z Checking oxnet v0.1.6
24852026-07-07T23:48:33.227Z Compiling iddqd v0.4.2
24862026-07-07T23:48:33.306Z Checking tokio-rustls v0.26.4
24872026-07-07T23:48:33.319Z Checking dtrace-parser v0.3.0
24882026-07-07T23:48:33.370Z Checking phf_shared v0.13.1
24892026-07-07T23:48:33.451Z Checking lazy_static v1.5.0
24902026-07-07T23:48:33.515Z Checking anstyle-parse v0.2.7
24912026-07-07T23:48:33.529Z Checking zerocopy v0.7.35
24922026-07-07T23:48:33.541Z Checking pin-project v1.1.11
24932026-07-07T23:48:33.552Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-07T23:48:33.562Z Checking signal-hook v0.3.18
24952026-07-07T23:48:33.628Z Checking futures-executor v0.3.32
24962026-07-07T23:48:33.632Z Checking terminal_size v0.4.3
24972026-07-07T23:48:33.658Z Checking hex v0.4.3
24982026-07-07T23:48:33.746Z Checking ff v0.13.1
24992026-07-07T23:48:33.746Z Checking thread-id v5.1.0
25002026-07-07T23:48:33.771Z Checking libbz2-rs-sys v0.2.2
25012026-07-07T23:48:33.824Z Checking strsim v0.11.1
25022026-07-07T23:48:33.873Z Checking foldhash v0.2.0
25032026-07-07T23:48:33.885Z Checking bumpalo v3.20.2
25042026-07-07T23:48:33.982Z Checking winnow v0.5.40
25052026-07-07T23:48:34.009Z Checking foldhash v0.1.5
25062026-07-07T23:48:34.025Z Checking clap_lex v1.0.0
25072026-07-07T23:48:34.078Z Checking either v1.15.0
25082026-07-07T23:48:34.140Z Compiling rayon-core v1.13.0
25092026-07-07T23:48:34.153Z Checking base16ct v0.2.0
25102026-07-07T23:48:34.175Z Checking bitflags v1.3.2
25112026-07-07T23:48:34.242Z Checking same-file v1.0.6
25122026-07-07T23:48:34.259Z Checking managed v0.8.0
25132026-07-07T23:48:34.262Z Checking hyper-tls v0.6.0
25142026-07-07T23:48:34.282Z Checking sec1 v0.7.3
25152026-07-07T23:48:34.344Z Checking hyper-rustls v0.27.7
25162026-07-07T23:48:34.355Z Checking walkdir v2.5.0
25172026-07-07T23:48:34.435Z Checking smoltcp v0.9.1
25182026-07-07T23:48:34.438Z Checking reqwest v0.12.28
25192026-07-07T23:48:34.477Z Checking clap_builder v4.6.0
25202026-07-07T23:48:34.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25212026-07-07T23:48:34.509Z Checking bzip2 v0.6.1
25222026-07-07T23:48:34.546Z Checking hashbrown v0.15.5
25232026-07-07T23:48:34.599Z Checking dof v0.3.0
25242026-07-07T23:48:34.668Z Checking zopfli v0.8.3
25252026-07-07T23:48:34.683Z Checking hashbrown v0.16.1
25262026-07-07T23:48:34.895Z Checking group v0.13.0
25272026-07-07T23:48:34.998Z Checking usdt-impl v0.6.0
25282026-07-07T23:48:35.026Z Checking futures v0.3.32
25292026-07-07T23:48:35.040Z Checking signal-hook-mio v0.2.5
25302026-07-07T23:48:35.043Z Checking anstream v0.6.21
25312026-07-07T23:48:35.101Z Checking snafu v0.8.9
25322026-07-07T23:48:35.139Z Checking toml_edit v0.19.15
25332026-07-07T23:48:35.152Z Checking bzip2 v0.4.4
25342026-07-07T23:48:35.194Z Checking phf v0.13.1
25352026-07-07T23:48:35.210Z Checking num-bigint-dig v0.8.6
25362026-07-07T23:48:35.278Z Checking cipher v0.5.2
25372026-07-07T23:48:35.308Z Checking cookie_store v0.22.1
25382026-07-07T23:48:35.338Z Checking postgres-types v0.2.12
25392026-07-07T23:48:35.341Z Checking zstd v0.13.3
25402026-07-07T23:48:35.482Z Checking ed25519 v2.2.3
25412026-07-07T23:48:35.510Z Checking dtrace-parser v0.2.0
25422026-07-07T23:48:35.530Z Checking rustls-platform-verifier v0.6.2
25432026-07-07T23:48:35.630Z Checking globset v0.4.18
25442026-07-07T23:48:35.643Z Checking crossbeam-deque v0.8.6
25452026-07-07T23:48:35.662Z Checking regex v1.12.3
25462026-07-07T23:48:35.665Z Checking phf_shared v0.11.3
25472026-07-07T23:48:35.739Z Checking hkdf v0.12.4
25482026-07-07T23:48:35.742Z Checking olpc-cjson v0.1.4
25492026-07-07T23:48:35.810Z Checking ref-cast v1.0.25
25502026-07-07T23:48:35.815Z Checking curve25519-dalek v4.1.3
25512026-07-07T23:48:35.871Z Checking strum v0.27.2
25522026-07-07T23:48:35.874Z Checking pkcs1 v0.7.5
25532026-07-07T23:48:35.894Z Checking hubpack v0.1.2
25542026-07-07T23:48:35.906Z Checking memoffset v0.9.1
25552026-07-07T23:48:35.931Z Checking rustix v0.38.44
25562026-07-07T23:48:35.977Z Checking pem v3.0.6
25572026-07-07T23:48:35.980Z Checking float-cmp v0.10.0
25582026-07-07T23:48:36.009Z Checking erased-serde v0.3.31
25592026-07-07T23:48:36.052Z Checking serde-big-array v0.5.1
25602026-07-07T23:48:36.081Z Checking serde_plain v1.0.2
25612026-07-07T23:48:36.108Z Checking crypto-bigint v0.5.5
25622026-07-07T23:48:36.130Z Checking memmap2 v0.9.10
25632026-07-07T23:48:36.177Z Checking thread-id v4.2.2
25642026-07-07T23:48:36.180Z Checking env_filter v1.0.0
25652026-07-07T23:48:36.219Z Checking jiff v0.2.21
25662026-07-07T23:48:36.254Z Checking typed-path v0.9.3
25672026-07-07T23:48:36.285Z Checking whoami v2.1.0
25682026-07-07T23:48:36.326Z Checking static_assertions v1.1.0
25692026-07-07T23:48:36.393Z Checking normalize-line-endings v0.3.0
25702026-07-07T23:48:36.396Z Checking toml_write v0.1.2
25712026-07-07T23:48:36.475Z Checking fixedbitset v0.5.7
25722026-07-07T23:48:36.487Z Checking fixedbitset v0.4.2
25732026-07-07T23:48:36.567Z Checking precomputed-hash v0.1.1
25742026-07-07T23:48:36.587Z Checking new_debug_unreachable v1.0.6
25752026-07-07T23:48:36.630Z Checking data-encoding v2.10.0
25762026-07-07T23:48:36.646Z Checking cpufeatures v0.3.0
25772026-07-07T23:48:36.657Z Checking winnow v1.0.3
25782026-07-07T23:48:36.668Z Checking predicates-core v1.0.10
25792026-07-07T23:48:36.710Z Checking keccak v0.1.6
25802026-07-07T23:48:36.722Z Checking difflib v0.4.0
25812026-07-07T23:48:36.784Z Checking const-oid v0.10.2
25822026-07-07T23:48:36.871Z Checking unicode-segmentation v1.12.0
25832026-07-07T23:48:36.890Z Checking winnow v0.7.14
25842026-07-07T23:48:36.890Z Checking predicates v3.1.4
25852026-07-07T23:48:36.933Z Checking digest v0.11.3
25862026-07-07T23:48:36.937Z Checking toml_parser v1.1.2+spec-1.1.0
25872026-07-07T23:48:37.000Z Checking elliptic-curve v0.13.8
25882026-07-07T23:48:37.012Z Checking tough v0.22.0
25892026-07-07T23:48:37.116Z Checking hickory-proto v0.25.2
25902026-07-07T23:48:37.174Z Checking similar v2.7.0
25912026-07-07T23:48:37.193Z Checking sha3 v0.10.8
25922026-07-07T23:48:37.270Z Checking crossterm v0.28.1
25932026-07-07T23:48:37.304Z Checking chacha20 v0.10.0
25942026-07-07T23:48:37.393Z Checking petgraph v0.8.3
25952026-07-07T23:48:37.549Z Checking string_cache v0.8.9
25962026-07-07T23:48:37.561Z Checking petgraph v0.6.5
25972026-07-07T23:48:37.721Z Checking ed25519-dalek v2.2.0
25982026-07-07T23:48:37.948Z Checking tokio-postgres v0.7.16
25992026-07-07T23:48:37.966Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26002026-07-07T23:48:38.081Z Checking toml_edit v0.22.27
26012026-07-07T23:48:38.449Z Checking zip v4.6.1
26022026-07-07T23:48:38.802Z Checking slog v2.8.2
26032026-07-07T23:48:38.936Z Checking env_logger v0.11.9
26042026-07-07T23:48:39.011Z Checking usdt v0.6.0
26052026-07-07T23:48:39.037Z Checking usdt-impl v0.5.0
26062026-07-07T23:48:39.062Z Checking toml v0.7.8
26072026-07-07T23:48:39.122Z Checking rsa v0.9.10
26082026-07-07T23:48:39.172Z Checking nix v0.31.2
26092026-07-07T23:48:39.311Z Checking clap v4.6.1
26102026-07-07T23:48:39.365Z Checking reqwest v0.13.2
26112026-07-07T23:48:39.389Z Checking zip v0.6.6
26122026-07-07T23:48:39.526Z Checking itertools v0.13.0
26132026-07-07T23:48:39.585Z Checking serde_with v3.17.0
26142026-07-07T23:48:39.715Z Checking strum v0.26.3
26152026-07-07T23:48:39.828Z Checking fs-err v3.3.0
26162026-07-07T23:48:39.927Z Checking ahash v0.8.12
26172026-07-07T23:48:40.097Z Checking tokio-stream v0.1.18
26182026-07-07T23:48:40.125Z Checking object v0.37.3
26192026-07-07T23:48:40.137Z Checking buf-list v1.1.2
26202026-07-07T23:48:40.218Z Checking anyhow v1.0.102
26212026-07-07T23:48:40.231Z Checking camino v1.2.2
26222026-07-07T23:48:40.317Z Checking x509-cert v0.2.5
26232026-07-07T23:48:40.384Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-07T23:48:40.413Z Checking openapiv3 v2.2.0
26252026-07-07T23:48:40.472Z Checking lalrpop-util v0.19.12
26262026-07-07T23:48:40.475Z Checking peg-runtime v0.8.5
26272026-07-07T23:48:40.591Z Checking rayon v1.11.0
26282026-07-07T23:48:40.619Z Checking sigpipe v0.1.3
26292026-07-07T23:48:40.631Z Checking glob v0.3.3
26302026-07-07T23:48:42.283Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-07T23:48:42.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.09s
26322026-07-07T23:48:42.705Z
26332026-07-07T23:48:42.705Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26342026-07-07T23:48:43.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-07T23:48:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-07T23:48:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-07T23:48:43.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-07-07T23:48:43.234Z
26392026-07-07T23:48:43.234Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26402026-07-07T23:48:43.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-07T23:48:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-07T23:48:43.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-07T23:48:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26442026-07-07T23:48:43.748Z
26452026-07-07T23:48:43.748Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26462026-07-07T23:48:44.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-07T23:48:44.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-07T23:48:44.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-07T23:48:44.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26502026-07-07T23:48:44.283Z
26512026-07-07T23:48:44.283Zinfo: running `cargo check --bins` on oxql-types (80/300)
26522026-07-07T23:48:44.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-07T23:48:44.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-07T23:48:44.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-07T23:48:44.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-07-07T23:48:44.810Z
26572026-07-07T23:48:44.810Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26582026-07-07T23:48:45.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-07T23:48:45.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-07T23:48:45.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-07T23:48:45.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-07-07T23:48:45.331Z
26632026-07-07T23:48:45.331Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26642026-07-07T23:48:45.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-07T23:48:45.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-07T23:48:45.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-07T23:48:45.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26682026-07-07T23:48:45.855Z
26692026-07-07T23:48:45.855Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26702026-07-07T23:48:46.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-07T23:48:46.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-07T23:48:46.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-07T23:48:46.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26742026-07-07T23:48:46.367Z
26752026-07-07T23:48:46.367Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26762026-07-07T23:48:46.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-07T23:48:46.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-07T23:48:47.000Z Compiling structmeta-derive v0.3.0
26792026-07-07T23:48:47.115Z Compiling multer v3.1.0
26802026-07-07T23:48:47.127Z Compiling async-stream-impl v0.3.6
26812026-07-07T23:48:47.130Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-07-07T23:48:47.146Z Compiling dropshot v0.17.1
26832026-07-07T23:48:47.161Z Compiling newtype-uuid-macros v0.1.0
26842026-07-07T23:48:47.164Z Compiling dropshot_endpoint v0.17.1
26852026-07-07T23:48:47.186Z Checking newtype-uuid v1.3.2
26862026-07-07T23:48:47.355Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-07T23:48:47.373Z Checking daft v0.1.7
26882026-07-07T23:48:47.395Z Checking thread_local v1.1.9
26892026-07-07T23:48:47.520Z Checking compression-core v0.4.31
26902026-07-07T23:48:47.564Z Checking match_cfg v0.1.0
26912026-07-07T23:48:47.625Z Checking iddqd v0.4.2
26922026-07-07T23:48:47.638Z Checking hostname v0.3.1
26932026-07-07T23:48:47.650Z Checking compression-codecs v0.4.37
26942026-07-07T23:48:47.703Z Checking crossbeam-channel v0.5.15
26952026-07-07T23:48:47.730Z Checking atomicwrites v0.4.4
26962026-07-07T23:48:47.759Z Checking slog-json v2.6.1
26972026-07-07T23:48:47.813Z Checking serde_spanned v1.1.1
26982026-07-07T23:48:47.855Z Checking is-terminal v0.4.17
26992026-07-07T23:48:47.913Z Checking toml_datetime v1.1.1+spec-1.1.0
27002026-07-07T23:48:47.939Z Checking term v1.2.1
27012026-07-07T23:48:47.951Z Checking toml_writer v1.1.1+spec-1.1.0
27022026-07-07T23:48:47.980Z Checking debug-ignore v1.0.5
27032026-07-07T23:48:48.036Z Checking take_mut v0.2.2
27042026-07-07T23:48:48.048Z Checking slog-bunyan v2.5.0
27052026-07-07T23:48:48.106Z Checking async-compression v0.4.41
27062026-07-07T23:48:48.136Z Checking slog-async v2.8.0
27072026-07-07T23:48:48.136Z Checking toml v1.1.2+spec-1.1.0
27082026-07-07T23:48:48.160Z Checking async-stream v0.3.6
27092026-07-07T23:48:48.164Z Checking slog-term v2.9.2
27102026-07-07T23:48:48.183Z Compiling structmeta v0.3.0
27112026-07-07T23:48:48.283Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-07-07T23:48:48.305Z Checking progenitor-client v0.14.0
27132026-07-07T23:48:48.349Z Checking sha1 v0.11.0
27142026-07-07T23:48:48.385Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-07-07T23:48:48.398Z Compiling derive-ex v0.1.8
27162026-07-07T23:48:48.421Z Compiling parse-display-derive v0.10.0
27172026-07-07T23:48:48.535Z Checking waitgroup v0.1.2
27182026-07-07T23:48:48.538Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-07-07T23:48:48.538Z Checking rustls-pemfile v2.2.0
27202026-07-07T23:48:48.628Z Checking backon v1.6.0
27212026-07-07T23:48:48.644Z Checking serde_path_to_error v0.1.20
27222026-07-07T23:48:48.680Z Checking hostname v0.4.2
27232026-07-07T23:48:48.712Z Checking instant v0.1.13
27242026-07-07T23:48:48.789Z Checking progenitor-extras v0.2.0
27252026-07-07T23:48:48.810Z Checking backoff v0.4.0
27262026-07-07T23:48:48.897Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-07T23:48:48.971Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-07T23:48:49.003Z Checking itertools v0.14.0
27292026-07-07T23:48:49.017Z Checking regress v0.10.5
27302026-07-07T23:48:49.099Z Checking macaddr v1.0.1
27312026-07-07T23:48:49.424Z Checking humantime v2.3.0
27322026-07-07T23:48:50.100Z Compiling test-strategy v0.4.5
27332026-07-07T23:48:50.112Z Checking parse-display v0.10.0
27342026-07-07T23:48:50.623Z Compiling prettyplease v0.2.37
27352026-07-07T23:48:50.860Z Checking num-rational v0.4.2
27362026-07-07T23:48:51.131Z Checking num-complex v0.4.6
27372026-07-07T23:48:51.508Z Compiling num v0.4.3
27382026-07-07T23:48:51.578Z Compiling usdt-macro v0.5.0
27392026-07-07T23:48:51.593Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-07T23:48:51.679Z Compiling usdt-attr-macro v0.5.0
27412026-07-07T23:48:51.750Z Checking memmap v0.7.0
27422026-07-07T23:48:51.885Z Checking float-ord v0.3.2
27432026-07-07T23:48:51.964Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-07T23:48:52.108Z Compiling convert_case v0.4.0
27452026-07-07T23:48:52.125Z Checking unicode-width v0.2.0
27462026-07-07T23:48:52.316Z Checking newline-converter v0.3.0
27472026-07-07T23:48:52.376Z Checking console v0.15.11
27482026-07-07T23:48:52.426Z Compiling toml v0.8.23
27492026-07-07T23:48:52.464Z Checking usdt v0.5.0
27502026-07-07T23:48:52.478Z Compiling derive_more v0.99.20
27512026-07-07T23:48:52.629Z Checking linked-hash-map v0.5.6
27522026-07-07T23:48:52.649Z Compiling minimal-lexical v0.2.1
27532026-07-07T23:48:53.805Z Checking lru-cache v0.1.2
27542026-07-07T23:48:53.808Z Compiling nom v7.1.3
27552026-07-07T23:48:53.808Z Checking expectorate v1.2.0
27562026-07-07T23:48:53.808Z Checking camino-tempfile v1.4.1
27572026-07-07T23:48:53.808Z Checking hickory-proto v0.24.4
27582026-07-07T23:48:53.808Z Checking phf_shared v0.12.1
27592026-07-07T23:48:53.808Z Compiling slog-dtrace v0.3.0
27602026-07-07T23:48:53.808Z Compiling unicode-xid v0.2.6
27612026-07-07T23:48:53.808Z Compiling chrono-tz v0.10.4
27622026-07-07T23:48:53.935Z Checking heck v0.5.0
27632026-07-07T23:48:53.992Z Checking resolv-conf v0.7.6
27642026-07-07T23:48:54.130Z Compiling const_format_proc_macros v0.2.34
27652026-07-07T23:48:54.172Z Checking phf v0.12.1
27662026-07-07T23:48:54.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-07-07T23:48:54.318Z Checking tokio-dtrace v0.1.1
27682026-07-07T23:48:54.507Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-07T23:48:54.765Z Compiling derive-where v1.6.0
27702026-07-07T23:48:55.008Z Checking highway v1.3.0
27712026-07-07T23:48:55.101Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-07-07T23:48:55.147Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27732026-07-07T23:48:55.238Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27742026-07-07T23:48:55.252Z Checking hickory-resolver v0.24.4
27752026-07-07T23:48:55.604Z Checking const_format v0.2.35
27762026-07-07T23:48:55.857Z Checking oxide-tokio-rt v0.1.4
27772026-07-07T23:48:56.117Z Checking qorb v0.4.1
27782026-07-07T23:48:56.260Z Checking gethostname v0.5.0
27792026-07-07T23:48:56.315Z Checking bcs v0.1.6
27802026-07-07T23:48:56.347Z Checking termtree v0.5.1
27812026-07-07T23:48:56.649Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-07T23:48:56.709Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-07T23:48:56.883Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-07T23:48:56.886Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-07T23:48:59.756Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-07T23:49:02.154Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-07T23:49:04.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.85s
27882026-07-07T23:49:04.387Z
27892026-07-07T23:49:04.387Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27902026-07-07T23:49:04.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-07T23:49:04.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-07T23:49:05.025Z Compiling ar_archive_writer v0.5.1
27932026-07-07T23:49:05.131Z Compiling stacker v0.1.23
27942026-07-07T23:49:05.140Z Compiling cfg_aliases v0.1.1
27952026-07-07T23:49:05.148Z Compiling convert_case v0.10.0
27962026-07-07T23:49:05.156Z Checking unicode-width v0.1.14
27972026-07-07T23:49:05.166Z Compiling proc-macro-error v1.0.4
27982026-07-07T23:49:05.177Z Checking fd-lock v4.0.4
27992026-07-07T23:49:05.177Z Checking nibble_vec v0.1.0
28002026-07-07T23:49:05.198Z Compiling nix v0.28.0
28012026-07-07T23:49:05.288Z Compiling recursive-proc-macro-impl v0.1.1
28022026-07-07T23:49:05.304Z Checking vte v0.14.1
28032026-07-07T23:49:05.396Z Checking bytecount v0.6.9
28042026-07-07T23:49:05.410Z Checking endian-type v0.1.2
28052026-07-07T23:49:05.438Z Compiling derive_more-impl v2.1.1
28062026-07-07T23:49:05.453Z Checking strip-ansi-escapes v0.2.1
28072026-07-07T23:49:05.464Z Compiling tabled_derive v0.7.0
28082026-07-07T23:49:05.491Z Checking papergrid v0.11.0
28092026-07-07T23:49:05.529Z Checking radix_trie v0.2.1
28102026-07-07T23:49:05.556Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-07T23:49:05.699Z Compiling peg-macros v0.8.5
28122026-07-07T23:49:05.731Z Checking winnow v0.6.26
28132026-07-07T23:49:05.950Z Compiling psm v0.1.30
28142026-07-07T23:49:06.034Z Compiling sqlparser_derive v0.5.0
28152026-07-07T23:49:06.117Z Checking home v0.5.12
28162026-07-07T23:49:06.232Z Checking unicode_categories v0.1.1
28172026-07-07T23:49:06.245Z Checking derive_more v2.1.1
28182026-07-07T23:49:06.320Z Checking nu-ansi-term v0.50.3
28192026-07-07T23:49:06.385Z Checking crossterm v0.29.0
28202026-07-07T23:49:06.423Z Checking tabled v0.15.0
28212026-07-07T23:49:06.484Z Checking rustyline v14.0.0
28222026-07-07T23:49:06.527Z Checking reedline v0.40.0
28232026-07-07T23:49:06.733Z Checking recursive v0.1.1
28242026-07-07T23:49:06.826Z Checking sqlparser v0.61.0
28252026-07-07T23:49:06.842Z Checking display-error-chain v0.2.2
28262026-07-07T23:49:06.874Z Checking sqlformat v0.3.5
28272026-07-07T23:49:07.055Z Checking peg v0.8.5
28282026-07-07T23:49:18.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28292026-07-07T23:49:18.166Z
28302026-07-07T23:49:18.166Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28312026-07-07T23:49:18.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-07T23:49:18.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-07T23:49:18.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-07T23:49:22.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28352026-07-07T23:49:22.393Z
28362026-07-07T23:49:22.393Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28372026-07-07T23:49:22.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-07T23:49:22.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-07T23:49:23.006Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-07T23:49:25.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28412026-07-07T23:49:25.610Z
28422026-07-07T23:49:25.610Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28432026-07-07T23:49:26.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-07T23:49:26.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-07T23:49:26.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-07T23:49:29.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28472026-07-07T23:49:29.600Z
28482026-07-07T23:49:29.600Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28492026-07-07T23:49:30.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-07T23:49:30.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-07T23:49:30.210Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-07T23:49:33.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28532026-07-07T23:49:33.644Z
28542026-07-07T23:49:33.644Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28552026-07-07T23:49:34.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-07T23:49:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-07T23:49:34.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-07T23:49:36.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28592026-07-07T23:49:36.993Z
28602026-07-07T23:49:36.993Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28612026-07-07T23:49:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-07T23:49:37.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-07T23:49:37.613Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-07T23:49:40.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28652026-07-07T23:49:40.399Z
28662026-07-07T23:49:40.399Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28672026-07-07T23:49:40.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-07T23:49:40.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-07T23:49:41.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-07T23:49:44.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28712026-07-07T23:49:44.599Z
28722026-07-07T23:49:44.599Zinfo: running `cargo check --bins` on oximeter (93/300)
28732026-07-07T23:49:45.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-07T23:49:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-07T23:49:45.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-07T23:49:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28772026-07-07T23:49:45.132Z
28782026-07-07T23:49:45.133Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28792026-07-07T23:49:45.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-07T23:49:45.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-07T23:49:45.708Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-07T23:49:45.866Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-07T23:49:45.869Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-07T23:49:46.215Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-07T23:49:48.760Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-07T23:49:49.959Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-07T23:49:50.162Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-07T23:49:50.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
28892026-07-07T23:49:50.973Z
28902026-07-07T23:49:50.973Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-07T23:49:51.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-07T23:49:51.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-07T23:49:51.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-07T23:49:51.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-07T23:49:51.503Z
28962026-07-07T23:49:51.503Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-07T23:49:51.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-07T23:49:51.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-07T23:49:51.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-07T23:49:51.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-07T23:49:52.073Z
29022026-07-07T23:49:52.073Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-07T23:49:52.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-07T23:49:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-07T23:49:52.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-07T23:49:52.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-07T23:49:52.612Z
29082026-07-07T23:49:52.612Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-07T23:49:53.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-07T23:49:53.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-07T23:49:53.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-07T23:49:53.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-07T23:49:53.147Z
29142026-07-07T23:49:53.147Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-07T23:49:53.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-07T23:49:53.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-07T23:49:53.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-07T23:49:53.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29192026-07-07T23:49:53.686Z
29202026-07-07T23:49:53.686Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-07T23:49:54.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-07T23:49:54.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-07T23:49:54.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-07T23:49:54.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29252026-07-07T23:49:54.216Z
29262026-07-07T23:49:54.216Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-07T23:49:54.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-07T23:49:54.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-07T23:49:54.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-07T23:49:54.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29312026-07-07T23:49:54.725Z
29322026-07-07T23:49:54.725Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-07T23:49:55.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-07T23:49:55.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-07T23:49:55.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-07T23:49:55.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-07T23:49:55.260Z
29382026-07-07T23:49:55.260Zinfo: running `cargo check --bins` on update-engine (103/300)
29392026-07-07T23:49:55.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-07T23:49:55.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-07T23:49:55.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-07T23:49:55.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29432026-07-07T23:49:55.776Z
29442026-07-07T23:49:55.776Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/300)
29452026-07-07T23:49:56.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-07T23:49:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-07T23:49:56.437Z Compiling crucible-workspace-hack v0.1.0
29482026-07-07T23:49:56.551Z Checking secrecy v0.10.3
29492026-07-07T23:49:56.557Z Compiling heapless v0.8.0
29502026-07-07T23:49:56.560Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-07-07T23:49:56.568Z Compiling ingot-macros v0.1.1
29522026-07-07T23:49:56.576Z Checking hash32 v0.3.1
29532026-07-07T23:49:56.579Z Checking inout v0.1.4
29542026-07-07T23:49:56.599Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-07-07T23:49:56.649Z Compiling smoltcp v0.11.0
29562026-07-07T23:49:56.693Z Checking cobs v0.3.0
29572026-07-07T23:49:56.712Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-07-07T23:49:56.786Z Checking cipher v0.4.4
29592026-07-07T23:49:56.820Z Checking universal-hash v0.5.1
29602026-07-07T23:49:56.835Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-07T23:49:56.845Z Checking half v2.7.1
29622026-07-07T23:49:56.940Z Checking opaque-debug v0.3.1
29632026-07-07T23:49:56.979Z Checking ciborium-io v0.2.2
29642026-07-07T23:49:57.006Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29652026-07-07T23:49:57.030Z Checking poly1305 v0.8.0
29662026-07-07T23:49:57.072Z Checking chacha20 v0.9.1
29672026-07-07T23:49:57.112Z Checking ciborium-ll v0.2.2
29682026-07-07T23:49:57.219Z Checking postcard v1.1.3
29692026-07-07T23:49:57.275Z Compiling proc-macro-crate v3.4.0
29702026-07-07T23:49:57.289Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-07T23:49:57.302Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-07T23:49:57.513Z Checking password-hash v0.5.0
29732026-07-07T23:49:57.568Z Checking blake2 v0.10.6
29742026-07-07T23:49:57.704Z Compiling proc-macro-crate v1.3.1
29752026-07-07T23:49:57.746Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-07T23:49:57.768Z Checking aead v0.5.2
29772026-07-07T23:49:57.810Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-07T23:49:57.832Z Compiling num_enum_derive v0.7.6
29792026-07-07T23:49:57.906Z Compiling foreign-types-macros v0.2.3
29802026-07-07T23:49:57.976Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-07T23:49:58.020Z Checking thiserror-no-std v2.0.2
29822026-07-07T23:49:58.023Z Checking foreign-types-shared v0.3.1
29832026-07-07T23:49:59.116Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29842026-07-07T23:49:59.119Z Compiling num_enum_derive v0.5.11
29852026-07-07T23:49:59.119Z Checking vsss-rs v3.3.4
29862026-07-07T23:49:59.119Z Checking chacha20poly1305 v0.10.1
29872026-07-07T23:49:59.120Z Checking argon2 v0.5.3
29882026-07-07T23:49:59.120Z Checking foreign-types v0.5.0
29892026-07-07T23:49:59.120Z Checking ciborium v0.2.2
29902026-07-07T23:49:59.120Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-07T23:49:59.120Z Checking tabwriter v1.4.1
29922026-07-07T23:49:59.120Z Checking num_enum v0.7.6
29932026-07-07T23:49:59.120Z Checking byte-wrapper v0.1.0
29942026-07-07T23:49:59.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-07T23:49:59.120Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29962026-07-07T23:49:59.120Z Checking cstr-argument v0.1.2
29972026-07-07T23:49:59.156Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-07T23:49:59.171Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-07-07T23:49:59.184Z Checking num_enum v0.5.11
30002026-07-07T23:49:59.246Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-07T23:49:59.295Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30022026-07-07T23:49:59.372Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-07T23:49:59.406Z Checking ingot-types v0.1.2
30042026-07-07T23:49:59.439Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30052026-07-07T23:49:59.463Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30062026-07-07T23:49:59.478Z Checking rand v0.10.1
30072026-07-07T23:49:59.533Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-07T23:49:59.547Z Checking indent_write v2.2.0
30092026-07-07T23:49:59.560Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30102026-07-07T23:49:59.656Z Checking colored v3.1.1
30112026-07-07T23:49:59.671Z Compiling zone_cfg_derive v0.3.1
30122026-07-07T23:49:59.701Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-07T23:49:59.808Z Checking ingot v0.1.1
30142026-07-07T23:49:59.835Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-07T23:49:59.869Z Checking itertools v0.12.1
30162026-07-07T23:49:59.883Z Compiling num-derive v0.4.2
30172026-07-07T23:49:59.895Z Checking swrite v0.1.0
30182026-07-07T23:49:59.987Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-07-07T23:50:00.003Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30202026-07-07T23:50:00.157Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-07-07T23:50:00.326Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-07T23:50:00.341Z Checking dropshot-api-manager-types v0.7.2
30232026-07-07T23:50:00.360Z Checking smf v0.2.3
30242026-07-07T23:50:00.428Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-07-07T23:50:00.445Z Checking nanorand v0.7.0
30262026-07-07T23:50:00.505Z Checking whoami v1.6.1
30272026-07-07T23:50:00.599Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-07T23:50:00.645Z Checking flume v0.11.1
30292026-07-07T23:50:00.848Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-07T23:50:00.917Z Checking zone v0.3.1
30312026-07-07T23:50:01.396Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-07T23:50:02.366Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-07T23:50:03.251Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-07T23:50:06.695Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-07T23:50:08.765Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-07T23:50:09.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
30372026-07-07T23:50:10.041Z
30382026-07-07T23:50:10.042Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/300)
30392026-07-07T23:50:10.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-07T23:50:10.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-07T23:50:10.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-07T23:50:10.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30432026-07-07T23:50:10.588Z
30442026-07-07T23:50:10.588Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/300)
30452026-07-07T23:50:11.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-07T23:50:11.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-07T23:50:11.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-07T23:50:11.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30492026-07-07T23:50:11.137Z
30502026-07-07T23:50:11.137Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/300)
30512026-07-07T23:50:11.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-07T23:50:11.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-07T23:50:11.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-07T23:50:11.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30552026-07-07T23:50:11.686Z
30562026-07-07T23:50:11.686Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/300)
30572026-07-07T23:50:12.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-07T23:50:12.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-07T23:50:12.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-07T23:50:12.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30612026-07-07T23:50:12.238Z
30622026-07-07T23:50:12.238Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/300)
30632026-07-07T23:50:12.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-07T23:50:12.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-07T23:50:12.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-07T23:50:12.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30672026-07-07T23:50:12.783Z
30682026-07-07T23:50:12.784Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/300)
30692026-07-07T23:50:13.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-07T23:50:13.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-07T23:50:13.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-07T23:50:13.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30732026-07-07T23:50:13.331Z
30742026-07-07T23:50:13.331Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/300)
30752026-07-07T23:50:13.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-07T23:50:13.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-07T23:50:13.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-07T23:50:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30792026-07-07T23:50:13.879Z
30802026-07-07T23:50:13.879Zinfo: running `cargo check --bins` on cockroach-admin-client (112/300)
30812026-07-07T23:50:14.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-07T23:50:14.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-07T23:50:14.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-07T23:50:14.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30852026-07-07T23:50:14.415Z
30862026-07-07T23:50:14.415Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/300)
30872026-07-07T23:50:14.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-07T23:50:14.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-07T23:50:14.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-07T23:50:14.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30912026-07-07T23:50:14.959Z
30922026-07-07T23:50:14.959Zinfo: running `cargo check --bins` on dns-service-client (114/300)
30932026-07-07T23:50:15.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-07T23:50:15.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-07T23:50:15.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-07T23:50:15.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30972026-07-07T23:50:15.504Z
30982026-07-07T23:50:15.504Zinfo: running `cargo check --bins` on installinator-client (115/300)
30992026-07-07T23:50:15.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-07T23:50:15.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-07T23:50:15.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-07T23:50:15.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31032026-07-07T23:50:16.056Z
31042026-07-07T23:50:16.056Zinfo: running `cargo check --bins` on nexus-client (116/300)
31052026-07-07T23:50:16.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-07T23:50:16.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-07T23:50:16.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-07T23:50:16.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31092026-07-07T23:50:16.637Z
31102026-07-07T23:50:16.637Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/300)
31112026-07-07T23:50:17.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-07T23:50:17.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-07T23:50:17.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-07T23:50:17.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31152026-07-07T23:50:17.216Z
31162026-07-07T23:50:17.216Zinfo: running `cargo check --bins` on ntp-admin-client (118/300)
31172026-07-07T23:50:17.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-07T23:50:17.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-07T23:50:17.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-07T23:50:17.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31212026-07-07T23:50:17.744Z
31222026-07-07T23:50:17.744Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/300)
31232026-07-07T23:50:18.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-07T23:50:18.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-07T23:50:18.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-07T23:50:18.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31272026-07-07T23:50:18.271Z
31282026-07-07T23:50:18.271Zinfo: running `cargo check --bins` on oxide-client (120/300)
31292026-07-07T23:50:18.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-07T23:50:18.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-07T23:50:18.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-07T23:50:18.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-07T23:50:18.800Z
31342026-07-07T23:50:18.800Zinfo: running `cargo check --bins` on oximeter-client (121/300)
31352026-07-07T23:50:19.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-07T23:50:19.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-07T23:50:19.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-07T23:50:19.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31392026-07-07T23:50:19.343Z
31402026-07-07T23:50:19.343Zinfo: running `cargo check --bins` on repo-depot-client (122/300)
31412026-07-07T23:50:19.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-07T23:50:19.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-07T23:50:19.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-07T23:50:19.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31452026-07-07T23:50:19.871Z
31462026-07-07T23:50:19.871Zinfo: running `cargo check --bins` on sled-agent-client (123/300)
31472026-07-07T23:50:20.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-07T23:50:20.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-07T23:50:20.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-07T23:50:20.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-07T23:50:20.422Z
31522026-07-07T23:50:20.423Zinfo: running `cargo check --bins` on wicketd-client (124/300)
31532026-07-07T23:50:20.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-07T23:50:20.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-07T23:50:20.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-07T23:50:20.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31572026-07-07T23:50:20.984Z
31582026-07-07T23:50:20.984Zinfo: running `cargo check --bins` on installinator-common (125/300)
31592026-07-07T23:50:21.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-07T23:50:21.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-07T23:50:21.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-07T23:50:21.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31632026-07-07T23:50:21.541Z
31642026-07-07T23:50:21.541Zinfo: running `cargo check --bins` on installinator-common-versions (126/300)
31652026-07-07T23:50:21.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-07T23:50:21.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-07T23:50:21.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-07T23:50:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31692026-07-07T23:50:22.067Z
31702026-07-07T23:50:22.067Zinfo: running `cargo check --bins` on wicket-common (127/300)
31712026-07-07T23:50:22.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-07T23:50:22.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-07T23:50:22.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-07-07T23:50:22.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31752026-07-07T23:50:22.620Z
31762026-07-07T23:50:22.620Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31772026-07-07T23:50:23.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-07-07T23:50:23.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-07-07T23:50:23.257Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-07-07T23:50:23.370Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-07-07T23:50:23.377Z Checking csv-core v0.1.13
31822026-07-07T23:50:23.383Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-07-07T23:50:23.390Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-07-07T23:50:23.398Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-07-07T23:50:23.409Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-07T23:50:23.422Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-07-07T23:50:23.533Z Checking csv v1.4.0
31882026-07-07T23:50:23.560Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-07-07T23:50:23.565Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-07-07T23:50:23.599Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-07-07T23:50:23.627Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-07-07T23:50:23.868Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-07T23:50:24.243Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-07-07T23:50:24.247Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-07T23:50:24.578Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-07-07T23:50:30.626Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-07-07T23:50:31.159Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-07-07T23:50:33.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
31992026-07-07T23:50:33.728Z
32002026-07-07T23:50:33.728Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
32012026-07-07T23:50:34.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-07T23:50:34.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-07T23:50:34.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-07T23:50:34.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32052026-07-07T23:50:34.273Z
32062026-07-07T23:50:34.273Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
32072026-07-07T23:50:34.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-07T23:50:34.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-07T23:50:34.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-07T23:50:34.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112026-07-07T23:50:34.883Z
32122026-07-07T23:50:34.884Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32132026-07-07T23:50:35.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-07T23:50:35.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-07T23:50:35.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-07T23:50:35.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32172026-07-07T23:50:35.512Z
32182026-07-07T23:50:35.512Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32192026-07-07T23:50:36.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-07T23:50:36.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-07T23:50:36.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-07-07T23:50:36.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32232026-07-07T23:50:36.109Z
32242026-07-07T23:50:36.109Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32252026-07-07T23:50:36.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-07-07T23:50:36.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-07-07T23:50:36.825Z Compiling regress v0.11.1
32282026-07-07T23:50:36.967Z Compiling unsafe-libyaml v0.2.11
32292026-07-07T23:50:36.977Z Compiling semver v0.1.20
32302026-07-07T23:50:36.986Z Compiling radium v0.7.0
32312026-07-07T23:50:36.999Z Checking nom v8.0.0
32322026-07-07T23:50:36.999Z Checking tap v1.0.1
32332026-07-07T23:50:37.023Z Compiling maybe-uninit v2.0.0
32342026-07-07T23:50:37.111Z Checking wyz v0.5.1
32352026-07-07T23:50:37.260Z Compiling rustc_version v0.1.7
32362026-07-07T23:50:37.299Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-07-07T23:50:37.391Z Compiling zerocopy-derive v0.6.6
32382026-07-07T23:50:37.447Z Compiling packed_struct v0.10.1
32392026-07-07T23:50:37.476Z Compiling newtype_derive v0.1.6
32402026-07-07T23:50:37.686Z Compiling serde_yaml v0.9.34+deprecated
32412026-07-07T23:50:37.713Z Compiling cancel-safe-futures v0.1.5
32422026-07-07T23:50:37.725Z Checking funty v2.0.0
32432026-07-07T23:50:37.936Z Checking crc-catalog v2.4.0
32442026-07-07T23:50:38.033Z Compiling owo-colors v4.3.0
32452026-07-07T23:50:38.049Z Checking bitvec v1.0.1
32462026-07-07T23:50:38.257Z Checking zerocopy v0.6.6
32472026-07-07T23:50:38.425Z Checking crc v3.4.0
32482026-07-07T23:50:38.439Z Checking typify-impl v0.6.2
32492026-07-07T23:50:38.768Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-07-07T23:50:38.816Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-07-07T23:50:38.971Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-07-07T23:50:39.148Z Compiling packed_struct_codegen v0.10.1
32532026-07-07T23:50:39.171Z Checking libsw-core v0.3.2
32542026-07-07T23:50:39.294Z Compiling bitfield-macros v0.19.4
32552026-07-07T23:50:39.320Z Compiling indexmap v1.9.3
32562026-07-07T23:50:39.378Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32572026-07-07T23:50:39.453Z Checking nodrop v0.1.14
32582026-07-07T23:50:39.553Z Checking array-init v0.0.4
32592026-07-07T23:50:39.572Z Checking libsw v3.5.0
32602026-07-07T23:50:39.614Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-07-07T23:50:39.750Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-07-07T23:50:39.875Z Checking smallvec v0.6.14
32632026-07-07T23:50:39.933Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32642026-07-07T23:50:40.060Z Checking bitfield v0.19.4
32652026-07-07T23:50:40.180Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-07-07T23:50:40.329Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32672026-07-07T23:50:40.333Z Checking smawk v0.3.2
32682026-07-07T23:50:40.333Z Checking hashbrown v0.12.3
32692026-07-07T23:50:40.373Z Checking unicode-linebreak v0.1.5
32702026-07-07T23:50:40.471Z Checking base64 v0.21.7
32712026-07-07T23:50:40.593Z Checking tagptr v0.2.0
32722026-07-07T23:50:40.687Z Checking linear-map v1.2.0
32732026-07-07T23:50:40.710Z Checking ron v0.8.1
32742026-07-07T23:50:40.733Z Checking moka v0.12.13
32752026-07-07T23:50:40.788Z Checking textwrap v0.16.2
32762026-07-07T23:50:40.859Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32772026-07-07T23:50:41.004Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-07-07T23:50:41.074Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-07-07T23:50:41.181Z Checking steno v0.4.1
32802026-07-07T23:50:41.231Z Checking serde-hex v0.1.0
32812026-07-07T23:50:41.350Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-07-07T23:50:41.371Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-07T23:50:41.537Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-07T23:50:41.889Z Checking hashbrown v0.13.2
32852026-07-07T23:50:42.129Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-07-07T23:50:42.151Z Checking crc-any v2.5.0
32872026-07-07T23:50:42.199Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-07T23:50:42.323Z Checking object v0.30.4
32892026-07-07T23:50:42.336Z Checking hickory-resolver v0.25.2
32902026-07-07T23:50:42.366Z Checking sha1 v0.10.6
32912026-07-07T23:50:42.381Z Checking void v1.0.2
32922026-07-07T23:50:42.486Z Checking path-slash v0.1.5
32932026-07-07T23:50:42.532Z Checking half v1.8.3
32942026-07-07T23:50:42.592Z Checking utf-8 v0.7.6
32952026-07-07T23:50:42.737Z Checking tungstenite v0.23.0
32962026-07-07T23:50:42.740Z Checking serde_cbor v0.11.2
32972026-07-07T23:50:42.768Z Checking lzss v0.8.2
32982026-07-07T23:50:43.066Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-07-07T23:50:43.090Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-07-07T23:50:43.104Z Compiling typify-macro v0.6.2
33012026-07-07T23:50:43.118Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-07-07T23:50:43.132Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-07-07T23:50:43.150Z Checking nix v0.27.1
33042026-07-07T23:50:43.214Z Checking kstat-rs v0.2.4
33052026-07-07T23:50:43.245Z Checking fxhash v0.2.1
33062026-07-07T23:50:43.364Z Checking serde_bytes v0.11.19
33072026-07-07T23:50:43.379Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33082026-07-07T23:50:43.398Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-07T23:50:43.476Z Checking tokio-tungstenite v0.23.1
33102026-07-07T23:50:43.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-07T23:50:43.656Z Checking signal-hook-tokio v0.3.1
33122026-07-07T23:50:44.405Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-07T23:50:44.538Z Compiling typify v0.6.2
33142026-07-07T23:50:44.617Z Compiling progenitor-impl v0.14.0
33152026-07-07T23:50:45.345Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-07T23:50:45.646Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-07T23:50:46.083Z Compiling progenitor-macro v0.14.0
33182026-07-07T23:50:48.419Z Checking progenitor v0.14.0
33192026-07-07T23:50:48.537Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-07T23:50:48.540Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-07T23:50:51.230Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-07T23:50:59.567Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-07T23:51:06.172Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-07T23:51:07.599Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-07T23:51:08.092Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-07T23:51:10.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.06s
33272026-07-07T23:51:10.365Z
33282026-07-07T23:51:10.365Zinfo: running `cargo check --bins` on gateway-api (134/300)
33292026-07-07T23:51:10.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-07T23:51:10.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-07T23:51:10.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-07T23:51:10.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-07T23:51:10.905Z
33342026-07-07T23:51:10.906Zinfo: running `cargo check --bins` on ipcc (135/300)
33352026-07-07T23:51:11.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-07T23:51:11.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-07T23:51:11.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-07T23:51:11.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33392026-07-07T23:51:11.451Z
33402026-07-07T23:51:11.451Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33412026-07-07T23:51:11.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-07T23:51:11.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-07T23:51:11.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-07T23:51:11.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-07-07T23:51:11.981Z
33462026-07-07T23:51:11.981Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33472026-07-07T23:51:12.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-07T23:51:12.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-07T23:51:12.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-07T23:51:12.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33512026-07-07T23:51:12.547Z
33522026-07-07T23:51:12.547Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33532026-07-07T23:51:13.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-07T23:51:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-07T23:51:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-07T23:51:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-07T23:51:13.091Z
33582026-07-07T23:51:13.091Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33592026-07-07T23:51:13.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-07T23:51:13.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-07T23:51:13.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-07T23:51:13.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-07-07T23:51:13.634Z
33642026-07-07T23:51:13.634Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33652026-07-07T23:51:14.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-07T23:51:14.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-07T23:51:14.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-07T23:51:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-07T23:51:14.180Z
33702026-07-07T23:51:14.180Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33712026-07-07T23:51:14.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-07T23:51:14.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-07T23:51:14.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-07T23:51:14.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33752026-07-07T23:51:14.740Z
33762026-07-07T23:51:14.740Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33772026-07-07T23:51:15.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-07T23:51:15.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-07T23:51:15.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-07T23:51:15.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-07T23:51:15.282Z
33822026-07-07T23:51:15.283Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33832026-07-07T23:51:15.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-07T23:51:15.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-07T23:51:15.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-07T23:51:15.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-07T23:51:15.828Z
33882026-07-07T23:51:15.828Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33892026-07-07T23:51:16.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-07T23:51:16.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-07T23:51:16.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-07T23:51:16.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-07-07T23:51:16.375Z
33942026-07-07T23:51:16.375Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33952026-07-07T23:51:16.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-07T23:51:16.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-07T23:51:16.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-07T23:51:16.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33992026-07-07T23:51:16.923Z
34002026-07-07T23:51:16.923Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
34012026-07-07T23:51:17.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-07T23:51:17.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-07T23:51:17.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-07T23:51:17.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34052026-07-07T23:51:17.470Z
34062026-07-07T23:51:17.470Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
34072026-07-07T23:51:17.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-07T23:51:17.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-07T23:51:17.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-07T23:51:17.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-07-07T23:51:18.015Z
34122026-07-07T23:51:18.015Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34132026-07-07T23:51:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-07T23:51:18.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-07T23:51:18.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-07T23:51:18.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-07T23:51:18.577Z
34182026-07-07T23:51:18.578Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34192026-07-07T23:51:19.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-07T23:51:19.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-07T23:51:19.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-07T23:51:19.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-07T23:51:19.144Z
34242026-07-07T23:51:19.144Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34252026-07-07T23:51:19.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-07T23:51:19.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-07T23:51:19.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-07T23:51:19.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34292026-07-07T23:51:19.711Z
34302026-07-07T23:51:19.711Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34312026-07-07T23:51:20.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-07T23:51:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-07T23:51:20.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-07T23:51:20.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-07-07T23:51:20.281Z
34362026-07-07T23:51:20.281Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34372026-07-07T23:51:20.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-07T23:51:20.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-07T23:51:20.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-07T23:51:20.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-07T23:51:20.847Z
34422026-07-07T23:51:20.847Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34432026-07-07T23:51:21.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-07T23:51:21.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-07T23:51:21.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-07T23:51:21.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-07T23:51:21.417Z
34482026-07-07T23:51:21.417Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34492026-07-07T23:51:21.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-07T23:51:21.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-07T23:51:21.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-07T23:51:21.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-07T23:51:21.985Z
34542026-07-07T23:51:21.985Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34552026-07-07T23:51:22.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-07T23:51:22.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-07T23:51:22.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-07T23:51:22.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-07-07T23:51:22.550Z
34602026-07-07T23:51:22.550Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34612026-07-07T23:51:23.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-07T23:51:23.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-07T23:51:23.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-07T23:51:23.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-07T23:51:23.109Z
34662026-07-07T23:51:23.109Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34672026-07-07T23:51:23.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-07T23:51:23.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-07T23:51:23.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-07T23:51:23.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-07-07T23:51:23.672Z
34722026-07-07T23:51:23.672Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34732026-07-07T23:51:24.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-07T23:51:24.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-07T23:51:24.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-07T23:51:24.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34772026-07-07T23:51:24.219Z
34782026-07-07T23:51:24.219Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34792026-07-07T23:51:24.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-07T23:51:24.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-07T23:51:24.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-07T23:51:24.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-07T23:51:24.762Z
34842026-07-07T23:51:24.762Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34852026-07-07T23:51:25.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-07T23:51:25.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-07T23:51:25.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-07T23:51:25.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34892026-07-07T23:51:25.310Z
34902026-07-07T23:51:25.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34912026-07-07T23:51:25.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-07T23:51:25.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-07T23:51:25.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-07T23:51:25.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34952026-07-07T23:51:25.857Z
34962026-07-07T23:51:25.857Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34972026-07-07T23:51:26.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-07T23:51:26.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-07T23:51:26.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-07T23:51:26.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35012026-07-07T23:51:26.406Z
35022026-07-07T23:51:26.406Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
35032026-07-07T23:51:26.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-07T23:51:26.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-07T23:51:26.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-07T23:51:26.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35072026-07-07T23:51:26.953Z
35082026-07-07T23:51:26.953Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
35092026-07-07T23:51:27.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-07T23:51:27.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-07T23:51:27.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-07T23:51:27.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35132026-07-07T23:51:27.498Z
35142026-07-07T23:51:27.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35152026-07-07T23:51:27.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-07T23:51:27.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-07T23:51:27.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-07T23:51:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35192026-07-07T23:51:28.033Z
35202026-07-07T23:51:28.033Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35212026-07-07T23:51:28.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-07T23:51:28.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-07T23:51:28.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-07T23:51:28.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-07T23:51:28.596Z
35262026-07-07T23:51:28.596Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35272026-07-07T23:51:29.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-07T23:51:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-07T23:51:29.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-07T23:51:29.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-07T23:51:29.145Z
35322026-07-07T23:51:29.145Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35332026-07-07T23:51:29.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-07T23:51:29.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-07T23:51:29.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-07T23:51:29.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35372026-07-07T23:51:29.706Z
35382026-07-07T23:51:29.706Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35392026-07-07T23:51:30.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-07T23:51:30.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-07T23:51:30.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-07T23:51:30.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-07T23:51:30.271Z
35442026-07-07T23:51:30.271Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35452026-07-07T23:51:30.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-07T23:51:30.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-07T23:51:30.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-07T23:51:30.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35492026-07-07T23:51:30.836Z
35502026-07-07T23:51:30.836Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35512026-07-07T23:51:31.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-07T23:51:31.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-07T23:51:31.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-07T23:51:31.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35552026-07-07T23:51:31.397Z
35562026-07-07T23:51:31.397Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35572026-07-07T23:51:31.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-07T23:51:31.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-07T23:51:31.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-07T23:51:31.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-07-07T23:51:31.962Z
35622026-07-07T23:51:31.962Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35632026-07-07T23:51:32.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-07T23:51:32.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-07T23:51:32.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-07T23:51:32.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-07-07T23:51:32.537Z
35682026-07-07T23:51:32.537Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35692026-07-07T23:51:32.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-07T23:51:32.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-07T23:51:32.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-07T23:51:32.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35732026-07-07T23:51:33.078Z
35742026-07-07T23:51:33.078Zinfo: running `cargo check --bins` on dns-server (175/300)
35752026-07-07T23:51:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-07T23:51:33.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-07T23:51:33.684Z Compiling parking_lot_core v0.8.6
35782026-07-07T23:51:33.687Z Compiling git-stub v1.0.0
35792026-07-07T23:51:33.687Z Checking prefix-trie v0.7.0
35802026-07-07T23:51:33.800Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-07T23:51:33.919Z Compiling git-stub-vcs v0.1.0
35822026-07-07T23:51:34.094Z Checking hickory-server v0.25.2
35832026-07-07T23:51:34.198Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-07-07T23:51:34.213Z Checking parking_lot v0.11.2
35852026-07-07T23:51:34.267Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35862026-07-07T23:51:34.267Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35872026-07-07T23:51:34.387Z Checking sled v0.34.7
35882026-07-07T23:51:36.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
35892026-07-07T23:51:36.466Z
35902026-07-07T23:51:36.466Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35912026-07-07T23:51:36.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-07T23:51:36.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-07T23:51:36.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-07T23:51:36.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35952026-07-07T23:51:37.001Z
35962026-07-07T23:51:37.001Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35972026-07-07T23:51:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-07T23:51:37.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-07T23:51:37.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-07T23:51:37.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36012026-07-07T23:51:37.547Z
36022026-07-07T23:51:37.547Zinfo: running `cargo check --bins` on sp-sim (178/300)
36032026-07-07T23:51:38.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-07T23:51:38.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-07T23:51:38.216Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-07-07T23:51:39.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
36072026-07-07T23:51:40.155Z
36082026-07-07T23:51:40.155Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
36092026-07-07T23:51:40.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-07T23:51:40.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-07T23:51:40.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-07T23:51:40.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36132026-07-07T23:51:40.753Z
36142026-07-07T23:51:40.753Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36152026-07-07T23:51:41.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-07T23:51:41.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-07T23:51:41.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-07T23:51:41.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36192026-07-07T23:51:41.339Z
36202026-07-07T23:51:41.339Zinfo: running `cargo check --bins` on db-macros (181/300)
36212026-07-07T23:51:41.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-07T23:51:41.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-07T23:51:41.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-07T23:51:41.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36252026-07-07T23:51:41.865Z
36262026-07-07T23:51:41.865Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36272026-07-07T23:51:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-07T23:51:42.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-07T23:51:42.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-07T23:51:42.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36312026-07-07T23:51:42.395Z
36322026-07-07T23:51:42.395Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36332026-07-07T23:51:42.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-07T23:51:42.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-07T23:51:42.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-07T23:51:42.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36372026-07-07T23:51:42.985Z
36382026-07-07T23:51:42.985Zinfo: running `cargo check --bins` on authz-macros (184/300)
36392026-07-07T23:51:43.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-07T23:51:43.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-07T23:51:43.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-07T23:51:43.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36432026-07-07T23:51:43.511Z
36442026-07-07T23:51:43.511Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36452026-07-07T23:51:44.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-07T23:51:44.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-07T23:51:44.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-07T23:51:44.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-07-07T23:51:44.100Z
36502026-07-07T23:51:44.100Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36512026-07-07T23:51:44.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-07T23:51:44.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-07T23:51:44.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-07T23:51:44.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36552026-07-07T23:51:44.687Z
36562026-07-07T23:51:44.687Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36572026-07-07T23:51:45.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-07T23:51:45.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-07T23:51:45.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-07T23:51:45.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36612026-07-07T23:51:45.221Z
36622026-07-07T23:51:45.221Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36632026-07-07T23:51:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-07T23:51:45.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-07T23:51:45.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-07T23:51:45.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-07T23:51:45.750Z
36682026-07-07T23:51:45.750Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36692026-07-07T23:51:46.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-07T23:51:46.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-07T23:51:46.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-07T23:51:46.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36732026-07-07T23:51:46.295Z
36742026-07-07T23:51:46.296Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36752026-07-07T23:51:46.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-07T23:51:46.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-07T23:51:46.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-07T23:51:46.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36792026-07-07T23:51:46.827Z
36802026-07-07T23:51:46.828Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36812026-07-07T23:51:47.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-07T23:51:47.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-07T23:51:47.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-07T23:51:47.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36852026-07-07T23:51:47.349Z
36862026-07-07T23:51:47.349Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36872026-07-07T23:51:47.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-07T23:51:47.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-07T23:51:47.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-07T23:51:47.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36912026-07-07T23:51:47.883Z
36922026-07-07T23:51:47.883Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36932026-07-07T23:51:48.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-07T23:51:48.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-07T23:51:48.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-07T23:51:48.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-07-07T23:51:48.471Z
36982026-07-07T23:51:48.471Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36992026-07-07T23:51:48.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-07T23:51:48.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-07T23:51:48.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-07T23:51:48.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37032026-07-07T23:51:49.067Z
37042026-07-07T23:51:49.067Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
37052026-07-07T23:51:49.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-07T23:51:49.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-07T23:51:49.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-07T23:51:49.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37092026-07-07T23:51:49.658Z
37102026-07-07T23:51:49.658Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
37112026-07-07T23:51:50.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-07T23:51:50.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-07T23:51:50.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-07T23:51:50.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-07T23:51:50.222Z
37162026-07-07T23:51:50.223Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37172026-07-07T23:51:50.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-07T23:51:50.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-07T23:51:50.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-07T23:51:50.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37212026-07-07T23:51:50.784Z
37222026-07-07T23:51:50.784Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37232026-07-07T23:51:51.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-07T23:51:51.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-07T23:51:51.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-07T23:51:51.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37272026-07-07T23:51:51.346Z
37282026-07-07T23:51:51.346Zinfo: running `cargo check --bins` on key-manager (199/300)
37292026-07-07T23:51:51.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-07T23:51:51.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-07T23:51:51.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-07T23:51:51.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-07-07T23:51:51.888Z
37342026-07-07T23:51:51.888Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37352026-07-07T23:51:52.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-07T23:51:52.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-07T23:51:52.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-07T23:51:52.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37392026-07-07T23:51:52.449Z
37402026-07-07T23:51:52.450Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37412026-07-07T23:51:52.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-07T23:51:52.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-07T23:51:52.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-07T23:51:52.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37452026-07-07T23:51:53.007Z
37462026-07-07T23:51:53.007Zinfo: running `cargo check --bins` on typed-rng (202/300)
37472026-07-07T23:51:53.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-07T23:51:53.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-07T23:51:53.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-07-07T23:51:53.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37512026-07-07T23:51:53.529Z
37522026-07-07T23:51:53.529Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37532026-07-07T23:51:54.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-07-07T23:51:54.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-07-07T23:51:54.328Z Compiling libefi-sys v0.1.0
37562026-07-07T23:51:54.334Z Compiling bitfield-struct v0.6.2
37572026-07-07T23:51:54.468Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-07-07T23:51:54.476Z Compiling xshell-macros v0.2.7
37592026-07-07T23:51:54.485Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602026-07-07T23:51:54.498Z Compiling salty v0.3.0
37612026-07-07T23:51:54.511Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-07-07T23:51:54.527Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-07-07T23:51:54.540Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-07T23:51:54.650Z Checking rfc6979 v0.4.0
37652026-07-07T23:51:54.777Z Checking ecdsa v0.16.9
37662026-07-07T23:51:54.814Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-07T23:51:54.847Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-07-07T23:51:54.862Z Checking xshell v0.2.7
37692026-07-07T23:51:54.984Z Checking primeorder v0.13.6
37702026-07-07T23:51:55.000Z Compiling proc-macro-error-attr2 v2.0.0
37712026-07-07T23:51:55.015Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-07T23:51:55.030Z Checking tungstenite v0.21.0
37732026-07-07T23:51:55.088Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-07T23:51:55.120Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-07-07T23:51:55.181Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-07T23:51:55.227Z Checking p384 v0.13.1
37772026-07-07T23:51:55.246Z Compiling num-derive v0.3.3
37782026-07-07T23:51:55.329Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-07-07T23:51:55.412Z Compiling proc-macro-error2 v2.0.1
37802026-07-07T23:51:55.442Z Checking tokio-tungstenite v0.21.0
37812026-07-07T23:51:55.504Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-07-07T23:51:55.554Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37832026-07-07T23:51:55.569Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-07-07T23:51:55.657Z Checking papergrid v0.17.0
37852026-07-07T23:51:55.721Z Compiling progenitor-impl v0.13.0
37862026-07-07T23:51:55.736Z Compiling tabled_derive v0.11.0
37872026-07-07T23:51:55.767Z Checking testing_table v0.3.0
37882026-07-07T23:51:55.840Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-07T23:51:55.863Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37902026-07-07T23:51:55.881Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-07T23:51:56.077Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-07-07T23:51:56.092Z Compiling illumos-nvpair-sys v0.2.0
37932026-07-07T23:51:56.167Z Checking libscf-sys v1.1.0
37942026-07-07T23:51:56.287Z Compiling unicase v2.9.0
37952026-07-07T23:51:56.303Z Checking corncobs v0.1.4
37962026-07-07T23:51:56.306Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-07-07T23:51:56.428Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-07T23:51:56.445Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37992026-07-07T23:51:56.491Z Compiling mime_guess v2.0.5
38002026-07-07T23:51:56.532Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-07T23:51:56.550Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38022026-07-07T23:51:56.611Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-07T23:51:56.866Z Checking progenitor-client v0.13.0
38042026-07-07T23:51:56.909Z Checking tabled v0.20.0
38052026-07-07T23:51:57.043Z Checking secrecy v0.8.0
38062026-07-07T23:51:57.106Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38072026-07-07T23:51:57.126Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38082026-07-07T23:51:57.143Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38092026-07-07T23:51:57.366Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38102026-07-07T23:51:57.517Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38112026-07-07T23:51:57.590Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38122026-07-07T23:51:57.606Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38132026-07-07T23:51:57.620Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38142026-07-07T23:51:57.738Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-07-07T23:51:57.862Z Checking filetime v0.2.27
38162026-07-07T23:51:57.909Z Checking http-range v0.1.5
38172026-07-07T23:51:58.042Z Checking crc8 v0.1.1
38182026-07-07T23:51:58.059Z Checking xattr v1.6.1
38192026-07-07T23:51:58.145Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38202026-07-07T23:51:58.192Z Checking tar v0.4.45
38212026-07-07T23:51:58.331Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38222026-07-07T23:51:58.348Z Compiling progenitor-macro v0.13.0
38232026-07-07T23:51:58.351Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-07-07T23:51:58.378Z Checking illumos-nvpair v0.3.0
38252026-07-07T23:51:58.536Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-07-07T23:51:58.574Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38272026-07-07T23:51:58.642Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38282026-07-07T23:51:58.928Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38292026-07-07T23:51:58.993Z Checking atty v0.2.14
38302026-07-07T23:51:58.996Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38312026-07-07T23:51:59.024Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-07-07T23:51:59.085Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38332026-07-07T23:51:59.101Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38342026-07-07T23:51:59.260Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-07-07T23:51:59.336Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38362026-07-07T23:51:59.354Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38372026-07-07T23:51:59.507Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-07-07T23:51:59.574Z Checking hyper-staticfile v0.10.1
38392026-07-07T23:51:59.735Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-07T23:51:59.755Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-07T23:51:59.914Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-07T23:52:00.003Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-07-07T23:52:00.193Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38442026-07-07T23:52:00.289Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-07T23:52:00.501Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38462026-07-07T23:52:00.821Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38472026-07-07T23:52:01.323Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-07T23:52:01.807Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-07T23:52:02.225Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-07T23:52:02.592Z Checking progenitor v0.13.0
38512026-07-07T23:52:02.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-07T23:52:04.767Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-07T23:52:08.121Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-07T23:52:19.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.62s
38552026-07-07T23:52:19.362Z
38562026-07-07T23:52:19.362Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38572026-07-07T23:52:19.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-07T23:52:19.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-07T23:52:20.105Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-07T23:52:30.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38612026-07-07T23:52:31.152Z
38622026-07-07T23:52:31.152Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38632026-07-07T23:52:31.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-07T23:52:31.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-07T23:52:31.885Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-07T23:52:42.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38672026-07-07T23:52:42.925Z
38682026-07-07T23:52:42.926Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38692026-07-07T23:52:43.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-07T23:52:43.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-07T23:52:43.667Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-07T23:52:54.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38732026-07-07T23:52:54.666Z
38742026-07-07T23:52:54.666Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38752026-07-07T23:52:55.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-07T23:52:55.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-07T23:52:55.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-07T23:53:06.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38792026-07-07T23:53:06.448Z
38802026-07-07T23:53:06.448Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38812026-07-07T23:53:06.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-07T23:53:06.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-07T23:53:07.180Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-07T23:53:17.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38852026-07-07T23:53:18.165Z
38862026-07-07T23:53:18.165Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38872026-07-07T23:53:18.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-07T23:53:18.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-07T23:53:18.896Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-07T23:53:29.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38912026-07-07T23:53:29.903Z
38922026-07-07T23:53:29.903Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38932026-07-07T23:53:30.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-07T23:53:30.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-07T23:53:30.632Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-07T23:53:41.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38972026-07-07T23:53:41.624Z
38982026-07-07T23:53:41.624Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38992026-07-07T23:53:42.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-07T23:53:42.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-07T23:53:42.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-07T23:53:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-07T23:53:42.169Z
39042026-07-07T23:53:42.169Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
39052026-07-07T23:53:42.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-07T23:53:42.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-07T23:53:42.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-07T23:53:42.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-07T23:53:42.712Z
39102026-07-07T23:53:42.712Zinfo: running `cargo check --bins` on range-requests (213/300)
39112026-07-07T23:53:43.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-07T23:53:43.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-07T23:53:43.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-07T23:53:43.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-07T23:53:43.241Z
39162026-07-07T23:53:43.241Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
39172026-07-07T23:53:43.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-07T23:53:43.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-07T23:53:43.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-07T23:53:43.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39212026-07-07T23:53:43.764Z
39222026-07-07T23:53:43.764Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39232026-07-07T23:53:44.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-07T23:53:44.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-07T23:53:44.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-07T23:53:44.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-07T23:53:44.312Z
39282026-07-07T23:53:44.312Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39292026-07-07T23:53:44.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-07T23:53:44.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-07T23:53:44.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-07T23:53:44.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-07T23:53:44.877Z
39342026-07-07T23:53:44.877Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39352026-07-07T23:53:45.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-07T23:53:45.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-07T23:53:45.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-07T23:53:45.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-07T23:53:45.427Z
39402026-07-07T23:53:45.427Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39412026-07-07T23:53:45.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-07T23:53:45.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-07T23:53:45.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-07T23:53:45.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-07T23:53:45.989Z
39462026-07-07T23:53:45.990Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39472026-07-07T23:53:46.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-07T23:53:46.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-07T23:53:46.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-07T23:53:46.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-07T23:53:46.555Z
39522026-07-07T23:53:46.555Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39532026-07-07T23:53:47.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-07T23:53:47.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-07T23:53:47.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-07T23:53:47.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-07T23:53:47.118Z
39582026-07-07T23:53:47.118Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39592026-07-07T23:53:47.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-07T23:53:47.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-07T23:53:47.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-07T23:53:47.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39632026-07-07T23:53:47.666Z
39642026-07-07T23:53:47.666Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39652026-07-07T23:53:48.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-07T23:53:48.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-07T23:53:48.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-07T23:53:48.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-07T23:53:48.219Z
39702026-07-07T23:53:48.219Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39712026-07-07T23:53:48.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-07T23:53:48.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-07T23:53:48.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-07T23:53:48.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39752026-07-07T23:53:48.773Z
39762026-07-07T23:53:48.773Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39772026-07-07T23:53:49.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-07T23:53:49.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-07T23:53:49.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-07T23:53:49.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39812026-07-07T23:53:49.328Z
39822026-07-07T23:53:49.328Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39832026-07-07T23:53:49.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-07T23:53:49.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-07T23:53:49.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-07T23:53:49.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-07T23:53:49.910Z
39882026-07-07T23:53:49.910Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39892026-07-07T23:53:50.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-07T23:53:50.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-07T23:53:50.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-07T23:53:50.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-07T23:53:50.475Z
39942026-07-07T23:53:50.476Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39952026-07-07T23:53:50.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-07T23:53:50.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-07T23:53:50.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-07T23:53:50.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-07T23:53:51.051Z
40002026-07-07T23:53:51.051Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
40012026-07-07T23:53:51.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-07T23:53:51.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-07T23:53:51.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-07T23:53:51.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-07T23:53:51.639Z
40062026-07-07T23:53:51.639Zinfo: running `cargo check --bins` on update-common (229/300)
40072026-07-07T23:53:52.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-07T23:53:52.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-07T23:53:52.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-07T23:53:52.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40112026-07-07T23:53:52.185Z
40122026-07-07T23:53:52.185Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
40132026-07-07T23:53:52.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-07T23:53:52.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-07T23:53:52.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-07T23:53:52.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-07-07T23:53:52.776Z
40182026-07-07T23:53:52.776Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40192026-07-07T23:53:53.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-07T23:53:53.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-07T23:53:53.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-07T23:53:53.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40232026-07-07T23:53:53.296Z
40242026-07-07T23:53:53.296Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40252026-07-07T23:53:53.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-07T23:53:53.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-07T23:53:54.023Z Compiling fs-err v2.11.0
40282026-07-07T23:53:54.027Z Checking ignore v0.4.25
40292026-07-07T23:53:54.027Z Checking arc-swap v1.8.2
40302026-07-07T23:53:54.156Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-07T23:53:54.159Z Checking predicates-tree v1.0.13
40322026-07-07T23:53:54.159Z Checking parse-size v1.1.0
40332026-07-07T23:53:54.182Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-07T23:53:54.185Z Checking rand_seeder v0.4.0
40352026-07-07T23:53:54.258Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-07T23:53:54.278Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-07T23:53:54.340Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-07T23:53:54.352Z Checking slog-scope v4.4.1
40392026-07-07T23:53:54.393Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-07-07T23:53:54.473Z Compiling petname v2.0.2
40412026-07-07T23:53:54.484Z Checking slog-stdlog v4.1.1
40422026-07-07T23:53:54.499Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-07T23:53:54.521Z Checking globwalk v0.9.1
40442026-07-07T23:53:54.589Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-07T23:53:54.603Z Checking slog-envlogger v2.2.0
40462026-07-07T23:53:54.699Z Checking camino-tempfile-ext v0.3.3
40472026-07-07T23:53:54.761Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-07T23:53:54.780Z Checking sapling-renderdag v0.1.0
40492026-07-07T23:53:54.898Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-07T23:53:54.981Z Checking subprocess v0.2.15
40512026-07-07T23:53:55.022Z Checking sync-ptr v0.1.4
40522026-07-07T23:53:55.125Z Checking colored v2.2.0
40532026-07-07T23:53:55.139Z Checking assert_matches v1.5.0
40542026-07-07T23:53:55.259Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-07T23:53:55.398Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40562026-07-07T23:53:55.401Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40572026-07-07T23:53:56.059Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-07T23:53:57.396Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-07T23:53:59.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40602026-07-07T23:53:59.758Z
40612026-07-07T23:53:59.758Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40622026-07-07T23:54:00.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-07T23:54:00.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-07T23:54:00.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-07T23:54:00.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40662026-07-07T23:54:00.284Z
40672026-07-07T23:54:00.284Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40682026-07-07T23:54:00.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-07T23:54:00.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-07T23:54:00.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-07T23:54:00.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40722026-07-07T23:54:00.826Z
40732026-07-07T23:54:00.826Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40742026-07-07T23:54:01.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-07T23:54:01.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-07T23:54:01.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-07T23:54:01.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-07-07T23:54:01.416Z
40792026-07-07T23:54:01.416Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40802026-07-07T23:54:01.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-07T23:54:01.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-07T23:54:02.094Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40832026-07-07T23:54:02.094Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40842026-07-07T23:54:02.731Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-07T23:54:04.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
40862026-07-07T23:54:04.491Z
40872026-07-07T23:54:04.491Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40882026-07-07T23:54:04.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-07T23:54:04.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-07T23:54:04.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-07T23:54:04.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-07-07T23:54:05.025Z
40932026-07-07T23:54:05.025Zinfo: running `cargo check --bins` on cert-dev (238/300)
40942026-07-07T23:54:05.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-07T23:54:05.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-07T23:54:05.579Z Checking yasna v0.5.2
40972026-07-07T23:54:05.982Z Checking rcgen v0.12.1
40982026-07-07T23:54:06.232Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-07T23:54:06.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41002026-07-07T23:54:06.580Z
41012026-07-07T23:54:06.580Zinfo: running `cargo check --bins` on clickana (239/300)
41022026-07-07T23:54:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-07T23:54:07.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-07T23:54:07.177Z Compiling darling_core v0.23.0
41052026-07-07T23:54:07.297Z Compiling instability v0.3.11
41062026-07-07T23:54:07.301Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-07T23:54:07.301Z Checking castaway v0.2.4
41082026-07-07T23:54:07.301Z Compiling indoc v2.0.7
41092026-07-07T23:54:07.301Z Checking unicode-truncate v1.1.0
41102026-07-07T23:54:07.318Z Checking lru v0.12.5
41112026-07-07T23:54:07.318Z Checking cassowary v0.3.0
41122026-07-07T23:54:07.384Z Checking compact_str v0.8.1
41132026-07-07T23:54:08.601Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-07T23:54:08.708Z Compiling darling_macro v0.23.0
41152026-07-07T23:54:08.779Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-07T23:54:09.140Z Compiling darling v0.23.0
41172026-07-07T23:54:09.770Z Checking ratatui v0.29.0
41182026-07-07T23:54:10.833Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-07T23:54:11.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41202026-07-07T23:54:11.643Z
41212026-07-07T23:54:11.643Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
41222026-07-07T23:54:12.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-07T23:54:12.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-07T23:54:12.313Z Checking headers-core v0.3.0
41252026-07-07T23:54:12.316Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-07-07T23:54:12.510Z Checking headers v0.4.1
41272026-07-07T23:54:12.878Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-07-07T23:54:13.828Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-07-07T23:54:14.307Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-07-07T23:54:14.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41312026-07-07T23:54:14.893Z
41322026-07-07T23:54:14.893Zinfo: running `cargo check --bins` on ch-dev (241/300)
41332026-07-07T23:54:15.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-07T23:54:15.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-07T23:54:15.550Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-07-07T23:54:16.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41372026-07-07T23:54:16.474Z
41382026-07-07T23:54:16.474Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41392026-07-07T23:54:16.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-07T23:54:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-07T23:54:16.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-07-07T23:54:16.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41432026-07-07T23:54:16.872Z
41442026-07-07T23:54:16.872Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41452026-07-07T23:54:17.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-07T23:54:17.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-07T23:54:17.446Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41482026-07-07T23:54:17.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41492026-07-07T23:54:17.957Z
41502026-07-07T23:54:17.957Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41512026-07-07T23:54:18.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-07T23:54:18.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-07T23:54:18.625Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41542026-07-07T23:54:19.705Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41552026-07-07T23:54:20.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
41562026-07-07T23:54:20.221Z
41572026-07-07T23:54:20.221Zinfo: running `cargo check --bins` on db-dev (245/300)
41582026-07-07T23:54:20.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-07T23:54:20.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-07T23:54:20.890Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41612026-07-07T23:54:21.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41622026-07-07T23:54:21.835Z
41632026-07-07T23:54:21.835Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41642026-07-07T23:54:22.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-07T23:54:22.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-07T23:54:22.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-07-07T23:54:22.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41682026-07-07T23:54:22.420Z
41692026-07-07T23:54:22.421Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41702026-07-07T23:54:22.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-07T23:54:22.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-07T23:54:22.993Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41732026-07-07T23:54:23.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41742026-07-07T23:54:23.844Z
41752026-07-07T23:54:23.844Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41762026-07-07T23:54:24.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-07T23:54:24.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-07T23:54:24.549Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-07-07T23:54:24.549Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-07T23:54:24.552Z Checking git-stub v1.0.0
41812026-07-07T23:54:24.552Z Compiling trait-variant v0.1.2
41822026-07-07T23:54:24.680Z Checking maplit v1.0.2
41832026-07-07T23:54:24.686Z Checking is_ci v1.2.0
41842026-07-07T23:54:24.696Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41852026-07-07T23:54:24.720Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41862026-07-07T23:54:24.761Z Checking drift v0.2.0
41872026-07-07T23:54:24.788Z Checking supports-color v3.0.2
41882026-07-07T23:54:24.820Z Checking git-stub-vcs v0.1.0
41892026-07-07T23:54:24.905Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41902026-07-07T23:54:24.919Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41912026-07-07T23:54:24.935Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41922026-07-07T23:54:25.017Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41932026-07-07T23:54:25.114Z Checking dropshot-api-manager v0.7.2
41942026-07-07T23:54:25.149Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41952026-07-07T23:54:25.188Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41962026-07-07T23:54:25.209Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41972026-07-07T23:54:25.421Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41982026-07-07T23:54:25.945Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41992026-07-07T23:54:26.929Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42002026-07-07T23:54:28.154Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42012026-07-07T23:54:28.747Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42022026-07-07T23:54:29.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
42032026-07-07T23:54:29.376Z
42042026-07-07T23:54:29.376Zinfo: running `cargo check --bins` on installinator-api (249/300)
42052026-07-07T23:54:29.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-07T23:54:29.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-07T23:54:29.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-07T23:54:29.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42092026-07-07T23:54:29.930Z
42102026-07-07T23:54:29.930Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
42112026-07-07T23:54:30.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-07T23:54:30.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-07T23:54:30.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-07T23:54:30.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42152026-07-07T23:54:30.510Z
42162026-07-07T23:54:30.510Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
42172026-07-07T23:54:31.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-07T23:54:31.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-07T23:54:31.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-07T23:54:31.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42212026-07-07T23:54:31.096Z
42222026-07-07T23:54:31.096Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42232026-07-07T23:54:31.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-07T23:54:31.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-07T23:54:31.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-07T23:54:31.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42272026-07-07T23:54:31.674Z
42282026-07-07T23:54:31.674Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42292026-07-07T23:54:32.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-07T23:54:32.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-07T23:54:32.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-07T23:54:32.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42332026-07-07T23:54:32.218Z
42342026-07-07T23:54:32.219Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42352026-07-07T23:54:32.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-07T23:54:32.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-07T23:54:32.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-07T23:54:32.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42392026-07-07T23:54:32.749Z
42402026-07-07T23:54:32.749Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42412026-07-07T23:54:33.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-07T23:54:33.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-07T23:54:33.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-07-07T23:54:33.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42452026-07-07T23:54:33.305Z
42462026-07-07T23:54:33.305Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42472026-07-07T23:54:33.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-07T23:54:33.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-07T23:54:33.871Z Checking cargo-platform v0.3.2
42502026-07-07T23:54:33.875Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-07-07T23:54:34.112Z Checking cargo_metadata v0.23.1
42522026-07-07T23:54:34.717Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42532026-07-07T23:54:35.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
42542026-07-07T23:54:35.614Z
42552026-07-07T23:54:35.615Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42562026-07-07T23:54:36.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-07-07T23:54:36.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-07-07T23:54:36.306Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42592026-07-07T23:54:36.916Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42602026-07-07T23:54:37.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42612026-07-07T23:54:37.589Z
42622026-07-07T23:54:37.589Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42632026-07-07T23:54:38.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-07-07T23:54:38.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-07-07T23:54:38.505Z Compiling vergen-lib v0.1.6
42662026-07-07T23:54:38.505Z Compiling diesel_derives v2.3.7
42672026-07-07T23:54:38.505Z Compiling dsl_auto_type v0.2.0
42682026-07-07T23:54:38.508Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42692026-07-07T23:54:38.508Z Checking scheduled-thread-pool v0.2.7
42702026-07-07T23:54:38.508Z Compiling vergen-gitcl v1.0.8
42712026-07-07T23:54:38.508Z Compiling diesel_table_macro_syntax v0.3.0
42722026-07-07T23:54:38.693Z Compiling dirs-sys-next v0.1.2
42732026-07-07T23:54:38.832Z Compiling glob v0.3.3
42742026-07-07T23:54:38.864Z Compiling crunchy v0.2.4
42752026-07-07T23:54:38.926Z Compiling dirs-next v2.0.0
42762026-07-07T23:54:38.945Z Checking r2d2 v0.8.10
42772026-07-07T23:54:38.998Z Checking downcast-rs v2.0.2
42782026-07-07T23:54:39.047Z Compiling tiny-keccak v2.0.2
42792026-07-07T23:54:39.128Z Compiling term v0.7.0
42802026-07-07T23:54:39.231Z Compiling clang-sys v1.8.1
42812026-07-07T23:54:39.264Z Compiling bit-vec v0.6.3
42822026-07-07T23:54:39.264Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-07-07T23:54:39.529Z Compiling bit-set v0.5.3
42842026-07-07T23:54:39.559Z Compiling ascii-canvas v3.0.0
42852026-07-07T23:54:39.619Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42862026-07-07T23:54:39.665Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42872026-07-07T23:54:39.681Z Compiling itertools v0.10.5
42882026-07-07T23:54:39.717Z Compiling ena v0.14.4
42892026-07-07T23:54:39.773Z Compiling libloading v0.8.9
42902026-07-07T23:54:39.790Z Compiling regex-syntax v0.6.29
42912026-07-07T23:54:39.807Z Compiling diff v0.1.13
42922026-07-07T23:54:39.931Z Compiling bindgen v0.71.1
42932026-07-07T23:54:40.110Z Compiling cexpr v0.6.0
42942026-07-07T23:54:40.315Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42952026-07-07T23:54:40.406Z Compiling rustc-hash v2.1.1
42962026-07-07T23:54:40.560Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42972026-07-07T23:54:40.709Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42982026-07-07T23:54:40.788Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42992026-07-07T23:54:40.806Z Compiling libxml v0.3.3
43002026-07-07T23:54:41.027Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43012026-07-07T23:54:41.064Z Compiling strum_macros v0.24.3
43022026-07-07T23:54:41.085Z Compiling indoc v1.0.9
43032026-07-07T23:54:41.237Z Compiling lalrpop v0.19.12
43042026-07-07T23:54:41.920Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43052026-07-07T23:54:42.128Z Checking derive_builder v0.20.2
43062026-07-07T23:54:42.249Z Compiling oso-derive v0.27.3
43072026-07-07T23:54:42.439Z Checking quick-xml v0.37.5
43082026-07-07T23:54:42.461Z Compiling impl-trait-for-tuples v0.2.3
43092026-07-07T23:54:42.767Z Checking openssl-probe v0.1.6
43102026-07-07T23:54:42.917Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43112026-07-07T23:54:43.341Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43122026-07-07T23:54:43.554Z Checking bb8 v0.8.6
43132026-07-07T23:54:43.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-07-07T23:54:43.677Z Checking nonempty v0.12.0
43152026-07-07T23:54:43.836Z Compiling libz-sys v1.1.24
43162026-07-07T23:54:43.854Z Compiling strsim v0.10.0
43172026-07-07T23:54:43.894Z Compiling libgit2-sys v0.18.3+1.9.2
43182026-07-07T23:54:44.030Z Compiling darling_core v0.13.4
43192026-07-07T23:54:44.188Z Compiling vergen-git2 v9.1.0
43202026-07-07T23:54:44.429Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-07-07T23:54:44.446Z Compiling base64 v0.21.7
43222026-07-07T23:54:44.559Z Checking diesel v2.3.7
43232026-07-07T23:54:44.657Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43242026-07-07T23:54:44.835Z Compiling ron v0.8.1
43252026-07-07T23:54:45.685Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-07-07T23:54:45.829Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-07-07T23:54:45.922Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-07-07T23:54:45.942Z Compiling darling_macro v0.13.4
43292026-07-07T23:54:46.131Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-07-07T23:54:46.344Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43312026-07-07T23:54:46.442Z Compiling darling v0.13.4
43322026-07-07T23:54:46.539Z Compiling serde_with_macros v1.5.2
43332026-07-07T23:54:46.556Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-07-07T23:54:46.763Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-07-07T23:54:46.963Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43362026-07-07T23:54:46.981Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43372026-07-07T23:54:47.388Z Compiling serde_with v1.14.0
43382026-07-07T23:54:48.559Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43392026-07-07T23:54:48.641Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43402026-07-07T23:54:48.745Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412026-07-07T23:54:49.417Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43422026-07-07T23:54:49.634Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43432026-07-07T23:54:49.866Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43442026-07-07T23:54:50.190Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43452026-07-07T23:54:50.240Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43462026-07-07T23:54:50.280Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43472026-07-07T23:54:50.848Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43482026-07-07T23:54:51.192Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43492026-07-07T23:54:51.276Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43502026-07-07T23:54:51.337Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43512026-07-07T23:54:51.547Z Checking twox-hash v2.1.2
43522026-07-07T23:54:51.581Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43532026-07-07T23:54:51.853Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43542026-07-07T23:54:51.895Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43552026-07-07T23:54:52.426Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-07-07T23:54:52.590Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43572026-07-07T23:54:53.581Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43582026-07-07T23:54:53.901Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43592026-07-07T23:54:53.921Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43602026-07-07T23:54:54.269Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43612026-07-07T23:54:54.579Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43622026-07-07T23:54:54.796Z Checking console v0.16.2
43632026-07-07T23:54:55.122Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43642026-07-07T23:54:55.274Z Checking fatfs v0.3.6
43652026-07-07T23:54:55.305Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43662026-07-07T23:54:55.751Z Checking unit-prefix v0.5.2
43672026-07-07T23:54:55.892Z Compiling seq-macro v0.3.6
43682026-07-07T23:54:56.424Z Checking indicatif v0.18.4
43692026-07-07T23:54:56.681Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43702026-07-07T23:54:56.826Z Checking support-bundle-viewer v0.1.2
43712026-07-07T23:54:57.074Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43722026-07-07T23:54:57.093Z Checking multimap v0.10.1
43732026-07-07T23:55:03.103Z Checking diesel-dtrace v0.5.0
43742026-07-07T23:55:03.356Z Checking async-bb8-diesel v0.2.1
43752026-07-07T23:55:05.836Z Compiling samael v0.0.19
43762026-07-07T23:55:11.784Z Compiling git2 v0.20.4
43772026-07-07T23:55:12.691Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43782026-07-07T23:55:13.689Z Compiling polar-core v0.27.3
43792026-07-07T23:55:14.280Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43802026-07-07T23:55:18.273Z Checking oso v0.27.3
43812026-07-07T23:55:47.831Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43822026-07-07T23:57:01.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
43832026-07-07T23:57:01.232Z
43842026-07-07T23:57:01.232Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43852026-07-07T23:57:01.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-07-07T23:57:01.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-07-07T23:57:01.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-07-07T23:57:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43892026-07-07T23:57:01.866Z
43902026-07-07T23:57:01.866Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43912026-07-07T23:57:02.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-07-07T23:57:02.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-07-07T23:57:02.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-07-07T23:57:02.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43952026-07-07T23:57:02.455Z
43962026-07-07T23:57:02.455Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43972026-07-07T23:57:02.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-07-07T23:57:02.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-07-07T23:57:02.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-07-07T23:57:02.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44012026-07-07T23:57:03.052Z
44022026-07-07T23:57:03.052Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
44032026-07-07T23:57:03.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-07-07T23:57:03.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-07-07T23:57:03.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-07-07T23:57:03.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44072026-07-07T23:57:03.585Z
44082026-07-07T23:57:03.585Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
44092026-07-07T23:57:04.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-07-07T23:57:04.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-07-07T23:57:04.378Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-07-07T23:57:05.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44132026-07-07T23:57:05.339Z
44142026-07-07T23:57:05.339Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44152026-07-07T23:57:05.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-07-07T23:57:05.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-07-07T23:57:06.120Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-07-07T23:57:43.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.36s
44192026-07-07T23:57:43.912Z
44202026-07-07T23:57:43.913Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44212026-07-07T23:57:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-07-07T23:57:44.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-07-07T23:57:44.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-07-07T23:57:44.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44252026-07-07T23:57:44.439Z
44262026-07-07T23:57:44.439Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44272026-07-07T23:57:44.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-07-07T23:57:44.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-07-07T23:57:44.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-07-07T23:57:44.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44312026-07-07T23:57:44.963Z
44322026-07-07T23:57:44.963Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44332026-07-07T23:57:45.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-07-07T23:57:45.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-07-07T23:57:45.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-07-07T23:57:45.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44372026-07-07T23:57:45.536Z
44382026-07-07T23:57:45.537Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44392026-07-07T23:57:46.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-07-07T23:57:46.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-07-07T23:57:46.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-07-07T23:57:46.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44432026-07-07T23:57:46.132Z
44442026-07-07T23:57:46.132Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44452026-07-07T23:57:46.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-07-07T23:57:46.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-07-07T23:57:46.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-07-07T23:57:46.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44492026-07-07T23:57:46.722Z
44502026-07-07T23:57:46.722Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44512026-07-07T23:57:47.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-07-07T23:57:47.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-07-07T23:57:47.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-07-07T23:57:47.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44552026-07-07T23:57:47.299Z
44562026-07-07T23:57:47.299Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44572026-07-07T23:57:47.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-07-07T23:57:47.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-07-07T23:57:47.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-07-07T23:57:47.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44612026-07-07T23:57:47.887Z
44622026-07-07T23:57:47.887Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44632026-07-07T23:57:48.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-07-07T23:57:48.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-07-07T23:57:48.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-07-07T23:57:48.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44672026-07-07T23:57:48.478Z
44682026-07-07T23:57:48.478Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44692026-07-07T23:57:48.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-07T23:57:48.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-07T23:57:48.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-07T23:57:48.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44732026-07-07T23:57:49.051Z
44742026-07-07T23:57:49.051Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44752026-07-07T23:57:49.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-07T23:57:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-07T23:57:49.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-07T23:57:49.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44792026-07-07T23:57:49.641Z
44802026-07-07T23:57:49.641Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44812026-07-07T23:57:50.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-07T23:57:50.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-07T23:57:50.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-07-07T23:57:50.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44852026-07-07T23:57:50.232Z
44862026-07-07T23:57:50.232Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44872026-07-07T23:57:50.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-07-07T23:57:50.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-07-07T23:57:51.068Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44902026-07-07T23:57:51.075Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44912026-07-07T23:57:51.219Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44922026-07-07T23:57:51.236Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44932026-07-07T23:57:51.250Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44942026-07-07T23:57:51.253Z Checking yansi v1.0.1
44952026-07-07T23:57:51.253Z Checking diff v0.1.13
44962026-07-07T23:57:51.267Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44972026-07-07T23:57:51.405Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44982026-07-07T23:57:51.562Z Checking pretty_assertions v1.4.1
44992026-07-07T23:57:52.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45002026-07-07T23:57:52.310Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45012026-07-07T23:58:17.204Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45022026-07-07T23:58:17.204Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45032026-07-07T23:58:17.208Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45042026-07-07T23:58:17.208Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45052026-07-07T23:58:17.208Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45062026-07-07T23:58:17.208Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45072026-07-07T23:58:17.208Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45082026-07-07T23:58:18.054Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45092026-07-07T23:58:18.054Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45102026-07-07T23:58:19.254Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45112026-07-07T23:58:56.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45122026-07-07T23:58:56.942Z
45132026-07-07T23:58:56.942Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45142026-07-07T23:58:57.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-07T23:58:57.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-07T23:58:57.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-07-07T23:58:57.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45182026-07-07T23:58:57.459Z
45192026-07-07T23:58:57.459Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45202026-07-07T23:58:57.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-07-07T23:58:57.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-07-07T23:58:58.171Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45232026-07-07T23:58:58.290Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45242026-07-07T23:58:58.293Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45252026-07-07T23:59:25.239Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45262026-07-07T23:59:25.611Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45272026-07-07T23:59:27.331Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45282026-07-07T23:59:27.770Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45292026-07-07T23:59:30.909Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45302026-07-07T23:59:54.422Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45312026-07-07T23:59:55.115Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45322026-07-07T23:59:56.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.26s
45332026-07-07T23:59:56.927Z
45342026-07-07T23:59:56.927Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45352026-07-07T23:59:57.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-07T23:59:57.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-07T23:59:57.590Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45382026-07-07T23:59:58.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45392026-07-07T23:59:58.436Z
45402026-07-07T23:59:58.436Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45412026-07-07T23:59:58.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-07-07T23:59:58.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-07-07T23:59:59.031Z Compiling blake3 v1.8.5
45442026-07-07T23:59:59.140Z Checking arrayref v0.3.9
45452026-07-07T23:59:59.143Z Checking constant_time_eq v0.4.2
45462026-07-07T23:59:59.145Z Checking arrayvec v0.7.6
45472026-07-07T23:59:59.155Z Checking topological-sort v0.2.2
45482026-07-07T23:59:59.160Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45492026-07-07T23:59:59.160Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45502026-07-07T23:59:59.160Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45512026-07-07T23:59:59.195Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45522026-07-07T23:59:59.255Z Checking shell-words v1.1.1
45532026-07-08T00:00:00.040Z Checking omicron-zone-package v0.12.3
45542026-07-08T00:00:00.746Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45552026-07-08T00:00:01.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
45562026-07-08T00:00:01.823Z
45572026-07-08T00:00:01.823Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45582026-07-08T00:00:02.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-07-08T00:00:02.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-07-08T00:00:02.419Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45612026-07-08T00:00:02.737Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45622026-07-08T00:00:03.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45632026-07-08T00:00:03.299Z
45642026-07-08T00:00:03.299Zinfo: running `cargo check --bins` on schema (282/300)
45652026-07-08T00:00:03.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-08T00:00:03.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-08T00:00:03.978Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45682026-07-08T00:00:04.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45692026-07-08T00:00:04.846Z
45702026-07-08T00:00:04.846Zinfo: running `cargo check --bins` on xtask (283/300)
45712026-07-08T00:00:05.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-08T00:00:05.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-08T00:00:05.233Z Checking serde_core v1.0.228
45742026-07-08T00:00:05.233Z Checking libc v0.2.185
45752026-07-08T00:00:05.312Z Checking bitflags v2.11.0
45762026-07-08T00:00:05.318Z Checking scroll v0.12.0
45772026-07-08T00:00:05.321Z Checking thiserror v1.0.69
45782026-07-08T00:00:05.329Z Checking log v0.4.29
45792026-07-08T00:00:05.336Z Checking indexmap v2.14.0
45802026-07-08T00:00:05.336Z Checking zerocopy v0.7.35
45812026-07-08T00:00:05.409Z Checking syn v2.0.117
45822026-07-08T00:00:05.450Z Checking dtrace-parser v0.2.0
45832026-07-08T00:00:05.466Z Checking once_cell v1.21.3
45842026-07-08T00:00:05.528Z Checking goblin v0.8.2
45852026-07-08T00:00:05.591Z Checking errno v0.3.14
45862026-07-08T00:00:05.636Z Checking thread-id v4.2.2
45872026-07-08T00:00:05.676Z Checking getrandom v0.4.1
45882026-07-08T00:00:05.709Z Checking rustix v1.1.3
45892026-07-08T00:00:05.720Z Checking memmap v0.7.0
45902026-07-08T00:00:05.803Z Checking thiserror v2.0.18
45912026-07-08T00:00:05.831Z Checking fs-err v3.3.0
45922026-07-08T00:00:05.848Z Checking tabled v0.15.0
45932026-07-08T00:00:05.864Z Checking anyhow v1.0.102
45942026-07-08T00:00:06.470Z Checking terminal_size v0.4.3
45952026-07-08T00:00:06.470Z Checking tempfile v3.25.0
45962026-07-08T00:00:06.583Z Checking clap_builder v4.6.0
45972026-07-08T00:00:06.583Z Checking textwrap v0.16.2
45982026-07-08T00:00:06.756Z Checking serde v1.0.228
45992026-07-08T00:00:06.756Z Checking serde_json v1.0.150
46002026-07-08T00:00:06.759Z Checking camino v1.2.2
46012026-07-08T00:00:06.789Z Checking cargo-platform v0.3.2
46022026-07-08T00:00:06.917Z Checking semver v1.0.28
46032026-07-08T00:00:07.025Z Checking camino-tempfile v1.4.1
46042026-07-08T00:00:07.180Z Checking serde_spanned v0.6.9
46052026-07-08T00:00:07.181Z Checking toml_datetime v0.6.11
46062026-07-08T00:00:07.184Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-07-08T00:00:07.184Z Checking macaddr v1.0.1
46082026-07-08T00:00:07.350Z Checking toml_edit v0.22.27
46092026-07-08T00:00:07.362Z Checking cargo_metadata v0.23.1
46102026-07-08T00:00:07.370Z Checking dof v0.3.0
46112026-07-08T00:00:07.625Z Checking usdt-impl v0.5.0
46122026-07-08T00:00:07.784Z Checking clap v4.6.1
46132026-07-08T00:00:07.888Z Checking usdt v0.5.0
46142026-07-08T00:00:08.325Z Checking toml v0.8.23
46152026-07-08T00:00:08.584Z Checking cargo_toml v0.21.0
46162026-07-08T00:00:09.221Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46172026-07-08T00:00:09.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
46182026-07-08T00:00:09.698Z
46192026-07-08T00:00:09.698Zinfo: running `cargo check --bins` on dnsadm (284/300)
46202026-07-08T00:00:10.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-07-08T00:00:10.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-07-08T00:00:10.288Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46232026-07-08T00:00:10.749Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46242026-07-08T00:00:11.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46252026-07-08T00:00:11.297Z
46262026-07-08T00:00:11.297Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46272026-07-08T00:00:11.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-07-08T00:00:11.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-07-08T00:00:12.066Z Checking cpubits v0.1.1
46302026-07-08T00:00:12.191Z Checking pem-rfc7468 v1.0.0
46312026-07-08T00:00:12.203Z Checking hmac v0.13.0
46322026-07-08T00:00:12.206Z Checking universal-hash v0.6.1
46332026-07-08T00:00:12.224Z Checking ctr v0.10.1
46342026-07-08T00:00:12.225Z Checking aead v0.6.1
46352026-07-08T00:00:12.228Z Checking sha2 v0.11.0
46362026-07-08T00:00:12.266Z Checking aes v0.9.1
46372026-07-08T00:00:12.266Z Checking crypto-bigint v0.7.5
46382026-07-08T00:00:12.322Z Checking polyval v0.7.1
46392026-07-08T00:00:12.336Z Checking der v0.8.0
46402026-07-08T00:00:12.349Z Checking pbkdf2 v0.13.0
46412026-07-08T00:00:12.381Z Checking salsa20 v0.11.0
46422026-07-08T00:00:12.397Z Checking cbc v0.2.1
46432026-07-08T00:00:12.462Z Checking ff v0.14.0
46442026-07-08T00:00:12.488Z Checking ghash v0.6.0
46452026-07-08T00:00:12.538Z Checking signature v3.0.0
46462026-07-08T00:00:12.541Z Checking base16ct v1.0.0
46472026-07-08T00:00:12.592Z Checking group v0.14.0
46482026-07-08T00:00:12.614Z Checking hkdf v0.13.0
46492026-07-08T00:00:12.662Z Checking aes-gcm v0.11.0
46502026-07-08T00:00:12.689Z Checking rfc6979 v0.5.0
46512026-07-08T00:00:12.705Z Compiling curve25519-dalek v5.0.0-rc.0
46522026-07-08T00:00:12.744Z Checking poly1305 v0.9.0
46532026-07-08T00:00:12.744Z Checking blowfish v0.10.0
46542026-07-08T00:00:12.817Z Checking blake2 v0.11.0-rc.6
46552026-07-08T00:00:12.821Z Checking keccak v0.2.0
46562026-07-08T00:00:12.908Z Checking fiat-crypto v0.3.0
46572026-07-08T00:00:12.955Z Checking scrypt v0.12.0
46582026-07-08T00:00:12.979Z Checking sha3 v0.11.0
46592026-07-08T00:00:13.010Z Checking bcrypt-pbkdf v0.11.0
46602026-07-08T00:00:13.086Z Checking argon2 v0.6.0-rc.8
46612026-07-08T00:00:13.116Z Checking spki v0.8.0
46622026-07-08T00:00:13.116Z Checking sec1 v0.8.1
46632026-07-08T00:00:13.161Z Checking kem v0.3.0
46642026-07-08T00:00:13.275Z Checking module-lattice v0.2.3
46652026-07-08T00:00:13.291Z Checking pkcs5 v0.8.1
46662026-07-08T00:00:13.319Z Checking pkcs1 v0.8.0-rc.4
46672026-07-08T00:00:13.336Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46682026-07-08T00:00:13.388Z Checking internal-russh-num-bigint v0.5.0
46692026-07-08T00:00:13.493Z Checking ml-kem v0.3.2
46702026-07-08T00:00:13.523Z Checking num-bigint v0.4.6
46712026-07-08T00:00:13.540Z Checking generic-array v1.4.3
46722026-07-08T00:00:13.575Z Checking pkcs8 v0.11.0
46732026-07-08T00:00:13.773Z Checking ed25519 v3.0.0
46742026-07-08T00:00:13.937Z Checking russh-util v0.52.0
46752026-07-08T00:00:13.961Z Compiling enum_dispatch v0.3.13
46762026-07-08T00:00:13.977Z Checking ed25519-dalek v3.0.0-rc.0
46772026-07-08T00:00:14.059Z Compiling delegate v0.13.5
46782026-07-08T00:00:14.203Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46792026-07-08T00:00:14.227Z Checking hex-literal v1.1.0
46802026-07-08T00:00:14.275Z Checking md5 v0.8.0
46812026-07-08T00:00:14.352Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46822026-07-08T00:00:14.445Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46832026-07-08T00:00:14.445Z Checking socket2 v0.5.10
46842026-07-08T00:00:14.483Z Checking elliptic-curve v0.14.0-rc.33
46852026-07-08T00:00:14.627Z Checking primefield v0.14.0
46862026-07-08T00:00:14.641Z Checking ssh-encoding v0.3.0-rc.9
46872026-07-08T00:00:14.709Z Checking crypto-primes v0.7.2
46882026-07-08T00:00:14.828Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46892026-07-08T00:00:14.860Z Checking ssh-cipher v0.3.0-rc.9
46902026-07-08T00:00:14.914Z Checking russh-cryptovec v0.61.0
46912026-07-08T00:00:14.945Z Checking primeorder v0.14.0-rc.10
46922026-07-08T00:00:15.026Z Checking ecdsa v0.17.0-rc.18
46932026-07-08T00:00:15.067Z Checking internet-checksum v0.2.1
46942026-07-08T00:00:15.382Z Checking p521 v0.14.0-rc.10
46952026-07-08T00:00:15.382Z Checking p256 v0.14.0-rc.10
46962026-07-08T00:00:15.698Z Checking rsa v0.10.0-rc.18
46972026-07-08T00:00:17.759Z Checking p384 v0.14.0-rc.10
46982026-07-08T00:00:19.662Z Checking ssh-key v0.7.0-rc.10
46992026-07-08T00:00:20.408Z Checking russh v0.61.2
47002026-07-08T00:00:33.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.80s
47012026-07-08T00:00:33.305Z
47022026-07-08T00:00:33.305Zinfo: running `cargo check --bins` on gateway-cli (286/300)
47032026-07-08T00:00:33.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-07-08T00:00:33.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-07-08T00:00:33.903Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47062026-07-08T00:00:34.010Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47072026-07-08T00:00:34.017Z Checking termios v0.3.3
47082026-07-08T00:00:35.231Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47092026-07-08T00:00:35.376Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47102026-07-08T00:00:37.091Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47112026-07-08T00:00:37.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
47122026-07-08T00:00:37.828Z
47132026-07-08T00:00:37.828Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
47142026-07-08T00:00:38.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-07-08T00:00:38.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-07-08T00:00:38.484Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47172026-07-08T00:00:38.488Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47182026-07-08T00:00:38.605Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47192026-07-08T00:00:38.609Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47202026-07-08T00:00:38.617Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47212026-07-08T00:00:38.620Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47222026-07-08T00:00:39.361Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47232026-07-08T00:00:39.706Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47242026-07-08T00:00:39.710Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47252026-07-08T00:00:40.352Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47262026-07-08T00:00:41.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
47272026-07-08T00:00:42.163Z
47282026-07-08T00:00:42.163Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
47292026-07-08T00:00:42.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-07-08T00:00:42.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-07-08T00:00:42.745Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47322026-07-08T00:00:43.184Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47332026-07-08T00:00:43.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47342026-07-08T00:00:43.663Z
47352026-07-08T00:00:43.663Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47362026-07-08T00:00:44.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-08T00:00:44.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-08T00:00:44.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-07-08T00:00:44.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47402026-07-08T00:00:44.187Z
47412026-07-08T00:00:44.187Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47422026-07-08T00:00:44.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-08T00:00:44.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-08T00:00:44.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-07-08T00:00:44.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47462026-07-08T00:00:44.714Z
47472026-07-08T00:00:44.714Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47482026-07-08T00:00:45.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-08T00:00:45.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-08T00:00:45.423Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47512026-07-08T00:00:46.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
47522026-07-08T00:00:46.204Z
47532026-07-08T00:00:46.204Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47542026-07-08T00:00:46.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-08T00:00:46.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-08T00:00:46.808Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47572026-07-08T00:00:46.812Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47582026-07-08T00:00:47.082Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47592026-07-08T00:00:47.082Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47602026-07-08T00:00:47.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47612026-07-08T00:00:48.060Z
47622026-07-08T00:00:48.060Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47632026-07-08T00:00:48.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-08T00:00:48.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-08T00:00:48.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47662026-07-08T00:00:48.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47672026-07-08T00:00:48.588Z
47682026-07-08T00:00:48.588Zinfo: running `cargo check --bins` on omicron-package (294/300)
47692026-07-08T00:00:49.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-08T00:00:49.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-08T00:00:49.221Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47722026-07-08T00:00:50.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47732026-07-08T00:00:50.467Z
47742026-07-08T00:00:50.467Zinfo: running `cargo check --bins` on tqdb (295/300)
47752026-07-08T00:00:50.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-07-08T00:00:50.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-07-08T00:00:51.195Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47782026-07-08T00:00:51.546Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47792026-07-08T00:00:52.068Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47802026-07-08T00:00:52.072Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47812026-07-08T00:00:58.169Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47822026-07-08T00:00:58.173Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47832026-07-08T00:00:58.747Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47842026-07-08T00:00:58.747Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47852026-07-08T00:00:58.750Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47862026-07-08T00:00:58.750Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47872026-07-08T00:00:59.531Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47882026-07-08T00:01:00.549Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47892026-07-08T00:01:01.333Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47902026-07-08T00:01:01.943Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47912026-07-08T00:01:06.803Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47922026-07-08T00:01:13.381Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47932026-07-08T00:01:13.384Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47942026-07-08T00:01:13.384Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47952026-07-08T00:01:13.384Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47962026-07-08T00:01:14.859Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47972026-07-08T00:01:16.180Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47982026-07-08T00:01:16.853Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47992026-07-08T00:01:18.083Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48002026-07-08T00:01:18.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s
48012026-07-08T00:01:18.817Z
48022026-07-08T00:01:18.817Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
48032026-07-08T00:01:19.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-07-08T00:01:19.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-07-08T00:01:19.485Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48062026-07-08T00:01:19.485Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48072026-07-08T00:01:19.489Z Checking rtoolbox v0.0.3
48082026-07-08T00:01:19.611Z Checking tui-tree-widget v0.23.1
48092026-07-08T00:01:19.704Z Checking rpassword v7.4.0
48102026-07-08T00:01:20.769Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48112026-07-08T00:01:23.991Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48122026-07-08T00:01:25.863Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48132026-07-08T00:01:26.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
48142026-07-08T00:01:26.942Z
48152026-07-08T00:01:26.942Zinfo: running `cargo check --bins` on wicket (297/300)
48162026-07-08T00:01:27.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-08T00:01:27.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-08T00:01:27.593Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48192026-07-08T00:01:27.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
48202026-07-08T00:01:28.126Z
48212026-07-08T00:01:28.126Zinfo: running `cargo check --bins` on wicketd (298/300)
48222026-07-08T00:01:28.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-08T00:01:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-08T00:01:28.800Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48252026-07-08T00:01:28.800Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48262026-07-08T00:01:28.805Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48272026-07-08T00:01:28.913Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48282026-07-08T00:01:29.796Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48292026-07-08T00:01:30.358Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48302026-07-08T00:01:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
48312026-07-08T00:01:33.617Z
48322026-07-08T00:01:33.617Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
48332026-07-08T00:01:34.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-08T00:01:34.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-08T00:01:34.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48362026-07-08T00:01:34.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48372026-07-08T00:01:34.149Z
48382026-07-08T00:01:34.149Zinfo: running `cargo check --bins` on zone-setup (300/300)
48392026-07-08T00:01:34.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48402026-07-08T00:01:34.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48412026-07-08T00:01:34.790Z Checking uzers v0.12.2
48422026-07-08T00:01:35.051Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48432026-07-08T00:01:35.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
48442026-07-08T00:01:35.991Z
48452026-07-08T00:01:35.991Zreal 13:55.160329998
48462026-07-08T00:01:35.991Zuser 21:07.292305095
48472026-07-08T00:01:35.991Zsys 4:14.401186702
48482026-07-08T00:01:35.991Ztrap 0.325984635
48492026-07-08T00:01:35.991Ztflt 2.954958367
48502026-07-08T00:01:35.991Zdflt 2.472863309
48512026-07-08T00:01:35.991Zkflt 0.035820698
48522026-07-08T00:01:35.991Zlock 1:19:24.975955836
48532026-07-08T00:01:35.991Zslp 1:41:11.053338222
48542026-07-08T00:01:35.991Zlat 58.348068065
48552026-07-08T00:01:35.994Zstop 3:37.152524139
48562026-07-08T00:01:35.994Zprocess exited: duration 960569 ms, exit code 0
 
48572026-07-08T00:01:35.999Zfound 0 output files