01KY5B830Y5DE4WC8HX9SDNMA1: 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: 01KY5B94C8FZWW3SVXFAWXFQCX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T16:42:49.434Zjob assigned to worker 01KY5B9D5R361BNC41T8RS99YM [factory aws, i-056a8decb19890d0c] (queued for 52 s)
 
22026-07-22T16:42:55.621Zstarting task 0: "setup"
32026-07-22T16:42:55.630Z++ uname -s
42026-07-22T16:42:55.630Z+ kern=SunOS
52026-07-22T16:42:55.630Z+ build_user=build
62026-07-22T16:42:55.630Z+ build_uid=12345
72026-07-22T16:42:55.631Z+ work_dir=/work
82026-07-22T16:42:55.631Z+ input_dir=/input
92026-07-22T16:42:55.631Z+ [[ 0 == 12345 ]]
102026-07-22T16:42:55.631Z+ case "$kern" in
112026-07-22T16:42:55.631Z+ groupadd -g 12345 build
122026-07-22T16:42:55.631Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T16:42:57.656Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T16:42:57.809Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T16:42:57.820Z+ home_fs=zfs
162026-07-22T16:42:57.820Z+ [[ zfs == autofs ]]
172026-07-22T16:42:57.820Z+ mkdir -p /home/build
182026-07-22T16:42:57.821Z+ chown build:build /home/build /work
192026-07-22T16:42:59.809Z+ chmod 0700 /home/build /work
202026-07-22T16:42:59.812Zprocess exited: duration 4192 ms, exit code 0
 
212026-07-22T16:42:59.819Zstarting task 1: "rust-toolchain"
222026-07-22T16:42:59.824Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T16:42:59.824Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T16:42:59.824Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-22T16:42:59.824Z * rust toolchain channel = "1.96.1"
262026-07-22T16:42:59.825Z * rust toolchain profile = "default"
272026-07-22T16:42:59.825Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T16:42:59.825Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T16:42:59.825Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T16:42:59.908Zinfo: downloading installer
312026-07-22T16:43:01.228Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T16:43:01.228Zwarn: /home/build/.rustup/settings.toml
332026-07-22T16:43:01.230Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T16:43:01.230Zwarn: instead of the one inferred from the default host triple.
352026-07-22T16:43:01.252Zinfo: profile set to default
362026-07-22T16:43:01.252Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T16:43:01.264Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T16:43:01.379Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T16:43:01.389Zinfo: downloading 6 components
402026-07-22T16:43:15.494Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T16:43:15.494Z
422026-07-22T16:43:15.524Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T16:43:15.524Z
442026-07-22T16:43:15.524Z
452026-07-22T16:43:15.524ZRust is installed now. Great!
462026-07-22T16:43:15.524Z
472026-07-22T16:43:15.530ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T16:43:15.531Zenvironment variable. This has not been done automatically.
492026-07-22T16:43:15.531Z
502026-07-22T16:43:15.531ZTo configure your current shell, you need to source
512026-07-22T16:43:15.531Zthe corresponding env file under $HOME/.cargo.
522026-07-22T16:43:15.531Z
532026-07-22T16:43:15.531ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T16:43:15.531Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T16:43:15.531Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T16:43:15.531Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T16:43:15.531Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T16:43:15.531Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T16:43:15.531Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T16:43:15.531Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T16:43:15.531Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T16:43:15.613Z+ rustup --version
632026-07-22T16:43:15.622Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T16:43:15.622Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T16:43:15.643Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T16:43:15.646Z+ cargo --version
672026-07-22T16:43:15.665Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T16:43:15.673Z+ rustc --version
692026-07-22T16:43:15.684Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T16:43:15.692Zprocess exited: duration 15866 ms, exit code 0
 
712026-07-22T16:43:15.698Zstarting task 2: "authentication"
722026-07-22T16:43:15.716Zprocess exited: duration 16 ms, exit code 0
 
732026-07-22T16:43:15.728Zstarting task 3: "clone repository"
742026-07-22T16:43:15.739Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T16:43:15.739Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T16:43:15.783ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T16:43:24.963Z+ cd /work/oxidecomputer/omicron
782026-07-22T16:43:24.963Z+ git fetch origin 672743c7c4a128edf1433f17e1367e73ea55b82c
792026-07-22T16:43:25.271ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T16:43:25.271Z * branch 672743c7c4a128edf1433f17e1367e73ea55b82c -> FETCH_HEAD
812026-07-22T16:43:25.282Z+ [[ -n john/sim-sa-cleanup-4 ]]
822026-07-22T16:43:25.286Z++ git branch --show-current
832026-07-22T16:43:25.286Z+ current=main
842026-07-22T16:43:25.286Z+ [[ main != john/sim-sa-cleanup-4 ]]
852026-07-22T16:43:25.286Z+ git branch -f john/sim-sa-cleanup-4 672743c7c4a128edf1433f17e1367e73ea55b82c
862026-07-22T16:43:25.286Z+ git checkout -f john/sim-sa-cleanup-4
872026-07-22T16:43:25.526ZSwitched to branch 'john/sim-sa-cleanup-4'
882026-07-22T16:43:25.530Z+ git reset --hard 672743c7c4a128edf1433f17e1367e73ea55b82c
892026-07-22T16:43:25.547ZHEAD is now at 672743c7c sim-sled-agent: remove legacy disks and datasets config fns/types
902026-07-22T16:43:25.558Zprocess exited: duration 9817 ms, exit code 0
 
912026-07-22T16:43:25.572Zstarting task 4: "build"
922026-07-22T16:43:25.579Z+ source .github/buildomat/ci-env.sh
932026-07-22T16:43:25.579Z++ export CARGO_TERM_COLOR=always
942026-07-22T16:43:25.580Z++ CARGO_TERM_COLOR=always
952026-07-22T16:43:25.580Z+++ uname -s
962026-07-22T16:43:25.580Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T16:43:25.580Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T16:43:25.580Z+ cargo --version
992026-07-22T16:43:25.586Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T16:43:25.594Z+ rustc --version
1012026-07-22T16:43:25.609Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T16:43:25.625Z+ source ./env.sh
1032026-07-22T16:43:25.625Z++ OLD_SHELL_OPTS=ehxB
1042026-07-22T16:43:25.625Z++ set -o xtrace
1052026-07-22T16:43:25.625Z++++ dirname ./env.sh
1062026-07-22T16:43:25.625Z+++ readlink -f .
1072026-07-22T16:43:25.625Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ 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-22T16:43:25.625Z++ case $OLD_SHELL_OPTS in
1192026-07-22T16:43:25.625Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-22T16:43:25.625Z+ 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-22T16:43:25.626Z+ 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-22T16:43:25.626Z+ banner prerequisites
1232026-07-22T16:43:25.626Z
1242026-07-22T16:43:25.626Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-22T16:43:25.626Z # # # # # # # # # # # # # # #
1262026-07-22T16:43:25.626Z # # # # ##### # # ##### # # # # # #### #
1272026-07-22T16:43:25.626Z ##### ##### # ##### # # # # # # # # #
1282026-07-22T16:43:25.626Z # # # # # # # # # # # # # # #
1292026-07-22T16:43:25.626Z # # # ###### # # ###### ### # #### # #### #
1302026-07-22T16:43:25.626Z
1312026-07-22T16:43:25.626Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-22T16:43:27.273Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-22T16:43:27.453Z Startup: Caching catalogs ... Done
1342026-07-22T16:43:28.422ZPlanning: Solver setup ... Done (0.911s)
1352026-07-22T16:43:28.460ZPlanning: Running solver ... Done (0.040s)
1362026-07-22T16:43:28.485ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-22T16:43:28.499ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-22T16:43:28.511ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-22T16:43:28.529ZPlanning: Package planning ... Done (0.014s)
1402026-07-22T16:43:28.533ZPlanning: Merging actions ... Done (0.001s)
1412026-07-22T16:43:28.735ZPlanning: Checking for conflicting actions ... Done (0.204s)
1422026-07-22T16:43:28.738ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-22T16:43:29.537ZPlanning: Evaluating mediators ... Done (0.800s)
1442026-07-22T16:43:29.540ZPlanning: Planning completed in 2.07 seconds
1452026-07-22T16:43:29.540Z Packages to install: 2
1462026-07-22T16:43:29.540Z Estimated space available: 156.05 GB
1472026-07-22T16:43:29.540ZEstimated space to be consumed: 48.03 MB
1482026-07-22T16:43:29.540Z Create boot environment: No
1492026-07-22T16:43:29.540ZCreate backup boot environment: No
1502026-07-22T16:43:29.540Z Rebuild boot archive: No
1512026-07-22T16:43:29.540Z
1522026-07-22T16:43:29.541ZChanged packages:
1532026-07-22T16:43:29.541Zhelios
1542026-07-22T16:43:29.541Z developer/build-essential
1552026-07-22T16:43:29.541Z None -> 11-3.0
1562026-07-22T16:43:29.546Z library/libxmlsec1
1572026-07-22T16:43:29.546Z None -> 1.2.35-3.0
1582026-07-22T16:43:29.566Z
1592026-07-22T16:43:29.566ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-22T16:43:29.642ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1612026-07-22T16:43:29.733Z Actions: 1/268 actions (Installing new actions)
1622026-07-22T16:43:29.803Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-22T16:43:29.820ZFinalize: Updating package state database ... Done (0.019s)
1642026-07-22T16:43:29.820ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-22T16:43:29.833ZFinalize: Updating image state ... Done (0.051s)
1662026-07-22T16:43:32.254ZFinalize: Creating fast lookup database ... Done (2.388s)
1672026-07-22T16:43:32.326ZFinalize: Reading search index ... Done (0.014s)
1682026-07-22T16:43:32.330ZFinalize: Updating search index ... Done (0.000s)
1692026-07-22T16:43:32.428ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-22T16:43:32.778ZPlanning: Evaluating mediator changes ... Done
1712026-07-22T16:43:32.887ZPlanning: Checking for conflicting actions ... Done
1722026-07-22T16:43:32.894ZPlanning: Consolidating action changes ... Done
1732026-07-22T16:43:33.055ZPlanning: Evaluating mediators ... Done
1742026-07-22T16:43:33.070ZPlanning: Planning completed in 0.27 seconds
1752026-07-22T16:43:33.084Z Mediators to change: 2
1762026-07-22T16:43:33.084Z Create boot environment: No
1772026-07-22T16:43:33.084ZCreate backup boot environment: No
1782026-07-22T16:43:33.187ZFinalize: Updating package state database ... Done
1792026-07-22T16:43:33.187ZFinalize: Updating package cache ... Done
1802026-07-22T16:43:33.214ZFinalize: Updating image state ... Done
1812026-07-22T16:43:35.195ZFinalize: Creating fast lookup database ... Done
1822026-07-22T16:43:35.258ZFinalize: Reading search index ... Done
1832026-07-22T16:43:35.263ZFinalize: Updating search index ... Done
1842026-07-22T16:43:35.354ZFinalize: Updating package cache ... Done
1852026-07-22T16:43:35.640ZPlanning: Evaluating mediator changes ... Done
1862026-07-22T16:43:35.746ZPlanning: Checking for conflicting actions ... Done
1872026-07-22T16:43:35.748ZPlanning: Consolidating action changes ... Done
1882026-07-22T16:43:35.905ZPlanning: Evaluating mediators ... Done
1892026-07-22T16:43:35.908ZPlanning: Planning completed in 0.27 seconds
1902026-07-22T16:43:35.927Z Mediators to change: 1
1912026-07-22T16:43:35.927Z Create boot environment: No
1922026-07-22T16:43:35.927ZCreate backup boot environment: No
1932026-07-22T16:43:35.979ZFinalize: Updating package state database ... Done
1942026-07-22T16:43:35.979ZFinalize: Updating package cache ... Done
1952026-07-22T16:43:36.008ZFinalize: Updating image state ... Done
1962026-07-22T16:43:37.977ZFinalize: Creating fast lookup database ... Done
1972026-07-22T16:43:38.041ZFinalize: Reading search index ... Done
1982026-07-22T16:43:38.044ZFinalize: Updating search index ... Done
1992026-07-22T16:43:38.132ZFinalize: Updating package cache ... Done
2002026-07-22T16:43:38.448ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-22T16:43:38.448Zapache system 2.4 system
2022026-07-22T16:43:38.448Zclang system 15 system
2032026-07-22T16:43:38.448Zcsh system system illumos
2042026-07-22T16:43:38.448Zctags system system illumos
2052026-07-22T16:43:38.448Zfile vendor vendor darwinsys
2062026-07-22T16:43:38.448Zfile system system illumos
2072026-07-22T16:43:38.448Zgcc vendor 14 vendor
2082026-07-22T16:43:38.448Zgcc system 13 system
2092026-07-22T16:43:38.448Zgcc system 10 system
2102026-07-22T16:43:38.448Zgo system 1.25 system
2112026-07-22T16:43:38.448Zllvm system 15 system
2122026-07-22T16:43:38.448Zmariadb system 11.4 system
2132026-07-22T16:43:38.448Zmta vendor vendor dma
2142026-07-22T16:43:38.448Zopenjdk system 17 system
2152026-07-22T16:43:38.448Zopenjdk system 11 system
2162026-07-22T16:43:38.448Zopenssl vendor 3 vendor
2172026-07-22T16:43:38.448Zperl system 5.40 system
2182026-07-22T16:43:38.448Zpostgresql system 18 system
2192026-07-22T16:43:38.448Zpostgresql system 17 system
2202026-07-22T16:43:38.448Zpython vendor 3 vendor
2212026-07-22T16:43:38.449Zpython system 2 system
2222026-07-22T16:43:38.449Zpython3 vendor 3.13 vendor
2232026-07-22T16:43:38.449Zruby system 3.4 system
2242026-07-22T16:43:38.449Zruby system 3.0 system
2252026-07-22T16:43:38.449Zwords vendor vendor american-english
2262026-07-22T16:43:38.449Zwords system system australian-english
2272026-07-22T16:43:38.449Zwords system system british-english
2282026-07-22T16:43:38.449Zwords system system canadian-english
2292026-07-22T16:43:38.449Zwords system system french
2302026-07-22T16:43:38.449Zwords system system italian
2312026-07-22T16:43:38.449Zwords system system ngerman
2322026-07-22T16:43:38.449Zwords system system ogerman
2332026-07-22T16:43:38.449Zwords system system spanish
2342026-07-22T16:43:38.697ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-22T16:43:38.697Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-22T16:43:39.065ZFMRI IFO
2372026-07-22T16:43:39.065Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-22T16:43:39.065Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-22T16:43:39.065Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-22T16:43:39.065Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-22T16:43:39.065Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-22T16:43:39.065Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-22T16:43:39.065Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-22T16:43:39.065Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-22T16:43:39.065Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-22T16:43:39.361Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-22T16:43:39.613Z Updating crates.io index
2482026-07-22T16:43:39.616Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-22T16:43:39.829Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-22T16:43:40.099Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-22T16:43:40.967Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-22T16:43:41.491Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-22T16:43:43.092Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-22T16:43:43.850Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-22T16:43:44.130Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-22T16:43:44.458Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-22T16:43:45.584Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-22T16:43:45.873Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-22T16:43:46.186Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-22T16:43:46.446Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-22T16:43:46.883Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-22T16:43:47.375Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-22T16:43:47.634Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-22T16:43:47.868Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-22T16:43:48.166Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-22T16:43:48.452Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-22T16:43:48.692Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-22T16:43:48.909Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-22T16:43:49.188Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-22T16:43:49.555Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-22T16:43:49.883Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-22T16:43:50.120Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-22T16:43:50.522Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-22T16:43:50.741Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-22T16:43:51.191Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-22T16:43:51.466Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-22T16:43:51.722Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-22T16:43:51.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-22T16:43:52.280Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-22T16:43:52.648Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-22T16:43:52.915Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-22T16:43:53.198Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-22T16:43:53.456Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-22T16:43:53.738Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-22T16:43:54.031Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-22T16:43:54.280Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-22T16:43:54.559Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-22T16:43:54.772Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-22T16:43:57.545Z Downloading crates ...
2902026-07-22T16:43:57.607Z Downloaded anstream v1.0.0
2912026-07-22T16:43:57.613Z Downloaded camino-tempfile v1.4.1
2922026-07-22T16:43:57.617Z Downloaded cargo-platform v0.3.2
2932026-07-22T16:43:57.619Z Downloaded dof v0.3.0
2942026-07-22T16:43:57.622Z Downloaded clap_derive v4.6.1
2952026-07-22T16:43:57.622Z Downloaded bytecount v0.6.9
2962026-07-22T16:43:57.626Z Downloaded anstyle-parse v1.0.0
2972026-07-22T16:43:57.630Z Downloaded digest v0.10.7
2982026-07-22T16:43:57.634Z Downloaded zmij v1.0.21
2992026-07-22T16:43:57.634Z Downloaded zerocopy v0.7.35
3002026-07-22T16:43:57.640Z Downloaded heck v0.5.0
3012026-07-22T16:43:57.644Z Downloaded zerocopy-derive v0.7.35
3022026-07-22T16:43:57.644Z Downloaded memchr v2.8.0
3032026-07-22T16:43:57.646Z Downloaded clap_lex v1.0.0
3042026-07-22T16:43:57.646Z Downloaded anstyle-query v1.1.5
3052026-07-22T16:43:57.647Z Downloaded errno v0.3.14
3062026-07-22T16:43:57.650Z Downloaded dtrace-parser v0.2.0
3072026-07-22T16:43:57.650Z Downloaded byteorder v1.5.0
3082026-07-22T16:43:57.650Z Downloaded anyhow v1.0.102
3092026-07-22T16:43:57.653Z Downloaded heck v0.4.1
3102026-07-22T16:43:57.660Z Downloaded once_cell v1.21.3
3112026-07-22T16:43:57.663Z Downloaded equivalent v1.0.2
3122026-07-22T16:43:57.667Z Downloaded cfg-if v1.0.4
3132026-07-22T16:43:57.669Z Downloaded pest_meta v2.8.6
3142026-07-22T16:43:57.669Z Downloaded is_terminal_polyfill v1.70.2
3152026-07-22T16:43:57.673Z Downloaded fastrand v2.3.0
3162026-07-22T16:43:57.675Z Downloaded fs-err v3.3.0
3172026-07-22T16:43:57.675Z Downloaded colorchoice v1.0.4
3182026-07-22T16:43:57.675Z Downloaded clap_builder v4.6.0
3192026-07-22T16:43:57.680Z Downloaded macaddr v1.0.1
3202026-07-22T16:43:57.686Z Downloaded itoa v1.0.17
3212026-07-22T16:43:57.686Z Downloaded cpufeatures v0.2.17
3222026-07-22T16:43:57.689Z Downloaded block-buffer v0.10.4
3232026-07-22T16:43:57.694Z Downloaded pretty-hex v0.4.1
3242026-07-22T16:43:57.697Z Downloaded memmap v0.7.0
3252026-07-22T16:43:57.700Z Downloaded utf8parse v0.2.2
3262026-07-22T16:43:57.700Z Downloaded plain v0.2.3
3272026-07-22T16:43:57.702Z Downloaded thread-id v4.2.2
3282026-07-22T16:43:57.702Z Downloaded proc-macro-error-attr v1.0.4
3292026-07-22T16:43:57.705Z Downloaded generic-array v0.14.7
3302026-07-22T16:43:57.718Z Downloaded scroll_derive v0.12.1
3312026-07-22T16:43:57.723Z Downloaded fnv v1.0.7
3322026-07-22T16:43:57.726Z Downloaded usdt-macro v0.5.0
3332026-07-22T16:43:57.734Z Downloaded usdt-attr-macro v0.5.0
3342026-07-22T16:43:57.737Z Downloaded version_check v0.9.5
3352026-07-22T16:43:57.737Z Downloaded toml_datetime v0.6.11
3362026-07-22T16:43:57.740Z Downloaded smawk v0.3.2
3372026-07-22T16:43:57.744Z Downloaded tabled_derive v0.7.0
3382026-07-22T16:43:57.747Z Downloaded crypto-common v0.1.7
3392026-07-22T16:43:57.750Z Downloaded unicode-linebreak v0.1.5
3402026-07-22T16:43:57.750Z Downloaded strsim v0.11.1
3412026-07-22T16:43:57.750Z Downloaded swrite v0.1.0
3422026-07-22T16:43:57.753Z Downloaded usdt v0.5.0
3432026-07-22T16:43:57.757Z Downloaded thiserror v2.0.18
3442026-07-22T16:43:57.764Z Downloaded anstyle v1.0.14
3452026-07-22T16:43:57.767Z Downloaded toml_write v0.1.2
3462026-07-22T16:43:57.767Z Downloaded thiserror v1.0.69
3472026-07-22T16:43:57.786Z Downloaded serde_spanned v0.6.9
3482026-07-22T16:43:57.790Z Downloaded thiserror-impl v2.0.18
3492026-07-22T16:43:57.792Z Downloaded quote v1.0.45
3502026-07-22T16:43:57.792Z Downloaded serde_tokenstream v0.2.3
3512026-07-22T16:43:57.792Z Downloaded scroll v0.12.0
3522026-07-22T16:43:57.797Z Downloaded thiserror-impl v1.0.69
3532026-07-22T16:43:57.799Z Downloaded cargo_toml v0.21.0
3542026-07-22T16:43:57.799Z Downloaded terminal_size v0.4.3
3552026-07-22T16:43:57.803Z Downloaded toml v0.8.23
3562026-07-22T16:43:57.807Z Downloaded pest_generator v2.8.6
3572026-07-22T16:43:57.812Z Downloaded sha2 v0.10.9
3582026-07-22T16:43:57.812Z Downloaded autocfg v1.5.0
3592026-07-22T16:43:57.816Z Downloaded proc-macro-error v1.0.4
3602026-07-22T16:43:57.819Z Downloaded cargo_metadata v0.23.1
3612026-07-22T16:43:57.822Z Downloaded semver v1.0.28
3622026-07-22T16:43:57.824Z Downloaded tempfile v3.25.0
3632026-07-22T16:43:57.824Z Downloaded camino v1.2.2
3642026-07-22T16:43:57.835Z Downloaded bitflags v2.11.0
3652026-07-22T16:43:57.845Z Downloaded unicode-ident v1.0.24
3662026-07-22T16:43:57.848Z Downloaded ucd-trie v0.1.7
3672026-07-22T16:43:57.848Z Downloaded usdt-impl v0.5.0
3682026-07-22T16:43:57.848Z Downloaded textwrap v0.16.2
3692026-07-22T16:43:57.848Z Downloaded getrandom v0.4.1
3702026-07-22T16:43:57.848Z Downloaded serde_derive v1.0.228
3712026-07-22T16:43:57.852Z Downloaded pest_derive v2.8.6
3722026-07-22T16:43:57.854Z Downloaded clap v4.6.1
3732026-07-22T16:43:57.859Z Downloaded papergrid v0.11.0
3742026-07-22T16:43:57.870Z Downloaded serde_core v1.0.228
3752026-07-22T16:43:57.879Z Downloaded log v0.4.29
3762026-07-22T16:43:57.884Z Downloaded toml_edit v0.22.27
3772026-07-22T16:43:57.888Z Downloaded proc-macro2 v1.0.106
3782026-07-22T16:43:57.931Z Downloaded indexmap v2.14.0
3792026-07-22T16:43:57.931Z Downloaded serde v1.0.228
3802026-07-22T16:43:57.935Z Downloaded typenum v1.20.1
3812026-07-22T16:43:57.938Z Downloaded hashbrown v0.17.0
3822026-07-22T16:43:57.941Z Downloaded pest v2.8.6
3832026-07-22T16:43:57.973Z Downloaded serde_json v1.0.150
3842026-07-22T16:43:57.976Z Downloaded goblin v0.8.2
3852026-07-22T16:43:57.981Z Downloaded winnow v0.7.14
3862026-07-22T16:43:58.007Z Downloaded tabled v0.15.0
3872026-07-22T16:43:58.026Z Downloaded unicode-width v0.1.14
3882026-07-22T16:43:58.031Z Downloaded syn v1.0.109
3892026-07-22T16:43:58.037Z Downloaded unicode-width v0.2.0
3902026-07-22T16:43:58.040Z Downloaded syn v2.0.117
3912026-07-22T16:43:58.056Z Downloaded rustix v1.1.3
3922026-07-22T16:43:58.089Z Downloaded libc v0.2.185
3932026-07-22T16:43:58.152Z Compiling proc-macro2 v1.0.106
3942026-07-22T16:43:58.152Z Compiling unicode-ident v1.0.24
3952026-07-22T16:43:58.156Z Compiling quote v1.0.45
3962026-07-22T16:43:58.157Z Compiling serde_core v1.0.228
3972026-07-22T16:43:58.157Z Compiling libc v0.2.185
3982026-07-22T16:43:58.157Z Compiling version_check v0.9.5
3992026-07-22T16:43:58.157Z Compiling memchr v2.8.0
4002026-07-22T16:43:58.157Z Compiling serde v1.0.228
4012026-07-22T16:43:58.496Z Compiling zmij v1.0.21
4022026-07-22T16:43:58.771Z Compiling thiserror v1.0.69
4032026-07-22T16:43:58.780Z Compiling itoa v1.0.17
4042026-07-22T16:43:58.979Z Compiling ucd-trie v0.1.7
4052026-07-22T16:43:59.193Z Compiling pest v2.8.6
4062026-07-22T16:43:59.198Z Compiling byteorder v1.5.0
4072026-07-22T16:43:59.234Z Compiling rustix v1.1.3
4082026-07-22T16:43:59.252Z Compiling errno v0.3.14
4092026-07-22T16:43:59.422Z Compiling bitflags v2.11.0
4102026-07-22T16:43:59.441Z Compiling serde_json v1.0.150
4112026-07-22T16:43:59.608Z Compiling syn v2.0.117
4122026-07-22T16:43:59.729Z Compiling thread-id v4.2.2
4132026-07-22T16:43:59.733Z Compiling usdt-impl v0.5.0
4142026-07-22T16:43:59.772Z Compiling proc-macro-error-attr v1.0.4
4152026-07-22T16:43:59.896Z Compiling camino v1.2.2
4162026-07-22T16:43:59.932Z Compiling syn v1.0.109
4172026-07-22T16:44:00.130Z Compiling proc-macro-error v1.0.4
4182026-07-22T16:44:00.235Z Compiling pest_meta v2.8.6
4192026-07-22T16:44:00.384Z Compiling hashbrown v0.17.0
4202026-07-22T16:44:00.430Z Compiling plain v0.2.3
4212026-07-22T16:44:00.471Z Compiling equivalent v1.0.2
4222026-07-22T16:44:00.504Z Compiling utf8parse v0.2.2
4232026-07-22T16:44:00.630Z Compiling log v0.4.29
4242026-07-22T16:44:00.642Z Compiling getrandom v0.4.1
4252026-07-22T16:44:00.817Z Compiling terminal_size v0.4.3
4262026-07-22T16:44:00.932Z Compiling indexmap v2.14.0
4272026-07-22T16:44:00.958Z Compiling anstyle-parse v1.0.0
4282026-07-22T16:44:01.524Z Compiling thiserror v2.0.18
4292026-07-22T16:44:01.545Z Compiling anstyle v1.0.14
4302026-07-22T16:44:01.575Z Compiling colorchoice v1.0.4
4312026-07-22T16:44:01.660Z Compiling anstyle-query v1.1.5
4322026-07-22T16:44:01.702Z Compiling autocfg v1.5.0
4332026-07-22T16:44:01.762Z Compiling cfg-if v1.0.4
4342026-07-22T16:44:01.780Z Compiling winnow v0.7.14
4352026-07-22T16:44:01.850Z Compiling pest_generator v2.8.6
4362026-07-22T16:44:01.890Z Compiling toml_write v0.1.2
4372026-07-22T16:44:01.909Z Compiling pretty-hex v0.4.1
4382026-07-22T16:44:01.925Z Compiling is_terminal_polyfill v1.70.2
4392026-07-22T16:44:02.075Z Compiling anstream v1.0.0
4402026-07-22T16:44:02.179Z Compiling fs-err v3.3.0
4412026-07-22T16:44:02.337Z Compiling once_cell v1.21.3
4422026-07-22T16:44:02.357Z Compiling fnv v1.0.7
4432026-07-22T16:44:02.390Z Compiling heck v0.4.1
4442026-07-22T16:44:02.480Z Compiling clap_lex v1.0.0
4452026-07-22T16:44:02.571Z Compiling anyhow v1.0.102
4462026-07-22T16:44:02.593Z Compiling heck v0.5.0
4472026-07-22T16:44:02.593Z Compiling unicode-width v0.1.14
4482026-07-22T16:44:02.614Z Compiling strsim v0.11.1
4492026-07-22T16:44:02.703Z Compiling fastrand v2.3.0
4502026-07-22T16:44:02.819Z Compiling bytecount v0.6.9
4512026-07-22T16:44:02.879Z Compiling clap_builder v4.6.0
4522026-07-22T16:44:02.952Z Compiling papergrid v0.11.0
4532026-07-22T16:44:02.976Z Compiling tempfile v3.25.0
4542026-07-22T16:44:03.156Z Compiling semver v1.0.28
4552026-07-22T16:44:03.167Z Compiling cargo-platform v0.3.2
4562026-07-22T16:44:03.188Z Compiling tabled_derive v0.7.0
4572026-07-22T16:44:03.348Z Compiling memmap v0.7.0
4582026-07-22T16:44:03.356Z Compiling smawk v0.3.2
4592026-07-22T16:44:03.443Z Compiling unicode-width v0.2.0
4602026-07-22T16:44:03.477Z Compiling unicode-linebreak v0.1.5
4612026-07-22T16:44:03.506Z Compiling camino-tempfile v1.4.1
4622026-07-22T16:44:03.538Z Compiling serde_derive v1.0.228
4632026-07-22T16:44:03.727Z Compiling thiserror-impl v1.0.69
4642026-07-22T16:44:03.743Z Compiling zerocopy-derive v0.7.35
4652026-07-22T16:44:03.763Z Compiling pest_derive v2.8.6
4662026-07-22T16:44:03.897Z Compiling scroll_derive v0.12.1
4672026-07-22T16:44:04.140Z Compiling thiserror-impl v2.0.18
4682026-07-22T16:44:04.230Z Compiling clap_derive v4.6.1
4692026-07-22T16:44:04.501Z Compiling tabled v0.15.0
4702026-07-22T16:44:04.611Z Compiling scroll v0.12.0
4712026-07-22T16:44:04.657Z Compiling zerocopy v0.7.35
4722026-07-22T16:44:04.864Z Compiling goblin v0.8.2
4732026-07-22T16:44:05.171Z Compiling dtrace-parser v0.2.0
4742026-07-22T16:44:05.196Z Compiling textwrap v0.16.2
4752026-07-22T16:44:05.664Z Compiling swrite v0.1.0
4762026-07-22T16:44:07.549Z Compiling clap v4.6.1
4772026-07-22T16:44:07.657Z Compiling serde_spanned v0.6.9
4782026-07-22T16:44:07.657Z Compiling toml_datetime v0.6.11
4792026-07-22T16:44:07.657Z Compiling cargo_metadata v0.23.1
4802026-07-22T16:44:07.657Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-22T16:44:07.657Z Compiling macaddr v1.0.1
4822026-07-22T16:44:07.657Z Compiling dof v0.3.0
4832026-07-22T16:44:07.657Z Compiling serde_tokenstream v0.2.3
4842026-07-22T16:44:07.657Z Compiling toml_edit v0.22.27
4852026-07-22T16:44:07.738Z Compiling usdt-macro v0.5.0
4862026-07-22T16:44:07.738Z Compiling usdt-attr-macro v0.5.0
4872026-07-22T16:44:08.348Z Compiling usdt v0.5.0
4882026-07-22T16:44:08.422Z Compiling toml v0.8.23
4892026-07-22T16:44:09.058Z Compiling cargo_toml v0.21.0
4902026-07-22T16:44:10.007Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-22T16:44:11.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.72s
4922026-07-22T16:44:12.129Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-22T16:44:12.656Z Downloading crates ...
4942026-07-22T16:44:12.740Z Downloaded adler2 v2.0.1
4952026-07-22T16:44:12.813Z Downloaded convert_case v0.4.0
4962026-07-22T16:44:12.824Z Downloaded async-recursion v1.1.1
4972026-07-22T16:44:12.825Z Downloaded cpubits v0.1.1
4982026-07-22T16:44:12.825Z Downloaded atomic-waker v1.1.2
4992026-07-22T16:44:12.825Z Downloaded bitfield-macros v0.19.4
5002026-07-22T16:44:12.825Z Downloaded base16ct v0.2.0
5012026-07-22T16:44:12.825Z Downloaded aead v0.5.2
5022026-07-22T16:44:12.825Z Downloaded crossbeam-deque v0.8.6
5032026-07-22T16:44:12.825Z Downloaded aho-corasick v1.1.4
5042026-07-22T16:44:12.825Z Downloaded ctr v0.10.1
5052026-07-22T16:44:12.827Z Downloaded castaway v0.2.4
5062026-07-22T16:44:12.827Z Downloaded base16ct v1.0.0
5072026-07-22T16:44:12.827Z Downloaded crypto-common v0.2.2
5082026-07-22T16:44:12.827Z Downloaded crucible-workspace-hack v0.1.0
5092026-07-22T16:44:12.827Z Downloaded async-trait v0.1.89
5102026-07-22T16:44:12.827Z Downloaded async-stream-impl v0.3.6
5112026-07-22T16:44:12.827Z Downloaded argon2 v0.5.3
5122026-07-22T16:44:12.827Z Downloaded anstream v0.6.21
5132026-07-22T16:44:12.827Z Downloaded cfg_aliases v0.1.1
5142026-07-22T16:44:12.827Z Downloaded async-stream v0.3.6
5152026-07-22T16:44:12.827Z Downloaded darling_macro v0.13.4
5162026-07-22T16:44:12.827Z Downloaded bcrypt-pbkdf v0.11.0
5172026-07-22T16:44:12.827Z Downloaded bb8 v0.8.6
5182026-07-22T16:44:12.827Z Downloaded backoff v0.4.0
5192026-07-22T16:44:12.828Z Downloaded darling_macro v0.21.3
5202026-07-22T16:44:12.828Z Downloaded crunchy v0.2.4
5212026-07-22T16:44:12.828Z Downloaded crc-catalog v2.4.0
5222026-07-22T16:44:12.828Z Downloaded cstr-argument v0.1.2
5232026-07-22T16:44:12.828Z Downloaded bitflags v1.3.2
5242026-07-22T16:44:12.828Z Downloaded crc v3.4.0
5252026-07-22T16:44:12.828Z Downloaded defmt v0.3.100
5262026-07-22T16:44:12.828Z Downloaded bitfield v0.19.4
5272026-07-22T16:44:12.828Z Downloaded assert_matches v1.5.0
5282026-07-22T16:44:12.828Z Downloaded bitfield-struct v0.6.2
5292026-07-22T16:44:12.828Z Downloaded bit-set v0.8.0
5302026-07-22T16:44:12.828Z Downloaded cfg_aliases v0.2.1
5312026-07-22T16:44:12.829Z Downloaded atty v0.2.14
5322026-07-22T16:44:12.829Z Downloaded bit-vec v0.6.3
5332026-07-22T16:44:12.829Z Downloaded backon v1.6.0
5342026-07-22T16:44:12.829Z Downloaded ascii-canvas v3.0.0
5352026-07-22T16:44:12.829Z Downloaded cpufeatures v0.3.0
5362026-07-22T16:44:12.829Z Downloaded arrayvec v0.7.6
5372026-07-22T16:44:12.829Z Downloaded aead v0.6.1
5382026-07-22T16:44:12.829Z Downloaded arrayref v0.3.9
5392026-07-22T16:44:12.829Z Downloaded array-init v0.0.4
5402026-07-22T16:44:12.829Z Downloaded debug-ignore v1.0.5
5412026-07-22T16:44:12.829Z Downloaded bit-set v0.5.3
5422026-07-22T16:44:12.829Z Downloaded block-buffer v0.12.1
5432026-07-22T16:44:12.829Z Downloaded atomicwrites v0.4.4
5442026-07-22T16:44:12.844Z Downloaded embedded-io v0.4.0
5452026-07-22T16:44:12.844Z Downloaded crc8 v0.1.1
5462026-07-22T16:44:12.844Z Downloaded dirs-next v2.0.0
5472026-07-22T16:44:12.844Z Downloaded darling_macro v0.23.0
5482026-07-22T16:44:12.844Z Downloaded curve25519-dalek-derive v0.1.1
5492026-07-22T16:44:12.844Z Downloaded digest-io v0.1.0
5502026-07-22T16:44:12.844Z Downloaded dsl_auto_type v0.2.0
5512026-07-22T16:44:12.884Z Downloaded block-padding v0.4.2
5522026-07-22T16:44:12.884Z Downloaded darling_macro v0.20.11
5532026-07-22T16:44:12.884Z Downloaded daft v0.1.7
5542026-07-22T16:44:12.884Z Downloaded cobs v0.3.0
5552026-07-22T16:44:12.884Z Downloaded corncobs v0.1.4
5562026-07-22T16:44:12.884Z Downloaded daft-derive v0.1.7
5572026-07-22T16:44:12.891Z Downloaded critical-section v1.2.0
5582026-07-22T16:44:12.891Z Downloaded compression-core v0.4.31
5592026-07-22T16:44:12.891Z Downloaded crossbeam-epoch v0.9.18
5602026-07-22T16:44:12.891Z Downloaded cookie v0.18.1
5612026-07-22T16:44:12.891Z Downloaded ciborium-io v0.2.2
5622026-07-22T16:44:12.891Z Downloaded endian-type v0.1.2
5632026-07-22T16:44:12.891Z Downloaded ciborium-ll v0.2.2
5642026-07-22T16:44:12.891Z Downloaded dropshot-api-manager-types v0.7.2
5652026-07-22T16:44:12.891Z Downloaded dyn-clone v1.0.20
5662026-07-22T16:44:12.891Z Downloaded embedded-io v0.6.1
5672026-07-22T16:44:12.891Z Downloaded display-error-chain v0.2.2
5682026-07-22T16:44:12.891Z Downloaded downcast-rs v2.0.2
5692026-07-22T16:44:12.891Z Downloaded dtrace-parser v0.3.0
5702026-07-22T16:44:12.891Z Downloaded env_filter v1.0.0
5712026-07-22T16:44:12.891Z Downloaded diesel_table_macro_syntax v0.3.0
5722026-07-22T16:44:12.891Z Downloaded derive_builder_macro v0.20.2
5732026-07-22T16:44:12.891Z Downloaded enum-as-inner v0.6.1
5742026-07-22T16:44:12.891Z Downloaded document-features v0.2.12
5752026-07-22T16:44:12.891Z Downloaded base64ct v1.8.3
5762026-07-22T16:44:12.892Z Downloaded dof v0.4.0
5772026-07-22T16:44:12.892Z Downloaded fd-lock v4.0.4
5782026-07-22T16:44:12.908Z Downloaded dunce v1.0.5
5792026-07-22T16:44:12.908Z Downloaded bcs v0.1.6
5802026-07-22T16:44:12.908Z Downloaded defmt-parser v1.0.0
5812026-07-22T16:44:12.908Z Downloaded convert_case v0.10.0
5822026-07-22T16:44:12.908Z Downloaded fixedbitset v0.4.2
5832026-07-22T16:44:12.908Z Downloaded const_format_proc_macros v0.2.34
5842026-07-22T16:44:12.908Z Downloaded flagset v0.4.7
5852026-07-22T16:44:12.908Z Downloaded csv-core v0.1.13
5862026-07-22T16:44:12.909Z Downloaded bit-vec v0.8.0
5872026-07-22T16:44:12.909Z Downloaded float-cmp v0.10.0
5882026-07-22T16:44:12.909Z Downloaded foreign-types-shared v0.3.1
5892026-07-22T16:44:12.909Z Downloaded foreign-types-shared v0.1.1
5902026-07-22T16:44:12.909Z Downloaded foreign-types v0.5.0
5912026-07-22T16:44:12.909Z Downloaded defmt v1.0.1
5922026-07-22T16:44:12.909Z Downloaded form_urlencoded v1.2.2
5932026-07-22T16:44:12.909Z Downloaded foreign-types v0.3.2
5942026-07-22T16:44:12.919Z Downloaded difflib v0.4.0
5952026-07-22T16:44:12.919Z Downloaded diesel-dtrace v0.5.0
5962026-07-22T16:44:12.919Z Downloaded darling v0.13.4
5972026-07-22T16:44:12.919Z Downloaded data-encoding v2.10.0
5982026-07-22T16:44:12.920Z Downloaded delegate v0.13.5
5992026-07-22T16:44:12.920Z Downloaded cipher v0.4.4
6002026-07-22T16:44:12.933Z Downloaded funty v2.0.0
6012026-07-22T16:44:12.934Z Downloaded cmake v0.1.57
6022026-07-22T16:44:12.934Z Downloaded cipher v0.5.2
6032026-07-22T16:44:12.934Z Downloaded ctutils v0.4.2
6042026-07-22T16:44:12.934Z Downloaded foreign-types-macros v0.2.3
6052026-07-22T16:44:12.934Z Downloaded cexpr v0.6.0
6062026-07-22T16:44:12.934Z Downloaded float-ord v0.3.2
6072026-07-22T16:44:12.934Z Downloaded cbc v0.2.1
6082026-07-22T16:44:12.934Z Downloaded der_derive v0.7.3
6092026-07-22T16:44:12.965Z Downloaded constant_time_eq v0.4.2
6102026-07-22T16:44:12.966Z Downloaded darling v0.23.0
6112026-07-22T16:44:12.966Z Downloaded cmov v0.5.4
6122026-07-22T16:44:12.966Z Downloaded futures-sink v0.3.32
6132026-07-22T16:44:12.966Z Downloaded byte-wrapper v0.1.0
6142026-07-22T16:44:12.966Z Downloaded git-stub v1.0.0
6152026-07-22T16:44:12.966Z Downloaded chacha20 v0.9.1
6162026-07-22T16:44:13.189Z Downloaded cassowary v0.3.0
6172026-07-22T16:44:13.189Z Downloaded ghash v0.6.0
6182026-07-22T16:44:13.190Z Downloaded fallible-iterator v0.2.0
6192026-07-22T16:44:13.190Z Downloaded erased-serde v0.3.31
6202026-07-22T16:44:13.190Z Downloaded gethostname v0.5.0
6212026-07-22T16:44:13.190Z Downloaded camino-tempfile-ext v0.3.3
6222026-07-22T16:44:13.190Z Downloaded either v1.15.0
6232026-07-22T16:44:13.190Z Downloaded ed25519 v3.0.0
6242026-07-22T16:44:13.190Z Downloaded ed25519 v2.2.3
6252026-07-22T16:44:13.190Z Downloaded digest v0.11.3
6262026-07-22T16:44:13.190Z Downloaded futures-task v0.3.32
6272026-07-22T16:44:13.190Z Downloaded fxhash v0.2.1
6282026-07-22T16:44:13.190Z Downloaded ecdsa v0.16.9
6292026-07-22T16:44:13.190Z Downloaded deranged v0.5.8
6302026-07-22T16:44:13.190Z Downloaded dirs-sys-next v0.1.2
6312026-07-22T16:44:13.190Z Downloaded defmt-macros v1.0.1
6322026-07-22T16:44:13.190Z Downloaded displaydoc v0.2.5
6332026-07-22T16:44:13.190Z Downloaded hash32 v0.2.1
6342026-07-22T16:44:13.190Z Downloaded globwalk v0.9.1
6352026-07-22T16:44:13.191Z Downloaded bs58 v0.5.1
6362026-07-22T16:44:13.191Z Downloaded hash32 v0.3.1
6372026-07-22T16:44:13.191Z Downloaded buf-list v1.1.2
6382026-07-22T16:44:13.191Z Downloaded ff v0.14.0
6392026-07-22T16:44:13.191Z Downloaded enum_dispatch v0.3.13
6402026-07-22T16:44:13.191Z Downloaded foldhash v0.2.0
6412026-07-22T16:44:13.191Z Downloaded foldhash v0.1.5
6422026-07-22T16:44:13.191Z Downloaded futures-macro v0.3.32
6432026-07-22T16:44:13.191Z Downloaded filetime v0.2.27
6442026-07-22T16:44:13.191Z Downloaded fs-err v2.11.0
6452026-07-22T16:44:13.191Z Downloaded cookie_store v0.22.1
6462026-07-22T16:44:13.226Z Downloaded fixedbitset v0.5.7
6472026-07-22T16:44:13.226Z Downloaded darling v0.21.3
6482026-07-22T16:44:13.226Z Downloaded find-msvc-tools v0.1.9
6492026-07-22T16:44:13.226Z Downloaded crc32fast v1.5.0
6502026-07-22T16:44:13.226Z Downloaded ff v0.13.1
6512026-07-22T16:44:13.226Z Downloaded futures-core v0.3.32
6522026-07-22T16:44:13.226Z Downloaded headers-core v0.3.0
6532026-07-22T16:44:13.226Z Downloaded colored v2.2.0
6542026-07-22T16:44:13.226Z Downloaded blowfish v0.10.0
6552026-07-22T16:44:13.227Z Downloaded console v0.15.11
6562026-07-22T16:44:13.227Z Downloaded colored v3.1.1
6572026-07-22T16:44:13.227Z Downloaded diff v0.1.13
6582026-07-22T16:44:13.227Z Downloaded derive_builder v0.20.2
6592026-07-22T16:44:13.227Z Downloaded futures-io v0.3.32
6602026-07-22T16:44:13.227Z Downloaded crc-any v2.5.0
6612026-07-22T16:44:13.227Z Downloaded http-body v1.0.1
6622026-07-22T16:44:13.227Z Downloaded hostname v0.4.2
6632026-07-22T16:44:13.227Z Downloaded hostname v0.3.1
6642026-07-22T16:44:13.227Z Downloaded clang-sys v1.8.1
6652026-07-22T16:44:13.227Z Downloaded base64 v0.22.1
6662026-07-22T16:44:13.227Z Downloaded argon2 v0.6.0-rc.8
6672026-07-22T16:44:13.228Z Downloaded home v0.5.12
6682026-07-22T16:44:13.228Z Downloaded hex-literal v1.1.0
6692026-07-22T16:44:13.228Z Downloaded glob v0.3.3
6702026-07-22T16:44:13.228Z Downloaded http-range v0.1.5
6712026-07-22T16:44:13.229Z Downloaded darling_core v0.13.4
6722026-07-22T16:44:13.229Z Downloaded hyper-tls v0.6.0
6732026-07-22T16:44:13.229Z Downloaded httpdate v1.0.3
6742026-07-22T16:44:13.229Z Downloaded hubpack_derive v0.1.1
6752026-07-22T16:44:13.229Z Downloaded hubpack v0.1.2
6762026-07-22T16:44:13.229Z Downloaded ident_case v1.0.1
6772026-07-22T16:44:13.229Z Downloaded darling v0.20.11
6782026-07-22T16:44:13.229Z Downloaded globset v0.4.18
6792026-07-22T16:44:13.229Z Downloaded ena v0.14.4
6802026-07-22T16:44:13.229Z Downloaded env_logger v0.11.9
6812026-07-22T16:44:13.229Z Downloaded ecdsa v0.17.0-rc.18
6822026-07-22T16:44:13.229Z Downloaded git-stub-vcs v0.1.0
6832026-07-22T16:44:13.229Z Downloaded blake2 v0.11.0-rc.6
6842026-07-22T16:44:13.229Z Downloaded group v0.13.0
6852026-07-22T16:44:13.229Z Downloaded des v0.9.0
6862026-07-22T16:44:13.229Z Downloaded idna_adapter v1.2.1
6872026-07-22T16:44:13.229Z Downloaded derive-ex v0.1.8
6882026-07-22T16:44:13.229Z Downloaded const-oid v0.9.6
6892026-07-22T16:44:13.229Z Downloaded crossbeam-utils v0.8.21
6902026-07-22T16:44:13.230Z Downloaded anstyle-parse v0.2.7
6912026-07-22T16:44:13.230Z Downloaded blake2 v0.10.6
6922026-07-22T16:44:13.230Z Downloaded bzip2 v0.4.4
6932026-07-22T16:44:13.230Z Downloaded async-bb8-diesel v0.2.1
6942026-07-22T16:44:13.230Z Downloaded futures-channel v0.3.32
6952026-07-22T16:44:13.230Z Downloaded futures-executor v0.3.32
6962026-07-22T16:44:13.230Z Downloaded illumos-nvpair v0.3.0
6972026-07-22T16:44:13.231Z Downloaded indent_write v2.2.0
6982026-07-22T16:44:13.231Z Downloaded derive_more v0.99.20
6992026-07-22T16:44:13.231Z Downloaded dropshot_endpoint v0.17.1
7002026-07-22T16:44:13.231Z Downloaded instant v0.1.13
7012026-07-22T16:44:13.231Z Downloaded highway v1.3.0
7022026-07-22T16:44:13.231Z Downloaded derive_builder_core v0.20.2
7032026-07-22T16:44:13.231Z Downloaded allocator-api2 v0.2.21
7042026-07-22T16:44:13.231Z Downloaded ciborium v0.2.2
7052026-07-22T16:44:13.231Z Downloaded inout v0.1.4
7062026-07-22T16:44:13.231Z Downloaded instability v0.3.11
7072026-07-22T16:44:13.231Z Downloaded const-oid v0.10.2
7082026-07-22T16:44:13.231Z Downloaded inout v0.2.2
7092026-07-22T16:44:13.231Z Downloaded console v0.16.2
7102026-07-22T16:44:13.231Z Downloaded fs_extra v1.3.0
7112026-07-22T16:44:13.231Z Downloaded kem v0.3.0
7122026-07-22T16:44:13.231Z Downloaded async-compression v0.4.41
7132026-07-22T16:44:13.231Z Downloaded hex v0.4.3
7142026-07-22T16:44:13.231Z Downloaded humantime v2.3.0
7152026-07-22T16:44:13.231Z Downloaded getrandom v0.2.17
7162026-07-22T16:44:13.232Z Downloaded is-terminal v0.4.17
7172026-07-22T16:44:13.232Z Downloaded internet-checksum v0.2.1
7182026-07-22T16:44:13.232Z Downloaded ahash v0.8.12
7192026-07-22T16:44:13.232Z Downloaded lazy_static v1.5.0
7202026-07-22T16:44:13.232Z Downloaded lalrpop-util v0.19.12
7212026-07-22T16:44:13.232Z Downloaded crossterm v0.28.1
7222026-07-22T16:44:13.232Z Downloaded cancel-safe-futures v0.1.5
7232026-07-22T16:44:13.232Z Downloaded kstat-rs v0.2.4
7242026-07-22T16:44:13.233Z Downloaded bzip2 v0.6.1
7252026-07-22T16:44:13.233Z Downloaded indoc v1.0.9
7262026-07-22T16:44:13.233Z Downloaded keccak v0.1.6
7272026-07-22T16:44:13.233Z Downloaded group v0.14.0
7282026-07-22T16:44:13.233Z Downloaded illumos-nvpair-sys v0.2.0
7292026-07-22T16:44:13.233Z Downloaded chacha20 v0.10.0
7302026-07-22T16:44:13.233Z Downloaded libscf-sys v1.1.0
7312026-07-22T16:44:13.233Z Downloaded compression-codecs v0.4.37
7322026-07-22T16:44:13.233Z Downloaded hyper-staticfile v0.10.1
7332026-07-22T16:44:13.233Z Downloaded match_cfg v0.1.0
7342026-07-22T16:44:13.233Z Downloaded elliptic-curve v0.14.0-rc.33
7352026-07-22T16:44:13.233Z Downloaded lru-cache v0.1.2
7362026-07-22T16:44:13.233Z Downloaded impl-trait-for-tuples v0.2.3
7372026-07-22T16:44:13.233Z Downloaded http-body-util v0.1.3
7382026-07-22T16:44:13.233Z Downloaded futures v0.3.32
7392026-07-22T16:44:13.233Z Downloaded mime v0.3.17
7402026-07-22T16:44:13.233Z Downloaded memoffset v0.9.1
7412026-07-22T16:44:13.233Z Downloaded maplit v1.0.2
7422026-07-22T16:44:13.233Z Downloaded md5 v0.8.0
7432026-07-22T16:44:13.233Z Downloaded new_debug_unreachable v1.0.6
7442026-07-22T16:44:13.233Z Downloaded fatfs v0.3.6
7452026-07-22T16:44:13.233Z Downloaded arc-swap v1.8.2
7462026-07-22T16:44:13.241Z Downloaded darling_core v0.20.11
7472026-07-22T16:44:13.241Z Downloaded elliptic-curve v0.13.8
7482026-07-22T16:44:13.241Z Downloaded newtype_derive v0.1.6
7492026-07-22T16:44:13.241Z Downloaded is_ci v1.2.0
7502026-07-22T16:44:13.242Z Downloaded lru v0.12.5
7512026-07-22T16:44:13.242Z Downloaded darling_core v0.23.0
7522026-07-22T16:44:13.242Z Downloaded md-5 v0.10.6
7532026-07-22T16:44:13.242Z Downloaded maybe-uninit v2.0.0
7542026-07-22T16:44:13.242Z Downloaded multimap v0.10.1
7552026-07-22T16:44:13.242Z Downloaded keccak v0.2.0
7562026-07-22T16:44:13.242Z Downloaded httparse v1.10.1
7572026-07-22T16:44:13.242Z Downloaded indoc v2.0.7
7582026-07-22T16:44:13.242Z Downloaded darling_core v0.21.3
7592026-07-22T16:44:13.242Z Downloaded hyper-rustls v0.27.7
7602026-07-22T16:44:13.242Z Downloaded libefi-sys v0.1.0
7612026-07-22T16:44:13.243Z Downloaded aes v0.9.1
7622026-07-22T16:44:13.243Z Downloaded ipnetwork v0.21.1
7632026-07-22T16:44:13.243Z Downloaded nibble_vec v0.1.0
7642026-07-22T16:44:13.243Z Downloaded newtype-uuid-macros v0.1.0
7652026-07-22T16:44:13.243Z Downloaded compact_str v0.8.1
7662026-07-22T16:44:13.243Z Downloaded nodrop v0.1.14
7672026-07-22T16:44:13.243Z Downloaded linked-hash-map v0.5.6
7682026-07-22T16:44:13.243Z Downloaded libsw-core v0.3.2
7692026-07-22T16:44:13.243Z Downloaded newline-converter v0.3.0
7702026-07-22T16:44:13.243Z Downloaded hmac v0.13.0
7712026-07-22T16:44:13.243Z Downloaded ipnet v2.11.0
7722026-07-22T16:44:13.243Z Downloaded num-derive v0.3.3
7732026-07-22T16:44:13.243Z Downloaded hmac v0.12.1
7742026-07-22T16:44:13.243Z Downloaded nonempty v0.12.0
7752026-07-22T16:44:13.243Z Downloaded generic-array v1.4.3
7762026-07-22T16:44:13.243Z Downloaded bytes v1.11.1
7772026-07-22T16:44:13.243Z Downloaded opaque-debug v0.3.1
7782026-07-22T16:44:13.243Z Downloaded num_threads v0.1.7
7792026-07-22T16:44:13.243Z Downloaded normalize-line-endings v0.3.0
7802026-07-22T16:44:13.244Z Downloaded num-derive v0.4.2
7812026-07-22T16:44:13.244Z Downloaded linear-map v1.2.0
7822026-07-22T16:44:13.244Z Downloaded libloading v0.8.9
7832026-07-22T16:44:13.244Z Downloaded getrandom v0.3.4
7842026-07-22T16:44:13.244Z Downloaded native-tls v0.2.18
7852026-07-22T16:44:13.244Z Downloaded num-iter v0.1.45
7862026-07-22T16:44:13.244Z Downloaded base64 v0.21.7
7872026-07-22T16:44:13.244Z Downloaded olpc-cjson v0.1.4
7882026-07-22T16:44:13.244Z Downloaded nanorand v0.7.0
7892026-07-22T16:44:13.244Z Downloaded lock_api v0.4.14
7902026-07-22T16:44:13.245Z Downloaded openssl-macros v0.1.1
7912026-07-22T16:44:13.245Z Downloaded num v0.4.3
7922026-07-22T16:44:13.245Z Downloaded flume v0.11.1
7932026-07-22T16:44:13.245Z Downloaded openssl-probe v0.1.6
7942026-07-22T16:44:13.245Z Downloaded ingot-macros v0.1.1
7952026-07-22T16:44:13.245Z Downloaded hybrid-array v0.4.13
7962026-07-22T16:44:13.245Z Downloaded num-conv v0.2.0
7972026-07-22T16:44:13.245Z Downloaded derive_more v2.1.1
7982026-07-22T16:44:13.245Z Downloaded jobserver v0.1.34
7992026-07-22T16:44:13.245Z Downloaded oso-derive v0.27.3
8002026-07-22T16:44:13.245Z Downloaded openssl-probe v0.2.1
8012026-07-22T16:44:13.245Z Downloaded half v2.7.1
8022026-07-22T16:44:13.245Z Downloaded ingot v0.1.1
8032026-07-22T16:44:13.245Z Downloaded crossbeam-channel v0.5.15
8042026-07-22T16:44:13.245Z Downloaded derive-where v1.6.0
8052026-07-22T16:44:13.245Z Downloaded newtype-uuid v1.3.2
8062026-07-22T16:44:13.245Z Downloaded const_format v0.2.35
8072026-07-22T16:44:13.252Z Downloaded litemap v0.8.1
8082026-07-22T16:44:13.252Z Downloaded icu_provider v2.1.1
8092026-07-22T16:44:13.252Z Downloaded chacha20poly1305 v0.10.1
8102026-07-22T16:44:13.252Z Downloaded cc v1.2.56
8112026-07-22T16:44:13.252Z Downloaded num-rational v0.4.2
8122026-07-22T16:44:13.252Z Downloaded num_enum v0.5.11
8132026-07-22T16:44:13.266Z Downloaded packed_struct_codegen v0.10.1
8142026-07-22T16:44:13.266Z Downloaded litrs v1.0.0
8152026-07-22T16:44:13.266Z Downloaded peg-runtime v0.8.5
8162026-07-22T16:44:13.267Z Downloaded parse-size v1.1.0
8172026-07-22T16:44:13.267Z Downloaded num-integer v0.1.46
8182026-07-22T16:44:13.267Z Downloaded nu-ansi-term v0.50.3
8192026-07-22T16:44:13.271Z Downloaded flate2 v1.1.9
8202026-07-22T16:44:13.275Z Downloaded memmap2 v0.9.10
8212026-07-22T16:44:13.275Z Downloaded path-slash v0.1.5
8222026-07-22T16:44:13.275Z Downloaded percent-encoding v2.3.2
8232026-07-22T16:44:13.275Z Downloaded multer v3.1.0
8242026-07-22T16:44:13.275Z Downloaded ingot-types v0.1.2
8252026-07-22T16:44:13.275Z Downloaded password-hash v0.6.1
8262026-07-22T16:44:13.275Z Downloaded parse-display v0.10.0
8272026-07-22T16:44:13.275Z Downloaded bumpalo v3.20.2
8282026-07-22T16:44:13.275Z Downloaded iana-time-zone v0.1.65
8292026-07-22T16:44:13.280Z Downloaded num_enum v0.7.6
8302026-07-22T16:44:13.281Z Downloaded module-lattice v0.2.3
8312026-07-22T16:44:13.281Z Downloaded indexmap v1.9.3
8322026-07-22T16:44:13.281Z Downloaded half v1.8.3
8332026-07-22T16:44:13.286Z Downloaded libsw v3.5.0
8342026-07-22T16:44:13.286Z Downloaded icu_properties v2.1.2
8352026-07-22T16:44:13.286Z Downloaded ar_archive_writer v0.5.1
8362026-07-22T16:44:13.286Z Downloaded num_enum_derive v0.7.6
8372026-07-22T16:44:13.294Z Downloaded num_enum_derive v0.5.11
8382026-07-22T16:44:13.294Z Downloaded drift v0.2.0
8392026-07-22T16:44:13.299Z Downloaded phf_shared v0.13.1
8402026-07-22T16:44:13.299Z Downloaded phf_shared v0.12.1
8412026-07-22T16:44:13.300Z Downloaded lzss v0.8.2
8422026-07-22T16:44:13.300Z Downloaded libbz2-rs-sys v0.2.2
8432026-07-22T16:44:13.300Z Downloaded packed_struct v0.10.1
8442026-07-22T16:44:13.300Z Downloaded lru-slab v0.1.2
8452026-07-22T16:44:13.307Z Downloaded managed v0.8.0
8462026-07-22T16:44:13.307Z Downloaded derive_more-impl v2.1.1
8472026-07-22T16:44:13.317Z Downloaded predicates-core v1.0.10
8482026-07-22T16:44:13.317Z Downloaded ignore v0.4.25
8492026-07-22T16:44:13.317Z Downloaded headers v0.4.1
8502026-07-22T16:44:13.317Z Downloaded oxnet v0.1.6
8512026-07-22T16:44:13.320Z Downloaded icu_normalizer v2.1.1
8522026-07-22T16:44:13.320Z Downloaded powerfmt v0.2.0
8532026-07-22T16:44:13.320Z Downloaded icu_locale_core v2.1.1
8542026-07-22T16:44:13.320Z Downloaded peg v0.8.5
8552026-07-22T16:44:13.323Z Downloaded oxide-update-engine v0.1.2
8562026-07-22T16:44:13.323Z Downloaded pbkdf2 v0.13.0
8572026-07-22T16:44:13.328Z Downloaded oxide-tokio-rt v0.1.4
8582026-07-22T16:44:13.328Z Downloaded precomputed-hash v0.1.1
8592026-07-22T16:44:13.328Z Downloaded pem v3.0.6
8602026-07-22T16:44:13.334Z Downloaded predicates-tree v1.0.13
8612026-07-22T16:44:13.334Z Downloaded heapless v0.7.17
8622026-07-22T16:44:13.334Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-07-22T16:44:13.334Z Downloaded proc-macro-crate v3.4.0
8642026-07-22T16:44:13.353Z Downloaded peg-macros v0.8.5
8652026-07-22T16:44:13.354Z Downloaded indicatif v0.18.4
8662026-07-22T16:44:13.354Z Downloaded proc-macro-crate v1.3.1
8672026-07-22T16:44:13.354Z Downloaded mime_guess v2.0.5
8682026-07-22T16:44:13.354Z Downloaded expectorate v1.2.0
8692026-07-22T16:44:13.354Z Downloaded potential_utf v0.1.4
8702026-07-22T16:44:13.354Z Downloaded crypto-bigint v0.5.5
8712026-07-22T16:44:13.354Z Downloaded ml-kem v0.3.2
8722026-07-22T16:44:13.354Z Downloaded parse-display-derive v0.10.0
8732026-07-22T16:44:13.354Z Downloaded paste v1.0.15
8742026-07-22T16:44:13.354Z Downloaded progenitor-macro v0.13.0
8752026-07-22T16:44:13.354Z Downloaded pin-project-lite v0.2.17
8762026-07-22T16:44:13.359Z Downloaded num-complex v0.4.6
8772026-07-22T16:44:13.359Z Downloaded pkg-config v0.3.32
8782026-07-22T16:44:13.359Z Downloaded phf v0.12.1
8792026-07-22T16:44:13.367Z Downloaded psl-types v2.0.11
8802026-07-22T16:44:13.367Z Downloaded ed25519-dalek v2.2.0
8812026-07-22T16:44:13.367Z Downloaded progenitor-macro v0.14.0
8822026-07-22T16:44:13.367Z Downloaded pem-rfc7468 v1.0.0
8832026-07-22T16:44:13.367Z Downloaded pem-rfc7468 v0.7.0
8842026-07-22T16:44:13.371Z Downloaded icu_normalizer_data v2.1.1
8852026-07-22T16:44:13.371Z Downloaded diesel_derives v2.3.7
8862026-07-22T16:44:13.371Z Downloaded phf_shared v0.11.3
8872026-07-22T16:44:13.371Z Downloaded phc v0.6.1
8882026-07-22T16:44:13.375Z Downloaded phf v0.13.1
8892026-07-22T16:44:13.375Z Downloaded polyval v0.7.1
8902026-07-22T16:44:13.379Z Downloaded ed25519-dalek v3.0.0-rc.0
8912026-07-22T16:44:13.379Z Downloaded pin-project-internal v1.1.11
8922026-07-22T16:44:13.382Z Downloaded der v0.7.10
8932026-07-22T16:44:13.382Z Downloaded quick-error v1.2.3
8942026-07-22T16:44:13.382Z Downloaded poly1305 v0.8.0
8952026-07-22T16:44:13.386Z Downloaded rand_chacha v0.3.1
8962026-07-22T16:44:13.386Z Downloaded pkcs8 v0.10.2
8972026-07-22T16:44:13.392Z Downloaded progenitor-client v0.14.0
8982026-07-22T16:44:13.392Z Downloaded radium v0.7.0
8992026-07-22T16:44:13.392Z Downloaded parking_lot_core v0.9.12
9002026-07-22T16:44:13.395Z Downloaded primeorder v0.13.6
9012026-07-22T16:44:13.395Z Downloaded ppv-lite86 v0.2.21
9022026-07-22T16:44:13.395Z Downloaded port-file v0.1.0
9032026-07-22T16:44:13.395Z Downloaded owo-colors v4.3.0
9042026-07-22T16:44:13.395Z Downloaded postgres-protocol v0.6.10
9052026-07-22T16:44:13.410Z Downloaded heapless v0.8.0
9062026-07-22T16:44:13.410Z Downloaded parking_lot_core v0.8.6
9072026-07-22T16:44:13.420Z Downloaded num-traits v0.2.19
9082026-07-22T16:44:13.420Z Downloaded predicates v3.1.4
9092026-07-22T16:44:13.420Z Downloaded oxide-update-engine-display v0.1.2
9102026-07-22T16:44:13.420Z Downloaded ref-cast-impl v1.0.25
9112026-07-22T16:44:13.421Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-07-22T16:44:13.421Z Downloaded primefield v0.14.0
9132026-07-22T16:44:13.421Z Downloaded recursive v0.1.1
9142026-07-22T16:44:13.421Z Downloaded progenitor-client v0.13.0
9152026-07-22T16:44:13.421Z Downloaded progenitor v0.13.0
9162026-07-22T16:44:13.428Z Downloaded proc-macro-error2 v2.0.1
9172026-07-22T16:44:13.428Z Downloaded omicron-zone-package v0.12.3
9182026-07-22T16:44:13.428Z Downloaded ref-cast v1.0.25
9192026-07-22T16:44:13.428Z Downloaded primeorder v0.14.0-rc.10
9202026-07-22T16:44:13.428Z Downloaded hickory-resolver v0.25.2
9212026-07-22T16:44:13.435Z Downloaded psm v0.1.30
9222026-07-22T16:44:13.435Z Downloaded pkcs1 v0.8.0-rc.4
9232026-07-22T16:44:13.435Z Downloaded pkcs1 v0.7.5
9242026-07-22T16:44:13.435Z Downloaded parking_lot v0.12.5
9252026-07-22T16:44:13.443Z Downloaded progenitor v0.14.0
9262026-07-22T16:44:13.443Z Downloaded rustc-hash v2.1.1
9272026-07-22T16:44:13.443Z Downloaded password-hash v0.5.0
9282026-07-22T16:44:13.443Z Downloaded russh-util v0.52.0
9292026-07-22T16:44:13.443Z Downloaded progenitor-extras v0.2.0
9302026-07-22T16:44:13.449Z Downloaded jiff-static v0.2.21
9312026-07-22T16:44:13.452Z Downloaded postcard v1.1.3
9322026-07-22T16:44:13.452Z Downloaded rfc6979 v0.4.0
9332026-07-22T16:44:13.452Z Downloaded poly1305 v0.9.0
9342026-07-22T16:44:13.455Z Downloaded russh-cryptovec v0.61.0
9352026-07-22T16:44:13.456Z Downloaded r2d2 v0.8.10
9362026-07-22T16:44:13.460Z Downloaded rustc_version v0.4.1
9372026-07-22T16:44:13.461Z Downloaded rtoolbox v0.0.3
9382026-07-22T16:44:13.461Z Downloaded rustc_version v0.1.7
9392026-07-22T16:44:13.461Z Downloaded oso v0.27.3
9402026-07-22T16:44:13.464Z Downloaded miniz_oxide v0.8.9
9412026-07-22T16:44:13.464Z Downloaded der v0.8.0
9422026-07-22T16:44:13.467Z Downloaded scheduled-thread-pool v0.2.7
9432026-07-22T16:44:13.471Z Downloaded rfc6979 v0.5.0
9442026-07-22T16:44:13.471Z Downloaded pkcs8 v0.11.0
9452026-07-22T16:44:13.474Z Downloaded rand_chacha v0.9.0
9462026-07-22T16:44:13.474Z Downloaded icu_collections v2.1.1
9472026-07-22T16:44:13.479Z Downloaded rand_xorshift v0.4.0
9482026-07-22T16:44:13.479Z Downloaded postgres-types v0.2.12
9492026-07-22T16:44:13.479Z Downloaded rand_seeder v0.4.0
9502026-07-22T16:44:13.482Z Downloaded rand_core v0.10.0
9512026-07-22T16:44:13.482Z Downloaded rand_core v0.6.4
9522026-07-22T16:44:13.482Z Downloaded oxide-update-engine-types v0.1.2
9532026-07-22T16:44:13.486Z Downloaded scopeguard v1.2.0
9542026-07-22T16:44:13.487Z Downloaded sapling-renderdag v0.1.0
9552026-07-22T16:44:13.487Z Downloaded hashbrown v0.12.3
9562026-07-22T16:44:13.491Z Downloaded aes-gcm v0.11.0
9572026-07-22T16:44:13.498Z Downloaded same-file v1.0.6
9582026-07-22T16:44:13.503Z Downloaded resolv-conf v0.7.6
9592026-07-22T16:44:13.511Z Downloaded serde_bytes v0.11.19
9602026-07-22T16:44:13.511Z Downloaded serde-big-array v0.5.1
9612026-07-22T16:44:13.511Z Downloaded secrecy v0.10.3
9622026-07-22T16:44:13.518Z Downloaded rpassword v7.5.4
9632026-07-22T16:44:13.518Z Downloaded seq-macro v0.3.6
9642026-07-22T16:44:13.518Z Downloaded semver v0.1.20
9652026-07-22T16:44:13.518Z Downloaded parking_lot v0.11.2
9662026-07-22T16:44:13.518Z Downloaded serde_spanned v1.1.1
9672026-07-22T16:44:13.526Z Downloaded serde_plain v1.0.2
9682026-07-22T16:44:13.526Z Downloaded papergrid v0.17.0
9692026-07-22T16:44:13.526Z Downloaded openssl-sys v0.9.115
9702026-07-22T16:44:13.548Z Downloaded scroll_derive v0.13.1
9712026-07-22T16:44:13.548Z Downloaded hickory-resolver v0.24.4
9722026-07-22T16:44:13.548Z Downloaded hyper-util v0.1.20
9732026-07-22T16:44:13.548Z Downloaded http v1.4.2
9742026-07-22T16:44:13.632Z Downloaded p384 v0.14.0-rc.10
9752026-07-22T16:44:13.632Z Downloaded serde_urlencoded v0.7.1
9762026-07-22T16:44:13.632Z Downloaded serde_repr v0.1.20
9772026-07-22T16:44:13.632Z Downloaded sha1 v0.10.6
9782026-07-22T16:44:13.632Z Downloaded pkcs5 v0.8.1
9792026-07-22T16:44:13.632Z Downloaded quinn-udp v0.5.14
9802026-07-22T16:44:13.632Z Downloaded pin-project v1.1.11
9812026-07-22T16:44:13.632Z Downloaded minimal-lexical v0.2.1
9822026-07-22T16:44:13.728Z Downloaded shell-words v1.1.1
9832026-07-22T16:44:13.728Z Downloaded rustls-native-certs v0.8.3
9842026-07-22T16:44:13.728Z Downloaded rustls-pemfile v2.2.0
9852026-07-22T16:44:13.728Z Downloaded sec1 v0.7.3
9862026-07-22T16:44:13.728Z Downloaded sha1 v0.11.0
9872026-07-22T16:44:13.728Z Downloaded scrypt v0.12.0
9882026-07-22T16:44:13.728Z Downloaded siphasher v1.0.2
9892026-07-22T16:44:13.728Z Downloaded signature v2.2.0
9902026-07-22T16:44:13.729Z Downloaded sigpipe v0.1.3
9912026-07-22T16:44:13.729Z Downloaded signature v3.0.0
9922026-07-22T16:44:13.729Z Downloaded slog-bunyan v2.5.0
9932026-07-22T16:44:13.729Z Downloaded hashbrown v0.13.2
9942026-07-22T16:44:13.729Z Downloaded rusty-fork v0.3.1
9952026-07-22T16:44:13.729Z Downloaded p256 v0.14.0-rc.10
9962026-07-22T16:44:13.729Z Downloaded prefix-trie v0.7.0
9972026-07-22T16:44:13.729Z Downloaded serde-hex v0.1.0
9982026-07-22T16:44:13.729Z Downloaded slog-envlogger v2.2.0
9992026-07-22T16:44:13.729Z Downloaded secrecy v0.8.0
10002026-07-22T16:44:13.729Z Downloaded serde_path_to_error v0.1.20
10012026-07-22T16:44:13.729Z Downloaded schemars_derive v0.8.22
10022026-07-22T16:44:13.729Z Downloaded hickory-server v0.25.2
10032026-07-22T16:44:13.730Z Downloaded progenitor-impl v0.14.0
10042026-07-22T16:44:13.730Z Downloaded scroll v0.13.0
10052026-07-22T16:44:13.730Z Downloaded dropshot-api-manager v0.7.2
10062026-07-22T16:44:13.730Z Downloaded serde_with_macros v1.5.2
10072026-07-22T16:44:13.730Z Downloaded rand_core v0.9.5
10082026-07-22T16:44:13.730Z Downloaded serde_derive_internals v0.29.1
10092026-07-22T16:44:13.730Z Downloaded serdect v0.4.3
10102026-07-22T16:44:13.730Z Downloaded prettyplease v0.2.37
10112026-07-22T16:44:13.731Z Downloaded sqlparser_derive v0.5.0
10122026-07-22T16:44:13.731Z Downloaded stable_deref_trait v1.2.1
10132026-07-22T16:44:13.731Z Downloaded crossterm v0.29.0
10142026-07-22T16:44:13.731Z Downloaded rustls-pki-types v1.14.0
10152026-07-22T16:44:13.731Z Downloaded signal-hook-mio v0.2.5
10162026-07-22T16:44:13.732Z Downloaded shlex v1.3.0
10172026-07-22T16:44:13.732Z Downloaded signal-hook-tokio v0.3.1
10182026-07-22T16:44:13.732Z Downloaded strum v0.27.2
10192026-07-22T16:44:13.732Z Downloaded structmeta v0.3.0
10202026-07-22T16:44:13.732Z Downloaded signal-hook-registry v1.4.8
10212026-07-22T16:44:13.732Z Downloaded sec1 v0.8.1
10222026-07-22T16:44:13.732Z Downloaded structmeta-derive v0.3.0
10232026-07-22T16:44:13.732Z Downloaded strsim v0.10.0
10242026-07-22T16:44:13.732Z Downloaded rustversion v1.0.22
10252026-07-22T16:44:13.732Z Downloaded slog-scope v4.4.1
10262026-07-22T16:44:13.769Z Downloaded slog-json v2.6.1
10272026-07-22T16:44:13.769Z Downloaded slog-dtrace v0.3.0
10282026-07-22T16:44:13.769Z Downloaded slab v0.4.12
10292026-07-22T16:44:13.769Z Downloaded internal-russh-num-bigint v0.5.0
10302026-07-22T16:44:13.769Z Downloaded simd-adler32 v0.3.8
10312026-07-22T16:44:13.769Z Downloaded sync-ptr v0.1.4
10322026-07-22T16:44:13.770Z Downloaded supports-color v3.0.2
10332026-07-22T16:44:13.770Z Downloaded slog-stdlog v4.1.1
10342026-07-22T16:44:13.770Z Downloaded salsa20 v0.11.0
10352026-07-22T16:44:13.770Z Downloaded slog-term v2.9.2
10362026-07-22T16:44:13.770Z Downloaded tap v1.0.1
10372026-07-22T16:44:13.770Z Downloaded subtle v2.6.1
10382026-07-22T16:44:13.770Z Downloaded spki v0.7.3
10392026-07-22T16:44:13.770Z Downloaded snafu-derive v0.8.9
10402026-07-22T16:44:13.770Z Downloaded tabwriter v1.4.1
10412026-07-22T16:44:13.770Z Downloaded nom v7.1.3
10422026-07-22T16:44:13.770Z Downloaded smf v0.2.3
10432026-07-22T16:44:13.770Z Downloaded smallvec v0.6.14
10442026-07-22T16:44:13.770Z Downloaded slog-async v2.8.0
10452026-07-22T16:44:13.770Z Downloaded progenitor-impl v0.13.0
10462026-07-22T16:44:13.770Z Downloaded itertools v0.10.5
10472026-07-22T16:44:13.770Z Downloaded tabled_derive v0.11.0
10482026-07-22T16:44:13.771Z Downloaded sync_wrapper v1.0.2
10492026-07-22T16:44:13.771Z Downloaded testing_table v0.3.0
10502026-07-22T16:44:13.771Z Downloaded take_mut v0.2.2
10512026-07-22T16:44:13.771Z Downloaded ron v0.8.1
10522026-07-22T16:44:13.771Z Downloaded libxml v0.3.3
10532026-07-22T16:44:13.771Z Downloaded termtree v0.5.1
10542026-07-22T16:44:13.771Z Downloaded strip-ansi-escapes v0.2.1
10552026-07-22T16:44:13.771Z Downloaded spki v0.8.0
10562026-07-22T16:44:13.771Z Downloaded ssh-encoding v0.3.0-rc.9
10572026-07-22T16:44:13.771Z Downloaded thiserror-impl-no-std v2.0.2
10582026-07-22T16:44:13.771Z Downloaded hashbrown v0.15.5
10592026-07-22T16:44:13.771Z Downloaded stringprep v0.1.5
10602026-07-22T16:44:13.771Z Downloaded stacker v0.1.23
10612026-07-22T16:44:13.771Z Downloaded sha2 v0.11.0
10622026-07-22T16:44:13.772Z Downloaded thread-id v5.1.0
10632026-07-22T16:44:13.772Z Downloaded tinyvec_macros v0.1.1
10642026-07-22T16:44:13.772Z Downloaded time-core v0.1.8
10652026-07-22T16:44:13.772Z Downloaded strum v0.26.3
10662026-07-22T16:44:13.772Z Downloaded string_cache v0.8.9
10672026-07-22T16:44:13.772Z Downloaded static_assertions v1.1.0
10682026-07-22T16:44:13.772Z Downloaded rustls-platform-verifier v0.6.2
10692026-07-22T16:44:13.772Z Downloaded ssh-cipher v0.3.0-rc.9
10702026-07-22T16:44:13.772Z Downloaded strum_macros v0.26.4
10712026-07-22T16:44:13.772Z Downloaded crypto-primes v0.7.2
10722026-07-22T16:44:13.799Z Downloaded pretty_assertions v1.4.1
10732026-07-22T16:44:13.799Z Downloaded schemars v0.8.22
10742026-07-22T16:44:13.800Z Downloaded strum_macros v0.24.3
10752026-07-22T16:44:13.800Z Downloaded tagptr v0.2.0
10762026-07-22T16:44:13.800Z Downloaded tokio-macros v2.7.0
10772026-07-22T16:44:13.800Z Downloaded serde_with_macros v3.21.0
10782026-07-22T16:44:13.800Z Downloaded rayon-core v1.13.0
10792026-07-22T16:44:13.800Z Downloaded ryu v1.0.23
10802026-07-22T16:44:13.800Z Downloaded synstructure v0.13.2
10812026-07-22T16:44:13.800Z Downloaded support-bundle-viewer v0.1.2
10822026-07-22T16:44:13.800Z Downloaded spin v0.9.8
10832026-07-22T16:44:13.800Z Downloaded rcgen v0.12.1
10842026-07-22T16:44:13.800Z Downloaded publicsuffix v2.3.0
10852026-07-22T16:44:13.800Z Downloaded quinn v0.11.9
10862026-07-22T16:44:13.801Z Downloaded qorb v0.4.1
10872026-07-22T16:44:13.801Z Downloaded itertools v0.12.1
10882026-07-22T16:44:13.801Z Downloaded tokio-test v0.4.5
10892026-07-22T16:44:13.801Z Downloaded serde_cbor v0.11.2
10902026-07-22T16:44:13.818Z Downloaded serde_yaml v0.9.34+deprecated
10912026-07-22T16:44:13.819Z Downloaded num-bigint-dig v0.8.6
10922026-07-22T16:44:13.819Z Downloaded trait-variant v0.1.2
10932026-07-22T16:44:13.819Z Downloaded termios v0.3.3
10942026-07-22T16:44:13.819Z Downloaded try-lock v0.2.5
10952026-07-22T16:44:13.819Z Downloaded tower-layer v0.3.3
10962026-07-22T16:44:13.819Z Downloaded p521 v0.14.0-rc.10
10972026-07-22T16:44:13.819Z Downloaded num-bigint v0.4.6
10982026-07-22T16:44:13.819Z Downloaded thiserror-no-std v2.0.2
10992026-07-22T16:44:13.819Z Downloaded thread_local v1.1.9
11002026-07-22T16:44:13.819Z Downloaded signal-hook v0.3.18
11012026-07-22T16:44:13.819Z Downloaded tinystr v0.8.2
11022026-07-22T16:44:13.819Z Downloaded tiny-keccak v2.0.2
11032026-07-22T16:44:13.819Z Downloaded topological-sort v0.2.2
11042026-07-22T16:44:13.828Z Downloaded similar v2.7.0
11052026-07-22T16:44:13.828Z Downloaded unarray v0.1.4
11062026-07-22T16:44:13.828Z Downloaded tower-service v0.3.3
11072026-07-22T16:44:13.828Z Downloaded mio v1.2.0
11082026-07-22T16:44:13.828Z Downloaded iri-string v0.7.10
11092026-07-22T16:44:13.828Z Downloaded schemars v0.9.0
11102026-07-22T16:44:14.083Z Downloaded tokio-native-tls v0.3.1
11112026-07-22T16:44:14.083Z Downloaded untrusted v0.7.1
11122026-07-22T16:44:14.124Z Downloaded typify-macro v0.6.2
11132026-07-22T16:44:14.124Z Downloaded strum_macros v0.27.2
11142026-07-22T16:44:14.124Z Downloaded smallvec v1.15.1
11152026-07-22T16:44:14.124Z Downloaded unicode-truncate v1.1.0
11162026-07-22T16:44:14.124Z Downloaded slog v2.8.2
11172026-07-22T16:44:14.124Z Downloaded usdt v0.6.0
11182026-07-22T16:44:14.124Z Downloaded universal-hash v0.6.1
11192026-07-22T16:44:14.124Z Downloaded unit-prefix v0.5.2
11202026-07-22T16:44:14.124Z Downloaded unicode-xid v0.2.6
11212026-07-22T16:44:14.124Z Downloaded rsa v0.9.10
11222026-07-22T16:44:14.124Z Downloaded tokio-dtrace v0.1.1
11232026-07-22T16:44:14.124Z Downloaded usdt-attr-macro v0.6.0
11242026-07-22T16:44:14.124Z Downloaded untrusted v0.9.0
11252026-07-22T16:44:14.124Z Downloaded utf-8 v0.7.6
11262026-07-22T16:44:14.124Z Downloaded usdt-macro v0.6.0
11272026-07-22T16:44:14.124Z Downloaded rustls-webpki v0.103.13
11282026-07-22T16:44:14.124Z Downloaded universal-hash v0.5.1
11292026-07-22T16:44:14.124Z Downloaded tokio-tungstenite v0.21.0
11302026-07-22T16:44:14.124Z Downloaded tls_codec_derive v0.4.2
11312026-07-22T16:44:14.125Z Downloaded h2 v0.4.15
11322026-07-22T16:44:14.125Z Downloaded icu_properties_data v2.1.2
11332026-07-22T16:44:15.173Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11342026-07-22T16:44:15.173Z Downloaded tokio-tungstenite v0.23.1
11352026-07-22T16:44:15.173Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-07-22T16:44:15.173Z Downloaded sqlformat v0.3.5
11372026-07-22T16:44:15.173Z Downloaded term v1.2.1
11382026-07-22T16:44:15.173Z Downloaded term v0.7.0
11392026-07-22T16:44:15.174Z Downloaded rand v0.8.6
11402026-07-22T16:44:15.174Z Downloaded idna v1.1.0
11412026-07-22T16:44:15.174Z Downloaded rand v0.9.2
11422026-07-22T16:44:15.174Z Downloaded socket2 v0.6.3
11432026-07-22T16:44:15.174Z Downloaded want v0.3.1
11442026-07-22T16:44:15.174Z Downloaded void v1.0.2
11452026-07-22T16:44:15.174Z Downloaded tui-tree-widget v0.23.1
11462026-07-22T16:44:15.174Z Downloaded socket2 v0.5.10
11472026-07-22T16:44:15.174Z Downloaded time-macros v0.2.27
11482026-07-22T16:44:15.174Z Downloaded tls_codec v0.4.2
11492026-07-22T16:44:15.174Z Downloaded hyper v1.10.1
11502026-07-22T16:44:15.174Z Downloaded waitgroup v0.1.2
11512026-07-22T16:44:15.174Z Downloaded wait-timeout v0.2.1
11522026-07-22T16:44:15.174Z Downloaded futures-util v0.3.32
11532026-07-22T16:44:15.174Z Downloaded snafu v0.8.9
11542026-07-22T16:44:15.174Z Downloaded schemars v1.2.1
11552026-07-22T16:44:15.174Z Downloaded xshell-macros v0.2.7
11562026-07-22T16:44:15.175Z Downloaded nom v8.0.0
11572026-07-22T16:44:15.175Z Downloaded xattr v1.6.1
11582026-07-22T16:44:15.175Z Downloaded bitvec v1.0.1
11592026-07-22T16:44:15.175Z Downloaded yoke-derive v0.8.1
11602026-07-22T16:44:15.175Z Downloaded hkdf v0.13.0
11612026-07-22T16:44:15.175Z Downloaded hkdf v0.12.4
11622026-07-22T16:44:15.175Z Downloaded zerofrom-derive v0.1.6
11632026-07-22T16:44:15.175Z Downloaded usdt-impl v0.6.0
11642026-07-22T16:44:15.175Z Downloaded rand v0.10.1
11652026-07-22T16:44:15.175Z Downloaded utf8_iter v1.0.4
11662026-07-22T16:44:15.175Z Downloaded zerofrom v0.1.6
11672026-07-22T16:44:15.175Z Downloaded itertools v0.13.0
11682026-07-22T16:44:15.175Z Downloaded zeroize_derive v1.4.3
11692026-07-22T16:44:15.175Z Downloaded aws-lc-rs v1.16.3
11702026-07-22T16:44:15.175Z Downloaded vergen-lib v0.1.6
11712026-07-22T16:44:15.175Z Downloaded uzers v0.12.2
11722026-07-22T16:44:15.175Z Downloaded toml_parser v1.1.2+spec-1.1.0
11732026-07-22T16:44:15.175Z Downloaded vergen-git2 v9.1.0
11742026-07-22T16:44:15.175Z Downloaded vsss-rs v3.3.4
11752026-07-22T16:44:15.175Z Downloaded toml_writer v1.1.1+spec-1.1.0
11762026-07-22T16:44:15.175Z Downloaded test-strategy v0.4.5
11772026-07-22T16:44:15.175Z Downloaded zone_cfg_derive v0.3.1
11782026-07-22T16:44:15.175Z Downloaded whoami v1.6.1
11792026-07-22T16:44:15.175Z Downloaded chrono v0.4.45
11802026-07-22T16:44:15.175Z Downloaded tracing-attributes v0.1.31
11812026-07-22T16:44:15.175Z Downloaded hashbrown v0.16.1
11822026-07-22T16:44:15.175Z Downloaded whoami v2.1.0
11832026-07-22T16:44:15.176Z Downloaded twox-hash v2.1.2
11842026-07-22T16:44:15.176Z Downloaded unicase v2.9.0
11852026-07-22T16:44:15.176Z Downloaded rsa v0.10.0-rc.18
11862026-07-22T16:44:15.176Z Downloaded tinyvec v1.10.0
11872026-07-22T16:44:15.176Z Downloaded bindgen v0.71.1
11882026-07-22T16:44:15.176Z Downloaded samael v0.0.19
11892026-07-22T16:44:15.176Z Downloaded unicode-properties v0.1.4
11902026-07-22T16:44:15.176Z Downloaded subprocess v0.2.15
11912026-07-22T16:44:15.176Z Downloaded tokio-stream v0.1.18
11922026-07-22T16:44:15.176Z Downloaded wyz v0.5.1
11932026-07-22T16:44:15.176Z Downloaded writeable v0.6.2
11942026-07-22T16:44:15.176Z Downloaded tokio-rustls v0.26.4
11952026-07-22T16:44:15.176Z Downloaded libm v0.2.16
11962026-07-22T16:44:15.176Z Downloaded toml v1.1.2+spec-1.1.0
11972026-07-22T16:44:15.176Z Downloaded yoke v0.8.1
11982026-07-22T16:44:15.176Z Downloaded iddqd v0.4.2
11992026-07-22T16:44:15.176Z Downloaded zerovec-derive v0.11.2
12002026-07-22T16:44:15.176Z Downloaded steno v0.4.1
12012026-07-22T16:44:15.176Z Downloaded vergen-lib v9.1.0
12022026-07-22T16:44:15.176Z Downloaded vergen-gitcl v1.0.8
12032026-07-22T16:44:15.176Z Downloaded vergen v9.1.0
12042026-07-22T16:44:15.176Z Downloaded rustyline v14.0.0
12052026-07-22T16:44:15.176Z Downloaded zstd v0.13.3
12062026-07-22T16:44:15.176Z Downloaded walkdir v2.5.0
12072026-07-22T16:44:15.176Z Downloaded tracing-core v0.1.36
12082026-07-22T16:44:15.176Z Downloaded tungstenite v0.23.0
12092026-07-22T16:44:15.176Z Downloaded tungstenite v0.21.0
12102026-07-22T16:44:15.176Z Downloaded blake3 v1.8.5
12112026-07-22T16:44:15.176Z Downloaded zone v0.3.1
12122026-07-22T16:44:15.176Z Downloaded toml v0.7.8
12132026-07-22T16:44:15.176Z Downloaded itertools v0.14.0
12142026-07-22T16:44:15.176Z Downloaded unicode-bidi v0.3.18
12152026-07-22T16:44:15.176Z Downloaded typify v0.6.2
12162026-07-22T16:44:15.176Z Downloaded tar v0.4.46
12172026-07-22T16:44:15.176Z Downloaded xshell v0.2.7
12182026-07-22T16:44:15.176Z Downloaded unsafe-libyaml v0.2.11
12192026-07-22T16:44:15.176Z Downloaded zerocopy v0.6.6
12202026-07-22T16:44:15.176Z Downloaded uuid v1.23.4
12212026-07-22T16:44:15.177Z Downloaded yasna v0.5.2
12222026-07-22T16:44:15.177Z Downloaded zeroize v1.8.2
12232026-07-22T16:44:15.177Z Downloaded serde_with v1.14.0
12242026-07-22T16:44:15.177Z Downloaded zstd-safe v7.2.4
12252026-07-22T16:44:15.177Z Downloaded reedline v0.40.0
12262026-07-22T16:44:15.177Z Downloaded vte v0.14.1
12272026-07-22T16:44:15.177Z Downloaded tokio-postgres v0.7.16
12282026-07-22T16:44:15.177Z Downloaded toml_edit v0.23.10+spec-1.0.0
12292026-07-22T16:44:15.177Z Downloaded git2 v0.20.4
12302026-07-22T16:44:15.177Z Downloaded zopfli v0.8.3
12312026-07-22T16:44:15.177Z Downloaded reqwest v0.13.2
12322026-07-22T16:44:15.177Z Downloaded p384 v0.13.1
12332026-07-22T16:44:15.230Z Downloaded toml_edit v0.19.15
12342026-07-22T16:44:15.230Z Downloaded reqwest v0.12.28
12352026-07-22T16:44:15.230Z Downloaded regex v1.12.3
12362026-07-22T16:44:15.231Z Downloaded zip v0.6.6
12372026-07-22T16:44:15.231Z Downloaded zerotrie v0.2.3
12382026-07-22T16:44:15.231Z Downloaded crypto-bigint v0.7.5
12392026-07-22T16:44:15.231Z Downloaded unicode_categories v0.1.1
12402026-07-22T16:44:15.231Z Downloaded rayon v1.11.0
12412026-07-22T16:44:15.231Z Downloaded yansi v1.0.1
12422026-07-22T16:44:15.231Z Downloaded url v2.5.8
12432026-07-22T16:44:15.231Z Downloaded goblin v0.10.5
12442026-07-22T16:44:15.231Z Downloaded zerocopy-derive v0.8.40
12452026-07-22T16:44:15.231Z Downloaded moka v0.12.13
12462026-07-22T16:44:15.231Z Downloaded tower v0.5.3
12472026-07-22T16:44:15.231Z Downloaded ssh-key v0.7.0-rc.10
12482026-07-22T16:44:15.231Z Downloaded salty v0.3.0
12492026-07-22T16:44:15.232Z Downloaded curve25519-dalek v4.1.3
12502026-07-22T16:44:15.232Z Downloaded x509-cert v0.2.5
12512026-07-22T16:44:15.232Z Downloaded proptest v1.10.0
12522026-07-22T16:44:15.232Z Downloaded unicode-segmentation v1.12.0
12532026-07-22T16:44:15.232Z Downloaded rawzip v0.4.4
12542026-07-22T16:44:15.232Z Downloaded quick-xml v0.37.5
12552026-07-22T16:44:15.232Z Downloaded unicode-normalization v0.1.25
12562026-07-22T16:44:15.232Z Downloaded tower-http v0.6.8
12572026-07-22T16:44:15.233Z Downloaded zip v4.6.1
12582026-07-22T16:44:15.233Z Downloaded lalrpop v0.19.12
12592026-07-22T16:44:15.233Z Downloaded portable-atomic v1.13.1
12602026-07-22T16:44:15.233Z Downloaded typed-path v0.9.3
12612026-07-22T16:44:15.233Z Downloaded tokio-util v0.7.18
12622026-07-22T16:44:15.233Z Downloaded curve25519-dalek v5.0.0-rc.0
12632026-07-22T16:44:15.233Z Downloaded tough v0.22.0
12642026-07-22T16:44:15.233Z Downloaded zerovec v0.11.5
12652026-07-22T16:44:15.233Z Downloaded quinn-proto v0.11.13
12662026-07-22T16:44:15.233Z Downloaded winnow v0.6.26
12672026-07-22T16:44:15.233Z Downloaded nix v0.27.1
12682026-07-22T16:44:15.233Z Downloaded winnow v0.5.40
12692026-07-22T16:44:15.233Z Downloaded petname v2.0.2
12702026-07-22T16:44:15.233Z Downloaded dropshot v0.17.1
12712026-07-22T16:44:15.234Z Downloaded time v0.3.47
12722026-07-22T16:44:15.234Z Downloaded serde_with v3.21.0
12732026-07-22T16:44:15.234Z Downloaded russh v0.61.2
12742026-07-22T16:44:15.234Z Downloaded object v0.30.4
12752026-07-22T16:44:15.234Z Downloaded zlib-rs v0.6.2
12762026-07-22T16:44:15.234Z Downloaded openssl v0.10.79
12772026-07-22T16:44:15.234Z Downloaded nix v0.28.0
12782026-07-22T16:44:15.234Z Downloaded bstr v1.12.1
12792026-07-22T16:44:15.234Z Downloaded vcpkg v0.2.15
12802026-07-22T16:44:15.234Z Downloaded diesel v2.3.7
12812026-07-22T16:44:15.234Z Downloaded tabled v0.20.0
12822026-07-22T16:44:15.234Z Downloaded rustls v0.23.41
12832026-07-22T16:44:15.234Z Downloaded regress v0.10.5
12842026-07-22T16:44:15.234Z Downloaded hickory-proto v0.24.4
12852026-07-22T16:44:15.234Z Downloaded winnow v1.0.3
12862026-07-22T16:44:15.234Z Downloaded smoltcp v0.9.1
12872026-07-22T16:44:15.234Z Downloaded regex-syntax v0.6.29
12882026-07-22T16:44:15.234Z Downloaded openapiv3 v2.2.0
12892026-07-22T16:44:15.234Z Downloaded nix v0.31.2
12902026-07-22T16:44:15.234Z Downloaded object v0.37.3
12912026-07-22T16:44:15.234Z Downloaded typify-impl v0.6.2
12922026-07-22T16:44:15.235Z Downloaded sled v0.34.7
12932026-07-22T16:44:15.235Z Downloaded radix_trie v0.2.1
12942026-07-22T16:44:15.235Z Downloaded ratatui v0.29.0
12952026-07-22T16:44:15.235Z Downloaded smoltcp v0.11.0
12962026-07-22T16:44:15.235Z Downloaded hickory-proto v0.25.2
12972026-07-22T16:44:15.235Z Downloaded zerocopy v0.8.40
12982026-07-22T16:44:15.235Z Downloaded regex-automata v0.4.14
12992026-07-22T16:44:15.235Z Downloaded regex-syntax v0.8.10
13002026-07-22T16:44:15.235Z Downloaded polar-core v0.27.3
13012026-07-22T16:44:15.235Z Downloaded csv v1.4.0
13022026-07-22T16:44:15.235Z Downloaded rustix v0.38.44
13032026-07-22T16:44:15.235Z Downloaded regress v0.11.1
13042026-07-22T16:44:15.235Z Downloaded libz-sys v1.1.24
13052026-07-22T16:44:15.235Z Downloaded sqlparser v0.61.0
13062026-07-22T16:44:15.235Z Downloaded fiat-crypto v0.3.0
13072026-07-22T16:44:15.235Z Downloaded sha3 v0.11.0
13082026-07-22T16:44:15.235Z Downloaded tracing v0.1.44
13092026-07-22T16:44:15.235Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-07-22T16:44:15.235Z Downloaded zerocopy-derive v0.6.6
13112026-07-22T16:44:15.235Z Downloaded chrono-tz v0.10.4
13122026-07-22T16:44:15.235Z Downloaded petgraph v0.6.5
13132026-07-22T16:44:15.235Z Downloaded jiff v0.2.21
13142026-07-22T16:44:15.235Z Downloaded petgraph v0.8.3
13152026-07-22T16:44:15.235Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-07-22T16:44:15.235Z Downloaded sha3 v0.10.8
13172026-07-22T16:44:15.235Z Downloaded tokio v1.52.1
13182026-07-22T16:44:15.235Z Downloaded encoding_rs v0.8.35
13192026-07-22T16:44:15.235Z Downloaded ring v0.17.14
13202026-07-22T16:44:15.235Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-07-22T16:44:15.708Z Downloaded aws-lc-sys v0.40.0
13222026-07-22T16:44:15.961Z Compiling libc v0.2.185
13232026-07-22T16:44:15.961Z Compiling serde_core v1.0.228
13242026-07-22T16:44:15.961Z Compiling serde v1.0.228
13252026-07-22T16:44:15.965Z Compiling log v0.4.29
13262026-07-22T16:44:15.965Z Compiling smallvec v1.15.1
13272026-07-22T16:44:15.965Z Compiling find-msvc-tools v0.1.9
13282026-07-22T16:44:15.965Z Compiling shlex v1.3.0
13292026-07-22T16:44:16.151Z Compiling syn v2.0.117
13302026-07-22T16:44:16.353Z Compiling subtle v2.6.1
13312026-07-22T16:44:16.379Z Compiling stable_deref_trait v1.2.1
13322026-07-22T16:44:16.379Z Compiling scopeguard v1.2.0
13332026-07-22T16:44:16.401Z Compiling typenum v1.20.1
13342026-07-22T16:44:16.414Z Compiling serde_json v1.0.150
13352026-07-22T16:44:16.440Z Compiling lock_api v0.4.14
13362026-07-22T16:44:16.458Z Compiling portable-atomic v1.13.1
13372026-07-22T16:44:16.481Z Compiling zerocopy v0.8.40
13382026-07-22T16:44:16.621Z Compiling parking_lot_core v0.9.12
13392026-07-22T16:44:16.653Z Compiling pin-project-lite v0.2.17
13402026-07-22T16:44:16.750Z Compiling critical-section v1.2.0
13412026-07-22T16:44:16.922Z Compiling pkg-config v0.3.32
13422026-07-22T16:44:16.949Z Compiling getrandom v0.4.1
13432026-07-22T16:44:16.949Z Compiling jobserver v0.1.34
13442026-07-22T16:44:16.949Z Compiling errno v0.3.14
13452026-07-22T16:44:17.071Z Compiling getrandom v0.2.17
13462026-07-22T16:44:17.191Z Compiling cc v1.2.56
13472026-07-22T16:44:17.247Z Compiling libm v0.2.16
13482026-07-22T16:44:17.295Z Compiling rand_core v0.6.4
13492026-07-22T16:44:17.307Z Compiling signal-hook-registry v1.4.8
13502026-07-22T16:44:17.579Z Compiling once_cell v1.21.3
13512026-07-22T16:44:17.591Z Compiling num-traits v0.2.19
13522026-07-22T16:44:17.598Z Compiling rand_core v0.10.0
13532026-07-22T16:44:17.610Z Compiling futures-core v0.3.32
13542026-07-22T16:44:17.744Z Compiling parking_lot v0.12.5
13552026-07-22T16:44:17.752Z Compiling mio v1.2.0
13562026-07-22T16:44:17.943Z Compiling generic-array v0.14.7
13572026-07-22T16:44:17.967Z Compiling percent-encoding v2.3.2
13582026-07-22T16:44:18.228Z Compiling litemap v0.8.1
13592026-07-22T16:44:18.252Z Compiling writeable v0.6.2
13602026-07-22T16:44:18.269Z Compiling const-oid v0.9.6
13612026-07-22T16:44:18.420Z Compiling bitflags v2.11.0
13622026-07-22T16:44:18.497Z Compiling semver v1.0.28
13632026-07-22T16:44:18.554Z Compiling icu_properties_data v2.1.2
13642026-07-22T16:44:18.725Z Compiling icu_normalizer_data v2.1.1
13652026-07-22T16:44:18.818Z Compiling socket2 v0.6.3
13662026-07-22T16:44:18.930Z Compiling futures-sink v0.3.32
13672026-07-22T16:44:19.022Z Compiling futures-channel v0.3.32
13682026-07-22T16:44:19.032Z Compiling futures-task v0.3.32
13692026-07-22T16:44:19.072Z Compiling synstructure v0.13.2
13702026-07-22T16:44:19.094Z Compiling futures-io v0.3.32
13712026-07-22T16:44:19.211Z Compiling slab v0.4.12
13722026-07-22T16:44:19.258Z Compiling utf8_iter v1.0.4
13732026-07-22T16:44:19.287Z Compiling indexmap v2.14.0
13742026-07-22T16:44:19.287Z Compiling form_urlencoded v1.2.2
13752026-07-22T16:44:19.323Z Compiling rustversion v1.0.22
13762026-07-22T16:44:19.361Z Compiling getrandom v0.3.4
13772026-07-22T16:44:19.382Z Compiling cmake v0.1.57
13782026-07-22T16:44:19.420Z Compiling rustix v1.1.3
13792026-07-22T16:44:19.528Z Compiling fs_extra v1.3.0
13802026-07-22T16:44:19.683Z Compiling iana-time-zone v0.1.65
13812026-07-22T16:44:19.790Z Compiling dunce v1.0.5
13822026-07-22T16:44:19.816Z Compiling ident_case v1.0.1
13832026-07-22T16:44:19.899Z Compiling regex-syntax v0.8.10
13842026-07-22T16:44:19.931Z Compiling aws-lc-sys v0.40.0
13852026-07-22T16:44:19.931Z Compiling uuid v1.23.4
13862026-07-22T16:44:19.966Z Compiling base64 v0.22.1
13872026-07-22T16:44:20.263Z Compiling rand_core v0.9.5
13882026-07-22T16:44:20.328Z Compiling vcpkg v0.2.15
13892026-07-22T16:44:20.389Z Compiling base64ct v1.8.3
13902026-07-22T16:44:20.620Z Compiling rustc_version v0.4.1
13912026-07-22T16:44:20.738Z Compiling pem-rfc7468 v0.7.0
13922026-07-22T16:44:20.783Z Compiling tracing-core v0.1.36
13932026-07-22T16:44:20.822Z Compiling serde_derive v1.0.228
13942026-07-22T16:44:20.923Z Compiling zeroize_derive v1.4.3
13952026-07-22T16:44:20.994Z Compiling zerofrom-derive v0.1.6
13962026-07-22T16:44:21.106Z Compiling yoke-derive v0.8.1
13972026-07-22T16:44:21.231Z Compiling zerovec-derive v0.11.2
13982026-07-22T16:44:21.256Z Compiling displaydoc v0.2.5
13992026-07-22T16:44:21.571Z Compiling zeroize v1.8.2
14002026-07-22T16:44:21.780Z Compiling zerocopy-derive v0.8.40
14012026-07-22T16:44:22.521Z Compiling tokio-macros v2.7.0
14022026-07-22T16:44:22.546Z Compiling futures-macro v0.3.32
14032026-07-22T16:44:22.547Z Compiling openssl-sys v0.9.115
14042026-07-22T16:44:22.547Z Compiling zerofrom v0.1.6
14052026-07-22T16:44:22.569Z Compiling yoke v0.8.1
14062026-07-22T16:44:22.641Z Compiling block-buffer v0.10.4
14072026-07-22T16:44:22.772Z Compiling zerovec v0.11.5
14082026-07-22T16:44:22.820Z Compiling zerotrie v0.2.3
14092026-07-22T16:44:22.977Z Compiling crypto-common v0.1.7
14102026-07-22T16:44:23.098Z Compiling tracing-attributes v0.1.31
14112026-07-22T16:44:23.175Z Compiling digest v0.10.7
14122026-07-22T16:44:23.192Z Compiling der_derive v0.7.3
14132026-07-22T16:44:23.192Z Compiling futures-util v0.3.32
14142026-07-22T16:44:23.331Z Compiling tinystr v0.8.2
14152026-07-22T16:44:23.403Z Compiling potential_utf v0.1.4
14162026-07-22T16:44:23.539Z Compiling icu_locale_core v2.1.1
14172026-07-22T16:44:23.729Z Compiling icu_collections v2.1.1
14182026-07-22T16:44:25.092Z Compiling thiserror-impl v2.0.18
14192026-07-22T16:44:25.099Z Compiling aws-lc-rs v1.16.3
14202026-07-22T16:44:25.099Z Compiling bytes v1.11.1
14212026-07-22T16:44:25.099Z Compiling icu_provider v2.1.1
14222026-07-22T16:44:25.099Z Compiling chrono v0.4.45
14232026-07-22T16:44:25.099Z Compiling flagset v0.4.7
14242026-07-22T16:44:25.099Z Compiling der v0.7.10
14252026-07-22T16:44:25.099Z Compiling icu_normalizer v2.1.1
14262026-07-22T16:44:25.099Z Compiling tokio v1.52.1
14272026-07-22T16:44:25.314Z Compiling icu_properties v2.1.2
14282026-07-22T16:44:25.442Z Compiling http v1.4.2
14292026-07-22T16:44:25.535Z Compiling thiserror v2.0.18
14302026-07-22T16:44:25.646Z Compiling tracing v0.1.44
14312026-07-22T16:44:25.891Z Compiling rustls-pki-types v1.14.0
14322026-07-22T16:44:25.937Z Compiling serde_derive_internals v0.29.1
14332026-07-22T16:44:26.062Z Compiling cmov v0.5.4
14342026-07-22T16:44:26.373Z Compiling idna_adapter v1.2.1
14352026-07-22T16:44:26.393Z Compiling ppv-lite86 v0.2.21
14362026-07-22T16:44:26.393Z Compiling http-body v1.0.1
14372026-07-22T16:44:26.393Z Compiling idna v1.1.0
14382026-07-22T16:44:26.405Z Compiling tinyvec_macros v0.1.1
14392026-07-22T16:44:26.423Z Compiling schemars v0.8.22
14402026-07-22T16:44:26.468Z Compiling httparse v1.10.1
14412026-07-22T16:44:26.492Z Compiling dyn-clone v1.0.20
14422026-07-22T16:44:26.626Z Compiling rand_chacha v0.9.0
14432026-07-22T16:44:26.629Z Compiling openssl-probe v0.2.1
14442026-07-22T16:44:26.673Z Compiling url v2.5.8
14452026-07-22T16:44:26.803Z Compiling schemars_derive v0.8.22
14462026-07-22T16:44:26.814Z Compiling tinyvec v1.10.0
14472026-07-22T16:44:26.821Z Compiling rand v0.9.2
14482026-07-22T16:44:27.072Z Compiling ctutils v0.4.2
14492026-07-22T16:44:27.168Z Compiling pest_generator v2.8.6
14502026-07-22T16:44:27.301Z Compiling spki v0.7.3
14512026-07-22T16:44:27.309Z Compiling aho-corasick v1.1.4
14522026-07-22T16:44:27.461Z Compiling try-lock v0.2.5
14532026-07-22T16:44:27.508Z Compiling tower-service v0.3.3
14542026-07-22T16:44:27.564Z Compiling atomic-waker v1.1.2
14552026-07-22T16:44:27.602Z Compiling untrusted v0.7.1
14562026-07-22T16:44:27.622Z Compiling tower-layer v0.3.3
14572026-07-22T16:44:27.690Z Compiling want v0.3.1
14582026-07-22T16:44:27.722Z Compiling tempfile v3.25.0
14592026-07-22T16:44:27.774Z Compiling hybrid-array v0.4.13
14602026-07-22T16:44:27.861Z Compiling pest_derive v2.8.6
14612026-07-22T16:44:28.129Z Compiling ipnet v2.11.0
14622026-07-22T16:44:28.172Z Compiling regex-automata v0.4.14
14632026-07-22T16:44:28.345Z Compiling scroll_derive v0.13.1
14642026-07-22T16:44:28.598Z Compiling darling_core v0.20.11
14652026-07-22T16:44:28.625Z Compiling cpufeatures v0.2.17
14662026-07-22T16:44:28.702Z Compiling httpdate v1.0.3
14672026-07-22T16:44:28.929Z Compiling tokio-util v0.7.18
14682026-07-22T16:44:29.031Z Compiling openssl v0.10.79
14692026-07-22T16:44:29.147Z Compiling untrusted v0.9.0
14702026-07-22T16:44:29.273Z Compiling rustls v0.23.41
14712026-07-22T16:44:29.283Z Compiling foreign-types-shared v0.1.1
14722026-07-22T16:44:29.369Z Compiling foreign-types v0.3.2
14732026-07-22T16:44:29.412Z Compiling scroll v0.13.0
14742026-07-22T16:44:29.441Z Compiling pkcs8 v0.10.2
14752026-07-22T16:44:29.455Z Compiling unicode-normalization v0.1.25
14762026-07-22T16:44:29.677Z Compiling h2 v0.4.15
14772026-07-22T16:44:29.937Z Compiling openssl-macros v0.1.1
14782026-07-22T16:44:29.966Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-07-22T16:44:30.118Z Compiling spin v0.9.8
14802026-07-22T16:44:30.304Z Compiling powerfmt v0.2.0
14812026-07-22T16:44:30.324Z Compiling time-core v0.1.8
14822026-07-22T16:44:30.365Z Compiling num-conv v0.2.0
14832026-07-22T16:44:30.460Z Compiling native-tls v0.2.18
14842026-07-22T16:44:30.493Z Compiling crc32fast v1.5.0
14852026-07-22T16:44:30.509Z Compiling time-macros v0.2.27
14862026-07-22T16:44:30.692Z Compiling deranged v0.5.8
14872026-07-22T16:44:31.757Z Compiling darling_macro v0.20.11
14882026-07-22T16:44:31.792Z Compiling darling v0.20.11
14892026-07-22T16:44:31.792Z Compiling goblin v0.10.5
14902026-07-22T16:44:31.792Z Compiling sha2 v0.10.9
14912026-07-22T16:44:31.793Z Compiling hmac v0.12.1
14922026-07-22T16:44:31.813Z Compiling sync_wrapper v1.0.2
14932026-07-22T16:44:31.921Z Compiling wait-timeout v0.2.1
14942026-07-22T16:44:32.186Z Compiling crossbeam-utils v0.8.21
14952026-07-22T16:44:32.270Z Compiling simd-adler32 v0.3.8
14962026-07-22T16:44:32.490Z Compiling syn v1.0.109
14972026-07-22T16:44:32.514Z Compiling siphasher v1.0.2
14982026-07-22T16:44:32.695Z Compiling num_threads v0.1.7
14992026-07-22T16:44:32.795Z Compiling hyper v1.10.1
15002026-07-22T16:44:32.814Z Compiling bit-vec v0.8.0
15012026-07-22T16:44:32.963Z Compiling usdt-impl v0.6.0
15022026-07-22T16:44:33.040Z Compiling quick-error v1.2.3
15032026-07-22T16:44:33.181Z Compiling rusty-fork v0.3.1
15042026-07-22T16:44:33.506Z Compiling bit-set v0.8.0
15052026-07-22T16:44:33.603Z Compiling time v0.3.47
15062026-07-22T16:44:33.686Z Compiling tower v0.5.3
15072026-07-22T16:44:33.794Z Compiling derive_builder_core v0.20.2
15082026-07-22T16:44:34.003Z Compiling hyper-util v0.1.20
15092026-07-22T16:44:34.171Z Compiling dof v0.4.0
15102026-07-22T16:44:34.487Z Compiling dtrace-parser v0.3.0
15112026-07-22T16:44:34.697Z Compiling http-body-util v0.1.3
15122026-07-22T16:44:34.940Z Compiling heapless v0.7.17
15132026-07-22T16:44:35.177Z Compiling scroll_derive v0.12.1
15142026-07-22T16:44:35.192Z Compiling thiserror-impl v1.0.69
15152026-07-22T16:44:35.209Z Compiling rand_xorshift v0.4.0
15162026-07-22T16:44:35.330Z Compiling slog v2.8.2
15172026-07-22T16:44:35.369Z Compiling darling_core v0.23.0
15182026-07-22T16:44:35.527Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-07-22T16:44:35.665Z Compiling thread-id v5.1.0
15202026-07-22T16:44:35.747Z Compiling cookie v0.18.1
15212026-07-22T16:44:35.761Z Compiling allocator-api2 v0.2.21
15222026-07-22T16:44:35.817Z Compiling anyhow v1.0.102
15232026-07-22T16:44:35.837Z Compiling unicode-properties v0.1.4
15242026-07-22T16:44:35.940Z Compiling signal-hook v0.3.18
15252026-07-22T16:44:36.042Z Compiling zstd-safe v7.2.4
15262026-07-22T16:44:36.080Z Compiling iri-string v0.7.10
15272026-07-22T16:44:36.121Z Compiling ryu v1.0.23
15282026-07-22T16:44:36.136Z Compiling unarray v0.1.4
15292026-07-22T16:44:36.243Z Compiling unicode-bidi v0.3.18
15302026-07-22T16:44:36.257Z Compiling paste v1.0.15
15312026-07-22T16:44:36.298Z Compiling adler2 v2.0.1
15322026-07-22T16:44:36.429Z Compiling miniz_oxide v0.8.9
15332026-07-22T16:44:36.458Z Compiling thiserror v1.0.69
15342026-07-22T16:44:36.558Z Compiling serde_urlencoded v0.7.1
15352026-07-22T16:44:36.580Z Compiling stringprep v0.1.5
15362026-07-22T16:44:36.777Z Compiling proptest v1.10.0
15372026-07-22T16:44:37.034Z Compiling scroll v0.12.0
15382026-07-22T16:44:37.294Z Compiling tower-http v0.6.8
15392026-07-22T16:44:37.514Z Compiling derive_builder_macro v0.20.2
15402026-07-22T16:44:37.631Z Compiling camino v1.2.2
15412026-07-22T16:44:37.800Z Compiling tokio-native-tls v0.3.1
15422026-07-22T16:44:37.870Z Compiling darling_macro v0.23.0
15432026-07-22T16:44:37.968Z Compiling bstr v1.12.1
15442026-07-22T16:44:37.982Z Compiling ipnetwork v0.21.1
15452026-07-22T16:44:38.008Z Compiling block-padding v0.4.2
15462026-07-22T16:44:38.063Z Compiling crypto-common v0.2.2
15472026-07-22T16:44:38.178Z Compiling block-buffer v0.12.1
15482026-07-22T16:44:38.378Z Compiling rustls-native-certs v0.8.3
15492026-07-22T16:44:38.407Z Compiling rand_chacha v0.3.1
15502026-07-22T16:44:38.422Z Compiling serde_spanned v0.6.9
15512026-07-22T16:44:38.567Z Compiling serde_tokenstream v0.2.3
15522026-07-22T16:44:38.634Z Compiling erased-serde v0.3.31
15532026-07-22T16:44:38.668Z Compiling toml_datetime v0.6.11
15542026-07-22T16:44:38.887Z Compiling hex v0.4.3
15552026-07-22T16:44:38.929Z Compiling signature v2.2.0
15562026-07-22T16:44:39.116Z Compiling md-5 v0.10.6
15572026-07-22T16:44:39.145Z Compiling curve25519-dalek v4.1.3
15582026-07-22T16:44:39.163Z Compiling pin-project-internal v1.1.11
15592026-07-22T16:44:39.203Z Compiling async-trait v0.1.89
15602026-07-22T16:44:39.279Z Compiling zerocopy-derive v0.7.35
15612026-07-22T16:44:39.490Z Compiling vergen-lib v9.1.0
15622026-07-22T16:44:39.696Z Compiling hash32 v0.2.1
15632026-07-22T16:44:39.862Z Compiling num-integer v0.1.46
15642026-07-22T16:44:39.915Z Compiling memoffset v0.9.1
15652026-07-22T16:44:40.101Z Compiling encoding_rs v0.8.35
15662026-07-22T16:44:40.159Z Compiling ref-cast v1.0.25
15672026-07-22T16:44:40.159Z Compiling psl-types v2.0.11
15682026-07-22T16:44:40.229Z Compiling rustix v0.38.44
15692026-07-22T16:44:40.285Z Compiling num-bigint-dig v0.8.6
15702026-07-22T16:44:40.306Z Compiling fallible-iterator v0.2.0
15712026-07-22T16:44:40.475Z Compiling litrs v1.0.0
15722026-07-22T16:44:40.493Z Compiling mime v0.3.17
15732026-07-22T16:44:40.594Z Compiling smoltcp v0.9.1
15742026-07-22T16:44:40.620Z Compiling zlib-rs v0.6.2
15752026-07-22T16:44:40.743Z Compiling cfg_aliases v0.2.1
15762026-07-22T16:44:40.844Z Compiling nix v0.31.2
15772026-07-22T16:44:40.991Z Compiling document-features v0.2.12
15782026-07-22T16:44:41.123Z Compiling postgres-protocol v0.6.10
15792026-07-22T16:44:41.274Z Compiling pin-project v1.1.11
15802026-07-22T16:44:41.370Z Compiling publicsuffix v2.3.0
15812026-07-22T16:44:41.542Z Compiling zerocopy v0.7.35
15822026-07-22T16:44:41.559Z Compiling hubpack_derive v0.1.1
15832026-07-22T16:44:41.597Z Compiling num-iter v0.1.45
15842026-07-22T16:44:41.712Z Compiling newtype-uuid v1.3.2
15852026-07-22T16:44:42.016Z Compiling rand v0.8.6
15862026-07-22T16:44:42.032Z Compiling darling v0.23.0
15872026-07-22T16:44:42.062Z Compiling oxnet v0.1.6
15882026-07-22T16:44:42.076Z Compiling inout v0.2.2
15892026-07-22T16:44:42.111Z Compiling derive_builder v0.20.2
15902026-07-22T16:44:42.141Z Compiling hyper-tls v0.6.0
15912026-07-22T16:44:42.341Z Compiling goblin v0.8.2
15922026-07-22T16:44:42.836Z Compiling phf_shared v0.13.1
15932026-07-22T16:44:42.864Z Compiling regex v1.12.3
15942026-07-22T16:44:42.885Z Compiling lazy_static v1.5.0
15952026-07-22T16:44:42.977Z Compiling anstyle-parse v0.2.7
15962026-07-22T16:44:43.079Z Compiling futures-executor v0.3.32
15972026-07-22T16:44:43.198Z Compiling terminal_size v0.4.3
15982026-07-22T16:44:43.297Z Compiling daft-derive v0.1.7
15992026-07-22T16:44:43.311Z Compiling snafu-derive v0.8.9
16002026-07-22T16:44:43.329Z Compiling curve25519-dalek-derive v0.1.1
16012026-07-22T16:44:43.372Z Compiling strum_macros v0.27.2
16022026-07-22T16:44:43.898Z Compiling flate2 v1.1.9
16032026-07-22T16:44:43.996Z Compiling ref-cast-impl v1.0.25
16042026-07-22T16:44:44.045Z Compiling vergen v9.1.0
16052026-07-22T16:44:44.250Z Compiling cargo-platform v0.3.2
16062026-07-22T16:44:44.327Z Compiling ff v0.13.1
16072026-07-22T16:44:44.482Z Compiling fs-err v3.3.0
16082026-07-22T16:44:44.562Z Compiling ahash v0.8.12
16092026-07-22T16:44:44.589Z Compiling bumpalo v3.20.2
16102026-07-22T16:44:44.698Z Compiling foldhash v0.1.5
16112026-07-22T16:44:44.749Z Compiling winnow v0.5.40
16122026-07-22T16:44:44.823Z Compiling managed v0.8.0
16132026-07-22T16:44:44.848Z Compiling unicode-segmentation v1.12.0
16142026-07-22T16:44:45.038Z Compiling foldhash v0.2.0
16152026-07-22T16:44:45.242Z Compiling base16ct v0.2.0
16162026-07-22T16:44:45.256Z Compiling same-file v1.0.6
16172026-07-22T16:44:45.269Z Compiling bitflags v1.3.2
16182026-07-22T16:44:45.343Z Compiling object v0.37.3
16192026-07-22T16:44:45.384Z Compiling libbz2-rs-sys v0.2.2
16202026-07-22T16:44:45.428Z Compiling strum v0.27.2
16212026-07-22T16:44:45.429Z Compiling walkdir v2.5.0
16222026-07-22T16:44:45.547Z Compiling sec1 v0.7.3
16232026-07-22T16:44:45.748Z Compiling snafu v0.8.9
16242026-07-22T16:44:45.832Z Compiling bzip2 v0.6.1
16252026-07-22T16:44:45.862Z Compiling hashbrown v0.16.1
16262026-07-22T16:44:46.029Z Compiling toml_edit v0.19.15
16272026-07-22T16:44:46.064Z Compiling clap_builder v4.6.0
16282026-07-22T16:44:46.091Z Compiling hashbrown v0.15.5
16292026-07-22T16:44:46.172Z Compiling zopfli v0.8.3
16302026-07-22T16:44:46.504Z Compiling dof v0.3.0
16312026-07-22T16:44:46.659Z Compiling group v0.13.0
16322026-07-22T16:44:46.681Z Compiling cargo_metadata v0.23.1
16332026-07-22T16:44:46.843Z Compiling daft v0.1.7
16342026-07-22T16:44:47.111Z Compiling futures v0.3.32
16352026-07-22T16:44:47.206Z Compiling anstream v0.6.21
16362026-07-22T16:44:47.229Z Compiling phf v0.13.1
16372026-07-22T16:44:47.774Z Compiling signal-hook-mio v0.2.5
16382026-07-22T16:44:47.863Z Compiling cookie_store v0.22.1
16392026-07-22T16:44:47.894Z Compiling zstd v0.13.3
16402026-07-22T16:44:48.023Z Compiling bzip2 v0.4.4
16412026-07-22T16:44:48.198Z Compiling reqwest v0.12.28
16422026-07-22T16:44:48.263Z Compiling cipher v0.5.2
16432026-07-22T16:44:48.568Z Compiling serde_with_macros v3.21.0
16442026-07-22T16:44:48.574Z Compiling hubpack v0.1.2
16452026-07-22T16:44:48.781Z Compiling postgres-types v0.2.12
16462026-07-22T16:44:49.122Z Compiling ed25519 v2.2.3
16472026-07-22T16:44:49.346Z Compiling usdt-attr-macro v0.6.0
16482026-07-22T16:44:49.702Z Compiling usdt-macro v0.6.0
16492026-07-22T16:44:49.916Z Compiling globset v0.4.18
16502026-07-22T16:44:49.940Z Compiling dtrace-parser v0.2.0
16512026-07-22T16:44:50.033Z Compiling phf_shared v0.11.3
16522026-07-22T16:44:50.157Z Compiling hkdf v0.12.4
16532026-07-22T16:44:50.227Z Compiling olpc-cjson v0.1.4
16542026-07-22T16:44:50.348Z Compiling pkcs1 v0.7.5
16552026-07-22T16:44:50.383Z Compiling serde_plain v1.0.2
16562026-07-22T16:44:50.474Z Compiling serde-big-array v0.5.1
16572026-07-22T16:44:50.588Z Compiling crypto-bigint v0.5.5
16582026-07-22T16:44:50.592Z Compiling serde_repr v0.1.20
16592026-07-22T16:44:50.614Z Compiling enum-as-inner v0.6.1
16602026-07-22T16:44:50.681Z Compiling clap_derive v4.6.1
16612026-07-22T16:44:50.722Z Compiling async-recursion v1.1.1
16622026-07-22T16:44:51.110Z Compiling strum_macros v0.26.4
16632026-07-22T16:44:51.135Z Compiling pem v3.0.6
16642026-07-22T16:44:51.381Z Compiling float-cmp v0.10.0
16652026-07-22T16:44:51.462Z Compiling memmap2 v0.9.10
16662026-07-22T16:44:51.522Z Compiling thread-id v4.2.2
16672026-07-22T16:44:51.610Z Compiling env_filter v1.0.0
16682026-07-22T16:44:51.681Z Compiling data-encoding v2.10.0
16692026-07-22T16:44:51.927Z Compiling new_debug_unreachable v1.0.6
16702026-07-22T16:44:51.935Z Compiling difflib v0.4.0
16712026-07-22T16:44:51.994Z Compiling precomputed-hash v0.1.1
16722026-07-22T16:44:52.084Z Compiling predicates-core v1.0.10
16732026-07-22T16:44:52.286Z Compiling const-oid v0.10.2
16742026-07-22T16:44:52.374Z Compiling whoami v2.1.0
16752026-07-22T16:44:52.458Z Compiling normalize-line-endings v0.3.0
16762026-07-22T16:44:52.489Z Compiling either v1.15.0
16772026-07-22T16:44:52.492Z Compiling fixedbitset v0.5.7
16782026-07-22T16:44:52.552Z Compiling typed-path v0.9.3
16792026-07-22T16:44:52.671Z Compiling winnow v1.0.3
16802026-07-22T16:44:52.696Z Compiling fixedbitset v0.4.2
16812026-07-22T16:44:52.750Z Compiling cpufeatures v0.3.0
16822026-07-22T16:44:52.798Z Compiling jiff v0.2.21
16832026-07-22T16:44:52.826Z Compiling keccak v0.1.6
16842026-07-22T16:44:52.855Z Compiling static_assertions v1.1.0
16852026-07-22T16:44:52.910Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-22T16:44:52.929Z Compiling strum v0.26.3
16872026-07-22T16:44:53.020Z Compiling toml_parser v1.1.2+spec-1.1.0
16882026-07-22T16:44:53.046Z Compiling sha3 v0.10.8
16892026-07-22T16:44:53.061Z Compiling petgraph v0.6.5
16902026-07-22T16:44:53.539Z Compiling chacha20 v0.10.0
16912026-07-22T16:44:53.622Z Compiling petgraph v0.8.3
16922026-07-22T16:44:53.704Z Compiling itertools v0.13.0
16932026-07-22T16:44:53.827Z Compiling tokio-postgres v0.7.16
16942026-07-22T16:44:53.919Z Compiling predicates v3.1.4
16952026-07-22T16:44:54.576Z Compiling clap v4.6.1
16962026-07-22T16:44:54.594Z Compiling digest v0.11.3
16972026-07-22T16:44:54.658Z Compiling toml_edit v0.22.27
16982026-07-22T16:44:54.823Z Compiling string_cache v0.8.9
16992026-07-22T16:44:54.941Z Compiling hickory-proto v0.25.2
17002026-07-22T16:44:55.035Z Compiling env_logger v0.11.9
17012026-07-22T16:44:55.385Z Compiling usdt v0.6.0
17022026-07-22T16:44:55.559Z Compiling zip v4.6.1
17032026-07-22T16:44:55.646Z Compiling usdt-impl v0.5.0
17042026-07-22T16:44:55.775Z Compiling elliptic-curve v0.13.8
17052026-07-22T16:44:56.027Z Compiling rsa v0.9.10
17062026-07-22T16:44:56.177Z Compiling serde_with v3.21.0
17072026-07-22T16:44:56.223Z Compiling crossterm v0.28.1
17082026-07-22T16:44:56.542Z Compiling ed25519-dalek v2.2.0
17092026-07-22T16:44:57.203Z Compiling zip v0.6.6
17102026-07-22T16:44:57.522Z Compiling toml v0.7.8
17112026-07-22T16:44:57.789Z Compiling iddqd v0.4.2
17122026-07-22T16:44:58.232Z Compiling heck v0.4.1
17132026-07-22T16:44:58.262Z Compiling similar v2.7.0
17142026-07-22T16:44:58.471Z Compiling byte-wrapper v0.1.0
17152026-07-22T16:44:58.738Z Compiling crossbeam-epoch v0.9.18
17162026-07-22T16:44:58.825Z Compiling tokio-stream v0.1.18
17172026-07-22T16:44:59.090Z Compiling buf-list v1.1.2
17182026-07-22T16:44:59.127Z Compiling x509-cert v0.2.5
17192026-07-22T16:44:59.142Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17202026-07-22T16:44:59.307Z Compiling openapiv3 v2.2.0
17212026-07-22T16:44:59.363Z Compiling lalrpop-util v0.19.12
17222026-07-22T16:44:59.378Z Compiling peg-runtime v0.8.5
17232026-07-22T16:44:59.481Z Compiling thread_local v1.1.9
17242026-07-22T16:44:59.585Z Compiling slog-async v2.8.0
17252026-07-22T16:44:59.662Z Compiling crossbeam-channel v0.5.15
17262026-07-22T16:44:59.729Z Compiling filetime v0.2.27
17272026-07-22T16:44:59.802Z Compiling is-terminal v0.4.17
17282026-07-22T16:44:59.823Z Compiling take_mut v0.2.2
17292026-07-22T16:44:59.906Z Compiling xattr v1.6.1
17302026-07-22T16:44:59.942Z Compiling term v1.2.1
17312026-07-22T16:44:59.942Z Compiling camino-tempfile v1.4.1
17322026-07-22T16:45:00.136Z Compiling tar v0.4.46
17332026-07-22T16:45:00.528Z Compiling slog-term v2.9.2
17342026-07-22T16:45:10.286Z Compiling rustls-webpki v0.103.13
17352026-07-22T16:45:13.086Z Compiling tokio-rustls v0.26.4
17362026-07-22T16:45:13.086Z Compiling rustls-platform-verifier v0.6.2
17372026-07-22T16:45:13.086Z Compiling tough v0.22.0
17382026-07-22T16:45:13.253Z Compiling hyper-rustls v0.27.7
17392026-07-22T16:45:13.442Z Compiling reqwest v0.13.2
17402026-07-22T16:45:16.035Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-07-22T16:45:16.052Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-07-22T16:45:24.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17432026-07-22T16:45:26.890Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17442026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: Console
17452026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: Cockroach
17462026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: Clickhouse
17472026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: DendriteStub
17482026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: MaghemiteMgd
17492026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: MaghemiteDdmd
17502026-07-22T16:45:26.890ZJul 22 16:45:17.692 INFO Starting download, target: TransceiverControl
17512026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-07-22T16:45:26.890ZJul 22 16:45:17.693 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-07-22T16:45:27.796ZJul 22 16:45:19.432 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-22T16:45:28.263ZJul 22 16:45:19.556 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-07-22T16:45:28.263ZJul 22 16:45:19.809 INFO Download complete, target: Console
17612026-07-22T16:45:28.263ZJul 22 16:45:26.206 INFO Checking that binary works, target: Clickhouse
17622026-07-22T16:45:28.263ZJul 22 16:45:26.294 INFO Download complete, target: Clickhouse
17632026-07-22T16:45:32.337ZJul 22 16:45:30.987 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-07-22T16:45:32.480ZJul 22 16:45:31.199 INFO Download complete, target: TransceiverControl
17652026-07-22T16:45:40.401ZJul 22 16:45:39.135 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-07-22T16:45:40.986ZJul 22 16:45:39.726 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17672026-07-22T16:45:41.842ZJul 22 16:45:40.523 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-07-22T16:45:42.891ZJul 22 16:45:41.608 INFO Download complete, target: DendriteStub
17692026-07-22T16:45:43.047ZJul 22 16:45:41.759 INFO Download complete, target: MaghemiteDdmd
17702026-07-22T16:45:43.833ZJul 22 16:45:42.564 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-07-22T16:45:43.834ZJul 22 16:45:42.564 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-07-22T16:45:44.541ZJul 22 16:45:43.269 INFO Download complete, target: MaghemiteMgd
17732026-07-22T16:45:48.402ZJul 22 16:45:47.157 INFO Checking that binary works, target: Cockroach
17742026-07-22T16:45:48.590ZJul 22 16:45:47.268 INFO Download complete, target: Cockroach
17752026-07-22T16:45:48.612ZAll builder prerequisites installed successfully, and PATH looks valid
17762026-07-22T16:45:48.612Z
17772026-07-22T16:45:48.612Zreal 2:22.908567088
17782026-07-22T16:45:48.612Zuser 6:42.230641341
17792026-07-22T16:45:48.612Zsys 1:22.092939872
17802026-07-22T16:45:48.612Ztrap 0.224639342
17812026-07-22T16:45:48.612Ztflt 0.558627713
17822026-07-22T16:45:48.612Zdflt 0.822589893
17832026-07-22T16:45:48.612Zkflt 0.027670973
17842026-07-22T16:45:48.612Zlock 27:37.124164044
17852026-07-22T16:45:48.613Zslp 21:12.014773552
17862026-07-22T16:45:48.613Zlat 41.658713044
17872026-07-22T16:45:48.613Zstop 1:52.410368654
17882026-07-22T16:45:48.613Z+ banner hack-check
17892026-07-22T16:45:48.613Z
17902026-07-22T16:45:48.613Z # # ## #### # # #### # # ###### #### # #
17912026-07-22T16:45:48.613Z # # # # # # # # # # # # # # # # #
17922026-07-22T16:45:48.613Z ###### # # # #### ##### # ###### ##### # ####
17932026-07-22T16:45:48.613Z # # ###### # # # # # # # # # #
17942026-07-22T16:45:48.613Z # # # # # # # # # # # # # # # # #
17952026-07-22T16:45:48.613Z # # # # #### # # #### # # ###### #### # #
17962026-07-22T16:45:48.613Z
17972026-07-22T16:45:48.613Z+ export CARGO_INCREMENTAL=0
17982026-07-22T16:45:48.613Z+ CARGO_INCREMENTAL=0
17992026-07-22T16:45:48.613Z+ ptime -m timeout 2h cargo xtask check-features --ci
18002026-07-22T16:45:48.999Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18012026-07-22T16:45:49.277Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18022026-07-22T16:45:51.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18032026-07-22T16:45:51.203Z Running `target/debug/xtask check-features --ci`
18042026-07-22T16:45:51.232Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18052026-07-22T16:45:51.232Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18062026-07-22T16:45:52.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18072026-07-22T16:45:52.899Z Running `target/debug/xtask download cargo-hack`
18082026-07-22T16:45:52.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-07-22T16:45:52.899Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-07-22T16:45:55.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18112026-07-22T16:45:55.416Z Running `target/debug/xtask-downloader cargo-hack`
18122026-07-22T16:45:55.481ZJul 22 16:45:54.213 INFO Starting download, target: CargoHack
18132026-07-22T16:45:55.489ZJul 22 16:45:54.214 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18142026-07-22T16:45:55.665ZJul 22 16:45:54.410 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18152026-07-22T16:45:55.723ZJul 22 16:45:54.460 INFO Download complete, target: CargoHack
18162026-07-22T16:45:55.734Zrunning: "/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"
18172026-07-22T16:45:55.734Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18182026-07-22T16:45:55.894Zinfo: running `cargo check --bins` on api_identity (1/300)
18192026-07-22T16:45:56.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-22T16:45:56.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-22T16:45:56.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-22T16:45:56.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18232026-07-22T16:45:56.438Z
18242026-07-22T16:45:56.438Zinfo: running `cargo check --bins` on bootstore (2/300)
18252026-07-22T16:45:56.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-22T16:45:56.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-22T16:45:56.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-22T16:45:56.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18292026-07-22T16:45:56.941Z
18302026-07-22T16:45:56.942Zinfo: running `cargo check --bins` on omicron-ledger (3/300)
18312026-07-22T16:45:57.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-22T16:45:57.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-22T16:45:57.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-22T16:45:57.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-07-22T16:45:57.460Z
18362026-07-22T16:45:57.460Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/300)
18372026-07-22T16:45:57.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-22T16:45:57.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-22T16:45:57.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-22T16:45:57.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-07-22T16:45:57.989Z
18422026-07-22T16:45:57.989Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/300)
18432026-07-22T16:45:58.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-22T16:45:58.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-22T16:45:58.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-22T16:45:58.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-22T16:45:58.494Z
18482026-07-22T16:45:58.494Zinfo: running `cargo check --bins` on omicron-certificates (6/300)
18492026-07-22T16:45:58.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-22T16:45:58.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-22T16:45:58.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-22T16:45:58.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18532026-07-22T16:45:59.033Z
18542026-07-22T16:45:59.033Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/300)
18552026-07-22T16:45:59.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-22T16:45:59.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-22T16:45:59.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-22T16:45:59.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18592026-07-22T16:45:59.570Z
18602026-07-22T16:45:59.570Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/300)
18612026-07-22T16:46:00.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-22T16:46:00.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-22T16:46:00.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-22T16:46:00.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18652026-07-22T16:46:00.114Z
18662026-07-22T16:46:00.114Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/300)
18672026-07-22T16:46:00.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-22T16:46:00.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-22T16:46:00.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-22T16:46:00.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18712026-07-22T16:46:00.519Z
18722026-07-22T16:46:00.519Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/300)
18732026-07-22T16:46:00.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-22T16:46:00.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-22T16:46:00.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-22T16:46:00.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18772026-07-22T16:46:00.916Z
18782026-07-22T16:46:00.916Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/300)
18792026-07-22T16:46:01.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-22T16:46:01.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-22T16:46:01.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-22T16:46:01.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18832026-07-22T16:46:01.303Z
18842026-07-22T16:46:01.303Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/300)
18852026-07-22T16:46:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-22T16:46:01.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-22T16:46:01.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-22T16:46:01.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18892026-07-22T16:46:01.716Z
18902026-07-22T16:46:01.717Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/300)
18912026-07-22T16:46:02.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-22T16:46:02.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-22T16:46:02.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-22T16:46:02.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18952026-07-22T16:46:02.117Z
18962026-07-22T16:46:02.117Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/300)
18972026-07-22T16:46:02.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-22T16:46:02.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-22T16:46:02.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-22T16:46:02.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19012026-07-22T16:46:02.531Z
19022026-07-22T16:46:02.531Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/300)
19032026-07-22T16:46:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-22T16:46:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-22T16:46:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-22T16:46:03.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19072026-07-22T16:46:03.196Z
19082026-07-22T16:46:03.196Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/300)
19092026-07-22T16:46:03.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-22T16:46:03.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-22T16:46:03.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-22T16:46:03.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19132026-07-22T16:46:03.403Z
19142026-07-22T16:46:03.403Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/300)
19152026-07-22T16:46:03.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-22T16:46:03.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-22T16:46:03.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-22T16:46:03.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19192026-07-22T16:46:03.813Z
19202026-07-22T16:46:03.813Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/300)
19212026-07-22T16:46:04.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-22T16:46:05.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-22T16:46:05.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-22T16:46:05.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19252026-07-22T16:46:05.807Z
19262026-07-22T16:46:05.807Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/300)
19272026-07-22T16:46:05.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-22T16:46:05.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-22T16:46:05.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-22T16:46:05.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19312026-07-22T16:46:05.868Z
19322026-07-22T16:46:05.868Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/300)
19332026-07-22T16:46:05.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-22T16:46:05.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-22T16:46:05.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-22T16:46:05.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19372026-07-22T16:46:05.868Z
19382026-07-22T16:46:05.868Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/300)
19392026-07-22T16:46:05.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-22T16:46:05.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-22T16:46:05.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-22T16:46:05.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19432026-07-22T16:46:05.869Z
19442026-07-22T16:46:05.869Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/300)
19452026-07-22T16:46:05.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-22T16:46:05.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-22T16:46:05.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-22T16:46:05.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-22T16:46:05.905Z
19502026-07-22T16:46:05.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/300)
19512026-07-22T16:46:06.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-22T16:46:06.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-22T16:46:06.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-22T16:46:06.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19552026-07-22T16:46:06.219Z
19562026-07-22T16:46:06.219Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/300)
19572026-07-22T16:46:06.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-22T16:46:06.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-22T16:46:06.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-22T16:46:06.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19612026-07-22T16:46:06.589Z
19622026-07-22T16:46:06.589Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/300)
19632026-07-22T16:46:06.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-22T16:46:06.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-22T16:46:06.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-22T16:46:06.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19672026-07-22T16:46:07.007Z
19682026-07-22T16:46:07.007Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/300)
19692026-07-22T16:46:07.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-22T16:46:07.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-22T16:46:07.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-22T16:46:07.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19732026-07-22T16:46:07.401Z
19742026-07-22T16:46:07.401Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/300)
19752026-07-22T16:46:07.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-22T16:46:07.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-22T16:46:07.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-22T16:46:07.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19792026-07-22T16:46:07.809Z
19802026-07-22T16:46:07.809Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/300)
19812026-07-22T16:46:08.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-22T16:46:08.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-22T16:46:08.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-22T16:46:08.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19852026-07-22T16:46:08.217Z
19862026-07-22T16:46:08.218Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/300)
19872026-07-22T16:46:08.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-22T16:46:08.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-22T16:46:08.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-22T16:46:08.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19912026-07-22T16:46:08.627Z
19922026-07-22T16:46:08.628Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/300)
19932026-07-22T16:46:08.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-22T16:46:08.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-22T16:46:08.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-22T16:46:08.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19972026-07-22T16:46:09.041Z
19982026-07-22T16:46:09.041Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/300)
19992026-07-22T16:46:09.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-22T16:46:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-22T16:46:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-22T16:46:09.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20032026-07-22T16:46:09.437Z
20042026-07-22T16:46:09.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/300)
20052026-07-22T16:46:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-22T16:46:09.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-22T16:46:09.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-22T16:46:09.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20092026-07-22T16:46:09.844Z
20102026-07-22T16:46:09.844Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/300)
20112026-07-22T16:46:10.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-22T16:46:10.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-22T16:46:10.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-22T16:46:10.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20152026-07-22T16:46:10.255Z
20162026-07-22T16:46:10.255Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/300)
20172026-07-22T16:46:10.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-22T16:46:10.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-22T16:46:10.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-22T16:46:10.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20212026-07-22T16:46:10.674Z
20222026-07-22T16:46:10.674Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/300)
20232026-07-22T16:46:11.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-22T16:46:11.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-22T16:46:11.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-22T16:46:11.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20272026-07-22T16:46:11.067Z
20282026-07-22T16:46:11.067Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/300)
20292026-07-22T16:46:11.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-22T16:46:11.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-22T16:46:11.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-22T16:46:11.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20332026-07-22T16:46:11.457Z
20342026-07-22T16:46:11.457Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/300)
20352026-07-22T16:46:11.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-22T16:46:11.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-22T16:46:11.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-22T16:46:11.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20392026-07-22T16:46:11.929Z
20402026-07-22T16:46:11.929Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/300)
20412026-07-22T16:46:12.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-22T16:46:12.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-22T16:46:12.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-22T16:46:12.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20452026-07-22T16:46:12.279Z
20462026-07-22T16:46:12.279Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/300)
20472026-07-22T16:46:12.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-22T16:46:12.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-22T16:46:12.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-22T16:46:12.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20512026-07-22T16:46:12.686Z
20522026-07-22T16:46:12.687Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/300)
20532026-07-22T16:46:13.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-22T16:46:13.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-22T16:46:13.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-22T16:46:13.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20572026-07-22T16:46:13.093Z
20582026-07-22T16:46:13.093Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/300)
20592026-07-22T16:46:13.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-22T16:46:13.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-22T16:46:13.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-22T16:46:13.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20632026-07-22T16:46:13.508Z
20642026-07-22T16:46:13.508Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/300)
20652026-07-22T16:46:13.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-22T16:46:13.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-22T16:46:13.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-22T16:46:13.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20692026-07-22T16:46:13.939Z
20702026-07-22T16:46:13.939Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/300)
20712026-07-22T16:46:14.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-22T16:46:14.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-22T16:46:14.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-22T16:46:14.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20752026-07-22T16:46:14.322Z
20762026-07-22T16:46:14.322Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/300)
20772026-07-22T16:46:14.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-22T16:46:14.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-22T16:46:14.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-22T16:46:14.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20812026-07-22T16:46:14.739Z
20822026-07-22T16:46:14.740Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/300)
20832026-07-22T16:46:15.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-22T16:46:15.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-22T16:46:15.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-22T16:46:15.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20872026-07-22T16:46:15.148Z
20882026-07-22T16:46:15.148Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/300)
20892026-07-22T16:46:15.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-22T16:46:15.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-22T16:46:15.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-22T16:46:15.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-22T16:46:15.548Z
20942026-07-22T16:46:15.548Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/300)
20952026-07-22T16:46:15.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-22T16:46:16.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-22T16:46:16.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-22T16:46:16.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20992026-07-22T16:46:16.079Z
21002026-07-22T16:46:16.079Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/300)
21012026-07-22T16:46:16.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-22T16:46:16.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-22T16:46:16.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-22T16:46:16.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21052026-07-22T16:46:16.368Z
21062026-07-22T16:46:16.368Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/300)
21072026-07-22T16:46:16.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-22T16:46:16.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-22T16:46:16.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-22T16:46:16.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21112026-07-22T16:46:16.964Z
21122026-07-22T16:46:16.965Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/300)
21132026-07-22T16:46:17.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-22T16:46:17.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-22T16:46:17.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-22T16:46:17.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21172026-07-22T16:46:17.627Z
21182026-07-22T16:46:17.627Zinfo: running `cargo check --bins` on nexus-config (51/300)
21192026-07-22T16:46:19.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-22T16:46:19.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-22T16:46:19.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-22T16:46:19.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21232026-07-22T16:46:19.258Z
21242026-07-22T16:46:19.258Zinfo: running `cargo check --bins` on nexus-types (52/300)
21252026-07-22T16:46:19.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-22T16:46:19.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-22T16:46:19.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-22T16:46:19.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21292026-07-22T16:46:19.258Z
21302026-07-22T16:46:19.258Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/300)
21312026-07-22T16:46:19.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-22T16:46:19.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-22T16:46:19.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-22T16:46:19.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21352026-07-22T16:46:19.309Z
21362026-07-22T16:46:19.309Zinfo: running `cargo check --bins` on omicron-passwords (54/300)
21372026-07-22T16:46:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-22T16:46:19.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-22T16:46:19.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-22T16:46:19.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-07-22T16:46:19.743Z
21422026-07-22T16:46:19.743Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/300)
21432026-07-22T16:46:20.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-22T16:46:20.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-22T16:46:20.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-22T16:46:20.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21472026-07-22T16:46:20.830Z
21482026-07-22T16:46:20.830Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/300)
21492026-07-22T16:46:20.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-22T16:46:20.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-22T16:46:20.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-22T16:46:20.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21532026-07-22T16:46:20.883Z
21542026-07-22T16:46:20.883Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/300)
21552026-07-22T16:46:21.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-22T16:46:21.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-22T16:46:21.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-22T16:46:21.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21592026-07-22T16:46:21.381Z
21602026-07-22T16:46:21.381Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/300)
21612026-07-22T16:46:22.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-22T16:46:22.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-22T16:46:22.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-22T16:46:22.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21652026-07-22T16:46:22.151Z
21662026-07-22T16:46:22.151Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/300)
21672026-07-22T16:46:22.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-22T16:46:22.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-22T16:46:22.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-22T16:46:22.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21712026-07-22T16:46:22.450Z
21722026-07-22T16:46:22.450Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/300)
21732026-07-22T16:46:22.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-22T16:46:22.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-22T16:46:22.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-22T16:46:22.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21772026-07-22T16:46:23.203Z
21782026-07-22T16:46:23.203Zinfo: running `cargo check --bins --no-default-features` on gfss (61/300)
21792026-07-22T16:46:23.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-22T16:46:23.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-22T16:46:23.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-22T16:46:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-07-22T16:46:23.696Z
21842026-07-22T16:46:23.696Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/300)
21852026-07-22T16:46:23.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-22T16:46:23.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-22T16:46:23.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-22T16:46:23.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21892026-07-22T16:46:24.033Z
21902026-07-22T16:46:24.033Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/300)
21912026-07-22T16:46:24.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-22T16:46:24.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-22T16:46:24.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-22T16:46:24.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21952026-07-22T16:46:24.582Z
21962026-07-22T16:46:24.582Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/300)
21972026-07-22T16:46:25.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-22T16:46:25.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-22T16:46:25.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-22T16:46:25.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22012026-07-22T16:46:25.356Z
22022026-07-22T16:46:25.356Zinfo: running `cargo check --bins` on cockroach-admin-types (65/300)
22032026-07-22T16:46:25.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-22T16:46:25.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-22T16:46:25.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-22T16:46:25.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-22T16:46:25.644Z
22082026-07-22T16:46:25.644Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/300)
22092026-07-22T16:46:26.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-22T16:46:26.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-22T16:46:26.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-22T16:46:26.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-22T16:46:26.178Z
22142026-07-22T16:46:26.178Zinfo: running `cargo check --bins` on ereport-types (67/300)
22152026-07-22T16:46:26.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-22T16:46:26.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-22T16:46:26.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-22T16:46:26.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22192026-07-22T16:46:26.768Z
22202026-07-22T16:46:26.768Zinfo: running `cargo check --bins` on gateway-client (68/300)
22212026-07-22T16:46:27.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-22T16:46:27.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-22T16:46:27.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-22T16:46:27.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22252026-07-22T16:46:27.599Z
22262026-07-22T16:46:27.599Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/300)
22272026-07-22T16:46:27.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-22T16:46:27.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-22T16:46:27.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-22T16:46:27.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22312026-07-22T16:46:27.804Z
22322026-07-22T16:46:27.804Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/300)
22332026-07-22T16:46:28.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-22T16:46:28.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-22T16:46:28.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-22T16:46:28.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-07-22T16:46:28.313Z
22382026-07-22T16:46:28.313Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/300)
22392026-07-22T16:46:28.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-22T16:46:28.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-22T16:46:28.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-22T16:46:28.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-07-22T16:46:28.837Z
22442026-07-22T16:46:28.837Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/300)
22452026-07-22T16:46:29.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-22T16:46:29.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-22T16:46:29.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-22T16:46:29.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22492026-07-22T16:46:29.684Z
22502026-07-22T16:46:29.684Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/300)
22512026-07-22T16:46:29.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-22T16:46:29.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-22T16:46:29.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-22T16:46:29.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22552026-07-22T16:46:29.929Z
22562026-07-22T16:46:29.929Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/300)
22572026-07-22T16:46:30.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-22T16:46:30.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-22T16:46:30.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-07-22T16:46:30.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22612026-07-22T16:46:30.491Z
22622026-07-22T16:46:30.491Zinfo: running `cargo check --bins` on key-manager-types (75/300)
22632026-07-22T16:46:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-07-22T16:46:30.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-07-22T16:46:30.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-07-22T16:46:30.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22672026-07-22T16:46:31.011Z
22682026-07-22T16:46:31.011Zinfo: running `cargo check --bins` on oxlog (76/300)
22692026-07-22T16:46:31.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-07-22T16:46:31.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-07-22T16:46:31.722Z Checking cfg-if v1.0.4
22722026-07-22T16:46:31.735Z Checking libc v0.2.185
22732026-07-22T16:46:31.735Z Checking serde_core v1.0.228
22742026-07-22T16:46:31.735Z Checking memchr v2.8.0
22752026-07-22T16:46:31.735Z Checking zeroize v1.8.2
22762026-07-22T16:46:31.735Z Checking smallvec v1.15.1
22772026-07-22T16:46:31.735Z Checking log v0.4.29
22782026-07-22T16:46:31.736Z Checking itoa v1.0.17
22792026-07-22T16:46:31.736Z Checking subtle v2.6.1
22802026-07-22T16:46:31.837Z Checking scopeguard v1.2.0
22812026-07-22T16:46:31.848Z Checking stable_deref_trait v1.2.1
22822026-07-22T16:46:31.861Z Checking typenum v1.20.1
22832026-07-22T16:46:31.861Z Checking zerofrom v0.1.6
22842026-07-22T16:46:31.886Z Checking pin-project-lite v0.2.17
22852026-07-22T16:46:31.920Z Checking portable-atomic v1.13.1
22862026-07-22T16:46:31.933Z Checking lock_api v0.4.14
22872026-07-22T16:46:31.973Z Checking zmij v1.0.21
22882026-07-22T16:46:31.987Z Checking yoke v0.8.1
22892026-07-22T16:46:32.055Z Checking futures-core v0.3.32
22902026-07-22T16:46:32.075Z Checking errno v0.3.14
22912026-07-22T16:46:32.135Z Checking getrandom v0.2.17
22922026-07-22T16:46:32.151Z Checking zerovec v0.11.5
22932026-07-22T16:46:32.188Z Checking parking_lot_core v0.9.12
22942026-07-22T16:46:32.216Z Checking signal-hook-registry v1.4.8
22952026-07-22T16:46:32.216Z Checking critical-section v1.2.0
22962026-07-22T16:46:32.298Z Checking rand_core v0.6.4
22972026-07-22T16:46:32.305Z Checking mio v1.2.0
22982026-07-22T16:46:32.344Z Checking once_cell v1.21.3
22992026-07-22T16:46:32.351Z Checking zerocopy v0.8.40
23002026-07-22T16:46:32.359Z Checking parking_lot v0.12.5
23012026-07-22T16:46:32.458Z Checking rand_core v0.10.0
23022026-07-22T16:46:32.516Z Checking litemap v0.8.1
23032026-07-22T16:46:32.550Z Checking percent-encoding v2.3.2
23042026-07-22T16:46:32.564Z Checking writeable v0.6.2
23052026-07-22T16:46:32.588Z Checking tinystr v0.8.2
23062026-07-22T16:46:32.600Z Checking const-oid v0.9.6
23072026-07-22T16:46:32.611Z Checking getrandom v0.4.1
23082026-07-22T16:46:32.679Z Checking potential_utf v0.1.4
23092026-07-22T16:46:32.690Z Checking zerotrie v0.2.3
23102026-07-22T16:46:32.738Z Checking libm v0.2.16
23112026-07-22T16:46:32.846Z Checking generic-array v0.14.7
23122026-07-22T16:46:32.846Z Checking icu_locale_core v2.1.1
23132026-07-22T16:46:32.870Z Checking icu_collections v2.1.1
23142026-07-22T16:46:32.926Z Checking socket2 v0.6.3
23152026-07-22T16:46:33.112Z Checking equivalent v1.0.2
23162026-07-22T16:46:33.172Z Checking icu_properties_data v2.1.2
23172026-07-22T16:46:33.182Z Checking serde v1.0.228
23182026-07-22T16:46:33.431Z Checking bitflags v2.11.0
23192026-07-22T16:46:33.475Z Checking serde_json v1.0.150
23202026-07-22T16:46:33.475Z Checking icu_normalizer_data v2.1.1
23212026-07-22T16:46:33.475Z Checking futures-sink v0.3.32
23222026-07-22T16:46:33.475Z Checking icu_provider v2.1.1
23232026-07-22T16:46:33.475Z Checking futures-task v0.3.32
23242026-07-22T16:46:33.475Z Checking slab v0.4.12
23252026-07-22T16:46:33.475Z Checking num-traits v0.2.19
23262026-07-22T16:46:33.475Z Checking futures-channel v0.3.32
23272026-07-22T16:46:33.518Z Checking futures-io v0.3.32
23282026-07-22T16:46:33.536Z Checking hashbrown v0.17.0
23292026-07-22T16:46:33.573Z Checking icu_properties v2.1.2
23302026-07-22T16:46:33.590Z Checking bytes v1.11.1
23312026-07-22T16:46:33.611Z Checking icu_normalizer v2.1.1
23322026-07-22T16:46:33.617Z Checking futures-util v0.3.32
23332026-07-22T16:46:33.881Z Checking utf8_iter v1.0.4
23342026-07-22T16:46:33.913Z Checking block-buffer v0.10.4
23352026-07-22T16:46:33.947Z Checking crypto-common v0.1.7
23362026-07-22T16:46:33.988Z Checking form_urlencoded v1.2.2
23372026-07-22T16:46:34.001Z Checking indexmap v2.14.0
23382026-07-22T16:46:34.022Z Checking tokio v1.52.1
23392026-07-22T16:46:34.052Z Checking getrandom v0.3.4
23402026-07-22T16:46:34.062Z Checking digest v0.10.7
23412026-07-22T16:46:34.131Z Checking byteorder v1.5.0
23422026-07-22T16:46:34.195Z Checking fnv v1.0.7
23432026-07-22T16:46:34.256Z Checking iana-time-zone v0.1.65
23442026-07-22T16:46:34.292Z Checking rand_core v0.9.5
23452026-07-22T16:46:34.320Z Checking http v1.4.2
23462026-07-22T16:46:34.364Z Checking chrono v0.4.45
23472026-07-22T16:46:34.398Z Checking idna_adapter v1.2.1
23482026-07-22T16:46:34.464Z Checking uuid v1.23.4
23492026-07-22T16:46:34.516Z Checking idna v1.1.0
23502026-07-22T16:46:34.565Z Checking base64ct v1.8.3
23512026-07-22T16:46:34.759Z Checking url v2.5.8
23522026-07-22T16:46:34.781Z Checking regex-syntax v0.8.10
23532026-07-22T16:46:34.801Z Checking base64 v0.22.1
23542026-07-22T16:46:34.881Z Checking pem-rfc7468 v0.7.0
23552026-07-22T16:46:35.036Z Checking rustix v1.1.3
23562026-07-22T16:46:35.052Z Checking tracing-core v0.1.36
23572026-07-22T16:46:35.126Z Checking ppv-lite86 v0.2.21
23582026-07-22T16:46:35.313Z Checking flagset v0.4.7
23592026-07-22T16:46:35.317Z Checking http-body v1.0.1
23602026-07-22T16:46:35.341Z Checking der v0.7.10
23612026-07-22T16:46:35.360Z Checking tracing v0.1.44
23622026-07-22T16:46:35.366Z Checking rustls-pki-types v1.14.0
23632026-07-22T16:46:35.427Z Checking rand_chacha v0.9.0
23642026-07-22T16:46:35.580Z Checking tinyvec_macros v0.1.1
23652026-07-22T16:46:35.711Z Checking openssl-probe v0.2.1
23662026-07-22T16:46:35.748Z Checking dyn-clone v1.0.20
23672026-07-22T16:46:35.748Z Checking cmov v0.5.4
23682026-07-22T16:46:35.748Z Checking tinyvec v1.10.0
23692026-07-22T16:46:35.748Z Checking rand v0.9.2
23702026-07-22T16:46:35.757Z Checking semver v1.0.28
23712026-07-22T16:46:35.837Z Checking ctutils v0.4.2
23722026-07-22T16:46:35.884Z Checking aws-lc-sys v0.40.0
23732026-07-22T16:46:35.945Z Checking try-lock v0.2.5
23742026-07-22T16:46:35.984Z Checking tower-layer v0.3.3
23752026-07-22T16:46:36.048Z Checking untrusted v0.7.1
23762026-07-22T16:46:36.059Z Checking atomic-waker v1.1.2
23772026-07-22T16:46:36.097Z Checking spki v0.7.3
23782026-07-22T16:46:36.135Z Checking tower-service v0.3.3
23792026-07-22T16:46:36.149Z Checking hybrid-array v0.4.13
23802026-07-22T16:46:36.156Z Checking want v0.3.1
23812026-07-22T16:46:36.162Z Checking schemars v0.8.22
23822026-07-22T16:46:36.192Z Checking ipnet v2.11.0
23832026-07-22T16:46:36.233Z Checking httparse v1.10.1
23842026-07-22T16:46:36.262Z Checking aho-corasick v1.1.4
23852026-07-22T16:46:36.277Z Checking httpdate v1.0.3
23862026-07-22T16:46:36.406Z Checking aws-lc-rs v1.16.3
23872026-07-22T16:46:36.436Z Checking foreign-types-shared v0.1.1
23882026-07-22T16:46:36.459Z Checking utf8parse v0.2.2
23892026-07-22T16:46:36.490Z Checking fastrand v2.3.0
23902026-07-22T16:46:36.516Z Checking untrusted v0.9.0
23912026-07-22T16:46:36.535Z Checking cpufeatures v0.2.17
23922026-07-22T16:46:36.631Z Checking plain v0.2.3
23932026-07-22T16:46:36.652Z Checking foreign-types v0.3.2
23942026-07-22T16:46:36.653Z Checking tempfile v3.25.0
23952026-07-22T16:46:36.683Z Checking pkcs8 v0.10.2
23962026-07-22T16:46:36.705Z Checking unicode-normalization v0.1.25
23972026-07-22T16:46:36.821Z Checking openssl-sys v0.9.115
23982026-07-22T16:46:36.834Z Checking spin v0.9.8
23992026-07-22T16:46:36.848Z Checking anstyle v1.0.14
24002026-07-22T16:46:36.911Z Checking unicode-ident v1.0.24
24012026-07-22T16:46:36.945Z Checking regex-automata v0.4.14
24022026-07-22T16:46:37.018Z Checking ucd-trie v0.1.7
24032026-07-22T16:46:37.034Z Checking proc-macro2 v1.0.106
24042026-07-22T16:46:37.050Z Checking sha2 v0.10.9
24052026-07-22T16:46:37.332Z Checking hmac v0.12.1
24062026-07-22T16:46:37.357Z Checking pest v2.8.6
24072026-07-22T16:46:37.357Z Checking openssl v0.10.79
24082026-07-22T16:46:37.358Z Checking rustls-webpki v0.103.13
24092026-07-22T16:46:37.358Z Checking thiserror v2.0.18
24102026-07-22T16:46:37.358Z Checking sync_wrapper v1.0.2
24112026-07-22T16:46:37.394Z Checking tokio-util v0.7.18
24122026-07-22T16:46:37.394Z Checking wait-timeout v0.2.1
24132026-07-22T16:46:37.394Z Checking quick-error v1.2.3
24142026-07-22T16:46:37.424Z Checking anstyle-query v1.1.5
24152026-07-22T16:46:37.485Z Checking pretty-hex v0.4.1
24162026-07-22T16:46:37.495Z Checking is_terminal_polyfill v1.70.2
24172026-07-22T16:46:37.515Z Checking powerfmt v0.2.0
24182026-07-22T16:46:37.565Z Checking siphasher v1.0.2
24192026-07-22T16:46:37.582Z Checking colorchoice v1.0.4
24202026-07-22T16:46:37.658Z Checking rustls v0.23.41
24212026-07-22T16:46:37.671Z Checking simd-adler32 v0.3.8
24222026-07-22T16:46:37.689Z Checking bit-vec v0.8.0
24232026-07-22T16:46:37.730Z Checking deranged v0.5.8
24242026-07-22T16:46:37.842Z Checking rusty-fork v0.3.1
24252026-07-22T16:46:37.877Z Checking bit-set v0.8.0
24262026-07-22T16:46:37.964Z Checking h2 v0.4.15
24272026-07-22T16:46:38.015Z Checking tower v0.5.3
24282026-07-22T16:46:38.031Z Checking quote v1.0.45
24292026-07-22T16:46:38.241Z Checking http-body-util v0.1.3
24302026-07-22T16:46:38.285Z Checking crossbeam-utils v0.8.21
24312026-07-22T16:46:38.402Z Checking rand_xorshift v0.4.0
24322026-07-22T16:46:38.418Z Checking crc32fast v1.5.0
24332026-07-22T16:46:38.520Z Checking scroll v0.13.0
24342026-07-22T16:46:38.569Z Checking unarray v0.1.4
24352026-07-22T16:46:38.588Z Checking num_threads v0.1.7
24362026-07-22T16:46:38.651Z Checking time-core v0.1.8
24372026-07-22T16:46:38.661Z Checking unicode-bidi v0.3.18
24382026-07-22T16:46:38.673Z Checking unicode-properties v0.1.4
24392026-07-22T16:46:38.751Z Checking adler2 v2.0.1
24402026-07-22T16:46:38.793Z Checking iri-string v0.7.10
24412026-07-22T16:46:38.809Z Checking ryu v1.0.23
24422026-07-22T16:46:38.855Z Checking allocator-api2 v0.2.21
24432026-07-22T16:46:38.866Z Checking num-conv v0.2.0
24442026-07-22T16:46:38.938Z Checking serde_urlencoded v0.7.1
24452026-07-22T16:46:38.975Z Checking stringprep v0.1.5
24462026-07-22T16:46:38.989Z Checking time v0.3.47
24472026-07-22T16:46:39.408Z Checking miniz_oxide v0.8.9
24482026-07-22T16:46:39.488Z Checking bstr v1.12.1
24492026-07-22T16:46:39.488Z Checking goblin v0.10.5
24502026-07-22T16:46:39.488Z Checking native-tls v0.2.18
24512026-07-22T16:46:39.488Z Checking tokio-native-tls v0.3.1
24522026-07-22T16:46:39.522Z Checking proptest v1.10.0
24532026-07-22T16:46:39.546Z Checking crossbeam-epoch v0.9.18
24542026-07-22T16:46:39.587Z Checking syn v2.0.117
24552026-07-22T16:46:39.757Z Checking crypto-common v0.2.2
24562026-07-22T16:46:39.821Z Checking tower-http v0.6.8
24572026-07-22T16:46:39.936Z Checking block-buffer v0.12.1
24582026-07-22T16:46:40.098Z Checking block-padding v0.4.2
24592026-07-22T16:46:40.111Z Checking ipnetwork v0.21.1
24602026-07-22T16:46:40.129Z Checking anstyle-parse v1.0.0
24612026-07-22T16:46:40.250Z Checking rustls-native-certs v0.8.3
24622026-07-22T16:46:40.291Z Checking rand_chacha v0.3.1
24632026-07-22T16:46:40.325Z Checking thiserror v1.0.69
24642026-07-22T16:46:40.351Z Checking scroll v0.12.0
24652026-07-22T16:46:40.369Z Checking hash32 v0.2.1
24662026-07-22T16:46:40.440Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-22T16:46:40.499Z Checking signature v2.2.0
24682026-07-22T16:46:40.523Z Checking md-5 v0.10.6
24692026-07-22T16:46:40.575Z Checking num-integer v0.1.46
24702026-07-22T16:46:40.593Z Checking toml_datetime v0.6.11
24712026-07-22T16:46:40.617Z Checking hex v0.4.3
24722026-07-22T16:46:40.661Z Checking serde_spanned v0.6.9
24732026-07-22T16:46:40.753Z Checking encoding_rs v0.8.35
24742026-07-22T16:46:40.859Z Checking zlib-rs v0.6.2
24752026-07-22T16:46:40.869Z Checking fallible-iterator v0.2.0
24762026-07-22T16:46:40.869Z Checking psl-types v2.0.11
24772026-07-22T16:46:40.906Z Checking hyper v1.10.1
24782026-07-22T16:46:40.961Z Checking mime v0.3.17
24792026-07-22T16:46:41.067Z Checking postgres-protocol v0.6.10
24802026-07-22T16:46:41.256Z Checking publicsuffix v2.3.0
24812026-07-22T16:46:41.312Z Checking num-iter v0.1.45
24822026-07-22T16:46:41.322Z Checking newtype-uuid v1.3.2
24832026-07-22T16:46:41.394Z Checking goblin v0.8.2
24842026-07-22T16:46:41.423Z Checking zstd-safe v7.2.4
24852026-07-22T16:46:41.527Z Checking heapless v0.7.17
24862026-07-22T16:46:41.541Z Checking dof v0.4.0
24872026-07-22T16:46:41.585Z Checking rand v0.8.6
24882026-07-22T16:46:41.660Z Checking flate2 v1.1.9
24892026-07-22T16:46:41.723Z Checking oxnet v0.1.6
24902026-07-22T16:46:41.831Z Checking hyper-util v0.1.20
24912026-07-22T16:46:41.897Z Checking anstream v1.0.0
24922026-07-22T16:46:41.950Z Checking inout v0.2.2
24932026-07-22T16:46:41.960Z Checking cookie v0.18.1
24942026-07-22T16:46:41.987Z Checking tokio-rustls v0.26.4
24952026-07-22T16:46:42.096Z Checking dtrace-parser v0.3.0
24962026-07-22T16:46:42.106Z Checking phf_shared v0.13.1
24972026-07-22T16:46:42.113Z Checking lazy_static v1.5.0
24982026-07-22T16:46:42.149Z Checking anstyle-parse v0.2.7
24992026-07-22T16:46:42.192Z Checking pin-project v1.1.11
25002026-07-22T16:46:42.204Z Checking zerocopy v0.7.35
25012026-07-22T16:46:42.209Z Checking terminal_size v0.4.3
25022026-07-22T16:46:42.284Z Checking bzip2-sys v0.1.13+1.0.8
25032026-07-22T16:46:42.301Z Checking signal-hook v0.3.18
25042026-07-22T16:46:42.313Z Checking futures-executor v0.3.32
25052026-07-22T16:46:42.324Z Checking ff v0.13.1
25062026-07-22T16:46:42.337Z Checking thread-id v5.1.0
25072026-07-22T16:46:42.366Z Checking libbz2-rs-sys v0.2.2
25082026-07-22T16:46:42.415Z Checking bumpalo v3.20.2
25092026-07-22T16:46:42.450Z Checking managed v0.8.0
25102026-07-22T16:46:42.454Z Checking winnow v0.5.40
25112026-07-22T16:46:42.490Z Checking base16ct v0.2.0
25122026-07-22T16:46:42.613Z Checking clap_lex v1.0.0
25132026-07-22T16:46:42.624Z Checking bitflags v1.3.2
25142026-07-22T16:46:42.645Z Checking same-file v1.0.6
25152026-07-22T16:46:42.690Z Checking strsim v0.11.1
25162026-07-22T16:46:42.706Z Compiling rayon-core v1.13.0
25172026-07-22T16:46:42.752Z Checking either v1.15.0
25182026-07-22T16:46:42.764Z Checking foldhash v0.1.5
25192026-07-22T16:46:42.768Z Checking foldhash v0.2.0
25202026-07-22T16:46:42.854Z Checking clap_builder v4.6.0
25212026-07-22T16:46:42.905Z Checking hashbrown v0.15.5
25222026-07-22T16:46:42.917Z Checking bzip2 v0.6.1
25232026-07-22T16:46:42.930Z Checking hashbrown v0.16.1
25242026-07-22T16:46:42.941Z Checking walkdir v2.5.0
25252026-07-22T16:46:43.084Z Checking smoltcp v0.9.1
25262026-07-22T16:46:43.100Z Checking sec1 v0.7.3
25272026-07-22T16:46:43.118Z Checking hyper-tls v0.6.0
25282026-07-22T16:46:43.294Z Checking reqwest v0.12.28
25292026-07-22T16:46:43.313Z Checking hyper-rustls v0.27.7
25302026-07-22T16:46:43.328Z Checking dof v0.3.0
25312026-07-22T16:46:43.379Z Checking zopfli v0.8.3
25322026-07-22T16:46:43.442Z Checking signal-hook-mio v0.2.5
25332026-07-22T16:46:43.606Z Checking futures v0.3.32
25342026-07-22T16:46:43.674Z Checking group v0.13.0
25352026-07-22T16:46:43.674Z Checking usdt-impl v0.6.0
25362026-07-22T16:46:43.674Z Checking bzip2 v0.4.4
25372026-07-22T16:46:43.704Z Checking toml_edit v0.19.15
25382026-07-22T16:46:43.704Z Checking phf v0.13.1
25392026-07-22T16:46:43.704Z Checking anstream v0.6.21
25402026-07-22T16:46:43.728Z Checking snafu v0.8.9
25412026-07-22T16:46:43.761Z Checking num-bigint-dig v0.8.6
25422026-07-22T16:46:43.812Z Checking cookie_store v0.22.1
25432026-07-22T16:46:43.871Z Checking cipher v0.5.2
25442026-07-22T16:46:43.884Z Checking daft v0.1.7
25452026-07-22T16:46:43.961Z Checking zstd v0.13.3
25462026-07-22T16:46:44.055Z Checking postgres-types v0.2.12
25472026-07-22T16:46:44.103Z Checking ed25519 v2.2.3
25482026-07-22T16:46:44.117Z Checking dtrace-parser v0.2.0
25492026-07-22T16:46:44.126Z Checking rustls-platform-verifier v0.6.2
25502026-07-22T16:46:44.144Z Checking crossbeam-deque v0.8.6
25512026-07-22T16:46:44.149Z Checking globset v0.4.18
25522026-07-22T16:46:44.265Z Checking regex v1.12.3
25532026-07-22T16:46:44.290Z Checking phf_shared v0.11.3
25542026-07-22T16:46:44.332Z Checking hkdf v0.12.4
25552026-07-22T16:46:44.347Z Checking olpc-cjson v0.1.4
25562026-07-22T16:46:44.366Z Checking curve25519-dalek v4.1.3
25572026-07-22T16:46:44.403Z Checking ref-cast v1.0.25
25582026-07-22T16:46:44.441Z Checking pkcs1 v0.7.5
25592026-07-22T16:46:44.463Z Checking strum v0.27.2
25602026-07-22T16:46:44.477Z Checking hubpack v0.1.2
25612026-07-22T16:46:44.496Z Checking memoffset v0.9.1
25622026-07-22T16:46:44.544Z Checking rustix v0.38.44
25632026-07-22T16:46:44.573Z Checking pem v3.0.6
25642026-07-22T16:46:44.579Z Checking float-cmp v0.10.0
25652026-07-22T16:46:44.597Z Checking erased-serde v0.3.31
25662026-07-22T16:46:44.634Z Checking serde_plain v1.0.2
25672026-07-22T16:46:44.639Z Checking serde-big-array v0.5.1
25682026-07-22T16:46:44.709Z Checking crypto-bigint v0.5.5
25692026-07-22T16:46:44.723Z Checking memmap2 v0.9.10
25702026-07-22T16:46:44.729Z Checking thread-id v4.2.2
25712026-07-22T16:46:44.777Z Checking env_filter v1.0.0
25722026-07-22T16:46:44.787Z Checking fixedbitset v0.5.7
25732026-07-22T16:46:44.803Z Checking toml_write v0.1.2
25742026-07-22T16:46:44.875Z Checking new_debug_unreachable v1.0.6
25752026-07-22T16:46:44.914Z Checking precomputed-hash v0.1.1
25762026-07-22T16:46:44.942Z Checking keccak v0.1.6
25772026-07-22T16:46:44.967Z Checking winnow v0.7.14
25782026-07-22T16:46:44.977Z Checking unicode-segmentation v1.12.0
25792026-07-22T16:46:44.991Z Checking const-oid v0.10.2
25802026-07-22T16:46:45.000Z Checking static_assertions v1.1.0
25812026-07-22T16:46:45.069Z Checking predicates-core v1.0.10
25822026-07-22T16:46:45.106Z Checking fixedbitset v0.4.2
25832026-07-22T16:46:45.145Z Checking difflib v0.4.0
25842026-07-22T16:46:45.159Z Checking whoami v2.1.0
25852026-07-22T16:46:45.193Z Checking data-encoding v2.10.0
25862026-07-22T16:46:45.256Z Checking cpufeatures v0.3.0
25872026-07-22T16:46:45.290Z Checking winnow v1.0.3
25882026-07-22T16:46:45.328Z Checking jiff v0.2.21
25892026-07-22T16:46:45.338Z Checking normalize-line-endings v0.3.0
25902026-07-22T16:46:45.351Z Checking typed-path v0.9.3
25912026-07-22T16:46:45.364Z Checking crossterm v0.28.1
25922026-07-22T16:46:45.430Z Checking predicates v3.1.4
25932026-07-22T16:46:45.467Z Checking hickory-proto v0.25.2
25942026-07-22T16:46:45.582Z Checking toml_parser v1.1.2+spec-1.1.0
25952026-07-22T16:46:45.630Z Checking elliptic-curve v0.13.8
25962026-07-22T16:46:45.732Z Checking tokio-postgres v0.7.16
25972026-07-22T16:46:45.928Z Checking chacha20 v0.10.0
25982026-07-22T16:46:45.955Z Checking similar v2.7.0
25992026-07-22T16:46:48.586Z Checking petgraph v0.6.5
26002026-07-22T16:46:48.646Z Checking tough v0.22.0
26012026-07-22T16:46:48.646Z Checking toml_edit v0.22.27
26022026-07-22T16:46:48.646Z Checking ed25519-dalek v2.2.0
26032026-07-22T16:46:48.646Z Checking digest v0.11.3
26042026-07-22T16:46:48.647Z Checking sha3 v0.10.8
26052026-07-22T16:46:48.647Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26062026-07-22T16:46:48.647Z Checking string_cache v0.8.9
26072026-07-22T16:46:48.647Z Checking slog v2.8.2
26082026-07-22T16:46:48.647Z Checking petgraph v0.8.3
26092026-07-22T16:46:48.647Z Checking env_logger v0.11.9
26102026-07-22T16:46:48.647Z Checking usdt v0.6.0
26112026-07-22T16:46:48.647Z Checking usdt-impl v0.5.0
26122026-07-22T16:46:48.647Z Checking toml v0.7.8
26132026-07-22T16:46:48.648Z Checking rsa v0.9.10
26142026-07-22T16:46:48.648Z Checking nix v0.31.2
26152026-07-22T16:46:48.648Z Checking zip v4.6.1
26162026-07-22T16:46:48.648Z Checking iddqd v0.4.2
26172026-07-22T16:46:48.648Z Checking reqwest v0.13.2
26182026-07-22T16:46:48.648Z Checking clap v4.6.1
26192026-07-22T16:46:48.648Z Checking zip v0.6.6
26202026-07-22T16:46:48.648Z Checking itertools v0.13.0
26212026-07-22T16:46:48.648Z Checking serde_with v3.21.0
26222026-07-22T16:46:48.648Z Checking byte-wrapper v0.1.0
26232026-07-22T16:46:48.648Z Checking strum v0.26.3
26242026-07-22T16:46:48.685Z Checking fs-err v3.3.0
26252026-07-22T16:46:48.696Z Checking ahash v0.8.12
26262026-07-22T16:46:48.756Z Checking object v0.37.3
26272026-07-22T16:46:48.773Z Checking tokio-stream v0.1.18
26282026-07-22T16:46:48.838Z Checking buf-list v1.1.2
26292026-07-22T16:46:48.885Z Checking camino v1.2.2
26302026-07-22T16:46:48.914Z Checking anyhow v1.0.102
26312026-07-22T16:46:49.021Z Checking x509-cert v0.2.5
26322026-07-22T16:46:49.035Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-22T16:46:49.113Z Checking openapiv3 v2.2.0
26342026-07-22T16:46:49.138Z Checking peg-runtime v0.8.5
26352026-07-22T16:46:49.153Z Checking lalrpop-util v0.19.12
26362026-07-22T16:46:49.279Z Checking rayon v1.11.0
26372026-07-22T16:46:49.296Z Checking sigpipe v0.1.3
26382026-07-22T16:46:49.299Z Checking glob v0.3.3
26392026-07-22T16:46:50.914Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402026-07-22T16:46:50.956Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26412026-07-22T16:46:51.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
26422026-07-22T16:46:51.390Z
26432026-07-22T16:46:51.390Zinfo: running `cargo check --bins` on internal-dns-types (77/300)
26442026-07-22T16:46:51.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-07-22T16:46:51.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-07-22T16:46:51.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-07-22T16:46:51.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26482026-07-22T16:46:51.921Z
26492026-07-22T16:46:51.921Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/300)
26502026-07-22T16:46:52.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-07-22T16:46:52.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-07-22T16:46:52.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-07-22T16:46:52.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26542026-07-22T16:46:52.459Z
26552026-07-22T16:46:52.459Zinfo: running `cargo check --bins` on nexus-types-versions (79/300)
26562026-07-22T16:46:52.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-07-22T16:46:52.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-07-22T16:46:52.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-07-22T16:46:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26602026-07-22T16:46:53.014Z
26612026-07-22T16:46:53.014Zinfo: running `cargo check --bins` on oxql-types (80/300)
26622026-07-22T16:46:53.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-07-22T16:46:53.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-07-22T16:46:53.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-07-22T16:46:53.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26662026-07-22T16:46:53.557Z
26672026-07-22T16:46:53.557Zinfo: running `cargo check --bins` on oximeter-types (81/300)
26682026-07-22T16:46:54.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-07-22T16:46:54.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-07-22T16:46:54.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-07-22T16:46:54.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26722026-07-22T16:46:54.097Z
26732026-07-22T16:46:54.097Zinfo: running `cargo check --bins` on oximeter-types-versions (82/300)
26742026-07-22T16:46:54.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-07-22T16:46:54.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-07-22T16:46:54.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-07-22T16:46:54.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26782026-07-22T16:46:54.635Z
26792026-07-22T16:46:54.635Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/300)
26802026-07-22T16:46:55.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-07-22T16:46:55.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-07-22T16:46:55.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832026-07-22T16:46:55.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26842026-07-22T16:46:55.157Z
26852026-07-22T16:46:55.158Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/300)
26862026-07-22T16:46:55.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872026-07-22T16:46:55.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882026-07-22T16:46:55.795Z Compiling structmeta-derive v0.3.0
26892026-07-22T16:46:55.911Z Compiling multer v3.1.0
26902026-07-22T16:46:55.926Z Compiling async-stream-impl v0.3.6
26912026-07-22T16:46:55.930Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26922026-07-22T16:46:55.940Z Compiling dropshot v0.17.1
26932026-07-22T16:46:55.956Z Compiling dropshot_endpoint v0.17.1
26942026-07-22T16:46:55.959Z Compiling newtype-uuid-macros v0.1.0
26952026-07-22T16:46:55.984Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26962026-07-22T16:46:56.160Z Checking thread_local v1.1.9
26972026-07-22T16:46:56.202Z Checking match_cfg v0.1.0
26982026-07-22T16:46:56.290Z Checking compression-core v0.4.31
26992026-07-22T16:46:56.332Z Checking hostname v0.3.1
27002026-07-22T16:46:56.347Z Checking crossbeam-channel v0.5.15
27012026-07-22T16:46:56.394Z Checking atomicwrites v0.4.4
27022026-07-22T16:46:56.416Z Checking compression-codecs v0.4.37
27032026-07-22T16:46:56.430Z Checking slog-json v2.6.1
27042026-07-22T16:46:56.502Z Checking toml_datetime v1.1.1+spec-1.1.0
27052026-07-22T16:46:56.516Z Checking is-terminal v0.4.17
27062026-07-22T16:46:56.581Z Checking serde_spanned v1.1.1
27072026-07-22T16:46:56.586Z Checking toml_writer v1.1.1+spec-1.1.0
27082026-07-22T16:46:56.607Z Checking take_mut v0.2.2
27092026-07-22T16:46:56.693Z Checking term v1.2.1
27102026-07-22T16:46:56.706Z Checking debug-ignore v1.0.5
27112026-07-22T16:46:56.711Z Checking slog-async v2.8.0
27122026-07-22T16:46:56.730Z Checking slog-bunyan v2.5.0
27132026-07-22T16:46:56.730Z Checking async-compression v0.4.41
27142026-07-22T16:46:56.770Z Checking toml v1.1.2+spec-1.1.0
27152026-07-22T16:46:56.797Z Checking async-stream v0.3.6
27162026-07-22T16:46:56.841Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-07-22T16:46:56.884Z Checking progenitor-client v0.14.0
27182026-07-22T16:46:56.912Z Checking slog-term v2.9.2
27192026-07-22T16:46:56.927Z Checking sha1 v0.11.0
27202026-07-22T16:46:56.984Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-07-22T16:46:56.997Z Compiling structmeta v0.3.0
27222026-07-22T16:46:57.108Z Checking waitgroup v0.1.2
27232026-07-22T16:46:57.111Z Checking rustls-pemfile v2.2.0
27242026-07-22T16:46:57.133Z Checking backon v1.6.0
27252026-07-22T16:46:57.161Z Checking serde_path_to_error v0.1.20
27262026-07-22T16:46:57.161Z Checking hostname v0.4.2
27272026-07-22T16:46:57.208Z Compiling derive-ex v0.1.8
27282026-07-22T16:46:57.208Z Compiling parse-display-derive v0.10.0
27292026-07-22T16:46:57.257Z Checking instant v0.1.13
27302026-07-22T16:46:57.350Z Checking backoff v0.4.0
27312026-07-22T16:46:57.363Z Checking progenitor-extras v0.2.0
27322026-07-22T16:46:57.453Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-07-22T16:46:57.470Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-07-22T16:46:57.520Z Checking itertools v0.14.0
27352026-07-22T16:46:57.584Z Checking regress v0.10.5
27362026-07-22T16:46:57.686Z Checking macaddr v1.0.1
27372026-07-22T16:46:58.014Z Checking humantime v2.3.0
27382026-07-22T16:46:58.908Z Compiling test-strategy v0.4.5
27392026-07-22T16:46:58.920Z Checking parse-display v0.10.0
27402026-07-22T16:46:59.206Z Compiling prettyplease v0.2.37
27412026-07-22T16:46:59.452Z Checking num-rational v0.4.2
27422026-07-22T16:46:59.732Z Checking num-complex v0.4.6
27432026-07-22T16:47:00.161Z Compiling num v0.4.3
27442026-07-22T16:47:00.249Z Compiling usdt-macro v0.5.0
27452026-07-22T16:47:00.291Z Compiling usdt-attr-macro v0.5.0
27462026-07-22T16:47:00.309Z Checking memmap v0.7.0
27472026-07-22T16:47:00.341Z Compiling float-ord v0.3.2
27482026-07-22T16:47:00.466Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27492026-07-22T16:47:00.565Z Checking unicode-width v0.2.0
27502026-07-22T16:47:00.766Z Compiling convert_case v0.4.0
27512026-07-22T16:47:00.794Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27522026-07-22T16:47:00.898Z Checking console v0.15.11
27532026-07-22T16:47:01.076Z Checking newline-converter v0.3.0
27542026-07-22T16:47:01.140Z Checking usdt v0.5.0
27552026-07-22T16:47:01.236Z Compiling toml v0.8.23
27562026-07-22T16:47:01.236Z Compiling minimal-lexical v0.2.1
27572026-07-22T16:47:01.237Z Compiling derive_more v0.99.20
27582026-07-22T16:47:01.318Z Checking linked-hash-map v0.5.6
27592026-07-22T16:47:01.414Z Compiling nom v7.1.3
27602026-07-22T16:47:01.480Z Checking lru-cache v0.1.2
27612026-07-22T16:47:01.596Z Checking expectorate v1.2.0
27622026-07-22T16:47:02.136Z Checking camino-tempfile v1.4.1
27632026-07-22T16:47:02.249Z Checking hickory-proto v0.24.4
27642026-07-22T16:47:02.300Z Checking phf_shared v0.12.1
27652026-07-22T16:47:02.360Z Compiling slog-dtrace v0.3.0
27662026-07-22T16:47:02.429Z Compiling chrono-tz v0.10.4
27672026-07-22T16:47:02.609Z Checking resolv-conf v0.7.6
27682026-07-22T16:47:02.802Z Compiling unicode-xid v0.2.6
27692026-07-22T16:47:02.810Z Checking heck v0.5.0
27702026-07-22T16:47:02.830Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-07-22T16:47:02.944Z Compiling const_format_proc_macros v0.2.34
27722026-07-22T16:47:03.014Z Checking phf v0.12.1
27732026-07-22T16:47:03.151Z Checking tokio-dtrace v0.1.1
27742026-07-22T16:47:03.341Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-07-22T16:47:03.353Z Compiling derive-where v1.6.0
27762026-07-22T16:47:03.781Z Checking highway v1.3.0
27772026-07-22T16:47:03.865Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27782026-07-22T16:47:03.985Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-07-22T16:47:04.006Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-07-22T16:47:04.051Z Checking hickory-resolver v0.24.4
27812026-07-22T16:47:04.376Z Checking const_format v0.2.35
27822026-07-22T16:47:04.615Z Checking oxide-tokio-rt v0.1.4
27832026-07-22T16:47:04.803Z Checking qorb v0.4.1
27842026-07-22T16:47:05.042Z Checking gethostname v0.5.0
27852026-07-22T16:47:05.072Z Checking bcs v0.1.6
27862026-07-22T16:47:05.117Z Checking termtree v0.5.1
27872026-07-22T16:47:05.492Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-07-22T16:47:05.505Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-07-22T16:47:05.718Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27902026-07-22T16:47:05.724Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27912026-07-22T16:47:08.478Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-07-22T16:47:10.934Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-07-22T16:47:13.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s
27942026-07-22T16:47:13.241Z
27952026-07-22T16:47:13.241Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/300)
27962026-07-22T16:47:13.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-07-22T16:47:13.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-07-22T16:47:13.877Z Compiling ar_archive_writer v0.5.1
27992026-07-22T16:47:13.987Z Compiling stacker v0.1.23
28002026-07-22T16:47:13.994Z Compiling cfg_aliases v0.1.1
28012026-07-22T16:47:14.001Z Compiling convert_case v0.10.0
28022026-07-22T16:47:14.005Z Checking unicode-width v0.1.14
28032026-07-22T16:47:14.012Z Compiling proc-macro-error v1.0.4
28042026-07-22T16:47:14.022Z Checking fd-lock v4.0.4
28052026-07-22T16:47:14.025Z Checking nibble_vec v0.1.0
28062026-07-22T16:47:14.048Z Compiling nix v0.28.0
28072026-07-22T16:47:14.139Z Compiling recursive-proc-macro-impl v0.1.1
28082026-07-22T16:47:14.151Z Checking vte v0.14.1
28092026-07-22T16:47:14.238Z Checking endian-type v0.1.2
28102026-07-22T16:47:14.266Z Checking bytecount v0.6.9
28112026-07-22T16:47:14.287Z Compiling derive_more-impl v2.1.1
28122026-07-22T16:47:14.301Z Checking strip-ansi-escapes v0.2.1
28132026-07-22T16:47:14.311Z Compiling tabled_derive v0.7.0
28142026-07-22T16:47:14.363Z Checking papergrid v0.11.0
28152026-07-22T16:47:14.375Z Checking radix_trie v0.2.1
28162026-07-22T16:47:14.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-07-22T16:47:14.553Z Compiling peg-macros v0.8.5
28182026-07-22T16:47:14.577Z Compiling sqlparser_derive v0.5.0
28192026-07-22T16:47:14.826Z Compiling psm v0.1.30
28202026-07-22T16:47:14.907Z Checking winnow v0.6.26
28212026-07-22T16:47:14.982Z Checking unicode_categories v0.1.1
28222026-07-22T16:47:15.111Z Checking derive_more v2.1.1
28232026-07-22T16:47:15.139Z Checking home v0.5.12
28242026-07-22T16:47:15.195Z Checking nu-ansi-term v0.50.3
28252026-07-22T16:47:15.275Z Checking crossterm v0.29.0
28262026-07-22T16:47:15.288Z Checking tabled v0.15.0
28272026-07-22T16:47:15.363Z Checking rustyline v14.0.0
28282026-07-22T16:47:15.380Z Checking display-error-chain v0.2.2
28292026-07-22T16:47:15.405Z Checking reedline v0.40.0
28302026-07-22T16:47:15.617Z Checking recursive v0.1.1
28312026-07-22T16:47:15.712Z Checking sqlparser v0.61.0
28322026-07-22T16:47:15.868Z Checking peg v0.8.5
28332026-07-22T16:47:16.069Z Checking sqlformat v0.3.5
28342026-07-22T16:47:27.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
28352026-07-22T16:47:27.249Z
28362026-07-22T16:47:27.249Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/300)
28372026-07-22T16:47:27.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-22T16:47:27.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-22T16:47:27.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-22T16:47:31.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28412026-07-22T16:47:31.524Z
28422026-07-22T16:47:31.524Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/300)
28432026-07-22T16:47:31.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-22T16:47:31.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-22T16:47:32.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-22T16:47:34.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28472026-07-22T16:47:34.836Z
28482026-07-22T16:47:34.836Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/300)
28492026-07-22T16:47:35.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-22T16:47:35.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-22T16:47:35.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-22T16:47:38.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28532026-07-22T16:47:38.938Z
28542026-07-22T16:47:38.938Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/300)
28552026-07-22T16:47:39.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-22T16:47:39.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-22T16:47:39.577Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-22T16:47:42.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28592026-07-22T16:47:43.075Z
28602026-07-22T16:47:43.075Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/300)
28612026-07-22T16:47:43.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-22T16:47:43.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-22T16:47:43.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-22T16:47:46.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28652026-07-22T16:47:46.548Z
28662026-07-22T16:47:46.548Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/300)
28672026-07-22T16:47:47.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-22T16:47:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-22T16:47:47.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-22T16:47:49.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28712026-07-22T16:47:49.996Z
28722026-07-22T16:47:49.996Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/300)
28732026-07-22T16:47:50.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-22T16:47:50.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-22T16:47:50.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-07-22T16:47:54.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28772026-07-22T16:47:54.260Z
28782026-07-22T16:47:54.260Zinfo: running `cargo check --bins` on oximeter (93/300)
28792026-07-22T16:47:54.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-22T16:47:54.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-22T16:47:54.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-07-22T16:47:54.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28832026-07-22T16:47:54.802Z
28842026-07-22T16:47:54.802Zinfo: running `cargo check --bins` on oximeter-schema (94/300)
28852026-07-22T16:47:55.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-07-22T16:47:55.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-07-22T16:47:55.382Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-22T16:47:55.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
28892026-07-22T16:47:55.903Z
28902026-07-22T16:47:55.903Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/300)
28912026-07-22T16:47:56.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-22T16:47:56.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-22T16:47:56.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-22T16:47:56.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-22T16:47:56.443Z
28962026-07-22T16:47:56.443Zinfo: running `cargo check --bins` on oximeter-test-utils (96/300)
28972026-07-22T16:47:56.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-22T16:47:56.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-22T16:47:56.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-22T16:47:56.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29012026-07-22T16:47:57.034Z
29022026-07-22T16:47:57.034Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/300)
29032026-07-22T16:47:57.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-22T16:47:57.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-22T16:47:57.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-22T16:47:57.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29072026-07-22T16:47:57.573Z
29082026-07-22T16:47:57.573Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/300)
29092026-07-22T16:47:58.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-22T16:47:58.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-22T16:47:58.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-22T16:47:58.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-22T16:47:58.118Z
29142026-07-22T16:47:58.118Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/300)
29152026-07-22T16:47:58.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-22T16:47:58.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-22T16:47:58.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-22T16:47:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29192026-07-22T16:47:58.664Z
29202026-07-22T16:47:58.665Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/300)
29212026-07-22T16:47:59.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-22T16:47:59.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-22T16:47:59.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-22T16:47:59.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-22T16:47:59.213Z
29262026-07-22T16:47:59.213Zinfo: running `cargo check --bins` on trust-quorum-types (101/300)
29272026-07-22T16:47:59.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-22T16:47:59.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-22T16:47:59.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-22T16:47:59.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-22T16:47:59.740Z
29322026-07-22T16:47:59.740Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/300)
29332026-07-22T16:48:00.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-22T16:48:00.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-22T16:48:00.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-22T16:48:00.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29372026-07-22T16:48:00.283Z
29382026-07-22T16:48:00.283Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/300)
29392026-07-22T16:48:01.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-22T16:48:01.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-22T16:48:01.036Z Compiling darling_core v0.21.3
29422026-07-22T16:48:01.068Z Compiling crucible-workspace-hack v0.1.0
29432026-07-22T16:48:01.083Z Checking secrecy v0.10.3
29442026-07-22T16:48:01.096Z Compiling heapless v0.8.0
29452026-07-22T16:48:01.096Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-07-22T16:48:01.122Z Checking hash32 v0.3.1
29472026-07-22T16:48:01.122Z Checking inout v0.1.4
29482026-07-22T16:48:01.129Z Compiling smoltcp v0.11.0
29492026-07-22T16:48:01.172Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-07-22T16:48:01.220Z Checking cipher v0.4.4
29512026-07-22T16:48:01.233Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-07-22T16:48:01.320Z Checking cobs v0.3.0
29532026-07-22T16:48:01.331Z Checking universal-hash v0.5.1
29542026-07-22T16:48:01.407Z Compiling thiserror-impl-no-std v2.0.2
29552026-07-22T16:48:01.492Z Checking half v2.7.1
29562026-07-22T16:48:01.492Z Checking opaque-debug v0.3.1
29572026-07-22T16:48:01.492Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-07-22T16:48:01.513Z Checking ciborium-io v0.2.2
29592026-07-22T16:48:01.518Z Checking poly1305 v0.8.0
29602026-07-22T16:48:01.579Z Checking postcard v1.1.3
29612026-07-22T16:48:01.671Z Checking ciborium-ll v0.2.2
29622026-07-22T16:48:01.713Z Checking chacha20 v0.9.1
29632026-07-22T16:48:01.772Z Compiling proc-macro-crate v3.4.0
29642026-07-22T16:48:01.867Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29652026-07-22T16:48:01.872Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-07-22T16:48:01.911Z Checking password-hash v0.5.0
29672026-07-22T16:48:02.140Z Checking blake2 v0.10.6
29682026-07-22T16:48:02.153Z Compiling proc-macro-crate v1.3.1
29692026-07-22T16:48:02.275Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29702026-07-22T16:48:02.298Z Checking aead v0.5.2
29712026-07-22T16:48:02.318Z Compiling num_enum_derive v0.7.6
29722026-07-22T16:48:02.379Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29732026-07-22T16:48:02.435Z Compiling foreign-types-macros v0.2.3
29742026-07-22T16:48:02.519Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29752026-07-22T16:48:02.569Z Checking foreign-types-shared v0.3.1
29762026-07-22T16:48:02.590Z Checking thiserror-no-std v2.0.2
29772026-07-22T16:48:02.600Z Compiling num_enum_derive v0.5.11
29782026-07-22T16:48:02.660Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29792026-07-22T16:48:02.676Z Checking vsss-rs v3.3.4
29802026-07-22T16:48:02.770Z Checking chacha20poly1305 v0.10.1
29812026-07-22T16:48:02.899Z Checking argon2 v0.5.3
29822026-07-22T16:48:03.040Z Checking foreign-types v0.5.0
29832026-07-22T16:48:03.108Z Checking ciborium v0.2.2
29842026-07-22T16:48:03.253Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-07-22T16:48:03.353Z Checking tabwriter v1.4.1
29862026-07-22T16:48:03.378Z Checking num_enum v0.7.6
29872026-07-22T16:48:03.489Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-07-22T16:48:03.503Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29892026-07-22T16:48:03.540Z Checking cstr-argument v0.1.2
29902026-07-22T16:48:03.545Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29912026-07-22T16:48:03.573Z Compiling darling_macro v0.21.3
29922026-07-22T16:48:03.647Z Checking num_enum v0.5.11
29932026-07-22T16:48:03.662Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-07-22T16:48:03.759Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-07-22T16:48:03.777Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29962026-07-22T16:48:03.787Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-07-22T16:48:03.835Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-07-22T16:48:03.982Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-07-22T16:48:03.994Z Checking rand v0.10.1
30002026-07-22T16:48:03.994Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30012026-07-22T16:48:04.029Z Checking colored v3.1.1
30022026-07-22T16:48:04.043Z Checking indent_write v2.2.0
30032026-07-22T16:48:04.074Z Compiling darling v0.21.3
30042026-07-22T16:48:04.134Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30052026-07-22T16:48:04.160Z Compiling ingot-macros v0.1.1
30062026-07-22T16:48:04.182Z Compiling zone_cfg_derive v0.3.1
30072026-07-22T16:48:04.236Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-22T16:48:04.251Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-22T16:48:04.299Z Checking itertools v0.12.1
30102026-07-22T16:48:04.381Z Compiling num-derive v0.4.2
30112026-07-22T16:48:04.412Z Checking swrite v0.1.0
30122026-07-22T16:48:04.426Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-07-22T16:48:04.498Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-22T16:48:04.661Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-22T16:48:04.772Z Checking dropshot-api-manager-types v0.7.2
30162026-07-22T16:48:04.794Z Checking smf v0.2.3
30172026-07-22T16:48:04.842Z Checking nanorand v0.7.0
30182026-07-22T16:48:04.898Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-22T16:48:04.944Z Checking whoami v1.6.1
30202026-07-22T16:48:05.026Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30212026-07-22T16:48:05.041Z Checking flume v0.11.1
30222026-07-22T16:48:05.309Z Checking zone v0.3.1
30232026-07-22T16:48:05.340Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30242026-07-22T16:48:06.347Z Checking ingot-types v0.1.2
30252026-07-22T16:48:06.666Z Checking ingot v0.1.1
30262026-07-22T16:48:08.075Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30272026-07-22T16:48:09.033Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30282026-07-22T16:48:09.998Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-22T16:48:11.335Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-22T16:48:13.408Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-22T16:48:14.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
30322026-07-22T16:48:14.688Z
30332026-07-22T16:48:14.688Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/300)
30342026-07-22T16:48:15.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-22T16:48:15.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-22T16:48:15.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-22T16:48:15.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-07-22T16:48:15.280Z
30392026-07-22T16:48:15.280Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/300)
30402026-07-22T16:48:15.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-22T16:48:15.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-22T16:48:15.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-22T16:48:15.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30442026-07-22T16:48:15.776Z
30452026-07-22T16:48:15.776Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/300)
30462026-07-22T16:48:16.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-22T16:48:16.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-22T16:48:16.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-22T16:48:16.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30502026-07-22T16:48:16.328Z
30512026-07-22T16:48:16.328Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/300)
30522026-07-22T16:48:16.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-22T16:48:16.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-22T16:48:16.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-22T16:48:16.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-07-22T16:48:16.872Z
30572026-07-22T16:48:16.873Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/300)
30582026-07-22T16:48:17.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-22T16:48:17.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-22T16:48:17.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-22T16:48:17.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-07-22T16:48:17.414Z
30632026-07-22T16:48:17.414Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/300)
30642026-07-22T16:48:17.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-22T16:48:17.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-22T16:48:17.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-22T16:48:17.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-07-22T16:48:17.955Z
30692026-07-22T16:48:17.955Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/300)
30702026-07-22T16:48:18.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-22T16:48:18.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-22T16:48:18.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-22T16:48:18.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30742026-07-22T16:48:18.506Z
30752026-07-22T16:48:18.507Zinfo: running `cargo check --bins` on cockroach-admin-client (111/300)
30762026-07-22T16:48:18.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-22T16:48:18.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-22T16:48:18.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-22T16:48:18.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-07-22T16:48:19.030Z
30812026-07-22T16:48:19.030Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/300)
30822026-07-22T16:48:19.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-22T16:48:19.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-22T16:48:19.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-22T16:48:19.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30862026-07-22T16:48:19.583Z
30872026-07-22T16:48:19.583Zinfo: running `cargo check --bins` on dns-service-client (113/300)
30882026-07-22T16:48:20.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-22T16:48:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-22T16:48:20.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-22T16:48:20.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30922026-07-22T16:48:20.121Z
30932026-07-22T16:48:20.121Zinfo: running `cargo check --bins` on installinator-client (114/300)
30942026-07-22T16:48:20.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-22T16:48:20.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-22T16:48:20.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-22T16:48:20.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30982026-07-22T16:48:20.854Z
30992026-07-22T16:48:20.854Zinfo: running `cargo check --bins` on nexus-client (115/300)
31002026-07-22T16:48:21.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-22T16:48:21.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-22T16:48:21.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-22T16:48:21.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-07-22T16:48:21.248Z
31052026-07-22T16:48:21.248Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/300)
31062026-07-22T16:48:21.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-22T16:48:21.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-22T16:48:21.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-22T16:48:21.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31102026-07-22T16:48:21.824Z
31112026-07-22T16:48:21.824Zinfo: running `cargo check --bins` on ntp-admin-client (117/300)
31122026-07-22T16:48:22.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-22T16:48:22.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-22T16:48:22.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-22T16:48:22.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31162026-07-22T16:48:22.415Z
31172026-07-22T16:48:22.415Zinfo: running `cargo check --bins` on oxide-client (118/300)
31182026-07-22T16:48:22.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-22T16:48:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-22T16:48:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-22T16:48:22.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31222026-07-22T16:48:22.890Z
31232026-07-22T16:48:22.890Zinfo: running `cargo check --bins` on oximeter-client (119/300)
31242026-07-22T16:48:23.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-22T16:48:23.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-22T16:48:23.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-22T16:48:23.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-07-22T16:48:23.507Z
31292026-07-22T16:48:23.507Zinfo: running `cargo check --bins` on repo-depot-client (120/300)
31302026-07-22T16:48:23.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-22T16:48:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-22T16:48:23.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-22T16:48:23.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-07-22T16:48:23.942Z
31352026-07-22T16:48:23.942Zinfo: running `cargo check --bins` on sled-agent-client (121/300)
31362026-07-22T16:48:24.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-22T16:48:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-22T16:48:24.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-22T16:48:24.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31402026-07-22T16:48:24.508Z
31412026-07-22T16:48:24.508Zinfo: running `cargo check --bins` on wicketd-client (122/300)
31422026-07-22T16:48:25.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-22T16:48:25.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-22T16:48:25.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-22T16:48:25.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-07-22T16:48:25.073Z
31472026-07-22T16:48:25.073Zinfo: running `cargo check --bins` on installinator-common (123/300)
31482026-07-22T16:48:25.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-22T16:48:25.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-22T16:48:25.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-22T16:48:25.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31522026-07-22T16:48:25.619Z
31532026-07-22T16:48:25.619Zinfo: running `cargo check --bins` on installinator-common-versions (124/300)
31542026-07-22T16:48:26.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-22T16:48:26.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-22T16:48:26.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-22T16:48:26.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31582026-07-22T16:48:26.157Z
31592026-07-22T16:48:26.158Zinfo: running `cargo check --bins` on wicket-common (125/300)
31602026-07-22T16:48:26.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-22T16:48:26.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-22T16:48:26.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-22T16:48:26.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-22T16:48:26.750Z
31652026-07-22T16:48:26.750Zinfo: running `cargo check --bins` on wicketd-commission-types (126/300)
31662026-07-22T16:48:27.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-22T16:48:27.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-22T16:48:27.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-22T16:48:27.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31702026-07-22T16:48:27.254Z
31712026-07-22T16:48:27.254Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/300)
31722026-07-22T16:48:27.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-22T16:48:27.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-22T16:48:27.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-22T16:48:27.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31762026-07-22T16:48:27.818Z
31772026-07-22T16:48:27.818Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/300)
31782026-07-22T16:48:28.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-22T16:48:28.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-22T16:48:28.434Z Checking csv-core v0.1.13
31812026-07-22T16:48:28.564Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-07-22T16:48:28.595Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31832026-07-22T16:48:28.595Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-07-22T16:48:28.691Z Checking csv v1.4.0
31852026-07-22T16:48:28.703Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-22T16:48:29.055Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-07-22T16:48:29.343Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-07-22T16:48:29.359Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-07-22T16:48:34.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
31902026-07-22T16:48:34.328Z
31912026-07-22T16:48:34.328Zinfo: running `cargo check --bins` on cockroach-admin-api (129/300)
31922026-07-22T16:48:34.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-22T16:48:34.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-22T16:48:34.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-07-22T16:48:34.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31962026-07-22T16:48:34.348Z
31972026-07-22T16:48:34.349Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/300)
31982026-07-22T16:48:34.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-22T16:48:34.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-22T16:48:34.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-22T16:48:34.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32022026-07-22T16:48:34.349Z
32032026-07-22T16:48:34.349Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/300)
32042026-07-22T16:48:34.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-22T16:48:34.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-22T16:48:34.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-22T16:48:34.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082026-07-22T16:48:34.349Z
32092026-07-22T16:48:34.349Zinfo: running `cargo check --bins` on gateway-test-utils (132/300)
32102026-07-22T16:48:34.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-22T16:48:34.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-22T16:48:34.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-22T16:48:34.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32142026-07-22T16:48:34.350Z
32152026-07-22T16:48:34.350Zinfo: running `cargo check --bins` on omicron-gateway (133/300)
32162026-07-22T16:48:34.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-22T16:48:34.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-22T16:48:34.350Z Compiling regress v0.11.1
32192026-07-22T16:48:34.350Z Compiling unsafe-libyaml v0.2.11
32202026-07-22T16:48:34.350Z Compiling semver v0.1.20
32212026-07-22T16:48:34.350Z Compiling radium v0.7.0
32222026-07-22T16:48:34.350Z Checking nom v8.0.0
32232026-07-22T16:48:34.350Z Checking tap v1.0.1
32242026-07-22T16:48:34.351Z Compiling maybe-uninit v2.0.0
32252026-07-22T16:48:34.351Z Checking wyz v0.5.1
32262026-07-22T16:48:34.351Z Compiling rustc_version v0.1.7
32272026-07-22T16:48:34.351Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-07-22T16:48:34.351Z Compiling zerocopy-derive v0.6.6
32292026-07-22T16:48:34.351Z Checking crc-catalog v2.4.0
32302026-07-22T16:48:34.351Z Compiling newtype_derive v0.1.6
32312026-07-22T16:48:34.403Z Compiling serde_yaml v0.9.34+deprecated
32322026-07-22T16:48:34.519Z Compiling packed_struct v0.10.1
32332026-07-22T16:48:34.559Z Checking funty v2.0.0
32342026-07-22T16:48:34.787Z Compiling cancel-safe-futures v0.1.5
32352026-07-22T16:48:34.885Z Checking bitvec v1.0.1
32362026-07-22T16:48:35.084Z Checking zerocopy v0.6.6
32372026-07-22T16:48:35.150Z Checking crc v3.4.0
32382026-07-22T16:48:35.391Z Checking typify-impl v0.6.2
32392026-07-22T16:48:35.454Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-07-22T16:48:35.638Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-07-22T16:48:35.802Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32422026-07-22T16:48:35.855Z Compiling packed_struct_codegen v0.10.1
32432026-07-22T16:48:36.004Z Compiling bitfield-macros v0.19.4
32442026-07-22T16:48:36.018Z Compiling indexmap v1.9.3
32452026-07-22T16:48:36.219Z Compiling owo-colors v4.3.0
32462026-07-22T16:48:36.235Z Checking nodrop v0.1.14
32472026-07-22T16:48:36.333Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32482026-07-22T16:48:36.407Z Checking array-init v0.0.4
32492026-07-22T16:48:36.533Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-07-22T16:48:36.616Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-07-22T16:48:36.711Z Checking smallvec v0.6.14
32522026-07-22T16:48:36.751Z Checking bitfield v0.19.4
32532026-07-22T16:48:36.907Z Checking oxide-update-engine-types v0.1.2
32542026-07-22T16:48:36.926Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-07-22T16:48:37.043Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32562026-07-22T16:48:37.048Z Checking base64 v0.21.7
32572026-07-22T16:48:37.064Z Checking smawk v0.3.2
32582026-07-22T16:48:37.126Z Checking unicode-linebreak v0.1.5
32592026-07-22T16:48:37.200Z Checking tagptr v0.2.0
32602026-07-22T16:48:37.374Z Checking linear-map v1.2.0
32612026-07-22T16:48:37.399Z Checking hashbrown v0.12.3
32622026-07-22T16:48:37.399Z Checking moka v0.12.13
32632026-07-22T16:48:37.461Z Checking textwrap v0.16.2
32642026-07-22T16:48:37.511Z Checking ron v0.8.1
32652026-07-22T16:48:37.678Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-07-22T16:48:37.804Z Checking oxide-update-engine v0.1.2
32672026-07-22T16:48:37.992Z Checking serde-hex v0.1.0
32682026-07-22T16:48:38.034Z Checking steno v0.4.1
32692026-07-22T16:48:38.037Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-07-22T16:48:38.237Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-07-22T16:48:38.401Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-07-22T16:48:38.497Z Checking hashbrown v0.13.2
32732026-07-22T16:48:38.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-07-22T16:48:38.852Z Checking crc-any v2.5.0
32752026-07-22T16:48:38.934Z Checking object v0.30.4
32762026-07-22T16:48:38.992Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-22T16:48:39.036Z Checking hickory-resolver v0.25.2
32782026-07-22T16:48:39.051Z Checking sha1 v0.10.6
32792026-07-22T16:48:39.161Z Checking half v1.8.3
32802026-07-22T16:48:39.222Z Checking void v1.0.2
32812026-07-22T16:48:39.332Z Checking utf-8 v0.7.6
32822026-07-22T16:48:39.361Z Checking path-slash v0.1.5
32832026-07-22T16:48:39.468Z Checking tungstenite v0.23.0
32842026-07-22T16:48:39.468Z Checking serde_cbor v0.11.2
32852026-07-22T16:48:39.495Z Checking lzss v0.8.2
32862026-07-22T16:48:39.757Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-07-22T16:48:39.798Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-22T16:48:39.819Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-07-22T16:48:39.870Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-07-22T16:48:39.893Z Compiling typify-macro v0.6.2
32912026-07-22T16:48:39.917Z Checking nix v0.27.1
32922026-07-22T16:48:39.921Z Checking kstat-rs v0.2.4
32932026-07-22T16:48:39.974Z Checking fxhash v0.2.1
32942026-07-22T16:48:40.095Z Checking serde_bytes v0.11.19
32952026-07-22T16:48:40.109Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-07-22T16:48:40.123Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-07-22T16:48:40.174Z Checking tokio-tungstenite v0.23.1
32982026-07-22T16:48:40.272Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-07-22T16:48:40.410Z Checking signal-hook-tokio v0.3.1
33002026-07-22T16:48:41.124Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-07-22T16:48:41.266Z Compiling typify v0.6.2
33022026-07-22T16:48:41.349Z Compiling progenitor-impl v0.14.0
33032026-07-22T16:48:42.013Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-07-22T16:48:42.314Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-07-22T16:48:42.781Z Compiling progenitor-macro v0.14.0
33062026-07-22T16:48:45.123Z Checking progenitor v0.14.0
33072026-07-22T16:48:45.238Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-22T16:48:45.243Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-07-22T16:48:47.926Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-07-22T16:48:56.323Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-22T16:49:03.103Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-07-22T16:49:04.474Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-07-22T16:49:04.969Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-07-22T16:49:07.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.09s
33152026-07-22T16:49:07.244Z
33162026-07-22T16:49:07.244Zinfo: running `cargo check --bins` on gateway-api (134/300)
33172026-07-22T16:49:07.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-07-22T16:49:07.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-07-22T16:49:07.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-07-22T16:49:07.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33212026-07-22T16:49:07.790Z
33222026-07-22T16:49:07.790Zinfo: running `cargo check --bins` on ipcc (135/300)
33232026-07-22T16:49:08.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-22T16:49:08.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-22T16:49:08.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-22T16:49:08.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33272026-07-22T16:49:08.337Z
33282026-07-22T16:49:08.337Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/300)
33292026-07-22T16:49:08.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-22T16:49:08.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-22T16:49:08.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-22T16:49:08.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-07-22T16:49:08.869Z
33342026-07-22T16:49:08.869Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/300)
33352026-07-22T16:49:09.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-22T16:49:09.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-22T16:49:09.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-22T16:49:09.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33392026-07-22T16:49:09.439Z
33402026-07-22T16:49:09.440Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/300)
33412026-07-22T16:49:09.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-22T16:49:09.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-22T16:49:09.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-22T16:49:09.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-22T16:49:09.982Z
33462026-07-22T16:49:09.982Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/300)
33472026-07-22T16:49:10.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-22T16:49:10.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-22T16:49:10.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-22T16:49:10.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33512026-07-22T16:49:10.527Z
33522026-07-22T16:49:10.527Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/300)
33532026-07-22T16:49:10.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-22T16:49:10.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-22T16:49:10.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-22T16:49:10.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33572026-07-22T16:49:11.078Z
33582026-07-22T16:49:11.078Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/300)
33592026-07-22T16:49:11.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-22T16:49:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-22T16:49:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-22T16:49:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33632026-07-22T16:49:11.651Z
33642026-07-22T16:49:11.651Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/300)
33652026-07-22T16:49:12.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-22T16:49:12.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-22T16:49:12.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-22T16:49:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-07-22T16:49:12.207Z
33702026-07-22T16:49:12.207Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/300)
33712026-07-22T16:49:12.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-22T16:49:12.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-22T16:49:12.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-22T16:49:12.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33752026-07-22T16:49:12.759Z
33762026-07-22T16:49:12.759Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/300)
33772026-07-22T16:49:13.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-22T16:49:13.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-22T16:49:13.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-22T16:49:13.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33812026-07-22T16:49:13.308Z
33822026-07-22T16:49:13.308Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/300)
33832026-07-22T16:49:13.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-22T16:49:13.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-22T16:49:13.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-22T16:49:13.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33872026-07-22T16:49:13.861Z
33882026-07-22T16:49:13.863Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/300)
33892026-07-22T16:49:14.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-22T16:49:14.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-22T16:49:14.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-22T16:49:14.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-07-22T16:49:14.412Z
33942026-07-22T16:49:14.412Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/300)
33952026-07-22T16:49:14.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-22T16:49:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-22T16:49:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-22T16:49:14.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33992026-07-22T16:49:14.966Z
34002026-07-22T16:49:14.966Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/300)
34012026-07-22T16:49:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-22T16:49:15.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-22T16:49:15.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-22T16:49:15.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-07-22T16:49:15.556Z
34062026-07-22T16:49:15.556Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/300)
34072026-07-22T16:49:16.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-22T16:49:16.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-22T16:49:16.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-22T16:49:16.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-07-22T16:49:16.109Z
34122026-07-22T16:49:16.109Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/300)
34132026-07-22T16:49:16.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-22T16:49:16.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-22T16:49:16.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-22T16:49:16.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-22T16:49:16.676Z
34182026-07-22T16:49:16.676Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/300)
34192026-07-22T16:49:17.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-22T16:49:17.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-22T16:49:17.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-22T16:49:17.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34232026-07-22T16:49:17.246Z
34242026-07-22T16:49:17.247Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/300)
34252026-07-22T16:49:17.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-22T16:49:17.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-22T16:49:17.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-22T16:49:17.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-07-22T16:49:17.820Z
34302026-07-22T16:49:17.820Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/300)
34312026-07-22T16:49:18.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-22T16:49:18.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-22T16:49:18.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-22T16:49:18.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-07-22T16:49:18.390Z
34362026-07-22T16:49:18.390Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/300)
34372026-07-22T16:49:18.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-22T16:49:18.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-22T16:49:18.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-22T16:49:18.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34412026-07-22T16:49:19.003Z
34422026-07-22T16:49:19.003Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/300)
34432026-07-22T16:49:19.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-22T16:49:19.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-22T16:49:19.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-22T16:49:19.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-22T16:49:19.527Z
34482026-07-22T16:49:19.527Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/300)
34492026-07-22T16:49:20.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-22T16:49:20.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-22T16:49:20.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-22T16:49:20.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34532026-07-22T16:49:20.095Z
34542026-07-22T16:49:20.095Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/300)
34552026-07-22T16:49:20.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-22T16:49:20.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-22T16:49:20.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-22T16:49:20.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-07-22T16:49:20.667Z
34602026-07-22T16:49:20.667Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/300)
34612026-07-22T16:49:21.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-22T16:49:21.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-22T16:49:21.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-22T16:49:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-22T16:49:21.219Z
34662026-07-22T16:49:21.219Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/300)
34672026-07-22T16:49:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-22T16:49:21.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-22T16:49:21.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-22T16:49:21.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34712026-07-22T16:49:21.770Z
34722026-07-22T16:49:21.770Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/300)
34732026-07-22T16:49:22.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-22T16:49:22.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-22T16:49:22.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-22T16:49:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34772026-07-22T16:49:22.339Z
34782026-07-22T16:49:22.339Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/300)
34792026-07-22T16:49:22.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-22T16:49:22.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-22T16:49:22.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-22T16:49:22.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34832026-07-22T16:49:22.872Z
34842026-07-22T16:49:22.872Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/300)
34852026-07-22T16:49:23.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-22T16:49:23.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-22T16:49:23.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-22T16:49:23.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34892026-07-22T16:49:23.436Z
34902026-07-22T16:49:23.436Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/300)
34912026-07-22T16:49:23.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-22T16:49:23.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-22T16:49:23.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-22T16:49:23.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34952026-07-22T16:49:23.981Z
34962026-07-22T16:49:23.981Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/300)
34972026-07-22T16:49:24.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-22T16:49:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-22T16:49:24.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-22T16:49:24.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35012026-07-22T16:49:24.533Z
35022026-07-22T16:49:24.533Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/300)
35032026-07-22T16:49:25.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-22T16:49:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-22T16:49:25.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-22T16:49:25.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35072026-07-22T16:49:25.082Z
35082026-07-22T16:49:25.082Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/300)
35092026-07-22T16:49:25.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-22T16:49:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-22T16:49:25.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-22T16:49:25.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35132026-07-22T16:49:25.654Z
35142026-07-22T16:49:25.654Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/300)
35152026-07-22T16:49:26.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-22T16:49:26.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-22T16:49:26.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-22T16:49:26.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-07-22T16:49:26.224Z
35202026-07-22T16:49:26.224Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/300)
35212026-07-22T16:49:26.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-22T16:49:26.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-22T16:49:26.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-22T16:49:26.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35252026-07-22T16:49:26.793Z
35262026-07-22T16:49:26.793Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/300)
35272026-07-22T16:49:27.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-22T16:49:27.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-22T16:49:27.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-22T16:49:27.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-07-22T16:49:27.363Z
35322026-07-22T16:49:27.363Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/300)
35332026-07-22T16:49:27.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-22T16:49:27.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-22T16:49:27.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-22T16:49:27.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-07-22T16:49:27.937Z
35382026-07-22T16:49:27.937Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/300)
35392026-07-22T16:49:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-22T16:49:28.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-22T16:49:28.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-22T16:49:28.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35432026-07-22T16:49:28.506Z
35442026-07-22T16:49:28.506Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/300)
35452026-07-22T16:49:28.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-22T16:49:28.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-22T16:49:28.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-22T16:49:28.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-07-22T16:49:29.077Z
35502026-07-22T16:49:29.077Zinfo: running `cargo check --bins` on oximeter-producer (173/300)
35512026-07-22T16:49:29.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-22T16:49:29.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-22T16:49:29.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-22T16:49:29.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-07-22T16:49:29.665Z
35562026-07-22T16:49:29.665Zinfo: running `cargo check --bins` on internal-dns-resolver (174/300)
35572026-07-22T16:49:30.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-22T16:49:30.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-22T16:49:30.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-22T16:49:30.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-22T16:49:30.238Z
35622026-07-22T16:49:30.238Zinfo: running `cargo check --bins` on dns-server (175/300)
35632026-07-22T16:49:30.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-22T16:49:30.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-22T16:49:30.829Z Compiling parking_lot_core v0.8.6
35662026-07-22T16:49:30.833Z Compiling git-stub v1.0.0
35672026-07-22T16:49:30.942Z Checking prefix-trie v0.7.0
35682026-07-22T16:49:30.948Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-07-22T16:49:31.059Z Compiling git-stub-vcs v0.1.0
35702026-07-22T16:49:31.218Z Checking hickory-server v0.25.2
35712026-07-22T16:49:31.336Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-07-22T16:49:31.349Z Checking parking_lot v0.11.2
35732026-07-22T16:49:31.512Z Checking sled v0.34.7
35742026-07-22T16:49:33.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35752026-07-22T16:49:33.588Z
35762026-07-22T16:49:33.588Zinfo: running `cargo check --bins` on dns-server-api (176/300)
35772026-07-22T16:49:34.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-22T16:49:34.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-22T16:49:34.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-22T16:49:34.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35812026-07-22T16:49:34.677Z
35822026-07-22T16:49:34.677Zinfo: running `cargo check --bins` on oximeter-producer-api (177/300)
35832026-07-22T16:49:34.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-22T16:49:34.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-22T16:49:34.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-22T16:49:34.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35872026-07-22T16:49:34.717Z
35882026-07-22T16:49:34.717Zinfo: running `cargo check --bins` on sp-sim (178/300)
35892026-07-22T16:49:35.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-22T16:49:35.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-22T16:49:35.379Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35922026-07-22T16:49:37.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35932026-07-22T16:49:37.339Z
35942026-07-22T16:49:37.339Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/300)
35952026-07-22T16:49:37.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-22T16:49:37.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-22T16:49:37.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-22T16:49:37.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-07-22T16:49:37.945Z
36002026-07-22T16:49:37.945Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/300)
36012026-07-22T16:49:38.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-22T16:49:38.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-22T16:49:38.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-22T16:49:38.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36052026-07-22T16:49:38.556Z
36062026-07-22T16:49:38.556Zinfo: running `cargo check --bins` on db-macros (181/300)
36072026-07-22T16:49:39.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-22T16:49:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-22T16:49:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-22T16:49:39.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36112026-07-22T16:49:39.092Z
36122026-07-22T16:49:39.092Zinfo: running `cargo check --bins` on nexus-macros-common (182/300)
36132026-07-22T16:49:39.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-22T16:49:39.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-22T16:49:39.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-22T16:49:39.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36172026-07-22T16:49:39.632Z
36182026-07-22T16:49:39.632Zinfo: running `cargo check --bins` on nexus-auth (183/300)
36192026-07-22T16:49:40.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-22T16:49:40.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-22T16:49:40.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-22T16:49:40.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36232026-07-22T16:49:40.237Z
36242026-07-22T16:49:40.237Zinfo: running `cargo check --bins` on authz-macros (184/300)
36252026-07-22T16:49:40.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-22T16:49:40.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-22T16:49:40.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-22T16:49:40.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36292026-07-22T16:49:40.773Z
36302026-07-22T16:49:40.773Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/300)
36312026-07-22T16:49:41.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-22T16:49:41.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-22T16:49:41.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-22T16:49:41.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36352026-07-22T16:49:41.361Z
36362026-07-22T16:49:41.361Zinfo: running `cargo check --bins` on nexus-db-model (186/300)
36372026-07-22T16:49:41.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-22T16:49:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-22T16:49:41.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-22T16:49:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36412026-07-22T16:49:41.940Z
36422026-07-22T16:49:41.940Zinfo: running `cargo check --bins` on nexus-db-schema (187/300)
36432026-07-22T16:49:42.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-22T16:49:42.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-22T16:49:42.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-22T16:49:42.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36472026-07-22T16:49:42.475Z
36482026-07-22T16:49:42.475Zinfo: running `cargo check --bins` on omicron-rpaths (188/300)
36492026-07-22T16:49:42.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-22T16:49:42.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-22T16:49:42.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-22T16:49:42.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36532026-07-22T16:49:43.009Z
36542026-07-22T16:49:43.009Zinfo: running `cargo check --bins` on nexus-defaults (189/300)
36552026-07-22T16:49:43.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-22T16:49:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-22T16:49:43.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-22T16:49:43.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36592026-07-22T16:49:43.557Z
36602026-07-22T16:49:43.558Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/300)
36612026-07-22T16:49:44.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-22T16:49:44.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-22T16:49:44.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-22T16:49:44.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36652026-07-22T16:49:44.094Z
36662026-07-22T16:49:44.094Zinfo: running `cargo check --bins` on parallel-task-set (191/300)
36672026-07-22T16:49:44.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-22T16:49:44.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-22T16:49:44.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-22T16:49:44.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36712026-07-22T16:49:44.636Z
36722026-07-22T16:49:44.636Zinfo: running `cargo check --bins` on omicron-git-version (192/300)
36732026-07-22T16:49:45.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-22T16:49:45.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-22T16:49:45.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-22T16:49:45.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36772026-07-22T16:49:45.170Z
36782026-07-22T16:49:45.170Zinfo: running `cargo check --bins` on nexus-db-errors (193/300)
36792026-07-22T16:49:45.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-22T16:49:45.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-22T16:49:45.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-22T16:49:45.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36832026-07-22T16:49:45.766Z
36842026-07-22T16:49:45.766Zinfo: running `cargo check --bins` on nexus-db-lookup (194/300)
36852026-07-22T16:49:46.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-22T16:49:46.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-22T16:49:46.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-22T16:49:46.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36892026-07-22T16:49:46.369Z
36902026-07-22T16:49:46.369Zinfo: running `cargo check --bins` on nexus-inventory (195/300)
36912026-07-22T16:49:46.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-22T16:49:46.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-22T16:49:46.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-22T16:49:46.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36952026-07-22T16:49:46.965Z
36962026-07-22T16:49:46.965Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/300)
36972026-07-22T16:49:47.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-22T16:49:47.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-22T16:49:47.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-22T16:49:47.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37012026-07-22T16:49:47.538Z
37022026-07-22T16:49:47.538Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/300)
37032026-07-22T16:49:48.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-22T16:49:48.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-22T16:49:48.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-22T16:49:48.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37072026-07-22T16:49:48.108Z
37082026-07-22T16:49:48.108Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/300)
37092026-07-22T16:49:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-22T16:49:48.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-22T16:49:48.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-22T16:49:48.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37132026-07-22T16:49:48.677Z
37142026-07-22T16:49:48.677Zinfo: running `cargo check --bins` on key-manager (199/300)
37152026-07-22T16:49:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-22T16:49:49.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-22T16:49:49.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-22T16:49:49.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37192026-07-22T16:49:49.221Z
37202026-07-22T16:49:49.221Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/300)
37212026-07-22T16:49:49.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-22T16:49:49.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-22T16:49:49.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-22T16:49:49.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37252026-07-22T16:49:49.789Z
37262026-07-22T16:49:49.790Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/300)
37272026-07-22T16:49:50.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-22T16:49:50.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-22T16:49:50.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-22T16:49:50.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37312026-07-22T16:49:50.358Z
37322026-07-22T16:49:50.358Zinfo: running `cargo check --bins` on typed-rng (202/300)
37332026-07-22T16:49:50.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-22T16:49:50.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-22T16:49:50.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-22T16:49:50.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37372026-07-22T16:49:50.894Z
37382026-07-22T16:49:50.894Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/300)
37392026-07-22T16:49:51.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-22T16:49:51.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-22T16:49:51.700Z Compiling libefi-sys v0.1.0
37422026-07-22T16:49:51.829Z Compiling bitfield-struct v0.6.2
37432026-07-22T16:49:51.839Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-07-22T16:49:51.847Z Compiling xshell-macros v0.2.7
37452026-07-22T16:49:51.857Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-07-22T16:49:51.869Z Compiling salty v0.3.0
37472026-07-22T16:49:51.885Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-07-22T16:49:51.899Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-07-22T16:49:51.899Z Checking rfc6979 v0.4.0
37502026-07-22T16:49:52.025Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-07-22T16:49:52.037Z Checking ecdsa v0.16.9
37522026-07-22T16:49:52.172Z Checking primeorder v0.13.6
37532026-07-22T16:49:52.192Z Compiling proc-macro-error-attr2 v2.0.0
37542026-07-22T16:49:52.214Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-07-22T16:49:52.227Z Checking xshell v0.2.7
37562026-07-22T16:49:52.353Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-07-22T16:49:52.386Z Checking tungstenite v0.21.0
37582026-07-22T16:49:52.404Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-07-22T16:49:52.416Z Checking p384 v0.13.1
37602026-07-22T16:49:52.430Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37612026-07-22T16:49:52.456Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-07-22T16:49:52.531Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37632026-07-22T16:49:52.577Z Compiling num-derive v0.3.3
37642026-07-22T16:49:52.602Z Compiling proc-macro-error2 v2.0.1
37652026-07-22T16:49:52.692Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-07-22T16:49:52.803Z Checking tokio-tungstenite v0.21.0
37672026-07-22T16:49:52.819Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-07-22T16:49:52.901Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37692026-07-22T16:49:52.904Z Checking papergrid v0.17.0
37702026-07-22T16:49:52.930Z Compiling tabled_derive v0.11.0
37712026-07-22T16:49:52.933Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-07-22T16:49:53.031Z Compiling progenitor-impl v0.13.0
37732026-07-22T16:49:53.085Z Checking testing_table v0.3.0
37742026-07-22T16:49:53.178Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-07-22T16:49:53.193Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37762026-07-22T16:49:53.196Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-07-22T16:49:53.384Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-07-22T16:49:53.432Z Compiling unicase v2.9.0
37792026-07-22T16:49:53.493Z Checking libscf-sys v1.1.0
37802026-07-22T16:49:53.597Z Compiling illumos-nvpair-sys v0.2.0
37812026-07-22T16:49:53.628Z Checking corncobs v0.1.4
37822026-07-22T16:49:53.643Z Compiling mime_guess v2.0.5
37832026-07-22T16:49:53.700Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-07-22T16:49:53.779Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-07-22T16:49:53.853Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-07-22T16:49:53.890Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-07-22T16:49:53.907Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37882026-07-22T16:49:53.946Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-22T16:49:54.103Z Checking tabled v0.20.0
37902026-07-22T16:49:54.201Z Checking progenitor-client v0.13.0
37912026-07-22T16:49:54.215Z Checking secrecy v0.8.0
37922026-07-22T16:49:54.338Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-07-22T16:49:54.491Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-07-22T16:49:54.534Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-07-22T16:49:54.598Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-07-22T16:49:54.844Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37972026-07-22T16:49:54.900Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-07-22T16:49:54.954Z Checking filetime v0.2.27
37992026-07-22T16:49:54.993Z Checking http-range v0.1.5
38002026-07-22T16:49:55.008Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38012026-07-22T16:49:55.091Z Checking xattr v1.6.1
38022026-07-22T16:49:55.122Z Checking crc8 v0.1.1
38032026-07-22T16:49:55.225Z Checking tar v0.4.46
38042026-07-22T16:49:55.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-07-22T16:49:55.542Z Checking illumos-nvpair v0.3.0
38062026-07-22T16:49:55.638Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38072026-07-22T16:49:55.658Z Compiling progenitor-macro v0.13.0
38082026-07-22T16:49:55.699Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38092026-07-22T16:49:55.713Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38102026-07-22T16:49:55.730Z Checking atty v0.2.14
38112026-07-22T16:49:55.733Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38122026-07-22T16:49:55.851Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38132026-07-22T16:49:56.051Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-07-22T16:49:56.207Z Checking hyper-staticfile v0.10.1
38152026-07-22T16:49:56.322Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38162026-07-22T16:49:56.397Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38172026-07-22T16:49:56.498Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-07-22T16:49:56.535Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38192026-07-22T16:49:56.562Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38202026-07-22T16:49:56.623Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-07-22T16:49:56.626Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-07-22T16:49:56.789Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38232026-07-22T16:49:56.821Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38242026-07-22T16:49:56.977Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38252026-07-22T16:49:57.089Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38262026-07-22T16:49:57.258Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38272026-07-22T16:49:57.387Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38282026-07-22T16:49:57.785Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38292026-07-22T16:49:58.720Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-22T16:49:59.206Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-22T16:49:59.563Z Checking progenitor v0.13.0
38322026-07-22T16:49:59.616Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38332026-07-22T16:49:59.695Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38342026-07-22T16:50:01.972Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-22T16:50:05.185Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-22T16:50:16.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.29s
38372026-07-22T16:50:16.405Z
38382026-07-22T16:50:16.405Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/300)
38392026-07-22T16:50:16.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-07-22T16:50:16.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-07-22T16:50:17.150Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-07-22T16:50:27.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38432026-07-22T16:50:28.169Z
38442026-07-22T16:50:28.169Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/300)
38452026-07-22T16:50:28.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-07-22T16:50:28.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-07-22T16:50:28.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-07-22T16:50:39.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
38492026-07-22T16:50:40.033Z
38502026-07-22T16:50:40.034Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/300)
38512026-07-22T16:50:40.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-07-22T16:50:40.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-07-22T16:50:40.779Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-07-22T16:50:51.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38552026-07-22T16:50:51.773Z
38562026-07-22T16:50:51.773Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/300)
38572026-07-22T16:50:52.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-22T16:50:52.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-22T16:50:52.514Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-22T16:51:03.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38612026-07-22T16:51:03.596Z
38622026-07-22T16:51:03.596Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/300)
38632026-07-22T16:51:04.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-22T16:51:04.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-22T16:51:04.338Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-22T16:51:15.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38672026-07-22T16:51:15.369Z
38682026-07-22T16:51:15.369Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/300)
38692026-07-22T16:51:15.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-22T16:51:15.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-22T16:51:16.106Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-22T16:51:26.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38732026-07-22T16:51:27.095Z
38742026-07-22T16:51:27.095Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/300)
38752026-07-22T16:51:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-22T16:51:27.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-22T16:51:27.881Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-22T16:51:38.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38792026-07-22T16:51:38.946Z
38802026-07-22T16:51:38.946Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/300)
38812026-07-22T16:51:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-22T16:51:39.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-22T16:51:39.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-07-22T16:51:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38852026-07-22T16:51:39.431Z
38862026-07-22T16:51:39.431Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/300)
38872026-07-22T16:51:39.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-22T16:51:39.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-22T16:51:39.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-07-22T16:51:39.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38912026-07-22T16:51:39.984Z
38922026-07-22T16:51:39.984Zinfo: running `cargo check --bins` on range-requests (213/300)
38932026-07-22T16:51:40.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-22T16:51:40.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-22T16:51:40.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-07-22T16:51:40.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38972026-07-22T16:51:40.525Z
38982026-07-22T16:51:40.525Zinfo: running `cargo check --bins` on repo-depot-api (214/300)
38992026-07-22T16:51:40.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-22T16:51:40.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-22T16:51:40.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-22T16:51:40.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39032026-07-22T16:51:41.072Z
39042026-07-22T16:51:41.072Zinfo: running `cargo check --bins` on sled-agent-api (215/300)
39052026-07-22T16:51:41.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-22T16:51:41.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-22T16:51:41.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-22T16:51:41.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39092026-07-22T16:51:41.634Z
39102026-07-22T16:51:41.634Zinfo: running `cargo check --bins` on sled-diagnostics (216/300)
39112026-07-22T16:51:42.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-22T16:51:42.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-22T16:51:42.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-22T16:51:42.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39152026-07-22T16:51:42.195Z
39162026-07-22T16:51:42.195Zinfo: running `cargo check --bins` on zfs-test-harness (217/300)
39172026-07-22T16:51:42.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-22T16:51:42.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-22T16:51:42.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-22T16:51:42.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39212026-07-22T16:51:42.760Z
39222026-07-22T16:51:42.760Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/300)
39232026-07-22T16:51:43.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-22T16:51:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-22T16:51:43.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-22T16:51:43.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39272026-07-22T16:51:43.327Z
39282026-07-22T16:51:43.327Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/300)
39292026-07-22T16:51:43.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-22T16:51:43.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-22T16:51:43.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-22T16:51:43.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39332026-07-22T16:51:43.894Z
39342026-07-22T16:51:43.894Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/300)
39352026-07-22T16:51:44.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-22T16:51:44.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-22T16:51:44.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-22T16:51:44.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-07-22T16:51:44.468Z
39402026-07-22T16:51:44.468Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/300)
39412026-07-22T16:51:44.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-22T16:51:44.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-22T16:51:44.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-22T16:51:44.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39452026-07-22T16:51:45.028Z
39462026-07-22T16:51:45.028Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/300)
39472026-07-22T16:51:45.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-22T16:51:45.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-22T16:51:45.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-22T16:51:45.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-22T16:51:45.597Z
39522026-07-22T16:51:45.597Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/300)
39532026-07-22T16:51:46.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-22T16:51:46.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-22T16:51:46.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-22T16:51:46.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39572026-07-22T16:51:46.161Z
39582026-07-22T16:51:46.161Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/300)
39592026-07-22T16:51:46.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-22T16:51:46.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-22T16:51:46.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-22T16:51:46.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-07-22T16:51:46.729Z
39642026-07-22T16:51:46.729Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/300)
39652026-07-22T16:51:47.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-22T16:51:47.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-22T16:51:47.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-22T16:51:47.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-07-22T16:51:47.313Z
39702026-07-22T16:51:47.314Zinfo: running `cargo check --bins` on trust-quorum (226/300)
39712026-07-22T16:51:47.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-22T16:51:47.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-22T16:51:47.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-22T16:51:47.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39752026-07-22T16:51:47.883Z
39762026-07-22T16:51:47.883Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/300)
39772026-07-22T16:51:48.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-22T16:51:48.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-22T16:51:48.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-22T16:51:48.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-07-22T16:51:48.467Z
39822026-07-22T16:51:48.467Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/300)
39832026-07-22T16:51:48.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-22T16:51:48.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-22T16:51:48.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-22T16:51:48.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-22T16:51:49.060Z
39882026-07-22T16:51:49.060Zinfo: running `cargo check --bins` on update-common (229/300)
39892026-07-22T16:51:49.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-22T16:51:49.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-22T16:51:49.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-22T16:51:49.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-22T16:51:49.615Z
39942026-07-22T16:51:49.616Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/300)
39952026-07-22T16:51:50.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-22T16:51:50.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-22T16:51:50.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-22T16:51:50.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-22T16:51:50.213Z
40002026-07-22T16:51:50.213Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/300)
40012026-07-22T16:51:50.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-22T16:51:50.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-22T16:51:50.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-22T16:51:50.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40052026-07-22T16:51:50.742Z
40062026-07-22T16:51:50.742Zinfo: running `cargo check --bins` on reconfigurator-cli (232/300)
40072026-07-22T16:51:51.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-22T16:51:51.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-22T16:51:51.475Z Compiling fs-err v2.11.0
40102026-07-22T16:51:51.478Z Checking ignore v0.4.25
40112026-07-22T16:51:51.478Z Checking arc-swap v1.8.2
40122026-07-22T16:51:51.610Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-07-22T16:51:51.610Z Checking predicates-tree v1.0.13
40142026-07-22T16:51:51.613Z Checking parse-size v1.1.0
40152026-07-22T16:51:51.637Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-07-22T16:51:51.643Z Checking rand_seeder v0.4.0
40172026-07-22T16:51:51.716Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-07-22T16:51:51.736Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40192026-07-22T16:51:51.797Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40202026-07-22T16:51:51.809Z Checking slog-scope v4.4.1
40212026-07-22T16:51:51.852Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-07-22T16:51:51.935Z Compiling petname v2.0.2
40232026-07-22T16:51:51.949Z Checking slog-stdlog v4.1.1
40242026-07-22T16:51:51.965Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40252026-07-22T16:51:51.986Z Checking globwalk v0.9.1
40262026-07-22T16:51:52.049Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40272026-07-22T16:51:52.068Z Checking slog-envlogger v2.2.0
40282026-07-22T16:51:52.163Z Checking camino-tempfile-ext v0.3.3
40292026-07-22T16:51:52.218Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-07-22T16:51:52.250Z Checking sapling-renderdag v0.1.0
40312026-07-22T16:51:52.355Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-07-22T16:51:52.419Z Checking subprocess v0.2.15
40332026-07-22T16:51:52.488Z Checking sync-ptr v0.1.4
40342026-07-22T16:51:52.577Z Checking colored v2.2.0
40352026-07-22T16:51:52.604Z Checking assert_matches v1.5.0
40362026-07-22T16:51:52.702Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-07-22T16:51:52.866Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40382026-07-22T16:51:52.866Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40392026-07-22T16:51:53.514Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-07-22T16:51:54.830Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-07-22T16:51:57.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
40422026-07-22T16:51:57.222Z
40432026-07-22T16:51:57.222Zinfo: running `cargo check --bins` on omicron-repl-utils (233/300)
40442026-07-22T16:51:57.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-07-22T16:51:57.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-07-22T16:51:57.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-07-22T16:51:57.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40482026-07-22T16:51:57.752Z
40492026-07-22T16:51:57.753Zinfo: running `cargo check --bins` on transient-dns-server (234/300)
40502026-07-22T16:51:58.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-07-22T16:51:58.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-07-22T16:51:58.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-07-22T16:51:58.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40542026-07-22T16:51:58.304Z
40552026-07-22T16:51:58.304Zinfo: running `cargo check --bins` on nexus-test-interface (235/300)
40562026-07-22T16:51:58.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-07-22T16:51:58.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-07-22T16:51:58.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-07-22T16:51:58.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40602026-07-22T16:51:58.904Z
40612026-07-22T16:51:58.904Zinfo: running `cargo check --bins` on oximeter-collector (236/300)
40622026-07-22T16:51:59.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-22T16:51:59.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-22T16:51:59.579Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-07-22T16:51:59.580Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-07-22T16:52:00.217Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-07-22T16:52:01.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40682026-07-22T16:52:02.028Z
40692026-07-22T16:52:02.028Zinfo: running `cargo check --bins` on oximeter-api (237/300)
40702026-07-22T16:52:02.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-07-22T16:52:02.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-07-22T16:52:02.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-07-22T16:52:02.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40742026-07-22T16:52:02.570Z
40752026-07-22T16:52:02.570Zinfo: running `cargo check --bins` on cert-dev (238/300)
40762026-07-22T16:52:03.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-22T16:52:03.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-22T16:52:03.139Z Checking yasna v0.5.2
40792026-07-22T16:52:03.547Z Checking rcgen v0.12.1
40802026-07-22T16:52:03.797Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-07-22T16:52:03.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
40822026-07-22T16:52:04.133Z
40832026-07-22T16:52:04.133Zinfo: running `cargo check --bins` on clickana (239/300)
40842026-07-22T16:52:04.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-22T16:52:04.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-22T16:52:04.726Z Compiling instability v0.3.11
40872026-07-22T16:52:04.729Z Checking castaway v0.2.4
40882026-07-22T16:52:04.730Z Compiling indoc v2.0.7
40892026-07-22T16:52:04.730Z Checking unicode-truncate v1.1.0
40902026-07-22T16:52:04.831Z Checking lru v0.12.5
40912026-07-22T16:52:04.839Z Checking cassowary v0.3.0
40922026-07-22T16:52:04.924Z Checking compact_str v0.8.1
40932026-07-22T16:52:05.717Z Checking ratatui v0.29.0
40942026-07-22T16:52:06.788Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40952026-07-22T16:52:07.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
40962026-07-22T16:52:07.634Z
40972026-07-22T16:52:07.634Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/300)
40982026-07-22T16:52:08.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-22T16:52:08.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-22T16:52:08.316Z Checking headers-core v0.3.0
41012026-07-22T16:52:08.319Z Checking port-file v0.1.0
41022026-07-22T16:52:08.319Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41032026-07-22T16:52:08.513Z Checking headers v0.4.1
41042026-07-22T16:52:08.884Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41052026-07-22T16:52:09.818Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41062026-07-22T16:52:10.293Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41072026-07-22T16:52:10.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41082026-07-22T16:52:10.877Z
41092026-07-22T16:52:10.877Zinfo: running `cargo check --bins` on ch-dev (241/300)
41102026-07-22T16:52:11.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-07-22T16:52:11.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-07-22T16:52:11.559Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41132026-07-22T16:52:12.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41142026-07-22T16:52:12.493Z
41152026-07-22T16:52:12.493Zinfo: running `cargo check --bins` on dev-tools-common (242/300)
41162026-07-22T16:52:12.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-22T16:52:12.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-22T16:52:12.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-07-22T16:52:12.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41202026-07-22T16:52:12.901Z
41212026-07-22T16:52:12.901Zinfo: running `cargo check --bins` on corpus-adjust (243/300)
41222026-07-22T16:52:13.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-22T16:52:13.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-22T16:52:13.487Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41252026-07-22T16:52:13.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41262026-07-22T16:52:14.000Z
41272026-07-22T16:52:14.000Zinfo: running `cargo check --bins` on crdb-seed (244/300)
41282026-07-22T16:52:14.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-22T16:52:14.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-22T16:52:14.676Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-07-22T16:52:15.743Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41322026-07-22T16:52:16.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41332026-07-22T16:52:16.265Z
41342026-07-22T16:52:16.265Zinfo: running `cargo check --bins` on db-dev (245/300)
41352026-07-22T16:52:16.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-07-22T16:52:16.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-07-22T16:52:16.943Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41382026-07-22T16:52:17.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41392026-07-22T16:52:17.889Z
41402026-07-22T16:52:17.889Zinfo: running `cargo check --bins` on omicron-dev-lib (246/300)
41412026-07-22T16:52:18.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-07-22T16:52:18.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-07-22T16:52:18.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-07-22T16:52:18.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41452026-07-22T16:52:18.471Z
41462026-07-22T16:52:18.471Zinfo: running `cargo check --bins` on xtask-downloader (247/300)
41472026-07-22T16:52:18.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-07-22T16:52:18.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-07-22T16:52:19.038Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41502026-07-22T16:52:19.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41512026-07-22T16:52:19.895Z
41522026-07-22T16:52:19.895Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/300)
41532026-07-22T16:52:20.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-22T16:52:20.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-22T16:52:20.602Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-07-22T16:52:20.602Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41572026-07-22T16:52:20.607Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41582026-07-22T16:52:20.733Z Checking git-stub v1.0.0
41592026-07-22T16:52:20.740Z Compiling trait-variant v0.1.2
41602026-07-22T16:52:20.740Z Checking maplit v1.0.2
41612026-07-22T16:52:20.740Z Checking is_ci v1.2.0
41622026-07-22T16:52:20.770Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41632026-07-22T16:52:20.824Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41642026-07-22T16:52:20.851Z Checking supports-color v3.0.2
41652026-07-22T16:52:20.875Z Checking git-stub-vcs v0.1.0
41662026-07-22T16:52:20.960Z Checking drift v0.2.0
41672026-07-22T16:52:20.974Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-07-22T16:52:21.031Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41692026-07-22T16:52:21.064Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-07-22T16:52:21.245Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41712026-07-22T16:52:21.263Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41722026-07-22T16:52:21.282Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41732026-07-22T16:52:21.315Z Checking dropshot-api-manager v0.7.2
41742026-07-22T16:52:21.329Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41752026-07-22T16:52:21.476Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-07-22T16:52:22.009Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-07-22T16:52:22.955Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-07-22T16:52:23.973Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-07-22T16:52:24.688Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-07-22T16:52:25.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
41812026-07-22T16:52:25.311Z
41822026-07-22T16:52:25.311Zinfo: running `cargo check --bins` on installinator-api (249/300)
41832026-07-22T16:52:25.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-22T16:52:25.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-22T16:52:25.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-07-22T16:52:25.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41872026-07-22T16:52:25.855Z
41882026-07-22T16:52:25.855Zinfo: running `cargo check --bins` on nexus-external-api (250/300)
41892026-07-22T16:52:26.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-22T16:52:26.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-22T16:52:26.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-07-22T16:52:26.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41932026-07-22T16:52:26.438Z
41942026-07-22T16:52:26.438Zinfo: running `cargo check --bins` on nexus-internal-api (251/300)
41952026-07-22T16:52:26.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-22T16:52:26.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-22T16:52:26.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-07-22T16:52:26.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41992026-07-22T16:52:27.019Z
42002026-07-22T16:52:27.020Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/300)
42012026-07-22T16:52:27.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-07-22T16:52:27.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-07-22T16:52:27.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-07-22T16:52:27.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42052026-07-22T16:52:27.597Z
42062026-07-22T16:52:27.597Zinfo: running `cargo check --bins` on ntp-admin-api (253/300)
42072026-07-22T16:52:28.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-22T16:52:28.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-22T16:52:28.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-22T16:52:28.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42112026-07-22T16:52:28.145Z
42122026-07-22T16:52:28.145Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/300)
42132026-07-22T16:52:28.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-22T16:52:28.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-22T16:52:28.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-22T16:52:28.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42172026-07-22T16:52:28.675Z
42182026-07-22T16:52:28.675Zinfo: running `cargo check --bins` on wicketd-api (255/300)
42192026-07-22T16:52:29.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-22T16:52:29.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-22T16:52:29.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-22T16:52:29.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42232026-07-22T16:52:29.228Z
42242026-07-22T16:52:29.228Zinfo: running `cargo check --bins` on omicron-ls-apis (256/300)
42252026-07-22T16:52:29.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-22T16:52:29.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-22T16:52:29.807Z Compiling blake3 v1.8.5
42282026-07-22T16:52:29.908Z Checking arrayvec v0.7.6
42292026-07-22T16:52:29.911Z Checking constant_time_eq v0.4.2
42302026-07-22T16:52:29.911Z Checking arrayref v0.3.9
42312026-07-22T16:52:29.929Z Checking cargo-platform v0.3.2
42322026-07-22T16:52:29.929Z Checking topological-sort v0.2.2
42332026-07-22T16:52:29.932Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42342026-07-22T16:52:30.082Z Checking cargo_metadata v0.23.1
42352026-07-22T16:52:30.803Z Checking omicron-zone-package v0.12.3
42362026-07-22T16:52:31.513Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42372026-07-22T16:52:32.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
42382026-07-22T16:52:32.517Z
42392026-07-22T16:52:32.517Zinfo: running `cargo check --bins` on mgs-dev (257/300)
42402026-07-22T16:52:33.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-22T16:52:33.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-22T16:52:33.205Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42432026-07-22T16:52:33.810Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42442026-07-22T16:52:34.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42452026-07-22T16:52:34.485Z
42462026-07-22T16:52:34.485Zinfo: running `cargo check --bins` on omicron-omdb (258/300)
42472026-07-22T16:52:35.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-22T16:52:35.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-22T16:52:35.411Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42502026-07-22T16:52:35.411Z Compiling vergen-lib v0.1.6
42512026-07-22T16:52:35.411Z Compiling diesel_derives v2.3.7
42522026-07-22T16:52:35.411Z Compiling dsl_auto_type v0.2.0
42532026-07-22T16:52:35.414Z Checking scheduled-thread-pool v0.2.7
42542026-07-22T16:52:35.414Z Compiling vergen-gitcl v1.0.8
42552026-07-22T16:52:35.414Z Compiling diesel_table_macro_syntax v0.3.0
42562026-07-22T16:52:35.414Z Compiling dirs-sys-next v0.1.2
42572026-07-22T16:52:35.722Z Compiling crunchy v0.2.4
42582026-07-22T16:52:35.751Z Compiling glob v0.3.3
42592026-07-22T16:52:35.792Z Checking r2d2 v0.8.10
42602026-07-22T16:52:35.839Z Compiling dirs-next v2.0.0
42612026-07-22T16:52:35.871Z Compiling tiny-keccak v2.0.2
42622026-07-22T16:52:35.963Z Checking downcast-rs v2.0.2
42632026-07-22T16:52:35.980Z Compiling term v0.7.0
42642026-07-22T16:52:36.105Z Compiling bit-vec v0.6.3
42652026-07-22T16:52:36.151Z Compiling clang-sys v1.8.1
42662026-07-22T16:52:36.224Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42672026-07-22T16:52:36.336Z Compiling bit-set v0.5.3
42682026-07-22T16:52:36.429Z Compiling ascii-canvas v3.0.0
42692026-07-22T16:52:36.499Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42702026-07-22T16:52:36.539Z Compiling itertools v0.10.5
42712026-07-22T16:52:36.583Z Compiling ena v0.14.4
42722026-07-22T16:52:36.605Z Compiling libloading v0.8.9
42732026-07-22T16:52:36.632Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42742026-07-22T16:52:36.651Z Compiling regex-syntax v0.6.29
42752026-07-22T16:52:36.673Z Compiling bindgen v0.71.1
42762026-07-22T16:52:36.794Z Compiling diff v0.1.13
42772026-07-22T16:52:37.087Z Compiling cexpr v0.6.0
42782026-07-22T16:52:37.142Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42792026-07-22T16:52:37.253Z Compiling rustc-hash v2.1.1
42802026-07-22T16:52:37.388Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42812026-07-22T16:52:37.536Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42822026-07-22T16:52:37.606Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42832026-07-22T16:52:37.771Z Compiling libxml v0.3.3
42842026-07-22T16:52:37.850Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42852026-07-22T16:52:37.869Z Compiling strum_macros v0.24.3
42862026-07-22T16:52:38.014Z Compiling lalrpop v0.19.12
42872026-07-22T16:52:38.089Z Compiling indoc v1.0.9
42882026-07-22T16:52:38.774Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-07-22T16:52:38.982Z Checking derive_builder v0.20.2
42902026-07-22T16:52:39.106Z Compiling oso-derive v0.27.3
42912026-07-22T16:52:39.251Z Checking quick-xml v0.37.5
42922026-07-22T16:52:39.267Z Compiling impl-trait-for-tuples v0.2.3
42932026-07-22T16:52:39.614Z Checking openssl-probe v0.1.6
42942026-07-22T16:52:39.756Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42952026-07-22T16:52:40.131Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-07-22T16:52:40.340Z Checking bb8 v0.8.6
42972026-07-22T16:52:40.490Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-07-22T16:52:40.510Z Checking nonempty v0.12.0
42992026-07-22T16:52:40.626Z Compiling libz-sys v1.1.24
43002026-07-22T16:52:40.684Z Compiling strsim v0.10.0
43012026-07-22T16:52:40.729Z Compiling libgit2-sys v0.18.3+1.9.2
43022026-07-22T16:52:40.813Z Compiling vergen-git2 v9.1.0
43032026-07-22T16:52:41.040Z Compiling darling_core v0.13.4
43042026-07-22T16:52:41.098Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43052026-07-22T16:52:41.275Z Compiling base64 v0.21.7
43062026-07-22T16:52:41.337Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43072026-07-22T16:52:41.553Z Checking diesel v2.3.7
43082026-07-22T16:52:41.614Z Compiling ron v0.8.1
43092026-07-22T16:52:42.322Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43102026-07-22T16:52:42.551Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43112026-07-22T16:52:42.581Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43122026-07-22T16:52:42.785Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43132026-07-22T16:52:42.927Z Compiling darling_macro v0.13.4
43142026-07-22T16:52:42.988Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43152026-07-22T16:52:43.191Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43162026-07-22T16:52:43.399Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43172026-07-22T16:52:43.425Z Compiling darling v0.13.4
43182026-07-22T16:52:43.519Z Compiling serde_with_macros v1.5.2
43192026-07-22T16:52:43.603Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43202026-07-22T16:52:43.814Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43212026-07-22T16:52:43.986Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-07-22T16:52:44.019Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-07-22T16:52:44.385Z Compiling serde_with v1.14.0
43242026-07-22T16:52:45.534Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43252026-07-22T16:52:45.632Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43262026-07-22T16:52:45.763Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-07-22T16:52:46.456Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-07-22T16:52:46.722Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43292026-07-22T16:52:47.224Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43302026-07-22T16:52:47.284Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43312026-07-22T16:52:47.769Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43322026-07-22T16:52:47.961Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43332026-07-22T16:52:48.018Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43342026-07-22T16:52:48.336Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43352026-07-22T16:52:48.372Z Checking twox-hash v2.1.2
43362026-07-22T16:52:48.545Z Checking libsw-core v0.3.2
43372026-07-22T16:52:48.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-07-22T16:52:48.703Z Checking libsw v3.5.0
43392026-07-22T16:52:48.722Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43402026-07-22T16:52:48.861Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43412026-07-22T16:52:49.059Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43422026-07-22T16:52:49.223Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43432026-07-22T16:52:50.489Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43442026-07-22T16:52:50.537Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43452026-07-22T16:52:50.755Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43462026-07-22T16:52:51.214Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43472026-07-22T16:52:51.458Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43482026-07-22T16:52:51.669Z Checking console v0.16.2
43492026-07-22T16:52:51.986Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-07-22T16:52:52.136Z Checking fatfs v0.3.6
43512026-07-22T16:52:52.189Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-07-22T16:52:52.598Z Compiling seq-macro v0.3.6
43532026-07-22T16:52:53.115Z Checking unit-prefix v0.5.2
43542026-07-22T16:52:53.257Z Checking indicatif v0.18.4
43552026-07-22T16:52:53.571Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-07-22T16:52:53.650Z Checking oxide-update-engine-display v0.1.2
43572026-07-22T16:52:53.670Z Checking support-bundle-viewer v0.1.2
43582026-07-22T16:52:53.920Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43592026-07-22T16:52:53.958Z Checking multimap v0.10.1
43602026-07-22T16:52:59.811Z Checking diesel-dtrace v0.5.0
43612026-07-22T16:53:00.069Z Checking async-bb8-diesel v0.2.1
43622026-07-22T16:53:02.763Z Compiling samael v0.0.19
43632026-07-22T16:53:08.328Z Compiling git2 v0.20.4
43642026-07-22T16:53:09.633Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43652026-07-22T16:53:10.388Z Compiling polar-core v0.27.3
43662026-07-22T16:53:10.840Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43672026-07-22T16:53:15.007Z Checking oso v0.27.3
43682026-07-22T16:53:44.736Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-07-22T16:54:58.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
43702026-07-22T16:54:59.204Z
43712026-07-22T16:54:59.204Zinfo: running `cargo check --bins` on nexus-networking (259/300)
43722026-07-22T16:54:59.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-07-22T16:54:59.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-07-22T16:54:59.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43752026-07-22T16:54:59.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43762026-07-22T16:54:59.833Z
43772026-07-22T16:54:59.833Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/300)
43782026-07-22T16:55:00.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-07-22T16:55:00.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-07-22T16:55:00.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-07-22T16:55:00.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43822026-07-22T16:55:00.431Z
43832026-07-22T16:55:00.431Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/300)
43842026-07-22T16:55:00.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-07-22T16:55:00.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-07-22T16:55:00.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-07-22T16:55:00.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43882026-07-22T16:55:01.027Z
43892026-07-22T16:55:01.027Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/300)
43902026-07-22T16:55:01.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-07-22T16:55:01.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-07-22T16:55:01.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-07-22T16:55:01.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
43942026-07-22T16:55:01.555Z
43952026-07-22T16:55:01.555Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/300)
43962026-07-22T16:55:02.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-07-22T16:55:02.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-07-22T16:55:02.345Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43992026-07-22T16:55:03.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44002026-07-22T16:55:03.293Z
44012026-07-22T16:55:03.293Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/300)
44022026-07-22T16:55:03.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-07-22T16:55:03.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-07-22T16:55:04.079Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44052026-07-22T16:55:42.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.10s
44062026-07-22T16:55:42.605Z
44072026-07-22T16:55:42.605Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/300)
44082026-07-22T16:55:43.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-07-22T16:55:43.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-07-22T16:55:43.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-07-22T16:55:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44122026-07-22T16:55:43.144Z
44132026-07-22T16:55:43.144Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/300)
44142026-07-22T16:55:43.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-07-22T16:55:43.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-07-22T16:55:43.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-07-22T16:55:43.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44182026-07-22T16:55:43.671Z
44192026-07-22T16:55:43.671Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/300)
44202026-07-22T16:55:44.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-07-22T16:55:44.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-07-22T16:55:44.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-07-22T16:55:44.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44242026-07-22T16:55:44.255Z
44252026-07-22T16:55:44.255Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/300)
44262026-07-22T16:55:44.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-07-22T16:55:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-07-22T16:55:44.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-07-22T16:55:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-07-22T16:55:44.859Z
44312026-07-22T16:55:44.859Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/300)
44322026-07-22T16:55:45.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-07-22T16:55:45.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-07-22T16:55:45.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-07-22T16:55:45.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44362026-07-22T16:55:45.465Z
44372026-07-22T16:55:45.465Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/300)
44382026-07-22T16:55:45.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-22T16:55:45.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-22T16:55:45.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-07-22T16:55:45.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44422026-07-22T16:55:46.047Z
44432026-07-22T16:55:46.047Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/300)
44442026-07-22T16:55:46.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-22T16:55:46.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-22T16:55:46.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-22T16:55:46.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44482026-07-22T16:55:46.646Z
44492026-07-22T16:55:46.646Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/300)
44502026-07-22T16:55:47.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-22T16:55:47.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-22T16:55:47.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-22T16:55:47.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44542026-07-22T16:55:47.242Z
44552026-07-22T16:55:47.242Zinfo: running `cargo check --bins` on nexus-switch-config (273/300)
44562026-07-22T16:55:47.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-22T16:55:47.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-22T16:55:47.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-22T16:55:47.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44602026-07-22T16:55:47.821Z
44612026-07-22T16:55:47.821Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/300)
44622026-07-22T16:55:48.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-22T16:55:48.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-22T16:55:48.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-22T16:55:48.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44662026-07-22T16:55:48.429Z
44672026-07-22T16:55:48.429Zinfo: running `cargo check --bins` on support-bundle-collection (275/300)
44682026-07-22T16:55:48.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-22T16:55:48.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-22T16:55:48.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-22T16:55:48.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44722026-07-22T16:55:49.020Z
44732026-07-22T16:55:49.020Zinfo: running `cargo check --bins` on omicron-dev (276/300)
44742026-07-22T16:55:49.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-22T16:55:50.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-22T16:55:50.298Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-07-22T16:55:50.298Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-07-22T16:55:50.298Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44792026-07-22T16:55:50.298Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44802026-07-22T16:55:50.298Z Checking diff v0.1.13
44812026-07-22T16:55:50.298Z Checking yansi v1.0.1
44822026-07-22T16:55:50.298Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44832026-07-22T16:55:50.298Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44842026-07-22T16:55:50.388Z Checking pretty_assertions v1.4.1
44852026-07-22T16:55:51.086Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44862026-07-22T16:55:51.089Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44872026-07-22T16:56:16.070Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44882026-07-22T16:56:16.074Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-07-22T16:56:16.074Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-07-22T16:56:16.074Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-07-22T16:56:16.074Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44922026-07-22T16:56:16.074Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44932026-07-22T16:56:16.074Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44942026-07-22T16:56:16.893Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-07-22T16:56:16.893Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-07-22T16:56:18.098Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-07-22T16:56:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44982026-07-22T16:56:56.291Z
44992026-07-22T16:56:56.291Zinfo: running `cargo check --bins` on omicron-pins (277/300)
45002026-07-22T16:56:56.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-22T16:56:56.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-22T16:56:56.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-22T16:56:56.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45042026-07-22T16:56:56.828Z
45052026-07-22T16:56:56.828Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (278/300)
45062026-07-22T16:56:57.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-22T16:56:57.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-22T16:56:57.562Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-07-22T16:56:57.683Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-07-22T16:56:57.690Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-07-22T16:57:24.804Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-07-22T16:57:25.180Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-07-22T16:57:26.936Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-07-22T16:57:27.400Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-07-22T16:57:30.580Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-22T16:57:54.719Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-07-22T16:57:55.419Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-07-22T16:57:57.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45192026-07-22T16:57:57.228Z
45202026-07-22T16:57:57.228Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (279/300)
45212026-07-22T16:57:57.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-07-22T16:57:57.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-07-22T16:57:57.920Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-07-22T16:57:58.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45252026-07-22T16:57:58.777Z
45262026-07-22T16:57:58.777Zinfo: running `cargo check --bins` on omicron-releng (280/300)
45272026-07-22T16:57:59.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-07-22T16:57:59.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-07-22T16:57:59.390Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45302026-07-22T16:57:59.496Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45312026-07-22T16:57:59.496Z Checking digest-io v0.1.0
45322026-07-22T16:57:59.500Z Checking sha2 v0.11.0
45332026-07-22T16:57:59.512Z Checking rawzip v0.4.4
45342026-07-22T16:57:59.519Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45352026-07-22T16:57:59.522Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45362026-07-22T16:57:59.530Z Checking shell-words v1.1.1
45372026-07-22T16:57:59.947Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45382026-07-22T16:58:00.166Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45392026-07-22T16:58:01.190Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45402026-07-22T16:58:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
45412026-07-22T16:58:02.402Z
45422026-07-22T16:58:02.402Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (281/300)
45432026-07-22T16:58:02.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-07-22T16:58:02.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-07-22T16:58:03.014Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45462026-07-22T16:58:03.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
45472026-07-22T16:58:03.676Z
45482026-07-22T16:58:03.676Zinfo: running `cargo check --bins` on schema (282/300)
45492026-07-22T16:58:04.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-22T16:58:04.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-22T16:58:04.371Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45522026-07-22T16:58:05.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45532026-07-22T16:58:05.252Z
45542026-07-22T16:58:05.252Zinfo: running `cargo check --bins` on xtask (283/300)
45552026-07-22T16:58:05.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-22T16:58:05.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-22T16:58:05.648Z Checking serde_core v1.0.228
45582026-07-22T16:58:05.648Z Checking libc v0.2.185
45592026-07-22T16:58:05.728Z Checking bitflags v2.11.0
45602026-07-22T16:58:05.735Z Checking scroll v0.12.0
45612026-07-22T16:58:05.738Z Checking thiserror v1.0.69
45622026-07-22T16:58:05.751Z Checking log v0.4.29
45632026-07-22T16:58:05.751Z Checking indexmap v2.14.0
45642026-07-22T16:58:05.763Z Checking zerocopy v0.7.35
45652026-07-22T16:58:05.828Z Checking syn v2.0.117
45662026-07-22T16:58:05.868Z Checking dtrace-parser v0.2.0
45672026-07-22T16:58:05.891Z Checking once_cell v1.21.3
45682026-07-22T16:58:05.949Z Checking goblin v0.8.2
45692026-07-22T16:58:06.009Z Checking errno v0.3.14
45702026-07-22T16:58:06.062Z Checking getrandom v0.4.1
45712026-07-22T16:58:06.094Z Checking thread-id v4.2.2
45722026-07-22T16:58:06.126Z Checking rustix v1.1.3
45732026-07-22T16:58:06.170Z Checking memmap v0.7.0
45742026-07-22T16:58:06.194Z Checking thiserror v2.0.18
45752026-07-22T16:58:06.246Z Checking fs-err v3.3.0
45762026-07-22T16:58:06.290Z Checking tabled v0.15.0
45772026-07-22T16:58:06.299Z Checking anyhow v1.0.102
45782026-07-22T16:58:06.904Z Checking terminal_size v0.4.3
45792026-07-22T16:58:06.904Z Checking tempfile v3.25.0
45802026-07-22T16:58:07.022Z Checking clap_builder v4.6.0
45812026-07-22T16:58:07.022Z Checking textwrap v0.16.2
45822026-07-22T16:58:07.194Z Checking serde v1.0.228
45832026-07-22T16:58:07.194Z Checking serde_json v1.0.150
45842026-07-22T16:58:07.194Z Checking camino v1.2.2
45852026-07-22T16:58:07.223Z Checking cargo-platform v0.3.2
45862026-07-22T16:58:07.396Z Checking semver v1.0.28
45872026-07-22T16:58:07.460Z Checking camino-tempfile v1.4.1
45882026-07-22T16:58:07.611Z Checking serde_spanned v0.6.9
45892026-07-22T16:58:07.614Z Checking toml_datetime v0.6.11
45902026-07-22T16:58:07.615Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45912026-07-22T16:58:07.615Z Checking macaddr v1.0.1
45922026-07-22T16:58:07.791Z Checking dof v0.3.0
45932026-07-22T16:58:07.791Z Checking cargo_metadata v0.23.1
45942026-07-22T16:58:07.810Z Checking toml_edit v0.22.27
45952026-07-22T16:58:08.064Z Checking usdt-impl v0.5.0
45962026-07-22T16:58:08.227Z Checking clap v4.6.1
45972026-07-22T16:58:08.328Z Checking usdt v0.5.0
45982026-07-22T16:58:08.796Z Checking toml v0.8.23
45992026-07-22T16:58:09.058Z Checking cargo_toml v0.21.0
46002026-07-22T16:58:09.702Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46012026-07-22T16:58:10.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
46022026-07-22T16:58:10.194Z
46032026-07-22T16:58:10.194Zinfo: running `cargo check --bins` on dnsadm (284/300)
46042026-07-22T16:58:10.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-07-22T16:58:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-07-22T16:58:10.799Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46072026-07-22T16:58:11.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46082026-07-22T16:58:11.464Z
46092026-07-22T16:58:11.464Zinfo: running `cargo check --bins` on end-to-end-tests (285/300)
46102026-07-22T16:58:12.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-07-22T16:58:12.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-07-22T16:58:12.251Z Checking cpubits v0.1.1
46132026-07-22T16:58:12.254Z Checking pem-rfc7468 v1.0.0
46142026-07-22T16:58:12.387Z Checking hmac v0.13.0
46152026-07-22T16:58:12.387Z Checking universal-hash v0.6.1
46162026-07-22T16:58:12.408Z Checking ctr v0.10.1
46172026-07-22T16:58:12.408Z Checking aead v0.6.1
46182026-07-22T16:58:12.435Z Checking aes v0.9.1
46192026-07-22T16:58:12.435Z Checking crypto-bigint v0.7.5
46202026-07-22T16:58:12.462Z Checking salsa20 v0.11.0
46212026-07-22T16:58:12.498Z Checking polyval v0.7.1
46222026-07-22T16:58:12.512Z Checking der v0.8.0
46232026-07-22T16:58:12.535Z Checking pbkdf2 v0.13.0
46242026-07-22T16:58:12.550Z Checking cbc v0.2.1
46252026-07-22T16:58:12.611Z Checking ff v0.14.0
46262026-07-22T16:58:12.638Z Checking signature v3.0.0
46272026-07-22T16:58:12.653Z Checking scrypt v0.12.0
46282026-07-22T16:58:12.665Z Checking ghash v0.6.0
46292026-07-22T16:58:12.679Z Checking base16ct v1.0.0
46302026-07-22T16:58:12.753Z Checking group v0.14.0
46312026-07-22T16:58:12.785Z Checking hkdf v0.13.0
46322026-07-22T16:58:12.802Z Checking rfc6979 v0.5.0
46332026-07-22T16:58:12.821Z Compiling curve25519-dalek v5.0.0-rc.0
46342026-07-22T16:58:12.837Z Checking aes-gcm v0.11.0
46352026-07-22T16:58:12.869Z Checking poly1305 v0.9.0
46362026-07-22T16:58:12.902Z Checking blowfish v0.10.0
46372026-07-22T16:58:12.916Z Checking blake2 v0.11.0-rc.6
46382026-07-22T16:58:12.938Z Checking keccak v0.2.0
46392026-07-22T16:58:12.998Z Checking fiat-crypto v0.3.0
46402026-07-22T16:58:13.058Z Checking bcrypt-pbkdf v0.11.0
46412026-07-22T16:58:13.102Z Checking sha3 v0.11.0
46422026-07-22T16:58:13.137Z Checking kem v0.3.0
46432026-07-22T16:58:13.176Z Checking argon2 v0.6.0-rc.8
46442026-07-22T16:58:13.216Z Checking module-lattice v0.2.3
46452026-07-22T16:58:13.256Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46462026-07-22T16:58:13.325Z Checking spki v0.8.0
46472026-07-22T16:58:13.433Z Checking sec1 v0.8.1
46482026-07-22T16:58:13.448Z Checking ml-kem v0.3.2
46492026-07-22T16:58:13.465Z Checking internal-russh-num-bigint v0.5.0
46502026-07-22T16:58:13.488Z Checking num-bigint v0.4.6
46512026-07-22T16:58:13.505Z Checking pkcs5 v0.8.1
46522026-07-22T16:58:13.639Z Checking pkcs1 v0.8.0-rc.4
46532026-07-22T16:58:13.800Z Checking pkcs8 v0.11.0
46542026-07-22T16:58:13.848Z Checking generic-array v1.4.3
46552026-07-22T16:58:13.999Z Checking ed25519 v3.0.0
46562026-07-22T16:58:14.102Z Compiling enum_dispatch v0.3.13
46572026-07-22T16:58:14.195Z Checking ed25519-dalek v3.0.0-rc.0
46582026-07-22T16:58:14.240Z Checking russh-util v0.52.0
46592026-07-22T16:58:14.255Z Compiling delegate v0.13.5
46602026-07-22T16:58:14.329Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46612026-07-22T16:58:14.367Z Checking md5 v0.8.0
46622026-07-22T16:58:14.412Z Checking hex-literal v1.1.0
46632026-07-22T16:58:14.450Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46642026-07-22T16:58:14.514Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46652026-07-22T16:58:14.537Z Checking socket2 v0.5.10
46662026-07-22T16:58:14.705Z Checking elliptic-curve v0.14.0-rc.33
46672026-07-22T16:58:14.721Z Checking primefield v0.14.0
46682026-07-22T16:58:14.758Z Checking ssh-encoding v0.3.0-rc.9
46692026-07-22T16:58:14.791Z Checking crypto-primes v0.7.2
46702026-07-22T16:58:14.921Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46712026-07-22T16:58:14.988Z Checking ssh-cipher v0.3.0-rc.9
46722026-07-22T16:58:15.072Z Checking russh-cryptovec v0.61.0
46732026-07-22T16:58:15.170Z Checking ecdsa v0.17.0-rc.18
46742026-07-22T16:58:15.203Z Checking primeorder v0.14.0-rc.10
46752026-07-22T16:58:15.214Z Checking internet-checksum v0.2.1
46762026-07-22T16:58:15.531Z Checking p521 v0.14.0-rc.10
46772026-07-22T16:58:15.531Z Checking p256 v0.14.0-rc.10
46782026-07-22T16:58:15.751Z Checking rsa v0.10.0-rc.18
46792026-07-22T16:58:17.894Z Checking p384 v0.14.0-rc.10
46802026-07-22T16:58:19.820Z Checking ssh-key v0.7.0-rc.10
46812026-07-22T16:58:20.605Z Checking russh v0.61.2
46822026-07-22T16:58:32.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.33s
46832026-07-22T16:58:33.089Z
46842026-07-22T16:58:33.089Zinfo: running `cargo check --bins` on gateway-cli (286/300)
46852026-07-22T16:58:33.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-07-22T16:58:33.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-07-22T16:58:33.613Z Checking termios v0.3.3
46882026-07-22T16:58:33.807Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46892026-07-22T16:58:34.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
46902026-07-22T16:58:34.562Z
46912026-07-22T16:58:34.562Zinfo: running `cargo check --bins --no-default-features` on installinator (287/300)
46922026-07-22T16:58:35.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-07-22T16:58:35.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-07-22T16:58:35.226Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46952026-07-22T16:58:35.917Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46962026-07-22T16:58:37.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
46972026-07-22T16:58:37.727Z
46982026-07-22T16:58:37.727Zinfo: running `cargo check --bins` on internal-dns-cli (288/300)
46992026-07-22T16:58:38.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-07-22T16:58:38.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-07-22T16:58:38.328Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47022026-07-22T16:58:38.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
47032026-07-22T16:58:38.913Z
47042026-07-22T16:58:38.913Zinfo: running `cargo check --bins` on omicron-live-tests (289/300)
47052026-07-22T16:58:39.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-22T16:58:39.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-22T16:58:39.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47082026-07-22T16:58:39.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47092026-07-22T16:58:39.456Z
47102026-07-22T16:58:39.456Zinfo: running `cargo check --bins` on live-tests-macros (290/300)
47112026-07-22T16:58:39.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-07-22T16:58:39.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-07-22T16:58:39.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-07-22T16:58:39.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47152026-07-22T16:58:39.996Z
47162026-07-22T16:58:39.996Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (291/300)
47172026-07-22T16:58:40.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-22T16:58:40.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-22T16:58:40.716Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47202026-07-22T16:58:41.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47212026-07-22T16:58:41.495Z
47222026-07-22T16:58:41.495Zinfo: running `cargo check --bins` on omicron-ntp-admin (292/300)
47232026-07-22T16:58:41.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-07-22T16:58:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-07-22T16:58:42.103Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47262026-07-22T16:58:42.103Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47272026-07-22T16:58:42.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
47282026-07-22T16:58:43.165Z
47292026-07-22T16:58:43.165Zinfo: running `cargo check --bins` on ntp-admin-types (293/300)
47302026-07-22T16:58:43.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-07-22T16:58:43.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-07-22T16:58:43.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-07-22T16:58:43.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47342026-07-22T16:58:43.696Z
47352026-07-22T16:58:43.696Zinfo: running `cargo check --bins` on omicron-package (294/300)
47362026-07-22T16:58:44.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-07-22T16:58:44.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-07-22T16:58:44.334Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47392026-07-22T16:58:45.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47402026-07-22T16:58:45.579Z
47412026-07-22T16:58:45.579Zinfo: running `cargo check --bins` on tqdb (295/300)
47422026-07-22T16:58:46.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-07-22T16:58:46.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-07-22T16:58:46.313Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47452026-07-22T16:58:46.672Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47462026-07-22T16:58:47.183Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47472026-07-22T16:58:47.187Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47482026-07-22T16:58:53.323Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47492026-07-22T16:58:53.326Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47502026-07-22T16:58:53.897Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47512026-07-22T16:58:53.897Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47522026-07-22T16:58:53.901Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-07-22T16:58:53.901Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47542026-07-22T16:58:54.686Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47552026-07-22T16:58:55.723Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47562026-07-22T16:58:56.541Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47572026-07-22T16:58:57.170Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47582026-07-22T16:59:02.090Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47592026-07-22T16:59:08.893Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47602026-07-22T16:59:08.896Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47612026-07-22T16:59:08.896Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47622026-07-22T16:59:08.896Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47632026-07-22T16:59:10.371Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47642026-07-22T16:59:11.700Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47652026-07-22T16:59:12.373Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47662026-07-22T16:59:13.612Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47672026-07-22T16:59:14.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
47682026-07-22T16:59:14.340Z
47692026-07-22T16:59:14.340Zinfo: running `cargo check --bins` on wicket-dbg (296/300)
47702026-07-22T16:59:14.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-07-22T16:59:14.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-07-22T16:59:15.002Z Checking rtoolbox v0.0.3
47732026-07-22T16:59:15.005Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47742026-07-22T16:59:15.005Z Checking tui-tree-widget v0.23.1
47752026-07-22T16:59:15.220Z Checking rpassword v7.5.4
47762026-07-22T16:59:18.200Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47772026-07-22T16:59:20.117Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47782026-07-22T16:59:21.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
47792026-07-22T16:59:21.197Z
47802026-07-22T16:59:21.197Zinfo: running `cargo check --bins` on wicket (297/300)
47812026-07-22T16:59:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-07-22T16:59:21.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-07-22T16:59:21.846Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47842026-07-22T16:59:22.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47852026-07-22T16:59:22.370Z
47862026-07-22T16:59:22.370Zinfo: running `cargo check --bins` on wicketd (298/300)
47872026-07-22T16:59:22.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-07-22T16:59:22.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-07-22T16:59:23.038Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-07-22T16:59:26.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
47912026-07-22T16:59:26.389Z
47922026-07-22T16:59:26.389Zinfo: running `cargo check --bins` on omicron-workspace-hack (299/300)
47932026-07-22T16:59:26.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-07-22T16:59:26.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-07-22T16:59:26.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-07-22T16:59:26.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47972026-07-22T16:59:26.915Z
47982026-07-22T16:59:26.915Zinfo: running `cargo check --bins` on zone-setup (300/300)
47992026-07-22T16:59:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-07-22T16:59:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-07-22T16:59:27.542Z Checking uzers v0.12.2
48022026-07-22T16:59:27.811Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-07-22T16:59:28.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
48042026-07-22T16:59:28.754Z
48052026-07-22T16:59:28.755Zreal 13:40.214101766
48062026-07-22T16:59:28.755Zuser 20:50.904961774
48072026-07-22T16:59:28.755Zsys 4:08.894808320
48082026-07-22T16:59:28.755Ztrap 0.327890702
48092026-07-22T16:59:28.755Ztflt 0.746196126
48102026-07-22T16:59:28.755Zdflt 1.103683749
48112026-07-22T16:59:28.755Zkflt 0.004271644
48122026-07-22T16:59:28.755Zlock 1:18:04.842356132
48132026-07-22T16:59:28.755Zslp 1:39:15.876481014
48142026-07-22T16:59:28.755Zlat 51.982725063
48152026-07-22T16:59:28.755Zstop 3:30.093294683
48162026-07-22T16:59:28.778Zprocess exited: duration 963178 ms, exit code 0
 
48172026-07-22T16:59:28.797Zfound 0 output files